mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-20 16:07:45 +01:00
command desc i18n
This commit is contained in:
parent
58fc9c943c
commit
638165ca6c
@ -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": {
|
||||||
|
Loading…
Reference in New Issue
Block a user