mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
refactor(phrases): update live preview notification (#3272)
This commit is contained in:
parent
4606fd6821
commit
0f77252eb3
9 changed files with 9 additions and 9 deletions
|
@ -114,7 +114,7 @@ const translation = {
|
|||
invalid_session: 'Die Sitzung ist ungültig. Bitte melde dich erneut an.',
|
||||
},
|
||||
demo_app: {
|
||||
notification: 'Tip: Create a user in the user pool in order to test the sign-in experience.', // UNTRANSLATED
|
||||
notification: 'Tip: Create an account first to test the sign-in experience.', // UNTRANSLATED
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -110,7 +110,7 @@ const translation = {
|
|||
invalid_session: 'Session not found. Please go back and sign in again.',
|
||||
},
|
||||
demo_app: {
|
||||
notification: 'Tip: Create a user in the user pool in order to test the sign-in experience.',
|
||||
notification: 'Tip: Create an account first to test the sign-in experience.',
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -116,7 +116,7 @@ const translation = {
|
|||
'Session non trouvée. Veuillez revenir en arrière et vous connecter à nouveau.',
|
||||
},
|
||||
demo_app: {
|
||||
notification: 'Tip: Create a user in the user pool in order to test the sign-in experience.', // UNTRANSLATED
|
||||
notification: 'Tip: Create an account first to test the sign-in experience.', // UNTRANSLATED
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -108,7 +108,7 @@ const translation = {
|
|||
invalid_session: '세션을 찾을 수 없어요. 다시 로그인해 주세요.',
|
||||
},
|
||||
demo_app: {
|
||||
notification: 'Tip: Create a user in the user pool in order to test the sign-in experience.', // UNTRANSLATED
|
||||
notification: 'Tip: Create an account first to test the sign-in experience.', // UNTRANSLATED
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -112,7 +112,7 @@ const translation = {
|
|||
invalid_session: 'Sessão não encontrada. Volte e faça login novamente.',
|
||||
},
|
||||
demo_app: {
|
||||
notification: 'Tip: Create a user in the user pool in order to test the sign-in experience.', // UNTRANSLATED
|
||||
notification: 'Tip: Create an account first to test the sign-in experience.', // UNTRANSLATED
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -111,7 +111,7 @@ const translation = {
|
|||
invalid_session: 'Sessão não encontrada. Volte e faça login novamente.',
|
||||
},
|
||||
demo_app: {
|
||||
notification: 'Tip: Create a user in the user pool in order to test the sign-in experience.', // UNTRANSLATED
|
||||
notification: 'Tip: Create an account first to test the sign-in experience.', // UNTRANSLATED
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -113,7 +113,7 @@ const translation = {
|
|||
invalid_session: 'Сессия не найдена. Пожалуйста, войдите снова.',
|
||||
},
|
||||
demo_app: {
|
||||
notification: 'Tip: Create a user in the user pool in order to test the sign-in experience.', // UNTRANSLATED
|
||||
notification: 'Tip: Create an account first 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: 'Tip: Create a user in the user pool in order to test the sign-in experience.', // UNTRANSLATED
|
||||
notification: 'Tip: Create an account first to test the sign-in experience.', // UNTRANSLATED
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -107,7 +107,7 @@ const translation = {
|
|||
invalid_session: '未找到会话,请返回并重新登录。',
|
||||
},
|
||||
demo_app: {
|
||||
notification: 'Tip: Create a user in the user pool in order to test the sign-in experience.', // UNTRANSLATED
|
||||
notification: 'Tip: Create an account first to test the sign-in experience.', // UNTRANSLATED
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue