Skip to content

Commit 1043c4d

Browse files
Merge pull request #4733 from Oleksandr-Moik/update-uk
[uk]: Translate `required_if_declined` key
2 parents 81fb88c + 0f339e6 commit 1043c4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

locales/uk/php-inline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"required_array_keys": "Поле повинно містити записи для: :values.",
109109
"required_if": "Поле обов'язкове коли :other є :value.",
110110
"required_if_accepted": "Поле є обов'язковим, якщо прийнято :other.",
111-
"required_if_declined": "This field is required when :other is declined.",
111+
"required_if_declined": "Поле є обов'язковим, якщо відхилено :other.",
112112
"required_unless": "Поле обовязковим, якщо :other інше не вказано у :values.",
113113
"required_with": "Поле обов'язкове коли :values є.",
114114
"required_with_all": "Поле обов'язкове коли :values присутні.",

locales/uk/php.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"required_array_keys": "Поле :attribute має містити записи для: :values.",
114114
"required_if": "Поле :attribute є обов'язковим для заповнення, коли :other є рівним :value.",
115115
"required_if_accepted": "Поле :attribute є обов'язковим, якщо прийнято :other.",
116-
"required_if_declined": "The :attribute field is required when :other is declined.",
116+
"required_if_declined": "Поле :attribute є обов'язковим, якщо відхилено :other.",
117117
"required_unless": "Поле :attribute є обов'язковим для заповнення, коли :other відрізняється від :values",
118118
"required_with": "Поле :attribute є обов'язковим для заповнення, коли :values вказано.",
119119
"required_with_all": "Поле :attribute є обов'язковим для заповнення, коли :values вказано.",

0 commit comments

Comments
 (0)