foreman_discovery 16.0.1 → 16.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (59) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/api/v2/discovery_rules_controller.rb +1 -1
  3. data/app/controllers/discovery_rules_controller.rb +1 -1
  4. data/app/models/discovery_rule.rb +1 -1
  5. data/app/services/foreman_discovery/host_converter.rb +1 -1
  6. data/app/views/foreman_discovery/debian_kexec.erb +1 -1
  7. data/db/migrate/20150512150432_remove_old_discovery_reader_permissions.rb +1 -1
  8. data/db/migrate/20151023144501_regenerate_red_hat_kexec.rb +1 -1
  9. data/db/migrate/20180412124505_add_priority_score_to_discovery_rules.rb +1 -1
  10. data/lib/foreman_discovery/engine.rb +2 -2
  11. data/lib/foreman_discovery/version.rb +1 -1
  12. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  13. data/locale/ca/foreman_discovery.edit.po +17 -27
  14. data/locale/ca/foreman_discovery.po +13 -8
  15. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  16. data/locale/de/foreman_discovery.edit.po +19 -29
  17. data/locale/de/foreman_discovery.po +19 -14
  18. data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
  19. data/locale/en/foreman_discovery.edit.po +15 -9
  20. data/locale/en/foreman_discovery.po +9 -4
  21. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  22. data/locale/en_GB/foreman_discovery.edit.po +19 -29
  23. data/locale/en_GB/foreman_discovery.po +15 -10
  24. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  25. data/locale/es/foreman_discovery.edit.po +19 -29
  26. data/locale/es/foreman_discovery.po +19 -14
  27. data/locale/foreman_discovery.pot +16 -10
  28. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  29. data/locale/fr/foreman_discovery.edit.po +17 -27
  30. data/locale/fr/foreman_discovery.po +17 -12
  31. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  32. data/locale/gl/foreman_discovery.edit.po +15 -25
  33. data/locale/gl/foreman_discovery.po +11 -6
  34. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  35. data/locale/it/foreman_discovery.edit.po +15 -25
  36. data/locale/it/foreman_discovery.po +14 -9
  37. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  38. data/locale/ja/foreman_discovery.edit.po +16 -27
  39. data/locale/ja/foreman_discovery.po +17 -12
  40. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  41. data/locale/ko/foreman_discovery.edit.po +16 -27
  42. data/locale/ko/foreman_discovery.po +17 -12
  43. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  44. data/locale/pt_BR/foreman_discovery.edit.po +17 -27
  45. data/locale/pt_BR/foreman_discovery.po +17 -12
  46. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  47. data/locale/ru/foreman_discovery.edit.po +19 -27
  48. data/locale/ru/foreman_discovery.po +17 -12
  49. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  50. data/locale/sv_SE/foreman_discovery.edit.po +15 -25
  51. data/locale/sv_SE/foreman_discovery.po +11 -6
  52. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  53. data/locale/zh_CN/foreman_discovery.edit.po +16 -27
  54. data/locale/zh_CN/foreman_discovery.po +17 -12
  55. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  56. data/locale/zh_TW/foreman_discovery.edit.po +14 -25
  57. data/locale/zh_TW/foreman_discovery.po +15 -10
  58. data/test/unit/discovered_extensions_test.rb +5 -1
  59. metadata +4 -2
@@ -5,11 +5,11 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_discovery 15.1.0\n"
8
+ "Project-Id-Version: foreman_discovery 16.0.1\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2019-10-22 11:55+0200\n"
11
- "PO-Revision-Date: 2019-10-22 20:43+0000\n"
12
- "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
10
+ "POT-Creation-Date: 2020-05-11 14:58+0530\n"
11
+ "PO-Revision-Date: 2020-05-26 17:21+0000\n"
12
+ "Last-Translator: Transifex Bot <>\n"
13
13
  "Language-Team: Korean (http://www.transifex.com/foreman/foreman/language/ko/)\n"
14
14
  "MIME-Version: 1.0\n"
15
15
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -498,15 +498,15 @@ msgstr ""
498
498
  msgid "Could not get facts from proxy %{url}: %{error}"
