Skip to content

Commit

Permalink
fix: add translation for 64 characters error (#3423)
Browse files Browse the repository at this point in the history
  • Loading branch information
KrissDrawing committed May 3, 2023
1 parent 3b816da commit 7efc15d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions shared-helpers/src/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@
"errors.householdTooBig": "El número de miembros de su hogar es demasiado alto.",
"errors.householdTooSmall": "El número de miembros de su hogar es demasiado bajo.",
"errors.lastNameError": "Por favor ingrese un apellido",
"errors.maxLength": "No debe tener más de 64 caracteres.",
"errors.notFound.message": "Me temo que no podemos encontrar la página que está buscando. Intente regresar a la página anterior o haga clic abajo para ver listados.",
"errors.notFound.title": "No se encontró la página",
"errors.numberError": "Por favor ingrese un número válido mayor a 0.",
Expand Down
1 change: 1 addition & 0 deletions shared-helpers/src/locales/tl.json
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@
"errors.householdTooBig": "Napakalaki ng iyong sambahayan.",
"errors.householdTooSmall": "Napakaliit ng iyong sambahayan.",
"errors.lastNameError": "Pakilagay ang Apelyido",
"errors.maxLength": "Hindi dapat higit sa 64 na character.",
"errors.notFound.message": "Sori_ mukhang hindi namin makita ang page na hinahanap mo. Pakisubukang bumalik sa dating page o mag-click sa ibaba para mag-browse ng mga listahan.",
"errors.notFound.title": "Hindi Nahanap ang Page",
"errors.numberError": "Pakilagay ang tamang numero na mas malaki sa 0.",
Expand Down
1 change: 1 addition & 0 deletions shared-helpers/src/locales/vi.json
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@
"errors.householdTooBig": "Quy mô hộ gia đình của quý vị quá lớn.",
"errors.householdTooSmall": "Quy mô hộ gia đình của quý vị quá nhỏ.",
"errors.lastNameError": "Vui lòng nhập Họ",
"errors.maxLength": "Không được nhiều hơn 64 ký tự.",
"errors.notFound.message": "Rất tiếc, chúng tôi dường như không thể tìm thấy trang quý vị đang tìm kiếm. Hãy thử quay lại trang trước hoặc nhấp vào bên dưới để duyệt các danh sách nhà.",
"errors.notFound.title": "Không Tìm thấy Trang",
"errors.numberError": "Vui lòng nhập một số hợp lệ lớn hơn 0.",
Expand Down
1 change: 1 addition & 0 deletions shared-helpers/src/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@
"errors.householdTooBig": "您的家庭人數過多。",
"errors.householdTooSmall": "您的家庭人數過少。",
"errors.lastNameError": "請輸入姓氏",
"errors.maxLength": "不得超过 64 个字符",
"errors.notFound.message": "嗯,我們似乎找不到您要的網頁。請嘗試返回上一頁,或點擊下面以瀏覽上市名單。",
"errors.notFound.title": "找不到網頁",
"errors.numberError": "請輸入一個大於 0 的有效數字。",
Expand Down

0 comments on commit 7efc15d

Please sign in to comment.