342efd30b6
For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: I65f5fc2140e9a12057343f89596f97648315e647
101 lines
2.7 KiB
Plaintext
101 lines
2.7 KiB
Plaintext
# Translations template for oslo.concurrency.
|
|
# Copyright (C) 2015 ORGANIZATION
|
|
# This file is distributed under the same license as the oslo.concurrency
|
|
# project.
|
|
#
|
|
# Translators:
|
|
# Adriana Chisco Landazábal <achisco94@gmail.com>, 2015
|
|
# Andreas Jaeger <jaegerandi@gmail.com>, 2016. #zanata
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: oslo.concurrency 3.6.1.dev10\n"
|
|
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n"
|
|
"POT-Creation-Date: 2016-04-19 12:20+0000\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"PO-Revision-Date: 2015-06-22 09:35+0000\n"
|
|
"Last-Translator: Adriana Chisco Landazábal <achisco94@gmail.com>\n"
|
|
"Language: es\n"
|
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
"Generated-By: Babel 2.0\n"
|
|
"X-Generator: Zanata 3.7.3\n"
|
|
"Language-Team: Spanish\n"
|
|
|
|
#, python-format
|
|
msgid ""
|
|
"%(desc)r\n"
|
|
"command: %(cmd)r\n"
|
|
"exit code: %(code)r\n"
|
|
"stdout: %(stdout)r\n"
|
|
"stderr: %(stderr)r"
|
|
msgstr ""
|
|
"%(desc)r\n"
|
|
"comando: %(cmd)r\n"
|
|
"código de salida: %(code)r\n"
|
|
"stdout: %(stdout)r\n"
|
|
"stderr: %(stderr)r"
|
|
|
|
#, python-format
|
|
msgid ""
|
|
"%(description)s\n"
|
|
"Command: %(cmd)s\n"
|
|
"Exit code: %(exit_code)s\n"
|
|
"Stdout: %(stdout)r\n"
|
|
"Stderr: %(stderr)r"
|
|
msgstr ""
|
|
"%(description)s\n"
|
|
"Comando: %(cmd)s\n"
|
|
"Código de salida: %(exit_code)s\n"
|
|
"Stdout: %(stdout)r\n"
|
|
"Stderr: %(stderr)r"
|
|
|
|
#, python-format
|
|
msgid "%r failed. Not Retrying."
|
|
msgstr "%r ha fallado. No se está intentando de nuevo."
|
|
|
|
#, python-format
|
|
msgid "%r failed. Retrying."
|
|
msgstr "%r ha fallado. Intentando de nuevo."
|
|
|
|
msgid ""
|
|
"Calling lockutils directly is no longer supported. Please use the lockutils-"
|
|
"wrapper console script instead."
|
|
msgstr ""
|
|
"Ya no se soporta llamar LockUtil. Por favor utilice a cambio la consola "
|
|
"script lockutils-wrapper."
|
|
|
|
msgid "Command requested root, but did not specify a root helper."
|
|
msgstr "Comando ha solicitado root, pero no especificó un auxiliar root."
|
|
|
|
msgid "Environment not supported over SSH"
|
|
msgstr "Ambiente no soportado a través de SSH"
|
|
|
|
#, python-format
|
|
msgid ""
|
|
"Got an OSError\n"
|
|
"command: %(cmd)r\n"
|
|
"errno: %(errno)r"
|
|
msgstr ""
|
|
"Se obtuvo error de Sistema Operativo\n"
|
|
"comando: %(cmd)r\n"
|
|
"errno: %(errno)r"
|
|
|
|
#, python-format
|
|
msgid "Got invalid arg log_errors: %r"
|
|
msgstr "Se obtuvo argumento no válido: %r"
|
|
|
|
#, python-format
|
|
msgid "Got unknown keyword args: %r"
|
|
msgstr "Se obtuvieron argumentos de palabra clave: %r"
|
|
|
|
#, python-format
|
|
msgid "Running cmd (subprocess): %s"
|
|
msgstr "Ejecutando cmd (subproceso): %s"
|
|
|
|
msgid "Unexpected error while running command."
|
|
msgstr "Error inesperado mientras se ejecutaba el comando."
|
|
|
|
msgid "process_input not supported over SSH"
|
|
msgstr "entrada de proceso no soportada a través de SSH"
|