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

Skip to content

Commit 0156234

Browse files
committed
[po] auto sync bot
1 parent af2f47e commit 0156234

7 files changed

Lines changed: 104 additions & 42 deletions

File tree

library/dis.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.7\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-09-18 09:12+0900\n"
11+
"POT-Creation-Date: 2018-10-06 09:21+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: SKY H. <[email protected]>, 2018\n"
1414
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -184,7 +184,7 @@ msgstr ""
184184
#: ../../library/dis.rst:151
185185
msgid ""
186186
"Disassemble the *x* object. *x* can denote either a module, a class, a "
187-
"method, a function, a generator, an asynchronous generator, a couroutine, a "
187+
"method, a function, a generator, an asynchronous generator, a coroutine, a "
188188
"code object, a string of source code or a byte sequence of raw bytecode. For"
189189
" a module, it disassembles all functions. For a class, it disassembles all "
190190
"methods (including class and static methods). For a code object or sequence "

library/pathlib.po

Lines changed: 80 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.7\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-08-07 08:48+0900\n"
11+
"POT-Creation-Date: 2018-10-06 09:21+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1414
"MIME-Version: 1.0\n"
@@ -802,97 +802,153 @@ msgid ":meth:`Path.resolve`"
802802
msgstr ""
803803

804804
#: ../../library/pathlib.rst:1092
805-
msgid ":func:`os.getcwd`"
805+
msgid ":func:`os.chmod`"
806806
msgstr ""
807807

808808
#: ../../library/pathlib.rst:1092
809-
msgid ":func:`Path.cwd`"
809+
msgid ":meth:`Path.chmod`"
810810
msgstr ""
811811

812812
#: ../../library/pathlib.rst:1093
813-
msgid ":func:`os.path.exists`"
813+
msgid ":func:`os.mkdir`"
814814
msgstr ""
815815

816816
#: ../../library/pathlib.rst:1093
817-
msgid ":meth:`Path.exists`"
817+
msgid ":meth:`Path.mkdir`"
818818
msgstr ""
819819

820820
#: ../../library/pathlib.rst:1094
821-
msgid ":func:`os.path.expanduser`"
821+
msgid ":func:`os.rename`"
822822
msgstr ""
823823

824824
#: ../../library/pathlib.rst:1094
825-
msgid ":meth:`Path.expanduser` and :meth:`Path.home`"
825+
msgid ":meth:`Path.rename`"
826+
msgstr ""
827+
828+
#: ../../library/pathlib.rst:1095
829+
msgid ":func:`os.replace`"
830+
msgstr ""
831+
832+
#: ../../library/pathlib.rst:1095
833+
msgid ":meth:`Path.replace`"
826834
msgstr ""
827835

828836
#: ../../library/pathlib.rst:1096
829-
msgid ":func:`os.path.isdir`"
837+
msgid ":func:`os.rmdir`"
830838
msgstr ""
831839

832840
#: ../../library/pathlib.rst:1096
833-
msgid ":meth:`Path.is_dir`"
841+
msgid ":meth:`Path.rmdir`"
834842
msgstr ""
835843

836844
#: ../../library/pathlib.rst:1097
837-
msgid ":func:`os.path.isfile`"
845+
msgid ":func:`os.remove`, :func:`os.unlink`"
838846
msgstr ""
839847

840848
#: ../../library/pathlib.rst:1097
841-
msgid ":meth:`Path.is_file`"
849+
msgid ":meth:`Path.unlink`"
842850
msgstr ""
843851

844852
#: ../../library/pathlib.rst:1098
845-
msgid ":func:`os.path.islink`"
853+
msgid ":func:`os.getcwd`"
846854
msgstr ""
847855

848856
#: ../../library/pathlib.rst:1098
849-
msgid ":meth:`Path.is_symlink`"
857+
msgid ":func:`Path.cwd`"
850858
msgstr ""
851859

852860
#: ../../library/pathlib.rst:1099
853-
msgid ":func:`os.stat`"
861+
msgid ":func:`os.path.exists`"
854862
msgstr ""
855863

856864
#: ../../library/pathlib.rst:1099
857-
msgid ":meth:`Path.stat`, :meth:`Path.owner`, :meth:`Path.group`"
865+
msgid ":meth:`Path.exists`"
866+
msgstr ""
867+
868+
#: ../../library/pathlib.rst:1100
869+
msgid ":func:`os.path.expanduser`"
870+
msgstr ""
871+
872+
#: ../../library/pathlib.rst:1100
873+
msgid ":meth:`Path.expanduser` and :meth:`Path.home`"
858874
msgstr ""
859875

860876
#: ../../library/pathlib.rst:1102
861-
msgid ":func:`os.path.isabs`"
877+
msgid ":func:`os.path.isdir`"
862878
msgstr ""
863879

