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

Skip to content

Commit 77fd00c

Browse files
[po] auto sync
1 parent 46900be commit 77fd00c

3 files changed

Lines changed: 11166 additions & 11145 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "99.33%", "updated_at": "2026-01-23T14:52:28Z"}
1+
{"translation": "99.33%", "updated_at": "2026-01-27T16:55:24Z"}

library/http.cookies.po

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2025, Python Software Foundation
2+
# Copyright (C) 2001-2026, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
77
# Rafael Fontenelle <[email protected]>, 2025
8+
# Freesand Leo <[email protected]>, 2026
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.12\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-07-25 16:03+0000\n"
15+
"POT-Creation-Date: 2026-01-27 16:07+0000\n"
1516
"PO-Revision-Date: 2025-07-18 19:58+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
17+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2026\n"
1718
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -353,9 +354,9 @@ msgid ""
353354
"Set-Cookie: chips=ahoy\n"
354355
"Set-Cookie: vienna=finger\n"
355356
">>> C = cookies.SimpleCookie()\n"
356-
">>> C.load('keebler=\"E=everybody; L=\\\\\"Loves\\\\\"; fudge=\\\\012;\";')\n"
357+
">>> C.load('keebler=\"E=everybody; L=\\\\\"Loves\\\\\"; fudge=;\";')\n"
357358
">>> print(C)\n"
358-
"Set-Cookie: keebler=\"E=everybody; L=\\\"Loves\\\"; fudge=\\012;\"\n"
359+
"Set-Cookie: keebler=\"E=everybody; L=\\\"Loves\\\"; fudge=;\"\n"
359360
">>> C = cookies.SimpleCookie()\n"
360361
">>> C[\"oreo\"] = \"doublestuff\"\n"
361362
">>> C[\"oreo\"][\"path\"] = \"/\"\n"
@@ -399,9 +400,9 @@ msgstr ""
399400
"Set-Cookie: chips=ahoy\n"
400401
"Set-Cookie: vienna=finger\n"
401402
">>> C = cookies.SimpleCookie()\n"
402-
">>> C.load('keebler=\"E=everybody; L=\\\\\"Loves\\\\\"; fudge=\\\\012;\";')\n"
403+
">>> C.load('keebler=\"E=everybody; L=\\\\\"Loves\\\\\"; fudge=;\";')\n"
403404
">>> print(C)\n"
404-
"Set-Cookie: keebler=\"E=everybody; L=\\\"Loves\\\"; fudge=\\012;\"\n"
405+
"Set-Cookie: keebler=\"E=everybody; L=\\\"Loves\\\"; fudge=;\"\n"
405406
">>> C = cookies.SimpleCookie()\n"
406407
">>> C[\"oreo\"] = \"doublestuff\"\n"
407408
">>> C[\"oreo\"][\"path\"] = \"/\"\n"
@@ -412,7 +413,7 @@ msgstr ""
412413
">>> C[\"twix\"].value\n"
413414
"'none for you'\n"
414415
">>> C = cookies.SimpleCookie()\n"
415-
">>> C[\"number\"] = 7 # 等价于 C[\"number\"] = str(7)\n"
416+
">>> C[\"number\"] = 7 # equivalent to C[\"number\"] = str(7)\n"
416417
">>> C[\"string\"] = \"seven\"\n"
417418
">>> C[\"number\"].value\n"
418419
"'7'\n"

0 commit comments

Comments
 (0)