Files
heat-dashboard/releasenotes/source/locale/ru/LC_MESSAGES/releasenotes.po
OpenStack Proposal Bot e30f03a144 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: I2aa4ef8ba3009314899ac53e35a5af5b58e5a2e4
Signed-off-by: OpenStack Proposal Bot <openstack-infra@lists.openstack.org>
Generated-By: openstack/openstack-zuul-jobs:roles/prepare-zanata-client/files/common_translation_update.sh
2025-08-31 03:55:18 +00:00

201 lines
8.9 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Roman Gorshunov <roman.gorshunov@att.com>, 2019. #zanata
# Roman Gorshunov <roman.gorshunov@att.com>, 2021. #zanata
# Ivan Anfimov <lazekteam@gmail.com>, 2025. #zanata
msgid ""
msgstr ""
"Project-Id-Version: Heat Dashboard Release Notes\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-08-30 03:38+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2025-08-30 11:20+0000\n"
"Last-Translator: Ivan Anfimov <lazekteam@gmail.com>\n"
"Language-Team: Russian\n"
"Language: ru\n"
"X-Generator: Zanata 4.3.3\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
msgid "1.0.0"
msgstr "1.0.0"
msgid "1.1.0"
msgstr "1.1.0"
msgid "12.0.0"
msgstr "12.0.0"
msgid "13.0.0-21"
msgstr "13.0.0-21"
msgid "2023.1 Series Release Notes"
msgstr "Примечания к выпуску 2023.1"
msgid "2023.2 Series Release Notes"
msgstr "Примечания к выпуску 2023.2"
msgid "2024.1 Series Release Notes"
msgstr "Примечания к выпуску 2024.1"
msgid "2024.2 Series Release Notes"
msgstr "Примечания к выпуску 2024.2"
msgid "2025.1 Series Release Notes"
msgstr "Примечания к выпуску 2025.1"
msgid "3.0.0"
msgstr "3.0.0"
msgid "5.0.0"
msgstr "5.0.0"
msgid "8.0.0"
msgstr "8.0.0"
msgid ""
"A panel for ``Template Generator`` is newly added. There is not specific "
"installation process. After installing heat-dashboard, this panel will be "
"displayed along with ``Stacks``, ``Resource Types`` and ``Template "
"Versions``."
msgstr ""
"Добавлена панель ``Генератор шаблонов`` (``Template Generator``). Какого то "
"специального процесса её установки нет, и она будет доступна после установки "
"панели управления Heat рядом с панелями ``Управление стеками``, ``Типы "
"ресурсов`` и ``Версии шаблонов`` (``Stacks``, ``Resource Types`` и "
"``Template Versions``)."
msgid "Current Series Release Notes"
msgstr "Примечания к текущему выпуску"
msgid "Heat Dashboard Release Notes"
msgstr "Примечания к выпуску панели управления Heat"
msgid ""
"Heat support in OpenStack Dashboard is now split into a separated python "
"package."
msgstr ""
"Поддержка Heat в панели управления OpenStack теперь выделена в отдельный "
"Python модуль."
msgid ""
"Heat support in OpenStack Dashboard is now split into a separete package "
"``heat-dashboard``. You need to install ``heat-dashboard`` after upgrading "
"OpenStack Dashboard to Queens release and add ``enabled`` file for Heat "
"Dashboard. For detail information, see https://docs.openstack.org/heat-"
"dashboard/latest/."
msgstr ""
"Поддержка Heat в панели управления OpenStack теперь выделена в отдельный "
"Python модуль ``heat-dashboard``. При обновлении панели управления OpenStack "
"до релиза Queens, вам потребуется установить модуль ``heat-dashboard`` и "
"добавить файл ``enabled`` для панели управления Heat. Дополнительную "
"информацию можно получить на странице документации тут: https://docs."
"openstack.org/heat-dashboard/latest/."
msgid ""
"If you need to update your queens heat-dashboard to rocky, you must copy the "
"latest enabled file (_1650_project_template_generator_panel.py) to horizon/"
"openstack_dashboard/enabled directory again. The enabled file for template "
"generator has been changed a lot in rocky and it does not have compatibility "
"with queens heat-dashboard. The background of this change is that SCSS and "
"xstatic modules are started to be used rather than CSS and embedded "
"JavaScript copies to follow Horizons contribution rule. [`bug 1753919 "
"<https://bugs.launchpad.net/heat-dashboard/+bug/1753919>`__] [`bug 1755140 "
"<https://bugs.launchpad.net/heat-dashboard/+bug/1755140>`__] [`bug 1755308 "
"<https://bugs.launchpad.net/heat-dashboard/+bug/1755308>`__]"
msgstr ""
"Если вам нужно обновить панель управления Heat с релиза Queens до релиза "
"Rocky, то вам понадобится снова скопировать ``enabled`` файл "
"(_1650_project_template_generator_panel.py) в директорию horizon/"
"openstack_dashboard/enabled. Этот ``enabled`` файл был достаточно сильно "
"изменён в релизе Rocky и не совместим с панелью Heat релиза Queen. Это "
"результат того, что мыстали использовать SCSS и xstatic модули вместо CSS и "
"встроенного JavaScript, чтобы соответствовать правилам внесения изменений в "
"панель управления Horizon. [`bug 1753919 <https://bugs.launchpad.net/heat-"
"dashboard/+bug/1753919>`__] [`bug 1755140 <https://bugs.launchpad.net/heat-"
"dashboard/+bug/1755140>`__] [`bug 1755308 <https://bugs.launchpad.net/heat-"
"dashboard/+bug/1755308>`__]"
msgid "New Features"
msgstr "Новые возможности"
msgid "Prelude"
msgstr "Введение"
msgid ""
"Python 2.7 support has been dropped. Last release of heat-dashboard to "
"support Python 2.7 is OpenStack Train. The minimum version of Python now "
"supported by heat-dashboard is Python 3.6."
msgstr ""
"Поддержка Python 2.7 была прекращена. Последним выпуском heat-dashboard, "
"поддерживавшим Python 2.7 был OpenStack Train. Минимальная поддерживаемая "
"heat-dashboard версия Python 3.6."
msgid ""
"Python 3.6 & 3.7 support has been dropped. The minimum version of Python now "
"supported is Python 3.8."
msgstr ""
"Поддержка Python 3.6 и 3.7 была прекращена. Минимальная версия Python, "
"которая теперь поддерживается — Python 3.8."
msgid ""
"Python 3.8 support was dropped. The minimum version of Python now supported "
"is Python 3.9."
msgstr ""
"Поддержка Python 3.8 была прекращена. Минимальная версия Python, которая "
"теперь поддерживается — Python 3.9."
msgid "Queens Series Release Notes"
msgstr "Примечания к выпуску Queens"
msgid "Rocky Series Release Notes"
msgstr "Примечания к выпуску Rocky"
msgid "Stein Series Release Notes"
msgstr "Примечания к выпуску Stein"
msgid ""
"Support for Python 3.9 has been removed. Now Python 3.10 is the minimum "
"version supported."
msgstr ""
"Поддержка Python 3.9 была прекращена. Минимальная версия Python, которая "
"теперь поддерживается — Python 3.10."
msgid ""
"The default configuration file has been updated and now includes the "
"required parameters to use the new policy-in-code feature in Horizon. "
"Because of this change, the defualt policy.json is no longer included in "
"this repo but replaced with policy.yaml. Please refer to the release note "
"and documentation of Horizon to find details about this feature."
msgstr ""
"Базовый конфигурационный файл был обновлён и теперь содержит требуемые "
"параметры для использования нового функционала \"политика в коде\" Horizon. "
"Из-за этого изменения, базовый конфигурационный файл policy.json более не "
"находится в этом репозитории, а заменён на policy.yaml. Пожалуйста, "
"обратитесь к примечаниям к выпуску и к документации Horizon, чтобы узнать "
"подробности об этом функционале."
msgid "Train Series Release Notes"
msgstr "Примечания к выпуску Train"
msgid "Upgrade Notes"
msgstr "Примечания к обновлению"
msgid "Ussuri Series Release Notes"
msgstr "Примечания к выпуску Ussuri"
msgid "Victoria Series Release Notes"
msgstr "Примечания к выпуску Victoria"
msgid "Wallaby Series Release Notes"
msgstr "Примечания к выпуску Wallaby"
msgid "Xena Series Release Notes"
msgstr "Примечания к выпуску Xena"
msgid "Yoga Series Release Notes"
msgstr "Примечания к выпуску Yoga"
msgid "Zed Series Release Notes"
msgstr "Примечания к выпуску Zed"