added missing messages to i18n locals

This commit is contained in:
Kyle Spearrin 2016-10-18 18:48:29 -04:00
parent 685f7f8ed2
commit 7042f07691
4 changed files with 13 additions and 4 deletions

View File

@ -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."

View File

@ -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")
};
});

View File

@ -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>

View File

@ -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>