mirror of
https://github.com/logto-io/logto.git
synced 2025-01-06 20:40:08 -05:00
chore(phrases): add dev tenant phrases (#4802)
This commit is contained in:
parent
eaac1a5c60
commit
afde091582
30 changed files with 877 additions and 0 deletions
|
@ -72,6 +72,8 @@ const general = {
|
|||
edit_field: 'Edit {{field}}',
|
||||
/** UNTRANSLATED */
|
||||
delete_field: 'Delete {{field}}',
|
||||
coming_soon: 'Demnächst verfügbar',
|
||||
beta: 'Beta',
|
||||
};
|
||||
|
||||
export default Object.freeze(general);
|
||||
|
|
|
@ -9,16 +9,31 @@ const tenants = {
|
|||
},
|
||||
settings: {
|
||||
title: 'EINSTELLUNGEN',
|
||||
description:
|
||||
'Geben Sie den Mandanten-Namen ein und sehen Sie Ihre Daten in der gehosteten Region und mit dem Umgebungstag an.',
|
||||
tenant_id: 'Mieter-ID',
|
||||
tenant_name: 'Mietername',
|
||||
/** UNTRANSLATED */
|
||||
tenant_region: 'Data hosted region',
|
||||
/** UNTRANSLATED */
|
||||
tenant_region_tip: 'Your tenant resources are hosted in {{region}}. <a>Learn more</a>',
|
||||
environment_tag: 'Umgebungsmarke',
|
||||
environment_tag_description:
|
||||
'Tags verändern den Service nicht. Sie dienen lediglich zur Unterscheidung verschiedener Umgebungen.',
|
||||
environment_tag_development: 'Entw',
|
||||
environment_tag_staging: 'Staging',
|
||||
environment_tag_production: 'Prod',
|
||||
/** UNTRANSLATED */
|
||||
development_description:
|
||||
'Development environment is mainly used for testing and include all pro features but have watermarks in the sign in experience. <a>Learn more</a>',
|
||||
tenant_info_saved: 'Mieterinformationen erfolgreich gespeichert.',
|
||||
},
|
||||
full_env_tag: {
|
||||
/** UNTRANSLATED */
|
||||
development: 'Development',
|
||||
/** UNTRANSLATED */
|
||||
production: 'Production',
|
||||
},
|
||||
deletion_card: {
|
||||
title: 'LÖSCHEN',
|
||||
tenant_deletion: 'Mieter löschen',
|
||||
|
@ -29,9 +44,51 @@ const tenants = {
|
|||
create_modal: {
|
||||
title: 'Mieter erstellen',
|
||||
subtitle: 'Erstellen Sie einen neuen Mieter, um Ressourcen und Benutzer zu trennen.',
|
||||
/** UNTRANSLATED */
|
||||
subtitle_with_region:
|
||||
'Create a new tenant to separate resources and users. Region and environment tags can’t be modified after creation.',
|
||||
/** UNTRANSLATED */
|
||||
tenant_usage_purpose: 'What do you want to use this tenant for?',
|
||||
/** UNTRANSLATED */
|
||||
development_description:
|
||||
'Development environment is mainly used for testing and should not use in production environment.',
|
||||
/** UNTRANSLATED */
|
||||
development_hint:
|
||||
'Development environment is mainly used for testing and should not use in production environment.',
|
||||
/** UNTRANSLATED */
|
||||
production_description:
|
||||
'Production is where live software is used by end-users and may require a paid subscription.',
|
||||
/** UNTRANSLATED */
|
||||
available_plan: 'Available plan:',
|
||||
create_button: 'Mieter erstellen',
|
||||
tenant_name_placeholder: 'Mein Mieter',
|
||||
},
|
||||
notification: {
|
||||
/** UNTRANSLATED */
|
||||
allow_pro_features_title:
|
||||
'You can now access <span>all features of Logto Pro</span> in your development tenant!',
|
||||
/** UNTRANSLATED */
|
||||
allow_pro_features_description: "It's completely free, with no trial period – forever!",
|
||||
/** UNTRANSLATED */
|
||||
explore_all_features: 'Explore all features',
|
||||
/** UNTRANSLATED */
|
||||
impact_title: 'Does this have any impact on me?',
|
||||
/** UNTRANSLATED */
|
||||
staging_env_hint:
|
||||
'Your tenant label has been updated from "Staging" to "Production," but this change will not impact your current setup.',
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_1:
|
||||
'As you subscribe to the Logto Hobby plan, your previous "dev" tenant tag will switch to "prod", and this won\'t affect your existing setup.',
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_2:
|
||||
"If you're still in the development stage, you can create a new development tenant to access more pro features.",
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_3:
|
||||
"If you're in the production stage, or a production environment, you still need to subscribe to a specific plan so there's nothing you need to do at this moment.",
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_4:
|
||||
"Don't hesitate to reach out if you require help! Thank you for choosing Logto!",
|
||||
},
|
||||
delete_modal: {
|
||||
title: 'Mieter löschen',
|
||||
description_line1:
|
||||
|
|
|
@ -64,6 +64,8 @@ const general = {
|
|||
create_field: 'Create {{field}}',
|
||||
edit_field: 'Edit {{field}}',
|
||||
delete_field: 'Delete {{field}}',
|
||||
coming_soon: 'Coming soon',
|
||||
beta: 'Beta',
|
||||
};
|
||||
|
||||
export default Object.freeze(general);
|
||||
|
|
|
@ -9,16 +9,30 @@ const tenants = {
|
|||
},
|
||||
settings: {
|
||||
title: 'SETTINGS',
|
||||
description: 'Set the tenant name and view your data hosted region and environment tag.',
|
||||
tenant_id: 'Tenant ID',
|
||||
tenant_name: 'Tenant Name',
|
||||
/** UNTRANSLATED */
|
||||
tenant_region: 'Data hosted region',
|
||||
/** UNTRANSLATED */
|
||||
tenant_region_tip: 'Your tenant resources are hosted in {{region}}. <a>Learn more</a>',
|
||||
environment_tag: 'Environment Tag',
|
||||
environment_tag_description:
|
||||
"Tags don't alter the service. They simply guide you to differentiate various environments.",
|
||||
environment_tag_development: 'Dev',
|
||||
environment_tag_staging: 'Staging',
|
||||
environment_tag_production: 'Prod',
|
||||
/** UNTRANSLATED */
|
||||
development_description:
|
||||
'Development environment is mainly used for testing and include all pro features but have watermarks in the sign in experience. <a>Learn more</a>',
|
||||
tenant_info_saved: 'Tenant information saved successfully.',
|
||||
},
|
||||
full_env_tag: {
|
||||
/** UNTRANSLATED */
|
||||
development: 'Development',
|
||||
/** UNTRANSLATED */
|
||||
production: 'Production',
|
||||
},
|
||||
deletion_card: {
|
||||
title: 'DELETE',
|
||||
tenant_deletion: 'Delete tenant',
|
||||
|
@ -29,9 +43,51 @@ const tenants = {
|
|||
create_modal: {
|
||||
title: 'Create tenant',
|
||||
subtitle: 'Create a new tenant to separate resources and users.',
|
||||
/** UNTRANSLATED */
|
||||
subtitle_with_region:
|
||||
'Create a new tenant to separate resources and users. Region and environment tags can’t be modified after creation.',
|
||||
/** UNTRANSLATED */
|
||||
tenant_usage_purpose: 'What do you want to use this tenant for?',
|
||||
/** UNTRANSLATED */
|
||||
development_description:
|
||||
'Development environment is mainly used for testing and should not use in production environment.',
|
||||
/** UNTRANSLATED */
|
||||
development_hint:
|
||||
'Development environment is mainly used for testing and should not use in production environment.',
|
||||
/** UNTRANSLATED */
|
||||
production_description:
|
||||
'Production is where live software is used by end-users and may require a paid subscription.',
|
||||
/** UNTRANSLATED */
|
||||
available_plan: 'Available plan:',
|
||||
create_button: 'Create tenant',
|
||||
tenant_name_placeholder: 'My tenant',
|
||||
},
|
||||
notification: {
|
||||
/** UNTRANSLATED */
|
||||
allow_pro_features_title:
|
||||
'You can now access <span>all features of Logto Pro</span> in your development tenant!',
|
||||
/** UNTRANSLATED */
|
||||
allow_pro_features_description: "It's completely free, with no trial period – forever!",
|
||||
/** UNTRANSLATED */
|
||||
explore_all_features: 'Explore all features',
|
||||
/** UNTRANSLATED */
|
||||
impact_title: 'Does this have any impact on me?',
|
||||
/** UNTRANSLATED */
|
||||
staging_env_hint:
|
||||
'Your tenant label has been updated from "Staging" to "Production," but this change will not impact your current setup.',
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_1:
|
||||
'As you subscribe to the Logto Hobby plan, your previous "dev" tenant tag will switch to "prod", and this won\'t affect your existing setup.',
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_2:
|
||||
"If you're still in the development stage, you can create a new development tenant to access more pro features.",
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_3:
|
||||
"If you're in the production stage, or a production environment, you still need to subscribe to a specific plan so there's nothing you need to do at this moment.",
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_4:
|
||||
"Don't hesitate to reach out if you require help! Thank you for choosing Logto!",
|
||||
},
|
||||
delete_modal: {
|
||||
title: 'Delete tenant',
|
||||
description_line1:
|
||||
|
|
|
@ -72,6 +72,8 @@ const general = {
|
|||
edit_field: 'Edit {{field}}',
|
||||
/** UNTRANSLATED */
|
||||
delete_field: 'Delete {{field}}',
|
||||
coming_soon: 'Próximamente',
|
||||
beta: 'Beta',
|
||||
};
|
||||
|
||||
export default Object.freeze(general);
|
||||
|
|
|
@ -9,16 +9,31 @@ const tenants = {
|
|||
},
|
||||
settings: {
|
||||
title: 'CONFIGURACIONES',
|
||||
description:
|
||||
'Establezca el nombre del inquilino y vea su región de alojamiento y etiqueta de entorno.',
|
||||
tenant_id: 'ID del inquilino',
|
||||
tenant_name: 'Nombre del inquilino',
|
||||
/** UNTRANSLATED */
|
||||
tenant_region: 'Data hosted region',
|
||||
/** UNTRANSLATED */
|
||||
tenant_region_tip: 'Your tenant resources are hosted in {{region}}. <a>Learn more</a>',
|
||||
environment_tag: 'Etiqueta del entorno',
|
||||
environment_tag_description:
|
||||
'Las etiquetas no alteran el servicio. Simplemente te guían para diferenciar diversos entornos.',
|
||||
environment_tag_development: 'Des',
|
||||
environment_tag_staging: 'Pruebas',
|
||||
environment_tag_production: 'Prod',
|
||||
/** UNTRANSLATED */
|
||||
development_description:
|
||||
'Development environment is mainly used for testing and include all pro features but have watermarks in the sign in experience. <a>Learn more</a>',
|
||||
tenant_info_saved: 'Información del inquilino guardada correctamente.',
|
||||
},
|
||||
full_env_tag: {
|
||||
/** UNTRANSLATED */
|
||||
development: 'Development',
|
||||
/** UNTRANSLATED */
|
||||
production: 'Production',
|
||||
},
|
||||
deletion_card: {
|
||||
title: 'ELIMINAR',
|
||||
tenant_deletion: 'Eliminar inquilino',
|
||||
|
@ -29,9 +44,51 @@ const tenants = {
|
|||
create_modal: {
|
||||
title: 'Crear inquilino',
|
||||
subtitle: 'Cree un nuevo inquilino para separar recursos y usuarios.',
|
||||
/** UNTRANSLATED */
|
||||
subtitle_with_region:
|
||||
'Create a new tenant to separate resources and users. Region and environment tags can’t be modified after creation.',
|
||||
/** UNTRANSLATED */
|
||||
tenant_usage_purpose: 'What do you want to use this tenant for?',
|
||||
/** UNTRANSLATED */
|
||||
development_description:
|
||||
'Development environment is mainly used for testing and should not use in production environment.',
|
||||
/** UNTRANSLATED */
|
||||
development_hint:
|
||||
'Development environment is mainly used for testing and should not use in production environment.',
|
||||
/** UNTRANSLATED */
|
||||
production_description:
|
||||
'Production is where live software is used by end-users and may require a paid subscription.',
|
||||
/** UNTRANSLATED */
|
||||
available_plan: 'Available plan:',
|
||||
create_button: 'Crear inquilino',
|
||||
tenant_name_placeholder: 'Mi inquilino',
|
||||
},
|
||||
notification: {
|
||||
/** UNTRANSLATED */
|
||||
allow_pro_features_title:
|
||||
'You can now access <span>all features of Logto Pro</span> in your development tenant!',
|
||||
/** UNTRANSLATED */
|
||||
allow_pro_features_description: "It's completely free, with no trial period – forever!",
|
||||
/** UNTRANSLATED */
|
||||
explore_all_features: 'Explore all features',
|
||||
/** UNTRANSLATED */
|
||||
impact_title: 'Does this have any impact on me?',
|
||||
/** UNTRANSLATED */
|
||||
staging_env_hint:
|
||||
'Your tenant label has been updated from "Staging" to "Production," but this change will not impact your current setup.',
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_1:
|
||||
'As you subscribe to the Logto Hobby plan, your previous "dev" tenant tag will switch to "prod", and this won\'t affect your existing setup.',
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_2:
|
||||
"If you're still in the development stage, you can create a new development tenant to access more pro features.",
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_3:
|
||||
"If you're in the production stage, or a production environment, you still need to subscribe to a specific plan so there's nothing you need to do at this moment.",
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_4:
|
||||
"Don't hesitate to reach out if you require help! Thank you for choosing Logto!",
|
||||
},
|
||||
delete_modal: {
|
||||
title: 'Eliminar inquilino',
|
||||
description_line1:
|
||||
|
|
|
@ -72,6 +72,8 @@ const general = {
|
|||
edit_field: 'Edit {{field}}',
|
||||
/** UNTRANSLATED */
|
||||
delete_field: 'Delete {{field}}',
|
||||
coming_soon: 'Bientôt disponible',
|
||||
beta: 'Beta',
|
||||
};
|
||||
|
||||
export default Object.freeze(general);
|
||||
|
|
|
@ -9,16 +9,31 @@ const tenants = {
|
|||
},
|
||||
settings: {
|
||||
title: 'PARAMÈTRES',
|
||||
description:
|
||||
"Définissez le nom du locataire et consultez votre région d'hébergement et l'étiquette d'environnement.",
|
||||
tenant_id: 'ID du locataire',
|
||||
tenant_name: 'Nom du locataire',
|
||||
/** UNTRANSLATED */
|
||||
tenant_region: 'Data hosted region',
|
||||
/** UNTRANSLATED */
|
||||
tenant_region_tip: 'Your tenant resources are hosted in {{region}}. <a>Learn more</a>',
|
||||
environment_tag: "Tag de l'environnement",
|
||||
environment_tag_description:
|
||||
'Les balises ne modifient pas le service. Elles servent simplement à différencier différents environnements.',
|
||||
environment_tag_development: 'Dev',
|
||||
environment_tag_staging: 'Staging',
|
||||
environment_tag_production: 'Prod',
|
||||
/** UNTRANSLATED */
|
||||
development_description:
|
||||
'Development environment is mainly used for testing and include all pro features but have watermarks in the sign in experience. <a>Learn more</a>',
|
||||
tenant_info_saved: 'Les informations du locataire ont été enregistrées avec succès.',
|
||||
},
|
||||
full_env_tag: {
|
||||
/** UNTRANSLATED */
|
||||
development: 'Development',
|
||||
/** UNTRANSLATED */
|
||||
production: 'Production',
|
||||
},
|
||||
deletion_card: {
|
||||
title: 'SUPPRIMER',
|
||||
tenant_deletion: 'Supprimer le locataire',
|
||||
|
@ -29,9 +44,51 @@ const tenants = {
|
|||
create_modal: {
|
||||
title: 'Créer un locataire',
|
||||
subtitle: 'Créez un nouveau locataire pour séparer les ressources et les utilisateurs.',
|
||||
/** UNTRANSLATED */
|
||||
subtitle_with_region:
|
||||
'Create a new tenant to separate resources and users. Region and environment tags can’t be modified after creation.',
|
||||
/** UNTRANSLATED */
|
||||
tenant_usage_purpose: 'What do you want to use this tenant for?',
|
||||
/** UNTRANSLATED */
|
||||
development_description:
|
||||
'Development environment is mainly used for testing and should not use in production environment.',
|
||||
/** UNTRANSLATED */
|
||||
development_hint:
|
||||
'Development environment is mainly used for testing and should not use in production environment.',
|
||||
/** UNTRANSLATED */
|
||||
production_description:
|
||||
'Production is where live software is used by end-users and may require a paid subscription.',
|
||||
/** UNTRANSLATED */
|
||||
available_plan: 'Available plan:',
|
||||
create_button: 'Créer un locataire',
|
||||
tenant_name_placeholder: 'Mon locataire',
|
||||
},
|
||||
notification: {
|
||||
/** UNTRANSLATED */
|
||||
allow_pro_features_title:
|
||||
'You can now access <span>all features of Logto Pro</span> in your development tenant!',
|
||||
/** UNTRANSLATED */
|
||||
allow_pro_features_description: "It's completely free, with no trial period – forever!",
|
||||
/** UNTRANSLATED */
|
||||
explore_all_features: 'Explore all features',
|
||||
/** UNTRANSLATED */
|
||||
impact_title: 'Does this have any impact on me?',
|
||||
/** UNTRANSLATED */
|
||||
staging_env_hint:
|
||||
'Your tenant label has been updated from "Staging" to "Production," but this change will not impact your current setup.',
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_1:
|
||||
'As you subscribe to the Logto Hobby plan, your previous "dev" tenant tag will switch to "prod", and this won\'t affect your existing setup.',
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_2:
|
||||
"If you're still in the development stage, you can create a new development tenant to access more pro features.",
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_3:
|
||||
"If you're in the production stage, or a production environment, you still need to subscribe to a specific plan so there's nothing you need to do at this moment.",
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_4:
|
||||
"Don't hesitate to reach out if you require help! Thank you for choosing Logto!",
|
||||
},
|
||||
delete_modal: {
|
||||
title: 'Supprimer le locataire',
|
||||
description_line1:
|
||||
|
|
|
@ -72,6 +72,8 @@ const general = {
|
|||
edit_field: 'Edit {{field}}',
|
||||
/** UNTRANSLATED */
|
||||
delete_field: 'Delete {{field}}',
|
||||
coming_soon: 'Prossimamente',
|
||||
beta: 'Beta',
|
||||
};
|
||||
|
||||
export default Object.freeze(general);
|
||||
|
|
|
@ -10,16 +10,31 @@ const tenants = {
|
|||
},
|
||||
settings: {
|
||||
title: 'IMPOSTAZIONI',
|
||||
description:
|
||||
"Imposta il nome del tenant e visualizza la tua regione di hosting e l'etichetta dell'ambiente.",
|
||||
tenant_id: 'ID Tenant',
|
||||
tenant_name: 'Nome Tenant',
|
||||
/** UNTRANSLATED */
|
||||
tenant_region: 'Data hosted region',
|
||||
/** UNTRANSLATED */
|
||||
tenant_region_tip: 'Your tenant resources are hosted in {{region}}. <a>Learn more</a>',
|
||||
environment_tag: 'Tag Ambiente',
|
||||
environment_tag_description:
|
||||
'I tag non alterano il servizio. Semplicemente ti guidano a distinguere vari ambienti.',
|
||||
environment_tag_development: 'Svil',
|
||||
environment_tag_staging: 'Staging',
|
||||
environment_tag_production: 'Prod',
|
||||
/** UNTRANSLATED */
|
||||
development_description:
|
||||
'Development environment is mainly used for testing and include all pro features but have watermarks in the sign in experience. <a>Learn more</a>',
|
||||
tenant_info_saved: "Le informazioni dell'inquilino sono state salvate correttamente.",
|
||||
},
|
||||
full_env_tag: {
|
||||
/** UNTRANSLATED */
|
||||
development: 'Development',
|
||||
/** UNTRANSLATED */
|
||||
production: 'Production',
|
||||
},
|
||||
deletion_card: {
|
||||
title: 'ELIMINA',
|
||||
tenant_deletion: 'Elimina tenant',
|
||||
|
@ -30,9 +45,51 @@ const tenants = {
|
|||
create_modal: {
|
||||
title: 'Crea nuovo tenant',
|
||||
subtitle: 'Crea un nuovo tenant per separare risorse e utenti.',
|
||||
/** UNTRANSLATED */
|
||||
subtitle_with_region:
|
||||
'Create a new tenant to separate resources and users. Region and environment tags can’t be modified after creation.',
|
||||
/** UNTRANSLATED */
|
||||
tenant_usage_purpose: 'What do you want to use this tenant for?',
|
||||
/** UNTRANSLATED */
|
||||
development_description:
|
||||
'Development environment is mainly used for testing and should not use in production environment.',
|
||||
/** UNTRANSLATED */
|
||||
development_hint:
|
||||
'Development environment is mainly used for testing and should not use in production environment.',
|
||||
/** UNTRANSLATED */
|
||||
production_description:
|
||||
'Production is where live software is used by end-users and may require a paid subscription.',
|
||||
/** UNTRANSLATED */
|
||||
available_plan: 'Available plan:',
|
||||
create_button: 'Crea tenant',
|
||||
tenant_name_placeholder: 'Il mio tenant',
|
||||
},
|
||||
notification: {
|
||||
/** UNTRANSLATED */
|
||||
allow_pro_features_title:
|
||||
'You can now access <span>all features of Logto Pro</span> in your development tenant!',
|
||||
/** UNTRANSLATED */
|
||||
allow_pro_features_description: "It's completely free, with no trial period – forever!",
|
||||
/** UNTRANSLATED */
|
||||
explore_all_features: 'Explore all features',
|
||||
/** UNTRANSLATED */
|
||||
impact_title: 'Does this have any impact on me?',
|
||||
/** UNTRANSLATED */
|
||||
staging_env_hint:
|
||||
'Your tenant label has been updated from "Staging" to "Production," but this change will not impact your current setup.',
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_1:
|
||||
'As you subscribe to the Logto Hobby plan, your previous "dev" tenant tag will switch to "prod", and this won\'t affect your existing setup.',
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_2:
|
||||
"If you're still in the development stage, you can create a new development tenant to access more pro features.",
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_3:
|
||||
"If you're in the production stage, or a production environment, you still need to subscribe to a specific plan so there's nothing you need to do at this moment.",
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_4:
|
||||
"Don't hesitate to reach out if you require help! Thank you for choosing Logto!",
|
||||
},
|
||||
delete_modal: {
|
||||
title: 'Elimina tenant',
|
||||
description_line1:
|
||||
|
|
|
@ -71,6 +71,8 @@ const general = {
|
|||
edit_field: 'Edit {{field}}',
|
||||
/** UNTRANSLATED */
|
||||
delete_field: 'Delete {{field}}',
|
||||
coming_soon: '近日公開予定',
|
||||
beta: 'ベータ版',
|
||||
};
|
||||
|
||||
export default Object.freeze(general);
|
||||
|
|
|
@ -9,16 +9,30 @@ const tenants = {
|
|||
},
|
||||
settings: {
|
||||
title: '設定',
|
||||
description: 'テナント名を設定し、データがホストされている地域と環境のタグを表示します。',
|
||||
tenant_id: 'テナントID',
|
||||
tenant_name: 'テナント名',
|
||||
/** UNTRANSLATED */
|
||||
tenant_region: 'Data hosted region',
|
||||
/** UNTRANSLATED */
|
||||
tenant_region_tip: 'Your tenant resources are hosted in {{region}}. <a>Learn more</a>',
|
||||
environment_tag: '環境タグ',
|
||||
environment_tag_description:
|
||||
'タグはサービスを変更しません。単にさまざまな環境を区別するためのガイドです。',
|
||||
environment_tag_development: '開発',
|
||||
environment_tag_staging: 'ステージング',
|
||||
environment_tag_production: '本番',
|
||||
/** UNTRANSLATED */
|
||||
development_description:
|
||||
'Development environment is mainly used for testing and include all pro features but have watermarks in the sign in experience. <a>Learn more</a>',
|
||||
tenant_info_saved: 'テナント情報は正常に保存されました。',
|
||||
},
|
||||
full_env_tag: {
|
||||
/** UNTRANSLATED */
|
||||
development: 'Development',
|
||||
/** UNTRANSLATED */
|
||||
production: 'Production',
|
||||
},
|
||||
deletion_card: {
|
||||
title: '削除',
|
||||
tenant_deletion: 'テナントの削除',
|
||||
|
@ -29,9 +43,51 @@ const tenants = {
|
|||
create_modal: {
|
||||
title: 'テナントを作成する',
|
||||
subtitle: 'リソースとユーザーを分離するには、新しいテナントを作成します。',
|
||||
/** UNTRANSLATED */
|
||||
subtitle_with_region:
|
||||
'Create a new tenant to separate resources and users. Region and environment tags can’t be modified after creation.',
|
||||
/** UNTRANSLATED */
|
||||
tenant_usage_purpose: 'What do you want to use this tenant for?',
|
||||
/** UNTRANSLATED */
|
||||
development_description:
|
||||
'Development environment is mainly used for testing and should not use in production environment.',
|
||||
/** UNTRANSLATED */
|
||||
development_hint:
|
||||
'Development environment is mainly used for testing and should not use in production environment.',
|
||||
/** UNTRANSLATED */
|
||||
production_description:
|
||||
'Production is where live software is used by end-users and may require a paid subscription.',
|
||||
/** UNTRANSLATED */
|
||||
available_plan: 'Available plan:',
|
||||
create_button: 'テナントを作成する',
|
||||
tenant_name_placeholder: '私のテナント',
|
||||
},
|
||||
notification: {
|
||||
/** UNTRANSLATED */
|
||||
allow_pro_features_title:
|
||||
'You can now access <span>all features of Logto Pro</span> in your development tenant!',
|
||||
/** UNTRANSLATED */
|
||||
allow_pro_features_description: "It's completely free, with no trial period – forever!",
|
||||
/** UNTRANSLATED */
|
||||
explore_all_features: 'Explore all features',
|
||||
/** UNTRANSLATED */
|
||||
impact_title: 'Does this have any impact on me?',
|
||||
/** UNTRANSLATED */
|
||||
staging_env_hint:
|
||||
'Your tenant label has been updated from "Staging" to "Production," but this change will not impact your current setup.',
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_1:
|
||||
'As you subscribe to the Logto Hobby plan, your previous "dev" tenant tag will switch to "prod", and this won\'t affect your existing setup.',
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_2:
|
||||
"If you're still in the development stage, you can create a new development tenant to access more pro features.",
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_3:
|
||||
"If you're in the production stage, or a production environment, you still need to subscribe to a specific plan so there's nothing you need to do at this moment.",
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_4:
|
||||
"Don't hesitate to reach out if you require help! Thank you for choosing Logto!",
|
||||
},
|
||||
delete_modal: {
|
||||
title: 'テナントを削除します',
|
||||
description_line1:
|
||||
|
|
|
@ -71,6 +71,8 @@ const general = {
|
|||
edit_field: 'Edit {{field}}',
|
||||
/** UNTRANSLATED */
|
||||
delete_field: 'Delete {{field}}',
|
||||
coming_soon: '곧 출시 예정',
|
||||
beta: '베타',
|
||||
};
|
||||
|
||||
export default Object.freeze(general);
|
||||
|
|
|
@ -9,16 +9,30 @@ const tenants = {
|
|||
},
|
||||
settings: {
|
||||
title: '설정',
|
||||
description: '테넌트 이름을 설정하고 호스팅된 지역 및 환경 태그를 확인하세요.',
|
||||
tenant_id: '테넌트 ID',
|
||||
tenant_name: '테넌트 이름',
|
||||
/** UNTRANSLATED */
|
||||
tenant_region: 'Data hosted region',
|
||||
/** UNTRANSLATED */
|
||||
tenant_region_tip: 'Your tenant resources are hosted in {{region}}. <a>Learn more</a>',
|
||||
environment_tag: '환경 태그',
|
||||
environment_tag_description:
|
||||
'태그는 서비스를 변경하지 않습니다. 단지 다양한 환경을 구별하는 데 도움을 줍니다.',
|
||||
environment_tag_development: '개발',
|
||||
environment_tag_staging: '스테이징',
|
||||
environment_tag_production: '프로드',
|
||||
/** UNTRANSLATED */
|
||||
development_description:
|
||||
'Development environment is mainly used for testing and include all pro features but have watermarks in the sign in experience. <a>Learn more</a>',
|
||||
tenant_info_saved: '세입자 정보가 성공적으로 저장되었습니다.',
|
||||
},
|
||||
full_env_tag: {
|
||||
/** UNTRANSLATED */
|
||||
development: 'Development',
|
||||
/** UNTRANSLATED */
|
||||
production: 'Production',
|
||||
},
|
||||
deletion_card: {
|
||||
title: '삭제',
|
||||
tenant_deletion: '테넌트 삭제',
|
||||
|
@ -29,9 +43,51 @@ const tenants = {
|
|||
create_modal: {
|
||||
title: '테넌트 만들기',
|
||||
subtitle: '자원 및 사용자를 분리하기 위한 새 테넌트를 만드세요.',
|
||||
/** UNTRANSLATED */
|
||||
subtitle_with_region:
|
||||
'Create a new tenant to separate resources and users. Region and environment tags can’t be modified after creation.',
|
||||
/** UNTRANSLATED */
|
||||
tenant_usage_purpose: 'What do you want to use this tenant for?',
|
||||
/** UNTRANSLATED */
|
||||
development_description:
|
||||
'Development environment is mainly used for testing and should not use in production environment.',
|
||||
/** UNTRANSLATED */
|
||||
development_hint:
|
||||
'Development environment is mainly used for testing and should not use in production environment.',
|
||||
/** UNTRANSLATED */
|
||||
production_description:
|
||||
'Production is where live software is used by end-users and may require a paid subscription.',
|
||||
/** UNTRANSLATED */
|
||||
available_plan: 'Available plan:',
|
||||
create_button: '테넌트 만들기',
|
||||
tenant_name_placeholder: '내 테넌트',
|
||||
},
|
||||
notification: {
|
||||
/** UNTRANSLATED */
|
||||
allow_pro_features_title:
|
||||
'You can now access <span>all features of Logto Pro</span> in your development tenant!',
|
||||
/** UNTRANSLATED */
|
||||
allow_pro_features_description: "It's completely free, with no trial period – forever!",
|
||||
/** UNTRANSLATED */
|
||||
explore_all_features: 'Explore all features',
|
||||
/** UNTRANSLATED */
|
||||
impact_title: 'Does this have any impact on me?',
|
||||
/** UNTRANSLATED */
|
||||
staging_env_hint:
|
||||
'Your tenant label has been updated from "Staging" to "Production," but this change will not impact your current setup.',
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_1:
|
||||
'As you subscribe to the Logto Hobby plan, your previous "dev" tenant tag will switch to "prod", and this won\'t affect your existing setup.',
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_2:
|
||||
"If you're still in the development stage, you can create a new development tenant to access more pro features.",
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_3:
|
||||
"If you're in the production stage, or a production environment, you still need to subscribe to a specific plan so there's nothing you need to do at this moment.",
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_4:
|
||||
"Don't hesitate to reach out if you require help! Thank you for choosing Logto!",
|
||||
},
|
||||
delete_modal: {
|
||||
title: '테넌트 삭제',
|
||||
description_line1:
|
||||
|
|
|
@ -71,6 +71,8 @@ const general = {
|
|||
edit_field: 'Edit {{field}}',
|
||||
/** UNTRANSLATED */
|
||||
delete_field: 'Delete {{field}}',
|
||||
coming_soon: 'Wkrótce dostępne',
|
||||
beta: 'Beta',
|
||||
};
|
||||
|
||||
export default Object.freeze(general);
|
||||
|
|
|
@ -9,16 +9,30 @@ const tenants = {
|
|||
},
|
||||
settings: {
|
||||
title: 'USTAWIENIA',
|
||||
description: 'Ustaw nazwę najemcy i zobacz region hostowania oraz znacznik środowiska.',
|
||||
tenant_id: 'ID Najemcy',
|
||||
tenant_name: 'Nazwa Najemcy',
|
||||
/** UNTRANSLATED */
|
||||
tenant_region: 'Data hosted region',
|
||||
/** UNTRANSLATED */
|
||||
tenant_region_tip: 'Your tenant resources are hosted in {{region}}. <a>Learn more</a>',
|
||||
environment_tag: 'Tag Środowiska',
|
||||
environment_tag_description:
|
||||
'Tagi nie zmieniają usługi. Po prostu pomagają odróżnić różne środowiska.',
|
||||
environment_tag_development: 'Dev',
|
||||
environment_tag_staging: 'Staging',
|
||||
environment_tag_production: 'Prod',
|
||||
/** UNTRANSLATED */
|
||||
development_description:
|
||||
'Development environment is mainly used for testing and include all pro features but have watermarks in the sign in experience. <a>Learn more</a>',
|
||||
tenant_info_saved: 'Informacje o najemcy zostały pomyślnie zapisane.',
|
||||
},
|
||||
full_env_tag: {
|
||||
/** UNTRANSLATED */
|
||||
development: 'Development',
|
||||
/** UNTRANSLATED */
|
||||
production: 'Production',
|
||||
},
|
||||
deletion_card: {
|
||||
title: 'USUWANIE',
|
||||
tenant_deletion: 'Usuń najemcę',
|
||||
|
@ -29,9 +43,51 @@ const tenants = {
|
|||
create_modal: {
|
||||
title: 'Utwórz nowego najemcę',
|
||||
subtitle: 'Utwórz nowego najemcę aby oddzielić zasoby i użytkowników.',
|
||||
/** UNTRANSLATED */
|
||||
subtitle_with_region:
|
||||
'Create a new tenant to separate resources and users. Region and environment tags can’t be modified after creation.',
|
||||
/** UNTRANSLATED */
|
||||
tenant_usage_purpose: 'What do you want to use this tenant for?',
|
||||
/** UNTRANSLATED */
|
||||
development_description:
|
||||
'Development environment is mainly used for testing and should not use in production environment.',
|
||||
/** UNTRANSLATED */
|
||||
development_hint:
|
||||
'Development environment is mainly used for testing and should not use in production environment.',
|
||||
/** UNTRANSLATED */
|
||||
production_description:
|
||||
'Production is where live software is used by end-users and may require a paid subscription.',
|
||||
/** UNTRANSLATED */
|
||||
available_plan: 'Available plan:',
|
||||
create_button: 'Utwórz najemcę',
|
||||
tenant_name_placeholder: 'Mój najemca',
|
||||
},
|
||||
notification: {
|
||||
/** UNTRANSLATED */
|
||||
allow_pro_features_title:
|
||||
'You can now access <span>all features of Logto Pro</span> in your development tenant!',
|
||||
/** UNTRANSLATED */
|
||||
allow_pro_features_description: "It's completely free, with no trial period – forever!",
|
||||
/** UNTRANSLATED */
|
||||
explore_all_features: 'Explore all features',
|
||||
/** UNTRANSLATED */
|
||||
impact_title: 'Does this have any impact on me?',
|
||||
/** UNTRANSLATED */
|
||||
staging_env_hint:
|
||||
'Your tenant label has been updated from "Staging" to "Production," but this change will not impact your current setup.',
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_1:
|
||||
'As you subscribe to the Logto Hobby plan, your previous "dev" tenant tag will switch to "prod", and this won\'t affect your existing setup.',
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_2:
|
||||
"If you're still in the development stage, you can create a new development tenant to access more pro features.",
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_3:
|
||||
"If you're in the production stage, or a production environment, you still need to subscribe to a specific plan so there's nothing you need to do at this moment.",
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_4:
|
||||
"Don't hesitate to reach out if you require help! Thank you for choosing Logto!",
|
||||
},
|
||||
delete_modal: {
|
||||
title: 'Usuń najemcę',
|
||||
description_line1:
|
||||
|
|
|
@ -72,6 +72,8 @@ const general = {
|
|||
edit_field: 'Edit {{field}}',
|
||||
/** UNTRANSLATED */
|
||||
delete_field: 'Delete {{field}}',
|
||||
coming_soon: 'Em breve',
|
||||
beta: 'Beta',
|
||||
};
|
||||
|
||||
export default Object.freeze(general);
|
||||
|
|
|
@ -9,16 +9,31 @@ const tenants = {
|
|||
},
|
||||
settings: {
|
||||
title: 'CONFIGURAÇÕES',
|
||||
description:
|
||||
'Defina o nome do locatário e veja a região de hospedagem e a etiqueta do ambiente.',
|
||||
tenant_id: 'ID do Locatário',
|
||||
tenant_name: 'Nome do Locatário',
|
||||
/** UNTRANSLATED */
|
||||
tenant_region: 'Data hosted region',
|
||||
/** UNTRANSLATED */
|
||||
tenant_region_tip: 'Your tenant resources are hosted in {{region}}. <a>Learn more</a>',
|
||||
environment_tag: 'Tag do Ambiente',
|
||||
environment_tag_description:
|
||||
'As tags não alteram o serviço. Elas apenas ajudam a diferenciar vários ambientes.',
|
||||
environment_tag_development: 'Dev',
|
||||
environment_tag_staging: 'Homol',
|
||||
environment_tag_production: 'Prod',
|
||||
/** UNTRANSLATED */
|
||||
development_description:
|
||||
'Development environment is mainly used for testing and include all pro features but have watermarks in the sign in experience. <a>Learn more</a>',
|
||||
tenant_info_saved: 'As informações do locatário foram salvas com sucesso.',
|
||||
},
|
||||
full_env_tag: {
|
||||
/** UNTRANSLATED */
|
||||
development: 'Development',
|
||||
/** UNTRANSLATED */
|
||||
production: 'Production',
|
||||
},
|
||||
deletion_card: {
|
||||
title: 'EXCLUIR',
|
||||
tenant_deletion: 'Excluir locatário',
|
||||
|
@ -29,9 +44,51 @@ const tenants = {
|
|||
create_modal: {
|
||||
title: 'Criar inquilino',
|
||||
subtitle: 'Crie um novo inquilino para separar recursos e usuários.',
|
||||
/** UNTRANSLATED */
|
||||
subtitle_with_region:
|
||||
'Create a new tenant to separate resources and users. Region and environment tags can’t be modified after creation.',
|
||||
/** UNTRANSLATED */
|
||||
tenant_usage_purpose: 'What do you want to use this tenant for?',
|
||||
/** UNTRANSLATED */
|
||||
development_description:
|
||||
'Development environment is mainly used for testing and should not use in production environment.',
|
||||
/** UNTRANSLATED */
|
||||
development_hint:
|
||||
'Development environment is mainly used for testing and should not use in production environment.',
|
||||
/** UNTRANSLATED */
|
||||
production_description:
|
||||
'Production is where live software is used by end-users and may require a paid subscription.',
|
||||
/** UNTRANSLATED */
|
||||
available_plan: 'Available plan:',
|
||||
create_button: 'Criar inquilino',
|
||||
tenant_name_placeholder: 'Meu inquilino',
|
||||
},
|
||||
notification: {
|
||||
/** UNTRANSLATED */
|
||||
allow_pro_features_title:
|
||||
'You can now access <span>all features of Logto Pro</span> in your development tenant!',
|
||||
/** UNTRANSLATED */
|
||||
allow_pro_features_description: "It's completely free, with no trial period – forever!",
|
||||
/** UNTRANSLATED */
|
||||
explore_all_features: 'Explore all features',
|
||||
/** UNTRANSLATED */
|
||||
impact_title: 'Does this have any impact on me?',
|
||||
/** UNTRANSLATED */
|
||||
staging_env_hint:
|
||||
'Your tenant label has been updated from "Staging" to "Production," but this change will not impact your current setup.',
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_1:
|
||||
'As you subscribe to the Logto Hobby plan, your previous "dev" tenant tag will switch to "prod", and this won\'t affect your existing setup.',
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_2:
|
||||
"If you're still in the development stage, you can create a new development tenant to access more pro features.",
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_3:
|
||||
"If you're in the production stage, or a production environment, you still need to subscribe to a specific plan so there's nothing you need to do at this moment.",
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_4:
|
||||
"Don't hesitate to reach out if you require help! Thank you for choosing Logto!",
|
||||
},
|
||||
delete_modal: {
|
||||
title: 'Excluir locatário',
|
||||
description_line1:
|
||||
|
|
|
@ -71,6 +71,8 @@ const general = {
|
|||
edit_field: 'Edit {{field}}',
|
||||
/** UNTRANSLATED */
|
||||
delete_field: 'Delete {{field}}',
|
||||
coming_soon: 'Em breve',
|
||||
beta: 'Beta',
|
||||
};
|
||||
|
||||
export default Object.freeze(general);
|
||||
|
|
|
@ -9,16 +9,31 @@ const tenants = {
|
|||
},
|
||||
settings: {
|
||||
title: 'DEFINIÇÕES',
|
||||
description:
|
||||
'Defina o nome do inquilino e veja a região de hospedagem e a etiqueta do ambiente.',
|
||||
tenant_id: 'ID do Inquilino',
|
||||
tenant_name: 'Nome do Inquilino',
|
||||
/** UNTRANSLATED */
|
||||
tenant_region: 'Data hosted region',
|
||||
/** UNTRANSLATED */
|
||||
tenant_region_tip: 'Your tenant resources are hosted in {{region}}. <a>Learn more</a>',
|
||||
environment_tag: 'Tag de Ambiente',
|
||||
environment_tag_description:
|
||||
'As etiquetas não alteram o serviço. Simplesmente guiam-no para diferenciar vários ambientes.',
|
||||
environment_tag_development: 'Dev',
|
||||
environment_tag_staging: 'Staging',
|
||||
environment_tag_production: 'Prod',
|
||||
/** UNTRANSLATED */
|
||||
development_description:
|
||||
'Development environment is mainly used for testing and include all pro features but have watermarks in the sign in experience. <a>Learn more</a>',
|
||||
tenant_info_saved: 'A informação do arrendatário foi guardada com sucesso.',
|
||||
},
|
||||
full_env_tag: {
|
||||
/** UNTRANSLATED */
|
||||
development: 'Development',
|
||||
/** UNTRANSLATED */
|
||||
production: 'Production',
|
||||
},
|
||||
deletion_card: {
|
||||
title: 'ELIMINAR',
|
||||
tenant_deletion: 'Eliminar inquilino',
|
||||
|
@ -29,9 +44,51 @@ const tenants = {
|
|||
create_modal: {
|
||||
title: 'Criar inquilino',
|
||||
subtitle: 'Crie um novo inquilino para separar recursos e utilizadores.',
|
||||
/** UNTRANSLATED */
|
||||
subtitle_with_region:
|
||||
'Create a new tenant to separate resources and users. Region and environment tags can’t be modified after creation.',
|
||||
/** UNTRANSLATED */
|
||||
tenant_usage_purpose: 'What do you want to use this tenant for?',
|
||||
/** UNTRANSLATED */
|
||||
development_description:
|
||||
'Development environment is mainly used for testing and should not use in production environment.',
|
||||
/** UNTRANSLATED */
|
||||
development_hint:
|
||||
'Development environment is mainly used for testing and should not use in production environment.',
|
||||
/** UNTRANSLATED */
|
||||
production_description:
|
||||
'Production is where live software is used by end-users and may require a paid subscription.',
|
||||
/** UNTRANSLATED */
|
||||
available_plan: 'Available plan:',
|
||||
create_button: 'Criar inquilino',
|
||||
tenant_name_placeholder: 'Meu inquilino',
|
||||
},
|
||||
notification: {
|
||||
/** UNTRANSLATED */
|
||||
allow_pro_features_title:
|
||||
'You can now access <span>all features of Logto Pro</span> in your development tenant!',
|
||||
/** UNTRANSLATED */
|
||||
allow_pro_features_description: "It's completely free, with no trial period – forever!",
|
||||
/** UNTRANSLATED */
|
||||
explore_all_features: 'Explore all features',
|
||||
/** UNTRANSLATED */
|
||||
impact_title: 'Does this have any impact on me?',
|
||||
/** UNTRANSLATED */
|
||||
staging_env_hint:
|
||||
'Your tenant label has been updated from "Staging" to "Production," but this change will not impact your current setup.',
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_1:
|
||||
'As you subscribe to the Logto Hobby plan, your previous "dev" tenant tag will switch to "prod", and this won\'t affect your existing setup.',
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_2:
|
||||
"If you're still in the development stage, you can create a new development tenant to access more pro features.",
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_3:
|
||||
"If you're in the production stage, or a production environment, you still need to subscribe to a specific plan so there's nothing you need to do at this moment.",
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_4:
|
||||
"Don't hesitate to reach out if you require help! Thank you for choosing Logto!",
|
||||
},
|
||||
delete_modal: {
|
||||
title: 'Eliminar inquilino',
|
||||
description_line1:
|
||||
|
|
|
@ -71,6 +71,8 @@ const general = {
|
|||
edit_field: 'Edit {{field}}',
|
||||
/** UNTRANSLATED */
|
||||
delete_field: 'Delete {{field}}',
|
||||
coming_soon: 'Скоро',
|
||||
beta: 'Бета',
|
||||
};
|
||||
|
||||
export default Object.freeze(general);
|
||||
|
|
|
@ -9,16 +9,30 @@ const tenants = {
|
|||
},
|
||||
settings: {
|
||||
title: 'НАСТРОЙКИ',
|
||||
description: 'Установите имя арендатора и просмотрите регион размещения данных и метку среды.',
|
||||
tenant_id: 'ID арендатора',
|
||||
tenant_name: 'Имя арендатора',
|
||||
/** UNTRANSLATED */
|
||||
tenant_region: 'Data hosted region',
|
||||
/** UNTRANSLATED */
|
||||
tenant_region_tip: 'Your tenant resources are hosted in {{region}}. <a>Learn more</a>',
|
||||
environment_tag: 'Тег окружения',
|
||||
environment_tag_description:
|
||||
'Теги не изменяют сервис. Они просто помогают отличать различные среды.',
|
||||
environment_tag_development: 'Разр',
|
||||
environment_tag_staging: 'Предпр',
|
||||
environment_tag_production: 'Прод',
|
||||
/** UNTRANSLATED */
|
||||
development_description:
|
||||
'Development environment is mainly used for testing and include all pro features but have watermarks in the sign in experience. <a>Learn more</a>',
|
||||
tenant_info_saved: 'Информация о квартиросъемщике успешно сохранена.',
|
||||
},
|
||||
full_env_tag: {
|
||||
/** UNTRANSLATED */
|
||||
development: 'Development',
|
||||
/** UNTRANSLATED */
|
||||
production: 'Production',
|
||||
},
|
||||
deletion_card: {
|
||||
title: 'УДАЛИТЬ',
|
||||
tenant_deletion: 'Удаление арендатора',
|
||||
|
@ -29,9 +43,51 @@ const tenants = {
|
|||
create_modal: {
|
||||
title: 'Создать арендатора',
|
||||
subtitle: 'Создайте нового арендатора для разделения ресурсов и пользователей.',
|
||||
/** UNTRANSLATED */
|
||||
subtitle_with_region:
|
||||
'Create a new tenant to separate resources and users. Region and environment tags can’t be modified after creation.',
|
||||
/** UNTRANSLATED */
|
||||
tenant_usage_purpose: 'What do you want to use this tenant for?',
|
||||
/** UNTRANSLATED */
|
||||
development_description:
|
||||
'Development environment is mainly used for testing and should not use in production environment.',
|
||||
/** UNTRANSLATED */
|
||||
development_hint:
|
||||
'Development environment is mainly used for testing and should not use in production environment.',
|
||||
/** UNTRANSLATED */
|
||||
production_description:
|
||||
'Production is where live software is used by end-users and may require a paid subscription.',
|
||||
/** UNTRANSLATED */
|
||||
available_plan: 'Available plan:',
|
||||
create_button: 'Создать арендатора',
|
||||
tenant_name_placeholder: 'Мой арендатор',
|
||||
},
|
||||
notification: {
|
||||
/** UNTRANSLATED */
|
||||
allow_pro_features_title:
|
||||
'You can now access <span>all features of Logto Pro</span> in your development tenant!',
|
||||
/** UNTRANSLATED */
|
||||
allow_pro_features_description: "It's completely free, with no trial period – forever!",
|
||||
/** UNTRANSLATED */
|
||||
explore_all_features: 'Explore all features',
|
||||
/** UNTRANSLATED */
|
||||
impact_title: 'Does this have any impact on me?',
|
||||
/** UNTRANSLATED */
|
||||
staging_env_hint:
|
||||
'Your tenant label has been updated from "Staging" to "Production," but this change will not impact your current setup.',
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_1:
|
||||
'As you subscribe to the Logto Hobby plan, your previous "dev" tenant tag will switch to "prod", and this won\'t affect your existing setup.',
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_2:
|
||||
"If you're still in the development stage, you can create a new development tenant to access more pro features.",
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_3:
|
||||
"If you're in the production stage, or a production environment, you still need to subscribe to a specific plan so there's nothing you need to do at this moment.",
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_4:
|
||||
"Don't hesitate to reach out if you require help! Thank you for choosing Logto!",
|
||||
},
|
||||
delete_modal: {
|
||||
title: 'Удалить арендатора',
|
||||
description_line1:
|
||||
|
|
|
@ -72,6 +72,8 @@ const general = {
|
|||
edit_field: 'Edit {{field}}',
|
||||
/** UNTRANSLATED */
|
||||
delete_field: 'Delete {{field}}',
|
||||
coming_soon: 'Yakında',
|
||||
beta: 'Beta',
|
||||
};
|
||||
|
||||
export default Object.freeze(general);
|
||||
|
|
|
@ -9,16 +9,31 @@ const tenants = {
|
|||
},
|
||||
settings: {
|
||||
title: 'AYARLAR',
|
||||
description:
|
||||
'Kiracı adını ayarlayın ve verilerinizin barındığı bölgeyi ve ortam etiketinizi görüntüleyin.',
|
||||
tenant_id: 'Kiracı Kimliği',
|
||||
tenant_name: 'Kiracı Adı',
|
||||
/** UNTRANSLATED */
|
||||
tenant_region: 'Data hosted region',
|
||||
/** UNTRANSLATED */
|
||||
tenant_region_tip: 'Your tenant resources are hosted in {{region}}. <a>Learn more</a>',
|
||||
environment_tag: 'Çevre Etiketi',
|
||||
environment_tag_description:
|
||||
'Etiketler hizmeti değiştirmez. Sadece farklı ortamları ayırt etmek için rehberlik eder.',
|
||||
environment_tag_development: 'Geliş',
|
||||
environment_tag_staging: 'Staging',
|
||||
environment_tag_production: 'Prod',
|
||||
/** UNTRANSLATED */
|
||||
development_description:
|
||||
'Development environment is mainly used for testing and include all pro features but have watermarks in the sign in experience. <a>Learn more</a>',
|
||||
tenant_info_saved: 'Kiracı bilgileri başarıyla kaydedildi.',
|
||||
},
|
||||
full_env_tag: {
|
||||
/** UNTRANSLATED */
|
||||
development: 'Development',
|
||||
/** UNTRANSLATED */
|
||||
production: 'Production',
|
||||
},
|
||||
deletion_card: {
|
||||
title: 'SİL',
|
||||
tenant_deletion: 'Kiracıyı Sil',
|
||||
|
@ -29,9 +44,51 @@ const tenants = {
|
|||
create_modal: {
|
||||
title: 'Kiracı Oluştur',
|
||||
subtitle: 'Kaynakları ve kullanıcıları ayırmak için yeni bir kiracı oluşturun.',
|
||||
/** UNTRANSLATED */
|
||||
subtitle_with_region:
|
||||
'Create a new tenant to separate resources and users. Region and environment tags can’t be modified after creation.',
|
||||
/** UNTRANSLATED */
|
||||
tenant_usage_purpose: 'What do you want to use this tenant for?',
|
||||
/** UNTRANSLATED */
|
||||
development_description:
|
||||
'Development environment is mainly used for testing and should not use in production environment.',
|
||||
/** UNTRANSLATED */
|
||||
development_hint:
|
||||
'Development environment is mainly used for testing and should not use in production environment.',
|
||||
/** UNTRANSLATED */
|
||||
production_description:
|
||||
'Production is where live software is used by end-users and may require a paid subscription.',
|
||||
/** UNTRANSLATED */
|
||||
available_plan: 'Available plan:',
|
||||
create_button: 'Kiracı oluştur',
|
||||
tenant_name_placeholder: 'Benim kiracım',
|
||||
},
|
||||
notification: {
|
||||
/** UNTRANSLATED */
|
||||
allow_pro_features_title:
|
||||
'You can now access <span>all features of Logto Pro</span> in your development tenant!',
|
||||
/** UNTRANSLATED */
|
||||
allow_pro_features_description: "It's completely free, with no trial period – forever!",
|
||||
/** UNTRANSLATED */
|
||||
explore_all_features: 'Explore all features',
|
||||
/** UNTRANSLATED */
|
||||
impact_title: 'Does this have any impact on me?',
|
||||
/** UNTRANSLATED */
|
||||
staging_env_hint:
|
||||
'Your tenant label has been updated from "Staging" to "Production," but this change will not impact your current setup.',
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_1:
|
||||
'As you subscribe to the Logto Hobby plan, your previous "dev" tenant tag will switch to "prod", and this won\'t affect your existing setup.',
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_2:
|
||||
"If you're still in the development stage, you can create a new development tenant to access more pro features.",
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_3:
|
||||
"If you're in the production stage, or a production environment, you still need to subscribe to a specific plan so there's nothing you need to do at this moment.",
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_4:
|
||||
"Don't hesitate to reach out if you require help! Thank you for choosing Logto!",
|
||||
},
|
||||
delete_modal: {
|
||||
title: 'Kiracıyı Sil',
|
||||
description_line1:
|
||||
|
|
|
@ -71,6 +71,8 @@ const general = {
|
|||
edit_field: 'Edit {{field}}',
|
||||
/** UNTRANSLATED */
|
||||
delete_field: 'Delete {{field}}',
|
||||
coming_soon: '即将上线',
|
||||
beta: 'Beta',
|
||||
};
|
||||
|
||||
export default Object.freeze(general);
|
||||
|
|
|
@ -9,15 +9,29 @@ const tenants = {
|
|||
},
|
||||
settings: {
|
||||
title: '设置',
|
||||
description: '设置租户名称并查看托管数据的地区和环境标签。',
|
||||
tenant_id: '租户 ID',
|
||||
tenant_name: '租户名称',
|
||||
/** UNTRANSLATED */
|
||||
tenant_region: 'Data hosted region',
|
||||
/** UNTRANSLATED */
|
||||
tenant_region_tip: 'Your tenant resources are hosted in {{region}}. <a>Learn more</a>',
|
||||
environment_tag: '环境标签',
|
||||
environment_tag_description: '标签不会改变服务。它们只是指导您区分不同的环境。',
|
||||
environment_tag_development: '开发',
|
||||
environment_tag_staging: '预发布',
|
||||
environment_tag_production: '产品',
|
||||
/** UNTRANSLATED */
|
||||
development_description:
|
||||
'Development environment is mainly used for testing and include all pro features but have watermarks in the sign in experience. <a>Learn more</a>',
|
||||
tenant_info_saved: '租户信息成功保存。',
|
||||
},
|
||||
full_env_tag: {
|
||||
/** UNTRANSLATED */
|
||||
development: 'Development',
|
||||
/** UNTRANSLATED */
|
||||
production: 'Production',
|
||||
},
|
||||
deletion_card: {
|
||||
title: '删除',
|
||||
tenant_deletion: '删除租户',
|
||||
|
@ -27,9 +41,51 @@ const tenants = {
|
|||
create_modal: {
|
||||
title: '创建租户',
|
||||
subtitle: '创建新的租户以分隔资源和用户。',
|
||||
/** UNTRANSLATED */
|
||||
subtitle_with_region:
|
||||
'Create a new tenant to separate resources and users. Region and environment tags can’t be modified after creation.',
|
||||
/** UNTRANSLATED */
|
||||
tenant_usage_purpose: 'What do you want to use this tenant for?',
|
||||
/** UNTRANSLATED */
|
||||
development_description:
|
||||
'Development environment is mainly used for testing and should not use in production environment.',
|
||||
/** UNTRANSLATED */
|
||||
development_hint:
|
||||
'Development environment is mainly used for testing and should not use in production environment.',
|
||||
/** UNTRANSLATED */
|
||||
production_description:
|
||||
'Production is where live software is used by end-users and may require a paid subscription.',
|
||||
/** UNTRANSLATED */
|
||||
available_plan: 'Available plan:',
|
||||
create_button: '创建租户',
|
||||
tenant_name_placeholder: '我的租户',
|
||||
},
|
||||
notification: {
|
||||
/** UNTRANSLATED */
|
||||
allow_pro_features_title:
|
||||
'You can now access <span>all features of Logto Pro</span> in your development tenant!',
|
||||
/** UNTRANSLATED */
|
||||
allow_pro_features_description: "It's completely free, with no trial period – forever!",
|
||||
/** UNTRANSLATED */
|
||||
explore_all_features: 'Explore all features',
|
||||
/** UNTRANSLATED */
|
||||
impact_title: 'Does this have any impact on me?',
|
||||
/** UNTRANSLATED */
|
||||
staging_env_hint:
|
||||
'Your tenant label has been updated from "Staging" to "Production," but this change will not impact your current setup.',
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_1:
|
||||
'As you subscribe to the Logto Hobby plan, your previous "dev" tenant tag will switch to "prod", and this won\'t affect your existing setup.',
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_2:
|
||||
"If you're still in the development stage, you can create a new development tenant to access more pro features.",
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_3:
|
||||
"If you're in the production stage, or a production environment, you still need to subscribe to a specific plan so there's nothing you need to do at this moment.",
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_4:
|
||||
"Don't hesitate to reach out if you require help! Thank you for choosing Logto!",
|
||||
},
|
||||
delete_modal: {
|
||||
title: '删除租户',
|
||||
description_line1:
|
||||
|
|
|
@ -71,6 +71,8 @@ const general = {
|
|||
edit_field: 'Edit {{field}}',
|
||||
/** UNTRANSLATED */
|
||||
delete_field: 'Delete {{field}}',
|
||||
coming_soon: '即將推出',
|
||||
beta: 'Beta',
|
||||
};
|
||||
|
||||
export default Object.freeze(general);
|
||||
|
|
|
@ -9,15 +9,29 @@ const tenants = {
|
|||
},
|
||||
settings: {
|
||||
title: '設定',
|
||||
description: '設置租戶名稱並查看托管數據的地區和環境標籤。',
|
||||
tenant_id: '租户ID',
|
||||
tenant_name: '租户名称',
|
||||
/** UNTRANSLATED */
|
||||
tenant_region: 'Data hosted region',
|
||||
/** UNTRANSLATED */
|
||||
tenant_region_tip: 'Your tenant resources are hosted in {{region}}. <a>Learn more</a>',
|
||||
environment_tag: '環境標識',
|
||||
environment_tag_description: '標籤不會改變服務。它們只是協助您區分不同的環境。',
|
||||
environment_tag_development: '開發',
|
||||
environment_tag_staging: '預備',
|
||||
environment_tag_production: '產品',
|
||||
/** UNTRANSLATED */
|
||||
development_description:
|
||||
'Development environment is mainly used for testing and include all pro features but have watermarks in the sign in experience. <a>Learn more</a>',
|
||||
tenant_info_saved: '租戶信息成功保存。',
|
||||
},
|
||||
full_env_tag: {
|
||||
/** UNTRANSLATED */
|
||||
development: 'Development',
|
||||
/** UNTRANSLATED */
|
||||
production: 'Production',
|
||||
},
|
||||
deletion_card: {
|
||||
title: '刪除',
|
||||
tenant_deletion: '刪除租戶',
|
||||
|
@ -27,9 +41,51 @@ const tenants = {
|
|||
create_modal: {
|
||||
title: '創建租戶',
|
||||
subtitle: '創建新租戶來區分資源及使用者。',
|
||||
/** UNTRANSLATED */
|
||||
subtitle_with_region:
|
||||
'Create a new tenant to separate resources and users. Region and environment tags can’t be modified after creation.',
|
||||
/** UNTRANSLATED */
|
||||
tenant_usage_purpose: 'What do you want to use this tenant for?',
|
||||
/** UNTRANSLATED */
|
||||
development_description:
|
||||
'Development environment is mainly used for testing and should not use in production environment.',
|
||||
/** UNTRANSLATED */
|
||||
development_hint:
|
||||
'Development environment is mainly used for testing and should not use in production environment.',
|
||||
/** UNTRANSLATED */
|
||||
production_description:
|
||||
'Production is where live software is used by end-users and may require a paid subscription.',
|
||||
/** UNTRANSLATED */
|
||||
available_plan: 'Available plan:',
|
||||
create_button: '創建租戶',
|
||||
tenant_name_placeholder: '我的租戶',
|
||||
},
|
||||
notification: {
|
||||
/** UNTRANSLATED */
|
||||
allow_pro_features_title:
|
||||
'You can now access <span>all features of Logto Pro</span> in your development tenant!',
|
||||
/** UNTRANSLATED */
|
||||
allow_pro_features_description: "It's completely free, with no trial period – forever!",
|
||||
/** UNTRANSLATED */
|
||||
explore_all_features: 'Explore all features',
|
||||
/** UNTRANSLATED */
|
||||
impact_title: 'Does this have any impact on me?',
|
||||
/** UNTRANSLATED */
|
||||
staging_env_hint:
|
||||
'Your tenant label has been updated from "Staging" to "Production," but this change will not impact your current setup.',
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_1:
|
||||
'As you subscribe to the Logto Hobby plan, your previous "dev" tenant tag will switch to "prod", and this won\'t affect your existing setup.',
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_2:
|
||||
"If you're still in the development stage, you can create a new development tenant to access more pro features.",
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_3:
|
||||
"If you're in the production stage, or a production environment, you still need to subscribe to a specific plan so there's nothing you need to do at this moment.",
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_4:
|
||||
"Don't hesitate to reach out if you require help! Thank you for choosing Logto!",
|
||||
},
|
||||
delete_modal: {
|
||||
title: '刪除租戶',
|
||||
description_line1:
|
||||
|
|
|
@ -71,6 +71,8 @@ const general = {
|
|||
edit_field: 'Edit {{field}}',
|
||||
/** UNTRANSLATED */
|
||||
delete_field: 'Delete {{field}}',
|
||||
coming_soon: '即將上線',
|
||||
beta: 'Beta',
|
||||
};
|
||||
|
||||
export default Object.freeze(general);
|
||||
|
|
|
@ -9,15 +9,29 @@ const tenants = {
|
|||
},
|
||||
settings: {
|
||||
title: '設定',
|
||||
description: '設置租戶名稱並查看托管數據的地區和環境標籤。',
|
||||
tenant_id: '租戶 ID',
|
||||
tenant_name: '租戶名稱',
|
||||
/** UNTRANSLATED */
|
||||
tenant_region: 'Data hosted region',
|
||||
/** UNTRANSLATED */
|
||||
tenant_region_tip: 'Your tenant resources are hosted in {{region}}. <a>Learn more</a>',
|
||||
environment_tag: '環境標籤',
|
||||
environment_tag_description: '標籤不會改變服務。它們只是指導您區分各種環境。',
|
||||
environment_tag_development: '開發',
|
||||
environment_tag_staging: '預置',
|
||||
environment_tag_production: '產品',
|
||||
/** UNTRANSLATED */
|
||||
development_description:
|
||||
'Development environment is mainly used for testing and include all pro features but have watermarks in the sign in experience. <a>Learn more</a>',
|
||||
tenant_info_saved: '租戶資訊成功儲存。',
|
||||
},
|
||||
full_env_tag: {
|
||||
/** UNTRANSLATED */
|
||||
development: 'Development',
|
||||
/** UNTRANSLATED */
|
||||
production: 'Production',
|
||||
},
|
||||
deletion_card: {
|
||||
title: '刪除',
|
||||
tenant_deletion: '刪除租戶',
|
||||
|
@ -27,9 +41,51 @@ const tenants = {
|
|||
create_modal: {
|
||||
title: '建立客戶',
|
||||
subtitle: '建立新租戶以區分資源和使用者。',
|
||||
/** UNTRANSLATED */
|
||||
subtitle_with_region:
|
||||
'Create a new tenant to separate resources and users. Region and environment tags can’t be modified after creation.',
|
||||
/** UNTRANSLATED */
|
||||
tenant_usage_purpose: 'What do you want to use this tenant for?',
|
||||
/** UNTRANSLATED */
|
||||
development_description:
|
||||
'Development environment is mainly used for testing and should not use in production environment.',
|
||||
/** UNTRANSLATED */
|
||||
development_hint:
|
||||
'Development environment is mainly used for testing and should not use in production environment.',
|
||||
/** UNTRANSLATED */
|
||||
production_description:
|
||||
'Production is where live software is used by end-users and may require a paid subscription.',
|
||||
/** UNTRANSLATED */
|
||||
available_plan: 'Available plan:',
|
||||
create_button: '建立租戶',
|
||||
tenant_name_placeholder: '我的租戶',
|
||||
},
|
||||
notification: {
|
||||
/** UNTRANSLATED */
|
||||
allow_pro_features_title:
|
||||
'You can now access <span>all features of Logto Pro</span> in your development tenant!',
|
||||
/** UNTRANSLATED */
|
||||
allow_pro_features_description: "It's completely free, with no trial period – forever!",
|
||||
/** UNTRANSLATED */
|
||||
explore_all_features: 'Explore all features',
|
||||
/** UNTRANSLATED */
|
||||
impact_title: 'Does this have any impact on me?',
|
||||
/** UNTRANSLATED */
|
||||
staging_env_hint:
|
||||
'Your tenant label has been updated from "Staging" to "Production," but this change will not impact your current setup.',
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_1:
|
||||
'As you subscribe to the Logto Hobby plan, your previous "dev" tenant tag will switch to "prod", and this won\'t affect your existing setup.',
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_2:
|
||||
"If you're still in the development stage, you can create a new development tenant to access more pro features.",
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_3:
|
||||
"If you're in the production stage, or a production environment, you still need to subscribe to a specific plan so there's nothing you need to do at this moment.",
|
||||
/** UNTRANSLATED */
|
||||
paid_tenant_hint_4:
|
||||
"Don't hesitate to reach out if you require help! Thank you for choosing Logto!",
|
||||
},
|
||||
delete_modal: {
|
||||
title: '刪除租戶',
|
||||
description_line1:
|
||||
|
|
Loading…
Reference in a new issue