From e5f7826392834483eb503747a048ff022bd62cb9 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 28 May 2015 09:19:55 +0200 Subject: [PATCH] Manually import all pot files We do need to import *all* pot files so that the infra scripts work. Import them manually. Change-Id: I29ab8a84604b3bc2f148fa75a95d6993b713e713 --- magnum/locale/magnum-log-critical.pot | 19 +++ magnum/locale/magnum-log-error.pot | 167 ++++++++++++++++++++++++++ magnum/locale/magnum-log-info.pot | 147 +++++++++++++++++++++++ magnum/locale/magnum-log-warning.pot | 56 +++++++++ magnum/locale/magnum.pot | 24 ++-- 5 files changed, 401 insertions(+), 12 deletions(-) create mode 100644 magnum/locale/magnum-log-critical.pot create mode 100644 magnum/locale/magnum-log-error.pot create mode 100644 magnum/locale/magnum-log-info.pot create mode 100644 magnum/locale/magnum-log-warning.pot diff --git a/magnum/locale/magnum-log-critical.pot b/magnum/locale/magnum-log-critical.pot new file mode 100644 index 0000000000..958e9716eb --- /dev/null +++ b/magnum/locale/magnum-log-critical.pot @@ -0,0 +1,19 @@ +# Translations template for magnum. +# Copyright (C) 2015 ORGANIZATION +# This file is distributed under the same license as the magnum project. +# FIRST AUTHOR , 2015. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: magnum 2015.1.1.dev100\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2015-05-28 09:18+0200\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 1.3\n" + diff --git a/magnum/locale/magnum-log-error.pot b/magnum/locale/magnum-log-error.pot new file mode 100644 index 0000000000..9b13c4ff4d --- /dev/null +++ b/magnum/locale/magnum-log-error.pot @@ -0,0 +1,167 @@ +# Translations template for magnum. +# Copyright (C) 2015 ORGANIZATION +# This file is distributed under the same license as the magnum project. +# FIRST AUTHOR , 2015. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: magnum 2015.1.1.dev100\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2015-05-28 09:18+0200\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 1.3\n" + +#: magnum/api/middleware/parsable_error.py:77 +#, python-format +msgid "Error parsing HTTP response: %s" +msgstr "" + +#: magnum/cmd/conductor.py:56 +#, python-format +msgid "" +"The Heat template can not be found for either k8s atomic " +"%(atomic_template)s or coreos (coreos_template)%s. Install template first" +" if you want to create bay." +msgstr "" + +#: magnum/common/exception.py:128 +#, python-format +msgid "%(correlation_id)s:%(excp)s" +msgstr "" + +#: magnum/common/exception.py:216 +msgid "Exception in string format operation" +msgstr "" + +#: magnum/common/exception.py:218 +#, python-format +msgid "%(name)s: %(value)s" +msgstr "" + +#: magnum/common/magnum_keystoneclient.py:89 +msgid "Admin client authentication failed" +msgstr "" + +#: magnum/common/magnum_keystoneclient.py:119 +msgid "Unknown version in auth_token_info" +msgstr "" + +#: magnum/common/magnum_keystoneclient.py:125 +msgid "Keystone v3 API connection failed, no password trust or auth_token!" +msgstr "" + +#: magnum/common/magnum_keystoneclient.py:136 +msgid "trust token re-scoping failed!" +msgstr "" + +#: magnum/common/utils.py:397 +#, python-format +msgid "Could not remove tmpdir: %s" +msgstr "" + +#: magnum/common/utils.py:428 +#, python-format +msgid "Failed to make file system. File system %s is not supported." +msgstr "" + +#: magnum/common/utils.py:432 +#, python-format +msgid "Failed to create a file system in %(path)s. Error: %(error)s" +msgstr "" + +#: magnum/conductor/handlers/bay_conductor.py:234 +#, python-format +msgid "Unable to create bay, stack_id: %(stack_id)s, reason: %(reason)s" +msgstr "" + +#: magnum/conductor/handlers/bay_conductor.py:240 +#, python-format +msgid "Unable to delete bay, stack_id: %(stack_id)s, reason: %(reason)s" +msgstr "" + +#: magnum/conductor/handlers/bay_conductor.py:246 +#, python-format +msgid "Unable to update bay, stack_id: %(stack_id)s, reason: %(reason)s" +msgstr "" + +#: magnum/conductor/handlers/bay_conductor.py:257 +#: magnum/conductor/handlers/bay_conductor.py:265 +#, python-format +msgid "" +"Bay check exit after %(attempts)s attempts,stack_id: %(id)s, " +"stack_status: %(status)s" +msgstr "" + +#: magnum/conductor/handlers/docker_conductor.py:64 +#, python-format +msgid "Error while connect to docker container %(name)s: %(error)s" +msgstr "" + +#: magnum/conductor/handlers/common/kube_utils.py:89 +#, python-format +msgid "Couldn't create service with contents %(content)s due to error %(error)s" +msgstr "" + +#: magnum/conductor/handlers/common/kube_utils.py:103 +#, python-format +msgid "Couldn't update service with contents %(content)s due to error %(error)s" +msgstr "" + +#: magnum/conductor/handlers/common/kube_utils.py:117 +#, python-format +msgid "Couldn't delete service %(service)s due to error %(error)s" +msgstr "" + +#: magnum/conductor/handlers/common/kube_utils.py:131 +#, python-format +msgid "Couldn't create pod with contents %(content)s due to error %(error)s" +msgstr "" + +#: magnum/conductor/handlers/common/kube_utils.py:145 +#, python-format +msgid "Couldn't update pod with %(content)s due to error %(error)s" +msgstr "" + +#: magnum/conductor/handlers/common/kube_utils.py:156 +#, python-format +msgid "Couldn't delete pod %(pod)s due to error %(error)s" +msgstr "" + +#: magnum/conductor/handlers/common/kube_utils.py:177 +#, python-format +msgid "Couldn't create rc with contents %(content)s due error %(error)s" +msgstr "" + +#: magnum/conductor/handlers/common/kube_utils.py:190 +#, python-format +msgid "Couldn't update rc with contents %(content)s due to error %(error)s" +msgstr "" + +#: magnum/conductor/handlers/common/kube_utils.py:203 +#, python-format +msgid "Couldn't delete rc %(rc)s due to error %(error)s" +msgstr "" + +#: magnum/openstack/common/loopingcall.py:95 +msgid "in fixed duration looping call" +msgstr "" + +#: magnum/openstack/common/loopingcall.py:138 +msgid "in dynamic looping call" +msgstr "" + +#: magnum/openstack/common/periodic_task.py:228 +#, python-format +msgid "Error during %(full_task_name)s: %(e)s" +msgstr "" + +#: magnum/openstack/common/service.py:272 +msgid "Unhandled exception" +msgstr "" + diff --git a/magnum/locale/magnum-log-info.pot b/magnum/locale/magnum-log-info.pot new file mode 100644 index 0000000000..688e34435c --- /dev/null +++ b/magnum/locale/magnum-log-info.pot @@ -0,0 +1,147 @@ +# Translations template for magnum. +# Copyright (C) 2015 ORGANIZATION +# This file is distributed under the same license as the magnum project. +# FIRST AUTHOR , 2015. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: magnum 2015.1.1.dev100\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2015-05-28 09:18+0200\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 1.3\n" + +#: magnum/cmd/api.py:42 magnum/cmd/conductor.py:40 +#, python-format +msgid "Starting server in PID %s" +msgstr "" + +#: magnum/cmd/api.py:47 +#, python-format +msgid "serving on 0.0.0.0:%(port)s, view at http://127.0.0.1:%(port)s" +msgstr "" + +#: magnum/cmd/api.py:51 +#, python-format +msgid "serving on http://%(host)s:%(port)s" +msgstr "" + +#: magnum/common/magnum_keystoneclient.py:156 +#, python-format +msgid "admin creds %s" +msgstr "" + +#: magnum/common/urlfetch.py:49 +#, python-format +msgid "Fetching data from %s" +msgstr "" + +#: magnum/conductor/bay_lock.py:75 +#, python-format +msgid "" +"Stale lock detected on bay %(bay)s. Conductor %(conductor)s will attempt" +" to steal the lock" +msgstr "" + +#: magnum/conductor/bay_lock.py:84 +#, python-format +msgid "Conductor %(conductor)s successfully stole the lock on bay %(bay)s" +msgstr "" + +#: magnum/conductor/bay_lock.py:91 +#, python-format +msgid "" +"The lock on bay %(bay)s was released while conductor %(conductor)s was " +"stealing it. Trying again" +msgstr "" + +#: magnum/conductor/bay_lock.py:99 +#, python-format +msgid "" +"Failed to steal lock on bay %(bay)s. Conductor %(conductor)s stole the " +"lock first" +msgstr "" + +#: magnum/conductor/handlers/bay_conductor.py:186 +#, python-format +msgid "The stack %s was not be found during bay deletion." +msgstr "" + +#: magnum/conductor/handlers/bay_conductor.py:219 +#, python-format +msgid "Bay has been deleted, stack_id: %s" +msgstr "" + +#: magnum/openstack/common/eventlet_backdoor.py:146 +#, python-format +msgid "Eventlet backdoor listening on %(port)s for process %(pid)d" +msgstr "" + +#: magnum/openstack/common/periodic_task.py:120 +#, python-format +msgid "Skipping periodic task %(task)s because its interval is negative" +msgstr "" + +#: magnum/openstack/common/periodic_task.py:125 +#, python-format +msgid "Skipping periodic task %(task)s because it is disabled" +msgstr "" + +#: magnum/openstack/common/service.py:173 +#, python-format +msgid "Caught %s, exiting" +msgstr "" + +#: magnum/openstack/common/service.py:235 +msgid "Parent process has died unexpectedly, exiting" +msgstr "" + +#: magnum/openstack/common/service.py:266 +#, python-format +msgid "Child caught %s, exiting" +msgstr "" + +#: magnum/openstack/common/service.py:305 +msgid "Forking too fast, sleeping" +msgstr "" + +#: magnum/openstack/common/service.py:324 +#, python-format +msgid "Started child %d" +msgstr "" + +#: magnum/openstack/common/service.py:334 +#, python-format +msgid "Starting %d workers" +msgstr "" + +#: magnum/openstack/common/service.py:351 +#, python-format +msgid "Child %(pid)d killed by signal %(sig)d" +msgstr "" + +#: magnum/openstack/common/service.py:355 +#, python-format +msgid "Child %(pid)s exited with status %(code)d" +msgstr "" + +#: magnum/openstack/common/service.py:390 +#, python-format +msgid "Caught %s, stopping children" +msgstr "" + +#: magnum/openstack/common/service.py:399 +msgid "Wait called after thread killed. Cleaning up." +msgstr "" + +#: magnum/openstack/common/service.py:415 +#, python-format +msgid "Waiting on %d children to exit" +msgstr "" + diff --git a/magnum/locale/magnum-log-warning.pot b/magnum/locale/magnum-log-warning.pot new file mode 100644 index 0000000000..35f07906fc --- /dev/null +++ b/magnum/locale/magnum-log-warning.pot @@ -0,0 +1,56 @@ +# Translations template for magnum. +# Copyright (C) 2015 ORGANIZATION +# This file is distributed under the same license as the magnum project. +# FIRST AUTHOR , 2015. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: magnum 2015.1.1.dev100\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2015-05-28 09:18+0200\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 1.3\n" + +#: magnum/common/utils.py:444 +#, python-format +msgid "Failed to unlink %(path)s, error: %(e)s" +msgstr "" + +#: magnum/common/utils.py:453 +#, python-format +msgid "Failed to remove dir %(path)s, error: %(e)s" +msgstr "" + +#: magnum/common/utils.py:469 +#, python-format +msgid "Failed to create symlink from %(source)s to %(link)s, error: %(e)s" +msgstr "" + +#: magnum/common/utils.py:483 +#, python-format +msgid "" +"Failed to remove trailing character. Returning original object. Supplied " +"object is not a string: %s," +msgstr "" + +#: magnum/conductor/bay_lock.py:111 +#, python-format +msgid "Lock was already released on bay %s!" +msgstr "" + +#: magnum/openstack/common/loopingcall.py:87 +#, python-format +msgid "task %(func_name)r run outlasted interval by %(delay).2f sec" +msgstr "" + +#: magnum/openstack/common/service.py:359 +#, python-format +msgid "pid %d not in child list" +msgstr "" + diff --git a/magnum/locale/magnum.pot b/magnum/locale/magnum.pot index 76f1048722..972bf394cc 100644 --- a/magnum/locale/magnum.pot +++ b/magnum/locale/magnum.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: magnum 2015.1.1.dev50\n" +"Project-Id-Version: magnum 2015.1.1.dev100\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-05-13 16:43-0400\n" +"POT-Creation-Date: 2015-05-28 09:18+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,22 +17,22 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" -#: magnum/api/controllers/v1/types.py:147 +#: magnum/api/controllers/v1/types.py:149 #, python-format msgid "Wrong type. Expected '%(type)s', got '%(value)s'" msgstr "" -#: magnum/api/controllers/v1/types.py:190 +#: magnum/api/controllers/v1/types.py:192 #, python-format msgid "'%s' is an internal attribute and can not be updated" msgstr "" -#: magnum/api/controllers/v1/types.py:194 +#: magnum/api/controllers/v1/types.py:196 #, python-format msgid "'%s' is a mandatory attribute and can not be removed" msgstr "" -#: magnum/api/controllers/v1/types.py:199 +#: magnum/api/controllers/v1/types.py:201 msgid "'add' and 'replace' operations needs value" msgstr "" @@ -331,7 +331,7 @@ msgstr "" msgid "Image %(image_id)s doesn't contain os-distro field." msgstr "" -#: magnum/common/k8s_manifest.py:40 +#: magnum/common/k8s_manifest.py:40 magnum/common/k8s_manifest.py:53 msgid "'manifest' can't be empty" msgstr "" @@ -340,7 +340,7 @@ msgstr "" msgid "Error parsing manifest: %s" msgstr "" -#: magnum/common/k8s_manifest.py:56 +#: magnum/common/k8s_manifest.py:57 msgid "The manifest is not a JSON object or YAML mapping." msgstr "" @@ -367,7 +367,7 @@ msgstr "" msgid "Failed to retrieve manifest: %s" msgstr "" -#: magnum/common/utils.py:118 +#: magnum/common/utils.py:117 msgid "Invalid private key" msgstr "" @@ -406,16 +406,16 @@ msgstr "" msgid "Enabled bay definition entry points. " msgstr "" -#: magnum/conductor/handlers/bay_k8s_heat.py:151 +#: magnum/conductor/handlers/bay_conductor.py:152 #, python-format msgid "Updating a bay when stack status is \"%s\"" msgstr "" -#: magnum/conductor/handlers/kube.py:32 +#: magnum/conductor/handlers/kube.py:35 msgid "Default protocol of k8s master endpoint (http or https)." msgstr "" -#: magnum/conductor/handlers/kube.py:36 +#: magnum/conductor/handlers/kube.py:39 msgid "Default port of the k8s master endpoint." msgstr ""