validatorjs2
Version:
Validation library inspired by Laravel's Validator
105 lines (103 loc) • 5.86 kB
JavaScript
require=(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({"./lang/az":[function(require,module,exports){
module.exports = {
accepted: ":attribute qəbul edilməlidir",
active_url: ":attribute doğru URL deyil",
after: ":attribute :date tarixindən sonra olmalıdır",
after_or_equal: ":attribute :date tarixi ilə eyni və ya sonra olmalıdır",
alpha: ":attribute yalnız hərflərdən ibarət ola bilər",
alpha_dash: ":attribute yalnız hərf, rəqəm və tire simvolundan ibarət ola bilər",
alpha_num: ":attribute yalnız hərf və rəqəmlərdən ibarət ola bilər",
array: ":attribute massiv formatında olmalıdır",
before: ":attribute :date tarixindən əvvəl olmalıdır",
before_or_equal: ":attribute :date tarixindən əvvəl və ya bərabər olmalıdır",
between: {
numeric: ":attribute :min ilə :max arasında olmalıdır",
file: ":attribute :min ilə :max KB ölçüsü intervalında olmalıdır",
string: ":attribute :min ilə :max simvolu intervalında olmalıdır",
array: ":attribute :min ilə :max intervalında hissədən ibarət olmalıdır"
},
boolean: " :attribute doğru və ya yanlış ola bilər",
confirmed: " :attribute doğrulanması yanlışdır",
date: " :attribute tarix formatında olmalıdır",
date_format: " :attribute :format formatında olmalıdır",
different: " :attribute və :other fərqli olmalıdır",
digits: " :attribute :digits rəqəmli olmalıdır",
digits_between: " :attribute :min ilə :max rəqəmləri intervalında olmalıdır",
dimensions: " :attribute doğru şəkil ölçülərində deyil",
distinct: " :attribute dublikat qiymətlidir",
email: " :attribute doğru email formatında deyil",
exists: " seçilmiş :attribute yanlışdır",
file: " :attribute fayl formatında olmalıdır",
filled: " :attribute qiyməti olmalıdır",
gt: {
numeric: "The :attribute must be greater than :value.",
file: "The :attribute must be greater than :value kilobytes.",
string: "The :attribute must be greater than :value characters.",
array: "The :attribute must have more than :value items."
},
gte: {
numeric: "The :attribute must be greater than or equal :value.",
file: "The :attribute must be greater than or equal :value kilobytes.",
string: "The :attribute must be greater than or equal :value characters.",
array: "The :attribute must have :value items or more."
},
image: " :attribute şəkil formatında olmalıdır",
in: " seçilmiş :attribute yanlışdır",
in_array: " :attribute :other qiymətləri arasında olmalıdır",
integer: " :attribute tam ədəd olmalıdır",
hex: "The :attribute field should have hexadecimal format",
ip: " :attribute İP adres formatında olmalıdır",
ipv4: " :attribute İPv4 adres formatında olmalıdır",
ipv6: " :attribute İPv6 adres formatında olmalıdır",
json: " :attribute JSON formatında olmalıdır",
lt: {
numeric: "The :attribute must be less than :value.",
file: "The :attribute must be less than :value kilobytes.",
string: "The :attribute must be less than :value characters.",
array: "The :attribute must have less than :value items."
},
lte: {
numeric: "The :attribute must be less than or equal :value.",
file: "The :attribute must be less than or equal :value kilobytes.",
string: "The :attribute must be less than or equal :value characters.",
array: "The :attribute must not have more than :value items."
},
max: {
numeric: " :attribute maksiumum :max rəqəmdən ibarət ola bilər",
file: " :attribute maksimum :max KB ölçüsündə ola bilər",
string: " :attribute maksimum :max simvoldan ibarət ola bilər",
array: " :attribute maksimum :max hədd'dən ibarət ola bilər"
},
mimes: " :attribute :values tipində fayl olmalıdır",
mimetypes: " :attribute :values tipində fayl olmalıdır",
min: {
numeric: " :attribute minimum :min rəqəmdən ibarət ola bilər",
file: " :attribute minimum :min KB ölçüsündə ola bilər",
string: " :attribute minimum :min simvoldan ibarət ola bilər",
array: " :attribute minimum :min hədd'dən ibarət ola bilər"
},
not_in: " seçilmiş :attribute yanlışdır",
numeric: " :attribute rəqəmlərdən ibarət olmalıdır",
present: " :attribute iştirak etməlidir",
regex: " :attribute formatı yanlışdır",
required: " :attribute mütləqdir",
required_if: " :attribute (:other :value ikən) mütləqdir",
required_unless: " :attribute (:other :values 'ə daxil ikən) mütləqdir",
required_with: " :attribute (:values var ikən) mütləqdir",
required_with_all: " :attribute (:values var ikən) mütləqdir",
required_without: " :attribute (:values yox ikən) mütləqdir",
required_without_all: " :attribute (:values yox ikən) mütləqdir",
same: " :attribute və :other eyni olmalıdır",
size: {
numeric: " :attribute :size ölçüsündə olmalıdır",
file: " :attribute :size KB ölçüsündə olmalıdır",
string: " :attribute :size simvoldan ibarət olmalıdır",
array: " :attribute :size hədd'dən ibarət olmalıdır"
},
string: " :attribute hərf formatında olmalıdır",
timezone: " :attribute ərazi formatında olmalıdır",
unique: " :attribute artıq iştirak edib",
uploaded: " :attribute yüklənməsi mümkün olmadı",
url: " :attribute formatı yanlışdır"
};
},{}]},{},[]);