|
1 | 1 | # SOME DESCRIPTIVE TITLE. |
2 | 2 | # Copyright (C) 2013–2020, PyPA |
3 | 3 | # 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. |
6 | 5 | msgid "" |
7 | 6 | msgstr "" |
8 | 7 | "Project-Id-Version: Python Packaging User Guide\n" |
9 | 8 | "Report-Msgid-Bugs-To: \n" |
10 | 9 | "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" |
13 | 12 | "Language-Team: Ukrainian <https://hosted.weblate.org/projects/pypa/" |
14 | 13 | "packaging-python-org/uk/>\n" |
15 | 14 | "Language: uk\n" |
@@ -9247,14 +9246,24 @@ msgstr "" |
9247 | 9246 | #: ../source/tutorials/packaging-projects.rst:610 |
9248 | 9247 | 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." |
9249 | 9248 | msgstr "" |
| 9249 | +"Зареєструйте обліковий запис на https://pypi.org - зверніть увагу, що це два " |
| 9250 | +"окремих сервери, а дані для входу з тестового сервера не поширюються з " |
| 9251 | +"основним сервером." |
9250 | 9252 |
|
9251 | 9253 | #: ../source/tutorials/packaging-projects.rst:613 |
9252 | 9254 | 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." |
9253 | 9255 | msgstr "" |
| 9256 | +"Використовуйте `` dist upload upload / * '', щоб опублікувати ваш пакунок і " |
| 9257 | +"ввести ваші облікові дані для облікового запису, який ви зареєстрували на " |
| 9258 | +"реальному PyPI. Тепер, коли ви публікуєте пакунок як продакшн-версію, вам не " |
| 9259 | +"потрібно вказувати `` --repository``; пакунок буде опубліковано на " |
| 9260 | +"https://pypi.org/ за замовчуванням." |
9254 | 9261 |
|
9255 | 9262 | #: ../source/tutorials/packaging-projects.rst:617 |
9256 | 9263 | msgid "Install your package from the real PyPI using ``python3 -m pip install [your-package]``." |
9257 | 9264 | msgstr "" |
| 9265 | +"Встановіть ваш пакунок з PyPI за допомогою``python3 -m pip install [your-" |
| 9266 | +"package]``." |
9258 | 9267 |
|
9259 | 9268 | #: ../source/tutorials/packaging-projects.rst:619 |
9260 | 9269 | msgid "At this point if you want to read more on packaging Python libraries here are some things you can do:" |
|
0 commit comments