Skip to content

Commit

Permalink
feat: add whitespace i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
liweijie0812 committed Aug 28, 2024
1 parent 7f56ae0 commit e4377cd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions js/global-config/locale/ar_KW.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ export default {
errorMessage: {
date: 'الرجاء إدخال ${name} الصحيح',
url: 'الرجاء إدخال ${name} الصحيح',
whitespace: 'لا يمكن أن يكون ${name} فارغًا',
required: 'مطلوب ${name}',
max: 'يمكن أن يحتوي ${name} على ما يصل إلى ${validate} حرفًا',
min: 'لا يمكن أن يكون ${name} أقل من ${validate} حرفًا',
Expand Down
1 change: 1 addition & 0 deletions js/global-config/locale/it_IT.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ export default {
errorMessage: {
date: 'Inserisci la ${name} corretta',
url: 'Inserisci la ${name} corretta',
whitespace: 'Il ${name} non può essere vuoto',
required: '${name} obbligatorio',
max: 'La lunghezza dei caratteri di ${name} non può superare i ${validate} caratteri',
min: 'La lunghezza dei caratteri di ${name} non può essere inferiore a ${validate} caratteri',
Expand Down
1 change: 1 addition & 0 deletions js/global-config/locale/ru_RU.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ export default {
errorMessage: {
date: 'Введите правильный ${name}',
url: 'Введите правильный ${name}',
whitespace: '${name} не может быть пустым',
required: '${name} обязательно для заполнения',
max: 'Длина символов ${name} не должна превышать ${validate} символов',
min: 'Длина символов ${name} не должна быть меньше ${validate} символов',
Expand Down
1 change: 1 addition & 0 deletions js/global-config/locale/zh_TW.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ export default {
errorMessage: {
date: '請輸入正確的${name}',
url: '請輸入正確的${name}',
whitespace: '${name}不能為空',
required: '${name}必填',
max: '${name}字符長度不能超過 ${validate} 個字符,一個中文等於兩個字符',
min: '${name}字符長度不能少於 ${validate} 個字符,一個中文等於兩個字符',
Expand Down

0 comments on commit e4377cd

Please sign in to comment.