cloudstack/docs/zh-TW/stopped-vm.po

72 lines
2.6 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:
# Isaac Chiang <isaacchiang@gmail.com>, 2013.
msgid ""
msgstr ""
"Project-Id-Version: Apache CloudStack Docs\n"
"POT-Creation-Date: 2013-04-12T11:19:40\n"
"PO-Revision-Date: 2013-03-28 07:12+0000\n"
"Last-Translator: isaac.chiang <isaacchiang@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_TW\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. Tag: title
#, no-c-format
msgid "Stopped VM"
msgstr "已停止的虛擬機器"
#. Tag: para
#, no-c-format
msgid ""
"&PRODUCT; now supports creating a VM without starting it. You can determine "
"whether the VM needs to be started as part of the VM deployment. A VM can "
"now be deployed in two ways: create and start a VM (the default method); or "
"create a VM and leave it in the stopped state."
msgstr "&PRODUCT; 提供了建立虛擬機器但仍為停止狀態的功能,你可以決定是否開啟虛擬機器為您佈署過程的一部分。一台虛擬機器可以有兩種情況(預設建立後啟用),一是建立後啟用虛擬機器或是建立後不啟用虛擬機器。"
#. Tag: para
#, no-c-format
msgid ""
"A new request parameter, startVM, is introduced in the deployVm API to "
"support the stopped VM feature."
msgstr "deployVM指令提供了startVM的新參數可以將您的虛擬機器於建立後保持關閉狀態。"
#. Tag: para
#, no-c-format
msgid "The possible values are:"
msgstr "可能的設定值為:"
#. Tag: para
#, no-c-format
msgid "true - The VM starts as a part of the VM deployment."
msgstr "true - 於佈署虛擬機器之後開啟此虛擬機器。"
#. Tag: para
#, no-c-format
msgid ""
"false - The VM is left in the stopped state at the end of the VM deployment."
msgstr "false - 於佈署虛擬機器之後維持停止狀態。"
#. Tag: para
#, no-c-format
msgid "The default value is true."
msgstr "預設值為true。"