0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

fix(ui): content update (#2410)

This commit is contained in:
simeng-li 2022-11-11 16:14:12 +08:00 committed by GitHub
parent 6691fd4446
commit aeb4fbc14a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 62 additions and 62 deletions

View file

@ -31,8 +31,8 @@ const translation = {
sign_in_with: 'Mit {{name}} anmelden',
forgot_password: 'Passwort vergessen?',
switch_to: 'Zu {{method}} wechseln',
sign_in_via_passcode: 'Sign in via verification code', // UNTRANSLATED
sign_in_via_password: 'Sign in via password', // UNTRANSLATED
sign_in_via_passcode: 'Sign in with verification code', // UNTRANSLATED
sign_in_via_password: 'Sign in with password', // UNTRANSLATED
},
description: {
email: 'Email',
@ -69,20 +69,20 @@ const translation = {
new_password: 'Neues Passwort',
set_password: 'Set password', // UNTRANSLATED
password_changed: 'Passwort geändert',
no_account: "Don't have an account?", // UNTRANSLATED
have_account: 'Already have an account?', // UNTRANSLATED
no_account: 'No account yet? ', // UNTRANSLATED
have_account: 'Already had an account?', // UNTRANSLATED
enter_password: 'Enter Password', // UNTRANSLATED
enter_password_for: 'Enter the password of {{method}} {{value}}', // UNTRANSLATED
enter_password_for: 'Sign in with the password to {{method}} {{value}}', // UNTRANSLATED
enter_username: 'Enter username', // UNTRANSLATED
enter_username_description:
'Username is an alternative for sign-in. Username must contain only letters, numbers, and underscores.', // UNTRANSLATED
link_email: 'Link email', // UNTRANSLATED
link_phone: 'Link phone', // UNTRANSLATED
link_email_or_phone: 'Link email or phone', // UNTRANSLATED
link_email_description: 'Link your email to sign in or help with account recovery.', // UNTRANSLATED
link_phone_description: 'Link your phone number to sign in or help with account recovery.', // UNTRANSLATED
link_email_description: 'For added security, please link your email with the account.', // UNTRANSLATED
link_phone_description: 'For added security, please link your phone with the account.', // UNTRANSLATED
link_email_or_phone_description:
'Link your email or phone number to sign in or help with account recovery.', // UNTRANSLATED
'For added security, please link your email or phone with the account.', // UNTRANSLATED
},
error: {
username_password_mismatch: 'Benutzername oder Passwort ist falsch',

View file

@ -10,27 +10,27 @@ const translation = {
sign_in_with: 'Sign in with {{methods, list(type: disjunction;)}}',
register_with: 'Create account with {{methods, list(type: disjunction;)}}',
social_bind_with:
'Already have an account? Sign in to link {{methods, list(type: disjunction;)}} with your social identity.',
'Already had an account? Sign in to link {{methods, list(type: disjunction;)}} with your social identity.',
},
action: {
sign_in: 'Sign In',
sign_in: 'Sign in',
continue: 'Continue',
create_account: 'Create Account',
create_account: 'Create account',
create: 'Create',
enter_passcode: 'Enter verification code',
confirm: 'Confirm',
cancel: 'Cancel',
save_password: 'Save',
bind: 'Link with {{address}}',
back: 'Go Back',
back: 'Go back',
nav_back: 'Back',
agree: 'Agree',
got_it: 'Got it',
sign_in_with: 'Continue with {{name}}',
forgot_password: 'Forgot your password?',
switch_to: 'Switch to {{method}}',
sign_in_via_passcode: 'Sign in via verification code',
sign_in_via_password: 'Sign in via password',
sign_in_via_passcode: 'Sign in with verification code',
sign_in_via_password: 'Sign in with password',
},
description: {
email: 'email',
@ -40,7 +40,7 @@ const translation = {
agree_with_terms: 'I have read and agree to the ',
agree_with_terms_modal: 'To proceed, please agree to the <link></link>.',
terms_of_use: 'Terms of Use',
create_account: 'Create Account',
create_account: 'Create account',
or: 'or',
enter_passcode: 'The verification code has been sent to your {{address}} {{target}}',
passcode_sent: 'The verification code has been resent',
@ -55,7 +55,7 @@ const translation = {
create_account_id_exists_alert: 'The account with {{type}} {{value}} already exists',
bind_account_title: 'Link account',
social_create_account: 'No account? You can create a new account and link.',
social_bind_account: 'Already have an account? Sign in to link it with your social identity.',
social_bind_account: 'Already had an account? Sign in to link it with your social identity.',
social_bind_with_existing: 'We find a related account, you can link it directly.',
reset_password: 'Reset password',
reset_password_description_email:
@ -65,20 +65,20 @@ const translation = {
new_password: 'New password',
set_password: 'Set password',
password_changed: 'Password Changed',
no_account: "Don't have an account?",
have_account: 'Already have an account?',
no_account: 'No account yet? ',
have_account: 'Already had an account?',
enter_password: 'Enter Password',
enter_password_for: 'Enter the password of {{method}} {{value}}',
enter_password_for: 'Sign in with the password to {{method}} {{value}}',
enter_username: 'Enter username',
enter_username_description:
'Username is an alternative for sign-in. Username must contain only letters, numbers, and underscores.',
link_email: 'Link email',
link_phone: 'Link phone',
link_email_or_phone: 'Link email or phone',
link_email_description: 'Link your email to sign in or help with account recovery.',
link_phone_description: 'Link your phone number to sign in or help with account recovery.',
link_email_description: 'For added security, please link your email with the account.',
link_phone_description: 'For added security, please link your phone with the account.',
link_email_or_phone_description:
'Link your email or phone number to sign in or help with account recovery.',
'For added security, please link your email or phone with the account.',
},
error: {
username_password_mismatch: 'Username and password do not match',

View file

@ -31,8 +31,8 @@ const translation = {
sign_in_with: 'Continuer avec {{name}}',
forgot_password: 'Mot de passe oublié ?',
switch_to: 'Passer au {{method}}',
sign_in_via_passcode: 'Sign in via verification code', // UNTRANSLATED
sign_in_via_password: 'Sign in via password', // UNTRANSLATED
sign_in_via_passcode: 'Sign in with verification code', // UNTRANSLATED
sign_in_via_password: 'Sign in with password', // UNTRANSLATED
},
description: {
email: 'email',
@ -69,20 +69,20 @@ const translation = {
new_password: 'Nouveau mot de passe',
set_password: 'Set password', // UNTRANSLATED
password_changed: 'Password Changed', // UNTRANSLATED
no_account: "Don't have an account?", // UNTRANSLATED
have_account: 'Already have an account?', // UNTRANSLATED
no_account: 'No account yet? ', // UNTRANSLATED
have_account: 'Already had an account?', // UNTRANSLATED
enter_password: 'Enter Password', // UNTRANSLATED
enter_password_for: 'Enter the password of {{method}} {{value}}', // UNTRANSLATED
enter_password_for: 'Sign in with the password to {{method}} {{value}}', // UNTRANSLATED
enter_username: 'Enter username', // UNTRANSLATED
enter_username_description:
'Username is an alternative for sign-in. Username must contain only letters, numbers, and underscores.', // UNTRANSLATED
link_email: 'Link email', // UNTRANSLATED
link_phone: 'Link phone', // UNTRANSLATED
link_email_or_phone: 'Link email or phone', // UNTRANSLATED
link_email_description: 'Link your email to sign in or help with account recovery.', // UNTRANSLATED
link_phone_description: 'Link your phone number to sign in or help with account recovery.', // UNTRANSLATED
link_email_description: 'For added security, please link your email with the account.', // UNTRANSLATED
link_phone_description: 'For added security, please link your phone with the account.', // UNTRANSLATED
link_email_or_phone_description:
'Link your email or phone number to sign in or help with account recovery.', // UNTRANSLATED
'For added security, please link your email or phone with the account.', // UNTRANSLATED
},
error: {
username_password_mismatch: "Le nom d'utilisateur et le mot de passe ne correspondent pas",

View file

@ -31,8 +31,8 @@ const translation = {
sign_in_with: '{{name}} 계속',
forgot_password: '비밀번호를 잊어버리셨나요?',
switch_to: 'Switch to {{method}}', // UNTRANSLATED
sign_in_via_passcode: 'Sign in via verification code', // UNTRANSLATED
sign_in_via_password: 'Sign in via password', // UNTRANSLATED
sign_in_via_passcode: 'Sign in with verification code', // UNTRANSLATED
sign_in_via_password: 'Sign in with password', // UNTRANSLATED
},
description: {
email: '이메일',
@ -65,20 +65,20 @@ const translation = {
new_password: '새 비밀번호',
set_password: 'Set password', // UNTRANSLATED
password_changed: 'Password Changed', // UNTRANSLATED
no_account: "Don't have an account?", // UNTRANSLATED
have_account: 'Already have an account?', // UNTRANSLATED
no_account: 'No account yet? ', // UNTRANSLATED
have_account: 'Already had an account?', // UNTRANSLATED
enter_password: 'Enter Password', // UNTRANSLATED
enter_password_for: 'Enter the password of {{method}} {{value}}', // UNTRANSLATED
enter_password_for: 'Sign in with the password to {{method}} {{value}}', // UNTRANSLATED
enter_username: 'Enter username', // UNTRANSLATED
enter_username_description:
'Username is an alternative for sign-in. Username must contain only letters, numbers, and underscores.', // UNTRANSLATED
link_email: 'Link email', // UNTRANSLATED
link_phone: 'Link phone', // UNTRANSLATED
link_email_or_phone: 'Link email or phone', // UNTRANSLATED
link_email_description: 'Link your email to sign in or help with account recovery.', // UNTRANSLATED
link_phone_description: 'Link your phone number to sign in or help with account recovery.', // UNTRANSLATED
link_email_description: 'For added security, please link your email with the account.', // UNTRANSLATED
link_phone_description: 'For added security, please link your phone with the account.', // UNTRANSLATED
link_email_or_phone_description:
'Link your email or phone number to sign in or help with account recovery.', // UNTRANSLATED
'For added security, please link your email or phone with the account.', // UNTRANSLATED
},
error: {
username_password_mismatch: '사용자 이름 또는 비밀번호가 일치하지 않아요.',

View file

@ -31,8 +31,8 @@ const translation = {
sign_in_with: 'Continuar com {{name}}',
forgot_password: 'Esqueceu a password?',
switch_to: 'Mudar para {{method}}',
sign_in_via_passcode: 'Sign in via verification code', // UNTRANSLATED
sign_in_via_password: 'Sign in via password', // UNTRANSLATED
sign_in_via_passcode: 'Sign in with verification code', // UNTRANSLATED
sign_in_via_password: 'Sign in with password', // UNTRANSLATED
},
description: {
email: 'email',
@ -65,20 +65,20 @@ const translation = {
new_password: 'Nova Senha',
set_password: 'Set password', // UNTRANSLATED
password_changed: 'Password Changed', // UNTRANSLATED
no_account: "Don't have an account?", // UNTRANSLATED
have_account: 'Already have an account?', // UNTRANSLATED
no_account: 'No account yet? ', // UNTRANSLATED
have_account: 'Already had an account?', // UNTRANSLATED
enter_password: 'Enter Password', // UNTRANSLATED
enter_password_for: 'Enter the password of {{method}} {{value}}', // UNTRANSLATED
enter_password_for: 'Sign in with the password to {{method}} {{value}}', // UNTRANSLATED
enter_username: 'Enter username', // UNTRANSLATED
enter_username_description:
'Username is an alternative for sign-in. Username must contain only letters, numbers, and underscores.', // UNTRANSLATED
link_email: 'Link email', // UNTRANSLATED
link_phone: 'Link phone', // UNTRANSLATED
link_email_or_phone: 'Link email or phone', // UNTRANSLATED
link_email_description: 'Link your email to sign in or help with account recovery.', // UNTRANSLATED
link_phone_description: 'Link your phone number to sign in or help with account recovery.', // UNTRANSLATED
link_email_description: 'For added security, please link your email with the account.', // UNTRANSLATED
link_phone_description: 'For added security, please link your phone with the account.', // UNTRANSLATED
link_email_or_phone_description:
'Link your email or phone number to sign in or help with account recovery.', // UNTRANSLATED
'For added security, please link your email or phone with the account.', // UNTRANSLATED
},
error: {
username_password_mismatch: 'O Utilizador e a password não correspondem',

View file

@ -31,8 +31,8 @@ const translation = {
sign_in_with: '{{name}} ile ilerle',
forgot_password: 'Şifremi Unuttum?',
switch_to: 'Switch to {{method}}', // UNTRANSLATED
sign_in_via_passcode: 'Sign in via verification code', // UNTRANSLATED
sign_in_via_password: 'Sign in via password', // UNTRANSLATED
sign_in_via_passcode: 'Sign in with verification code', // UNTRANSLATED
sign_in_via_password: 'Sign in with password', // UNTRANSLATED
},
description: {
email: 'e-posta adresi',
@ -66,20 +66,20 @@ const translation = {
new_password: 'Yeni Şifre',
set_password: 'Set password', // UNTRANSLATED
password_changed: 'Password Changed', // UNTRANSLATED
no_account: "Don't have an account?", // UNTRANSLATED
have_account: 'Already have an account?', // UNTRANSLATED
no_account: 'No account yet? ', // UNTRANSLATED
have_account: 'Already had an account?', // UNTRANSLATED
enter_password: 'Enter Password', // UNTRANSLATED
enter_password_for: 'Enter the password of {{method}} {{value}}', // UNTRANSLATED
enter_password_for: 'Sign in with the password to {{method}} {{value}}', // UNTRANSLATED
enter_username: 'Enter username', // UNTRANSLATED
enter_username_description:
'Username is an alternative for sign-in. Username must contain only letters, numbers, and underscores.', // UNTRANSLATED
link_email: 'Link email', // UNTRANSLATED
link_phone: 'Link phone', // UNTRANSLATED
link_email_or_phone: 'Link email or phone', // UNTRANSLATED
link_email_description: 'Link your email to sign in or help with account recovery.', // UNTRANSLATED
link_phone_description: 'Link your phone number to sign in or help with account recovery.', // UNTRANSLATED
link_email_description: 'For added security, please link your email with the account.', // UNTRANSLATED
link_phone_description: 'For added security, please link your phone with the account.', // UNTRANSLATED
link_email_or_phone_description:
'Link your email or phone number to sign in or help with account recovery.', // UNTRANSLATED
'For added security, please link your email or phone with the account.', // UNTRANSLATED
},
error: {
username_password_mismatch: 'Kullanıcı adı ve şifre eşleşmiyor.',

View file

@ -31,8 +31,8 @@ const translation = {
sign_in_with: '通过 {{name}} 登录',
forgot_password: '重置密码',
switch_to: '切换到{{method}}',
sign_in_via_passcode: 'Sign in via verification code', // UNTRANSLATED
sign_in_via_password: 'Sign in via password', // UNTRANSLATED
sign_in_via_passcode: 'Sign in with verification code', // UNTRANSLATED
sign_in_via_password: 'Sign in with password', // UNTRANSLATED
},
description: {
email: '邮箱',
@ -63,20 +63,20 @@ const translation = {
new_password: '新密码',
set_password: 'Set password', // UNTRANSLATED
password_changed: '已重置密码!',
no_account: "Don't have an account?", // UNTRANSLATED
have_account: 'Already have an account?', // UNTRANSLATED
no_account: 'No account yet? ', // UNTRANSLATED
have_account: 'Already had an account?', // UNTRANSLATED
enter_password: 'Enter Password', // UNTRANSLATED
enter_password_for: 'Enter the password of {{method}} {{value}}', // UNTRANSLATED
enter_password_for: 'Sign in with the password to {{method}} {{value}}', // UNTRANSLATED
enter_username: 'Enter username', // UNTRANSLATED
enter_username_description:
'Username is an alternative for sign-in. Username must contain only letters, numbers, and underscores.', // UNTRANSLATED
link_email: 'Link email', // UNTRANSLATED
link_phone: 'Link phone', // UNTRANSLATED
link_email_or_phone: 'Link email or phone', // UNTRANSLATED
link_email_description: 'Link your email to sign in or help with account recovery.', // UNTRANSLATED
link_phone_description: 'Link your phone number to sign in or help with account recovery.', // UNTRANSLATED
link_email_description: 'For added security, please link your email with the account.', // UNTRANSLATED
link_phone_description: 'For added security, please link your phone with the account.', // UNTRANSLATED
link_email_or_phone_description:
'Link your email or phone number to sign in or help with account recovery.', // UNTRANSLATED
'For added security, please link your email or phone with the account.', // UNTRANSLATED
},
error: {
username_password_mismatch: '用户名和密码不匹配',