lint, i18n.
Этот коммит содержится в:
@@ -21,6 +21,7 @@ export default function InvoiceUserCount({invoice}: {invoice: Invoice}): JSX.Ele
|
|||||||
id='admin.billing.history.onPremSeats'
|
id='admin.billing.history.onPremSeats'
|
||||||
defaultMessage='{num} seats'
|
defaultMessage='{num} seats'
|
||||||
values={{
|
values={{
|
||||||
|
|
||||||
// should always be a whole number, but truncate just in case
|
// should always be a whole number, but truncate just in case
|
||||||
num: Math.floor(onPremUsers),
|
num: Math.floor(onPremUsers),
|
||||||
}}
|
}}
|
||||||
|
|||||||
@@ -265,6 +265,7 @@
|
|||||||
"admin.billing.history.allPaymentsShowHere": "All of your invoices will be shown here",
|
"admin.billing.history.allPaymentsShowHere": "All of your invoices will be shown here",
|
||||||
"admin.billing.history.date": "Date",
|
"admin.billing.history.date": "Date",
|
||||||
"admin.billing.history.description": "Description",
|
"admin.billing.history.description": "Description",
|
||||||
|
"admin.billing.history.fractionalAndRatedSeats": "{fractionalSeats} metered seats, {fullSeats} seats at full rate, {partialSeats} seats with partial charges",
|
||||||
"admin.billing.history.fractionalSeats": "{fractionalUsers} seats",
|
"admin.billing.history.fractionalSeats": "{fractionalUsers} seats",
|
||||||
"admin.billing.history.noBillingHistory": "In the future, this is where your billing history will show.",
|
"admin.billing.history.noBillingHistory": "In the future, this is where your billing history will show.",
|
||||||
"admin.billing.history.onPremSeats": "{num} seats",
|
"admin.billing.history.onPremSeats": "{num} seats",
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user