Add missing button labels (fix for screen readers) (#1016)
This commit is contained in:
parent
45bbe4c9fb
commit
44160dc104
32 changed files with 225 additions and 138 deletions
|
@ -21,11 +21,13 @@
|
|||
"term.accountSettings": "Account Settings",
|
||||
"term.logout": "Logout",
|
||||
"term.login": "Log In",
|
||||
"term.quickNav": "Quick Nav",
|
||||
"term.cast": "Cast",
|
||||
"term.about": "About",
|
||||
"term.privateSession": "Private Session",
|
||||
"term.disablePrivateSession": "Disable Private Session",
|
||||
"term.queue": "Queue",
|
||||
"term.autoplay": "Autoplay",
|
||||
"term.lyrics": "Lyrics",
|
||||
"term.miniplayer": "MiniPlayer",
|
||||
"term.history": "History",
|
||||
|
@ -46,12 +48,19 @@
|
|||
"term.createNewPlaylist": "Create New Playlist",
|
||||
"term.createNewPlaylistFolder": "Create New Playlist Folder",
|
||||
"term.deletePlaylist": "Are you sure you want to delete this playlist?",
|
||||
"term.navigateBack": "Navigate back",
|
||||
"term.navigateForward": "Navigate forward",
|
||||
"term.play": "Play",
|
||||
"term.pause": "Pause",
|
||||
"term.previous": "Previous",
|
||||
"term.next": "Next",
|
||||
"term.shuffle": "Shuffle",
|
||||
"term.enableShuffle": "Enable shuffle",
|
||||
"term.disableShuffle": "Disable shuffle",
|
||||
"term.repeat": "Repeat",
|
||||
"term.enableRepeatOne": "Enable repeat one",
|
||||
"term.disableRepeatOne": "Disable repeat one",
|
||||
"term.disableRepeat": "Disable repeat",
|
||||
"term.volume": "Volume",
|
||||
"term.mute": "Mute",
|
||||
"term.unmute": "Unmute",
|
||||
|
@ -254,6 +263,7 @@
|
|||
"action.newpreset": "New Preset...",
|
||||
"action.deletepreset": "Delete Preset",
|
||||
"action.open": "Open",
|
||||
"action.close": "Close",
|
||||
"action.relaunch.confirm": "Do you want to relaunch Cider?",
|
||||
"action.cast.chromecast": "Chromecast",
|
||||
"action.cast.todevices": "Cast to Devices",
|
||||
|
@ -264,6 +274,7 @@
|
|||
"action.cast.scanning": "Scanning...",
|
||||
"action.createNew": "Create New...",
|
||||
"action.openArtworkInBrowser": "Open artwork in browser",
|
||||
"action.scrollToTop": "Scroll to top",
|
||||
"menubar.options.about": "About",
|
||||
"menubar.options.settings": "Settings",
|
||||
"menubar.options.quit": "Quit Cider",
|
||||
|
|
|
@ -21,11 +21,13 @@
|
|||
"term.accountSettings": "Account Settings",
|
||||
"term.logout": "Logout",
|
||||
"term.login": "Log In",
|
||||
"term.quickNav": "Quick Nav",
|
||||
"term.cast": "Cast",
|
||||
"term.about": "About",
|
||||
"term.privateSession": "Private Session",
|
||||
"term.disablePrivateSession": "Disable Private Session",
|
||||
"term.queue": "Queue",
|
||||
"term.autoplay": "Autoplay",
|
||||
"term.lyrics": "Lyrics",
|
||||
"term.miniplayer": "MiniPlayer",
|
||||
"term.history": "History",
|
||||
|
@ -46,12 +48,19 @@
|
|||
"term.createNewPlaylist": "Create New Playlist",
|
||||
"term.createNewPlaylistFolder": "Create New Playlist Folder",
|
||||
"term.deletePlaylist": "Are you sure you want to delete this playlist?",
|
||||
"term.navigateBack": "Navigate back",
|
||||
"term.navigateForward": "Navigate forward",
|
||||
"term.play": "Play",
|
||||
"term.pause": "Pause",
|
||||
"term.previous": "Previous",
|
||||
"term.next": "Next",
|
||||
"term.shuffle": "Shuffle",
|
||||
"term.enableShuffle": "Enable shuffle",
|
||||
"term.disableShuffle": "Disable shuffle",
|
||||
"term.repeat": "Repeat",
|
||||
"term.enableRepeatOne": "Enable repeat one",
|
||||
"term.disableRepeatOne": "Disable repeat one",
|
||||
"term.disableRepeat": "Disable repeat",
|
||||
"term.volume": "Volume",
|
||||
"term.mute": "Mute",
|
||||
"term.unmute": "Unmute",
|
||||
|
@ -254,6 +263,7 @@
|
|||
"action.newpreset": "New Preset...",
|
||||
"action.deletepreset": "Delete Preset",
|
||||
"action.open": "Open",
|
||||
"action.close": "Close",
|
||||
"action.relaunch.confirm": "Do you want to relaunch Cider?",
|
||||
"action.cast.chromecast": "Chromecast",
|
||||
"action.cast.todevices": "Cast to Devices",
|
||||
|
@ -264,6 +274,7 @@
|
|||
"action.cast.scanning": "Scanning...",
|
||||
"action.createNew": "Create New...",
|
||||
"action.openArtworkInBrowser": "Open artwork in browser",
|
||||
"action.scrollToTop": "Scroll to top",
|
||||
"menubar.options.about": "About",
|
||||
"menubar.options.settings": "Settings",
|
||||
"menubar.options.quit": "Quit Cider",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue