Skip to content

Commit dc9d48e

Browse files
committed
resolve fuzzy entries
1 parent e423e60 commit dc9d48e

File tree

17 files changed

+255
-235
lines changed

17 files changed

+255
-235
lines changed

library/os.po

+1-2
Original file line numberDiff line numberDiff line change
@@ -2342,9 +2342,8 @@ msgstr ""
23422342
"稽核事件 <auditing>` ``os.link``。"
23432343

23442344
#: ../../library/os.rst:2153
2345-
#, fuzzy
23462345
msgid ":ref:`Availability <availability>`: Unix, Windows, not Emscripten."
2347-
msgstr ":ref:`適用 <availability>`:Unix、Windows、非 Emscripten、非 WASI。"
2346+
msgstr ":ref:`適用 <availability>`:Unix、Windows、非 Emscripten。"
23482347

23492348
#: ../../library/os.rst:2155
23502349
msgid "Added Windows support."

library/sys.po

+3-6
Original file line numberDiff line numberDiff line change
@@ -1296,27 +1296,24 @@ msgid "Meaning"
12961296
msgstr ""
12971297

12981298
#: ../../library/sys.rst:887
1299-
#, fuzzy
13001299
msgid "``1`` (VER_NT_WORKSTATION)"
1301-
msgstr ":const:`1 (VER_NT_WORKSTATION)`"
1300+
msgstr "``1`` (VER_NT_WORKSTATION)"
13021301

13031302
#: ../../library/sys.rst:887
13041303
msgid "The system is a workstation."
13051304
msgstr ""
13061305

13071306
#: ../../library/sys.rst:889
1308-
#, fuzzy
13091307
msgid "``2`` (VER_NT_DOMAIN_CONTROLLER)"
1310-
msgstr ":const:`2 (VER_NT_DOMAIN_CONTROLLER)`"
1308+
msgstr "``2`` (VER_NT_DOMAIN_CONTROLLER)"
13111309

13121310
#: ../../library/sys.rst:889
13131311
msgid "The system is a domain controller."
13141312
msgstr ""
13151313

13161314
#: ../../library/sys.rst:892
1317-
#, fuzzy
13181315
msgid "``3`` (VER_NT_SERVER)"
1319-
msgstr ":const:`3 (VER_NT_SERVER)`"
1316+
msgstr "``3`` (VER_NT_SERVER)"
13201317

13211318
#: ../../library/sys.rst:892
13221319
msgid "The system is a server, but not a domain controller."

whatsnew/2.3.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ msgstr ""
987987

988988
#: ../../whatsnew/2.3.rst:966
989989
msgid "Other Language Changes"
990-
msgstr ""
990+
msgstr "其他語言更動"
991991

992992
#: ../../whatsnew/2.3.rst:968
993993
msgid ""

whatsnew/2.4.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ msgstr ""
859859

860860
#: ../../whatsnew/2.4.rst:774
861861
msgid "Other Language Changes"
862-
msgstr ""
862+
msgstr "其他語言更動"
863863

864864
#: ../../whatsnew/2.4.rst:776
865865
msgid ""

whatsnew/2.5.po

+4-4
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,7 @@ msgstr "由 Travis Oliphant 撰寫 PEP 與實作。"
11211121

11221122
#: ../../whatsnew/2.5.rst:974
11231123
msgid "Other Language Changes"
1124-
msgstr ""
1124+
msgstr "其他語言更動"
11251125

11261126
#: ../../whatsnew/2.5.rst:976
11271127
msgid ""
@@ -1178,7 +1178,7 @@ msgstr ""
11781178

11791179
#: ../../whatsnew/2.5.rst:1026
11801180
msgid "(Implemented by Georg Brandl following a suggestion by Tom Lynn.)"
1181-
msgstr ""
1181+
msgstr "(由 Georg Brandl 實作、後有 Tom Lynn 提出建議。)"
11821182

11831183
#: ../../whatsnew/2.5.rst:1030
11841184
msgid ""
@@ -1250,7 +1250,7 @@ msgstr ""
12501250

12511251
#: ../../whatsnew/2.5.rst:1091
12521252
msgid "(Implemented by Marc-André Lemburg.)"
1253-
msgstr ""
1253+
msgstr "(由 Marc-André Lemburg 實作。)"
12541254

12551255
#: ../../whatsnew/2.5.rst:1093
12561256
msgid ""
@@ -1273,7 +1273,7 @@ msgstr ""
12731273

12741274
#: ../../whatsnew/2.5.rst:1108
12751275
msgid "(Implemented by Brett Cannon.)"
1276-
msgstr ""
1276+
msgstr "(由 Brett Cannon 實作。)"
12771277

12781278
#: ../../whatsnew/2.5.rst:1116
12791279
msgid "Interactive Interpreter Changes"

whatsnew/2.6.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -1612,7 +1612,7 @@ msgstr ""
16121612

16131613
#: ../../whatsnew/2.6.rst:1485
16141614
msgid "Other Language Changes"
1615-
msgstr ""
1615+
msgstr "其他語言更動"
16161616

16171617
#: ../../whatsnew/2.6.rst:1487
16181618
msgid "Some smaller changes made to the core Python language are:"
@@ -2832,7 +2832,7 @@ msgstr ""
28322832

28332833
#: ../../whatsnew/2.6.rst:2513
28342834
msgid "(Contributed by Brett Cannon.)"
2835-
msgstr ""
2835+
msgstr "(由 Brett Cannon 貢獻。)"
28362836

28372837
#: ../../whatsnew/2.6.rst:2515
28382838
msgid ""

whatsnew/2.7.po

+3-3
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ msgstr ""
675675

676676
#: ../../whatsnew/2.7.rst:672
677677
msgid "Other Language Changes"
678-
msgstr ""
678+
msgstr "其他語言更動"
679679

680680
#: ../../whatsnew/2.7.rst:674
681681
msgid "Some smaller changes made to the core Python language are:"
@@ -781,7 +781,7 @@ msgstr ""
781781

782782
#: ../../whatsnew/2.7.rst:782
783783
msgid "(Implemented by Mark Dickinson; :issue:`3166`.)"
784-
msgstr ""
784+
msgstr "(由 Mark Dickinson 實作;:issue:`3166`。)"
785785

786786
#: ../../whatsnew/2.7.rst:784
787787
msgid ""
@@ -2160,7 +2160,7 @@ msgstr ""
21602160

21612161
#: ../../whatsnew/2.7.rst:1893
21622162
msgid "(Implemented by Antoine Pitrou; :issue:`4444`.)"
2163-
msgstr ""
2163+
msgstr "(由 Antoine Pitrou 實作;:issue:`4444`。)"
21642164

21652165
#: ../../whatsnew/2.7.rst:1897
21662166
msgid ""

0 commit comments

Comments
 (0)