-
-
Notifications
You must be signed in to change notification settings - Fork 216
String resvise #721
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
Closed
Closed
String resvise #721
Changes from all commits
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 | ||||
---|---|---|---|---|---|---|
|
@@ -8,7 +8,7 @@ msgstr "" | |||||
"Project-Id-Version: Python 3.12\n" | ||||||
"Report-Msgid-Bugs-To: \n" | ||||||
"POT-Creation-Date: 2023-07-17 17:39+0800\n" | ||||||
"PO-Revision-Date: 2023-10-22 20:52+0800\n" | ||||||
"PO-Revision-Date: 2023-11-25 16:04+0800\n" | ||||||
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n" | ||||||
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" | ||||||
"tw)\n" | ||||||
|
@@ -17,7 +17,7 @@ msgstr "" | |||||
"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\n" | ||||||
"X-Generator: Poedit 3.4.1\n" | ||||||
|
||||||
#: ../../library/string.rst:2 | ||||||
msgid ":mod:`string` --- Common string operations" | ||||||
|
@@ -564,12 +564,15 @@ msgid "" | |||||
"is equivalent to a *fill* character of ``'0'`` with an *alignment* type of " | ||||||
"``'='``." | ||||||
msgstr "" | ||||||
"當寬度欄位未給予明確的對齊將起用符號喚醒,將前面位數將填入零字元。這鄉當於填" | ||||||
"入字元0和對齊類型\"=\"" | ||||||
|
||||||
#: ../../library/string.rst:439 | ||||||
#, fuzzy | ||||||
msgid "" | ||||||
"Preceding the *width* field by ``'0'`` no longer affects the default " | ||||||
"alignment for strings." | ||||||
msgstr "" | ||||||
msgstr "在 *width* 欄位前面加上 ``'0'`` 不再影響字串的預設對齊方式。" | ||||||
|
||||||
#: ../../library/string.rst:443 | ||||||
msgid "" | ||||||
|
@@ -581,19 +584,23 @@ msgid "" | |||||
"the field content. The *precision* is not allowed for integer presentation " | ||||||
"types." | ||||||
msgstr "" | ||||||
"*精準度* 是一個十進制整數,指示表示類型 ``'f'`` 和 ``'F'`` 的小數點後應顯示多" | ||||||
"少位,或表示類型 `` 的小數點前後應顯示多少位'g'` ` 或``'G'``。對於字串表示類" | ||||||
"型,該欄位指示最大欄位大小 - 換言之,將使用欄位中的多少字元。整數表示型別不允" | ||||||
"許*精度*。" | ||||||
|
||||||
#: ../../library/string.rst:451 | ||||||
msgid "Finally, the *type* determines how the data should be presented." | ||||||
msgstr "" | ||||||
msgstr "最終,型別決定了資料將會如何呈現" | ||||||
|
||||||
#: ../../library/string.rst:453 | ||||||
msgid "The available string presentation types are:" | ||||||
msgstr "" | ||||||
msgstr "可用的自串表示型別有:" | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
#: ../../library/string.rst:456 ../../library/string.rst:467 | ||||||
#: ../../library/string.rst:502 | ||||||
msgid "Type" | ||||||
msgstr "" | ||||||
msgstr "型別" | ||||||
|
||||||
#: ../../library/string.rst:458 | ||||||
msgid "``'s'``" | ||||||
|
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rST語法與其他特殊用法需保留於譯文中,例如本段的 width 與
'0'