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: reporting-engine-12.0/reporting-engine-12.0-bi_view_editor
Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-12-0/reporting-engine-12-0-bi_view_editor/
  • Loading branch information
oca-transbot committed Jun 18, 2020
1 parent 9817e6f commit 6a75939
Show file tree
Hide file tree
Showing 67 changed files with 2,211 additions and 804 deletions.
45 changes: 33 additions & 12 deletions bi_view_editor/i18n/am.po
Expand Up @@ -19,7 +19,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n"

#. module: bi_view_editor
#: code:addons/bi_view_editor/models/bve_view.py:418
#: code:addons/bi_view_editor/models/bve_view.py:440
#, python-format
msgid ""
"%s\n"
Expand All @@ -29,7 +29,7 @@ msgid ""
msgstr ""

#. module: bi_view_editor
#: code:addons/bi_view_editor/models/bve_view.py:452
#: code:addons/bi_view_editor/models/bve_view.py:474
#, python-format
msgid "%s (copy)"
msgstr ""
Expand All @@ -42,7 +42,7 @@ msgid "(join left)"
msgstr ""

#. module: bi_view_editor
#: code:addons/bi_view_editor/models/bve_view.py:544
#: code:addons/bi_view_editor/models/bve_view.py:566
#, python-format
msgid "Abstract models not supported."
msgstr ""
Expand All @@ -53,7 +53,7 @@ msgid "Action"
msgstr ""

#. module: bi_view_editor
#: code:addons/bi_view_editor/models/bve_view.py:415
#: code:addons/bi_view_editor/models/bve_view.py:437
#, python-format
msgid "At least one of the following groups must be added:"
msgstr ""
Expand All @@ -64,7 +64,7 @@ msgid "Average"
msgstr ""

#. module: bi_view_editor
#: code:addons/bi_view_editor/models/bve_view.py:446
#: code:addons/bi_view_editor/models/bve_view.py:468
#, python-format
msgid "BI View"
msgstr ""
Expand Down Expand Up @@ -117,6 +117,14 @@ msgstr ""
msgid "Column"
msgstr ""

#. module: bi_view_editor
#: model:ir.model.fields,help:bi_view_editor.field_bve_view__over_condition
msgid ""
"Condition to be inserted in the OVER part of the ID's row_number function.\n"
"For instance, 'ORDER BY t1.id' would create IDs ordered in the same way as "
"t1's IDs; otherwise IDs are assigned with no specific order."
msgstr ""

#. module: bi_view_editor
#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create
#, fuzzy
Expand Down Expand Up @@ -152,7 +160,7 @@ msgid "Custom BI View"
msgstr ""

#. module: bi_view_editor
#: code:addons/bi_view_editor/models/bve_view.py:106 sql_constraint:bve.view:0
#: code:addons/bi_view_editor/models/bve_view.py:119 sql_constraint:bve.view:0
#, python-format
msgid "Custom BI View names must be unique!"
msgstr ""
Expand Down Expand Up @@ -209,6 +217,14 @@ msgstr ""
msgid "Er Diagram Image"
msgstr ""

#. module: bi_view_editor
#: code:addons/bi_view_editor/models/bve_view.py:304
#, python-format
msgid ""
"Error creating the view '{query}':\n"
"{error}"
msgstr ""

#. module: bi_view_editor
#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_line__field_id
#: model_terms:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form
Expand All @@ -234,13 +250,13 @@ msgid "Fields"
msgstr ""

#. module: bi_view_editor
#: code:addons/bi_view_editor/models/bve_view.py:439
#: code:addons/bi_view_editor/models/bve_view.py:461
#, python-format
msgid "Following fields are missing: %s."
msgstr ""

#. module: bi_view_editor
#: code:addons/bi_view_editor/models/bve_view.py:432
#: code:addons/bi_view_editor/models/bve_view.py:454
#, python-format
msgid ""
"Following models are missing: %s.\n"
Expand Down Expand Up @@ -269,7 +285,7 @@ msgid "In List"
msgstr ""

#. module: bi_view_editor
#: code:addons/bi_view_editor/models/bve_view.py:537
#: code:addons/bi_view_editor/models/bve_view.py:559
#, python-format
msgid "Inconsistent lines."
msgstr ""
Expand Down Expand Up @@ -383,7 +399,7 @@ msgid "No data to be displayed."
msgstr ""

#. module: bi_view_editor
#: code:addons/bi_view_editor/models/bve_view.py:424
#: code:addons/bi_view_editor/models/bve_view.py:446
#, python-format
msgid "No data to process."
msgstr ""
Expand All @@ -406,6 +422,11 @@ msgstr ""
msgid "Options"
msgstr ""

#. module: bi_view_editor
#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view__over_condition
msgid "Over Condition"
msgstr ""

#. module: bi_view_editor
#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view__query
msgid "Query"
Expand Down Expand Up @@ -471,7 +492,7 @@ msgid "Table Alias"
msgstr ""

#. module: bi_view_editor
#: code:addons/bi_view_editor/models/bve_view.py:414
#: code:addons/bi_view_editor/models/bve_view.py:436
#, python-format
msgid ""
"The model \"%s\" cannot be accessed by users with the selected groups only."
Expand Down Expand Up @@ -545,7 +566,7 @@ msgid "View Field Type"
msgstr ""

#. module: bi_view_editor
#: code:addons/bi_view_editor/models/bve_view.py:489
#: code:addons/bi_view_editor/models/bve_view.py:511
#, python-format
msgid "You cannot delete a created view! Reset the view to draft first."
msgstr ""
Expand Down
45 changes: 33 additions & 12 deletions bi_view_editor/i18n/ar.po
Expand Up @@ -20,7 +20,7 @@ msgstr ""
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"

