Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions babel-django.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[python: **.py]
[django: **/templates/**.html]
[django: **/templates/**.csv]
[extractors]
django = horizon.utils.babel_extract_django:extract_django
2 changes: 2 additions & 0 deletions babel-djangojs.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
[javascript: **.js]
[angular: **/static/**.html]
[extractors]
angular = horizon.utils.babel_extract_angular:extract_angular
30 changes: 26 additions & 4 deletions releasenotes/source/locale/ru/LC_MESSAGES/releasenotes.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ msgid ""
msgstr ""
"Project-Id-Version: Cloudkitty Dashboard Release Notes\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-05-04 09:41+0000\n"
"POT-Creation-Date: 2026-05-11 08:55+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2026-05-04 04:29+0000\n"
"PO-Revision-Date: 2026-05-11 05:29+0000\n"
"Last-Translator: Ivan Anfimov <lazekteam@gmail.com>\n"
"Language-Team: Russian\n"
"Language: ru\n"
Expand Down Expand Up @@ -69,8 +69,8 @@ msgstr "21.0.0"
msgid "22.0.0"
msgstr "22.0.0"

msgid "22.0.0-9"
msgstr "22.0.0-9"
msgid "22.0.0-11"
msgstr "22.0.0-11"

msgid "8.1.0"
msgstr "8.1.0"
Expand Down Expand Up @@ -196,6 +196,16 @@ msgstr ""
"упрощает тестирование, например, использование внутреннего URL в решениях "
"\"всё в одном\"."

msgid ""
"The admin hashmap panel now displays all configured rating rules (services, "
"fields, and mappings) in a summary table, giving administrators a quick "
"overview of the pricing applied to resources."
msgstr ""
"На панели администрирования хеш-карты теперь отображаются все настроенные "
"правила ценообразования (сервисы, поля и сопоставления) в виде сводной "
"таблицы, что позволяет администраторам быстро ознакомиться с ценами, "
"применяемыми к ресурсам."

msgid ""
"The predictive pricing has been updated. It is now possible to specify the "
"HashMap service to use for predictive pricing in Horizon's configuration "
Expand All @@ -205,6 +215,18 @@ msgstr ""
"хэш-карты для использования в конфигурационном файле Horizon с помощью "
"параметра ``CLOUDKITTY_QUOTATION_SERVICE``."

msgid ""
"The project rating dashboard has been enhanced with summary cards showing "
"current month cost, forecasted month-end total, and last month cost. A cost "
"breakdown table with percentage bars and a top cost generators table have "
"also been added."
msgstr ""
"Панель управления проекта была дополнена сводными карточками, на которых "
"отображаются затраты за текущий месяц, прогнозируемая итоговая сумма на "
"конец месяца и затраты за прошлый месяц. Также были добавлены таблица с "
"разбивкой затрат, содержащая гистограммы с процентными показателями, и "
"таблица с перечнем основных статей расходов."

msgid ""
"The ratings panel in the project dashboard has been converted to use the v2 "
"API."
Expand Down