mirror of
https://github.com/logto-io/logto.git
synced 2025-04-07 23:01:25 -05:00
feat(phrases): add phrases for tenant selector and create modal (#4002)
This commit is contained in:
parent
2bc880e204
commit
c73a07e7f2
45 changed files with 343 additions and 1 deletions
|
@ -122,6 +122,9 @@ const cloud = {
|
|||
description:
|
||||
'Sie haben sich erfolgreich mit Ihrem Social-Account angemeldet. Um eine nahtlose Integration und den Zugriff auf alle Funktionen von Logto zu gewährleisten, empfehlen wir Ihnen, Ihren eigenen Social-Connector zu konfigurieren.',
|
||||
},
|
||||
tenant: {
|
||||
create_tenant: 'Tenant erstellen',
|
||||
},
|
||||
};
|
||||
|
||||
export default cloud;
|
||||
|
|
|
@ -24,6 +24,7 @@ import sign_in_exp from './sign-in-exp/index.js';
|
|||
import tab_sections from './tab-sections.js';
|
||||
import tabs from './tabs.js';
|
||||
import tenant_settings from './tenant-settings.js';
|
||||
import tenants from './tenants.js';
|
||||
import user_details from './user-details.js';
|
||||
import users from './users.js';
|
||||
import webhook_details from './webhook-details.js';
|
||||
|
@ -65,6 +66,7 @@ const admin_console = {
|
|||
webhook_details,
|
||||
domain,
|
||||
tenant_settings,
|
||||
tenants,
|
||||
};
|
||||
|
||||
export default admin_console;
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
const tenants = {
|
||||
create_modal: {
|
||||
title: 'Mieter erstellen',
|
||||
subtitle: 'Erstellen Sie einen neuen Mieter, um Ressourcen und Benutzer zu trennen.',
|
||||
create_button: 'Mieter erstellen',
|
||||
tenant_name: 'Mietername',
|
||||
tenant_name_placeholder: 'Mein Mieter',
|
||||
environment_tag: 'Umwelt Tag',
|
||||
environment_tag_description:
|
||||
'Verwenden Sie Tags, um die Verwendungsumgebungen von Mieter zu unterscheiden. Dienste innerhalb jeder Marke sind identisch und sorgen für Konsistenz.',
|
||||
environment_tag_development: 'Entwicklung',
|
||||
environment_tag_staging: 'Staging',
|
||||
environment_tag_production: 'Produktion',
|
||||
},
|
||||
tenant_created: "Mieter '{{name}}' erfolgreich erstellt.",
|
||||
};
|
||||
|
||||
export default tenants;
|
|
@ -117,6 +117,9 @@ const cloud = {
|
|||
description:
|
||||
'You have successfully signed in using your social account. To ensure seamless integration and access to all the features of Logto, we recommend that you proceed to configure your own social connector.',
|
||||
},
|
||||
tenant: {
|
||||
create_tenant: 'Create tenant',
|
||||
},
|
||||
};
|
||||
|
||||
export default cloud;
|
||||
|
|
|
@ -24,6 +24,7 @@ import sign_in_exp from './sign-in-exp/index.js';
|
|||
import tab_sections from './tab-sections.js';
|
||||
import tabs from './tabs.js';
|
||||
import tenant_settings from './tenant-settings.js';
|
||||
import tenants from './tenants.js';
|
||||
import user_details from './user-details.js';
|
||||
import users from './users.js';
|
||||
import webhook_details from './webhook-details.js';
|
||||
|
@ -65,6 +66,7 @@ const admin_console = {
|
|||
webhook_details,
|
||||
domain,
|
||||
tenant_settings,
|
||||
tenants,
|
||||
};
|
||||
|
||||
export default admin_console;
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
const tenants = {
|
||||
create_modal: {
|
||||
title: 'Create tenant',
|
||||
subtitle: 'Create a new tenant to separate resources and users.',
|
||||
create_button: 'Create tenant',
|
||||
tenant_name: 'Tenant Name',
|
||||
tenant_name_placeholder: 'My tenant',
|
||||
environment_tag: 'Environment Tag',
|
||||
environment_tag_description:
|
||||
'Use tags to differentiate tenant usage environments. Services within each tag are identical, ensuring consistency.',
|
||||
environment_tag_development: 'Development',
|
||||
environment_tag_staging: 'Staging',
|
||||
environment_tag_production: 'Production',
|
||||
},
|
||||
tenant_created: "Tenant '{{name}}' created successfully.",
|
||||
};
|
||||
|
||||
export default tenants;
|
|
@ -122,6 +122,9 @@ const cloud = {
|
|||
description:
|
||||
'Ha iniciado sesión correctamente utilizando su cuenta social. Para garantizar una integración perfecta y el acceso a todas las funciones de Logto, recomendamos que proceda a configurar su propio conector social.',
|
||||
},
|
||||
tenant: {
|
||||
create_tenant: 'Crear inquilino',
|
||||
},
|
||||
};
|
||||
|
||||
export default cloud;
|
||||
|
|
|
@ -24,6 +24,7 @@ import sign_in_exp from './sign-in-exp/index.js';
|
|||
import tab_sections from './tab-sections.js';
|
||||
import tabs from './tabs.js';
|
||||
import tenant_settings from './tenant-settings.js';
|
||||
import tenants from './tenants.js';
|
||||
import user_details from './user-details.js';
|
||||
import users from './users.js';
|
||||
import webhook_details from './webhook-details.js';
|
||||
|
@ -65,6 +66,7 @@ const admin_console = {
|
|||
webhook_details,
|
||||
domain,
|
||||
tenant_settings,
|
||||
tenants,
|
||||
};
|
||||
|
||||
export default admin_console;
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
const tenants = {
|
||||
create_modal: {
|
||||
title: 'Crear inquilino',
|
||||
subtitle: 'Cree un nuevo inquilino para separar recursos y usuarios.',
|
||||
create_button: 'Crear inquilino',
|
||||
tenant_name: 'Nombre del inquilino',
|
||||
tenant_name_placeholder: 'Mi inquilino',
|
||||
environment_tag: 'Etiqueta de ambiente',
|
||||
environment_tag_description:
|
||||
'Use etiquetas para diferenciar los ambientes de uso del inquilino. Los servicios dentro de cada etiqueta son idénticos, lo que garantiza la coherencia.',
|
||||
environment_tag_development: 'Desarrollo',
|
||||
environment_tag_staging: 'Puesta en escena',
|
||||
environment_tag_production: 'Producción',
|
||||
},
|
||||
tenant_created: "El inquilino '{{name}}' se ha creado correctamente.",
|
||||
};
|
||||
|
||||
export default tenants;
|
|
@ -7,7 +7,7 @@ const cloud = {
|
|||
title: 'Bienvenue et créons votre propre aperçu cloud de Logto',
|
||||
description:
|
||||
'Que vous soyez un utilisateur open-source ou cloud, faites une visite de la vitrine et découvrez la valeur totale de Logto. Le Cloud Preview sert également de version préliminaire de Logto Cloud.',
|
||||
project_field: 'J’utilise Logto pour',
|
||||
project_field: "J'utilise Logto pour",
|
||||
project_options: {
|
||||
personal: 'Projet personnel',
|
||||
company: "Projet d'entreprise",
|
||||
|
@ -121,6 +121,9 @@ const cloud = {
|
|||
description:
|
||||
'Vous vous êtes connecté avec succès en utilisant votre compte social. Pour assurer une intégration fluide et accéder à toutes les fonctionnalités de Logto, nous vous recommandons de configurer votre propre connecteur social.',
|
||||
},
|
||||
tenant: {
|
||||
create_tenant: 'Créer un locataire',
|
||||
},
|
||||
};
|
||||
|
||||
export default cloud;
|
||||
|
|
|
@ -24,6 +24,7 @@ import sign_in_exp from './sign-in-exp/index.js';
|
|||
import tab_sections from './tab-sections.js';
|
||||
import tabs from './tabs.js';
|
||||
import tenant_settings from './tenant-settings.js';
|
||||
import tenants from './tenants.js';
|
||||
import user_details from './user-details.js';
|
||||
import users from './users.js';
|
||||
import webhook_details from './webhook-details.js';
|
||||
|
@ -65,6 +66,7 @@ const admin_console = {
|
|||
webhook_details,
|
||||
domain,
|
||||
tenant_settings,
|
||||
tenants,
|
||||
};
|
||||
|
||||
export default admin_console;
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
const tenants = {
|
||||
create_modal: {
|
||||
title: 'Créer un locataire',
|
||||
subtitle: 'Créez un nouveau locataire pour séparer les ressources et les utilisateurs.',
|
||||
create_button: 'Créer un locataire',
|
||||
tenant_name: 'Nom du locataire',
|
||||
tenant_name_placeholder: 'Mon locataire',
|
||||
environment_tag: 'Balise environnement',
|
||||
environment_tag_description:
|
||||
"Utilisez des balises pour différencier les environnements d'utilisation des locataires. Les services dans chaque balise sont identiques, assurant ainsi la cohérence.",
|
||||
environment_tag_development: 'Développement',
|
||||
environment_tag_staging: 'Mise en scène',
|
||||
environment_tag_production: 'Production',
|
||||
},
|
||||
tenant_created: "Locataire '{{name}}' créé avec succès.",
|
||||
};
|
||||
|
||||
export default tenants;
|
|
@ -119,6 +119,9 @@ const cloud = {
|
|||
description:
|
||||
"Hai effettuato l'accesso con successo utilizzando il tuo account social. Per garantire integrazione senza problemi e accesso a tutte le funzionalità di Logto, ti consigliamo di procedere alla configurazione del tuo connettore social.",
|
||||
},
|
||||
tenant: {
|
||||
create_tenant: 'Create tenant',
|
||||
},
|
||||
};
|
||||
|
||||
export default cloud;
|
||||
|
|
|
@ -24,6 +24,7 @@ import sign_in_exp from './sign-in-exp/index.js';
|
|||
import tab_sections from './tab-sections.js';
|
||||
import tabs from './tabs.js';
|
||||
import tenant_settings from './tenant-settings.js';
|
||||
import tenants from './tenants.js';
|
||||
import user_details from './user-details.js';
|
||||
import users from './users.js';
|
||||
import webhook_details from './webhook-details.js';
|
||||
|
@ -65,6 +66,7 @@ const admin_console = {
|
|||
webhook_details,
|
||||
domain,
|
||||
tenant_settings,
|
||||
tenants,
|
||||
};
|
||||
|
||||
export default admin_console;
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
const tenants = {
|
||||
create_modal: {
|
||||
title: 'Crea nuovo tenant',
|
||||
subtitle: 'Crea un nuovo tenant per separare risorse e utenti.',
|
||||
create_button: 'Crea tenant',
|
||||
tenant_name: 'Nome tenant',
|
||||
tenant_name_placeholder: 'Il mio tenant',
|
||||
environment_tag: 'Tag ambiente',
|
||||
environment_tag_description:
|
||||
"Usa i tag per differenziare gli ambienti di utilizzo del tenant. I servizi all'interno di ogni tag sono identici, garantendo la coerenza.",
|
||||
environment_tag_development: 'Sviluppo',
|
||||
environment_tag_staging: 'Sperimentale',
|
||||
environment_tag_production: 'Produzione',
|
||||
},
|
||||
tenant_created: "Tenant '{{name}}' creato con successo.",
|
||||
};
|
||||
|
||||
export default tenants;
|
|
@ -118,6 +118,9 @@ const cloud = {
|
|||
description:
|
||||
'ソーシャルアカウントを使用して正常にサインインしました。Logtoのすべての機能にシームレスにアクセスできるようにするために、独自のソーシャルコネクタを設定することをお勧めします。',
|
||||
},
|
||||
tenant: {
|
||||
create_tenant: 'テナントを作成する',
|
||||
},
|
||||
};
|
||||
|
||||
export default cloud;
|
||||
|
|
|
@ -24,6 +24,7 @@ import sign_in_exp from './sign-in-exp/index.js';
|
|||
import tab_sections from './tab-sections.js';
|
||||
import tabs from './tabs.js';
|
||||
import tenant_settings from './tenant-settings.js';
|
||||
import tenants from './tenants.js';
|
||||
import user_details from './user-details.js';
|
||||
import users from './users.js';
|
||||
import webhook_details from './webhook-details.js';
|
||||
|
@ -65,6 +66,7 @@ const admin_console = {
|
|||
webhook_details,
|
||||
domain,
|
||||
tenant_settings,
|
||||
tenants,
|
||||
};
|
||||
|
||||
export default admin_console;
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
const tenants = {
|
||||
create_modal: {
|
||||
title: 'テナントを作成する',
|
||||
subtitle: 'リソースとユーザーを分離するには、新しいテナントを作成します。',
|
||||
create_button: 'テナントを作成する',
|
||||
tenant_name: 'テナント名',
|
||||
tenant_name_placeholder: '私のテナント',
|
||||
environment_tag: '環境タグ',
|
||||
environment_tag_description:
|
||||
'タグを使用して、テナント使用環境を区別します。各タグ内のサービスは同一であり、一貫性が保たれます。',
|
||||
environment_tag_development: '開発',
|
||||
environment_tag_staging: 'ステージング',
|
||||
environment_tag_production: 'プロダクション',
|
||||
},
|
||||
tenant_created: "{{name}}'のテナントが正常に作成されました。",
|
||||
};
|
||||
|
||||
export default tenants;
|
|
@ -117,6 +117,9 @@ const cloud = {
|
|||
description:
|
||||
'소셜 계정을 사용하여 로그인에 성공했어요. Logto의 모든 기능을 원활하게 통합하고 접근하려면 당신의 소셜 연동을 구성하는 것이 좋아요.',
|
||||
},
|
||||
tenant: {
|
||||
create_tenant: '테넌트 생성하기',
|
||||
},
|
||||
};
|
||||
|
||||
export default cloud;
|
||||
|
|
|
@ -24,6 +24,7 @@ import sign_in_exp from './sign-in-exp/index.js';
|
|||
import tab_sections from './tab-sections.js';
|
||||
import tabs from './tabs.js';
|
||||
import tenant_settings from './tenant-settings.js';
|
||||
import tenants from './tenants.js';
|
||||
import user_details from './user-details.js';
|
||||
import users from './users.js';
|
||||
import webhook_details from './webhook-details.js';
|
||||
|
@ -65,6 +66,7 @@ const admin_console = {
|
|||
webhook_details,
|
||||
domain,
|
||||
tenant_settings,
|
||||
tenants,
|
||||
};
|
||||
|
||||
export default admin_console;
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
const tenants = {
|
||||
create_modal: {
|
||||
title: '테넌트 만들기',
|
||||
subtitle: '자원 및 사용자를 분리하기 위한 새 테넌트를 만드세요.',
|
||||
create_button: '테넌트 만들기',
|
||||
tenant_name: '테넌트 이름',
|
||||
tenant_name_placeholder: '내 테넌트',
|
||||
environment_tag: '환경 태그',
|
||||
environment_tag_description:
|
||||
'태그를 사용하여 테넌트 사용 환경을 구분하세요. 각 태그 내의 서비스는 동일하여 일관성을 보장합니다.',
|
||||
environment_tag_development: '개발',
|
||||
environment_tag_staging: '스테이징',
|
||||
environment_tag_production: '프로덕션',
|
||||
},
|
||||
tenant_created: "테넌트 '{{name}}'가(이) 성공적으로 만들어졌습니다.",
|
||||
};
|
||||
|
||||
export default tenants;
|
|
@ -119,6 +119,9 @@ const cloud = {
|
|||
description:
|
||||
'Zalogowałeś się pomyślnie używając swojego konta społecznościowego. Aby zapewnić bezproblemową integrację i dostęp do wszystkich funkcji Logto, zalecamy przejście do konfiguracji własnego konektora społecznościowego.',
|
||||
},
|
||||
tenant: {
|
||||
create_tenant: 'Stwórz najemcę',
|
||||
},
|
||||
};
|
||||
|
||||
export default cloud;
|
||||
|
|
|
@ -24,6 +24,7 @@ import sign_in_exp from './sign-in-exp/index.js';
|
|||
import tab_sections from './tab-sections.js';
|
||||
import tabs from './tabs.js';
|
||||
import tenant_settings from './tenant-settings.js';
|
||||
import tenants from './tenants.js';
|
||||
import user_details from './user-details.js';
|
||||
import users from './users.js';
|
||||
import webhook_details from './webhook-details.js';
|
||||
|
@ -65,6 +66,7 @@ const admin_console = {
|
|||
webhook_details,
|
||||
domain,
|
||||
tenant_settings,
|
||||
tenants,
|
||||
};
|
||||
|
||||
export default admin_console;
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
const tenants = {
|
||||
create_modal: {
|
||||
title: 'Utwórz nowego najemcę',
|
||||
subtitle: 'Utwórz nowego najemcę aby oddzielić zasoby i użytkowników.',
|
||||
create_button: 'Utwórz najemcę',
|
||||
tenant_name: 'Nazwa najemcy',
|
||||
tenant_name_placeholder: 'Mój najemca',
|
||||
environment_tag: 'Tag środowiska',
|
||||
environment_tag_description:
|
||||
'Użyj tagów do odróżniania środowisk wykorzystania najemcy. Usługi w każdym tagu są identyczne, zapewniając spójność.',
|
||||
environment_tag_development: 'Rozwój',
|
||||
environment_tag_staging: 'Staging',
|
||||
environment_tag_production: 'Produkcja',
|
||||
},
|
||||
tenant_created: "Najemca '{{name}}' utworzony pomyślnie.",
|
||||
};
|
||||
|
||||
export default tenants;
|
|
@ -118,6 +118,9 @@ const cloud = {
|
|||
description:
|
||||
'Você entrou com sucesso usando sua conta social. Para garantir a integração perfeita e o acesso a todos os recursos do Logto, recomendamos que você prossiga para configurar seu próprio conector social.',
|
||||
},
|
||||
tenant: {
|
||||
create_tenant: 'Criar inquilino',
|
||||
},
|
||||
};
|
||||
|
||||
export default cloud;
|
||||
|
|
|
@ -24,6 +24,7 @@ import sign_in_exp from './sign-in-exp/index.js';
|
|||
import tab_sections from './tab-sections.js';
|
||||
import tabs from './tabs.js';
|
||||
import tenant_settings from './tenant-settings.js';
|
||||
import tenants from './tenants.js';
|
||||
import user_details from './user-details.js';
|
||||
import users from './users.js';
|
||||
import webhook_details from './webhook-details.js';
|
||||
|
@ -65,6 +66,7 @@ const admin_console = {
|
|||
webhook_details,
|
||||
domain,
|
||||
tenant_settings,
|
||||
tenants,
|
||||
};
|
||||
|
||||
export default admin_console;
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
const tenants = {
|
||||
create_modal: {
|
||||
title: 'Criar inquilino',
|
||||
subtitle: 'Crie um novo inquilino para separar recursos e usuários.',
|
||||
create_button: 'Criar inquilino',
|
||||
tenant_name: 'Nome do inquilino',
|
||||
tenant_name_placeholder: 'Meu inquilino',
|
||||
environment_tag: 'Tag de ambiente',
|
||||
environment_tag_description:
|
||||
'Use tags para diferenciar ambientes de uso de inquilino. Serviços dentro de cada tag são idênticos, garantindo consistência.',
|
||||
environment_tag_development: 'Desenvolvimento',
|
||||
environment_tag_staging: 'Staging',
|
||||
environment_tag_production: 'Produção',
|
||||
},
|
||||
tenant_created: "Inquilino '{{name}}' criado com sucesso.",
|
||||
};
|
||||
|
||||
export default tenants;
|
|
@ -118,6 +118,9 @@ const cloud = {
|
|||
description:
|
||||
'Você entrou com sucesso usando sua conta social. Para garantir uma integração perfeita e acesso a todos os recursos do Logto, recomendamos que você prossiga para configurar seu próprio conector social.',
|
||||
},
|
||||
tenant: {
|
||||
create_tenant: 'Create tenant',
|
||||
},
|
||||
};
|
||||
|
||||
export default cloud;
|
||||
|
|
|
@ -24,6 +24,7 @@ import sign_in_exp from './sign-in-exp/index.js';
|
|||
import tab_sections from './tab-sections.js';
|
||||
import tabs from './tabs.js';
|
||||
import tenant_settings from './tenant-settings.js';
|
||||
import tenants from './tenants.js';
|
||||
import user_details from './user-details.js';
|
||||
import users from './users.js';
|
||||
import webhook_details from './webhook-details.js';
|
||||
|
@ -65,6 +66,7 @@ const admin_console = {
|
|||
webhook_details,
|
||||
domain,
|
||||
tenant_settings,
|
||||
tenants,
|
||||
};
|
||||
|
||||
export default admin_console;
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
const tenants = {
|
||||
create_modal: {
|
||||
title: 'Criar inquilino',
|
||||
subtitle: 'Crie um novo inquilino para separar recursos e utilizadores.',
|
||||
create_button: 'Criar inquilino',
|
||||
tenant_name: 'Nome do inquilino',
|
||||
tenant_name_placeholder: 'Meu inquilino',
|
||||
environment_tag: 'Etiqueta de ambiente',
|
||||
environment_tag_description:
|
||||
'Use etiquetas para diferenciar os ambientes de utilização do inquilino. Os serviços em cada etiqueta são idênticos, garantindo consistência.',
|
||||
environment_tag_development: 'Desenvolvimento',
|
||||
environment_tag_staging: 'Staging',
|
||||
environment_tag_production: 'Produção',
|
||||
},
|
||||
tenant_created: "Inquilino '{{name}}' criado com sucesso.",
|
||||
};
|
||||
|
||||
export default tenants;
|
|
@ -123,6 +123,9 @@ const cloud = {
|
|||
description:
|
||||
'Вы успешно вошли, используя свою учетную запись в социальной сети. Чтобы обеспечить безпроблемную интеграцию и доступ ко всем функциям Logto, рекомендуем настроить свой собственный социальный коннектор.',
|
||||
},
|
||||
tenant: {
|
||||
create_tenant: 'Создать арендатора',
|
||||
},
|
||||
};
|
||||
|
||||
export default cloud;
|
||||
|
|
|
@ -24,6 +24,7 @@ import sign_in_exp from './sign-in-exp/index.js';
|
|||
import tab_sections from './tab-sections.js';
|
||||
import tabs from './tabs.js';
|
||||
import tenant_settings from './tenant-settings.js';
|
||||
import tenants from './tenants.js';
|
||||
import user_details from './user-details.js';
|
||||
import users from './users.js';
|
||||
import webhook_details from './webhook-details.js';
|
||||
|
@ -65,6 +66,7 @@ const admin_console = {
|
|||
webhook_details,
|
||||
domain,
|
||||
tenant_settings,
|
||||
tenants,
|
||||
};
|
||||
|
||||
export default admin_console;
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
const tenants = {
|
||||
create_modal: {
|
||||
title: 'Создать арендатора',
|
||||
subtitle: 'Создайте нового арендатора для разделения ресурсов и пользователей.',
|
||||
create_button: 'Создать арендатора',
|
||||
tenant_name: 'Имя арендатора',
|
||||
tenant_name_placeholder: 'Мой арендатор',
|
||||
environment_tag: 'Тег окружения',
|
||||
environment_tag_description:
|
||||
'Используйте теги для отделения сред сред использования арендаторов. Сервисы в каждом теге идентичны, обеспечивая согласованность.',
|
||||
environment_tag_development: 'Разработка',
|
||||
environment_tag_staging: 'Стадия',
|
||||
environment_tag_production: 'Производство',
|
||||
},
|
||||
tenant_created: "Арендатор '{{name}}' успешно создан.",
|
||||
};
|
||||
|
||||
export default tenants;
|
|
@ -118,6 +118,9 @@ const cloud = {
|
|||
description:
|
||||
"Sosyal hesabınızı kullanarak başarılı bir şekilde giriş yaptınız. Logto'nun tüm özelliklerine sorunsuz entegrasyon ve erişim sağlamak için kendi sosyal konektörünüzü yapılandırmaya devam etmenizi öneririz.",
|
||||
},
|
||||
tenant: {
|
||||
create_tenant: 'Kiracı Oluştur',
|
||||
},
|
||||
};
|
||||
|
||||
export default cloud;
|
||||
|
|
|
@ -24,6 +24,7 @@ import sign_in_exp from './sign-in-exp/index.js';
|
|||
import tab_sections from './tab-sections.js';
|
||||
import tabs from './tabs.js';
|
||||
import tenant_settings from './tenant-settings.js';
|
||||
import tenants from './tenants.js';
|
||||
import user_details from './user-details.js';
|
||||
import users from './users.js';
|
||||
import webhook_details from './webhook-details.js';
|
||||
|
@ -65,6 +66,7 @@ const admin_console = {
|
|||
webhook_details,
|
||||
domain,
|
||||
tenant_settings,
|
||||
tenants,
|
||||
};
|
||||
|
||||
export default admin_console;
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
const tenants = {
|
||||
create_modal: {
|
||||
title: 'Kiracı Oluştur',
|
||||
subtitle: 'Kaynakları ve kullanıcıları ayırmak için yeni bir kiracı oluşturun.',
|
||||
create_button: 'Kiracı oluştur',
|
||||
tenant_name: 'Kiracı Adı',
|
||||
tenant_name_placeholder: 'Benim kiracım',
|
||||
environment_tag: 'Çevre Etiketi',
|
||||
environment_tag_description:
|
||||
'Kiracı kullanım ortamlarını ayırt etmek için etiketleri kullanın. Her etiket içindeki hizmetler aynıdır, tutarlılığı sağlar.',
|
||||
environment_tag_development: 'Geliştirme',
|
||||
environment_tag_staging: 'Daha Yüksek Birlik',
|
||||
environment_tag_production: 'Üretim',
|
||||
},
|
||||
tenant_created: "Kiracı '{{name}}' başarıyla oluşturuldu.",
|
||||
};
|
||||
|
||||
export default tenants;
|
|
@ -114,6 +114,9 @@ const cloud = {
|
|||
description:
|
||||
'你已成功使用社交账户登录。为确保与 Logto 的无缝集成并获得所有功能的访问权限,我们建议你继续配置自己的社交连接器。',
|
||||
},
|
||||
tenant: {
|
||||
create_tenant: '创建租户',
|
||||
},
|
||||
};
|
||||
|
||||
export default cloud;
|
||||
|
|
|
@ -24,6 +24,7 @@ import sign_in_exp from './sign-in-exp/index.js';
|
|||
import tab_sections from './tab-sections.js';
|
||||
import tabs from './tabs.js';
|
||||
import tenant_settings from './tenant-settings.js';
|
||||
import tenants from './tenants.js';
|
||||
import user_details from './user-details.js';
|
||||
import users from './users.js';
|
||||
import webhook_details from './webhook-details.js';
|
||||
|
@ -65,6 +66,7 @@ const admin_console = {
|
|||
webhook_details,
|
||||
domain,
|
||||
tenant_settings,
|
||||
tenants,
|
||||
};
|
||||
|
||||
export default admin_console;
|
||||
|
|
|
@ -0,0 +1,17 @@
|
|||
const tenants = {
|
||||
create_modal: {
|
||||
title: '创建租户',
|
||||
subtitle: '创建新的租户以分隔资源和用户。',
|
||||
create_button: '创建租户',
|
||||
tenant_name: '租户名称',
|
||||
tenant_name_placeholder: '我的租户',
|
||||
environment_tag: '环境标签',
|
||||
environment_tag_description: '使用标签区分租户使用环境。每个标签内的服务相同,确保一致性。',
|
||||
environment_tag_development: '开发环境',
|
||||
environment_tag_staging: '暂存环境',
|
||||
environment_tag_production: '生产环境',
|
||||
},
|
||||
tenant_created: "租户'{{name}}'创建成功。",
|
||||
};
|
||||
|
||||
export default tenants;
|
|
@ -114,6 +114,9 @@ const cloud = {
|
|||
description:
|
||||
'你已成功使用社交帳戶登錄。為確保與 Logto 的無縫集成並獲得所有功能的訪問權限,我們建議你繼續配置自己的社交連接器。',
|
||||
},
|
||||
tenant: {
|
||||
create_tenant: '創建租戶',
|
||||
},
|
||||
};
|
||||
|
||||
export default cloud;
|
||||
|
|
|
@ -24,6 +24,7 @@ import sign_in_exp from './sign-in-exp/index.js';
|
|||
import tab_sections from './tab-sections.js';
|
||||
import tabs from './tabs.js';
|
||||
import tenant_settings from './tenant-settings.js';
|
||||
import tenants from './tenants.js';
|
||||
import user_details from './user-details.js';
|
||||
import users from './users.js';
|
||||
import webhook_details from './webhook-details.js';
|
||||
|
@ -65,6 +66,7 @@ const admin_console = {
|
|||
webhook_details,
|
||||
domain,
|
||||
tenant_settings,
|
||||
tenants,
|
||||
};
|
||||
|
||||
export default admin_console;
|
||||
|
|
|
@ -0,0 +1,17 @@
|
|||
const tenants = {
|
||||
create_modal: {
|
||||
title: '創建租戶',
|
||||
subtitle: '創建新租戶來區分資源及使用者。',
|
||||
create_button: '創建租戶',
|
||||
tenant_name: '租戶名稱',
|
||||
tenant_name_placeholder: '我的租戶',
|
||||
environment_tag: '環境標籤',
|
||||
environment_tag_description: '使用標籤區分租戶環境。每個標籤中的服務均相同,確保一致性。',
|
||||
environment_tag_development: '開發',
|
||||
environment_tag_staging: '測試',
|
||||
environment_tag_production: '生產',
|
||||
},
|
||||
tenant_created: '成功創建租戶「{{name}}」。',
|
||||
};
|
||||
|
||||
export default tenants;
|
|
@ -114,6 +114,9 @@ const cloud = {
|
|||
description:
|
||||
'你已成功使用社交帳戶登錄。為確保與 Logto 的無縫集成並獲得所有功能的訪問權限,我們建議你繼續配置自己的社交連接器。',
|
||||
},
|
||||
tenant: {
|
||||
create_tenant: '新增租戶',
|
||||
},
|
||||
};
|
||||
|
||||
export default cloud;
|
||||
|
|
|
@ -24,6 +24,7 @@ import sign_in_exp from './sign-in-exp/index.js';
|
|||
import tab_sections from './tab-sections.js';
|
||||
import tabs from './tabs.js';
|
||||
import tenant_settings from './tenant-settings.js';
|
||||
import tenants from './tenants.js';
|
||||
import user_details from './user-details.js';
|
||||
import users from './users.js';
|
||||
import webhook_details from './webhook-details.js';
|
||||
|
@ -65,6 +66,7 @@ const admin_console = {
|
|||
webhook_details,
|
||||
domain,
|
||||
tenant_settings,
|
||||
tenants,
|
||||
};
|
||||
|
||||
export default admin_console;
|
||||
|
|
|
@ -0,0 +1,17 @@
|
|||
const tenants = {
|
||||
create_modal: {
|
||||
title: '建立客戶',
|
||||
subtitle: '建立新租戶以區分資源和使用者。',
|
||||
create_button: '建立租戶',
|
||||
tenant_name: '租戶名稱',
|
||||
tenant_name_placeholder: '我的租戶',
|
||||
environment_tag: '環境標籤',
|
||||
environment_tag_description: '使用標籤區分租戶使用環境,每個標籤的服務相同,確保一致性。',
|
||||
environment_tag_development: '開發',
|
||||
environment_tag_staging: '測試',
|
||||
environment_tag_production: '生產',
|
||||
},
|
||||
tenant_created: "租戶 '{{name}}' 成功建立。",
|
||||
};
|
||||
|
||||
export default tenants;
|
Loading…
Add table
Reference in a new issue