-
-
Notifications
You must be signed in to change notification settings - Fork 222
Translate libaray/superseded.po #1073
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
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,21 +3,21 @@ | |
| # | ||
| # Translators: | ||
| # Matt Wang <[email protected]>, 2022 | ||
| # Weilin Du, 2025 | ||
| msgid "" | ||
| msgstr "" | ||
| "Project-Id-Version: Python 3.13\n" | ||
| "Report-Msgid-Bugs-To: \n" | ||
| "POT-Creation-Date: 2024-12-29 11:18+0000\n" | ||
| "PO-Revision-Date: 2022-02-15 20:45+0800\n" | ||
| "Last-Translator: Matt Wang <[email protected]>\n" | ||
| "PO-Revision-Date: 2025-06-28 12:28+0800\n" | ||
| "Last-Translator: Weilin Du <[email protected]>\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.1\n" | ||
|
|
||
| #: ../../library/superseded.rst:5 | ||
| msgid "Superseded Modules" | ||
|
|
@@ -41,6 +41,11 @@ msgid "" | |
| "rather than the broader command line option parsing and argument parsing " | ||
| "capabilities offered by :mod:`optparse` and :mod:`argparse`)." | ||
| msgstr "" | ||
| "某些模組出現在本章節,可能是因為它們能解決的問題是縂問題的有限子集,而標準函" | ||
| "式庫的其他地方提供了更通用的解決方案(例如,:mod:`getopt` 只處理「在 Python " | ||
| "中模擬 C 語言中 :c:func:`!getopt` 這個API 」這項非常具體的任務,而非像 :mod:" | ||
| "`optparse` 和 :mod:`argparse` 那樣提供更廣泛的命令列選項解析與參數解析功" | ||
| "能)。" | ||
|
|
||
| #: ../../library/superseded.rst:17 | ||
| msgid "" | ||
|
|
@@ -50,3 +55,7 @@ msgid "" | |
| "projects. With the removal of various obsolete modules through :pep:`594`, " | ||
| "there are currently no modules in this latter category." | ||
| msgstr "" | ||
| "或者, 某些模組出現在本章節,可能是因為它們已被明確棄用(deprecated),並將" | ||
| "在未來版本中移除;又或者它們屬於 :term:`soft deprecated` 狀態,官方強烈不建" | ||
| "議在新專案中使用。隨著 :pep:`594` 移除了多個過時模組,目前標準函式庫中已不存" | ||
| "在後者(軟性棄用)這類模組。" | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.