Skip to content

Commit b00d3ad

Browse files
mymageweblate
authored andcommitted
Added translation using Weblate (Italian)
1 parent b25623e commit b00d3ad

1 file changed

Lines changed: 340 additions & 0 deletions

File tree

report_docx/i18n/it.po

Lines changed: 340 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,340 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * report_docx
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 16.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_docx
18+
#: model_terms:ir.ui.view,arch_db:report_docx.template_help
19+
msgid ", which in turn is used by <em>docxtpl</em>."
20+
msgstr ""
21+
22+
#. module: report_docx
23+
#: model_terms:ir.ui.view,arch_db:report_docx.template_help
24+
msgid ""
25+
"<code>{%p for object in docs %}</code>\n"
26+
" <code>...</code>\n"
27+
" <code>{%p endfor %}</code>"
28+
msgstr ""
29+
30+
#. module: report_docx
31+
#: model_terms:ir.ui.view,arch_db:report_docx.template_help
32+
msgid "Check out the existing demo report templates:"
33+
msgstr ""
34+
35+
#. module: report_docx
36+
#. odoo-python
37+
#: code:addons/report_docx/models/ir_actions_report.py:0
38+
#, python-format
39+
msgid ""
40+
"Checks if an html field is empty, ie "
41+
"<code>is_html_empty('&lt;p/&gt;')</code> returns <code>True</code>"
42+
msgstr ""
43+
44+
#. module: report_docx
45+
#: model:ir.model.fields,field_description:report_docx.field_ir_actions_report__docx_expression_test_code
46+
msgid "Code"
47+
msgstr ""
48+
49+
#. module: report_docx
50+
#. odoo-python
51+
#: code:addons/report_docx/models/ir_actions_report.py:0
52+
#, python-format
53+
msgid ""
54+
"Converts a number to a string, ie <code>num2words(42)</code> returns "
55+
"<code>&quot;fourty-two&quot;</code>"
56+
msgstr ""
57+
58+
#. module: report_docx
59+
#: model:ir.model.fields.selection,name:report_docx.selection__ir_actions_report__report_type__docx
60+
#: model_terms:ir.ui.view,arch_db:report_docx.act_report_xml_view
61+
msgid "DOCX"
62+
msgstr ""
63+
64+
#. module: report_docx
65+
#: model:ir.actions.report,name:report_docx.report_ir_module_multi_mode_template
66+
#: model_terms:ir.ui.view,arch_db:report_docx.template_help
67+
msgid "DOCX (one file)"
68+
msgstr ""
69+
70+
#. module: report_docx
71+
#: model:ir.actions.report,name:report_docx.report_ir_module_multi_mode_zip
72+
#: model_terms:ir.ui.view,arch_db:report_docx.template_help
73+
msgid "DOCX (zip if multiple)"
74+
msgstr ""
75+
76+
#. module: report_docx
77+
#: model:ir.model.fields,field_description:report_docx.field_ir_actions_report__docx_expression_test_model_id
78+
msgid "Docx Expression Test Model"
79+
msgstr ""
80+
81+
#. module: report_docx
82+
#: model:ir.model.fields,field_description:report_docx.field_ir_actions_report__docx_help
83+
msgid "Docx Help"
84+
msgstr ""
85+
86+
#. module: report_docx
87+
#: model:ir.model.fields,field_description:report_docx.field_ir_actions_report__docx_template_filename
88+
msgid "Docx Template Filename"
89+
msgstr ""
90+
91+
#. module: report_docx
92+
#: model_terms:ir.ui.view,arch_db:report_docx.template_help
93+
msgid "Examples"
94+
msgstr ""
95+
96+
#. module: report_docx
97+
#: model_terms:ir.ui.view,arch_db:report_docx.act_report_xml_view
98+
msgid "Expression Tester"
99+
msgstr ""
100+
101+
#. module: report_docx
102+
#: model_terms:ir.ui.view,arch_db:report_docx.act_report_xml_view
103+
msgid "Expression, eg object.display_name"
104+
msgstr ""
105+
106+
#. module: report_docx
107+
#: model_terms:ir.ui.view,arch_db:report_docx.template_help
108+
msgid "For background information, read the documentation of"
109+
msgstr ""
110+
111+
#. module: report_docx
112+
#. odoo-python
113+
#: code:addons/report_docx/models/ir_actions_report.py:0
114+
#, python-format
115+
msgid ""
116+
"Formats a date according to the current language, ie "
117+
"<code>format_date(object.create_date)</code>"
118+
msgstr ""
119+
120+
#. module: report_docx
121+
#. odoo-python
122+
#: code:addons/report_docx/models/ir_actions_report.py:0
123+
#, python-format
124+
msgid ""
125+
"Formats a date and time according to the current language, ie "
126+
"<code>format_datetime(object.create_date)</code>"
127+
msgstr ""
128+
129+
#. module: report_docx
130+
#. odoo-python
131+
#: code:addons/report_docx/models/ir_actions_report.py:0
132+
#, python-format
133+
msgid ""
134+
"Formats a number as a time interval, ie <code>format_duration(1.5)</code> "
135+
"returns <code>01:30</code>"
136+
msgstr ""
137+
138+
#. module: report_docx
139+
#. odoo-python
140+
#: code:addons/report_docx/models/ir_actions_report.py:0
141+
#, python-format
142+
msgid ""
143+
"Formats a time according to the current language, ie "
144+
"<code>format_time(object.create_date)</code>"
145+
msgstr ""
146+
147+
#. module: report_docx
148+
#. odoo-python
149+
#: code:addons/report_docx/models/ir_actions_report.py:0
150+
#, python-format
151+
msgid ""
152+
"Formats an amount according to a currency, usually called like "
153+
"<code>format_amount(object.amount_field, "
154+
"object.currency_id)</code>.<br/>Note you can format any number according to "
155+
"the company currency by using "
156+
"<code>object.env.company.currency_id.format(42)</code>"
157+
msgstr ""
158+
159+
#. module: report_docx
160+
#: model_terms:ir.ui.view,arch_db:report_docx.template_help
161+
msgid "Further reading"
162+
msgstr ""
163+
164+
#. module: report_docx
165+
#: model_terms:ir.ui.view,arch_db:report_docx.act_report_xml_view
166+
msgid "Help"
167+
msgstr ""
168+
169+
#. module: report_docx
170+
#: model:ir.model.fields,field_description:report_docx.field_ir_actions_report__docx_multi_mode
171+
msgid "Multi records"
172+
msgstr ""
173+
174+
#. module: report_docx
175+
#. odoo-python
176+
#: code:addons/report_docx/models/ir_actions_report.py:0
177+
#, python-format
178+
msgid ""
179+
"Python datetime module. Ie <code>datetime.datetime.now()</code> returns the "
180+
"current date"
181+
msgstr ""
182+
183+
#. module: report_docx
184+
#. odoo-python
185+
#: code:addons/report_docx/models/ir_actions_report.py:0
186+
#, python-format
187+
msgid ""
188+
"Python relativedelta module. Allows complex date computations like "
189+
"<code>datetime.date.today() + relativedelta(months=2, day=1) - "
190+
"relativedelta(days=1)</code> which returns the date of the last day of the "
191+
"next month"
192+
msgstr ""
193+
194+
#. module: report_docx
195+
#: model:ir.model.fields,field_description:report_docx.field_ir_actions_report__docx_expression_test_record
196+
msgid "Record"
197+
msgstr ""
198+
199+
#. module: report_docx
200+
#: model:ir.model,name:report_docx.model_ir_actions_report
201+
msgid "Report Action"
202+
msgstr ""
203+
204+
#. module: report_docx
205+
#: model:ir.model.fields,field_description:report_docx.field_ir_actions_report__report_type
206+
msgid "Report Type"
207+
msgstr ""
208+
209+
#. module: report_docx
210+
#: model:ir.model.fields,field_description:report_docx.field_ir_actions_report__docx_expression_test_result
211+
msgid "Result"
212+
msgstr ""
213+
214+
#. module: report_docx
215+
#. odoo-python
216+
#: code:addons/report_docx/models/ir_actions_report.py:0
217+
#, python-format
218+
msgid "Returns the absolute value of a number"
219+
msgstr ""
220+
221+
#. module: report_docx
222+
#. odoo-python
223+
#: code:addons/report_docx/models/ir_actions_report.py:0
224+
#, python-format
225+
msgid ""
226+
"Returns the maximum of the arguments passed. <code>max(0, 42, 41)</code> "
227+
"returns <code>42</code>"
228+
msgstr ""
229+
230+
#. module: report_docx
231+
#. odoo-python
232+
#: code:addons/report_docx/models/ir_actions_report.py:0
233+
#, python-format
234+
msgid ""
235+
"Returns the minimum of the arguments passed. <code>min(0, 42, 41)</code> "
236+
"returns <code>0</code>"
237+
msgstr ""
238+
239+
#. module: report_docx
240+
#. odoo-python
241+
#: code:addons/report_docx/models/ir_actions_report.py:0
242+
#, python-format
243+
msgid "Select a record and fill in an expression"
244+
msgstr ""
245+
246+
#. module: report_docx
247+
#: model:ir.model.fields,help:report_docx.field_ir_actions_report__docx_multi_mode
248+
msgid "Select the behavior when the user selected multiple records"
249+
msgstr ""
250+
251+
#. module: report_docx
252+
#. odoo-python
253+
#: code:addons/report_docx/models/ir_actions_report.py:0
254+
#, python-format
255+
msgid ""
256+
"Sums up the argument collection, ie "
257+
"<code>sum(docs.mapped('some_field'))</code> returns the sum of the values of"
258+
" <em>some_field</em>"
259+
msgstr ""
260+
261+
#. module: report_docx
262+
#: model:ir.model.fields,field_description:report_docx.field_ir_actions_report__docx_template
263+
#: model:ir.model.fields.selection,name:report_docx.selection__ir_actions_report__docx_multi_mode__template
264+
msgid "Template"
265+
msgstr ""
266+
267+
#. module: report_docx
268+
#: model:ir.model.fields,field_description:report_docx.field_ir_actions_report__docx_expression_test_expression
269+
msgid "Test expression"
270+
msgstr ""
271+
272+
#. module: report_docx
273+
#: model:ir.model.fields,help:report_docx.field_ir_actions_report__report_type
274+
msgid ""
275+
"The type of the report that will be rendered, each one having its own "
276+
"rendering method. HTML means the report will be opened directly in your "
277+
"browser PDF means the report will be rendered using Wkhtmltopdf and "
278+
"downloaded by the user."
279+
msgstr ""
280+
281+
#. module: report_docx
282+
#: model_terms:ir.ui.view,arch_db:report_docx.template_help
283+
msgid ""
284+
"Use variable <code>docs</code> to iterate through the records selected by "
285+
"the user. Most likely your template should contain something like:"
286+
msgstr ""
287+
288+
#. module: report_docx
289+
#: model_terms:ir.ui.view,arch_db:report_docx.template_help
290+
msgid ""
291+
"Use variable <code>object</code> (or <code>o</code> for brevity) in your "
292+
"expressions. If the user has selected multiple records, the template will be"
293+
" applied to each of them separately, and the resulting files will be "
294+
"delivered as a zip file."
295+
msgstr ""
296+
297+
#. module: report_docx
298+
#: model_terms:ir.ui.view,arch_db:report_docx.template_help
299+
msgid "Variables and Functions"
300+
msgstr ""
301+
302+
#. module: report_docx
303+
#: model:ir.model.fields.selection,name:report_docx.selection__ir_actions_report__docx_multi_mode__zip
304+
msgid "Zip file"
305+
msgstr ""
306+
307+
#. module: report_docx
308+
#: model_terms:ir.ui.view,arch_db:report_docx.template_help
309+
msgid "docxtpl"
310+
msgstr ""
311+
312+
#. module: report_docx
313+
#: model_terms:ir.ui.view,arch_db:report_docx.template_help
314+
msgid "jinja2"
315+
msgstr ""
316+
317+
#. module: report_docx
318+
#: model_terms:ir.ui.view,arch_db:report_docx.template_help
319+
msgid "no explanation available"
320+
msgstr ""
321+
322+
#. module: report_docx
323+
#: model:ir.actions.report,print_report_name:report_docx.report_ir_module_multi_mode_template
324+
#: model:ir.actions.report,print_report_name:report_docx.report_ir_module_multi_mode_zip
325+
msgid "object.name"
326+
msgstr ""
327+
328+
#. module: report_docx
329+
#. odoo-python
330+
#: code:addons/report_docx/models/ir_actions_report.py:0
331+
#, python-format
332+
msgid "template.docx"
333+
msgstr ""
334+
335+
#. module: report_docx
336+
#: model_terms:ir.ui.view,arch_db:report_docx.template_help
337+
msgid ""
338+
"which is the library used for templating docx files, and for even more "
339+
"background, read the documentation"
340+
msgstr ""

0 commit comments

Comments
 (0)