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

Skip to content

Commit e03375a

Browse files
[po] auto sync
1 parent 2b3091d commit e03375a

File tree

8 files changed

+14718
-14389
lines changed

8 files changed

+14718
-14389
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "81.78%", "updated_at": "2025-06-12T15:56:18Z"}
1+
{"translation": "81.74%", "updated_at": "2025-06-13T15:55:41Z"}

c-api/init.po

Lines changed: 381 additions & 411 deletions
Large diffs are not rendered by default.

library/csv.po

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.13\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-06-06 14:57+0000\n"
15+
"POT-Creation-Date: 2025-06-13 15:01+0000\n"
1616
"PO-Revision-Date: 2025-05-08 05:09+0000\n"
1717
"Last-Translator: Freesand Leo <[email protected]>, 2025\n"
1818
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -920,17 +920,8 @@ msgid ""
920920
" for row in reader:\n"
921921
" print(row)\n"
922922
" except csv.Error as e:\n"
923-
" sys.exit('file {}, line {}: {}'.format(filename, reader.line_num, e))"
923+
" sys.exit(f'file {filename}, line {reader.line_num}: {e}')"
924924
msgstr ""
925-
"import csv, sys\n"
926-
"filename = 'some.csv'\n"
927-
"with open(filename, newline='') as f:\n"
928-
" reader = csv.reader(f)\n"
929-
" try:\n"
930-
" for row in reader:\n"
931-
" print(row)\n"
932-
" except csv.Error as e:\n"
933-
" sys.exit('file {}, line {}: {}'.format(filename, reader.line_num, e))"
934925

935926
#: ../../library/csv.rst:614
936927
msgid ""

library/dataclasses.po

Lines changed: 150 additions & 161 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)