mirror of
https://github.com/logto-io/logto.git
synced 2025-01-06 20:40:08 -05:00
chore(phrases): add mfa session phrases (#4536)
This commit is contained in:
parent
19e7292f49
commit
38d35934e7
15 changed files with 88 additions and 0 deletions
|
@ -21,6 +21,12 @@ const session = {
|
||||||
'Benutzerkennung nicht gefunden. Bitte gehen Sie zurück und melden Sie sich erneut an.',
|
'Benutzerkennung nicht gefunden. Bitte gehen Sie zurück und melden Sie sich erneut an.',
|
||||||
interaction_not_found:
|
interaction_not_found:
|
||||||
'Interaktionssitzung nicht gefunden. Bitte gehen Sie zurück und starten Sie die Sitzung erneut.',
|
'Interaktionssitzung nicht gefunden. Bitte gehen Sie zurück und starten Sie die Sitzung erneut.',
|
||||||
|
mfa: {
|
||||||
|
/** UNTRANSLATED */
|
||||||
|
pending_info_not_found: 'Pending MFA info not found, please initiate MFA first.',
|
||||||
|
/** UNTRANSLATED */
|
||||||
|
invalid_totp_code: 'Invalid TOTP code.',
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default Object.freeze(session);
|
export default Object.freeze(session);
|
||||||
|
|
|
@ -19,6 +19,10 @@ const session = {
|
||||||
identifier_not_found: 'User identifier not found. Please go back and sign in again.',
|
identifier_not_found: 'User identifier not found. Please go back and sign in again.',
|
||||||
interaction_not_found:
|
interaction_not_found:
|
||||||
'Interaction session not found. Please go back and start the session again.',
|
'Interaction session not found. Please go back and start the session again.',
|
||||||
|
mfa: {
|
||||||
|
pending_info_not_found: 'Pending MFA info not found, please initiate MFA first.',
|
||||||
|
invalid_totp_code: 'Invalid TOTP code.',
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default Object.freeze(session);
|
export default Object.freeze(session);
|
||||||
|
|
|
@ -22,6 +22,12 @@ const session = {
|
||||||
'Identificador de usuario no encontrado. Vuelva atrás e inicie sesión nuevamente.',
|
'Identificador de usuario no encontrado. Vuelva atrás e inicie sesión nuevamente.',
|
||||||
interaction_not_found:
|
interaction_not_found:
|
||||||
'No se encuentra la sesión de interacción. Vuelva atrás y vuelva a iniciar la sesión.',
|
'No se encuentra la sesión de interacción. Vuelva atrás y vuelva a iniciar la sesión.',
|
||||||
|
mfa: {
|
||||||
|
/** UNTRANSLATED */
|
||||||
|
pending_info_not_found: 'Pending MFA info not found, please initiate MFA first.',
|
||||||
|
/** UNTRANSLATED */
|
||||||
|
invalid_totp_code: 'Invalid TOTP code.',
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default Object.freeze(session);
|
export default Object.freeze(session);
|
||||||
|
|
|
@ -23,6 +23,12 @@ const session = {
|
||||||
'Identifiant utilisateur introuvable. Veuillez retourner en arrière et vous connecter à nouveau.',
|
'Identifiant utilisateur introuvable. Veuillez retourner en arrière et vous connecter à nouveau.',
|
||||||
interaction_not_found:
|
interaction_not_found:
|
||||||
"Session d'interaction introuvable. Veuillez retourner en arrière et recommencer la session.",
|
"Session d'interaction introuvable. Veuillez retourner en arrière et recommencer la session.",
|
||||||
|
mfa: {
|
||||||
|
/** UNTRANSLATED */
|
||||||
|
pending_info_not_found: 'Pending MFA info not found, please initiate MFA first.',
|
||||||
|
/** UNTRANSLATED */
|
||||||
|
invalid_totp_code: 'Invalid TOTP code.',
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default Object.freeze(session);
|
export default Object.freeze(session);
|
||||||
|
|
|
@ -21,6 +21,12 @@ const session = {
|
||||||
identifier_not_found: 'Identificativo utente non trovato. Torna indietro e accedi nuovamente.',
|
identifier_not_found: 'Identificativo utente non trovato. Torna indietro e accedi nuovamente.',
|
||||||
interaction_not_found:
|
interaction_not_found:
|
||||||
'Sessione di interazione non trovata. Torna indietro e avvia la sessione nuovamente.',
|
'Sessione di interazione non trovata. Torna indietro e avvia la sessione nuovamente.',
|
||||||
|
mfa: {
|
||||||
|
/** UNTRANSLATED */
|
||||||
|
pending_info_not_found: 'Pending MFA info not found, please initiate MFA first.',
|
||||||
|
/** UNTRANSLATED */
|
||||||
|
invalid_totp_code: 'Invalid TOTP code.',
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default Object.freeze(session);
|
export default Object.freeze(session);
|
||||||
|
|
|
@ -19,6 +19,12 @@ const session = {
|
||||||
identifier_not_found: 'ユーザーIDが見つかりません。戻って再度サインインしてください。',
|
identifier_not_found: 'ユーザーIDが見つかりません。戻って再度サインインしてください。',
|
||||||
interaction_not_found:
|
interaction_not_found:
|
||||||
'インタラクションセッションが見つかりません。戻ってセッションを開始してください。',
|
'インタラクションセッションが見つかりません。戻ってセッションを開始してください。',
|
||||||
|
mfa: {
|
||||||
|
/** UNTRANSLATED */
|
||||||
|
pending_info_not_found: 'Pending MFA info not found, please initiate MFA first.',
|
||||||
|
/** UNTRANSLATED */
|
||||||
|
invalid_totp_code: 'Invalid TOTP code.',
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default Object.freeze(session);
|
export default Object.freeze(session);
|
||||||
|
|
|
@ -18,6 +18,12 @@ const session = {
|
||||||
connector_validation_session_not_found: '연동 세션 유효성 검증을 위한 토큰을 찾을 수 없어요.',
|
connector_validation_session_not_found: '연동 세션 유효성 검증을 위한 토큰을 찾을 수 없어요.',
|
||||||
identifier_not_found: '사용자 식별자를 찾을 수 없어요. 처음부터 다시 로그인을 시도해 주세요.',
|
identifier_not_found: '사용자 식별자를 찾을 수 없어요. 처음부터 다시 로그인을 시도해 주세요.',
|
||||||
interaction_not_found: '인터렉션 세션을 찾을 수 없어요. 처음부터 다시 세션을 시작해 주세요.',
|
interaction_not_found: '인터렉션 세션을 찾을 수 없어요. 처음부터 다시 세션을 시작해 주세요.',
|
||||||
|
mfa: {
|
||||||
|
/** UNTRANSLATED */
|
||||||
|
pending_info_not_found: 'Pending MFA info not found, please initiate MFA first.',
|
||||||
|
/** UNTRANSLATED */
|
||||||
|
invalid_totp_code: 'Invalid TOTP code.',
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default Object.freeze(session);
|
export default Object.freeze(session);
|
||||||
|
|
|
@ -20,6 +20,12 @@ const session = {
|
||||||
'Nie znaleziono identyfikatora użytkownika. Proszę wróć i zaloguj się ponownie.',
|
'Nie znaleziono identyfikatora użytkownika. Proszę wróć i zaloguj się ponownie.',
|
||||||
interaction_not_found:
|
interaction_not_found:
|
||||||
'Nie znaleziono sesji interakcji. Proszę wróć i rozpocznij sesję ponownie.',
|
'Nie znaleziono sesji interakcji. Proszę wróć i rozpocznij sesję ponownie.',
|
||||||
|
mfa: {
|
||||||
|
/** UNTRANSLATED */
|
||||||
|
pending_info_not_found: 'Pending MFA info not found, please initiate MFA first.',
|
||||||
|
/** UNTRANSLATED */
|
||||||
|
invalid_totp_code: 'Invalid TOTP code.',
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default Object.freeze(session);
|
export default Object.freeze(session);
|
||||||
|
|
|
@ -21,6 +21,12 @@ const session = {
|
||||||
'Identificador de usuário não encontrado. Por favor, volte e faça o login novamente.',
|
'Identificador de usuário não encontrado. Por favor, volte e faça o login novamente.',
|
||||||
interaction_not_found:
|
interaction_not_found:
|
||||||
'Sessão de interação não encontrada. Por favor, volte e inicie a sessão novamente.',
|
'Sessão de interação não encontrada. Por favor, volte e inicie a sessão novamente.',
|
||||||
|
mfa: {
|
||||||
|
/** UNTRANSLATED */
|
||||||
|
pending_info_not_found: 'Pending MFA info not found, please initiate MFA first.',
|
||||||
|
/** UNTRANSLATED */
|
||||||
|
invalid_totp_code: 'Invalid TOTP code.',
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default Object.freeze(session);
|
export default Object.freeze(session);
|
||||||
|
|
|
@ -23,6 +23,12 @@ const session = {
|
||||||
'Identificador do usuário não encontrado. Por favor, volte e faça login novamente.',
|
'Identificador do usuário não encontrado. Por favor, volte e faça login novamente.',
|
||||||
interaction_not_found:
|
interaction_not_found:
|
||||||
'Sessão de interação não encontrada. Por favor, volte e inicie a sessão novamente.',
|
'Sessão de interação não encontrada. Por favor, volte e inicie a sessão novamente.',
|
||||||
|
mfa: {
|
||||||
|
/** UNTRANSLATED */
|
||||||
|
pending_info_not_found: 'Pending MFA info not found, please initiate MFA first.',
|
||||||
|
/** UNTRANSLATED */
|
||||||
|
invalid_totp_code: 'Invalid TOTP code.',
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default Object.freeze(session);
|
export default Object.freeze(session);
|
||||||
|
|
|
@ -19,6 +19,12 @@ const session = {
|
||||||
identifier_not_found:
|
identifier_not_found:
|
||||||
'Идентификатор пользователя не найден. Вернитесь и войдите в систему снова.',
|
'Идентификатор пользователя не найден. Вернитесь и войдите в систему снова.',
|
||||||
interaction_not_found: 'Сессия взаимодействия не найдена. Вернитесь и начните сессию заново.',
|
interaction_not_found: 'Сессия взаимодействия не найдена. Вернитесь и начните сессию заново.',
|
||||||
|
mfa: {
|
||||||
|
/** UNTRANSLATED */
|
||||||
|
pending_info_not_found: 'Pending MFA info not found, please initiate MFA first.',
|
||||||
|
/** UNTRANSLATED */
|
||||||
|
invalid_totp_code: 'Invalid TOTP code.',
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default Object.freeze(session);
|
export default Object.freeze(session);
|
||||||
|
|
|
@ -20,6 +20,12 @@ const session = {
|
||||||
identifier_not_found: 'Kullanıcı kimliği bulunamadı. Lütfen geri gidin ve yeniden giriş yapın.',
|
identifier_not_found: 'Kullanıcı kimliği bulunamadı. Lütfen geri gidin ve yeniden giriş yapın.',
|
||||||
interaction_not_found:
|
interaction_not_found:
|
||||||
'Etkileşim oturumu bulunamadı. Lütfen geri gidin ve oturumu yeniden başlatın.',
|
'Etkileşim oturumu bulunamadı. Lütfen geri gidin ve oturumu yeniden başlatın.',
|
||||||
|
mfa: {
|
||||||
|
/** UNTRANSLATED */
|
||||||
|
pending_info_not_found: 'Pending MFA info not found, please initiate MFA first.',
|
||||||
|
/** UNTRANSLATED */
|
||||||
|
invalid_totp_code: 'Invalid TOTP code.',
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default Object.freeze(session);
|
export default Object.freeze(session);
|
||||||
|
|
|
@ -15,6 +15,12 @@ const session = {
|
||||||
connector_validation_session_not_found: '找不到连接器用于验证 token 的信息。',
|
connector_validation_session_not_found: '找不到连接器用于验证 token 的信息。',
|
||||||
identifier_not_found: '找不到用户标识符。请返回并重新登录。',
|
identifier_not_found: '找不到用户标识符。请返回并重新登录。',
|
||||||
interaction_not_found: '找不到交互会话。请返回并重新开始会话。',
|
interaction_not_found: '找不到交互会话。请返回并重新开始会话。',
|
||||||
|
mfa: {
|
||||||
|
/** UNTRANSLATED */
|
||||||
|
pending_info_not_found: 'Pending MFA info not found, please initiate MFA first.',
|
||||||
|
/** UNTRANSLATED */
|
||||||
|
invalid_totp_code: 'Invalid TOTP code.',
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default Object.freeze(session);
|
export default Object.freeze(session);
|
||||||
|
|
|
@ -15,6 +15,12 @@ const session = {
|
||||||
connector_validation_session_not_found: '找不到連接器用於驗證 token 的信息。',
|
connector_validation_session_not_found: '找不到連接器用於驗證 token 的信息。',
|
||||||
identifier_not_found: '找不到用戶標識符。請返回並重新登錄。',
|
identifier_not_found: '找不到用戶標識符。請返回並重新登錄。',
|
||||||
interaction_not_found: '找不到互動會話。請返回並重新開始會話。',
|
interaction_not_found: '找不到互動會話。請返回並重新開始會話。',
|
||||||
|
mfa: {
|
||||||
|
/** UNTRANSLATED */
|
||||||
|
pending_info_not_found: 'Pending MFA info not found, please initiate MFA first.',
|
||||||
|
/** UNTRANSLATED */
|
||||||
|
invalid_totp_code: 'Invalid TOTP code.',
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default Object.freeze(session);
|
export default Object.freeze(session);
|
||||||
|
|
|
@ -15,6 +15,12 @@ const session = {
|
||||||
connector_validation_session_not_found: '找不到連接器用於驗證 token 的資訊。',
|
connector_validation_session_not_found: '找不到連接器用於驗證 token 的資訊。',
|
||||||
identifier_not_found: '找不到使用者標識符。請返回並重新登錄。',
|
identifier_not_found: '找不到使用者標識符。請返回並重新登錄。',
|
||||||
interaction_not_found: '找不到交互會話。請返回並重新開始會話。',
|
interaction_not_found: '找不到交互會話。請返回並重新開始會話。',
|
||||||
|
mfa: {
|
||||||
|
/** UNTRANSLATED */
|
||||||
|
pending_info_not_found: 'Pending MFA info not found, please initiate MFA first.',
|
||||||
|
/** UNTRANSLATED */
|
||||||
|
invalid_totp_code: 'Invalid TOTP code.',
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default Object.freeze(session);
|
export default Object.freeze(session);
|
||||||
|
|
Loading…
Reference in a new issue