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

Skip to content

Commit 024278e

Browse files
[po] auto sync
1 parent f595afe commit 024278e

2 files changed

Lines changed: 13 additions & 5 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "91.85%", "updated_at": "2023-11-05T06:55:30Z"}
1+
{"translation": "91.86%", "updated_at": "2023-11-05T07:56:36Z"}

library/os.po

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3758,6 +3758,8 @@ msgid ""
37583758
"future ``st_ctime`` may be changed to return zero or the metadata change "
37593759
"time, if available."
37603760
msgstr ""
3761+
"统计结果的 ``st_ctime`` 属性在 Windows 上已被弃用。 文件创建时间可通过 ``st_birthtime`` 来访问,在未来 "
3762+
"``st_ctime`` 可能会改为返回零或元数据的修改时间,如果可用的话。"
37613763

37623764
#: ../../library/os.rst:2922
37633765
msgid ""
@@ -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`."
38393841
msgstr ""
3842+
"对象的属性大致对应于 :c:struct:`stat` 结构体的成员。 它将被用作 :func:`os.stat`, :func:`os.fstat` "
3843+
"和 :func:`os.lstat` 的输出结果。"
38403844

38413845
#: ../../library/os.rst:2984
38423846
msgid "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."
39113915
msgstr ""
3916+
"``st_ctime`` 在 Windows 上已被弃用。 请使用 ``st_birthtime`` 获取文件创建时间。 "
3917+
"在未来,``st_ctime`` 将包含最近的元数据修改时间,与其他平台一样。"
39123918

39133919
#: ../../library/os.rst:3043
39143920
msgid "Time of most recent access expressed in nanoseconds as an integer."
@@ -3923,30 +3929,32 @@ msgstr "最近的修改时间,以纳秒表示,为整数。"
39233929
#: ../../library/os.rst:3052
39243930
msgid ""
39253931
"Time of most recent metadata change expressed in nanoseconds as an integer."
3926-
msgstr ""
3932+
msgstr "最近的元数据修改时间,表示为一个以纳秒为单位的整数。"
39273933

39283934
#: ../../library/os.rst:3055
39293935
msgid ""
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."
39333939
msgstr ""
3940+
"``st_ctime_ns`` 在 Windows 上已被弃用。 请使用 ``st_birthtime_ns`` 获取文件创建时间。 "
3941+
"在未来,``st_ctime`` 将包含最近的元数据修改时间,与其他平台一样。"
39343942

39353943
#: ../../library/os.rst:3062
39363944
msgid ""
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
39423950
msgid "``st_birthtime`` is now available on Windows."
3943-
msgstr ""
3951+
msgstr "目前 ``st_birthtime`` 已在 Windows 上可用。"
39443952

39453953
#: ../../library/os.rst:3070
39463954
msgid ""
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
39523960
msgid ""

0 commit comments

Comments
 (0)