Commit fe00e012 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #1992 from neoascetic/patch-1

Fix russian translation for 'exists' validation rule
parents 678b92ef bee0153e
......@@ -38,7 +38,7 @@ return array(
"countmin" => "The :attribute must have at least :min selected elements.",
"different" => "Поля :attribute и :other должны различаться.",
"email" => "Поле :attribute имеет неверный формат.",
"exists" => "Выбранное значение для :attribute уже существует.",
"exists" => "Выбранное значение для :attribute не верно.",
"image" => "Поле :attribute должно быть картинкой.",
"in" => "Выбранное значение для :attribute не верно.",
"integer" => "Поле :attribute должно быть целым числом.",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment