# Translations template for TracXMLRPC. # Copyright (C) 2024 ORGANIZATION # This file is distributed under the same license as the TracXMLRPC project. # FIRST AUTHOR , 2024. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: TracXMLRPC 1.2.0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2024-05-16 11:48+0900\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.15.0\n" #: tracrpc/json_rpc.py:163 #, python-format msgid "" "Example `POST` request using `curl` with `Content-Type` header\n" "and body:\n" "\n" "{{{\n" "user: ~ > cat body.json\n" "{\"params\": [\"WikiStart\"], \"method\": \"wiki.getPage\", \"id\": 123}\n" "user: ~ > curl -H \"Content-Type: application/json\" --data @body.json " "%(url_anon)s\n" "{\"id\": 123, \"error\": null, \"result\": \"= Welcome to....\n" "}}}\n" "\n" "Implementation details:\n" "\n" " * JSON-RPC has no formalized type system, so a class-hint system is " "used\n" " for input and output of non-standard types:\n" " * `{\"__jsonclass__\": [\"datetime\", \"YYYY-MM-DDTHH:MM:SS\"]} => " "DateTime (UTC)`\n" " * `{\"__jsonclass__\": [\"binary\", \"\"]} => Binary`" "\n" " * `\"id\"` is optional, and any marker value received with a\n" " request is returned with the response." msgstr "" #: tracrpc/web_ui.py:244 msgid "API" msgstr "" #: tracrpc/xml_rpc.py:67 #, python-format msgid "" "There should be XML-RPC client implementations available for all\n" "popular programming languages.\n" "Example call using `curl`:\n" "\n" "{{{\n" "user: ~ > cat body.xml\n" "\n" "\n" "wiki.getPage\n" "\n" "WikiStart\n" "\n" "\n" "\n" "user: ~ > curl -H \"Content-Type: application/xml\" --data @body.xml " "%(url_anon)s\n" "\n" "\n" "\n" "\n" "= Welcome to....\n" "}}}\n" "\n" "The following snippet illustrates how to perform authenticated calls in " "Python.\n" "\n" "{{{\n" ">>> try:\n" "... from xmlrpc import client as cli\n" "... except ImportError:\n" "... import xmlrpclib as cli\n" "...\n" ">>> p = cli.ServerProxy(%(url_auth)r)\n" ">>> p.system.getAPIVersion()\n" "%(version)r\n" "}}}" msgstr "" #: tracrpc/templates/rpc_jinja.html:4 msgid "Remote Procedure Call (RPC)" msgstr "" #: tracrpc/templates/rpc_jinja.html:15 msgid "Installed API version:" msgstr "" #: tracrpc/templates/rpc_jinja.html:16 msgid "Protocol reference:" msgstr "" #: tracrpc/templates/rpc_jinja.html:18 msgid "" "Below you will find a detailed description of all the RPC protocols " "installed in this environment. This includes supported content types as " "well as target URLs for anonymous and authenticated access. Use this " "information to interact with this environment from a remote location." msgstr "" #: tracrpc/templates/rpc_jinja.html:25 msgid "" "Libraries for remote procedure calls and parsing exists for most major " "languages and platforms - use a tested, standard library for consistent " "results." msgstr "" #: tracrpc/templates/rpc_jinja.html:34 #, python-format msgid "For %(name)s protocol, use any one of:" msgstr "" #: tracrpc/templates/rpc_jinja.html:39 #, python-format msgid "%(header)s header with request to:" msgstr "" #: tracrpc/templates/rpc_jinja.html:43 msgid "For anonymous access:" msgstr "" #: tracrpc/templates/rpc_jinja.html:53 msgid "For authenticated access:" msgstr "" #: tracrpc/templates/rpc_jinja.html:74 msgid "RPC exported functions" msgstr "" #: tracrpc/templates/rpc_jinja.html:87 msgid "Function" msgstr "" #: tracrpc/templates/rpc_jinja.html:88 msgid "Description" msgstr "" #: tracrpc/templates/rpc_jinja.html:89 msgid "Permission required" msgstr "" #: tracrpc/templates/rpc_jinja.html:97 msgid "By resource" msgstr ""