|
4 | 4 | # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
5 | 5 | # |
6 | 6 | # Translators: |
7 | | -# Rafael Fontenelle <[email protected]>, 2024 |
8 | 7 | # lit, 2024 |
| 8 | +# Rafael Fontenelle <[email protected]>, 2024 |
9 | 9 | # |
10 | 10 | #, fuzzy |
11 | 11 | msgid "" |
12 | 12 | msgstr "" |
13 | 13 | "Project-Id-Version: Python 3.12\n" |
14 | 14 | "Report-Msgid-Bugs-To: \n" |
15 | | -"POT-Creation-Date: 2024-06-28 14:50+0000\n" |
| 15 | +"POT-Creation-Date: 2024-07-05 14:49+0000\n" |
16 | 16 | "PO-Revision-Date: 2024-05-11 00:33+0000\n" |
17 | | -"Last-Translator: lit, 2024\n" |
| 17 | +" Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n" |
18 | 18 | "Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n" |
19 | 19 | "MIME-Version: 1.0\n" |
20 | 20 | "Content-Type: text/plain; charset=UTF-8\n" |
@@ -2455,7 +2455,8 @@ msgid "" |
2455 | 2455 | ":mod:`!datetime` objects. If in doubt, simply implement all of them." |
2456 | 2456 | msgstr "" |
2457 | 2457 | "一个 :class:`tzinfo` 的实体子类可能需要实现以下方法。 具体需要实现的方法取决于感知型 :mod:`!datetime` " |
2458 | | -"对象如何使用它。 如果有疑问,可以简单地全部实现它们。" |
| 2458 | +"对象如何使用它。 如果有疑问,可以简单地全部实现它们。objects. If in doubt, simply implement all of " |
| 2459 | +"them." |
2459 | 2460 |
|
2460 | 2461 | #: ../../library/datetime.rst:1993 |
2461 | 2462 | msgid "" |
@@ -2577,7 +2578,7 @@ msgid "" |
2577 | 2578 | "is accounting for daylight time." |
2578 | 2579 | msgstr "" |
2579 | 2580 | "将对应于 :class:`.datetime` 对象 *dt* 的时区名称作为字符串返回。 :mod:`!datetime` " |
2580 | | -"模块未定义任何有关字符串名称的内容,也不要求它具有任何特定含义。 例如 ``\"GMT\"``, ``\"UTC\"``, ``\"-500\"``, " |
| 2581 | +"模块未定义任何有关字符串名称的内容,也不要求它具有任何特定含义。 例如``\"GMT\"``, ``\"UTC\"``, ``\"-500\"``, " |
2581 | 2582 | "``\"-5:00\"``, ``\"EDT\"``, ``\"US/Eastern\"``, ``\"America/New York\"`` " |
2582 | 2583 | "都是有效的返回值。 如果字符串名称未知则返回 ``None``。 请注意这是一个方法而不是一个固定的字符串,这主要是因为某些 " |
2583 | 2584 | ":class:`tzinfo` 子类可能需要根据所传入的特定 *dt* 值返回不同的名称,特别是在 :class:`tzinfo` " |
|
0 commit comments