Fix es translations

There's a problem in the Spanish translations where they are invalid
and cannot get compiled.

We're not syncing with translation server anymore, so update the strings
manually and fix them.

To verify run
find nova -type f -regex '.*\.pot?' -print0| xargs -0 -n 1 msgfmt \
--check-format -o /dev/null

Before this change:
nova/locale/es/LC_MESSAGES/nova.po:5557: 'msgstr' is not a valid Python
format string, unlike 'msgid'. Reason: The string ends in the middle of
a directive.
nova/locale/es/LC_MESSAGES/nova.po:5567: 'msgstr' is not a valid Python
format string, unlike 'msgid'. Reason: The string ends in the middle of
a directive.
msgfmt: found 2 fatal errors
nova/locale/es/LC_MESSAGES/nova-log-error.po:1366: a format
specification for argument 'args' doesn't exist in 'msgstr'
msgfmt: found 1 fatal error

Now this works fine.

Closes-Bug: #1536214
Change-Id: I4717ecce0f640ffa9538a54a3e7fce85795d2515
This commit is contained in:
Andreas Jaeger 2016-01-20 16:52:53 +01:00
parent b974c6d1d5
commit 092a3f3e37
2 changed files with 3 additions and 3 deletions

View File

@ -1365,7 +1365,7 @@ msgid ""
"%(args)r"
msgstr ""
"La llamada del agente para %(method)s ha arrojado una respuesta inválida: "
"%(ret)r. args=$(args)r"
"%(ret)r. args=%(args)r"
#: nova/virt/xenapi/agent.py:146
#, python-format

View File

@ -5554,7 +5554,7 @@ msgstr "CPU's no disponibles después de analizar %r"
#: nova/virt/hardware.py:87 nova/virt/hardware.py:91
#, python-format
msgid "Invalid range expression %r"
msgstr "Expresión de intérvalo inválida %"
msgstr "Expresión de intérvalo inválida %r"
#: nova/virt/hardware.py:100
#, python-format
@ -5564,7 +5564,7 @@ msgstr "Expresión de exclusión inválida %r"
#: nova/virt/hardware.py:107
#, python-format
msgid "Invalid inclusion expression %r"
msgstr "Expresión de inclusión inválida %"
msgstr "Expresión de inclusión inválida %r"
#: nova/virt/images.py:56
#, python-format