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

Skip to content

Commit adb8109

Browse files
committed
translate library/xmlrpc.po
1 parent 9f0ec2f commit adb8109

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

library/xmlrpc.po

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,44 @@
1-
# SOME DESCRIPTIVE TITLE.
21
# Copyright (C) 2001-2022, Python Software Foundation
32
# This file is distributed under the same license as the Python package.
43
#
54
# Translators:
5+
# Matt Wang <[email protected]>, 2022
66
msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.10\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2018-06-26 18:54+0800\n"
11-
"PO-Revision-Date: 2015-12-09 17:51+0000\n"
12-
"Last-Translator: Liang-Bo Wang <[email protected]>\n"
11+
"PO-Revision-Date: 2022-02-15 18:34+0800\n"
12+
"Last-Translator: Matt Wang <[email protected]>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1414
"tw)\n"
1515
"Language: zh_TW\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
1818
"Content-Transfer-Encoding: 8bit\n"
1919
"Plural-Forms: nplurals=1; plural=0;\n"
20+
"X-Generator: Poedit 3.0.1\n"
2021

2122
#: ../../library/xmlrpc.rst:2
2223
msgid ":mod:`xmlrpc` --- XMLRPC server and client modules"
23-
msgstr ""
24+
msgstr ":mod:`xmlrpc` --- XMLRPC 服務端與客戶端模組"
2425

2526
#: ../../library/xmlrpc.rst:4
2627
msgid ""
2728
"XML-RPC is a Remote Procedure Call method that uses XML passed via HTTP as a "
2829
"transport. With it, a client can call methods with parameters on a remote "
2930
"server (the server is named by a URI) and get back structured data."
3031
msgstr ""
32+
"XML-RPC 是一種遠端程序呼叫 (Remote Procedure Call) 方法,它使用透過 HTTP 傳遞"
33+
"的 XML 來做傳輸。有了它,客戶端可以在遠端伺服器上呼叫帶有參數的方法(伺服器"
34+
"以 URI 命名)並獲取結構化的資料。"
3135

3236
#: ../../library/xmlrpc.rst:8
3337
msgid ""
3438
"``xmlrpc`` is a package that collects server and client modules implementing "
3539
"XML-RPC. The modules are:"
3640
msgstr ""
41+
"``xmlrpc`` 是一個集合了 XML-RPC 伺服器與客戶端模組實作的套件。這些模組是:"
3742

3843
#: ../../library/xmlrpc.rst:11
3944
msgid ":mod:`xmlrpc.client`"

0 commit comments

Comments
 (0)