864880
#: ../../library/pathlib.rst:1102
865-
msgid ":meth:`PurePath.is_absolute`"
881+
msgid ":meth:`Path.is_dir`"
866882
msgstr ""
867883

868884
#: ../../library/pathlib.rst:1103
869-
msgid ":func:`os.path.join`"
885+
msgid ":func:`os.path.isfile`"
870886
msgstr ""
871887

872888
#: ../../library/pathlib.rst:1103
873-
msgid ":func:`PurePath.joinpath`"
889+
msgid ":meth:`Path.is_file`"
874890
msgstr ""
875891

876892
#: ../../library/pathlib.rst:1104
877-
msgid ":func:`os.path.basename`"
893+
msgid ":func:`os.path.islink`"
878894
msgstr ""
879895

880896
#: ../../library/pathlib.rst:1104
881-
msgid ":data:`PurePath.name`"
897+
msgid ":meth:`Path.is_symlink`"
882898
msgstr ""
883899

884900
#: ../../library/pathlib.rst:1105
885-
msgid ":func:`os.path.dirname`"
901+
msgid ":func:`os.stat`"
886902
msgstr ""
887903

888904
#: ../../library/pathlib.rst:1105
905+
msgid ":meth:`Path.stat`, :meth:`Path.owner`, :meth:`Path.group`"
906+
msgstr ""
907+
908+
#: ../../library/pathlib.rst:1108
909+
msgid ":func:`os.path.isabs`"
910+
msgstr ""
911+
912+
#: ../../library/pathlib.rst:1108
913+
msgid ":meth:`PurePath.is_absolute`"
914+
msgstr ""
915+
916+
#: ../../library/pathlib.rst:1109
917+
msgid ":func:`os.path.join`"
918+
msgstr ""
919+
920+
#: ../../library/pathlib.rst:1109
921+
msgid ":func:`PurePath.joinpath`"
922+
msgstr ""
923+
924+
#: ../../library/pathlib.rst:1110
925+
msgid ":func:`os.path.basename`"
926+
msgstr ""
927+
928+
#: ../../library/pathlib.rst:1110
929+
msgid ":data:`PurePath.name`"
930+
msgstr ""
931+
932+
#: ../../library/pathlib.rst:1111
933+
msgid ":func:`os.path.dirname`"
934+
msgstr ""
935+
936+
#: ../../library/pathlib.rst:1111
889937
msgid ":data:`PurePath.parent`"
890938
msgstr ""
891939

892-
#: ../../library/pathlib.rst:1106
940+
#: ../../library/pathlib.rst:1112
941+
msgid ":func:`os.path.samefile`"
942+
msgstr ""
943+
944+
#: ../../library/pathlib.rst:1112
945+
msgid ":meth:`Path.samefile`"
946+
msgstr ""
947+
948+
#: ../../library/pathlib.rst:1113
893949
msgid ":func:`os.path.splitext`"
894950
msgstr ""
895951

896-
#: ../../library/pathlib.rst:1106
952+
#: ../../library/pathlib.rst:1113
897953
msgid ":data:`PurePath.suffix`"
898954
msgstr ""

library/ssl.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.7\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-09-24 09:17+0900\n"
11+
"POT-Creation-Date: 2018-10-06 09:21+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: ww song <[email protected]>, 2018\n"
1414
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -2937,7 +2937,7 @@ msgid ""
29372937
"TLS 1.3 uses a disjunct set of cipher suites. All AES-GCM and ChaCha20 "
29382938
"cipher suites are enabled by default. The method "
29392939
":meth:`SSLContext.set_ciphers` cannot enable or disable any TLS 1.3 ciphers "
2940-
"yet, but :meth:`SSLContext.get_cipers` returns them."
2940+
"yet, but :meth:`SSLContext.get_ciphers` returns them."
29412941
msgstr ""
29422942

29432943
#: ../../library/ssl.rst:2662

library/zipapp.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.7\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-09-15 09:11+0900\n"
11+
"POT-Creation-Date: 2018-10-06 09:21+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: Fred <[email protected]>, 2018\n"
1414
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -256,7 +256,7 @@ msgid "Pack up a directory into an archive, and run it."
256256
msgstr ""
257257

258258
#: ../../library/zipapp.rst:198
259-
msgid "The same can be done using the :func:`create_archive` functon::"
259+
msgid "The same can be done using the :func:`create_archive` function::"
260260
msgstr ""
261261

262262
#: ../../library/zipapp.rst:203

reference/expressions.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ msgstr ""
120120

121121
#: ../../reference/expressions.rst:100
122122
msgid "Literals"
123-
msgstr ""
123+
msgstr "字面值"
124124

125125
#: ../../reference/expressions.rst:104
126126
msgid ""

reference/lexical_analysis.po

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -463,18 +463,18 @@ msgstr "以下标识符被作为语言的保留字或称 *关键字*,不可被
463463

