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

68 lines
2.2 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.

#Licensed to the Apache Software Foundation (ASF) under one
#or more contributor license agreements. See the NOTICE file
#distributed with this work for additional information
#regarding copyright ownership. The ASF licenses this file
#to you under the Apache License, Version 2.0 (the
#"License"); you may not use this file except in compliance
#with the License. You may obtain a copy of the License at
#http://www.apache.org/licenses/LICENSE-2.0
#Unless required by applicable law or agreed to in writing,
#software distributed under the License is distributed on an
#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
#KIND, either express or implied. See the License for the
#specific language governing permissions and limitations
#under the License.
#
# 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。"