Commit bee0153e authored by Pavel Puchkin's avatar Pavel Puchkin

Fix russian translation for 'exists' validation rule

parent 678b92ef
......@@ -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