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

Skip to content

Commit 6faa50b

Browse files
committed
[po] auto sync bot
1 parent 32c485b commit 6faa50b

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

howto/functional.po

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7+
# Shengjing Zhu <[email protected]>, 2018
78
# Fei Yin <[email protected]>, 2018
89
# Zephyr Waitzman <[email protected]>, 2018
910
# Kder <[email protected]>, 2018
1011
# Freesand Leo <[email protected]>, 2018
1112
# yuxin wang <[email protected]>, 2019
1213
# chen_chao <[email protected]>, 2019
13-
# Shengjing Zhu <[email protected]>, 2019
1414
#
1515
#, fuzzy
1616
msgid ""
@@ -19,7 +19,7 @@ msgstr ""
1919
"Report-Msgid-Bugs-To: \n"
2020
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
2121
"PO-Revision-Date: 2017-02-16 17:44+0000\n"
22-
"Last-Translator: Shengjing Zhu <zsj950618@gmail.com>, 2019\n"
22+
"Last-Translator: chen_chao <wenbushi@gmail.com>, 2019\n"
2323
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2424
"MIME-Version: 1.0\n"
2525
"Content-Type: text/plain; charset=UTF-8\n"
@@ -106,8 +106,8 @@ msgid ""
106106
"and Python are languages that support object-oriented programming, but don't"
107107
" force the use of object-oriented features."
108108
msgstr ""
109-
"**面向对象的** 程序会操作一组对象。对象拥有内部状态,并且有方法支持查询和修改这个内部状态。Smalltalk 和 JAVA "
110-
"都是面向对象的语言。C++ 和 Python 支持面向对象的编程,但并不强制使用面向对象的特性。"
109+
"**面向对象**程序会操作一组对象。 对象拥有内部状态,并能够以某种方式支持请求和修改这个内部状态的方法。Smalltalk 和 JAVA "
110+
"都是面向对象的语言。 C++ 和 Python 支持面向对象编程,但并不强制使用面向对象特性。"
111111

112112
#: ../../howto/functional.rst:41
113113
msgid ""
@@ -117,8 +117,8 @@ msgid ""
117117
"known functional languages include the ML family (Standard ML, OCaml, and "
118118
"other variants) and Haskell."
119119
msgstr ""
120-
"**函数式** 编程则将一个问题分解成一系列函数。理想情况下,函数只接受输入并输出结果,对一个给定的输入也不会有影响输出的内部状态。著名的函数式语言有 "
121-
"ML 家族(Standard ML、Ocaml 以及其他变种)和 Haskell。"
120+
"**函数式**编程则将一个问题分解成一系列函数。 理想情况下,函数只接受输入并输出结果,对一个给定的输入也不会有影响输出的内部状态。著名的函数式语言有 "
121+
"ML 家族(Standard ML,Ocaml以及其他变种)和 Haskell。"
122122

123123
#: ../../howto/functional.rst:47
124124
msgid ""
@@ -159,9 +159,9 @@ msgid ""
159159
"called for their side effects of sending some text to the screen or pausing "
160160
"execution for a second."
161161
msgstr ""
162-
"一些语言对纯洁性要求非常严格,以至于没有像 ``a=3`` 或 ``c = a + b`` "
163-
"这样的赋值表达式,但是完全消除副作用非常困难。比如,在屏幕上显示或者写到磁盘文件中都是副作用。举个例子,在 Python 里,调用函数 "
164-
":func:`print` 或者 :func:`time.sleep` 并不会返回有用的结果;它们的用途只在于副作用,在屏幕上显示一段文字或暂停一秒钟。"
162+
"一些语言对纯洁性要求非常严格,以至于没有像 ``a=3`` 或 ``c = a + b`` 这样的赋值表达式,但是完全消除副作用非常困难。 "
163+
"比如,显示在屏幕上或者写到磁盘文件中都是副作用。举个例子,在 Python 里,调用函数 :func:`print` 或者 "
164+
"func:`time.sleep` 并不会返回有用的结果;它们的用途只在于副作用,向屏幕发送一段文字或暂停一秒钟。"
165165

166166
#: ../../howto/functional.rst:74
167167
msgid ""

0 commit comments

Comments
 (0)