feat: update content from meetup march 2024#853
Merged
Conversation
* 更新 library/logging.rst:53 * 修正library/logging.rst:53翻譯內容,格式化改為格式器
* feat: update logging.po with translated text * Fix translation in logging constructor * Update library/logging.po change word Co-authored-by: Wei-Hsiang (Matt) Wang <mattwang44@gmail.com> --------- Co-authored-by: Wei-Hsiang (Matt) Wang <mattwang44@gmail.com>
* add i18n for logging * update 。 reviewer suggection for logging
* 更新 library/logging.rst:53 * 修正library/logging.rst:53翻譯內容,格式化改為格式器
* feat: update logging.po with translated text * Fix translation in logging constructor * Update library/logging.po change word Co-authored-by: Wei-Hsiang (Matt) Wang <mattwang44@gmail.com> --------- Co-authored-by: Wei-Hsiang (Matt) Wang <mattwang44@gmail.com>
* add i18n for logging * update 。 reviewer suggection for logging
中文標點符號 與 特殊符號 中間不用增加空格 Co-authored-by: RockLeon <34214497+rockleona@users.noreply.github.com>
翻譯positional-only Co-authored-by: RockLeon <34214497+rockleona@users.noreply.github.com>
Update string.po translation
* work on logging.po * change 參數被解釋 -> 引數被直譯 * add 隔行 * 修正為:在此記錄器上記錄一條層級為
* working on logging * Update logging.po * Update library/logging.po Co-authored-by: RockLeon <34214497+rockleona@users.noreply.github.com> * Update library/logging.po Co-authored-by: RockLeon <34214497+rockleona@users.noreply.github.com> --------- Co-authored-by: RockLeon <34214497+rockleona@users.noreply.github.com>
ken71301
reviewed
Mar 19, 2024
| "unfamiliar with logging, the best way to get to grips with it is to view the " | ||
| "tutorials (**see the links above and on the right**)." | ||
| msgstr "" | ||
| "這個模組提供了很多的功能性以及彈性。如果你對於 logging 不熟悉,熟悉他最好的方" |
Collaborator
There was a problem hiding this comment.
nit:
Suggested change
| "這個模組提供了很多的功能性以及彈性。如果你對於 logging 不熟悉,熟悉他最好的方" | |
| "這個模組提供了很多的功能性以及彈性。如果你對於 logging 不熟悉,熟悉它最好的方" |
| "ancestor loggers' handlers - neither the level nor filters of the ancestor " | ||
| "loggers in question are considered." | ||
| msgstr "" | ||
| "如果此屬性評估為 true,則在此 logger 發生的事件會被傳到更高階(上代)loggers" |
Collaborator
There was a problem hiding this comment.
logged 是記錄吧
Suggested change
| "如果此屬性評估為 true,則在此 logger 發生的事件會被傳到更高階(上代)loggers" | |
| "如果此屬性評估為 true,則在此 logger 被記錄的事件會被傳到更高階(上代)loggers" |
| msgstr "" | ||
| "如果此屬性評估為 true,則在此 logger 發生的事件會被傳到更高階(上代)loggers" | ||
| " 的處理器和所有附加在此 logger 的任何處理器。訊息會直接傳到上代 loggers 的" | ||
| "處理器 - 在問題中上代 loggers 的層級不會被考慮。" |
| "delegation to the parent when the logger is a non-root logger). Note that " | ||
| "the root logger is created with level :const:`WARNING`." | ||
| msgstr "" | ||
| "當一個日誌記錄器被建立時,記錄等級會被設定成 :const:`NOTSET` (當此日誌記錄器" |
| "interpreted as for :meth:`debug`." | ||
| msgstr "" | ||
| "在此記錄器上記錄一條層級為 :const:`WARNING` 的訊息。" | ||
| "這些引數被直譯為 :meth:`debug`。" |
Collaborator
There was a problem hiding this comment.
這邊的 as for 我看原文好像比較接近
Suggested change
| "這些引數被直譯為 :meth:`debug`。" | |
| "這些引數被直譯的方式與 :meth:`debug` 相同。" |
待討論~
| #: ../../library/logging.rst:959 ../../library/logging.rst:977 | ||
| msgid "You shouldn't need to format this yourself." | ||
| msgstr "" | ||
| msgstr "你不需要自己格式化它。" |
Collaborator
There was a problem hiding this comment.
nit: shouldnt 本身包含 不應該/不該之意,這句我會想把這個意思放出來(勸阻看文件的別這樣做)
Suggested change
| msgstr "你不需要自己格式化它。" | |
| msgstr "你不應該需要自己格式化它。" |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.