464464
#: ../../reference/lexical_analysis.rst:355
465465
msgid "Reserved classes of identifiers"
466-
msgstr ""
466+
msgstr "保留的标识符类"
467467

468468
#: ../../reference/lexical_analysis.rst:357
469469
msgid ""
470470
"Certain classes of identifiers (besides keywords) have special meanings. "
471471
"These classes are identified by the patterns of leading and trailing "
472472
"underscore characters:"
473-
msgstr ""
473+
msgstr "某些标识符类 (除了关键字) 具有特殊的含义。这些标识符类的命名模式是以下划线字符打头和结尾:"
474474

475475
#: ../../reference/lexical_analysis.rst:371
476476
msgid "``_*``"
477-
msgstr ""
477+
msgstr "``_*``"
478478

479479
#: ../../reference/lexical_analysis.rst:362
480480
msgid ""
@@ -484,17 +484,19 @@ msgid ""
484484
"interactive mode, ``_`` has no special meaning and is not defined. See "
485485
"section :ref:`import`."
486486
msgstr ""
487+
"不会被 ``from module import *`` 导入。特殊标识符 ``_`` 在交互式解释器中被用来存放最近一次求值结果;它保存在 "
488+
":mod:`builtins` 模块中。当不处于交互模式时,``_`` 无特殊含义也没有预定义。参见 :ref:`import`。"
487489

488490
#: ../../reference/lexical_analysis.rst:369
489491
msgid ""
490492
"The name ``_`` is often used in conjunction with internationalization; refer"
491493
" to the documentation for the :mod:`gettext` module for more information on "
492494
"this convention."
493-
msgstr ""
495+
msgstr "``_`` 作为名称常用于连接国际化文本;请参看 :mod:`gettext` 模块文档了解有关此约定的详情。"
494496

495497
#: ../../reference/lexical_analysis.rst:379
496498
msgid "``__*__``"
497-
msgstr ""
499+
msgstr "``__*__``"
498500

499501
#: ../../reference/lexical_analysis.rst:374
500502
msgid ""
@@ -505,10 +507,12 @@ msgid ""
505507
"names, in any context, that does not follow explicitly documented use, is "
506508
"subject to breakage without warning."
507509
msgstr ""
510+
"系统定义的名称。这些名称由解释器及其实现 (包括标准库) 所定义。现有系统定义名称相关讨论参见 :ref:`specialnames` 等章节。未来的 "
511+
"Python 版本中还将定义更多此类名称。*任何* 不遵循文档指定方式使用 ``__*__`` 名称的行为都可能导致无警告的出错。"
508512

509513
#: ../../reference/lexical_analysis.rst:386
510514
msgid "``__*``"
511-
msgstr ""
515+
msgstr "``__*``"
512516

513517
#: ../../reference/lexical_analysis.rst:382
514518
msgid ""
@@ -517,18 +521,20 @@ msgid ""
517521
"name clashes between \"private\" attributes of base and derived classes. See"
518522
" section :ref:`atom-identifiers`."
519523
msgstr ""
524+
"类的私有名称。这种名称在类定义中使用时,会以一种混合形式重写以避免在基类及派生类的 \"私有\" 属性之间出现名称冲突。参见 :ref:`atom-"
525+
"identifiers`。"
520526

521527
#: ../../reference/lexical_analysis.rst:391
522528
msgid "Literals"
523-
msgstr ""
529+
msgstr "字面值"
524530

525531
#: ../../reference/lexical_analysis.rst:395
526532
msgid "Literals are notations for constant values of some built-in types."
527-
msgstr ""
533+
msgstr "字面值用于表示一些内置类型的常量。"
528534

529535
#: ../../reference/lexical_analysis.rst:401
530536
msgid "String and Bytes literals"
531-
msgstr ""
537+
msgstr "字符串和字节串字面值"
532538

533539
#: ../../reference/lexical_analysis.rst:405
534540
msgid "String literals are described by the following lexical definitions:"

whatsnew/3.6.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.7\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-09-26 09:18+0900\n"
11+
"POT-Creation-Date: 2018-10-06 09:21+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: Kaizhao Zhang <[email protected]>, 2018\n"
1414
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -2104,7 +2104,7 @@ msgstr ""
21042104
#: ../../whatsnew/3.6.rst:1625
21052105
msgid ""
21062106
"A new :const:`~typing.TYPE_CHECKING` constant that is assumed to be ``True``"
2107-
" by the static type chekers, but is ``False`` at runtime. (Contributed by "
2107+
" by the static type checkers, but is ``False`` at runtime. (Contributed by "
21082108
"Guido van Rossum in `Github #230 "
21092109
"<https://github.com/python/typing/issues/230>`_.)"
21102110
msgstr ""

0 commit comments

Comments
 (0)