foreman_discovery 10.0.0 → 11.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/app/controllers/api/v2/discovered_hosts_controller.rb +1 -1
- data/app/controllers/api/v2/discovery_rules_controller.rb +2 -1
- data/app/controllers/concerns/foreman/controller/parameters/discovered_host.rb +9 -2
- data/app/controllers/discovered_hosts_controller.rb +16 -15
- data/app/controllers/discovery_rules_controller.rb +1 -1
- data/app/models/host/discovered.rb +10 -4
- data/app/models/host/managed_extensions.rb +4 -1
- data/app/views/foreman_discovery/debian_kexec.erb +1 -1
- data/db/migrate/20141107091416_create_discovery_rules.rb +1 -1
- data/db/migrate/20141107091417_add_discovery_rule_to_host.rb +1 -1
- data/db/migrate/20141126165451_add_discovery_id_to_subnet.rb +1 -1
- data/db/migrate/20141223101707_create_discovery_attribute_sets.rb +1 -1
- data/db/migrate/20141223142759_fill_discovery_attribute_sets_for_existing_hosts.rb +1 -1
- data/db/migrate/20150302112545_remove_duplicate_tokens_from_hosts.rb +1 -1
- data/db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb +1 -1
- data/db/migrate/20150331132115_remove_old_permissions.rb +1 -1
- data/db/migrate/20150505111345_remove_leftover_tokens.rb +1 -1
- data/db/migrate/20150512150432_remove_old_discovery_reader_permissions.rb +1 -1
- data/db/migrate/20150714144500_review_discovery_permissions.rb +1 -1
- data/db/migrate/20151023144501_regenerate_red_hat_kexec.rb +1 -1
- data/db/migrate/20160719124942_add_missing_view_permissions.rb +1 -1
- data/db/migrate/20160805104605_rename_lock_template_setting.rb +1 -1
- data/db/migrate/20160818091421_add_permissions_from_default_roles.rb +1 -1
- data/db/migrate/20160925213030_change_discovery_widget_names.rb +1 -1
- data/db/migrate/20160927164411_define_explicit_length_for_discovery_rule_attributes.rb +1 -1
- data/db/migrate/20161006094714_add_constraints_on_subnets_smart_proxies.rb +4 -1
- data/lib/foreman_discovery/engine.rb +2 -1
- data/lib/foreman_discovery/version.rb +1 -1
- data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ca/foreman_discovery.edit.po +47 -38
- data/locale/ca/foreman_discovery.po +18 -11
- data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/de/foreman_discovery.edit.po +50 -42
- data/locale/de/foreman_discovery.po +21 -15
- data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en/foreman_discovery.edit.po +51 -43
- data/locale/en/foreman_discovery.po +7 -1
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en_GB/foreman_discovery.edit.po +43 -35
- data/locale/en_GB/foreman_discovery.po +14 -8
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/foreman_discovery.edit.po +208 -200
- data/locale/es/foreman_discovery.po +179 -173
- data/locale/foreman_discovery.pot +52 -44
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/foreman_discovery.edit.po +54 -46
- data/locale/fr/foreman_discovery.po +25 -19
- data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/gl/foreman_discovery.edit.po +37 -29
- data/locale/gl/foreman_discovery.po +8 -2
- data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/it/foreman_discovery.edit.po +51 -43
- data/locale/it/foreman_discovery.po +22 -16
- data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ja/foreman_discovery.edit.po +184 -176
- data/locale/ja/foreman_discovery.po +155 -151
- data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ko/foreman_discovery.edit.po +57 -49
- data/locale/ko/foreman_discovery.po +28 -22
- data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/pt_BR/foreman_discovery.edit.po +206 -198
- data/locale/pt_BR/foreman_discovery.po +177 -171
- data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ru/foreman_discovery.edit.po +57 -49
- data/locale/ru/foreman_discovery.po +28 -22
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/sv_SE/foreman_discovery.edit.po +37 -29
- data/locale/sv_SE/foreman_discovery.po +8 -2
- data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_CN/foreman_discovery.edit.po +204 -196
- data/locale/zh_CN/foreman_discovery.po +177 -169
- data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_TW/foreman_discovery.edit.po +47 -39
- data/locale/zh_TW/foreman_discovery.po +18 -12
- data/test/factories/discovery_host_related.rb +2 -2
- data/test/factories/discovery_rule_related.rb +1 -1
- data/test/functional/api/v2/discovered_hosts_controller_test.rb +28 -27
- data/test/functional/api/v2/discovery_rules_controller_test.rb +14 -14
- data/test/functional/api/v2/fact_value_extensions_test.rb +5 -2
- data/test/functional/discovered_hosts_controller_test.rb +47 -40
- data/test/functional/discovery_rules_controller_test.rb +14 -14
- data/test/functional/foreman_discovery/concerns/hosts_controller_extensions_test.rb +2 -2
- data/test/integration/discovered_hosts_test.rb +151 -0
- data/test/test_helper_discovery.rb +53 -23
- data/test/test_plugin_helper.rb +3 -7
- data/test/unit/discovered_extensions_test.rb +40 -38
- data/test/unit/discovered_mailer_test.rb +1 -1
- data/test/unit/discovery_attribute_set_test.rb +4 -2
- data/test/unit/discovery_rule_test.rb +2 -2
- data/test/unit/discovery_taxonomy_extensions_test.rb +1 -1
- data/test/unit/fact_parser_test.rb +1 -1
- data/test/unit/host_discovered_test.rb +26 -23
- data/test/unit/managed_extensions_test.rb +1 -1
- data/test/unit/ui_notifications/destroy_host_test.rb +21 -17
- data/test/unit/ui_notifications/new_host_test.rb +11 -11
- metadata +8 -3
- data/config/as_deprecation_whitelist.yaml +0 -0
Binary file
|
@@ -10,11 +10,11 @@
|
|
10
10
|
# Yulia <yulia.poyarkova@redhat.com>, 2016
|
11
11
|
msgid ""
|
12
12
|
msgstr ""
|
13
|
-
"Project-Id-Version: foreman_discovery
|
13
|
+
"Project-Id-Version: foreman_discovery 10.0.0\n"
|
14
14
|
"Report-Msgid-Bugs-To: \n"
|
15
|
-
"POT-Creation-Date: 2017-
|
16
|
-
"PO-Revision-Date:
|
17
|
-
"Last-Translator:
|
15
|
+
"POT-Creation-Date: 2017-12-11 10:28+0100\n"
|
16
|
+
"PO-Revision-Date: 2018-01-05 19:26+0000\n"
|
17
|
+
"Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
|
18
18
|
"Language-Team: Russian (http://www.transifex.com/foreman/foreman/language/ru/)\n"
|
19
19
|
"MIME-Version: 1.0\n"
|
20
20
|
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -39,7 +39,7 @@ msgstr "отсортировать результаты"
|
|
39
39
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
|
40
40
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:17
|
41
41
|
msgid "paginate results"
|
42
|
-
msgstr "
|
42
|
+
msgstr "постраничный вывод"
|
43
43
|
|
44
44
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:20
|
45
45
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:18
|
@@ -65,7 +65,7 @@ msgstr "Подготовить обнаруженный узел"
|
|
65
65
|
|
66
66
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
|
67
67
|
msgid "not required if using a subnet with DHCP proxy"
|
68
|
-
msgstr "не требуется, если используется подсеть с DHCP
|
68
|
+
msgstr "не требуется, если используется подсеть с DHCP прокси"
|
69
69
|
|
70
70
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:56
|
71
71
|
msgid "not required if it's a virtual machine"
|
@@ -74,7 +74,7 @@ msgstr "не требуется для виртуальных машин"
|
|
74
74
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
|
75
75
|
msgid ""
|
76
76
|
"UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
77
|
-
msgstr "UUID для отслеживания состояния задач
|
77
|
+
msgstr "UUID для отслеживания состояния задач оркестрации, GET /api/orchestration/:UUID/tasks"
|
78
78
|
|
79
79
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:78
|
80
80
|
msgid ""
|
@@ -88,7 +88,7 @@ msgstr "Удалить обнаруженный узел"
|
|
88
88
|
|
89
89
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:96
|
90
90
|
msgid "Upload facts for a host, creating the host if required"
|
91
|
-
msgstr "Загрузить факты
|
91
|
+
msgstr "Загрузить факты узла, требуемые для создания узла"
|
92
92
|
|
93
93
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:97
|
94
94
|
msgid ""
|
@@ -102,7 +102,7 @@ msgid "Execute rules against a discovered host"
|
|
102
102
|
msgstr "Применить правила к обнаруженному узлу"
|
103
103
|
|
104
104
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:123
|
105
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
105
|
+
#: ../app/controllers/discovered_hosts_controller.rb:150
|
106
106
|
msgid "Host %{host} was provisioned with rule %{rule}"
|
107
107
|
msgstr "%{host} был подготовлен в соответствии с правилом %{rule}"
|
108
108
|
|
@@ -111,7 +111,7 @@ msgid "Unable to provision %{host}: %{errors}"
|
|
111
111
|
msgstr "Не удалось подготовить %{host}: %{errors}"
|
112
112
|
|
113
113
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:132
|
114
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
114
|
+
#: ../app/controllers/discovered_hosts_controller.rb:157
|
115
115
|
msgid "No rule found for host %s"
|
116
116
|
msgstr "Нет правил для %s"
|
117
117
|
|
@@ -120,12 +120,12 @@ msgid "Execute rules against all currently discovered hosts"
|
|
120
120
|
msgstr "Применить правила ко всем обнаруженным узлам"
|
121
121
|
|
122
122
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:143
|
123
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
123
|
+
#: ../app/controllers/discovered_hosts_controller.rb:163
|
124
124
|
msgid "Errors during auto provisioning: %s"
|
125
125
|
msgstr "Ошибки при автоматической подготовке: %s"
|
126
126
|
|
127
127
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:146
|
128
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
128
|
+
#: ../app/controllers/discovered_hosts_controller.rb:166
|
129
129
|
msgid "No discovered hosts to provision"
|
130
130
|
msgstr "Нет обнаруженных узлов"
|
131
131
|
|
@@ -188,15 +188,23 @@ msgstr "приоритет правила (должен быть больше 0)
|
|
188
188
|
msgid "flag is used for temporary shutdown of rules"
|
189
189
|
msgstr "этот флаг временно отключает правила"
|
190
190
|
|
191
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
191
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:39
|
192
|
+
msgid "location ID for provisioned hosts"
|
193
|
+
msgstr ""
|
194
|
+
|
195
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:40
|
196
|
+
msgid "organization ID for provisioned hosts"
|
197
|
+
msgstr ""
|
198
|
+
|
199
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:44
|
192
200
|
msgid "Create a discovery rule"
|
193
201
|
msgstr "Создать правило"
|
194
202
|
|
195
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
203
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:52
|
196
204
|
msgid "Update a rule"
|
197
205
|
msgstr "Обновить правило"
|
198
206
|
|
199
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:
|
207
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:60
|
200
208
|
msgid "Delete a rule"
|
201
209
|
msgstr "Удалить правило"
|
202
210
|
|
@@ -256,59 +264,59 @@ msgstr "Не удалось перезагрузить %{hostname}. Ошибка
|
|
256
264
|
msgid "Failed to reboot hosts with error %s"
|
257
265
|
msgstr "Не удалось перезагрузить узлы. Ошибка: %s"
|
258
266
|
|
259
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
267
|
+
#: ../app/controllers/discovered_hosts_controller.rb:140
|
260
268
|
msgid "Destroyed selected hosts"
|
261
269
|
msgstr "Узлы удалены"
|
262
270
|
|
263
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
271
|
+
#: ../app/controllers/discovered_hosts_controller.rb:142
|
264
272
|
msgid "The following hosts were not deleted: %s"
|
265
273
|
msgstr "Узлы не были удалены: %s"
|
266
274
|
|
267
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
275
|
+
#: ../app/controllers/discovered_hosts_controller.rb:154
|
268
276
|
msgid "Failed to auto provision host %s: %s"
|
269
277
|
msgstr "Не удалось автоматически подготовить узел %s: %s"
|
270
278
|
|
271
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
279
|
+
#: ../app/controllers/discovered_hosts_controller.rb:182
|
272
280
|
msgid "Discovered hosts are provisioning now"
|
273
281
|
msgstr "Выполняется подготовка обнаруженных узлов"
|
274
282
|
|
275
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
283
|
+
#: ../app/controllers/discovered_hosts_controller.rb:214
|
276
284
|
msgid "Highlights"
|
277
285
|
msgstr "Основные"
|
278
286
|
|
279
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
287
|
+
#: ../app/controllers/discovered_hosts_controller.rb:214
|
280
288
|
msgid "Storage"
|
281
|
-
msgstr "
|
289
|
+
msgstr "Хранение данных"
|
282
290
|
|
283
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
291
|
+
#: ../app/controllers/discovered_hosts_controller.rb:214
|
284
292
|
msgid "Hardware"
|
285
|
-
msgstr "
|
293
|
+
msgstr "Физическое"
|
286
294
|
|
287
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
295
|
+
#: ../app/controllers/discovered_hosts_controller.rb:214
|
288
296
|
msgid "Network"
|
289
297
|
msgstr "Сеть"
|
290
298
|
|
291
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
299
|
+
#: ../app/controllers/discovered_hosts_controller.rb:214
|
292
300
|
msgid "Software"
|
293
|
-
msgstr "
|
301
|
+
msgstr "Программы"
|
294
302
|
|
295
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
303
|
+
#: ../app/controllers/discovered_hosts_controller.rb:214
|
296
304
|
msgid "IPMI"
|
297
305
|
msgstr "IPMI"
|
298
306
|
|
299
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
307
|
+
#: ../app/controllers/discovered_hosts_controller.rb:214
|
300
308
|
msgid "Miscellaneous"
|
301
|
-
msgstr "
|
309
|
+
msgstr "Дополнительно"
|
302
310
|
|
303
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
311
|
+
#: ../app/controllers/discovered_hosts_controller.rb:291
|
304
312
|
msgid "No hosts were found with that id or name"
|
305
313
|
msgstr "Нет узла с таким идентификатором или именем"
|
306
314
|
|
307
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
315
|
+
#: ../app/controllers/discovered_hosts_controller.rb:295
|
308
316
|
msgid "No hosts selected"
|
309
317
|
msgstr "Не выбран узел"
|
310
318
|
|
311
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
319
|
+
#: ../app/controllers/discovered_hosts_controller.rb:301
|
312
320
|
msgid "Something went wrong while selecting hosts - %s"
|
313
321
|
msgstr "Непредвиденное поведение при выборе узлов: %s"
|
314
322
|
|
@@ -502,23 +510,23 @@ msgstr "Не удалось выполнить kexec на %{name} с %{url}: %{m
|
|
502
510
|
msgid "Invalid hostname: Could not normalize the hostname"
|
503
511
|
msgstr "Не удалось нормализовать имя узла"
|
504
512
|
|
505
|
-
#: ../app/models/host/managed_extensions.rb:
|
513
|
+
#: ../app/models/host/managed_extensions.rb:23
|
506
514
|
msgid "Reloading kernel on %s"
|
507
515
|
msgstr "Перезагрузка ядра на %s"
|
508
516
|
|
509
|
-
#: ../app/models/host/managed_extensions.rb:
|
517
|
+
#: ../app/models/host/managed_extensions.rb:25
|
510
518
|
msgid "Rebooting %s"
|
511
519
|
msgstr "Перезагрузка %s"
|
512
520
|
|
513
|
-
#: ../app/models/host/managed_extensions.rb:
|
521
|
+
#: ../app/models/host/managed_extensions.rb:46
|
514
522
|
msgid "Kexec template not associated with operating system"
|
515
523
|
msgstr "Шаблон kexec не привязан к операционной системе"
|
516
524
|
|
517
|
-
#: ../app/models/host/managed_extensions.rb:
|
525
|
+
#: ../app/models/host/managed_extensions.rb:51
|
518
526
|
msgid "Kernel kexec URL is invalid: '%s'"
|
519
527
|
msgstr ""
|
520
528
|
|
521
|
-
#: ../app/models/host/managed_extensions.rb:
|
529
|
+
#: ../app/models/host/managed_extensions.rb:52
|
522
530
|
msgid "Init RAM kexec URL is invalid: '%s'"
|
523
531
|
msgstr ""
|
524
532
|
|
@@ -721,7 +729,7 @@ msgstr "Модель"
|
|
721
729
|
#: ../app/views/discovered_mailer/discovered_summary.html.erb:20
|
722
730
|
#: ../app/views/discovered_mailer/discovered_summary.text.erb:12
|
723
731
|
msgid "CPUs"
|
724
|
-
msgstr "
|
732
|
+
msgstr "Процессоры"
|
725
733
|
|
726
734
|
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
|
727
735
|
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10
|
@@ -833,7 +841,7 @@ msgstr "Интерфейсы"
|
|
833
841
|
|
834
842
|
#: ../app/views/discovered_hosts/show.html.erb:41
|
835
843
|
msgid "Type"
|
836
|
-
msgstr ""
|
844
|
+
msgstr "Тип"
|
837
845
|
|
838
846
|
#: ../app/views/discovered_hosts/show.html.erb:42
|
839
847
|
msgid "Identifier"
|
@@ -841,11 +849,11 @@ msgstr "Идентификатор"
|
|
841
849
|
|
842
850
|
#: ../app/views/discovered_hosts/show.html.erb:43
|
843
851
|
msgid "MAC address"
|
844
|
-
msgstr "MAC"
|
852
|
+
msgstr "MAC-адрес"
|
845
853
|
|
846
854
|
#: ../app/views/discovered_hosts/show.html.erb:44
|
847
855
|
msgid "IP address"
|
848
|
-
msgstr "IP"
|
856
|
+
msgstr "IP-адрес"
|
849
857
|
|
850
858
|
#: ../app/views/discovered_hosts/welcome.html.erb:7
|
851
859
|
msgid "No discovered hosts found in this context."
|
@@ -882,12 +890,12 @@ msgstr "Узлы, обнаруженные сервером Foreman %{foreman_ur
|
|
882
890
|
#: ../app/views/discovered_mailer/discovered_summary.html.erb:22
|
883
891
|
#: ../app/views/discovered_mailer/discovered_summary.text.erb:14
|
884
892
|
msgid "Disk count"
|
885
|
-
msgstr "
|
893
|
+
msgstr "Количество дисков"
|
886
894
|
|
887
895
|
#: ../app/views/discovered_mailer/discovered_summary.html.erb:23
|
888
896
|
#: ../app/views/discovered_mailer/discovered_summary.text.erb:15
|
889
897
|
msgid "Disks size"
|
890
|
-
msgstr "Размер
|
898
|
+
msgstr "Размер диска"
|
891
899
|
|
892
900
|
#: ../app/views/discovered_mailer/discovered_summary.html.erb:31
|
893
901
|
msgid "No discovered hosts for the selected period"
|
@@ -907,7 +915,7 @@ msgstr "Основной"
|
|
907
915
|
|
908
916
|
#: ../app/views/discovery_rules/_form.html.erb:7
|
909
917
|
msgid "Locations"
|
910
|
-
msgstr "
|
918
|
+
msgstr "Местоположения"
|
911
919
|
|
912
920
|
#: ../app/views/discovery_rules/_form.html.erb:10
|
913
921
|
msgid "Organizations"
|
@@ -923,7 +931,7 @@ msgstr "Имя узла"
|
|
923
931
|
|
924
932
|
#: ../app/views/discovery_rules/_form.html.erb:26
|
925
933
|
msgid "Hosts Limit"
|
926
|
-
msgstr ""
|
934
|
+
msgstr "Ограничение узлов"
|
927
935
|
|
928
936
|
#: ../app/views/discovery_rules/_form.html.erb:26
|
929
937
|
msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
|
@@ -989,7 +997,7 @@ msgstr "Запрос"
|
|
989
997
|
|
990
998
|
#: ../app/views/discovery_rules/index.html.erb:9
|
991
999
|
msgid "Host Group"
|
992
|
-
msgstr ""
|
1000
|
+
msgstr "Группа узлов"
|
993
1001
|
|
994
1002
|
#: ../app/views/discovery_rules/index.html.erb:10
|
995
1003
|
msgid "Hosts/Limit"
|
@@ -1009,7 +1017,7 @@ msgstr "Сводка состояния обнаруженных узлов"
|
|
1009
1017
|
|
1010
1018
|
#: ../db/seeds.d/80_discovery_ui_notification.rb:4
|
1011
1019
|
msgid "Hosts"
|
1012
|
-
msgstr ""
|
1020
|
+
msgstr "Узлы"
|
1013
1021
|
|
1014
1022
|
#: ../db/seeds.d/80_discovery_ui_notification.rb:6
|
1015
1023
|
msgid "One or more hosts have been discovered"
|
@@ -1017,7 +1025,7 @@ msgstr ""
|
|
1017
1025
|
|
1018
1026
|
#: ../db/seeds.d/80_discovery_ui_notification.rb:13
|
1019
1027
|
msgid "Details"
|
1020
|
-
msgstr ""
|
1028
|
+
msgstr "Свойства"
|
1021
1029
|
|
1022
1030
|
#: ../lib/foreman_discovery/engine.rb:151
|
1023
1031
|
msgid "Discovered hosts"
|
@@ -10,10 +10,10 @@
|
|
10
10
|
# Yulia <yulia.poyarkova@redhat.com>, 2016
|
11
11
|
msgid ""
|
12
12
|
msgstr ""
|
13
|
-
"Project-Id-Version: foreman_discovery
|
13
|
+
"Project-Id-Version: foreman_discovery 10.0.0\n"
|
14
14
|
"Report-Msgid-Bugs-To: \n"
|
15
|
-
"PO-Revision-Date:
|
16
|
-
"Last-Translator:
|
15
|
+
"PO-Revision-Date: 2018-01-05 19:26+0000\n"
|
16
|
+
"Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
|
17
17
|
"Language-Team: Russian (http://www.transifex.com/foreman/foreman/language/ru/)"
|
18
18
|
"\n"
|
19
19
|
"MIME-Version: 1.0\n"
|
@@ -70,7 +70,7 @@ msgid "Back"
|
|
70
70
|
msgstr "Назад"
|
71
71
|
|
72
72
|
msgid "CPUs"
|
73
|
-
msgstr "
|
73
|
+
msgstr "Процессоры"
|
74
74
|
|
75
75
|
msgid "Cancel"
|
76
76
|
msgstr "Отмена"
|
@@ -121,7 +121,7 @@ msgid "Destroyed selected hosts"
|
|
121
121
|
msgstr "Узлы удалены"
|
122
122
|
|
123
123
|
msgid "Details"
|
124
|
-
msgstr ""
|
124
|
+
msgstr "Свойства"
|
125
125
|
|
126
126
|
msgid "Disable"
|
127
127
|
msgstr "Отключить"
|
@@ -187,13 +187,13 @@ msgid "Disk Count"
|
|
187
187
|
msgstr ""
|
188
188
|
|
189
189
|
msgid "Disk count"
|
190
|
-
msgstr "
|
190
|
+
msgstr "Количество дисков"
|
191
191
|
|
192
192
|
msgid "Disks Size"
|
193
193
|
msgstr ""
|
194
194
|
|
195
195
|
msgid "Disks size"
|
196
|
-
msgstr "Размер
|
196
|
+
msgstr "Размер диска"
|
197
197
|
|
198
198
|
msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
|
199
199
|
msgstr ""
|
@@ -268,7 +268,7 @@ msgid "Foreman discovered hosts summary"
|
|
268
268
|
msgstr "Сводка обнаруженных узлов Foreman"
|
269
269
|
|
270
270
|
msgid "Hardware"
|
271
|
-
msgstr "
|
271
|
+
msgstr "Физическое"
|
272
272
|
|
273
273
|
msgid "Hardware facts"
|
274
274
|
msgstr ""
|
@@ -286,7 +286,7 @@ msgid "Host %{host} was provisioned with rule %{rule}"
|
|
286
286
|
msgstr "%{host} был подготовлен в соответствии с правилом %{rule}"
|
287
287
|
|
288
288
|
msgid "Host Group"
|
289
|
-
msgstr ""
|
289
|
+
msgstr "Группа узлов"
|
290
290
|
|
291
291
|
msgid "Host group location %s must also be associated to the discovery rule"
|
292
292
|
msgid_plural "Host group locations %s must also be associated to the discovery rule"
|
@@ -318,10 +318,10 @@ msgid "Hostnames must not start with numbers. A good approach is to use unique i
|
|
318
318
|
msgstr ""
|
319
319
|
|
320
320
|
msgid "Hosts"
|
321
|
-
msgstr ""
|
321
|
+
msgstr "Узлы"
|
322
322
|
|
323
323
|
msgid "Hosts Limit"
|
324
|
-
msgstr ""
|
324
|
+
msgstr "Ограничение узлов"
|
325
325
|
|
326
326
|
msgid "Hosts/Limit"
|
327
327
|
msgstr ""
|
@@ -333,7 +333,7 @@ msgid "IP Address"
|
|
333
333
|
msgstr "IP"
|
334
334
|
|
335
335
|
msgid "IP address"
|
336
|
-
msgstr "IP"
|
336
|
+
msgstr "IP-адрес"
|
337
337
|
|
338
338
|
msgid "IPMI"
|
339
339
|
msgstr "IPMI"
|
@@ -399,7 +399,7 @@ msgid "Location"
|
|
399
399
|
msgstr "Местоположение"
|
400
400
|
|
401
401
|
msgid "Locations"
|
402
|
-
msgstr "
|
402
|
+
msgstr "Местоположения"
|
403
403
|
|
404
404
|
msgid "Lock PXE"
|
405
405
|
msgstr ""
|
@@ -414,7 +414,7 @@ msgid "Locked PXELinux template name"
|
|
414
414
|
msgstr ""
|
415
415
|
|
416
416
|
msgid "MAC address"
|
417
|
-
msgstr "MAC"
|
417
|
+
msgstr "MAC-адрес"
|
418
418
|
|
419
419
|
msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
|
420
420
|
msgstr "Максимальное число инициализируемых узлов в соответствии с правилом (0 снимает ограничения)"
|
@@ -423,7 +423,7 @@ msgid "Memory"
|
|
423
423
|
msgstr "Память"
|
424
424
|
|
425
425
|
msgid "Miscellaneous"
|
426
|
-
msgstr "
|
426
|
+
msgstr "Дополнительно"
|
427
427
|
|
428
428
|
msgid "Model"
|
429
429
|
msgstr "Модель"
|
@@ -594,7 +594,7 @@ msgid "Show a discovery rule"
|
|
594
594
|
msgstr "Показать правило"
|
595
595
|
|
596
596
|
msgid "Software"
|
597
|
-
msgstr "
|
597
|
+
msgstr "Программы"
|
598
598
|
|
599
599
|
msgid "Software facts"
|
600
600
|
msgstr ""
|
@@ -606,7 +606,7 @@ msgid "Specify target hostname template pattern in the same syntax as in Provisi
|
|
606
606
|
msgstr "Определите шаблон для узла, используя синтаксис, аналогичный используемому в подготовительных шаблонах (ERB)."
|
607
607
|
|
608
608
|
msgid "Storage"
|
609
|
-
msgstr "
|
609
|
+
msgstr "Хранение данных"
|
610
610
|
|
611
611
|
msgid "Storage facts"
|
612
612
|
msgstr ""
|
@@ -648,10 +648,10 @@ msgid "This page shows discovered bare-metal or virtual nodes waiting to be prov
|
|
648
648
|
msgstr ""
|
649
649
|
|
650
650
|
msgid "Type"
|
651
|
-
msgstr ""
|
651
|
+
msgstr "Тип"
|
652
652
|
|
653
653
|
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
654
|
-
msgstr "UUID для отслеживания состояния задач
|
654
|
+
msgstr "UUID для отслеживания состояния задач оркестрации, GET /api/orchestration/:UUID/tasks"
|
655
655
|
|
656
656
|
msgid "Unable to assign subnet, primary interface is missing IP address"
|
657
657
|
msgstr "Не удалось выбрать подсеть: не определен IP-адрес основного интерфейса"
|
@@ -675,7 +675,7 @@ msgid "Update a rule"
|
|
675
675
|
msgstr "Обновить правило"
|
676
676
|
|
677
677
|
msgid "Upload facts for a host, creating the host if required"
|
678
|
-
msgstr "Загрузить факты
|
678
|
+
msgstr "Загрузить факты узла, требуемые для создания узла"
|
679
679
|
|
680
680
|
msgid "When creating hostname patterns, make sure the resulting host names are unique."
|
681
681
|
msgstr ""
|
@@ -701,6 +701,9 @@ msgstr "хэш с минимальным набором фактов узла: d
|
|
701
701
|
msgid "items selected. Uncheck to Clear"
|
702
702
|
msgstr "выбрано. Чтобы очистить, снимите флажок"
|
703
703
|
|
704
|
+
msgid "location ID for provisioned hosts"
|
705
|
+
msgstr ""
|
706
|
+
|
704
707
|
msgid "must start with a letter or ERB."
|
705
708
|
msgstr "должен начинаться с буквы или ERB"
|
706
709
|
|
@@ -708,13 +711,16 @@ msgid "not required if it's a virtual machine"
|
|
708
711
|
msgstr "не требуется для виртуальных машин"
|
709
712
|
|
710
713
|
msgid "not required if using a subnet with DHCP proxy"
|
711
|
-
msgstr "не требуется, если используется подсеть с DHCP
|
714
|
+
msgstr "не требуется, если используется подсеть с DHCP прокси"
|
712
715
|
|
713
716
|
msgid "number of entries per request"
|
714
717
|
msgstr "количество записей на запрос"
|
715
718
|
|
719
|
+
msgid "organization ID for provisioned hosts"
|
720
|
+
msgstr ""
|
721
|
+
|
716
722
|
msgid "paginate results"
|
717
|
-
msgstr "
|
723
|
+
msgstr "постраничный вывод"
|
718
724
|
|
719
725
|
msgid "puts the rules in order, low numbers go first. Must be greater then zero"
|
720
726
|
msgstr "приоритет правила (должен быть больше 0). Правила выбираются по возрастанию приоритета"
|