Aion

 view release on metacpan or  search on metacpan

i18n/Aion/Types.ru-en.po  view on Meta::CPAN

msgid "Добавляет новое приведение (`$via`) к `$type` из `$from` типа."
msgstr "Adds a new cast (`$via`) to `$type` from `$from` type."

msgid "Может использовать параметры типа:"
msgstr "Can use parameters like:"

msgid "`coerce` выбрасывает исключения:"
msgstr "`coerce` throws exceptions:"

msgid "Стандартные приведения:"
msgstr "Standard casts:"

msgid "Синтаксический сахар для `coerce`."
msgstr "Syntactic sugar for `coerce`."

msgid "Проверяет сигнатуру подпрограммы: аргументы и результаты."
msgstr "Checks the signature of a subroutine: arguments and results."

msgid "Тип верхнего уровня в иерархии. Сопоставляет всё."
msgstr "The top level type in the hierarchy. Compares everything."

msgid "Нижний тип можно получить как `~Any`."
msgstr "The bottom type can be obtained as `~Any`."

msgid "Тип верхнего уровня в конструкторах иерархии создает новые типы из любых типов."
msgstr "The top-level type in hierarchy constructors creates new types from any types."

msgid "Союз нескольких типов. Аналогичен оператору `$type1 | $type2`."
msgstr "Union of several types. Similar to the `$type1 | $type2`."

msgid "Пересечение нескольких типов. Аналогичен оператору `$type1 & $type2`."
msgstr "The intersection of several types. Similar to the `$type1 & $type2` operator."

msgid "Исключение значения типа. Аналогичен оператору `~ $type`."
msgstr "Type value exception. Similar to the `~$type` operator."

msgid "Дополнительные ключи в `Dict`."
msgstr "Additional keys in `Dict`."

msgid "Если подпрограмма возвращает разные значения в контексте массива и скаляра, то используется тип `Wantarray` с типом `A` для контекста массÐ...
msgstr "If the routine returns different values in array and scalar contexts, then the `Wantarray` type is used with type `A` for the array context and type `S` for the scalar context."

msgid "Тип верхнего уровня в иерархии скалярных типов."
msgstr "The top-level type in the hierarchy of scalar types."

msgid "Правращает `type` в `Aion::Type`."
msgstr "Sets `type` to `Aion::Type`."

msgid ""
"* Если `type` - `Aion::Type`, то возвращает его без изменений.\n"
"* Если `type` строка, то оборачивает его в `Object`.\n"
"* Если `type` можно вызвать, то оборачивает его в `Aion::Type->new(test => $type, ...)`. А если он имеет метод `coerce`, то будет его использовать для преобразоваÐ...
msgstr ""
"* If `type` is `Aion::Type`, then returns it unchanged.\n"
"* If `type` is a string, then wraps it in `Object`.\n"
"* If `type` can be called, then wraps it in `Aion::Type->new(test => $type, ...)`. And if it has a `coerce` method, it will use it for transformations. Thanks to this, it is possible to use external types like `Type::Tiny` in the `Aion` ecosystem."

msgid "Перечисление."
msgstr "Enumeration."

msgid "`undef` или тип в `[]`."
msgstr "`undef` or type in `[]`."

msgid "Только `undef`."
msgstr "Only `undef`."

msgid "Всё за исключением `undef`."
msgstr "Everything except `undef`."

msgid "Определённые значения без ссылок."
msgstr "Defined values without references."

msgid "Определяет значение длины от `from` или 0 до `to`."
msgstr "Specifies a length value from `from` or 0 to `to`."

msgid "Perl версии."
msgstr "Perl version."

msgid "Строки, включая числа."
msgstr "Strings, including numbers."

msgid "Строки Unicode с флагом utf8 или если декодирование в utf8 происходит без ошибок."
msgstr "Unicode strings with the utf8 flag or if decoding to utf8 occurs without errors."

msgid "Бинарные строки без флага utf8 и октетов с номерами меньше 128."
msgstr "Binary strings without the utf8 flag and octets with numbers less than 128."

msgid "Строка начинается с `begin`."
msgstr "The line starts with `begin`."

msgid "Строка заканчивается на `end`."
msgstr "The line ends with `end`."

msgid "Строка с одним или несколькими символами, не являющимися пробелами."
msgstr "A string containing one or more non-blank characters."

msgid "Строки с `@`."
msgstr "Lines with `@`."

msgid "Формат телефонов — знак плюс и семь или больше цифр."
msgstr "The telephone format is a plus sign and seven or more digits."

msgid "URL-адреса веб-сайтов — это строка с префиксом http:// или https://."
msgstr "Website URLs are a string prefixed with http:// or https://."

msgid "Пути начинаются с косой черты."
msgstr "Paths start with a slash."

