Skip to content

Commit

Permalink
Merge pull request laravel#2009 from dr-dimitru/master
Browse files Browse the repository at this point in the history
Validation Russian language update
  • Loading branch information
taylorotwell committed May 22, 2013
2 parents 6a1d203 + 70f2836 commit 58d6b11
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions application/language/ru/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"string" => "Поле :attribute должно быть от :min до :max символов.",
),
"confirmed" => "Поле :attribute не совпадает с подтверждением.",
"count" => "The :attribute must have exactly :count selected elements.",
"countbetween" => "The :attribute must have between :min and :max selected elements.",
"countmax" => "The :attribute must have less than :max selected elements.",
"countmin" => "The :attribute must have at least :min selected elements.",
"count" => "Поле :attribute должно совпадать с :count выбранными элементами.",
"countbetween" => "Поле :attribute должно быть между :min и :max выбранными элементами.",
"countmax" => "Поле :attribute долюно быть менее :max выбранных элементов.",
"countmin" => "Поле :attribute должно иметь как минимум :min выбранных элементов.",
"different" => "Поля :attribute и :other должны различаться.",
"email" => "Поле :attribute имеет неверный формат.",
"exists" => "Выбранное значение для :attribute не верно.",
Expand Down

0 comments on commit 58d6b11

Please sign in to comment.