# Translations template for python-karborclient. # Copyright (C) 2020 ORGANIZATION # This file is distributed under the same license as the python-karborclient # project. # FIRST AUTHOR , 2020. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: python-karborclient VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" "POT-Creation-Date: 2020-06-01 11:27+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.8.0\n" #: karborclient/common/apiclient/base.py:224 #: karborclient/common/apiclient/base.py:381 #, python-format msgid "No %(name)s matching %(args)s." msgstr "" #: karborclient/common/apiclient/client.py:229 msgid "Cannot find endpoint or token for request" msgstr "" #: karborclient/common/apiclient/client.py:352 #, python-format msgid "" "Invalid %(api_name)s client version '%(version)s'. Must be one of: " "%(version_map)s" msgstr "" #: karborclient/common/apiclient/exceptions.py:38 #, python-format msgid "Missing arguments: %s" msgstr "" #: karborclient/common/apiclient/exceptions.py:71 #, python-format msgid "Authentication failed. Missing options: %s" msgstr "" #: karborclient/common/apiclient/exceptions.py:80 #, python-format msgid "AuthSystemNotFound: %s" msgstr "" #: karborclient/common/apiclient/exceptions.py:103 #, python-format msgid "AmbiguousEndpoints: %s" msgstr "" #: karborclient/common/apiclient/exceptions.py:110 msgid "HTTP Error" msgstr "" #: karborclient/common/apiclient/exceptions.py:130 msgid "HTTP Redirection" msgstr "" #: karborclient/common/apiclient/exceptions.py:138 msgid "HTTP Client Error" msgstr "" #: karborclient/common/apiclient/exceptions.py:147 msgid "HTTP Server Error" msgstr "" #: karborclient/common/apiclient/exceptions.py:157 msgid "Multiple Choices" msgstr "" #: karborclient/common/apiclient/exceptions.py:166 msgid "Bad Request" msgstr "" #: karborclient/common/apiclient/exceptions.py:176 msgid "Unauthorized" msgstr "" #: karborclient/common/apiclient/exceptions.py:185 msgid "Payment Required" msgstr "" #: karborclient/common/apiclient/exceptions.py:195 msgid "Forbidden" msgstr "" #: karborclient/common/apiclient/exceptions.py:205 msgid "Not Found" msgstr "" #: karborclient/common/apiclient/exceptions.py:215 msgid "Method Not Allowed" msgstr "" #: karborclient/common/apiclient/exceptions.py:225 msgid "Not Acceptable" msgstr "" #: karborclient/common/apiclient/exceptions.py:234 msgid "Proxy Authentication Required" msgstr "" #: karborclient/common/apiclient/exceptions.py:243 msgid "Request Timeout" msgstr "" #: karborclient/common/apiclient/exceptions.py:253 msgid "Conflict" msgstr "" #: karborclient/common/apiclient/exceptions.py:263 msgid "Gone" msgstr "" #: karborclient/common/apiclient/exceptions.py:273 msgid "Length Required" msgstr "" #: karborclient/common/apiclient/exceptions.py:283 msgid "Precondition Failed" msgstr "" #: karborclient/common/apiclient/exceptions.py:292 msgid "Request Entity Too Large" msgstr "" #: karborclient/common/apiclient/exceptions.py:309 msgid "Request-URI Too Long" msgstr "" #: karborclient/common/apiclient/exceptions.py:319 msgid "Unsupported Media Type" msgstr "" #: karborclient/common/apiclient/exceptions.py:329 msgid "Requested Range Not Satisfiable" msgstr "" #: karborclient/common/apiclient/exceptions.py:338 msgid "Expectation Failed" msgstr "" #: karborclient/common/apiclient/exceptions.py:348 msgid "Unprocessable Entity" msgstr "" #: karborclient/common/apiclient/exceptions.py:357 msgid "Internal Server Error" msgstr "" #: karborclient/common/apiclient/exceptions.py:368 msgid "Not Implemented" msgstr "" #: karborclient/common/apiclient/exceptions.py:378 msgid "Bad Gateway" msgstr "" #: karborclient/common/apiclient/exceptions.py:387 msgid "Service Unavailable" msgstr "" #: karborclient/common/apiclient/exceptions.py:397 msgid "Gateway Timeout" msgstr "" #: karborclient/common/apiclient/exceptions.py:406 msgid "HTTP Version Not Supported" msgstr "" #: karborclient/osc/v1/checkpoints.py:37 msgid "List checkpoints." msgstr "" #: karborclient/osc/v1/checkpoints.py:46 karborclient/osc/v1/checkpoints.py:164 msgid "ID of provider." msgstr "" #: karborclient/osc/v1/checkpoints.py:52 #: karborclient/osc/v1/operation_logs.py:33 karborclient/osc/v1/plans.py:47 #: karborclient/osc/v1/restores.py:50 karborclient/osc/v1/verifications.py:50 msgid "Include all projects (admin only)" msgstr "" #: karborclient/osc/v1/checkpoints.py:58 msgid "Filters results by a plan ID. Default=None." msgstr "" #: karborclient/osc/v1/checkpoints.py:65 msgid "Filters results by a start date(\"Y-m-d\"). Default=None." msgstr "" #: karborclient/osc/v1/checkpoints.py:72 msgid "Filters results by a end date(\"Y-m-d\"). Default=None." msgstr "" #: karborclient/osc/v1/checkpoints.py:78 msgid "Filters results by a project ID. Default=None." msgstr "" #: karborclient/osc/v1/checkpoints.py:83 msgid "The last checkpoint ID of the previous page." msgstr "" #: karborclient/osc/v1/checkpoints.py:89 msgid "Maximum number of checkpoints to display." msgstr "" #: karborclient/osc/v1/checkpoints.py:95 #: karborclient/osc/v1/operation_logs.py:55 #: karborclient/osc/v1/protectables.py:106 karborclient/osc/v1/restores.py:72 #: karborclient/osc/v1/verifications.py:72 msgid "" "Sort output by selected keys and directions(asc or desc), multiple keys " "and directions can be specified separated by comma" msgstr "" #: karborclient/osc/v1/checkpoints.py:139 #: karborclient/osc/v1/checkpoints.py:203 #: karborclient/osc/v1/checkpoints.py:241 msgid "Id of provider." msgstr "" #: karborclient/osc/v1/checkpoints.py:144 #: karborclient/osc/v1/checkpoints.py:209 #: karborclient/osc/v1/checkpoints.py:247 msgid "Id of checkpoint." msgstr "" #: karborclient/osc/v1/checkpoints.py:169 karborclient/osc/v1/plans.py:264 msgid "ID of plan." msgstr "" #: karborclient/osc/v1/checkpoints.py:177 msgid "The extra info of a checkpoint." msgstr "" #: karborclient/osc/v1/checkpoints.py:253 msgid "" "Request the checkpoint be reset to \"available\" state instead of " "\"error\" state(the default)." msgstr "" #: karborclient/osc/v1/operation_logs.py:23 msgid "List operation_logs." msgstr "" #: karborclient/osc/v1/operation_logs.py:38 karborclient/osc/v1/plans.py:62 #: karborclient/osc/v1/restores.py:55 karborclient/osc/v1/verifications.py:55 msgid "Filter results by status" msgstr "" #: karborclient/osc/v1/operation_logs.py:43 msgid "The last operation_log ID of the previous page" msgstr "" #: karborclient/osc/v1/operation_logs.py:49 msgid "Maximum number of operation_logs to display" msgstr "" #: karborclient/osc/v1/operation_logs.py:62 karborclient/osc/v1/plans.py:86 #: karborclient/osc/v1/restores.py:79 #: karborclient/osc/v1/scheduled_operations.py:96 #: karborclient/osc/v1/verifications.py:79 msgid "Filter results by a project(admin only)" msgstr "" #: karborclient/osc/v1/operation_logs.py:101 msgid "The UUID of the operation_log." msgstr "" #: karborclient/osc/v1/plans.py:37 msgid "List plans." msgstr "" #: karborclient/osc/v1/plans.py:52 msgid "Filter results by plan name" msgstr "" #: karborclient/osc/v1/plans.py:57 msgid "Filter results by plan description" msgstr "" #: karborclient/osc/v1/plans.py:67 msgid "The last plan ID of the previous page" msgstr "" #: karborclient/osc/v1/plans.py:73 msgid "Maximum number of plans to display" msgstr "" #: karborclient/osc/v1/plans.py:79 karborclient/osc/v1/providers.py:56 #: karborclient/osc/v1/scheduled_operations.py:89 #: karborclient/osc/v1/triggers.py:70 msgid "" "Sort output by selected keys and directions(asc or desc) (default: " "name:asc), multiple keys and directions can be specified separated by " "comma" msgstr "" #: karborclient/osc/v1/plans.py:123 msgid "The UUID of the plan." msgstr "" #: karborclient/osc/v1/plans.py:143 msgid "The name of the plan." msgstr "" #: karborclient/osc/v1/plans.py:148 karborclient/osc/v1/providers.py:91 #: karborclient/osc/v1/restores.py:141 karborclient/osc/v1/verifications.py:142 msgid "The UUID of the provider." msgstr "" #: karborclient/osc/v1/plans.py:153 msgid "" "Resource in list must be a dict when creating a plan. The keys of " "resource are id ,type, name and extra_info. The extra_info field is " "optional." msgstr "" #: karborclient/osc/v1/plans.py:163 msgid "Plan parameters in json format." msgstr "" #: karborclient/osc/v1/plans.py:170 msgid "" "Plan parameters, may be specified multiple times. resource_type: type of " "resource to apply parameters. resource_id: limit the parameters to a " "specific resource. Other keys and values: according to provider's protect" " schema." msgstr "" #: karborclient/osc/v1/plans.py:179 msgid "The description of the plan." msgstr "" #: karborclient/osc/v1/plans.py:207 msgid "Id of plan to update." msgstr "" #: karborclient/osc/v1/plans.py:212 msgid "A name to which the plan will be renamed." msgstr "" #: karborclient/osc/v1/plans.py:217 msgid "Description to which the plan will be updated." msgstr "" #: karborclient/osc/v1/plans.py:222 msgid "Resources to which the plan will be updated." msgstr "" #: karborclient/osc/v1/plans.py:227 msgid "status to which the plan will be updated." msgstr "" #: karborclient/osc/v1/protectables.py:26 msgid "List protectable types." msgstr "" #: karborclient/osc/v1/protectables.py:56 #: karborclient/osc/v1/protectables.py:159 msgid "Protectable type." msgstr "" #: karborclient/osc/v1/protectables.py:73 msgid "List protectable instances." msgstr "" #: karborclient/osc/v1/protectables.py:82 msgid "Type of protectable." msgstr "" #: karborclient/osc/v1/protectables.py:88 msgid "Filters results by protectable type. Default=None." msgstr "" #: karborclient/osc/v1/protectables.py:94 msgid "The last protectable instance ID of the previous page." msgstr "" #: karborclient/osc/v1/protectables.py:100 msgid "Maximum number of protectable instances to display." msgstr "" #: karborclient/osc/v1/protectables.py:116 msgid "List instances by parameters key and value pair. Default=None." msgstr "" #: karborclient/osc/v1/protectables.py:164 msgid "Protectable instance id." msgstr "" #: karborclient/osc/v1/protectables.py:172 msgid "Show a instance by parameters key and value pair. Default=None." msgstr "" #: karborclient/osc/v1/providers.py:25 msgid "List providers." msgstr "" #: karborclient/osc/v1/providers.py:34 #: karborclient/osc/v1/scheduled_operations.py:54 #: karborclient/osc/v1/triggers.py:41 msgid "Filters results by a name. Default=None." msgstr "" #: karborclient/osc/v1/providers.py:39 msgid "Filters results by a description. Default=None." msgstr "" #: karborclient/osc/v1/providers.py:44 msgid "The last provider ID of the previous page" msgstr "" #: karborclient/osc/v1/providers.py:50 msgid "Maximum number of providers to display" msgstr "" #: karborclient/osc/v1/restores.py:40 msgid "List restores." msgstr "" #: karborclient/osc/v1/restores.py:60 msgid "The last restore ID of the previous page" msgstr "" #: karborclient/osc/v1/restores.py:66 msgid "Maximum number of restores to display" msgstr "" #: karborclient/osc/v1/restores.py:121 msgid "The UUID of the restore." msgstr "" #: karborclient/osc/v1/restores.py:146 karborclient/osc/v1/verifications.py:147 msgid "The UUID of the checkpoint." msgstr "" #: karborclient/osc/v1/restores.py:151 msgid "The target of the restore operation." msgstr "" #: karborclient/osc/v1/restores.py:157 msgid "Username to restore target." msgstr "" #: karborclient/osc/v1/restores.py:163 msgid "Password to restore target." msgstr "" #: karborclient/osc/v1/restores.py:171 msgid "Restore parameters in json format." msgstr "" #: karborclient/osc/v1/restores.py:178 msgid "" "Restore parameters, may be specified multiple times. resource_type: type " "of resource to apply parameters. resource_id: limit the parameters to a " "specific resource. Other keys and values: according to provider's restore" " schema." msgstr "" #: karborclient/osc/v1/scheduled_operations.py:39 msgid "List scheduled_operations." msgstr "" #: karborclient/osc/v1/scheduled_operations.py:49 #: karborclient/osc/v1/triggers.py:35 msgid "Shows details for all tenants. Admin only." msgstr "" #: karborclient/osc/v1/scheduled_operations.py:60 #: karborclient/osc/v1/triggers.py:47 msgid "Filters results by a type. Default=None." msgstr "" #: karborclient/osc/v1/scheduled_operations.py:66 msgid "Filters results by a trigger id. Default=None." msgstr "" #: karborclient/osc/v1/scheduled_operations.py:72 msgid "Filters results by a operation definition. Default=None." msgstr "" #: karborclient/osc/v1/scheduled_operations.py:77 msgid "The last scheduled_operations ID of the previous page" msgstr "" #: karborclient/osc/v1/scheduled_operations.py:83 msgid "Maximum number of scheduled_operations to display" msgstr "" #: karborclient/osc/v1/scheduled_operations.py:141 msgid "The UUID of the scheduledoperation." msgstr "" #: karborclient/osc/v1/scheduled_operations.py:162 msgid "The name of the scheduled operation." msgstr "" #: karborclient/osc/v1/scheduled_operations.py:167 msgid "Operation Type of scheduled operation." msgstr "" #: karborclient/osc/v1/scheduled_operations.py:172 msgid "Trigger id of scheduled operation." msgstr "" #: karborclient/osc/v1/scheduled_operations.py:177 msgid "Operation definition of scheduled operation." msgstr "" #: karborclient/osc/v1/scheduled_operations.py:203 msgid "ID of scheduled operation." msgstr "" #: karborclient/osc/v1/services.py:23 msgid "List services." msgstr "" #: karborclient/osc/v1/services.py:32 msgid "Filter results by host" msgstr "" #: karborclient/osc/v1/services.py:37 msgid "Filter results by binary" msgstr "" #: karborclient/osc/v1/services.py:58 msgid "Enable service" msgstr "" #: karborclient/osc/v1/services.py:65 karborclient/osc/v1/services.py:83 msgid "The ID of the service." msgstr "" #: karborclient/osc/v1/services.py:76 msgid "Disable service" msgstr "" #: karborclient/osc/v1/services.py:88 msgid "Reason for disabling the service." msgstr "" #: karborclient/osc/v1/triggers.py:25 msgid "List triggers." msgstr "" #: karborclient/osc/v1/triggers.py:53 msgid "Filters results by a properties. Default=None." msgstr "" #: karborclient/osc/v1/triggers.py:58 msgid "The last trigger ID of the previous page" msgstr "" #: karborclient/osc/v1/triggers.py:64 msgid "Maximum number of triggers to display" msgstr "" #: karborclient/osc/v1/triggers.py:77 msgid "Display information from single tenant (Admin only)." msgstr "" #: karborclient/osc/v1/triggers.py:114 msgid "The UUID of the trigger." msgstr "" #: karborclient/osc/v1/triggers.py:134 msgid "The name of the trigger." msgstr "" #: karborclient/osc/v1/triggers.py:139 msgid "Type of trigger." msgstr "" #: karborclient/osc/v1/triggers.py:144 msgid "Properties of trigger." msgstr "" #: karborclient/osc/v1/triggers.py:165 msgid "Id of trigger to update." msgstr "" #: karborclient/osc/v1/triggers.py:170 msgid "A name to which the trigger will be renamed." msgstr "" #: karborclient/osc/v1/triggers.py:175 msgid "Properties of trigger which will be updated." msgstr "" #: karborclient/osc/v1/triggers.py:210 msgid "ID of trigger." msgstr "" #: karborclient/osc/v1/verifications.py:40 msgid "List verifications." msgstr "" #: karborclient/osc/v1/verifications.py:60 msgid "The last verification ID of the previous page" msgstr "" #: karborclient/osc/v1/verifications.py:66 msgid "Maximum number of verifications to display" msgstr "" #: karborclient/osc/v1/verifications.py:121 msgid "The UUID of the verification." msgstr "" #: karborclient/osc/v1/verifications.py:155 msgid "Verification parameters in json format." msgstr "" #: karborclient/osc/v1/verifications.py:162 msgid "" "Verification parameters, may be specified multiple times. resource_type: " "type of resource to apply parameters. resource_id: limit the parameters " "to a specific resource. Other keys and values: according to provider's " "verification schema." msgstr ""