Skip to content

Commit

Permalink
[UPD] Update base_export_manager.pot
Browse files Browse the repository at this point in the history
  • Loading branch information
oca-ci committed Aug 9, 2023
1 parent b3009bf commit 3a07052
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions base_export_manager/i18n/base_export_manager.pot
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.0\n"
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
Expand All @@ -24,6 +24,11 @@ msgstr ""
msgid "Export Access"
msgstr ""

#. module: base_export_manager
#: model_terms:ir.ui.view,arch_db:base_export_manager.ir_exports_form_view
msgid "Export Fields"
msgstr ""

#. module: base_export_manager
#: model:ir.model.fields,field_description:base_export_manager.field_ir_exports__name
msgid "Export Name"
Expand Down Expand Up @@ -51,18 +56,21 @@ msgid "Exports Line"
msgstr ""

#. module: base_export_manager
#. odoo-python
#: code:addons/base_export_manager/models/ir_exports_line.py:0
#, python-format
msgid "Field '%(name)s' not found in model '%(model)s'"
msgstr ""

#. module: base_export_manager
#. odoo-python
#: code:addons/base_export_manager/models/ir_exports_line.py:0
#, python-format
msgid "Field '%s' already exists"
msgstr ""

#. module: base_export_manager
#. odoo-python
#: code:addons/base_export_manager/models/ir_exports_line.py:0
#, python-format
msgid "Field '%s' does not exist"
Expand Down Expand Up @@ -104,6 +112,7 @@ msgid "HTTP Routing"
msgstr ""

#. module: base_export_manager
#. odoo-python
#: code:addons/base_export_manager/models/ir_exports_line.py:0
#, python-format
msgid "It's not allowed to have more than 4 levels depth: %s"
Expand Down Expand Up @@ -161,10 +170,11 @@ msgstr ""

#. module: base_export_manager
#: model:ir.model,name:base_export_manager.model_res_users
msgid "Users"
msgid "User"
msgstr ""

#. module: base_export_manager
#. odoo-python
#: code:addons/base_export_manager/models/ir_exports.py:0
#, python-format
msgid "You must supply a model or resource."
Expand Down

0 comments on commit 3a07052

Please sign in to comment.