Skip to content

Commit b939ed9

Browse files
Spallettoweblate
authored andcommitted
Translated using Weblate (Ukrainian)
Currently translated at 13.4% (305 of 2271 strings) Co-authored-by: Alex Solonenko <alex.solonencko@gmail.com> Translate-URL: https://hosted.weblate.org/projects/pypa/packaging-python-org/uk/ Translation: pypa/packaging.python.org
1 parent 9084224 commit b939ed9

1 file changed

Lines changed: 13 additions & 4 deletions

File tree

locales/uk/LC_MESSAGES/messages.po

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
# SOME DESCRIPTIVE TITLE.
22
# Copyright (C) 2013–2020, PyPA
33
# This file is distributed under the same license as the Python Packaging User Guide package.
4-
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5-
#
4+
# Alex Solonenko <alex.solonencko@gmail.com>, 2021.
65
msgid ""
76
msgstr ""
87
"Project-Id-Version: Python Packaging User Guide\n"
98
"Report-Msgid-Bugs-To: \n"
109
"POT-Creation-Date: 2021-07-06 19:32+0800\n"
11-
"PO-Revision-Date: 2021-07-16 10:46+0000\n"
12-
"Last-Translator: Sviatoslav Sydorenko <wk+weblate.org@sydorenko.org.ua>\n"
10+
"PO-Revision-Date: 2021-07-16 11:12+0000\n"
11+
"Last-Translator: Alex Solonenko <alex.solonencko@gmail.com>\n"
1312
"Language-Team: Ukrainian <https://hosted.weblate.org/projects/pypa/"
1413
"packaging-python-org/uk/>\n"
1514
"Language: uk\n"
@@ -9247,14 +9246,24 @@ msgstr ""
92479246
#: ../source/tutorials/packaging-projects.rst:610
92489247
msgid "Register an account on https://pypi.org - note that these are two separate servers and the login details from the test server are not shared with the main server."
92499248
msgstr ""
9249+
"Зареєструйте обліковий запис на https://pypi.org - зверніть увагу, що це два "
9250+
"окремих сервери, а дані для входу з тестового сервера не поширюються з "
9251+
"основним сервером."
92509252

92519253
#: ../source/tutorials/packaging-projects.rst:613
92529254
msgid "Use ``twine upload dist/*`` to upload your package and enter your credentials for the account you registered on the real PyPI. Now that you're uploading the package in production, you don't need to specify ``--repository``; the package will upload to https://pypi.org/ by default."
92539255
msgstr ""
9256+
"Використовуйте `` dist upload upload / * '', щоб опублікувати ваш пакунок і "
9257+
"ввести ваші облікові дані для облікового запису, який ви зареєстрували на "
9258+
"реальному PyPI. Тепер, коли ви публікуєте пакунок як продакшн-версію, вам не "
9259+
"потрібно вказувати `` --repository``; пакунок буде опубліковано на "
9260+
"https://pypi.org/ за замовчуванням."
92549261

92559262
#: ../source/tutorials/packaging-projects.rst:617
92569263
msgid "Install your package from the real PyPI using ``python3 -m pip install [your-package]``."
92579264
msgstr ""
9265+
"Встановіть ваш пакунок з PyPI за допомогою``python3 -m pip install [your-"
9266+
"package]``."
92589267

92599268
#: ../source/tutorials/packaging-projects.rst:619
92609269
msgid "At this point if you want to read more on packaging Python libraries here are some things you can do:"

0 commit comments

Comments
 (0)