Skip to content

Commit

Permalink
Update translation files
Browse files Browse the repository at this point in the history
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: mis-builder-16.0/mis-builder-16.0-mis_builder
Translate-URL: https://translation.odoo-community.org/projects/mis-builder-16-0/mis-builder-16-0-mis_builder/
  • Loading branch information
weblate committed Oct 28, 2023
1 parent edeeec4 commit 6adf368
Show file tree
Hide file tree
Showing 15 changed files with 340 additions and 218 deletions.
67 changes: 46 additions & 21 deletions mis_builder/i18n/ca.po
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,13 @@ msgstr ""
msgid "Columns"
msgstr "Columnes"

#. module: mis_builder
#. odoo-python
#: code:addons/mis_builder/models/kpimatrix.py:0
#, python-format
msgid "Columns %(descr)s and %(base_descr) are not comparable"
msgstr ""

#. module: mis_builder
#. odoo-python
#: code:addons/mis_builder/models/mis_report_instance.py:0
Expand All @@ -425,13 +432,6 @@ msgstr "Les columnes a comparar han de pertànyer al mateix informe en %s"
msgid "Columns to sum"
msgstr "Columnes a sumar"

#. module: mis_builder
#. odoo-python
#: code:addons/mis_builder/models/kpimatrix.py:0
#, python-format
msgid "Columns {} and {} are not comparable"
msgstr "Les columnes {} i {} no són comparables"

#. module: mis_builder
#: model:ir.model.fields,help:mis_builder.field_mis_report_instance__query_company_ids
msgid "Companies for which data will be searched."
Expand Down Expand Up @@ -807,8 +807,8 @@ msgstr "Des de (computat)"
#. odoo-python
#: code:addons/mis_builder/report/mis_report_instance_xlsx.py:0
#, python-format
msgid "Generated on {} at {}"
msgstr "Generat el dia {} a {}"
msgid "Generated on %(gen_date)s at %(gen_time)s"
msgstr ""

#. module: mis_builder
#: model_terms:ir.ui.view,arch_db:mis_builder.mis_report_view_kpi_form
Expand Down Expand Up @@ -897,31 +897,23 @@ msgstr "KPI"
#: code:addons/mis_builder/models/mis_report.py:0
#, python-format
msgid ""
"KPI \"{}\" has type {} while a tuple was expected.\n"
"KPI \"%(kpi)s\" has type %(type)s while a tuple was expected.\n"
"\n"
"This can be fixed by either:\n"
"\t- Changing the KPI value to a tuple of length {}\n"
"\t- Changing the KPI value to a tuple of length %(length)s\n"
"or\n"
"\t- Changing the KPI to `multi` mode and giving an explicit value for each "
"sub-KPI."
msgstr ""
"El KPI \"{}\" té el tipus {} mentre s'esperava una tupla.\n"
"\n"
"Això es pot solucionar amb:\n"
"- Canviant el valor del KPI per una tupla de longitud {}\n"
"o\n"
"- Canviar el KPI al mode `multi` i donar un valor explícit a cada sub-KPI."

#. module: mis_builder
#. odoo-python
#: code:addons/mis_builder/models/mis_report.py:0
#, python-format
msgid ""
"KPI \"{}\" is valued as a tuple of length {} while a tuple of length {} is "
"expected."
"KPI \"%(kpi)s\" is valued as a tuple of length %(length)s while a tuple of "
"length%(expected_length)s is expected."
msgstr ""
"El KPI \"{}\" es valora com a tupla de longitud {} mentre que s'espera una "
"tupla de longitud {}."

#. module: mis_builder
#: model:ir.model.fields,field_description:mis_builder.field_mis_kpi_data__seq1
Expand Down Expand Up @@ -1835,6 +1827,39 @@ msgstr "extra-súper-gran"
msgid "xx-small"
msgstr "extra-súper-petita"

#, python-format
#~ msgid "Columns {} and {} are not comparable"
#~ msgstr "Les columnes {} i {} no són comparables"

#, python-format
#~ msgid "Generated on {} at {}"
#~ msgstr "Generat el dia {} a {}"

