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

Skip to content

Commit 9fc48e2

Browse files
[po] auto sync
1 parent 06b4897 commit 9fc48e2

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "90.77%", "updated_at": "2023-09-17T01:19:46Z"}
1+
{"translation": "90.78%", "updated_at": "2023-09-17T23:56:40Z"}

howto/pyporting.po

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ msgstr ""
232232

233233
#: ../../howto/pyporting.rst:107
234234
msgid "Be aware of the differences between Python 2 and 3"
235-
msgstr ""
235+
msgstr "了解 Python 2 和 Python 3 之间的区别"
236236

237237
#: ../../howto/pyporting.rst:109
238238
msgid ""
@@ -241,21 +241,23 @@ msgid ""
241241
"what you want to look out for while you code, you will want to learn what "
242242
"changes Python 3 makes in terms of Python 2."
243243
msgstr ""
244+
"当你的代码经过充分的测试之后你就可以开始将代码移植到 Python 3 了! 但是为了充分理解你的代码将如何变化以及在编写代码时需要注意什么,你需要学习"
245+
" Python 3 对 Python 2 做了哪些改变。"
244246

245247
#: ../../howto/pyporting.rst:114
246248
msgid ""
247249
"Some resources for understanding the differences and their implications for "
248250
"you code:"
249-
msgstr ""
251+
msgstr "一些有助于理解这些差异及其对代码影响的资源:"
250252

251253
#: ../../howto/pyporting.rst:117
252254
msgid ""
253255
"the :ref:`\"What's New\" <whatsnew-index>` doc for each release of Python 3"
254-
msgstr ""
256+
msgstr "Python 3 每个发布版的 :ref:`“有什么新变化” <whatsnew-index>` 文档"
255257

256258
#: ../../howto/pyporting.rst:118
257259
msgid "the `Porting to Python 3`_ book (which is free online)"
258-
msgstr ""
260+
msgstr "`Porting to Python 3`_ 电子书(免费在线版)"
259261

260262
#: ../../howto/pyporting.rst:119
261263
msgid "the handy `cheat sheet`_ from the Python-Future project."

0 commit comments

Comments
 (0)