# Translations template for zaqar. # Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the zaqar project. # FIRST AUTHOR , 2016. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: zaqar 3.0.1.dev1\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" "POT-Creation-Date: 2016-10-10 01:10+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.3.4\n" #: zaqar/api/v2/endpoints.py:116 #, python-format msgid "Queue %s could not be created." msgstr "" #: zaqar/api/v2/endpoints.py:120 #, python-format msgid "Queue %s created." msgstr "" #: zaqar/api/v2/endpoints.py:142 #, python-format msgid "Queue %s could not be deleted." msgstr "" #: zaqar/api/v2/endpoints.py:146 #, python-format msgid "Queue %s removed." msgstr "" #: zaqar/api/v2/endpoints.py:171 #, python-format msgid "Queue %s does not exist." msgstr "" #: zaqar/api/v2/endpoints.py:177 #, python-format msgid "Cannot retrieve queue %s." msgstr "" #: zaqar/api/v2/endpoints.py:218 #, python-format msgid "Cannot retrieve queue %s stats." msgstr "" #: zaqar/api/v2/endpoints.py:372 msgid "Invalid request." msgstr "" #: zaqar/api/v2/endpoints.py:373 zaqar/transport/wsgi/v1_1/messages.py:168 #: zaqar/transport/wsgi/v2_0/messages.py:199 msgid "No messages were found in the request body." msgstr "" #: zaqar/api/v2/endpoints.py:442 zaqar/transport/wsgi/v1_0/messages.py:166 #: zaqar/transport/wsgi/v1_1/messages.py:197 #: zaqar/transport/wsgi/v2_0/messages.py:225 msgid "No messages could be enqueued." msgstr "" #: zaqar/api/v2/endpoints.py:481 zaqar/transport/wsgi/v1_0/messages.py:276 #: zaqar/transport/wsgi/v1_1/messages.py:344 #: zaqar/transport/wsgi/v2_0/messages.py:376 msgid "A claim was specified, but the message is not currently claimed." msgstr "" #: zaqar/api/v2/endpoints.py:487 zaqar/transport/wsgi/v1_0/messages.py:282 #: zaqar/transport/wsgi/v1_1/messages.py:350 #: zaqar/transport/wsgi/v2_0/messages.py:382 msgid "The specified claim does not exist or has expired." msgstr "" #: zaqar/api/v2/endpoints.py:493 zaqar/transport/wsgi/v1_0/messages.py:288 #: zaqar/transport/wsgi/v1_1/messages.py:356 #: zaqar/transport/wsgi/v2_0/messages.py:388 msgid "This message is claimed; it cannot be deleted without a valid claim ID." msgstr "" #: zaqar/api/v2/endpoints.py:662 zaqar/api/v2/endpoints.py:721 #, python-format msgid "Claim %s does not exist." msgstr "" #: zaqar/api/v2/endpoints.py:713 #, python-format msgid "Claim %s updated." msgstr "" #: zaqar/api/v2/endpoints.py:749 #, python-format msgid "Claim %s deleted." msgstr "" #: zaqar/api/v2/endpoints.py:837 #, python-format msgid "Subscription %s could not be created." msgstr "" #: zaqar/api/v2/endpoints.py:842 #, python-format msgid "Subscription %s created." msgstr "" #: zaqar/api/v2/endpoints.py:846 #, python-format msgid "Subscription %s not created." msgstr "" #: zaqar/api/v2/endpoints.py:872 #, python-format msgid "Subscription %(subscription)s for queue %(queue)s could not be deleted." msgstr "" #: zaqar/api/v2/endpoints.py:878 #, python-format msgid "Subscription %s removed." msgstr "" #: zaqar/api/v2/endpoints.py:905 #, python-format msgid "Subscription %(subscription)s for queue %(queue)s does not exist." msgstr "" #: zaqar/api/v2/endpoints.py:913 #, python-format msgid "Cannot retrieve subscription %s." msgstr "" #: zaqar/common/cli.py:56 msgid "Terminating" msgstr "" #: zaqar/common/pipeline.py:92 #, python-format msgid "Stage %(stage)s does not implement %(method)s" msgstr "" #: zaqar/common/pipeline.py:110 #, python-format msgid "Method %s not found in any of the registered stages" msgstr "" #: zaqar/common/api/api.py:49 msgid "{0} is not a valid action" msgstr "" #: zaqar/common/api/utils.py:68 msgid "Doctype must be either a JSONObject or JSONArray" msgstr "" #: zaqar/common/api/utils.py:120 zaqar/transport/wsgi/utils.py:168 msgid "Missing \"{name}\" field." msgstr "" #: zaqar/common/api/utils.py:128 zaqar/transport/wsgi/utils.py:176 msgid "The value of the \"{name}\" field must be a {vtype}." msgstr "" #: zaqar/common/api/utils.py:145 zaqar/common/transport/wsgi/helpers.py:77 msgid "Malformed hexadecimal UUID." msgstr "" #: zaqar/common/api/utils.py:195 msgid "Unexpected error." msgstr "" #: zaqar/common/transport/wsgi/helpers.py:102 msgid "" "X-PROJECT-ID cannot be an empty string. Specify the right header X" "-PROJECT-ID and retry." msgstr "" #: zaqar/common/transport/wsgi/helpers.py:110 msgid "The header X-PROJECT-ID was missing" msgstr "" #: zaqar/common/transport/wsgi/helpers.py:168 msgid "Invalid queue identification" msgstr "" #: zaqar/common/transport/wsgi/helpers.py:169 msgid "The format of the submitted queue name or project id is not valid." msgstr "" #: zaqar/common/transport/wsgi/helpers.py:222 msgid "Invalid Content-Type" msgstr "" #: zaqar/common/transport/wsgi/helpers.py:223 msgid "" "Endpoint does not accept `application/x-www-form-urlencoded` content; " "currently supported media type is `application/json`; specify proper " "client-side media type with the \"Content-Type\" header." msgstr "" #: zaqar/storage/pipeline.py:31 msgid "" "Pipeline to use for processing {0} operations. This pipeline will be " "consumed before calling the storage driver's controller methods." msgstr "" #: zaqar/storage/pipeline.py:81 #, python-format msgid "Stage %(stage)s could not be imported: %(ex)s" msgstr "" #: zaqar/storage/mongodb/driver.py:87 #, python-format msgid "The mongodb driver requires mongodb>=2.2, %s found" msgstr "" #: zaqar/storage/mongodb/driver.py:92 msgid "Either a replica set or a mongos is required to guarantee message delivery" msgstr "" #: zaqar/storage/mongodb/driver.py:109 msgid "" "Using a write concern other than `majority` or > 2 makes the service " "unreliable. Please use a different write concern or set `unreliable` to " "True in the config file." msgstr "" #: zaqar/storage/mongodb/messages.py:453 zaqar/storage/mongodb/queues.py:171 #, python-format msgid "" "Failed to increment the message counter for queue %(name)s and project " "%(project)s" msgstr "" #: zaqar/storage/mongodb/messages.py:845 #, python-format msgid "" "%(attempts)d attempt(s) required to post %(num_messages)d messages to " "queue \"%(queue)s\" under project %(project)s" msgstr "" #: zaqar/storage/mongodb/messages.py:888 #, python-format msgid "" "First attempt failed while adding messages to queue \"%(queue)s\" under " "project %(project)s" msgstr "" #: zaqar/storage/mongodb/messages.py:902 #, python-format msgid "" "Exceeded maximum retry duration for queue \"%(queue)s\" under project " "%(project)s" msgstr "" #: zaqar/storage/mongodb/messages.py:962 #, python-format msgid "" "Hit maximum number of attempts (%(max)s) for queue \"%(queue)s\" under " "project %(project)s" msgstr "" #: zaqar/storage/redis/driver.py:41 msgid "Malformed Redis URI" msgstr "" #: zaqar/storage/redis/driver.py:44 msgid "Invalid scheme in Redis URI" msgstr "" #: zaqar/storage/redis/driver.py:87 zaqar/storage/redis/driver.py:117 msgid "The Redis configuration URI contains an invalid port" msgstr "" #: zaqar/storage/redis/driver.py:97 msgid "The Redis configuration URI does not define any sentinel hosts" msgstr "" #: zaqar/storage/redis/driver.py:106 msgid "" "The Redis URI specifies multiple sentinel hosts, but is missing the " "\"master\" query string parameter. Please set \"master\" to the name of " "the Redis master server as specified in the sentinel configuration file." msgstr "" #: zaqar/storage/redis/driver.py:122 msgid "Missing host name in Redis URI" msgstr "" #: zaqar/storage/redis/driver.py:131 msgid "Missing path in Redis URI" msgstr "" #: zaqar/storage/redis/driver.py:157 #, python-format msgid "The Redis driver requires redis-server>=2.6, %s found" msgstr "" #: zaqar/transport/validation.py:124 msgid "Project ids may not be more than {0} characters long." msgstr "" #: zaqar/transport/validation.py:128 msgid "Queue names may not be more than {0} characters long." msgstr "" #: zaqar/transport/validation.py:133 msgid "" "Queue names may only contain ASCII letters, digits, underscores, and " "dashes." msgstr "" #: zaqar/transport/validation.py:139 #, python-format msgid "" "Unable to find `op` in JSON Schema change. It must be one of the " "following: %(available)s." msgstr "" #: zaqar/transport/validation.py:144 #, python-format msgid "" "Invalid operation: `%(op)s`. It must be one of the following: " "%(available)s." msgstr "" #: zaqar/transport/validation.py:155 #, python-format msgid "Unable to find '%s' in JSON Schema change" msgstr "" #: zaqar/transport/validation.py:180 #, python-format msgid "Pointer `%s` does not start with \"/\"." msgstr "" #: zaqar/transport/validation.py:183 #, python-format msgid "Pointer `%s` contains adjacent \"/\"." msgstr "" #: zaqar/transport/validation.py:186 #, python-format msgid "Pointer `%s` end with \"/\"." msgstr "" #: zaqar/transport/validation.py:189 #, python-format msgid "Pointer `%s` does not contains valid token." msgstr "" #: zaqar/transport/validation.py:192 #, python-format msgid "Pointer `%s` contains \"~\" not part of a recognized escape sequence." msgstr "" #: zaqar/transport/validation.py:198 msgid "Operation \"{0}\" requires a member named \"value\"." msgstr "" #: zaqar/transport/validation.py:207 msgid "The root of path must be metadata, e.g /metadata/key." msgstr "" #: zaqar/transport/validation.py:213 #, python-format msgid "Invalid JSON pointer for this resource: '/%s, e.g /metadata/key'" msgstr "" #: zaqar/transport/validation.py:222 msgid "Unrecognized JSON Schema draft version" msgstr "" #: zaqar/transport/validation.py:237 msgid "Request body must be a JSON array of operation objects." msgstr "" #: zaqar/transport/validation.py:242 msgid "Operations must be JSON objects." msgstr "" #: zaqar/transport/validation.py:272 msgid "Limit must be at least 1 and no greater than {0}." msgstr "" #: zaqar/transport/validation.py:284 msgid "Queue metadata is too large. Max size: {0}" msgstr "" #: zaqar/transport/validation.py:298 msgid "_default_message_ttl must be integer." msgstr "" #: zaqar/transport/validation.py:304 msgid "" "_default_message_ttl can not exceed {0} seconds, and must be at least {1}" " seconds long." msgstr "" #: zaqar/transport/validation.py:312 msgid "_max_messages_post_size must be integer." msgstr "" #: zaqar/transport/validation.py:319 msgid "" "_max_messages_post_size can not exceed {0}, and must be at least greater" " than 0." msgstr "" #: zaqar/transport/validation.py:332 msgid "No messages to enqueu." msgstr "" #: zaqar/transport/validation.py:352 msgid "" "Message collection size is too large. The max size for current queue is " "{0}. It is calculated by max size = min(max_messages_post_size_config: " "{1}, max_messages_post_size_queue: {2})." msgstr "" #: zaqar/transport/validation.py:367 msgid "Message collection size is too large. Max size {0}" msgstr "" #: zaqar/transport/validation.py:376 msgid "" "The TTL for a message may not exceed {0} seconds, and must be at least " "{1} seconds long." msgstr "" #: zaqar/transport/validation.py:392 zaqar/transport/validation.py:448 #: zaqar/transport/validation.py:559 msgid "Limit must be at least 1 and may not be greater than {0}." msgstr "" #: zaqar/transport/validation.py:410 msgid "pop and id params cannot be present together in the delete request." msgstr "" #: zaqar/transport/validation.py:416 msgid "" "The request should have either \"ids\" or \"pop\" parameter in the " "request, to be able to delete." msgstr "" #: zaqar/transport/validation.py:423 msgid "Pop value must be at least 1 and may not be greater than {0}." msgstr "" #: zaqar/transport/validation.py:430 msgid "ids parameter should have at least 1 and not greater than {0} values." msgstr "" #: zaqar/transport/validation.py:457 msgid "" "The grace for a claim may not exceed {0} seconds, and must be at least " "{1} seconds long." msgstr "" #: zaqar/transport/validation.py:473 msgid "" "The TTL for a claim may not exceed {0} seconds, and must be at least {1} " "seconds long." msgstr "" #: zaqar/transport/validation.py:487 #, python-format msgid "Missing parameter %s in body." msgstr "" #: zaqar/transport/validation.py:499 msgid "No subscription to create." msgstr "" #: zaqar/transport/validation.py:509 msgid "The subscriber type of subscription must be supported in the list {0}." msgstr "" #: zaqar/transport/validation.py:515 msgid "Options must be a dict." msgstr "" #: zaqar/transport/validation.py:521 msgid "TTL must be an integer." msgstr "" #: zaqar/transport/validation.py:525 msgid "The TTL for a subscription must be at least {0} seconds long." msgstr "" #: zaqar/transport/validation.py:533 msgid "" "The TTL seconds for a subscription plus current time must be less than " "{0}." msgstr "" #: zaqar/transport/validation.py:546 msgid "The 'confirmed' should be boolean." msgstr "" #: zaqar/transport/websocket/driver.py:90 zaqar/transport/wsgi/driver.py:174 #, python-format msgid "Serving on host %(bind)s:%(port)s" msgstr "" #: zaqar/transport/wsgi/errors.py:24 msgid "Service temporarily unavailable" msgstr "" #: zaqar/transport/wsgi/errors.py:25 msgid "Please try again in a few seconds." msgstr "" #: zaqar/transport/wsgi/errors.py:36 msgid "Invalid API request" msgstr "" #: zaqar/transport/wsgi/errors.py:45 msgid "Invalid request body" msgstr "" #: zaqar/transport/wsgi/errors.py:54 msgid "Document type not supported." msgstr "" #: zaqar/transport/wsgi/errors.py:63 msgid "Not authorized" msgstr "" #: zaqar/transport/wsgi/errors.py:64 msgid "You are not authorized to complete this action." msgstr "" #: zaqar/transport/wsgi/errors.py:73 msgid "Resource conflict" msgstr "" #: zaqar/transport/wsgi/errors.py:82 msgid "Not found" msgstr "" #: zaqar/transport/wsgi/utils.py:50 msgid "Request body can not be empty" msgstr "" #: zaqar/transport/wsgi/utils.py:61 zaqar/transport/wsgi/v2_0/queues.py:162 msgid "Request body could not be parsed." msgstr "" #: zaqar/transport/wsgi/utils.py:66 zaqar/transport/wsgi/v2_0/queues.py:167 msgid "JSON contains integer that is too large." msgstr "" #: zaqar/transport/wsgi/utils.py:72 zaqar/transport/wsgi/v2_0/queues.py:173 msgid "Request body could not be read." msgstr "" #: zaqar/transport/wsgi/v1_0/claims.py:75 #: zaqar/transport/wsgi/v1_1/claims.py:95 #: zaqar/transport/wsgi/v2_0/claims.py:97 msgid "Claim could not be created." msgstr "" #: zaqar/transport/wsgi/v1_0/claims.py:116 #: zaqar/transport/wsgi/v1_1/claims.py:143 #: zaqar/transport/wsgi/v2_0/claims.py:146 msgid "Claim could not be queried." msgstr "" #: zaqar/transport/wsgi/v1_0/claims.py:158 #: zaqar/transport/wsgi/v1_1/claims.py:185 #: zaqar/transport/wsgi/v2_0/claims.py:189 msgid "Claim could not be updated." msgstr "" #: zaqar/transport/wsgi/v1_0/claims.py:172 #: zaqar/transport/wsgi/v1_1/claims.py:199 #: zaqar/transport/wsgi/v2_0/claims.py:204 msgid "Claim could not be deleted." msgstr "" #: zaqar/transport/wsgi/v1_0/messages.py:62 #: zaqar/transport/wsgi/v1_0/messages.py:254 #: zaqar/transport/wsgi/v1_1/messages.py:75 #: zaqar/transport/wsgi/v1_1/messages.py:319 #: zaqar/transport/wsgi/v2_0/messages.py:78 #: zaqar/transport/wsgi/v2_0/messages.py:350 msgid "Message could not be retrieved." msgstr "" #: zaqar/transport/wsgi/v1_0/messages.py:105 #: zaqar/transport/wsgi/v1_1/messages.py:121 #: zaqar/transport/wsgi/v2_0/messages.py:124 msgid "Messages could not be listed." msgstr "" #: zaqar/transport/wsgi/v1_0/messages.py:171 #: zaqar/transport/wsgi/v1_1/messages.py:202 #: zaqar/transport/wsgi/v2_0/messages.py:230 msgid "Messages could not be enqueued." msgstr "" #: zaqar/transport/wsgi/v1_0/messages.py:227 #: zaqar/transport/wsgi/v1_1/messages.py:268 #: zaqar/transport/wsgi/v2_0/messages.py:298 msgid "Messages could not be deleted." msgstr "" #: zaqar/transport/wsgi/v1_0/messages.py:265 #: zaqar/transport/wsgi/v1_1/messages.py:333 #: zaqar/transport/wsgi/v1_1/pools.py:205 #: zaqar/transport/wsgi/v2_0/messages.py:365 #: zaqar/transport/wsgi/v2_0/pools.py:210 msgid "Unable to delete" msgstr "" #: zaqar/transport/wsgi/v1_0/messages.py:294 #: zaqar/transport/wsgi/v1_1/messages.py:362 #: zaqar/transport/wsgi/v2_0/messages.py:394 msgid "Message could not be deleted." msgstr "" #: zaqar/transport/wsgi/v1_0/metadata.py:52 #: zaqar/transport/wsgi/v1_1/queues.py:53 #: zaqar/transport/wsgi/v2_0/queues.py:67 msgid "Queue metadata could not be retrieved." msgstr "" #: zaqar/transport/wsgi/v1_0/metadata.py:70 msgid "" "Reserved queue attributes in metadata (which names start with \"_\") can " "not be set in API v1." msgstr "" #: zaqar/transport/wsgi/v1_0/metadata.py:92 msgid "Metadata could not be updated." msgstr "" #: zaqar/transport/wsgi/v1_0/queues.py:46 #: zaqar/transport/wsgi/v1_1/queues.py:89 #: zaqar/transport/wsgi/v2_0/queues.py:100 msgid "Queue could not be created." msgstr "" #: zaqar/transport/wsgi/v1_0/queues.py:70 #: zaqar/transport/wsgi/v1_1/queues.py:102 #: zaqar/transport/wsgi/v2_0/queues.py:117 msgid "Queue could not be deleted." msgstr "" #: zaqar/transport/wsgi/v1_0/queues.py:108 #: zaqar/transport/wsgi/v1_1/queues.py:139 #: zaqar/transport/wsgi/v2_0/queues.py:274 msgid "Queues could not be listed." msgstr "" #: zaqar/transport/wsgi/v1_0/stats.py:63 zaqar/transport/wsgi/v1_1/stats.py:72 #: zaqar/transport/wsgi/v2_0/stats.py:72 msgid "Queue stats could not be read." msgstr "" #: zaqar/transport/wsgi/v1_1/flavors.py:164 #: zaqar/transport/wsgi/v2_0/flavors.py:181 #, python-format msgid "" "Flavor %(flavor)s could not be created. Pool group %(pool_group)s does " "not exist" msgstr "" #: zaqar/transport/wsgi/v1_1/flavors.py:167 #: zaqar/transport/wsgi/v2_0/flavors.py:184 msgid "Unable to create" msgstr "" #: zaqar/transport/wsgi/v1_1/health.py:38 #: zaqar/transport/wsgi/v2_0/health.py:40 msgid "Health status could not be read." msgstr "" #: zaqar/transport/wsgi/v1_1/messages.py:229 #: zaqar/transport/wsgi/v2_0/messages.py:258 msgid "" "No messages with IDs: {ids} found in the queue {queue} for project " "{project}." msgstr "" #: zaqar/transport/wsgi/v1_1/messages.py:286 #: zaqar/transport/wsgi/v2_0/messages.py:316 msgid "Messages could not be popped." msgstr "" #: zaqar/transport/wsgi/v1_1/pools.py:187 #: zaqar/transport/wsgi/v2_0/pools.py:191 msgid "Unable to create pool" msgstr "" #: zaqar/transport/wsgi/v1_1/pools.py:206 #: zaqar/transport/wsgi/v2_0/pools.py:211 msgid "This pool is used by flavors {flavor}; It cannot be deleted." msgstr "" #: zaqar/transport/wsgi/v2_0/queues.py:151 #, python-format msgid "Accepted media type for PATCH: %s." msgstr "" #: zaqar/transport/wsgi/v2_0/queues.py:176 msgid "PATCH body could not be empty for update." msgstr "" #: zaqar/transport/wsgi/v2_0/queues.py:209 msgid "Queue could not be updated." msgstr "" #: zaqar/transport/wsgi/v2_0/queues.py:223 #, python-format msgid "Can't replace non-existent object %s." msgstr "" #: zaqar/transport/wsgi/v2_0/queues.py:238 #, python-format msgid "Can't remove non-existent object %s." msgstr "" #: zaqar/transport/wsgi/v2_0/subscriptions.py:60 msgid "Subscription could not be retrieved." msgstr "" #: zaqar/transport/wsgi/v2_0/subscriptions.py:76 msgid "Subscription could not be deleted." msgstr "" #: zaqar/transport/wsgi/v2_0/subscriptions.py:107 #, python-format msgid "Subscription %(subscription_id)s could not be updated." msgstr "" #: zaqar/transport/wsgi/v2_0/subscriptions.py:110 msgid "Unable to update subscription" msgstr "" #: zaqar/transport/wsgi/v2_0/subscriptions.py:152 msgid "Subscriptions could not be listed." msgstr "" #: zaqar/transport/wsgi/v2_0/subscriptions.py:206 msgid "Subscription could not be created." msgstr "" #: zaqar/transport/wsgi/v2_0/subscriptions.py:231 msgid "" "Such subscription already exists.Subscriptions are unique by project + " "queue + subscriber URI." msgstr "" #: zaqar/transport/wsgi/v2_0/subscriptions.py:281 #, python-format msgid "Subscription %(subscription_id)s could not be confirmed." msgstr "" #: zaqar/transport/wsgi/v2_0/subscriptions.py:284 msgid "Unable to confirm subscription" msgstr ""