1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-28 10:33:31 +00:00

[PM 27122] Individual subscription page for self-hosted customers (#17517)

* implement the self-host subscription changes

* Correct few ui changes

* Update to h1

* PR review changes

* Changes for the async cancel

* Resolve the two bug issues

* implement the review comments

* Resolve the Active issue

* Fix the space issues

* Remove the tabs for billing and payment

* revert the self-host changes

* Fix the subtitle issue
This commit is contained in:
cyprain-okeke
2025-12-17 21:13:18 +01:00
committed by GitHub
parent 5504d49751
commit bcbf013cd9
9 changed files with 381 additions and 118 deletions

View File

@@ -3293,6 +3293,9 @@
"launchCloudSubscription": {
"message": "Launch Cloud Subscription"
},
"launchCloudSubscriptionSentenceCase": {
"message": "Launch cloud subscription"
},
"storage": {
"message": "Storage"
},
@@ -12429,5 +12432,53 @@
},
"whyAmISeeingThis": {
"message": "Why am I seeing this?"
},
"youHaveBitwardenPremium": {
"message": "You have Bitwarden Premium"
},
"viewAndManagePremiumSubscription": {
"message": "View and manage your Premium subscription"
},
"youNeedToUpdateLicenseFile": {
"message": "You'll need to update your license file"
},
"youNeedToUpdateLicenseFileDate": {
"message": "$DATE$.",
"placeholders": {
"date": {
"content": "$1",
"example": "June 12, 2026"
}
}
},
"uploadLicenseFile": {
"message": "Upload license file"
},
"uploadYourLicenseFile": {
"message": "Upload your license file"
},
"uploadYourPremiumLicenseFile": {
"message": "Upload your Premium license file"
},
"uploadLicenseFileDesc": {
"message": "Your license file name will be similar to: $FILE_NAME$",
"placeholders": {
"file_name": {
"content": "$1",
"example": "bitwarden_license.json"
}
}
},
"alreadyHaveSubscriptionQuestion": {
"message": "Already have a subscription?"
},
"alreadyHaveSubscriptionSelfHostedMessage": {
"message": "Open the subscription page on your Bitwarden cloud account and download your license file. Then return to this screen and upload it below."
},
"viewAllPlans": {
"message": "View all plans"
},
"planDescPremium":{
"message": "Complete online security"
}
}