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

Skip to content

Commit 947968d

Browse files
committed
[po] auto sync bot
1 parent b05f31e commit 947968d

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

library/curses.po

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgstr ""
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2018-06-30 05:56+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: 操旭 <caoxu3000@126.com>, 2017\n"
13+
"Last-Translator: SKY H. <sky19960802@gmail.com>, 2018\n"
1414
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1515
"MIME-Version: 1.0\n"
1616
"Content-Type: text/plain; charset=UTF-8\n"
@@ -56,6 +56,8 @@ msgid ""
5656
" one of the system's available encodings. This example uses the system's "
5757
"default encoding::"
5858
msgstr ""
59+
"从 5.4 版本开始,ncurses 库使用 ``nl_langinfo`` 函数来决定如何解释非 ASCII 数据。这意味着你需要在程序中调用 :func:`locale.setlocale` 函数,并使用一种系统中可用的编码方法来编码 Unicode 字符串。\n"
60+
"这个例子使用了系统默认的编码::"
5961

6062
#: ../../library/curses.rst:42
6163
msgid "Then use *code* as the encoding for :meth:`str.encode` calls."

using/windows.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgstr ""
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2018-08-04 08:47+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: cdarlint <cdarling@126.com>, 2017\n"
13+
"Last-Translator: hanfeng <appweb.cn@gmail.com>, 2018\n"
1414
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1515
"MIME-Version: 1.0\n"
1616
"Content-Type: text/plain; charset=UTF-8\n"
@@ -20,17 +20,17 @@ msgstr ""
2020

2121
#: ../../using/windows.rst:7
2222
msgid "Using Python on Windows"
23-
msgstr ""
23+
msgstr "在Windows上使用 Python"
2424

2525
#: ../../using/windows.rst:12
2626
msgid ""
2727
"This document aims to give an overview of Windows-specific behaviour you "
2828
"should know about when using Python on Microsoft Windows."
29-
msgstr ""
29+
msgstr "本文档旨在提供一个概要,描述当你在微软Windows系统上使用Python时,应知晓的Windows特定的行为。"
3030

3131
#: ../../using/windows.rst:16
3232
msgid "Installing Python"
33-
msgstr ""
33+
msgstr "安装 Python"
3434

3535
#: ../../using/windows.rst:18
3636
msgid ""
@@ -46,7 +46,7 @@ msgstr ""
4646

4747
#: ../../using/windows.rst:28
4848
msgid "Supported Versions"
49-
msgstr ""
49+
msgstr "支持的版本"
5050

5151
#: ../../using/windows.rst:30
5252
msgid ""

0 commit comments

Comments
 (0)