499
499
  msgstr "프록시 %{url}에서 팩트를 가져올 수 없습니다: %{error}"
500
500
 
501
- #: ../app/models/host/discovered.rb:158
502
- msgid "Unable to reboot %{name} via %{url}: %{msg}"
503
- msgstr "%{url}을(를) 통해 %{name}을(를) 재부팅할 수 없습니다: %{msg}"
501
+ #: ../app/models/host/discovered.rb:162
502
+ msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
503
+ msgstr ""
504
504
 
505
- #: ../app/models/host/discovered.rb:166
506
- msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
507
- msgstr "%{url}을(를) 통해 %{name}에 대해 kexec을 수행할 수 없습니다: %{msg}"
505
+ #: ../app/models/host/discovered.rb:181
506
+ msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
507
+ msgstr ""
508
508
 
509
- #: ../app/models/host/discovered.rb:185
509
+ #: ../app/models/host/discovered.rb:207
510
510
  msgid "Invalid hostname: Could not normalize the hostname"
511
511
  msgstr ""
512
512
 
@@ -748,6 +748,11 @@ msgstr "이미지 API에서 '%{body}'이(가) 포함된 HTTP/%{code}을(를) 반
748
748
  msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
749
749
  msgstr "이미지 API 처리 오류: %{msg}(HTTP/%{code}, 본문: %{body})"
750
750
 
751
+ #: ../app/views/dashboard/_discovery_widget.html.erb:5
752
+ msgid "Discovered Host"
753
+ msgid_plural "Discovered Hosts"
754
+ msgstr[0] ""
755
+
751
756
  #: ../app/views/dashboard/_discovery_widget.html.erb:9
752
757
  msgid "No discovered hosts available"
753
758
  msgstr "사용 가능한 검색된 호스트가 없습니다 "
@@ -1092,19 +1097,3 @@ msgid ""
1092
1097
  "ID of Discovery Proxy to use within this subnet for managing connection to "
1093
1098
  "discovered hosts"
1094
1099
  msgstr ""
1095
-
1096
- #: action_names.rb:2
1097
- msgid "Import Puppet classes"
1098
- msgstr "Puppet 클래스 가져오기"
1099
-
1100
- #: action_names.rb:3
1101
- msgid "Import facts"
1102
- msgstr "팩트 불러오기"
1103
-
1104
- #: action_names.rb:4
1105
- msgid "Action with sub plans"
1106
- msgstr "하위 계획이 있는 작업"
1107
-
1108
- #: action_names.rb:5
1109
- msgid "Remote action:"
1110
- msgstr "원격 작업:"
@@ -5,10 +5,10 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_discovery 15.1.0\n"
8
+ "Project-Id-Version: foreman_discovery 16.0.1\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "PO-Revision-Date: 2019-10-22 20:43+0000\n"
11
- "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
10
+ "PO-Revision-Date: 2020-05-26 17:21+0000\n"
11
+ "Last-Translator: Transifex Bot <>\n"
12
12
  "Language-Team: Korean (http://www.transifex.com/foreman/foreman/language/ko/)\n"
13
13
  "MIME-Version: 1.0\n"
14
14
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -32,7 +32,7 @@ msgid "A summary of discovered hosts"
32
32
  msgstr ""
33
33
 
34
34
  msgid "Action with sub plans"
35
- msgstr "하위 계획이 있는 작업"
35
+ msgstr ""
36
36
 
37
37
  msgid "Actions"
38
38
  msgstr "동작 "
@@ -136,6 +136,11 @@ msgstr "비활성화 "
136
136
  msgid "Disable rule '%s'?"
137
137
  msgstr ""
138
138
 
139
+ msgid "Discovered Host"
140
+ msgid_plural "Discovered Hosts"
141
+ msgstr[0] ""
142
+ msgstr[1] ""
143
+
139
144
  msgid "Discovered Hosts"
140
145
  msgstr ""
141
146
 
@@ -366,10 +371,10 @@ msgid "Image API returned HTTP/%{code} with '%{body}"
366
371
  msgstr "이미지 API에서 '%{body}'이(가) 포함된 HTTP/%{code}을(를) 반환했습니다."
