1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-06-25 10:25:36 +02:00

command desc i18n

This commit is contained in:
Kyle Spearrin 2017-08-31 15:35:23 -04:00
parent 58fc9c943c
commit 638165ca6c
2 changed files with 8 additions and 2 deletions

View File

@ -741,5 +741,11 @@
},
"experimentalFeature": {
"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."
}
}

View File

@ -79,13 +79,13 @@
"suggested_key": {
"default": "Ctrl+Shift+L"
},
"description": "Auto-fill the last used login for the current website."
"description": "__MSG_commandAutofillDesc__"
},
"generate_password": {
"suggested_key": {
"default": "Ctrl+Shift+Period"
},
"description": "Generate and copy a new random password to the clipboard."
"description": "__MSG_commandGeneratePasswordDesc__"
},
"_execute_browser_action": {
"suggested_key": {