mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
refactor(phrases): update demo app notification (#3222)
This commit is contained in:
parent
bd3469e42f
commit
88767b72a1
9 changed files with 9 additions and 17 deletions
|
@ -115,8 +115,7 @@ const translation = {
|
|||
invalid_session: 'Die Sitzung ist ungültig. Bitte melde dich erneut an.',
|
||||
},
|
||||
demo_app: {
|
||||
notification:
|
||||
'Nutze dein existierendes Admin Konto oder erstelle ein neues Konto um dich in die Demo App einzuloggen.',
|
||||
notification: 'Tip: Create a user in the user pool in order to test the sign-in experience.', // UNTRANSLATED
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -110,8 +110,7 @@ const translation = {
|
|||
invalid_session: 'Session not found. Please go back and sign in again.',
|
||||
},
|
||||
demo_app: {
|
||||
notification:
|
||||
'Use your default admin account or create a new account to sign in to the demo app.',
|
||||
notification: 'Tip: Create a user in the user pool in order to test the sign-in experience.',
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -116,8 +116,7 @@ const translation = {
|
|||
'Session non trouvée. Veuillez revenir en arrière et vous connecter à nouveau.',
|
||||
},
|
||||
demo_app: {
|
||||
notification:
|
||||
'Utilisez votre compte administrateur par défaut ou créez un nouveau compte pour vous connecter à la démo.',
|
||||
notification: 'Tip: Create a user in the user pool in order to test the sign-in experience.', // UNTRANSLATED
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -109,8 +109,7 @@ const translation = {
|
|||
invalid_session: '세션을 찾을 수 없어요. 다시 로그인해 주세요.',
|
||||
},
|
||||
demo_app: {
|
||||
notification:
|
||||
'체험 App에 로그인 하기 위해 관리자 정보 또는 게정을 새로 생성하여 로그인해보세요.',
|
||||
notification: 'Tip: Create a user in the user pool in order to test the sign-in experience.', // UNTRANSLATED
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -113,8 +113,7 @@ const translation = {
|
|||
invalid_session: 'Sessão não encontrada. Volte e faça login novamente.',
|
||||
},
|
||||
demo_app: {
|
||||
notification:
|
||||
'Use sua conta de administrador padrão ou crie uma nova conta para entrar no aplicativo de demonstração.',
|
||||
notification: 'Tip: Create a user in the user pool in order to test the sign-in experience.', // UNTRANSLATED
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -111,8 +111,7 @@ const translation = {
|
|||
invalid_session: 'Sessão não encontrada. Volte e faça login novamente.',
|
||||
},
|
||||
demo_app: {
|
||||
notification:
|
||||
'Use a sua conta de administrador padrão ou crie uma nova conta para entrar na app de demonstração.',
|
||||
notification: 'Tip: Create a user in the user pool in order to test the sign-in experience.', // UNTRANSLATED
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -114,8 +114,7 @@ const translation = {
|
|||
invalid_session: 'Сессия не найдена. Пожалуйста, войдите снова.',
|
||||
},
|
||||
demo_app: {
|
||||
notification:
|
||||
'Nutze dein existierendes Admin Konto oder erstelle ein neues Konto um dich in die Demo App einzuloggen.',
|
||||
notification: 'Tip: Create a user in the user pool in order to test the sign-in experience.', // UNTRANSLATED
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -111,7 +111,7 @@ const translation = {
|
|||
invalid_session: 'Oturum bulunamadı. Lütfen geri dönüp tekrar giriş yapınız.',
|
||||
},
|
||||
demo_app: {
|
||||
notification: 'Demo uygulamaya giriş yapmak için yönetici konsolunu kullanınız.',
|
||||
notification: 'Tip: Create a user in the user pool in order to test the sign-in experience.', // UNTRANSLATED
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -107,8 +107,7 @@ const translation = {
|
|||
invalid_session: '未找到会话,请返回并重新登录。',
|
||||
},
|
||||
demo_app: {
|
||||
notification:
|
||||
'管理控制台的用户名和密码是 demo app 的默认登录方式。点击下方创建账号或用现有账号登录。',
|
||||
notification: 'Tip: Create a user in the user pool in order to test the sign-in experience.', // UNTRANSLATED
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue