1
0
mirror of https://github.com/bitwarden/web synced 2026-01-10 12:33:43 +00:00

premium callout

This commit is contained in:
Kyle Spearrin
2018-06-28 22:40:07 -04:00
parent fd88a066da
commit 04ef16a94b
2 changed files with 58 additions and 1 deletions

View File

@@ -1198,6 +1198,37 @@
"billingAndLicensing": {
"message": "Billing & Licensing"
},
"goPremium": {
"message": "Go Premium",
"description": "Another way of saying \"Get a premium membership\""
},
"premiumSignUpAndGet": {
"message": "Sign up for a premium membership and get:"
},
"premiumSignUpStorage": {
"message": "1 GB of encrypted file storage."
},
"premiumSignUpTwoStep": {
"message": "Additional two-step login options such as YubiKey, FIDO U2F, and Duo."
},
"premiumSignUpTotp": {
"message": "TOTP verification code (2FA) generator for logins in your vault."
},
"premiumSignUpSupport": {
"message": "Priority customer support."
},
"premiumSignUpFuture": {
"message": "All future premium features. More coming soon!"
},
"premiumPrice": {
"message": "All for just $PRICE$ /year!",
"placeholders": {
"price": {
"content": "$1",
"example": "$10"
}
}
},
"addons": {
"message": "Addons"
},