Part 2 set strings in en_US.json pending add to readme file

This commit is contained in:
Mefsaal 2022-04-29 22:23:50 -03:00
parent b33cf304a7
commit 0d686439d3
2 changed files with 53 additions and 2 deletions

View file

@ -270,7 +270,58 @@
"menubar.options.hideothers": "Hide Others",
"menubar.options.unhide": "Show All",
"menubar.options.quit": "Quit Cider",
"menubar.options.view": "View ",
"menubar.options.reload": "Reload",
"menubar.options.forcereload": "Force Reload",
"menubar.options.toggledevtools": "Toggle Developer Tools",
"menubar.options.resetzoom": "Reset Zoom",
"menubar.options.zoomin": "Zoom In",
"menubar.options.zoomout": "Zoom Out",
"menubar.options.togglefullscreen": "Toggle Fullscreen",
"menubar.options.window": "Window",
"menubar.options.minimize": "Minimize",
"menubar.options.show": "Show",
"menubar.options.zoom": "Zoom",
"menubar.options.front": "Front",
"menubar.options.close": "Close",
"menubar.options.edit": "Edit",
"menubar.options.update": "Undo",
"menubar.options.redo": "Redo",
"menubar.options.cut": "Cut",
"menubar.options.copy": "Copy",
"menubar.options.paste": "Paste",
"menubar.options.toggleprivate": "Toggle Private Session",
"menubar.options.webremote": "Web Remote",
"menubar.options.audio": "Audio Settings",
"menubar.options.plugins": "Plu-gins Menu",
"menubar.options.control": "Controls",
"menubar.options.next": "Next",
"menubar.options.previous ": "Previous",
"menubar.options.volumeup": "Volume Up",
"menubar.options.volumedown": "Volume Down",
"menubar.options.browse": "Browse",
"menubar.options.artists": "Artists",
"menubar.options.search": "Search",
"menubar.options.albums": "Albums",
"menubar.options.cast": "Cast To Devices",
"menubar.options.account": "Account",
"menubar.options.accountsettings": "Account Settings",
"menubar.options.signout": "Sign Out",
"menubar.options.support": "Support",
"menubar.options.help": "Help",
"menubar.options.discord": "Discord",
"menubar.options.gihu": "GitHub Wiki",
"menubar.options.report": "Report a...",
"menubar.options.bug": "Bug",
"menubar.options.feature": "Feature Request",
"menubar.options.trans": "Translation Report/Request",
"menubar.options.license": "View License",
"menubar.options.conf": "Open Configuration File in Editor",
"settings.header.general": "General",
"settings.header.general.description": "Adjust the general settings for Cider.",
"settings.option.general.language": "Language",

View file

@ -43,9 +43,9 @@ export default class Thumbar {
]
},
{
label: 'View',
label: utils.getLocale('View', 'menubar.options.view'),
submenu: [
{role: 'reload'},
{role: 'reload', label: utils.getLocale('reload', 'menubar.view.reload')},
{role: 'forceReload'},
{role: 'toggleDevTools'},
{type: 'separator'},