From 707e6511329ed5a63f7183e15db386e7761e6fd7 Mon Sep 17 00:00:00 2001 From: Weblate Date: Wed, 1 Nov 2023 18:01:44 +0000 Subject: [PATCH] Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: mis-builder-15.0/mis-builder-15.0-mis_builder Translate-URL: https://translation.odoo-community.org/projects/mis-builder-15-0/mis-builder-15-0-mis_builder/ --- mis_builder/i18n/ca.po | 65 +++++++++++++++++++++++++------------ mis_builder/i18n/de.po | 22 ++++++------- mis_builder/i18n/el.po | 22 ++++++------- mis_builder/i18n/el_GR.po | 22 ++++++------- mis_builder/i18n/es.po | 66 ++++++++++++++++++++++++++------------ mis_builder/i18n/fr.po | 26 ++++++++------- mis_builder/i18n/hr.po | 22 ++++++------- mis_builder/i18n/it.po | 32 ++++++++++++------- mis_builder/i18n/nl.po | 26 ++++++++------- mis_builder/i18n/nl_NL.po | 26 ++++++++------- mis_builder/i18n/pt.po | 22 ++++++------- mis_builder/i18n/pt_BR.po | 67 +++++++++++++++++++++++++++------------ mis_builder/i18n/sv.po | 22 ++++++------- 13 files changed, 268 insertions(+), 172 deletions(-) diff --git a/mis_builder/i18n/ca.po b/mis_builder/i18n/ca.po index 3c6742396..36223f6d0 100644 --- a/mis_builder/i18n/ca.po +++ b/mis_builder/i18n/ca.po @@ -540,6 +540,12 @@ msgstr "" msgid "Columns" msgstr "Columnes" +#. module: mis_builder +#: code:addons/mis_builder/models/kpimatrix.py:0 +#, python-format +msgid "Columns %(descr)s and %(base_descr)s are not comparable" +msgstr "" + #. module: mis_builder #: code:addons/mis_builder/models/mis_report_instance.py:0 #, python-format @@ -551,12 +557,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 -#: 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." @@ -947,8 +947,8 @@ msgstr "Des de (computat)" #. module: mis_builder #: 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 @@ -1039,30 +1039,22 @@ 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 #: 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 @@ -1930,6 +1922,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 {}." + #~ msgid "Account model" #~ msgstr "Model de compte" diff --git a/mis_builder/i18n/de.po b/mis_builder/i18n/de.po index 53b623013..86fe660ac 100644 --- a/mis_builder/i18n/de.po +++ b/mis_builder/i18n/de.po @@ -444,6 +444,12 @@ msgstr "" msgid "Columns" msgstr "" +#. module: mis_builder +#: code:addons/mis_builder/models/kpimatrix.py:0 +#, python-format +msgid "Columns %(descr)s and %(base_descr)s are not comparable" +msgstr "" + #. module: mis_builder #: code:addons/mis_builder/models/mis_report_instance.py:0 #, python-format @@ -455,12 +461,6 @@ msgstr "" msgid "Columns to sum" msgstr "" -#. module: mis_builder -#: 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." @@ -827,7 +827,7 @@ msgstr "" #. module: mis_builder #: 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 @@ -917,10 +917,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." @@ -930,8 +930,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 diff --git a/mis_builder/i18n/el.po b/mis_builder/i18n/el.po index be8856d73..9eb846aa0 100644 --- a/mis_builder/i18n/el.po +++ b/mis_builder/i18n/el.po @@ -440,6 +440,12 @@ msgstr "" msgid "Columns" msgstr "" +#. module: mis_builder +#: code:addons/mis_builder/models/kpimatrix.py:0 +#, python-format +msgid "Columns %(descr)s and %(base_descr)s are not comparable" +msgstr "" + #. module: mis_builder #: code:addons/mis_builder/models/mis_report_instance.py:0 #, python-format @@ -451,12 +457,6 @@ msgstr "" msgid "Columns to sum" msgstr "" -#. module: mis_builder -#: 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." @@ -823,7 +823,7 @@ msgstr "" #. module: mis_builder #: 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 @@ -913,10 +913,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." @@ -926,8 +926,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 diff --git a/mis_builder/i18n/el_GR.po b/mis_builder/i18n/el_GR.po index a3adb5817..3cd263f41 100644 --- a/mis_builder/i18n/el_GR.po +++ b/mis_builder/i18n/el_GR.po @@ -440,6 +440,12 @@ msgstr "" msgid "Columns" msgstr "" +#. module: mis_builder +#: code:addons/mis_builder/models/kpimatrix.py:0 +#, python-format +msgid "Columns %(descr)s and %(base_descr)s are not comparable" +msgstr "" + #. module: mis_builder #: code:addons/mis_builder/models/mis_report_instance.py:0 #, python-format @@ -451,12 +457,6 @@ msgstr "" msgid "Columns to sum" msgstr "" -#. module: mis_builder -#: 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." @@ -823,7 +823,7 @@ msgstr "" #. module: mis_builder #: 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 @@ -913,10 +913,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." @@ -926,8 +926,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 diff --git a/mis_builder/i18n/es.po b/mis_builder/i18n/es.po index a6d4c456c..591cae03d 100644 --- a/mis_builder/i18n/es.po +++ b/mis_builder/i18n/es.po @@ -559,6 +559,12 @@ msgstr "La columna %s con fuente de datos reales debe tener fecha desde/hasta." msgid "Columns" msgstr "Columnas" +#. module: mis_builder +#: code:addons/mis_builder/models/kpimatrix.py:0 +#, python-format +msgid "Columns %(descr)s and %(base_descr)s are not comparable" +msgstr "" + #. module: mis_builder #: code:addons/mis_builder/models/mis_report_instance.py:0 #, python-format @@ -570,12 +576,6 @@ msgstr "Las columnas a comparar deben pertenecer al mismo informe en %s" msgid "Columns to sum" msgstr "Columnas a sumar" -#. module: mis_builder -#: code:addons/mis_builder/models/kpimatrix.py:0 -#, python-format -msgid "Columns {} and {} are not comparable" -msgstr "Las columnas {} and {} no son 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." @@ -967,8 +967,8 @@ msgstr "De (calculado)" #. module: mis_builder #: code:addons/mis_builder/report/mis_report_instance_xlsx.py:0 #, python-format -msgid "Generated on {} at {}" -msgstr "Generado el {} a las {}" +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 @@ -1059,30 +1059,22 @@ 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 \"{}\" tiene el tipo {} mientras se esperaba una tupla.\n" -"\n" -"Esto se puede solucionar mediante:\n" -"- Cambiar el valor de KPI a una tupla de longitud {}\n" -"o\n" -"- Cambiar el KPI al modo `multi` y dar un valor explícito para cada sub-KPI." #. module: mis_builder #: 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 \"{}\" se valora como una tupla de longitud {} mientras que se espera " -"una tupla de longitud {}." #. module: mis_builder #: model:ir.model.fields,field_description:mis_builder.field_mis_kpi_data__seq1 @@ -1955,6 +1947,40 @@ msgstr "extra-súper-grande" msgid "xx-small" msgstr "extra-súper-pequeña" +#, python-format +#~ msgid "Columns {} and {} are not comparable" +#~ msgstr "Las columnas {} and {} no son comparables" + +#, python-format +#~ msgid "Generated on {} at {}" +#~ msgstr "Generado el {} a las {}" + +#, 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 \"{}\" tiene el tipo {} mientras se esperaba una tupla.\n" +#~ "\n" +#~ "Esto se puede solucionar mediante:\n" +#~ "- Cambiar el valor de KPI a una tupla de longitud {}\n" +#~ "o\n" +#~ "- Cambiar el KPI al modo `multi` y dar un valor explícito para cada sub-" +#~ "KPI." + +#, python-format +#~ msgid "" +#~ "KPI \"{}\" is valued as a tuple of length {} while a tuple of length {} " +#~ "is expected." +#~ msgstr "" +#~ "El KPI \"{}\" se valora como una tupla de longitud {} mientras que se " +#~ "espera una tupla de longitud {}." + #~ msgid "Account model" #~ msgstr "Modelo de cuenta" diff --git a/mis_builder/i18n/fr.po b/mis_builder/i18n/fr.po index 972f9a435..4cc39d4a5 100644 --- a/mis_builder/i18n/fr.po +++ b/mis_builder/i18n/fr.po @@ -457,6 +457,12 @@ msgstr "Colonne %s avec une source pour le réel doit avoir des dates de/à ." msgid "Columns" msgstr "Colonnes" +#. module: mis_builder +#: code:addons/mis_builder/models/kpimatrix.py:0 +#, python-format +msgid "Columns %(descr)s and %(base_descr)s are not comparable" +msgstr "" + #. module: mis_builder #: code:addons/mis_builder/models/mis_report_instance.py:0 #, python-format @@ -468,12 +474,6 @@ msgstr "Les colonnes à  comparer doivent appartenir au même rapport %s" msgid "Columns to sum" msgstr "Colonnes à additionner" -#. module: mis_builder -#: code:addons/mis_builder/models/kpimatrix.py:0 -#, python-format -msgid "Columns {} and {} are not comparable" -msgstr "Les colonnes {} et {} ne sont pas 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." @@ -850,7 +850,7 @@ msgstr "" #. module: mis_builder #: 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 @@ -942,10 +942,10 @@ 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." @@ -955,8 +955,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 @@ -1823,6 +1823,10 @@ msgstr "xx-grand" msgid "xx-small" msgstr "xx-petit" +#, python-format +#~ msgid "Columns {} and {} are not comparable" +#~ msgstr "Les colonnes {} et {} ne sont pas comparables" + #~ msgid "Account model" #~ msgstr "Additionne le détail des comptes" diff --git a/mis_builder/i18n/hr.po b/mis_builder/i18n/hr.po index 5a7ae3420..f88887d2f 100644 --- a/mis_builder/i18n/hr.po +++ b/mis_builder/i18n/hr.po @@ -454,6 +454,12 @@ msgstr "" msgid "Columns" msgstr "" +#. module: mis_builder +#: code:addons/mis_builder/models/kpimatrix.py:0 +#, python-format +msgid "Columns %(descr)s and %(base_descr)s are not comparable" +msgstr "" + #. module: mis_builder #: code:addons/mis_builder/models/mis_report_instance.py:0 #, python-format @@ -465,12 +471,6 @@ msgstr "" msgid "Columns to sum" msgstr "" -#. module: mis_builder -#: 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." @@ -837,7 +837,7 @@ msgstr "" #. module: mis_builder #: 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 @@ -927,10 +927,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." @@ -940,8 +940,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 diff --git a/mis_builder/i18n/it.po b/mis_builder/i18n/it.po index 0e4531c6f..bdd9fa96a 100644 --- a/mis_builder/i18n/it.po +++ b/mis_builder/i18n/it.po @@ -443,6 +443,12 @@ msgstr "La colonna %s con movimenti di riga deve avere data da: a:." msgid "Columns" msgstr "Colonne" +#. module: mis_builder +#: code:addons/mis_builder/models/kpimatrix.py:0 +#, python-format +msgid "Columns %(descr)s and %(base_descr)s are not comparable" +msgstr "" + #. module: mis_builder #: code:addons/mis_builder/models/mis_report_instance.py:0 #, python-format @@ -454,12 +460,6 @@ msgstr "Colonne da confrontare devono essere dello stesso report %s" msgid "Columns to sum" msgstr "Colonne da sommare" -#. module: mis_builder -#: code:addons/mis_builder/models/kpimatrix.py:0 -#, python-format -msgid "Columns {} and {} are not comparable" -msgstr "Le colonne {} e {} non sono confrontabili" - #. 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." @@ -832,8 +832,8 @@ msgstr "Da (calcolato)" #. module: mis_builder #: code:addons/mis_builder/report/mis_report_instance_xlsx.py:0 #, python-format -msgid "Generated on {} at {}" -msgstr "Generato il {} al {}" +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 @@ -924,10 +924,10 @@ 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." @@ -937,8 +937,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 @@ -1787,6 +1787,14 @@ msgstr "" msgid "xx-small" msgstr "" +#, python-format +#~ msgid "Columns {} and {} are not comparable" +#~ msgstr "Le colonne {} e {} non sono confrontabili" + +#, python-format +#~ msgid "Generated on {} at {}" +#~ msgstr "Generato il {} al {}" + #~ msgid "Account model" #~ msgstr "Modello contabile" diff --git a/mis_builder/i18n/nl.po b/mis_builder/i18n/nl.po index e80cb5319..0c2aad0ae 100644 --- a/mis_builder/i18n/nl.po +++ b/mis_builder/i18n/nl.po @@ -456,6 +456,12 @@ msgstr "Kolom %s met Actuele waardes moet van/tot data hebben." msgid "Columns" msgstr "Kolommen" +#. module: mis_builder +#: code:addons/mis_builder/models/kpimatrix.py:0 +#, python-format +msgid "Columns %(descr)s and %(base_descr)s are not comparable" +msgstr "" + #. module: mis_builder #: code:addons/mis_builder/models/mis_report_instance.py:0 #, python-format @@ -467,12 +473,6 @@ msgstr "Te vergelijken kolommen moeten tot hetzelfde rapport in %s behoren" msgid "Columns to sum" msgstr "Op te sommen kolommen" -#. module: mis_builder -#: code:addons/mis_builder/models/kpimatrix.py:0 -#, python-format -msgid "Columns {} and {} are not comparable" -msgstr "Kolommen {} en {} zijn niet vergelijkbaar" - #. 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." @@ -853,7 +853,7 @@ msgstr "" #. module: mis_builder #: 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 @@ -945,10 +945,10 @@ 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." @@ -958,8 +958,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 @@ -1823,6 +1823,10 @@ msgstr "XXL" msgid "xx-small" msgstr "XXS" +#, python-format +#~ msgid "Columns {} and {} are not comparable" +#~ msgstr "Kolommen {} en {} zijn niet vergelijkbaar" + #, fuzzy #~ msgid "Account model" #~ msgstr "Rekening details optellen" diff --git a/mis_builder/i18n/nl_NL.po b/mis_builder/i18n/nl_NL.po index fd440eb80..5bda5a907 100644 --- a/mis_builder/i18n/nl_NL.po +++ b/mis_builder/i18n/nl_NL.po @@ -459,6 +459,12 @@ msgstr "Kolom %s met Actuele waardes moet van/tot data hebben." msgid "Columns" msgstr "Kolommen" +#. module: mis_builder +#: code:addons/mis_builder/models/kpimatrix.py:0 +#, python-format +msgid "Columns %(descr)s and %(base_descr)s are not comparable" +msgstr "" + #. module: mis_builder #: code:addons/mis_builder/models/mis_report_instance.py:0 #, python-format @@ -470,12 +476,6 @@ msgstr "Te vergelijken kolommen moeten tot hetzelfde rapport in %s behoren" msgid "Columns to sum" msgstr "Op te sommen kolommen" -#. module: mis_builder -#: code:addons/mis_builder/models/kpimatrix.py:0 -#, python-format -msgid "Columns {} and {} are not comparable" -msgstr "Kolommen {} en {} zijn niet vergelijkbaar" - #. 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." @@ -856,7 +856,7 @@ msgstr "" #. module: mis_builder #: 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 @@ -948,10 +948,10 @@ 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." @@ -961,8 +961,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 @@ -1826,6 +1826,10 @@ msgstr "XXL" msgid "xx-small" msgstr "XXS" +#, python-format +#~ msgid "Columns {} and {} are not comparable" +#~ msgstr "Kolommen {} en {} zijn niet vergelijkbaar" + #, fuzzy #~ msgid "Account model" #~ msgstr "Rekening details optellen" diff --git a/mis_builder/i18n/pt.po b/mis_builder/i18n/pt.po index 33d7ef2cf..c0fc2c7fb 100644 --- a/mis_builder/i18n/pt.po +++ b/mis_builder/i18n/pt.po @@ -444,6 +444,12 @@ msgstr "" msgid "Columns" msgstr "" +#. module: mis_builder +#: code:addons/mis_builder/models/kpimatrix.py:0 +#, python-format +msgid "Columns %(descr)s and %(base_descr)s are not comparable" +msgstr "" + #. module: mis_builder #: code:addons/mis_builder/models/mis_report_instance.py:0 #, python-format @@ -455,12 +461,6 @@ msgstr "" msgid "Columns to sum" msgstr "" -#. module: mis_builder -#: 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." @@ -827,7 +827,7 @@ msgstr "" #. module: mis_builder #: 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 @@ -917,10 +917,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." @@ -930,8 +930,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 diff --git a/mis_builder/i18n/pt_BR.po b/mis_builder/i18n/pt_BR.po index 08b8f78c3..ad26254ee 100644 --- a/mis_builder/i18n/pt_BR.po +++ b/mis_builder/i18n/pt_BR.po @@ -460,6 +460,12 @@ msgstr "Coluna %s com fonte nas linhas de lançamento devem ter datas de/para." msgid "Columns" msgstr "Colunas" +#. module: mis_builder +#: code:addons/mis_builder/models/kpimatrix.py:0 +#, python-format +msgid "Columns %(descr)s and %(base_descr)s are not comparable" +msgstr "" + #. module: mis_builder #: code:addons/mis_builder/models/mis_report_instance.py:0 #, python-format @@ -471,12 +477,6 @@ msgstr "Colunas para comparar devem pertencer ao mesmo relatório em %s" msgid "Columns to sum" msgstr "Colunas para somar" -#. module: mis_builder -#: code:addons/mis_builder/models/kpimatrix.py:0 -#, python-format -msgid "Columns {} and {} are not comparable" -msgstr "Colunas {} e {} não são comparáveis" - #. 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." @@ -850,8 +850,8 @@ msgstr "De (computado)" #. module: mis_builder #: code:addons/mis_builder/report/mis_report_instance_xlsx.py:0 #, python-format -msgid "Generated on {} at {}" -msgstr "Gerado em {} às {}" +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 @@ -942,31 +942,22 @@ 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 "" -"KPI \"{}\" possui o tipo {} enquanto uma tupla era o esperado.\n" -"\n" -"Isso pode ser corrigido assim:\n" -"\t- Alterando o valor do KPI para uma tupla de comprimento {}\n" -"ou\n" -"\t- Alterando o KPI para modo `multi` e dando um valor explícito para cada " -"sub-KPI." #. module: mis_builder #: 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 "" -"O KPI \"{}\" esta definido como uma tupla de comprimento {} enquanto uma " -"tupla de comprimento {} era esperada." #. module: mis_builder #: model:ir.model.fields,field_description:mis_builder.field_mis_kpi_data__seq1 @@ -1818,6 +1809,40 @@ msgstr "grandíssimo" msgid "xx-small" msgstr "Pequeníssimo" +#, python-format +#~ msgid "Columns {} and {} are not comparable" +#~ msgstr "Colunas {} e {} não são comparáveis" + +#, python-format +#~ msgid "Generated on {} at {}" +#~ msgstr "Gerado em {} às {}" + +#, 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 "" +#~ "KPI \"{}\" possui o tipo {} enquanto uma tupla era o esperado.\n" +#~ "\n" +#~ "Isso pode ser corrigido assim:\n" +#~ "\t- Alterando o valor do KPI para uma tupla de comprimento {}\n" +#~ "ou\n" +#~ "\t- Alterando o KPI para modo `multi` e dando um valor explícito para " +#~ "cada sub-KPI." + +#, python-format +#~ msgid "" +#~ "KPI \"{}\" is valued as a tuple of length {} while a tuple of length {} " +#~ "is expected." +#~ msgstr "" +#~ "O KPI \"{}\" esta definido como uma tupla de comprimento {} enquanto uma " +#~ "tupla de comprimento {} era esperada." + #~ msgid "Account model" #~ msgstr "Modelo de conta" diff --git a/mis_builder/i18n/sv.po b/mis_builder/i18n/sv.po index e6ad8ea7a..12f484096 100644 --- a/mis_builder/i18n/sv.po +++ b/mis_builder/i18n/sv.po @@ -442,6 +442,12 @@ msgstr "" msgid "Columns" msgstr "" +#. module: mis_builder +#: code:addons/mis_builder/models/kpimatrix.py:0 +#, python-format +msgid "Columns %(descr)s and %(base_descr)s are not comparable" +msgstr "" + #. module: mis_builder #: code:addons/mis_builder/models/mis_report_instance.py:0 #, python-format @@ -453,12 +459,6 @@ msgstr "" msgid "Columns to sum" msgstr "" -#. module: mis_builder -#: 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." @@ -825,7 +825,7 @@ msgstr "" #. module: mis_builder #: 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 @@ -915,10 +915,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." @@ -928,8 +928,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