Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 39217af

Browse files
[po] auto sync
1 parent dd3a14c commit 39217af

16 files changed

Lines changed: 182 additions & 163 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "53.89%", "updated_at": "2025-09-14T16:19:33Z"}
1+
{"translation": "54.17%", "updated_at": "2025-09-14T17:17:17Z"}

howto/instrumentation.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ msgstr ""
3535

3636
#: ../../howto/instrumentation.rst:10
3737
msgid "Łukasz Langa"
38-
msgstr ""
38+
msgstr "Łukasz Langa"
3939

4040
#: ../../howto/instrumentation.rst:12
4141
msgid ""

library/asyncio-queue.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ msgstr ""
4848

4949
#: ../../library/asyncio-queue.rst:24
5050
msgid "Queue"
51-
msgstr ""
51+
msgstr "Queue"
5252

5353
#: ../../library/asyncio-queue.rst:28
5454
msgid "A first in, first out (FIFO) queue."

library/inspect.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ msgstr ""
214214

215215
#: ../../library/inspect.rst:107
216216
msgid "traceback"
217-
msgstr ""
217+
msgstr "回溯"
218218

219219
#: ../../library/inspect.rst:107
220220
msgid "tb_frame"
@@ -312,7 +312,7 @@ msgstr ""
312312
#: ../../library/inspect.rst:144 ../../library/inspect.rst:208
313313
#: ../../library/inspect.rst:225
314314
msgid "code"
315-
msgstr ""
315+
msgstr "code"
316316

317317
#: ../../library/inspect.rst:144
318318
msgid "co_argcount"

library/json.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ msgstr ""
358358

359359
#: ../../library/json.rst:319 ../../library/json.rst:408
360360
msgid "array"
361-
msgstr ""
361+
msgstr "array"
362362

363363
#: ../../library/json.rst:319
364364
msgid "list"

library/sqlite3.po

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ msgid ""
3838
"application using SQLite and then port the code to a larger database such as"
3939
" PostgreSQL or Oracle."
4040
msgstr ""
41+
"SQLite 是一个C语言库,它可以提供一种轻量级的基于磁盘的数据库,这种数据库不需要独立的服务器进程,也允许需要使用一种非标准的 SQL "
42+
"查询语言来访问它。一些应用程序可以使用 SQLite 作为内部数据存储。可以用它来创建一个应用程序原型,然后再迁移到更大的数据库,比如 "
43+
"PostgreSQL 或 Oracle。"
4144

4245
#: ../../library/sqlite3.rst:20
4346
msgid ""
@@ -81,7 +84,7 @@ msgstr ""
8184

8285
#: ../../library/sqlite3.rst:64
8386
msgid "This example uses the iterator form::"
84-
msgstr ""
87+
msgstr "下面是一个使用迭代器形式的例子:"
8588

8689
#: ../../library/sqlite3.rst:77
8790
msgid ""
@@ -109,13 +112,13 @@ msgstr ""
109112

110113
#: ../../library/sqlite3.rst:106
111114
msgid "https://www.sqlite.org"
112-
msgstr ""
115+
msgstr "https://www.sqlite.org"
113116

114117
#: ../../library/sqlite3.rst:105
115118
msgid ""
116119
"The SQLite web page; the documentation describes the syntax and the "
117120
"available data types for the supported SQL dialect."
118-
msgstr ""
121+
msgstr "SQLite的主页;它的文档详细描述了它所支持的 SQL 方言的语法和可用的数据类型。"
119122

120123
#: ../../library/sqlite3.rst:109
121124
msgid "https://www.w3schools.com/sql/"
@@ -127,11 +130,11 @@ msgstr ""
127130

128131
#: ../../library/sqlite3.rst:111
129132
msgid ":pep:`249` - Database API Specification 2.0"
130-
msgstr ""
133+
msgstr ":pep:`249` - DB-API 2.0 规范"
131134

