Skip to content

Commit

Permalink
i18n: add messages
Browse files Browse the repository at this point in the history
  • Loading branch information
RTAndrew committed Nov 11, 2024
1 parent 599002d commit fbfe456
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/locales/br/frontend/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"username_min_max_length": "Nome de usuário deve estar no intervalo de 2 à 39 caracteres",
"username_pattern_mismatch": "O nome do usuário deve conter apenas letras minúsculas (a-z) e números (0-9).",
"email_type_mismatch": "Email inválido.",
"password_violates_byte_size": "A senha excede o limite de tamanho. Tente reduzir os caracteres.",
"password_too_short": "A senha tem de ter pelo menos {{minLength}} letras.",
"password_value_missing": "A senha é obrigatória",
"password_too_long": "A senha deve ter no máximo {{maxLength}} caracteres.",
Expand Down
1 change: 1 addition & 0 deletions lib/locales/en/frontend/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"username_min_max_length": "Username must be within the range of 2-39 characters",
"username_pattern_mismatch": "The username must contain only lowercase letters (a-z) and numbers (0-9).",
"email_type_mismatch": "Email is invalid.",
"password_violates_byte_size": "The password violates the size limit. Try reducing the characters.",
"password_too_short": "The password must have at least {{minLength}} characters.",
"password_value_missing": "The password is mandatory",
"password_too_long": "The password must have a maximum {{maxLength}} characters.",
Expand Down
1 change: 1 addition & 0 deletions lib/locales/es/frontend/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"username_min_max_length": "El nombre de usuario debe tener entre 2 y 39 caracteres",
"username_pattern_mismatch": "El nombre de usuario debe contener solo letras minúsculas (a-z) y números (0-9)",
"email_type_mismatch": "El correo electrónico no es válido.",
"password_violates_byte_size": "La contraseña excede el límite de tamaño. Intente reducir los caracteres.",
"password_too_short": "La contraseña debe tener al menos {{minLength}} caracteres.",
"password_value_missing": "La contraseña es obligatoria",
"password_too_long": "La contraseña debe tener un máximo de {{maxLength}} caracteres.",
Expand Down
1 change: 1 addition & 0 deletions lib/locales/fr/frontend/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"username_min_max_length": "Le nom d'utilisateur doit comporter entre 2 et 39 caractères.",
"username_pattern_mismatch": "Le nom d'utilisateur ne doit contenir que des lettres minuscules (a-z) et des chiffres (0-9).",
"email_type_mismatch": "L'e-mail n'est pas valide.",
"password_violates_byte_size": "Le mot de passe dépasse la limite de taille. Essayez de réduire le nombre de caractères.",
"password_too_short": "Le mot de passe doit comporter au moins {{minLength}} caractères.",
"password_value_missing": "Le mot de passe est obligatoire",
"password_too_long": "Le mot de passe doit contenir un maximum de {{maxLength}} caractères.",
Expand Down

0 comments on commit fbfe456

Please sign in to comment.