#, python-format
#~ msgid ""
#~ "KPI \"{}\" has type {} while a tuple was expected.\n"
#~ "\n"
#~ "This can be fixed by either:\n"
#~ "\t- Changing the KPI value to a tuple of length {}\n"
#~ "or\n"
#~ "\t- Changing the KPI to `multi` mode and giving an explicit value for "
#~ "each sub-KPI."
#~ msgstr ""
#~ "El KPI \"{}\" té el tipus {} mentre s'esperava una tupla.\n"
#~ "\n"
#~ "Això es pot solucionar amb:\n"
#~ "- Canviant el valor del KPI per una tupla de longitud {}\n"
#~ "o\n"
#~ "- Canviar el KPI al mode `multi` i donar un valor explícit a cada sub-KPI."

#, python-format
#~ msgid ""
#~ "KPI \"{}\" is valued as a tuple of length {} while a tuple of length {} "
#~ "is expected."
#~ msgstr ""
#~ "El KPI \"{}\" es valora com a tupla de longitud {} mentre que s'espera "
#~ "una tupla de longitud {}."

#, python-format
#~ msgid "Can not update a multi kpi from the kpi line"
#~ msgstr "No es pot actualitzar un kpi múltiple des d'una línia de kpi"
Expand Down
24 changes: 12 additions & 12 deletions mis_builder/i18n/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,13 @@ msgstr ""
msgid "Columns"
msgstr ""

#. module: mis_builder
#. odoo-python
#: code:addons/mis_builder/models/kpimatrix.py:0
#, python-format
msgid "Columns %(descr)s and %(base_descr) are not comparable"
msgstr ""

#. module: mis_builder
#. odoo-python
#: code:addons/mis_builder/models/mis_report_instance.py:0
Expand All @@ -406,13 +413,6 @@ msgstr ""
msgid "Columns to sum"
msgstr ""

#. module: mis_builder
#. odoo-python
#: code:addons/mis_builder/models/kpimatrix.py:0
#, python-format
msgid "Columns {} and {} are not comparable"
msgstr ""

#. module: mis_builder
#: model:ir.model.fields,help:mis_builder.field_mis_report_instance__query_company_ids
msgid "Companies for which data will be searched."
Expand Down Expand Up @@ -777,7 +777,7 @@ msgstr ""
#. odoo-python
#: code:addons/mis_builder/report/mis_report_instance_xlsx.py:0
#, python-format
msgid "Generated on {} at {}"
msgid "Generated on %(gen_date)s at %(gen_time)s"
msgstr ""

#. module: mis_builder
Expand Down Expand Up @@ -865,10 +865,10 @@ msgstr ""
#: code:addons/mis_builder/models/mis_report.py:0
#, python-format
msgid ""
"KPI \"{}\" has type {} while a tuple was expected.\n"
"KPI \"%(kpi)s\" has type %(type)s while a tuple was expected.\n"
"\n"
"This can be fixed by either:\n"
"\t- Changing the KPI value to a tuple of length {}\n"
"\t- Changing the KPI value to a tuple of length %(length)s\n"
"or\n"
"\t- Changing the KPI to `multi` mode and giving an explicit value for each "
"sub-KPI."
Expand All @@ -879,8 +879,8 @@ msgstr ""
#: code:addons/mis_builder/models/mis_report.py:0
#, python-format
msgid ""
"KPI \"{}\" is valued as a tuple of length {} while a tuple of length {} is "
"expected."
"KPI \"%(kpi)s\" is valued as a tuple of length %(length)s while a tuple of "
"length%(expected_length)s is expected."
msgstr ""

#. module: mis_builder
Expand Down
24 changes: 12 additions & 12 deletions mis_builder/i18n/el.po
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,13 @@ msgstr ""
msgid "Columns"
msgstr ""

#. module: mis_builder
#. odoo-python
#: code:addons/mis_builder/models/kpimatrix.py:0
#, python-format
msgid "Columns %(descr)s and %(base_descr) are not comparable"
msgstr ""

#. module: mis_builder
#. odoo-python
#: code:addons/mis_builder/models/mis_report_instance.py:0
Expand All @@ -402,13 +409,6 @@ msgstr ""
msgid "Columns to sum"
msgstr ""

