Skip to content

Commit 1ceceec

Browse files
mymageweblate
authored andcommitted
Added translation using Weblate (Italian)
1 parent 7dea282 commit 1ceceec

File tree

1 file changed

+116
-0
lines changed
  • report_xlsx_helper/i18n

1 file changed

+116
-0
lines changed

report_xlsx_helper/i18n/it.po

+116
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * report_xlsx_helper
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 14.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"Last-Translator: Automatically generated\n"
10+
"Language-Team: none\n"
11+
"Language: it\n"
12+
"MIME-Version: 1.0\n"
13+
"Content-Type: text/plain; charset=UTF-8\n"
14+
"Content-Transfer-Encoding: \n"
15+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
16+
17+
#. module: report_xlsx_helper
18+
#: code:addons/report_xlsx_helper/models/ir_actions_report.py:0
19+
#, python-format
20+
msgid "%s model was not found"
21+
msgstr ""
22+
23+
#. module: report_xlsx_helper
24+
#: code:addons/report_xlsx_helper/report/report_xlsx_abstract.py:0
25+
#, python-format
26+
msgid ""
27+
"%s, _write_line : programming error detected while processing "
28+
"col_specs_section %s, column %s"
29+
msgstr ""
30+
31+
#. module: report_xlsx_helper
32+
#: code:addons/report_xlsx_helper/report/report_xlsx_abstract.py:0
33+
#, python-format
34+
msgid ", cellvalue %s"
35+
msgstr ""
36+
37+
#. module: report_xlsx_helper
38+
#: model:ir.model,name:report_xlsx_helper.model_report_report_xlsx_abstract
39+
msgid "Abstract XLSX Report"
40+
msgstr ""
41+
42+
#. module: report_xlsx_helper
43+
#: model:ir.model.fields,field_description:report_xlsx_helper.field_ir_actions_report__display_name
44+
#: model:ir.model.fields,field_description:report_xlsx_helper.field_report_report_xlsx_abstract__display_name
45+
#: model:ir.model.fields,field_description:report_xlsx_helper.field_report_report_xlsx_helper_test_partner_xlsx__display_name
46+
msgid "Display Name"
47+
msgstr ""
48+
49+
#. module: report_xlsx_helper
50+
#: model:ir.model.fields,field_description:report_xlsx_helper.field_ir_actions_report__id
51+
#: model:ir.model.fields,field_description:report_xlsx_helper.field_report_report_xlsx_abstract__id
52+
#: model:ir.model.fields,field_description:report_xlsx_helper.field_report_report_xlsx_helper_test_partner_xlsx__id
53+
msgid "ID"
54+
msgstr ""
55+
56+
#. module: report_xlsx_helper
57+
#: model:ir.model.fields,field_description:report_xlsx_helper.field_ir_actions_report____last_update
58+
#: model:ir.model.fields,field_description:report_xlsx_helper.field_report_report_xlsx_abstract____last_update
59+
#: model:ir.model.fields,field_description:report_xlsx_helper.field_report_report_xlsx_helper_test_partner_xlsx____last_update
60+
msgid "Last Modified on"
61+
msgstr ""
62+
63+
#. module: report_xlsx_helper
64+
#: code:addons/report_xlsx_helper/report/report_xlsx_abstract.py:0
65+
#, python-format
66+
msgid ""
67+
"Programming Error:\n"
68+
"\n"
69+
"Excel Sheet name '%s' contains unsupported special characters: '%s'."
70+
msgstr ""
71+
72+
#. module: report_xlsx_helper
73+
#: code:addons/report_xlsx_helper/report/report_xlsx_abstract.py:0
74+
#, python-format
75+
msgid ""
76+
"Programming Error:\n"
77+
"\n"
78+
"Excel Sheet name '%s' should not exceed %s characters."
79+
msgstr ""
80+
81+
#. module: report_xlsx_helper
82+
#: code:addons/report_xlsx_helper/report/report_xlsx_abstract.py:0
83+
#, python-format
84+
msgid ""
85+
"Programming Error:\n"
86+
"\n"
87+
"The '%s' column is not defined in the worksheet column specifications."
88+
msgstr ""
89+
90+
#. module: report_xlsx_helper
91+
#: code:addons/report_xlsx_helper/report/report_xlsx_abstract.py:0
92+
#, python-format
93+
msgid ""
94+
"Programming Error:\n"
95+
"\n"
96+
"The '%s' column is not defined the worksheet column specifications."
97+
msgstr ""
98+
99+
#. module: report_xlsx_helper
100+
#: code:addons/report_xlsx_helper/report/report_xlsx_abstract.py:0
101+
#, python-format
102+
msgid ""
103+
"Programming Error:\n"
104+
"\n"
105+
"The 'title' parameter is mandatory when calling the '_write_ws_title' method."
106+
msgstr ""
107+
108+
#. module: report_xlsx_helper
109+
#: model:ir.model,name:report_xlsx_helper.model_ir_actions_report
110+
msgid "Report Action"
111+
msgstr ""
112+
113+
#. module: report_xlsx_helper
114+
#: model:ir.model,name:report_xlsx_helper.model_report_report_xlsx_helper_test_partner_xlsx
115+
msgid "Test Partner XLSX Report"
116+
msgstr ""

0 commit comments

Comments
 (0)