]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/ru/validation.php
Adds autofocus on the email field of the standard login page.
[bookstack] / resources / lang / ru / validation.php
index 20a1924b3db3125616221f296da2f76190a744d6..ae8a3b37eee51829e72c9b45d636e9554367b171 100644 (file)
@@ -14,7 +14,7 @@ return [
     */
 
     'accepted'             => ':attribute должен быть принят.',
-    'active_url'           => ':attribute Ð½Ðµ Ñ\8fвлÑ\8fеÑ\82Ñ\81Ñ\8f Ð²Ð°Ð»Ð¸Ð´ным URL.',
+    'active_url'           => ':attribute Ð½Ðµ Ñ\8fвлÑ\8fеÑ\82Ñ\81Ñ\8f ÐºÐ¾Ñ\80Ñ\80екÑ\82ным URL.',
     'after'                => ':attribute дата должна быть позже :date.',
     'alpha'                => ':attribute может содержать только буквы.',
     'alpha_dash'           => ':attribute может содержать только буквы, цифры и тире.',
@@ -29,18 +29,18 @@ return [
     ],
     'boolean'              => ':attribute поле может быть только true или false.',
     'confirmed'            => ':attribute подтверждение не совпадает.',
-    'date'                 => ':attribute не корректные данные.',
+    'date'                 => ':attribute некорректные данные.',
     'date_format'          => ':attribute не соответствует формату :format.',
     'different'            => ':attribute и :other должны быть различны.',
-    'digits'               => ':attribute должен быть из :digits цифр.',
+    'digits'               => ':attribute должен состоять из :digits цифр.',
     'digits_between'       => ':attribute должен иметь от :min до :max цифр.',
-    'email'                => ':attribute must be a valid email address.',
+    'email'                => ':attribute должен быть корректным email адресом.',
     'filled'               => ':attribute поле необходимо.',
-    'exists'               => 'вÑ\8bделеннÑ\8bй :attribute Ð½ÐµÐ²Ð°Ð»Ð¸Ð´ен.',
-    'image'                => ':attribute must be an image.',
-    'in'                   => 'вÑ\8bделеннÑ\8bй :attribute Ð½ÐµÐ²Ð°Ð»Ð¸Ð´ен.',
+    'exists'               => 'вÑ\8bделеннÑ\8bй :attribute Ð½ÐµÐºÐ¾Ñ\80Ñ\80екÑ\82ен.',
+    'image'                => ':attribute должен быть изображением.',
+    'in'                   => 'вÑ\8bделеннÑ\8bй :attribute Ð½ÐµÐºÐ¾Ñ\80Ñ\80екÑ\82ен.',
     'integer'              => ':attribute должно быть целое число.',
-    'ip'                   => ':attribute Ð´Ð¾Ð»Ð¶ÐµÐ½ Ð±Ñ\8bÑ\82Ñ\8c Ð²Ð°Ð»Ð¸Ð´Ð½Ñ\8bй IP Ð°Ð´Ñ\80еÑ\81.',
+    'ip'                   => ':attribute Ð´Ð¾Ð»Ð¶ÐµÐ½ Ð±Ñ\8bÑ\82Ñ\8c ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bм IP Ð°Ð´Ñ\80еÑ\81ом.',
     'max'                  => [
         'numeric' => ':attribute не может быть больше чем :max.',
         'file'    => ':attribute не может быть больше чем :max килобайт.',
@@ -71,7 +71,7 @@ return [
         'array'   => ':attribute должен содержать :size элементов.',
     ],
     'string'               => ':attribute должен быть строкой.',
-    'timezone'             => ':attribute Ð´Ð¾Ð»Ð¶ÐµÐ½ Ð±Ñ\8bÑ\82Ñ\8c Ð²Ð°Ð»Ð¸Ð´Ð½Ð¾Ð¹ Ð²Ñ\80еменной Ð·Ð¾Ð½Ð¾Ð¹.',
+    'timezone'             => ':attribute Ð´Ð¾Ð»Ð¶ÐµÐ½ Ð±Ñ\8bÑ\82Ñ\8c ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bм Ñ\87аÑ\81овÑ\8bм Ð¿Ð¾Ñ\8fÑ\81ом.',
     'unique'               => ':attribute уже есть.',
     'url'                  => ':attribute имеет неправильный формат.',
 
@@ -81,7 +81,7 @@ return [
     |--------------------------------------------------------------------------
     |
     | Here you may specify custom validation messages for attributes using the
-    | convention "attribute.rule" to name the lines. This makes it quick to
+    | convention 'attribute.rule' to name the lines. This makes it quick to
     | specify a specific custom language line for a given attribute rule.
     |
     */
@@ -99,7 +99,7 @@ return [
     |
     | The following language lines are used to swap attribute place-holders
     | with something more reader friendly such as E-Mail Address instead
-    | of "email". This simply helps us make messages a little cleaner.
+    | of 'email'. This simply helps us make messages a little cleaner.
     |
     */