diff --git a/resources/po/ru.po b/resources/po/ru.po index cf4cd3a98e..b79c0dd6d8 100644 --- a/resources/po/ru.po +++ b/resources/po/ru.po @@ -2383,10 +2383,8 @@ msgid "Function" msgstr "Функция" #: resources/templates/database/routines/execute_form.twig:54 -#, fuzzy -#| msgid "This page does not contain any tables!" msgid "This routine does not require any parameters." -msgstr "Данная страница не содержит таблиц!" +msgstr "Эта процедура не требует параметров." #: resources/templates/database/routines/index.twig:3 src/Menu.php:371 #: src/Util.php:1368 @@ -2419,10 +2417,8 @@ msgid "Returns" msgstr "Возвращает" #: resources/templates/database/routines/index.twig:78 -#, fuzzy -#| msgid "Routine name" msgid "Routine editor" -msgstr "Имя процедуры" +msgstr "Редактор процедуры" #: resources/templates/database/routines/index.twig:83 #: resources/templates/database/routines/index.twig:118 @@ -2442,10 +2438,8 @@ msgid "Save changes" msgstr "Сохранить изменения" #: resources/templates/database/routines/index.twig:98 -#, fuzzy -#| msgid "Export of routine %s" msgid "Export routine" -msgstr "Экспорт процедуры %s" +msgstr "Экспорт процедуры" #: resources/templates/database/routines/index.twig:113 #: src/Controllers/Database/RoutinesController.php:356 @@ -12401,6 +12395,7 @@ msgid "[ROLLBACK occurred.]" msgstr "[Произошел откат.]" #: src/Controllers/Import/SimulateDmlController.php:90 +#: src/Controllers/Import/SimulateDmlController.php:84 msgid "Only single-table UPDATE and DELETE queries can be simulated." msgstr "Можно эмулировать только запросы UPDATE и DELETE с одной таблицей." @@ -13406,16 +13401,12 @@ msgid "No dependencies selected!" msgstr "Не выбраны зависимости!" #: src/Controllers/JavaScriptMessagesController.php:455 -#, fuzzy -#| msgid "Use this value" msgid "Enter first value" -msgstr "Использовать это значение" +msgstr "Ввести первое значение" #: src/Controllers/JavaScriptMessagesController.php:456 -#, fuzzy -#| msgid "Session value" msgid "Enter second value" -msgstr "Значение сессии" +msgstr "Ввести второе значение" #: src/Controllers/JavaScriptMessagesController.php:462 msgid "Hide search criteria" @@ -13681,7 +13672,6 @@ msgstr "Кликните дважды для копирования имени #: src/Controllers/JavaScriptMessagesController.php:581 #, fuzzy -#| msgid "Click the drop-down arrow
to toggle column's visibility." msgid "Click the drop-down arrow to toggle column's visibility." msgstr "Кликните выпадающую стрелку
для переключения видимости столбца." @@ -14385,7 +14375,7 @@ msgid "No such column" msgstr "Нет такого столбца" #: src/Controllers/Normalization/GetColumnsController.php:33 -#: src/Normalization.php:226 src/Types.php:646 +#: src/Normalization.php:226 src/Types.php:646 src/Types.php:645 msgctxt "string types" msgid "String" msgstr "Символьные" @@ -15392,7 +15382,6 @@ msgstr "Поля были успешно перемещены." #: src/Controllers/Table/Structure/MoveColumnsController.php:112 #, fuzzy -#| msgid "The selected user was not found in the privilege table." msgid "The selected columns do not match the columns in the table." msgstr "Выбранный пользователь не найден в таблице привилегий." @@ -18560,13 +18549,11 @@ msgstr "Вы должны задать определение триггера." #: src/Types.php:97 #, fuzzy -#| msgid "Empty" msgid "empty" msgstr "Очистить" #: src/Types.php:98 #, fuzzy -#| msgid "not present" msgid "not empty" msgstr "отсутствует" @@ -18677,9 +18664,6 @@ msgstr "" #: src/Types.php:208 #, fuzzy -#| msgid "" -#| "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, " -#| "stored as the number of seconds since the epoch (1970-01-01 00:00:00 UTC)" msgid "" "A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 03:14:07 UTC on " "32-bit platforms (MariaDB 11.3 and earlier), and up to 2106-02-07 06:28:15 " @@ -18690,12 +18674,12 @@ msgstr "" "03:14:07\" UTC, содержит количество секунд прошедших со времени " "(\"1970-01-01 00:00:00\" UTC)" -#: src/Types.php:214 +#: src/Types.php:214 src/Types.php:213 #, php-format msgid "A time, range is %1$s to %2$s" msgstr "Время, диапазон от %1$s до %2$s" -#: src/Types.php:219 +#: src/Types.php:219 src/Types.php:218 msgid "" "A year in four-digit (4, default) or two-digit (2) format, the allowable " "values are 70 (1970) to 69 (2069) or 1901 to 2155 and 0000" @@ -18703,7 +18687,7 @@ msgstr "" "Год в четырехзначном (4, по умолчанию) или двухзначном (2) формате, " "допустимые значения от 70 (1970) до 69 (2069) или от 1901 до 2155 и 0000" -#: src/Types.php:224 +#: src/Types.php:224 src/Types.php:223 msgid "" "A fixed-length (0-255, default 1) string that is always right-padded with " "spaces to the specified length when stored" @@ -18711,7 +18695,7 @@ msgstr "" "Строка фиксированной длины (0-255, по-умолчанию 1), при хранении всегда " "дополняется пробелами в конце строки до заданной длины" -#: src/Types.php:229 +#: src/Types.php:229 src/Types.php:228 #, php-format msgid "" "A variable-length (%s) string, the effective maximum length is subject to " @@ -18720,7 +18704,7 @@ msgstr "" "Строка переменной длины (%s), эффективная максимальная длина зависит от " "максимального размера строки" -#: src/Types.php:234 +#: src/Types.php:234 src/Types.php:233 msgid "" "A TEXT column with a maximum length of 255 (2^8 - 1) characters, stored with " "a one-byte prefix indicating the length of the value in bytes" @@ -18728,7 +18712,7 @@ msgstr "" "Столбец типа TEXT с максимальной длиной 255 (2^8 - 1) символов, сохраняется " "с одно-байтовым префиксом, указывающим длину значения в байтах" -#: src/Types.php:239 +#: src/Types.php:239 src/Types.php:238 msgid "" "A TEXT column with a maximum length of 65,535 (2^16 - 1) characters, stored " "with a two-byte prefix indicating the length of the value in bytes" @@ -18736,7 +18720,7 @@ msgstr "" "Столбец типа TEXT с максимальной длиной 65,535 (2^16 - 1) символов, " "сохраняется с двух-байтовым префиксом, указывающим длину значения в байтах" -#: src/Types.php:244 +#: src/Types.php:244 src/Types.php:243 msgid "" "A TEXT column with a maximum length of 16,777,215 (2^24 - 1) characters, " "stored with a three-byte prefix indicating the length of the value in bytes" @@ -18744,7 +18728,7 @@ msgstr "" "Столбец типа TEXT с максимальной длиной 16,777,215 (2^24 - 1) символов, " "сохраняется с трех-байтовым префиксом, указывающим длину значения в байтах" -#: src/Types.php:249 +#: src/Types.php:249 src/Types.php:248 msgid "" "A TEXT column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "characters, stored with a four-byte prefix indicating the length of the " @@ -18754,7 +18738,7 @@ msgstr "" "символов, сохраняется с четырех-байтовым префиксом, указывающим длину " "значения в байтах" -#: src/Types.php:254 +#: src/Types.php:254 src/Types.php:253 msgid "" "Similar to the CHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -18762,7 +18746,7 @@ msgstr "" "Аналогичен типу CHAR, но предназначен для хранения бинарных байт-строк, " "вместо не бинарных символьных строк" -#: src/Types.php:257 +#: src/Types.php:257 src/Types.php:256 msgid "" "Similar to the VARCHAR type, but stores binary byte strings rather than non-" "binary character strings" @@ -18770,7 +18754,7 @@ msgstr "" "Аналогичен типу VARCHAR, но предназначен для хранения бинарных байт-строк, " "вместо не бинарных символьных строк" -#: src/Types.php:261 +#: src/Types.php:261 src/Types.php:260 msgid "" "A BLOB column with a maximum length of 255 (2^8 - 1) bytes, stored with a " "one-byte prefix indicating the length of the value" @@ -18778,7 +18762,7 @@ msgstr "" "Столбец типа BLOB с максимальной длиной 255 (2^8 - 1) байт, сохраняется с " "одно-байтовым префиксом, указывающим длину значения" -#: src/Types.php:265 +#: src/Types.php:265 src/Types.php:264 msgid "" "A BLOB column with a maximum length of 16,777,215 (2^24 - 1) bytes, stored " "with a three-byte prefix indicating the length of the value" @@ -18786,7 +18770,7 @@ msgstr "" "Столбец типа BLOB с максимальной длиной 16,777,215 (2^24 - 1) байт, " "сохраняется с трех-байтовым префиксом, указывающим длину значения" -#: src/Types.php:270 +#: src/Types.php:270 src/Types.php:269 msgid "" "A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with " "a two-byte prefix indicating the length of the value" @@ -18794,7 +18778,7 @@ msgstr "" "Столбец типа BLOB с максимальной длиной 65,535 (2^16 - 1) байт, сохраняется " "с двух-байтовым префиксом, указывающим длину значения" -#: src/Types.php:274 +#: src/Types.php:274 src/Types.php:273 msgid "" "A BLOB column with a maximum length of 4,294,967,295 or 4GiB (2^32 - 1) " "bytes, stored with a four-byte prefix indicating the length of the value" @@ -18802,7 +18786,7 @@ msgstr "" "Столбец типа BLOB с максимальной длиной 4,294,967,295 или 4ГиБ (2^32 - 1) " "байт, сохраняется с четырех-байтовым префиксом, указывающим длину значения" -#: src/Types.php:278 +#: src/Types.php:278 src/Types.php:277 msgid "" "An enumeration, chosen from the list of up to 65,535 values or the special " "'' error value" @@ -18810,43 +18794,43 @@ msgstr "" "Перечисляемый тип данных, который может содержать максимум 65,535 различных " "величин или специальную величину ошибки ''" -#: src/Types.php:279 +#: src/Types.php:279 src/Types.php:278 msgid "A single value chosen from a set of up to 64 members" msgstr "Единственное значение выбираемое из набора не более 64 членов" -#: src/Types.php:280 +#: src/Types.php:280 src/Types.php:279 msgid "A type that can store a geometry of any type" msgstr "Тип для хранения любого вида геометрических данных" -#: src/Types.php:281 +#: src/Types.php:281 src/Types.php:280 msgid "A point in 2-dimensional space" msgstr "Точка в двухмерном пространстве" -#: src/Types.php:282 +#: src/Types.php:282 src/Types.php:281 msgid "A curve with linear interpolation between points" msgstr "Кривая с линейной интерполяцией между точек" -#: src/Types.php:283 +#: src/Types.php:283 src/Types.php:282 msgid "A polygon" msgstr "Многоугольник" -#: src/Types.php:284 +#: src/Types.php:284 src/Types.php:283 msgid "A collection of points" msgstr "Набор точек" -#: src/Types.php:285 +#: src/Types.php:285 src/Types.php:284 msgid "A collection of curves with linear interpolation between points" msgstr "Набор кривых с линейной интерполяцией между точками" -#: src/Types.php:286 +#: src/Types.php:286 src/Types.php:285 msgid "A collection of polygons" msgstr "Набор многоугольников" -#: src/Types.php:287 +#: src/Types.php:287 src/Types.php:286 msgid "A collection of geometry objects of any type" msgstr "Набор геометрических объектов любого типа" -#: src/Types.php:288 +#: src/Types.php:288 src/Types.php:287 msgid "" "Stores and enables efficient access to data in JSON (JavaScript Object " "Notation) documents" @@ -18854,7 +18838,7 @@ msgstr "" "Тип данных для эффективного хранения и использования данных в JSON " "(JavaScript Object Notation)" -#: src/Types.php:289 +#: src/Types.php:289 src/Types.php:288 msgid "" "Intended for storage of IPv6 addresses, as well as IPv4 addresses assuming " "conventional mapping of IPv4 addresses into IPv6 addresses" @@ -18862,21 +18846,21 @@ msgstr "" "Предназначен для хранения адресов IPv6, а также адресов IPv4, предполагающих " "обычное отображение адресов IPv4 в адреса IPv6" -#: src/Types.php:292 +#: src/Types.php:292 src/Types.php:291 msgid "128-bit UUID (Universally Unique Identifier)" msgstr "128-битный UUID (универсальный уникальный идентификатор)" -#: src/Types.php:600 +#: src/Types.php:600 src/Types.php:599 msgctxt "numeric types" msgid "Numeric" msgstr "Числовые" -#: src/Types.php:618 +#: src/Types.php:618 src/Types.php:617 msgctxt "date and time types" msgid "Date and time" msgstr "Дата и время" -#: src/Types.php:648 +#: src/Types.php:648 src/Types.php:647 msgctxt "spatial types" msgid "Spatial" msgstr "Пространственные" @@ -18930,6 +18914,15 @@ msgstr "Ошибка в ZIP-архиве:" msgid "No files found inside ZIP archive!" msgstr "Файлов внутри ZIP-архива не найдено!" +#: src/Types.php:208 +msgid "" +"A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 03:14:07 UTC, " +"stored as the number of seconds since the epoch (1970-01-01 00:00:00 UTC)" +msgstr "" +"Временная метка, диапазон от \"1970-01-01 00:00:01\" UTC до \"2038-01-09 " +"03:14:07\" UTC, содержит количество секунд прошедших со времени " +"(\"1970-01-01 00:00:00\" UTC)" + #~ msgid "Connection for controluser as defined in your configuration failed." #~ msgstr "Ошибка при указании соединения для controluser в конфигурации."