Skip to content

Commit f047cc8

Browse files
gfbdrgngweblate
authored andcommitted
Translated using Weblate (Russian)
Currently translated at 87.0% (3012 of 3462 strings) Co-authored-by: gfbdrgng <[email protected]> Translate-URL: https://hosted.weblate.org/projects/pypa/packaging-python-org/ru/ Translation: pypa/packaging.python.org
1 parent afc6afe commit f047cc8

File tree

1 file changed

+19
-45
lines changed

1 file changed

+19
-45
lines changed

locales/ru/LC_MESSAGES/messages.po

Lines changed: 19 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ msgstr ""
1414
"Project-Id-Version: Python Packaging User Guide\n"
1515
"Report-Msgid-Bugs-To: \n"
1616
"POT-Creation-Date: 2024-04-18 14:36+0000\n"
17-
"PO-Revision-Date: 2024-03-31 15:01+0000\n"
18-
"Last-Translator: Nikita <nikdissv.github.forever@gmail.com>\n"
19-
"Language-Team: Russian <https://hosted.weblate.org/projects/pypa/packaging-"
20-
"python-org/ru/>\n"
17+
"PO-Revision-Date: 2024-04-28 16:07+0000\n"
18+
"Last-Translator: gfbdrgng <hnaofegnp@hldrive.com>\n"
19+
"Language-Team: Russian <https://hosted.weblate.org/projects/pypa/"
20+
"packaging-python-org/ru/>\n"
2121
"Language: ru\n"
2222
"MIME-Version: 1.0\n"
2323
"Content-Type: text/plain; charset=UTF-8\n"
2424
"Content-Transfer-Encoding: 8bit\n"
2525
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
2626
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
27-
"X-Generator: Weblate 5.5-dev\n"
27+
"X-Generator: Weblate 5.5.1\n"
2828

2929
#: ../source/contribute.rst:5
3030
msgid "Contribute to this guide"
@@ -1351,10 +1351,8 @@ msgid ""
13511351
msgstr ""
13521352

13531353
#: ../source/discussions/package-formats.rst:138
1354-
#, fuzzy
1355-
#| msgid "What about..."
13561354
msgid "What about eggs?"
1357-
msgstr "Как насчёт..."
1355+
msgstr "А как насчет яиц?"
13581356

13591357
#: ../source/discussions/package-formats.rst:140
13601358
msgid ""
@@ -2259,13 +2257,6 @@ msgid "Valid version numbers"
22592257
msgstr "Метки версий на базе DVCS"
22602258

22612259
#: ../source/discussions/versioning.rst:14
2262-
#, fuzzy
2263-
#| msgid ""
2264-
#| "Different Python projects may use different versioning schemes based on "
2265-
#| "the needs of that particular project, but all of them are required to "
2266-
#| "comply with the flexible :pep:`public version scheme <440#public-version-"
2267-
#| "identifiers>` specified in :pep:`440` in order to be supported in tools "
2268-
#| "and libraries like ``pip`` and ``setuptools``."
22692260
msgid ""
22702261
"Different Python projects may use different versioning schemes based on the "
22712262
"needs of that particular project, but in order to be compatible with tools "
@@ -2274,11 +2265,12 @@ msgid ""
22742265
"`specification of version specifiers <version-specifiers>`. Here are some "
22752266
"examples of version numbers [#version-examples]_:"
22762267
msgstr ""
2277-
"Разные проекты Python могут использовать различные схемы версионирования в "
2278-
"зависимости от потребностей конкретного проекта, но все они должны "
2279-
"соответствовать гибкой схеме :pep:`public version scheme <440#public-version-"
2280-
"identifiers>`, указанной в :pep:`440`, чтобы поддерживаться в таких "
2281-
"инструментах и библиотеках, как ``pip`` и ``setuptools``."
2268+
"Различные Python-проекты могут использовать различные схемы версионирования "
2269+
"в зависимости от потребностей конкретного проекта, но для совместимости с "
2270+
"такими инструментами, как :ref:`pip`, все они должны соответствовать гибкому "
2271+
"формату идентификаторов версий, для которого авторитетной ссылкой является "
2272+
":ref:`specification of version specifiers <version-specifiers>`. Вот "
2273+
"несколько примеров номеров версий [#version-examples]_:"
22822274

