diff --git a/.changeset/pink-wolves-juggle.md b/.changeset/pink-wolves-juggle.md new file mode 100644 index 00000000000..09b98e683bd --- /dev/null +++ b/.changeset/pink-wolves-juggle.md @@ -0,0 +1,7 @@ +--- +'@clerk/localizations': patch +'@clerk/clerk-js': patch +'@clerk/types': patch +--- + +Update profile components plans page heading from `Switch plans` to `Plans` diff --git a/packages/clerk-js/src/ui/components/OrganizationProfile/OrganizationPlansPage.tsx b/packages/clerk-js/src/ui/components/OrganizationProfile/OrganizationPlansPage.tsx index 606701cefed..9dce3738d6e 100644 --- a/packages/clerk-js/src/ui/components/OrganizationProfile/OrganizationPlansPage.tsx +++ b/packages/clerk-js/src/ui/components/OrganizationProfile/OrganizationPlansPage.tsx @@ -22,7 +22,7 @@ const OrganizationPlansPageInternal = () => { > void navigate('../', { searchParams: new URLSearchParams('tab=plans') })}> @@ -36,7 +36,7 @@ const OrganizationPlansPageInternal = () => { diff --git a/packages/clerk-js/src/ui/components/PricingTable/PricingTableDefault.tsx b/packages/clerk-js/src/ui/components/PricingTable/PricingTableDefault.tsx index c34e0f3863c..d5fdf5c25bf 100644 --- a/packages/clerk-js/src/ui/components/PricingTable/PricingTableDefault.tsx +++ b/packages/clerk-js/src/ui/components/PricingTable/PricingTableDefault.tsx @@ -256,7 +256,7 @@ function Card(props: CardProps) { {isSignedIn && !canManageBilling && ( )} diff --git a/packages/clerk-js/src/ui/components/UserProfile/PlansPage.tsx b/packages/clerk-js/src/ui/components/UserProfile/PlansPage.tsx index 8b736cd5806..7b0efb5121c 100644 --- a/packages/clerk-js/src/ui/components/UserProfile/PlansPage.tsx +++ b/packages/clerk-js/src/ui/components/UserProfile/PlansPage.tsx @@ -20,7 +20,7 @@ const PlansPageInternal = () => { > void navigate('../', { searchParams: new URLSearchParams('tab=plans') })}> diff --git a/packages/localizations/src/ar-SA.ts b/packages/localizations/src/ar-SA.ts index 35407dd14d8..ec4a3ab87ea 100644 --- a/packages/localizations/src/ar-SA.ts +++ b/packages/localizations/src/ar-SA.ts @@ -46,8 +46,8 @@ export const arSA: LocalizationResource = { title: undefined, }, lineItems: { - title__statementId: undefined, title__paymentMethod: undefined, + title__statementId: undefined, title__subscriptionBegins: undefined, title__totalPaid: undefined, }, @@ -67,6 +67,7 @@ export const arSA: LocalizationResource = { subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, + switchToMonthly: undefined, viewFeatures: undefined, year: undefined, }, @@ -162,9 +163,6 @@ export const arSA: LocalizationResource = { badge__manualInvitation: 'ليس هناك تسجيل تلقائي', badge__unverified: 'لم يتم التحقق منها', billingPage: { - alerts: { - noPermissionsToManageBilling: undefined, - }, paymentSourcesSection: { actionLabel__default: undefined, actionLabel__remove: undefined, @@ -183,8 +181,8 @@ export const arSA: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -194,6 +192,9 @@ export const arSA: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, createDomainPage: { @@ -258,6 +259,12 @@ export const arSA: LocalizationResource = { members: 'الأعضاء', title: 'المنظمة', }, + plansPage: { + alerts: { + noPermissionsToManageBilling: undefined, + }, + title: undefined, + }, profilePage: { dangerSection: { deleteOrganization: { @@ -772,8 +779,8 @@ export const arSA: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -783,6 +790,9 @@ export const arSA: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, connectedAccountPage: { @@ -924,6 +934,9 @@ export const arSA: LocalizationResource = { verifySubtitle: 'أدخل رمز التحقق المرسل إلى {{identifier}}', verifyTitle: 'التحقق من رقم الهاتف', }, + plansPage: { + title: undefined, + }, profilePage: { fileDropAreaHint: 'أرفع صورة بصيغة JPG, PNG, GIF أو WEBP أقل من 10 ميغابايت', imageFormDestructiveActionSubtitle: 'حذف صورة الملف الشخصي', diff --git a/packages/localizations/src/be-BY.ts b/packages/localizations/src/be-BY.ts index 840970d01a5..77f7a47a4ef 100644 --- a/packages/localizations/src/be-BY.ts +++ b/packages/localizations/src/be-BY.ts @@ -46,8 +46,8 @@ export const beBY: LocalizationResource = { title: undefined, }, lineItems: { - title__statementId: undefined, title__paymentMethod: undefined, + title__statementId: undefined, title__subscriptionBegins: undefined, title__totalPaid: undefined, }, @@ -67,6 +67,7 @@ export const beBY: LocalizationResource = { subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, + switchToMonthly: undefined, viewFeatures: undefined, year: undefined, }, @@ -163,9 +164,6 @@ export const beBY: LocalizationResource = { badge__manualInvitation: 'No automatic enrollment', badge__unverified: 'Unverified', billingPage: { - alerts: { - noPermissionsToManageBilling: undefined, - }, paymentSourcesSection: { actionLabel__default: undefined, actionLabel__remove: undefined, @@ -184,8 +182,8 @@ export const beBY: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -195,6 +193,9 @@ export const beBY: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, createDomainPage: { @@ -259,6 +260,12 @@ export const beBY: LocalizationResource = { members: 'Members', title: 'Organization', }, + plansPage: { + alerts: { + noPermissionsToManageBilling: undefined, + }, + title: undefined, + }, profilePage: { dangerSection: { deleteOrganization: { @@ -780,8 +787,8 @@ export const beBY: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -791,6 +798,9 @@ export const beBY: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, connectedAccountPage: { @@ -939,6 +949,9 @@ export const beBY: LocalizationResource = { verifySubtitle: 'Увядзіце код пацверджання, адпраўлены на {{identifier}}', verifyTitle: 'Праверыць нумар тэлефона', }, + plansPage: { + title: undefined, + }, profilePage: { fileDropAreaHint: 'Загрузіце малюнак у фарматах JPG, PNG, GIF або WEBP памерам менш за 10 МБ', imageFormDestructiveActionSubtitle: 'Выдаліць малюнак', diff --git a/packages/localizations/src/bg-BG.ts b/packages/localizations/src/bg-BG.ts index 184dab6da04..3b364021edd 100644 --- a/packages/localizations/src/bg-BG.ts +++ b/packages/localizations/src/bg-BG.ts @@ -46,8 +46,8 @@ export const bgBG: LocalizationResource = { title: undefined, }, lineItems: { - title__statementId: undefined, title__paymentMethod: undefined, + title__statementId: undefined, title__subscriptionBegins: undefined, title__totalPaid: undefined, }, @@ -67,6 +67,7 @@ export const bgBG: LocalizationResource = { subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, + switchToMonthly: undefined, viewFeatures: undefined, year: undefined, }, @@ -161,9 +162,6 @@ export const bgBG: LocalizationResource = { badge__manualInvitation: 'Няма автоматично включване', badge__unverified: 'Неверифициран', billingPage: { - alerts: { - noPermissionsToManageBilling: undefined, - }, paymentSourcesSection: { actionLabel__default: undefined, actionLabel__remove: undefined, @@ -182,8 +180,8 @@ export const bgBG: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -193,6 +191,9 @@ export const bgBG: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, createDomainPage: { @@ -258,6 +259,12 @@ export const bgBG: LocalizationResource = { members: 'Членове', title: 'Организация', }, + plansPage: { + alerts: { + noPermissionsToManageBilling: undefined, + }, + title: undefined, + }, profilePage: { dangerSection: { deleteOrganization: { @@ -771,8 +778,8 @@ export const bgBG: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -782,6 +789,9 @@ export const bgBG: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, connectedAccountPage: { @@ -929,6 +939,9 @@ export const bgBG: LocalizationResource = { verifySubtitle: 'Enter the verification code sent to {{identifier}}', verifyTitle: 'Verify phone number', }, + plansPage: { + title: undefined, + }, profilePage: { fileDropAreaHint: 'Препоръчителен размер 1:1, до 10MB.', imageFormDestructiveActionSubtitle: 'Премахни', diff --git a/packages/localizations/src/ca-ES.ts b/packages/localizations/src/ca-ES.ts index d44e42fcd18..d5ab3d0f1a6 100644 --- a/packages/localizations/src/ca-ES.ts +++ b/packages/localizations/src/ca-ES.ts @@ -46,8 +46,8 @@ export const caES: LocalizationResource = { title: undefined, }, lineItems: { - title__statementId: undefined, title__paymentMethod: undefined, + title__statementId: undefined, title__subscriptionBegins: undefined, title__totalPaid: undefined, }, @@ -67,6 +67,7 @@ export const caES: LocalizationResource = { subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, + switchToMonthly: undefined, viewFeatures: undefined, year: undefined, }, @@ -161,9 +162,6 @@ export const caES: LocalizationResource = { badge__manualInvitation: 'Sense inscripció automàtica', badge__unverified: 'No verificat', billingPage: { - alerts: { - noPermissionsToManageBilling: undefined, - }, paymentSourcesSection: { actionLabel__default: undefined, actionLabel__remove: undefined, @@ -182,8 +180,8 @@ export const caES: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -193,6 +191,9 @@ export const caES: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, createDomainPage: { @@ -258,6 +259,12 @@ export const caES: LocalizationResource = { members: 'Membres', title: 'Organització', }, + plansPage: { + alerts: { + noPermissionsToManageBilling: undefined, + }, + title: undefined, + }, profilePage: { dangerSection: { deleteOrganization: { @@ -775,8 +782,8 @@ export const caES: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -786,6 +793,9 @@ export const caES: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, connectedAccountPage: { @@ -936,6 +946,9 @@ export const caES: LocalizationResource = { verifySubtitle: 'Introdueix el codi de verificació enviat a { { identifier } } ', verifyTitle: 'Verifica número de telèfon', }, + plansPage: { + title: undefined, + }, profilePage: { fileDropAreaHint: 'Mida recomanada 1:1, fins a 10MB.', imageFormDestructiveActionSubtitle: 'Elimina', diff --git a/packages/localizations/src/cs-CZ.ts b/packages/localizations/src/cs-CZ.ts index adaf0323306..85211310c0e 100644 --- a/packages/localizations/src/cs-CZ.ts +++ b/packages/localizations/src/cs-CZ.ts @@ -46,8 +46,8 @@ export const csCZ: LocalizationResource = { title: undefined, }, lineItems: { - title__statementId: undefined, title__paymentMethod: undefined, + title__statementId: undefined, title__subscriptionBegins: undefined, title__totalPaid: undefined, }, @@ -67,6 +67,7 @@ export const csCZ: LocalizationResource = { subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, + switchToMonthly: undefined, viewFeatures: undefined, year: undefined, }, @@ -163,9 +164,6 @@ export const csCZ: LocalizationResource = { badge__manualInvitation: 'No automatic enrollment', badge__unverified: 'Unverified', billingPage: { - alerts: { - noPermissionsToManageBilling: undefined, - }, paymentSourcesSection: { actionLabel__default: undefined, actionLabel__remove: undefined, @@ -184,8 +182,8 @@ export const csCZ: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -195,6 +193,9 @@ export const csCZ: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, createDomainPage: { @@ -259,6 +260,12 @@ export const csCZ: LocalizationResource = { members: 'Members', title: 'Organization', }, + plansPage: { + alerts: { + noPermissionsToManageBilling: undefined, + }, + title: undefined, + }, profilePage: { dangerSection: { deleteOrganization: { @@ -771,8 +778,8 @@ export const csCZ: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -782,6 +789,9 @@ export const csCZ: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, connectedAccountPage: { @@ -927,6 +937,9 @@ export const csCZ: LocalizationResource = { verifySubtitle: 'Enter the verification code sent to {{identifier}}', verifyTitle: 'Verify phone number', }, + plansPage: { + title: undefined, + }, profilePage: { fileDropAreaHint: 'Nahrajte obrázek ve formátech JPG, PNG, GIF nebo WEBP s velikostí menší než 10 MB', imageFormDestructiveActionSubtitle: 'Odstranit obrázek', diff --git a/packages/localizations/src/da-DK.ts b/packages/localizations/src/da-DK.ts index 19b9a5ee79e..191358c02d8 100644 --- a/packages/localizations/src/da-DK.ts +++ b/packages/localizations/src/da-DK.ts @@ -46,8 +46,8 @@ export const daDK: LocalizationResource = { title: undefined, }, lineItems: { - title__statementId: undefined, title__paymentMethod: undefined, + title__statementId: undefined, title__subscriptionBegins: undefined, title__totalPaid: undefined, }, @@ -67,6 +67,7 @@ export const daDK: LocalizationResource = { subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, + switchToMonthly: undefined, viewFeatures: undefined, year: undefined, }, @@ -162,9 +163,6 @@ export const daDK: LocalizationResource = { badge__manualInvitation: 'Ingen automatisk tilmelding', badge__unverified: 'Ikke verificeret', billingPage: { - alerts: { - noPermissionsToManageBilling: undefined, - }, paymentSourcesSection: { actionLabel__default: undefined, actionLabel__remove: undefined, @@ -183,8 +181,8 @@ export const daDK: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -194,6 +192,9 @@ export const daDK: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, createDomainPage: { @@ -258,6 +259,12 @@ export const daDK: LocalizationResource = { members: 'Medlemmer', title: 'Organisation', }, + plansPage: { + alerts: { + noPermissionsToManageBilling: undefined, + }, + title: undefined, + }, profilePage: { dangerSection: { deleteOrganization: { @@ -772,8 +779,8 @@ export const daDK: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -783,6 +790,9 @@ export const daDK: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, connectedAccountPage: { @@ -929,6 +939,9 @@ export const daDK: LocalizationResource = { verifySubtitle: 'Indtast bekræftelseskoden sendt til {{identifier}}', verifyTitle: 'Verificer telefonnummer', }, + plansPage: { + title: undefined, + }, profilePage: { fileDropAreaHint: 'Upload et JPG, PNG, GIF, eller WEBP-billede mindre end 10 MB', imageFormDestructiveActionSubtitle: 'Fjern billede', diff --git a/packages/localizations/src/de-DE.ts b/packages/localizations/src/de-DE.ts index dfa3ac815d5..88570af2f47 100644 --- a/packages/localizations/src/de-DE.ts +++ b/packages/localizations/src/de-DE.ts @@ -46,8 +46,8 @@ export const deDE: LocalizationResource = { title: undefined, }, lineItems: { - title__statementId: undefined, title__paymentMethod: undefined, + title__statementId: undefined, title__subscriptionBegins: undefined, title__totalPaid: undefined, }, @@ -67,6 +67,7 @@ export const deDE: LocalizationResource = { subscribe: undefined, switchPlan: 'Zu diesem Plan wechseln', switchToAnnual: undefined, + switchToMonthly: undefined, viewFeatures: undefined, year: undefined, }, @@ -164,9 +165,6 @@ export const deDE: LocalizationResource = { badge__manualInvitation: 'Keine automatische Aufnahme', badge__unverified: 'Nicht verifiziert', billingPage: { - alerts: { - noPermissionsToManageBilling: undefined, - }, paymentSourcesSection: { actionLabel__default: undefined, actionLabel__remove: undefined, @@ -185,8 +183,8 @@ export const deDE: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -196,6 +194,9 @@ export const deDE: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, createDomainPage: { @@ -261,6 +262,12 @@ export const deDE: LocalizationResource = { members: 'Mitglieder', title: 'Organisation', }, + plansPage: { + alerts: { + noPermissionsToManageBilling: undefined, + }, + title: undefined, + }, profilePage: { dangerSection: { deleteOrganization: { @@ -790,8 +797,8 @@ export const deDE: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: 'Rechnungen', headerTitle__plans: 'Pläne', + headerTitle__statements: 'Rechnungen', headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -801,6 +808,9 @@ export const deDE: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: 'Abrechnung & Zahlungen', }, connectedAccountPage: { @@ -949,6 +959,9 @@ export const deDE: LocalizationResource = { verifySubtitle: 'Enter the verification code sent to {{identifier}}', verifyTitle: 'Verify phone number', }, + plansPage: { + title: undefined, + }, profilePage: { fileDropAreaHint: 'Laden Sie ein JPG-, PNG-, GIF- oder WEBP-Bild hoch, welches kleiner als 10 MB ist', imageFormDestructiveActionSubtitle: 'Bild entfernen', diff --git a/packages/localizations/src/el-GR.ts b/packages/localizations/src/el-GR.ts index 416fe5f43a0..765bee74b7b 100644 --- a/packages/localizations/src/el-GR.ts +++ b/packages/localizations/src/el-GR.ts @@ -46,8 +46,8 @@ export const elGR: LocalizationResource = { title: undefined, }, lineItems: { - title__statementId: undefined, title__paymentMethod: undefined, + title__statementId: undefined, title__subscriptionBegins: undefined, title__totalPaid: undefined, }, @@ -67,6 +67,7 @@ export const elGR: LocalizationResource = { subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, + switchToMonthly: undefined, viewFeatures: undefined, year: undefined, }, @@ -162,9 +163,6 @@ export const elGR: LocalizationResource = { badge__manualInvitation: 'Χωρίς αυτόματη εγγραφή', badge__unverified: 'Μη επαληθευμένο', billingPage: { - alerts: { - noPermissionsToManageBilling: undefined, - }, paymentSourcesSection: { actionLabel__default: undefined, actionLabel__remove: undefined, @@ -183,8 +181,8 @@ export const elGR: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -194,6 +192,9 @@ export const elGR: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, createDomainPage: { @@ -259,6 +260,12 @@ export const elGR: LocalizationResource = { members: 'Members', title: 'Organization', }, + plansPage: { + alerts: { + noPermissionsToManageBilling: undefined, + }, + title: undefined, + }, profilePage: { dangerSection: { deleteOrganization: { @@ -780,8 +787,8 @@ export const elGR: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -791,6 +798,9 @@ export const elGR: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, connectedAccountPage: { @@ -939,6 +949,9 @@ export const elGR: LocalizationResource = { verifySubtitle: 'Enter the verification code sent to {{identifier}}', verifyTitle: 'Verify phone number', }, + plansPage: { + title: undefined, + }, profilePage: { fileDropAreaHint: 'Ανεβάστε μια εικόνα σε μορφή JPG, PNG, GIF ή WEBP μικρότερη των 10 MB', imageFormDestructiveActionSubtitle: 'Αφαίρεση εικόνας', diff --git a/packages/localizations/src/en-GB.ts b/packages/localizations/src/en-GB.ts index 719c0f741a6..a871c052b21 100644 --- a/packages/localizations/src/en-GB.ts +++ b/packages/localizations/src/en-GB.ts @@ -46,8 +46,8 @@ export const enGB: LocalizationResource = { title: undefined, }, lineItems: { - title__statementId: undefined, title__paymentMethod: undefined, + title__statementId: undefined, title__subscriptionBegins: undefined, title__totalPaid: undefined, }, @@ -67,6 +67,7 @@ export const enGB: LocalizationResource = { subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, + switchToMonthly: undefined, viewFeatures: undefined, year: undefined, }, @@ -162,9 +163,6 @@ export const enGB: LocalizationResource = { badge__manualInvitation: 'No automatic enrollment', badge__unverified: 'Unverified', billingPage: { - alerts: { - noPermissionsToManageBilling: undefined, - }, paymentSourcesSection: { actionLabel__default: undefined, actionLabel__remove: undefined, @@ -183,8 +181,8 @@ export const enGB: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -194,6 +192,9 @@ export const enGB: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, createDomainPage: { @@ -259,6 +260,12 @@ export const enGB: LocalizationResource = { members: 'Members', title: 'Organisation', }, + plansPage: { + alerts: { + noPermissionsToManageBilling: undefined, + }, + title: undefined, + }, profilePage: { dangerSection: { deleteOrganization: { @@ -780,8 +787,8 @@ export const enGB: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -791,6 +798,9 @@ export const enGB: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, connectedAccountPage: { @@ -937,6 +947,9 @@ export const enGB: LocalizationResource = { verifySubtitle: 'Enter the verification code sent to {{identifier}}', verifyTitle: 'Verify phone number', }, + plansPage: { + title: undefined, + }, profilePage: { fileDropAreaHint: 'Recommended size 1:1, up to 10MB.', imageFormDestructiveActionSubtitle: 'Remove', diff --git a/packages/localizations/src/en-US.ts b/packages/localizations/src/en-US.ts index 5b558a18f19..a99d356efd5 100644 --- a/packages/localizations/src/en-US.ts +++ b/packages/localizations/src/en-US.ts @@ -35,8 +35,8 @@ export const enUS: LocalizationResource = { title: 'Add an email address', }, lineItems: { - title__statementId: 'Statement ID', title__paymentMethod: 'Payment method', + title__statementId: 'Statement ID', title__subscriptionBegins: 'Subscription begins', title__totalPaid: 'Total paid', }, @@ -55,8 +55,8 @@ export const enUS: LocalizationResource = { seeAllFeatures: 'See all features', subscribe: 'Subscribe', switchPlan: 'Switch to this plan', - switchToMonthly: 'Switch to monthly', switchToAnnual: 'Switch to annual', + switchToMonthly: 'Switch to monthly', viewFeatures: 'View features', year: 'Year', }, @@ -152,9 +152,6 @@ export const enUS: LocalizationResource = { badge__manualInvitation: 'No automatic enrollment', badge__unverified: 'Unverified', billingPage: { - alerts: { - noPermissionsToManageBilling: 'You do not have permissions to manage billing for this organization.', - }, paymentSourcesSection: { actionLabel__default: 'Make default', actionLabel__remove: 'Remove', @@ -174,20 +171,20 @@ export const enUS: LocalizationResource = { title: 'Payment methods', }, start: { - headerTitle__statements: 'Statements', headerTitle__plans: 'Plans', + headerTitle__statements: 'Statements', headerTitle__subscriptions: 'Subscriptions', }, subscriptionsListSection: { actionLabel__switchPlan: 'Switch plans', title: 'Subscription', }, - switchPlansSection: { - title: 'Switch plans', - }, subscriptionsSection: { actionLabel__default: 'Manage', }, + switchPlansSection: { + title: 'Switch plans', + }, title: 'Billing', }, createDomainPage: { @@ -253,6 +250,12 @@ export const enUS: LocalizationResource = { members: 'Members', title: 'Organization', }, + plansPage: { + alerts: { + noPermissionsToManageBilling: 'You do not have permissions to manage billing for this organization.', + }, + title: 'Plans', + }, profilePage: { dangerSection: { deleteOrganization: { @@ -771,8 +774,8 @@ export const enUS: LocalizationResource = { title: 'Payment methods', }, start: { - headerTitle__statements: 'Statements', headerTitle__plans: 'Plans', + headerTitle__statements: 'Statements', headerTitle__subscriptions: 'Subscription', }, subscriptionsListSection: { @@ -931,6 +934,9 @@ export const enUS: LocalizationResource = { verifySubtitle: 'Enter the verification code sent to {{identifier}}', verifyTitle: 'Verify phone number', }, + plansPage: { + title: 'Plans', + }, profilePage: { fileDropAreaHint: 'Recommended size 1:1, up to 10MB.', imageFormDestructiveActionSubtitle: 'Remove', diff --git a/packages/localizations/src/es-ES.ts b/packages/localizations/src/es-ES.ts index 2b6c62a64b0..db0536376e8 100644 --- a/packages/localizations/src/es-ES.ts +++ b/packages/localizations/src/es-ES.ts @@ -46,8 +46,8 @@ export const esES: LocalizationResource = { title: undefined, }, lineItems: { - title__statementId: undefined, title__paymentMethod: undefined, + title__statementId: undefined, title__subscriptionBegins: undefined, title__totalPaid: undefined, }, @@ -67,6 +67,7 @@ export const esES: LocalizationResource = { subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, + switchToMonthly: undefined, viewFeatures: undefined, year: undefined, }, @@ -162,9 +163,6 @@ export const esES: LocalizationResource = { badge__manualInvitation: 'Sin inscripción automática', badge__unverified: 'No verificado', billingPage: { - alerts: { - noPermissionsToManageBilling: undefined, - }, paymentSourcesSection: { actionLabel__default: undefined, actionLabel__remove: undefined, @@ -183,8 +181,8 @@ export const esES: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -194,6 +192,9 @@ export const esES: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, createDomainPage: { @@ -259,6 +260,12 @@ export const esES: LocalizationResource = { members: 'Miembros', title: 'Organización', }, + plansPage: { + alerts: { + noPermissionsToManageBilling: undefined, + }, + title: undefined, + }, profilePage: { dangerSection: { deleteOrganization: { @@ -777,8 +784,8 @@ export const esES: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -788,6 +795,9 @@ export const esES: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, connectedAccountPage: { @@ -936,6 +946,9 @@ export const esES: LocalizationResource = { verifySubtitle: 'Introduzca el código de verificación enviado a {{identifier}}', verifyTitle: 'Verificar número de teléfono', }, + plansPage: { + title: undefined, + }, profilePage: { fileDropAreaHint: 'Cargue una imagen JPG, PNG, GIF o WEBP de menos de 10 MB', imageFormDestructiveActionSubtitle: 'Eliminar la imagen', diff --git a/packages/localizations/src/es-MX.ts b/packages/localizations/src/es-MX.ts index 302a449c27e..a464c79eaff 100644 --- a/packages/localizations/src/es-MX.ts +++ b/packages/localizations/src/es-MX.ts @@ -46,8 +46,8 @@ export const esMX: LocalizationResource = { title: undefined, }, lineItems: { - title__statementId: undefined, title__paymentMethod: undefined, + title__statementId: undefined, title__subscriptionBegins: undefined, title__totalPaid: undefined, }, @@ -67,6 +67,7 @@ export const esMX: LocalizationResource = { subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, + switchToMonthly: undefined, viewFeatures: undefined, year: undefined, }, @@ -163,9 +164,6 @@ export const esMX: LocalizationResource = { badge__manualInvitation: 'Sin inscripciónes automaticas', badge__unverified: 'No verificado', billingPage: { - alerts: { - noPermissionsToManageBilling: undefined, - }, paymentSourcesSection: { actionLabel__default: undefined, actionLabel__remove: undefined, @@ -184,8 +182,8 @@ export const esMX: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -195,6 +193,9 @@ export const esMX: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, createDomainPage: { @@ -260,6 +261,12 @@ export const esMX: LocalizationResource = { members: 'Miembros', title: 'Organización', }, + plansPage: { + alerts: { + noPermissionsToManageBilling: undefined, + }, + title: undefined, + }, profilePage: { dangerSection: { deleteOrganization: { @@ -778,8 +785,8 @@ export const esMX: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -789,6 +796,9 @@ export const esMX: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, connectedAccountPage: { @@ -937,6 +947,9 @@ export const esMX: LocalizationResource = { verifySubtitle: 'Ingrese el código de verificación enviado a {{identifier}}', verifyTitle: 'Verificar número de teléfono', }, + plansPage: { + title: undefined, + }, profilePage: { fileDropAreaHint: 'Cargue una imagen JPG, PNG, GIF o WEBP de menos de 10 MB', imageFormDestructiveActionSubtitle: 'Eliminar la imagen', diff --git a/packages/localizations/src/fi-FI.ts b/packages/localizations/src/fi-FI.ts index 30b7e7e287e..0b6ae8995da 100644 --- a/packages/localizations/src/fi-FI.ts +++ b/packages/localizations/src/fi-FI.ts @@ -46,8 +46,8 @@ export const fiFI: LocalizationResource = { title: undefined, }, lineItems: { - title__statementId: undefined, title__paymentMethod: undefined, + title__statementId: undefined, title__subscriptionBegins: undefined, title__totalPaid: undefined, }, @@ -67,6 +67,7 @@ export const fiFI: LocalizationResource = { subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, + switchToMonthly: undefined, viewFeatures: undefined, year: undefined, }, @@ -162,9 +163,6 @@ export const fiFI: LocalizationResource = { badge__manualInvitation: 'Ei automaattista liittymistä', badge__unverified: 'Vahvistamaton', billingPage: { - alerts: { - noPermissionsToManageBilling: undefined, - }, paymentSourcesSection: { actionLabel__default: undefined, actionLabel__remove: undefined, @@ -183,8 +181,8 @@ export const fiFI: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -194,6 +192,9 @@ export const fiFI: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, createDomainPage: { @@ -259,6 +260,12 @@ export const fiFI: LocalizationResource = { members: 'Jäsenet', title: 'Organisaatio', }, + plansPage: { + alerts: { + noPermissionsToManageBilling: undefined, + }, + title: undefined, + }, profilePage: { dangerSection: { deleteOrganization: { @@ -775,8 +782,8 @@ export const fiFI: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -786,6 +793,9 @@ export const fiFI: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, connectedAccountPage: { @@ -934,6 +944,9 @@ export const fiFI: LocalizationResource = { verifySubtitle: 'Syötä puhelimeesi lähetetty vahvistuskoodi: {{identifier}}', verifyTitle: 'Vahvista puhelinnumero', }, + plansPage: { + title: undefined, + }, profilePage: { fileDropAreaHint: 'Suositeltu koko 1:1, enintään 10 Mt.', imageFormDestructiveActionSubtitle: 'Poista kuva', diff --git a/packages/localizations/src/fr-FR.ts b/packages/localizations/src/fr-FR.ts index dd56509cd85..980529080af 100644 --- a/packages/localizations/src/fr-FR.ts +++ b/packages/localizations/src/fr-FR.ts @@ -46,8 +46,8 @@ export const frFR: LocalizationResource = { title: undefined, }, lineItems: { - title__statementId: undefined, title__paymentMethod: undefined, + title__statementId: undefined, title__subscriptionBegins: undefined, title__totalPaid: undefined, }, @@ -67,6 +67,7 @@ export const frFR: LocalizationResource = { subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, + switchToMonthly: undefined, viewFeatures: undefined, year: undefined, }, @@ -163,9 +164,6 @@ export const frFR: LocalizationResource = { badge__manualInvitation: "Pas d'inscription automatique", badge__unverified: 'Non vérifié', billingPage: { - alerts: { - noPermissionsToManageBilling: undefined, - }, paymentSourcesSection: { actionLabel__default: undefined, actionLabel__remove: undefined, @@ -184,8 +182,8 @@ export const frFR: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -195,6 +193,9 @@ export const frFR: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, createDomainPage: { @@ -260,6 +261,12 @@ export const frFR: LocalizationResource = { members: 'Membres', title: 'Organisation', }, + plansPage: { + alerts: { + noPermissionsToManageBilling: undefined, + }, + title: undefined, + }, profilePage: { dangerSection: { deleteOrganization: { @@ -780,8 +787,8 @@ export const frFR: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -791,6 +798,9 @@ export const frFR: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, connectedAccountPage: { @@ -938,6 +948,9 @@ export const frFR: LocalizationResource = { verifySubtitle: 'Saisissez le code de vérification envoyé à {{identifier}}', verifyTitle: 'Vérification du numéro de téléphone', }, + plansPage: { + title: undefined, + }, profilePage: { fileDropAreaHint: 'Téléchargez une image JPG, PNG, GIF ou WEBP inférieure à 10 Mo', imageFormDestructiveActionSubtitle: "Supprimer l'image", diff --git a/packages/localizations/src/he-IL.ts b/packages/localizations/src/he-IL.ts index 1756a88b279..87d9395780e 100644 --- a/packages/localizations/src/he-IL.ts +++ b/packages/localizations/src/he-IL.ts @@ -46,8 +46,8 @@ export const heIL: LocalizationResource = { title: undefined, }, lineItems: { - title__statementId: undefined, title__paymentMethod: undefined, + title__statementId: undefined, title__subscriptionBegins: undefined, title__totalPaid: undefined, }, @@ -67,6 +67,7 @@ export const heIL: LocalizationResource = { subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, + switchToMonthly: undefined, viewFeatures: undefined, year: undefined, }, @@ -161,9 +162,6 @@ export const heIL: LocalizationResource = { badge__manualInvitation: 'ללא הרשמה אוטומטית', badge__unverified: 'לא מאומת', billingPage: { - alerts: { - noPermissionsToManageBilling: undefined, - }, paymentSourcesSection: { actionLabel__default: undefined, actionLabel__remove: undefined, @@ -182,8 +180,8 @@ export const heIL: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -193,6 +191,9 @@ export const heIL: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, createDomainPage: { @@ -256,6 +257,12 @@ export const heIL: LocalizationResource = { members: 'חברים', title: 'ארגון', }, + plansPage: { + alerts: { + noPermissionsToManageBilling: undefined, + }, + title: undefined, + }, profilePage: { dangerSection: { deleteOrganization: { @@ -763,8 +770,8 @@ export const heIL: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -774,6 +781,9 @@ export const heIL: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, connectedAccountPage: { @@ -912,6 +922,9 @@ export const heIL: LocalizationResource = { verifySubtitle: 'הזן את קוד האימות שנשלח ל{{identifier}}', verifyTitle: 'אמת מספר טלפון', }, + plansPage: { + title: undefined, + }, profilePage: { fileDropAreaHint: 'העלה תמונה בפורמט JPG, PNG, GIF, או WEBP הקטנה מ-10 מ"ב', imageFormDestructiveActionSubtitle: 'הסר תמונה', diff --git a/packages/localizations/src/hr-HR.ts b/packages/localizations/src/hr-HR.ts index 006c812135e..c3fc8251382 100644 --- a/packages/localizations/src/hr-HR.ts +++ b/packages/localizations/src/hr-HR.ts @@ -46,8 +46,8 @@ export const hrHR: LocalizationResource = { title: undefined, }, lineItems: { - title__statementId: undefined, title__paymentMethod: undefined, + title__statementId: undefined, title__subscriptionBegins: undefined, title__totalPaid: undefined, }, @@ -67,6 +67,7 @@ export const hrHR: LocalizationResource = { subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, + switchToMonthly: undefined, viewFeatures: undefined, year: undefined, }, @@ -161,9 +162,6 @@ export const hrHR: LocalizationResource = { badge__manualInvitation: 'Bez automatskog učlanjenja', badge__unverified: 'Nepotvrđeno', billingPage: { - alerts: { - noPermissionsToManageBilling: undefined, - }, paymentSourcesSection: { actionLabel__default: undefined, actionLabel__remove: undefined, @@ -182,8 +180,8 @@ export const hrHR: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -193,6 +191,9 @@ export const hrHR: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, createDomainPage: { @@ -258,6 +259,12 @@ export const hrHR: LocalizationResource = { members: 'Članovi', title: 'Organizacija', }, + plansPage: { + alerts: { + noPermissionsToManageBilling: undefined, + }, + title: undefined, + }, profilePage: { dangerSection: { deleteOrganization: { @@ -780,8 +787,8 @@ export const hrHR: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -791,6 +798,9 @@ export const hrHR: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, connectedAccountPage: { @@ -936,6 +946,9 @@ export const hrHR: LocalizationResource = { verifySubtitle: 'Unesite verifikacijski kod poslan na {{identifier}}', verifyTitle: 'Potvrdi telefonski broj', }, + plansPage: { + title: undefined, + }, profilePage: { fileDropAreaHint: 'Preporučena veličina 1:1, do 10MB.', imageFormDestructiveActionSubtitle: 'Ukloni', diff --git a/packages/localizations/src/hu-HU.ts b/packages/localizations/src/hu-HU.ts index e33c72030c4..ad396aa98f5 100644 --- a/packages/localizations/src/hu-HU.ts +++ b/packages/localizations/src/hu-HU.ts @@ -46,8 +46,8 @@ export const huHU: LocalizationResource = { title: undefined, }, lineItems: { - title__statementId: undefined, title__paymentMethod: undefined, + title__statementId: undefined, title__subscriptionBegins: undefined, title__totalPaid: undefined, }, @@ -67,6 +67,7 @@ export const huHU: LocalizationResource = { subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, + switchToMonthly: undefined, viewFeatures: undefined, year: undefined, }, @@ -161,9 +162,6 @@ export const huHU: LocalizationResource = { badge__manualInvitation: 'Nincs automatikus felvétel', badge__unverified: 'Nincs visszaigazolva', billingPage: { - alerts: { - noPermissionsToManageBilling: undefined, - }, paymentSourcesSection: { actionLabel__default: undefined, actionLabel__remove: undefined, @@ -182,8 +180,8 @@ export const huHU: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -193,6 +191,9 @@ export const huHU: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, createDomainPage: { @@ -258,6 +259,12 @@ export const huHU: LocalizationResource = { members: 'Tagok', title: 'Szervezet', }, + plansPage: { + alerts: { + noPermissionsToManageBilling: undefined, + }, + title: undefined, + }, profilePage: { dangerSection: { deleteOrganization: { @@ -775,8 +782,8 @@ export const huHU: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -786,6 +793,9 @@ export const huHU: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, connectedAccountPage: { @@ -934,6 +944,9 @@ export const huHU: LocalizationResource = { verifySubtitle: 'Írd be a visszaigazóló kódot, amit a(z) {{identifier}} számra küldtünk.', verifyTitle: 'Telefonszám visszaigazolása', }, + plansPage: { + title: undefined, + }, profilePage: { fileDropAreaHint: 'Ajánlott méret 1:1, 10MB-ig.', imageFormDestructiveActionSubtitle: 'Eltávolítás', diff --git a/packages/localizations/src/id-ID.ts b/packages/localizations/src/id-ID.ts index 9eaa48a0895..4baacc854af 100644 --- a/packages/localizations/src/id-ID.ts +++ b/packages/localizations/src/id-ID.ts @@ -46,8 +46,8 @@ export const idID: LocalizationResource = { title: undefined, }, lineItems: { - title__statementId: undefined, title__paymentMethod: undefined, + title__statementId: undefined, title__subscriptionBegins: undefined, title__totalPaid: undefined, }, @@ -67,6 +67,7 @@ export const idID: LocalizationResource = { subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, + switchToMonthly: undefined, viewFeatures: undefined, year: undefined, }, @@ -162,9 +163,6 @@ export const idID: LocalizationResource = { badge__manualInvitation: 'Tanpa pendaftaran otomatis', badge__unverified: 'Belum diverifikasi', billingPage: { - alerts: { - noPermissionsToManageBilling: undefined, - }, paymentSourcesSection: { actionLabel__default: undefined, actionLabel__remove: undefined, @@ -183,8 +181,8 @@ export const idID: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -194,6 +192,9 @@ export const idID: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, createDomainPage: { @@ -259,6 +260,12 @@ export const idID: LocalizationResource = { members: 'Anggota', title: 'Organisasi', }, + plansPage: { + alerts: { + noPermissionsToManageBilling: undefined, + }, + title: undefined, + }, profilePage: { dangerSection: { deleteOrganization: { @@ -784,8 +791,8 @@ export const idID: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -795,6 +802,9 @@ export const idID: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, connectedAccountPage: { @@ -933,6 +943,9 @@ export const idID: LocalizationResource = { verifySubtitle: 'Masukkan kode verifikasi yang dikirim ke {{identifier}}', verifyTitle: 'Verifikasi nomor telepon', }, + plansPage: { + title: undefined, + }, profilePage: { fileDropAreaHint: 'Ukuran yang disarankan 1:1, hingga 10MB.', imageFormDestructiveActionSubtitle: 'Hapus', diff --git a/packages/localizations/src/is-IS.ts b/packages/localizations/src/is-IS.ts index b784e700a6c..24ad0c9ee51 100644 --- a/packages/localizations/src/is-IS.ts +++ b/packages/localizations/src/is-IS.ts @@ -46,8 +46,8 @@ export const isIS: LocalizationResource = { title: undefined, }, lineItems: { - title__statementId: undefined, title__paymentMethod: undefined, + title__statementId: undefined, title__subscriptionBegins: undefined, title__totalPaid: undefined, }, @@ -67,6 +67,7 @@ export const isIS: LocalizationResource = { subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, + switchToMonthly: undefined, viewFeatures: undefined, year: undefined, }, @@ -162,9 +163,6 @@ export const isIS: LocalizationResource = { badge__manualInvitation: 'Engin sjálfvirk skráning', badge__unverified: 'Óstaðfest', billingPage: { - alerts: { - noPermissionsToManageBilling: undefined, - }, paymentSourcesSection: { actionLabel__default: undefined, actionLabel__remove: undefined, @@ -183,8 +181,8 @@ export const isIS: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -194,6 +192,9 @@ export const isIS: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, createDomainPage: { @@ -259,6 +260,12 @@ export const isIS: LocalizationResource = { members: 'Meðlimir', title: 'Samtök', }, + plansPage: { + alerts: { + noPermissionsToManageBilling: undefined, + }, + title: undefined, + }, profilePage: { dangerSection: { deleteOrganization: { @@ -778,8 +785,8 @@ export const isIS: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -789,6 +796,9 @@ export const isIS: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, connectedAccountPage: { @@ -937,6 +947,9 @@ export const isIS: LocalizationResource = { verifySubtitle: 'Sláðu inn staðfestingarkóðann sem sendur var á {{identifier}}', verifyTitle: 'Staðfesta símanúmer', }, + plansPage: { + title: undefined, + }, profilePage: { fileDropAreaHint: 'Mælt stærð 1:1, allt að 10MB.', imageFormDestructiveActionSubtitle: 'Fjarlægja', diff --git a/packages/localizations/src/it-IT.ts b/packages/localizations/src/it-IT.ts index d7aaca27808..c520bebdd9f 100644 --- a/packages/localizations/src/it-IT.ts +++ b/packages/localizations/src/it-IT.ts @@ -46,8 +46,8 @@ export const itIT: LocalizationResource = { title: undefined, }, lineItems: { - title__statementId: undefined, title__paymentMethod: undefined, + title__statementId: undefined, title__subscriptionBegins: undefined, title__totalPaid: undefined, }, @@ -67,6 +67,7 @@ export const itIT: LocalizationResource = { subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, + switchToMonthly: undefined, viewFeatures: undefined, year: undefined, }, @@ -163,9 +164,6 @@ export const itIT: LocalizationResource = { badge__manualInvitation: 'Nessuna iscrizione automatica', badge__unverified: 'Non verificato', billingPage: { - alerts: { - noPermissionsToManageBilling: undefined, - }, paymentSourcesSection: { actionLabel__default: undefined, actionLabel__remove: undefined, @@ -184,8 +182,8 @@ export const itIT: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -195,6 +193,9 @@ export const itIT: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, createDomainPage: { @@ -259,6 +260,12 @@ export const itIT: LocalizationResource = { members: 'Membri', title: 'Organizzazione', }, + plansPage: { + alerts: { + noPermissionsToManageBilling: undefined, + }, + title: undefined, + }, profilePage: { dangerSection: { deleteOrganization: { @@ -775,8 +782,8 @@ export const itIT: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -786,6 +793,9 @@ export const itIT: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, connectedAccountPage: { @@ -933,6 +943,9 @@ export const itIT: LocalizationResource = { verifySubtitle: 'Inserisci il codice di verifica inviato a {{identifier}}', verifyTitle: 'Verifica numero di telefono', }, + plansPage: { + title: undefined, + }, profilePage: { fileDropAreaHint: 'Carica una immagine piú piccola di 10MB di tipo JPG, PNG, GIF, oppure WEBP', imageFormDestructiveActionSubtitle: 'Rimuovi immagine', diff --git a/packages/localizations/src/ja-JP.ts b/packages/localizations/src/ja-JP.ts index 0c1f9a394ad..976d4b87911 100644 --- a/packages/localizations/src/ja-JP.ts +++ b/packages/localizations/src/ja-JP.ts @@ -46,8 +46,8 @@ export const jaJP: LocalizationResource = { title: undefined, }, lineItems: { - title__statementId: undefined, title__paymentMethod: undefined, + title__statementId: undefined, title__subscriptionBegins: undefined, title__totalPaid: undefined, }, @@ -67,6 +67,7 @@ export const jaJP: LocalizationResource = { subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, + switchToMonthly: undefined, viewFeatures: undefined, year: undefined, }, @@ -162,9 +163,6 @@ export const jaJP: LocalizationResource = { badge__manualInvitation: '自動登録なし', badge__unverified: '未承認', billingPage: { - alerts: { - noPermissionsToManageBilling: undefined, - }, paymentSourcesSection: { actionLabel__default: undefined, actionLabel__remove: undefined, @@ -183,8 +181,8 @@ export const jaJP: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -194,6 +192,9 @@ export const jaJP: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, createDomainPage: { @@ -258,6 +259,12 @@ export const jaJP: LocalizationResource = { members: 'メンバー', title: '組織', }, + plansPage: { + alerts: { + noPermissionsToManageBilling: undefined, + }, + title: undefined, + }, profilePage: { dangerSection: { deleteOrganization: { @@ -773,8 +780,8 @@ export const jaJP: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -784,6 +791,9 @@ export const jaJP: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, connectedAccountPage: { @@ -926,6 +936,9 @@ export const jaJP: LocalizationResource = { verifySubtitle: '{{identifier}}に送信された検証コードを入力してください', verifyTitle: '電話番号の確認', }, + plansPage: { + title: undefined, + }, profilePage: { fileDropAreaHint: '10MB未満のJPG、PNG、GIF、またはWEBP画像をアップロードしてください', imageFormDestructiveActionSubtitle: '画像の削除', diff --git a/packages/localizations/src/ko-KR.ts b/packages/localizations/src/ko-KR.ts index f7009a56aa4..fd7e331d28a 100644 --- a/packages/localizations/src/ko-KR.ts +++ b/packages/localizations/src/ko-KR.ts @@ -46,8 +46,8 @@ export const koKR: LocalizationResource = { title: undefined, }, lineItems: { - title__statementId: undefined, title__paymentMethod: undefined, + title__statementId: undefined, title__subscriptionBegins: undefined, title__totalPaid: undefined, }, @@ -67,6 +67,7 @@ export const koKR: LocalizationResource = { subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, + switchToMonthly: undefined, viewFeatures: undefined, year: undefined, }, @@ -162,9 +163,6 @@ export const koKR: LocalizationResource = { badge__manualInvitation: 'No automatic enrollment', badge__unverified: 'Unverified', billingPage: { - alerts: { - noPermissionsToManageBilling: undefined, - }, paymentSourcesSection: { actionLabel__default: undefined, actionLabel__remove: undefined, @@ -183,8 +181,8 @@ export const koKR: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -194,6 +192,9 @@ export const koKR: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, createDomainPage: { @@ -258,6 +259,12 @@ export const koKR: LocalizationResource = { members: 'Members', title: 'Organization', }, + plansPage: { + alerts: { + noPermissionsToManageBilling: undefined, + }, + title: undefined, + }, profilePage: { dangerSection: { deleteOrganization: { @@ -767,8 +774,8 @@ export const koKR: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -778,6 +785,9 @@ export const koKR: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, connectedAccountPage: { @@ -918,6 +928,9 @@ export const koKR: LocalizationResource = { verifySubtitle: 'Enter the verification code sent to {{identifier}}', verifyTitle: 'Verify phone number', }, + plansPage: { + title: undefined, + }, profilePage: { fileDropAreaHint: '10MB보다 작은 JPG, PNG, GIF 또는 WEBP 이미지를 업로드합니다', imageFormDestructiveActionSubtitle: '이미지 제거', diff --git a/packages/localizations/src/mn-MN.ts b/packages/localizations/src/mn-MN.ts index 9a49ffdeef4..09a292c7f11 100644 --- a/packages/localizations/src/mn-MN.ts +++ b/packages/localizations/src/mn-MN.ts @@ -46,8 +46,8 @@ export const mnMN: LocalizationResource = { title: undefined, }, lineItems: { - title__statementId: undefined, title__paymentMethod: undefined, + title__statementId: undefined, title__subscriptionBegins: undefined, title__totalPaid: undefined, }, @@ -67,6 +67,7 @@ export const mnMN: LocalizationResource = { subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, + switchToMonthly: undefined, viewFeatures: undefined, year: undefined, }, @@ -162,9 +163,6 @@ export const mnMN: LocalizationResource = { badge__manualInvitation: 'Автомат бүртгэл байхгүй', badge__unverified: 'Баталгаажаагүй', billingPage: { - alerts: { - noPermissionsToManageBilling: undefined, - }, paymentSourcesSection: { actionLabel__default: undefined, actionLabel__remove: undefined, @@ -183,8 +181,8 @@ export const mnMN: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -194,6 +192,9 @@ export const mnMN: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, createDomainPage: { @@ -259,6 +260,12 @@ export const mnMN: LocalizationResource = { members: 'Гишүүд', title: 'Байгууллага', }, + plansPage: { + alerts: { + noPermissionsToManageBilling: undefined, + }, + title: undefined, + }, profilePage: { dangerSection: { deleteOrganization: { @@ -775,8 +782,8 @@ export const mnMN: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -786,6 +793,9 @@ export const mnMN: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, connectedAccountPage: { @@ -932,6 +942,9 @@ export const mnMN: LocalizationResource = { verifySubtitle: '{{identifier}} руу илгээсэн баталгаажуулах кодыг оруулна уу', verifyTitle: 'Утасны дугаарыг баталгаажуулах', }, + plansPage: { + title: undefined, + }, profilePage: { fileDropAreaHint: 'Санал болгож буй хэмжээ 1:1, 10MB хүртэл.', imageFormDestructiveActionSubtitle: 'Устгах', diff --git a/packages/localizations/src/nb-NO.ts b/packages/localizations/src/nb-NO.ts index e97b16ca361..0963a4feb13 100644 --- a/packages/localizations/src/nb-NO.ts +++ b/packages/localizations/src/nb-NO.ts @@ -46,8 +46,8 @@ export const nbNO: LocalizationResource = { title: undefined, }, lineItems: { - title__statementId: undefined, title__paymentMethod: undefined, + title__statementId: undefined, title__subscriptionBegins: undefined, title__totalPaid: undefined, }, @@ -67,6 +67,7 @@ export const nbNO: LocalizationResource = { subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, + switchToMonthly: undefined, viewFeatures: undefined, year: undefined, }, @@ -162,9 +163,6 @@ export const nbNO: LocalizationResource = { badge__manualInvitation: 'Ingen automatisk registrering', badge__unverified: 'Uverifisert', billingPage: { - alerts: { - noPermissionsToManageBilling: undefined, - }, paymentSourcesSection: { actionLabel__default: undefined, actionLabel__remove: undefined, @@ -183,8 +181,8 @@ export const nbNO: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -194,6 +192,9 @@ export const nbNO: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, createDomainPage: { @@ -258,6 +259,12 @@ export const nbNO: LocalizationResource = { members: 'Medlemmer', title: 'Organisasjon', }, + plansPage: { + alerts: { + noPermissionsToManageBilling: undefined, + }, + title: undefined, + }, profilePage: { dangerSection: { deleteOrganization: { @@ -774,8 +781,8 @@ export const nbNO: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -785,6 +792,9 @@ export const nbNO: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, connectedAccountPage: { @@ -931,6 +941,9 @@ export const nbNO: LocalizationResource = { verifySubtitle: 'Skriv inn verifiseringskoden som ble sendt til {{identifier}}', verifyTitle: 'Verifiser telefonnummer', }, + plansPage: { + title: undefined, + }, profilePage: { fileDropAreaHint: 'Last opp et JPG, PNG, GIF eller WEBP-bilde som er mindre enn 10 MB', imageFormDestructiveActionSubtitle: 'Fjern bilde', diff --git a/packages/localizations/src/nl-BE.ts b/packages/localizations/src/nl-BE.ts index 5fd8372a3d1..ee56befe088 100644 --- a/packages/localizations/src/nl-BE.ts +++ b/packages/localizations/src/nl-BE.ts @@ -46,8 +46,8 @@ export const nlBE: LocalizationResource = { title: undefined, }, lineItems: { - title__statementId: undefined, title__paymentMethod: undefined, + title__statementId: undefined, title__subscriptionBegins: undefined, title__totalPaid: undefined, }, @@ -67,6 +67,7 @@ export const nlBE: LocalizationResource = { subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, + switchToMonthly: undefined, viewFeatures: undefined, year: undefined, }, @@ -161,9 +162,6 @@ export const nlBE: LocalizationResource = { badge__manualInvitation: 'Geen automatische inschrijving', badge__unverified: 'Ongeverifieerd', billingPage: { - alerts: { - noPermissionsToManageBilling: undefined, - }, paymentSourcesSection: { actionLabel__default: undefined, actionLabel__remove: undefined, @@ -182,8 +180,8 @@ export const nlBE: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -193,6 +191,9 @@ export const nlBE: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, createDomainPage: { @@ -258,6 +259,12 @@ export const nlBE: LocalizationResource = { members: 'Leden', title: 'Organisatie', }, + plansPage: { + alerts: { + noPermissionsToManageBilling: undefined, + }, + title: undefined, + }, profilePage: { dangerSection: { deleteOrganization: { @@ -773,8 +780,8 @@ export const nlBE: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -784,6 +791,9 @@ export const nlBE: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, connectedAccountPage: { @@ -929,6 +939,9 @@ export const nlBE: LocalizationResource = { verifySubtitle: 'Voer de verificatiecode in die verstuurd is naar {{phoneNumber}}', verifyTitle: 'Verifieer telefoonnummer', }, + plansPage: { + title: undefined, + }, profilePage: { fileDropAreaHint: 'Upload een JPG, PNG, GIF, of WEBP afbeelding kleiner dan 10 MB', imageFormDestructiveActionSubtitle: 'Verwijder afbeelding', diff --git a/packages/localizations/src/nl-NL.ts b/packages/localizations/src/nl-NL.ts index beb44c8574d..d7eba2b08da 100644 --- a/packages/localizations/src/nl-NL.ts +++ b/packages/localizations/src/nl-NL.ts @@ -46,8 +46,8 @@ export const nlNL: LocalizationResource = { title: undefined, }, lineItems: { - title__statementId: undefined, title__paymentMethod: undefined, + title__statementId: undefined, title__subscriptionBegins: undefined, title__totalPaid: undefined, }, @@ -67,6 +67,7 @@ export const nlNL: LocalizationResource = { subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, + switchToMonthly: undefined, viewFeatures: undefined, year: undefined, }, @@ -161,9 +162,6 @@ export const nlNL: LocalizationResource = { badge__manualInvitation: 'Geen automatische inschrijving', badge__unverified: 'Ongeverifieerd', billingPage: { - alerts: { - noPermissionsToManageBilling: undefined, - }, paymentSourcesSection: { actionLabel__default: undefined, actionLabel__remove: undefined, @@ -182,8 +180,8 @@ export const nlNL: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -193,6 +191,9 @@ export const nlNL: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, createDomainPage: { @@ -258,6 +259,12 @@ export const nlNL: LocalizationResource = { members: 'Leden', title: 'Organisatie', }, + plansPage: { + alerts: { + noPermissionsToManageBilling: undefined, + }, + title: undefined, + }, profilePage: { dangerSection: { deleteOrganization: { @@ -773,8 +780,8 @@ export const nlNL: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -784,6 +791,9 @@ export const nlNL: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, connectedAccountPage: { @@ -929,6 +939,9 @@ export const nlNL: LocalizationResource = { verifySubtitle: 'Voer de verificatiecode in die verstuurd is naar {{phoneNumber}}', verifyTitle: 'Verifieer telefoonnummer', }, + plansPage: { + title: undefined, + }, profilePage: { fileDropAreaHint: 'Upload een JPG, PNG, GIF, of WEBP afbeelding kleiner dan 10 MB', imageFormDestructiveActionSubtitle: 'Verwijder afbeelding', diff --git a/packages/localizations/src/pl-PL.ts b/packages/localizations/src/pl-PL.ts index d0a41108912..a5e4febaf41 100644 --- a/packages/localizations/src/pl-PL.ts +++ b/packages/localizations/src/pl-PL.ts @@ -46,8 +46,8 @@ export const plPL: LocalizationResource = { title: undefined, }, lineItems: { - title__statementId: undefined, title__paymentMethod: undefined, + title__statementId: undefined, title__subscriptionBegins: undefined, title__totalPaid: undefined, }, @@ -67,6 +67,7 @@ export const plPL: LocalizationResource = { subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, + switchToMonthly: undefined, viewFeatures: undefined, year: undefined, }, @@ -162,9 +163,6 @@ export const plPL: LocalizationResource = { badge__manualInvitation: 'Brak automatycznej rejestracji', badge__unverified: 'Niezweryfikowany', billingPage: { - alerts: { - noPermissionsToManageBilling: undefined, - }, paymentSourcesSection: { actionLabel__default: undefined, actionLabel__remove: undefined, @@ -183,8 +181,8 @@ export const plPL: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -194,6 +192,9 @@ export const plPL: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, createDomainPage: { @@ -258,6 +259,12 @@ export const plPL: LocalizationResource = { members: 'Członkowie', title: 'Organizacja', }, + plansPage: { + alerts: { + noPermissionsToManageBilling: undefined, + }, + title: undefined, + }, profilePage: { dangerSection: { deleteOrganization: { @@ -783,8 +790,8 @@ export const plPL: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -794,6 +801,9 @@ export const plPL: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, connectedAccountPage: { @@ -941,6 +951,9 @@ export const plPL: LocalizationResource = { verifySubtitle: 'Wpisz kod weryfikacyjny wysłany na {{identifier}}', verifyTitle: 'Zweryfikuj numer telefonu', }, + plansPage: { + title: undefined, + }, profilePage: { fileDropAreaHint: 'Prześlij zdjęcie w formacie JPG, PNG, GIF lub WEBP mniejsze niż 10 MB', imageFormDestructiveActionSubtitle: 'Usuń zdjęcie', diff --git a/packages/localizations/src/pt-BR.ts b/packages/localizations/src/pt-BR.ts index ad15746624c..8e9f19fb8cf 100644 --- a/packages/localizations/src/pt-BR.ts +++ b/packages/localizations/src/pt-BR.ts @@ -46,8 +46,8 @@ export const ptBR: LocalizationResource = { title: undefined, }, lineItems: { - title__statementId: undefined, title__paymentMethod: undefined, + title__statementId: undefined, title__subscriptionBegins: undefined, title__totalPaid: undefined, }, @@ -67,6 +67,7 @@ export const ptBR: LocalizationResource = { subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, + switchToMonthly: undefined, viewFeatures: undefined, year: undefined, }, @@ -162,9 +163,6 @@ export const ptBR: LocalizationResource = { badge__manualInvitation: 'Sem inscrição automática', badge__unverified: 'Não verificado', billingPage: { - alerts: { - noPermissionsToManageBilling: undefined, - }, paymentSourcesSection: { actionLabel__default: undefined, actionLabel__remove: undefined, @@ -183,8 +181,8 @@ export const ptBR: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -194,6 +192,9 @@ export const ptBR: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, createDomainPage: { @@ -258,6 +259,12 @@ export const ptBR: LocalizationResource = { members: 'Membros', title: 'Organização', }, + plansPage: { + alerts: { + noPermissionsToManageBilling: undefined, + }, + title: undefined, + }, profilePage: { dangerSection: { deleteOrganization: { @@ -779,8 +786,8 @@ export const ptBR: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -790,6 +797,9 @@ export const ptBR: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, connectedAccountPage: { @@ -938,6 +948,9 @@ export const ptBR: LocalizationResource = { verifySubtitle: 'Insira o código de verificação enviado para {{identifier}}', verifyTitle: 'Verificar número de telefone', }, + plansPage: { + title: undefined, + }, profilePage: { fileDropAreaHint: 'Carregue uma imagem JPG, PNG, GIF ou WEBP menor que 10 MB', imageFormDestructiveActionSubtitle: 'Remover imagem', diff --git a/packages/localizations/src/pt-PT.ts b/packages/localizations/src/pt-PT.ts index 69a14abcdc2..51557786769 100644 --- a/packages/localizations/src/pt-PT.ts +++ b/packages/localizations/src/pt-PT.ts @@ -46,8 +46,8 @@ export const ptPT: LocalizationResource = { title: undefined, }, lineItems: { - title__statementId: undefined, title__paymentMethod: undefined, + title__statementId: undefined, title__subscriptionBegins: undefined, title__totalPaid: undefined, }, @@ -67,6 +67,7 @@ export const ptPT: LocalizationResource = { subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, + switchToMonthly: undefined, viewFeatures: undefined, year: undefined, }, @@ -161,9 +162,6 @@ export const ptPT: LocalizationResource = { badge__manualInvitation: 'Sem inscrição automática', badge__unverified: 'Não verificado', billingPage: { - alerts: { - noPermissionsToManageBilling: undefined, - }, paymentSourcesSection: { actionLabel__default: undefined, actionLabel__remove: undefined, @@ -182,8 +180,8 @@ export const ptPT: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -193,6 +191,9 @@ export const ptPT: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, createDomainPage: { @@ -257,6 +258,12 @@ export const ptPT: LocalizationResource = { members: 'Members', title: 'Organization', }, + plansPage: { + alerts: { + noPermissionsToManageBilling: undefined, + }, + title: undefined, + }, profilePage: { dangerSection: { deleteOrganization: { @@ -773,8 +780,8 @@ export const ptPT: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -784,6 +791,9 @@ export const ptPT: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, connectedAccountPage: { @@ -929,6 +939,9 @@ export const ptPT: LocalizationResource = { verifySubtitle: 'Enter the verification code sent to {{identifier}}', verifyTitle: 'Verify phone number', }, + plansPage: { + title: undefined, + }, profilePage: { fileDropAreaHint: 'Carregue uma imagem JPG, PNG, GIF ou WEBP menor que 10MB', imageFormDestructiveActionSubtitle: 'Remover imagem', diff --git a/packages/localizations/src/ro-RO.ts b/packages/localizations/src/ro-RO.ts index b234d7f3cac..9fff055e57b 100644 --- a/packages/localizations/src/ro-RO.ts +++ b/packages/localizations/src/ro-RO.ts @@ -46,8 +46,8 @@ export const roRO: LocalizationResource = { title: undefined, }, lineItems: { - title__statementId: undefined, title__paymentMethod: undefined, + title__statementId: undefined, title__subscriptionBegins: undefined, title__totalPaid: undefined, }, @@ -67,6 +67,7 @@ export const roRO: LocalizationResource = { subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, + switchToMonthly: undefined, viewFeatures: undefined, year: undefined, }, @@ -163,9 +164,6 @@ export const roRO: LocalizationResource = { badge__manualInvitation: 'Fără înscriere automată', badge__unverified: 'Nedeclarat', billingPage: { - alerts: { - noPermissionsToManageBilling: undefined, - }, paymentSourcesSection: { actionLabel__default: undefined, actionLabel__remove: undefined, @@ -184,8 +182,8 @@ export const roRO: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -195,6 +193,9 @@ export const roRO: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, createDomainPage: { @@ -260,6 +261,12 @@ export const roRO: LocalizationResource = { members: 'Members', title: 'Organization', }, + plansPage: { + alerts: { + noPermissionsToManageBilling: undefined, + }, + title: undefined, + }, profilePage: { dangerSection: { deleteOrganization: { @@ -778,8 +785,8 @@ export const roRO: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -789,6 +796,9 @@ export const roRO: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, connectedAccountPage: { @@ -938,6 +948,9 @@ export const roRO: LocalizationResource = { verifySubtitle: 'Enter the verification code sent to {{identifier}}', verifyTitle: 'Verify phone number', }, + plansPage: { + title: undefined, + }, profilePage: { fileDropAreaHint: 'Încărcați o imagine JPG, PNG, GIF sau WEBP mai mică de 10 MB', imageFormDestructiveActionSubtitle: 'Eliminați imaginea', diff --git a/packages/localizations/src/ru-RU.ts b/packages/localizations/src/ru-RU.ts index 3bb57af886e..ebb511bd6bd 100644 --- a/packages/localizations/src/ru-RU.ts +++ b/packages/localizations/src/ru-RU.ts @@ -46,8 +46,8 @@ export const ruRU: LocalizationResource = { title: undefined, }, lineItems: { - title__statementId: undefined, title__paymentMethod: undefined, + title__statementId: undefined, title__subscriptionBegins: undefined, title__totalPaid: undefined, }, @@ -67,6 +67,7 @@ export const ruRU: LocalizationResource = { subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, + switchToMonthly: undefined, viewFeatures: undefined, year: undefined, }, @@ -165,9 +166,6 @@ export const ruRU: LocalizationResource = { badge__manualInvitation: 'Нет автоматической регистрации', badge__unverified: 'Неверифицированный', billingPage: { - alerts: { - noPermissionsToManageBilling: undefined, - }, paymentSourcesSection: { actionLabel__default: undefined, actionLabel__remove: undefined, @@ -186,8 +184,8 @@ export const ruRU: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -197,6 +195,9 @@ export const ruRU: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, createDomainPage: { @@ -262,6 +263,12 @@ export const ruRU: LocalizationResource = { members: 'Участники', title: 'Организация', }, + plansPage: { + alerts: { + noPermissionsToManageBilling: undefined, + }, + title: undefined, + }, profilePage: { dangerSection: { deleteOrganization: { @@ -788,8 +795,8 @@ export const ruRU: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -799,6 +806,9 @@ export const ruRU: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, connectedAccountPage: { @@ -947,6 +957,9 @@ export const ruRU: LocalizationResource = { verifySubtitle: 'Введите верификационный код отправленный на {{identifier}}', verifyTitle: 'Верифицировать номер телефона', }, + plansPage: { + title: undefined, + }, profilePage: { fileDropAreaHint: 'Загрузите изображение в форматах JPG, PNG, GIF или WEBP размером меньше 10 МБ', imageFormDestructiveActionSubtitle: 'Удалить изображение', diff --git a/packages/localizations/src/sk-SK.ts b/packages/localizations/src/sk-SK.ts index 21759b8ed35..e6520494835 100644 --- a/packages/localizations/src/sk-SK.ts +++ b/packages/localizations/src/sk-SK.ts @@ -46,8 +46,8 @@ export const skSK: LocalizationResource = { title: undefined, }, lineItems: { - title__statementId: undefined, title__paymentMethod: undefined, + title__statementId: undefined, title__subscriptionBegins: undefined, title__totalPaid: undefined, }, @@ -67,6 +67,7 @@ export const skSK: LocalizationResource = { subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, + switchToMonthly: undefined, viewFeatures: undefined, year: undefined, }, @@ -162,9 +163,6 @@ export const skSK: LocalizationResource = { badge__manualInvitation: 'No automatic enrollment', badge__unverified: 'Unverified', billingPage: { - alerts: { - noPermissionsToManageBilling: undefined, - }, paymentSourcesSection: { actionLabel__default: undefined, actionLabel__remove: undefined, @@ -183,8 +181,8 @@ export const skSK: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -194,6 +192,9 @@ export const skSK: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, createDomainPage: { @@ -258,6 +259,12 @@ export const skSK: LocalizationResource = { members: 'Members', title: 'Organization', }, + plansPage: { + alerts: { + noPermissionsToManageBilling: undefined, + }, + title: undefined, + }, profilePage: { dangerSection: { deleteOrganization: { @@ -771,8 +778,8 @@ export const skSK: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -782,6 +789,9 @@ export const skSK: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, connectedAccountPage: { @@ -927,6 +937,9 @@ export const skSK: LocalizationResource = { verifySubtitle: 'Enter the verification code sent to {{identifier}}', verifyTitle: 'Verify phone number', }, + plansPage: { + title: undefined, + }, profilePage: { fileDropAreaHint: 'Nahrajte obrázok vo formátoch JPG, PNG, GIF alebo WEBP s veľkosťou menšou než 10 MB', imageFormDestructiveActionSubtitle: 'Odstrániť obrázok', diff --git a/packages/localizations/src/sr-RS.ts b/packages/localizations/src/sr-RS.ts index 3b834f1079b..98f340c97c6 100644 --- a/packages/localizations/src/sr-RS.ts +++ b/packages/localizations/src/sr-RS.ts @@ -46,8 +46,8 @@ export const srRS: LocalizationResource = { title: undefined, }, lineItems: { - title__statementId: undefined, title__paymentMethod: undefined, + title__statementId: undefined, title__subscriptionBegins: undefined, title__totalPaid: undefined, }, @@ -67,6 +67,7 @@ export const srRS: LocalizationResource = { subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, + switchToMonthly: undefined, viewFeatures: undefined, year: undefined, }, @@ -161,9 +162,6 @@ export const srRS: LocalizationResource = { badge__manualInvitation: 'Bez automatskog uključivanja', badge__unverified: 'Nepotvrđen', billingPage: { - alerts: { - noPermissionsToManageBilling: undefined, - }, paymentSourcesSection: { actionLabel__default: undefined, actionLabel__remove: undefined, @@ -182,8 +180,8 @@ export const srRS: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -193,6 +191,9 @@ export const srRS: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, createDomainPage: { @@ -258,6 +259,12 @@ export const srRS: LocalizationResource = { members: 'Članovi', title: 'Organizacija', }, + plansPage: { + alerts: { + noPermissionsToManageBilling: undefined, + }, + title: undefined, + }, profilePage: { dangerSection: { deleteOrganization: { @@ -774,8 +781,8 @@ export const srRS: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -785,6 +792,9 @@ export const srRS: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, connectedAccountPage: { @@ -930,6 +940,9 @@ export const srRS: LocalizationResource = { verifySubtitle: 'Unesi verifikacioni kod poslat na {{identifier}}', verifyTitle: 'Verifikuj telefonski broj', }, + plansPage: { + title: undefined, + }, profilePage: { fileDropAreaHint: 'Preporučena veličina 1:1, do 10MB.', imageFormDestructiveActionSubtitle: 'Ukloni', diff --git a/packages/localizations/src/sv-SE.ts b/packages/localizations/src/sv-SE.ts index c4ea6f187b6..288e3955b20 100644 --- a/packages/localizations/src/sv-SE.ts +++ b/packages/localizations/src/sv-SE.ts @@ -46,8 +46,8 @@ export const svSE: LocalizationResource = { title: undefined, }, lineItems: { - title__statementId: undefined, title__paymentMethod: undefined, + title__statementId: undefined, title__subscriptionBegins: undefined, title__totalPaid: undefined, }, @@ -67,6 +67,7 @@ export const svSE: LocalizationResource = { subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, + switchToMonthly: undefined, viewFeatures: undefined, year: undefined, }, @@ -162,9 +163,6 @@ export const svSE: LocalizationResource = { badge__manualInvitation: 'Ingen automatisk registrering', badge__unverified: 'Overifierad', billingPage: { - alerts: { - noPermissionsToManageBilling: undefined, - }, paymentSourcesSection: { actionLabel__default: undefined, actionLabel__remove: undefined, @@ -183,8 +181,8 @@ export const svSE: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -194,6 +192,9 @@ export const svSE: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, createDomainPage: { @@ -258,6 +259,12 @@ export const svSE: LocalizationResource = { members: 'Medlemar', title: 'Organisation', }, + plansPage: { + alerts: { + noPermissionsToManageBilling: undefined, + }, + title: undefined, + }, profilePage: { dangerSection: { deleteOrganization: { @@ -777,8 +784,8 @@ export const svSE: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -788,6 +795,9 @@ export const svSE: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, connectedAccountPage: { @@ -933,6 +943,9 @@ export const svSE: LocalizationResource = { verifySubtitle: 'Ange verifieringskoden som skickats till {{identifier}}', verifyTitle: 'Verifiera telefonnummer', }, + plansPage: { + title: undefined, + }, profilePage: { fileDropAreaHint: 'Ladda upp en JPG, PNG, GIF, eller WEBP bild som är mindre än 10 MB', imageFormDestructiveActionSubtitle: 'Ta bort bild', diff --git a/packages/localizations/src/th-TH.ts b/packages/localizations/src/th-TH.ts index f0d42ccfcbb..df236622272 100644 --- a/packages/localizations/src/th-TH.ts +++ b/packages/localizations/src/th-TH.ts @@ -46,8 +46,8 @@ export const thTH: LocalizationResource = { title: undefined, }, lineItems: { - title__statementId: undefined, title__paymentMethod: undefined, + title__statementId: undefined, title__subscriptionBegins: undefined, title__totalPaid: undefined, }, @@ -67,6 +67,7 @@ export const thTH: LocalizationResource = { subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, + switchToMonthly: undefined, viewFeatures: undefined, year: undefined, }, @@ -161,9 +162,6 @@ export const thTH: LocalizationResource = { badge__manualInvitation: 'ไม่มีการลงทะเบียนอัตโนมัติ', badge__unverified: 'ยังไม่ได้ยืนยัน', billingPage: { - alerts: { - noPermissionsToManageBilling: undefined, - }, paymentSourcesSection: { actionLabel__default: undefined, actionLabel__remove: undefined, @@ -182,8 +180,8 @@ export const thTH: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -193,6 +191,9 @@ export const thTH: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, createDomainPage: { @@ -258,6 +259,12 @@ export const thTH: LocalizationResource = { members: 'สมาชิก', title: 'องค์กร', }, + plansPage: { + alerts: { + noPermissionsToManageBilling: undefined, + }, + title: undefined, + }, profilePage: { dangerSection: { deleteOrganization: { @@ -772,8 +779,8 @@ export const thTH: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -783,6 +790,9 @@ export const thTH: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, connectedAccountPage: { @@ -925,6 +935,9 @@ export const thTH: LocalizationResource = { verifySubtitle: 'ป้อนรหัสยืนยันที่ถูกส่งไปยัง {{identifier}}', verifyTitle: 'ยืนยันหมายเลขโทรศัพท์', }, + plansPage: { + title: undefined, + }, profilePage: { fileDropAreaHint: 'แนะนำสัดส่วน 1:1 และ สูงสุด 10MB', imageFormDestructiveActionSubtitle: 'ลบ', diff --git a/packages/localizations/src/tr-TR.ts b/packages/localizations/src/tr-TR.ts index 16966244a0c..eec564f88dc 100644 --- a/packages/localizations/src/tr-TR.ts +++ b/packages/localizations/src/tr-TR.ts @@ -46,8 +46,8 @@ export const trTR: LocalizationResource = { title: undefined, }, lineItems: { - title__statementId: undefined, title__paymentMethod: undefined, + title__statementId: undefined, title__subscriptionBegins: undefined, title__totalPaid: undefined, }, @@ -67,6 +67,7 @@ export const trTR: LocalizationResource = { subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, + switchToMonthly: undefined, viewFeatures: undefined, year: undefined, }, @@ -161,9 +162,6 @@ export const trTR: LocalizationResource = { badge__manualInvitation: 'Davetler', badge__unverified: 'Doğrulanmamış', billingPage: { - alerts: { - noPermissionsToManageBilling: undefined, - }, paymentSourcesSection: { actionLabel__default: undefined, actionLabel__remove: undefined, @@ -182,8 +180,8 @@ export const trTR: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -193,6 +191,9 @@ export const trTR: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, createDomainPage: { @@ -258,6 +259,12 @@ export const trTR: LocalizationResource = { members: 'Üyeler', title: 'Organizasyon', }, + plansPage: { + alerts: { + noPermissionsToManageBilling: undefined, + }, + title: undefined, + }, profilePage: { dangerSection: { deleteOrganization: { @@ -777,8 +784,8 @@ export const trTR: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -788,6 +795,9 @@ export const trTR: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, connectedAccountPage: { @@ -933,6 +943,9 @@ export const trTR: LocalizationResource = { verifySubtitle: '{{identifier}} numarasına gönderilen doğrulama kodunu girin', verifyTitle: 'Telefon numarasını doğrulayın', }, + plansPage: { + title: undefined, + }, profilePage: { fileDropAreaHint: "10 MB'tan küçük boyutta bir JPG, PNG, GIF, veya WEBP dosyası yükle", imageFormDestructiveActionSubtitle: 'Görseli kaldır', diff --git a/packages/localizations/src/uk-UA.ts b/packages/localizations/src/uk-UA.ts index 2d2d3797c44..39fbac50daf 100644 --- a/packages/localizations/src/uk-UA.ts +++ b/packages/localizations/src/uk-UA.ts @@ -46,8 +46,8 @@ export const ukUA: LocalizationResource = { title: undefined, }, lineItems: { - title__statementId: undefined, title__paymentMethod: undefined, + title__statementId: undefined, title__subscriptionBegins: undefined, title__totalPaid: undefined, }, @@ -67,6 +67,7 @@ export const ukUA: LocalizationResource = { subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, + switchToMonthly: undefined, viewFeatures: undefined, year: undefined, }, @@ -162,9 +163,6 @@ export const ukUA: LocalizationResource = { badge__manualInvitation: 'No automatic enrollment', badge__unverified: 'Unverified', billingPage: { - alerts: { - noPermissionsToManageBilling: undefined, - }, paymentSourcesSection: { actionLabel__default: undefined, actionLabel__remove: undefined, @@ -183,8 +181,8 @@ export const ukUA: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -194,6 +192,9 @@ export const ukUA: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, createDomainPage: { @@ -258,6 +259,12 @@ export const ukUA: LocalizationResource = { members: 'Members', title: 'Organization', }, + plansPage: { + alerts: { + noPermissionsToManageBilling: undefined, + }, + title: undefined, + }, profilePage: { dangerSection: { deleteOrganization: { @@ -771,8 +778,8 @@ export const ukUA: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -782,6 +789,9 @@ export const ukUA: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, connectedAccountPage: { @@ -928,6 +938,9 @@ export const ukUA: LocalizationResource = { verifySubtitle: 'Enter the verification code sent to {{identifier}}', verifyTitle: 'Verify phone number', }, + plansPage: { + title: undefined, + }, profilePage: { fileDropAreaHint: 'Завантажте зображення у форматах JPG, PNG, GIF або WEBP розміром менше 10 МБ', imageFormDestructiveActionSubtitle: 'Видалити зображення', diff --git a/packages/localizations/src/vi-VN.ts b/packages/localizations/src/vi-VN.ts index 16a1e6e6d09..fa38207d623 100644 --- a/packages/localizations/src/vi-VN.ts +++ b/packages/localizations/src/vi-VN.ts @@ -46,8 +46,8 @@ export const viVN: LocalizationResource = { title: undefined, }, lineItems: { - title__statementId: undefined, title__paymentMethod: undefined, + title__statementId: undefined, title__subscriptionBegins: undefined, title__totalPaid: undefined, }, @@ -67,6 +67,7 @@ export const viVN: LocalizationResource = { subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, + switchToMonthly: undefined, viewFeatures: undefined, year: undefined, }, @@ -162,9 +163,6 @@ export const viVN: LocalizationResource = { badge__manualInvitation: 'No automatic enrollment', badge__unverified: 'Unverified', billingPage: { - alerts: { - noPermissionsToManageBilling: undefined, - }, paymentSourcesSection: { actionLabel__default: undefined, actionLabel__remove: undefined, @@ -183,8 +181,8 @@ export const viVN: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -194,6 +192,9 @@ export const viVN: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, createDomainPage: { @@ -258,6 +259,12 @@ export const viVN: LocalizationResource = { members: 'Members', title: 'Organization', }, + plansPage: { + alerts: { + noPermissionsToManageBilling: undefined, + }, + title: undefined, + }, profilePage: { dangerSection: { deleteOrganization: { @@ -772,8 +779,8 @@ export const viVN: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -783,6 +790,9 @@ export const viVN: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, connectedAccountPage: { @@ -928,6 +938,9 @@ export const viVN: LocalizationResource = { verifySubtitle: 'Enter the verification code sent to {{identifier}}', verifyTitle: 'Verify phone number', }, + plansPage: { + title: undefined, + }, profilePage: { fileDropAreaHint: 'Tải lên ảnh JPG, PNG, GIF, hoặc WEBP có dung lượng nhỏ hơn 10 MB', imageFormDestructiveActionSubtitle: 'Xóa ảnh', diff --git a/packages/localizations/src/zh-CN.ts b/packages/localizations/src/zh-CN.ts index 6a57c57f816..e0120563596 100644 --- a/packages/localizations/src/zh-CN.ts +++ b/packages/localizations/src/zh-CN.ts @@ -46,8 +46,8 @@ export const zhCN: LocalizationResource = { title: undefined, }, lineItems: { - title__statementId: undefined, title__paymentMethod: undefined, + title__statementId: undefined, title__subscriptionBegins: undefined, title__totalPaid: undefined, }, @@ -67,6 +67,7 @@ export const zhCN: LocalizationResource = { subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, + switchToMonthly: undefined, viewFeatures: undefined, year: undefined, }, @@ -160,9 +161,6 @@ export const zhCN: LocalizationResource = { badge__manualInvitation: '无自动注册', badge__unverified: '未验证', billingPage: { - alerts: { - noPermissionsToManageBilling: undefined, - }, paymentSourcesSection: { actionLabel__default: undefined, actionLabel__remove: undefined, @@ -181,8 +179,8 @@ export const zhCN: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -192,6 +190,9 @@ export const zhCN: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, createDomainPage: { @@ -254,6 +255,12 @@ export const zhCN: LocalizationResource = { members: '成员', title: '组织', }, + plansPage: { + alerts: { + noPermissionsToManageBilling: undefined, + }, + title: undefined, + }, profilePage: { dangerSection: { deleteOrganization: { @@ -757,8 +764,8 @@ export const zhCN: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -768,6 +775,9 @@ export const zhCN: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, connectedAccountPage: { @@ -903,6 +913,9 @@ export const zhCN: LocalizationResource = { verifySubtitle: '请输入发送至 {{identifier}} 的验证码', verifyTitle: '验证电话号码', }, + plansPage: { + title: undefined, + }, profilePage: { fileDropAreaHint: '上传小于10MB的JPG, PNG, GIF, 或WEBP格式的图片', imageFormDestructiveActionSubtitle: '移除图片', diff --git a/packages/localizations/src/zh-TW.ts b/packages/localizations/src/zh-TW.ts index b50d7943385..772aca6672e 100644 --- a/packages/localizations/src/zh-TW.ts +++ b/packages/localizations/src/zh-TW.ts @@ -46,8 +46,8 @@ export const zhTW: LocalizationResource = { title: undefined, }, lineItems: { - title__statementId: undefined, title__paymentMethod: undefined, + title__statementId: undefined, title__subscriptionBegins: undefined, title__totalPaid: undefined, }, @@ -67,6 +67,7 @@ export const zhTW: LocalizationResource = { subscribe: undefined, switchPlan: undefined, switchToAnnual: undefined, + switchToMonthly: undefined, viewFeatures: undefined, year: undefined, }, @@ -160,9 +161,6 @@ export const zhTW: LocalizationResource = { badge__manualInvitation: '不自動註冊', badge__unverified: '未經驗證', billingPage: { - alerts: { - noPermissionsToManageBilling: undefined, - }, paymentSourcesSection: { actionLabel__default: undefined, actionLabel__remove: undefined, @@ -181,8 +179,8 @@ export const zhTW: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -192,6 +190,9 @@ export const zhTW: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, createDomainPage: { @@ -254,6 +255,12 @@ export const zhTW: LocalizationResource = { members: '成員', title: '組織', }, + plansPage: { + alerts: { + noPermissionsToManageBilling: undefined, + }, + title: undefined, + }, profilePage: { dangerSection: { deleteOrganization: { @@ -758,8 +765,8 @@ export const zhTW: LocalizationResource = { title: undefined, }, start: { - headerTitle__statements: undefined, headerTitle__plans: undefined, + headerTitle__statements: undefined, headerTitle__subscriptions: undefined, }, subscriptionsListSection: { @@ -769,6 +776,9 @@ export const zhTW: LocalizationResource = { subscriptionsSection: { actionLabel__default: undefined, }, + switchPlansSection: { + title: undefined, + }, title: undefined, }, connectedAccountPage: { @@ -904,6 +914,9 @@ export const zhTW: LocalizationResource = { verifySubtitle: '輸入發送至的驗證碼 {{identifier}}', verifyTitle: '驗證電話號碼', }, + plansPage: { + title: undefined, + }, profilePage: { fileDropAreaHint: '上傳小於10MB的JPG, PNG, GIF, 或WEBP格式的圖片', imageFormDestructiveActionSubtitle: '移除圖片', diff --git a/packages/types/src/localization.ts b/packages/types/src/localization.ts index 2fd6e067419..445397a19cd 100644 --- a/packages/types/src/localization.ts +++ b/packages/types/src/localization.ts @@ -728,6 +728,12 @@ type _LocalizationResource = { actionLabel__default: LocalizationValue; }; }; + plansPage: { + title: LocalizationValue; + alerts: { + noPermissionsToManageBilling: LocalizationValue; + }; + }; }; userButton: { action__manageAccount: LocalizationValue; @@ -924,6 +930,9 @@ type _LocalizationResource = { subscriptionsSection: { actionLabel__default: LocalizationValue; }; + }; + plansPage: { + title: LocalizationValue; alerts: { noPermissionsToManageBilling: LocalizationValue; };