composer package updates
[openemr.git] / vendor / zendframework / zend-i18n-resources / languages / ru / Zend_Validate.php
blob5244237e3660a019b1a4334894f8e0a8d17f4a4b
1 <?php
2 /**
3 * Zend Framework (http://framework.zend.com/)
5 * @link http://github.com/zendframework/zf2 for the canonical source repository
6 * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
7 * @license http://framework.zend.com/license/new-bsd New BSD License
8 */
10 /**
11 * RU-Revision: 08.Apr.2015
13 return [
14 // Zend\I18n\Validator\Alnum
15 "Invalid type given. String, integer or float expected" => "Недопустимый тип данных. Значение должно быть строкой, целым числом или числом с плавающей точкой",
16 "The input contains characters which are non alphabetic and no digits" => "Значение содержит недопустимые символы. Разрешены только буквенные символы и цифры",
17 "The input is an empty string" => "Значение не может быть пустой строкой",
19 // Zend\I18n\Validator\Alpha
20 "Invalid type given. String expected" => "Недопустимый тип данных. Значение должно быть строкой",
21 "The input contains non alphabetic characters" => "Значение должно содержать только буквенные символы",
22 "The input is an empty string" => "Значение не может быть пустой строкой",
24 // Zend\I18n\Validator\DateTime
25 "Invalid type given. String expected" => "Недопустимый тип данных. Значение должно быть строкой",
26 "The input does not appear to be a valid datetime" => "Неправильное значение даты/времени",
28 // Zend\I18n\Validator\Float
29 "Invalid type given. String, integer or float expected" => "Недопустимый тип данных. Значение должно быть строкой, целым числом или числом с плавающей точкой",
30 "The input does not appear to be a float" => "Значение не является числом с плавающей точкой",
32 // Zend\I18n\Validator\Int
33 "Invalid type given. String or integer expected" => "Недопустимый тип данных. Значение должно быть строкой или целым числом",
34 "The input does not appear to be an integer" => "Значение не является целым числом",
36 // Zend\I18n\Validator\PhoneNumber
37 "The input does not match a phone number format" => "Значение не соответствует формату номера телефона",
38 "The country provided is currently unsupported" => "Указанная страна в настоящее время не поддерживается",
39 "Invalid type given. String expected" => "Недопустимый тип данных. Значение должно быть строкой",
41 // Zend\I18n\Validator\PostCode
42 "Invalid type given. String or integer expected" => "Недопустимый тип данных. Значение должно быть строкой или целым числом",
43 "The input does not appear to be a postal code" => "Неправильное значение почтового кода",
44 "An exception has been raised while validating the input" => "Произошла ошибка во время проверки значения почтового кода",
46 // Zend\Validator\Barcode
47 "The input failed checksum validation" => "Ошибка проверки контрольной суммы",
48 "The input contains invalid characters" => "Значение содержит недопустимые символы",
49 "The input should have a length of %length% characters" => "Длина значения поля должна составлять %length% символов",
50 "Invalid type given. String expected" => "Недопустимый тип данных. Значение должно быть строкой",
52 // Zend\Validator\Between
53 "The input is not between '%min%' and '%max%', inclusively" => "Значение находится вне диапазона от '%min%' до '%max%', включительно",
54 "The input is not strictly between '%min%' and '%max%'" => "Значение находится вне диапазона от '%min%' до '%max%'",
56 // Zend\Validator\Bitwise
57 "The input has no common bit set with '%control%'" => "The input has no common bit set with '%control%'",
58 "The input doesn't have the same bits set as '%control%'" => "The input doesn't have the same bits set as '%control%'",
59 "The input has common bit set with '%control%'" => "The input has common bit set with '%control%'",
61 // Zend\Validator\Callback
62 "The input is not valid" => "Недопустимое значение",
63 "An exception has been raised within the callback" => "Произошла ошибка во время обратного вызова",
65 // Zend\Validator\CreditCard
66 "The input seems to contain an invalid checksum" => "Ошибка вычисления контрольной суммы",
67 "The input must contain only digits" => "Значение должно содержать только цифры",
68 "Invalid type given. String expected" => "Недопустимый тип данных. Значение должно быть строкой",
69 "The input contains an invalid amount of digits" => "Значение содержит недопустимое количество цифр",
70 "The input is not from an allowed institute" => "Значение не входит в список разрешенных платежных систем",
71 "The input seems to be an invalid credit card number" => "Неверный номер кредитной карточки",
72 "An exception has been raised while validating the input" => "Произошла ошибка во время проверки значения номера кредитной карточки",
74 // Zend\Validator\Csrf
75 "The form submitted did not originate from the expected site" => "Время действия формы истекло или отправленная форма не принадлежит данному сайту. Попробуйте повторить операцию еще раз",
77 // Zend\Validator\Date
78 "Invalid type given. String, integer, array or DateTime expected" => "Недопустимый тип данных. Значение должно быть строкой, целым числом, массивом или объектом DateTime",
79 "The input does not appear to be a valid date" => "Значение не является корректной датой",
80 "The input does not fit the date format '%format%'" => "Значение не соответствует формату даты '%format%'",
82 // Zend\Validator\DateStep
83 "Invalid type given. String, integer, array or DateTime expected" => "Недопустимый тип данных. Значение должно быть строкой, целым числом, массивом или объектом DateTime",
84 "The input does not appear to be a valid date" => "Значение не является корректной датой",
85 "The input does not fit the date format '%format%'" => "Значение не соответствует формату даты '%format%'",
86 "The input is not a valid step" => "Значение не является корректным шагом",
88 // Zend\Validator\Db\AbstractDb
89 "No record matching the input was found" => "Совпадающих со значением записей не найдено",
90 "A record matching the input was found" => "Найдена совпадающая со значением запись",
92 // Zend\Validator\Digits
93 "The input must contain only digits" => "Значение должно содержать только цифры",
94 "The input is an empty string" => "Значение не может быть пустой строкой",
95 "Invalid type given. String, integer or float expected" => "Недопустимый тип данных. Значение должно быть строкой, целым числом или числом с плавающей точкой",
97 // Zend\Validator\EmailAddress
98 "Invalid type given. String expected" => "Недопустимый тип данных. Значение должно быть строкой",
99 "The input is not a valid email address. Use the basic format local-part@hostname" => "Недопустимый адрес электронной почты. Введите его в формате имя@домен",
100 "'%hostname%' is not a valid hostname for the email address" => "'%hostname%' недопустимое имя хоста в адресе электронной почты",
101 "'%hostname%' does not appear to have any valid MX or A records for the email address" => "'%hostname%' не имеет корректной MX- или A-записи об адресе электронной почты",
102 "'%hostname%' is not in a routable network segment. The email address should not be resolved from public network" => "'%hostname%' не является маршрутизируемым сегментом сети. Адрес электронной почты не может быть получен из публичной сети",
103 "'%localPart%' can not be matched against dot-atom format" => "'%localPart% не соответствует формату dot-atom",
104 "'%localPart%' can not be matched against quoted-string format" => "'%localPart%' не соответствует формату quoted-string",
105 "'%localPart%' is not a valid local part for the email address" => "'%localPart%' недопустимое имя для адреса электронной почты",
106 "The input exceeds the allowed length" => "Адрес электронной почты превышает допустимую длину",
108 // Zend\Validator\Explode
109 "Invalid type given" => "Неверный тип данных",
111 // Zend\Validator\File\Count
112 "Too many files, maximum '%max%' are allowed but '%count%' are given" => "Слишком много файлов, максимально разрешено - '%max%', а получено - '%count%'",
113 "Too few files, minimum '%min%' are expected but '%count%' are given" => "Слишком мало файлов, минимально разрешено - '%min%', а получено - '%count%'",
115 // Zend\Validator\File\Crc32
116 "File does not match the given crc32 hashes" => "Файл не соответствует заданному crc32 хешу",
117 "A crc32 hash could not be evaluated for the given file" => "crc32 хеш не может быть вычислен для данного файла",
118 "File is not readable or does not exist" => "Файл не может быть прочитан или не существует",
120 // Zend\Validator\File\ExcludeExtension
121 "File has an incorrect extension" => "Файл имеет недопустимое расширение",
122 "File is not readable or does not exist" => "Файл не может быть прочитан или не существует",
124 // Zend\Validator\File\Exists
125 "File does not exist" => "Файл не существует",
127 // Zend\Validator\File\Extension
128 "File has an incorrect extension" => "Неверное расширение файла",
129 "File is not readable or does not exist" => "Файл не может быть прочитан или не существует",
131 // Zend\Validator\File\FilesSize
132 "All files in sum should have a maximum size of '%max%' but '%size%' were detected" => "Общий размер файлов не должен превышать '%max%', сейчас - '%size%'",
133 "All files in sum should have a minimum size of '%min%' but '%size%' were detected" => "Общий размер файлов не должен быть менее '%min%', сейчас - '%size%'",
134 "One or more files can not be read" => "Один или более файлов не могут быть прочитаны",
136 // Zend\Validator\File\Hash
137 "File does not match the given hashes" => "Файл не соответствует указанному хешу",
138 "A hash could not be evaluated for the given file" => "Хеш не может быть подсчитан для указанного файла",
139 "File is not readable or does not exist" => "Файл не может быть прочитан или не существует",
141 // Zend\Validator\File\ImageSize
142 "Maximum allowed width for image should be '%maxwidth%' but '%width%' detected" => "Максимально разрешённая ширина изображения должна быть '%maxwidth%', сейчас - '%width%'",
143 "Minimum expected width for image should be '%minwidth%' but '%width%' detected" => "Минимально ожидаемая ширина изображения должна быть '%minwidth%', сейчас - '%width%'",
144 "Maximum allowed height for image should be '%maxheight%' but '%height%' detected" => "Максимально разрешённая высота изображения должна быть '%maxheight%', сейчас - '%height%'",
145 "Minimum expected height for image should be '%minheight%' but '%height%' detected" => "Минимально ожидаемая высота изображения должна быть '%minheight%', сейчас - '%height%'",
146 "The size of image could not be detected" => "Невозможно определить размер изображения",
147 "File is not readable or does not exist" => "Файл не может быть прочитан или не существует",
149 // Zend\Validator\File\IsCompressed
150 "File is not compressed, '%type%' detected" => "Файл не является сжатым. MIME-тип файла - '%type%'",
151 "The mimetype could not be detected from the file" => "Не удается определить MIME-тип файла",
152 "File is not readable or does not exist" => "Файл не может быть прочитан или не существует",
154 // Zend\Validator\File\IsImage
155 "File is no image, '%type%' detected" => "Файл не является изображением. MIME-тип файла - '%type%'",
156 "The mimetype could not be detected from the file" => "Не удается определить MIME-тип файла",
157 "File is not readable or does not exist" => "Файл не может быть прочитан или не существует",
159 // Zend\Validator\File\Md5
160 "File does not match the given md5 hashes" => "Файл не соответствует указанному md5 хешу",
161 "An md5 hash could not be evaluated for the given file" => "md5 хеш не может быть вычислен для указанного файла",
162 "File is not readable or does not exist" => "Файл не может быть прочитан или не существует",
164 // Zend\Validator\File\MimeType
165 "File has an incorrect mimetype of '%type%'" => "MIME-тип '%type%' файла недопустим",
166 "The mimetype could not be detected from the file" => "Не удается определить MIME-тип файла",
167 "File is not readable or does not exist" => "Файл не может быть прочитан или не существует",
169 // Zend\Validator\File\NotExists
170 "File exists" => "Файл уже существует",
172 // Zend\Validator\File\Sha1
173 "File does not match the given sha1 hashes" => "Файл не соответствует указаному хешу sha1",
174 "A sha1 hash could not be evaluated for the given file" => "Хеш sha1 не может быть подсчитан для указанного файла",
175 "File is not readable or does not exist" => "Файл не может быть прочитан или не существует",
177 // Zend\Validator\File\Size
178 "Maximum allowed size for file is '%max%' but '%size%' detected" => "Максимальный разрешенный размер файла '%max%', сейчас - '%size%'",
179 "Minimum expected size for file is '%min%' but '%size%' detected" => "Минимальный ожидаемый размер файла '%min%', сейчас - '%size%'",
180 "File is not readable or does not exist" => "Файл не может быть прочитан или не существует",
182 // Zend\Validator\File\Upload
183 "File '%value%' exceeds the defined ini size" => "Размер файла '%value%' превышает допустимый размер, указанный в php.ini",
184 "File '%value%' exceeds the defined form size" => "Размер файла '%value%' превышает допустимый размер, указанный в форме",
185 "File '%value%' was only partially uploaded" => "Файл '%value%' был загружен только частично",
186 "File '%value%' was not uploaded" => "Файл '%value%' не был загружен",
187 "No temporary directory was found for file '%value%'" => "Не найдена временная директория для файла '%value%'",
188 "File '%value%' can't be written" => "Файл '%value%' не может быть записан",
189 "A PHP extension returned an error while uploading the file '%value%'" => "PHP расширение возвратило ошибку во время загрузки файла '%value%'",
190 "File '%value%' was illegally uploaded. This could be a possible attack" => "Файл '%value%' загружен некорректно. Возможна это атака",
191 "File '%value%' was not found" => "Файл '%value%' не найден",
192 "Unknown error while uploading file '%value%'" => "Во время загрузки файла '%value%' произошла неизвестная ошибка",
194 // Zend\Validator\File\UploadFile
195 "File exceeds the defined ini size" => "Размер файла превышает допустимый размер, указанный в php.ini",
196 "File exceeds the defined form size" => "Размер файла превышает допустимый размер, указанный в форме",
197 "File was only partially uploaded" => "Файл был загружен только частично",
198 "File was not uploaded" => "Файл не был загружен",
199 "No temporary directory was found for file" => "Не найдена временная директория для файла",
200 "File can't be written" => "Файл не может быть записан",
201 "A PHP extension returned an error while uploading the file" => "PHP расширение возвратило ошибку во время загрузки файла",
202 "File was illegally uploaded. This could be a possible attack" => "Файл загружен некорректно. Возможна это атака",
203 "File was not found" => "Файл не найден",
204 "Unknown error while uploading file" => "Во время загрузки файла произошла неизвестная ошибка",
206 // Zend\Validator\File\WordCount
207 "Too many words, maximum '%max%' are allowed but '%count%' were counted" => "Слишком много слов, разрешено максимум '%max%' слов, а сейчас - '%count%'",
208 "Too few words, minimum '%min%' are expected but '%count%' were counted" => "Слишком мало слов, разрешено минимум '%min%' слов, а сейчас - '%count%'",
209 "File is not readable or does not exist" => "Файл не может быть прочитан или не существует",
211 // Zend\Validator\GreaterThan
212 "The input is not greater than '%min%'" => "Значение не превышает '%min%'",
213 "The input is not greater or equal than '%min%'" => "Значение не превышает или не равно '%min%'",
215 // Zend\Validator\Hex
216 "Invalid type given. String expected" => "Недопустимый тип данных. Значение должно быть строкой",
217 "The input contains non-hexadecimal characters" => "Значение должно содержать только шестнадцатиричные символы",
219 // Zend\Validator\Hostname
220 "The input appears to be a DNS hostname but the given punycode notation cannot be decoded" => "Значение похоже на DNS имя хоста, но указанное значение не может быть преобразованно в допустимый для DNS набор символов",
221 "Invalid type given. String expected" => "Недопустимый тип данных. Значение должно быть строкой",
222 "The input appears to be a DNS hostname but contains a dash in an invalid position" => "Значение похоже на DNS имя хоста, но знак '-' находится в недопустимом месте",
223 "The input does not match the expected structure for a DNS hostname" => 'Значение не соответствует структуре DNS имени хоста',
224 "The input appears to be a DNS hostname but cannot match against hostname schema for TLD '%tld%'" => "Значение похоже на DNS имя хоста, но оно не соответствует шаблону для доменных имен верхнего уровня '%tld%'",
225 "The input does not appear to be a valid local network name" => "Значение является недопустимым локальным сетевым адресом",
226 "The input does not appear to be a valid URI hostname" => "Значение является недопустимым URI имени хоста",
227 "The input appears to be an IP address, but IP addresses are not allowed" => "Значение похоже на IP-адрес, но IP-адреса не разрешены",
228 "The input appears to be a local network name but local network names are not allowed" => 'Значение похоже на адрес в локальной сети, но локальные адреса не разрешены',
229 "The input appears to be a DNS hostname but cannot extract TLD part" => "Значение похоже на DNS имя хоста, но не удаётся извлечь домен верхнего уровня",
230 "The input appears to be a DNS hostname but cannot match TLD against known list" => "Значение похоже на DNS имя хоста, но оно не дожно быть из списка доменов верхнего уровня",
232 // Zend\Validator\Iban
233 "Unknown country within the IBAN" => "Не известная страна IBAN",
234 "Countries outside the Single Euro Payments Area (SEPA) are not supported" => "Страны не входящие в Единую зону платежей в евро (SEPA) не поддерживаются",
235 "The input has a false IBAN format" => "Неверный IBAN формат",
236 "The input has failed the IBAN check" => "Значение не прошло проверку IBAN",
238 // Zend\Validator\Identical
239 "The two given tokens do not match" => "Значения не совпадают",
240 "No token was provided to match against" => "Не было указано значение для проверки на идентичность",
242 // Zend\Validator\InArray
243 "The input was not found in the haystack" => "Значение не найдено в имеющихся допустимых значениях",
245 // Zend\Validator\Ip
246 "Invalid type given. String expected" => "Недопустимый тип данных. Значение должно быть строкой",
247 "The input does not appear to be a valid IP address" => "Значение не является корректным IP-адресом",
249 // Zend\Validator\IsInstanceOf
250 "The input is not an instance of '%className%'" => "Значение не является экземпляром объекта '%className%'",
252 // Zend\Validator\Isbn
253 "Invalid type given. String or integer expected" => "Недопустимый тип данных. Значение должно быть строкой или целым числом",
254 "The input is not a valid ISBN number" => "Значение не является корректным номером ISBN",
256 // Zend\Validator\LessThan
257 "The input is not less than '%max%'" => "Значение не меньше '%max%'",
258 "The input is not less or equal than '%max%'" => "Значение не меньше или не равно '%max%'",
260 // Zend\Validator\NotEmpty
261 "Value is required and can't be empty" => "Значение обязательно для заполнения и не может быть пустым",
262 "Invalid type given. String, integer, float, boolean or array expected" => "Недопустимый тип данных. Значение должно быть строкой, целым числом, числом с плавающей точкой, булевым значением или массивом",
264 // Zend\Validator\Regex
265 "Invalid type given. String, integer or float expected" => "Недопустимый тип данных. Значение должно быть строкой, целым числом или числом с плавающей точкой",
266 "The input does not match against pattern '%pattern%'" => "Значение не соответствует шаблону '%pattern%'",
267 "There was an internal error while using the pattern '%pattern%'" => "Возникла внутренняя ошибка во время использования шаблона '%pattern%'",
269 // Zend\Validator\Sitemap\Changefreq
270 "The input is not a valid sitemap changefreq" => "Недопустимое значение для sitemap changefreq",
271 "Invalid type given. String expected" => "Недопустимый тип данных. Значение должно быть строкой",
273 // Zend\Validator\Sitemap\Lastmod
274 "The input is not a valid sitemap lastmod" => "Недопустимое значение для sitemap lastmod",
275 "Invalid type given. String expected" => "Недопустимый тип данных. Значение должно быть строкой",
277 // Zend\Validator\Sitemap\Loc
278 "The input is not a valid sitemap location" => "Недопустимое значение для sitemap location",
279 "Invalid type given. String expected" => "Недопустимый тип данных. Значение должно быть строкой",
281 // Zend\Validator\Sitemap\Priority
282 "The input is not a valid sitemap priority" => "Недопустимое значение для sitemap priority",
283 "Invalid type given. Numeric string, integer or float expected" => "Недопустимый тип данных. Значение должно быть цифровым, целым числом или числом с плавающей точкой",
285 // Zend\Validator\Step
286 "Invalid value given. Scalar expected" => "Неверное значение. Значение должно быть скалярным",
287 "The input is not a valid step" => "Неверный шаг",
289 // Zend\Validator\StringLength
290 "Invalid type given. String expected" => "Недопустимый тип данных. Значение должно быть строкой",
291 "The input is less than %min% characters long" => "Значение меньше разрешенной минимальной длины в %min% символов",
292 "The input is more than %max% characters long" => "Значение больше разрешенной максимальной длины в %max% символов",
294 // Zend\Validator\Timezone
295 "Invalid timezone given." => "Неверный часовой пояс.",
296 "Invalid timezone location given." => "Неверное расположение часового пояса.",
297 "Invalid timezone abbreviation given." => "Неверная аббревиатура часового пояса.",
299 // Zend\Validator\Uri
300 "Invalid type given. String expected" => "Недопустимый тип данных. Значение должно быть строкой",
301 "The input does not appear to be a valid Uri" => "Значение не похоже на корректный Uri",