#. module: bi_view_editor
#: code:addons/bi_view_editor/models/bve_view.py:418
#: code:addons/bi_view_editor/models/bve_view.py:440
#, python-format
msgid ""
"%s\n"
Expand All @@ -30,7 +30,7 @@ msgid ""
msgstr ""

#. module: bi_view_editor
#: code:addons/bi_view_editor/models/bve_view.py:452
#: code:addons/bi_view_editor/models/bve_view.py:474
#, python-format
msgid "%s (copy)"
msgstr ""
Expand All @@ -43,7 +43,7 @@ msgid "(join left)"
msgstr ""

#. module: bi_view_editor
#: code:addons/bi_view_editor/models/bve_view.py:544
#: code:addons/bi_view_editor/models/bve_view.py:566
#, python-format
msgid "Abstract models not supported."
msgstr ""
Expand All @@ -54,7 +54,7 @@ msgid "Action"
msgstr ""

#. module: bi_view_editor
#: code:addons/bi_view_editor/models/bve_view.py:415
#: code:addons/bi_view_editor/models/bve_view.py:437
#, python-format
msgid "At least one of the following groups must be added:"
msgstr ""
Expand All @@ -65,7 +65,7 @@ msgid "Average"
msgstr ""

#. module: bi_view_editor
#: code:addons/bi_view_editor/models/bve_view.py:446
#: code:addons/bi_view_editor/models/bve_view.py:468
#, python-format
msgid "BI View"
msgstr ""
Expand Down Expand Up @@ -118,6 +118,14 @@ msgstr ""
msgid "Column"
msgstr ""

#. module: bi_view_editor
#: model:ir.model.fields,help:bi_view_editor.field_bve_view__over_condition
msgid ""
"Condition to be inserted in the OVER part of the ID's row_number function.\n"
"For instance, 'ORDER BY t1.id' would create IDs ordered in the same way as "
"t1's IDs; otherwise IDs are assigned with no specific order."
msgstr ""

#. module: bi_view_editor
#: model:ir.model,name:bi_view_editor.model_wizard_ir_model_menu_create
#, fuzzy
Expand Down Expand Up @@ -153,7 +161,7 @@ msgid "Custom BI View"
msgstr ""

#. module: bi_view_editor
#: code:addons/bi_view_editor/models/bve_view.py:106 sql_constraint:bve.view:0
#: code:addons/bi_view_editor/models/bve_view.py:119 sql_constraint:bve.view:0
#, python-format
msgid "Custom BI View names must be unique!"
msgstr ""
Expand Down Expand Up @@ -210,6 +218,14 @@ msgstr ""
msgid "Er Diagram Image"
msgstr ""

#. module: bi_view_editor
#: code:addons/bi_view_editor/models/bve_view.py:304
#, python-format
msgid ""
"Error creating the view '{query}':\n"
"{error}"
msgstr ""

#. module: bi_view_editor
#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view_line__field_id
#: model_terms:ir.ui.view,arch_db:bi_view_editor.view_bi_view_editor_view_form
Expand Down Expand Up @@ -237,13 +253,13 @@ msgid "Fields"
msgstr ""

#. module: bi_view_editor
#: code:addons/bi_view_editor/models/bve_view.py:439
#: code:addons/bi_view_editor/models/bve_view.py:461
#, python-format
msgid "Following fields are missing: %s."
msgstr ""

#. module: bi_view_editor
#: code:addons/bi_view_editor/models/bve_view.py:432
#: code:addons/bi_view_editor/models/bve_view.py:454
#, python-format
msgid ""
"Following models are missing: %s.\n"
Expand Down Expand Up @@ -272,7 +288,7 @@ msgid "In List"
msgstr ""

#. module: bi_view_editor
#: code:addons/bi_view_editor/models/bve_view.py:537
#: code:addons/bi_view_editor/models/bve_view.py:559
#, python-format
msgid "Inconsistent lines."
msgstr ""
Expand Down Expand Up @@ -386,7 +402,7 @@ msgid "No data to be displayed."
msgstr ""

#. module: bi_view_editor
#: code:addons/bi_view_editor/models/bve_view.py:424
#: code:addons/bi_view_editor/models/bve_view.py:446
#, python-format
msgid "No data to process."
msgstr ""
Expand All @@ -409,6 +425,11 @@ msgstr ""
msgid "Options"
msgstr ""

#. module: bi_view_editor
#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view__over_condition
msgid "Over Condition"
msgstr ""

#. module: bi_view_editor
#: model:ir.model.fields,field_description:bi_view_editor.field_bve_view__query
msgid "Query"
Expand Down Expand Up @@ -474,7 +495,7 @@ msgid "Table Alias"
msgstr ""

#. module: bi_view_editor
#: code:addons/bi_view_editor/models/bve_view.py:414
#: code:addons/bi_view_editor/models/bve_view.py:436
#, python-format
msgid ""
"The model \"%s\" cannot be accessed by users with the selected groups only."
Expand Down Expand Up @@ -548,7 +569,7 @@ msgid "View Field Type"
msgstr ""

#. module: bi_view_editor
#: code:addons/bi_view_editor/models/bve_view.py:489
#: code:addons/bi_view_editor/models/bve_view.py:511
#, python-format
msgid "You cannot delete a created view! Reset the view to draft first."
msgstr ""
Expand Down

0 comments on commit 6a75939

Please sign in to comment.