Skip to content

Commit 0aaf8d2

Browse files
committed
fix: resolve fuzzy entries
1 parent 88c0ab5 commit 0aaf8d2

File tree

4 files changed

+8
-19
lines changed

4 files changed

+8
-19
lines changed

library/argparse.po

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2884,7 +2884,6 @@ msgid "Other utilities"
28842884
msgstr ""
28852885

28862886
#: ../../library/argparse.rst:1673
2887-
#, fuzzy
28882887
msgid "Subcommands"
28892888
msgstr "子命令"
28902889

library/stdtypes.po

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4256,9 +4256,8 @@ msgid ""
42564256
msgstr ""
42574257

42584258
#: ../../library/stdtypes.rst:2710
4259-
#, fuzzy
42604259
msgid "Conversion specifier"
4261-
msgstr "conversions(轉換)"
4260+
msgstr ""
42624261

42634262
#: ../../library/stdtypes.rst:2712
42644263
msgid ""
@@ -4267,15 +4266,15 @@ msgid ""
42674266
msgstr ""
42684267

42694268
#: ../../library/stdtypes.rst:2715
4270-
#, fuzzy
42714269
msgid ""
42724270
">>> from fractions import Fraction\n"
42734271
">>> one_third = Fraction(1, 3)\n"
42744272
">>> f'{one_third}'\n"
42754273
"'1/3'"
42764274
msgstr ""
42774275
">>> from fractions import Fraction\n"
4278-
">>> f'{Fraction(1, 3)}'\n"
4276+
">>> one_third = Fraction(1, 3)\n"
4277+
">>> f'{one_third}'\n"
42794278
"'1/3'"
42804279

42814280
#: ../../library/stdtypes.rst:2720
@@ -4296,19 +4295,16 @@ msgid ""
42964295
msgstr ""
42974296

42984297
#: ../../library/stdtypes.rst:2728
4299-
#, fuzzy
43004298
msgid "``!s`` for :func:`str`"
4301-
msgstr ":func:`str`"
4299+
msgstr "``!s`` 用於 :func:`str`"
43024300

43034301
#: ../../library/stdtypes.rst:2729
4304-
#, fuzzy
43054302
msgid "``!r`` for :func:`repr`"
4306-
msgstr ":func:`repr`"
4303+
msgstr "``!r`` 用於 :func:`repr`"
43074304

43084305
#: ../../library/stdtypes.rst:2730
4309-
#, fuzzy
43104306
msgid "``!a`` for :func:`ascii`"
4311-
msgstr ":func:`ascii`"
4307+
msgstr "``!a`` 用於 :func:`ascii`"
43124308

43134309
#: ../../library/stdtypes.rst:2734
43144310
msgid ""
@@ -4357,9 +4353,8 @@ msgid ""
43574353
msgstr ""
43584354

43594355
#: ../../library/stdtypes.rst:2774
4360-
#, fuzzy
43614356
msgid "Template String Literals (t-strings)"
4362-
msgstr "interpolated string literal(插值字串常數)"
4357+
msgstr "模板字串字面值 (t-strings)"
43634358

43644359
#: ../../library/stdtypes.rst:2776
43654360
msgid ""

reference/lexical_analysis.po

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1693,16 +1693,12 @@ msgid ""
16931693
msgstr ""
16941694

16951695
#: ../../reference/lexical_analysis.rst:1133
1696-
#, fuzzy
16971696
msgid ""
16981697
">>> a = 2\n"
16991698
">>> f\"abc{a # This comment }\" continues until the end of the line\n"
17001699
"... + 3}\"\n"
17011700
"'abc5'"
17021701
msgstr ""
1703-
">>> f\"abc{a # This is a comment }\"\n"
1704-
"... + 3}\"\n"
1705-
"'abc5'"
17061702

17071703
#: ../../reference/lexical_analysis.rst:1140
17081704
msgid "After the expression, replacement fields may optionally contain:"

using/windows.po

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1441,9 +1441,8 @@ msgid ""
14411441
msgstr ""
14421442

14431443
#: ../../using/windows.rst:920
1444-
#, fuzzy
14451444
msgid "$> py install 3.14-embed --target=<directory>"
1446-
msgstr "$> py install 3.14-embed --target=runtime"
1445+
msgstr "$> py install 3.14-embed --target=<directory>"
14471446

14481447
#: ../../using/windows.rst:924
14491448
msgid ""

0 commit comments

Comments
 (0)