|
1 | | -# SOME DESCRIPTIVE TITLE. |
2 | 1 | # Copyright (C) 2001-2022, Python Software Foundation |
3 | 2 | # This file is distributed under the same license as the Python package. |
4 | 3 | # |
5 | 4 | # Translators: |
| 5 | +# Matt Wang <mattwang44@gamil.com>, 2022 |
6 | 6 | msgid "" |
7 | 7 | msgstr "" |
8 | 8 | "Project-Id-Version:Python 3.10\n" |
9 | 9 | "Report-Msgid-Bugs-To:\n" |
10 | 10 | "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 <me@liang2.tw>\n" |
| 11 | +"PO-Revision-Date:2022-02-15 18:34+0800\n" |
| 12 | +"Last-Translator:Matt Wang <mattwang44@gamil.com>\n" |
13 | 13 | "Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-" |
14 | 14 | "tw)\n" |
15 | 15 | "Language:zh_TW\n" |
16 | 16 | "MIME-Version:1.0\n" |
17 | 17 | "Content-Type:text/plain; charset=UTF-8\n" |
18 | 18 | "Content-Transfer-Encoding:8bit\n" |
19 | 19 | "Plural-Forms:nplurals=1; plural=0;\n" |
| 20 | +"X-Generator:Poedit 3.0.1\n" |
20 | 21 |
|
21 | 22 | #:../../library/xmlrpc.rst:2 |
22 | 23 | msgid":mod:`xmlrpc` --- XMLRPC server and client modules" |
23 | | -msgstr"" |
| 24 | +msgstr":mod:`xmlrpc` --- XMLRPC 服務端與客戶端模組" |
24 | 25 |
|
25 | 26 | #:../../library/xmlrpc.rst:4 |
26 | 27 | msgid"" |
27 | 28 | "XML-RPC is a Remote Procedure Call method that uses XML passed via HTTP as a " |
28 | 29 | "transport. With it, a client can call methods with parameters on a remote " |
29 | 30 | "server (the server is named by a URI) and get back structured data." |
30 | 31 | msgstr"" |
| 32 | +"XML-RPC 是一種遠端程序呼叫 (Remote Procedure Call) 方法,它使用透過 HTTP 傳遞" |
| 33 | +"的 XML 來做傳輸。有了它,客戶端可以在遠端伺服器上呼叫帶有參數的方法(伺服器" |
| 34 | +"以 URI 命名)並獲取結構化的資料。" |
31 | 35 |
|
32 | 36 | #:../../library/xmlrpc.rst:8 |
33 | 37 | msgid"" |
34 | 38 | "``xmlrpc`` is a package that collects server and client modules implementing " |
35 | 39 | "XML-RPC. The modules are:" |
36 | 40 | msgstr"" |
| 41 | +"``xmlrpc`` 是一個集合了 XML-RPC 伺服器與客戶端模組實作的套件。這些模組是:" |
37 | 42 |
|
38 | 43 | #:../../library/xmlrpc.rst:11 |
39 | 44 | msgid":mod:`xmlrpc.client`" |
|