Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 36c3540

Browse filesBrowse files
translate library/string.rst:478 & 481 (#675)
* translate library/string.rst:478 & 481 * add space between chinese character and english character * Update library/string.po --------- Co-authored-by: Wei-Hsiang (Matt) Wang <mattwang44@gmail.com>
1 parent 576b7ae commit 36c3540
Copy full SHA for 36c3540

File tree

Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed

‎library/string.po

Copy file name to clipboardExpand all lines: library/string.po
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ msgstr "``'x'``"
648648
msgid ""
649649
"Hex format. Outputs the number in base 16, using lower-case letters for the "
650650
"digits above 9."
651-
msgstr ""
651+
msgstr "十六進位格式。輸出以 16 為基數的數字,9 以上的數字使用小寫字母。"
652652

653653
#: ../../library/string.rst:481
654654
msgid "``'X'``"
@@ -660,6 +660,8 @@ msgid ""
660660
"digits above 9. In case ``'#'`` is specified, the prefix ``'0x'`` will be "
661661
"upper-cased to ``'0X'`` as well."
662662
msgstr ""
663+
"十六進位格式。輸出以 16 為基數的數字,9 以上的數字使用大寫字母。如果指定了"
664+
"``'#'``,則前綴 ``'0x'`` 也會被轉成大寫的 ``'0X'``。"
663665

664666
#: ../../library/string.rst:486 ../../library/string.rst:570
665667
msgid "``'n'``"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.