-
-
Notifications
You must be signed in to change notification settings - Fork 222
Translate libaray/ipc.po #1064
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
Translate libaray/ipc.po #1064
Changes from 6 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
eaef22e
Update ipc.po
LamentXU123 416ac76
Update ipc.po
LamentXU123 14a0c6f
Update ipc.po
LamentXU123 84ba0a1
Update ipc.po
LamentXU123 4bf0909
Update ipc.po
LamentXU123 57ddb14
Update ipc.po
LamentXU123 9b19b48
Update library/ipc.po
LamentXU123 00bf87c
Update ipc.po
LamentXU123 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,13 +3,14 @@ | |
| # This file is distributed under the same license as the Python package. | ||
| # | ||
| # Translators: | ||
| # Weilin Du, 2025 | ||
| msgid "" | ||
| msgstr "" | ||
| "Project-Id-Version: Python 3.13\n" | ||
| "Report-Msgid-Bugs-To: \n" | ||
| "POT-Creation-Date: 2018-09-20 15:25+0800\n" | ||
| "PO-Revision-Date: 2015-12-09 17:51+0000\n" | ||
| "Last-Translator: Liang-Bo Wang <[email protected]>\n" | ||
| "PO-Revision-Date: 2025-06-27 18:54+0800\n" | ||
| "Last-Translator: Weilin Du\n" | ||
| "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" | ||
| "tw)\n" | ||
| "Language: zh_TW\n" | ||
|
|
@@ -20,21 +21,23 @@ msgstr "" | |
|
|
||
| #: ../../library/ipc.rst:5 | ||
| msgid "Networking and Interprocess Communication" | ||
| msgstr "" | ||
| msgstr "網路與進程間通訊" | ||
|
|
||
| #: ../../library/ipc.rst:7 | ||
| msgid "" | ||
| "The modules described in this chapter provide mechanisms for networking and " | ||
| "inter-processes communication." | ||
| msgstr "" | ||
| msgstr "本章所描述的模組提供了網路和進程間通訊的機制。" | ||
|
|
||
| #: ../../library/ipc.rst:10 | ||
| msgid "" | ||
| "Some modules only work for two processes that are on the same machine, e.g. :" | ||
| "mod:`signal` and :mod:`mmap`. Other modules support networking protocols " | ||
| "that two or more processes can use to communicate across machines." | ||
| msgstr "" | ||
| "某些模組僅適用於同一台機器上的兩個進程,例如 :mod:`signal` 和 :mod:`mmap`。其他模" | ||
| "組則支援網路通訊協定,可供兩個或多個進程跨機器進行通訊。" | ||
|
|
||
| #: ../../library/ipc.rst:14 | ||
| msgid "The list of modules described in this chapter is:" | ||
| msgstr "" | ||
| msgstr "本章所述的模組列表如下:" | ||
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.