0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-17 22:04:19 -05:00

refactor(demo-app): update phrases (#3435)

This commit is contained in:
Xiao Yijun 2023-03-16 18:30:00 +08:00 committed by GitHub
parent 410363fbdd
commit cdeff0028d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 16 additions and 16 deletions

View file

@ -1,9 +1,9 @@
const demo_app = {
title: 'Du hast dich erfolgreich in der Demo App angemeldet!',
title: "You've successfully signed in the live preview!", // UNTRANSLATED
subtitle: 'Here is your log in information:',
username: 'Benutzername: ',
user_id: 'Benutzer ID: ',
sign_out: 'Aus der Demo App ausloggen',
sign_out: 'Sign Out the Live Preview', // UNTRANSLATED
continue_explore: 'Oder weiter zum Entdecken',
customize_sign_in_experience: 'Anmeldeoberfläche anpassen',
enable_passwordless: 'Passwordless einschalten',

View file

@ -1,9 +1,9 @@
const demo_app = {
title: "You've successfully signed in the demo app!",
title: "You've successfully signed in the live preview!",
subtitle: 'Here is your log in information:',
username: 'Username: ',
user_id: 'User ID: ',
sign_out: 'Sign Out the Demo App',
sign_out: 'Sign Out the Live Preview',
continue_explore: 'Or continue to explore',
customize_sign_in_experience: 'Customize Sign-in Experience',
enable_passwordless: 'Enable Passwordless',

View file

@ -1,9 +1,9 @@
const demo_app = {
title: 'Vous avez réussi à vous connecter à la démo !',
title: "You've successfully signed in the live preview!", // UNTRANSLATED
subtitle: 'Voici vos informations de connexion :',
username: "Nom d'utilisateur : ",
user_id: "ID de l'utilisateur :",
sign_out: 'Déconnexion de la démo',
sign_out: 'Sign Out the Live Preview', // UNTRANSLATED
continue_explore: 'Ou continuer à explorer',
customize_sign_in_experience: "Personnaliser l'expérience de connexion",
enable_passwordless: 'Activer la fonction sans mot de passe',

View file

@ -1,9 +1,9 @@
const demo_app = {
title: '성공적으로 체험 App에 로그인되었어요!',
title: "You've successfully signed in the live preview!", // UNTRANSLATED
subtitle: '여기 로그인 정보가 있어요:',
username: '사용자 이름: ',
user_id: '사용자 ID: ',
sign_out: '체험 App 로그아웃',
sign_out: 'Sign Out the Live Preview', // UNTRANSLATED
continue_explore: '또는 계속해서 살펴보기',
customize_sign_in_experience: '로그인 경험 커스터마이징',
enable_passwordless: 'Passwordless 활성화',

View file

@ -1,9 +1,9 @@
const demo_app = {
title: 'Você se inscreveu com sucesso no aplicativo de demonstração!',
title: "You've successfully signed in the live preview!", // UNTRANSLATED
subtitle: 'Aqui estão suas informações de login:',
username: 'Nome de usuário: ',
user_id: 'ID do usuário: ',
sign_out: 'Sair do aplicativo de demonstração',
sign_out: 'Sign Out the Live Preview', // UNTRANSLATED
continue_explore: 'Ou continuar a navegação',
customize_sign_in_experience: 'Personalize a experiência de login',
enable_passwordless: 'Ativar sem senha',

View file

@ -1,9 +1,9 @@
const demo_app = {
title: 'Entrou com sucesso na app de demonstração!',
title: "You've successfully signed in the live preview!", // UNTRANSLATED
subtitle: 'Aqui estão as suas informações de login:',
username: 'Utilizador: ',
user_id: 'ID de utilizador: ',
sign_out: 'Sair da app de demonstração',
sign_out: 'Sign Out the Live Preview', // UNTRANSLATED
continue_explore: 'Ou continue a explorar',
customize_sign_in_experience: 'Personalizar a experiência de login',
enable_passwordless: 'Ativar login sem passsword (passwordless)',

View file

@ -1,9 +1,9 @@
const demo_app = {
title: 'Demo uygulamaya başarıyla giriş yaptınız!',
title: "You've successfully signed in the live preview!", // UNTRANSLATED
subtitle: 'Sisteme giriş bilgileriniz:',
username: 'Kullanıcı Adı: ',
user_id: 'Kullanıcı Kimliği: ',
sign_out: 'Demo uygulamadan çıkış yap',
sign_out: 'Sign Out the Live Preview', // UNTRANSLATED
continue_explore: 'Veya keşfetmeye devam et',
customize_sign_in_experience: 'Oturum Açma Deneyimini Özelleştir',
enable_passwordless: 'Şifresiz Etkinleştir',

View file

@ -1,9 +1,9 @@
const demo_app = {
title: '恭喜!你已成功登录到示例应用!',
title: "You've successfully signed in the live preview!", // UNTRANSLATED
subtitle: '以下是本次登录的用户信息:',
username: '用户名:',
user_id: '用户 ID',
sign_out: '退出登录示例应用',
sign_out: 'Sign Out the Live Preview', // UNTRANSLATED
continue_explore: '或继续探索',
customize_sign_in_experience: '自定义登录体验',
enable_passwordless: '启用无密码登录',