cloudstack/docs/zh-CN/developer-getting-started.po

54 lines
1.5 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Apache CloudStack Docs\n"
"POT-Creation-Date: 2013-03-19T13:38:03\n"
"PO-Revision-Date: 2013-01-04 05:05+0000\n"
"Last-Translator: tiansiyuan <tiansiyuan@gmail.com>\n"
"Language-Team: None\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: zh_CN\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. Tag: title
#, no-c-format
msgid "Getting Started"
msgstr "开始"
#. Tag: para
#, no-c-format
msgid "To get started using the &PRODUCT; API, you should have the following:"
msgstr "要开始使用&PRODUCT; API你应该有以下"
#. Tag: para
#, no-c-format
msgid "URL of the &PRODUCT; server you wish to integrate with."
msgstr "要整合的&PRODUCT;服务器的URL。"
#. Tag: para
#, no-c-format
msgid ""
"Both the API Key and Secret Key for an account. This should have been "
"generated by the administrator of the cloud instance and given to you."
msgstr "API键和帐户的密钥。应该由云实例的管理员生成i并给你。"
#. Tag: para
#, no-c-format
msgid "Familiarity with HTTP GET/POST and query strings."
msgstr "熟悉HTTP GET/POST和查询字符串。"
#. Tag: para
#, no-c-format
msgid "Knowledge of either XML or JSON."
msgstr "XML或JSON的知识。"
#. Tag: para
#, no-c-format
msgid ""
"Knowledge of a programming language that can generate HTTP requests; for "
"example, Java or PHP."
msgstr "可以生成HTTP请求的编程语言的知识例如Java或PHP。"