From 7a4b3829078c37f99c2f7374bac71b35d9c51a08 Mon Sep 17 00:00:00 2001 From: jordanSu Date: Mon, 22 Nov 2021 10:39:55 +0800 Subject: [PATCH] translate library/urllib.po --- library/urllib.po | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/library/urllib.po b/library/urllib.po index 82598da1bc..0384f430f4 100644 --- a/library/urllib.po +++ b/library/urllib.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the Python package. # # Translators: +# Liang-Bo Wang , 2018 msgid "" msgstr "" "Project-Id-Version: Python 3.10\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-06-26 18:54+0800\n" -"PO-Revision-Date: 2016-11-19 00:35+0000\n" -"Last-Translator: Liang-Bo Wang \n" +"PO-Revision-Date: 2021-11-22 10:21+0800\n" +"Last-Translator: Jordan Su \n" "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" "tw)\n" "Language: zh_TW\n" @@ -17,33 +18,35 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Poedit 3.0\n" #: ../../library/urllib.rst:2 msgid ":mod:`urllib` --- URL handling modules" -msgstr "" +msgstr ":mod:`urllib` --- URL 處理模組" #: ../../library/urllib.rst:6 msgid "**Source code:** :source:`Lib/urllib/`" -msgstr "" +msgstr "**原始碼:**\\ :source:`Lib/urllib/`" #: ../../library/urllib.rst:10 msgid "" "``urllib`` is a package that collects several modules for working with URLs:" msgstr "" +"``urllib`` 是一個蒐集了許多處理 URLs 的 module(模組)的 package(套件):" #: ../../library/urllib.rst:12 msgid ":mod:`urllib.request` for opening and reading URLs" -msgstr "" +msgstr ":mod:`urllib.request` 用來開啟和讀取 URLs" #: ../../library/urllib.rst:13 msgid "" ":mod:`urllib.error` containing the exceptions raised by :mod:`urllib.request`" -msgstr "" +msgstr ":mod:`urllib.error` 包含了 :mod:`urllib.request` 所引發的例外" #: ../../library/urllib.rst:14 msgid ":mod:`urllib.parse` for parsing URLs" -msgstr "" +msgstr ":mod:`urllib.parse` 用來解析 URLs" #: ../../library/urllib.rst:15 msgid ":mod:`urllib.robotparser` for parsing ``robots.txt`` files" -msgstr "" +msgstr ":mod:`urllib.robotparser` 用來解析 ``robots.txt`` 檔案"