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

Skip to content

Commit dd1733e

Browse files
committed
[po] auto sync bot
1 parent 66d6ae9 commit dd1733e

3 files changed

Lines changed: 3728 additions & 3724 deletions

File tree

glossary.po

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ msgid ""
1515
msgstr ""
1616
"Project-Id-Version: Python 3.7\n"
1717
"Report-Msgid-Bugs-To: \n"
18-
"POT-Creation-Date: 2018-11-13 09:43+0900\n"
18+
"POT-Creation-Date: 2018-11-16 09:45+0900\n"
1919
"PO-Revision-Date: 2017-02-16 17:32+0000\n"
2020
"Last-Translator: Freesand Leo <[email protected]>, 2018\n"
2121
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -227,12 +227,10 @@ msgstr ":term:`asynchronous generator` 函数所创建的对象。"
227227
#: ../../glossary.rst:109
228228
msgid ""
229229
"This is an :term:`asynchronous iterator` which when called using the "
230-
":meth:`__anext__` method returns an awaitable object which will execute that"
231-
" the body of the asynchronous generator function until the next "
232-
":keyword:`yield` expression."
230+
":meth:`__anext__` method returns an awaitable object which will execute the "
231+
"body of the asynchronous generator function until the next :keyword:`yield` "
232+
"expression."
233233
msgstr ""
234-
"此对象属于 :term:`asynchronous iterator`,当使用 :meth:`__anext__` "
235-
"方法调用时会返回一个可等待对象来执行异步生成器函数的代码直至下一个 :keyword:`yield` 表达式。"
236234

237235
#: ../../glossary.rst:114
238236
msgid ""

library/idle.po

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.7\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2018-11-12 09:42+0900\n"
14+
"POT-Creation-Date: 2018-11-16 09:45+0900\n"
1515
"PO-Revision-Date: 2017-02-16 23:14+0000\n"
1616
"Last-Translator: Shengjing Zhu <[email protected]>, 2018\n"
1717
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
@@ -42,7 +42,7 @@ msgid "coded in 100% pure Python, using the :mod:`tkinter` GUI toolkit"
4242
msgstr ""
4343

4444
#: ../../library/idle.rst:23
45-
msgid "cross-platform: works mostly the same on Windows, Unix, and Mac OS X"
45+
msgid "cross-platform: works mostly the same on Windows, Unix, and macOS"
4646
msgstr ""
4747

4848
#: ../../library/idle.rst:25
@@ -94,7 +94,7 @@ msgstr ""
9494

9595
#: ../../library/idle.rst:51
9696
msgid ""
97-
"On MacOS, there is one application menu. It dynamically changes according "
97+
"On macOS, there is one application menu. It dynamically changes according "
9898
"to the window currently selected. It has an IDLE menu, and some entries "
9999
"described below are moved around to conform to Apple guidlines."
100100
msgstr ""
@@ -576,7 +576,7 @@ msgstr ""
576576
msgid ""
577577
"Open a configuration dialog and change preferences for the following: fonts,"
578578
" indentation, keybindings, text color themes, startup windows and size, "
579-
"additional help sources, and extensions (see below). On OS X, open the "
579+
"additional help sources, and extensions (see below). On macOS, open the "
580580
"configuration dialog by selecting Preferences in the application menu. To "
581581
"use a new built-in color theme (IDLE Dark) with older IDLEs, save it as a "
582582
"new custom theme."
@@ -675,7 +675,7 @@ msgstr ""
675675

676676
#: ../../library/idle.rst:327
677677
msgid ""
678-
"Open a context menu by right-clicking in a window (Control-click on OS X). "
678+
"Open a context menu by right-clicking in a window (Control-click on macOS). "
679679
"Context menus have the standard clipboard functions also on the Edit menu."
680680
msgstr ""
681681

@@ -767,7 +767,7 @@ msgstr ""
767767
#: ../../library/idle.rst:383
768768
msgid ""
769769
"In this section, 'C' refers to the :kbd:`Control` key on Windows and Unix "
770-
"and the :kbd:`Command` key on Mac OSX."
770+
"and the :kbd:`Command` key on macOS."
771771
msgstr ""
772772

773773
#: ../../library/idle.rst:386
@@ -1018,12 +1018,12 @@ msgstr ""
10181018

10191019
#: ../../library/idle.rst:528
10201020
msgid ""
1021-
":kbd:`Alt-p` retrieves previous command matching what you have typed. On OS "
1022-
"X use :kbd:`C-p`."
1021+
":kbd:`Alt-p` retrieves previous command matching what you have typed. On "
1022+
"macOS use :kbd:`C-p`."
10231023
msgstr ""
10241024

10251025
#: ../../library/idle.rst:531
1026-
msgid ":kbd:`Alt-n` retrieves next. On OS X use :kbd:`C-n`."
1026+
msgid ":kbd:`Alt-n` retrieves next. On macOS use :kbd:`C-n`."
10271027
msgstr ""
10281028

10291029
#: ../../library/idle.rst:533
@@ -1393,7 +1393,7 @@ msgid ""
13931393
msgstr ""
13941394

13951395
#: ../../library/idle.rst:800
1396-
msgid "IDLE on MacOS"
1396+
msgid "IDLE on macOS"
13971397
msgstr ""
13981398

13991399
#: ../../library/idle.rst:802

0 commit comments

Comments
 (0)