fix: i18n for default menu

This commit is contained in:
JellyBrick
2023-12-02 03:49:25 +09:00
parent 5f642007ba
commit b92205a228
3 changed files with 58 additions and 14 deletions

View File

@ -542,7 +542,15 @@
}
},
"view": {
"label": "View"
"label": "View",
"submenu": {
"reload": "Reload",
"force-reload": "Force Reload",
"toggle-fullscreen": "Toggle Full Screen",
"reset-zoom": "Actual Size",
"zoom-in": "Zoom In",
"zoom-out": "Zoom Out"
}
},
"navigation": {
"label": "Navigation",
@ -550,10 +558,19 @@
"go-back": "Go back",
"go-forward": "Go forward",
"copy-current-url": "Copy current URL",
"restart": "Restart App"
"restart": "Restart App",
"quit": "Exit2"
}
},
"about": "About"
},
"tray": {
"play-pause": "Play/Pause",
"next": "Next",
"previous": "Previous",
"show": "Show",
"restart": "Restart App",
"quit": "Quit"
}
},
"common": {