22832275
#: ../source/discussions/versioning.rst:21
22842276
msgid "A simple version (final release): ``1.2.0``"
@@ -3095,20 +3087,12 @@ msgid "Egg"
30953087
msgstr "Яйцо"
30963088

30973089
#: ../source/glossary.rst:75
3098-
#, fuzzy
3099-
#| msgid ""
3100-
#| "A :term:`Built Distribution` format introduced by :ref:`setuptools`, "
3101-
#| "which is being replaced by :term:`Wheel`. For details, see :doc:`The "
3102-
#| "Internal Structure of Python Eggs <setuptools:deprecated/python_eggs>` "
3103-
#| "and `Python Eggs <http://peak.telecommunity.com/DevCenter/PythonEggs>`_"
31043090
msgid ""
31053091
"A :term:`Built Distribution` format introduced by :ref:`setuptools`, which "
31063092
"has been replaced by :term:`Wheel`. For details, see :ref:`egg-format`."
31073093
msgstr ""
3108-
"Формат :term:`Built Distribution`, введенный :ref:`setuptools`, который "
3109-
"заменяется :term:`Wheel`. Подробности см. в :doc:`Внутренняя структура "
3110-
"Python Eggs <setuptools:deprecated/python_eggs>` и `Python Eggs <http://peak."
3111-
"telecommunity.com/DevCenter/PythonEggs>`_"
3094+
"Формат :term:`Built Distribution`, введенный :ref:`setuptools`, который был "
3095+
"заменен :term:`Wheel`. Подробности см. в :ref:`egg-format`."
31123096

31133097
#: ../source/glossary.rst:78
31143098
msgid "Extension Module"
@@ -5852,10 +5836,8 @@ msgid "There are multiple classes of options in this area:"
58525836
msgstr ""
58535837

58545838
#: ../source/guides/index-mirrors-and-caches.rst:17
5855-
#, fuzzy
5856-
#| msgid "Using other package indexes"
58575839
msgid "local/hosted caching of package indexes."
5858-
msgstr "Использование других индексов пакетов"
5840+
msgstr "локальное/хостинговое кэширование индексов пакетов."
58595841

58605842
#: ../source/guides/index-mirrors-and-caches.rst:19
58615843
msgid ""
@@ -10640,7 +10622,7 @@ msgstr ""
1064010622
#, fuzzy
1064110623
#| msgid ":doc:`Docs <conda:index>`"
1064210624
msgid ":doc:`tox <tox:index>`."
10643-
msgstr ":doc:`Документы <conda:index>`"
10625+
msgstr ":doc:`tox <tox:index>`."
1064410626

1064510627
#: ../source/guides/using-manifest-in.rst:5
1064610628
msgid "Including files in source distributions with ``MANIFEST.in``"
@@ -22658,10 +22640,8 @@ msgstr ""
2265822640

2265922641
#: ../source/specifications/simple-repository-api.rst:393
2266022642
#: ../source/specifications/simple-repository-api.rst:499
22661-
#, fuzzy
22662-
#| msgid "A full example"
2266322643
msgid "As an example:"
22664-
msgstr "Полный пример"
22644+
msgstr "В качестве примера:"
2266522645

2266622646
#: ../source/specifications/simple-repository-api.rst:410
2266722647
msgid ""
@@ -23527,18 +23507,12 @@ msgid ""
2352723507
msgstr ""
2352823508

2352923509
#: ../source/specifications/simple-repository-api.rst:987
23530-
#, fuzzy
23531-
#| msgid ""
23532-
#| "The JSON format is defined in :pep:`691`, with additional fields added "
23533-
#| "in :pep:`700`, and revisions around providing package metadata "
23534-
#| "independently from a package in :pep:`714`."
2353523510
msgid ""
2353623511
"June 2023: renaming the field which provides package metadata independently "
2353723512
"from a package, in :pep:`714`"
2353823513
msgstr ""
23539-
"Формат JSON определен в :pep:`691`, дополнительные поля добавлены в :pep:"
23540-
"`700`, а изменения, связанные с предоставлением метаданных пакета независимо "
23541-
"от пакета, - в :pep:`714`."
23514+
"Июнь 2023: переименование поля, предоставляющего метаданные пакета "
23515+
"независимо от пакета, в :pep:`714`"
2354223516

2354323517
#: ../source/specifications/source-distribution-format.rst:6
2354423518
msgid "Source distribution format"

0 commit comments

Comments
 (0)