@@ -3758,6 +3758,8 @@ msgid ""
37583758"future ``st_ctime`` may be changed to return zero or the metadata change "
37593759"time, if available."
37603760msgstr ""
3761+ "统计结果的 ``st_ctime`` 属性在 Windows 上已被弃用。 文件创建时间可通过 ``st_birthtime`` 来访问,在未来 "
3762+ "``st_ctime`` 可能会改为返回零或元数据的修改时间,如果可用的话。"
37613763
37623764#: ../../library/os.rst:2922
37633765msgid ""
@@ -3837,6 +3839,8 @@ msgid ""
38373839":c:struct:`stat` structure. It is used for the result of :func:`os.stat`, "
38383840":func:`os.fstat` and :func:`os.lstat`."
38393841msgstr ""
3842+ "对象的属性大致对应于 :c:struct:`stat` 结构体的成员。 它将被用作 :func:`os.stat`, :func:`os.fstat` "
3843+ "和 :func:`os.lstat` 的输出结果。"
38403844
38413845#: ../../library/os.rst:2984
38423846msgid "Attributes:"
@@ -3909,6 +3913,8 @@ msgid ""
39093913"creation time. In the future, ``st_ctime`` will contain the time of the most"
39103914" recent metadata change, as for other platforms."
39113915msgstr ""
3916+ "``st_ctime`` 在 Windows 上已被弃用。 请使用 ``st_birthtime`` 获取文件创建时间。 "
3917+ "在未来,``st_ctime`` 将包含最近的元数据修改时间,与其他平台一样。"
39123918
39133919#: ../../library/os.rst:3043
39143920msgid "Time of most recent access expressed in nanoseconds as an integer."
@@ -3923,30 +3929,32 @@ msgstr "最近的修改时间,以纳秒表示,为整数。"
39233929#: ../../library/os.rst:3052
39243930msgid ""
39253931"Time of most recent metadata change expressed in nanoseconds as an integer."
3926- msgstr ""
3932+ msgstr "最近的元数据修改时间,表示为一个以纳秒为单位的整数。 "
39273933
39283934#: ../../library/os.rst:3055
39293935msgid ""
39303936"``st_ctime_ns`` is deprecated on Windows. Use ``st_birthtime_ns`` for the "
39313937"file creation time. In the future, ``st_ctime`` will contain the time of the"
39323938" most recent metadata change, as for other platforms."
39333939msgstr ""
3940+ "``st_ctime_ns`` 在 Windows 上已被弃用。 请使用 ``st_birthtime_ns`` 获取文件创建时间。 "
3941+ "在未来,``st_ctime`` 将包含最近的元数据修改时间,与其他平台一样。"
39343942
39353943#: ../../library/os.rst:3062
39363944msgid ""
39373945"Time of file creation expressed in seconds. This attribute is not always "
39383946"available, and may raise :exc:`AttributeError`."
3939- msgstr ""
3947+ msgstr "以秒为单位的文件创建时间。 该属性并不总是可用的,并可能引发 :exc:`AttributeError`。 "
39403948
39413949#: ../../library/os.rst:3065
39423950msgid "``st_birthtime`` is now available on Windows."
3943- msgstr ""
3951+ msgstr "目前 ``st_birthtime`` 已在 Windows 上可用。 "
39443952
39453953#: ../../library/os.rst:3070
39463954msgid ""
39473955"Time of file creation expressed in nanoseconds as an integer. This attribute"
39483956" is not always available, and may raise :exc:`AttributeError`."
3949- msgstr ""
3957+ msgstr "表示为一个以纳秒为单位的整数的文件创建时间。 该属性并不总是可用,并可能引发 :exc:`AttributeError`。 "
39503958
39513959#: ../../library/os.rst:3078
39523960msgid ""
0 commit comments