@logto/phrases-ui
Advanced tools
Comparing version 1.0.0-rc.1 to 1.0.0
@@ -1,3 +0,2 @@ | ||
import { fallback } from '@logto/core-kit'; | ||
import { languages } from '@logto/language-kit'; | ||
import { languages, fallback } from '@logto/language-kit'; | ||
import { z } from 'zod'; | ||
@@ -4,0 +3,0 @@ import de from './locales/de.js'; |
@@ -8,2 +8,3 @@ const translation = { | ||
confirm_password: 'Passwort bestätigen', | ||
search_region_code: 'Suche region code', | ||
}, | ||
@@ -17,2 +18,3 @@ secondary: { | ||
create_account: 'Konto erstellen', | ||
create_account_without_linking: 'Erstelle ein Konto ohne Verknüpfung', | ||
create: 'Erstellen', | ||
@@ -22,3 +24,3 @@ enter_passcode: 'Bestätigungscode eingeben', | ||
cancel: 'Abbrechen', | ||
save_password: 'Speichern', | ||
save_password: 'Passwort speichern', | ||
bind: 'Mit {{address}} verknüpfen', | ||
@@ -50,4 +52,7 @@ bind_and_continue: 'Verknüpfen und weiter', | ||
terms_of_use: 'Nutzungsbedingungen', | ||
sign_in: 'Anmelden', | ||
privacy_policy: 'Datenschutzrichtlinien', | ||
create_account: 'Konto erstellen', | ||
or: 'oder', | ||
and: 'und', | ||
enter_passcode: 'Der Bestätigungscode wurde an deine {{address}} gesendet', | ||
@@ -61,11 +66,11 @@ passcode_sent: 'Der Bestätigungscode wurde erneut gesendet', | ||
sign_in_id_does_not_exist_alert: 'Das Konto mit {{type}} {{value}} existiert nicht', | ||
create_account_id_exists_alert: 'Das Konto mit {{type}} {{value}} existiert bereits', | ||
create_account_id_exists_alert: 'Das Konto mit {{type}} {{value}} ist mit einem anderen Konto verknüpft. Bitte versuche es mit einem anderen {{type}} erneut', | ||
social_identity_exist: '{{type}} {{value}} ist mit einem anderen Konto verknüpft. Bitte versuche ein(e(n)) andere(n/s) {{type}}', | ||
bind_account_title: 'Link or create account', | ||
social_create_account: 'Kein Konto? Du kannst ein neues Konto erstellen und es verknüpfen.', | ||
bind_account_title: 'Verlinke oder erstelle ein Konto', | ||
social_create_account: 'Sie können ein neues Konto erstellen.', | ||
social_link_email: 'Du kannst eine weitere Email verknüpfen', | ||
social_link_phone: 'Du kannst eine weitere Telefonnummer verknüpfen', | ||
social_link_email_or_phone: 'Du kannst eine weitere Email oder Telefonnummer verknüpfen', | ||
social_bind_with_existing: 'Wir haben ein Konto gefunden, das du verknüpfen kannst.', | ||
reset_password: 'Passwort zurücksetzen', | ||
social_bind_with_existing: 'Wir haben eine verwandte {{method}} gefunden, die bereits registriert wurde, und Sie können sie direkt verknüpfen.', | ||
reset_password: 'Passwort vergessen', | ||
reset_password_description: 'Gib die {{types, list(type: disjunction;)}} deines Kontos ein und wir senden dir einen Bestätigungscode um dein Passwort zurückzusetzen.', | ||
@@ -79,3 +84,3 @@ new_password: 'Neues Passwort', | ||
enter_password_for: 'Passwort für {{method}} {{value}} eingeben', | ||
enter_username: 'Benutzernamen eingeben', | ||
enter_username: 'Benutzernamen festlegen', | ||
enter_username_description: 'Der Benutzername kann für die Anmeldung verwendet werden. Der Benutzername darf nur Buchstaben, Zahlen und Unterstriche enthalten.', | ||
@@ -89,2 +94,5 @@ link_email: 'Email verknüpfen', | ||
continue_with_more_information: 'Für zusätzliche Sicherheit, vervollständige bitte deine Informationen.', | ||
create_your_account: 'Erstelle dein Konto', | ||
sign_in_to_your_account: 'Melde dich in deinem Konto an', | ||
no_region_code_found: 'Kein Regionencode gefunden', | ||
}, | ||
@@ -103,2 +111,3 @@ error: { | ||
passwords_do_not_match: 'Passwörter stimmen nicht überein', | ||
invalid_password: 'Passwort erfordert mindestens {{min}} Zeichen und enthält eine Kombination aus Buchstaben, Zahlen und Symbolen.', | ||
invalid_passcode: 'Der Bestätigungscode ist ungültig', | ||
@@ -109,5 +118,6 @@ invalid_connector_auth: 'Die Autorisierung ist ungültig', | ||
invalid_session: 'Die Sitzung ist ungültig. Bitte melde dich erneut an.', | ||
timeout: 'Zeitüberschreitung. 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: 'Tipp: Erstelle zuerst ein Konto, um die Anmeldeerfahrung zu testen.', | ||
}, | ||
@@ -114,0 +124,0 @@ }; |
@@ -9,2 +9,3 @@ declare const en: Readonly<{ | ||
confirm_password: string; | ||
search_region_code: string; | ||
}; | ||
@@ -18,2 +19,3 @@ secondary: { | ||
create_account: string; | ||
create_account_without_linking: string; | ||
create: string; | ||
@@ -50,4 +52,7 @@ enter_passcode: string; | ||
terms_of_use: string; | ||
sign_in: string; | ||
privacy_policy: string; | ||
create_account: string; | ||
or: string; | ||
and: string; | ||
enter_passcode: string; | ||
@@ -87,2 +92,5 @@ passcode_sent: string; | ||
continue_with_more_information: string; | ||
create_your_account: string; | ||
sign_in_to_your_account: string; | ||
no_region_code_found: string; | ||
}; | ||
@@ -100,2 +108,3 @@ error: { | ||
password_min_length: string; | ||
invalid_password: string; | ||
passwords_do_not_match: string; | ||
@@ -107,2 +116,3 @@ invalid_passcode: string; | ||
invalid_session: string; | ||
timeout: string; | ||
}; | ||
@@ -109,0 +119,0 @@ demo_app: { |
@@ -8,2 +8,3 @@ const translation = { | ||
confirm_password: 'Confirm password', | ||
search_region_code: 'Search region code', | ||
}, | ||
@@ -17,2 +18,3 @@ secondary: { | ||
create_account: 'Create account', | ||
create_account_without_linking: 'Create account without linking', | ||
create: 'Create', | ||
@@ -22,3 +24,3 @@ enter_passcode: 'Enter verification code', | ||
cancel: 'Cancel', | ||
save_password: 'Save', | ||
save_password: 'Save password', | ||
bind: 'Link with {{address}}', | ||
@@ -50,4 +52,7 @@ bind_and_continue: 'Link and continue', | ||
terms_of_use: 'Terms of Use', | ||
sign_in: 'Sign in', | ||
privacy_policy: 'Privacy Policy', | ||
create_account: 'Create account', | ||
or: 'or', | ||
and: 'and', | ||
enter_passcode: 'The verification code has been sent to your {{address}} {{target}}', | ||
@@ -58,9 +63,9 @@ passcode_sent: 'The verification code has been resent', | ||
create_account_id_exists: 'The account with {{type}} {{value}} already exists, would you like to sign in?', | ||
link_account_id_exists: 'The account with {{type}} {{value}} already exists, would you like to link?', | ||
link_account_id_exists: 'The account with {{type}} {{value}} already exists. Would you like to link?', | ||
sign_in_id_does_not_exist: 'The account with {{type}} {{value}} does not exist, would you like to create a new account?', | ||
sign_in_id_does_not_exist_alert: 'The account with {{type}} {{value}} does not exist.', | ||
create_account_id_exists_alert: 'The account with {{type}} {{value}} already exists', | ||
social_identity_exist: 'The {{type}} {{value}} is linked to another account. Please try another {{type}}', | ||
create_account_id_exists_alert: 'The account with {{type}} {{value}} is linked to another account. Please try another {{type}}.', | ||
social_identity_exist: 'The {{type}} {{value}} is linked to another account. Please try another {{type}}.', | ||
bind_account_title: 'Link or create account', | ||
social_create_account: 'You can create a new account and link.', | ||
social_create_account: 'You can create a new account.', | ||
social_link_email: 'You can link another email', | ||
@@ -74,9 +79,9 @@ social_link_phone: 'You can link another phone', | ||
set_password: 'Set password', | ||
password_changed: 'Password Changed', | ||
password_changed: 'Password changed', | ||
no_account: 'No account yet? ', | ||
have_account: 'Already had an account?', | ||
enter_password: 'Enter Password', | ||
enter_password: 'Enter password', | ||
enter_password_for: 'Sign in with the password to {{method}} {{value}}', | ||
enter_username: 'Set username', | ||
enter_username_description: 'Username is an alternative for sign-in. Username must contain only letters, numbers, and underscores.', | ||
enter_username_description: 'Username is an alternative for sign-in. Username should contain only letters, numbers, and underscores.', | ||
link_email: 'Link email', | ||
@@ -89,2 +94,5 @@ link_phone: 'Link phone', | ||
continue_with_more_information: 'For added security, please complete below account details.', | ||
create_your_account: 'Create your account', | ||
sign_in_to_your_account: 'Sign in to your account', | ||
no_region_code_found: 'No region code found', | ||
}, | ||
@@ -102,2 +110,3 @@ error: { | ||
password_min_length: 'Password requires a minimum of {{min}} characters', | ||
invalid_password: 'Password requires a minimum of {{min}} characters and contains a mix of letters, numbers, and symbols.', | ||
passwords_do_not_match: 'Your passwords don’t match. Please try again.', | ||
@@ -109,5 +118,6 @@ invalid_passcode: 'The verification code is invalid', | ||
invalid_session: 'Session not found. Please go back and sign in again.', | ||
timeout: 'Request timeout. Please try again later.', | ||
}, | ||
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.', | ||
}, | ||
@@ -114,0 +124,0 @@ }; |
@@ -8,5 +8,6 @@ const translation = { | ||
confirm_password: 'Confirmer le mot de passe', | ||
search_region_code: 'Rechercher le code de région', | ||
}, | ||
secondary: { | ||
social_bind_with: 'Vous avez déjà un compte ? Connectez-vous pour lier {{methods, list(type: disjunction;)}} avec votre identité sociale.', | ||
social_bind_with: 'Vous avez déjà un compte? Connectez-vous pour lier {{methods, list(type: disjunction;)}} avec votre identité sociale.', | ||
}, | ||
@@ -17,2 +18,3 @@ action: { | ||
create_account: 'Créer un compte', | ||
create_account_without_linking: 'Créer un compte sans lier', | ||
create: 'Créer', | ||
@@ -22,5 +24,5 @@ enter_passcode: 'Entrer le code', | ||
cancel: 'Annuler', | ||
save_password: 'Save', | ||
save_password: 'Enregistrer le mot de passe', | ||
bind: 'Lier avec {{address}}', | ||
bind_and_continue: 'Link and continue', | ||
bind_and_continue: 'Lier et continuer', | ||
back: 'Aller en arrière', | ||
@@ -31,11 +33,11 @@ nav_back: 'Retour', | ||
sign_in_with: 'Continuer avec {{name}}', | ||
forgot_password: 'Mot de passe oublié ?', | ||
forgot_password: 'Mot de passe oublié?', | ||
switch_to: 'Passer au {{method}}', | ||
sign_in_via_passcode: 'Sign in with verification code', | ||
sign_in_via_password: 'Sign in with password', | ||
change: 'Change {{method}}', | ||
link_another_email: 'Link another email', | ||
link_another_phone: 'Link another phone', | ||
link_another_email_or_phone: 'Link another email or phone', | ||
show_password: 'Show password', // UNTRANSLATED | ||
sign_in_via_passcode: 'Se connecter avec le code de vérification', | ||
sign_in_via_password: 'Se connecter avec le mot de passe', | ||
change: 'Changer {{method}}', | ||
link_another_email: 'Lier une autre adresse e-mail', | ||
link_another_phone: 'Lier un autre numéro de téléphone', | ||
link_another_email_or_phone: 'Lier une autre adresse e-mail ou un autre numéro de téléphone', | ||
show_password: 'Afficher le mot de passe', | ||
}, | ||
@@ -51,4 +53,7 @@ description: { | ||
terms_of_use: "Conditions d'utilisation", | ||
sign_in: 'Connexion', | ||
privacy_policy: 'Politique de confidentialité', | ||
create_account: 'Créer un compte', | ||
or: 'ou', | ||
and: 'et', | ||
enter_passcode: 'Le code a été envoyé à {{address}} {{target}}', | ||
@@ -58,32 +63,35 @@ passcode_sent: 'Le code a été renvoyé', | ||
resend_passcode: 'Renvoyer le code', | ||
create_account_id_exists: 'Le compte avec {{type}} {{value}} existe déjà, voulez-vous vous connecter ?', | ||
link_account_id_exists: 'The account with {{type}} {{value}} already exists, would you like to link?', | ||
sign_in_id_does_not_exist: "Le compte avec {{type}} {{value}} n'existe pas, voulez-vous créer un nouveau compte ?", | ||
sign_in_id_does_not_exist_alert: 'The account with {{type}} {{value}} does not exist.', | ||
create_account_id_exists_alert: 'The account with {{type}} {{value}} already exists', | ||
social_identity_exist: 'The {{type}} {{value}} is linked to another account. Please try another {{type}}', | ||
bind_account_title: 'Link or create account', | ||
social_create_account: 'Pas de compte ? Vous pouvez créer un nouveau compte et un lien.', | ||
social_link_email: 'You can link another email', | ||
social_link_phone: 'You can link another phone', | ||
social_link_email_or_phone: 'You can link another email or phone', | ||
social_bind_with_existing: 'Nous trouvons un compte connexe, vous pouvez le relier directement.', | ||
reset_password: 'Réinitialiser le mot de passe', | ||
create_account_id_exists: 'Le compte avec {{type}} {{value}} existe déjà, voulez-vous vous connecter?', | ||
link_account_id_exists: 'Le compte avec {{type}} {{value}} existe déjà, voulez-vous le lier?', | ||
sign_in_id_does_not_exist: "Le compte avec {{type}} {{value}} n'existe pas, voulez-vous créer un nouveau compte?", | ||
sign_in_id_does_not_exist_alert: 'Nous ne trouvons aucun compte associé à {{type}} {{value}}.', | ||
create_account_id_exists_alert: 'Le compte avec {{type}} {{value}} est lié à un autre compte. Veuillez essayer un autre {{type}}.', | ||
social_identity_exist: 'Le {{type}} {{value}} est lié à un autre compte. Veuillez essayer un autre {{type}}.', | ||
bind_account_title: 'Lier ou créer un compte', | ||
social_create_account: 'Vous pouvez créer un nouveau compte', | ||
social_link_email: 'Vous pouvez lier une autre adresse e-mail', | ||
social_link_phone: 'Vous pouvez lier un autre numéro de téléphone', | ||
social_link_email_or_phone: 'Vous pouvez lier une autre adresse e-mail ou un autre numéro de téléphone', | ||
social_bind_with_existing: 'Nous avons trouvé une {{method}} connexe qui a été enregistrée, et vous pouvez la lier directement.', | ||
reset_password: 'Mot de passe oublié', | ||
reset_password_description: 'Entrez le {{types, list(type: disjunction;)}} associé à votre compte et nous vous enverrons le code de vérification pour réinitialiser votre mot de passe.', | ||
new_password: 'Nouveau mot de passe', | ||
set_password: 'Set password', | ||
password_changed: 'Password Changed', | ||
no_account: 'No account yet? ', | ||
have_account: 'Already had an account?', | ||
enter_password: 'Enter Password', | ||
enter_password_for: 'Sign in with the password to {{method}} {{value}}', | ||
enter_username: 'Set 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: '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: 'For added security, please link your email or phone with the account.', | ||
continue_with_more_information: 'For added security, please complete below account details.', // UNTRANSLATED | ||
set_password: 'Définir un mot de passe', | ||
password_changed: 'Mot de passe modifié', | ||
no_account: 'Pas encore de compte? ', | ||
have_account: 'Déjà un compte?', | ||
enter_password: 'Entrer le mot de passe', | ||
enter_password_for: 'Connectez-vous avec le mot de passe pour {{method}} {{value}}', | ||
enter_username: "Définir un nom d'utilisateur", | ||
enter_username_description: "Le nom d'utilisateur est une alternative pour la connexion. Le nom d'utilisateur doit contenir uniquement des lettres, des chiffres et des underscores.", | ||
link_email: "Lier l'adresse e-mail", | ||
link_phone: 'Lier le numéro de téléphone', | ||
link_email_or_phone: "Lier l'adresse e-mail ou le numéro de téléphone", | ||
link_email_description: 'Pour une sécurité accrue, veuillez lier votre adresse e-mail au compte.', | ||
link_phone_description: 'Pour une sécurité accrue, veuillez lier votre numéro de téléphone au compte.', | ||
link_email_or_phone_description: 'Pour une sécurité accrue, veuillez lier votre adresse e-mail ou votre numéro de téléphone au compte.', | ||
continue_with_more_information: 'Pour une sécurité accrue, veuillez compléter les détails du compte ci-dessous.', | ||
create_your_account: 'Créer votre compte', | ||
sign_in_to_your_account: 'Connecte-toi à ton compte', | ||
no_region_code_found: 'Aucun code de région trouvé', | ||
}, | ||
@@ -102,2 +110,3 @@ error: { | ||
passwords_do_not_match: 'Les mots de passe ne correspondent pas', | ||
invalid_password: 'Le mot de passe doit contenir au minimum {{min}} caractères et doit inclure une combinaison de lettres, de chiffres et de symboles.', | ||
invalid_passcode: 'Le code est invalide', | ||
@@ -108,5 +117,6 @@ invalid_connector_auth: "L'autorisation n'est pas valide", | ||
invalid_session: 'Session non trouvée. Veuillez revenir en arrière et vous connecter à nouveau.', | ||
timeout: 'Request timeout. Please try again later.', // UNTRANSLATED | ||
}, | ||
demo_app: { | ||
notification: 'Tip: Create a user in the user pool in order to test the sign-in experience.', // UNTRANSLATED | ||
notification: "Astuce : Créez d'abord un compte pour tester l'expérience de connexion.", | ||
}, | ||
@@ -113,0 +123,0 @@ }; |
@@ -8,2 +8,3 @@ const translation = { | ||
confirm_password: '비밀번호 확인', | ||
search_region_code: '지역 코드 검색', | ||
}, | ||
@@ -17,2 +18,3 @@ secondary: { | ||
create_account: '계정 생성', | ||
create_account_without_linking: '연동 없이 계정 생성하기', | ||
create: '생성', | ||
@@ -34,3 +36,3 @@ enter_passcode: '비밀번호 입력', | ||
sign_in_via_password: '비밀번호로 로그인', | ||
change: 'Change {{change}}', | ||
change: '변경 {{method}}', | ||
link_another_email: '다른 이메일 연동', | ||
@@ -50,4 +52,7 @@ link_another_phone: '다른 전화번호 연동', | ||
terms_of_use: '이용약관', | ||
sign_in: '로그인', | ||
privacy_policy: '개인정보처리방침', | ||
create_account: '계정 생성', | ||
or: '또는', | ||
and: '그리고', | ||
enter_passcode: '{{address}} {{target}} 으로 비밀번호가 전송되었어요.', | ||
@@ -57,3 +62,3 @@ passcode_sent: '비밀번호가 재전송되었어요.', | ||
resend_passcode: '비밀번호 재전송', | ||
create_account_id_exists: '{{type}} {{value}} 계정이 이미 존재해요. 로그인하시겠어요?', | ||
create_account_id_exists: '{{type}} {{value}} 계정은 다른 계정과 연결되어 있습니다. 다른 {{type}}을(를) 시도해주세요.', | ||
link_account_id_exists: '{{type}} {{value}}와/과 연동된 계정이 이미 존재해요. 연동할까요?', | ||
@@ -65,9 +70,9 @@ sign_in_id_does_not_exist: '{type}} {{value}} 계정이 존재하지 않아요. 새로 만드시겠어요?', | ||
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: '암호를 재설정', | ||
reset_password_description: 'Enter the {{types, list(type: disjunction;)}} associated with your account, and we’ll send you the verification code to reset your password.', | ||
social_bind_with_existing: '등록된 관련 {{method}}이 있습니다. 직접 연결할 수 있습니다.', | ||
reset_password: '비밀번호를 잊으셨나요', | ||
reset_password_description: '귀하의 계정과 연결된 {{types, list(type: disjunction;)}}를 입력하면 비밀번호 재설정을 위한 인증 코드를 보내드립니다.', | ||
new_password: '새 비밀번호', | ||
@@ -80,3 +85,3 @@ set_password: '비밀번호 설정', | ||
enter_password_for: '{{method}} {{value}} 비밀번호 로그인', | ||
enter_username: '사용자 이름 입력', | ||
enter_username: '사용자 이름 설정하기', | ||
enter_username_description: '사용자 이름은 로그인을 할 때 사용되요. 사용자 이름에는 문자, 숫자 및 밑줄만 포함되어야 해요.', | ||
@@ -90,2 +95,5 @@ link_email: '이메일 연동', | ||
continue_with_more_information: '더 나은 보안을 위해 아래 자세한 내용을 따라 주세요.', | ||
create_your_account: '계정 생성하기', | ||
sign_in_to_your_account: '계정에 로그인해봐', | ||
no_region_code_found: '지역 코드를 찾을 수 없습니다.', | ||
}, | ||
@@ -104,2 +112,3 @@ error: { | ||
passwords_do_not_match: '비밀번호가 일치하지 않아요.', | ||
invalid_password: '비밀번호는 최소 {{min}}자 이상이며 문자, 숫자 및 기호의 조합이 필요합니다.', | ||
invalid_passcode: '비밀번호가 유효하지 않아요.', | ||
@@ -110,5 +119,6 @@ invalid_connector_auth: '인증이 유효하지 않아요.', | ||
invalid_session: '세션을 찾을 수 없어요. 다시 로그인해 주세요.', | ||
timeout: '요청 시간이 초과되었어요. 잠시 후에 다시 시도해 주세요.', | ||
}, | ||
demo_app: { | ||
notification: 'Tip: Create a user in the user pool in order to test the sign-in experience.', // UNTRANSLATED | ||
notification: '알림:로그인 경험을 테스트하기 위해 먼저 계정을 만드는 것이 좋습니다.', | ||
}, | ||
@@ -115,0 +125,0 @@ }; |
@@ -8,2 +8,3 @@ const translation = { | ||
confirm_password: 'Confirme a senha', | ||
search_region_code: 'Pesquisar código de região', | ||
}, | ||
@@ -17,9 +18,10 @@ secondary: { | ||
create_account: 'Criar conta', | ||
create_account_without_linking: 'Criar conta sem vincular', | ||
create: 'Criar', | ||
enter_passcode: 'Digite o código de verificação', | ||
enter_passcode: 'Inserir código de verificação', | ||
confirm: 'Confirmar', | ||
cancel: 'Cancelar', | ||
save_password: 'Salvar', | ||
save_password: 'Salvar senha', | ||
bind: 'Link com {{address}}', | ||
bind_and_continue: 'Link and continue', | ||
bind_and_continue: 'Linkar e continuar', | ||
back: 'Voltar', | ||
@@ -32,9 +34,9 @@ nav_back: 'Voltar', | ||
switch_to: 'Trocar para {{method}}', | ||
sign_in_via_passcode: 'Entrar com código de verificação', | ||
sign_in_via_password: 'Entrar com senha', | ||
change: 'Change {{change}}', | ||
link_another_email: 'Link another email', | ||
link_another_phone: 'Link another phone', | ||
link_another_email_or_phone: 'Link another email or phone', | ||
show_password: 'Show password', // UNTRANSLATED | ||
sign_in_via_passcode: 'Fazer login com código de verificação', | ||
sign_in_via_password: 'Fazer login com senha', | ||
change: 'Alterar {{change}}', | ||
link_another_email: 'Vincular outro e-mail', | ||
link_another_phone: 'Vincular outro telefone', | ||
link_another_email_or_phone: 'Vincular outro e-mail ou telefone', | ||
show_password: 'Mostrar senha', | ||
}, | ||
@@ -50,4 +52,7 @@ description: { | ||
terms_of_use: 'Termos de uso', | ||
sign_in: 'Entrar', | ||
privacy_policy: 'Política de privacidade', | ||
create_account: 'Criar conta', | ||
or: 'ou', | ||
and: 'e', | ||
enter_passcode: 'O código de verificação foi enviado para o seu {{address}} {{target}}', | ||
@@ -58,14 +63,14 @@ passcode_sent: 'O código de verificação foi reenviado', | ||
create_account_id_exists: 'A conta com {{type}} {{value}} já existe, gostaria de entrar?', | ||
link_account_id_exists: 'The account with {{type}} {{value}} already exists, would you like to link?', | ||
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}} já existe', | ||
social_identity_exist: 'The {{type}} {{value}} is linked to another account. Please try another {{type}}', | ||
bind_account_title: 'Link or create account', | ||
social_create_account: 'Sem conta? Você pode criar uma nova conta e link.', | ||
social_link_email: 'You can link another email', | ||
social_link_phone: 'You can link another phone', | ||
social_link_email_or_phone: 'You can link another email or phone', | ||
social_bind_with_existing: 'Encontramos uma conta relacionada, você pode vinculá-la diretamente.', | ||
reset_password: 'Redefinir senha', | ||
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', | ||
social_create_account: 'Você pode criar uma nova conta.', | ||
social_link_email: 'É possível vincular outro e-mail', | ||
social_link_phone: 'É possível vincular outro telefone', | ||
social_link_email_or_phone: 'É possível vincular outro e-mail ou telefone', | ||
social_bind_with_existing: 'Encontramos uma conta relacionada registrada e você pode vinculá-la diretamente.', | ||
reset_password: 'Esqueceu a senha', | ||
reset_password_description: 'Digite o {{types, list(type: disjunction;)}} à sua conta e enviaremos a você o código de verificação para redefinir sua senha.', | ||
@@ -79,7 +84,7 @@ new_password: 'Nova senha', | ||
enter_password_for: 'Entre com a senha para {{method}} {{value}}', | ||
enter_username: 'Insira nome de usuário', | ||
enter_username_description: 'O nome de usuário é uma alternativa para entrar. O nome de usuário deve conter apenas letras, números e sublinhados.', | ||
link_email: 'Link e-mail', | ||
link_phone: 'Link telefone', | ||
link_email_or_phone: 'Link e-mail ou telefone', | ||
enter_username: 'Definir nome de usuário', | ||
enter_username_description: 'O nome de usuário é uma alternativa para fazer login. O nome de usuário deve conter apenas letras, números e sublinhados.', | ||
link_email: 'Linkar e-mail', | ||
link_phone: 'Linkar telefone', | ||
link_email_or_phone: 'Linkar e-mail ou telefone', | ||
link_email_description: 'Para maior segurança, vincule seu e-mail à conta.', | ||
@@ -89,2 +94,5 @@ link_phone_description: 'Para maior segurança, vincule seu telefone à conta.', | ||
continue_with_more_information: 'Para maior segurança, preencha os detalhes da conta abaixo.', | ||
create_your_account: 'Crie sua conta', | ||
sign_in_to_your_account: 'Faça login na sua conta', | ||
no_region_code_found: 'Não foi possível encontrar o código de região do seu telefone.', | ||
}, | ||
@@ -103,2 +111,3 @@ error: { | ||
passwords_do_not_match: 'Suas senhas não correspondem. Por favor, tente novamente.', | ||
invalid_password: 'A senha requer um mínimo de {{min}} caracteres e contém uma mistura de letras, números e símbolos.', | ||
invalid_passcode: 'O código de verificação é inválido', | ||
@@ -109,5 +118,6 @@ invalid_connector_auth: 'A autorização é inválida', | ||
invalid_session: 'Sessão não encontrada. Volte e faça login novamente.', | ||
timeout: 'Tempo limite excedido. Por favor, tente novamente mais tarde.', | ||
}, | ||
demo_app: { | ||
notification: 'Tip: Create a user in the user pool in order to test the sign-in experience.', // UNTRANSLATED | ||
notification: 'Dica: Crie uma conta primeiro para testar a experiência de login.', | ||
}, | ||
@@ -114,0 +124,0 @@ }; |
const translation = { | ||
input: { | ||
username: 'Utilizador', | ||
password: 'Password', | ||
password: 'Palavra-passe', | ||
email: 'Email', | ||
phone_number: 'Telefone', | ||
confirm_password: 'Confirmar password', | ||
confirm_password: 'Confirmar palavra-passe', | ||
search_region_code: 'Procurar código de região', | ||
}, | ||
@@ -16,9 +17,10 @@ secondary: { | ||
create_account: 'Criar uma conta', | ||
create_account_without_linking: 'Criar conta sem vinculação', | ||
create: 'Criar', | ||
enter_passcode: 'Digite a senha', | ||
enter_passcode: 'Introduzir código de verificação', | ||
confirm: 'Confirmar', | ||
cancel: 'Cancelar', | ||
save_password: 'Save', | ||
save_password: 'Guardar palavra-passe', | ||
bind: 'Agregar a {{address}}', | ||
bind_and_continue: 'Link and continue', | ||
bind_and_continue: 'Ligar e continuar', | ||
back: 'Voltar', | ||
@@ -29,11 +31,11 @@ nav_back: 'Anterior', | ||
sign_in_with: 'Continuar com {{name}}', | ||
forgot_password: 'Esqueceu a password?', | ||
forgot_password: 'Esqueceu-se da palavra-passe?', | ||
switch_to: 'Mudar para {{method}}', | ||
sign_in_via_passcode: 'Sign in with verification code', | ||
sign_in_via_password: 'Sign in with password', | ||
change: 'Change {{method}}', | ||
link_another_email: 'Link another email', | ||
link_another_phone: 'Link another phone', | ||
link_another_email_or_phone: 'Link another email or phone', | ||
show_password: 'Show password', // UNTRANSLATED | ||
sign_in_via_passcode: 'Iniciar sessão com código de verificação', | ||
sign_in_via_password: 'Iniciar sessão com palavra-passe', | ||
change: 'Alterar {{method}}', | ||
link_another_email: 'Vincular outro email', | ||
link_another_phone: 'Vincular outro telefone', | ||
link_another_email_or_phone: 'Vincular outro email ou telefone', | ||
show_password: 'Mostrar palavra-passe', | ||
}, | ||
@@ -49,38 +51,44 @@ description: { | ||
terms_of_use: 'Termos de uso', | ||
sign_in: 'Entrar', | ||
privacy_policy: 'Política de privacidade', | ||
create_account: 'Criar uma conta', | ||
or: 'ou', | ||
enter_passcode: 'A senha foi enviada para o seu {{address}} {{target}}', | ||
passcode_sent: 'A senha foi reenviada', | ||
and: 'e', | ||
enter_passcode: 'O código de verificação foi enviado para o seu {{address}} {{target}}', | ||
passcode_sent: 'O código de verificação foi reenviado', | ||
resend_after_seconds: 'Reenviar após <span>{{seconds}}</span> segundos', | ||
resend_passcode: 'Reenviar senha', | ||
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: 'The account with {{type}} {{value}} already exists, would you like to link?', | ||
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: 'The account with {{type}} {{value}} does not exist.', | ||
create_account_id_exists_alert: 'The account with {{type}} {{value}} already exists', | ||
social_identity_exist: 'The {{type}} {{value}} is linked to another account. Please try another {{type}}', | ||
bind_account_title: 'Link or create account', | ||
social_create_account: 'Sem conta? Pode criar uma nova e agregar.', | ||
social_link_email: 'You can link another email', | ||
social_link_phone: 'You can link another phone', | ||
social_link_email_or_phone: 'You can link another email or phone', | ||
social_bind_with_existing: 'Encontramos uma conta relacionada, pode agrega-la diretamente.', | ||
reset_password: 'Redefinir Password', | ||
reset_password_description: 'Enter the {{types, list(type: disjunction;)}} associated with your account, and we’ll send you the verification code to reset your password.', | ||
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}}.', | ||
social_identity_exist: 'O {{type}} {{value}} está vinculado a outra conta. Por favor, tente outro {{type}}.', | ||
bind_account_title: 'Vincular ou criar conta', | ||
social_create_account: 'Pode criar uma nova conta.', | ||
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.', | ||
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.', | ||
new_password: 'Nova Senha', | ||
set_password: 'Set password', | ||
password_changed: 'Password Changed', | ||
no_account: 'No account yet? ', | ||
have_account: 'Already had an account?', | ||
enter_password: 'Enter Password', | ||
enter_password_for: 'Sign in with the password to {{method}} {{value}}', | ||
enter_username: 'Set 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: '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: 'For added security, please link your email or phone with the account.', | ||
continue_with_more_information: 'For added security, please complete below account details.', // UNTRANSLATED | ||
set_password: 'Definir senha', | ||
password_changed: 'Senha alterada', | ||
no_account: 'Ainda não tem conta?', | ||
have_account: 'Já tem conta?', | ||
enter_password: 'Digite a senha', | ||
enter_password_for: 'Faça login com a senha do {{method}} {{value}}', | ||
enter_username: 'Definir nome de usuário', | ||
enter_username_description: 'O nome de usuário é uma alternativa para o login. O nome de usuário deve conter apenas letras, números e sublinhados.', | ||
link_email: 'Vincular email', | ||
link_phone: 'Vincular telefone', | ||
link_email_or_phone: 'Vincular email ou telefone', | ||
link_email_description: 'Para maior segurança, vincule o seu email à conta.', | ||
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.', | ||
create_your_account: 'Crie a sua conta', | ||
sign_in_to_your_account: 'Inicie sessão na sua conta', | ||
no_region_code_found: 'Não foi possível encontrar o código de região do seu telefone.', | ||
}, | ||
@@ -98,4 +106,5 @@ error: { | ||
password_min_length: 'A password requer um mínimo de {{min}} caracteres', | ||
invalid_password: 'A senha requer um mínimo de {{min}} caracteres e contém uma mistura de letras, números e símbolos.', | ||
passwords_do_not_match: 'As passwords não coincidem', | ||
invalid_passcode: 'A senha é inválida', | ||
invalid_passcode: 'O código de verificação é inválido.', | ||
invalid_connector_auth: 'A autorização é inválida', | ||
@@ -105,5 +114,6 @@ invalid_connector_request: 'Os dados do conector são inválidos', | ||
invalid_session: 'Sessão não encontrada. Volte e faça login novamente.', | ||
timeout: 'Tempo limite de sessão. 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: 'Dica: Crie uma conta primeiro para testar a experiência de login.', | ||
}, | ||
@@ -110,0 +120,0 @@ }; |
@@ -8,2 +8,3 @@ const translation = { | ||
confirm_password: 'Подтверждение пароля', | ||
search_region_code: 'Поиск кода региона', | ||
}, | ||
@@ -17,2 +18,3 @@ secondary: { | ||
create_account: 'Создать аккаунт', | ||
create_account_without_linking: 'Создать аккаунт без связывания', | ||
create: 'Создать', | ||
@@ -22,3 +24,3 @@ enter_passcode: 'Введите код подтверждения', | ||
cancel: 'Отменить', | ||
save_password: 'Сохранить', | ||
save_password: 'Сохраните пароль', | ||
bind: 'Привязать к {{address}}', | ||
@@ -50,4 +52,7 @@ bind_and_continue: 'Привязать и продолжить', | ||
terms_of_use: 'Условиями использования', | ||
sign_in: 'Войти', | ||
privacy_policy: 'Политикой конфиденциальности', | ||
create_account: 'Создать аккаунт', | ||
or: 'или', | ||
and: 'и', | ||
enter_passcode: 'Код подтверждения был отправлен на {{address}}', | ||
@@ -61,11 +66,11 @@ passcode_sent: 'Код подтверждения был отправлен повторно', | ||
sign_in_id_does_not_exist_alert: 'Учетная запись для {{value}} не существует.', | ||
create_account_id_exists_alert: 'Учетная запись для уже существует', | ||
social_identity_exist: '{{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;)}} от вашей учетной записи, и мы вышлем вам код для восстановления пароля.', | ||
@@ -79,3 +84,3 @@ new_password: 'Новый пароль', | ||
enter_password_for: 'Введите пароль для {{value}}', | ||
enter_username: 'Задать имя пользователя', | ||
enter_username: 'Установить имя пользователя', | ||
enter_username_description: 'Имя пользователя является альтернативой для входа в систему. Имя пользователя должно содержать только буквы, цифры и символы подчеркивания.', | ||
@@ -89,2 +94,5 @@ link_email: 'Привязать почту', | ||
continue_with_more_information: 'Для дополнительной безопасности, пожалуйста, заполните приведенные ниже данные учетной записи.', | ||
create_your_account: 'Создайте свой аккаунт', | ||
sign_in_to_your_account: 'Войди в свой аккаунт', | ||
no_region_code_found: 'Не удалось определить код региона', | ||
}, | ||
@@ -103,2 +111,3 @@ error: { | ||
passwords_do_not_match: 'Пароли не совпадают. Пожалуйста, попробуйте еще раз.', | ||
invalid_password: 'Пароль должен содержать минимум {{min}} символов, включая буквы, цифры и символы.', | ||
invalid_passcode: 'Неправильный код подтверждения', | ||
@@ -109,5 +118,6 @@ invalid_connector_auth: 'Авторизация недействительна', | ||
invalid_session: 'Сессия не найдена. Пожалуйста, войдите снова.', | ||
timeout: 'Время ожидания истекло. Пожалуйста, повторите попытку позднее.', | ||
}, | ||
demo_app: { | ||
notification: 'Tip: Create a user in the user pool in order to test the sign-in experience.', // UNTRANSLATED | ||
notification: 'Совет: Создайте аккаунт сначала, чтобы протестировать процесс входа.', | ||
}, | ||
@@ -114,0 +124,0 @@ }; |
@@ -8,2 +8,3 @@ const translation = { | ||
confirm_password: 'Şifreyi Doğrula', | ||
search_region_code: 'Bölge kodunu ara', | ||
}, | ||
@@ -17,9 +18,10 @@ secondary: { | ||
create_account: 'Hesap Oluştur', | ||
create_account_without_linking: 'Bağlamadan hesap oluştur', | ||
create: 'Oluştur', | ||
enter_passcode: 'Kodu Gir', | ||
enter_passcode: 'Doğrulama kodunu girin', | ||
confirm: 'Onayla', | ||
cancel: 'İptal Et', | ||
save_password: 'Save', | ||
save_password: 'Şifreyi kaydet', | ||
bind: '{{address}} ile birleştir', | ||
bind_and_continue: 'Link and continue', | ||
bind_and_continue: 'Bağla ve devam et', | ||
back: 'Geri Dön', | ||
@@ -31,10 +33,10 @@ nav_back: 'Geri', | ||
forgot_password: 'Şifremi Unuttum?', | ||
switch_to: 'Switch to {{method}}', | ||
sign_in_via_passcode: 'Sign in with verification code', | ||
sign_in_via_password: 'Sign in with password', | ||
change: 'Change {{method}}', | ||
link_another_email: 'Link another email', | ||
link_another_phone: 'Link another phone', | ||
link_another_email_or_phone: 'Link another email or phone', | ||
show_password: 'Show password', // UNTRANSLATED | ||
switch_to: '{{method}} yöntemine geç', | ||
sign_in_via_passcode: 'Doğrulama koduyla oturum açın', | ||
sign_in_via_password: 'şifre ile giriş yap', | ||
change: '{{method}} değiştir', | ||
link_another_email: 'Başka bir e-postayı bağla', | ||
link_another_phone: 'Başka bir telefon bağla', | ||
link_another_email_or_phone: 'Başka bir e-posta veya telefon bağlayın', | ||
show_password: 'Şifreyi göster', | ||
}, | ||
@@ -48,44 +50,50 @@ description: { | ||
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ı', | ||
create_account: 'Hesap Oluştur', | ||
or: 'veya', | ||
enter_passcode: 'Kod {{address}} {{target}} inize gönderildi.', | ||
passcode_sent: 'Kodunuz yeniden gönderildi.', | ||
and: 've', | ||
enter_passcode: 'Doğrulama kodu {{address}} {{target}} adresinize gönderildi', | ||
passcode_sent: 'Doğrulama kodu yeniden gönderildi', | ||
resend_after_seconds: '<span>{{seconds}}</span> saniye sonra tekrar gönder', | ||
resend_passcode: 'Kodu Yeniden 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: 'The account with {{type}} {{value}} already exists, would you like to link?', | ||
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: 'The account with {{type}} {{value}} does not exist.', | ||
create_account_id_exists_alert: 'The account with {{type}} {{value}} already exists', | ||
social_identity_exist: 'The {{type}} {{value}} is linked to another account. Please try another {{type}}', | ||
bind_account_title: 'Link or create account', | ||
social_create_account: 'Hesabınız yok mu? Yeni bir hesap ve bağlantı oluşturabilirsiniz.', | ||
social_link_email: 'You can link another email', | ||
social_link_phone: 'You can link another phone', | ||
social_link_email_or_phone: 'You can link another email or phone', | ||
social_bind_with_existing: 'İlgili bir hesap bulduk, hemen bağlayabilirsiniz.', | ||
reset_password: 'Şifre yenile', | ||
reset_password_description: 'Enter the {{types, list(type: disjunction;)}} associated with your account, and we’ll send you the verification code to reset your password.', | ||
sign_in_id_does_not_exist_alert: '{{type}} {{value}} olan hesap mevcut değil.', | ||
create_account_id_exists_alert: '{{type}} {{value}} olan hesap başka bir hesaba bağlı. Lütfen başka bir {{type}} deneyin.', | ||
social_identity_exist: '{{type}} {{value}} başka bir hesaba bağlı. Lütfen başka bir {{type}} deneyin.', | ||
bind_account_title: 'Bağla veya hesap oluştur', | ||
social_create_account: 'Yeni bir hesap oluşturabilirsiniz.', | ||
social_link_email: 'Başka bir e-posta bağlayabilirsiniz', | ||
social_link_phone: 'Başka bir telefon bağlayabilirsiniz', | ||
social_link_email_or_phone: 'Başka bir e-posta veya telefon bağlayabilirsiniz', | ||
social_bind_with_existing: 'Kayıtlı ilgili bir hesap bulduk ve onu doğrudan bağlayabilirsiniz.', | ||
reset_password: 'Parolanızı mı unuttunuz', | ||
reset_password_description: 'Hesabınızla ilişkili {{types, list(type: disjunction;)}} girin, şifrenizi sıfırlamanız için size doğrulama kodunu göndereceğiz.', | ||
new_password: 'Yeni Şifre', | ||
set_password: 'Set password', | ||
password_changed: 'Password Changed', | ||
no_account: 'No account yet? ', | ||
have_account: 'Already had an account?', | ||
enter_password: 'Enter Password', | ||
enter_password_for: 'Sign in with the password to {{method}} {{value}}', | ||
enter_username: 'Set 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: '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: 'For added security, please link your email or phone with the account.', | ||
continue_with_more_information: 'For added security, please complete below account details.', // UNTRANSLATED | ||
set_password: 'Şifreyi belirle', | ||
password_changed: 'Şifre değişti', | ||
no_account: 'Henüz hesap yok mu?', | ||
have_account: 'Zaten bir hesabınız var mıydı?', | ||
enter_password: 'Parolanı Gir', | ||
enter_password_for: '{{method}} {{value}} şifresiyle oturum açın', | ||
enter_username: 'Kullanıcı adını ayarla', | ||
enter_username_description: 'Kullanıcı adı, oturum açmak için bir alternatiftir. Kullanıcı adı yalnızca harf, sayı ve alt çizgi içermelidir.', | ||
link_email: 'E-postayı bağla', | ||
link_phone: 'Telefonu bağla', | ||
link_email_or_phone: 'E-posta veya telefon bağlantısı', | ||
link_email_description: 'Daha fazla güvenlik için lütfen e-postanızı hesapla ilişkilendirin.', | ||
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.', | ||
create_your_account: 'Hesabını oluştur', | ||
sign_in_to_your_account: 'Hesabına giriş yap', | ||
no_region_code_found: 'Bölge kodu bulunamadı', | ||
}, | ||
error: { | ||
general_required: `{{types, list(type: disjunction;)}} is required`, | ||
general_invalid: `The {{types, list(type: disjunction;)}} is invalid`, | ||
general_required: `{{types, list(type: disjunction;)}} gerekli`, | ||
general_invalid: `{{types, list(type: disjunction;)}} geçersiz`, | ||
username_required: 'Kullanıcı adı gerekli.', | ||
@@ -100,3 +108,4 @@ password_required: 'Şifre gerekli.', | ||
passwords_do_not_match: 'Şifreler eşleşmiyor', | ||
invalid_passcode: 'Kod geçersiz', | ||
invalid_password: 'Şifre en az {{min}} karakter gerektirir ve harf, sayı ve sembol karışımı içerir.', | ||
invalid_passcode: 'Doğrulama kodu geçersiz', | ||
invalid_connector_auth: 'Yetki geçersiz', | ||
@@ -106,5 +115,6 @@ invalid_connector_request: 'Bağlayıcı veri geçersiz', | ||
invalid_session: 'Oturum bulunamadı. Lütfen geri dönüp tekrar giriş yapınız.', | ||
timeout: 'Oturum zaman aşımına uğradı. 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: 'İpucu: Oturum açma deneyimini test etmek için önce bir hesap oluşturun.', | ||
}, | ||
@@ -111,0 +121,0 @@ }; |
@@ -8,2 +8,3 @@ const translation = { | ||
confirm_password: '确认密码', | ||
search_region_code: '搜索区域码', | ||
}, | ||
@@ -17,2 +18,3 @@ secondary: { | ||
create_account: '注册', | ||
create_account_without_linking: '注册新的账号', | ||
create: '注册', | ||
@@ -24,3 +26,3 @@ enter_passcode: '输入验证码', | ||
bind: '绑定到 {{address}}', | ||
bind_and_continue: 'Link and continue', | ||
bind_and_continue: '绑定并继续', | ||
back: '返回', | ||
@@ -50,4 +52,7 @@ nav_back: '返回', | ||
terms_of_use: '使用条款', | ||
sign_in: '登录', | ||
privacy_policy: '隐私政策', | ||
create_account: '创建帐号', | ||
or: '或', | ||
and: '和', | ||
enter_passcode: '验证码已经发送至你的{{ address }} {{target}}', | ||
@@ -57,15 +62,15 @@ passcode_sent: '验证码已经发送', | ||
resend_passcode: '重发验证码', | ||
create_account_id_exists: '{{ type }}为 {{ value }} 的帐号已存在,你要登录吗?', | ||
link_account_id_exists: 'The account with {{type}} {{value}} already exists, would you like to link?', | ||
sign_in_id_does_not_exist: '{{ type }}为 {{ value }} 的帐号不存在,你要创建一个新帐号吗?', | ||
sign_in_id_does_not_exist_alert: '{{ type }}为 {{ value }} 的帐号不存在。', | ||
create_account_id_exists_alert: '{{ type }}为 {{ value }} 的帐号已存在', | ||
social_identity_exist: 'The {{type}} {{value}} is linked to another account. Please try another {{type}}', | ||
bind_account_title: '绑定或创建帐号', | ||
social_create_account: '没有帐号?你可以创建一个帐号并绑定。', | ||
social_link_email: 'You can link another email', | ||
social_link_phone: 'You can link another phone', | ||
social_link_email_or_phone: 'You can link another email or phone', | ||
social_bind_with_existing: '找到了一个匹配的帐号,你可以直接绑定。', | ||
reset_password: '重设密码', | ||
create_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}}', | ||
bind_account_title: '绑定或注册帐号', | ||
social_create_account: '你可以注册一个新的账号。', | ||
social_link_email: '你可以绑定其他邮箱', | ||
social_link_phone: '你可以绑定其他手机号', | ||
social_link_email_or_phone: '你可以绑定其他邮箱或手机号', | ||
social_bind_with_existing: '找到了一个已注册的账号,你可以直接绑定。', | ||
reset_password: '忘记密码', | ||
reset_password_description: '输入{{types, list(type: disjunction;)}},获取验证码以重设密码。', | ||
@@ -84,6 +89,9 @@ new_password: '新密码', | ||
link_email_or_phone: '绑定邮箱或手机号', | ||
link_email_description: '绑定邮箱以保障您的账号安全', | ||
link_phone_description: '绑定手机号以保障您的账号安全', | ||
link_email_or_phone_description: '绑定邮箱或手机号以保障您的账号安全', | ||
continue_with_more_information: '为保障您的账号安全,需要您补充以下信息。', | ||
link_email_description: '绑定邮箱以保障你的账号安全', | ||
link_phone_description: '绑定手机号以保障你的账号安全', | ||
link_email_or_phone_description: '绑定邮箱或手机号以保障你的账号安全', | ||
continue_with_more_information: '为保障你的账号安全,需要你补充以下信息。', | ||
create_your_account: '注册你的账号', | ||
sign_in_to_your_account: '登录你的账号', | ||
no_region_code_found: '没有找到区域码', | ||
}, | ||
@@ -100,4 +108,5 @@ error: { | ||
invalid_phone: '无效的手机号', | ||
password_min_length: '密码最少需要{{min}}个字符', | ||
password_min_length: '密码最少需要 {{min}} 个字符', | ||
passwords_do_not_match: '两次输入的密码不一致,请重试。', | ||
invalid_password: '密码至少需要 {{min}} 个字符,并包含字母、数字和符号的组合。', | ||
invalid_passcode: '无效的验证码', | ||
@@ -108,5 +117,6 @@ invalid_connector_auth: '登录失败', | ||
invalid_session: '未找到会话,请返回并重新登录。', | ||
timeout: '请求超时,请稍后重试。', | ||
}, | ||
demo_app: { | ||
notification: 'Tip: Create a user in the user pool in order to test the sign-in experience.', // UNTRANSLATED | ||
notification: '提示:先注册一个账号,再测试登录体验。', | ||
}, | ||
@@ -113,0 +123,0 @@ }; |
{ | ||
"name": "@logto/phrases-ui", | ||
"version": "1.0.0-rc.1", | ||
"version": "1.0.0", | ||
"description": "Logto shared phrases (i18n) for main flow.", | ||
@@ -27,6 +27,5 @@ "author": "Silverhand Inc. <contact@silverhand.io>", | ||
"dependencies": { | ||
"@silverhand/essentials": "2.2.0", | ||
"@silverhand/essentials": "^2.5.0", | ||
"zod": "^3.20.2", | ||
"@logto/core-kit": "1.0.0-rc.0", | ||
"@logto/language-kit": "1.0.0-rc.0" | ||
"@logto/language-kit": "1.0.0" | ||
}, | ||
@@ -33,0 +32,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
88843
3
2
1277
0
25
+ Added@logto/language-kit@1.0.0(transitive)
+ Added@silverhand/essentials@2.9.2(transitive)
- Removed@logto/core-kit@1.0.0-rc.0
- Removed@logto/core-kit@1.0.0-rc.0(transitive)
- Removed@logto/language-kit@1.0.0-rc.0(transitive)
- Removed@silverhand/essentials@2.2.0(transitive)
- Removedcolor@4.2.3(transitive)
- Removedcolor-convert@2.0.1(transitive)
- Removedcolor-name@1.1.4(transitive)
- Removedcolor-string@1.9.1(transitive)
- Removedis-arrayish@0.3.2(transitive)
- Removednanoid@4.0.2(transitive)
- Removedsimple-swizzle@0.2.2(transitive)
Updated@logto/language-kit@1.0.0