Skip to content

Commit

Permalink
[uk]: Translate 'contains' key
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr-Moik committed May 10, 2024
1 parent 4a9d477 commit b9c43e6
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 @@ -19,7 +19,7 @@
"boolean": "Поле має бути істинним або хибним.",
"can": "Поле містить неавторизоване значення.",
"confirmed": "Підтвердження не збігається.",
"contains": "This field is missing a required value.",
"contains": "Поле має містити обов'язкове значення.",
"date": "Не є допустимою датою.",
"date_equals": "Повинна бути дата, що дорівнює :date.",
"date_format": "Не відповідає формату :format.",
Expand Down
2 changes: 1 addition & 1 deletion locales/uk/php.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"boolean": "Поле :attribute повинне містити логічний тип.",
"can": "Поле :attribute містить неавторизоване значення.",
"confirmed": "Поле :attribute не збігається з підтвердженням.",
"contains": "The :attribute field is missing a required value.",
"contains": "Поле :attribute має містити обов'язкове значення.",
"current_password": "Пароль неправильний.",
"date": "Поле :attribute не є датою.",
"date_equals": "Поле :attribute має бути датою рівною :date.",
Expand Down

0 comments on commit b9c43e6

Please sign in to comment.