132135
#: ../../library/sqlite3.rst:112
133136
msgid "PEP written by Marc-André Lemburg."
134-
msgstr ""
137+
msgstr "PEP 由 Marc-André Lemburg 撰写。"
135138

136139
#: ../../library/sqlite3.rst:118
137140
msgid "Module functions and constants"

library/ssl.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2610,7 +2610,7 @@ msgstr ""
26102610

26112611
#: ../../library/ssl.rst:2449
26122612
msgid "Memory BIO Support"
2613-
msgstr ""
2613+
msgstr "内存 BIO 支持"
26142614

26152615
#: ../../library/ssl.rst:2453
26162616
msgid ""

library/string.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -615,15 +615,15 @@ msgstr "``'d'``"
615615

616616
#: ../../library/string.rst:458
617617
msgid "Decimal Integer. Outputs the number in base 10."
618-
msgstr ""
618+
msgstr "十进制整数。 输出以 10 为基数的数字。"
619619

620620
#: ../../library/string.rst:460
621621
msgid "``'o'``"
622622
msgstr ""
623623

624624
#: ../../library/string.rst:460
625625
msgid "Octal format. Outputs the number in base 8."
626-
msgstr ""
626+
msgstr "八进制格式。 输出以 8 为基数的数字。"
627627

628628
#: ../../library/string.rst:462
629629
msgid "``'x'``"
@@ -633,7 +633,7 @@ msgstr "``'x'``"
633633
msgid ""
634634
"Hex format. Outputs the number in base 16, using lower-case letters for the "
635635
"digits above 9."
636-
msgstr ""
636+
msgstr "十六进制格式。 输出以 16 为基数的数字,使用小写字母表示 9 以上的数码。"
637637

638638
#: ../../library/string.rst:465
639639
msgid "``'X'``"

library/struct.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ msgstr "备注"
320320

321321
#: ../../library/struct.rst:196
322322
msgid "``x``"
323-
msgstr ""
323+
msgstr "``x``"
324324

325325
#: ../../library/struct.rst:196
326326
msgid "pad byte"
@@ -332,7 +332,7 @@ msgstr ""
332332

333333
#: ../../library/struct.rst:198
334334
msgid "``c``"
335-
msgstr ""
335+
msgstr "``c``"
336336

337337
#: ../../library/struct.rst:198
338338
msgid ":c:type:`char`"
@@ -349,7 +349,7 @@ msgstr "1"
349349

350350
#: ../../library/struct.rst:200
351351
msgid "``b``"
352-
msgstr ""
352+
msgstr "``b``"
353353

354354
#: ../../library/struct.rst:200
355355
msgid ":c:type:`signed char`"
@@ -483,7 +483,7 @@ msgstr ""
483483

484484
#: ../../library/struct.rst:223
485485
msgid "``n``"
486-
msgstr ""
486+
msgstr "``n``"
487487

488488
#: ../../library/struct.rst:223
489489
msgid ":c:type:`ssize_t`"
@@ -503,7 +503,7 @@ msgstr ":c:type:`size_t`"
503503

504504
#: ../../library/struct.rst:227
505505
msgid "``e``"
506-
msgstr ""
506+
msgstr "``e``"
507507

508508
#: ../../library/struct.rst:227
509509
msgid "\\(6)"
@@ -529,7 +529,7 @@ msgstr ":c:type:`float`"
529529

530530
#: ../../library/struct.rst:231
531531
msgid "``d``"
532-
msgstr ""
532+
msgstr "``d``"
533533

534534
#: ../../library/struct.rst:231
535535
msgid ":c:type:`double`"

library/tkinter.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1340,7 +1340,7 @@ msgstr ""
13401340

13411341
#: ../../library/tkinter.rst:805
13421342
msgid "time"
1343-
msgstr ""
1343+
msgstr "time"
13441344

13451345
#: ../../library/tkinter.rst:805
13461346
msgid "%T"

0 commit comments

Comments
 (0)