Skip to content

Commit 35a9cd5

Browse files
ZubikITweblate
authored andcommitted
Added translation using Weblate (Russian)
1 parent a8a397c commit 35a9cd5

File tree

1 file changed

+96
-0
lines changed
  • report_xlsx_helper/i18n

1 file changed

+96
-0
lines changed

report_xlsx_helper/i18n/ru.po

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
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 18.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"Last-Translator: Automatically generated\n"
10+
"Language-Team: none\n"
11+
"Language: ru\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=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
16+
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
17+
18+
#. module: report_xlsx_helper
19+
#. odoo-python
20+
#: code:addons/report_xlsx_helper/report/report_xlsx_abstract.py:0
21+
msgid ""
22+
"%(__name__)s, _write_line : programming error detected while processing "
23+
"col_specs_section %(col_specs_section)s, column %(col)s"
24+
msgstr ""
25+
26+
#. module: report_xlsx_helper
27+
#. odoo-python
28+
#: code:addons/report_xlsx_helper/models/ir_actions_report.py:0
29+
msgid "%s model was not found"
30+
msgstr ""
31+
32+
#. module: report_xlsx_helper
33+
#. odoo-python
34+
#: code:addons/report_xlsx_helper/report/report_xlsx_abstract.py:0
35+
msgid ", cellvalue %s"
36+
msgstr ""
37+
38+
#. module: report_xlsx_helper
39+
#: model:ir.model,name:report_xlsx_helper.model_report_report_xlsx_abstract
40+
msgid "Abstract XLSX Report"
41+
msgstr ""
42+
43+
#. module: report_xlsx_helper
44+
#. odoo-python
45+
#: code:addons/report_xlsx_helper/report/report_xlsx_abstract.py:0
46+
msgid ""
47+
"Programming Error:\n"
48+
"\n"
49+
"Excel Sheet name '%(name)s' contains unsupported special characters: '%(special_chars)s'."
50+
msgstr ""
51+
52+
#. module: report_xlsx_helper
53+
#. odoo-python
54+
#: code:addons/report_xlsx_helper/report/report_xlsx_abstract.py:0
55+
msgid ""
56+
"Programming Error:\n"
57+
"\n"
58+
"Excel Sheet name '%(name)s' should not exceed %(max_chars)s characters."
59+
msgstr ""
60+
61+
#. module: report_xlsx_helper
62+
#. odoo-python
63+
#: code:addons/report_xlsx_helper/report/report_xlsx_abstract.py:0
64+
msgid ""
65+
"Programming Error:\n"
66+
"\n"
67+
"The '%s' column is not defined in the worksheet column specifications."
68+
msgstr ""
69+
70+
#. module: report_xlsx_helper
71+
#. odoo-python
72+
#: code:addons/report_xlsx_helper/report/report_xlsx_abstract.py:0
73+
msgid ""
74+
"Programming Error:\n"
75+
"\n"
76+
"The '%s' column is not defined the worksheet column specifications."
77+
msgstr ""
78+
79+
#. module: report_xlsx_helper
80+
#. odoo-python
81+
#: code:addons/report_xlsx_helper/report/report_xlsx_abstract.py:0
82+
msgid ""
83+
"Programming Error:\n"
84+
"\n"
85+
"The 'title' parameter is mandatory when calling the '_write_ws_title' method."
86+
msgstr ""
87+
88+
#. module: report_xlsx_helper
89+
#: model:ir.model,name:report_xlsx_helper.model_ir_actions_report
90+
msgid "Report Action"
91+
msgstr ""
92+
93+
#. module: report_xlsx_helper
94+
#: model:ir.model,name:report_xlsx_helper.model_report_report_xlsx_helper_test_partner_xlsx
95+
msgid "Test Partner XLSX Report"
96+
msgstr ""

0 commit comments

Comments
 (0)