Selaa lähdekoodia

Update calidator lang files

Visman 3 vuotta sitten
vanhempi
commit
b1791cf33b
2 muutettua tiedostoa jossa 120 lisäystä ja 0 poistoa
  1. 60 0
      app/lang/en/validator.po
  2. 60 0
      app/lang/ru/validator.po

+ 60 - 0
app/lang/en/validator.po

@@ -128,3 +128,63 @@ msgstr "Missing required the '%2$s' attribute in the < %1$s > tag (combina
 
 msgid "Not expected to close %1$s tag"
 msgstr "Not expected to close </ %1$s > tag."
+
+msgid "The :alias should be absent"
+msgstr "The :alias field is superfluous."
+
+msgid "The :alias is required"
+msgstr "The :alias field is required."
+
+msgid "The :alias must be string"
+msgstr "The :alias field must be string."
+
+msgid "The :alias must be numeric"
+msgstr "The :alias field must be numeric."
+
+msgid "The :alias must be integer"
+msgstr "The :alias field must be integer."
+
+msgid "The :alias must be array"
+msgstr "The :alias field must be array."
+
+msgid "The :alias minimum is :attr characters"
+msgstr "The minimum length for the :alias field is :attr characters."
+
+msgid "The :alias minimum is :attr"
+msgstr "The minimum value for the :alias field is :attr."
+
+msgid "The :alias minimum is :attr elements"
+msgstr "The :alias field must contain at least :attr elements."
+
+msgid "The :alias maximum is :attr characters"
+msgstr "The maximum length of the :alias field is :attr characters."
+
+msgid "The :alias maximum is :attr"
+msgstr "The maximum value for the :alias field is :attr."
+
+msgid "The :alias contains too large a file"
+msgstr "The :alias field contains too large a file."
+
+msgid "The :alias maximum is :attr elements"
+msgstr "The :alias field must contain at most :attr elements."
+
+msgid "The :alias contains an invalid value"
+msgstr "The :alias field contains an invalid value."
+
+msgid "The :alias must be same with original"
+msgstr "The value of the :alias field must match the value of the source."
+
+msgid "The :alias is not valid format"
+msgstr "The :alias field does not match the format."
+
+msgid "The :alias not contains file"
+msgstr "No file in the :alias field."
+
+msgid "The :alias contains more than one file"
+msgstr "The :alias field contains more than one file."
+
+msgid "The :alias not contains image"
+msgstr "No image in the :alias field."
+
+msgid "The :alias does not contain a date"
+msgstr "Failed to determine the date in the :alias field."

+ 60 - 0
app/lang/ru/validator.po

@@ -128,3 +128,63 @@ msgstr "Отсутствует обязательный атрибут '%2$s' в
 
 msgid "Not expected to close %1$s tag"
 msgstr "Не ожидалось закрывающегося тега </ %1$s >."
+
+msgid "The :alias should be absent"
+msgstr "Поле :alias лишнее."
+
+msgid "The :alias is required"
+msgstr "Поле :alias обязательно для заполнения."
+
+msgid "The :alias must be string"
+msgstr "Поле :alias должно содержать строку."
+
+msgid "The :alias must be numeric"
+msgstr "Поле :alias должно содержать число."
+
+msgid "The :alias must be integer"
+msgstr "Поле :alias должно содержать целое число."
+
+msgid "The :alias must be array"
+msgstr "Поле :alias должно содержать массив."
+
+msgid "The :alias minimum is :attr characters"
+msgstr "Минимальная длина поля :alias равна :attr символам."
+
+msgid "The :alias minimum is :attr"
+msgstr "Минимальное значение поля :alias равно :attr."
+
+msgid "The :alias minimum is :attr elements"
+msgstr "Поле :alias должно содержать как минимум :attr элементов."
+
+msgid "The :alias maximum is :attr characters"
+msgstr "Максимальная длина поля :alias равна :attr символам."
+
+msgid "The :alias maximum is :attr"
+msgstr "Максимальное значение поля :alias равно :attr."
+
+msgid "The :alias contains too large a file"
+msgstr "Поле :alias содержит слишком большой файл."
+
+msgid "The :alias maximum is :attr elements"
+msgstr "Поле :alias должно содержать не больше :attr элементов."
+
+msgid "The :alias contains an invalid value"
+msgstr "Поле :alias имеет недопустимое значение."
+
+msgid "The :alias must be same with original"
+msgstr "Значение поля :alias должно совпадать со значение источника."
+
+msgid "The :alias is not valid format"
+msgstr "Поле :alias не соответствует формату."
+
+msgid "The :alias not contains file"
+msgstr "В поле :alias нет файла."
+
+msgid "The :alias contains more than one file"
+msgstr "Поле :alias содержит больше одного файла."
+
+msgid "The :alias not contains image"
+msgstr "В поле :alias нет изображения."
+
+msgid "The :alias does not contain a date"
+msgstr "Не удалось определить дату в поле :alias."