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 translations #4738

Merged
merged 2 commits into from
Apr 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion locales/fa/php-inline.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"required_array_keys": "این فیلد باید حاوی ورودی های :values باشد.",
"required_if": "این مقدار ضروری است وقتی که :other برابر :value است.",
"required_if_accepted": "این مقدار ضروری است وقتی که :other پذیرفته شده است.",
"required_if_declined": "This field is required when :other is declined.",
"required_if_declined": "این مقدار ضروری است وقتی که :other رد شده است.",
"required_unless": "این مقدار ضروری است مگر اینکه :other برابر :values باشد.",
"required_with": "این مقدار ضروری است وقتی که :values وارد شده باشد.",
"required_with_all": "این مقدار ضروری است وقتی که مقادیر :values وارد شده باشند.",
Expand Down
2 changes: 1 addition & 1 deletion locales/fa/php.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"required_array_keys": "فیلد :attribute باید حاوی ورودی های :values باشد.",
"required_if": "هنگامی که :other برابر با :value است، فیلد :attribute الزامی است.",
"required_if_accepted": "فیلد :attribute الزامی است هنگامیکه :other پذیرفته شده است.",
"required_if_declined": "The :attribute field is required when :other is declined.",
"required_if_declined": "فیلد :attribute الزامی است هنگامیکه :other رد شده است.",
"required_unless": "فیلد :attribute الزامی است، مگر آنکه :other در :values موجود باشد.",
"required_with": "در صورت وجود فیلد :values، فیلد :attribute نیز الزامی است.",
"required_with_all": "در صورت وجود فیلدهای :values، فیلد :attribute نیز الزامی است.",
Expand Down