367
372
 
368
373
  msgid "Import Puppet classes"
369
- msgstr "Puppet 클래스 가져오기"
374
+ msgstr ""
370
375
 
371
376
  msgid "Import facts"
372
- msgstr "팩트 불러오기"
377
+ msgstr ""
373
378
 
374
379
  msgid "In addition to @host attribute function rand for random integers is available. Examples:"
375
380
  msgstr ""
@@ -588,7 +593,7 @@ msgid "Reloading kernel on %s"
588
593
  msgstr "%s에서 커널을 다시 로드하는 중"
589
594
 
590
595
  msgid "Remote action:"
591
- msgstr "원격 작업:"
596
+ msgstr ""
592
597
 
593
598
  msgid "Reported in the last 7 days"
594
599
  msgstr "지난 7일 이내에 보고됨"
@@ -689,15 +694,15 @@ msgstr "검색 규칙을 찾을 수 없습니다. 호스트가 제공되지 않
689
694
  msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
690
695
  msgstr ""
691
696
 
692
- msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
693
- msgstr "%{url}을(를) 통해 %{name}에 대해 kexec을 수행할 수 없습니다: %{msg}"
697
+ msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
698
+ msgstr ""
699
+
700
+ msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
701
+ msgstr ""
694
702
 
695
703
  msgid "Unable to provision %{host}: %{errors}"
696
704
  msgstr "%{host}을(를) 프로비저닝할 수 없습니다: %{errors}"
697
705
 
698
- msgid "Unable to reboot %{name} via %{url}: %{msg}"
699
- msgstr "%{url}을(를) 통해 %{name}을(를) 재부팅할 수 없습니다: %{msg}"
700
-
701
706
  msgid "Update a rule"
702
707
  msgstr "규칙 업데이트 "
703
708
 
@@ -10,11 +10,11 @@
10
10
  # Valeria S Silva <valeriassilva@live.com>, 2015
11
11
  msgid ""
12
12
  msgstr ""
13
- "Project-Id-Version: foreman_discovery 15.1.0\n"
13
+ "Project-Id-Version: foreman_discovery 16.0.1\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
- "POT-Creation-Date: 2019-10-22 11:55+0200\n"
16
- "PO-Revision-Date: 2019-10-22 20:43+0000\n"
17
- "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
15
+ "POT-Creation-Date: 2020-05-11 14:58+0530\n"
16
+ "PO-Revision-Date: 2020-05-26 17:21+0000\n"
17
+ "Last-Translator: Transifex Bot <>\n"
18
18
  "Language-Team: Portuguese (Brazil) (http://www.transifex.com/foreman/foreman/language/pt_BR/)\n"
19
19
  "MIME-Version: 1.0\n"
20
20
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -505,15 +505,15 @@ msgstr "Fatos não podem ser importados"
505
505
  msgid "Could not get facts from proxy %{url}: %{error}"
506
506
  msgstr "Não foi possível obter fatos do proxy %{url}: %{error}"
507
507
 
508
- #: ../app/models/host/discovered.rb:158
509
- msgid "Unable to reboot %{name} via %{url}: %{msg}"
510
- msgstr "Não foi possível reinicializar %{name} por %{url}: %{msg}"
508
+ #: ../app/models/host/discovered.rb:162
509
+ msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
510
+ msgstr ""
511
511
 
512
- #: ../app/models/host/discovered.rb:166
513
- msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
514
- msgstr "Não foi possível executar kexec no %{name} por %{url}: %{msg}"
512
+ #: ../app/models/host/discovered.rb:181
513
+ msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
514
+ msgstr ""
515
515
 
516
- #: ../app/models/host/discovered.rb:185
516
+ #: ../app/models/host/discovered.rb:207
517
517
  msgid "Invalid hostname: Could not normalize the hostname"
518
518
  msgstr "Nome de host inválido: não foi possível normalizar o nome do host"
519
519
 
