✨ feat(api): Add an interface to obtain user subscription details, update related type definitions and localized text
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"accountEnable": "Aktiver konto",
|
||||
"actions": "handlinger",
|
||||
"active": "Aktiv",
|
||||
"add": "Legg til",
|
||||
"administrator": "Administrator",
|
||||
"areaCode": "Retningsnummer",
|
||||
@@ -41,10 +42,12 @@
|
||||
"email": "e-post",
|
||||
"enable": "Aktiver",
|
||||
"expireTime": "Utløpstid",
|
||||
"expired": "Utgått",
|
||||
"expiredAt": "Utløpt Dato",
|
||||
"failed": "Mislyktes",
|
||||
"giftAmount": "Gavebeløp",
|
||||
"giftAmountPlaceholder": "Skriv inn gavebeløp",
|
||||
"inactive": "Inaktiv",
|
||||
"invalidEmailFormat": "Ugyldig e-postformat",
|
||||
"inviteCode": "Invitasjonskode",
|
||||
"inviteCodePlaceholder": "Skriv inn invitasjonskode (la stå tom for å generere)",
|
||||
@@ -63,6 +66,7 @@
|
||||
"passwordPlaceholder": "Skriv inn nytt passord (valgfritt)",
|
||||
"permanent": "Permanent",
|
||||
"pleaseEnterEmail": "Vennligst skriv inn e-post",
|
||||
"price": "Pris",
|
||||
"referer": "Henviser",
|
||||
"refererId": "Henvisnings-ID",
|
||||
"refererIdPlaceholder": "Skriv inn referanse-ID",
|
||||
@@ -74,8 +78,12 @@
|
||||
"searchIp": "Søk IP-adresse",
|
||||
"selectAuthType": "Velg autentiseringstype",
|
||||
"speedLimit": "Fartsgrense",
|
||||
"startTime": "Starttid",
|
||||
"status": "Status",
|
||||
"subscription": "Abonnement",
|
||||
"subscriptionDetails": "Abonnementsdetaljer",
|
||||
"subscriptionId": "Abonnements-ID",
|
||||
"subscriptionInfo": "Abonnementsinformasjon",
|
||||
"subscriptionList": "Abonnementsliste",
|
||||
"subscriptionLogs": "Abonnementslogger",
|
||||
"subscriptionName": "Abonnementsnavn",
|
||||
@@ -89,6 +97,8 @@
|
||||
"tradeNotifications": "Handelsvarsler",
|
||||
"trafficLimit": "Trafikkgrense",
|
||||
"trafficLogs": "Trafikklogger",
|
||||
"trafficUsage": "Trafikkbruk",
|
||||
"unknown": "Ukjent",
|
||||
"unlimited": "Ubegrenset",
|
||||
"unverified": "Ubekreftet",
|
||||
"update": "Oppdater",
|
||||
@@ -98,11 +108,15 @@
|
||||
"userAgent": "Brukeragent",
|
||||
"userEmail": "Brukerens e-post",
|
||||
"userEmailPlaceholder": "Skriv inn brukers e-post",
|
||||
"userId": "Bruker-ID",
|
||||
"userInfo": "Brukerinfo",
|
||||
"userList": "Brukerliste",
|
||||
"userLogs": "Innloggingshistorikk",
|
||||
"userName": "Brukeridentifikator",
|
||||
"userOrders": "Bestillinger",
|
||||
"userProfile": "Profil",
|
||||
"userSubscriptions": "Abonnementer",
|
||||
"verified": "Verifisert"
|
||||
"username": "Brukernavn",
|
||||
"verified": "Verifisert",
|
||||
"viewDetails": "Vis detaljer"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user