Imported Translations from Transifex

For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: Id494c7e30ffca19856ec88f956cd18afd1efd6d2
This commit is contained in:
OpenStack Proposal Bot 2015-07-23 06:18:27 +00:00
parent cf53ba65ed
commit 81cf431926
5 changed files with 71 additions and 67 deletions

View File

@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: aodh 0.0.1.dev3934\n"
"Project-Id-Version: aodh 0.0.1.dev3955\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-07-10 06:19+0000\n"
"POT-Creation-Date: 2015-07-23 06:18+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -17,72 +17,72 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"
#: aodh/service.py:99
#, python-format
msgid "%(worker_name)s value of %(workers)s is invalid, must be greater than 0"
msgstr ""
#: aodh/alarm/rpc.py:49
#: aodh/rpc.py:50
#, python-format
msgid ""
"alarm %(alarm_id)s has no action configured for state transition from "
"%(previous)s to state %(state)s, skipping the notification."
msgstr ""
#: aodh/alarm/service.py:91
#: aodh/service.py:116
#, python-format
msgid "%(worker_name)s value of %(workers)s is invalid, must be greater than 0"
msgstr ""
#: aodh/service.py:161
#, python-format
msgid "initiating evaluation cycle on %d alarms"
msgstr ""
#: aodh/alarm/service.py:96
#: aodh/service.py:166
msgid "alarm evaluation cycle failed"
msgstr ""
#: aodh/alarm/service.py:101
#: aodh/service.py:171
#, python-format
msgid "skipping alarm %s: type unsupported"
msgstr ""
#: aodh/alarm/service.py:105
#: aodh/service.py:175
#, python-format
msgid "evaluating alarm %s"
msgstr ""
#: aodh/alarm/service.py:109
#: aodh/service.py:179
#, python-format
msgid "Failed to evaluate alarm %s"
msgstr ""
#: aodh/alarm/service.py:177
#: aodh/service.py:252
#, python-format
msgid "Unable to parse action %(action)s for alarm %(alarm_id)s"
msgstr ""
#: aodh/alarm/service.py:186
#: aodh/service.py:261
#, python-format
msgid "Action %(scheme)s for alarm %(alarm_id)s is unknown, cannot notify"
msgstr ""
#: aodh/alarm/service.py:192
#: aodh/service.py:267
#, python-format
msgid "Notifying alarm %(id)s with action %(act)s"
msgstr ""
#: aodh/alarm/service.py:197
#: aodh/service.py:272
#, python-format
msgid "Unable to notify alarm %s"
msgstr ""
#: aodh/alarm/service.py:218
#: aodh/service.py:293
msgid "Unable to notify for an alarm with no action"
msgstr ""
#: aodh/alarm/evaluator/__init__.py:75
#: aodh/alarm/evaluator/__init__.py:105
#, python-format
msgid "alarm %(id)s transitioning to %(state)s because %(reason)s"
msgstr ""
#: aodh/alarm/evaluator/__init__.py:87
#: aodh/alarm/evaluator/__init__.py:117
msgid "alarm state update failed"
msgstr ""
@ -105,70 +105,70 @@ msgstr ""
msgid "Remaining as %(state)s due to alarms %(alarm_ids)s in state %(state)s"
msgstr ""
#: aodh/alarm/evaluator/combination.py:104 aodh/alarm/evaluator/gnocchi.py:214
#: aodh/alarm/evaluator/threshold.py:178
#: aodh/alarm/evaluator/combination.py:104
#: aodh/alarm/evaluator/threshold.py:209
#, python-format
msgid "Attempted to evaluate alarm %s, but it is not within its time constraint."
msgstr ""
#: aodh/alarm/evaluator/gnocchi.py:106 aodh/alarm/evaluator/threshold.py:89
#: aodh/alarm/evaluator/gnocchi.py:84 aodh/alarm/evaluator/threshold.py:121
#, python-format
msgid "stats query %s"
msgstr ""
#: aodh/alarm/evaluator/gnocchi.py:110 aodh/alarm/evaluator/threshold.py:95
#: aodh/alarm/evaluator/gnocchi.py:88 aodh/alarm/evaluator/threshold.py:127
msgid "alarm stats retrieval failed"
msgstr ""
#: aodh/alarm/evaluator/gnocchi.py:113
#: aodh/alarm/evaluator/gnocchi.py:91
#, python-format
msgid "alarm stats retrieval failed: %s"
msgstr ""
#: aodh/alarm/evaluator/gnocchi.py:128 aodh/alarm/evaluator/threshold.py:56
#: aodh/alarm/evaluator/threshold.py:85
#, python-format
msgid "query stats from %(start)s to %(now)s"
msgstr ""
#: aodh/alarm/evaluator/gnocchi.py:140 aodh/alarm/evaluator/threshold.py:112
#: aodh/alarm/evaluator/threshold.py:92
#, python-format
msgid "sanitize stats %s"
msgstr ""
#: aodh/alarm/evaluator/threshold.py:101
#, python-format
msgid "excluded weak datapoints with sample counts %s"
msgstr ""
#: aodh/alarm/evaluator/threshold.py:112
#, python-format
msgid "pruned statistics to %d"
msgstr ""
#: aodh/alarm/evaluator/threshold.py:144
#, python-format
msgid "%d datapoints are unknown"
msgstr ""
#: aodh/alarm/evaluator/gnocchi.py:163 aodh/alarm/evaluator/threshold.py:137
#: aodh/alarm/evaluator/threshold.py:168
#, python-format
msgid ""
"Transition to %(state)s due to %(count)d samples %(disposition)s "
"threshold, most recent: %(most_recent)s"
msgstr ""
#: aodh/alarm/evaluator/gnocchi.py:167 aodh/alarm/evaluator/threshold.py:141
#: aodh/alarm/evaluator/threshold.py:172
#, python-format
msgid ""
"Remaining as %(state)s due to %(count)d samples %(disposition)s "
"threshold, most recent: %(most_recent)s"
msgstr ""
#: aodh/alarm/evaluator/gnocchi.py:226 aodh/alarm/evaluator/threshold.py:197
#: aodh/alarm/evaluator/threshold.py:221
#, python-format
msgid "comparing value %(value)s against threshold %(limit)s"
msgstr ""
#: aodh/alarm/evaluator/threshold.py:66
#, python-format
msgid "sanitize stats %s"
msgstr ""
#: aodh/alarm/evaluator/threshold.py:75
#, python-format
msgid "excluded weak datapoints with sample counts %s"
msgstr ""
#: aodh/alarm/evaluator/threshold.py:84
#, python-format
msgid "pruned statistics to %d"
msgstr ""
#: aodh/alarm/notifier/log.py:31
#, python-format
msgid ""
@ -218,69 +218,69 @@ msgstr ""
msgid "Timezone %s is not valid"
msgstr ""
#: aodh/api/controllers/v2/alarms.py:285
#: aodh/api/controllers/v2/alarms.py:288
msgid "Time constraint names must be unique for a given alarm."
msgstr ""
#: aodh/api/controllers/v2/alarms.py:295
#: aodh/api/controllers/v2/alarms.py:298
#, python-format
msgid "%(rule)s must be set for %(type)s type alarm"
msgstr ""
#: aodh/api/controllers/v2/alarms.py:306
#: aodh/api/controllers/v2/alarms.py:309
#, python-format
msgid "%(rule1)s and %(rule2)s cannot be set at the same time"
msgstr ""
#: aodh/api/controllers/v2/alarms.py:322
#: aodh/api/controllers/v2/alarms.py:324
#, python-format
msgid "duplicate actions are found: %s, remove duplicate ones"
msgstr ""
#: aodh/api/controllers/v2/alarms.py:328
#: aodh/api/controllers/v2/alarms.py:330
#, python-format
msgid "%(name)s count exceeds maximum value %(maximum)d"
msgstr ""
#: aodh/api/controllers/v2/alarms.py:339
#: aodh/api/controllers/v2/alarms.py:341
#, python-format
msgid "Unable to parse action %s"
msgstr ""
#: aodh/api/controllers/v2/alarms.py:342
#: aodh/api/controllers/v2/alarms.py:344
#, python-format
msgid "Unsupported action %s"
msgstr ""
#: aodh/api/controllers/v2/alarms.py:345
#: aodh/api/controllers/v2/alarms.py:347
#, python-format
msgid "You are not authorized to create action: %s"
msgstr ""
#: aodh/api/controllers/v2/alarms.py:531
#: aodh/api/controllers/v2/alarms.py:581
#, python-format
msgid "Alarm with name=%s exists"
msgstr ""
#: aodh/api/controllers/v2/alarms.py:541
#: aodh/api/controllers/v2/alarms.py:593
#, python-format
msgid "Error while putting alarm: %s"
msgstr ""
#: aodh/api/controllers/v2/alarms.py:542 aodh/api/controllers/v2/alarms.py:708
#: aodh/api/controllers/v2/alarms.py:594 aodh/api/controllers/v2/alarms.py:763
msgid "Alarm incorrect"
msgstr ""
#: aodh/api/controllers/v2/alarms.py:600
#: aodh/api/controllers/v2/alarms.py:654
msgid "state invalid"
msgstr ""
#: aodh/api/controllers/v2/alarms.py:701
#: aodh/api/controllers/v2/alarms.py:756
#, python-format
msgid "Alarm with name='%s' exists"
msgstr ""
#: aodh/api/controllers/v2/alarms.py:707
#: aodh/api/controllers/v2/alarms.py:762
#, python-format
msgid "Error while posting alarm: %s"
msgstr ""