@@ -755,6 +755,12 @@ msgstr "API da imagem retornou HTTP/%{code} com '%{body}"
755
755
  msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
756
756
  msgstr "Erro de processamento da API da imagem: %{msg} (HTTP/%{code}, corpo: %{body})"
757
757
 
758
+ #: ../app/views/dashboard/_discovery_widget.html.erb:5
759
+ msgid "Discovered Host"
760
+ msgid_plural "Discovered Hosts"
761
+ msgstr[0] ""
762
+ msgstr[1] ""
763
+
758
764
  #: ../app/views/dashboard/_discovery_widget.html.erb:9
759
765
  msgid "No discovered hosts available"
760
766
  msgstr "Nenhum host descoberto disponível"
@@ -1099,19 +1105,3 @@ msgid ""
1099
1105
  "ID of Discovery Proxy to use within this subnet for managing connection to "
1100
1106
  "discovered hosts"
1101
1107
  msgstr "ID do proxy do Discovery a ser usado nesta sub-rede para gerenciar conexões com hosts descobertos"
1102
-
1103
- #: action_names.rb:2
1104
- msgid "Import Puppet classes"
1105
- msgstr "Importar classes de Puppet"
1106
-
1107
- #: action_names.rb:3
1108
- msgid "Import facts"
1109
- msgstr "Importar fatos"
1110
-
1111
- #: action_names.rb:4
1112
- msgid "Action with sub plans"
1113
- msgstr "Ação com subplanos"
1114
-
1115
- #: action_names.rb:5
1116
- msgid "Remote action:"
1117
- msgstr "Ação remota:"
@@ -10,10 +10,10 @@
10
10
  # Valeria S Silva <valeriassilva@live.com>, 2015
11
11
  msgid ""
12
12
  msgstr ""
13
- "Project-Id-Version: foreman_discovery 15.1.0\n"
13
+ "Project-Id-Version: foreman_discovery 16.0.1\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
- "PO-Revision-Date: 2019-10-22 20:43+0000\n"
16
- "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
15
+ "PO-Revision-Date: 2020-05-26 17:21+0000\n"
16
+ "Last-Translator: Transifex Bot <>\n"
17
17
  "Language-Team: Portuguese (Brazil) (http://www.transifex.com/foreman/foreman/l"
18
18
  "anguage/pt_BR/)\n"
19
19
  "MIME-Version: 1.0\n"
@@ -38,7 +38,7 @@ msgid "A summary of discovered hosts"
38
38
  msgstr "Um resumo de hosts descobertos"
39
39
 
40
40
  msgid "Action with sub plans"
41
- msgstr "Ação com subplanos"
41
+ msgstr ""
42
42
 
43
43
  msgid "Actions"
44
44
  msgstr "Ações"
@@ -142,6 +142,11 @@ msgstr "Desabilitar"
142
142
  msgid "Disable rule '%s'?"
143
143
  msgstr "Desabilitar regra '%s'?"
144
144
 
145
+ msgid "Discovered Host"
146
+ msgid_plural "Discovered Hosts"
147
+ msgstr[0] ""
148
+ msgstr[1] ""
149
+
145
150
  msgid "Discovered Hosts"
146
151
  msgstr "Hosts descobertos"
147
152
 
@@ -372,10 +377,10 @@ msgid "Image API returned HTTP/%{code} with '%{body}"
372
377
  msgstr "API da imagem retornou HTTP/%{code} com '%{body}"
373
378
 
374
379
  msgid "Import Puppet classes"
375
- msgstr "Importar classes de Puppet"
380
+ msgstr ""
376
381
 
377
382
  msgid "Import facts"
378
- msgstr "Importar fatos"
383
+ msgstr ""
379
384
 
380
385
  msgid "In addition to @host attribute function rand for random integers is available. Examples:"
381
386
  msgstr "Além do atributo @host, a função rand para inteiros aleatórios está disponível. Exemplos:"
@@ -594,7 +599,7 @@ msgid "Reloading kernel on %s"
594
599
  msgstr "Recarregando kernel no %s"
595
600
 
596
601
  msgid "Remote action:"
597
- msgstr "Ação remota:"
602
+ msgstr ""
598
603
 
