@@ -8,40 +8,39 @@ msgstr ""
8
8
"Project-Id-Version : Python 3.11\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
10
"POT-Creation-Date : 2022-12-17 01:28+0300\n "
11
- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE \n "
11
+ "PO-Revision-Date : 2023-02-06 13:35+0300 \n "
12
12
"Last-Translator : \n "
13
13
"Language-Team : TURKISH <python.docs.tr@gmail.com>\n "
14
14
"Language : tr\n "
15
15
"MIME-Version : 1.0\n "
16
16
"Content-Type : text/plain; charset=UTF-8\n "
17
17
"Content-Transfer-Encoding : 8bit\n "
18
+ "X-Generator : Poedit 3.2.2\n "
18
19
19
20
#: library/urllib.rst:2
20
21
msgid ":mod:`urllib` --- URL handling modules"
21
- msgstr ""
22
+ msgstr ":mod:`urllib` --- URL işleme modülleri "
22
23
23
24
#: library/urllib.rst:6
24
25
msgid "**Source code:** :source:`Lib/urllib/`"
25
- msgstr ""
26
+ msgstr "**Kaynak kodu:** :source:`Lib/urllib/` "
26
27
27
28
#: library/urllib.rst:10
28
- msgid ""
29
- "``urllib`` is a package that collects several modules for working with URLs:"
30
- msgstr ""
29
+ msgid "``urllib`` is a package that collects several modules for working with URLs:"
30
+ msgstr "``urllib``, URL`lerle çalışmak için çeşitli modülleri bir araya getiren bir pakettir:"
31
31
32
32
#: library/urllib.rst:12
33
33
msgid ":mod:`urllib.request` for opening and reading URLs"
34
- msgstr ""
34
+ msgstr ":mod:`urllib.request` URL'leri açar ve okur "
35
35
36
36
#: library/urllib.rst:13
37
- msgid ""
38
- ":mod:`urllib.error` containing the exceptions raised by :mod:`urllib.request`"
39
- msgstr ""
37
+ msgid ":mod:`urllib.error` containing the exceptions raised by :mod:`urllib.request`"
38
+ msgstr ":mod:`urllib.error`, :mod:`urllib.request` tarafından ortaya çıkarılan hatalı durumları içerir"
40
39
41
40
#: library/urllib.rst:14
42
41
msgid ":mod:`urllib.parse` for parsing URLs"
43
- msgstr ""
42
+ msgstr ":mod:`urllib.parse` URL'leri ayrıştırır "
44
43
45
44
#: library/urllib.rst:15
46
45
msgid ":mod:`urllib.robotparser` for parsing ``robots.txt`` files"
47
- msgstr ""
46
+ msgstr ":mod:`urllib.robotparser` ``robots.txt`` dosyalarını ayrıştırır "
0 commit comments