mirror of
https://github.com/logto-io/logto.git
synced 2025-03-03 22:15:32 -05:00
chore(phrases): add custom domain phrases for console (#3929)
This commit is contained in:
parent
93e995aa83
commit
358561293f
30 changed files with 1074 additions and 0 deletions
|
@ -0,0 +1,71 @@
|
|||
const domain = {
|
||||
status: {
|
||||
connecting: 'Verbindung wird hergestellt',
|
||||
in_used: 'In Benutzung',
|
||||
failed_to_connect: 'Verbindung fehlgeschlagen',
|
||||
},
|
||||
update_endpoint_alert: {
|
||||
description:
|
||||
'Ihre benutzerdefinierte Domain wurde erfolgreich konfiguriert. Vergessen Sie nicht, die Domain zu aktualisieren, die Sie zuvor für die folgenden Ressourcen konfiguriert haben: {{domain}}.',
|
||||
endpoint_url: 'Endpunkt-URL von <a>{{link}}</a>',
|
||||
application_settings_link_text: 'Anwendungseinstellungen',
|
||||
callback_url: 'Callback-URL von <a>{{link}}</a>',
|
||||
social_connector_link_text: 'Soziale Anbindung',
|
||||
api_identifier: 'API-Identifier von <a>{{link}}</a>',
|
||||
uri_management_api_link_text: 'URI-Verwaltungs-API',
|
||||
tip: 'Nach der Änderung der Einstellungen können Sie diese in unserem Anmeldungsprozess testen. <a>{{link}}</a>',
|
||||
},
|
||||
custom: {
|
||||
custom_domain: 'Benutzerdefinierte Domain',
|
||||
custom_domain_description:
|
||||
'Ersetzen Sie die Standarddomain durch Ihre eigene Domain, um die Konsistenz mit Ihrer Marke beizubehalten und die Anmeldeerfahrung für Benutzer zu personalisieren.',
|
||||
custom_domain_field: 'Benutzerdefinierte Domain',
|
||||
custom_domain_placeholder: 'ihredomain.com',
|
||||
add_domain: 'Domain hinzufügen',
|
||||
invalid_domain_format: 'Ungültiges Format',
|
||||
steps: {
|
||||
add_records: {
|
||||
title: 'Fügen Sie die folgenden DNS-Einträge zu Ihrem DNS-Anbieter hinzu',
|
||||
generating_dns_records: 'Erzeuge die DNS-Einträge...',
|
||||
table: {
|
||||
type_field: 'Typ',
|
||||
name_field: 'Name',
|
||||
value_field: 'Wert',
|
||||
},
|
||||
finish_and_continue: 'Fertigstellen und Fortfahren',
|
||||
},
|
||||
verify_domain: {
|
||||
title: 'Verifizieren Sie die Verbindung der DNS-Einträge automatisch',
|
||||
description:
|
||||
'Der Prozess wird automatisch durchgeführt und kann einige Minuten (bis zu 24 Stunden) dauern. Sie können diese Schnittstelle verlassen, während sie ausgeführt wird.',
|
||||
error_message:
|
||||
'Verifizierung fehlgeschlagen. Bitte prüfen Sie Ihren Domainnamen oder DNS-Einträge.',
|
||||
},
|
||||
generate_ssl_cert: {
|
||||
title: 'Generieren Sie automatisch ein SSL-Zertifikat',
|
||||
description:
|
||||
'Der Prozess wird automatisch durchgeführt und kann einige Minuten (bis zu 24 Stunden) dauern. Sie können diese Schnittstelle verlassen, während sie ausgeführt wird.',
|
||||
error_message: 'SSL-Zertifizierung fehlgeschlagen. ',
|
||||
},
|
||||
enable_domain: 'Aktivieren Sie Ihre benutzerdefinierte Domain automatisch',
|
||||
},
|
||||
deletion: {
|
||||
delete_domain: 'Domain löschen',
|
||||
reminder: 'Benutzerdefinierte Domain löschen',
|
||||
description: 'Sind Sie sicher, dass Sie diese benutzerdefinierte Domain löschen möchten?',
|
||||
in_used_description:
|
||||
'Sind Sie sicher, dass Sie diese benutzerdefinierte Domain "{{domain}}" löschen möchten?',
|
||||
in_used_tip:
|
||||
'Wenn Sie diese benutzerdefinierte Domain zuvor in Ihrem sozialen Anbindungsanbieter oder Anwendungs-Endpunkt eingerichtet haben, müssen Sie die URI zuerst auf die Logto benutzerdefinierte Domain "{{domain}}" ändern. Dies ist notwendig, damit der soziale Anmelde-Button ordnungsgemäß funktioniert.',
|
||||
deleted: 'Benutzerdefinierte Domain wurde erfolgreich gelöscht!',
|
||||
},
|
||||
},
|
||||
default: {
|
||||
default_domain: 'Standarddomain',
|
||||
default_domain_description:
|
||||
'Wir bieten einen Standard-Domainnamen an, der direkt online verwendet werden kann. Es ist immer verfügbar und stellt sicher, dass Ihre Anwendung immer für die Anmeldung erreichbar ist, auch wenn Sie auf eine benutzerdefinierte Domain umsteigen.',
|
||||
default_domain_field: 'Logto Standard-Domain',
|
||||
},
|
||||
};
|
||||
|
||||
export default domain;
|
|
@ -8,6 +8,7 @@ import connector_details from './connector-details.js';
|
|||
import connectors from './connectors.js';
|
||||
import contact from './contact.js';
|
||||
import dashboard from './dashboard.js';
|
||||
import domain from './domain.js';
|
||||
import errors from './errors.js';
|
||||
import general from './general.js';
|
||||
import get_started from './get-started.js';
|
||||
|
@ -61,6 +62,7 @@ const admin_console = {
|
|||
components,
|
||||
webhooks,
|
||||
webhook_details,
|
||||
domain,
|
||||
};
|
||||
|
||||
export default admin_console;
|
||||
|
|
|
@ -0,0 +1,69 @@
|
|||
const domain = {
|
||||
status: {
|
||||
connecting: 'Connecting',
|
||||
in_used: 'In used',
|
||||
failed_to_connect: 'Failed to connect',
|
||||
},
|
||||
update_endpoint_alert: {
|
||||
description:
|
||||
'Your custom domain has been successfully configured. Don’t forget to update the domain which you have used to {{domain}} if you had configured the resources below previously.',
|
||||
endpoint_url: 'Endpoint URL of <a>{{link}}</a>',
|
||||
application_settings_link_text: 'Application Settings',
|
||||
callback_url: 'Callback URL of <a>{{link}}</a>',
|
||||
social_connector_link_text: 'Social connector',
|
||||
api_identifier: 'API identifier of <a>{{link}}</a>',
|
||||
uri_management_api_link_text: 'URI Management API',
|
||||
tip: 'After change settings, you can test it in our sign-in experience <a>{{link}}</a>.',
|
||||
},
|
||||
custom: {
|
||||
custom_domain: 'Custom Domain',
|
||||
custom_domain_description:
|
||||
'Replace the default domain with your own domain to maintain consistency with your brand and personalize the sign-in experience for your users.',
|
||||
custom_domain_field: 'Custom domain',
|
||||
custom_domain_placeholder: 'yourdomain.com',
|
||||
add_domain: 'Add domain',
|
||||
invalid_domain_format: 'Invalid domain format',
|
||||
steps: {
|
||||
add_records: {
|
||||
title: 'Add the following DNS records to your DNS provider',
|
||||
generating_dns_records: 'Generating the DNS records...',
|
||||
table: {
|
||||
type_field: 'Type',
|
||||
name_field: 'Name',
|
||||
value_field: 'Value',
|
||||
},
|
||||
finish_and_continue: 'Finish and Continue',
|
||||
},
|
||||
verify_domain: {
|
||||
title: 'Verify the connection of DNS records automatically',
|
||||
description:
|
||||
'The process will be carried out automatically, which may take a few minutes (up to 24 hours). You can exit this interface while it runs.',
|
||||
error_message: 'Failed to verify. Please check your domain name or DNS Records.',
|
||||
},
|
||||
generate_ssl_cert: {
|
||||
title: 'Generate an SSL certificate automatically',
|
||||
description:
|
||||
'The process will be carried out automatically, which may take a few minutes (up to 24 hours). You can exit this interface while it runs.',
|
||||
error_message: 'Failed to generate the SSL Certification. ',
|
||||
},
|
||||
enable_domain: 'Enable your custom domain automatically',
|
||||
},
|
||||
deletion: {
|
||||
delete_domain: 'Delete domain',
|
||||
reminder: 'Delete custom domain',
|
||||
description: 'Are you sure you want to delete this custom domain?',
|
||||
in_used_description: 'Are you sure you want to delete this custom domain "{{domain}}"?',
|
||||
in_used_tip:
|
||||
'If you’ve set up this custom domain in your social connector provider or application endpoint before, you’ll need to modify the URI to the Logto custom domain "{{domain}}" first. This is necessary for the social sign-in button to work properly.',
|
||||
deleted: 'Delete custom domain successfully!',
|
||||
},
|
||||
},
|
||||
default: {
|
||||
default_domain: 'Default domain',
|
||||
default_domain_description:
|
||||
'We provide a default domain name that can be used directly online. It is always available, ensuring that your application can always be accessed for sign-in, even if you switch to a custom domain.',
|
||||
default_domain_field: 'Logto default domain',
|
||||
},
|
||||
};
|
||||
|
||||
export default domain;
|
|
@ -8,6 +8,7 @@ import connector_details from './connector-details.js';
|
|||
import connectors from './connectors.js';
|
||||
import contact from './contact.js';
|
||||
import dashboard from './dashboard.js';
|
||||
import domain from './domain.js';
|
||||
import errors from './errors.js';
|
||||
import general from './general.js';
|
||||
import get_started from './get-started.js';
|
||||
|
@ -61,6 +62,7 @@ const admin_console = {
|
|||
components,
|
||||
webhooks,
|
||||
webhook_details,
|
||||
domain,
|
||||
};
|
||||
|
||||
export default admin_console;
|
||||
|
|
|
@ -0,0 +1,70 @@
|
|||
const domain = {
|
||||
status: {
|
||||
connecting: 'Conectando',
|
||||
in_used: 'En uso',
|
||||
failed_to_connect: 'Error de conexión',
|
||||
},
|
||||
update_endpoint_alert: {
|
||||
description:
|
||||
'Su dominio personalizado se ha configurado correctamente. No olvide actualizar el dominio que ha utilizado para {{domain}} si había configurado los recursos a continuación anteriormente.',
|
||||
endpoint_url: 'URL del endpoint de <a>{{link}}</a>',
|
||||
application_settings_link_text: 'Configuración de la aplicación',
|
||||
callback_url: 'URL de callback de <a>{{link}}</a>',
|
||||
social_connector_link_text: 'Conector social',
|
||||
api_identifier: 'Identificador API de <a>{{link}}</a>',
|
||||
uri_management_api_link_text: 'API de gestión de URI',
|
||||
tip: 'Después de cambiar la configuración, puede probarla en nuestra experiencia de inicio de sesión <a>{{link}}</a>.',
|
||||
},
|
||||
custom: {
|
||||
custom_domain: 'Dominio personalizado',
|
||||
custom_domain_description:
|
||||
'Reemplace el dominio predeterminado con su propio dominio para mantener la coherencia con su marca y personalizar la experiencia de inicio de sesión para sus usuarios.',
|
||||
custom_domain_field: 'Dominio personalizado',
|
||||
custom_domain_placeholder: 'tudominio.com',
|
||||
add_domain: 'Agregar dominio',
|
||||
invalid_domain_format: 'Formato de dominio no válido',
|
||||
steps: {
|
||||
add_records: {
|
||||
title: 'Agregue los siguientes registros DNS a su proveedor DNS',
|
||||
generating_dns_records: 'Generar registros DNS...',
|
||||
table: {
|
||||
type_field: 'Tipo',
|
||||
name_field: 'Nombre',
|
||||
value_field: 'Valor',
|
||||
},
|
||||
finish_and_continue: 'Terminar y continuar',
|
||||
},
|
||||
verify_domain: {
|
||||
title: 'Verifique la conexión de los registros DNS automáticamente',
|
||||
description:
|
||||
'El proceso se llevará a cabo automáticamente, lo que puede tomar algunos minutos (hasta 24 horas). Puede salir de esta interfaz mientras se ejecuta.',
|
||||
error_message: 'Error al verificar. Compruebe su nombre de dominio o registros DNS.',
|
||||
},
|
||||
generate_ssl_cert: {
|
||||
title: 'Genere un certificado SSL automáticamente',
|
||||
description:
|
||||
'El proceso se llevará a cabo automáticamente, lo que puede tomar algunos minutos (hasta 24 horas). Puede salir de esta interfaz mientras se ejecuta.',
|
||||
error_message: 'Error al generar la certificación SSL. ',
|
||||
},
|
||||
enable_domain: 'Habilitar su dominio personalizado automáticamente',
|
||||
},
|
||||
deletion: {
|
||||
delete_domain: 'Borrar dominio',
|
||||
reminder: 'Eliminar dominio personalizado',
|
||||
description: '¿Está seguro de que desea eliminar este dominio personalizado?',
|
||||
in_used_description:
|
||||
'¿Está seguro de que desea eliminar este dominio personalizado "{{domain}}"?',
|
||||
in_used_tip:
|
||||
'Si configuró este dominio personalizado en su proveedor de conector social o en el endpoint de la aplicación antes, deberá modificar la URI al dominio personalizado de Logto "{{domain}}" primero. Esto es necesario para que el botón de inicio de sesión social funcione correctamente.',
|
||||
deleted: '¡Dominio personalizado eliminado con éxito!',
|
||||
},
|
||||
},
|
||||
default: {
|
||||
default_domain: 'Dominio predeterminado',
|
||||
default_domain_description:
|
||||
'Proporcionamos un nombre de dominio predeterminado que se puede utilizar directamente en línea. Siempre está disponible, lo que garantiza que su aplicación siempre se pueda acceder para iniciar sesión, incluso si cambia a un dominio personalizado.',
|
||||
default_domain_field: 'Dominio predeterminado de Logto',
|
||||
},
|
||||
};
|
||||
|
||||
export default domain;
|
|
@ -8,6 +8,7 @@ import connector_details from './connector-details.js';
|
|||
import connectors from './connectors.js';
|
||||
import contact from './contact.js';
|
||||
import dashboard from './dashboard.js';
|
||||
import domain from './domain.js';
|
||||
import errors from './errors.js';
|
||||
import general from './general.js';
|
||||
import get_started from './get-started.js';
|
||||
|
@ -61,6 +62,7 @@ const admin_console = {
|
|||
components,
|
||||
webhooks,
|
||||
webhook_details,
|
||||
domain,
|
||||
};
|
||||
|
||||
export default admin_console;
|
||||
|
|
|
@ -0,0 +1,71 @@
|
|||
const domain = {
|
||||
status: {
|
||||
connecting: 'Connexion',
|
||||
in_used: 'Utilisé',
|
||||
failed_to_connect: 'Échec de la connexion',
|
||||
},
|
||||
update_endpoint_alert: {
|
||||
description:
|
||||
'Votre domaine personnalisé a été configuré avec succès. N’oubliez pas de mettre à jour le domaine que vous avez utilisé pour {{domain}} si vous avez configuré les ressources ci-dessous auparavant.',
|
||||
endpoint_url: 'URL de point de terminaison de <a>{{link}}</a>',
|
||||
application_settings_link_text: 'Réglages de l’application',
|
||||
callback_url: 'URL de rappel de <a>{{link}}</a>',
|
||||
social_connector_link_text: 'Connecteur social',
|
||||
api_identifier: 'Identificateur d’API de <a>{{link}}</a>',
|
||||
uri_management_api_link_text: 'API de gestion des URI',
|
||||
tip: 'Après avoir modifié les paramètres, vous pouvez le tester dans notre expérience de connexion <a>{{link}}</a>.',
|
||||
},
|
||||
custom: {
|
||||
custom_domain: 'Domaine personnalisé',
|
||||
custom_domain_description:
|
||||
'Remplacez le domaine par défaut par votre propre domaine pour maintenir la cohérence avec votre marque et personnaliser l’expérience de connexion pour vos utilisateurs.',
|
||||
custom_domain_field: 'Domaine personnalisé',
|
||||
custom_domain_placeholder: 'votredomaine.com',
|
||||
add_domain: 'Ajouter un domaine',
|
||||
invalid_domain_format: 'Format de domaine invalide',
|
||||
steps: {
|
||||
add_records: {
|
||||
title: 'Ajoutez les enregistrements DNS suivants à votre fournisseur DNS',
|
||||
generating_dns_records: 'Génération des enregistrements DNS...',
|
||||
table: {
|
||||
type_field: 'Type',
|
||||
name_field: 'Nom',
|
||||
value_field: 'Valeur',
|
||||
},
|
||||
finish_and_continue: 'Terminer et continuer',
|
||||
},
|
||||
verify_domain: {
|
||||
title: 'Vérifier la connexion des enregistrements DNS automatiquement',
|
||||
description:
|
||||
"Le processus sera effectué automatiquement, ce qui peut prendre quelques minutes (jusqu'à 24 heures). Vous pouvez quitter cette interface pendant son exécution.",
|
||||
error_message:
|
||||
'Impossible de vérifier. Veuillez vérifier votre nom de domaine ou vos enregistrements DNS.',
|
||||
},
|
||||
generate_ssl_cert: {
|
||||
title: 'Générer un certificat SSL automatiquement',
|
||||
description:
|
||||
"Le processus sera effectué automatiquement, ce qui peut prendre quelques minutes (jusqu'à 24 heures). Vous pouvez quitter cette interface pendant son exécution.",
|
||||
error_message: 'Impossible de générer le certificat SSL.',
|
||||
},
|
||||
enable_domain: 'Activer votre domaine personnalisé automatiquement',
|
||||
},
|
||||
deletion: {
|
||||
delete_domain: 'Supprimer le domaine',
|
||||
reminder: 'Supprimer le domaine personnalisé',
|
||||
description: 'Êtes-vous sûr de vouloir supprimer ce domaine personnalisé ?',
|
||||
in_used_description:
|
||||
'Êtes-vous sûr de vouloir supprimer ce domaine personnalisé "{{domain}}" ?',
|
||||
in_used_tip:
|
||||
"Si vous avez configuré ce domaine personnalisé dans votre fournisseur de connecteur social ou votre point de terminaison d'application auparavant, vous devrez d'abord modifier l'URI en domaine personnalisé de Logto \"{{domain}}\". C'est nécessaire pour que le bouton de connexion sociale fonctionne correctement.",
|
||||
deleted: 'Suppression du domaine personnalisé réussie !',
|
||||
},
|
||||
},
|
||||
default: {
|
||||
default_domain: 'Domaine par défaut',
|
||||
default_domain_description:
|
||||
'Nous fournissons un nom de domaine par défaut qui peut être utilisé directement en ligne. Il est toujours disponible, assurant que votre application peut toujours être accessible pour la connexion, même si vous passez à un domaine personnalisé.',
|
||||
default_domain_field: 'Domaine par défaut de Logto',
|
||||
},
|
||||
};
|
||||
|
||||
export default domain;
|
|
@ -8,6 +8,7 @@ import connector_details from './connector-details.js';
|
|||
import connectors from './connectors.js';
|
||||
import contact from './contact.js';
|
||||
import dashboard from './dashboard.js';
|
||||
import domain from './domain.js';
|
||||
import errors from './errors.js';
|
||||
import general from './general.js';
|
||||
import get_started from './get-started.js';
|
||||
|
@ -61,6 +62,7 @@ const admin_console = {
|
|||
components,
|
||||
webhooks,
|
||||
webhook_details,
|
||||
domain,
|
||||
};
|
||||
|
||||
export default admin_console;
|
||||
|
|
|
@ -0,0 +1,70 @@
|
|||
const domain = {
|
||||
status: {
|
||||
connecting: 'Connessione in corso',
|
||||
in_used: 'In uso',
|
||||
failed_to_connect: 'Connessione fallita',
|
||||
},
|
||||
update_endpoint_alert: {
|
||||
description:
|
||||
'Il tuo dominio personalizzato è stato configurato correttamente. Non dimenticare di aggiornare il dominio che hai usato per {{domain}} se hai configurato le risorse di seguito in precedenza.',
|
||||
endpoint_url: 'URL di endpoint di <a>{{link}}</a>',
|
||||
application_settings_link_text: 'Impostazioni applicazione',
|
||||
callback_url: 'URL di callback di <a>{{link}}</a>',
|
||||
social_connector_link_text: 'Connettore social',
|
||||
api_identifier: 'Identificatore API di <a>{{link}}</a>',
|
||||
uri_management_api_link_text: 'API di gestione degli URI',
|
||||
tip: 'Dopo aver modificato le impostazioni, puoi testarlo nella nostra esperienza di accesso <a>{{link}}</a>.',
|
||||
},
|
||||
custom: {
|
||||
custom_domain: 'Dominio personalizzato',
|
||||
custom_domain_description:
|
||||
"Sostituisci il dominio predefinito con il tuo dominio per mantenere la coerenza con il tuo marchio e personalizzare l'esperienza di accesso per i tuoi utenti.",
|
||||
custom_domain_field: 'Dominio personalizzato',
|
||||
custom_domain_placeholder: 'tuodominio.com',
|
||||
add_domain: 'Aggiungi dominio',
|
||||
invalid_domain_format: 'Formato del dominio non valido',
|
||||
steps: {
|
||||
add_records: {
|
||||
title: 'Aggiungi i seguenti record DNS al tuo provider DNS',
|
||||
generating_dns_records: 'Generazione dei record DNS in corso...',
|
||||
table: {
|
||||
type_field: 'Tipo',
|
||||
name_field: 'Nome',
|
||||
value_field: 'Valore',
|
||||
},
|
||||
finish_and_continue: 'Fine e continua',
|
||||
},
|
||||
verify_domain: {
|
||||
title: 'Verifica automaticamente la connessione dei record DNS',
|
||||
description:
|
||||
"Il processo verrà eseguito automaticamente, il che potrebbe richiedere alcuni minuti (fino a 24 ore). Puoi uscire da questa interfaccia durante l'esecuzione.",
|
||||
error_message: 'Impossibile verificare. Controlla il tuo nome di dominio o record DNS.',
|
||||
},
|
||||
generate_ssl_cert: {
|
||||
title: 'Genera automaticamente un certificato SSL',
|
||||
description:
|
||||
"Il processo verrà eseguito automaticamente, il che potrebbe richiedere alcuni minuti (fino a 24 ore). Puoi uscire da questa interfaccia durante l'esecuzione.",
|
||||
error_message: 'Impossibile generare il certificato SSL. ',
|
||||
},
|
||||
enable_domain: 'Abilita il tuo dominio personalizzato automaticamente',
|
||||
},
|
||||
deletion: {
|
||||
delete_domain: 'Elimina dominio',
|
||||
reminder: 'Elimina dominio personalizzato',
|
||||
description: 'Sei sicuro di voler eliminare questo dominio personalizzato?',
|
||||
in_used_description:
|
||||
'Sei sicuro di voler eliminare questo dominio personalizzato "{{domain}}"?',
|
||||
in_used_tip:
|
||||
'Se hai configurato questo dominio personalizzato nel tuo provider di connettori sociali o nel punto di fineponte dell\'applicazione in precedenza, dovrai modificare l\'URI per il dominio personalizzato Logto "{{domain}}" prima. Ciò è necessario per il corretto funzionamento del pulsante di accesso social.',
|
||||
deleted: 'Dominio personalizzato eliminato con successo!',
|
||||
},
|
||||
},
|
||||
default: {
|
||||
default_domain: 'Dominio predefinito',
|
||||
default_domain_description:
|
||||
"Forniamo un nome di dominio predefinito che può essere utilizzato direttamente online. È sempre disponibile, garantendo che la tua applicazione possa essere sempre accessibile per l'accesso, anche se passi a un dominio personalizzato.",
|
||||
default_domain_field: 'Dominio predefinito Logto',
|
||||
},
|
||||
};
|
||||
|
||||
export default domain;
|
|
@ -8,6 +8,7 @@ import connector_details from './connector-details.js';
|
|||
import connectors from './connectors.js';
|
||||
import contact from './contact.js';
|
||||
import dashboard from './dashboard.js';
|
||||
import domain from './domain.js';
|
||||
import errors from './errors.js';
|
||||
import general from './general.js';
|
||||
import get_started from './get-started.js';
|
||||
|
@ -61,6 +62,7 @@ const admin_console = {
|
|||
components,
|
||||
webhooks,
|
||||
webhook_details,
|
||||
domain,
|
||||
};
|
||||
|
||||
export default admin_console;
|
||||
|
|
|
@ -0,0 +1,69 @@
|
|||
const domain = {
|
||||
status: {
|
||||
connecting: '接続中',
|
||||
in_used: '使用中',
|
||||
failed_to_connect: '接続に失敗しました',
|
||||
},
|
||||
update_endpoint_alert: {
|
||||
description:
|
||||
'カスタムドメインの設定が正常に完了しました。以前に以下のリソースを設定していた場合は、使用していたドメインを{{domain}}に更新することを忘れないでください。',
|
||||
endpoint_url: '<a>{{link}}</a>のエンドポイントURL',
|
||||
application_settings_link_text: 'アプリケーション設定',
|
||||
callback_url: '<a>{{link}}</a>のコールバックURL',
|
||||
social_connector_link_text: 'ソーシャルコネクタ',
|
||||
api_identifier: '<a>{{link}}</a>のAPI識別子',
|
||||
uri_management_api_link_text: 'URI管理API',
|
||||
tip: '設定を変更した後、サインインエクスペリエンスの<a>{{link}}</a>でテストすることができます。',
|
||||
},
|
||||
custom: {
|
||||
custom_domain: 'カスタムドメイン',
|
||||
custom_domain_description:
|
||||
'デフォルトのドメインを独自のドメインに置き換えて、ブランドの一貫性を保ち、ユーザーのサインインエクスペリエンスを個別にカスタマイズします。',
|
||||
custom_domain_field: 'カスタムドメイン',
|
||||
custom_domain_placeholder: 'yourdomain.com',
|
||||
add_domain: 'ドメインを追加',
|
||||
invalid_domain_format: '無効なドメイン形式です',
|
||||
steps: {
|
||||
add_records: {
|
||||
title: '次のDNSレコードをDNSプロバイダに追加します',
|
||||
generating_dns_records: 'DNSレコードを生成しています...',
|
||||
table: {
|
||||
type_field: 'タイプ',
|
||||
name_field: '名前',
|
||||
value_field: '値',
|
||||
},
|
||||
finish_and_continue: '完了して続行',
|
||||
},
|
||||
verify_domain: {
|
||||
title: 'DNSレコードの接続を自動的に確認します',
|
||||
description:
|
||||
'このプロセスは自動的に行われますが、数分(最大24時間)かかる場合があります。実行中にこのインターフェースを終了しても構いません。',
|
||||
error_message: '確認に失敗しました。ドメイン名またはDNSレコードを確認してください。',
|
||||
},
|
||||
generate_ssl_cert: {
|
||||
title: 'SSL証明書を自動的に生成します',
|
||||
description:
|
||||
'このプロセスは自動的に行われますが、数分(最大24時間)かかる場合があります。実行中にこのインターフェースを終了しても構いません。',
|
||||
error_message: 'SSL証明書の生成に失敗しました。',
|
||||
},
|
||||
enable_domain: 'カスタムドメインを自動的に有効にします',
|
||||
},
|
||||
deletion: {
|
||||
delete_domain: 'ドメインを削除',
|
||||
reminder: 'カスタムドメインを削除',
|
||||
description: 'このカスタムドメインを削除してもよろしいですか?',
|
||||
in_used_description: 'このカスタムドメイン "{{domain}}" を削除してもよろしいですか?',
|
||||
in_used_tip:
|
||||
'以前にこのカスタムドメインをソーシャルコネクタプロバイダまたはアプリケーションエンドポイントに設定した場合は、まずURIをLogtoカスタムドメイン "{{domain}}" に変更する必要があります。これにより、ソーシャルサインインボタンが正常に機能します。',
|
||||
deleted: 'カスタムドメインを正常に削除しました!',
|
||||
},
|
||||
},
|
||||
default: {
|
||||
default_domain: 'デフォルトドメイン',
|
||||
default_domain_description:
|
||||
'直接オンラインで使用できるデフォルトのドメイン名を提供しています。カスタムドメインに切り替えても、常にアクセスできるため、サインインに必要なアプリケーションが常に利用できます。',
|
||||
default_domain_field: 'Logtoデフォルトドメイン',
|
||||
},
|
||||
};
|
||||
|
||||
export default domain;
|
|
@ -8,6 +8,7 @@ import connector_details from './connector-details.js';
|
|||
import connectors from './connectors.js';
|
||||
import contact from './contact.js';
|
||||
import dashboard from './dashboard.js';
|
||||
import domain from './domain.js';
|
||||
import errors from './errors.js';
|
||||
import general from './general.js';
|
||||
import get_started from './get-started.js';
|
||||
|
@ -61,6 +62,7 @@ const admin_console = {
|
|||
components,
|
||||
webhooks,
|
||||
webhook_details,
|
||||
domain,
|
||||
};
|
||||
|
||||
export default admin_console;
|
||||
|
|
|
@ -0,0 +1,69 @@
|
|||
const domain = {
|
||||
status: {
|
||||
connecting: '연결 중',
|
||||
in_used: '사용 중',
|
||||
failed_to_connect: '연결 실패',
|
||||
},
|
||||
update_endpoint_alert: {
|
||||
description:
|
||||
'사용자 지정 도메인이 성공적으로 구성되었습니다. 이전에 아래 리소스를 구성했다면 {{domain}}으로 사용한 도메인을 업데이트하지 않고는 저장할 수 없습니다.',
|
||||
endpoint_url: '<a>{{link}}</a>의 엔드포인트 URL',
|
||||
application_settings_link_text: '애플리케이션 설정',
|
||||
callback_url: '<a>{{link}}</a>의 콜백 URL',
|
||||
social_connector_link_text: '소셜 커넥터',
|
||||
api_identifier: '<a>{{link}}</a>의 API 식별자',
|
||||
uri_management_api_link_text: 'URI 관리 API',
|
||||
tip: '설정을 변경한 후에는 <a>{{link}}</a>의 로그인 경험에서 테스트할 수 있습니다.',
|
||||
},
|
||||
custom: {
|
||||
custom_domain: '사용자 지정 도메인',
|
||||
custom_domain_description:
|
||||
'기본 도메인을 사용자 고유 도메인으로 대체하여 브랜드 일관성을 유지하고 사용자에게 맞춤형 로그인 경험을 제공합니다.',
|
||||
custom_domain_field: '사용자 지정 도메인',
|
||||
custom_domain_placeholder: 'yourdomain.com',
|
||||
add_domain: '도메인 추가',
|
||||
invalid_domain_format: '유효하지 않은 도메인 형식',
|
||||
steps: {
|
||||
add_records: {
|
||||
title: '다음 DNS 레코드를 DNS 공급업체에 추가합니다.',
|
||||
generating_dns_records: 'DNS 레코드 생성 중...',
|
||||
table: {
|
||||
type_field: '유형',
|
||||
name_field: '이름',
|
||||
value_field: '값',
|
||||
},
|
||||
finish_and_continue: '완료 및 계속',
|
||||
},
|
||||
verify_domain: {
|
||||
title: 'DNS 레코드 연결을 자동으로 확인합니다.',
|
||||
description:
|
||||
'프로세스는 자동으로 수행되며 몇 분(최대 24 시간) 소요될 수 있습니다. 진행 중인 동안 이 인터페이스를 종료할 수 있습니다.',
|
||||
error_message: '확인에 실패했습니다. 도메인 이름이나 DNS 레코드를 확인하십시오.',
|
||||
},
|
||||
generate_ssl_cert: {
|
||||
title: 'SSL 인증서를 자동으로 생성합니다.',
|
||||
description:
|
||||
'프로세스는 자동으로 수행되며 몇 분(최대 24 시간) 소요될 수 있습니다. 진행 중인 동안 이 인터페이스를 종료할 수 있습니다.',
|
||||
error_message: 'SSL 인증서 생성에 실패했습니다.',
|
||||
},
|
||||
enable_domain: '사용자 지정 도메인을 자동으로 활성화합니다.',
|
||||
},
|
||||
deletion: {
|
||||
delete_domain: '도메인 삭제',
|
||||
reminder: '사용자 지정 도메인 삭제',
|
||||
description: '이 사용자 지정 도메인을 삭제하시겠습니까?',
|
||||
in_used_description: '이 사용자 지정 도메인 "{{domain}}"을 (를) 삭제하시겠습니까?',
|
||||
in_used_tip:
|
||||
'이전에 소셜 연결 공급자나 애플리케이션 엔드포인트에서 이 사용자 지정 도메인을 설정한 경우, 소셜 로그인 버튼이 올바르게 작동하려면 Logto 사용자 지정 도메인 "{{domain}}"으로 URI를 수정해야 합니다.',
|
||||
deleted: '사용자 지정 도메인이 성공적으로 삭제되었습니다!',
|
||||
},
|
||||
},
|
||||
default: {
|
||||
default_domain: '기본 도메인',
|
||||
default_domain_description:
|
||||
'온라인에서 직접 사용할 수 있는 기본 도메인 이름을 제공합니다. 언제나 사용 가능하여 사용자 지정 도메인으로 변경해도 로그인을 위해 항상 애플리케이션에 액세스할 수 있습니다.',
|
||||
default_domain_field: 'Logto 기본 도메인',
|
||||
},
|
||||
};
|
||||
|
||||
export default domain;
|
|
@ -8,6 +8,7 @@ import connector_details from './connector-details.js';
|
|||
import connectors from './connectors.js';
|
||||
import contact from './contact.js';
|
||||
import dashboard from './dashboard.js';
|
||||
import domain from './domain.js';
|
||||
import errors from './errors.js';
|
||||
import general from './general.js';
|
||||
import get_started from './get-started.js';
|
||||
|
@ -61,6 +62,7 @@ const admin_console = {
|
|||
components,
|
||||
webhooks,
|
||||
webhook_details,
|
||||
domain,
|
||||
};
|
||||
|
||||
export default admin_console;
|
||||
|
|
|
@ -0,0 +1,69 @@
|
|||
const domain = {
|
||||
status: {
|
||||
connecting: 'Łączenie',
|
||||
in_used: 'W użyciu',
|
||||
failed_to_connect: 'Nie udało się połączyć',
|
||||
},
|
||||
update_endpoint_alert: {
|
||||
description:
|
||||
'Twoja niestandardowa domena została pomyślnie skonfigurowana. Nie zapomnij zaktualizować domeny, którą użyłeś do {{domain}}, jeśli skonfigurowałeś poniższe zasoby wcześniej.',
|
||||
endpoint_url: 'Url końcówki <a>{{link}}</a>',
|
||||
application_settings_link_text: 'Ustawienia aplikacji',
|
||||
callback_url: 'Url zwrotny<a>{{link}}</a>',
|
||||
social_connector_link_text: 'Konwerter społecznościowy',
|
||||
api_identifier: 'Identyfikator API<a>{{link}}</a>',
|
||||
uri_management_api_link_text: 'API zarządzania URI',
|
||||
tip: 'Po zmianie ustawień możesz to przetestować w naszym doświadczeniu logowania <a>{{link}}</a>.',
|
||||
},
|
||||
custom: {
|
||||
custom_domain: 'Niestandardowa domena',
|
||||
custom_domain_description:
|
||||
'Zastąp domyślną domenę swoją własną domeną, aby zachować spójność z Twoją marką i spersonalizować doświadczenie logowania dla swoich użytkowników.',
|
||||
custom_domain_field: 'Niestandardowa domena',
|
||||
custom_domain_placeholder: 'twojadomena.com',
|
||||
add_domain: 'Dodaj domenę',
|
||||
invalid_domain_format: 'Niepoprawny format domeny',
|
||||
steps: {
|
||||
add_records: {
|
||||
title: 'Dodaj następujące rekordy DNS do swojego dostawcy DNS',
|
||||
generating_dns_records: 'Generowanie rekordów DNS...',
|
||||
table: {
|
||||
type_field: 'Typ',
|
||||
name_field: 'Nazwa',
|
||||
value_field: 'Wartość',
|
||||
},
|
||||
finish_and_continue: 'Zakończ i kontynuuj',
|
||||
},
|
||||
verify_domain: {
|
||||
title: 'Sprawdź połączenie rekordów DNS automatycznie',
|
||||
description:
|
||||
'Proces zostanie wykonany automatycznie, co może zająć kilka minut (do 24 godzin). Możesz wyjść z tej interfejsu podczas jego działania.',
|
||||
error_message: 'Nie udało się zweryfikować. Sprawdź nazwę swojej domeny lub rekordy DNS.',
|
||||
},
|
||||
generate_ssl_cert: {
|
||||
title: 'Wygeneruj automatycznie certyfikat SSL',
|
||||
description:
|
||||
'Proces zostanie wykonany automatycznie, co może zająć kilka minut (do 24 godzin). Możesz wyjść z tego interfejsu podczas jego działania.',
|
||||
error_message: 'Nie udało się wygenerować certyfikacji SSL. ',
|
||||
},
|
||||
enable_domain: 'Automatycznie włącz swoją niestandardową domenę',
|
||||
},
|
||||
deletion: {
|
||||
delete_domain: 'Usuń domenę',
|
||||
reminder: 'Usuń niestandardową domenę',
|
||||
description: 'Czy na pewno chcesz usunąć tę niestandardową domenę?',
|
||||
in_used_description: 'Czy na pewno chcesz usunąć tę niestandardową domenę "{{domain}}"?',
|
||||
in_used_tip:
|
||||
'Jeśli skonfigurowałeś tę niestandardową domenę w swoim dostawcy konwerterów społecznościowych lub punkcie końcowym aplikacji wcześniej, musisz najpierw zmodyfikować adres URI na niestandardową domenę Logto "{{domain}}". Jest to konieczne, aby przycisk logowania społecznego działał prawidłowo.',
|
||||
deleted: 'Niestandardowa domena została pomyślnie usunięta!',
|
||||
},
|
||||
},
|
||||
default: {
|
||||
default_domain: 'Domyślna domena',
|
||||
default_domain_description:
|
||||
'Oferujemy domenę domyślną, którą można używać bezpośrednio online. Jest zawsze dostępny, zapewniając, że Twoja aplikacja zawsze może być używana do logowania, nawet jeśli przejdziesz na niestandardową domenę.',
|
||||
default_domain_field: 'Domyślna domena Logto',
|
||||
},
|
||||
};
|
||||
|
||||
export default domain;
|
|
@ -8,6 +8,7 @@ import connector_details from './connector-details.js';
|
|||
import connectors from './connectors.js';
|
||||
import contact from './contact.js';
|
||||
import dashboard from './dashboard.js';
|
||||
import domain from './domain.js';
|
||||
import errors from './errors.js';
|
||||
import general from './general.js';
|
||||
import get_started from './get-started.js';
|
||||
|
@ -61,6 +62,7 @@ const admin_console = {
|
|||
components,
|
||||
webhooks,
|
||||
webhook_details,
|
||||
domain,
|
||||
};
|
||||
|
||||
export default admin_console;
|
||||
|
|
|
@ -0,0 +1,70 @@
|
|||
const domain = {
|
||||
status: {
|
||||
connecting: 'Conectando',
|
||||
in_used: 'Em uso',
|
||||
failed_to_connect: 'Falha na conexão',
|
||||
},
|
||||
update_endpoint_alert: {
|
||||
description:
|
||||
'Seu domínio personalizado foi configurado com sucesso. Não se esqueça de atualizar o domínio que você usou para {{domain}} se você já configurou os recursos abaixo anteriormente.',
|
||||
endpoint_url: 'URL do ponto de extremidade de <a>{{link}}</a>',
|
||||
application_settings_link_text: 'Configurações de aplicativo',
|
||||
callback_url: 'URL de retorno de chamada de <a>{{link}}</a>',
|
||||
social_connector_link_text: 'Conector social',
|
||||
api_identifier: 'Identificador de API de <a>{{link}}</a>',
|
||||
uri_management_api_link_text: 'API de Gerenciamento de URI',
|
||||
tip: 'Após alterar as configurações, você pode testá-las em nossa experiência de login <a>{{link}}</a>.',
|
||||
},
|
||||
custom: {
|
||||
custom_domain: 'Domínio personalizado',
|
||||
custom_domain_description:
|
||||
'Substitua o domínio padrão pelo seu próprio domínio para manter a consistência com sua marca e personalizar a experiência de login para seus usuários.',
|
||||
custom_domain_field: 'Domínio personalizado',
|
||||
custom_domain_placeholder: 'seudominio.com',
|
||||
add_domain: 'Adicionar domínio',
|
||||
invalid_domain_format: 'Formato de domínio inválido',
|
||||
steps: {
|
||||
add_records: {
|
||||
title: 'Adicionar os seguintes registros DNS ao seu provedor DNS',
|
||||
generating_dns_records: 'Gerando os registros DNS...',
|
||||
table: {
|
||||
type_field: 'Tipo',
|
||||
name_field: 'Nome',
|
||||
value_field: 'Valor',
|
||||
},
|
||||
finish_and_continue: 'Concluir e continuar',
|
||||
},
|
||||
verify_domain: {
|
||||
title: 'Verifique a conexão dos registros DNS automaticamente',
|
||||
description:
|
||||
'O processo será realizado automaticamente, o que pode levar alguns minutos (até 24 horas). Você pode sair desta interface enquanto ele é executado.',
|
||||
error_message: 'Falha ao verificar. Verifique seu nome de domínio ou Registros DNS.',
|
||||
},
|
||||
generate_ssl_cert: {
|
||||
title: 'Gerar um certificado SSL automaticamente',
|
||||
description:
|
||||
'O processo será realizado automaticamente, o que pode levar alguns minutos (até 24 horas). Você pode sair desta interface enquanto ele é executado.',
|
||||
error_message: 'Falha ao gerar o Certificado SSL. ',
|
||||
},
|
||||
enable_domain: 'Ativar seu domínio personalizado automaticamente',
|
||||
},
|
||||
deletion: {
|
||||
delete_domain: 'Excluir domínio',
|
||||
reminder: 'Excluir domínio personalizado',
|
||||
description: 'Tem certeza de que deseja excluir este domínio personalizado?',
|
||||
in_used_description:
|
||||
'Tem certeza de que deseja excluir este domínio personalizado "{{domain}}"?',
|
||||
in_used_tip:
|
||||
'Se você configurou este domínio personalizado em seu provedor de conector social ou endpoint de aplicativo antes, será necessário modificar a URI para o domínio personalizado de Logto "{{domain}}" primeiro. Isso é necessário para que o botão de login social funcione corretamente.',
|
||||
deleted: 'Domínio personalizado excluído com sucesso!',
|
||||
},
|
||||
},
|
||||
default: {
|
||||
default_domain: 'Domínio padrão',
|
||||
default_domain_description:
|
||||
'Fornecemos um nome de domínio padrão que pode ser usado diretamente online. Está sempre disponível, garantindo que seu aplicativo possa sempre ser acessado para login, mesmo se você mudar para um domínio personalizado.',
|
||||
default_domain_field: 'Domínio padrão do Logto',
|
||||
},
|
||||
};
|
||||
|
||||
export default domain;
|
|
@ -8,6 +8,7 @@ import connector_details from './connector-details.js';
|
|||
import connectors from './connectors.js';
|
||||
import contact from './contact.js';
|
||||
import dashboard from './dashboard.js';
|
||||
import domain from './domain.js';
|
||||
import errors from './errors.js';
|
||||
import general from './general.js';
|
||||
import get_started from './get-started.js';
|
||||
|
@ -61,6 +62,7 @@ const admin_console = {
|
|||
components,
|
||||
webhooks,
|
||||
webhook_details,
|
||||
domain,
|
||||
};
|
||||
|
||||
export default admin_console;
|
||||
|
|
|
@ -0,0 +1,70 @@
|
|||
const domain = {
|
||||
status: {
|
||||
connecting: 'A conectar',
|
||||
in_used: 'Em uso',
|
||||
failed_to_connect: 'Falha ao conectar',
|
||||
},
|
||||
update_endpoint_alert: {
|
||||
description:
|
||||
'O seu domínio personalizado foi configurado com sucesso. Não se esqueça de atualizar o domínio que utilizou para {{domain}} caso tenha configurado os recursos abaixo anteriormente.',
|
||||
endpoint_url: 'URL de extremidade de <a>{{link}}</a>',
|
||||
application_settings_link_text: 'Definições da aplicação',
|
||||
callback_url: 'URL de retorno de chamada de <a>{{link}}</a>',
|
||||
social_connector_link_text: 'Conector social',
|
||||
api_identifier: 'Identificador de API de <a>{{link}}</a>',
|
||||
uri_management_api_link_text: 'API de gestão de URI',
|
||||
tip: 'Depois de alterar as definições, pode testá-las na nossa experiência de início de sessão <a>{{link}}</a>.',
|
||||
},
|
||||
custom: {
|
||||
custom_domain: 'Domínio personalizado',
|
||||
custom_domain_description:
|
||||
'Troque o domínio predefinido pelo seu próprio domínio para manter a consistência com a sua marca e personalizar a experiência de início de sessão para os seus utilizadores.',
|
||||
custom_domain_field: 'Domínio personalizado',
|
||||
custom_domain_placeholder: 'seudominio.com',
|
||||
add_domain: 'Adicionar domínio',
|
||||
invalid_domain_format: 'Formato de domínio inválido',
|
||||
steps: {
|
||||
add_records: {
|
||||
title: 'Adicione os seguintes registos DNS ao seu fornecedor de DNS',
|
||||
generating_dns_records: 'A gerar os registos DNS...',
|
||||
table: {
|
||||
type_field: 'Tipo',
|
||||
name_field: 'Nome',
|
||||
value_field: 'Valor',
|
||||
},
|
||||
finish_and_continue: 'Terminar e continuar',
|
||||
},
|
||||
verify_domain: {
|
||||
title: 'Verificar a ligação dos registos DNS automaticamente',
|
||||
description:
|
||||
'O processo será realizado automaticamente, o que pode demorar alguns minutos (até 24 horas). Pode sair desta interface enquanto é executado.',
|
||||
error_message: 'Falha na verificação. Verifique o seu nome de domínio ou registos DNS.',
|
||||
},
|
||||
generate_ssl_cert: {
|
||||
title: 'Gerar um certificado SSL automaticamente',
|
||||
description:
|
||||
'O processo será realizado automaticamente, o que pode demorar alguns minutos (até 24 horas). Pode sair desta interface enquanto é executado.',
|
||||
error_message: 'Falha na geração do Certificado SSL.',
|
||||
},
|
||||
enable_domain: 'Ativar o seu domínio personalizado automaticamente',
|
||||
},
|
||||
deletion: {
|
||||
delete_domain: 'Eliminar domínio',
|
||||
reminder: 'Eliminar domínio personalizado',
|
||||
description: 'Tem a certeza de que pretende eliminar este domínio personalizado?',
|
||||
in_used_description:
|
||||
'Tem a certeza de que pretende eliminar este domínio personalizado "{{domain}}"?',
|
||||
in_used_tip:
|
||||
'Se tiver configurado este domínio personalizado no seu fornecedor de conector social ou no ponto final da aplicação antes, terá de modificar a URI para o domínio personalizado da Logto "{{domain}}" primeiro. Isto é necessário para que o botão de início de sessão social funcione corretamente.',
|
||||
deleted: 'Domínio personalizado eliminado com sucesso!',
|
||||
},
|
||||
},
|
||||
default: {
|
||||
default_domain: 'Domínio predefinido',
|
||||
default_domain_description:
|
||||
'Fornecemos um nome de domínio predefinido que pode ser utilizado diretamente online. Está sempre disponível, garantindo que a sua aplicação possa sempre ser acedida para início de sessão, mesmo que mude para um domínio personalizado.',
|
||||
default_domain_field: 'Domínio predefinido da Logto',
|
||||
},
|
||||
};
|
||||
|
||||
export default domain;
|
|
@ -8,6 +8,7 @@ import connector_details from './connector-details.js';
|
|||
import connectors from './connectors.js';
|
||||
import contact from './contact.js';
|
||||
import dashboard from './dashboard.js';
|
||||
import domain from './domain.js';
|
||||
import errors from './errors.js';
|
||||
import general from './general.js';
|
||||
import get_started from './get-started.js';
|
||||
|
@ -61,6 +62,7 @@ const admin_console = {
|
|||
components,
|
||||
webhooks,
|
||||
webhook_details,
|
||||
domain,
|
||||
};
|
||||
|
||||
export default admin_console;
|
||||
|
|
|
@ -0,0 +1,71 @@
|
|||
const domain = {
|
||||
status: {
|
||||
connecting: 'Подключение',
|
||||
in_used: 'Используется',
|
||||
failed_to_connect: 'Не удалось подключиться',
|
||||
},
|
||||
update_endpoint_alert: {
|
||||
description:
|
||||
'Ваш собственный домен был успешно настроен. Не забудьте обновить домен, который вы использовали для {{domain}}, если ранее настраивали следующие ресурсы.',
|
||||
endpoint_url: 'URL конечной точки <a>{{link}}</a>',
|
||||
application_settings_link_text: 'Настройки приложения',
|
||||
callback_url: 'URL обратного вызова <a>{{link}}</a>',
|
||||
social_connector_link_text: 'Социальный коннектор',
|
||||
api_identifier: 'Идентификатор API <a>{{link}}</a>',
|
||||
uri_management_api_link_text: 'API управления URI',
|
||||
tip: 'После изменения настроек вы можете протестировать это в нашем процессе входа <a>{{link}}</a>.',
|
||||
},
|
||||
custom: {
|
||||
custom_domain: 'Пользовательский домен',
|
||||
custom_domain_description:
|
||||
'Замените домен по умолчанию на свой собственный домен, чтобы поддерживать согласованность с вашим брендом и персонализировать процесс входа для ваших пользователей.',
|
||||
custom_domain_field: 'Пользовательский домен',
|
||||
custom_domain_placeholder: 'vash-domen.com',
|
||||
add_domain: 'Добавить домен',
|
||||
invalid_domain_format: 'Неверный формат домена',
|
||||
steps: {
|
||||
add_records: {
|
||||
title: 'Добавьте следующие записи DNS в ваш провайдер DNS',
|
||||
generating_dns_records: 'Генерация записей DNS...',
|
||||
table: {
|
||||
type_field: 'Тип',
|
||||
name_field: 'Имя',
|
||||
value_field: 'Значение',
|
||||
},
|
||||
finish_and_continue: 'Завершить и продолжить',
|
||||
},
|
||||
verify_domain: {
|
||||
title: 'Автоматическая проверка подключения записей DNS',
|
||||
description:
|
||||
'Процесс будет выполнен автоматически, что может занять несколько минут (до 24 часов). Вы можете выйти из этого интерфейса, пока он работает.',
|
||||
error_message:
|
||||
'Не удалось подтвердить подключение. Проверьте имя вашего домена или записи DNS.',
|
||||
},
|
||||
generate_ssl_cert: {
|
||||
title: 'Автоматическая генерация сертификата SSL',
|
||||
description:
|
||||
'Процесс будет выполнен автоматически, что может занять несколько минут (до 24 часов). Вы можете выйти из этого интерфейса, пока он работает.',
|
||||
error_message: 'Не удалось сгенерировать сертификат SSL. ',
|
||||
},
|
||||
enable_domain: 'Автоматически включить ваш пользовательский домен',
|
||||
},
|
||||
deletion: {
|
||||
delete_domain: 'Удалить домен',
|
||||
reminder: 'Удалить пользовательский домен',
|
||||
description: 'Вы уверены, что хотите удалить этот пользовательский домен?',
|
||||
in_used_description:
|
||||
'Вы уверены, что хотите удалить этот пользовательский домен "{{domain}}"?',
|
||||
in_used_tip:
|
||||
'Если вы настроили этот пользовательский домен в своем провайдере социальных коннекторов или конечной точки приложения ранее, вам необходимо сначала изменить URI на пользовательский домен Logto "{{domain}}". Это необходимо для правильной работы кнопки социального входа.',
|
||||
deleted: 'Пользовательский домен успешно удален!',
|
||||
},
|
||||
},
|
||||
default: {
|
||||
default_domain: 'Домен по умолчанию',
|
||||
default_domain_description:
|
||||
'Мы предоставляем доменное имя по умолчанию, которое можно использовать напрямую в Интернете. Оно всегда доступно, обеспечивая доступ к вашему приложению для входа всегда, даже если вы переключитесь на пользовательский домен.',
|
||||
default_domain_field: 'Домен по умолчанию Logto',
|
||||
},
|
||||
};
|
||||
|
||||
export default domain;
|
|
@ -8,6 +8,7 @@ import connector_details from './connector-details.js';
|
|||
import connectors from './connectors.js';
|
||||
import contact from './contact.js';
|
||||
import dashboard from './dashboard.js';
|
||||
import domain from './domain.js';
|
||||
import errors from './errors.js';
|
||||
import general from './general.js';
|
||||
import get_started from './get-started.js';
|
||||
|
@ -61,6 +62,7 @@ const admin_console = {
|
|||
components,
|
||||
webhooks,
|
||||
webhook_details,
|
||||
domain,
|
||||
};
|
||||
|
||||
export default admin_console;
|
||||
|
|
|
@ -0,0 +1,70 @@
|
|||
const domain = {
|
||||
status: {
|
||||
connecting: 'Bağlanıyor',
|
||||
in_used: 'Kullanımda',
|
||||
failed_to_connect: 'Bağlantı başarısız oldu',
|
||||
},
|
||||
update_endpoint_alert: {
|
||||
description:
|
||||
'Özel alan adınız başarıyla yapılandırıldı. Aşağıdaki kaynakları yapılandırmışsanız, {{domain}} kullanmış olduğunuz alan adını da güncellemeniz gerekiyor.',
|
||||
endpoint_url: '<a>{{link}}</a> endpoint URL',
|
||||
application_settings_link_text: 'Uygulama Ayarları',
|
||||
callback_url: "<a>{{link}}</a> geri çağrı URL'si",
|
||||
social_connector_link_text: 'Sosyal Bağlayıcı',
|
||||
api_identifier: '<a>{{link}}</a> API tanımlayıcısı',
|
||||
uri_management_api_link_text: "URI Yönetimi API'si",
|
||||
tip: 'Ayarları değiştirdikten sonra, deneyimimizde Test edebilirsiniz <a>{{link}}</a>.',
|
||||
},
|
||||
custom: {
|
||||
custom_domain: 'Özel Alan Adı',
|
||||
custom_domain_description:
|
||||
'Varsayılan alan adını kendi alan adınızla değiştirerek markanızla tutarlılık sağlayın ve kullanıcılarınız için oturum açma deneyimini kişiselleştirin.',
|
||||
custom_domain_field: 'Özel alan adı',
|
||||
custom_domain_placeholder: 'yourdomain.com',
|
||||
add_domain: 'Alan Adı Ekle',
|
||||
invalid_domain_format: 'Geçersiz alan adı biçimi',
|
||||
steps: {
|
||||
add_records: {
|
||||
title: 'DNS sağlayıcınıza aşağıdaki DNS kayıtlarını ekleyin',
|
||||
generating_dns_records: 'DNS kayıtları oluşturuluyor...',
|
||||
table: {
|
||||
type_field: 'Tip',
|
||||
name_field: 'Adı',
|
||||
value_field: 'Değer',
|
||||
},
|
||||
finish_and_continue: 'Tamamla ve Devam Et',
|
||||
},
|
||||
verify_domain: {
|
||||
title: 'DNS kayıtlarının bağlantısını otomatik olarak doğrulayın',
|
||||
description:
|
||||
'İşlem otomatik olarak gerçekleştirilecek ve birkaç dakika (24 saat kadar) sürebilir. Çalışırken bu arabirimden çıkabilirsiniz.',
|
||||
error_message:
|
||||
'Doğrulama başarısız oldu. Lütfen alan adınızı veya DNS kayıtlarınızı kontrol edin.',
|
||||
},
|
||||
generate_ssl_cert: {
|
||||
title: 'Otomatik olarak bir SSL sertifikası oluşturun',
|
||||
description:
|
||||
'İşlem otomatik olarak gerçekleştirilecek ve birkaç dakika (24 saat kadar) sürebilir. Çalışırken bu arabirimden çıkabilirsiniz.',
|
||||
error_message: 'SSL Sertifikası oluşturma başarısız oldu. ',
|
||||
},
|
||||
enable_domain: 'Özel Alan Adınızı Otomatik Olarak Etkinleştirin',
|
||||
},
|
||||
deletion: {
|
||||
delete_domain: 'Alan Adını Sil',
|
||||
reminder: 'Özel Alan Adını Sil',
|
||||
description: 'Bu özel alan adını silmek istediğinizden emin misiniz?',
|
||||
in_used_description: 'Bu özel alan adını "{{domain}}" silmek istediğinizden emin misiniz?',
|
||||
in_used_tip:
|
||||
'Bu özel alan adını sosyal bağlayıcı sağlayıcınızda veya uygulama ucu noktasında yapılandırdıysanız, sosyal oturum açma düğmesinin düzgün çalışması için URI\'yi Logto özel alan adı "{{domain}}" olarak değiştirmeniz gerekecektir. Bunun yapılması gerekir.',
|
||||
deleted: 'Özel alan adı başarıyla silindi!',
|
||||
},
|
||||
},
|
||||
default: {
|
||||
default_domain: 'Varsayılan Alan Adı',
|
||||
default_domain_description:
|
||||
'Doğrudan çevrimiçi olarak kullanılabilecek bir varsayılan alan adı sağlıyoruz. Özelleştirilmiş bir alan adına geçerseniz bile her zaman kullanılabilir, bu da uygulamanıza her zaman oturum açma imkanı verir.',
|
||||
default_domain_field: 'Logto varsayılan alan adı',
|
||||
},
|
||||
};
|
||||
|
||||
export default domain;
|
|
@ -8,6 +8,7 @@ import connector_details from './connector-details.js';
|
|||
import connectors from './connectors.js';
|
||||
import contact from './contact.js';
|
||||
import dashboard from './dashboard.js';
|
||||
import domain from './domain.js';
|
||||
import errors from './errors.js';
|
||||
import general from './general.js';
|
||||
import get_started from './get-started.js';
|
||||
|
@ -61,6 +62,7 @@ const admin_console = {
|
|||
components,
|
||||
webhooks,
|
||||
webhook_details,
|
||||
domain,
|
||||
};
|
||||
|
||||
export default admin_console;
|
||||
|
|
|
@ -0,0 +1,69 @@
|
|||
const domain = {
|
||||
status: {
|
||||
connecting: '连接中',
|
||||
in_used: '使用中',
|
||||
failed_to_connect: '连接失败',
|
||||
},
|
||||
update_endpoint_alert: {
|
||||
description:
|
||||
'已成功配置自定义域名。如果您之前已经配置过以下资源,请不要忘记更新您使用的域名 {{domain}}。',
|
||||
endpoint_url: '<a>{{link}}</a> 的终结点 URL',
|
||||
application_settings_link_text: '应用设置',
|
||||
callback_url: '<a>{{link}}</a> 的回调 URL',
|
||||
social_connector_link_text: '社交连接器',
|
||||
api_identifier: '<a>{{link}}</a> 的 API 标识符',
|
||||
uri_management_api_link_text: 'URI 管理 API',
|
||||
tip: '更改设置后,您可以在我们的登录体验 <a>{{link}}</a> 中进行测试。',
|
||||
},
|
||||
custom: {
|
||||
custom_domain: '自定义域名',
|
||||
custom_domain_description:
|
||||
'使用自己的域名替换默认域名,以保持品牌的一致性并为用户个性化登录体验。',
|
||||
custom_domain_field: '自定义域名',
|
||||
custom_domain_placeholder: 'yourdomain.com',
|
||||
add_domain: '添加域名',
|
||||
invalid_domain_format: '域名格式不正确',
|
||||
steps: {
|
||||
add_records: {
|
||||
title: '在 DNS 服务商添加以下 DNS 记录',
|
||||
generating_dns_records: '正在生成 DNS 记录……',
|
||||
table: {
|
||||
type_field: '类型',
|
||||
name_field: '名称',
|
||||
value_field: '值',
|
||||
},
|
||||
finish_and_continue: '完成并继续',
|
||||
},
|
||||
verify_domain: {
|
||||
title: '自动验证 DNS 记录的连接状态',
|
||||
description:
|
||||
'该过程将在后台自动进行,可能需要几分钟(长达 24 小时)。您可以在运行时退出此界面。',
|
||||
error_message: '验证失败。请检查您的域名或 DNS 记录。',
|
||||
},
|
||||
generate_ssl_cert: {
|
||||
title: '自动生成 SSL 证书',
|
||||
description:
|
||||
'该过程将在后台自动进行,可能需要几分钟(长达 24 小时)。您可以在运行时退出此界面。',
|
||||
error_message: '生成 SSL 证书失败。',
|
||||
},
|
||||
enable_domain: '自动启用域名',
|
||||
},
|
||||
deletion: {
|
||||
delete_domain: '删除域名',
|
||||
reminder: '删除自定义域名',
|
||||
description: '您确定要删除此自定义域名吗?',
|
||||
in_used_description: '您确定要删除此自定义域名 "{{domain}}" 吗?',
|
||||
in_used_tip:
|
||||
'如果您之前已经将此自定义域名设置在社交连接器提供商或应用程序终端点中,则需要先修改 URI 以便正确工作。必须将其更改为 Logto 自定义域名 "{{domain}}"。',
|
||||
deleted: '自定义域名删除成功!',
|
||||
},
|
||||
},
|
||||
default: {
|
||||
default_domain: '默认域名',
|
||||
default_domain_description:
|
||||
'我们提供了一个可直接在线使用的默认域名。它始终可用,确保您的应用程序始终可以访问以进行登录,即使您切换到自定义域名。',
|
||||
default_domain_field: 'Logto 默认域名',
|
||||
},
|
||||
};
|
||||
|
||||
export default domain;
|
|
@ -8,6 +8,7 @@ import connector_details from './connector-details.js';
|
|||
import connectors from './connectors.js';
|
||||
import contact from './contact.js';
|
||||
import dashboard from './dashboard.js';
|
||||
import domain from './domain.js';
|
||||
import errors from './errors.js';
|
||||
import general from './general.js';
|
||||
import get_started from './get-started.js';
|
||||
|
@ -61,6 +62,7 @@ const admin_console = {
|
|||
components,
|
||||
webhooks,
|
||||
webhook_details,
|
||||
domain,
|
||||
};
|
||||
|
||||
export default admin_console;
|
||||
|
|
|
@ -0,0 +1,67 @@
|
|||
const domain = {
|
||||
status: {
|
||||
connecting: '正在連接',
|
||||
in_used: '使用中',
|
||||
failed_to_connect: '連接失敗',
|
||||
},
|
||||
update_endpoint_alert: {
|
||||
description:
|
||||
'已成功配置自定義域名。如果您之前配置了以下資源,請務必將使用的域名更新為 {{domain}}。',
|
||||
endpoint_url: '<a>{{link}}</a> 的終端節點 URL',
|
||||
application_settings_link_text: '應用程式設定',
|
||||
callback_url: '<a>{{link}}</a> 的回調 URL',
|
||||
social_connector_link_text: '社交連接器',
|
||||
api_identifier: '<a>{{link}}</a> 的 API 識別碼',
|
||||
uri_management_api_link_text: 'URI 管理 API',
|
||||
tip: '更改設定後,您可以在我們的登錄體驗中進行測試,請參閱<a>{{link}}</a>。',
|
||||
},
|
||||
custom: {
|
||||
custom_domain: '自定義域名',
|
||||
custom_domain_description:
|
||||
'使用自己的域名替換默認域名,以保持品牌的一致性和為您的用戶個性化的登錄體驗。',
|
||||
custom_domain_field: '自定義域名',
|
||||
custom_domain_placeholder: 'yourdomain.com',
|
||||
add_domain: '添加域名',
|
||||
invalid_domain_format: '無效的域名格式',
|
||||
steps: {
|
||||
add_records: {
|
||||
title: '將以下 DNS 記錄添加到您的 DNS 提供程序',
|
||||
generating_dns_records: '正在生成 DNS 記錄…',
|
||||
table: {
|
||||
type_field: '類型',
|
||||
name_field: '名稱',
|
||||
value_field: '值',
|
||||
},
|
||||
finish_and_continue: '完成並繼續',
|
||||
},
|
||||
verify_domain: {
|
||||
title: '自動驗證 DNS 記錄的連接',
|
||||
description: '該過程將自動進行,可能需要幾分鐘(長達 24 小時)。您可以在運行時退出此界面。',
|
||||
error_message: '驗證失敗。請檢查您的域名或 DNS 記錄。',
|
||||
},
|
||||
generate_ssl_cert: {
|
||||
title: '自動生成 SSL 證書',
|
||||
description: '該過程將自動進行,可能需要幾分鐘(長達 24 小時)。您可以在運行時退出此界面。',
|
||||
error_message: '生成 SSL 證書失敗。',
|
||||
},
|
||||
enable_domain: '自動啟用自定義域名',
|
||||
},
|
||||
deletion: {
|
||||
delete_domain: '刪除域名',
|
||||
reminder: '删除自定義域名',
|
||||
description: '您確定要刪除此自定義域名嗎?',
|
||||
in_used_description: '您確定要删除此自定義域名 "{{domain}}" 嗎?',
|
||||
in_used_tip:
|
||||
'如果您之前在您的社交連接器提供程序或應用程式端點中設置了此自定義域名,您需要先修改 URI 為 Logto 自定義域名 "{{domain}}"。這對於社交登錄按鈕的正常工作是必要的。',
|
||||
deleted: '成功删除自定義域名!',
|
||||
},
|
||||
},
|
||||
default: {
|
||||
default_domain: '默認域名',
|
||||
default_domain_description:
|
||||
'我們提供一個可直接線上使用的預設域名。它始終可用,確保您的應用程序始終可以訪問',
|
||||
default_domain_field: 'Logto 默認域名',
|
||||
},
|
||||
};
|
||||
|
||||
export default domain;
|
|
@ -8,6 +8,7 @@ import connector_details from './connector-details.js';
|
|||
import connectors from './connectors.js';
|
||||
import contact from './contact.js';
|
||||
import dashboard from './dashboard.js';
|
||||
import domain from './domain.js';
|
||||
import errors from './errors.js';
|
||||
import general from './general.js';
|
||||
import get_started from './get-started.js';
|
||||
|
@ -61,6 +62,7 @@ const admin_console = {
|
|||
components,
|
||||
webhooks,
|
||||
webhook_details,
|
||||
domain,
|
||||
};
|
||||
|
||||
export default admin_console;
|
||||
|
|
|
@ -0,0 +1,69 @@
|
|||
const domain = {
|
||||
status: {
|
||||
connecting: '連線中',
|
||||
in_used: '使用中',
|
||||
failed_to_connect: '連線失敗',
|
||||
},
|
||||
update_endpoint_alert: {
|
||||
description:
|
||||
'您的自定義網域已成功配置。 如果您之前配置過以下資源,請務必更新您用於 {{domain}} 的網域。',
|
||||
endpoint_url: '<a>{{link}}</a> 的端點 URL',
|
||||
application_settings_link_text: '應用程式設定',
|
||||
callback_url: '<a>{{link}}</a> 的回撥 URL',
|
||||
social_connector_link_text: '社交連結器',
|
||||
api_identifier: '<a>{{link}}</a> 的 API 識別碼',
|
||||
uri_management_api_link_text: 'URI 管理 API',
|
||||
tip: '更改設定後,您可以在我們的登錄體驗 <a>{{link}}</a> 中進行測試。',
|
||||
},
|
||||
custom: {
|
||||
custom_domain: '自定義網域',
|
||||
custom_domain_description:
|
||||
'將默認網域替換為您自己的網域,以保持品牌一致性並為用戶個性化登錄體驗。',
|
||||
custom_domain_field: '自定義網域',
|
||||
custom_domain_placeholder: 'yourdomain.com',
|
||||
add_domain: '新增網域',
|
||||
invalid_domain_format: '無效的網域格式',
|
||||
steps: {
|
||||
add_records: {
|
||||
title: '將以下 DNS 記錄添加到您的 DNS 提供商',
|
||||
generating_dns_records: '生成 DNS 記錄中...',
|
||||
table: {
|
||||
type_field: '類型',
|
||||
name_field: '名稱',
|
||||
value_field: '值',
|
||||
},
|
||||
finish_and_continue: '完成並繼續',
|
||||
},
|
||||
verify_domain: {
|
||||
title: '自動驗證 DNS 記錄的連線性',
|
||||
description:
|
||||
'該過程將在自動進行,可能需要幾分鐘 (最多 24 小時)。 它正在運行時,您可以退出此介面。',
|
||||
error_message: '驗證失敗。 請檢查您的域名或 DNS 記錄。',
|
||||
},
|
||||
generate_ssl_cert: {
|
||||
title: '自動生成 SSL 證書',
|
||||
description:
|
||||
'該過程將在自動進行,可能需要幾分鐘 (最多 24 小時)。 它正在運行時,您可以退出此介面。',
|
||||
error_message: '生成 SSL 證書失敗。',
|
||||
},
|
||||
enable_domain: '自動啟用自訂網域',
|
||||
},
|
||||
deletion: {
|
||||
delete_domain: '刪除網域',
|
||||
reminder: '刪除自定義網域',
|
||||
description: '您確定要刪除此自定義網域嗎?',
|
||||
in_used_description: '您確定要刪除此自定義網域 "{{domain}}" 嗎?',
|
||||
in_used_tip:
|
||||
'如果您之前在社交連結器供應商或應用端點中設置了此自定義網域,您需要首先將 URI 修改為 Logto 自定義網域 "{{domain}}"。 這對於社交登錄按鈕正常工作是必要的。',
|
||||
deleted: '成功刪除自定義網域!',
|
||||
},
|
||||
},
|
||||
default: {
|
||||
default_domain: '默認網域',
|
||||
default_domain_description:
|
||||
'我們提供了一個可直接在線使用的默認網域名稱。 它一直可用,可確保您的應用程式始終可用於登錄,即使您切換到自定義網域。',
|
||||
default_domain_field: 'Logto 默認網域',
|
||||
},
|
||||
};
|
||||
|
||||
export default domain;
|
|
@ -8,6 +8,7 @@ import connector_details from './connector-details.js';
|
|||
import connectors from './connectors.js';
|
||||
import contact from './contact.js';
|
||||
import dashboard from './dashboard.js';
|
||||
import domain from './domain.js';
|
||||
import errors from './errors.js';
|
||||
import general from './general.js';
|
||||
import get_started from './get-started.js';
|
||||
|
@ -61,6 +62,7 @@ const admin_console = {
|
|||
components,
|
||||
webhooks,
|
||||
webhook_details,
|
||||
domain,
|
||||
};
|
||||
|
||||
export default admin_console;
|
||||
|
|
Loading…
Add table
Reference in a new issue