0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-17 22:31:28 -05:00

fix(phrases): fix legacy sie phrases (#5897)

fix legay sie phrases
This commit is contained in:
simeng-li 2024-05-20 11:40:52 +08:00 committed by GitHub
parent cb1a38c405
commit c627ea6080
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -33,7 +33,7 @@ const description = {
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 eine verwandte {{method}} gefunden, die bereits registriert wurde, und Sie können sie direkt verknüpfen.',
'Wir haben ein verwandtes Konto gefunden, du kannst es 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.',

View file

@ -33,7 +33,7 @@ const description = {
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.',
'Nous avons trouvé un compte associé, vous pouvez le 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.',

View file

@ -29,7 +29,7 @@ const description = {
social_link_email: '다른 이메일을 연동할 수 있어요',
social_link_phone: '다른 휴대전화를 연동할 수 있어요',
social_link_email_or_phone: '다른 이메일이나 휴대전화를 연동할 수 있어요',
social_bind_with_existing: '등록된 관련 {{method}}이 있습니다. 직접 연결할 수 있습니다.',
social_bind_with_existing: '관련된 계정을 찾았어요. 직접 연동할 수 있어요.',
reset_password: '비밀번호를 잊으셨나요',
reset_password_description:
'귀하의 계정과 연결된 {{types, list(type: disjunction;)}}를 입력하면 비밀번호 재설정을 위한 인증 코드를 보내드립니다.',