|
3 | 3 | # This file is distributed under the same license as the Python package.
|
4 | 4 | #
|
5 | 5 | # Translators:
|
| 6 | +# Liang-Bo Wang <me@liang2.tw>, 2018 |
6 | 7 | msgid ""
|
7 | 8 | msgstr ""
|
8 | 9 | "Project-Id-Version:Python 3.10\n"
|
9 | 10 | "Report-Msgid-Bugs-To:\n"
|
10 | 11 | "POT-Creation-Date:2018-06-26 18:54+0800\n"
|
11 |
| -"PO-Revision-Date:2016-11-19 00:35+0000\n" |
12 |
| -"Last-Translator:Liang-Bo Wang <me@liang2.tw>\n" |
| 12 | +"PO-Revision-Date:2021-11-22 10:21+0800\n" |
| 13 | +"Last-Translator:Jordan Su <newjordansu1126@gmail.com>\n" |
13 | 14 | "Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
|
14 | 15 | "tw)\n"
|
15 | 16 | "Language:zh_TW\n"
|
16 | 17 | "MIME-Version:1.0\n"
|
17 | 18 | "Content-Type:text/plain; charset=UTF-8\n"
|
18 | 19 | "Content-Transfer-Encoding:8bit\n"
|
19 | 20 | "Plural-Forms:nplurals=1; plural=0;\n"
|
| 21 | +"X-Generator:Poedit 3.0\n" |
20 | 22 |
|
21 | 23 | #:../../library/urllib.rst:2
|
22 | 24 | msgid":mod:`urllib` --- URL handling modules"
|
23 |
| -msgstr"" |
| 25 | +msgstr":mod:`urllib` --- URL 處理模組" |
24 | 26 |
|
25 | 27 | #:../../library/urllib.rst:6
|
26 | 28 | msgid"**Source code:** :source:`Lib/urllib/`"
|
27 |
| -msgstr"" |
| 29 | +msgstr"**原始碼:**\\ :source:`Lib/urllib/`" |
28 | 30 |
|
29 | 31 | #:../../library/urllib.rst:10
|
30 | 32 | msgid""
|
31 | 33 | "``urllib`` is a package that collects several modules for working with URLs:"
|
32 | 34 | msgstr""
|
| 35 | +"``urllib`` 是一個蒐集了許多處理 URLs 的 module(模組)的 package(套件):" |
33 | 36 |
|
34 | 37 | #:../../library/urllib.rst:12
|
35 | 38 | msgid":mod:`urllib.request` for opening and reading URLs"
|
36 |
| -msgstr"" |
| 39 | +msgstr":mod:`urllib.request` 用來開啟和讀取 URLs" |
37 | 40 |
|
38 | 41 | #:../../library/urllib.rst:13
|
39 | 42 | msgid""
|
40 | 43 | ":mod:`urllib.error` containing the exceptions raised by :mod:`urllib.request`"
|
41 |
| -msgstr"" |
| 44 | +msgstr":mod:`urllib.error` 包含了 :mod:`urllib.request` 所引發的例外" |
42 | 45 |
|
43 | 46 | #:../../library/urllib.rst:14
|
44 | 47 | msgid":mod:`urllib.parse` for parsing URLs"
|
45 |
| -msgstr"" |
| 48 | +msgstr":mod:`urllib.parse` 用來解析 URLs" |
46 | 49 |
|
47 | 50 | #:../../library/urllib.rst:15
|
48 | 51 | msgid":mod:`urllib.robotparser` for parsing ``robots.txt`` files"
|
49 |
| -msgstr"" |
| 52 | +msgstr":mod:`urllib.robotparser` 用來解析 ``robots.txt`` 檔案" |