msgid "HTML начинается с `<!doctype html` или `<html`."
msgstr "HTML starts with `<!doctype html` or `<html`."

msgid "Дата в формате `yyyy-mm-dd`."
msgstr "Date in `yyyy-mm-dd` format."

msgid "Дата и время в формате `yyyy-mm-dd HH:MM:SS`."
msgstr "Date and time in the format `yyyy-mm-dd HH:MM:SS`."

msgid "Сопоставляет строку с регулярным выражением."
msgstr "Matches a string against a regular expression."

msgid "Имя класса — это пакет с методом `new`."
msgstr "The class name is a package with a `new` method."

msgid "Имя роли — это пакет без метода `new`, с `@ISA` или с одним любым методом."
msgstr "The role name is a package without the `new` method, with `@ISA`, or with any one method."

msgid "Строковое представление рациональных чисел."
msgstr "String representation of rational numbers."

i18n/Aion/Types.ru-en.po  view on Meta::CPAN

msgid "Ссылка на ссылку."
msgstr "Link to link."

msgid "Ссылка на глоб."
msgstr "Link to global"

msgid "Файловый описатель."
msgstr "File descriptor."

msgid "Ссылки на массивы."
msgstr "Array references."

msgid "Ограничивает массивы от `from` или 0 до `to` элементов."
msgstr "Limits arrays from `from` or 0 to `to` elements."

msgid "Ссылки на хеши."
msgstr "Links to hashes."

msgid "Благословлённые ссылки."
msgstr "Blessed links."

msgid "Благословенные ссылки на объекты текущего пакета."
msgstr "Blessed references to objects of the current package."

msgid "Как `HashRef`, но с типом для ключей."
msgstr "Like `HashRef`, but with a key type."

msgid "Тьюпл."
msgstr "Tuple."

msgid "Тьюпл повторённый один или несколько раз."
msgstr "Tuple repeated one or more times."

msgid "Словарь."
msgstr "Dictionary."

msgid "Хэш имеет перечисленные свойства. Кроме них он может иметь и другие."
msgstr "A hash has the following properties. In addition to them, he may have others."

msgid "Ограничивает количество ключей в хеше от `from` или 0 до `to`."
msgstr "Limits the number of keys in the hash from `from` or 0 to `to`."

msgid "Объект или строка."
msgstr "Object or string."

msgid "Объект или класс имеет перечисленные методы. Кроме них может иметь и другие."
msgstr "An object or class has listed methods. In addition to them, there may be others."

msgid "Объект или класс с перегруженными операторами."
msgstr "An object or class with overloaded operators."

msgid "И у него перегружены указанные операторы."
msgstr "And the specified operators are overloaded."

msgid "Класс или объект наследует классы из списка."
msgstr "A class or object inherits classes from a list."

msgid "Класс или объект имеет указанные роли."
msgstr "A class or object has the specified roles."

msgid "Проверяет 1, 0, \"\", undef или объект с перегруженным оператором `bool` или `0+` как `JSON::PP::Boolean`. Во втором случае вызывает оператор  `0+` и проверя...
msgstr "Tests for 1, 0, \"\", undef, or an object with an overloaded `bool` or `0+` operator as `JSON::PP::Boolean`. In the second case, it calls the `0+` operator and checks the result as `Bool`."

msgid "`BoolLike` вызывает оператор `0+` и проверяет результат."
msgstr "`BoolLike` calls the `0+` operator and checks the result."

msgid "Строка или объект с перегруженным оператором `\"\"`."
msgstr "A string or object overloaded with the `\"\"` operator."

msgid "Регулярное выражение или объект с перегруженным оператором `qr`."
msgstr "A regular expression or object with an overload of the `qr` operator."

msgid "Подпрограмма или объект с перегруженным оператором `&{}`."
msgstr "A subroutine or object with an overload of the `&{}` operator."

msgid "Массивы или объекты с перегруженным оператором или `@{}`."
msgstr "Arrays or objects with an overloaded operator or `@{}`."

msgid "Хэши или объекты с перегруженным оператором `%{}`."
msgstr "Hashes or objects with the `%{}` operator overloaded."

msgid "Сктроковый тип с преобразованием массивов в строку через разделитель."
msgstr "String type with conversion of arrays to a string through a delimiter."

msgid "âš– **GPLv3**"
msgstr "âš– **GPLv3**"

msgid "The Aion::Types module is copyright © 2023 Yaroslav O. Kosmina. Rusland. All rights reserved."
msgstr "The Aion::Types module is copyright © 2023 Yaroslav O. Kosmina. Rusland. All rights reserved."



( run in 2.386 seconds using v1.01-cache-2.11-cpan-d80b1682f3f )