Aion

 view release on metacpan or  search on metacpan

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


msgid ""
"* `Aion::Type` – Aion сразу импортирует в пакет все типы из [Aion::Types](https://metacpan.org/pod/Aion::Types).\n"
"* Строки воспримаются как пакеты и оборачиваются в `Object`.\n"
"* Подпрограммы – тестируемое значение передаётся в `$_` и подпрограмма возвращает булево значение.\n"
"* Объекты с перегруженным оператором `&{}`. Если у такого объекта есть ещё и метод `coerce`, то он будет учавствовать в приведениях, если указат...
msgstr ""
"* `Aion::Type` – Aion immediately imports all types from [Aion::Types](https://metacpan.org/pod/Aion::Types) into the package.\n"
"* Strings are treated as packets and wrapped in `Object`.\n"
"* Subroutines - the test value is passed to `$_` and the subroutine returns a boolean value.\n"
"* Objects with overloaded `&{}` operator. If such an object also has a `coerce` method, then it will participate in casts if `coerce => 1` is specified."

msgid "Включает преобразования типов."
msgstr "Includes type conversions."

msgid "Значение по умолчанию устанавливается в конструкторе, если параметр с именем фичи отсутствует."
msgstr "The default value is set in the designer if there is no parameter with the name of the feature."

msgid "Если `$value` является подпрограммой, то подпрограмма считается конструктором значения фичи. Используется ленивое вычисление, если нет...
msgstr "If `$value` is a subroutine, then the subroutine is considered the feature's value constructor. Lazy evaluation is used if there is no `lazy` attribute."

msgid "Аспект `lazy` включает или отключает ленивое вычисление значения по умолчанию (`default`)."
msgstr "The `lazy` aspect enables or disables lazy evaluation of the default value (`default`)."

msgid "По умолчанию он включен только если значение по умолчанию является подпрограммой."
msgstr "By default it is only enabled if the default is a subroutine."

msgid "С помощью аспекта `eon` реализуется паттерн **Dependency Injection**."
msgstr "The `eon` aspect implements the **Dependency Injection** pattern."

msgid "Он связывает свойство с сервисом из контейнера `Aion->pleroma`."
msgstr "It associates a property with a service from the `Aion->pleroma` container."

msgid "Значением аспекта может быть ключ сервиса, 1 или 2."
msgstr "The aspect value can be a service key, 1 or 2."

msgid "* Если 1 – тогда ключём будет пакет в `isa => Object['Packet']`.\n"
"* Если 2 – тогда ключём будет \"пакет#свойство\"."
msgstr "* If 1 – then the key will be the package in `isa => Object['Packet']`.\n"
"* If 2 – then the key will be “package#property”."

msgid "Файл lib/CounterEon.pm:"
msgstr "File lib/CounterEon.pm:"

msgid "Файл lib/AccomulatorEon.pm:"
msgstr "File lib/AccomulatorEon.pm:"

msgid "Файл lib/PowerEon.pm:"
msgstr "lib/PowerEon.pm file:"

msgid "Используем плерому локально:"
msgstr "We use pleroma locally:"

msgid "См. [Aion::Pleroma](https://metacpan.org/pod/Aion::Pleroma)."
msgstr "See [Aion::Pleroma](https://metacpan.org/pod/Aion::Pleroma)."

msgid "`$sub` вызывается после установки свойства в конструкторе (`new`) или через сеттер."
msgstr "`$sub` is called after setting the property in the constructor (`new`) or via a setter."

msgid "Этимология `trigger` – впустить."
msgstr "The etymology of `trigger` is to let in."

msgid "`$sub` вызывается перед возвратом свойства из объекта через геттер."
msgstr "`$sub` is called before returning a property from an object via a getter."

msgid "Этимология `release` – выпустить."
msgstr "The etymology of `release` is to release."

msgid "Меняет имя свойства в конструкторе."
msgstr "Changes the property name in the constructor."

msgid "Меняет имя акцессора."
msgstr "Changes the accessor name."

msgid "Создаёт сеттер с именем `$name` для свойства."
msgstr "Creates a setter named `$name` for a property."

msgid "Создаёт геттер с именем `$name` для свойства."
msgstr "Creates a getter named `$name` for a property."

msgid "Создаёт предикат с именем `$name` для свойства. Создать предикат со стандартным именем можно так же через  `is => '?'`."
msgstr "Creates a predicate named `$name` for a property. You can also create a predicate with a standard name using `is => '?'`."

msgid "Создаёт очиститель с именем `$name` для свойства. Создать очиститель со стандартным именем можно так же через  `is => '!'`."
msgstr "Creates a cleaner named `$name` for a property. You can also create a cleaner with a standard name using `is => '!'`."

msgid "`$sub` вызывается при вызове декструктора или `$object->clear_feature`, но только если свойство имеется (см. `$object->has_feature`)."
msgstr "`$sub` is called when the destructor or `$object->clear_feature` is called, but only if the feature is present (see `$object->has_feature`)."

msgid "Данный аспект принудительно создаёт предикат и clearer."
msgstr "This aspect forces the creation of a predicate and a clearer."

msgid "`Aion` добавляет в пакет универсальные атрибуты."
msgstr "`Aion` adds universal attributes to the package."

msgid "Атрибут `Isa` проверяет сигнатуру функции."
msgstr "The attribute `Isa` checks the signature of the function."

msgid "Атрибут Isa позволяет объявить требуемые функции:"
msgstr "The Isa attribute allows you to declare the required functions:"

msgid "Экосистема Aion:"
msgstr "Aion Ecosystem:"

msgid "Подобные ООП-фреймворки:"
msgstr "Similar OOP frameworks:"

msgid "Не Moose-подобные:"
msgstr "Non-Moose-like:"

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

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



( run in 2.748 seconds using v1.01-cache-2.11-cpan-8dfa8b56332 )