1
0
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:
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": { "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."
} }
} }

View File

@ -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": {