Skip to content

Commit

Permalink
Merge pull request #4782 from Laravel-Lang/patch/2024-05-10/14-39
Browse files Browse the repository at this point in the history
[ru]: Translation of a new phrase
  • Loading branch information
andrey-helldar authored May 10, 2024
2 parents 526ee1e + 2bbe714 commit 94972f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion locales/ru/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/ru/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 94972f8

Please sign in to comment.