0
Fork 0
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:
Xiao Yijun 2023-03-02 17:32:59 +08:00 committed by GitHub
parent 4606fd6821
commit 0f77252eb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 9 additions and 9 deletions

View file

@ -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
},
};

View file

@ -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.',
},
};

View file

@ -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
},
};

View file

@ -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
},
};

View file

@ -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
},
};

View file

@ -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
},
};

View file

@ -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
},
};

View file

@ -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
},
};

View file

@ -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
},
};