Imported Translations from Transifex
Change-Id: I7176696c39f26eb8d74df8cf618a789fbe084a6e
This commit is contained in:
parent
1c89c0ee5a
commit
3b58a57314
@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2014-03-13 06:25+0000\n"
|
||||
"POT-Creation-Date: 2014-03-14 06:23+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@ -2748,7 +2748,7 @@ msgstr ""
|
||||
msgid "4 April 2013"
|
||||
msgstr ""
|
||||
|
||||
#: ./doc/training-guides/module001-ch003-core-projects.xml:81(td)
|
||||
#: ./doc/training-guides/module001-ch003-core-projects.xml:81(td) ./doc/training-guides/sources/cinder/drivers.xml:35(title)
|
||||
msgid "Havana"
|
||||
msgstr ""
|
||||
|
||||
@ -2760,7 +2760,7 @@ msgstr ""
|
||||
msgid "Nova, Glance, Swift, Horizon, Keystone, Neutron, Cinder"
|
||||
msgstr ""
|
||||
|
||||
#: ./doc/training-guides/module001-ch003-core-projects.xml:87(td) ./doc/training-guides/sources/cinder/drivers.xml:56(title)
|
||||
#: ./doc/training-guides/module001-ch003-core-projects.xml:87(td) ./doc/training-guides/sources/cinder/drivers.xml:66(title)
|
||||
msgid "Icehouse"
|
||||
msgstr ""
|
||||
|
||||
@ -9626,7 +9626,7 @@ msgstr ""
|
||||
msgid "Development.Environment"
|
||||
msgstr ""
|
||||
|
||||
#: ./doc/training-guides/sources/cinder/development.environment.xml:9(title) ./doc/training-guides/sources/cinder/addmethod.openstackapi.xml:9(title) ./doc/training-guides/sources/cinder/drivers.xml:9(title) ./doc/training-guides/sources/cinder/unit_tests.xml:9(title) ./doc/training-guides/sources/cinder/architecture.xml:9(title) ./doc/training-guides/sources/cinder/threading.xml:9(title)
|
||||
#: ./doc/training-guides/sources/cinder/development.environment.xml:9(title) ./doc/training-guides/sources/cinder/addmethod.openstackapi.xml:9(title) ./doc/training-guides/sources/cinder/unit_tests.xml:9(title) ./doc/training-guides/sources/cinder/architecture.xml:9(title) ./doc/training-guides/sources/cinder/threading.xml:9(title)
|
||||
msgid "Header"
|
||||
msgstr ""
|
||||
|
||||
@ -9738,108 +9738,115 @@ msgstr ""
|
||||
msgid "------------- Actions return a dictionary, and wsgi.Controller serializes that to JSON or XML based on the request's content-type. If you define a new controller, you'll need to define a ``_serialization_metadata`` attribute on the class, to tell wsgi.Controller how to convert your dictionary to XML. It needs to know the singular form of any list tag such as ``[servers]`` list contains ``[server]`` tags, and which dictionary keys are to be XML attributes as opposed to subtags such as ``[server id=\"4\"/]`` instead of ``[server][id]4[/id][/server]``. See `cinder/api/openstack/servers.py` for an example. Faults ------ If you need to return a non-200, you should return faults.Fault(webob.exc.HTTPNotFound())"
|
||||
msgstr ""
|
||||
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:7(title) ./doc/training-guides/sources/cinder/drivers.xml:26(title)
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:6(title)
|
||||
msgid "Drivers"
|
||||
msgstr ""
|
||||
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:10(para)
|
||||
msgid ".. Copyright (c) 2013 OpenStack Foundation All Rights Reserved. Licensed 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."
|
||||
#. <section xml:id="header">
|
||||
#. <title>Header</title>
|
||||
#. <para>
|
||||
#. ..
|
||||
#. Copyright (c) 2013 OpenStack Foundation
|
||||
#. All Rights Reserved.
|
||||
#. Licensed 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.
|
||||
#. </para>
|
||||
#. </section>
|
||||
#. <section xml:id="Drivers">
|
||||
#. <title>Drivers</title>
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:26(para)
|
||||
msgid "Cinder exposes an API to enable users to interact with different storage back-end solutions. The following standards are required across all drivers for Cinder services to properly interact with a driver."
|
||||
msgstr ""
|
||||
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:27(para)
|
||||
msgid "======= Cinder exposes an API to users to interact with different storage backend solutions. The following are standards across all drivers for Cinder services to properly interact with a driver."
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:30(para)
|
||||
msgid "Minimum features are enforced to avoid having a grid of which features are supported by which drivers in which releases. Cinder core requires that all drivers implement the following minimum features."
|
||||
msgstr ""
|
||||
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:35(title)
|
||||
msgid "Minimum-Features"
|
||||
msgstr ""
|
||||
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:44(para)
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:39(para)
|
||||
msgid "Volume Create/Delete"
|
||||
msgstr ""
|
||||
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:45(para)
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:42(para)
|
||||
msgid "Volume Attach/Detach"
|
||||
msgstr ""
|
||||
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:46(para)
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:45(para)
|
||||
msgid "Snapshot Create/Delete"
|
||||
msgstr ""
|
||||
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:47(para)
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:48(para)
|
||||
msgid "Create Volume from Snapshot"
|
||||
msgstr ""
|
||||
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:48(para)
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:51(para)
|
||||
msgid "Get Volume Stats"
|
||||
msgstr ""
|
||||
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:49(para)
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:54(para)
|
||||
msgid "Copy Image to Volume"
|
||||
msgstr ""
|
||||
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:50(para)
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:57(para)
|
||||
msgid "Copy Volume to Image"
|
||||
msgstr ""
|
||||
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:51(para)
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:60(para)
|
||||
msgid "Clone Volume"
|
||||
msgstr ""
|
||||
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:36(para)
|
||||
msgid "---------------- Minimum features are enforced to avoid having a grid of what features are supported by which drivers and which releases. Cinder Core requires that all drivers implement the following minimum features. Havana ------ <placeholder-1/>"
|
||||
msgstr ""
|
||||
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:60(para)
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:70(para)
|
||||
msgid "All of the above plus"
|
||||
msgstr ""
|
||||
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:61(para)
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:73(para)
|
||||
msgid "Extend Volume"
|
||||
msgstr ""
|
||||
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:57(para)
|
||||
msgid "-------- <placeholder-1/>"
|
||||
msgstr ""
|
||||
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:66(title)
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:79(title)
|
||||
msgid "Volume-Stats"
|
||||
msgstr ""
|
||||
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:73(para)
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:80(para)
|
||||
msgid "Volume stats are used by the different schedulers for the drivers to provide a report on their current state of the back end. A driver must provide these stats:"
|
||||
msgstr ""
|
||||
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:85(para)
|
||||
msgid "driver_version"
|
||||
msgstr ""
|
||||
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:74(para)
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:88(para)
|
||||
msgid "free_capacity_gb"
|
||||
msgstr ""
|
||||
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:75(para)
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:91(para)
|
||||
msgid "reserved_percentage"
|
||||
msgstr ""
|
||||
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:76(para)
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:94(para)
|
||||
msgid "storage_protocol"
|
||||
msgstr ""
|
||||
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:77(para)
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:97(para)
|
||||
msgid "total_capacity_gb"
|
||||
msgstr ""
|
||||
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:78(para)
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:100(para)
|
||||
msgid "vendor_name"
|
||||
msgstr ""
|
||||
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:79(para)
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:103(para)
|
||||
msgid "volume_backend_name"
|
||||
msgstr ""
|
||||
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:82(para)
|
||||
msgid "If the driver is unable to provide a value for free_capacity_gb or"
|
||||
msgstr ""
|
||||
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:67(para)
|
||||
msgid "------------ Volume stats are used by the different schedulers for the drivers to provide a report on their current state of the backend. The following should be provided by a driver. <placeholder-1/><placeholder-2/> total_capacity_gb, keywords can be provided instead. Please use 'unknown' if the array cannot report the value or 'infinite' if the array has no upper"
|
||||
#: ./doc/training-guides/sources/cinder/drivers.xml:106(para)
|
||||
msgid "If the driver cannot provide a value for <literal>free_capacity_gb</literal> or <literal>total_capacity_gb</literal>, the driver can provide keywords instead. If the array cannot report the value, use <literal>unknown</literal>. If the array has no upper limit, use <literal>infinite</literal>."
|
||||
msgstr ""
|
||||
|
||||
#: ./doc/training-guides/sources/cinder/unit_tests.xml:7(title)
|
||||
|
Loading…
x
Reference in New Issue
Block a user