599
604
  msgid "Reported in the last 7 days"
600
605
  msgstr "Relatado nos últimos sete dias"
@@ -695,15 +700,15 @@ msgstr "Não foi possível encontrar uma regra do Discovery, nenhum host foi for
695
700
  msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
696
701
  msgstr "Não foi possível encontrar a NIC primária com o %{mac} especificado via '%{fact}'. Filtro da NIC: %{filter}"
697
702
 
698
- msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
699
- msgstr "Não foi possível executar kexec no %{name} por %{url}: %{msg}"
703
+ msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
704
+ msgstr ""
705
+
706
+ msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
707
+ msgstr ""
700
708
 
701
709
  msgid "Unable to provision %{host}: %{errors}"
702
710
  msgstr "Não foi possível provisionar %{host}: %{errors}"
703
711
 
704
- msgid "Unable to reboot %{name} via %{url}: %{msg}"
705
- msgstr "Não foi possível reinicializar %{name} por %{url}: %{msg}"
706
-
707
712
  msgid "Update a rule"
708
713
  msgstr "Atualizar uma regra"
709
714
 
@@ -10,11 +10,11 @@
10
10
  # Yulia <yulia.poyarkova@redhat.com>, 2016
11
11
  msgid ""
12
12
  msgstr ""
13
- "Project-Id-Version: foreman_discovery 15.1.0\n"
13
+ "Project-Id-Version: foreman_discovery 16.0.1\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
- "POT-Creation-Date: 2019-10-22 11:55+0200\n"
16
- "PO-Revision-Date: 2019-10-22 20:43+0000\n"
17
- "Last-Translator: Yulia <yulia.poyarkova@redhat.com>\n"
15
+ "POT-Creation-Date: 2020-05-11 14:58+0530\n"
16
+ "PO-Revision-Date: 2020-05-26 17:21+0000\n"
17
+ "Last-Translator: Transifex Bot <>\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"
@@ -509,15 +509,15 @@ msgstr ""
509
509
  msgid "Could not get facts from proxy %{url}: %{error}"
510
510
  msgstr "Не удалось получить факты с %{url}: %{error}"
511
511
 
512
- #: ../app/models/host/discovered.rb:158
513
- msgid "Unable to reboot %{name} via %{url}: %{msg}"
514
- msgstr "Не удалось перезагрузить %{name} с %{url}: %{msg}"
512
+ #: ../app/models/host/discovered.rb:162
513
+ msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
514
+ msgstr ""
515
515
 
516
- #: ../app/models/host/discovered.rb:166
517
- msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
518
- msgstr "Не удалось выполнить kexec на %{name} с %{url}: %{msg}"
516
+ #: ../app/models/host/discovered.rb:181
517
+ msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
518
+ msgstr ""
519
519
 
520
- #: ../app/models/host/discovered.rb:185
520
+ #: ../app/models/host/discovered.rb:207
521
521
  msgid "Invalid hostname: Could not normalize the hostname"
522
522
  msgstr "Не удалось нормализовать имя узла"
523
523
 
@@ -759,6 +759,14 @@ msgstr "API образа вернул ошибку HTTP/%{code}: '%{body}"
759
759
  msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
760
760
  msgstr "API образа вернул ошибку HTTP/%{code}: %{msg} (body: %{body})"
761
761
 
762
+ #: ../app/views/dashboard/_discovery_widget.html.erb:5
763
+ msgid "Discovered Host"
764
+ msgid_plural "Discovered Hosts"
765
+ msgstr[0] ""
766
+ msgstr[1] ""
767
+ msgstr[2] ""
768
+ msgstr[3] ""
769
+
762
770
  #: ../app/views/dashboard/_discovery_widget.html.erb:9
763
771
  msgid "No discovered hosts available"
764
772
  msgstr "Нет обнаруженных узлов"
@@ -1103,19 +1111,3 @@ msgid ""
1103
1111
  "ID of Discovery Proxy to use within this subnet for managing connection to "
1104
1112
  "discovered hosts"
1105
1113
  msgstr ""
