-
-
Notifications
You must be signed in to change notification settings - Fork 807
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added translation using Weblate (Italian)
- Loading branch information
Showing
1 changed file
with
114 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,114 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * sql_export_excel | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"Last-Translator: Automatically generated\n" | ||
"Language-Team: none\n" | ||
"Language: it\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
|
||
#. 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 | ||
#: model:ir.model.fields.selection,name:sql_export_excel.selection__sql_export__file_format__excel | ||
msgid "Excel" | ||
msgstr "" | ||
|
||
#. module: sql_export_excel | ||
#: model:ir.model.fields,field_description:sql_export_excel.field_sql_export__attachment_id | ||
msgid "Excel Template" | ||
msgstr "" | ||
|
||
#. module: sql_export_excel | ||
#: model:ir.model.fields,field_description:sql_export_excel.field_sql_export__file_format | ||
msgid "File Format" | ||
msgstr "" | ||
|
||
#. module: sql_export_excel | ||
#: model:ir.model.fields,field_description:sql_export_excel.field_sql_export__header | ||
msgid "Header" | ||
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" | ||
"It is usefull to feed data in a excel file pre-configured with calculation" | ||
msgstr "" | ||
|
||
#. module: sql_export_excel | ||
#: model:ir.model.fields,help:sql_export_excel.field_sql_export__col_position | ||
msgid "Indicate from which column the result of the query should be injected." | ||
msgstr "" | ||
|
||
#. module: sql_export_excel | ||
#: model:ir.model.fields,help:sql_export_excel.field_sql_export__row_position | ||
msgid "Indicate from which row the result of the query should be injected." | ||
msgstr "" | ||
|
||
#. module: sql_export_excel | ||
#: model:ir.model.fields,help:sql_export_excel.field_sql_export__header | ||
msgid "Indicate if the header should be exported to the file." | ||
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." | ||
msgstr "" | ||
|
||
#. module: sql_export_excel | ||
#: model:ir.model.fields,field_description:sql_export_excel.field_sql_export__row_position | ||
msgid "Row Position" | ||
msgstr "" | ||
|
||
#. module: sql_export_excel | ||
#: model:ir.model,name:sql_export_excel.model_sql_export | ||
msgid "SQL export" | ||
msgstr "" | ||
|
||
#. module: sql_export_excel | ||
#: model:ir.model.fields,field_description:sql_export_excel.field_sql_export__sheet_position | ||
msgid "Sheet Position" | ||
msgstr "" | ||
|
||
#. module: sql_export_excel | ||
#. odoo-python | ||
#: 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 | ||
#. odoo-python | ||
#: 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 | ||
#. odoo-python | ||
#: 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 | ||
#. odoo-python | ||
#: code:addons/sql_export_excel/models/sql_export.py:0 | ||
#, python-format | ||
msgid "The sheet position can't be less than 1." | ||
msgstr "" |