-
-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathxmlrpc.po
More file actions
47 lines (41 loc) · 1.81 KB
/
xmlrpc.po
File metadata and controls
47 lines (41 loc) · 1.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2017, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-04-17 23:44+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Dong-gweon Oh <flowdas@gmail.com>\n"
"Language-Team: Korean (https://python.flowdas.com)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.17.0\n"
#: ../../library/xmlrpc.rst:2
msgid ":mod:`!xmlrpc` --- XMLRPC server and client modules"
msgstr ":mod:`!xmlrpc` --- XMLRPC 서버와 클라이언트 모듈"
#: ../../library/xmlrpc.rst:7
msgid ""
"XML-RPC is a Remote Procedure Call method that uses XML passed via HTTP "
"as a transport. With it, a client can call methods with parameters on a "
"remote server (the server is named by a URI) and get back structured "
"data."
msgstr ""
"XML-RPC는 HTTP를 트랜스포트로 사용해서 전달되는 XML을 사용하는 원격 프로시저 호출 방법입니다. 이를 통해, 클라이언트는"
" 원격 서버(서버는 URI로 지정됩니다)의 매개 변수가 있는 메서드를 호출하고 구조화된 데이터를 받을 수 있습니다."
#: ../../library/xmlrpc.rst:11
msgid ""
"``xmlrpc`` is a package that collects server and client modules "
"implementing XML-RPC. The modules are:"
msgstr "``xmlrpc``\\는 XML-RPC를 구현하는 서버와 클라이언트 모듈을 모아둔 패키지입니다. 모듈은 다음과 같습니다:"
#: ../../library/xmlrpc.rst:14
msgid ":mod:`xmlrpc.client`"
msgstr ":mod:`xmlrpc.client`"
#: ../../library/xmlrpc.rst:15
msgid ":mod:`xmlrpc.server`"
msgstr ":mod:`xmlrpc.server`"