1106
-
1107
- #: action_names.rb:2
1108
- msgid "Import Puppet classes"
1109
- msgstr "Импорт классов Puppet"
1110
-
1111
- #: action_names.rb:3
1112
- msgid "Import facts"
1113
- msgstr "Импорт фактов"
1114
-
1115
- #: action_names.rb:4
1116
- msgid "Action with sub plans"
1117
- msgstr "Действия с подпланами"
1118
-
1119
- #: action_names.rb:5
1120
- msgid "Remote action:"
1121
- msgstr "Удаленное действие:"
@@ -10,10 +10,10 @@
10
10
  # Yulia <yulia.poyarkova@redhat.com>, 2016
11
11
  msgid ""
12
12
  msgstr ""
13
- "Project-Id-Version: foreman_discovery 15.1.0\n"
13
+ "Project-Id-Version: foreman_discovery 16.0.1\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
- "PO-Revision-Date: 2019-10-22 20:43+0000\n"
16
- "Last-Translator: Yulia <yulia.poyarkova@redhat.com>\n"
15
+ "PO-Revision-Date: 2020-05-26 17:21+0000\n"
16
+ "Last-Translator: Transifex Bot <>\n"
17
17
  "Language-Team: Russian (http://www.transifex.com/foreman/foreman/language/ru/)"
18
18
  "\n"
19
19
  "MIME-Version: 1.0\n"
@@ -40,7 +40,7 @@ msgid "A summary of discovered hosts"
40
40
  msgstr "Сводка состояния обнаруженных узлов"
41
41
 
42
42
  msgid "Action with sub plans"
43
- msgstr "Действия с подпланами"
43
+ msgstr ""
44
44
 
45
45
  msgid "Actions"
46
46
  msgstr "Действия"
@@ -144,6 +144,11 @@ msgstr "Отключить"
144
144
  msgid "Disable rule '%s'?"
145
145
  msgstr "Отключить правило «%s»?"
146
146
 
147
+ msgid "Discovered Host"
148
+ msgid_plural "Discovered Hosts"
149
+ msgstr[0] ""
150
+ msgstr[1] ""
151
+
147
152
  msgid "Discovered Hosts"
148
153
  msgstr "Обнаруженные узлы"
149
154
 
@@ -378,10 +383,10 @@ msgid "Image API returned HTTP/%{code} with '%{body}"
378
383
  msgstr "API образа вернул ошибку HTTP/%{code}: '%{body}"
379
384
 
380
385
  msgid "Import Puppet classes"
381
- msgstr "Импорт классов Puppet"
386
+ msgstr ""
382
387
 
383
388
  msgid "Import facts"
384
- msgstr "Импорт фактов"
389
+ msgstr ""
385
390
 
386
391
  msgid "In addition to @host attribute function rand for random integers is available. Examples:"
387
392
  msgstr ""
@@ -600,7 +605,7 @@ msgid "Reloading kernel on %s"
600
605
  msgstr "Перезагрузка ядра на %s"
601
606
 
602
607
  msgid "Remote action:"
603
- msgstr "Удаленное действие:"
608
+ msgstr ""
604
609
 
605
610
  msgid "Reported in the last 7 days"
606
611
  msgstr "Были данные за последние 7 дней"
@@ -701,15 +706,15 @@ msgstr "Не удалось найти правило: необходимо ук
701
706
  msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
702
707
  msgstr ""
703
708
 
704
- msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
705
- msgstr "Не удалось выполнить kexec на %{name} с %{url}: %{msg}"
709
+ msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
710
+ msgstr ""
711
+
712
+ msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
713
+ msgstr ""
706
714
 
707
715
  msgid "Unable to provision %{host}: %{errors}"
708
716
  msgstr "Не удалось подготовить %{host}: %{errors}"
709
717
 
710
- msgid "Unable to reboot %{name} via %{url}: %{msg}"
711
- msgstr "Не удалось перезагрузить %{name} с %{url}: %{msg}"
712
-
713
718
  msgid "Update a rule"
714
719
  msgstr "Обновить правило"
715
720