mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
command desc i18n
This commit is contained in:
@@ -741,5 +741,11 @@
|
|||||||
},
|
},
|
||||||
"experimentalFeature": {
|
"experimentalFeature": {
|
||||||
"message": "This is currently an experimental feature. Use at your own risk."
|
"message": "This is currently an experimental feature. Use at your own risk."
|
||||||
|
},
|
||||||
|
"commandAutofillDesc": {
|
||||||
|
"message": "Auto-fill the last used login for the current website."
|
||||||
|
},
|
||||||
|
"commandGeneratePasswordDesc": {
|
||||||
|
"message": "Generate and copy a new random password to the clipboard."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -79,13 +79,13 @@
|
|||||||
"suggested_key": {
|
"suggested_key": {
|
||||||
"default": "Ctrl+Shift+L"
|
"default": "Ctrl+Shift+L"
|
||||||
},
|
},
|
||||||
"description": "Auto-fill the last used login for the current website."
|
"description": "__MSG_commandAutofillDesc__"
|
||||||
},
|
},
|
||||||
"generate_password": {
|
"generate_password": {
|
||||||
"suggested_key": {
|
"suggested_key": {
|
||||||
"default": "Ctrl+Shift+Period"
|
"default": "Ctrl+Shift+Period"
|
||||||
},
|
},
|
||||||
"description": "Generate and copy a new random password to the clipboard."
|
"description": "__MSG_commandGeneratePasswordDesc__"
|
||||||
},
|
},
|
||||||
"_execute_browser_action": {
|
"_execute_browser_action": {
|
||||||
"suggested_key": {
|
"suggested_key": {
|
||||||
|
|||||||
Reference in New Issue
Block a user