Skip to content

Commit 7a4b382

Browse files
committed
translate library/urllib.po
1 parent d52bda3 commit 7a4b382

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

library/urllib.po

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,47 +3,50 @@
33
# This file is distributed under the same license as the Python package.
44
#
55
# Translators:
6+
# Liang-Bo Wang <[email protected]>, 2018
67
msgid ""
78
msgstr ""
89
"Project-Id-Version: Python 3.10\n"
910
"Report-Msgid-Bugs-To: \n"
1011
"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 <[email protected]>\n"
12+
"PO-Revision-Date: 2021-11-22 10:21+0800\n"
13+
"Last-Translator: Jordan Su <[email protected]>\n"
1314
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1415
"tw)\n"
1516
"Language: zh_TW\n"
1617
"MIME-Version: 1.0\n"
1718
"Content-Type: text/plain; charset=UTF-8\n"
1819
"Content-Transfer-Encoding: 8bit\n"
1920
"Plural-Forms: nplurals=1; plural=0;\n"
21+
"X-Generator: Poedit 3.0\n"
2022

2123
#: ../../library/urllib.rst:2
2224
msgid ":mod:`urllib` --- URL handling modules"
23-
msgstr ""
25+
msgstr ":mod:`urllib` --- URL 處理模組"
2426

2527
#: ../../library/urllib.rst:6
2628
msgid "**Source code:** :source:`Lib/urllib/`"
27-
msgstr ""
29+
msgstr "**原始碼:**\\ :source:`Lib/urllib/`"
2830

2931
#: ../../library/urllib.rst:10
3032
msgid ""
3133
"``urllib`` is a package that collects several modules for working with URLs:"
3234
msgstr ""
35+
"``urllib`` 是一個蒐集了許多處理 URLs 的 module(模組)的 package(套件):"
3336

3437
#: ../../library/urllib.rst:12
3538
msgid ":mod:`urllib.request` for opening and reading URLs"
36-
msgstr ""
39+
msgstr ":mod:`urllib.request` 用來開啟和讀取 URLs"
3740

3841
#: ../../library/urllib.rst:13
3942
msgid ""
4043
":mod:`urllib.error` containing the exceptions raised by :mod:`urllib.request`"
41-
msgstr ""
44+
msgstr ":mod:`urllib.error` 包含了 :mod:`urllib.request` 所引發的例外"
4245

4346
#: ../../library/urllib.rst:14
4447
msgid ":mod:`urllib.parse` for parsing URLs"
45-
msgstr ""
48+
msgstr ":mod:`urllib.parse` 用來解析 URLs"
4649

4750
#: ../../library/urllib.rst:15
4851
msgid ":mod:`urllib.robotparser` for parsing ``robots.txt`` files"
49-
msgstr ""
52+
msgstr ":mod:`urllib.robotparser` 用來解析 ``robots.txt`` 檔案"

0 commit comments

Comments
 (0)