Skip to content

Commit 515e52b

Browse files
committed
Update translations
1 parent 7a53165 commit 515e52b

484 files changed

Lines changed: 68649 additions & 58946 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.tx/config

100644100755
Lines changed: 3864 additions & 0 deletions
Large diffs are not rendered by default.

about.po

Lines changed: 44 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,72 +3,99 @@
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
6+
# Translators:
7+
# Влад Табаков <vl.tab.kov@gmail.com>, 2021
8+
# impo code, 2022
9+
# Daniil Kolesnikov, 2023
10+
#
611
#, fuzzy
712
msgid ""
813
msgstr ""
914
"Project-Id-Version: Python 3.12\n"
1015
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2023-12-25 17:31+0600\n"
12-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14-
"Language-Team: LANGUAGE <LL@li.org>\n"
16+
"POT-Creation-Date: 2023-12-22 14:13+0000\n"
17+
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
18+
"Last-Translator: Daniil Kolesnikov, 2023\n"
19+
"Language-Team: Russian (https://app.transifex.com/python-doc/teams/5390/"
20+
"ru/)\n"
1521
"MIME-Version: 1.0\n"
1622
"Content-Type: text/plain; charset=UTF-8\n"
1723
"Content-Transfer-Encoding: 8bit\n"
24+
"Language: ru\n"
25+
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
26+
"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || "
27+
"(n%100>=11 && n%100<=14)? 2 : 3);\n"
1828

19-
#: about.rst:3
29+
#: ../../about.rst:3
2030
msgid "About these documents"
21-
msgstr "關於這些文件"
31+
msgstr "Об этой документации"
2232

23-
#: about.rst:6
33+
#: ../../about.rst:6
2434
msgid ""
2535
"These documents are generated from `reStructuredText`_ sources by `Sphinx`_, "
2636
"a document processor specifically written for the Python documentation."
2737
msgstr ""
38+
"Документация сгенерирована из файлов `reStructuredText`_ с помощью "
39+
"`Sphinx`_, генератора документации, созданного специально для Python."
2840

29-
#: about.rst:15
41+
#: ../../about.rst:15
3042
msgid ""
3143
"Development of the documentation and its toolchain is an entirely volunteer "
3244
"effort, just like Python itself. If you want to contribute, please take a "
3345
"look at the :ref:`reporting-bugs` page for information on how to do so. New "
3446
"volunteers are always welcome!"
3547
msgstr ""
48+
"Разработка и совершенствование данной документации и ее инструментов, как и "
49+
"весь проект Python поддерживается добровольцами. Вся информация о том как "
50+
"внести свой вклад в развитие проекта находится на :ref:`reporting-bugs` этой "
51+
"странице. Мы всегда рады новым людям!"
3652

37-
#: about.rst:20
53+
#: ../../about.rst:20
3854
msgid "Many thanks go to:"
39-
msgstr ""
55+
msgstr " Мы благодарны:"
4056

41-
#: about.rst:22
57+
#: ../../about.rst:22
4258
msgid ""
4359
"Fred L. Drake, Jr., the creator of the original Python documentation toolset "
4460
"and writer of much of the content;"
4561
msgstr ""
62+
"Fred L. Drake, Jr., создателю инструментов документации Python и автору "
63+
"большой ее части;"
4664

47-
#: about.rst:24
65+
#: ../../about.rst:24
4866
msgid ""
4967
"the `Docutils <https://docutils.sourceforge.io/>`_ project for creating "
5068
"reStructuredText and the Docutils suite;"
5169
msgstr ""
70+
"проекту `Docutils <https://docutils.sourceforge.io/>`_ за создание "
71+
"reStructuredText и библиотеки Docutils;"
5272

53-
#: about.rst:26
73+
#: ../../about.rst:26
5474
msgid ""
5575
"Fredrik Lundh for his Alternative Python Reference project from which Sphinx "
5676
"got many good ideas."
5777
msgstr ""
78+
"Fredrik Lundh за его проект Alternative Python Reference, из которого Sphinx "
79+
"почерпнул много хороших идей."
5880

59-
#: about.rst:31
81+
#: ../../about.rst:31
6082
msgid "Contributors to the Python Documentation"
61-
msgstr ""
83+
msgstr "Контрибьюторам Документации Python"
6284

63-
#: about.rst:33
85+
#: ../../about.rst:33
6486
msgid ""
6587
"Many people have contributed to the Python language, the Python standard "
6688
"library, and the Python documentation. See :source:`Misc/ACKS` in the "
6789
"Python source distribution for a partial list of contributors."
6890
msgstr ""
91+
"Множество люди внесли свой вклад в язык Python, стандартную библиотеку "
92+
"Python и документацию Python. Частичный список контрибьюторов можно найти "
93+
"здесь: :source:`Misc/ACKS`"
6994

70-
#: about.rst:37
95+
#: ../../about.rst:37
7196
msgid ""
7297
"It is only with the input and contributions of the Python community that "
7398
"Python has such wonderful documentation -- Thank You!"
7499
msgstr ""
100+
"Только благодаря помощи контрибьюторов и python-сообществу y Python "
101+
"появилась такая замечательная документация – Спасибо Вам!"

0 commit comments

Comments
 (0)