diff --git a/.changeset/afraid-waves-bow.md b/.changeset/afraid-waves-bow.md new file mode 100644 index 00000000000..6ab4a36d2d4 --- /dev/null +++ b/.changeset/afraid-waves-bow.md @@ -0,0 +1,7 @@ +--- +'@clerk/localizations': minor +'@clerk/types': minor +'@clerk/clerk-js': patch +--- + +[Billing Beta] Rename `cancelFreeTrialDescription` to `cancelFreeTrialAccessUntil`. diff --git a/.changeset/thick-frogs-hope.md b/.changeset/thick-frogs-hope.md new file mode 100644 index 00000000000..7c09eb94730 --- /dev/null +++ b/.changeset/thick-frogs-hope.md @@ -0,0 +1,5 @@ +--- +'@clerk/clerk-js': patch +--- + +Update notice when cancelling a trial. diff --git a/packages/clerk-js/src/ui/components/SubscriptionDetails/__tests__/SubscriptionDetails.test.tsx b/packages/clerk-js/src/ui/components/SubscriptionDetails/__tests__/SubscriptionDetails.test.tsx index e00d4f2b9a0..4d935d1cc9e 100644 --- a/packages/clerk-js/src/ui/components/SubscriptionDetails/__tests__/SubscriptionDetails.test.tsx +++ b/packages/clerk-js/src/ui/components/SubscriptionDetails/__tests__/SubscriptionDetails.test.tsx @@ -1214,7 +1214,7 @@ describe('SubscriptionDetails', () => { expect(getByText('Cancel free trial for Pro Plan plan?')).toBeVisible(); expect( getByText( - 'You’re about to cancel your free trial for the Pro Plan plan. If you cancel now, you’ll lose access to the plan’s features right away and won’t be able to start the trial again.', + "Your trial will stay active until February 1, 2021. After that, you'll lose access to trial features. You won't be changed.", ), ).toBeVisible(); expect(getByText('Keep free trial')).toBeVisible(); diff --git a/packages/clerk-js/src/ui/components/SubscriptionDetails/index.tsx b/packages/clerk-js/src/ui/components/SubscriptionDetails/index.tsx index d05b8ab8d37..37e50f963f0 100644 --- a/packages/clerk-js/src/ui/components/SubscriptionDetails/index.tsx +++ b/packages/clerk-js/src/ui/components/SubscriptionDetails/index.tsx @@ -289,8 +289,9 @@ const SubscriptionDetailsFooter = withCardStateProvider(() => { colorScheme='secondary' localizationKey={ selectedSubscription?.isFreeTrial - ? localizationKeys('commerce.cancelFreeTrialDescription', { + ? localizationKeys('commerce.cancelFreeTrialAccessUntil', { plan: selectedSubscription.plan.name, + date: selectedSubscription.periodEnd as Date, }) : selectedSubscription.status === 'upcoming' ? localizationKeys('commerce.cancelSubscriptionNoCharge') diff --git a/packages/localizations/src/ar-SA.ts b/packages/localizations/src/ar-SA.ts index cf5252fc51d..cd033717b59 100644 --- a/packages/localizations/src/ar-SA.ts +++ b/packages/localizations/src/ar-SA.ts @@ -75,6 +75,9 @@ export const arSA: LocalizationResource = { availableFeatures: undefined, billedAnnually: undefined, billedMonthlyOnly: undefined, + cancelFreeTrial: undefined, + cancelFreeTrialAccessUntil: undefined, + cancelFreeTrialTitle: undefined, cancelSubscription: undefined, cancelSubscriptionAccessUntil: undefined, cancelSubscriptionNoCharge: undefined, @@ -109,6 +112,7 @@ export const arSA: LocalizationResource = { defaultFreePlanActive: undefined, free: undefined, getStarted: undefined, + keepFreeTrial: undefined, keepSubscription: undefined, manage: undefined, manageSubscription: undefined, @@ -145,12 +149,16 @@ export const arSA: LocalizationResource = { beginsOn: undefined, currentBillingCycle: undefined, endsOn: undefined, + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: undefined, nextPaymentOn: undefined, pastDueAt: undefined, renewsAt: undefined, subscribedOn: undefined, title: undefined, + trialEndsOn: undefined, + trialStartedOn: undefined, }, subtotal: undefined, switchPlan: undefined, diff --git a/packages/localizations/src/be-BY.ts b/packages/localizations/src/be-BY.ts index 7beed962f1d..d29766bff7f 100644 --- a/packages/localizations/src/be-BY.ts +++ b/packages/localizations/src/be-BY.ts @@ -75,6 +75,9 @@ export const beBY: LocalizationResource = { availableFeatures: undefined, billedAnnually: undefined, billedMonthlyOnly: undefined, + cancelFreeTrial: undefined, + cancelFreeTrialAccessUntil: undefined, + cancelFreeTrialTitle: undefined, cancelSubscription: undefined, cancelSubscriptionAccessUntil: undefined, cancelSubscriptionNoCharge: undefined, @@ -109,6 +112,7 @@ export const beBY: LocalizationResource = { defaultFreePlanActive: undefined, free: undefined, getStarted: undefined, + keepFreeTrial: undefined, keepSubscription: undefined, manage: undefined, manageSubscription: undefined, @@ -145,12 +149,16 @@ export const beBY: LocalizationResource = { beginsOn: undefined, currentBillingCycle: undefined, endsOn: undefined, + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: undefined, nextPaymentOn: undefined, pastDueAt: undefined, renewsAt: undefined, subscribedOn: undefined, title: undefined, + trialEndsOn: undefined, + trialStartedOn: undefined, }, subtotal: undefined, switchPlan: undefined, diff --git a/packages/localizations/src/bg-BG.ts b/packages/localizations/src/bg-BG.ts index a6af82d4b4e..0cf370dd43b 100644 --- a/packages/localizations/src/bg-BG.ts +++ b/packages/localizations/src/bg-BG.ts @@ -75,6 +75,10 @@ export const bgBG: LocalizationResource = { availableFeatures: undefined, billedAnnually: undefined, billedMonthlyOnly: undefined, + cancelFreeTrial: 'Откажи пробния период', + cancelFreeTrialAccessUntil: + 'Вашият пробен период ще продължи до {{ date | longDate("bg-BG") }}. След това ще загубите достъп до пробните функции. Няма да бъдете таксувани.', + cancelFreeTrialTitle: 'Отказ от пробния период за {{plan}} план?', cancelSubscription: undefined, cancelSubscriptionAccessUntil: undefined, cancelSubscriptionNoCharge: undefined, @@ -109,6 +113,7 @@ export const bgBG: LocalizationResource = { defaultFreePlanActive: undefined, free: undefined, getStarted: undefined, + keepFreeTrial: 'Запази пробния период', keepSubscription: undefined, manage: undefined, manageSubscription: undefined, @@ -145,12 +150,16 @@ export const bgBG: LocalizationResource = { beginsOn: undefined, currentBillingCycle: undefined, endsOn: undefined, + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: undefined, nextPaymentOn: undefined, pastDueAt: undefined, renewsAt: undefined, subscribedOn: undefined, title: undefined, + trialEndsOn: undefined, + trialStartedOn: undefined, }, subtotal: undefined, switchPlan: undefined, diff --git a/packages/localizations/src/bn-IN.ts b/packages/localizations/src/bn-IN.ts index 761fdbd58d2..c9a8053ec77 100644 --- a/packages/localizations/src/bn-IN.ts +++ b/packages/localizations/src/bn-IN.ts @@ -75,6 +75,9 @@ export const bnIN: LocalizationResource = { availableFeatures: undefined, billedAnnually: 'বার্ষিক হিসাবে বিল করা হয়', billedMonthlyOnly: undefined, + cancelFreeTrial: 'বিনামূল্যের ট্রায়াল বাতিল করুন', + cancelFreeTrialAccessUntil: 'আপনি {{ date | numeric("bn-IN") }} পর্যন্ত অ্যাক্সেস পাবেন', + cancelFreeTrialTitle: 'বিনামূল্যের ট্রায়াল বাতিল করুন', cancelSubscription: undefined, cancelSubscriptionAccessUntil: undefined, cancelSubscriptionNoCharge: undefined, @@ -109,6 +112,7 @@ export const bnIN: LocalizationResource = { defaultFreePlanActive: undefined, free: 'বিনামূল্যে', getStarted: 'শুরু করুন', + keepFreeTrial: undefined, keepSubscription: undefined, manage: undefined, manageSubscription: 'সদস্যতা পরিচালনা করুন', @@ -145,12 +149,16 @@ export const bnIN: LocalizationResource = { beginsOn: undefined, currentBillingCycle: undefined, endsOn: undefined, + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: undefined, nextPaymentOn: undefined, pastDueAt: undefined, renewsAt: undefined, subscribedOn: undefined, title: undefined, + trialEndsOn: undefined, + trialStartedOn: undefined, }, subtotal: undefined, switchPlan: 'এই প্ল্যানে পরিবর্তন করুন', diff --git a/packages/localizations/src/ca-ES.ts b/packages/localizations/src/ca-ES.ts index 9b625954dfa..cac0beb637e 100644 --- a/packages/localizations/src/ca-ES.ts +++ b/packages/localizations/src/ca-ES.ts @@ -75,6 +75,10 @@ export const caES: LocalizationResource = { availableFeatures: undefined, billedAnnually: undefined, billedMonthlyOnly: undefined, + cancelFreeTrial: 'Cancel·la la prova gratuïta', + cancelFreeTrialAccessUntil: + 'Si cancel·les ara, continuaràs amb la prova gratuïta del pla {{plan}} fins al {{date}}.', + cancelFreeTrialTitle: 'Cancel·la la prova gratuïta pel pla {{plan}}?', cancelSubscription: undefined, cancelSubscriptionAccessUntil: undefined, cancelSubscriptionNoCharge: undefined, @@ -109,6 +113,7 @@ export const caES: LocalizationResource = { defaultFreePlanActive: undefined, free: undefined, getStarted: undefined, + keepFreeTrial: undefined, keepSubscription: undefined, manage: undefined, manageSubscription: undefined, @@ -145,12 +150,16 @@ export const caES: LocalizationResource = { beginsOn: undefined, currentBillingCycle: undefined, endsOn: undefined, + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: undefined, nextPaymentOn: undefined, pastDueAt: undefined, renewsAt: undefined, subscribedOn: undefined, title: undefined, + trialEndsOn: undefined, + trialStartedOn: undefined, }, subtotal: undefined, switchPlan: undefined, diff --git a/packages/localizations/src/cs-CZ.ts b/packages/localizations/src/cs-CZ.ts index 2b3094657e9..d0a148b0eeb 100644 --- a/packages/localizations/src/cs-CZ.ts +++ b/packages/localizations/src/cs-CZ.ts @@ -76,6 +76,9 @@ export const csCZ: LocalizationResource = { availableFeatures: 'Dostupné funkce', billedAnnually: 'Fakturováno ročně', billedMonthlyOnly: 'Fakturováno pouze měsíčně', + cancelFreeTrial: undefined, + cancelFreeTrialAccessUntil: undefined, + cancelFreeTrialTitle: undefined, cancelSubscription: 'Zrušit předplatné', cancelSubscriptionAccessUntil: "Funkce '{{plan}}' můžete používat do {{ date | longDate('cs-CZ') }}, poté k nim ztratíte přístup.", @@ -113,6 +116,7 @@ export const csCZ: LocalizationResource = { defaultFreePlanActive: 'Aktuálně používáte bezplatný plán', free: 'Zdarma', getStarted: 'Začít', + keepFreeTrial: undefined, keepSubscription: 'Ponechat předplatné', manage: 'Spravovat', manageSubscription: 'Spravovat předplatné', @@ -149,12 +153,16 @@ export const csCZ: LocalizationResource = { beginsOn: 'Začíná dne', currentBillingCycle: 'Aktuální fakturační cyklus', endsOn: 'Končí dne', + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: 'Výše další platby', nextPaymentOn: 'Další platba dne', pastDueAt: 'Po splatnosti dne', renewsAt: 'Obnovuje se dne', subscribedOn: 'Předplaceno dne', title: 'Předplatné', + trialEndsOn: undefined, + trialStartedOn: undefined, }, subtotal: 'Mezisoučet', switchPlan: 'Přepnout na tento plán', diff --git a/packages/localizations/src/da-DK.ts b/packages/localizations/src/da-DK.ts index f458f3798a5..5db841ee674 100644 --- a/packages/localizations/src/da-DK.ts +++ b/packages/localizations/src/da-DK.ts @@ -75,6 +75,9 @@ export const daDK: LocalizationResource = { availableFeatures: undefined, billedAnnually: undefined, billedMonthlyOnly: undefined, + cancelFreeTrial: undefined, + cancelFreeTrialAccessUntil: undefined, + cancelFreeTrialTitle: undefined, cancelSubscription: undefined, cancelSubscriptionAccessUntil: undefined, cancelSubscriptionNoCharge: undefined, @@ -109,6 +112,7 @@ export const daDK: LocalizationResource = { defaultFreePlanActive: undefined, free: undefined, getStarted: undefined, + keepFreeTrial: undefined, keepSubscription: undefined, manage: undefined, manageSubscription: undefined, @@ -145,12 +149,16 @@ export const daDK: LocalizationResource = { beginsOn: undefined, currentBillingCycle: undefined, endsOn: undefined, + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: undefined, nextPaymentOn: undefined, pastDueAt: undefined, renewsAt: undefined, subscribedOn: undefined, title: undefined, + trialEndsOn: undefined, + trialStartedOn: undefined, }, subtotal: undefined, switchPlan: undefined, diff --git a/packages/localizations/src/de-DE.ts b/packages/localizations/src/de-DE.ts index b719159e13b..127fab5d7f0 100644 --- a/packages/localizations/src/de-DE.ts +++ b/packages/localizations/src/de-DE.ts @@ -75,6 +75,9 @@ export const deDE: LocalizationResource = { availableFeatures: 'Verfügbare Funktionen', billedAnnually: 'Jährlich abgerechnet', billedMonthlyOnly: 'Nur monatlich abgerechnet', + cancelFreeTrial: undefined, + cancelFreeTrialAccessUntil: undefined, + cancelFreeTrialTitle: undefined, cancelSubscription: 'Abonnement kündigen', cancelSubscriptionAccessUntil: "Sie haben Zugriff auf '{{plan}}' Funktionen bis zum {{ date | longDate('de-DE') }}. Danach haben Sie keinen Zugriff mehr.", @@ -112,6 +115,7 @@ export const deDE: LocalizationResource = { defaultFreePlanActive: 'Sie nutzen aktuell den kostenlosen Plan.', free: 'Kostenlos', getStarted: 'Jetzt starten', + keepFreeTrial: undefined, keepSubscription: 'Abonnement behalten', manage: 'Verwalten', manageSubscription: 'Mitgliedschaft verwalten', @@ -148,12 +152,16 @@ export const deDE: LocalizationResource = { beginsOn: undefined, currentBillingCycle: undefined, endsOn: undefined, + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: undefined, nextPaymentOn: undefined, pastDueAt: undefined, renewsAt: undefined, subscribedOn: undefined, title: undefined, + trialEndsOn: undefined, + trialStartedOn: undefined, }, subtotal: 'Zwischensumme', switchPlan: 'Zu diesem Plan wechseln', diff --git a/packages/localizations/src/el-GR.ts b/packages/localizations/src/el-GR.ts index b292ec77cab..488aaa1dee5 100644 --- a/packages/localizations/src/el-GR.ts +++ b/packages/localizations/src/el-GR.ts @@ -75,6 +75,9 @@ export const elGR: LocalizationResource = { availableFeatures: undefined, billedAnnually: undefined, billedMonthlyOnly: undefined, + cancelFreeTrial: undefined, + cancelFreeTrialAccessUntil: undefined, + cancelFreeTrialTitle: undefined, cancelSubscription: undefined, cancelSubscriptionAccessUntil: undefined, cancelSubscriptionNoCharge: undefined, @@ -109,6 +112,7 @@ export const elGR: LocalizationResource = { defaultFreePlanActive: undefined, free: undefined, getStarted: undefined, + keepFreeTrial: undefined, keepSubscription: undefined, manage: undefined, manageSubscription: undefined, @@ -145,12 +149,16 @@ export const elGR: LocalizationResource = { beginsOn: undefined, currentBillingCycle: undefined, endsOn: undefined, + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: undefined, nextPaymentOn: undefined, pastDueAt: undefined, renewsAt: undefined, subscribedOn: undefined, title: undefined, + trialEndsOn: undefined, + trialStartedOn: undefined, }, subtotal: undefined, switchPlan: undefined, diff --git a/packages/localizations/src/en-GB.ts b/packages/localizations/src/en-GB.ts index f1b2127108c..a3b73d7ff16 100644 --- a/packages/localizations/src/en-GB.ts +++ b/packages/localizations/src/en-GB.ts @@ -75,6 +75,9 @@ export const enGB: LocalizationResource = { availableFeatures: undefined, billedAnnually: undefined, billedMonthlyOnly: undefined, + cancelFreeTrial: undefined, + cancelFreeTrialAccessUntil: undefined, + cancelFreeTrialTitle: undefined, cancelSubscription: undefined, cancelSubscriptionAccessUntil: undefined, cancelSubscriptionNoCharge: undefined, @@ -109,6 +112,7 @@ export const enGB: LocalizationResource = { defaultFreePlanActive: undefined, free: undefined, getStarted: undefined, + keepFreeTrial: undefined, keepSubscription: undefined, manage: undefined, manageSubscription: undefined, @@ -145,12 +149,16 @@ export const enGB: LocalizationResource = { beginsOn: undefined, currentBillingCycle: undefined, endsOn: undefined, + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: undefined, nextPaymentOn: undefined, pastDueAt: undefined, renewsAt: undefined, subscribedOn: undefined, title: undefined, + trialEndsOn: undefined, + trialStartedOn: undefined, }, subtotal: undefined, switchPlan: undefined, diff --git a/packages/localizations/src/en-US.ts b/packages/localizations/src/en-US.ts index 43868933708..4772e4f68fe 100644 --- a/packages/localizations/src/en-US.ts +++ b/packages/localizations/src/en-US.ts @@ -65,9 +65,9 @@ export const enUS: LocalizationResource = { billedAnnually: 'Billed annually', billedMonthlyOnly: 'Only billed monthly', cancelFreeTrial: 'Cancel free trial', + cancelFreeTrialAccessUntil: + "Your trial will stay active until {{ date | longDate('en-US') }}. After that, you'll lose access to trial features. You won't be changed.", cancelFreeTrialTitle: 'Cancel free trial for {{plan}} plan?', - cancelFreeTrialDescription: - 'You’re about to cancel your free trial for the {{plan}} plan. If you cancel now, you’ll lose access to the plan’s features right away and won’t be able to start the trial again.', cancelSubscription: 'Cancel subscription', cancelSubscriptionAccessUntil: "You can keep using '{{plan}}' features until {{ date | longDate('en-US') }}, after which you will no longer have access.", @@ -106,8 +106,8 @@ export const enUS: LocalizationResource = { defaultFreePlanActive: "You're currently on the Free plan", free: 'Free', getStarted: 'Get started', - keepSubscription: 'Keep subscription', keepFreeTrial: 'Keep free trial', + keepSubscription: 'Keep subscription', manage: 'Manage', manageSubscription: 'Manage subscription', month: 'Month', @@ -143,16 +143,16 @@ export const enUS: LocalizationResource = { beginsOn: 'Begins on', currentBillingCycle: 'Current billing cycle', endsOn: 'Ends on', + firstPaymentAmount: 'First payment amount', + firstPaymentOn: 'First payment on', nextPaymentAmount: 'Next payment amount', nextPaymentOn: 'Next payment on', - firstPaymentOn: 'First payment on', - firstPaymentAmount: 'First payment amount', pastDueAt: 'Past due on', renewsAt: 'Renews at', subscribedOn: 'Subscribed on', - trialStartedOn: 'Trial started on', - trialEndsOn: 'Trial ends on', title: 'Subscription', + trialEndsOn: 'Trial ends on', + trialStartedOn: 'Trial started on', }, subtotal: 'Subtotal', switchPlan: 'Switch to this plan', diff --git a/packages/localizations/src/es-CR.ts b/packages/localizations/src/es-CR.ts index 4cd7e1a2546..44da63ed0f9 100644 --- a/packages/localizations/src/es-CR.ts +++ b/packages/localizations/src/es-CR.ts @@ -75,6 +75,9 @@ export const esCR: LocalizationResource = { availableFeatures: 'Características disponibles', billedAnnually: 'Facturado anualmente', billedMonthlyOnly: undefined, + cancelFreeTrial: undefined, + cancelFreeTrialAccessUntil: undefined, + cancelFreeTrialTitle: undefined, cancelSubscription: 'Cancelar suscripción', cancelSubscriptionAccessUntil: undefined, cancelSubscriptionNoCharge: undefined, @@ -109,6 +112,7 @@ export const esCR: LocalizationResource = { defaultFreePlanActive: undefined, free: 'Gratis', getStarted: 'Empezar', + keepFreeTrial: undefined, keepSubscription: 'Mantener suscripción', manage: 'Gestionar', manageSubscription: 'Gestionar suscripción', @@ -145,12 +149,16 @@ export const esCR: LocalizationResource = { beginsOn: undefined, currentBillingCycle: undefined, endsOn: undefined, + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: undefined, nextPaymentOn: undefined, pastDueAt: undefined, renewsAt: undefined, subscribedOn: undefined, title: undefined, + trialEndsOn: undefined, + trialStartedOn: undefined, }, subtotal: undefined, switchPlan: 'Cambiar a este plan', diff --git a/packages/localizations/src/es-ES.ts b/packages/localizations/src/es-ES.ts index a4405f55eed..687a5603e25 100644 --- a/packages/localizations/src/es-ES.ts +++ b/packages/localizations/src/es-ES.ts @@ -75,6 +75,9 @@ export const esES: LocalizationResource = { availableFeatures: undefined, billedAnnually: undefined, billedMonthlyOnly: undefined, + cancelFreeTrial: undefined, + cancelFreeTrialAccessUntil: undefined, + cancelFreeTrialTitle: undefined, cancelSubscription: undefined, cancelSubscriptionAccessUntil: undefined, cancelSubscriptionNoCharge: undefined, @@ -109,6 +112,7 @@ export const esES: LocalizationResource = { defaultFreePlanActive: undefined, free: undefined, getStarted: undefined, + keepFreeTrial: undefined, keepSubscription: undefined, manage: undefined, manageSubscription: undefined, @@ -145,12 +149,16 @@ export const esES: LocalizationResource = { beginsOn: undefined, currentBillingCycle: undefined, endsOn: undefined, + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: undefined, nextPaymentOn: undefined, pastDueAt: undefined, renewsAt: undefined, subscribedOn: undefined, title: undefined, + trialEndsOn: undefined, + trialStartedOn: undefined, }, subtotal: undefined, switchPlan: undefined, diff --git a/packages/localizations/src/es-MX.ts b/packages/localizations/src/es-MX.ts index 9df8ea0930f..04593c4f07b 100644 --- a/packages/localizations/src/es-MX.ts +++ b/packages/localizations/src/es-MX.ts @@ -75,6 +75,10 @@ export const esMX: LocalizationResource = { availableFeatures: undefined, billedAnnually: 'Facturado anualmente', billedMonthlyOnly: undefined, + cancelFreeTrial: 'Cancelar prueba gratuita', + cancelFreeTrialAccessUntil: + "Tu prueba gratuita permanecerá activa hasta el {{ date | longDate('es-MX') }}. Después de eso, perderás el acceso a las funciones de prueba y no se te cobrará.", + cancelFreeTrialTitle: '¿Cancelar prueba gratuita del plan {{plan}}?', cancelSubscription: 'Cancelar suscripción', cancelSubscriptionAccessUntil: undefined, cancelSubscriptionNoCharge: undefined, @@ -109,6 +113,7 @@ export const esMX: LocalizationResource = { defaultFreePlanActive: undefined, free: 'Gratis', getStarted: 'Empezar', + keepFreeTrial: undefined, keepSubscription: 'Mantener suscripción', manage: 'Gestionar', manageSubscription: 'Gestionar suscripción', @@ -145,12 +150,16 @@ export const esMX: LocalizationResource = { beginsOn: undefined, currentBillingCycle: undefined, endsOn: undefined, + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: undefined, nextPaymentOn: undefined, pastDueAt: undefined, renewsAt: undefined, subscribedOn: undefined, title: undefined, + trialEndsOn: undefined, + trialStartedOn: undefined, }, subtotal: undefined, switchPlan: 'Cambiar a este plan', diff --git a/packages/localizations/src/es-UY.ts b/packages/localizations/src/es-UY.ts index eebf6355017..3c277f6e0e7 100644 --- a/packages/localizations/src/es-UY.ts +++ b/packages/localizations/src/es-UY.ts @@ -75,6 +75,9 @@ export const esUY: LocalizationResource = { availableFeatures: undefined, billedAnnually: undefined, billedMonthlyOnly: undefined, + cancelFreeTrial: undefined, + cancelFreeTrialAccessUntil: undefined, + cancelFreeTrialTitle: undefined, cancelSubscription: undefined, cancelSubscriptionAccessUntil: undefined, cancelSubscriptionNoCharge: undefined, @@ -109,6 +112,7 @@ export const esUY: LocalizationResource = { defaultFreePlanActive: undefined, free: undefined, getStarted: undefined, + keepFreeTrial: undefined, keepSubscription: undefined, manage: undefined, manageSubscription: undefined, @@ -145,12 +149,16 @@ export const esUY: LocalizationResource = { beginsOn: undefined, currentBillingCycle: undefined, endsOn: undefined, + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: undefined, nextPaymentOn: undefined, pastDueAt: undefined, renewsAt: undefined, subscribedOn: undefined, title: undefined, + trialEndsOn: undefined, + trialStartedOn: undefined, }, subtotal: undefined, switchPlan: undefined, diff --git a/packages/localizations/src/fa-IR.ts b/packages/localizations/src/fa-IR.ts index bbd4d510bdb..8a4e226b734 100644 --- a/packages/localizations/src/fa-IR.ts +++ b/packages/localizations/src/fa-IR.ts @@ -76,6 +76,9 @@ export const faIR: LocalizationResource = { availableFeatures: 'ویژگی ها', billedAnnually: 'صورتحساب سالانه', billedMonthlyOnly: 'صورتحساب هر ماه', + cancelFreeTrial: undefined, + cancelFreeTrialAccessUntil: undefined, + cancelFreeTrialTitle: undefined, cancelSubscription: 'لغو اشتراک', cancelSubscriptionAccessUntil: "شما می‌توانید تا تاریخ {{ date | longDate('en-US') }} از ویژگی‌های '{{plan}}' استفاده کنید، پس از آن دیگر دسترسی نخواهید داشت.", @@ -114,6 +117,7 @@ export const faIR: LocalizationResource = { defaultFreePlanActive: 'شما در حال حاضر در طرح رایگان هستید', free: 'رایگان', getStarted: 'شروع کنید', + keepFreeTrial: undefined, keepSubscription: 'حفظ اشتراک', manage: 'مدیریت', manageSubscription: 'مدیریت اشتراک', @@ -150,12 +154,16 @@ export const faIR: LocalizationResource = { beginsOn: 'شروع در', currentBillingCycle: 'دوره صورتحساب فعلی', endsOn: 'پایان در', + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: 'مبلغ پرداخت بعدی', nextPaymentOn: 'پرداخت بعدی در', pastDueAt: 'سررسید گذشته در', renewsAt: 'تمدید در', subscribedOn: 'مشترک شده در', title: 'اشتراک', + trialEndsOn: undefined, + trialStartedOn: undefined, }, subtotal: 'جمع فرعی', switchPlan: 'به این طرح تغییر دهید', diff --git a/packages/localizations/src/fi-FI.ts b/packages/localizations/src/fi-FI.ts index b4b0a69018f..8591fa76fc5 100644 --- a/packages/localizations/src/fi-FI.ts +++ b/packages/localizations/src/fi-FI.ts @@ -75,6 +75,9 @@ export const fiFI: LocalizationResource = { availableFeatures: undefined, billedAnnually: undefined, billedMonthlyOnly: undefined, + cancelFreeTrial: undefined, + cancelFreeTrialAccessUntil: undefined, + cancelFreeTrialTitle: undefined, cancelSubscription: undefined, cancelSubscriptionAccessUntil: undefined, cancelSubscriptionNoCharge: undefined, @@ -109,6 +112,7 @@ export const fiFI: LocalizationResource = { defaultFreePlanActive: undefined, free: undefined, getStarted: undefined, + keepFreeTrial: undefined, keepSubscription: undefined, manage: undefined, manageSubscription: undefined, @@ -145,12 +149,16 @@ export const fiFI: LocalizationResource = { beginsOn: undefined, currentBillingCycle: undefined, endsOn: undefined, + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: undefined, nextPaymentOn: undefined, pastDueAt: undefined, renewsAt: undefined, subscribedOn: undefined, title: undefined, + trialEndsOn: undefined, + trialStartedOn: undefined, }, subtotal: undefined, switchPlan: undefined, diff --git a/packages/localizations/src/fr-FR.ts b/packages/localizations/src/fr-FR.ts index 9f04599c187..87dd7df5b59 100644 --- a/packages/localizations/src/fr-FR.ts +++ b/packages/localizations/src/fr-FR.ts @@ -75,6 +75,9 @@ export const frFR: LocalizationResource = { availableFeatures: 'Fonctionnalités disponibles', billedAnnually: 'Facturé annuellement', billedMonthlyOnly: 'Seulement facturé mensuellement', + cancelFreeTrial: undefined, + cancelFreeTrialAccessUntil: undefined, + cancelFreeTrialTitle: undefined, cancelSubscription: 'Annuler la souscription', cancelSubscriptionAccessUntil: "Accès annulé jusqu'au", cancelSubscriptionNoCharge: 'Pas de charge', @@ -111,6 +114,7 @@ export const frFR: LocalizationResource = { defaultFreePlanActive: 'Vous êtes actuellement sur le plan gratuit', free: 'Gratuit', getStarted: 'Commencer', + keepFreeTrial: undefined, keepSubscription: "Conserver l'abonnement", manage: 'Gérer', manageSubscription: "Gérer l'abonnement", @@ -147,12 +151,16 @@ export const frFR: LocalizationResource = { beginsOn: undefined, currentBillingCycle: undefined, endsOn: undefined, + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: undefined, nextPaymentOn: undefined, pastDueAt: undefined, renewsAt: undefined, subscribedOn: undefined, title: undefined, + trialEndsOn: undefined, + trialStartedOn: undefined, }, subtotal: 'Total', switchPlan: 'Changer de plan', diff --git a/packages/localizations/src/he-IL.ts b/packages/localizations/src/he-IL.ts index ebb4b6e4635..f143458d1b3 100644 --- a/packages/localizations/src/he-IL.ts +++ b/packages/localizations/src/he-IL.ts @@ -75,6 +75,9 @@ export const heIL: LocalizationResource = { availableFeatures: undefined, billedAnnually: undefined, billedMonthlyOnly: undefined, + cancelFreeTrial: undefined, + cancelFreeTrialAccessUntil: undefined, + cancelFreeTrialTitle: undefined, cancelSubscription: undefined, cancelSubscriptionAccessUntil: undefined, cancelSubscriptionNoCharge: undefined, @@ -109,6 +112,7 @@ export const heIL: LocalizationResource = { defaultFreePlanActive: undefined, free: undefined, getStarted: undefined, + keepFreeTrial: undefined, keepSubscription: undefined, manage: undefined, manageSubscription: undefined, @@ -145,12 +149,16 @@ export const heIL: LocalizationResource = { beginsOn: undefined, currentBillingCycle: undefined, endsOn: undefined, + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: undefined, nextPaymentOn: undefined, pastDueAt: undefined, renewsAt: undefined, subscribedOn: undefined, title: undefined, + trialEndsOn: undefined, + trialStartedOn: undefined, }, subtotal: undefined, switchPlan: undefined, diff --git a/packages/localizations/src/hi-IN.ts b/packages/localizations/src/hi-IN.ts index 01ab8a16140..375771af073 100644 --- a/packages/localizations/src/hi-IN.ts +++ b/packages/localizations/src/hi-IN.ts @@ -75,6 +75,9 @@ export const hiIN: LocalizationResource = { availableFeatures: undefined, billedAnnually: 'वार्षिक रूप से बिल किया गया', billedMonthlyOnly: undefined, + cancelFreeTrial: undefined, + cancelFreeTrialAccessUntil: undefined, + cancelFreeTrialTitle: undefined, cancelSubscription: undefined, cancelSubscriptionAccessUntil: undefined, cancelSubscriptionNoCharge: undefined, @@ -109,6 +112,7 @@ export const hiIN: LocalizationResource = { defaultFreePlanActive: undefined, free: 'मुफ्त', getStarted: 'शुरू करें', + keepFreeTrial: undefined, keepSubscription: undefined, manage: undefined, manageSubscription: 'सदस्यता प्रबंधित करें', @@ -145,12 +149,16 @@ export const hiIN: LocalizationResource = { beginsOn: undefined, currentBillingCycle: undefined, endsOn: undefined, + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: undefined, nextPaymentOn: undefined, pastDueAt: undefined, renewsAt: undefined, subscribedOn: undefined, title: undefined, + trialEndsOn: undefined, + trialStartedOn: undefined, }, subtotal: undefined, switchPlan: 'इस योजना पर स्विच करें', diff --git a/packages/localizations/src/hr-HR.ts b/packages/localizations/src/hr-HR.ts index 47fd3ec556b..b8ff672fff9 100644 --- a/packages/localizations/src/hr-HR.ts +++ b/packages/localizations/src/hr-HR.ts @@ -75,6 +75,9 @@ export const hrHR: LocalizationResource = { availableFeatures: undefined, billedAnnually: undefined, billedMonthlyOnly: undefined, + cancelFreeTrial: 'Otkažite probno razdoblje', + cancelFreeTrialAccessUntil: "Ako sada otkažete, pristup će vam ostati omogućen do {{ date | numeric('hr-HR') }}.", + cancelFreeTrialTitle: 'Otkažite probno razdoblje za plan {{ plan }}?', cancelSubscription: undefined, cancelSubscriptionAccessUntil: undefined, cancelSubscriptionNoCharge: undefined, @@ -109,6 +112,7 @@ export const hrHR: LocalizationResource = { defaultFreePlanActive: undefined, free: undefined, getStarted: undefined, + keepFreeTrial: undefined, keepSubscription: undefined, manage: undefined, manageSubscription: undefined, @@ -145,12 +149,16 @@ export const hrHR: LocalizationResource = { beginsOn: undefined, currentBillingCycle: undefined, endsOn: undefined, + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: undefined, nextPaymentOn: undefined, pastDueAt: undefined, renewsAt: undefined, subscribedOn: undefined, title: undefined, + trialEndsOn: undefined, + trialStartedOn: undefined, }, subtotal: undefined, switchPlan: undefined, diff --git a/packages/localizations/src/hu-HU.ts b/packages/localizations/src/hu-HU.ts index a5b57b598b9..de6dd77c4e4 100644 --- a/packages/localizations/src/hu-HU.ts +++ b/packages/localizations/src/hu-HU.ts @@ -75,6 +75,9 @@ export const huHU: LocalizationResource = { availableFeatures: undefined, billedAnnually: undefined, billedMonthlyOnly: undefined, + cancelFreeTrial: 'Próbaverzió lemondása', + cancelFreeTrialAccessUntil: 'A próbaverziód {{date}}-ig marad aktív.', + cancelFreeTrialTitle: 'Lemondod a(z) {{plan}} csomag próbaverzióját?', cancelSubscription: undefined, cancelSubscriptionAccessUntil: undefined, cancelSubscriptionNoCharge: undefined, @@ -109,6 +112,7 @@ export const huHU: LocalizationResource = { defaultFreePlanActive: undefined, free: undefined, getStarted: undefined, + keepFreeTrial: undefined, keepSubscription: undefined, manage: undefined, manageSubscription: undefined, @@ -145,12 +149,16 @@ export const huHU: LocalizationResource = { beginsOn: undefined, currentBillingCycle: undefined, endsOn: undefined, + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: undefined, nextPaymentOn: undefined, pastDueAt: undefined, renewsAt: undefined, subscribedOn: undefined, title: undefined, + trialEndsOn: undefined, + trialStartedOn: undefined, }, subtotal: undefined, switchPlan: undefined, diff --git a/packages/localizations/src/id-ID.ts b/packages/localizations/src/id-ID.ts index a1c5fe8d9c9..01bf0fa0063 100644 --- a/packages/localizations/src/id-ID.ts +++ b/packages/localizations/src/id-ID.ts @@ -75,6 +75,9 @@ export const idID: LocalizationResource = { availableFeatures: undefined, billedAnnually: undefined, billedMonthlyOnly: undefined, + cancelFreeTrial: undefined, + cancelFreeTrialAccessUntil: undefined, + cancelFreeTrialTitle: undefined, cancelSubscription: undefined, cancelSubscriptionAccessUntil: undefined, cancelSubscriptionNoCharge: undefined, @@ -109,6 +112,7 @@ export const idID: LocalizationResource = { defaultFreePlanActive: undefined, free: undefined, getStarted: undefined, + keepFreeTrial: undefined, keepSubscription: undefined, manage: undefined, manageSubscription: undefined, @@ -145,12 +149,16 @@ export const idID: LocalizationResource = { beginsOn: undefined, currentBillingCycle: undefined, endsOn: undefined, + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: undefined, nextPaymentOn: undefined, pastDueAt: undefined, renewsAt: undefined, subscribedOn: undefined, title: undefined, + trialEndsOn: undefined, + trialStartedOn: undefined, }, subtotal: undefined, switchPlan: undefined, diff --git a/packages/localizations/src/is-IS.ts b/packages/localizations/src/is-IS.ts index 2cf62f46845..d6e551cf617 100644 --- a/packages/localizations/src/is-IS.ts +++ b/packages/localizations/src/is-IS.ts @@ -75,6 +75,9 @@ export const isIS: LocalizationResource = { availableFeatures: undefined, billedAnnually: undefined, billedMonthlyOnly: undefined, + cancelFreeTrial: undefined, + cancelFreeTrialAccessUntil: undefined, + cancelFreeTrialTitle: undefined, cancelSubscription: undefined, cancelSubscriptionAccessUntil: undefined, cancelSubscriptionNoCharge: undefined, @@ -109,6 +112,7 @@ export const isIS: LocalizationResource = { defaultFreePlanActive: undefined, free: undefined, getStarted: undefined, + keepFreeTrial: undefined, keepSubscription: undefined, manage: undefined, manageSubscription: undefined, @@ -145,12 +149,16 @@ export const isIS: LocalizationResource = { beginsOn: undefined, currentBillingCycle: undefined, endsOn: undefined, + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: undefined, nextPaymentOn: undefined, pastDueAt: undefined, renewsAt: undefined, subscribedOn: undefined, title: undefined, + trialEndsOn: undefined, + trialStartedOn: undefined, }, subtotal: undefined, switchPlan: undefined, diff --git a/packages/localizations/src/it-IT.ts b/packages/localizations/src/it-IT.ts index 51b47125246..9a6373b3119 100644 --- a/packages/localizations/src/it-IT.ts +++ b/packages/localizations/src/it-IT.ts @@ -76,6 +76,9 @@ export const itIT: LocalizationResource = { availableFeatures: 'Funzionalità disponibili', billedAnnually: 'Fatturato annualmente', billedMonthlyOnly: 'Fatturato solo mensilmente', + cancelFreeTrial: undefined, + cancelFreeTrialAccessUntil: undefined, + cancelFreeTrialTitle: undefined, cancelSubscription: 'Annulla abbonamento', cancelSubscriptionAccessUntil: "Puoi continuare a utilizzare le funzionalità di '{{plan}}' fino al {{ date | longDate('it-IT') }}, dopodiché non avrai più accesso.", @@ -115,6 +118,7 @@ export const itIT: LocalizationResource = { defaultFreePlanActive: 'Attualmente sei sul piano Gratuito', free: 'Gratuito', getStarted: 'Inizia', + keepFreeTrial: undefined, keepSubscription: 'Mantieni abbonamento', manage: 'Gestisci', manageSubscription: 'Gestisci abbonamento', @@ -151,12 +155,16 @@ export const itIT: LocalizationResource = { beginsOn: 'Inizia il', currentBillingCycle: 'Ciclo di fatturazione attuale', endsOn: 'Termina il', + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: 'Importo prossimo pagamento', nextPaymentOn: 'Prossimo pagamento il', pastDueAt: 'Scaduto il', renewsAt: 'Si rinnova il', subscribedOn: 'Abbonato il', title: 'Abbonamento', + trialEndsOn: undefined, + trialStartedOn: undefined, }, subtotal: 'Subtotale', switchPlan: 'Passa a questo piano', diff --git a/packages/localizations/src/ja-JP.ts b/packages/localizations/src/ja-JP.ts index 93f77c53e57..d6305a01689 100644 --- a/packages/localizations/src/ja-JP.ts +++ b/packages/localizations/src/ja-JP.ts @@ -75,6 +75,9 @@ export const jaJP: LocalizationResource = { availableFeatures: undefined, billedAnnually: undefined, billedMonthlyOnly: undefined, + cancelFreeTrial: undefined, + cancelFreeTrialAccessUntil: undefined, + cancelFreeTrialTitle: undefined, cancelSubscription: undefined, cancelSubscriptionAccessUntil: undefined, cancelSubscriptionNoCharge: undefined, @@ -109,6 +112,7 @@ export const jaJP: LocalizationResource = { defaultFreePlanActive: undefined, free: undefined, getStarted: undefined, + keepFreeTrial: undefined, keepSubscription: undefined, manage: undefined, manageSubscription: undefined, @@ -145,12 +149,16 @@ export const jaJP: LocalizationResource = { beginsOn: undefined, currentBillingCycle: undefined, endsOn: undefined, + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: undefined, nextPaymentOn: undefined, pastDueAt: undefined, renewsAt: undefined, subscribedOn: undefined, title: undefined, + trialEndsOn: undefined, + trialStartedOn: undefined, }, subtotal: undefined, switchPlan: undefined, diff --git a/packages/localizations/src/kk-KZ.ts b/packages/localizations/src/kk-KZ.ts index ea1768c29ba..418af9b0181 100644 --- a/packages/localizations/src/kk-KZ.ts +++ b/packages/localizations/src/kk-KZ.ts @@ -75,6 +75,9 @@ export const kkKZ: LocalizationResource = { availableFeatures: undefined, billedAnnually: 'Жыл сайын ақы төленеді', billedMonthlyOnly: undefined, + cancelFreeTrial: undefined, + cancelFreeTrialAccessUntil: undefined, + cancelFreeTrialTitle: undefined, cancelSubscription: 'Жазылымды болдырмау', cancelSubscriptionAccessUntil: undefined, cancelSubscriptionNoCharge: undefined, @@ -109,6 +112,7 @@ export const kkKZ: LocalizationResource = { defaultFreePlanActive: undefined, free: 'Тегін', getStarted: 'Бастау', + keepFreeTrial: undefined, keepSubscription: 'Жазылымды сақтау', manage: 'Басқару', manageSubscription: 'Жазылымды басқару', @@ -145,12 +149,16 @@ export const kkKZ: LocalizationResource = { beginsOn: undefined, currentBillingCycle: undefined, endsOn: undefined, + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: undefined, nextPaymentOn: undefined, pastDueAt: undefined, renewsAt: undefined, subscribedOn: undefined, title: undefined, + trialEndsOn: undefined, + trialStartedOn: undefined, }, subtotal: undefined, switchPlan: 'Осы жоспарға ауысу', diff --git a/packages/localizations/src/ko-KR.ts b/packages/localizations/src/ko-KR.ts index c8bc2e1f019..de8c5ff038b 100644 --- a/packages/localizations/src/ko-KR.ts +++ b/packages/localizations/src/ko-KR.ts @@ -75,6 +75,9 @@ export const koKR: LocalizationResource = { availableFeatures: undefined, billedAnnually: undefined, billedMonthlyOnly: undefined, + cancelFreeTrial: undefined, + cancelFreeTrialAccessUntil: undefined, + cancelFreeTrialTitle: undefined, cancelSubscription: undefined, cancelSubscriptionAccessUntil: undefined, cancelSubscriptionNoCharge: undefined, @@ -109,6 +112,7 @@ export const koKR: LocalizationResource = { defaultFreePlanActive: undefined, free: undefined, getStarted: undefined, + keepFreeTrial: undefined, keepSubscription: undefined, manage: undefined, manageSubscription: undefined, @@ -145,12 +149,16 @@ export const koKR: LocalizationResource = { beginsOn: undefined, currentBillingCycle: undefined, endsOn: undefined, + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: undefined, nextPaymentOn: undefined, pastDueAt: undefined, renewsAt: undefined, subscribedOn: undefined, title: undefined, + trialEndsOn: undefined, + trialStartedOn: undefined, }, subtotal: undefined, switchPlan: undefined, diff --git a/packages/localizations/src/mn-MN.ts b/packages/localizations/src/mn-MN.ts index 9055f1798c8..ce243144d7c 100644 --- a/packages/localizations/src/mn-MN.ts +++ b/packages/localizations/src/mn-MN.ts @@ -75,6 +75,9 @@ export const mnMN: LocalizationResource = { availableFeatures: undefined, billedAnnually: undefined, billedMonthlyOnly: undefined, + cancelFreeTrial: undefined, + cancelFreeTrialAccessUntil: undefined, + cancelFreeTrialTitle: undefined, cancelSubscription: undefined, cancelSubscriptionAccessUntil: undefined, cancelSubscriptionNoCharge: undefined, @@ -109,6 +112,7 @@ export const mnMN: LocalizationResource = { defaultFreePlanActive: undefined, free: undefined, getStarted: undefined, + keepFreeTrial: undefined, keepSubscription: undefined, manage: undefined, manageSubscription: undefined, @@ -145,12 +149,16 @@ export const mnMN: LocalizationResource = { beginsOn: undefined, currentBillingCycle: undefined, endsOn: undefined, + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: undefined, nextPaymentOn: undefined, pastDueAt: undefined, renewsAt: undefined, subscribedOn: undefined, title: undefined, + trialEndsOn: undefined, + trialStartedOn: undefined, }, subtotal: undefined, switchPlan: undefined, diff --git a/packages/localizations/src/ms-MY.ts b/packages/localizations/src/ms-MY.ts index 82c44f9ef14..e174637948f 100644 --- a/packages/localizations/src/ms-MY.ts +++ b/packages/localizations/src/ms-MY.ts @@ -75,6 +75,9 @@ export const msMY: LocalizationResource = { availableFeatures: undefined, billedAnnually: 'Dibilkan secara tahunan', billedMonthlyOnly: undefined, + cancelFreeTrial: undefined, + cancelFreeTrialAccessUntil: undefined, + cancelFreeTrialTitle: undefined, cancelSubscription: undefined, cancelSubscriptionAccessUntil: undefined, cancelSubscriptionNoCharge: undefined, @@ -109,6 +112,7 @@ export const msMY: LocalizationResource = { defaultFreePlanActive: undefined, free: 'Percuma', getStarted: 'Mulakan', + keepFreeTrial: undefined, keepSubscription: undefined, manage: undefined, manageSubscription: 'Urus keahlian', @@ -145,12 +149,16 @@ export const msMY: LocalizationResource = { beginsOn: undefined, currentBillingCycle: undefined, endsOn: undefined, + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: undefined, nextPaymentOn: undefined, pastDueAt: undefined, renewsAt: undefined, subscribedOn: undefined, title: undefined, + trialEndsOn: undefined, + trialStartedOn: undefined, }, subtotal: undefined, switchPlan: 'Tukar ke pelan ini', diff --git a/packages/localizations/src/nb-NO.ts b/packages/localizations/src/nb-NO.ts index 955ab2b0750..2a184dcf780 100644 --- a/packages/localizations/src/nb-NO.ts +++ b/packages/localizations/src/nb-NO.ts @@ -75,6 +75,9 @@ export const nbNO: LocalizationResource = { availableFeatures: undefined, billedAnnually: undefined, billedMonthlyOnly: undefined, + cancelFreeTrial: undefined, + cancelFreeTrialAccessUntil: undefined, + cancelFreeTrialTitle: undefined, cancelSubscription: undefined, cancelSubscriptionAccessUntil: undefined, cancelSubscriptionNoCharge: undefined, @@ -109,6 +112,7 @@ export const nbNO: LocalizationResource = { defaultFreePlanActive: undefined, free: undefined, getStarted: undefined, + keepFreeTrial: undefined, keepSubscription: undefined, manage: undefined, manageSubscription: undefined, @@ -145,12 +149,16 @@ export const nbNO: LocalizationResource = { beginsOn: undefined, currentBillingCycle: undefined, endsOn: undefined, + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: undefined, nextPaymentOn: undefined, pastDueAt: undefined, renewsAt: undefined, subscribedOn: undefined, title: undefined, + trialEndsOn: undefined, + trialStartedOn: undefined, }, subtotal: undefined, switchPlan: undefined, diff --git a/packages/localizations/src/nl-BE.ts b/packages/localizations/src/nl-BE.ts index 984d0431be4..757474520dd 100644 --- a/packages/localizations/src/nl-BE.ts +++ b/packages/localizations/src/nl-BE.ts @@ -75,6 +75,9 @@ export const nlBE: LocalizationResource = { availableFeatures: undefined, billedAnnually: undefined, billedMonthlyOnly: undefined, + cancelFreeTrial: undefined, + cancelFreeTrialAccessUntil: undefined, + cancelFreeTrialTitle: undefined, cancelSubscription: undefined, cancelSubscriptionAccessUntil: undefined, cancelSubscriptionNoCharge: undefined, @@ -109,6 +112,7 @@ export const nlBE: LocalizationResource = { defaultFreePlanActive: undefined, free: undefined, getStarted: undefined, + keepFreeTrial: undefined, keepSubscription: undefined, manage: undefined, manageSubscription: undefined, @@ -145,12 +149,16 @@ export const nlBE: LocalizationResource = { beginsOn: undefined, currentBillingCycle: undefined, endsOn: undefined, + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: undefined, nextPaymentOn: undefined, pastDueAt: undefined, renewsAt: undefined, subscribedOn: undefined, title: undefined, + trialEndsOn: undefined, + trialStartedOn: undefined, }, subtotal: undefined, switchPlan: undefined, diff --git a/packages/localizations/src/nl-NL.ts b/packages/localizations/src/nl-NL.ts index 27344207390..de25127213d 100644 --- a/packages/localizations/src/nl-NL.ts +++ b/packages/localizations/src/nl-NL.ts @@ -75,6 +75,9 @@ export const nlNL: LocalizationResource = { availableFeatures: undefined, billedAnnually: undefined, billedMonthlyOnly: undefined, + cancelFreeTrial: undefined, + cancelFreeTrialAccessUntil: undefined, + cancelFreeTrialTitle: undefined, cancelSubscription: undefined, cancelSubscriptionAccessUntil: undefined, cancelSubscriptionNoCharge: undefined, @@ -109,6 +112,7 @@ export const nlNL: LocalizationResource = { defaultFreePlanActive: undefined, free: undefined, getStarted: undefined, + keepFreeTrial: undefined, keepSubscription: undefined, manage: undefined, manageSubscription: undefined, @@ -145,12 +149,16 @@ export const nlNL: LocalizationResource = { beginsOn: undefined, currentBillingCycle: undefined, endsOn: undefined, + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: undefined, nextPaymentOn: undefined, pastDueAt: undefined, renewsAt: undefined, subscribedOn: undefined, title: undefined, + trialEndsOn: undefined, + trialStartedOn: undefined, }, subtotal: undefined, switchPlan: undefined, diff --git a/packages/localizations/src/pl-PL.ts b/packages/localizations/src/pl-PL.ts index 5133e6aa04e..a88bc0de89a 100644 --- a/packages/localizations/src/pl-PL.ts +++ b/packages/localizations/src/pl-PL.ts @@ -75,6 +75,9 @@ export const plPL: LocalizationResource = { availableFeatures: undefined, billedAnnually: undefined, billedMonthlyOnly: undefined, + cancelFreeTrial: undefined, + cancelFreeTrialAccessUntil: undefined, + cancelFreeTrialTitle: undefined, cancelSubscription: undefined, cancelSubscriptionAccessUntil: undefined, cancelSubscriptionNoCharge: undefined, @@ -109,6 +112,7 @@ export const plPL: LocalizationResource = { defaultFreePlanActive: undefined, free: undefined, getStarted: undefined, + keepFreeTrial: undefined, keepSubscription: undefined, manage: undefined, manageSubscription: undefined, @@ -145,12 +149,16 @@ export const plPL: LocalizationResource = { beginsOn: undefined, currentBillingCycle: undefined, endsOn: undefined, + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: undefined, nextPaymentOn: undefined, pastDueAt: undefined, renewsAt: undefined, subscribedOn: undefined, title: undefined, + trialEndsOn: undefined, + trialStartedOn: undefined, }, subtotal: undefined, switchPlan: undefined, diff --git a/packages/localizations/src/pt-BR.ts b/packages/localizations/src/pt-BR.ts index 50a9a136000..9dcacd2f220 100644 --- a/packages/localizations/src/pt-BR.ts +++ b/packages/localizations/src/pt-BR.ts @@ -76,6 +76,9 @@ export const ptBR: LocalizationResource = { availableFeatures: 'Recursos disponíveis', billedAnnually: 'Cobrança anual', billedMonthlyOnly: 'Apenas cobrança mensal', + cancelFreeTrial: undefined, + cancelFreeTrialAccessUntil: undefined, + cancelFreeTrialTitle: undefined, cancelSubscription: 'Cancelar assinatura', cancelSubscriptionAccessUntil: "Você pode continuar usando os recursos de {{plan}} até {{ date | longDate('pt-BR') }}, após o qual você não terá mais acesso.", @@ -115,6 +118,7 @@ export const ptBR: LocalizationResource = { defaultFreePlanActive: 'Você está atualmente no plano Gratuito', free: 'Gratuito', getStarted: 'Começar', + keepFreeTrial: undefined, keepSubscription: 'Manter assinatura', manage: 'Gerenciar', manageSubscription: 'Gerenciar assinatura', @@ -151,12 +155,16 @@ export const ptBR: LocalizationResource = { beginsOn: 'Inicia em', currentBillingCycle: 'Ciclo de faturamento atual', endsOn: 'Termina em', + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: 'Valor do próximo pagamento', nextPaymentOn: 'Próximo pagamento em', pastDueAt: 'Vencido em', renewsAt: 'Renova em', subscribedOn: 'Assinado em', title: 'Assinatura', + trialEndsOn: undefined, + trialStartedOn: undefined, }, subtotal: 'Subtotal', switchPlan: 'Mudar de plano', diff --git a/packages/localizations/src/pt-PT.ts b/packages/localizations/src/pt-PT.ts index 683b50a04f6..f41f8aa796b 100644 --- a/packages/localizations/src/pt-PT.ts +++ b/packages/localizations/src/pt-PT.ts @@ -75,6 +75,9 @@ export const ptPT: LocalizationResource = { availableFeatures: undefined, billedAnnually: undefined, billedMonthlyOnly: undefined, + cancelFreeTrial: undefined, + cancelFreeTrialAccessUntil: undefined, + cancelFreeTrialTitle: undefined, cancelSubscription: undefined, cancelSubscriptionAccessUntil: undefined, cancelSubscriptionNoCharge: undefined, @@ -109,6 +112,7 @@ export const ptPT: LocalizationResource = { defaultFreePlanActive: undefined, free: undefined, getStarted: undefined, + keepFreeTrial: undefined, keepSubscription: undefined, manage: undefined, manageSubscription: undefined, @@ -145,12 +149,16 @@ export const ptPT: LocalizationResource = { beginsOn: undefined, currentBillingCycle: undefined, endsOn: undefined, + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: undefined, nextPaymentOn: undefined, pastDueAt: undefined, renewsAt: undefined, subscribedOn: undefined, title: undefined, + trialEndsOn: undefined, + trialStartedOn: undefined, }, subtotal: undefined, switchPlan: undefined, diff --git a/packages/localizations/src/ro-RO.ts b/packages/localizations/src/ro-RO.ts index 76df4f1577e..9204ed59151 100644 --- a/packages/localizations/src/ro-RO.ts +++ b/packages/localizations/src/ro-RO.ts @@ -75,6 +75,9 @@ export const roRO: LocalizationResource = { availableFeatures: undefined, billedAnnually: undefined, billedMonthlyOnly: undefined, + cancelFreeTrial: undefined, + cancelFreeTrialAccessUntil: undefined, + cancelFreeTrialTitle: undefined, cancelSubscription: undefined, cancelSubscriptionAccessUntil: undefined, cancelSubscriptionNoCharge: undefined, @@ -109,6 +112,7 @@ export const roRO: LocalizationResource = { defaultFreePlanActive: undefined, free: undefined, getStarted: undefined, + keepFreeTrial: undefined, keepSubscription: undefined, manage: undefined, manageSubscription: undefined, @@ -145,12 +149,16 @@ export const roRO: LocalizationResource = { beginsOn: undefined, currentBillingCycle: undefined, endsOn: undefined, + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: undefined, nextPaymentOn: undefined, pastDueAt: undefined, renewsAt: undefined, subscribedOn: undefined, title: undefined, + trialEndsOn: undefined, + trialStartedOn: undefined, }, subtotal: undefined, switchPlan: undefined, diff --git a/packages/localizations/src/ru-RU.ts b/packages/localizations/src/ru-RU.ts index 11930369d93..2884147df27 100644 --- a/packages/localizations/src/ru-RU.ts +++ b/packages/localizations/src/ru-RU.ts @@ -75,6 +75,9 @@ export const ruRU: LocalizationResource = { availableFeatures: undefined, billedAnnually: undefined, billedMonthlyOnly: undefined, + cancelFreeTrial: 'Отменить пробный период', + cancelFreeTrialAccessUntil: "Вы сохраните доступ к пробной версии до {{ date | numeric('ru-RU') }}.", + cancelFreeTrialTitle: 'Отменить пробный период', cancelSubscription: undefined, cancelSubscriptionAccessUntil: undefined, cancelSubscriptionNoCharge: undefined, @@ -109,6 +112,7 @@ export const ruRU: LocalizationResource = { defaultFreePlanActive: undefined, free: undefined, getStarted: undefined, + keepFreeTrial: undefined, keepSubscription: undefined, manage: undefined, manageSubscription: undefined, @@ -145,12 +149,16 @@ export const ruRU: LocalizationResource = { beginsOn: undefined, currentBillingCycle: undefined, endsOn: undefined, + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: undefined, nextPaymentOn: undefined, pastDueAt: undefined, renewsAt: undefined, subscribedOn: undefined, title: undefined, + trialEndsOn: 'Пробный период заканчивается', + trialStartedOn: 'Пробный период начался', }, subtotal: undefined, switchPlan: undefined, diff --git a/packages/localizations/src/sk-SK.ts b/packages/localizations/src/sk-SK.ts index e7aec451154..307f0263d73 100644 --- a/packages/localizations/src/sk-SK.ts +++ b/packages/localizations/src/sk-SK.ts @@ -75,6 +75,9 @@ export const skSK: LocalizationResource = { availableFeatures: undefined, billedAnnually: 'Ročne', billedMonthlyOnly: undefined, + cancelFreeTrial: undefined, + cancelFreeTrialAccessUntil: undefined, + cancelFreeTrialTitle: undefined, cancelSubscription: undefined, cancelSubscriptionAccessUntil: undefined, cancelSubscriptionNoCharge: undefined, @@ -109,6 +112,7 @@ export const skSK: LocalizationResource = { defaultFreePlanActive: undefined, free: 'Bezplatne', getStarted: 'Začať', + keepFreeTrial: undefined, keepSubscription: undefined, manage: undefined, manageSubscription: 'Spravovať členstvo', @@ -145,12 +149,16 @@ export const skSK: LocalizationResource = { beginsOn: undefined, currentBillingCycle: undefined, endsOn: undefined, + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: undefined, nextPaymentOn: undefined, pastDueAt: undefined, renewsAt: undefined, subscribedOn: undefined, title: undefined, + trialEndsOn: undefined, + trialStartedOn: undefined, }, subtotal: undefined, switchPlan: 'Zmeniť balík', diff --git a/packages/localizations/src/sr-RS.ts b/packages/localizations/src/sr-RS.ts index b167cd415f9..a1ed773b662 100644 --- a/packages/localizations/src/sr-RS.ts +++ b/packages/localizations/src/sr-RS.ts @@ -75,6 +75,9 @@ export const srRS: LocalizationResource = { availableFeatures: undefined, billedAnnually: undefined, billedMonthlyOnly: undefined, + cancelFreeTrial: undefined, + cancelFreeTrialAccessUntil: undefined, + cancelFreeTrialTitle: undefined, cancelSubscription: undefined, cancelSubscriptionAccessUntil: undefined, cancelSubscriptionNoCharge: undefined, @@ -109,6 +112,7 @@ export const srRS: LocalizationResource = { defaultFreePlanActive: undefined, free: undefined, getStarted: undefined, + keepFreeTrial: undefined, keepSubscription: undefined, manage: undefined, manageSubscription: undefined, @@ -145,12 +149,16 @@ export const srRS: LocalizationResource = { beginsOn: undefined, currentBillingCycle: undefined, endsOn: undefined, + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: undefined, nextPaymentOn: undefined, pastDueAt: undefined, renewsAt: undefined, subscribedOn: undefined, title: undefined, + trialEndsOn: undefined, + trialStartedOn: undefined, }, subtotal: undefined, switchPlan: undefined, diff --git a/packages/localizations/src/sv-SE.ts b/packages/localizations/src/sv-SE.ts index 0c138c17443..3d27edef50f 100644 --- a/packages/localizations/src/sv-SE.ts +++ b/packages/localizations/src/sv-SE.ts @@ -75,6 +75,9 @@ export const svSE: LocalizationResource = { availableFeatures: undefined, billedAnnually: undefined, billedMonthlyOnly: undefined, + cancelFreeTrial: undefined, + cancelFreeTrialAccessUntil: undefined, + cancelFreeTrialTitle: undefined, cancelSubscription: undefined, cancelSubscriptionAccessUntil: undefined, cancelSubscriptionNoCharge: undefined, @@ -109,6 +112,7 @@ export const svSE: LocalizationResource = { defaultFreePlanActive: undefined, free: undefined, getStarted: undefined, + keepFreeTrial: undefined, keepSubscription: undefined, manage: undefined, manageSubscription: undefined, @@ -145,12 +149,16 @@ export const svSE: LocalizationResource = { beginsOn: undefined, currentBillingCycle: undefined, endsOn: undefined, + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: undefined, nextPaymentOn: undefined, pastDueAt: undefined, renewsAt: undefined, subscribedOn: undefined, title: undefined, + trialEndsOn: undefined, + trialStartedOn: undefined, }, subtotal: undefined, switchPlan: undefined, diff --git a/packages/localizations/src/ta-IN.ts b/packages/localizations/src/ta-IN.ts index 0eca0c3bea6..433debe4f3e 100644 --- a/packages/localizations/src/ta-IN.ts +++ b/packages/localizations/src/ta-IN.ts @@ -75,6 +75,9 @@ export const taIN: LocalizationResource = { availableFeatures: undefined, billedAnnually: 'வருடாந்திர கட்டணம்', billedMonthlyOnly: undefined, + cancelFreeTrial: undefined, + cancelFreeTrialAccessUntil: undefined, + cancelFreeTrialTitle: undefined, cancelSubscription: undefined, cancelSubscriptionAccessUntil: undefined, cancelSubscriptionNoCharge: undefined, @@ -109,6 +112,7 @@ export const taIN: LocalizationResource = { defaultFreePlanActive: undefined, free: 'இலவசம்', getStarted: 'தொடங்குங்கள்', + keepFreeTrial: undefined, keepSubscription: undefined, manage: undefined, manageSubscription: 'உறுப்பினர் நிர்வாகம்', @@ -145,12 +149,16 @@ export const taIN: LocalizationResource = { beginsOn: undefined, currentBillingCycle: undefined, endsOn: undefined, + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: undefined, nextPaymentOn: undefined, pastDueAt: undefined, renewsAt: undefined, subscribedOn: undefined, title: undefined, + trialEndsOn: undefined, + trialStartedOn: undefined, }, subtotal: undefined, switchPlan: 'இந்த திட்டத்திற்கு மாறவும்', diff --git a/packages/localizations/src/te-IN.ts b/packages/localizations/src/te-IN.ts index 81abd5f9b5e..636155aa6df 100644 --- a/packages/localizations/src/te-IN.ts +++ b/packages/localizations/src/te-IN.ts @@ -75,6 +75,9 @@ export const teIN: LocalizationResource = { availableFeatures: undefined, billedAnnually: 'వార్షిక బిల్లింగ్', billedMonthlyOnly: undefined, + cancelFreeTrial: undefined, + cancelFreeTrialAccessUntil: undefined, + cancelFreeTrialTitle: undefined, cancelSubscription: undefined, cancelSubscriptionAccessUntil: undefined, cancelSubscriptionNoCharge: undefined, @@ -109,6 +112,7 @@ export const teIN: LocalizationResource = { defaultFreePlanActive: undefined, free: 'ఉచితం', getStarted: 'ప్రారంభించండి', + keepFreeTrial: undefined, keepSubscription: undefined, manage: undefined, manageSubscription: 'సభ్యత్వాన్ని నిర్వహించండి', @@ -145,12 +149,16 @@ export const teIN: LocalizationResource = { beginsOn: undefined, currentBillingCycle: undefined, endsOn: undefined, + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: undefined, nextPaymentOn: undefined, pastDueAt: undefined, renewsAt: undefined, subscribedOn: undefined, title: undefined, + trialEndsOn: undefined, + trialStartedOn: undefined, }, subtotal: undefined, switchPlan: 'ఈ ప్లాన్‌కు మారండి', diff --git a/packages/localizations/src/th-TH.ts b/packages/localizations/src/th-TH.ts index e1d63f41742..48a2268a3ef 100644 --- a/packages/localizations/src/th-TH.ts +++ b/packages/localizations/src/th-TH.ts @@ -75,6 +75,10 @@ export const thTH: LocalizationResource = { availableFeatures: undefined, billedAnnually: undefined, billedMonthlyOnly: undefined, + cancelFreeTrial: 'ยกเลิกช่วงทดลองใช้ฟรี', + cancelFreeTrialAccessUntil: + "คุณสามารถทดลองใช้งานได้ถึงวันที่ {{ date | longDate('th-TH') }} หลังจากนั้นคุณจะไม่สามารถใช้งานฟีเจอร์ทดลองใช้ฟรีได้ และจะไม่ถูกเรียกเก็บเงิน", + cancelFreeTrialTitle: 'ยืนยันการยกเลิกช่วงทดลองใช้ฟรีสำหรับแผน {{ plan }}?', cancelSubscription: undefined, cancelSubscriptionAccessUntil: undefined, cancelSubscriptionNoCharge: undefined, @@ -109,6 +113,7 @@ export const thTH: LocalizationResource = { defaultFreePlanActive: undefined, free: undefined, getStarted: undefined, + keepFreeTrial: undefined, keepSubscription: undefined, manage: undefined, manageSubscription: undefined, @@ -145,12 +150,16 @@ export const thTH: LocalizationResource = { beginsOn: undefined, currentBillingCycle: undefined, endsOn: undefined, + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: undefined, nextPaymentOn: undefined, pastDueAt: undefined, renewsAt: undefined, subscribedOn: undefined, title: undefined, + trialEndsOn: undefined, + trialStartedOn: undefined, }, subtotal: undefined, switchPlan: undefined, diff --git a/packages/localizations/src/tr-TR.ts b/packages/localizations/src/tr-TR.ts index b60e8db7efd..16f23503350 100644 --- a/packages/localizations/src/tr-TR.ts +++ b/packages/localizations/src/tr-TR.ts @@ -75,6 +75,9 @@ export const trTR: LocalizationResource = { availableFeatures: undefined, billedAnnually: undefined, billedMonthlyOnly: undefined, + cancelFreeTrial: undefined, + cancelFreeTrialAccessUntil: undefined, + cancelFreeTrialTitle: undefined, cancelSubscription: undefined, cancelSubscriptionAccessUntil: undefined, cancelSubscriptionNoCharge: undefined, @@ -109,6 +112,7 @@ export const trTR: LocalizationResource = { defaultFreePlanActive: undefined, free: undefined, getStarted: undefined, + keepFreeTrial: undefined, keepSubscription: undefined, manage: undefined, manageSubscription: undefined, @@ -145,12 +149,16 @@ export const trTR: LocalizationResource = { beginsOn: undefined, currentBillingCycle: undefined, endsOn: undefined, + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: undefined, nextPaymentOn: undefined, pastDueAt: undefined, renewsAt: undefined, subscribedOn: undefined, title: undefined, + trialEndsOn: undefined, + trialStartedOn: undefined, }, subtotal: undefined, switchPlan: undefined, diff --git a/packages/localizations/src/uk-UA.ts b/packages/localizations/src/uk-UA.ts index 0c316085df3..5de4e135c01 100644 --- a/packages/localizations/src/uk-UA.ts +++ b/packages/localizations/src/uk-UA.ts @@ -75,6 +75,9 @@ export const ukUA: LocalizationResource = { availableFeatures: undefined, billedAnnually: undefined, billedMonthlyOnly: undefined, + cancelFreeTrial: undefined, + cancelFreeTrialAccessUntil: undefined, + cancelFreeTrialTitle: undefined, cancelSubscription: undefined, cancelSubscriptionAccessUntil: undefined, cancelSubscriptionNoCharge: undefined, @@ -109,6 +112,7 @@ export const ukUA: LocalizationResource = { defaultFreePlanActive: undefined, free: undefined, getStarted: undefined, + keepFreeTrial: undefined, keepSubscription: undefined, manage: undefined, manageSubscription: undefined, @@ -145,12 +149,16 @@ export const ukUA: LocalizationResource = { beginsOn: undefined, currentBillingCycle: undefined, endsOn: undefined, + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: undefined, nextPaymentOn: undefined, pastDueAt: undefined, renewsAt: undefined, subscribedOn: undefined, title: undefined, + trialEndsOn: undefined, + trialStartedOn: undefined, }, subtotal: undefined, switchPlan: undefined, diff --git a/packages/localizations/src/vi-VN.ts b/packages/localizations/src/vi-VN.ts index 1da9f6315f3..25f832fe148 100644 --- a/packages/localizations/src/vi-VN.ts +++ b/packages/localizations/src/vi-VN.ts @@ -76,6 +76,9 @@ export const viVN: LocalizationResource = { availableFeatures: 'Tính năng có sẵn', billedAnnually: 'Tính phí hàng năm', billedMonthlyOnly: 'Chỉ tính phí hàng tháng', + cancelFreeTrial: undefined, + cancelFreeTrialAccessUntil: undefined, + cancelFreeTrialTitle: undefined, cancelSubscription: 'Hủy đăng ký', cancelSubscriptionAccessUntil: "Bạn có thể tiếp tục sử dụng tính năng '{{plan}}' cho đến {{ date | longDate('vi-VN') }}, sau đó bạn sẽ không còn quyền truy cập.", @@ -113,6 +116,7 @@ export const viVN: LocalizationResource = { defaultFreePlanActive: 'Bạn hiện đang trên gói Miễn phí', free: 'Miễn phí', getStarted: 'Bắt đầu', + keepFreeTrial: undefined, keepSubscription: 'Giữ đăng ký', manage: 'Quản lý', manageSubscription: 'Quản lý đăng ký', @@ -149,12 +153,16 @@ export const viVN: LocalizationResource = { beginsOn: undefined, currentBillingCycle: undefined, endsOn: undefined, + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: undefined, nextPaymentOn: undefined, pastDueAt: undefined, renewsAt: undefined, subscribedOn: undefined, title: undefined, + trialEndsOn: undefined, + trialStartedOn: undefined, }, subtotal: 'Tổng cộng', switchPlan: 'Chuyển sang gói này', diff --git a/packages/localizations/src/zh-CN.ts b/packages/localizations/src/zh-CN.ts index cca593256e6..f93d0eca3bb 100644 --- a/packages/localizations/src/zh-CN.ts +++ b/packages/localizations/src/zh-CN.ts @@ -75,6 +75,9 @@ export const zhCN: LocalizationResource = { availableFeatures: undefined, billedAnnually: undefined, billedMonthlyOnly: undefined, + cancelFreeTrial: undefined, + cancelFreeTrialAccessUntil: undefined, + cancelFreeTrialTitle: undefined, cancelSubscription: undefined, cancelSubscriptionAccessUntil: undefined, cancelSubscriptionNoCharge: undefined, @@ -109,6 +112,7 @@ export const zhCN: LocalizationResource = { defaultFreePlanActive: undefined, free: undefined, getStarted: undefined, + keepFreeTrial: undefined, keepSubscription: undefined, manage: undefined, manageSubscription: undefined, @@ -145,12 +149,16 @@ export const zhCN: LocalizationResource = { beginsOn: undefined, currentBillingCycle: undefined, endsOn: undefined, + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: undefined, nextPaymentOn: undefined, pastDueAt: undefined, renewsAt: undefined, subscribedOn: undefined, title: undefined, + trialEndsOn: undefined, + trialStartedOn: undefined, }, subtotal: undefined, switchPlan: undefined, diff --git a/packages/localizations/src/zh-TW.ts b/packages/localizations/src/zh-TW.ts index 47cc97b8ee9..afb0050938e 100644 --- a/packages/localizations/src/zh-TW.ts +++ b/packages/localizations/src/zh-TW.ts @@ -75,6 +75,9 @@ export const zhTW: LocalizationResource = { availableFeatures: undefined, billedAnnually: undefined, billedMonthlyOnly: undefined, + cancelFreeTrial: undefined, + cancelFreeTrialAccessUntil: undefined, + cancelFreeTrialTitle: undefined, cancelSubscription: undefined, cancelSubscriptionAccessUntil: undefined, cancelSubscriptionNoCharge: undefined, @@ -109,6 +112,7 @@ export const zhTW: LocalizationResource = { defaultFreePlanActive: undefined, free: undefined, getStarted: undefined, + keepFreeTrial: undefined, keepSubscription: undefined, manage: undefined, manageSubscription: undefined, @@ -145,12 +149,16 @@ export const zhTW: LocalizationResource = { beginsOn: undefined, currentBillingCycle: undefined, endsOn: undefined, + firstPaymentAmount: undefined, + firstPaymentOn: undefined, nextPaymentAmount: undefined, nextPaymentOn: undefined, pastDueAt: undefined, renewsAt: undefined, subscribedOn: undefined, title: undefined, + trialEndsOn: undefined, + trialStartedOn: undefined, }, subtotal: undefined, switchPlan: undefined, diff --git a/packages/types/src/localization.ts b/packages/types/src/localization.ts index db122bb92a2..76437d8a111 100644 --- a/packages/types/src/localization.ts +++ b/packages/types/src/localization.ts @@ -189,7 +189,7 @@ export type __internal_LocalizationResource = { billedMonthlyOnly: LocalizationValue; cancelFreeTrial: LocalizationValue<'plan'>; cancelFreeTrialTitle: LocalizationValue<'plan'>; - cancelFreeTrialDescription: LocalizationValue<'plan'>; + cancelFreeTrialAccessUntil: LocalizationValue<'plan' | 'date'>; keepFreeTrial: LocalizationValue; alwaysFree: LocalizationValue; accountFunds: LocalizationValue;