[UPD] Update sql_export_excel.pot
parent
ec0383c00a
commit
8a4dc84bcc
|
@ -1,30 +1,30 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * sql_export_excel
|
||||
# * sql_export_excel
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 12.0\n"
|
||||
"Project-Id-Version: Odoo Server 14.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"Last-Translator: <>\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: sql_export_excel
|
||||
#: selection:sql.export,file_format:0
|
||||
msgid "CSV"
|
||||
msgstr ""
|
||||
|
||||
#. module: sql_export_excel
|
||||
#: model:ir.model.fields,field_description:sql_export_excel.field_sql_export__col_position
|
||||
msgid "Column Position"
|
||||
msgstr ""
|
||||
|
||||
#. module: sql_export_excel
|
||||
#: selection:sql.export,file_format:0
|
||||
#: model:ir.model.fields,field_description:sql_export_excel.field_sql_export__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: sql_export_excel
|
||||
#: model:ir.model.fields.selection,name:sql_export_excel.selection__sql_export__file_format__excel
|
||||
msgid "Excel"
|
||||
msgstr ""
|
||||
|
||||
|
@ -43,9 +43,15 @@ msgstr ""
|
|||
msgid "Header"
|
||||
msgstr ""
|
||||
|
||||
#. module: sql_export_excel
|
||||
#: model:ir.model.fields,field_description:sql_export_excel.field_sql_export__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: sql_export_excel
|
||||
#: model:ir.model.fields,help:sql_export_excel.field_sql_export__attachment_id
|
||||
msgid "If you configure an excel file (in xlsx format) here, the result of the query will be injected in it.\n"
|
||||
msgid ""
|
||||
"If you configure an excel file (in xlsx format) here, the result of the query will be injected in it.\n"
|
||||
"It is usefull to feed data in a excel file pre-configured with calculation"
|
||||
msgstr ""
|
||||
|
||||
|
@ -66,7 +72,14 @@ msgstr ""
|
|||
|
||||
#. module: sql_export_excel
|
||||
#: model:ir.model.fields,help:sql_export_excel.field_sql_export__sheet_position
|
||||
msgid "Indicate the sheet's position of the excel template where the result of the sql query should be injected."
|
||||
msgid ""
|
||||
"Indicate the sheet's position of the excel template where the result of the "
|
||||
"sql query should be injected."
|
||||
msgstr ""
|
||||
|
||||
#. module: sql_export_excel
|
||||
#: model:ir.model.fields,field_description:sql_export_excel.field_sql_export____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: sql_export_excel
|
||||
|
@ -85,26 +98,32 @@ msgid "Sheet Position"
|
|||
msgstr ""
|
||||
|
||||
#. module: sql_export_excel
|
||||
#: code:addons/sql_export_excel/models/sql_export.py:89
|
||||
#, python-format
|
||||
msgid "The Excel Template file contains less than %s sheets Please, adjust the Sheet Position parameter."
|
||||
#: model:ir.model.fields,field_description:sql_export_excel.field_sql_export__smart_search
|
||||
msgid "Smart Search"
|
||||
msgstr ""
|
||||
|
||||
#. module: sql_export_excel
|
||||
#: code:addons/sql_export_excel/models/sql_export.py:62
|
||||
#: code:addons/sql_export_excel/models/sql_export.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The Excel Template file contains less than %s sheets Please, adjust the "
|
||||
"Sheet Position parameter."
|
||||
msgstr ""
|
||||
|
||||
#. module: sql_export_excel
|
||||
#: code:addons/sql_export_excel/models/sql_export.py:0
|
||||
#, python-format
|
||||
msgid "The column position can't be less than 1."
|
||||
msgstr ""
|
||||
|
||||
#. module: sql_export_excel
|
||||
#: code:addons/sql_export_excel/models/sql_export.py:55
|
||||
#: code:addons/sql_export_excel/models/sql_export.py:0
|
||||
#, python-format
|
||||
msgid "The row position can't be less than 1."
|
||||
msgstr ""
|
||||
|
||||
#. module: sql_export_excel
|
||||
#: code:addons/sql_export_excel/models/sql_export.py:48
|
||||
#: code:addons/sql_export_excel/models/sql_export.py:0
|
||||
#, python-format
|
||||
msgid "The sheet position can't be less than 1."
|
||||
msgstr ""
|
||||
|
||||
|
|
Loading…
Reference in New Issue