Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fa] Update inline validation file #1932

Merged
merged 6 commits into from
Jan 17, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions locales/fa/validation-inline.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@

return [
'accepted' => 'این مقدار باید پذیرفته شده باشد.',
'accepted_if' => 'This field must be accepted when :other is :value.',
'accepted_if' => 'این مقدار باید پذیرفته شود زمانه که :other برابر با :value.',
'active_url' => 'این مقدار یک آدرس معتبر نیست.',
'after' => 'این مقدار باید یک تاریخ بعد از :date باشد.',
'after_or_equal' => 'این مقدار باید یک تاریخ مساوی یا بعد از :date باشد.',
'alpha' => 'این مقدار تنها میتواند شامل حروف باشد.',
'alpha_dash' => 'این مقدار تنها میتواند شامل حروف، اعداد، خط تیره و زیرخط باشد.',
'alpha_num' => 'این مقداز تنها میتواند شامل حروف و اعداد باشد.',
'array' => 'این مقدار باید یک آرایه باشد.',
'attached' => 'This field is already attached.',
'attached' => 'این فیلد قبلاً پیوست شده است.',
andrey-helldar marked this conversation as resolved.
Show resolved Hide resolved
'before' => 'این مقدار باید یک تاریخ قبل از :date باشد.',
'before_or_equal' => 'این مقدار باید یک تاریخ مساوی یا قبل از :date باشد.',
'between' => [
Expand All @@ -36,8 +36,8 @@
'date' => 'این مقدار یک تاریخ معبتر نیست.',
'date_equals' => 'این مقدار باید یک تاریخ مساوی با :date باشد.',
'date_format' => 'این مقدار با فرمت :format همخوانی ندارد.',
'declined' => 'This value must be declined.',
'declined_if' => 'This value must be declined when :other is :value.',
'declined' => 'این مقدار قابل پذیرش نیست',
andrey-helldar marked this conversation as resolved.
Show resolved Hide resolved
'declined_if' => 'این مقدار قابل پذیرش نیست زمانی که :other برابر با :value.',
'different' => 'این مقدار باید متفاوت از :other باشد.',
'digits' => 'این مقدار باید :digits رقمی باشد.',
'digits_between' => 'تعداد ارقام این مقدار باید بین :min و :max باشد.',
Expand Down