# Translations template for glance_store. # Copyright (C) 2024 ORGANIZATION # This file is distributed under the same license as the glance_store # project. # FIRST AUTHOR , 2024. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: glance_store VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" "POT-Creation-Date: 2024-04-30 11:23+0000\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.14.0\n" #: glance_store/backend.py:284 #, python-format msgid "Store for scheme %s not found" msgstr "" #: glance_store/backend.py:383 glance_store/multi_backend.py:498 #, python-format msgid "" "The image metadata key %(key)s has an invalid type of %(type)s. Only " "dict, list, and unicode are supported." msgstr "" #: glance_store/backend.py:392 glance_store/multi_backend.py:403 #, python-format msgid "" "The storage driver %(driver)s returned invalid metadata %(metadata)s. " "This must be a dictionary type" msgstr "" #: glance_store/backend.py:400 glance_store/multi_backend.py:411 #, python-format msgid "" "A bad metadata structure was returned from the %(driver)s storage driver:" " %(metadata)s. %(e)s." msgstr "" #: glance_store/backend.py:508 msgid "Skipping store.set_acls... not implemented." msgstr "" #: glance_store/driver.py:37 msgid "" "\n" "This option will be used to provide a constructive information about\n" "the store backend to end users. Using /v2/stores-info call user can\n" "seek more information on all available backends.\n" "\n" msgstr "" #: glance_store/driver.py:44 msgid "" "\n" "This option is used to define a relative weight for this store over\n" "any others that are configured. The actual value of the weight is " "meaningless\n" "and only serves to provide a \"sort order\" compared to others. Any " "stores\n" "with the same weight will be treated as equivalent.\n" msgstr "" #: glance_store/driver.py:112 #, python-format msgid "Failed to configure store correctly: %s Disabling add method." msgstr "" #: glance_store/exceptions.py:44 msgid "An unknown exception occurred" msgstr "" #: glance_store/exceptions.py:59 #, python-format msgid "Missing required credential: %(required)s" msgstr "" #: glance_store/exceptions.py:63 #, python-format msgid "" "Incorrect auth strategy, expected \"%(expected)s\" but received " "\"%(received)s\"" msgstr "" #: glance_store/exceptions.py:68 #, python-format msgid "Redirecting to %(uri)s for authorization." msgstr "" #: glance_store/exceptions.py:72 #, python-format msgid "Image %(image)s not found" msgstr "" #: glance_store/exceptions.py:76 #, python-format msgid "Unknown hashing algorithm identifier: %(algo)s" msgstr "" #: glance_store/exceptions.py:80 #, python-format msgid "Unknown scheme '%(scheme)s' found in URI" msgstr "" #: glance_store/exceptions.py:84 #, python-format msgid "The Store URI was malformed: %(uri)s" msgstr "" #: glance_store/exceptions.py:88 #, python-format msgid "Image %(image)s already exists" msgstr "" #: glance_store/exceptions.py:92 msgid "There is not enough disk space on the image storage media." msgstr "" #: glance_store/exceptions.py:96 msgid "Permission to write image storage media denied." msgstr "" #: glance_store/exceptions.py:100 #, python-format msgid "Connect error/bad request to Auth service at URL %(url)s." msgstr "" #: glance_store/exceptions.py:104 #, python-format msgid "Auth service at URL %(url)s not found." msgstr "" #: glance_store/exceptions.py:108 msgid "Authorization failed." msgstr "" #: glance_store/exceptions.py:112 msgid "You are not authenticated." msgstr "" #: glance_store/exceptions.py:116 msgid "You are not authorized to complete this action." msgstr "" #: glance_store/exceptions.py:122 msgid "Data supplied was not valid." msgstr "" #: glance_store/exceptions.py:126 #, python-format msgid "Store %(store_name)s could not be configured correctly. Reason: %(reason)s" msgstr "" #: glance_store/exceptions.py:131 #, python-format msgid "Driver %(driver_name)s could not be loaded." msgstr "" #: glance_store/exceptions.py:135 msgid "Deleting images from this store is not supported." msgstr "" #: glance_store/exceptions.py:139 msgid "Getting images from this store is not supported." msgstr "" #: glance_store/exceptions.py:143 #, python-format msgid "" "Getting images randomly from this store is not supported. Offset: " "%(offset)s, length: %(chunk_size)s" msgstr "" #: glance_store/exceptions.py:148 msgid "Configuration for store failed. Adding images to this store is disabled." msgstr "" #: glance_store/exceptions.py:153 #, python-format msgid "Maximum redirects (%(redirects)s) was exceeded." msgstr "" #: glance_store/exceptions.py:157 msgid "Response from Keystone does not contain a Glance endpoint." msgstr "" #: glance_store/exceptions.py:161 #, python-format msgid "" "Multiple 'image' service matches for region %(region)s. This generally " "means that a region is required and you have not supplied one." msgstr "" #: glance_store/exceptions.py:167 msgid "Remote server where the image is present is unavailable." msgstr "" #: glance_store/exceptions.py:171 msgid "The image cannot be deleted because it has snapshot(s)." msgstr "" #: glance_store/exceptions.py:175 msgid "" "The image cannot be deleted because it is in use through the backend " "store outside of Glance." msgstr "" #: glance_store/exceptions.py:180 #, python-format msgid "" "The glance cinder store host %(host)s which will used to perform nfs " "mount/umount operations isn't initialized." msgstr "" #: glance_store/location.py:242 #, python-format msgid "Location URI must start with one of the following schemas: %s" msgstr "" #: glance_store/multi_backend.py:37 msgid "" "\n" "The store identifier for the default backend in which data will be\n" "stored.\n" "\n" "The value must be defined as one of the keys in the dict defined\n" "by the ``enabled_backends`` configuration option in the DEFAULT\n" "configuration group.\n" "\n" "If a value is not defined for this option:\n" "\n" "* the consuming service may refuse to start\n" "* store_add calls that do not specify a specific backend will\n" " raise a ``glance_store.exceptions.UnknownScheme`` exception\n" "\n" "Related Options:\n" " * enabled_backends\n" "\n" msgstr "" #: glance_store/multi_backend.py:300 #, python-format msgid "Unable to register store %s. No schemes associated with it." msgstr "" #: glance_store/multi_backend.py:324 msgid "'default_backend' config option is not set." msgstr "" #: glance_store/multi_backend.py:330 glance_store/multi_backend.py:347 #, python-format msgid "Store for identifier %s not found" msgstr "" #: glance_store/multi_backend.py:529 glance_store/multi_backend.py:583 msgid "Image not found in any configured backend" msgstr "" #: glance_store/common/utils.py:92 #, python-format msgid "Error: cooperative_iter exception %s" msgstr ""