#. module: mis_builder
#. odoo-python
#: code:addons/mis_builder/models/kpimatrix.py:0
#, python-format
msgid "Columns {} and {} are not comparable"
msgstr ""

#. module: mis_builder
#: model:ir.model.fields,help:mis_builder.field_mis_report_instance__query_company_ids
msgid "Companies for which data will be searched."
Expand Down Expand Up @@ -773,7 +773,7 @@ msgstr ""
#. odoo-python
#: code:addons/mis_builder/report/mis_report_instance_xlsx.py:0
#, python-format
msgid "Generated on {} at {}"
msgid "Generated on %(gen_date)s at %(gen_time)s"
msgstr ""

#. module: mis_builder
Expand Down Expand Up @@ -861,10 +861,10 @@ msgstr ""
#: code:addons/mis_builder/models/mis_report.py:0
#, python-format
msgid ""
"KPI \"{}\" has type {} while a tuple was expected.\n"
"KPI \"%(kpi)s\" has type %(type)s while a tuple was expected.\n"
"\n"
"This can be fixed by either:\n"
"\t- Changing the KPI value to a tuple of length {}\n"
"\t- Changing the KPI value to a tuple of length %(length)s\n"
"or\n"
"\t- Changing the KPI to `multi` mode and giving an explicit value for each "
"sub-KPI."
Expand All @@ -875,8 +875,8 @@ msgstr ""
#: code:addons/mis_builder/models/mis_report.py:0
#, python-format
msgid ""
"KPI \"{}\" is valued as a tuple of length {} while a tuple of length {} is "
"expected."
"KPI \"%(kpi)s\" is valued as a tuple of length %(length)s while a tuple of "
"length%(expected_length)s is expected."
msgstr ""

#. module: mis_builder
Expand Down
24 changes: 12 additions & 12 deletions mis_builder/i18n/el_GR.po
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,13 @@ msgstr ""
msgid "Columns"
msgstr ""

#. module: mis_builder
#. odoo-python
#: code:addons/mis_builder/models/kpimatrix.py:0
#, python-format
msgid "Columns %(descr)s and %(base_descr) are not comparable"
msgstr ""

#. module: mis_builder
#. odoo-python
#: code:addons/mis_builder/models/mis_report_instance.py:0
Expand All @@ -402,13 +409,6 @@ msgstr ""
msgid "Columns to sum"
msgstr ""

#. module: mis_builder
#. odoo-python
#: code:addons/mis_builder/models/kpimatrix.py:0
#, python-format
msgid "Columns {} and {} are not comparable"
msgstr ""

#. module: mis_builder
#: model:ir.model.fields,help:mis_builder.field_mis_report_instance__query_company_ids
msgid "Companies for which data will be searched."
Expand Down Expand Up @@ -773,7 +773,7 @@ msgstr ""
#. odoo-python
#: code:addons/mis_builder/report/mis_report_instance_xlsx.py:0
#, python-format
msgid "Generated on {} at {}"
msgid "Generated on %(gen_date)s at %(gen_time)s"
msgstr ""

#. module: mis_builder
Expand Down Expand Up @@ -861,10 +861,10 @@ msgstr ""
#: code:addons/mis_builder/models/mis_report.py:0
#, python-format
msgid ""
"KPI \"{}\" has type {} while a tuple was expected.\n"
"KPI \"%(kpi)s\" has type %(type)s while a tuple was expected.\n"
"\n"
"This can be fixed by either:\n"
"\t- Changing the KPI value to a tuple of length {}\n"
"\t- Changing the KPI value to a tuple of length %(length)s\n"
"or\n"
"\t- Changing the KPI to `multi` mode and giving an explicit value for each "
"sub-KPI."
Expand All @@ -875,8 +875,8 @@ msgstr ""
#: code:addons/mis_builder/models/mis_report.py:0
#, python-format
msgid ""
"KPI \"{}\" is valued as a tuple of length {} while a tuple of length {} is "
"expected."
"KPI \"%(kpi)s\" is valued as a tuple of length %(length)s while a tuple of "
"length%(expected_length)s is expected."
msgstr ""

#. module: mis_builder
Expand Down
Loading

0 comments on commit 6adf368

Please sign in to comment.