foreman_discovery 4.0.0 → 4.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/controllers/api/v2/discovered_hosts_controller.rb +12 -3
- data/app/models/host/discovered.rb +28 -25
- data/app/models/host/managed_extensions.rb +24 -3
- data/app/services/foreman_discovery/host_converter.rb +16 -2
- data/app/services/foreman_discovery/node_api/node_resource.rb +117 -0
- data/app/services/foreman_discovery/node_api/power.rb +57 -0
- data/{lib → app/services}/foreman_discovery/proxy_operations.rb +0 -0
- data/app/views/foreman_discovery/redhat_kexec.erb +44 -0
- data/db/seeds.d/50_discovery_templates.rb +18 -0
- data/lib/foreman_discovery/engine.rb +1 -1
- data/lib/foreman_discovery/version.rb +1 -1
- data/locale/de/foreman_discovery.po +146 -64
- data/locale/en_GB/foreman_discovery.po +146 -64
- data/locale/es/foreman_discovery.po +146 -64
- data/locale/foreman_discovery.pot +97 -41
- data/locale/fr/foreman_discovery.po +146 -64
- data/locale/gl/foreman_discovery.po +100 -59
- data/locale/it/foreman_discovery.po +106 -59
- data/locale/ja/foreman_discovery.po +132 -61
- data/locale/ko/foreman_discovery.po +104 -58
- data/locale/pt_BR/foreman_discovery.po +106 -59
- data/locale/ru/foreman_discovery.po +152 -66
- data/locale/sv_SE/foreman_discovery.po +103 -59
- data/locale/zh_CN/foreman_discovery.po +104 -58
- data/locale/zh_TW/foreman_discovery.po +104 -58
- data/test/functional/api/v2/discovered_hosts_controller_test.rb +30 -11
- data/test/functional/discovered_hosts_controller_test.rb +30 -26
- data/test/unit/discovered_extensions_test.rb +8 -8
- metadata +10 -34
- data/app/views/api/v2/discovered_hosts/auto_provision.json.rabl +0 -3
- data/app/views/api/v2/discovered_hosts/auto_provision_all.json.rabl +0 -3
- data/locale/Makefile +0 -62
- data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/de/foreman_discovery.pox +0 -40
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en_GB/foreman_discovery.pox +0 -0
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/foreman_discovery.pox +0 -41
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/foreman_discovery.pox +0 -69
- data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/gl/foreman_discovery.pox +0 -21
- data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/it/foreman_discovery.pox +0 -0
- data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ja/foreman_discovery.pox +0 -29
- data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ko/foreman_discovery.pox +0 -189
- data/locale/messages.mo +0 -0
- data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/pt_BR/foreman_discovery.pox +0 -0
- data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ru/foreman_discovery.pox +0 -0
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zanata.xml +0 -28
- data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_CN/foreman_discovery.pox +0 -33
- data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_TW/foreman_discovery.pox +0 -23
@@ -1,7 +1,7 @@
|
|
1
1
|
# SOME DESCRIPTIVE TITLE.
|
2
2
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
3
3
|
# This file is distributed under the same license as the foreman package.
|
4
|
-
#
|
4
|
+
#
|
5
5
|
# Translators:
|
6
6
|
# Evgrafov Denis <stereodenis@gmail.com>, 2014
|
7
7
|
# Dominic Cleal <dcleal@redhat.com>, 2014
|
@@ -9,15 +9,15 @@
|
|
9
9
|
msgid ""
|
10
10
|
msgstr ""
|
11
11
|
"Project-Id-Version: foreman_discovery 3.0.0\n"
|
12
|
-
"Report-Msgid-Bugs-To: \n"
|
13
|
-
"POT-Creation-Date: 2015-
|
12
|
+
"Report-Msgid-Bugs-To: foreman-dev@googlegroups.com\n"
|
13
|
+
"POT-Creation-Date: 2015-08-13 16:23+0200\n"
|
14
14
|
"PO-Revision-Date: 2015-07-03 11:07+0000\n"
|
15
15
|
"Last-Translator: Vladimir Pavlov <v.pavlov@i-teco.ru>\n"
|
16
16
|
"Language-Team: Russian (http://www.transifex.com/foreman/foreman/language/ru/)\n"
|
17
|
+
"Language: ru\n"
|
17
18
|
"MIME-Version: 1.0\n"
|
18
19
|
"Content-Type: text/plain; charset=UTF-8\n"
|
19
20
|
"Content-Transfer-Encoding: 8bit\n"
|
20
|
-
"Language: ru\n"
|
21
21
|
"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"
|
22
22
|
|
23
23
|
msgid "%s - The following hosts are about to be changed"
|
@@ -41,11 +41,12 @@ msgstr "Автоматическая подготовка"
|
|
41
41
|
msgid "Auto Provision All"
|
42
42
|
msgstr "Автоматическая подготовка всего"
|
43
43
|
|
44
|
-
msgid ""
|
45
|
-
"Automatically provision newly discovered hosts, according to the "
|
46
|
-
"provisioning rules"
|
44
|
+
msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
|
47
45
|
msgstr "Автоматическая подготовка новых найденных узлов, основываясь на правилах подготовки"
|
48
46
|
|
47
|
+
msgid "Automatically reboot discovered host during provisioning"
|
48
|
+
msgstr ""
|
49
|
+
|
49
50
|
msgid "CPUs"
|
50
51
|
msgstr "CPU"
|
51
52
|
|
@@ -55,8 +56,8 @@ msgstr "Отмена"
|
|
55
56
|
msgid "Could not get facts from proxy %{url}: %{error}"
|
56
57
|
msgstr "Не удалось получить факты через прокси %{url}: %{error}"
|
57
58
|
|
58
|
-
msgid "Create a discovered host"
|
59
|
-
msgstr "
|
59
|
+
msgid "Create a discovered host for testing (use /facts to create new hosts)"
|
60
|
+
msgstr ""
|
60
61
|
|
61
62
|
msgid "Create a discovery rule"
|
62
63
|
msgstr "Создать правило обнаружения"
|
@@ -85,9 +86,6 @@ msgstr "Отключен"
|
|
85
86
|
msgid "Disable rule?"
|
86
87
|
msgstr "Отключить правило?"
|
87
88
|
|
88
|
-
msgid "Discovered Host Pool"
|
89
|
-
msgstr "Пул обнаруженных узлов"
|
90
|
-
|
91
89
|
msgid "Discovered host: %s"
|
92
90
|
msgstr "Обнаружен узел: %s"
|
93
91
|
|
@@ -97,15 +95,12 @@ msgstr "Обнаруженные узлы"
|
|
97
95
|
msgid "Discovered hosts are provisioning now"
|
98
96
|
msgstr "Сейчас подготавливаются обнаруженные узлы"
|
99
97
|
|
100
|
-
msgid "
|
101
|
-
msgstr "
|
98
|
+
msgid "Discovered hosts are rebooting now"
|
99
|
+
msgstr ""
|
102
100
|
|
103
|
-
msgid "Discovery
|
101
|
+
msgid "Discovery Rules"
|
104
102
|
msgstr "Правила обнаружения"
|
105
103
|
|
106
|
-
msgid "Discovery widget"
|
107
|
-
msgstr "Виджет обнаружения"
|
108
|
-
|
109
104
|
msgid "DiscoveryRule|Enabled"
|
110
105
|
msgstr "Включено"
|
111
106
|
|
@@ -124,10 +119,7 @@ msgstr "Количество дисков"
|
|
124
119
|
msgid "Disks size"
|
125
120
|
msgstr "Размер диска"
|
126
121
|
|
127
|
-
msgid ""
|
128
|
-
"Domain will be appended automatically. A hostname based on MAC address will "
|
129
|
-
"be used when left blank. In addition to @host attribute function rand for "
|
130
|
-
"random integers is available. Examples:"
|
122
|
+
msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank. In addition to @host attribute function rand for random integers is available. Examples:"
|
131
123
|
msgstr "Домен будет добавлен автоматически. Имя узла основанное на MAC адресе будут использовано при не указанном. В дополнение к атрибуту @host доступны случайные значения от функции генерации случайных чисел. Например:"
|
132
124
|
|
133
125
|
msgid "Edit Discovery Rule"
|
@@ -142,15 +134,27 @@ msgstr "Включить правило?"
|
|
142
134
|
msgid "Errors during auto provisioning: %s"
|
143
135
|
msgstr "Ошибка во время автоматической подготовки: %s"
|
144
136
|
|
137
|
+
msgid "Errors during reboot: %s"
|
138
|
+
msgstr ""
|
139
|
+
|
145
140
|
msgid "Execute rules against a discovered host"
|
146
141
|
msgstr "Вызвать правила против обнаруженного узла"
|
147
142
|
|
148
143
|
msgid "Execute rules against all currently discovered hosts"
|
149
144
|
msgstr "Вызвать правила против все текущих обнаруженных узлов"
|
150
145
|
|
146
|
+
msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
|
147
|
+
msgstr ""
|
148
|
+
|
149
|
+
msgid "Extra facter columns to show in host lists (separate by comma)"
|
150
|
+
msgstr ""
|
151
|
+
|
151
152
|
msgid "Fact"
|
152
153
|
msgstr "Аргумент"
|
153
154
|
|
155
|
+
msgid "Fact name to use for primary interface detection and hostname"
|
156
|
+
msgstr ""
|
157
|
+
|
154
158
|
msgid "Facts discovered on this host"
|
155
159
|
msgstr "Обнаружена статистика узла"
|
156
160
|
|
@@ -160,12 +164,6 @@ msgstr "Статистика %s обновлена"
|
|
160
164
|
msgid "Failed to auto provision host %s: %s"
|
161
165
|
msgstr "Сбой автоматической подготовки узла %s: %s"
|
162
166
|
|
163
|
-
msgid "Failed to import facts for discovered host"
|
164
|
-
msgstr "Сбой импорта фактов для обнаруженного узла"
|
165
|
-
|
166
|
-
msgid "Failed to import facts for discovered host: %s"
|
167
|
-
msgstr "Сбой импорта фактов для обнаруженного узла: %s"
|
168
|
-
|
169
167
|
msgid "Failed to reboot host %s"
|
170
168
|
msgstr "Сбой перезагрузки узла %s"
|
171
169
|
|
@@ -184,6 +182,20 @@ msgstr "Узел %{host} был подготовлен с правилом %{rul
|
|
184
182
|
msgid "Host group"
|
185
183
|
msgstr "Группа узлов"
|
186
184
|
|
185
|
+
msgid "Host group location %s must also be associated to the discovery rule"
|
186
|
+
msgid_plural "Host group locations %s must also be associated to the discovery rule"
|
187
|
+
msgstr[0] ""
|
188
|
+
msgstr[1] ""
|
189
|
+
msgstr[2] ""
|
190
|
+
msgstr[3] ""
|
191
|
+
|
192
|
+
msgid "Host group organization %s must also be associated to the discovery rule"
|
193
|
+
msgid_plural "Host group organizations %s must also be associated to the discovery rule"
|
194
|
+
msgstr[0] ""
|
195
|
+
msgstr[1] ""
|
196
|
+
msgstr[2] ""
|
197
|
+
msgstr[3] ""
|
198
|
+
|
187
199
|
msgid "Host of type %s can not be rebooted"
|
188
200
|
msgstr "Узел типа %s не может быть перезагружен"
|
189
201
|
|
@@ -199,18 +211,12 @@ msgstr "Ограничения/узлов"
|
|
199
211
|
msgid "IP Address"
|
200
212
|
msgstr "IP-адрес"
|
201
213
|
|
202
|
-
msgid "
|
203
|
-
msgstr "
|
214
|
+
msgid "Incompatible version of puppet fact parser"
|
215
|
+
msgstr ""
|
204
216
|
|
205
217
|
msgid "Invalid facts, must be a Hash"
|
206
218
|
msgstr "Недопустимый формат статистики. Ожидается: хэш-таблица"
|
207
219
|
|
208
|
-
msgid "Invalid facts: hash does not contain IP address"
|
209
|
-
msgstr "Неверные факты: хэш не может содержать IP адрес"
|
210
|
-
|
211
|
-
msgid "Invalid facts: hash does not contain the required fact '%s'"
|
212
|
-
msgstr "Недопустимый формат статистики. Хэш-таблица должна содержать аргумент «%s»"
|
213
|
-
|
214
220
|
msgid "Last facts upload"
|
215
221
|
msgstr "Отправка последней статистики"
|
216
222
|
|
@@ -223,6 +229,9 @@ msgstr "Список всех правил обнаружения"
|
|
223
229
|
msgid "Location"
|
224
230
|
msgstr "Расположение"
|
225
231
|
|
232
|
+
msgid "Locations"
|
233
|
+
msgstr ""
|
234
|
+
|
226
235
|
msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
|
227
236
|
msgstr "Максимальное число узлов подготовленных с этим правилом (0 = не ограничено)"
|
228
237
|
|
@@ -244,12 +253,18 @@ msgstr "Новое правило обнаружения"
|
|
244
253
|
msgid "New Rule"
|
245
254
|
msgstr "Новое правило"
|
246
255
|
|
256
|
+
msgid "New in the last 24 hours"
|
257
|
+
msgstr ""
|
258
|
+
|
247
259
|
msgid "No discovered hosts available"
|
248
260
|
msgstr "Нет доступных обнаруженных узлов"
|
249
261
|
|
250
262
|
msgid "No discovered hosts to provision"
|
251
263
|
msgstr "Нет доступных узлов для подготовки"
|
252
264
|
|
265
|
+
msgid "No discovered hosts to reboot"
|
266
|
+
msgstr ""
|
267
|
+
|
253
268
|
msgid "No hosts selected"
|
254
269
|
msgstr "Узел не выбран"
|
255
270
|
|
@@ -259,12 +274,21 @@ msgstr "Нет узла с таким идентификатором или им
|
|
259
274
|
msgid "No rule found for host %s"
|
260
275
|
msgstr "Не найдено правил для узла %s"
|
261
276
|
|
277
|
+
msgid "Not reported in more than 7 days"
|
278
|
+
msgstr ""
|
279
|
+
|
262
280
|
msgid "Organization"
|
263
281
|
msgstr "Организация"
|
264
282
|
|
283
|
+
msgid "Organizations"
|
284
|
+
msgstr ""
|
285
|
+
|
265
286
|
msgid "Please Confirm"
|
266
287
|
msgstr "Подтвердите"
|
267
288
|
|
289
|
+
msgid "Primary"
|
290
|
+
msgstr ""
|
291
|
+
|
268
292
|
msgid "Provision"
|
269
293
|
msgstr "Подготовка"
|
270
294
|
|
@@ -274,12 +298,18 @@ msgstr "Подготовить обнаруженный узел"
|
|
274
298
|
msgid "Reboot"
|
275
299
|
msgstr "Перезагрука"
|
276
300
|
|
301
|
+
msgid "Reboot All"
|
302
|
+
msgstr ""
|
303
|
+
|
277
304
|
msgid "Rebooting %s"
|
278
305
|
msgstr "Перезагрузка %s"
|
279
306
|
|
280
307
|
msgid "Rebooting a discovered host"
|
281
308
|
msgstr "Перезагрузить обнаруженный узел"
|
282
309
|
|
310
|
+
msgid "Rebooting all discovered hosts"
|
311
|
+
msgstr ""
|
312
|
+
|
283
313
|
msgid "Rebooting host %s"
|
284
314
|
msgstr "Перезагрузка узла %s"
|
285
315
|
|
@@ -289,6 +319,9 @@ msgstr "Обновить статистику"
|
|
289
319
|
msgid "Refreshing the facts of a discovered host"
|
290
320
|
msgstr "Освежить факты обнаруженного узла"
|
291
321
|
|
322
|
+
msgid "Reported in the last 7 days"
|
323
|
+
msgstr ""
|
324
|
+
|
292
325
|
msgid "Rule disabled"
|
293
326
|
msgstr "Правило выключено"
|
294
327
|
|
@@ -316,15 +349,10 @@ msgstr "Показать обнаруженный узел"
|
|
316
349
|
msgid "Show a discovery rule"
|
317
350
|
msgstr "Показать правило обнаружения"
|
318
351
|
|
319
|
-
msgid "Show fact as an extra column in the discovered hosts list"
|
320
|
-
msgstr "Показать факты как дополнительный столбец в списке обнаруженных узлов"
|
321
|
-
|
322
352
|
msgid "Something went wrong while selecting hosts - %s"
|
323
353
|
msgstr "Непредвиденное поведение при выборе узлов: %s"
|
324
354
|
|
325
|
-
msgid ""
|
326
|
-
"Specify target hostname template pattern in the same syntax as in "
|
327
|
-
"Provisioning Templates (ERB)."
|
355
|
+
msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
|
328
356
|
msgstr "Укажите целевой шаблон имени узла в таком же синтаксисе что и шаблон подготовки (ERB)."
|
329
357
|
|
330
358
|
msgid "Submit"
|
@@ -339,9 +367,6 @@ msgstr "Целевая группа узлов для этого правила
|
|
339
367
|
msgid "Template"
|
340
368
|
msgstr "Шаблон"
|
341
369
|
|
342
|
-
msgid "The default fact name to use for the MAC of the system"
|
343
|
-
msgstr "Стандартный аргумент статистики для MAC"
|
344
|
-
|
345
370
|
msgid "The default location to place discovered hosts in"
|
346
371
|
msgstr "Место размещения обнаруженных узлов"
|
347
372
|
|
@@ -354,22 +379,24 @@ msgstr "Приставка по умолчанию для использован
|
|
354
379
|
msgid "The following hosts were not deleted: %s"
|
355
380
|
msgstr "Узлы не были удалены: %s"
|
356
381
|
|
357
|
-
msgid ""
|
358
|
-
"This might take a while, as all hosts, facts and reports will be destroyed "
|
359
|
-
"as well"
|
382
|
+
msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
|
360
383
|
msgstr "Это может занять некоторое время, так как в ходе выполнения будут удалены узлы, статистика и все отчеты"
|
361
384
|
|
362
|
-
msgid "
|
363
|
-
msgid_plural "Total pool size"
|
364
|
-
msgstr[0] "Итоговый размер пула"
|
365
|
-
msgstr[1] "Итоговый размер пула"
|
366
|
-
msgstr[2] "Итоговый размер пула"
|
367
|
-
msgstr[3] "Итоговый размер пула"
|
368
|
-
|
369
|
-
msgid ""
|
370
|
-
"UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
385
|
+
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
371
386
|
msgstr "UUID для инструментального отслеживания состояния задания, GET /api/orchestration/:UUID/tasks"
|
372
387
|
|
388
|
+
msgid "Unable to assign subnet, primary interface is missing IP address"
|
389
|
+
msgstr ""
|
390
|
+
|
391
|
+
msgid "Unable to detect primary interface using MAC '%{mac}' specified by discovery_fact '%{fact}'"
|
392
|
+
msgstr ""
|
393
|
+
|
394
|
+
msgid "Unable to find a discovery rule, no host provided (check permissions)"
|
395
|
+
msgstr ""
|
396
|
+
|
397
|
+
msgid "Unable to reboot %{name}: %{msg}"
|
398
|
+
msgstr ""
|
399
|
+
|
373
400
|
msgid "Update a rule"
|
374
401
|
msgstr "Обновить правило"
|
375
402
|
|
@@ -382,20 +409,26 @@ msgstr "Значение"
|
|
382
409
|
msgid "Warning"
|
383
410
|
msgstr "Предупреждение"
|
384
411
|
|
385
|
-
msgid ""
|
386
|
-
"When creating hostname patterns, make sure the resulting host names are "
|
387
|
-
"unique. Hostnames must not start with numbers. A good approach is to use "
|
388
|
-
"unique information provided by facter (MAC address, BIOS or serial ID)."
|
412
|
+
msgid "When creating hostname patterns, make sure the resulting host names are unique. Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
|
389
413
|
msgstr "Когда создается шаблон имени узла, убедитесь что в результате все имена уникальны. Имена узлов не должны начинаться с цифр. Хорошим тоном будет использование уникальной информации поставляемой производителем (MAC адрес или серийный номер)."
|
390
414
|
|
391
415
|
msgid "can't contain white spaces."
|
392
416
|
msgstr "не может содержать пробелы."
|
393
417
|
|
418
|
+
msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
|
419
|
+
msgstr ""
|
420
|
+
|
421
|
+
msgid "enables to limit maximum amount of provisioned hosts per rule"
|
422
|
+
msgstr ""
|
423
|
+
|
394
424
|
msgid "filter results"
|
395
425
|
msgstr "отфильтровать результаты"
|
396
426
|
|
397
|
-
msgid "
|
398
|
-
msgstr "
|
427
|
+
msgid "flag is used for temporary shutdown of rules"
|
428
|
+
msgstr ""
|
429
|
+
|
430
|
+
msgid "hash containing facts for the host with minimum set of facts: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (example in case primary interface is named eth0)"
|
431
|
+
msgstr ""
|
399
432
|
|
400
433
|
msgid "items selected. Uncheck to Clear"
|
401
434
|
msgstr "выбрано. Чтобы очистить, снимите флажок"
|
@@ -415,10 +448,63 @@ msgstr "количество записей на запрос"
|
|
415
448
|
msgid "paginate results"
|
416
449
|
msgstr "разместить результат на нескольких страницах"
|
417
450
|
|
418
|
-
msgid ""
|
419
|
-
|
420
|
-
|
451
|
+
msgid "puts the rules in order, low numbers go first. Must be greater then zero"
|
452
|
+
msgstr ""
|
453
|
+
|
454
|
+
msgid "query to match discovered hosts for the particular rule"
|
455
|
+
msgstr ""
|
456
|
+
|
457
|
+
msgid "represents rule name shown to the users"
|
458
|
+
msgstr ""
|
459
|
+
|
460
|
+
msgid "required if value is not inherited from host group or default password in settings"
|
421
461
|
msgstr "требуется или значение не унаследовано из группы узлов или пароля по умолчанию из настроек"
|
422
462
|
|
423
463
|
msgid "sort results"
|
424
464
|
msgstr "отсортировать результаты"
|
465
|
+
|
466
|
+
msgid "the hostgroup that is used to auto provision a host"
|
467
|
+
msgstr ""
|
468
|
+
|
469
|
+
#~ msgid "Create a discovered host"
|
470
|
+
#~ msgstr "Создать обнаруженный узел"
|
471
|
+
|
472
|
+
#~ msgid "Discovered Host Pool"
|
473
|
+
#~ msgstr "Пул обнаруженных узлов"
|
474
|
+
|
475
|
+
#~ msgid "Discovery rules"
|
476
|
+
#~ msgstr "Правила обнаружения"
|
477
|
+
|
478
|
+
#~ msgid "Discovery widget"
|
479
|
+
#~ msgstr "Виджет обнаружения"
|
480
|
+
|
481
|
+
#~ msgid "Failed to import facts for discovered host"
|
482
|
+
#~ msgstr "Сбой импорта фактов для обнаруженного узла"
|
483
|
+
|
484
|
+
#~ msgid "Failed to import facts for discovered host: %s"
|
485
|
+
#~ msgstr "Сбой импорта фактов для обнаруженного узла: %s"
|
486
|
+
|
487
|
+
#~ msgid "Imported discovered host"
|
488
|
+
#~ msgstr "Импортировать обнаруженный узел"
|
489
|
+
|
490
|
+
#~ msgid "Invalid facts: hash does not contain IP address"
|
491
|
+
#~ msgstr "Неверные факты: хэш не может содержать IP адрес"
|
492
|
+
|
493
|
+
#~ msgid "Invalid facts: hash does not contain the required fact '%s'"
|
494
|
+
#~ msgstr "Недопустимый формат статистики. Хэш-таблица должна содержать аргумент «%s»"
|
495
|
+
|
496
|
+
#~ msgid "Show fact as an extra column in the discovered hosts list"
|
497
|
+
#~ msgstr "Показать факты как дополнительный столбец в списке обнаруженных узлов"
|
498
|
+
|
499
|
+
#~ msgid "The default fact name to use for the MAC of the system"
|
500
|
+
#~ msgstr "Стандартный аргумент статистики для MAC"
|
501
|
+
|
502
|
+
#~ msgid "Total pool size"
|
503
|
+
#~ msgid_plural "Total pool size"
|
504
|
+
#~ msgstr[0] "Итоговый размер пула"
|
505
|
+
#~ msgstr[1] "Итоговый размер пула"
|
506
|
+
#~ msgstr[2] "Итоговый размер пула"
|
507
|
+
#~ msgstr[3] "Итоговый размер пула"
|
508
|
+
|
509
|
+
#~ msgid "hash containing facts for the host"
|
510
|
+
#~ msgstr "хэш содержит факты узла"
|
@@ -1,22 +1,22 @@
|
|
1
1
|
# SOME DESCRIPTIVE TITLE.
|
2
2
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
3
3
|
# This file is distributed under the same license as the foreman package.
|
4
|
-
#
|
4
|
+
#
|
5
5
|
# Translators:
|
6
6
|
# Dominic Cleal <dcleal@redhat.com>, 2014
|
7
7
|
# johnny.westerlund <johnny.westerlund@gmail.com>, 2014
|
8
8
|
msgid ""
|
9
9
|
msgstr ""
|
10
10
|
"Project-Id-Version: foreman_discovery 3.0.0\n"
|
11
|
-
"Report-Msgid-Bugs-To: \n"
|
12
|
-
"POT-Creation-Date: 2015-
|
11
|
+
"Report-Msgid-Bugs-To: foreman-dev@googlegroups.com\n"
|
12
|
+
"POT-Creation-Date: 2015-08-13 16:23+0200\n"
|
13
13
|
"PO-Revision-Date: 2015-03-21 22:54+0000\n"
|
14
14
|
"Last-Translator: Lukáš Zapletal\n"
|
15
15
|
"Language-Team: Swedish (Sweden) (http://www.transifex.com/foreman/foreman/language/sv_SE/)\n"
|
16
|
+
"Language: sv_SE\n"
|
16
17
|
"MIME-Version: 1.0\n"
|
17
18
|
"Content-Type: text/plain; charset=UTF-8\n"
|
18
19
|
"Content-Transfer-Encoding: 8bit\n"
|
19
|
-
"Language: sv_SE\n"
|
20
20
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
21
21
|
|
22
22
|
msgid "%s - The following hosts are about to be changed"
|
@@ -40,9 +40,10 @@ msgstr ""
|
|
40
40
|
msgid "Auto Provision All"
|
41
41
|
msgstr ""
|
42
42
|
|
43
|
-
msgid ""
|
44
|
-
|
45
|
-
|
43
|
+
msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
|
44
|
+
msgstr ""
|
45
|
+
|
46
|
+
msgid "Automatically reboot discovered host during provisioning"
|
46
47
|
msgstr ""
|
47
48
|
|
48
49
|
msgid "CPUs"
|
@@ -54,7 +55,7 @@ msgstr "Avbryt"
|
|
54
55
|
msgid "Could not get facts from proxy %{url}: %{error}"
|
55
56
|
msgstr ""
|
56
57
|
|
57
|
-
msgid "Create a discovered host"
|
58
|
+
msgid "Create a discovered host for testing (use /facts to create new hosts)"
|
58
59
|
msgstr ""
|
59
60
|
|
60
61
|
msgid "Create a discovery rule"
|
@@ -84,9 +85,6 @@ msgstr ""
|
|
84
85
|
msgid "Disable rule?"
|
85
86
|
msgstr ""
|
86
87
|
|
87
|
-
msgid "Discovered Host Pool"
|
88
|
-
msgstr ""
|
89
|
-
|
90
88
|
msgid "Discovered host: %s"
|
91
89
|
msgstr "Hittade värdar: %s"
|
92
90
|
|
@@ -96,13 +94,10 @@ msgstr "Hittade värdar"
|
|
96
94
|
msgid "Discovered hosts are provisioning now"
|
97
95
|
msgstr ""
|
98
96
|
|
99
|
-
msgid "
|
97
|
+
msgid "Discovered hosts are rebooting now"
|
100
98
|
msgstr ""
|
101
99
|
|
102
|
-
msgid "Discovery
|
103
|
-
msgstr ""
|
104
|
-
|
105
|
-
msgid "Discovery widget"
|
100
|
+
msgid "Discovery Rules"
|
106
101
|
msgstr ""
|
107
102
|
|
108
103
|
msgid "DiscoveryRule|Enabled"
|
@@ -123,10 +118,7 @@ msgstr ""
|
|
123
118
|
msgid "Disks size"
|
124
119
|
msgstr ""
|
125
120
|
|
126
|
-
msgid ""
|
127
|
-
"Domain will be appended automatically. A hostname based on MAC address will "
|
128
|
-
"be used when left blank. In addition to @host attribute function rand for "
|
129
|
-
"random integers is available. Examples:"
|
121
|
+
msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank. In addition to @host attribute function rand for random integers is available. Examples:"
|
130
122
|
msgstr ""
|
131
123
|
|
132
124
|
msgid "Edit Discovery Rule"
|
@@ -141,15 +133,27 @@ msgstr ""
|
|
141
133
|
msgid "Errors during auto provisioning: %s"
|
142
134
|
msgstr ""
|
143
135
|
|
136
|
+
msgid "Errors during reboot: %s"
|
137
|
+
msgstr ""
|
138
|
+
|
144
139
|
msgid "Execute rules against a discovered host"
|
145
140
|
msgstr ""
|
146
141
|
|
147
142
|
msgid "Execute rules against all currently discovered hosts"
|
148
143
|
msgstr ""
|
149
144
|
|
145
|
+
msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
|
146
|
+
msgstr ""
|
147
|
+
|
148
|
+
msgid "Extra facter columns to show in host lists (separate by comma)"
|
149
|
+
msgstr ""
|
150
|
+
|
150
151
|
msgid "Fact"
|
151
152
|
msgstr "Fakta"
|
152
153
|
|
154
|
+
msgid "Fact name to use for primary interface detection and hostname"
|
155
|
+
msgstr ""
|
156
|
+
|
153
157
|
msgid "Facts discovered on this host"
|
154
158
|
msgstr "Fakta hittade för denna värd"
|
155
159
|
|
@@ -159,12 +163,6 @@ msgstr "Fakta uppdaterade för %s"
|
|
159
163
|
msgid "Failed to auto provision host %s: %s"
|
160
164
|
msgstr ""
|
161
165
|
|
162
|
-
msgid "Failed to import facts for discovered host"
|
163
|
-
msgstr ""
|
164
|
-
|
165
|
-
msgid "Failed to import facts for discovered host: %s"
|
166
|
-
msgstr ""
|
167
|
-
|
168
166
|
msgid "Failed to reboot host %s"
|
169
167
|
msgstr ""
|
170
168
|
|
@@ -183,6 +181,16 @@ msgstr ""
|
|
183
181
|
msgid "Host group"
|
184
182
|
msgstr "Värdgrupp"
|
185
183
|
|
184
|
+
msgid "Host group location %s must also be associated to the discovery rule"
|
185
|
+
msgid_plural "Host group locations %s must also be associated to the discovery rule"
|
186
|
+
msgstr[0] ""
|
187
|
+
msgstr[1] ""
|
188
|
+
|
189
|
+
msgid "Host group organization %s must also be associated to the discovery rule"
|
190
|
+
msgid_plural "Host group organizations %s must also be associated to the discovery rule"
|
191
|
+
msgstr[0] ""
|
192
|
+
msgstr[1] ""
|
193
|
+
|
186
194
|
msgid "Host of type %s can not be rebooted"
|
187
195
|
msgstr ""
|
188
196
|
|
@@ -198,18 +206,12 @@ msgstr ""
|
|
198
206
|
msgid "IP Address"
|
199
207
|
msgstr "IPadress"
|
200
208
|
|
201
|
-
msgid "
|
209
|
+
msgid "Incompatible version of puppet fact parser"
|
202
210
|
msgstr ""
|
203
211
|
|
204
212
|
msgid "Invalid facts, must be a Hash"
|
205
213
|
msgstr ""
|
206
214
|
|
207
|
-
msgid "Invalid facts: hash does not contain IP address"
|
208
|
-
msgstr ""
|
209
|
-
|
210
|
-
msgid "Invalid facts: hash does not contain the required fact '%s'"
|
211
|
-
msgstr ""
|
212
|
-
|
213
215
|
msgid "Last facts upload"
|
214
216
|
msgstr "Sista faktauppladdning"
|
215
217
|
|
@@ -222,6 +224,9 @@ msgstr ""
|
|
222
224
|
msgid "Location"
|
223
225
|
msgstr "Lokation"
|
224
226
|
|
227
|
+
msgid "Locations"
|
228
|
+
msgstr ""
|
229
|
+
|
225
230
|
msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
|
226
231
|
msgstr ""
|
227
232
|
|
@@ -243,12 +248,18 @@ msgstr ""
|
|
243
248
|
msgid "New Rule"
|
244
249
|
msgstr ""
|
245
250
|
|
251
|
+
msgid "New in the last 24 hours"
|
252
|
+
msgstr ""
|
253
|
+
|
246
254
|
msgid "No discovered hosts available"
|
247
255
|
msgstr ""
|
248
256
|
|
249
257
|
msgid "No discovered hosts to provision"
|
250
258
|
msgstr ""
|
251
259
|
|
260
|
+
msgid "No discovered hosts to reboot"
|
261
|
+
msgstr ""
|
262
|
+
|
252
263
|
msgid "No hosts selected"
|
253
264
|
msgstr "Inga värdar markerade"
|
254
265
|
|
@@ -258,12 +269,21 @@ msgstr "Inga värdar med det idt eller namnet hittades"
|
|
258
269
|
msgid "No rule found for host %s"
|
259
270
|
msgstr ""
|
260
271
|
|
272
|
+
msgid "Not reported in more than 7 days"
|
273
|
+
msgstr ""
|
274
|
+
|
261
275
|
msgid "Organization"
|
262
276
|
msgstr "Organisation"
|
263
277
|
|
278
|
+
msgid "Organizations"
|
279
|
+
msgstr ""
|
280
|
+
|
264
281
|
msgid "Please Confirm"
|
265
282
|
msgstr "Var god, bekräfta"
|
266
283
|
|
284
|
+
msgid "Primary"
|
285
|
+
msgstr ""
|
286
|
+
|
267
287
|
msgid "Provision"
|
268
288
|
msgstr "Provisionera"
|
269
289
|
|
@@ -273,12 +293,18 @@ msgstr ""
|
|
273
293
|
msgid "Reboot"
|
274
294
|
msgstr ""
|
275
295
|
|
296
|
+
msgid "Reboot All"
|
297
|
+
msgstr ""
|
298
|
+
|
276
299
|
msgid "Rebooting %s"
|
277
300
|
msgstr "Startar om %s"
|
278
301
|
|
279
302
|
msgid "Rebooting a discovered host"
|
280
303
|
msgstr ""
|
281
304
|
|
305
|
+
msgid "Rebooting all discovered hosts"
|
306
|
+
msgstr ""
|
307
|
+
|
282
308
|
msgid "Rebooting host %s"
|
283
309
|
msgstr ""
|
284
310
|
|
@@ -288,6 +314,9 @@ msgstr "Uppdatera fakta"
|
|
288
314
|
msgid "Refreshing the facts of a discovered host"
|
289
315
|
msgstr ""
|
290
316
|
|
317
|
+
msgid "Reported in the last 7 days"
|
318
|
+
msgstr ""
|
319
|
+
|
291
320
|
msgid "Rule disabled"
|
292
321
|
msgstr ""
|
293
322
|
|
@@ -315,15 +344,10 @@ msgstr ""
|
|
315
344
|
msgid "Show a discovery rule"
|
316
345
|
msgstr ""
|
317
346
|
|
318
|
-
msgid "Show fact as an extra column in the discovered hosts list"
|
319
|
-
msgstr ""
|
320
|
-
|
321
347
|
msgid "Something went wrong while selecting hosts - %s"
|
322
348
|
msgstr "Något blev fel vid markering av värdar - %s"
|
323
349
|
|
324
|
-
msgid ""
|
325
|
-
"Specify target hostname template pattern in the same syntax as in "
|
326
|
-
"Provisioning Templates (ERB)."
|
350
|
+
msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
|
327
351
|
msgstr ""
|
328
352
|
|
329
353
|
msgid "Submit"
|
@@ -338,9 +362,6 @@ msgstr ""
|
|
338
362
|
msgid "Template"
|
339
363
|
msgstr "Mall"
|
340
364
|
|
341
|
-
msgid "The default fact name to use for the MAC of the system"
|
342
|
-
msgstr "Fördefinierat faktanamn att använda för MAC för systemet"
|
343
|
-
|
344
365
|
msgid "The default location to place discovered hosts in"
|
345
366
|
msgstr "Standardplatsen att placera värdar i"
|
346
367
|
|
@@ -353,18 +374,22 @@ msgstr ""
|
|
353
374
|
msgid "The following hosts were not deleted: %s"
|
354
375
|
msgstr "Följande värdar raderades inte: %s"
|
355
376
|
|
356
|
-
msgid ""
|
357
|
-
"This might take a while, as all hosts, facts and reports will be destroyed "
|
358
|
-
"as well"
|
377
|
+
msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
|
359
378
|
msgstr "Detta kan dröja då alla värdar, fakta och rapporter också kommer bli förstörda"
|
360
379
|
|
361
|
-
msgid "
|
362
|
-
|
363
|
-
msgstr[0] ""
|
364
|
-
msgstr[1] ""
|
380
|
+
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
381
|
+
msgstr ""
|
365
382
|
|
366
|
-
msgid ""
|
367
|
-
|
383
|
+
msgid "Unable to assign subnet, primary interface is missing IP address"
|
384
|
+
msgstr ""
|
385
|
+
|
386
|
+
msgid "Unable to detect primary interface using MAC '%{mac}' specified by discovery_fact '%{fact}'"
|
387
|
+
msgstr ""
|
388
|
+
|
389
|
+
msgid "Unable to find a discovery rule, no host provided (check permissions)"
|
390
|
+
msgstr ""
|
391
|
+
|
392
|
+
msgid "Unable to reboot %{name}: %{msg}"
|
368
393
|
msgstr ""
|
369
394
|
|
370
395
|
msgid "Update a rule"
|
@@ -379,19 +404,25 @@ msgstr "Värde"
|
|
379
404
|
msgid "Warning"
|
380
405
|
msgstr "Varning"
|
381
406
|
|
382
|
-
msgid ""
|
383
|
-
"When creating hostname patterns, make sure the resulting host names are "
|
384
|
-
"unique. Hostnames must not start with numbers. A good approach is to use "
|
385
|
-
"unique information provided by facter (MAC address, BIOS or serial ID)."
|
407
|
+
msgid "When creating hostname patterns, make sure the resulting host names are unique. Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
|
386
408
|
msgstr ""
|
387
409
|
|
388
410
|
msgid "can't contain white spaces."
|
389
411
|
msgstr ""
|
390
412
|
|
413
|
+
msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
|
414
|
+
msgstr ""
|
415
|
+
|
416
|
+
msgid "enables to limit maximum amount of provisioned hosts per rule"
|
417
|
+
msgstr ""
|
418
|
+
|
391
419
|
msgid "filter results"
|
392
420
|
msgstr ""
|
393
421
|
|
394
|
-
msgid "
|
422
|
+
msgid "flag is used for temporary shutdown of rules"
|
423
|
+
msgstr ""
|
424
|
+
|
425
|
+
msgid "hash containing facts for the host with minimum set of facts: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (example in case primary interface is named eth0)"
|
395
426
|
msgstr ""
|
396
427
|
|
397
428
|
msgid "items selected. Uncheck to Clear"
|
@@ -412,10 +443,23 @@ msgstr ""
|
|
412
443
|
msgid "paginate results"
|
413
444
|
msgstr ""
|
414
445
|
|
415
|
-
msgid ""
|
416
|
-
|
417
|
-
|
446
|
+
msgid "puts the rules in order, low numbers go first. Must be greater then zero"
|
447
|
+
msgstr ""
|
448
|
+
|
449
|
+
msgid "query to match discovered hosts for the particular rule"
|
450
|
+
msgstr ""
|
451
|
+
|
452
|
+
msgid "represents rule name shown to the users"
|
453
|
+
msgstr ""
|
454
|
+
|
455
|
+
msgid "required if value is not inherited from host group or default password in settings"
|
418
456
|
msgstr ""
|
419
457
|
|
420
458
|
msgid "sort results"
|
421
459
|
msgstr ""
|
460
|
+
|
461
|
+
msgid "the hostgroup that is used to auto provision a host"
|
462
|
+
msgstr ""
|
463
|
+
|
464
|
+
#~ msgid "The default fact name to use for the MAC of the system"
|
465
|
+
#~ msgstr "Fördefinierat faktanamn att använda för MAC för systemet"
|