# Translations template for aodh. # Copyright (C) 2015 ORGANIZATION # This file is distributed under the same license as the aodh project. # FIRST AUTHOR , 2015. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: aodh 0.0.1.dev4074\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "POT-Creation-Date: 2015-08-19 06:21+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.0\n" #: aodh/api/app.py:93 #, python-format msgid "Starting server in PID %s" msgstr "" #: aodh/api/app.py:94 msgid "Configuration:" msgstr "" #: aodh/api/app.py:98 #, python-format msgid "serving on 0.0.0.0:%(sport)s, view at http://127.0.0.1:%(vport)s" msgstr "" #: aodh/api/app.py:102 #, python-format msgid "serving on http://%(host)s:%(port)s" msgstr "" #: aodh/api/middleware.py:102 #, python-format msgid "Error parsing HTTP response: %s" msgstr "" #: aodh/api/controllers/v2/alarms.py:88 #, python-format msgid "Alarm quota exceeded for user %(u)s on project %(p)s" msgstr "" #: aodh/api/controllers/v2/alarms.py:170 #, python-format msgid "Timezone %s is not valid" msgstr "" #: 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:298 #, python-format msgid "%(rule)s must be set for %(type)s type alarm" msgstr "" #: 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:324 #, python-format msgid "duplicate actions are found: %s, remove duplicate ones" msgstr "" #: 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:342 #, python-format msgid "Unable to parse action %s" msgstr "" #: aodh/api/controllers/v2/alarms.py:345 #, python-format msgid "Unsupported action %s" msgstr "" #: aodh/api/controllers/v2/alarms.py:348 #, python-format msgid "You are not authorized to create action: %s" msgstr "" #: aodh/api/controllers/v2/alarms.py:596 #, python-format msgid "Alarm with name=%s exists" msgstr "" #: aodh/api/controllers/v2/alarms.py:608 #, python-format msgid "Error while putting alarm: %s" msgstr "" #: aodh/api/controllers/v2/alarms.py:609 aodh/api/controllers/v2/alarms.py:783 msgid "Alarm incorrect" msgstr "" #: aodh/api/controllers/v2/alarms.py:669 msgid "state invalid" msgstr "" #: aodh/api/controllers/v2/alarms.py:776 #, python-format msgid "Alarm with name='%s' exists" msgstr "" #: aodh/api/controllers/v2/alarms.py:782 #, python-format msgid "Error while posting alarm: %s" msgstr "" #: aodh/api/controllers/v2/base.py:49 #, python-format msgid "%(entity)s %(id)s Not Found" msgstr "" #: aodh/api/controllers/v2/base.py:58 #, python-format msgid "Not Authorized to access %(aspect)s %(id)s" msgstr "" #: aodh/api/controllers/v2/base.py:201 #, python-format msgid "Unable to convert the value %(value)s to the expected data type %(type)s." msgstr "" #: aodh/api/controllers/v2/base.py:206 #, python-format msgid "" "The data type %(type)s is not supported. The supported data type list is:" " %(supported)s" msgstr "" #: aodh/api/controllers/v2/base.py:211 #, python-format msgid "" "Unexpected exception converting %(value)s to the expected data type " "%(type)s." msgstr "" #: aodh/api/controllers/v2/base.py:221 #, python-format msgid "Alarm %s not found" msgstr "" #: aodh/api/controllers/v2/base.py:223 #, python-format msgid "Alarm %(alarm_id)s not found in project %(project)s" msgstr "" #: aodh/api/controllers/v2/query.py:202 #, python-format msgid "Filter expression not valid: %s" msgstr "" #: aodh/api/controllers/v2/query.py:217 #, python-format msgid "Order-by expression not valid: %s" msgstr "" #: aodh/api/controllers/v2/query.py:227 msgid "Limit should be positive" msgstr "" #: aodh/api/controllers/v2/query.py:320 #, python-format msgid "String %s is not a valid isotime" msgstr "" #: aodh/api/controllers/v2/query.py:321 #, python-format msgid "Failed to parse the timestamp value %s" msgstr "" #: aodh/api/controllers/v2/alarm_rules/combination.py:39 #, python-format msgid "Combined state of alarms %s" msgstr "" #: aodh/api/controllers/v2/alarm_rules/combination.py:48 msgid "Alarm combination rule should contain at least two different alarm ids." msgstr "" #: aodh/api/controllers/v2/alarm_rules/combination.py:69 #, python-format msgid "Cannot specify alarm %s itself in combination rule" msgstr "" #: aodh/api/controllers/v2/alarm_rules/event.py:48 #, python-format msgid "Alarm when %s event occurred." msgstr "" #: aodh/api/controllers/v2/alarm_rules/threshold.py:93 #, python-format msgid "" "Alarm when %(meter_name)s is %(comparison_operator)s a %(statistic)s of " "%(threshold)s over %(period)s seconds" msgstr "" #: aodh/evaluator/__init__.py:117 #, python-format msgid "alarm %(id)s transitioning to %(state)s because %(reason)s" msgstr "" #: aodh/evaluator/__init__.py:129 msgid "alarm state update failed" msgstr "" #: aodh/evaluator/__init__.py:205 #, python-format msgid "initiating evaluation cycle on %d alarms" msgstr "" #: aodh/evaluator/__init__.py:210 msgid "alarm evaluation cycle failed" msgstr "" #: aodh/evaluator/__init__.py:222 #, python-format msgid "Failed to evaluate alarm %s" msgstr "" #: aodh/evaluator/combination.py:36 msgid "alarm retrieval failed" msgstr "" #: aodh/evaluator/combination.py:57 #, python-format msgid "Alarms %(alarm_ids)s are in unknown state" msgstr "" #: aodh/evaluator/combination.py:79 #, python-format msgid "Transition to %(state)s due to alarms %(alarm_ids)s in state %(state)s" msgstr "" #: aodh/evaluator/combination.py:83 #, python-format msgid "Remaining as %(state)s due to alarms %(alarm_ids)s in state %(state)s" msgstr "" #: aodh/evaluator/gnocchi.py:85 aodh/evaluator/threshold.py:121 msgid "alarm stats retrieval failed" msgstr "" #: aodh/evaluator/gnocchi.py:88 #, python-format msgid "alarm stats retrieval failed: %s" msgstr "" #: aodh/evaluator/threshold.py:138 #, python-format msgid "%d datapoints are unknown" msgstr "" #: aodh/evaluator/threshold.py:162 #, python-format msgid "" "Transition to %(state)s due to %(count)d samples %(disposition)s " "threshold, most recent: %(most_recent)s" msgstr "" #: aodh/evaluator/threshold.py:166 #, python-format msgid "" "Remaining as %(state)s due to %(count)d samples %(disposition)s " "threshold, most recent: %(most_recent)s" msgstr "" #: aodh/notifier/__init__.py:84 #, python-format msgid "Unable to parse action %(action)s for alarm %(alarm_id)s" msgstr "" #: aodh/notifier/__init__.py:93 #, python-format msgid "Action %(scheme)s for alarm %(alarm_id)s is unknown, cannot notify" msgstr "" #: aodh/notifier/__init__.py:104 #, python-format msgid "Unable to notify alarm %s" msgstr "" #: aodh/notifier/__init__.py:125 msgid "Unable to notify for an alarm with no action" msgstr "" #: aodh/notifier/log.py:31 #, python-format msgid "" "Notifying alarm %(alarm_name)s %(alarm_id)s of %(severity)s priority from" " %(previous)s to %(current)s with action %(action)s because %(reason)s." msgstr "" #: aodh/notifier/rest.py:69 #, python-format msgid "" "Notifying alarm %(alarm_name)s %(alarm_id)s with severity %(severity)s " "from %(previous)s to %(current)s with action %(action)s because " "%(reason)s. request-id: %(request_id)s " msgstr "" #: aodh/storage/models.py:70 msgid "timestamp should be datetime object" msgstr "" #: aodh/storage/models.py:72 msgid "state_timestamp should be datetime object" msgstr "" #: aodh/storage/hbase/utils.py:230 #, python-format msgid "Cannot create table %(table_name)s it already exists. Ignoring error" msgstr "" #: aodh/storage/mongo/utils.py:77 #, python-format msgid "Connecting to %(db)s on %(nodelist)s" msgstr "" #: aodh/storage/mongo/utils.py:85 #, python-format msgid "Unable to connect to the database server: %(errmsg)s." msgstr ""