Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/major-terms-travel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@clerk/localizations': patch
'@clerk/types': patch
---

Make the `session_exists` error message more user-friendly and localize
1 change: 1 addition & 0 deletions packages/localizations/src/ar-SA.ts
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,7 @@ export const arSA: LocalizationResource = {
sentencePrefix: 'كلمة السر يجب أن تحتوي على',
},
phone_number_exists: 'هذا الرقم مأخوذ الرجاء أختيار رقم آخر',
session_exists: 'لقد قمت بتسجيل الدخول بالفعل',
web3_missing_identifier: undefined,
zxcvbn: {
couldBeStronger: 'كلمة مرورك سليمة من الأفضل ان تكون اقوى. الرجاء أضافة حروف أكثر',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/be-BY.ts
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,7 @@ export const beBY: LocalizationResource = {
sentencePrefix: 'Ваш пароль павінен утрымліваць',
},
phone_number_exists: 'Гэты нумар тэлефона ўжо заняты. Калі ласка, паспрабуйце іншы.',
session_exists: 'Вы ўжо ўвайшлі.',
web3_missing_identifier: undefined,
zxcvbn: {
couldBeStronger: 'Ваш пароль падыходзіць, але мог бы быць надзейнейшым. Паспрабуйце дадаць больш сімвалаў.',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/bg-BG.ts
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,7 @@ export const bgBG: LocalizationResource = {
requireUppercase: 'главна буква',
sentencePrefix: 'Вашата парола трябва да съдържа',
},
session_exists: 'Вече сте влезнали.',
phone_number_exists: 'Този телефонен номер е зает. Моля, опитайте с друг.',
web3_missing_identifier: undefined,
zxcvbn: {
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/ca-ES.ts
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,7 @@ export const caES: LocalizationResource = {
sentencePrefix: 'La teva contrasenya ha de contenir',
},
phone_number_exists: "Aquest número de telèfon ja està en ús. Si us plau, prova'n un altre.",
session_exists: 'Ja estàs connectat.',
web3_missing_identifier: undefined,
zxcvbn: {
couldBeStronger: 'La teva contrasenya funciona, però podria ser més forta. Prova afegint més caràcters.',
Expand Down
3 changes: 2 additions & 1 deletion packages/localizations/src/cs-CZ.ts
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,8 @@ export const csCZ: LocalizationResource = {
requireUppercase: 'velké písmeno',
sentencePrefix: 'Vaše heslo musí obsahovat',
},
phone_number_exists: 'This phone number is taken. Please try another.',
phone_number_exists: 'Toto telefonní číslo se používá. Zkuste prosím jiný.',
session_exists: 'Jste již přihlášen.',
web3_missing_identifier: undefined,
zxcvbn: {
couldBeStronger: 'Vaše heslo funguje, ale mohlo by být silnější. Zkuste přidat více znaků.',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/da-DK.ts
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,7 @@ export const daDK: LocalizationResource = {
sentencePrefix: 'Din adgangskode skal indeholde',
},
phone_number_exists: 'Dette telefonnummer er allerede taget. Prøv et andet.',
session_exists: 'Du er allerede logget ind.',
web3_missing_identifier: undefined,
zxcvbn: {
couldBeStronger: 'Din adgangskode virker, men kunne være stærkere. Prøv at tilføje flere tegn.',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/de-DE.ts
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,7 @@ export const deDE: LocalizationResource = {
sentencePrefix: 'Das Passwort muss',
},
phone_number_exists: 'Diese Telefonnummer ist bereits vergeben. Bitte wählen Sie eine Andere.',
session_exists: 'Sie sind bereits angemeldet.',
web3_missing_identifier:
'Eine Web3 Wallet-Erweiterung wurde nicht gefunden. Bitte installieren Sie eine, um fortzufahren.',
zxcvbn: {
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/el-GR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,7 @@ export const elGR: LocalizationResource = {
sentencePrefix: 'Ο κωδικός πρόσβασής σας πρέπει να περιέχει',
},
phone_number_exists: 'Αυτός ο αριθμός τηλεφώνου χρησιμοποιείται ήδη. Δοκιμάστε έναν άλλο.',
session_exists: 'Έχετε ήδη συνδεθεί.',
web3_missing_identifier: undefined,
zxcvbn: {
couldBeStronger:
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/en-GB.ts
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,7 @@ export const enGB: LocalizationResource = {
sentencePrefix: 'Your password must contain',
},
phone_number_exists: 'This phone number is taken. Please try another.',
session_exists: "You're already signed in.",
web3_missing_identifier: undefined,
zxcvbn: {
couldBeStronger: 'Your password works, but could be stronger. Try adding more characters.',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/en-US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,7 @@ export const enUS: LocalizationResource = {
sentencePrefix: 'Your password must contain',
},
phone_number_exists: 'This phone number is taken. Please try another.',
session_exists: "You're already signed in.",
web3_missing_identifier: 'A Web3 Wallet extension cannot be found. Please install one to continue.',
zxcvbn: {
couldBeStronger: 'Your password works, but could be stronger. Try adding more characters.',
Expand Down
3 changes: 2 additions & 1 deletion packages/localizations/src/es-ES.ts
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,8 @@ export const esES: LocalizationResource = {
requireUppercase: 'La contraseña debe contener al menos una letra mayúscula.',
sentencePrefix: 'Tu contraseña debe cumplir con los requisitos de complejidad.',
},
phone_number_exists: undefined,
phone_number_exists: 'Este número de teléfono ya está en uso. Por favor, inténtelo con otro.',
session_exists: 'Ya has iniciado sesión',
web3_missing_identifier: undefined,
zxcvbn: {
couldBeStronger: undefined,
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/es-MX.ts
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,7 @@ export const esMX: LocalizationResource = {
sentencePrefix: 'Tu contraseña debe contener',
},
phone_number_exists: 'Este número de teléfono ya está en uso. Por favor, trata con otro.',
session_exists: 'Ya has iniciado sesión',
web3_missing_identifier: undefined,
zxcvbn: {
couldBeStronger: 'Tu contraseña funciona, pero puede ser más segura. Prueba añadiendo más caracteres.',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/es-UY.ts
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,7 @@ export const esUY: LocalizationResource = {
sentencePrefix: 'Tu contraseña debe contener',
},
phone_number_exists: 'Este número de teléfono ya está en uso. Por favor, probá con otro.',
session_exists: 'Ya has iniciado sesión',
web3_missing_identifier: 'No se encontró una extensión de cartera Web3. Por favor, instalá una para continuar.',
zxcvbn: {
couldBeStronger: 'Tu contraseña funciona, pero podría ser más fuerte. Intentá agregar más caracteres.',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/fi-FI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,7 @@ export const fiFI: LocalizationResource = {
sentencePrefix: 'Salasanan on sisällettävä',
},
phone_number_exists: 'Tämä puhelinnumero on jo käytössä. Kokeile toista.',
session_exists: 'Olet jo kirjautunut sisään.',
web3_missing_identifier: undefined,
zxcvbn: {
couldBeStronger: 'Salasanasi toimii, mutta se voisi olla vahvempi. Kokeile lisätä erikoismerkkejä tai numeroita.',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/fr-FR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,7 @@ export const frFR: LocalizationResource = {
sentencePrefix: 'Votre mot de passe doit contenir',
},
phone_number_exists: 'Ce numéro de téléphone est déjà utilisé. Veuillez essayer un autre.',
session_exists: 'Vous êtes déjà connecté.',
web3_missing_identifier: undefined,
zxcvbn: {
couldBeStronger: "Votre mot de passe fonctionne mais pourrait être plus sûr. Essayez d'ajouter des caractères.",
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/he-IL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,7 @@ export const heIL: LocalizationResource = {
sentencePrefix: 'הסיסמה שלך חייבת להכיל',
},
phone_number_exists: 'מספר הטלפון הזה כבר בשימוש. אנא נסה מספר אחר.',
session_exists: 'אתה כבר מחובר לחשבון.',
web3_missing_identifier: undefined,
zxcvbn: {
couldBeStronger: 'הסיסמה שלך תקפה, אך יכולה להיות חזקה יותר. נסה להוסיף יותר תווים.',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/hr-HR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,7 @@ export const hrHR: LocalizationResource = {
sentencePrefix: 'Vaša lozinka mora sadržavati',
},
phone_number_exists: 'Ovaj telefonski broj je zauzet. Molimo pokušajte s drugim.',
session_exists: 'Već ste prijavljeni.',
web3_missing_identifier: undefined,
zxcvbn: {
couldBeStronger: 'Vaša lozinka funkcionira, ali mogla bi biti jača. Pokušajte dodati više znakova.',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/hu-HU.ts
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,7 @@ export const huHU: LocalizationResource = {
sentencePrefix: 'A jelszavadnak tartalmaznia kell',
},
phone_number_exists: 'Ez a telefonszám már foglalt. Kérlek próbálj meg egy másikat.',
session_exists: 'Már be vagy jelentkezve.',
web3_missing_identifier: undefined,
zxcvbn: {
couldBeStronger: 'A jelszavad, jó, de lehetne erősebb. Adj hozzá több karaktert.',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/id-ID.ts
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,7 @@ export const idID: LocalizationResource = {
sentencePrefix: 'Kata sandi Anda harus mengandung',
},
phone_number_exists: 'Nomor telepon ini sudah digunakan. Silakan coba yang lain.',
session_exists: 'Anda sudah masuk.',
web3_missing_identifier: undefined,
zxcvbn: {
couldBeStronger: 'Kata sandi Anda berfungsi, tapi bisa lebih kuat. Coba tambahkan lebih banyak karakter.',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/is-IS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,7 @@ export const isIS: LocalizationResource = {
sentencePrefix: 'Lykilorðið þitt verður að innihalda',
},
phone_number_exists: 'Þetta símanúmer er þegar í notkun. Vinsamlegast reyndu annað.',
session_exists: 'Þú ert nú þegar innskráður.',
web3_missing_identifier: undefined,
zxcvbn: {
couldBeStronger: 'Lykilorðið þitt virkar, en gæti verið sterkara. Reyndu að bæta við fleiri stöfum.',
Expand Down
3 changes: 2 additions & 1 deletion packages/localizations/src/it-IT.ts
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,8 @@ export const itIT: LocalizationResource = {
requireUppercase: undefined,
sentencePrefix: undefined,
},
phone_number_exists: undefined,
phone_number_exists: 'Questo numero di telefono è già in uso. Per favore, prova con un altro.',
session_exists: 'Sei già loggato.',
web3_missing_identifier: undefined,
zxcvbn: {
couldBeStronger: undefined,
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/ja-JP.ts
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,7 @@ export const jaJP: LocalizationResource = {
sentencePrefix: 'パスワードは次の条件を満たす必要があります:',
},
phone_number_exists: 'この電話番号は既に使用されています。別の電話番号を試してください。',
session_exists: 'すでにサインインしています。',
web3_missing_identifier: undefined,
zxcvbn: {
couldBeStronger: 'パスワードは有効ですが、もう少し強化できます。文字を追加してみてください。',
Expand Down
3 changes: 2 additions & 1 deletion packages/localizations/src/ko-KR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,8 @@ export const koKR: LocalizationResource = {
requireUppercase: '대문자',
sentencePrefix: '당신의 비밀번호는 반드시 포함해야합니다',
},
phone_number_exists: 'This phone number is taken. Please try another.',
phone_number_exists: '이 전화번호는 이미 사용중입니다. 다른 번호를 시도해 주세요.',
session_exists: '이미 로그인 중입니다.',
web3_missing_identifier: undefined,
zxcvbn: {
couldBeStronger: '비밀번호는 작동하지만 더 강력할 수 있습니다. 문자를 더 추가해 보세요.',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/mn-MN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,7 @@ export const mnMN: LocalizationResource = {
sentencePrefix: 'таны нууц үг агуулсан байх ёстой',
},
phone_number_exists: 'Энэ утасны дугаарыг авсан. Өөр оролдоно уу.',
session_exists: 'Та аль хэдийн нэвтэрсэн байна.',
web3_missing_identifier: undefined,
zxcvbn: {
couldBeStronger: 'Таны нууц үг ажилладаг, гэхдээ илүү хүчтэй байж болно. Илүү олон тэмдэгт нэмж үзээрэй.',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/nb-NO.ts
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,7 @@ export const nbNO: LocalizationResource = {
sentencePrefix: 'Passordet ditt må inneholde',
},
phone_number_exists: 'Dette telefonnummeret er allerede i bruk. Vennligst bruk et annet telefonnummer.',
session_exists: 'Du er allerede logget inn.',
web3_missing_identifier: undefined,
zxcvbn: {
couldBeStronger: 'Passordet ditt fungerer, men det kan være sterkere. Prøv å legge til flere tegn.',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/nl-BE.ts
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,7 @@ export const nlBE: LocalizationResource = {
sentencePrefix: 'Wachtwoord moet minstens 1 speciaal teken bevatten.',
},
phone_number_exists: 'Dit telefoonnummer is al in gebruik. Probeer een ander nummer.',
session_exists: 'Je bent al ingelogd.',
web3_missing_identifier: undefined,
zxcvbn: {
couldBeStronger: 'Je wachtwoord werkt, maar kan sterker zijn. Probeer meer tekens toe te voegen.',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/nl-NL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,7 @@ export const nlNL: LocalizationResource = {
sentencePrefix: 'Wachtwoord moet minstens 1 speciaal teken bevatten.',
},
phone_number_exists: 'Dit telefoonnummer is al in gebruik. Probeer een ander nummer.',
session_exists: 'Je bent al ingelogd.',
web3_missing_identifier: undefined,
zxcvbn: {
couldBeStronger: 'Je wachtwoord werkt, maar kan sterker zijn. Probeer meer tekens toe te voegen.',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/pl-PL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,7 @@ export const plPL: LocalizationResource = {
sentencePrefix: 'Twoje hasło musi zawierać',
},
phone_number_exists: 'Numer telefonu jest już zajęty. Proszę spróbować innego.',
session_exists: 'Jesteś już zalogowany.',
web3_missing_identifier: 'Nie można znaleźć rozszerzenia Web3 Wallet. Zainstaluj je, aby kontynuować.',
zxcvbn: {
couldBeStronger: 'Twoje hasło jest odpowiednie, ale mogłoby być silniejsze. Spróbuj dodać więcej znaków.',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/pt-BR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,7 @@ export const ptBR: LocalizationResource = {
sentencePrefix: 'Sua senha deve conter',
},
phone_number_exists: 'Este número de telefone já está em uso. Por favor, tente outro.',
session_exists: 'Você já está conectado.',
web3_missing_identifier: undefined,
zxcvbn: {
couldBeStronger: 'Sua senha funciona, mas poderia ser mais forte. Tente adicionar mais caracteres.',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/pt-PT.ts
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,7 @@ export const ptPT: LocalizationResource = {
sentencePrefix: 'A sua palavra-passe deve conter',
},
phone_number_exists: 'Este número de telemóvel já está em uso. Por favor, tente outro.',
session_exists: 'Já está conectado.',
web3_missing_identifier: undefined,
zxcvbn: {
couldBeStronger: 'A sua palavra-passe funciona, mas poderia ser mais forte. Tente adicionar mais caracteres.',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/ro-RO.ts
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,7 @@ export const roRO: LocalizationResource = {
sentencePrefix: 'Parola dvs. trebuie să conțină',
},
phone_number_exists: 'Acest număr de telefon este ocupat. Vă rugăm să încercați altul.',
session_exists: 'Sunteți deja conectat.',
web3_missing_identifier: undefined,
zxcvbn: {
couldBeStronger:
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/ru-RU.ts
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,7 @@ export const ruRU: LocalizationResource = {
sentencePrefix: 'Ваш пароль должен содержать',
},
phone_number_exists: 'Этот номер телефона уже занят. Пожалуйста, попробуйте другой.',
session_exists: 'Вы уже вошли в систему.',
web3_missing_identifier: undefined,
zxcvbn: {
couldBeStronger: 'Ваш пароль подходит, но мог бы быть надежнее. Попробуйте добавить больше символов.',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/sk-SK.ts
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,7 @@ export const skSK: LocalizationResource = {
sentencePrefix: 'Vaše heslo musí obsahovať',
},
phone_number_exists: 'This phone number is taken. Please try another.',
session_exists: 'Jste už přihlášen.',
web3_missing_identifier: undefined,
zxcvbn: {
couldBeStronger: 'Vaše heslo funguje, ale mohlo by byť silnejšie. Skúste pridať viac znakov.',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/sr-RS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,7 @@ export const srRS: LocalizationResource = {
sentencePrefix: 'Tvoja lozinka mora sadržati',
},
phone_number_exists: 'Ovaj telefonski broj je zauzet. Molimo pokušaj sa drugim.',
session_exists: 'Već ste prijavljeni.',
web3_missing_identifier: undefined,
zxcvbn: {
couldBeStronger: 'Tvoja lozinka funkcioniše, ali može biti jača. Pokušaj dodati više karaktera.',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/sv-SE.ts
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,7 @@ export const svSE: LocalizationResource = {
sentencePrefix: 'Lösenordet måste innehålla',
},
phone_number_exists: 'Detta telefonnummer är taget. Vänligen prova ett annat.',
session_exists: 'Du är redan inloggad.',
web3_missing_identifier: undefined,
zxcvbn: {
couldBeStronger: 'Ditt lösenord fungerar, men kunde vara starkare. Försök lägga till fler tecken.',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/th-TH.ts
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,7 @@ export const thTH: LocalizationResource = {
sentencePrefix: 'รหัสผ่านของคุณต้องมี',
},
phone_number_exists: 'หมายเลขโทรศัพท์นี้ถูกใช้แล้ว โปรดลองหมายเลขอื่น',
session_exists: 'คุณเข้าสู่ระบบอยู่แล้ว',
web3_missing_identifier: undefined,
zxcvbn: {
couldBeStronger: 'รหัสผ่านของคุณใช้งานได้ แต่ควรจะแข็งแกร่งกว่านี้ ลองเพิ่มอักขระเพิ่มเติม',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/tr-TR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,7 @@ export const trTR: LocalizationResource = {
sentencePrefix: 'Şifreniz;',
},
phone_number_exists: 'Bu telefon numarası zaten kullanılıyor. Lütfen başka bir numara deneyin.',
session_exists: 'Zaten giriş yapmışsınız.',
web3_missing_identifier: 'Web3 için tanımlayıcı eksik.',
zxcvbn: {
couldBeStronger:
Expand Down
3 changes: 2 additions & 1 deletion packages/localizations/src/uk-UA.ts
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,8 @@ export const ukUA: LocalizationResource = {
requireUppercase: 'букву у верхньому регістрі',
sentencePrefix: 'Ваш пароль повинен містити',
},
phone_number_exists: 'This phone number is taken. Please try another.',
phone_number_exists: 'Цей номер телефону вже використовується. Спробуйте інший.',
session_exists: 'Ви вже увійшли в систему.',
web3_missing_identifier: undefined,
zxcvbn: {
couldBeStronger: 'Ваш пароль підходить, але міг би бути надійнішим. Спробуйте додати більше символів.',
Expand Down
3 changes: 2 additions & 1 deletion packages/localizations/src/utils/enUS_v4.ts
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,6 @@ export const enUS_v4: any = {
},
unstable__errors: {
identification_deletion_failed: 'You cannot delete your last identification.',
phone_number_exists: 'This phone number is taken. Please try another.',
form_identifier_not_found: '',
captcha_unavailable:
'Sign up unsuccessful due to failed bot validation. Please refresh the page to try again or reach out to support for more assistance.',
Expand Down Expand Up @@ -742,6 +741,8 @@ export const enUS_v4: any = {
requireUppercase: 'an uppercase letter',
requireSpecialCharacter: 'a special character',
},
phone_number_exists: 'This phone number is taken. Please try another.',
session_exists: "You're already signed in.",
zxcvbn: {
notEnough: 'Your password is not strong enough.',
couldBeStronger: 'Your password works, but could be stronger. Try adding more characters.',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/vi-VN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,7 @@ export const viVN: LocalizationResource = {
sentencePrefix: 'Mật khẩu của bạn phải chứa',
},
phone_number_exists: 'Số điện thoại này đã được sử dụng. Vui lòng thử số khác.',
session_exists: 'Bạn đã đăng nhập rồi.',
web3_missing_identifier: undefined,
zxcvbn: {
couldBeStronger: 'Mật khẩu của bạn đủ mạnh, nhưng có thể mạnh hơn. Hãy thêm nhiều ký tự hơn.',
Expand Down
1 change: 1 addition & 0 deletions packages/localizations/src/zh-CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,7 @@ export const zhCN: LocalizationResource = {
sentencePrefix: '您的密码必须包含',
},
phone_number_exists: '该电话号码已被使用,请尝试其他号码。',
session_exists: '您已登录。',
web3_missing_identifier: undefined,
zxcvbn: {
couldBeStronger: '您的密码可以用,但可以更强。试着添加更多字符。',
Expand Down
Loading