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

Skip to content

Commit 193f260

Browse files
committed
[po] auto sync bot
1 parent 3b028fc commit 193f260

1 file changed

Lines changed: 15 additions & 4 deletions

File tree

using/cmdline.po

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -776,13 +776,17 @@ msgid ""
776776
":data:`sys.ps1` and :data:`sys.ps2` and the hook "
777777
":data:`sys.__interactivehook__` in this file."
778778
msgstr ""
779+
"这如果是一个可读文件的名称,该文件中的 Python 命令会在交互模式的首个提示符显示之前被执行。 "
780+
"该文件会在与交互式命令执行所在的同一命名空间中被执行,因此其中所定义或导入的对象可以在交互式会话中无限制地使用。 你还可以在这个文件中修改提示符 "
781+
":data:`sys.ps1` 和 :data:`sys.ps2` 以及钩子 :data:`sys.__interactivehook__`。"
779782

780783
#: ../../using/cmdline.rst:531
781784
msgid ""
782785
"If this is set to a non-empty string it is equivalent to specifying the "
783786
":option:`-O` option. If set to an integer, it is equivalent to specifying "
784787
":option:`-O` multiple times."
785788
msgstr ""
789+
"这如果被设为一个非空字符串,它就相当于指定 :option:`-O` 选项。 如果设为一个整数,则它就相当于多次指定 :option:`-O`。"
786790

787791
#: ../../using/cmdline.rst:538
788792
msgid ""
@@ -794,51 +798,58 @@ msgid ""
794798
"the string \"0\" causes the default implementation of "
795799
":func:`sys.breakpointhook` to do nothing but return immediately."
796800
msgstr ""
801+
"此变量如果被设定,它会使用加点号的路径标记一个可调用对象。 包含该可调用对象的模块将被导入,随后该可调用对象将由 "
802+
":func:`sys.breakpointhook` 的默认实现来运行,后者自身将由内置的 :func:`breakpoint` 来调用。 "
803+
"如果未设定,或设定为空字符串,则它相当于值 \"pdb.set_trace\"。 将此变量设为字符串 \"0\" 会导致 "
804+
":func:`sys.breakpointhook` 的默认实现不做任何事而直接返回。"
797805

798806
#: ../../using/cmdline.rst:550
799807
msgid ""
800808
"If this is set to a non-empty string it is equivalent to specifying the "
801809
":option:`-d` option. If set to an integer, it is equivalent to specifying "
802810
":option:`-d` multiple times."
803811
msgstr ""
812+
"此变量如果被设为一个非空字符串,它就相当于指定 :option:`-d` 选项。 如果设为一个整数,则它就相当于多次指定 :option:`-d`。"
804813

805814
#: ../../using/cmdline.rst:557
806815
msgid ""
807816
"If this is set to a non-empty string it is equivalent to specifying the "
808817
":option:`-i` option."
809-
msgstr ""
818+
msgstr "此变量如果被设为一个非空字符串,它就相当于指定 :option:`-i` 选项。"
810819

811820
#: ../../using/cmdline.rst:560
812821
msgid ""
813822
"This variable can also be modified by Python code using :data:`os.environ` "
814823
"to force inspect mode on program termination."
815-
msgstr ""
824+
msgstr "此变量也可由 Python 代码使用 :data:`os.environ` 来修改以在程序终结时强制检查模式。"
816825

817826
#: ../../using/cmdline.rst:566
818827
msgid ""
819828
"If this is set to a non-empty string it is equivalent to specifying the "
820829
":option:`-u` option."
821-
msgstr ""
830+
msgstr "此变量如果被设为一个非空字符串,它就相当于指定 :option:`-u` 选项。"
822831

823832
#: ../../using/cmdline.rst:572
824833
msgid ""
825834
"If this is set to a non-empty string it is equivalent to specifying the "
826835
":option:`-v` option. If set to an integer, it is equivalent to specifying "
827836
":option:`-v` multiple times."
828837
msgstr ""
838+
"此变量如果被设为一个非空字符串,它就相当于指定 :option:`-v` 选项。 如果设为一个整数,则它就相当于多次指定 :option:`-v`。"
829839

830840
#: ../../using/cmdline.rst:579
831841
msgid ""
832842
"If this is set, Python ignores case in :keyword:`import` statements. This "
833843
"only works on Windows and OS X."
834-
msgstr ""
844+
msgstr "如果设置此变量,Python 将忽略 :keyword:`import` 语句中的大小写。 这仅在 Windows 和 OS X 上有效。"
835845

836846
#: ../../using/cmdline.rst:585
837847
msgid ""
838848
"If this is set to a non-empty string, Python won't try to write ``.pyc`` "
839849
"files on the import of source modules. This is equivalent to specifying the"
840850
" :option:`-B` option."
841851
msgstr ""
852+
"此变量如果被设为一个非空字符串,Python 将不会尝试在导入源模块时写入 ``.pyc`` 文件。 这相当于指定 :option:`-B` 选项。"
842853

843854
#: ../../using/cmdline.rst:592
844855
msgid ""

0 commit comments

Comments
 (0)