Skip to content

Commit

Permalink
Merge pull request #4733 from Oleksandr-Moik/update-uk
Browse files Browse the repository at this point in the history
[uk]: Translate `required_if_declined` key
  • Loading branch information
andrey-helldar authored Apr 29, 2024
2 parents 81fb88c + 0f339e6 commit 1043c4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion locales/uk/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/uk/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": "Поле :attribute є обов'язковим для заповнення, коли :other є рівним :value.",
"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": "Поле :attribute є обов'язковим для заповнення, коли :values вказано.",
"required_with_all": "Поле :attribute є обов'язковим для заповнення, коли :values вказано.",
Expand Down

0 comments on commit 1043c4d

Please sign in to comment.