Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
josix merged 1 commit intopython:3.10fromjordanSu:library-urllib
Nov 22, 2021
Merged
Changes fromall 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 deletionslibrary/urllib.po
View file
Open in desktop
Original file line numberDiff line numberDiff 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`` 檔案"

[8]ページ先頭

©2009-2025 Movatter.jp