Skip to content

Commit

Permalink
Merge pull request #1287 from mehranabi/master
Browse files Browse the repository at this point in the history
validation-inline for FA
  • Loading branch information
caouecs authored Jul 13, 2020
2 parents 8e332fd + 13a8c8b commit 18a7845
Showing 1 changed file with 88 additions and 88 deletions.
176 changes: 88 additions & 88 deletions src/fa/validation-inline.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,110 +13,110 @@
|
*/

'accepted' => 'This field must be accepted.',
'active_url' => 'This is not a valid URL.',
'after' => 'This must be a date after :date.',
'after_or_equal' => 'This must be a date after or equal to :date.',
'alpha' => 'This field may only contain letters.',
'alpha_dash' => 'This field may only contain letters, numbers, dashes and underscores.',
'alpha_num' => 'This field may only contain letters and numbers.',
'array' => 'This field must be an array.',
'before' => 'This must be a date before :date.',
'before_or_equal' => 'This must be a date before or equal to :date.',
'accepted' => 'این مقدار باید پذیرفته شده باشد.',
'active_url' => 'این مقدار یک آدرس معتبر نیست.',
'after' => 'این مقدار باید یک تاریخ بعد از :date باشد.',
'after_or_equal' => 'این مقدار باید یک تاریخ مساوی یا بعد از :date باشد.',
'alpha' => 'این مقدار تنها میتواند شامل حروف باشد.',
'alpha_dash' => 'این مقدار تنها میتواند شامل حروف، اعداد، خط تیره و زیرخط باشد.',
'alpha_num' => 'این مقداز تنها میتواند شامل حروف و اعداد باشد.',
'array' => 'این مقدار باید یک آرایه باشد.',
'before' => 'این مقدار باید یک تاریخ قبل از :date باشد.',
'before_or_equal' => 'این مقدار باید یک تاریخ مساوی یا قبل از :date باشد.',
'between' => [
'numeric' => 'This value must be between :min and :max.',
'file' => 'This file must be between :min and :max kilobytes.',
'string' => 'This string must be between :min and :max characters.',
'array' => 'This content must have between :min and :max items.',
'numeric' => 'این مقدار باید بین :min و :max باشد.',
'file' => 'حجم این فایل باید بین :min و :max کیلوبایت باشد.',
'string' => 'این رشته باید بین :min و :max حرف داشته باشد.',
'array' => 'این مقدار باید بین :min و :max گزینه داشته باشد.',
],
'boolean' => 'This field must be true or false.',
'confirmed' => 'The confirmation does not match.',
'date' => 'This is not a valid date.',
'date_equals' => 'This must be a date equal to :date.',
'date_format' => 'This does not match the format :format.',
'different' => 'This value must be different from :other.',
'digits' => 'This must be :digits digits.',
'digits_between' => 'This must be between :min and :max digits.',
'dimensions' => 'This image has invalid dimensions.',
'distinct' => 'This field has a duplicate value.',
'email' => 'This must be a valid email address.',
'ends_with' => 'This must end with one of the following: :values.',
'exists' => 'The selected value is invalid.',
'file' => 'The content must be a file.',
'filled' => 'This field must have a value.',
'boolean' => 'این مقدار باید حتما true و یا false باشد.',
'confirmed' => 'با مقدار تکرار همخوانی ندارد.',
'date' => 'این مقدار یک تاریخ معبتر نیست.',
'date_equals' => 'این مقدار باید یک تاریخ مساوی با :date باشد.',
'date_format' => 'این مقدار با فرمت :format همخوانی ندارد.',
'different' => 'این مقدار باید متفاوت از :other باشد.',
'digits' => 'این مقدار باید :digits رقمی باشد.',
'digits_between' => 'تعداد ارقام این مقدار باید بین :min و :max باشد.',
'dimensions' => 'ابعاد این عکس نامعتبر است.',
'distinct' => 'مقدار این ورودی تکراری است.',
'email' => 'این مقدار باید یک آدرس ایمیل معتبر باشد.',
'ends_with' => 'این مقدار باید با یکی از عبارت های روبرو پایان یابد: :values.',
'exists' => 'مقدار انتخابی نا معتبر است.',
'file' => 'این ورودی باید یک فایل باشد.',
'filled' => 'این ورودی باید یک مقدار داشته باشد.',
'gt' => [
'numeric' => 'The value must be greater than :value.',
'file' => 'The file size must be greater than :value kilobytes.',
'string' => 'The string must be greater than :value characters.',
'array' => 'The content must have more than :value items.',
'numeric' => 'مقدار ورودی باید بزرگتر از :value باشد.',
'file' => 'حجم فایل ورودی باید بزرگتر از :value کیلوبایت باشد.',
'string' => 'تعداد حروف رشته ورودی باید بیشتر از :value باشد.',
'array' => 'مقدار ورودی باید بیشتر از :value گزینه داشته باشد.',
],
'gte' => [
'numeric' => 'The value must be greater than or equal :value.',
'file' => 'The file size must be greater than or equal :value kilobytes.',
'string' => 'The string must be greater than or equal :value characters.',
'array' => 'The content must have :value items or more.',
'numeric' => 'مقدار ورودی باید بزرگتر یا مساوی :value باشد.',
'file' => 'حجم فایل ورودی باید بیشتر یا مساوی :value کیلوبایت باشد.',
'string' => 'تعداد حروف رشته ورودی باید بیشتر یا مساوی :value باشد.',
'array' => 'مقدار ورودی باید :value گزینه یا بیشتر داشته باشد.',
],
'image' => 'This must be an image.',
'in' => 'The selected value is invalid.',
'in_array' => 'This value does not exist in :other.',
'integer' => 'This must be an integer.',
'ip' => 'This must be a valid IP address.',
'ipv4' => 'This must be a valid IPv4 address.',
'ipv6' => 'This must be a valid IPv6 address.',
'json' => 'This must be a valid JSON string.',
'image' => 'این مقدار باید یک عکس باشد.',
'in' => 'مقدار انتخابی نامعتبر است.',
'in_array' => 'این مقدار در :other موجود نیست.',
'integer' => 'این مقدار باید یک عدد صحیح باشد.',
'ip' => 'این مقدار باید یک آدرس IP معتبر باشد.',
'ipv4' => 'این مقدار باید یک آدرس IPv4 معتبر باشد.',
'ipv6' => 'این مقدار باید یک آدرس IPv6 معتبر باشد.',
'json' => 'این مقدار باید یک رشته معتبر JSON باشد.',
'lt' => [
'numeric' => 'The value must be less than :value.',
'file' => 'The file size must be less than :value kilobytes.',
'string' => 'The string must be less than :value characters.',
'array' => 'The content must have less than :value items.',
'numeric' => 'مقدار ورودی باید کمتر از :value باشد.',
'file' => 'حجم فایل ورودی باید کمتر از :value کیلوبایت باشد.',
'string' => 'تعداد حروف رشته ورودی باید کمتر از :value باشد.',
'array' => 'مقدار ورودی باید کمتر از :value گزینه داشته باشد.',
],
'lte' => [
'numeric' => 'The value must be less than or equal :value.',
'file' => 'The file size must be less than or equal :value kilobytes.',
'string' => 'The string must be less than or equal :value characters.',
'array' => 'The content must not have more than :value items.',
'numeric' => 'مقدار ورودی باید کمتر یا مساوی :value باشد.',
'file' => 'حجم فایل ورودی باید کمتر یا مساوی :value کیلوبایت باشد.',
'string' => 'تعداد حروف رشته ورودی باید کمتر یا مساوی :value باشد.',
'array' => 'مقدار ورودی باید :value گزینه یا کمتر داشته باشد.',
],
'max' => [
'numeric' => 'The value may not be greater than :max.',
'file' => 'The file size may not be greater than :max kilobytes.',
'string' => 'The string may not be greater than :max characters.',
'array' => 'The content may not have more than :max items.',
'numeric' => 'مقدار ورودی نباید بزرگتر از :max باشد.',
'file' => 'حجم فایل ورودی نباید بیشتر از :max کیلوبایت باشد.',
'string' => 'تعداد حروف رشته ورودی نباید بیشتر از :max باشد.',
'array' => 'مقدار ورودی نباید بیشتر از :max گزینه داشته باشد.',
],
'mimes' => 'This must be a file of type: :values.',
'mimetypes' => 'This must be a file of type: :values.',
'mimes' => 'این مقدار باید یک فایل از این انواع باشد: :values.',
'mimetypes' => 'این مقدار باید یک فایل از این انواع باشد: :values.',
'min' => [
'numeric' => 'The value must be at least :min.',
'file' => 'The file size must be at least :min kilobytes.',
'string' => 'The string must be at least :min characters.',
'array' => 'The value must have at least :min items.',
'numeric' => 'مقدار ورودی باید حداقل :min باشد.',
'file' => 'حجم فایل ورودی باید حداقل :min کیلوبایت باشد.',
'string' => 'رشته ورودی باید حداقل :min حرف داشته باشد.',
'array' => 'مقدار ورودی باید حداقل :min گزینه داشته باشد.',
],
'not_in' => 'The selected value is invalid.',
'not_regex' => 'This format is invalid.',
'numeric' => 'This must be a number.',
'password' => 'The password is incorrect.',
'present' => 'This field must be present.',
'regex' => 'This format is invalid.',
'required' => 'This field is required.',
'required_if' => 'This field is required when :other is :value.',
'required_unless' => 'This field is required unless :other is in :values.',
'required_with' => 'This field is required when :values is present.',
'required_with_all' => 'This field is required when :values are present.',
'required_without' => 'This field is required when :values is not present.',
'required_without_all' => 'This field is required when none of :values are present.',
'same' => 'The value of this field must match the one from :other.',
'not_in' => 'گزینه انتخابی نامعتبر است.',
'not_regex' => 'این فرمت نامعتبر است.',
'numeric' => 'این مقدار باید عددی باشد.',
'password' => 'رمزعبور اشتباه است.',
'present' => 'این مقدار باید وارد شده باشد.',
'regex' => 'این فرمت نامعتبر است.',
'required' => 'این مقدار ضروری است.',
'required_if' => 'این مقدار ضروری است وقتی که :other برابر :value است.',
'required_unless' => 'این مقدار ضروری است مگر اینکه :other برابر :values باشد.',
'required_with' => 'این مقدار ضروری است وقتی که :values وارد شده باشد.',
'required_with_all' => 'این مقدار ضروری است وقتی که مقادیر :values وارد شده باشند.',
'required_without' => 'این مقدار ضروری است وقتی که :values وارد نشده باشد.',
'required_without_all' => 'این مقدار ضروری است وقتی که هیچکدام از :values وارد نشده باشند.',
'same' => 'مقدار این ورودی باید یکی از مقدار های :other باشد.',
'size' => [
'numeric' => 'The value must be :size.',
'file' => 'The file size must be :size kilobytes.',
'string' => 'The string must be :size characters.',
'array' => 'The content must contain :size items.',
'numeric' => 'مقدار ورودی باید :size باشد.',
'file' => 'حجم فایل ورودی باید :size کیلوبایت باشد.',
'string' => 'طول رشته ورودی باید :size حرف باشد.',
'array' => 'مقدار ورودی باید :size گزینه داشته باشد.',
],
'starts_with' => 'This must start with one of the following: :values.',
'string' => 'This must be a string.',
'timezone' => 'This must be a valid zone.',
'unique' => 'This has already been taken.',
'uploaded' => 'This failed to upload.',
'url' => 'This format is invalid.',
'uuid' => 'This must be a valid UUID.',
'starts_with' => 'این مقدار باید با یکی از گزینه های روبرو شروع شود: :values.',
'string' => 'این مقدار باید یک رشته باشد.',
'timezone' => 'این مقدار باید یک منطقه زمانی باشد.',
'unique' => 'این مقدار قبلا استفاده شده.',
'uploaded' => 'این ورودی بارگزاری نشد.',
'url' => 'این فرمت نامعتبر است.',
'uuid' => 'این مقدار باید یک UUID معتبر باشد.',

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 18a7845

Please sign in to comment.