label:s__('SubscriptionTable|Seats in subscription'),
value:null,
colClass:'number',
},
{
id:'seatsInUse',
label:s__('SubscriptionTable|Seats currently in use'),
value:null,
colClass:'number',
popover:{
content:s__(`SubscriptionTable|Usage count is performed once a day at 12:00 PM.`),
},
},
{
id:'maxSeatsUsed',
label:s__('SubscriptionTable|Max seats used'),
value:null,
colClass:'number',
popover:{
content:s__(
'SubscriptionTable|This is the maximum number of users that have existed at the same time since this subscription started.',
),
},
},
{
id:'seatsOwed',
label:s__('SubscriptionTable|Seats owed'),
value:null,
colClass:'number',
popover:{
content:s__(
'SubscriptionTable|GitLab allows you to continue using your subscription even if you exceed the number of seats you purchased. You will be required to pay for these seats upon renewal.',
msgid "An error occurred while loading the subscription details."
msgstr ""
msgid "An error occurred while making the request."
msgstr ""
...
...
@@ -8155,6 +8158,72 @@ msgstr ""
msgid "Subscribed"
msgstr ""
msgid "SubscriptionTable|Billing"
msgstr ""
msgid "SubscriptionTable|Free"
msgstr ""
msgid "SubscriptionTable|GitLab allows you to continue using your subscription even if you exceed the number of seats you purchased. You will be required to pay for these seats upon renewal."