mirror of
https://github.com/logto-io/logto.git
synced 2025-03-31 22:51:25 -05:00
refactor(phrases): fix lint errors
This commit is contained in:
parent
ff2fe21e4e
commit
fc1a3bc0b3
5 changed files with 27 additions and 28 deletions
|
@ -58,12 +58,12 @@ const translation = {
|
|||
resend_after_seconds: 'Reenviar depois <span>{{seconds}}</span> segundos',
|
||||
resend_passcode: 'Reenviar código de verificação',
|
||||
create_account_id_exists: 'A conta com {{type}} {{value}} já existe, gostaria de entrar?',
|
||||
link_account_id_exists:
|
||||
'A conta com {{type}} {{value}} já existe, gostaria de vincular?',
|
||||
link_account_id_exists: 'A conta com {{type}} {{value}} já existe, gostaria de vincular?',
|
||||
sign_in_id_does_not_exist:
|
||||
'A conta com {{type}} {{value}} não existe, gostaria de criar uma nova conta?',
|
||||
sign_in_id_does_not_exist_alert: 'A conta com {{type}} {{value}} não existe.',
|
||||
create_account_id_exists_alert: 'A conta com {{type}} {{value}} está vinculada a outra conta. Por favor, tente outro {{type}}.',
|
||||
create_account_id_exists_alert:
|
||||
'A conta com {{type}} {{value}} está vinculada a outra conta. Por favor, tente outro {{type}}.',
|
||||
social_identity_exist:
|
||||
'O {{type}} {{value}} está vinculado a outra conta. Por favor, tente outro {{type}}.',
|
||||
bind_account_title: 'Vincular ou criar conta',
|
||||
|
|
|
@ -3,7 +3,7 @@ import type { LocalePhrase } from '../types.js';
|
|||
const translation = {
|
||||
input: {
|
||||
username: 'Utilizador',
|
||||
password: 'Palavra-passe',
|
||||
password: 'Palavra-passe',
|
||||
email: 'Email',
|
||||
phone_number: 'Telefone',
|
||||
confirm_password: 'Confirmar palavra-passe',
|
||||
|
@ -57,9 +57,8 @@ const translation = {
|
|||
passcode_sent: 'O código de verificação foi reenviado',
|
||||
resend_after_seconds: 'Reenviar após <span>{{seconds}}</span> segundos',
|
||||
resend_passcode: 'Reenviar código de verificação',
|
||||
create_account_id_exists: 'A conta com {{type}} {{value}} já existe, gostaria de fazer login?',
|
||||
link_account_id_exists:
|
||||
'A conta com {{type}} {{value}} já existe, gostaria de vinculá-la?',
|
||||
create_account_id_exists: 'A conta com {{type}} {{value}} já existe, gostaria de fazer login?',
|
||||
link_account_id_exists: 'A conta com {{type}} {{value}} já existe, gostaria de vinculá-la?',
|
||||
sign_in_id_does_not_exist: 'A conta com {{type}} {{value}} não existe, gostaria de criar uma?',
|
||||
sign_in_id_does_not_exist_alert: 'A conta com {{type}} {{value}} não existe.',
|
||||
create_account_id_exists_alert:
|
||||
|
@ -71,7 +70,8 @@ const translation = {
|
|||
social_link_email: 'Pode vincular outro email',
|
||||
social_link_phone: 'Pode vincular outro telefone',
|
||||
social_link_email_or_phone: 'Pode vincular outro email ou telefone',
|
||||
social_bind_with_existing: 'Encontramos uma conta relacionada registrada e você pode vinculá-la diretamente.',
|
||||
social_bind_with_existing:
|
||||
'Encontramos uma conta relacionada registrada e você pode vinculá-la diretamente.',
|
||||
reset_password: 'Esqueceu a senha',
|
||||
reset_password_description:
|
||||
'Insira os {{types, list(type: disjunction;)}} associados à sua conta e enviaremos o código de verificação para redefinir sua senha.',
|
||||
|
@ -92,7 +92,8 @@ const translation = {
|
|||
link_phone_description: 'Para maior segurança, vincule o seu telefone à conta.',
|
||||
link_email_or_phone_description:
|
||||
'Para maior segurança, vincule o seu email ou telefone à conta.',
|
||||
continue_with_more_information: 'Para maior segurança, por favor complete os detalhes da conta abaixo.',
|
||||
continue_with_more_information:
|
||||
'Para maior segurança, por favor complete os detalhes da conta abaixo.',
|
||||
create_your_account: 'Criar conta',
|
||||
welcome_to_sign_in: 'Bem-vindo(a) para iniciar sessão',
|
||||
},
|
||||
|
|
|
@ -16,9 +16,9 @@ const translation = {
|
|||
sign_in: 'Войти',
|
||||
continue: 'Продолжить',
|
||||
create_account: 'Создать аккаунт',
|
||||
create_account_without_linking: 'Создать аккаунт без связывания',
|
||||
create_account_without_linking: 'Создать аккаунт без связывания',
|
||||
create: 'Создать',
|
||||
enter_passcode: 'Введите код подтверждения',
|
||||
enter_passcode: 'Введите код подтверждения',
|
||||
confirm: 'Подтвердить',
|
||||
cancel: 'Отменить',
|
||||
save_password: 'Сохраните пароль',
|
||||
|
@ -62,16 +62,18 @@ const translation = {
|
|||
sign_in_id_does_not_exist:
|
||||
'Учетная запись для {{value}} не существует, хотите зарегистрироваться?',
|
||||
sign_in_id_does_not_exist_alert: 'Учетная запись для {{value}} не существует.',
|
||||
create_account_id_exists_alert: 'Аккаунт с {{type}} {{value}} связан с другим аккаунтом. Пожалуйста, попробуйте другой {{type}}.',
|
||||
create_account_id_exists_alert:
|
||||
'Аккаунт с {{type}} {{value}} связан с другим аккаунтом. Пожалуйста, попробуйте другой {{type}}.',
|
||||
social_identity_exist:
|
||||
'{{type}} {{value}} связан с другим аккаунтом. Пожалуйста, попробуйте другой {{type}}.',
|
||||
bind_account_title: 'Привязать или создать аккаунт',
|
||||
social_create_account: 'Вы можете создать новую учетную запись.',
|
||||
social_create_account: 'Вы можете создать новую учетную запись.',
|
||||
social_link_email: 'Вы можете привязать другой адрес электронной почты',
|
||||
social_link_phone: 'Вы можете привязать другой номер телефона',
|
||||
social_link_email_or_phone: 'Вы можете привязать другой адрес электронной почты или телефон',
|
||||
social_bind_with_existing: 'Мы находим зарегистрированную связанную учетную запись, и вы можете связать ее напрямую.',
|
||||
reset_password: 'Забыли пароль',
|
||||
social_bind_with_existing:
|
||||
'Мы находим зарегистрированную связанную учетную запись, и вы можете связать ее напрямую.',
|
||||
reset_password: 'Забыли пароль',
|
||||
reset_password_description:
|
||||
'Введите {{types, list(type: disjunction;)}} от вашей учетной записи, и мы вышлем вам код для восстановления пароля.',
|
||||
new_password: 'Новый пароль',
|
||||
|
@ -81,7 +83,7 @@ const translation = {
|
|||
have_account: 'Уже есть аккаунт?',
|
||||
enter_password: 'Введите пароль',
|
||||
enter_password_for: 'Введите пароль для {{value}}',
|
||||
enter_username: 'Установить имя пользователя',
|
||||
enter_username: 'Установить имя пользователя',
|
||||
enter_username_description:
|
||||
'Имя пользователя является альтернативой для входа в систему. Имя пользователя должно содержать только буквы, цифры и символы подчеркивания.',
|
||||
link_email: 'Привязать почту',
|
||||
|
|
|
@ -46,7 +46,7 @@ const translation = {
|
|||
reminder: 'Hatırlatıcı',
|
||||
not_found: '404 Bulunamadı',
|
||||
agree_with_terms: 'Okudum ve anladım',
|
||||
agree_with_terms_modal: 'Devam etmek için lütfen <link></link>\'i kabul edin.',
|
||||
agree_with_terms_modal: "Devam etmek için lütfen <link></link>'i kabul edin.",
|
||||
terms_of_use: 'Kullanım Koşulları',
|
||||
sign_in: 'Giriş Yap',
|
||||
privacy_policy: 'Gizlilik Politikası',
|
||||
|
@ -58,8 +58,7 @@ const translation = {
|
|||
resend_after_seconds: '<span>{{seconds}}</span> saniye sonra tekrar gönder',
|
||||
resend_passcode: 'Doğrulama kodunu tekrar gönder',
|
||||
create_account_id_exists: '{{type}} {{value}} ile hesap mevcut, giriş yapmak ister misiniz?',
|
||||
link_account_id_exists:
|
||||
'{{type}} {{value}} olan hesap zaten var, bağlamak ister misiniz?',
|
||||
link_account_id_exists: '{{type}} {{value}} olan hesap zaten var, bağlamak ister misiniz?',
|
||||
sign_in_id_does_not_exist:
|
||||
'{{type}} {{value}} ile hesap mevcut değil, yeni bir hesap oluşturmak ister misiniz?',
|
||||
sign_in_id_does_not_exist_alert: '{{type}} {{value}} olan hesap mevcut değil.',
|
||||
|
@ -93,7 +92,8 @@ const translation = {
|
|||
link_phone_description: 'Daha fazla güvenlik için lütfen telefonunuzu hesaba bağlayın.',
|
||||
link_email_or_phone_description:
|
||||
'Daha fazla güvenlik için lütfen e-postanızı veya telefonunuzu hesaba bağlayın.',
|
||||
continue_with_more_information: 'Daha fazla güvenlik için lütfen aşağıdaki hesap ayrıntılarını tamamlayın.',
|
||||
continue_with_more_information:
|
||||
'Daha fazla güvenlik için lütfen aşağıdaki hesap ayrıntılarını tamamlayın.',
|
||||
create_your_account: 'hesabını oluştur',
|
||||
welcome_to_sign_in: 'oturum açmaya hoş geldiniz',
|
||||
},
|
||||
|
|
|
@ -58,14 +58,11 @@ const translation = {
|
|||
resend_after_seconds: '在 <span>{{ seconds }}</span> 秒后重发',
|
||||
resend_passcode: '重发验证码',
|
||||
create_account_id_exists: '{{type}}为 {{value}} 的帐号已存在,你要登录吗?',
|
||||
link_account_id_exists:
|
||||
' {{type}}为 {{value}} 的账号已注册,你要绑定至这个账号吗?',
|
||||
link_account_id_exists: ' {{type}}为 {{value}} 的账号已注册,你要绑定至这个账号吗?',
|
||||
sign_in_id_does_not_exist: '{{type}}为 {{value}} 的帐号不存在,你要创建一个新帐号吗?',
|
||||
sign_in_id_does_not_exist_alert: '{{type}}为 {{value}} 的帐号不存在。',
|
||||
create_account_id_exists_alert:
|
||||
'{{type}} {{value}} 已绑定其他账号。请尝试其他{{type}}。',
|
||||
social_identity_exist:
|
||||
' {{type}} {{value}} 已绑定其他账号。请尝试其他{{type}}',
|
||||
create_account_id_exists_alert: '{{type}} {{value}} 已绑定其他账号。请尝试其他{{type}}。',
|
||||
social_identity_exist: ' {{type}} {{value}} 已绑定其他账号。请尝试其他{{type}}',
|
||||
bind_account_title: '绑定或注册帐号',
|
||||
social_create_account: '你可以注册一个新的账号。',
|
||||
social_link_email: '你可以绑定其他邮箱',
|
||||
|
@ -105,8 +102,7 @@ const translation = {
|
|||
invalid_phone: '无效的手机号',
|
||||
password_min_length: '密码最少需要 {{min}} 个字符',
|
||||
passwords_do_not_match: '两次输入的密码不一致,请重试。',
|
||||
invalid_password:
|
||||
'密码至少需要 {{min}} 个字符,并包含字母、数字和符号的组合。',
|
||||
invalid_password: '密码至少需要 {{min}} 个字符,并包含字母、数字和符号的组合。',
|
||||
invalid_passcode: '无效的验证码',
|
||||
invalid_connector_auth: '登录失败',
|
||||
invalid_connector_request: '无效的登录请求',
|
||||
|
|
Loading…
Add table
Reference in a new issue