Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 11 additions & 12 deletions library/urllib.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,40 +8,39 @@ msgstr ""
"Project-Id-Version: Python 3.11\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-17 01:28+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2023-02-06 13:35+0300\n"
"Last-Translator: \n"
"Language-Team: TURKISH <python.docs.tr@gmail.com>\n"
"Language: tr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 3.2.2\n"

#: library/urllib.rst:2
msgid ":mod:`urllib` --- URL handling modules"
msgstr ""
msgstr ":mod:`urllib` --- URL işleme modülleri"

#: library/urllib.rst:6
msgid "**Source code:** :source:`Lib/urllib/`"
msgstr ""
msgstr "**Kaynak kodu:** :source:`Lib/urllib/`"

#: library/urllib.rst:10
msgid ""
"``urllib`` is a package that collects several modules for working with URLs:"
msgstr ""
msgid "``urllib`` is a package that collects several modules for working with URLs:"
msgstr "``urllib``, URL`lerle çalışmak için çeşitli modülleri bir araya getiren bir pakettir:"

#: library/urllib.rst:12
msgid ":mod:`urllib.request` for opening and reading URLs"
msgstr ""
msgstr ":mod:`urllib.request` URL'leri açar ve okur"

#: library/urllib.rst:13
msgid ""
":mod:`urllib.error` containing the exceptions raised by :mod:`urllib.request`"
msgstr ""
msgid ":mod:`urllib.error` containing the exceptions raised by :mod:`urllib.request`"
msgstr ":mod:`urllib.error`, :mod:`urllib.request` tarafından ortaya çıkarılan hatalı durumları içerir"

#: library/urllib.rst:14
msgid ":mod:`urllib.parse` for parsing URLs"
msgstr ""
msgstr ":mod:`urllib.parse` URL'leri ayrıştırır"

#: library/urllib.rst:15
msgid ":mod:`urllib.robotparser` for parsing ``robots.txt`` files"
msgstr ""
msgstr ":mod:`urllib.robotparser` ``robots.txt`` dosyalarını ayrıştırır"