spotify.json 604 B

1234567891011121314151617181920212223
  1. {
  2. "spotify.albumLike": {
  3. "description": "\"Browsing through\" + this",
  4. "message": "seus álbuns curtidos"
  5. },
  6. "spotify.bestPodcasts": {
  7. "description": "",
  8. "message": "Melhores podcasts"
  9. },
  10. "spotify.madeForYou": {
  11. "description": "\"Browsing through\" + this (Recommend by spotify is what it means)",
  12. "message": "\"Feito para você\""
  13. },
  14. "spotify.playlists": {
  15. "description": "\"Browsing through\" + this",
  16. "message": "suas playlists"
  17. },
  18. "spotify.songsLike": {
  19. "description": "\"Browsing through\" + this",
  20. "message": "suas músicas curtidas"
  21. }
  22. }