Этот коммит содержится в:
Conor Macpherson
2023-03-30 16:51:05 -04:00
родитель 25035a72c4
Коммит 0807d5e3f0
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@@ -21,6 +21,7 @@ export default function InvoiceUserCount({invoice}: {invoice: Invoice}): JSX.Ele
id='admin.billing.history.onPremSeats'
defaultMessage='{num} seats'
values={{
// should always be a whole number, but truncate just in case
num: Math.floor(onPremUsers),
}}

Просмотреть файл

@@ -265,6 +265,7 @@
"admin.billing.history.allPaymentsShowHere": "All of your invoices will be shown here",
"admin.billing.history.date": "Date",
"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.noBillingHistory": "In the future, this is where your billing history will show.",
"admin.billing.history.onPremSeats": "{num} seats",