Skip to content

Translate library/urllib.po #147

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 22, 2021
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
19 changes: 11 additions & 8 deletions library/urllib.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,47 +3,50 @@
# This file is distributed under the same license as the Python package.
#
# Translators:
# Liang-Bo Wang <me@liang2.tw>, 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 <me@liang2.tw>\n"
"PO-Revision-Date: 2021-11-22 10:21+0800\n"
"Last-Translator: Jordan Su <newjordansu1126@gmail.com>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
"tw)\n"
"Language: zh_TW\n"
"MIME-Version: 1.0\n"
"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`` 檔案"