mirror of
https://github.com/bitwarden/browser
synced 2026-01-21 11:53:34 +00:00
org billing seat adjustments
This commit is contained in:
@@ -1445,10 +1445,10 @@
|
||||
"message": "GB of Storage To Remove"
|
||||
},
|
||||
"storageAddNote": {
|
||||
"message": "Adding storage to your plan will result in adjustments to your billing totals and immediately charge your payment method on file. The first charge will be prorated for the remainder of the current billing cycle."
|
||||
"message": "Adding storage will result in adjustments to your billing totals and immediately charge your payment method on file. The first charge will be prorated for the remainder of the current billing cycle."
|
||||
},
|
||||
"storageRemoveNote": {
|
||||
"message": "Removing storage will result in adjustments to your billing totals that will be prorated as credits to your next billing charge."
|
||||
"message": "Removing storage will result in adjustments to your billing totals that will be prorated as credits toward your next billing charge."
|
||||
},
|
||||
"adjustedStorage": {
|
||||
"message": "Adjusted $AMOUNT$ GB of storage.",
|
||||
@@ -2222,5 +2222,43 @@
|
||||
},
|
||||
"enterInstallationId": {
|
||||
"message": "Enter your installation id"
|
||||
},
|
||||
"addSeats": {
|
||||
"message": "Add Seats",
|
||||
"description": "Seat = User Seat"
|
||||
},
|
||||
"removeSeats": {
|
||||
"message": "Remove Seats",
|
||||
"description": "Seat = User Seat"
|
||||
},
|
||||
"subscriptionUserSeats": {
|
||||
"message": "Your subscription allows for a total of $COUNT$ users.",
|
||||
"placeholders": {
|
||||
"count": {
|
||||
"content": "$1",
|
||||
"example": "50"
|
||||
}
|
||||
}
|
||||
},
|
||||
"seatsToAdd": {
|
||||
"message": "Seats To Add"
|
||||
},
|
||||
"seatsToRemove": {
|
||||
"message": "Seats To Remove"
|
||||
},
|
||||
"seatsAddNote": {
|
||||
"message": "Adding user seats will result in adjustments to your billing totals and immediately charge your payment method on file. The first charge will be prorated for the remainder of the current billing cycle."
|
||||
},
|
||||
"seatsRemoveNote": {
|
||||
"message": "Removing user seats will result in adjustments to your billing totals that will be prorated as credits toward your next billing charge."
|
||||
},
|
||||
"adjustedSeats": {
|
||||
"message": "Adjusted $AMOUNT$ user seats.",
|
||||
"placeholders": {
|
||||
"amount": {
|
||||
"content": "$1",
|
||||
"example": "15"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user