mirror of
https://github.com/logto-io/logto.git
synced 2025-03-03 22:15:32 -05:00
refactor(phrases,ui): update sign-in title (#3479)
This commit is contained in:
parent
6344c4defb
commit
be5afb41aa
11 changed files with 13 additions and 13 deletions
|
@ -101,7 +101,7 @@ const translation = {
|
|||
continue_with_more_information:
|
||||
'Für zusätzliche Sicherheit, vervollständige bitte deine Informationen.',
|
||||
create_your_account: 'Erstelle dein Konto',
|
||||
welcome_to_sign_in: 'Willkommen zur Anmeldung',
|
||||
sign_in_to_your_account: 'Melde dich in deinem Konto an',
|
||||
no_region_code_found: 'Kein Regionencode gefunden',
|
||||
},
|
||||
error: {
|
||||
|
|
|
@ -95,7 +95,7 @@ const translation = {
|
|||
'For added security, please link your email or phone with the account.',
|
||||
continue_with_more_information: 'For added security, please complete below account details.',
|
||||
create_your_account: 'Create your account',
|
||||
welcome_to_sign_in: 'Welcome to sign in',
|
||||
sign_in_to_your_account: 'Sign in to your account',
|
||||
no_region_code_found: 'No region code found',
|
||||
},
|
||||
error: {
|
||||
|
|
|
@ -101,7 +101,7 @@ const translation = {
|
|||
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',
|
||||
welcome_to_sign_in: 'Bienvenue pour vous connecter',
|
||||
sign_in_to_your_account: 'Connecte-toi à ton compte',
|
||||
no_region_code_found: 'Aucun code de région trouvé',
|
||||
},
|
||||
error: {
|
||||
|
|
|
@ -94,7 +94,7 @@ const translation = {
|
|||
'더 나은 보안을 위해 이메일 또는 휴대전화번호를 연동해 주세요.',
|
||||
continue_with_more_information: '더 나은 보안을 위해 아래 자세한 내용을 따라 주세요.',
|
||||
create_your_account: '계정 생성하기',
|
||||
welcome_to_sign_in: '로그인을 환영합니다',
|
||||
sign_in_to_your_account: '계정에 로그인해봐',
|
||||
no_region_code_found: '지역 코드를 찾을 수 없습니다.',
|
||||
},
|
||||
error: {
|
||||
|
|
|
@ -96,7 +96,7 @@ const translation = {
|
|||
'Para maior segurança, vincule seu e-mail ou telefone à conta.',
|
||||
continue_with_more_information: 'Para maior segurança, preencha os detalhes da conta abaixo.',
|
||||
create_your_account: 'Crie sua conta',
|
||||
welcome_to_sign_in: 'Bem-vindo(a) para entrar',
|
||||
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.',
|
||||
},
|
||||
error: {
|
||||
|
|
|
@ -95,8 +95,8 @@ const translation = {
|
|||
'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: 'Criar conta',
|
||||
welcome_to_sign_in: 'Bem-vindo(a) para iniciar sessão',
|
||||
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.',
|
||||
},
|
||||
error: {
|
||||
|
|
|
@ -99,7 +99,7 @@ const translation = {
|
|||
continue_with_more_information:
|
||||
'Для дополнительной безопасности, пожалуйста, заполните приведенные ниже данные учетной записи.',
|
||||
create_your_account: 'Создайте свой аккаунт',
|
||||
welcome_to_sign_in: 'Добро пожаловать для входа в систему',
|
||||
sign_in_to_your_account: 'Войди в свой аккаунт',
|
||||
no_region_code_found: 'Не удалось определить код региона',
|
||||
},
|
||||
error: {
|
||||
|
|
|
@ -95,8 +95,8 @@ const translation = {
|
|||
'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',
|
||||
welcome_to_sign_in: 'oturum açmaya hoş geldiniz',
|
||||
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: {
|
||||
|
|
|
@ -89,7 +89,7 @@ const translation = {
|
|||
link_email_or_phone_description: '绑定邮箱或手机号以保障你的账号安全',
|
||||
continue_with_more_information: '为保障你的账号安全,需要你补充以下信息。',
|
||||
create_your_account: '注册你的账号',
|
||||
welcome_to_sign_in: '欢迎登录',
|
||||
sign_in_to_your_account: '登录你的账号',
|
||||
no_region_code_found: '没有找到区域码',
|
||||
},
|
||||
error: {
|
||||
|
|
|
@ -5,7 +5,7 @@ import { appLogo } from '@/__mocks__/logto';
|
|||
import BrandingHeader from '.';
|
||||
|
||||
describe('BrandingHeader UI Component', () => {
|
||||
const appHeadline = 'description.welcome_to_sign_in';
|
||||
const appHeadline = 'description.sign_in_to_your_account';
|
||||
|
||||
test('render logo with context', () => {
|
||||
const { queryByText, container } = render(
|
||||
|
|
|
@ -21,7 +21,7 @@ const SignIn = () => {
|
|||
}
|
||||
|
||||
return (
|
||||
<LandingPageLayout title="description.welcome_to_sign_in">
|
||||
<LandingPageLayout title="description.sign_in_to_your_account">
|
||||
<Main signInMethods={signInMethods} socialConnectors={socialConnectors} />
|
||||
{
|
||||
// Create Account footer
|
||||
|
|
Loading…
Add table
Reference in a new issue