Skip to content

Commit

Permalink
Make NotNull error messages more user-friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
apfelbox committed Jul 9, 2024
1 parent 716fb8b commit f7420fa
Show file tree
Hide file tree
Showing 57 changed files with 115 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
3.2.2
=====

* (improvement) Make `NotNull` error messages more user-friendly.


3.2.1
=====

Expand Down
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.af.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "Hierdie waarde moet nie leeg wees nie."
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.ar.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "هذه القيمة يجب الا تكون فارغة."
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.az.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "Bu dəyər boş olmamalıdır."
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.be.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "Значэнне не павінна быць пустым."
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.bg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "Стойността не трябва да бъде празна."
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.bs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "Ova vrijednost ne bi trebalo da bude prazna."
1 change: 1 addition & 0 deletions translations/validators+intl-icu.ca.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"This value should not be null.": "Aquest valor no hauria d'estar buit."
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.cs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "Tato hodnota nesmí být prázdná."
1 change: 1 addition & 0 deletions translations/validators+intl-icu.cy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"This value should not be null.": "Ni ddylai'r gwerth hwn fod yn wag."
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.da.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "Værdien må ikke være blank."
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.de.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "Dieser Wert sollte nicht leer sein."
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.el.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "Αυτή η τιμή δεν πρέπει να είναι κενή."
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.en.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "This value should not be blank."
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.es.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "Este valor no debería estar vacío."
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.et.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "Väärtus ei tohiks olla tühi."
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.eu.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "Balio hau ez litzateke hutsik egon behar."
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.fa.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "این مقدار نباید خالی باشد."
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.fi.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "Kenttä ei voi olla tyhjä."
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.fr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "Cette valeur ne doit pas être vide."
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.gl.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "Este valor non debería estar baleiro."
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.he.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "הערך לא אמור להיות ריק."
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.hr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "Ova vrijednost ne bi trebala biti prazna."
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.hu.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "Ez az érték nem lehet üres."
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.hy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "Արժեքը չպետք է դատարկ լինի։"
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.id.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "Nilai ini tidak boleh kosong."
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.it.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "Questo valore non dovrebbe essere vuoto."
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.ja.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "空であってはなりません。"
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.lb.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "Dëse Wäert sollt net eidel sinn."
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.lt.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "Ši reikšmė negali būti tuščia."
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.lv.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "Šai vērtībai nav jābūt tukšai."
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.mk.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "Ова поле не може да биде празно."
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.mn.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "Энэ утга хоосон байж болохгүй."
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.my.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "ဤတန်ဖိုးသည်ကွက်လပ်မဖြစ်သင့်ပါ။"
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.nb.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "Verdien kan ikke være blank."
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.nl.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "Deze waarde mag niet leeg zijn."
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.nn.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "Verdien kan ikkje vere blank."
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.no.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "Verdien kan ikke være blank."
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.pl.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "Ta wartość nie powinna być pusta."
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.pt.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "Este valor não deveria ser branco/vazio."
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.pt_BR.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "Este valor não deve ser vazio."
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.ro.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "Această valoare nu ar trebui să fie goală."
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.sk.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "Táto hodnota by mala byť vyplnená."
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.sl.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "Ta vrednost ne bi smela biti prazna."
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.sq.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "Kjo vlerë nuk duhet të jetë e zbrazët."
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.sr_Cyrl.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "Вредност не треба да буде празна."
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.sr_Latn.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "Vrednost ne bi trebala da bude prazna."
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.sv.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "Värdet kan inte vara tomt."
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.th.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "ค่านี้ไม่ควรเป็นค่าว่าง"
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.tl.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "Ang halaga na ito ay dapat na may laman."
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.tr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "Bu değer boş bırakılmamalıdır."
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.uk.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "Значення не повинно бути пустим."
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.ur.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "یہ ويليو خالی نہیں ہونی چاہیے"
1 change: 1 addition & 0 deletions translations/validators+intl-icu.uz.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"This value should not be null.": "Qiymatni bo'sh kirtish mumkin emas."
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.vi.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "Giá trị không được phép để trống."
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.zh_CN.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "该变量不应为空。"
2 changes: 2 additions & 0 deletions translations/validators+intl-icu.zh_TW.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Use NotBlank error message for NotNull errors, as they are more user-friendly
"This value should not be null.": "該變數不應為空白。"

0 comments on commit f7420fa

Please sign in to comment.