|
6 | 6 | # Translators: |
7 | 7 | # Shengjing Zhu <[email protected]>, 2020 |
8 | 8 | # Zombie110year <[email protected]>, 2020 |
9 | | -# Freesand Leo <[email protected]>, 2020 |
10 | 9 | # walkinrain <[email protected]>, 2020 |
11 | 10 | # Yunxuan Chai <[email protected]>, 2020 |
| 11 | +# Freesand Leo <[email protected]>, 2020 |
12 | 12 | # |
13 | 13 | #, fuzzy |
14 | 14 | msgid "" |
15 | 15 | msgstr "" |
16 | 16 | "Project-Id-Version: Python 3.8\n" |
17 | 17 | "Report-Msgid-Bugs-To: \n" |
18 | | -"POT-Creation-Date: 2020-04-19 13:36+0000\n" |
| 18 | +"POT-Creation-Date: 2020-08-14 14:53+0000\n" |
19 | 19 | "PO-Revision-Date: 2020-05-30 12:07+0000\n" |
20 | | -"Last-Translator: Yunxuan Chai <wsyxbcl@gmail.com>, 2020\n" |
| 20 | +"Last-Translator: Freesand Leo <yuqinju@163.com>, 2020\n" |
21 | 21 | "Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n" |
22 | 22 | "MIME-Version: 1.0\n" |
23 | 23 | "Content-Type: text/plain; charset=UTF-8\n" |
@@ -983,81 +983,105 @@ msgid ":meth:`Path.expanduser` and :meth:`Path.home`" |
983 | 983 | msgstr ":meth:`Path.expanduser` 和 :meth:`Path.home`" |
984 | 984 |
|
985 | 985 | #: ../../library/pathlib.rst:1142 |
| 986 | +msgid ":func:`os.listdir`" |
| 987 | +msgstr ":func:`os.listdir`" |
| 988 | + |
| 989 | +#: ../../library/pathlib.rst:1142 |
| 990 | +msgid ":meth:`Path.iterdir`" |
| 991 | +msgstr ":meth:`Path.iterdir`" |
| 992 | + |
| 993 | +#: ../../library/pathlib.rst:1143 |
986 | 994 | msgid ":func:`os.path.isdir`" |
987 | 995 | msgstr ":func:`os.path.isdir`" |
988 | 996 |
|
989 | | -#: ../../library/pathlib.rst:1142 |
| 997 | +#: ../../library/pathlib.rst:1143 |
990 | 998 | msgid ":meth:`Path.is_dir`" |
991 | 999 | msgstr ":meth:`Path.is_dir`" |
992 | 1000 |
|
993 | | -#: ../../library/pathlib.rst:1143 |
| 1001 | +#: ../../library/pathlib.rst:1144 |
994 | 1002 | msgid ":func:`os.path.isfile`" |
995 | 1003 | msgstr ":func:`os.path.isfile`" |
996 | 1004 |
|
997 | | -#: ../../library/pathlib.rst:1143 |
| 1005 | +#: ../../library/pathlib.rst:1144 |
998 | 1006 | msgid ":meth:`Path.is_file`" |
999 | 1007 | msgstr ":meth:`Path.is_file`" |
1000 | 1008 |
|
1001 | | -#: ../../library/pathlib.rst:1144 |
| 1009 | +#: ../../library/pathlib.rst:1145 |
1002 | 1010 | msgid ":func:`os.path.islink`" |
1003 | 1011 | msgstr ":func:`os.path.islink`" |
1004 | 1012 |
|
1005 | | -#: ../../library/pathlib.rst:1144 |
| 1013 | +#: ../../library/pathlib.rst:1145 |
1006 | 1014 | msgid ":meth:`Path.is_symlink`" |
1007 | 1015 | msgstr ":meth:`Path.is_symlink`" |
1008 | 1016 |
|
1009 | | -#: ../../library/pathlib.rst:1145 |
| 1017 | +#: ../../library/pathlib.rst:1146 |
| 1018 | +msgid ":func:`os.link`" |
| 1019 | +msgstr ":func:`os.link`" |
| 1020 | + |
| 1021 | +#: ../../library/pathlib.rst:1146 |
| 1022 | +msgid ":meth:`Path.link_to`" |
| 1023 | +msgstr ":meth:`Path.link_to`" |
| 1024 | + |
| 1025 | +#: ../../library/pathlib.rst:1147 |
| 1026 | +msgid ":func:`os.symlink`" |
| 1027 | +msgstr ":func:`os.symlink`" |
| 1028 | + |
| 1029 | +#: ../../library/pathlib.rst:1147 |
| 1030 | +msgid ":meth:`Path.symlink_to`" |
| 1031 | +msgstr ":meth:`Path.symlink_to`" |
| 1032 | + |
| 1033 | +#: ../../library/pathlib.rst:1148 |
1010 | 1034 | msgid ":func:`os.stat`" |
1011 | 1035 | msgstr ":func:`os.stat`" |
1012 | 1036 |
|
1013 | | -#: ../../library/pathlib.rst:1145 |
| 1037 | +#: ../../library/pathlib.rst:1148 |
1014 | 1038 | msgid ":meth:`Path.stat`, :meth:`Path.owner`, :meth:`Path.group`" |
1015 | 1039 | msgstr ":meth:`Path.stat`, :meth:`Path.owner`, :meth:`Path.group`" |
1016 | 1040 |
|
1017 | | -#: ../../library/pathlib.rst:1148 |
| 1041 | +#: ../../library/pathlib.rst:1151 |
1018 | 1042 | msgid ":func:`os.path.isabs`" |
1019 | 1043 | msgstr ":func:`os.path.isabs`" |
1020 | 1044 |
|
1021 | | -#: ../../library/pathlib.rst:1148 |
| 1045 | +#: ../../library/pathlib.rst:1151 |
1022 | 1046 | msgid ":meth:`PurePath.is_absolute`" |
1023 | 1047 | msgstr ":meth:`PurePath.is_absolute`" |
1024 | 1048 |
|
1025 | | -#: ../../library/pathlib.rst:1149 |
| 1049 | +#: ../../library/pathlib.rst:1152 |
1026 | 1050 | msgid ":func:`os.path.join`" |
1027 | 1051 | msgstr ":func:`os.path.join`" |
1028 | 1052 |
|
1029 | | -#: ../../library/pathlib.rst:1149 |
| 1053 | +#: ../../library/pathlib.rst:1152 |
1030 | 1054 | msgid ":func:`PurePath.joinpath`" |
1031 | 1055 | msgstr ":func:`PurePath.joinpath`" |
1032 | 1056 |
|
1033 | | -#: ../../library/pathlib.rst:1150 |
| 1057 | +#: ../../library/pathlib.rst:1153 |
1034 | 1058 | msgid ":func:`os.path.basename`" |
1035 | 1059 | msgstr ":func:`os.path.basename`" |
1036 | 1060 |
|
1037 | | -#: ../../library/pathlib.rst:1150 |
| 1061 | +#: ../../library/pathlib.rst:1153 |
1038 | 1062 | msgid ":data:`PurePath.name`" |
1039 | 1063 | msgstr ":data:`PurePath.name`" |
1040 | 1064 |
|
1041 | | -#: ../../library/pathlib.rst:1151 |
| 1065 | +#: ../../library/pathlib.rst:1154 |
1042 | 1066 | msgid ":func:`os.path.dirname`" |
1043 | 1067 | msgstr ":func:`os.path.dirname`" |
1044 | 1068 |
|
1045 | | -#: ../../library/pathlib.rst:1151 |
| 1069 | +#: ../../library/pathlib.rst:1154 |
1046 | 1070 | msgid ":data:`PurePath.parent`" |
1047 | 1071 | msgstr ":data:`PurePath.parent`" |
1048 | 1072 |
|
1049 | | -#: ../../library/pathlib.rst:1152 |
| 1073 | +#: ../../library/pathlib.rst:1155 |
1050 | 1074 | msgid ":func:`os.path.samefile`" |
1051 | 1075 | msgstr ":func:`os.path.samefile`" |
1052 | 1076 |
|
1053 | | -#: ../../library/pathlib.rst:1152 |
| 1077 | +#: ../../library/pathlib.rst:1155 |
1054 | 1078 | msgid ":meth:`Path.samefile`" |
1055 | 1079 | msgstr ":meth:`Path.samefile`" |
1056 | 1080 |
|
1057 | | -#: ../../library/pathlib.rst:1153 |
| 1081 | +#: ../../library/pathlib.rst:1156 |
1058 | 1082 | msgid ":func:`os.path.splitext`" |
1059 | 1083 | msgstr ":func:`os.path.splitext`" |
1060 | 1084 |
|
1061 | | -#: ../../library/pathlib.rst:1153 |
| 1085 | +#: ../../library/pathlib.rst:1156 |
1062 | 1086 | msgid ":data:`PurePath.suffix`" |
1063 | 1087 | msgstr ":data:`PurePath.suffix`" |
0 commit comments