chore(i18n): push/pull
This commit is contained in:
@@ -1,16 +1,32 @@
|
||||
{
|
||||
"panel.title": "Next Boot Selector",
|
||||
"panel.reset": "Reset",
|
||||
"setting.excluded_keywords.label": "Excluded keywords",
|
||||
"setting.excluded_keywords.description": "Keywords to exclude entries (case insensitive)",
|
||||
"setting.privilege_command.label": "Privilege command",
|
||||
"setting.privilege_command.description": "Command to escalate the privilege of the efibootmgr command",
|
||||
"setting.close_on_select.label": "Close on select",
|
||||
"setting.close_on_select.description": "Whether to close the panel after selecting an entry",
|
||||
"setting.reboot_on_select.label": "Reboot on select",
|
||||
"setting.reboot_on_select.description": "Whether to automatically reboot after selecting an entry",
|
||||
"setting.reboot_command.label": "Reboot command",
|
||||
"setting.reboot_command.description": "Command to be executed when reboot on select is enabled",
|
||||
"notification.failed_to_set_next_boot": "Failed to set next boot",
|
||||
"notification.timed_out": "Timed out"
|
||||
"notification": {
|
||||
"failed_to_set_next_boot": "Failed to set next boot",
|
||||
"timed_out": "Timed out"
|
||||
},
|
||||
"panel": {
|
||||
"reset": "Reset",
|
||||
"title": "Next Boot Selector"
|
||||
},
|
||||
"setting": {
|
||||
"close_on_select": {
|
||||
"description": "Whether to close the panel after selecting an entry",
|
||||
"label": "Close on select"
|
||||
},
|
||||
"excluded_keywords": {
|
||||
"description": "Keywords to exclude entries (case insensitive)",
|
||||
"label": "Excluded keywords"
|
||||
},
|
||||
"privilege_command": {
|
||||
"description": "Command to escalate the privilege of the efibootmgr command",
|
||||
"label": "Privilege command"
|
||||
},
|
||||
"reboot_command": {
|
||||
"description": "Command to be executed when reboot on select is enabled",
|
||||
"label": "Reboot command"
|
||||
},
|
||||
"reboot_on_select": {
|
||||
"description": "Whether to automatically reboot after selecting an entry",
|
||||
"label": "Reboot on select"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user