diff --git a/cloudkittydashboard/dashboards/admin/hashmap/templates/hashmap/_field_create.html b/cloudkittydashboard/dashboards/admin/hashmap/templates/hashmap/_field_create.html index 97186bb..c2df6c9 100644 --- a/cloudkittydashboard/dashboards/admin/hashmap/templates/hashmap/_field_create.html +++ b/cloudkittydashboard/dashboards/admin/hashmap/templates/hashmap/_field_create.html @@ -3,5 +3,5 @@ {% block modal-body-right %}
{% trans "A field is referring to a metadata field of a resource. " %}
+{% trans "A field is referring to a metadata field of a resource." %}
{% endblock %} diff --git a/cloudkittydashboard/dashboards/admin/hashmap/templates/hashmap/_group_create.html b/cloudkittydashboard/dashboards/admin/hashmap/templates/hashmap/_group_create.html index 8db7b96..e46197d 100644 --- a/cloudkittydashboard/dashboards/admin/hashmap/templates/hashmap/_group_create.html +++ b/cloudkittydashboard/dashboards/admin/hashmap/templates/hashmap/_group_create.html @@ -3,5 +3,11 @@ {% block modal-body-right %}{% trans "A group is a way to group calculations of mappings." %}
+{% blocktrans trimmed %} + A group lets you organize mapping calculations into separate sets. + For example, you might create one group with rules for rating instance uptime + and another for evaluating block storage volumes. Keeping them in separate + groups ensures the calculations remain independent and don’t interfere + with each other. + {% endblocktrans %}
{% endblock %} diff --git a/cloudkittydashboard/dashboards/admin/hashmap/templates/hashmap/_mapping_create.html b/cloudkittydashboard/dashboards/admin/hashmap/templates/hashmap/_mapping_create.html index ec01ae4..7d91928 100644 --- a/cloudkittydashboard/dashboards/admin/hashmap/templates/hashmap/_mapping_create.html +++ b/cloudkittydashboard/dashboards/admin/hashmap/templates/hashmap/_mapping_create.html @@ -3,5 +3,5 @@ {% block modal-body-right %}{% trans "A mapping is the final object, it’s what triggers calculation." %}
+{% trans "A mapping is the final object that triggers calculation." %}
{% endblock %} diff --git a/cloudkittydashboard/dashboards/admin/hashmap/templates/hashmap/group_details.html b/cloudkittydashboard/dashboards/admin/hashmap/templates/hashmap/group_details.html index 533358e..2b77b99 100644 --- a/cloudkittydashboard/dashboards/admin/hashmap/templates/hashmap/group_details.html +++ b/cloudkittydashboard/dashboards/admin/hashmap/templates/hashmap/group_details.html @@ -6,7 +6,7 @@Usage data are collected every {{ period }} seconds.
- {% endblocktrans %} ++ {% blocktrans trimmed with service_period as period %} + Usage data is collected every {{ period }} seconds. + {% endblocktrans %} +
{% endif %} {{ tab_group.render }} diff --git a/cloudkittydashboard/dashboards/admin/hashmap/views.py b/cloudkittydashboard/dashboards/admin/hashmap/views.py index be026be..f65c48a 100644 --- a/cloudkittydashboard/dashboards/admin/hashmap/views.py +++ b/cloudkittydashboard/dashboards/admin/hashmap/views.py @@ -189,8 +189,8 @@ def get_success_url(self, **kwargs): class FieldMappingCreateView(forms.ModalFormView): form_class = hashmap_forms.CreateFieldMappingForm form_id = "create_field_mapping" - modal_header = _("Create Field Mapping") - page_title = _("Create field Mapping") + modal_header = _("Create field mapping") + page_title = _("Create field mapping") template_name = 'admin/hashmap/mapping_create.html' submit_url = 'horizon:admin:hashmap:field_mapping_create' success_url = 'horizon:admin:hashmap:field_mapping_create' diff --git a/cloudkittydashboard/dashboards/admin/modules/templates/rating_modules/_priority_edit.html b/cloudkittydashboard/dashboards/admin/modules/templates/rating_modules/_priority_edit.html index 704ca0e..c3983f3 100644 --- a/cloudkittydashboard/dashboards/admin/modules/templates/rating_modules/_priority_edit.html +++ b/cloudkittydashboard/dashboards/admin/modules/templates/rating_modules/_priority_edit.html @@ -4,7 +4,7 @@ {% block modal-body-right %}- {% blocktrans with module_id=module_id %} + {% blocktrans trimmed with module_id=module_id %} Edit the priority for the {{ module_id }} module. {% endblocktrans %}
diff --git a/cloudkittydashboard/dashboards/admin/modules/templates/rating_modules/details.html b/cloudkittydashboard/dashboards/admin/modules/templates/rating_modules/details.html index 45e2063..4cf7ffc 100644 --- a/cloudkittydashboard/dashboards/admin/modules/templates/rating_modules/details.html +++ b/cloudkittydashboard/dashboards/admin/modules/templates/rating_modules/details.html @@ -6,7 +6,7 @@Usage data are collected every %(period)s seconds.
\n" -" " -msgstr "" -"\n" -"Usage data are collected every %(period)s seconds.
\n" -" " - msgid "$" msgstr "$" -msgid "A field is referring to a metadata field of a resource. " -msgstr "A field is referring to a metadata field of a resource. " - -msgid "A group is a way to group calculations of mappings." -msgstr "A group is a way to group calculations of mappings." - msgid "A mapping is the final object, it’s what triggers calculation." msgstr "A mapping is the final object, it’s what triggers calculation." @@ -76,9 +50,6 @@ msgstr "Cost Per Service Per Hour" msgid "Create Field" msgstr "Create Field" -msgid "Create Field Mapping" -msgstr "Create Field Mapping" - msgid "Create Field Threshold" msgstr "Create Field Threshold" @@ -100,9 +71,6 @@ msgstr "Create Service Threshold" msgid "Create a new rating script." msgstr "Create a new rating script." -msgid "Create field Mapping" -msgstr "Create field Mapping" - msgid "Create new Field" msgstr "Create new Field" @@ -400,12 +368,6 @@ msgstr "Script Data" msgid "Script Details" msgstr "Script Details" -msgid "Script Details : {{ script.name }}" -msgstr "Script Details : {{ script.name }}" - -msgid "Script Details : {{ table.project_id }}" -msgstr "Script Details : {{ table.project_id }}" - msgid "Script File" msgstr "Script File" diff --git a/cloudkittydashboard/locale/fr/LC_MESSAGES/django.po b/cloudkittydashboard/locale/fr/LC_MESSAGES/django.po index bb8ba84..c6c8a22 100644 --- a/cloudkittydashboard/locale/fr/LC_MESSAGES/django.po +++ b/cloudkittydashboard/locale/fr/LC_MESSAGES/django.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: cloudkitty-dashboard VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" -"POT-Creation-Date: 2022-08-08 15:59+0000\n" +"POT-Creation-Date: 2025-11-24 11:31+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -14,37 +14,10 @@ msgstr "" "X-Generator: Zanata 4.3.3\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n" -#, python-format -msgid "" -"\n" -" Edit the priority for the %(module_id)s module.\n" -" " -msgstr "" -"\n" -" Éditer la priorité pour le module %(module_id)s.\n" -" " - -#, python-format -msgid "" -"\n" -"Usage data are collected every %(period)s seconds.
\n" -" " -msgstr "" -"\n" -"Les données d'utilisation sont collectées toutes %(period)s secondes."
-"p>\n"
-" "
-
#, fuzzy
msgid "$"
msgstr "€"
-msgid "A field is referring to a metadata field of a resource. "
-msgstr "Un champ fait référence à un champ de métadonnées d'une ressource."
-
-msgid "A group is a way to group calculations of mappings."
-msgstr "Un groupe permet de regrouper les calculs propres à des mappings."
-
msgid "A mapping is the final object, it’s what triggers calculation."
msgstr "Un mapping est l'objet final : c'est ce qui déclenche le calcul."
@@ -65,9 +38,6 @@ msgstr "Coût par service par heure"
msgid "Create Field"
msgstr "Créer un champ"
-msgid "Create Field Mapping"
-msgstr "Créer un mapping du champ"
-
msgid "Create Field Threshold"
msgstr "Créer un seuil du champ"
@@ -86,9 +56,6 @@ msgstr "Créer un service"
msgid "Create Service Threshold"
msgstr "Créer un seuil du service"
-msgid "Create field Mapping"
-msgstr "Créer un mapping du champ"
-
msgid "Create new Field"
msgstr "Créer un nouveau champ"
@@ -344,12 +311,6 @@ msgstr "Données du script"
msgid "Script Details"
msgstr "Détails du script"
-msgid "Script Details : {{ script.name }}"
-msgstr "Détails du script : {{ script.name }}"
-
-msgid "Script Details : {{ table.project_id }}"
-msgstr "Détails du script : {{ table.project_id }}"
-
#, fuzzy
msgid "Script File"
msgstr "Fichier (script)"
diff --git a/cloudkittydashboard/locale/ru/LC_MESSAGES/django.po b/cloudkittydashboard/locale/ru/LC_MESSAGES/django.po
index 0ae836d..db1d86e 100644
--- a/cloudkittydashboard/locale/ru/LC_MESSAGES/django.po
+++ b/cloudkittydashboard/locale/ru/LC_MESSAGES/django.po
@@ -4,11 +4,11 @@ msgid ""
msgstr ""
"Project-Id-Version: cloudkitty-dashboard VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n"
-"POT-Creation-Date: 2025-08-26 13:56+0000\n"
+"POT-Creation-Date: 2025-11-24 11:31+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-26 07:18+0000\n"
+"PO-Revision-Date: 2025-11-24 11:30+0000\n"
"Last-Translator: Ivan Anfimov Usage data are collected every %(period)s seconds. Данные о потреблении собираются каждые %(period)s сек..