@impelsys/validatorjs 3.22.3 → 3.22.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/lang/ar.js +0 -63
- package/src/lang/az.js +0 -101
- package/src/lang/be.js +0 -102
- package/src/lang/bg.js +0 -102
- package/src/lang/bs.js +0 -103
- package/src/lang/ca.js +0 -37
- package/src/lang/cs.js +0 -104
- package/src/lang/cy.js +0 -103
- package/src/lang/da.js +0 -48
- package/src/lang/de.js +0 -43
- package/src/lang/el.js +0 -40
- package/src/lang/es.js +0 -37
- package/src/lang/et.js +0 -103
- package/src/lang/eu.js +0 -103
- package/src/lang/fa.js +0 -39
- package/src/lang/fi.js +0 -48
- package/src/lang/fr.js +0 -37
- package/src/lang/hr.js +0 -103
- package/src/lang/hu.js +0 -103
- package/src/lang/id.js +0 -48
- package/src/lang/it.js +0 -38
- package/src/lang/ja.js +0 -51
- package/src/lang/ka.js +0 -103
- package/src/lang/ko.js +0 -103
- package/src/lang/lt.js +0 -103
- package/src/lang/lv.js +0 -103
- package/src/lang/mk.js +0 -103
- package/src/lang/mn.js +0 -103
- package/src/lang/ms.js +0 -103
- package/src/lang/nb_NO.js +0 -39
- package/src/lang/nl.js +0 -48
- package/src/lang/pl.js +0 -39
- package/src/lang/pt.js +0 -107
- package/src/lang/pt_BR.js +0 -102
- package/src/lang/ro.js +0 -48
- package/src/lang/ru.js +0 -37
- package/src/lang/se.js +0 -47
- package/src/lang/sl.js +0 -103
- package/src/lang/sq.js +0 -103
- package/src/lang/sr.js +0 -103
- package/src/lang/sv.js +0 -102
- package/src/lang/tr.js +0 -48
- package/src/lang/ua.js +0 -37
- package/src/lang/uk.js +0 -103
- package/src/lang/vi.js +0 -39
- package/src/lang/zh.js +0 -39
- package/src/lang/zh_TW.js +0 -39
package/package.json
CHANGED
package/src/lang/ar.js
DELETED
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
module.exports = {
|
|
2
|
-
accepted: "الصفة :attribute يجب أن تكون مقبولة",
|
|
3
|
-
after: "الصفة :attribute يجب أن تكون بعد الصفة :after.",
|
|
4
|
-
after_or_equal: "الصفة :attribute يجب أن تكون مساوية أو بعد الصفة :after_or_equal.",
|
|
5
|
-
alpha: "حقل الصفة :attribute يجب أن تحتوي على أحرف فقط",
|
|
6
|
-
alpha_dash: "حقل الصفة :attribute مسموح بأن يحتوي على حروف و أرقام و شرطة و شرطة منخفضة",
|
|
7
|
-
alpha_num: "حقل الصفة :attribute يجب أن يحتوي على أحرف و أرقام",
|
|
8
|
-
before: "الصفة :attribute يجب أن تكون قبل :before.",
|
|
9
|
-
before_or_equal: "الصفة :attribute يجب أن تكون مساوية أو قبل الصفة :before_or_equal.",
|
|
10
|
-
between: "حقل الصفة :attribute يجب أن يكون بين :min و :max.",
|
|
11
|
-
confirmed: "تأكيد الصفة :attribute غير متطابق.",
|
|
12
|
-
email: "الصفة :attribute صيغتها غير صحيحة",
|
|
13
|
-
date: "الصفة :attribute صيغتها ليست تاريخ صحيح",
|
|
14
|
-
def: "الصفة :attribute تحتوي على أخطاء",
|
|
15
|
-
digits: "الصفة :attribute يجب أن تكون :digits أرقام.",
|
|
16
|
-
digits_between: "يجب أن يحتوي :attribute بين :min و :max رقمًا/أرقام .",
|
|
17
|
-
different: "الصفة :attribute و الصفة :different يجب أن تكونا مختلفتين",
|
|
18
|
-
in: "الصفة :attribute المختارة، غير صحيحة.",
|
|
19
|
-
integer: "الصفة :attribute يجب أن تكون عدد صحيح",
|
|
20
|
-
hex: "حقل الصفة :attribute يجب أن يحتوي على صيغة هكسيديسمل",
|
|
21
|
-
min: {
|
|
22
|
-
numeric: "الصفة :attribute يجب أن تكون :min على الأقل",
|
|
23
|
-
string: "الصفة :attribute يجب أن تكون :min حرف على الأقل."
|
|
24
|
-
},
|
|
25
|
-
max: {
|
|
26
|
-
numeric: "الصفة :attribute لا يمكن أن تكون أكبر من :max.",
|
|
27
|
-
string: "الصفة :attribute يجب أن لا تكون أكثر من :max حرف."
|
|
28
|
-
},
|
|
29
|
-
not_in: "الصفة :attribute المختارة غير صحيحة.",
|
|
30
|
-
numeric: "الصفة :attribute يجب أن تكون رقما.",
|
|
31
|
-
present: "حقل الصفة :attribute يجب أن يكون معرفا ، يمكن أن يكون فارغا.",
|
|
32
|
-
required: "حقل الصفة :attribute مطلوب.",
|
|
33
|
-
required_if: "حقل الصفة :attribute مطلوب حين تكون قيمة الحقل :other تساوي :value.",
|
|
34
|
-
required_unless: "حقل الصفة :attribute مطلوب حين تكون قيم الحقل :other لا تساوي :value.",
|
|
35
|
-
required_with: "حقل الصفة :attribute مطلوب حين يكون الحقا :field غير فارغ.",
|
|
36
|
-
required_with_all: "حقل الصفة :attribute مطلوب حين تكون الحقول :fields غير فارغة.",
|
|
37
|
-
required_without: "حقل الصفة :attribute مطلوب حين يكون الحقل :field فارغا.",
|
|
38
|
-
required_without_all: "حقل الصفة :attribute مطلوب حين تكون الحقول :fields فارغة.",
|
|
39
|
-
same: "حقل الصفة :attribute و حقل الصفة :same يجب أن يتطابقا.",
|
|
40
|
-
size: {
|
|
41
|
-
numeric: "الصفة :attribute يجب أن تكون :size.",
|
|
42
|
-
string: "الصفة :attribute يجب أن تكون :size حرفا."
|
|
43
|
-
},
|
|
44
|
-
string: "الصفة :attribute يجب أن تكون نص.",
|
|
45
|
-
url: "الصفة :attribute صياغتها غير صحيحة.",
|
|
46
|
-
regex: "الصفة :attribute صياغتها غير صحيحة.",
|
|
47
|
-
attributes: {
|
|
48
|
-
username: "اسم المستخدم",
|
|
49
|
-
password: "كلمة المرور",
|
|
50
|
-
email: "البريد الالكتروني",
|
|
51
|
-
website: "الموقع الالكتروني",
|
|
52
|
-
firstname: "الاسم الاول",
|
|
53
|
-
lastname: "الاسم الاخير",
|
|
54
|
-
subject: "الموضوع",
|
|
55
|
-
city: "المدينة",
|
|
56
|
-
region: "المنطقة",
|
|
57
|
-
country: "الدولة",
|
|
58
|
-
street: "الشارع",
|
|
59
|
-
zipcode: "الرمز البريدي",
|
|
60
|
-
phone: "رقم الهاتف",
|
|
61
|
-
mobile: "رقم الجوال"
|
|
62
|
-
}
|
|
63
|
-
};
|
package/src/lang/az.js
DELETED
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
module.exports = {
|
|
2
|
-
accepted: ":attribute qəbul edilməlidir",
|
|
3
|
-
active_url: ":attribute doğru URL deyil",
|
|
4
|
-
after: ":attribute :date tarixindən sonra olmalıdır",
|
|
5
|
-
after_or_equal: ":attribute :date tarixi ilə eyni və ya sonra olmalıdır",
|
|
6
|
-
alpha: ":attribute yalnız hərflərdən ibarət ola bilər",
|
|
7
|
-
alpha_dash: ":attribute yalnız hərf, rəqəm və tire simvolundan ibarət ola bilər",
|
|
8
|
-
alpha_num: ":attribute yalnız hərf və rəqəmlərdən ibarət ola bilər",
|
|
9
|
-
array: ":attribute massiv formatında olmalıdır",
|
|
10
|
-
before: ":attribute :date tarixindən əvvəl olmalıdır",
|
|
11
|
-
before_or_equal: ":attribute :date tarixindən əvvəl və ya bərabər olmalıdır",
|
|
12
|
-
between: {
|
|
13
|
-
numeric: ":attribute :min ilə :max arasında olmalıdır",
|
|
14
|
-
file: ":attribute :min ilə :max KB ölçüsü intervalında olmalıdır",
|
|
15
|
-
string: ":attribute :min ilə :max simvolu intervalında olmalıdır",
|
|
16
|
-
array: ":attribute :min ilə :max intervalında hissədən ibarət olmalıdır"
|
|
17
|
-
},
|
|
18
|
-
boolean: " :attribute doğru və ya yanlış ola bilər",
|
|
19
|
-
confirmed: " :attribute doğrulanması yanlışdır",
|
|
20
|
-
date: " :attribute tarix formatında olmalıdır",
|
|
21
|
-
date_format: " :attribute :format formatında olmalıdır",
|
|
22
|
-
different: " :attribute və :other fərqli olmalıdır",
|
|
23
|
-
digits: " :attribute :digits rəqəmli olmalıdır",
|
|
24
|
-
digits_between: " :attribute :min ilə :max rəqəmləri intervalında olmalıdır",
|
|
25
|
-
dimensions: " :attribute doğru şəkil ölçülərində deyil",
|
|
26
|
-
distinct: " :attribute dublikat qiymətlidir",
|
|
27
|
-
email: " :attribute doğru email formatında deyil",
|
|
28
|
-
exists: " seçilmiş :attribute yanlışdır",
|
|
29
|
-
file: " :attribute fayl formatında olmalıdır",
|
|
30
|
-
filled: " :attribute qiyməti olmalıdır",
|
|
31
|
-
gt: {
|
|
32
|
-
numeric: "The :attribute must be greater than :value.",
|
|
33
|
-
file: "The :attribute must be greater than :value kilobytes.",
|
|
34
|
-
string: "The :attribute must be greater than :value characters.",
|
|
35
|
-
array: "The :attribute must have more than :value items."
|
|
36
|
-
},
|
|
37
|
-
gte: {
|
|
38
|
-
numeric: "The :attribute must be greater than or equal :value.",
|
|
39
|
-
file: "The :attribute must be greater than or equal :value kilobytes.",
|
|
40
|
-
string: "The :attribute must be greater than or equal :value characters.",
|
|
41
|
-
array: "The :attribute must have :value items or more."
|
|
42
|
-
},
|
|
43
|
-
image: " :attribute şəkil formatında olmalıdır",
|
|
44
|
-
in: " seçilmiş :attribute yanlışdır",
|
|
45
|
-
in_array: " :attribute :other qiymətləri arasında olmalıdır",
|
|
46
|
-
integer: " :attribute tam ədəd olmalıdır",
|
|
47
|
-
hex: "The :attribute field should have hexadecimal format",
|
|
48
|
-
ip: " :attribute İP adres formatında olmalıdır",
|
|
49
|
-
ipv4: " :attribute İPv4 adres formatında olmalıdır",
|
|
50
|
-
ipv6: " :attribute İPv6 adres formatında olmalıdır",
|
|
51
|
-
json: " :attribute JSON formatında olmalıdır",
|
|
52
|
-
lt: {
|
|
53
|
-
numeric: "The :attribute must be less than :value.",
|
|
54
|
-
file: "The :attribute must be less than :value kilobytes.",
|
|
55
|
-
string: "The :attribute must be less than :value characters.",
|
|
56
|
-
array: "The :attribute must have less than :value items."
|
|
57
|
-
},
|
|
58
|
-
lte: {
|
|
59
|
-
numeric: "The :attribute must be less than or equal :value.",
|
|
60
|
-
file: "The :attribute must be less than or equal :value kilobytes.",
|
|
61
|
-
string: "The :attribute must be less than or equal :value characters.",
|
|
62
|
-
array: "The :attribute must not have more than :value items."
|
|
63
|
-
},
|
|
64
|
-
max: {
|
|
65
|
-
numeric: " :attribute maksiumum :max rəqəmdən ibarət ola bilər",
|
|
66
|
-
file: " :attribute maksimum :max KB ölçüsündə ola bilər",
|
|
67
|
-
string: " :attribute maksimum :max simvoldan ibarət ola bilər",
|
|
68
|
-
array: " :attribute maksimum :max hədd'dən ibarət ola bilər"
|
|
69
|
-
},
|
|
70
|
-
mimes: " :attribute :values tipində fayl olmalıdır",
|
|
71
|
-
mimetypes: " :attribute :values tipində fayl olmalıdır",
|
|
72
|
-
min: {
|
|
73
|
-
numeric: " :attribute minimum :min rəqəmdən ibarət ola bilər",
|
|
74
|
-
file: " :attribute minimum :min KB ölçüsündə ola bilər",
|
|
75
|
-
string: " :attribute minimum :min simvoldan ibarət ola bilər",
|
|
76
|
-
array: " :attribute minimum :min hədd'dən ibarət ola bilər"
|
|
77
|
-
},
|
|
78
|
-
not_in: " seçilmiş :attribute yanlışdır",
|
|
79
|
-
numeric: " :attribute rəqəmlərdən ibarət olmalıdır",
|
|
80
|
-
present: " :attribute iştirak etməlidir",
|
|
81
|
-
regex: " :attribute formatı yanlışdır",
|
|
82
|
-
required: " :attribute mütləqdir",
|
|
83
|
-
required_if: " :attribute (:other :value ikən) mütləqdir",
|
|
84
|
-
required_unless: " :attribute (:other :values 'ə daxil ikən) mütləqdir",
|
|
85
|
-
required_with: " :attribute (:values var ikən) mütləqdir",
|
|
86
|
-
required_with_all: " :attribute (:values var ikən) mütləqdir",
|
|
87
|
-
required_without: " :attribute (:values yox ikən) mütləqdir",
|
|
88
|
-
required_without_all: " :attribute (:values yox ikən) mütləqdir",
|
|
89
|
-
same: " :attribute və :other eyni olmalıdır",
|
|
90
|
-
size: {
|
|
91
|
-
numeric: " :attribute :size ölçüsündə olmalıdır",
|
|
92
|
-
file: " :attribute :size KB ölçüsündə olmalıdır",
|
|
93
|
-
string: " :attribute :size simvoldan ibarət olmalıdır",
|
|
94
|
-
array: " :attribute :size hədd'dən ibarət olmalıdır"
|
|
95
|
-
},
|
|
96
|
-
string: " :attribute hərf formatında olmalıdır",
|
|
97
|
-
timezone: " :attribute ərazi formatında olmalıdır",
|
|
98
|
-
unique: " :attribute artıq iştirak edib",
|
|
99
|
-
uploaded: " :attribute yüklənməsi mümkün olmadı",
|
|
100
|
-
url: " :attribute formatı yanlışdır"
|
|
101
|
-
};
|
package/src/lang/be.js
DELETED
|
@@ -1,102 +0,0 @@
|
|
|
1
|
-
module.exports = {
|
|
2
|
-
accepted: "Вы павінны прыняць :attribute.",
|
|
3
|
-
active_url: "Поле :attribute утрымлівае несапраўдны URL.",
|
|
4
|
-
after: "У полі :attribute павінна быць дата пасля :date.",
|
|
5
|
-
after_or_equal: "The :attribute must be a date after or equal to :date.",
|
|
6
|
-
alpha: "Поле :attribute можа мець толькі літары.",
|
|
7
|
-
alpha_dash: "Поле :attribute можа мець толькі літары, лічбы і злучок.",
|
|
8
|
-
alpha_num: "Поле :attribute можа мець толькі літары і лічбы.",
|
|
9
|
-
array: "Поле :attribute павінна быць масівам.",
|
|
10
|
-
before: "У полі :attribute павінна быць дата да :date.",
|
|
11
|
-
before_or_equal: "The :attribute must be a date before or equal to :date.",
|
|
12
|
-
between: {
|
|
13
|
-
numeric: "Поле :attribute павінна быць паміж :min і :max.",
|
|
14
|
-
file: "Памер файла ў поле :attribute павінен быць паміж :min і :max кілабайт.",
|
|
15
|
-
string: "Колькасць сiмвалаў у поле :attribute павінна быць паміж :min і :max.",
|
|
16
|
-
array: "Колькасць элементаў у поле :attribute павінна быць паміж :min і :max."
|
|
17
|
-
},
|
|
18
|
-
boolean: "Поле :attribute павінна мець значэнне лагічнага тыпу.",
|
|
19
|
-
confirmed: "Поле :attribute не супадае з пацвярджэннем.",
|
|
20
|
-
date: "Поле :attribute не з'яўляецца датай.",
|
|
21
|
-
date_format: "Поле :attribute не адпавядае фармату :format.",
|
|
22
|
-
different: "Палі :attribute і :other павінны адрознівацца.",
|
|
23
|
-
digits: "Даўжыня лічбавага поля :attribute павінна быць :digits.",
|
|
24
|
-
digits_between: "Даўжыня лічбавага поля :attribute павінна быць паміж :min і :max.",
|
|
25
|
-
dimensions: "The :attribute has invalid image dimensions.",
|
|
26
|
-
distinct: "The :attribute field has a duplicate value.",
|
|
27
|
-
email: "Поле :attribute павінна быць сапраўдным электронным адрасам.",
|
|
28
|
-
file: "The :attribute must be a file.",
|
|
29
|
-
filled: "Поле :attribute абавязкова для запаўнення.",
|
|
30
|
-
exists: "Выбранае значэнне для :attribute некарэктна.",
|
|
31
|
-
gt: {
|
|
32
|
-
numeric: "The :attribute must be greater than :value.",
|
|
33
|
-
file: "The :attribute must be greater than :value kilobytes.",
|
|
34
|
-
string: "The :attribute must be greater than :value characters.",
|
|
35
|
-
array: "The :attribute must have more than :value items."
|
|
36
|
-
},
|
|
37
|
-
gte: {
|
|
38
|
-
numeric: "The :attribute must be greater than or equal :value.",
|
|
39
|
-
file: "The :attribute must be greater than or equal :value kilobytes.",
|
|
40
|
-
string: "The :attribute must be greater than or equal :value characters.",
|
|
41
|
-
array: "The :attribute must have :value items or more."
|
|
42
|
-
},
|
|
43
|
-
hex: "The :attribute field should have hexadecimal format",
|
|
44
|
-
image: "Поле :attribute павінна быць малюнкам.",
|
|
45
|
-
in: "Выбранае значэнне для :attribute памылкова.",
|
|
46
|
-
in_array: "The :attribute field does not exist in :other.",
|
|
47
|
-
integer: "Поле :attribute павінна быць цэлым лікам.",
|
|
48
|
-
ip: "Поле :attribute дпавінна быць сапраўдным IP-адрасам.",
|
|
49
|
-
ipv4: "The :attribute must be a valid IPv4 address.",
|
|
50
|
-
ipv6: "The :attribute must be a valid IPv6 address.",
|
|
51
|
-
json: "Поле :attribute павінна быць JSON радком.",
|
|
52
|
-
lt: {
|
|
53
|
-
numeric: "The :attribute must be less than :value.",
|
|
54
|
-
file: "The :attribute must be less than :value kilobytes.",
|
|
55
|
-
string: "The :attribute must be less than :value characters.",
|
|
56
|
-
array: "The :attribute must have less than :value items."
|
|
57
|
-
},
|
|
58
|
-
lte: {
|
|
59
|
-
numeric: "The :attribute must be less than or equal :value.",
|
|
60
|
-
file: "The :attribute must be less than or equal :value kilobytes.",
|
|
61
|
-
string: "The :attribute must be less than or equal :value characters.",
|
|
62
|
-
array: "The :attribute must not have more than :value items."
|
|
63
|
-
},
|
|
64
|
-
max: {
|
|
65
|
-
numeric: "Поле :attribute не можа быць больш :max.",
|
|
66
|
-
file: "Памер файла ў поле :attribute не можа быць больш :max кілабайт).",
|
|
67
|
-
string: "Колькасць сiмвалаў у поле :attribute не можа перавышаць :max.",
|
|
68
|
-
array: "Колькасць элементаў у поле :attribute не можа перавышаць :max."
|
|
69
|
-
},
|
|
70
|
-
mimes: "Поле :attribute павінна быць файлам аднаго з наступных тыпаў: :values.",
|
|
71
|
-
mimetypes: "Поле :attribute павінна быць файлам аднаго з наступных тыпаў: :values.",
|
|
72
|
-
min: {
|
|
73
|
-
numeric: "Поле :attribute павінна быць не менш :min.",
|
|
74
|
-
file: "Памер файла ў полее :attribute павінен быць не менш :min кілабайт.",
|
|
75
|
-
string: "Колькасць сiмвалаў у поле :attribute павінна быць не менш :min.",
|
|
76
|
-
array: "Колькасць элементаў у поле :attribute павінна быць не менш :min."
|
|
77
|
-
},
|
|
78
|
-
not_in: "Выбранае значэнне для :attribute памылкова.",
|
|
79
|
-
not_regex: "The :attribute format is invalid.",
|
|
80
|
-
numeric: "Поле :attribute павінна быць лікам.",
|
|
81
|
-
present: "The :attribute field must be present.",
|
|
82
|
-
regex: "Поле :attribute мае памылковы фармат.",
|
|
83
|
-
required: "Поле :attribute абавязкова для запаўнення.",
|
|
84
|
-
required_if: "Поле :attribute абавязкова для запаўнення, калі :other раўняецца :value.",
|
|
85
|
-
required_unless: "Поле :attribute абавязкова для запаўнення, калі :other не раўняецца :values.",
|
|
86
|
-
required_with: "Поле :attribute абавязкова для запаўнення, калі :values ўказана.",
|
|
87
|
-
required_with_all: "Поле :attribute абавязкова для запаўнення, калі :values ўказана.",
|
|
88
|
-
required_without: "Поле :attribute абавязкова для запаўнення, калі :values не ўказана.",
|
|
89
|
-
required_without_all: "Поле :attribute абавязкова для запаўнення, калі ні адно з :values не ўказана.",
|
|
90
|
-
same: "Значэнне :attribute павінна супадаць з :other.",
|
|
91
|
-
size: {
|
|
92
|
-
numeric: "Поле :attribute павінна быць :size.",
|
|
93
|
-
file: "Размер файла в поле :attribute павінен быць :size кілабайт.",
|
|
94
|
-
string: "Колькасць сiмвалаў у поле :attribute павінна быць :size.",
|
|
95
|
-
array: "Колькасць элементаў у поле :attribute павінна быць :size."
|
|
96
|
-
},
|
|
97
|
-
string: "Поле :attribute павінна быць радком.",
|
|
98
|
-
timezone: "Поле :attribute павінна быць сапраўдным гадзінным поясам.",
|
|
99
|
-
unique: "Такое значэнне поля :attribute ўжо існуе.",
|
|
100
|
-
uploaded: "The :attribute failed to upload.",
|
|
101
|
-
url: "Поле :attribute мае памылковы фармат."
|
|
102
|
-
};
|
package/src/lang/bg.js
DELETED
|
@@ -1,102 +0,0 @@
|
|
|
1
|
-
module.exports = {
|
|
2
|
-
accepted: "Трябва да приемете :attribute.",
|
|
3
|
-
active_url: "Полето :attribute не е валиден URL адрес.",
|
|
4
|
-
after: "Полето :attribute трябва да бъде дата след :date.",
|
|
5
|
-
after_or_equal: "Полето :attribute трябва да бъде дата след или равна на :date.",
|
|
6
|
-
alpha: "Полето :attribute трябва да съдържа само букви.",
|
|
7
|
-
alpha_dash: "Полето :attribute трябва да съдържа само букви, цифри, долна черта и тире.",
|
|
8
|
-
alpha_num: "Полето :attribute трябва да съдържа само букви и цифри.",
|
|
9
|
-
array: "Полето :attribute трябва да бъде масив.",
|
|
10
|
-
before: "Полето :attribute трябва да бъде дата преди :date.",
|
|
11
|
-
before_or_equal: "Полето :attribute трябва да бъде дата преди или равна на :date.",
|
|
12
|
-
between: {
|
|
13
|
-
numeric: "Полето :attribute трябва да бъде между :min и :max.",
|
|
14
|
-
file: "Полето :attribute трябва да бъде между :min и :max килобайта.",
|
|
15
|
-
string: "Полето :attribute трябва да бъде между :min и :max знака.",
|
|
16
|
-
array: "Полето :attribute трябва да има между :min - :max елемента."
|
|
17
|
-
},
|
|
18
|
-
boolean: "Полето :attribute трябва да съдържа Да или Не",
|
|
19
|
-
confirmed: "Полето :attribute не е потвърдено.",
|
|
20
|
-
date: "Полето :attribute не е валидна дата.",
|
|
21
|
-
date_format: "Полето :attribute не е във формат :format.",
|
|
22
|
-
different: "Полетата :attribute и :other трябва да са различни.",
|
|
23
|
-
digits: "Полето :attribute трябва да има :digits цифри.",
|
|
24
|
-
digits_between: "Полето :attribute трябва да има между :min и :max цифри.",
|
|
25
|
-
dimensions: "Невалидни размери за снимка :attribute.",
|
|
26
|
-
distinct: "Данните в полето :attribute се дублират.",
|
|
27
|
-
email: "Полето :attribute е в невалиден формат.",
|
|
28
|
-
exists: "Избранато поле :attribute вече съществува.",
|
|
29
|
-
file: "Полето :attribute трябва да бъде файл.",
|
|
30
|
-
filled: "Полето :attribute е задължително.",
|
|
31
|
-
gt: {
|
|
32
|
-
numeric: "The :attribute must be greater than :value.",
|
|
33
|
-
file: "The :attribute must be greater than :value kilobytes.",
|
|
34
|
-
string: "The :attribute must be greater than :value characters.",
|
|
35
|
-
array: "The :attribute must have more than :value items."
|
|
36
|
-
},
|
|
37
|
-
gte: {
|
|
38
|
-
numeric: "The :attribute must be greater than or equal :value.",
|
|
39
|
-
file: "The :attribute must be greater than or equal :value kilobytes.",
|
|
40
|
-
string: "The :attribute must be greater than or equal :value characters.",
|
|
41
|
-
array: "The :attribute must have :value items or more."
|
|
42
|
-
},
|
|
43
|
-
hex: "The :attribute field should have hexadecimal format",
|
|
44
|
-
image: "Полето :attribute трябва да бъде изображение.",
|
|
45
|
-
in: "Избраното поле :attribute е невалидно.",
|
|
46
|
-
in_array: "Полето :attribute не съществува в :other.",
|
|
47
|
-
integer: "Полето :attribute трябва да бъде цяло число.",
|
|
48
|
-
ip: "Полето :attribute трябва да бъде IP адрес.",
|
|
49
|
-
ipv4: "Полето :attribute трябва да бъде IPv4 адрес.",
|
|
50
|
-
ipv6: "Полето :attribute трябва да бъде IPv6 адрес.",
|
|
51
|
-
json: "Полето :attribute трябва да бъде JSON низ.",
|
|
52
|
-
lt: {
|
|
53
|
-
numeric: "The :attribute must be less than :value.",
|
|
54
|
-
file: "The :attribute must be less than :value kilobytes.",
|
|
55
|
-
string: "The :attribute must be less than :value characters.",
|
|
56
|
-
array: "The :attribute must have less than :value items."
|
|
57
|
-
},
|
|
58
|
-
lte: {
|
|
59
|
-
numeric: "The :attribute must be less than or equal :value.",
|
|
60
|
-
file: "The :attribute must be less than or equal :value kilobytes.",
|
|
61
|
-
string: "The :attribute must be less than or equal :value characters.",
|
|
62
|
-
array: "The :attribute must not have more than :value items."
|
|
63
|
-
},
|
|
64
|
-
max: {
|
|
65
|
-
numeric: "Полето :attribute трябва да бъде по-малко от :max.",
|
|
66
|
-
file: "Полето :attribute трябва да бъде по-малко от :max килобайта.",
|
|
67
|
-
string: "Полето :attribute трябва да бъде по-малко от :max знака.",
|
|
68
|
-
array: "Полето :attribute трябва да има по-малко от :max елемента."
|
|
69
|
-
},
|
|
70
|
-
mimes: "Полето :attribute трябва да бъде файл от тип: :values.",
|
|
71
|
-
mimetypes: "Полето :attribute трябва да бъде файл от тип: :values.",
|
|
72
|
-
min: {
|
|
73
|
-
numeric: "Полето :attribute трябва да бъде минимум :min.",
|
|
74
|
-
file: "Полето :attribute трябва да бъде минимум :min килобайта.",
|
|
75
|
-
string: "Полето :attribute трябва да бъде минимум :min знака.",
|
|
76
|
-
array: "Полето :attribute трябва има минимум :min елемента."
|
|
77
|
-
},
|
|
78
|
-
not_in: "Избраното поле :attribute е невалидно.",
|
|
79
|
-
not_regex: "The :attribute format is invalid.",
|
|
80
|
-
numeric: "Полето :attribute трябва да бъде число.",
|
|
81
|
-
present: "Полето :attribute трябва да съествува.",
|
|
82
|
-
regex: "Полето :attribute е в невалиден формат.",
|
|
83
|
-
required: "Полето :attribute е задължително.",
|
|
84
|
-
required_if: "Полето :attribute се изисква, когато :other е :value.",
|
|
85
|
-
required_unless: "Полето :attribute се изисква, освен ако :other не е в :values.",
|
|
86
|
-
required_with: "Полето :attribute се изисква, когато :values има стойност.",
|
|
87
|
-
required_with_all: "Полето :attribute е задължително, когато :values имат стойност.",
|
|
88
|
-
required_without: "Полето :attribute се изисква, когато :values няма стойност.",
|
|
89
|
-
required_without_all: "Полето :attribute се изисква, когато никое от полетата :values няма стойност.",
|
|
90
|
-
same: "Полетата :attribute и :other трябва да съвпадат.",
|
|
91
|
-
size: {
|
|
92
|
-
numeric: "Полето :attribute трябва да бъде :size.",
|
|
93
|
-
file: "Полето :attribute трябва да бъде :size килобайта.",
|
|
94
|
-
string: "Полето :attribute трябва да бъде :size знака.",
|
|
95
|
-
array: "Полето :attribute трябва да има :size елемента."
|
|
96
|
-
},
|
|
97
|
-
string: "Полето :attribute трябва да бъде знаков низ.",
|
|
98
|
-
timezone: "Полето :attribute трябва да съдържа валидна часова зона.",
|
|
99
|
-
unique: "Полето :attribute вече съществува.",
|
|
100
|
-
uploaded: "Неуспешно качване на :attribute.",
|
|
101
|
-
url: "Полето :attribute е в невалиден формат."
|
|
102
|
-
};
|
package/src/lang/bs.js
DELETED
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
module.exports = {
|
|
2
|
-
accepted: "Polje :attribute mora biti prihvaćeno.",
|
|
3
|
-
active_url: "Polje :attribute nije validan URL.",
|
|
4
|
-
after: "Polje :attribute mora biti datum poslije :date.",
|
|
5
|
-
after_or_equal: "The :attribute must be a date after or equal to :date.",
|
|
6
|
-
alpha: "Polje :attribute može sadržati samo slova.",
|
|
7
|
-
alpha_dash: "Polje :attribute može sadržati samo slova, brojeve i povlake.",
|
|
8
|
-
alpha_num: "Polje :attribute može sadržati samo slova i brojeve.",
|
|
9
|
-
attributes: {},
|
|
10
|
-
array: "Polje :attribute mora biti niz.",
|
|
11
|
-
before: "Polje :attribute mora biti datum prije :date.",
|
|
12
|
-
before_or_equal: "The :attribute must be a date before or equal to :date.",
|
|
13
|
-
between: {
|
|
14
|
-
numeric: "Polje :attribute mora biti izmedju :min - :max.",
|
|
15
|
-
file: "Fajl :attribute mora biti izmedju :min - :max kilobajta.",
|
|
16
|
-
string: "Polje :attribute mora biti izmedju :min - :max karaktera.",
|
|
17
|
-
array: "Polje :attribute mora biti između :min - :max karaktera."
|
|
18
|
-
},
|
|
19
|
-
boolean: "Polje :attribute mora biti tačno ili netačno",
|
|
20
|
-
confirmed: "Potvrda polja :attribute se ne poklapa.",
|
|
21
|
-
date: "Polje :attribute nema ispravan datum.",
|
|
22
|
-
date_format: "Polje :attribute nema odgovarajući format :format.",
|
|
23
|
-
different: "Polja :attribute i :other moraju biti različita.",
|
|
24
|
-
digits: "Polje :attribute mora da sadži :digits brojeve.",
|
|
25
|
-
digits_between: "Polje :attribute mora biti između :min i :max broja.",
|
|
26
|
-
dimensions: "The :attribute has invalid image dimensions.",
|
|
27
|
-
distinct: "The :attribute field has a duplicate value.",
|
|
28
|
-
email: "Format polja :attribute mora biti validan email.",
|
|
29
|
-
exists: "Odabrano polje :attribute nije validno.",
|
|
30
|
-
file: "The :attribute must be a file.",
|
|
31
|
-
filled: "Polje :attribute je obavezno.",
|
|
32
|
-
gt: {
|
|
33
|
-
numeric: "The :attribute must be greater than :value.",
|
|
34
|
-
file: "The :attribute must be greater than :value kilobytes.",
|
|
35
|
-
string: "The :attribute must be greater than :value characters.",
|
|
36
|
-
array: "The :attribute must have more than :value items."
|
|
37
|
-
},
|
|
38
|
-
gte: {
|
|
39
|
-
numeric: "The :attribute must be greater than or equal :value.",
|
|
40
|
-
file: "The :attribute must be greater than or equal :value kilobytes.",
|
|
41
|
-
string: "The :attribute must be greater than or equal :value characters.",
|
|
42
|
-
array: "The :attribute must have :value items or more."
|
|
43
|
-
},
|
|
44
|
-
hex: "The :attribute field should have hexadecimal format",
|
|
45
|
-
image: "Polje :attribute mora biti slika.",
|
|
46
|
-
in: "Odabrano polje :attribute nije validno.",
|
|
47
|
-
in_array: "The :attribute field does not exist in :other.",
|
|
48
|
-
integer: "Polje :attribute mora biti broj.",
|
|
49
|
-
ip: "Polje :attribute mora biti validna IP adresa.",
|
|
50
|
-
ipv4: "The :attribute must be a valid IPv4 address.",
|
|
51
|
-
ipv6: "The :attribute must be a valid IPv6 address.",
|
|
52
|
-
json: "The :attribute must be a valid JSON string.",
|
|
53
|
-
lt: {
|
|
54
|
-
numeric: "The :attribute must be less than :value.",
|
|
55
|
-
file: "The :attribute must be less than :value kilobytes.",
|
|
56
|
-
string: "The :attribute must be less than :value characters.",
|
|
57
|
-
array: "The :attribute must have less than :value items."
|
|
58
|
-
},
|
|
59
|
-
lte: {
|
|
60
|
-
numeric: "The :attribute must be less than or equal :value.",
|
|
61
|
-
file: "The :attribute must be less than or equal :value kilobytes.",
|
|
62
|
-
string: "The :attribute must be less than or equal :value characters.",
|
|
63
|
-
array: "The :attribute must not have more than :value items."
|
|
64
|
-
},
|
|
65
|
-
max: {
|
|
66
|
-
numeric: "Polje :attribute mora biti manje od :max.",
|
|
67
|
-
file: "Polje :attribute mora biti manje od :max kilobajta.",
|
|
68
|
-
string: "Polje :attribute mora sadržati manje od :max karaktera.",
|
|
69
|
-
array: "Polje :attribute mora sadržati manje od :max karaktera."
|
|
70
|
-
},
|
|
71
|
-
mimes: "Polje :attribute mora biti fajl tipa: :values.",
|
|
72
|
-
mimetypes: "Polje :attribute mora biti fajl tipa: :values.",
|
|
73
|
-
min: {
|
|
74
|
-
numeric: "Polje :attribute mora biti najmanje :min.",
|
|
75
|
-
file: "Fajl :attribute mora biti najmanje :min kilobajta.",
|
|
76
|
-
string: "Polje :attribute mora sadržati najmanje :min karaktera.",
|
|
77
|
-
array: "Polje :attribute mora sadržati najmanje :min karaktera."
|
|
78
|
-
},
|
|
79
|
-
not_in: "Odabrani element polja :attribute nije validan.",
|
|
80
|
-
not_regex: "The :attribute format is invalid.",
|
|
81
|
-
numeric: "Polje :attribute mora biti broj.",
|
|
82
|
-
present: "The :attribute field must be present.",
|
|
83
|
-
regex: "Polje :attribute ima neispravan format.",
|
|
84
|
-
required: "Polje :attribute je obavezno.",
|
|
85
|
-
required_if: "Polje :attribute je obavezno kada :other je :value.",
|
|
86
|
-
required_unless: "The :attribute field is required unless :other is in :values.",
|
|
87
|
-
required_with: "Polje :attribute je obavezno kada je :values prikazano.",
|
|
88
|
-
required_with_all: "Polje :attribute je obavezno kada je :values prikazano.",
|
|
89
|
-
required_without: "Polje :attribute je obavezno kada :values nije prikazano.",
|
|
90
|
-
required_without_all: "Polje :attribute je obavezno kada nijedno :values nije prikazano.",
|
|
91
|
-
same: "Polja :attribute i :other se moraju poklapati.",
|
|
92
|
-
size: {
|
|
93
|
-
numeric: "Polje :attribute mora biti :size.",
|
|
94
|
-
file: "Fajl :attribute mora biti :size kilobajta.",
|
|
95
|
-
string: "Polje :attribute mora biti :size karaktera.",
|
|
96
|
-
array: "Polje :attribute mora biti :size karaktera."
|
|
97
|
-
},
|
|
98
|
-
string: "Polje :attribute mora sadrzavati slova.",
|
|
99
|
-
timezone: "Polje :attribute mora biti ispravna vremenska zona.",
|
|
100
|
-
unique: "Polje :attribute već postoji.",
|
|
101
|
-
uploaded: "The :attribute failed to upload.",
|
|
102
|
-
url: "Format polja :attribute nije validan."
|
|
103
|
-
};
|
package/src/lang/ca.js
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
module.exports = {
|
|
2
|
-
accepted: 'El camp :attribute pot ser aceptat.',
|
|
3
|
-
after: 'El camp :attribute pot ser una data posterior a :after.',
|
|
4
|
-
alpha: 'El camp :attribute només pot contenir lletras.',
|
|
5
|
-
alpha_dash: 'El camp :attribute només pot contenir lletras, nombres y guions.',
|
|
6
|
-
alpha_num: 'El camp :attribute només pot contenir lletras y nombres.',
|
|
7
|
-
attributes: {},
|
|
8
|
-
between: 'El camp :attribute té que estar entre :min - :max.',
|
|
9
|
-
confirmed: 'La confirmació de :attribute no coincideix.',
|
|
10
|
-
different: 'El camp :attribute y :other poden ser diferents.',
|
|
11
|
-
digits: 'El camp :attribute pot tindre :digits dígitos.',
|
|
12
|
-
digits_between: 'El camp :attribute ha de tenir entre :min i :max dígits.',
|
|
13
|
-
email: 'El camp :attribute no es un correu válido.',
|
|
14
|
-
'in': 'El camp :attribute es invàlid.',
|
|
15
|
-
integer: 'El camp :attribute pot ser un nombre enter.',
|
|
16
|
-
hex: 'El camp :attribute hauria de tenir format hexadecimal',
|
|
17
|
-
max: {
|
|
18
|
-
numeric: 'El camp :attribute no pot ser mayor a :max.',
|
|
19
|
-
string: 'El camp :attribute no pot ser mayor que :max caràcters.'
|
|
20
|
-
},
|
|
21
|
-
min: {
|
|
22
|
-
numeric: 'La mida del camp :attribute pot ser de al menys :min.',
|
|
23
|
-
string: 'El camp :attribute pot contenir al menys :min caràcters.'
|
|
24
|
-
},
|
|
25
|
-
not_in: 'El camp :attribute es invàlid.',
|
|
26
|
-
numeric: 'El camp :attribute pot ser numéric.',
|
|
27
|
-
present: 'El camp de :attribute pot estar present (però pot estar buit).',
|
|
28
|
-
regex: 'El format del camp :attribute es invàlid.',
|
|
29
|
-
required: 'El camp :attribute es obligatori.',
|
|
30
|
-
required_if: 'El camp :attribute es obligatori quan :other es :value.',
|
|
31
|
-
same: 'El camp :attribute y :other poden coincidir.',
|
|
32
|
-
size: {
|
|
33
|
-
numeric: 'La mida del camp :attribute pot ser :size.',
|
|
34
|
-
string: 'El camp :attribute pot contenir :size caràcters.'
|
|
35
|
-
},
|
|
36
|
-
url: 'El format de :attribute es invàlid.'
|
|
37
|
-
};
|
package/src/lang/cs.js
DELETED
|
@@ -1,104 +0,0 @@
|
|
|
1
|
-
module.exports = {
|
|
2
|
-
accepted: ":attribute musí být přijat.",
|
|
3
|
-
active_url: ":attribute není platnou URL adresou.",
|
|
4
|
-
after: ":attribute musí být datum po :date.",
|
|
5
|
-
after_or_equal: "The :attribute must be a date after or equal to :date.",
|
|
6
|
-
alpha: ":attribute může obsahovat pouze písmena.",
|
|
7
|
-
alpha_dash:
|
|
8
|
-
":attribute může obsahovat pouze písmena, číslice, pomlčky a podtržítka. České znaky (á, é, í, ó, ú, ů, ž, š, č, ř, ď, ť, ň) nejsou podporovány.",
|
|
9
|
-
alpha_num: ":attribute může obsahovat pouze písmena a číslice.",
|
|
10
|
-
attributes: {},
|
|
11
|
-
array: ":attribute musí být pole.",
|
|
12
|
-
before: ":attribute musí být datum před :date.",
|
|
13
|
-
before_or_equal: "The :attribute must be a date before or equal to :date.",
|
|
14
|
-
between: {
|
|
15
|
-
numeric: ":attribute musí být hodnota mezi :min a :max.",
|
|
16
|
-
file: ":attribute musí být větší než :min a menší než :max Kilobytů.",
|
|
17
|
-
string: ":attribute musí být delší než :min a kratší než :max znaků.",
|
|
18
|
-
array: ":attribute musí obsahovat nejméně :min a nesmí obsahovat více než :max prvků."
|
|
19
|
-
},
|
|
20
|
-
boolean: ":attribute musí být true nebo false",
|
|
21
|
-
confirmed: ":attribute nebylo odsouhlaseno.",
|
|
22
|
-
date: ":attribute musí být platné datum.",
|
|
23
|
-
date_format: ":attribute není platný formát data podle :format.",
|
|
24
|
-
different: ":attribute a :other se musí lišit.",
|
|
25
|
-
digits: ":attribute musí být :digits pozic dlouhé.",
|
|
26
|
-
digits_between: ":attribute musí být dlouhé nejméně :min a nejvíce :max pozic.",
|
|
27
|
-
dimensions: ":attribute má neplatné rozměry.",
|
|
28
|
-
distinct: ":attribute má duplicitní hodnotu.",
|
|
29
|
-
email: ":attribute není platný formát.",
|
|
30
|
-
exists: "Zvolená hodnota pro :attribute není platná.",
|
|
31
|
-
file: ":attribute musí být soubor.",
|
|
32
|
-
filled: ":attribute musí být vyplněno.",
|
|
33
|
-
gt: {
|
|
34
|
-
numeric: "The :attribute must be greater than :value.",
|
|
35
|
-
file: "The :attribute must be greater than :value kilobytes.",
|
|
36
|
-
string: "The :attribute must be greater than :value characters.",
|
|
37
|
-
array: "The :attribute must have more than :value items."
|
|
38
|
-
},
|
|
39
|
-
gte: {
|
|
40
|
-
numeric: "The :attribute must be greater than or equal :value.",
|
|
41
|
-
file: "The :attribute must be greater than or equal :value kilobytes.",
|
|
42
|
-
string: "The :attribute must be greater than or equal :value characters.",
|
|
43
|
-
array: "The :attribute must have :value items or more."
|
|
44
|
-
},
|
|
45
|
-
hex: "The :attribute field should have hexadecimal format",
|
|
46
|
-
image: ":attribute musí být obrázek.",
|
|
47
|
-
in: "Zvolená hodnota pro :attribute je neplatná.",
|
|
48
|
-
in_array: ":attribute není obsažen v :other.",
|
|
49
|
-
integer: ":attribute musí být celé číslo.",
|
|
50
|
-
ip: ":attribute musí být platnou IP adresou.",
|
|
51
|
-
ipv4: "The :attribute must be a valid IPv4 address.",
|
|
52
|
-
ipv6: "The :attribute must be a valid IPv6 address.",
|
|
53
|
-
json: ":attribute musí být platný JSON řetězec.",
|
|
54
|
-
lt: {
|
|
55
|
-
numeric: "The :attribute must be less than :value.",
|
|
56
|
-
file: "The :attribute must be less than :value kilobytes.",
|
|
57
|
-
string: "The :attribute must be less than :value characters.",
|
|
58
|
-
array: "The :attribute must have less than :value items."
|
|
59
|
-
},
|
|
60
|
-
lte: {
|
|
61
|
-
numeric: "The :attribute must be less than or equal :value.",
|
|
62
|
-
file: "The :attribute must be less than or equal :value kilobytes.",
|
|
63
|
-
string: "The :attribute must be less than or equal :value characters.",
|
|
64
|
-
array: "The :attribute must not have more than :value items."
|
|
65
|
-
},
|
|
66
|
-
max: {
|
|
67
|
-
numeric: ":attribute musí být nižší než :max.",
|
|
68
|
-
file: ":attribute musí být menší než :max Kilobytů.",
|
|
69
|
-
string: ":attribute musí být kratší než :max znaků.",
|
|
70
|
-
array: ":attribute nesmí obsahovat více než :max prvků."
|
|
71
|
-
},
|
|
72
|
-
mimes: ":attribute musí být jeden z následujících datových typů :values.",
|
|
73
|
-
mimetypes: ":attribute musí být jeden z následujících datových typů :values.",
|
|
74
|
-
min: {
|
|
75
|
-
numeric: ":attribute musí být větší než :min.",
|
|
76
|
-
file: ":attribute musí být větší než :min Kilobytů.",
|
|
77
|
-
string: ":attribute musí být delší než :min znaků.",
|
|
78
|
-
array: ":attribute musí obsahovat více než :min prvků."
|
|
79
|
-
},
|
|
80
|
-
not_in: "Zvolená hodnota pro :attribute je neplatná.",
|
|
81
|
-
not_regex: "The :attribute format is invalid.",
|
|
82
|
-
numeric: ":attribute musí být číslo.",
|
|
83
|
-
present: ":attribute musí být vyplněno.",
|
|
84
|
-
regex: ":attribute nemá správný formát.",
|
|
85
|
-
required: ":attribute musí být vyplněno.",
|
|
86
|
-
required_if: ":attribute musí být vyplněno pokud :other je :value.",
|
|
87
|
-
required_unless: ":attribute musí být vyplněno dokud :other je v :value.",
|
|
88
|
-
required_with: ":attribute musí být vyplněno pokud :field je vyplněno.",
|
|
89
|
-
required_with_all: ":attribute musí být vyplněno pokud :fields je zvoleno.",
|
|
90
|
-
required_without: ":attribute musí být vyplněno pokud :field není vyplněno.",
|
|
91
|
-
required_without_all: ":attribute musí být vyplněno pokud není žádné z :fields zvoleno.",
|
|
92
|
-
same: ":attribute a :other se musí shodovat.",
|
|
93
|
-
size: {
|
|
94
|
-
numeric: ":attribute musí být přesně :size.",
|
|
95
|
-
file: ":attribute musí mít přesně :size Kilobytů.",
|
|
96
|
-
string: ":attribute musí být přesně :size znaků dlouhý.",
|
|
97
|
-
array: ":attribute musí obsahovat právě :size prvků."
|
|
98
|
-
},
|
|
99
|
-
string: ":attribute musí být řetězec znaků.",
|
|
100
|
-
timezone: ":attribute musí být platná časová zóna.",
|
|
101
|
-
unique: ":attribute musí být unikátní.",
|
|
102
|
-
uploaded: "Nahrávání :attribute se nezdařilo.",
|
|
103
|
-
url: "Formát :attribute je neplatný."
|
|
104
|
-
};
|