Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork214
fix fuzzy on library/functions.po#875
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
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
5 commits Select commitHold shift + click to select a range
7a2530c
fix fuzzy on library/functions.po
KNChiuf21072e
library/functions.po: small fixes
KNChiu47224a2
Merge branch '3.12' into library_functions
KNChiu88df26a
Apply suggestions from code review
KNChiu39abdae
Apply suggestions from code review
mattwang44File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
27 changes: 11 additions & 16 deletionslibrary/functions.po
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 |
---|---|---|
@@ -10,16 +10,16 @@ msgstr "" | ||
"Project-Id-Version: Python 3.12\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-02-26 00:03+0000\n" | ||
"PO-Revision-Date:2024-04-25 15:10+0800\n" | ||
"Last-Translator:KNChiu <y9760210@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.4.2\n" | ||
#: ../../library/functions.rst:5 ../../library/functions.rst:11 | ||
msgid "Built-in Functions" | ||
@@ -822,7 +822,6 @@ msgstr "" | ||
"``compile``。" | ||
#: ../../library/functions.rst:344 | ||
KNChiu marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
msgid "" | ||
"Raises an :ref:`auditing event <auditing>` ``compile`` with arguments " | ||
"``source`` and ``filename``. This event may also be raised by implicit " | ||
@@ -1159,13 +1158,12 @@ msgstr "" | ||
"引發一個附帶引數 ``code_object`` 的\\ :ref:`稽核事件 <auditing>` ``exec``。" | ||
#: ../../library/functions.rst:573 ../../library/functions.rst:614 | ||
msgid "" | ||
"Raises an :ref:`auditing event <auditing>` ``exec`` with the code object as " | ||
"the argument. Code compilation events may also be raised." | ||
msgstr "" | ||
"引發一個附帶程式碼物件為引數的\\ :ref:`稽核事件 <auditing>` ``exec``。也可能會" | ||
"引發程式碼編譯事件。" | ||
#: ../../library/functions.rst:580 | ||
msgid "" | ||
@@ -1260,8 +1258,8 @@ msgid "" | ||
msgstr "" | ||
"用 *iterable* 中函式 *function* 為 True 的那些元素,構建一個新的 iterator。" | ||
"*iterable* 可以是一個序列、一個支援疊代的容器、或一個 iterator。如果 " | ||
"*function* 是 ``None``,則會假設它是一個識別性函式,即 *iterable*中所有假值" | ||
"元素會被移除。" | ||
#: ../../library/functions.rst:642 | ||
msgid "" | ||
@@ -1302,14 +1300,12 @@ msgstr "" | ||
"必須遵循以下語法中 ``floatvalue`` 的生成規則:" | ||
#: ../../library/functions.rst:678 | ||
msgid "" | ||
"Case is not significant, so, for example, \"inf\", \"Inf\", \"INFINITY\", " | ||
"and \"iNfINity\" are all acceptable spellings for positive infinity." | ||
msgstr "" | ||
"字母大小寫不影響,例如,\"inf\"、\"Inf\"、\"INFINITY\"、\"iNfINity\" 都可以表" | ||
"示正無窮大。" | ||
#: ../../library/functions.rst:681 | ||
msgid "" | ||
@@ -1465,13 +1461,12 @@ msgstr "" | ||
"別不同,如 1 和 1.0)。" | ||
#: ../../library/functions.rst:798 | ||
msgid "" | ||
"For objects with custom :meth:`~object.__hash__` methods, note that :func:" | ||
"`hash` truncates the return value based on the bit width of the host machine." | ||
msgstr "" | ||
"請注意,如果物件帶有自訂的 :meth:`~object.__hash__`方法,:func:" | ||
"`hash` 將根據運行機器的位元長度來截斷回傳值。" | ||
#: ../../library/functions.rst:805 | ||
msgid "" | ||
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
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.