mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-16 10:35:31 +01:00
added missing messages to i18n locals
This commit is contained in:
parent
685f7f8ed2
commit
7042f07691
@ -47,6 +47,10 @@
|
||||
"message": "The master password is the password you use to access your vault. It is very important that you do not forget your master password. There is no way to recover the password in the event that you forget it.",
|
||||
"description": "The master password is the password you use to access your vault. It is very important that you do not forget your master password. There is no way to recover the password in the event that you forget it."
|
||||
},
|
||||
"masterPassHintDesc": {
|
||||
"message": "A master password hint can help you remember your password if you forget it.",
|
||||
"description": "A master password hint can help you remember your password if you forget it."
|
||||
},
|
||||
"reTypeMasterPass": {
|
||||
"message": "Re-type Master Password",
|
||||
"description": "Re-type Master Password"
|
||||
@ -359,6 +363,10 @@
|
||||
"message": "Rate the Extension",
|
||||
"description": "Rate the Extension"
|
||||
},
|
||||
"rateExtensionDesc": {
|
||||
"message": "Please consider helping us out with a good review!",
|
||||
"description": "Please consider helping us out with a good review!"
|
||||
},
|
||||
"browserNotSupportClipboard": {
|
||||
"message": "Your web browser does not support easy clipboard copying. Copy it manually instead.",
|
||||
"description": "Your web browser does not support easy clipboard copying. Copy it manually instead."
|
||||
|
@ -87,7 +87,10 @@ angular
|
||||
launchWebsite: chrome.i18n.getMessage("launchWebsite"),
|
||||
website: chrome.i18n.getMessage("website"),
|
||||
togglePassword: chrome.i18n.getMessage("togglePassword"),
|
||||
manage: chrome.i18n.getMessage("manage"),
|
||||
other: chrome.i18n.getMessage("other"),
|
||||
rateExtension: chrome.i18n.getMessage("rateExtension"),
|
||||
rateExtensionDesc: chrome.i18n.getMessage("rateExtensionDesc"),
|
||||
browserNotSupportClipboard: chrome.i18n.getMessage("browserNotSupportClipboard")
|
||||
};
|
||||
});
|
||||
|
@ -58,11 +58,9 @@
|
||||
<i class="fa fa-chevron-right fa-lg"></i>
|
||||
</a>
|
||||
</div>
|
||||
<!--
|
||||
<div class="list-section-footer">
|
||||
Please consider helping us out with a good review!
|
||||
{{i18n.rateExtensionDesc}}
|
||||
</div>
|
||||
-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -60,7 +60,7 @@
|
||||
ng-change="saveOptions(options)">
|
||||
</div>
|
||||
<div class="list-section-item list-section-item-input">
|
||||
<label for="min-special">{{i18n.minSpecial</label>
|
||||
<label for="min-special">{{i18n.minSpecial}}</label>
|
||||
<input id="min-special" type="number" min="0" max="5" ng-model="options.minSpecial"
|
||||
ng-change="saveOptions(options)">
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user