From b5018d9c73a7dda2374e2e5197755484c40db10a Mon Sep 17 00:00:00 2001 From: Xiao Yijun Date: Mon, 25 Dec 2023 11:06:05 +0800 Subject: [PATCH] refactor(phrases): update quota item phrases (#5142) --- .../translation/admin-console/subscription/quota-item.ts | 6 ++++-- .../translation/admin-console/subscription/quota-item.ts | 9 ++------- .../translation/admin-console/subscription/quota-item.ts | 6 ++++-- .../translation/admin-console/subscription/quota-item.ts | 6 ++++-- .../translation/admin-console/subscription/quota-item.ts | 6 ++++-- .../translation/admin-console/subscription/quota-item.ts | 6 ++++-- .../translation/admin-console/subscription/quota-item.ts | 6 ++++-- .../translation/admin-console/subscription/quota-item.ts | 6 ++++-- .../translation/admin-console/subscription/quota-item.ts | 6 ++++-- .../translation/admin-console/subscription/quota-item.ts | 6 ++++-- .../translation/admin-console/subscription/quota-item.ts | 6 ++++-- .../translation/admin-console/subscription/quota-item.ts | 6 ++++-- .../translation/admin-console/subscription/quota-item.ts | 6 ++++-- .../translation/admin-console/subscription/quota-item.ts | 6 ++++-- .../translation/admin-console/subscription/quota-item.ts | 6 ++++-- 15 files changed, 58 insertions(+), 35 deletions(-) diff --git a/packages/phrases/src/locales/de/translation/admin-console/subscription/quota-item.ts b/packages/phrases/src/locales/de/translation/admin-console/subscription/quota-item.ts index 58543e0c4..802c649ef 100644 --- a/packages/phrases/src/locales/de/translation/admin-console/subscription/quota-item.ts +++ b/packages/phrases/src/locales/de/translation/admin-console/subscription/quota-item.ts @@ -137,13 +137,15 @@ const quota_item = { name: 'MFA', limited: 'MFA', unlimited: 'MFA', - not_eligible: 'Deaktivieren Sie Ihre MFA', + /** UNTRANSLATED */ + not_eligible: 'Remove your MFA', }, sso_enabled: { name: 'Enterprise SSO', limited: 'Enterprise SSO', unlimited: 'Enterprise SSO', - not_eligible: 'Deaktivieren Sie Ihr Enterprise SSO', + /** UNTRANSLATED */ + not_eligible: 'Remove your Enterprise SSO', }, }; diff --git a/packages/phrases/src/locales/en/translation/admin-console/subscription/quota-item.ts b/packages/phrases/src/locales/en/translation/admin-console/subscription/quota-item.ts index c12a95ea4..860daf002 100644 --- a/packages/phrases/src/locales/en/translation/admin-console/subscription/quota-item.ts +++ b/packages/phrases/src/locales/en/translation/admin-console/subscription/quota-item.ts @@ -13,15 +13,10 @@ const quota_item = { not_eligible: 'Remove your all users', }, token_limit: { - /** UNTRANSLATED */ name: 'Tokens', - /** UNTRANSLATED */ limited: '{{count, number}} token', - /** UNTRANSLATED */ limited_other: '{{count, number}} tokens', - /** UNTRANSLATED */ unlimited: 'Unlimited tokens', - /** UNTRANSLATED */ not_eligible: 'Remove your all users to prevent new tokens', }, applications_limit: { @@ -142,13 +137,13 @@ const quota_item = { name: 'MFA', limited: 'MFA', unlimited: 'MFA', - not_eligible: 'Disable your MFA', + not_eligible: 'Remove your MFA', }, sso_enabled: { name: 'Enterprise SSO', limited: 'Enterprise SSO', unlimited: 'Enterprise SSO', - not_eligible: 'Disable your Enterprise SSO', + not_eligible: 'Remove your Enterprise SSO', }, }; diff --git a/packages/phrases/src/locales/es/translation/admin-console/subscription/quota-item.ts b/packages/phrases/src/locales/es/translation/admin-console/subscription/quota-item.ts index e74db86dc..94873be46 100644 --- a/packages/phrases/src/locales/es/translation/admin-console/subscription/quota-item.ts +++ b/packages/phrases/src/locales/es/translation/admin-console/subscription/quota-item.ts @@ -137,13 +137,15 @@ const quota_item = { name: 'MFA', limited: 'MFA', unlimited: 'MFA', - not_eligible: 'Desactiva tu MFA', + /** UNTRANSLATED */ + not_eligible: 'Remove your MFA', }, sso_enabled: { name: 'SSO empresarial', limited: 'SSO empresarial', unlimited: 'SSO empresarial', - not_eligible: 'Desactiva tu SSO empresarial', + /** UNTRANSLATED */ + not_eligible: 'Remove your Enterprise SSO', }, }; diff --git a/packages/phrases/src/locales/fr/translation/admin-console/subscription/quota-item.ts b/packages/phrases/src/locales/fr/translation/admin-console/subscription/quota-item.ts index d7124badd..c35c5ebbf 100644 --- a/packages/phrases/src/locales/fr/translation/admin-console/subscription/quota-item.ts +++ b/packages/phrases/src/locales/fr/translation/admin-console/subscription/quota-item.ts @@ -137,13 +137,15 @@ const quota_item = { name: 'MFA', limited: 'MFA', unlimited: 'MFA', - not_eligible: 'Désactivez votre MFA', + /** UNTRANSLATED */ + not_eligible: 'Remove your MFA', }, sso_enabled: { name: 'SSO Entreprise', limited: 'SSO Entreprise', unlimited: 'SSO Entreprise', - not_eligible: 'Désactivez votre SSO Entreprise', + /** UNTRANSLATED */ + not_eligible: 'Remove your Enterprise SSO', }, }; diff --git a/packages/phrases/src/locales/it/translation/admin-console/subscription/quota-item.ts b/packages/phrases/src/locales/it/translation/admin-console/subscription/quota-item.ts index be10bd852..cf70565b9 100644 --- a/packages/phrases/src/locales/it/translation/admin-console/subscription/quota-item.ts +++ b/packages/phrases/src/locales/it/translation/admin-console/subscription/quota-item.ts @@ -137,13 +137,15 @@ const quota_item = { name: 'MFA', limited: 'MFA', unlimited: 'MFA', - not_eligible: 'Disabilita il tuo MFA', + /** UNTRANSLATED */ + not_eligible: 'Remove your MFA', }, sso_enabled: { name: 'SSO aziendale', limited: 'SSO aziendale', unlimited: 'SSO aziendale', - not_eligible: 'Disabilita il tuo SSO aziendale', + /** UNTRANSLATED */ + not_eligible: 'Remove your Enterprise SSO', }, }; diff --git a/packages/phrases/src/locales/ja/translation/admin-console/subscription/quota-item.ts b/packages/phrases/src/locales/ja/translation/admin-console/subscription/quota-item.ts index 493e2a8fb..019875f54 100644 --- a/packages/phrases/src/locales/ja/translation/admin-console/subscription/quota-item.ts +++ b/packages/phrases/src/locales/ja/translation/admin-console/subscription/quota-item.ts @@ -137,13 +137,15 @@ const quota_item = { name: 'MFA', limited: 'MFA', unlimited: 'MFA', - not_eligible: 'MFAを無効にする', + /** UNTRANSLATED */ + not_eligible: 'Remove your MFA', }, sso_enabled: { name: 'エンタープライズSSO', limited: 'エンタープライズSSO', unlimited: 'エンタープライズSSO', - not_eligible: 'エンタープライズSSOを無効にする', + /** UNTRANSLATED */ + not_eligible: 'Remove your Enterprise SSO', }, }; diff --git a/packages/phrases/src/locales/ko/translation/admin-console/subscription/quota-item.ts b/packages/phrases/src/locales/ko/translation/admin-console/subscription/quota-item.ts index 47a303d65..187483bb7 100644 --- a/packages/phrases/src/locales/ko/translation/admin-console/subscription/quota-item.ts +++ b/packages/phrases/src/locales/ko/translation/admin-console/subscription/quota-item.ts @@ -137,13 +137,15 @@ const quota_item = { name: 'MFA', limited: 'MFA', unlimited: 'MFA', - not_eligible: 'MFA 비활성화', + /** UNTRANSLATED */ + not_eligible: 'Remove your MFA', }, sso_enabled: { name: '기업 SSO', limited: '기업 SSO', unlimited: '기업 SSO', - not_eligible: '기업 SSO 비활성화', + /** UNTRANSLATED */ + not_eligible: 'Remove your Enterprise SSO', }, }; diff --git a/packages/phrases/src/locales/pl-pl/translation/admin-console/subscription/quota-item.ts b/packages/phrases/src/locales/pl-pl/translation/admin-console/subscription/quota-item.ts index 14ca1abf8..d36335ee8 100644 --- a/packages/phrases/src/locales/pl-pl/translation/admin-console/subscription/quota-item.ts +++ b/packages/phrases/src/locales/pl-pl/translation/admin-console/subscription/quota-item.ts @@ -137,13 +137,15 @@ const quota_item = { name: 'MFA', limited: 'MFA', unlimited: 'MFA', - not_eligible: 'Dezaktywuj MFA', + /** UNTRANSLATED */ + not_eligible: 'Remove your MFA', }, sso_enabled: { name: 'SSO przedsiębiorstwa', limited: 'SSO przedsiębiorstwa', unlimited: 'SSO przedsiębiorstwa', - not_eligible: 'Dezaktywuj swoje SSO przedsiębiorstwa', + /** UNTRANSLATED */ + not_eligible: 'Remove your Enterprise SSO', }, }; diff --git a/packages/phrases/src/locales/pt-br/translation/admin-console/subscription/quota-item.ts b/packages/phrases/src/locales/pt-br/translation/admin-console/subscription/quota-item.ts index b4c58bbc1..759fd9c98 100644 --- a/packages/phrases/src/locales/pt-br/translation/admin-console/subscription/quota-item.ts +++ b/packages/phrases/src/locales/pt-br/translation/admin-console/subscription/quota-item.ts @@ -137,13 +137,15 @@ const quota_item = { name: 'MFA', limited: 'MFA', unlimited: 'MFA', - not_eligible: 'Desative sua MFA', + /** UNTRANSLATED */ + not_eligible: 'Remove your MFA', }, sso_enabled: { name: 'SSO Empresarial', limited: 'SSO Empresarial', unlimited: 'SSO Empresarial', - not_eligible: 'Desative seu SSO Empresarial', + /** UNTRANSLATED */ + not_eligible: 'Remove your Enterprise SSO', }, }; diff --git a/packages/phrases/src/locales/pt-pt/translation/admin-console/subscription/quota-item.ts b/packages/phrases/src/locales/pt-pt/translation/admin-console/subscription/quota-item.ts index 77d0e13b7..12c7b1a65 100644 --- a/packages/phrases/src/locales/pt-pt/translation/admin-console/subscription/quota-item.ts +++ b/packages/phrases/src/locales/pt-pt/translation/admin-console/subscription/quota-item.ts @@ -137,13 +137,15 @@ const quota_item = { name: 'MFA', limited: 'MFA', unlimited: 'MFA', - not_eligible: 'Desative a sua MFA', + /** UNTRANSLATED */ + not_eligible: 'Remove your MFA', }, sso_enabled: { name: 'SSO Empresarial', limited: 'SSO Empresarial', unlimited: 'SSO Empresarial', - not_eligible: 'Desativar o seu SSO Empresarial', + /** UNTRANSLATED */ + not_eligible: 'Remove your Enterprise SSO', }, }; diff --git a/packages/phrases/src/locales/ru/translation/admin-console/subscription/quota-item.ts b/packages/phrases/src/locales/ru/translation/admin-console/subscription/quota-item.ts index f295442d8..69a640c79 100644 --- a/packages/phrases/src/locales/ru/translation/admin-console/subscription/quota-item.ts +++ b/packages/phrases/src/locales/ru/translation/admin-console/subscription/quota-item.ts @@ -137,13 +137,15 @@ const quota_item = { name: 'MFA', limited: 'MFA', unlimited: 'MFA', - not_eligible: 'Отключите свой MFA', + /** UNTRANSLATED */ + not_eligible: 'Remove your MFA', }, sso_enabled: { name: 'Ограниченная', limited: 'Ограниченная', unlimited: 'Ограниченная', - not_eligible: 'Отключить SSO', + /** UNTRANSLATED */ + not_eligible: 'Remove your Enterprise SSO', }, }; diff --git a/packages/phrases/src/locales/tr-tr/translation/admin-console/subscription/quota-item.ts b/packages/phrases/src/locales/tr-tr/translation/admin-console/subscription/quota-item.ts index 3a2f833b6..43f9ebaac 100644 --- a/packages/phrases/src/locales/tr-tr/translation/admin-console/subscription/quota-item.ts +++ b/packages/phrases/src/locales/tr-tr/translation/admin-console/subscription/quota-item.ts @@ -137,13 +137,15 @@ const quota_item = { name: 'MFA', limited: 'MFA', unlimited: 'MFA', - not_eligible: "MFA'nızı devre dışı bırakın", + /** UNTRANSLATED */ + not_eligible: 'Remove your MFA', }, sso_enabled: { name: 'Kurumsal SSO', limited: 'Kurumsal SSO', unlimited: 'Kurumsal SSO', - not_eligible: "Kurumsal SSO'nuzu devre dışı bırakın", + /** UNTRANSLATED */ + not_eligible: 'Remove your Enterprise SSO', }, }; diff --git a/packages/phrases/src/locales/zh-cn/translation/admin-console/subscription/quota-item.ts b/packages/phrases/src/locales/zh-cn/translation/admin-console/subscription/quota-item.ts index 0b5417a0c..027a3ef70 100644 --- a/packages/phrases/src/locales/zh-cn/translation/admin-console/subscription/quota-item.ts +++ b/packages/phrases/src/locales/zh-cn/translation/admin-console/subscription/quota-item.ts @@ -137,13 +137,15 @@ const quota_item = { name: 'MFA', limited: 'MFA', unlimited: 'MFA', - not_eligible: '禁用你的 MFA', + /** UNTRANSLATED */ + not_eligible: 'Remove your MFA', }, sso_enabled: { name: '企业SSO', limited: '企业SSO', unlimited: '企业SSO', - not_eligible: '禁用你的企业SSO', + /** UNTRANSLATED */ + not_eligible: 'Remove your Enterprise SSO', }, }; diff --git a/packages/phrases/src/locales/zh-hk/translation/admin-console/subscription/quota-item.ts b/packages/phrases/src/locales/zh-hk/translation/admin-console/subscription/quota-item.ts index 85b9459d5..14b9e9d88 100644 --- a/packages/phrases/src/locales/zh-hk/translation/admin-console/subscription/quota-item.ts +++ b/packages/phrases/src/locales/zh-hk/translation/admin-console/subscription/quota-item.ts @@ -137,13 +137,15 @@ const quota_item = { name: 'MFA', limited: 'MFA', unlimited: 'MFA', - not_eligible: '停用你的 MFA', + /** UNTRANSLATED */ + not_eligible: 'Remove your MFA', }, sso_enabled: { name: '企業SSO', limited: '企業SSO', unlimited: '企業SSO', - not_eligible: '禁用你的企業SSO', + /** UNTRANSLATED */ + not_eligible: 'Remove your Enterprise SSO', }, }; diff --git a/packages/phrases/src/locales/zh-tw/translation/admin-console/subscription/quota-item.ts b/packages/phrases/src/locales/zh-tw/translation/admin-console/subscription/quota-item.ts index df8967969..8fe3cb1d4 100644 --- a/packages/phrases/src/locales/zh-tw/translation/admin-console/subscription/quota-item.ts +++ b/packages/phrases/src/locales/zh-tw/translation/admin-console/subscription/quota-item.ts @@ -137,13 +137,15 @@ const quota_item = { name: 'MFA', limited: 'MFA', unlimited: 'MFA', - not_eligible: '停用你的 MFA', + /** UNTRANSLATED */ + not_eligible: 'Remove your MFA', }, sso_enabled: { name: '企業SSO', limited: '企業SSO', unlimited: '企業SSO', - not_eligible: '停用你的企業SSO', + /** UNTRANSLATED */ + not_eligible: 'Remove your Enterprise SSO', }, };