en-US.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "Login": "Login",
  3. "Register": "Register",
  4. "Station": "Station | Stations",
  5. "ManageStation": "Manage Station",
  6. "MyFavorites": "My Favorites",
  7. "NoStationsToDisplay": "There are no stations to display",
  8. "Home": "Home",
  9. "NoSongsPlaying": "No songs are playing",
  10. "CreateStation": "Create Station",
  11. "ClickToCreateStation": "Click here to create your own station!",
  12. "LoginToCreateStation": "Login to create your own station!",
  13. "HostedBy": "Hosted By",
  14. "UserOwnsStation": "This is your station.",
  15. "UserIsDj": "You are a DJ in this station.",
  16. "StationPrivate": "This station is not visible to other users.",
  17. "StationUnlisted": "Unlisted Station",
  18. "ViewQueue": "View Queue",
  19. "FavoriteStation": "Favorite Station",
  20. "UnfavoriteStation": "Unfavorite Station",
  21. "OfficialStation": "Verified Station",
  22. "CanRequestInStation": "You can request songs in this station",
  23. "LoginToRequestInStation": "Login to request songs in this station",
  24. "StationPaused": "Station Paused",
  25. "Icons": {
  26. "ManageStation": "settings",
  27. "ViewQueue": "queue_music",
  28. "Favorite": "star_border",
  29. "Unfavorite": "star",
  30. "Verified": "check_circle",
  31. "Home": "home",
  32. "DJ": "shield",
  33. "Private": "lock",
  34. "Unlisted": "link",
  35. "Pause": "pause",
  36. "Song": "music_note",
  37. "NoSong": "music_off",
  38. "RequestSong": "queue",
  39. "Station": "radio"
  40. }
  41. }