View File

@ -8,10 +8,11 @@ msgid ""
msgstr ""
"Project-Id-Version: Aodh\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-07-11 06:18+0000\n"
"POT-Creation-Date: 2015-07-23 06:18+0000\n"
"PO-Revision-Date: 2015-07-10 19:01+0000\n"
"Last-Translator: Altinbek <altinbek.089@mail.ru>\n"
"Language-Team: Russian (http://www.transifex.com/p/aodh/language/ru/)\n"
"Language-Team: Russian (http://www.transifex.com/projects/p/aodh/language/"
"ru/)\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"

View File

@ -8,10 +8,11 @@ msgid ""
msgstr ""
"Project-Id-Version: Aodh\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-07-11 06:18+0000\n"
"POT-Creation-Date: 2015-07-23 06:18+0000\n"
"PO-Revision-Date: 2015-07-10 19:09+0000\n"
"Last-Translator: Altinbek <altinbek.089@mail.ru>\n"
"Language-Team: Russian (http://www.transifex.com/p/aodh/language/ru/)\n"
"Language-Team: Russian (http://www.transifex.com/projects/p/aodh/language/"
"ru/)\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"

View File

@ -8,10 +8,11 @@ msgid ""
msgstr ""
"Project-Id-Version: Aodh\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-07-11 06:18+0000\n"
"POT-Creation-Date: 2015-07-23 06:18+0000\n"
"PO-Revision-Date: 2015-07-10 19:14+0000\n"
"Last-Translator: Altinbek <altinbek.089@mail.ru>\n"
"Language-Team: Russian (http://www.transifex.com/p/aodh/language/ru/)\n"
"Language-Team: Russian (http://www.transifex.com/projects/p/aodh/language/"
"ru/)\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"

View File

@ -8,10 +8,11 @@ msgid ""
msgstr ""
"Project-Id-Version: Aodh\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-07-10 06:19+0000\n"
"POT-Creation-Date: 2015-07-23 06:18+0000\n"
"PO-Revision-Date: 2015-07-07 12:50+0000\n"
"Last-Translator: Altinbek <altinbek.089@mail.ru>\n"
"Language-Team: Russian (http://www.transifex.com/p/aodh/language/ru/)\n"
"Language-Team: Russian (http://www.transifex.com/projects/p/aodh/language/"
"ru/)\n"
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
"%100>=11 && n%100<=14)? 2 : 3)\n"