mirror of
https://github.com/logto-io/logto.git
synced 2025-03-24 22:41:28 -05:00
chore(phrases): update subscription-related phrases (#4275)
This commit is contained in:
parent
18d805e61f
commit
33bef409fa
78 changed files with 25 additions and 70 deletions
|
@ -80,7 +80,7 @@ function MauExceededModal() {
|
|||
footer={
|
||||
<>
|
||||
<a href={contactEmailLink} target="_blank" className={styles.linkButton} rel="noopener">
|
||||
<Button title="upsell.contact_us" />
|
||||
<Button title="general.contact_us_action" />
|
||||
</a>
|
||||
<Button
|
||||
type="primary"
|
||||
|
|
|
@ -65,7 +65,7 @@ function PaymentOverdueModal() {
|
|||
footer={
|
||||
<>
|
||||
<a href={contactEmailLink} target="_blank" className={styles.linkButton} rel="noopener">
|
||||
<Button title="upsell.contact_us" />
|
||||
<Button title="general.contact_us_action" />
|
||||
</a>
|
||||
<Button
|
||||
type="primary"
|
||||
|
|
|
@ -131,7 +131,7 @@ function SwitchPlanActionBar({
|
|||
})}
|
||||
<div>
|
||||
<a href={contactEmailLink} target="_blank" className={styles.buttonLink} rel="noopener">
|
||||
<Button title="subscription.contact_us" type="primary" />
|
||||
<Button title="general.contact_us_action" type="primary" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -56,6 +56,7 @@ const general = {
|
|||
hide: 'Verbergen',
|
||||
unknown_error: 'Unbekannter Fehler, bitte versuchen Sie es später erneut.',
|
||||
select: 'Auswählen',
|
||||
contact_us_action: 'Kontaktiere uns',
|
||||
};
|
||||
|
||||
export default general;
|
||||
|
|
|
@ -28,7 +28,6 @@ const subscription = {
|
|||
downgrade: 'Herabstufen',
|
||||
current: 'Aktuell',
|
||||
upgrade: 'Upgrade',
|
||||
contact_us: 'Kontaktieren Sie uns',
|
||||
quota_table,
|
||||
billing_history: {
|
||||
invoice_column: 'Rechnungen',
|
||||
|
|
|
@ -10,7 +10,6 @@ const tabs = {
|
|||
audit_logs: 'Audit Logs',
|
||||
roles: 'Rollen',
|
||||
docs: 'Dokumentation',
|
||||
contact_us: 'Kontakt',
|
||||
tenant_settings: 'Einstellungen',
|
||||
};
|
||||
|
||||
|
|
|
@ -59,7 +59,6 @@ const tenants = {
|
|||
'Es tut uns leid, Ihnen mitteilen zu müssen, dass Ihr Mieterkonto vorübergehend gesperrt wurde, da es unsachgemäß genutzt wurde. Dies umfasst die Überschreitung der MAU-Grenzen, überfällige Zahlungen oder andere unbefugte Aktionen.',
|
||||
description_2:
|
||||
'Wenn Sie weitere Informationen wünschen, Bedenken haben oder die volle Funktionalität wiederherstellen und Ihre Mieter entsperren möchten, zögern Sie nicht, uns umgehend zu kontaktieren.',
|
||||
contact_us: 'Kontaktieren Sie uns',
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@ const upsell = {
|
|||
pro_tag: 'PRO',
|
||||
upgrade_plan: 'Upgrade-Plan',
|
||||
compare_plans: 'Pläne vergleichen',
|
||||
contact_us: 'Kontaktieren Sie uns',
|
||||
get_started: {
|
||||
title: 'Starten Sie Ihre nahtlose Identitätsreise mit einem kostenlosen Plan!',
|
||||
description:
|
||||
|
|
|
@ -54,7 +54,8 @@ const general = {
|
|||
view: 'View',
|
||||
hide: 'Hide',
|
||||
unknown_error: 'Unknown error, please try again later.',
|
||||
select: 'Select', // UNTRANSLATED
|
||||
select: 'Select',
|
||||
contact_us_action: 'Contact Us',
|
||||
};
|
||||
|
||||
export default general;
|
||||
|
|
|
@ -2,11 +2,11 @@ import quota_item from './quota-item.js';
|
|||
import quota_table from './quota-table.js';
|
||||
|
||||
const subscription = {
|
||||
free_plan: 'Free Plan',
|
||||
free_plan: 'Free plan',
|
||||
free_plan_description: 'For side projects and initial Logto trials. No credit card.',
|
||||
hobby_plan: 'Hobby Plan',
|
||||
hobby_plan: 'Hobby plan',
|
||||
hobby_plan_description: 'For individual developers or development environments.',
|
||||
pro_plan: 'Pro Plan',
|
||||
pro_plan: 'Pro plan',
|
||||
pro_plan_description: 'For businesses benefit worry-free with Logto.',
|
||||
enterprise: 'Enterprise',
|
||||
current_plan: 'Current Plan',
|
||||
|
@ -18,17 +18,16 @@ const subscription = {
|
|||
next_bill_hint: 'To learn more about the calculation, please refer to this <a>article</a>.',
|
||||
next_bill_tip:
|
||||
'Your upcoming bill includes the base price of your plan for the next month, as well as the cost of your usage multiplied by the MAU unit price in various tiers.',
|
||||
manage_payment: 'Manage payment',
|
||||
manage_payment: 'Manage Payment',
|
||||
overfill_quota_warning:
|
||||
'You have reached your quota limit. To prevent any issues, upgrade the plan.',
|
||||
upgrade_pro: 'Upgrade Pro',
|
||||
upgrade_pro: 'Upgrade pro',
|
||||
update_payment: 'Update payment',
|
||||
payment_error:
|
||||
'Payment issue detected. Unable to process ${{price, number}} for previous cycle. Update payment to avoid Logto service suspension.',
|
||||
downgrade: 'Downgrade',
|
||||
current: 'Current',
|
||||
upgrade: 'Upgrade',
|
||||
contact_us: 'Contact us',
|
||||
quota_table,
|
||||
billing_history: {
|
||||
invoice_column: 'Invoices',
|
||||
|
|
|
@ -10,7 +10,6 @@ const tabs = {
|
|||
audit_logs: 'Audit logs',
|
||||
roles: 'Roles',
|
||||
docs: 'Docs',
|
||||
contact_us: 'Contact us',
|
||||
tenant_settings: 'Settings',
|
||||
};
|
||||
|
||||
|
|
|
@ -59,7 +59,6 @@ const tenants = {
|
|||
'We deeply regret to inform you that your tenant account has been temporarily suspended due to improper use, including exceeding MAU limits, overdue payments, or other unauthorized actions.',
|
||||
description_2:
|
||||
'If you require further clarification, have any concerns, or wish to restore full functionality and unblock your tenants, please do not hesitate to contact us immediately.',
|
||||
contact_us: 'Contact Us',
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
const upsell = {
|
||||
pro_tag: 'PRO',
|
||||
upgrade_plan: 'Upgrade plan',
|
||||
upgrade_plan: 'Upgrade Plan',
|
||||
compare_plans: 'Compare plans',
|
||||
contact_us: 'Contact Us',
|
||||
get_started: {
|
||||
title: 'Begin your seamless identity journey with a free plan!',
|
||||
description:
|
||||
|
|
|
@ -56,6 +56,7 @@ const general = {
|
|||
hide: 'Ocultar',
|
||||
unknown_error: 'Error desconocido, por favor inténtalo de nuevo más tarde.',
|
||||
select: 'Seleccionar',
|
||||
contact_us_action: 'Contáctanos',
|
||||
};
|
||||
|
||||
export default general;
|
||||
|
|
|
@ -29,7 +29,6 @@ const subscription = {
|
|||
downgrade: 'Degradar',
|
||||
current: 'Actual',
|
||||
upgrade: 'Actualizar',
|
||||
contact_us: 'Contáctenos',
|
||||
quota_table,
|
||||
quota_item,
|
||||
|
||||
|
|
|
@ -10,7 +10,6 @@ const tabs = {
|
|||
audit_logs: 'Registros de auditoría',
|
||||
roles: 'Roles',
|
||||
docs: 'Documentos',
|
||||
contact_us: 'Contáctanos',
|
||||
tenant_settings: 'Configuraciones',
|
||||
};
|
||||
|
||||
|
|
|
@ -59,7 +59,6 @@ const tenants = {
|
|||
'Lamentamos informarle que su cuenta de inquilino ha sido suspendida temporalmente debido a un uso indebido, que incluye exceder los límites de MAU, pagos atrasados u otras acciones no autorizadas.',
|
||||
description_2:
|
||||
'Si necesita aclaraciones adicionales, tiene alguna inquietud o desea restaurar la funcionalidad completa y desbloquear sus inquilinos, no dude en contactarnos de inmediato.',
|
||||
contact_us: 'Contáctenos',
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@ const upsell = {
|
|||
pro_tag: 'PRO',
|
||||
upgrade_plan: 'Plan de actualización',
|
||||
compare_plans: 'Comparar planes',
|
||||
contact_us: 'Contáctanos',
|
||||
get_started: {
|
||||
title: '¡Comience su viaje de identidad sin problemas con un plan gratuito!',
|
||||
description:
|
||||
|
|
|
@ -56,6 +56,7 @@ const general = {
|
|||
hide: 'Cacher',
|
||||
unknown_error: 'Erreur inconnue, veuillez réessayer ultérieurement.',
|
||||
select: 'Sélectionner',
|
||||
contact_us_action: 'Nous contacter',
|
||||
};
|
||||
|
||||
export default general;
|
||||
|
|
|
@ -30,7 +30,6 @@ const subscription = {
|
|||
downgrade: 'Passer à un Plan Inférieur',
|
||||
current: 'Actuel',
|
||||
upgrade: 'Mettre à niveau',
|
||||
contact_us: 'Contactez-nous',
|
||||
quota_table,
|
||||
billing_history: {
|
||||
invoice_column: 'Factures',
|
||||
|
|
|
@ -10,7 +10,6 @@ const tabs = {
|
|||
audit_logs: "Journaux d'audit",
|
||||
roles: 'Roles',
|
||||
docs: 'Documentation',
|
||||
contact_us: 'Contactez nous',
|
||||
tenant_settings: 'Paramètres',
|
||||
};
|
||||
|
||||
|
|
|
@ -59,7 +59,6 @@ const tenants = {
|
|||
'We deeply regret to inform you that your tenant account has been temporarily suspended due to improper use, including exceeding MAU limits, overdue payments, or other unauthorized actions.',
|
||||
description_2:
|
||||
'If you require further clarification, have any concerns, or wish to restore full functionality and unblock your tenants, please do not hesitate to contact us immediately.',
|
||||
contact_us: 'Contactez-nous',
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@ const upsell = {
|
|||
pro_tag: 'PRO',
|
||||
upgrade_plan: 'Mettre à niveau le plan',
|
||||
compare_plans: 'Comparer les plans',
|
||||
contact_us: 'Nous contacter',
|
||||
get_started: {
|
||||
title: "Commencez votre parcours d'identité fluide avec un plan gratuit!",
|
||||
description:
|
||||
|
|
|
@ -56,6 +56,7 @@ const general = {
|
|||
hide: 'Nascondi',
|
||||
unknown_error: 'Errore sconosciuto, riprova più tardi.',
|
||||
select: 'Seleziona',
|
||||
contact_us_action: 'Contattaci',
|
||||
};
|
||||
|
||||
export default general;
|
||||
|
|
|
@ -29,7 +29,6 @@ const subscription = {
|
|||
downgrade: 'Degrado',
|
||||
current: 'Attuale',
|
||||
upgrade: 'Aggiornamento',
|
||||
contact_us: 'Contattaci',
|
||||
quota_table,
|
||||
billing_history: {
|
||||
invoice_column: 'Fatture',
|
||||
|
|
|
@ -10,7 +10,6 @@ const tabs = {
|
|||
audit_logs: 'Registri di verifica',
|
||||
roles: 'Ruoli',
|
||||
docs: 'Documenti',
|
||||
contact_us: 'Contattaci',
|
||||
tenant_settings: 'Impostazioni',
|
||||
};
|
||||
|
||||
|
|
|
@ -60,7 +60,6 @@ const tenants = {
|
|||
'Ci dispiace molto informarti che il tuo account tenant è stato temporaneamente sospeso a causa di un utilizzo improprio, inclusi superamenti dei limiti di MAU, pagamenti in ritardo o altre azioni non autorizzate.',
|
||||
description_2:
|
||||
'Se necessiti ulteriori chiarimenti, hai qualche preoccupazione o desideri ripristinare la funzionalità completa e sbloccare i tuoi tenant, ti preghiamo di contattarci immediatamente.',
|
||||
contact_us: 'Contattaci',
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@ const upsell = {
|
|||
pro_tag: 'PRO',
|
||||
upgrade_plan: 'Aggiorna piano',
|
||||
compare_plans: 'Confronta i piani',
|
||||
contact_us: 'Contattaci',
|
||||
get_started: {
|
||||
title: 'Inizia il tuo percorso di identità senza interruzioni con un piano gratuito!',
|
||||
description:
|
||||
|
|
|
@ -55,6 +55,7 @@ const general = {
|
|||
hide: '非表示',
|
||||
unknown_error: '不明なエラーが発生しました。後で再試行してください。',
|
||||
select: '選択する',
|
||||
contact_us_action: 'お問い合わせ',
|
||||
};
|
||||
|
||||
export default general;
|
||||
|
|
|
@ -29,7 +29,6 @@ const subscription = {
|
|||
downgrade: 'ダウングレード',
|
||||
current: '現在',
|
||||
upgrade: 'アップグレード',
|
||||
contact_us: 'お問い合わせ',
|
||||
quota_table,
|
||||
billing_history: {
|
||||
invoice_column: '請求書',
|
||||
|
|
|
@ -10,7 +10,6 @@ const tabs = {
|
|||
audit_logs: '監査ログ',
|
||||
roles: '役割',
|
||||
docs: 'ドキュメント',
|
||||
contact_us: 'お問い合わせ',
|
||||
tenant_settings: '設定',
|
||||
};
|
||||
|
||||
|
|
|
@ -59,7 +59,6 @@ const tenants = {
|
|||
'誠に申し訳ありませんが、ご利用のテナントアカウントが一時的に停止されました。MAU制限を超えた、支払いの遅延、その他の不正な操作などが原因です。',
|
||||
description_2:
|
||||
'詳細な説明や懸念事項がある場合、または機能を完全に復元しテナントをアンブロックする場合は、直ちにお問い合わせください。',
|
||||
contact_us: 'お問い合わせ',
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@ const upsell = {
|
|||
pro_tag: 'プロ',
|
||||
upgrade_plan: 'プランをアップグレード',
|
||||
compare_plans: 'プラン比較',
|
||||
contact_us: 'お問い合わせ',
|
||||
get_started: {
|
||||
title: '無料プランでスムーズなアイデンティティの旅を始めましょう!',
|
||||
description:
|
||||
|
|
|
@ -55,6 +55,7 @@ const general = {
|
|||
hide: '숨기기',
|
||||
unknown_error: '알 수 없는 오류가 발생했습니다. 나중에 다시 시도해주세요.',
|
||||
select: '선택',
|
||||
contact_us_action: '문의하기',
|
||||
};
|
||||
|
||||
export default general;
|
||||
|
|
|
@ -28,7 +28,6 @@ const subscription = {
|
|||
downgrade: '다운그레이드',
|
||||
current: '현재',
|
||||
upgrade: '업그레이드',
|
||||
contact_us: '문의하기',
|
||||
quota_table,
|
||||
billing_history: {
|
||||
invoice_column: '송장',
|
||||
|
|
|
@ -10,7 +10,6 @@ const tabs = {
|
|||
audit_logs: '감사 기록',
|
||||
roles: '역할',
|
||||
docs: '문서',
|
||||
contact_us: '연락처',
|
||||
tenant_settings: '설정',
|
||||
};
|
||||
|
||||
|
|
|
@ -59,7 +59,6 @@ const tenants = {
|
|||
'매우 유감스럽게도 테넌트 계정이 일시적으로 정지되었으며, MAU 한도 초과, 연체된 결제 또는 다른 무단 조치 등 부적절한 사용으로 인한 것입니다.',
|
||||
description_2:
|
||||
'자세한 설명이 필요한 경우, 우려 사항이 있거나 기능을 완전히 복원하고 테넌트를 차단 해제하려면 바로 연락 주시기 바랍니다.',
|
||||
contact_us: '문의하기',
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@ const upsell = {
|
|||
pro_tag: 'PRO',
|
||||
upgrade_plan: '플랜 업그레이드',
|
||||
compare_plans: '플랜 비교',
|
||||
contact_us: '문의하기',
|
||||
get_started: {
|
||||
title: '무료 플랜으로 원활한 신원 확인 여정을 시작하세요!',
|
||||
description:
|
||||
|
|
|
@ -55,6 +55,7 @@ const general = {
|
|||
hide: 'Ukryj',
|
||||
unknown_error: 'Nieznany błąd, spróbuj ponownie później.',
|
||||
select: 'Wybierz',
|
||||
contact_us_action: 'Skontaktuj się z nami',
|
||||
};
|
||||
|
||||
export default general;
|
||||
|
|
|
@ -29,7 +29,6 @@ const subscription = {
|
|||
downgrade: 'Zdegradować',
|
||||
current: 'Obecnie',
|
||||
upgrade: 'Aktualizacja',
|
||||
contact_us: 'Skontaktuj się z nami',
|
||||
quota_table,
|
||||
billing_history: {
|
||||
invoice_column: 'Faktury',
|
||||
|
|
|
@ -10,7 +10,6 @@ const tabs = {
|
|||
audit_logs: 'Dzienniki audytu',
|
||||
roles: 'Role',
|
||||
docs: 'Dokumentacja',
|
||||
contact_us: 'Skontaktuj się z nami',
|
||||
tenant_settings: 'Ustawienia',
|
||||
};
|
||||
|
||||
|
|
|
@ -59,7 +59,6 @@ const tenants = {
|
|||
'Z głębokim żalem informujemy, że twoje konto najemcy zostało tymczasowo zawieszone z powodu nieprawidłowego korzystania, w tym przekroczenia limitów MAU, opóźnionych płatności lub innych nieautoryzowanych działań.',
|
||||
description_2:
|
||||
'Jeśli potrzebujesz dalszych wyjaśnień, masz jakiekolwiek obawy lub chcesz przywrócić pełną funkcjonalność i odblokować swoje najemce, nie wahaj się skontaktować z nami natychmiast.',
|
||||
contact_us: 'Skontaktuj się z nami',
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@ const upsell = {
|
|||
pro_tag: 'PRO',
|
||||
upgrade_plan: 'Ulepsz plan',
|
||||
compare_plans: 'Porównaj plany',
|
||||
contact_us: 'Skontaktuj się z nami',
|
||||
get_started: {
|
||||
title: 'Rozpocznij swój płynny proces identyfikacji dzięki darmowemu planowi!',
|
||||
description:
|
||||
|
|
|
@ -56,6 +56,7 @@ const general = {
|
|||
hide: 'Ocultar',
|
||||
unknown_error: 'Erro desconhecido, por favor tente novamente mais tarde.',
|
||||
select: 'Selecionar',
|
||||
contact_us_action: 'Contate-nos',
|
||||
};
|
||||
|
||||
export default general;
|
||||
|
|
|
@ -29,7 +29,6 @@ const subscription = {
|
|||
downgrade: 'Downgrade',
|
||||
current: 'Atual',
|
||||
upgrade: 'Atualizar',
|
||||
contact_us: 'Contate-nos',
|
||||
quota_table,
|
||||
billing_history: {
|
||||
invoice_column: 'Faturas',
|
||||
|
|
|
@ -10,7 +10,6 @@ const tabs = {
|
|||
audit_logs: 'Logs',
|
||||
roles: 'Registros',
|
||||
docs: 'Documentação',
|
||||
contact_us: 'Contate-nos',
|
||||
tenant_settings: 'Configurações',
|
||||
};
|
||||
|
||||
|
|
|
@ -59,7 +59,6 @@ const tenants = {
|
|||
'Lamentamos profundamente informar que sua conta de locatário foi temporariamente suspensa devido a uso impróprio, incluindo exceder os limites de MAU, pagamentos atrasados ou outras ações não autorizadas.',
|
||||
description_2:
|
||||
'Se você precisa de mais esclarecimentos, tem alguma preocupação ou deseja restaurar a funcionalidade total e desbloquear seus locatários, não hesite em entrar em contato conosco imediatamente.',
|
||||
contact_us: 'Entre em contato',
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@ const upsell = {
|
|||
pro_tag: 'PRO',
|
||||
upgrade_plan: 'Atualizar plano',
|
||||
compare_plans: 'Comparar planos',
|
||||
contact_us: 'Contacte-nos',
|
||||
get_started: {
|
||||
title: 'Inicie sua jornada de identidade sem problemas com um plano gratuito!',
|
||||
description:
|
||||
|
|
|
@ -55,6 +55,7 @@ const general = {
|
|||
hide: 'Esconder',
|
||||
unknown_error: 'Erro desconhecido, por favor tente novamente mais tarde.',
|
||||
select: 'Selecionar',
|
||||
contact_us_action: 'Contacte-nos',
|
||||
};
|
||||
|
||||
export default general;
|
||||
|
|
|
@ -29,7 +29,6 @@ const subscription = {
|
|||
downgrade: 'Downgrade',
|
||||
current: 'Atual',
|
||||
upgrade: 'Atualização',
|
||||
contact_us: 'Contate-nos',
|
||||
quota_table,
|
||||
billing_history: {
|
||||
invoice_column: 'Faturas',
|
||||
|
|
|
@ -10,7 +10,6 @@ const tabs = {
|
|||
audit_logs: 'Registos de auditoria',
|
||||
roles: 'Papéis',
|
||||
docs: 'Documentação',
|
||||
contact_us: 'Contate-nos',
|
||||
tenant_settings: 'Definições',
|
||||
};
|
||||
|
||||
|
|
|
@ -59,7 +59,6 @@ const tenants = {
|
|||
'Lamentamos informar que a sua conta de inquilino foi temporariamente suspensa devido a uso indevido, incluindo exceder os limites de MAU, pagamentos em atraso ou outras ações não autorizadas.',
|
||||
description_2:
|
||||
'Se precisar de mais esclarecimentos, tiver alguma preocupação ou desejar restaurar a funcionalidade completa e desbloquear os seus inquilinos, não hesite em contactar-nos imediatamente.',
|
||||
contact_us: 'Contacte-nos',
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@ const upsell = {
|
|||
pro_tag: 'PRO',
|
||||
upgrade_plan: 'Atualizar plano',
|
||||
compare_plans: 'Comparar planos',
|
||||
contact_us: 'Contacte-nos',
|
||||
get_started: {
|
||||
title: 'Inicie a sua jornada de identidade perfeita com um plano gratuito!',
|
||||
description:
|
||||
|
|
|
@ -55,6 +55,7 @@ const general = {
|
|||
hide: 'Скрыть',
|
||||
unknown_error: 'Неизвестная ошибка, пожалуйста, попробуйте позже.',
|
||||
select: 'Выбрать',
|
||||
contact_us_action: 'Свяжитесь с нами',
|
||||
};
|
||||
|
||||
export default general;
|
||||
|
|
|
@ -28,7 +28,6 @@ const subscription = {
|
|||
downgrade: 'Понизить уровень',
|
||||
current: 'Текущий',
|
||||
upgrade: 'Обновить',
|
||||
contact_us: 'Свяжитесь с нами',
|
||||
quota_table,
|
||||
billing_history: {
|
||||
invoice_column: 'Счета',
|
||||
|
|
|
@ -10,7 +10,6 @@ const tabs = {
|
|||
audit_logs: 'Журналы аудита',
|
||||
roles: 'Роли',
|
||||
docs: 'Документация',
|
||||
contact_us: 'Свяжитесь с нами',
|
||||
tenant_settings: 'Настройки',
|
||||
};
|
||||
|
||||
|
|
|
@ -59,7 +59,6 @@ const tenants = {
|
|||
'Очень сожалеем, но ваша учетная запись арендатора временно заблокирована из-за неправильного использования, включая превышение MAU-лимитов, просроченные платежи или другие неавторизованные действия.',
|
||||
description_2:
|
||||
'Если вам нужна дополнительная информация или у вас возникли какие-либо вопросы или вы хотите восстановить полную функциональность и разблокировать своих арендаторов, не стесняйтесь немедленно связаться с нами.',
|
||||
contact_us: 'Свяжитесь с нами',
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@ const upsell = {
|
|||
pro_tag: 'PRO',
|
||||
upgrade_plan: 'Повысить план',
|
||||
compare_plans: 'Сравнить планы',
|
||||
contact_us: 'Связаться с нами',
|
||||
get_started: {
|
||||
title: 'Начните беспрепятственное путешествие по идентификации с бесплатным планом!',
|
||||
description:
|
||||
|
|
|
@ -56,6 +56,7 @@ const general = {
|
|||
hide: 'Gizle',
|
||||
unknown_error: 'Bilinmeyen hata, lütfen daha sonra tekrar deneyin.',
|
||||
select: 'Seç',
|
||||
contact_us_action: 'Bizimle İletişime Geçin',
|
||||
};
|
||||
|
||||
export default general;
|
||||
|
|
|
@ -29,7 +29,6 @@ const subscription = {
|
|||
downgrade: 'Düşür',
|
||||
current: 'Mevcut',
|
||||
upgrade: 'Yükselt',
|
||||
contact_us: 'Bizimle iletişime geçin',
|
||||
quota_table,
|
||||
billing_history: {
|
||||
invoice_column: 'Faturalar',
|
||||
|
|
|
@ -10,7 +10,6 @@ const tabs = {
|
|||
audit_logs: 'Denetim Kayıtları',
|
||||
roles: 'Roller',
|
||||
docs: 'Dökümanlar',
|
||||
contact_us: 'Bize Ulaşın',
|
||||
tenant_settings: 'Ayarlar',
|
||||
};
|
||||
|
||||
|
|
|
@ -59,7 +59,6 @@ const tenants = {
|
|||
'Üzülerek bildirmekten üzüntü duyuyoruz, kiracı hesabınız şu anda geçici olarak askıya alınmıştır. Bunun nedeni, MAU sınırlarını aşmak, gecikmiş ödemeler veya diğer izinsiz işlemler gibi yanlış kullanımdır.',
|
||||
description_2:
|
||||
'Daha fazla açıklama, endişeleriniz veya işlevselliği tamamen geri yüklemek ve kiracılarınızı engellemek isterseniz, lütfen derhal bizimle iletişime geçmekten çekinmeyin.',
|
||||
contact_us: 'Bizimle İletişime Geçin',
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@ const upsell = {
|
|||
pro_tag: 'PRO',
|
||||
upgrade_plan: 'Planı Yükselt',
|
||||
compare_plans: 'Planları Karşılaştır',
|
||||
contact_us: 'Bizimle İletişime Geçin',
|
||||
get_started: {
|
||||
title: 'Ücretsiz bir planla sorunsuz kimlik yolculuğunuza başlayın!',
|
||||
description:
|
||||
|
|
|
@ -55,6 +55,7 @@ const general = {
|
|||
hide: '隐藏',
|
||||
unknown_error: '未知错误,请稍后重试。',
|
||||
select: '选择',
|
||||
contact_us_action: '联系我们',
|
||||
};
|
||||
|
||||
export default general;
|
||||
|
|
|
@ -27,7 +27,6 @@ const subscription = {
|
|||
downgrade: '降级',
|
||||
current: '当前',
|
||||
upgrade: '升级',
|
||||
contact_us: '联系我们',
|
||||
quota_table,
|
||||
quota_item,
|
||||
billing_history: {
|
||||
|
|
|
@ -10,7 +10,6 @@ const tabs = {
|
|||
audit_logs: '审计日志',
|
||||
roles: '角色',
|
||||
docs: '文档',
|
||||
contact_us: '联系我们',
|
||||
tenant_settings: '设置',
|
||||
};
|
||||
|
||||
|
|
|
@ -56,7 +56,6 @@ const tenants = {
|
|||
'我们非常遗憾地通知您,由于不当使用,包括超出MAU限制、逾期付款或其他未经授权的操作,您的租户帐户已被临时停用。',
|
||||
description_2:
|
||||
'如果您需要进一步澄清、有任何疑虑或希望恢复全部功能并解锁您的租户,请立即联系我们。',
|
||||
contact_us: '联系我们',
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@ const upsell = {
|
|||
pro_tag: 'PRO',
|
||||
upgrade_plan: '升级计划',
|
||||
compare_plans: '比较计划',
|
||||
contact_us: '联系我们',
|
||||
get_started: {
|
||||
title: '通过免费计划开始您无缝的身份之旅!',
|
||||
description:
|
||||
|
|
|
@ -55,6 +55,7 @@ const general = {
|
|||
hide: '隱藏',
|
||||
unknown_error: '未知錯誤,請稍後重試。',
|
||||
select: '選擇',
|
||||
contact_us_action: '聯絡我們',
|
||||
};
|
||||
|
||||
export default general;
|
||||
|
|
|
@ -27,7 +27,6 @@ const subscription = {
|
|||
downgrade: '降級',
|
||||
current: '當前',
|
||||
upgrade: '升級',
|
||||
contact_us: '聯繫我們',
|
||||
quota_table,
|
||||
billing_history: {
|
||||
invoice_column: '發票',
|
||||
|
|
|
@ -10,7 +10,6 @@ const tabs = {
|
|||
audit_logs: '審計日誌',
|
||||
roles: '角色',
|
||||
docs: '文檔',
|
||||
contact_us: '聯繫我們',
|
||||
tenant_settings: '設置',
|
||||
};
|
||||
|
||||
|
|
|
@ -56,7 +56,6 @@ const tenants = {
|
|||
'很遺憾地通知您,由於不當使用(包括超出 MAU 限制、逾期付款或其他未經授權的操作等),您的租戶帳戶已被暫時停用。',
|
||||
description_2:
|
||||
'如果您需要進一步了解,有任何疑慮或希望恢復完整功能並解鎖您的租戶,請立即與我們聯繫。',
|
||||
contact_us: '聯繫我們',
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@ const upsell = {
|
|||
pro_tag: 'PRO',
|
||||
upgrade_plan: '升級計劃',
|
||||
compare_plans: '比較計劃',
|
||||
contact_us: '聯繫我們',
|
||||
get_started: {
|
||||
title: '通過免費計劃開始您無縫的身份之旅!',
|
||||
description:
|
||||
|
|
|
@ -55,6 +55,7 @@ const general = {
|
|||
hide: '隱藏',
|
||||
unknown_error: '未知錯誤,請稍後重試。',
|
||||
select: '選擇',
|
||||
contact_us_action: '聯絡我們',
|
||||
};
|
||||
|
||||
export default general;
|
||||
|
|
|
@ -27,7 +27,6 @@ const subscription = {
|
|||
downgrade: '降級',
|
||||
current: '當前',
|
||||
upgrade: '升級',
|
||||
contact_us: '聯絡我們',
|
||||
quota_table,
|
||||
billing_history: {
|
||||
invoice_column: '發票',
|
||||
|
|
|
@ -10,7 +10,6 @@ const tabs = {
|
|||
audit_logs: '稽核日誌',
|
||||
roles: '角色',
|
||||
docs: '文件',
|
||||
contact_us: '聯絡我們',
|
||||
tenant_settings: '設定',
|
||||
};
|
||||
|
||||
|
|
|
@ -56,7 +56,6 @@ const tenants = {
|
|||
'很抱歉通知您,由於不當使用,包括超過 MAU 限制、逾期付款或其他未經授權的操作,您的租戶帳戶已被暫時停用。',
|
||||
description_2:
|
||||
'如果您需要進一步的說明、有任何疑慮或希望恢復全部功能並解鎖您的租戶,請立即聯絡我們。',
|
||||
contact_us: '聯絡我們',
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@ const upsell = {
|
|||
pro_tag: 'PRO',
|
||||
upgrade_plan: '升級計劃',
|
||||
compare_plans: '比較計劃',
|
||||
contact_us: '聯繫我們',
|
||||
get_started: {
|
||||
title: '通過免費計劃開始您無縫的身份之旅!',
|
||||
description:
|
||||
|
|
Loading…
Add table
Reference in a new issue