mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-24 11:55:50 +01:00
window and help translations for menu
This commit is contained in:
parent
bf559f363b
commit
637a82c21b
@ -951,5 +951,11 @@
|
|||||||
"example": "Password"
|
"example": "Password"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"help": {
|
||||||
|
"message": "Help"
|
||||||
|
},
|
||||||
|
"window": {
|
||||||
|
"message": "Window"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -371,6 +371,7 @@ export class MenuMain {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
label: this.main.i18nService.t('window'),
|
||||||
role: 'window',
|
role: 'window',
|
||||||
submenu: [
|
submenu: [
|
||||||
{
|
{
|
||||||
@ -384,6 +385,7 @@ export class MenuMain {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
label: this.main.i18nService.t('help'),
|
||||||
role: 'help',
|
role: 'help',
|
||||||
submenu: [
|
submenu: [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user