spotify.json 739 B

123456789101112131415161718192021222324252627
  1. {
  2. "spotify.albumLike": {
  3. "description": "\"Browsing through\" + this",
  4. "message": "alba, která se jim líbí"
  5. },
  6. "spotify.artistsLike": {
  7. "description": "\"Browsing through\" + this",
  8. "message": "umělci, které se jim líbí"
  9. },
  10. "spotify.bestPodcasts": {
  11. "description": "",
  12. "message": "Nejlepší podcasty"
  13. },
  14. "spotify.discover": {
  15. "description": "",
  16. "message": "Objevování nových skladeb"
  17. },
  18. "spotify.madeForYou": {
  19. "description": "\"Browsing through\" + this (Recommend by spotify is what it means)",
  20. "message": "\"Vytvořeno pro tebe\""
  21. },
  22. "spotify.songsLike": {
  23. "description": "\"Browsing through\" + this",
  24. "message": "písničky, které se jim líbí"
  25. }
  26. }