foreman_discovery 16.2.0 → 16.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/api/v2/discovered_hosts_controller.rb +24 -11
- data/app/models/host/discovered.rb +1 -1
- data/app/services/foreman_discovery/import_hooks/subnet_and_taxonomy.rb +2 -0
- data/app/views/api/v2/discovery_rules/create.json.rabl +3 -0
- data/app/views/discovered_hosts/welcome.html.erb +15 -9
- data/app/views/discovery_rules/index.html.erb +1 -1
- data/extra/discover-host +3 -3
- 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 +62 -39
- data/locale/ca/foreman_discovery.po +25 -10
- data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/de/foreman_discovery.edit.po +64 -39
- data/locale/de/foreman_discovery.po +25 -10
- data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en/foreman_discovery.edit.po +59 -39
- data/locale/en/foreman_discovery.po +25 -10
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en_GB/foreman_discovery.edit.po +70 -39
- data/locale/en_GB/foreman_discovery.po +25 -10
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/foreman_discovery.edit.po +70 -39
- data/locale/es/foreman_discovery.po +25 -10
- data/locale/foreman_discovery.pot +68 -45
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/foreman_discovery.edit.po +68 -39
- data/locale/fr/foreman_discovery.po +25 -10
- data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/gl/foreman_discovery.edit.po +59 -39
- data/locale/gl/foreman_discovery.po +25 -10
- data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/it/foreman_discovery.edit.po +59 -39
- data/locale/it/foreman_discovery.po +25 -10
- data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ja/foreman_discovery.edit.po +68 -39
- data/locale/ja/foreman_discovery.po +25 -10
- data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ko/foreman_discovery.edit.po +59 -39
- data/locale/ko/foreman_discovery.po +25 -10
- data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/pt_BR/foreman_discovery.edit.po +68 -39
- data/locale/pt_BR/foreman_discovery.po +25 -10
- data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ru/foreman_discovery.edit.po +59 -39
- data/locale/ru/foreman_discovery.po +25 -10
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/sv_SE/foreman_discovery.edit.po +59 -39
- data/locale/sv_SE/foreman_discovery.po +25 -10
- data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_CN/foreman_discovery.edit.po +68 -39
- data/locale/zh_CN/foreman_discovery.po +25 -10
- data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_TW/foreman_discovery.edit.po +59 -39
- data/locale/zh_TW/foreman_discovery.po +25 -10
- data/package.json +39 -0
- data/test/functional/discovered_hosts_controller_test.rb +1 -1
- data/test/functional/discovery_rules_controller_test.rb +1 -1
- data/webpack/index.js +18 -0
- data/webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/EmptyState.js +28 -0
- data/webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/index.js +1 -0
- data/webpack/src/ForemanDiscovery/DiscoveredHosts/index.js +6 -0
- data/webpack/src/reducers.js +7 -0
- metadata +11 -4
@@ -5,7 +5,7 @@
|
|
5
5
|
# Translators:
|
6
6
|
msgid ""
|
7
7
|
msgstr ""
|
8
|
-
"Project-Id-Version: foreman_discovery 16.
|
8
|
+
"Project-Id-Version: foreman_discovery 16.2.0\n"
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
10
10
|
"PO-Revision-Date: 2020-05-26 17:21+0000\n"
|
11
11
|
"Last-Translator: Transifex Bot <>\n"
|
@@ -322,6 +322,12 @@ msgstr[1] ""
|
|
322
322
|
msgid "Host of type %s can not be rebooted"
|
323
323
|
msgstr "호스트 유형 %s은(는) 재부팅할 수 없습니다 "
|
324
324
|
|
325
|
+
msgid "Host's owner type"
|
326
|
+
msgstr ""
|
327
|
+
|
328
|
+
msgid "Host's parameters (array or indexed hash)"
|
329
|
+
msgstr ""
|
330
|
+
|
325
331
|
msgid "Hostname facts"
|
326
332
|
msgstr ""
|
327
333
|
|
@@ -409,9 +415,6 @@ msgstr "Kexec 템플릿이 운영 체제에 연결되어 있지 않습니다."
|
|
409
415
|
msgid "Last Facts Upload"
|
410
416
|
msgstr ""
|
411
417
|
|
412
|
-
msgid "Learn more about this in the documentation."
|
413
|
-
msgstr ""
|
414
|
-
|
415
418
|
msgid "List all discovered hosts"
|
416
419
|
msgstr "검색된 모든 호스트를 나열 "
|
417
420
|
|
@@ -466,6 +469,9 @@ msgstr "해당 없음 "
|
|
466
469
|
msgid "Name"
|
467
470
|
msgstr "이름 "
|
468
471
|
|
472
|
+
msgid "Name of the parameter"
|
473
|
+
msgstr ""
|
474
|
+
|
469
475
|
msgid "Network"
|
470
476
|
msgstr "네트워크"
|
471
477
|
|
@@ -484,9 +490,6 @@ msgstr "사용 가능한 검색된 호스트가 없습니다 "
|
|
484
490
|
msgid "No discovered hosts for the selected period"
|
485
491
|
msgstr ""
|
486
492
|
|
487
|
-
msgid "No discovered hosts found in this context."
|
488
|
-
msgstr ""
|
489
|
-
|
490
493
|
msgid "No discovered hosts to provision"
|
491
494
|
msgstr "프로비저닝할 검색된 호스트가 없습니다 "
|
492
495
|
|
@@ -529,6 +532,9 @@ msgstr ""
|
|
529
532
|
msgid "PXELinux template to be used when pinning a host to discovery"
|
530
533
|
msgstr ""
|
531
534
|
|
535
|
+
msgid "Parameter value"
|
536
|
+
msgstr ""
|
537
|
+
|
532
538
|
msgid "Please Confirm"
|
533
539
|
msgstr "확인해 주십시오 "
|
534
540
|
|
@@ -676,15 +682,15 @@ msgstr "다음 호스트가 삭제되지 않았습니다: %s"
|
|
676
682
|
msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
|
677
683
|
msgstr "모든 호스트, 팩트, 보고서가 모두 삭제되기 때문에 시간이 걸릴 수 있습니다 "
|
678
684
|
|
679
|
-
msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
680
|
-
msgstr ""
|
681
|
-
|
682
685
|
msgid "Type"
|
683
686
|
msgstr "유형 "
|
684
687
|
|
685
688
|
msgid "Type of name generator"
|
686
689
|
msgstr ""
|
687
690
|
|
691
|
+
msgid "Type of value"
|
692
|
+
msgstr ""
|
693
|
+
|
688
694
|
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
689
695
|
msgstr "오케스트레이션 작업 상태를 추적하기 위한 UUID, GET /api/orchestration/:UUID/tasks"
|
690
696
|
|
@@ -769,6 +775,15 @@ msgstr "특정 규칙에 대해 검색된 호스트와 일치하는 쿼리"
|
|
769
775
|
msgid "represents rule name shown to the users"
|
770
776
|
msgstr "사용자에게 표시되는 규칙 이름을 표시합니다"
|
771
777
|
|
778
|
+
msgid "required if host is managed and custom partition has not been defined"
|
779
|
+
msgstr ""
|
780
|
+
|
781
|
+
msgid "required if host is managed and value is not inherited from host group"
|
782
|
+
msgstr ""
|
783
|
+
|
784
|
+
msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
|
785
|
+
msgstr ""
|
786
|
+
|
772
787
|
msgid "required if value is not inherited from host group or default password in settings"
|
773
788
|
msgstr "값이 호스트 그룹이나 설정의 기본값 암호에서 상속되지 않은 경우에 필요합니다 "
|
774
789
|
|
Binary file
|
@@ -10,7 +10,7 @@
|
|
10
10
|
# Valeria S Silva <valeriassilva@live.com>, 2015
|
11
11
|
msgid ""
|
12
12
|
msgstr ""
|
13
|
-
"Project-Id-Version: foreman_discovery 16.
|
13
|
+
"Project-Id-Version: foreman_discovery 16.2.0\n"
|
14
14
|
"Report-Msgid-Bugs-To: \n"
|
15
15
|
"PO-Revision-Date: 2020-05-26 17:21+0000\n"
|
16
16
|
"Last-Translator: Transifex Bot <>\n"
|
@@ -46,7 +46,7 @@ msgstr "número de entradas por requisições"
|
|
46
46
|
msgid "Show a discovered host"
|
47
47
|
msgstr "Exibir um host descoberto"
|
48
48
|
|
49
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
49
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:85
|
50
50
|
msgid "DHCP filename option (Grub2 or PXELinux by default)"
|
51
51
|
msgstr "Opção do nome de arquivo DHCP (Grub2 ou PXELinux por padrão)"
|
52
52
|
|
@@ -58,6 +58,10 @@ msgstr "Crie um host descoberto para testes (use /facts para criar novos hosts)"
|
|
58
58
|
msgid "Provision a discovered host"
|
59
59
|
msgstr "Provisionar um host descoberto"
|
60
60
|
|
61
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:54 ../app/controllers/api/v2/discovered_hosts_controller.rb:57 ../app/controllers/api/v2/discovered_hosts_controller.rb:58 ../app/controllers/api/v2/discovered_hosts_controller.rb:61 ../app/controllers/api/v2/discovered_hosts_controller.rb:64
|
62
|
+
msgid "required if host is managed and value is not inherited from host group"
|
63
|
+
msgstr ""
|
64
|
+
|
61
65
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
|
62
66
|
msgid "not required if using a subnet with DHCP proxy"
|
63
67
|
msgstr "não necessário se utilizar um subrede com proxy DHCP"
|
@@ -66,71 +70,99 @@ msgstr "não necessário se utilizar um subrede com proxy DHCP"
|
|
66
70
|
msgid "not required if it's a virtual machine"
|
67
71
|
msgstr "não é obrigatório se for uma máquina virtual"
|
68
72
|
|
69
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
73
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:62
|
74
|
+
msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
|
75
|
+
msgstr ""
|
76
|
+
|
77
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:63
|
78
|
+
msgid "required if host is managed and custom partition has not been defined"
|
79
|
+
msgstr ""
|
80
|
+
|
81
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:69
|
82
|
+
msgid "Host's owner type"
|
83
|
+
msgstr ""
|
84
|
+
|
85
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:72
|
86
|
+
msgid "Host's parameters (array or indexed hash)"
|
87
|
+
msgstr ""
|
88
|
+
|
89
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
|
90
|
+
msgid "Name of the parameter"
|
91
|
+
msgstr ""
|
92
|
+
|
93
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
|
94
|
+
msgid "Parameter value"
|
95
|
+
msgstr ""
|
96
|
+
|
97
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
|
98
|
+
msgid "Type of value"
|
99
|
+
msgstr ""
|
100
|
+
|
101
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:82
|
70
102
|
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
71
103
|
msgstr "UUID a rastrear o status de tarefas de orquestração, GET /api/orchestration/:UUID/tasks"
|
72
104
|
|
73
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
105
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:84
|
74
106
|
msgid "required if value is not inherited from host group or default password in settings"
|
75
107
|
msgstr "obrigatório se o valor não for herdado do grupo de hosts ou da senha padrão nas configurações"
|
76
108
|
|
77
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
109
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:95
|
78
110
|
msgid "Delete a discovered host"
|
79
111
|
msgstr "Excluir um host descoberto"
|
80
112
|
|
81
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
113
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:102
|
82
114
|
msgid "Upload facts for a host, creating the host if required"
|
83
115
|
msgstr "Enviar fatos para um host, criando o host se necessário"
|
84
116
|
|
85
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
117
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:103
|
86
118
|
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)"
|
87
119
|
msgstr "fatos com hashes pra o host com conjunto mínimo de fatos: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (exemplo caso a interface primária tenha como nome eth0)"
|
88
120
|
|
89
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
121
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:129
|
90
122
|
msgid "Execute rules against a discovered host"
|
91
123
|
msgstr "Executar regras em relação a um host descoberto"
|
92
124
|
|
93
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
125
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:135 ../app/controllers/discovered_hosts_controller.rb:160
|
94
126
|
msgid "Host %{host} was provisioned with rule %{rule}"
|
95
127
|
msgstr "Host %{host} foi provisionado com a regra %{rule}"
|
96
128
|
|
97
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
129
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
|
98
130
|
msgid "Unable to provision %{host}: %{errors}"
|
99
131
|
msgstr "Não foi possível provisionar %{host}: %{errors}"
|
100
132
|
|
101
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
133
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:144 ../app/controllers/discovered_hosts_controller.rb:167
|
102
134
|
msgid "No rule found for host %s"
|
103
135
|
msgstr "Nenhuma regra encontrada para o host %s"
|
104
136
|
|
105
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
137
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:151
|
106
138
|
msgid "Execute rules against all currently discovered hosts"
|
107
139
|
msgstr "Executar regras em relação a todos os hosts descobertos atualmente"
|
108
140
|
|
109
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
141
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:155 ../app/controllers/discovered_hosts_controller.rb:173
|
110
142
|
msgid "Errors during auto provisioning: %s"
|
111
143
|
msgstr "Erros durante o provisionamento automático: %s"
|
112
144
|
|
113
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
145
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:158 ../app/controllers/discovered_hosts_controller.rb:176
|
114
146
|
msgid "No discovered hosts to provision"
|
115
147
|
msgstr "Nenhum host descoberto para provisionamento"
|
116
148
|
|
117
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
149
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:180
|
118
150
|
msgid "%s discovered hosts were provisioned"
|
119
151
|
msgstr "%s hosts descobertos foram provisionados"
|
120
152
|
|
121
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
153
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:191
|
122
154
|
msgid "Refreshing the facts of a discovered host"
|
123
155
|
msgstr "Atualizando os fatos de um host descoberto"
|
124
156
|
|
125
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
157
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:200
|
126
158
|
msgid "Rebooting a discovered host"
|
127
159
|
msgstr "Reinicializando um host descoberto"
|
128
160
|
|
129
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
161
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:209
|
130
162
|
msgid "Rebooting all discovered hosts"
|
131
163
|
msgstr "Reinicializando todos os hosts descobertos"
|
132
164
|
|
133
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
165
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:220 ../app/controllers/discovered_hosts_controller.rb:129
|
134
166
|
msgid "Discovered hosts are rebooting now"
|
135
167
|
msgstr "Hosts descobertos estão reinicializando agora"
|
136
168
|
|
@@ -374,7 +406,7 @@ msgstr "Relatado nos últimos sete dias"
|
|
374
406
|
msgid "Provision"
|
375
407
|
msgstr "Configuração"
|
376
408
|
|
377
|
-
#: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:
|
409
|
+
#: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:8 ../lib/foreman_discovery/engine.rb:159 ../lib/foreman_discovery/engine.rb:174
|
378
410
|
msgid "Discovered Hosts"
|
379
411
|
msgstr "Hosts descobertos"
|
380
412
|
|
@@ -844,18 +876,6 @@ msgstr "Endereco de IP"
|
|
844
876
|
msgid "Collapse All"
|
845
877
|
msgstr "Recolher todos"
|
846
878
|
|
847
|
-
#: ../app/views/discovered_hosts/welcome.html.erb:7
|
848
|
-
msgid "No discovered hosts found in this context."
|
849
|
-
msgstr "Nenhum host descoberto encontrado neste contexto."
|
850
|
-
|
851
|
-
#: ../app/views/discovered_hosts/welcome.html.erb:8
|
852
|
-
msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
853
|
-
msgstr "Esta página mostra nós bare-metal ou virtuais aguardando o provisionamento."
|
854
|
-
|
855
|
-
#: ../app/views/discovered_hosts/welcome.html.erb:9
|
856
|
-
msgid "Learn more about this in the documentation."
|
857
|
-
msgstr "Para saber mais sobre isso, acesse a documentação."
|
858
|
-
|
859
879
|
#: ../app/views/discovered_mailer/discovered_summary.html.erb:6
|
860
880
|
msgid "Summary report for discovered hosts from Foreman"
|
861
881
|
msgstr "Relatório de resumo dos hosts descobertos pelo Foreman"
|
@@ -948,7 +968,7 @@ msgstr "Os nomes de host não devem iniciar com números. Uma boa abordagem é u
|
|
948
968
|
msgid "Edit %s"
|
949
969
|
msgstr "Editar %s"
|
950
970
|
|
951
|
-
#: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:
|
971
|
+
#: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:164
|
952
972
|
msgid "Discovery Rules"
|
953
973
|
msgstr "Regras do Discovery"
|
954
974
|
|
@@ -1004,19 +1024,19 @@ msgstr "Um ou mais hosts foram descobertos"
|
|
1004
1024
|
msgid "Details"
|
1005
1025
|
msgstr "Detalhes"
|
1006
1026
|
|
1007
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1027
|
+
#: ../lib/foreman_discovery/engine.rb:180
|
1008
1028
|
msgid "Discovery Kexec template"
|
1009
1029
|
msgstr "Modelo do kexec do Discovery"
|
1010
1030
|
|
1011
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1031
|
+
#: ../lib/foreman_discovery/engine.rb:189
|
1012
1032
|
msgid "Discovery Proxy"
|
1013
1033
|
msgstr "Proxy do Discovery"
|
1014
1034
|
|
1015
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1035
|
+
#: ../lib/foreman_discovery/engine.rb:190
|
1016
1036
|
msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1017
1037
|
msgstr "Proxy do Discovery a ser usado nesta sub-rede para gerenciar conexão com hosts descobertos"
|
1018
1038
|
|
1019
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1039
|
+
#: ../lib/foreman_discovery/engine.rb:191
|
1020
1040
|
msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1021
1041
|
msgstr "ID do proxy do Discovery a ser usado nesta sub-rede para gerenciar conexões com hosts descobertos"
|
1022
1042
|
|
@@ -1029,9 +1049,18 @@ msgid "Import Puppet classes"
|
|
1029
1049
|
msgstr ""
|
1030
1050
|
|
1031
1051
|
#: action_names.rb:4
|
1032
|
-
msgid "
|
1052
|
+
msgid "Action with sub plans"
|
1033
1053
|
msgstr ""
|
1034
1054
|
|
1035
1055
|
#: action_names.rb:5
|
1036
|
-
msgid "
|
1056
|
+
msgid "Import facts"
|
1037
1057
|
msgstr ""
|
1058
|
+
|
1059
|
+
#~ msgid "Learn more about this in the documentation."
|
1060
|
+
#~ msgstr "Para saber mais sobre isso, acesse a documentação."
|
1061
|
+
#~ msgid "No discovered hosts found in this context."
|
1062
|
+
#~ msgstr "Nenhum host descoberto encontrado neste contexto."
|
1063
|
+
#~ msgid ""
|
1064
|
+
#~ "This page shows discovered bare-metal or virtual nodes waiting to be provision"
|
1065
|
+
#~ "ed."
|
1066
|
+
#~ msgstr "Esta página mostra nós bare-metal ou virtuais aguardando o provisionamento."
|
@@ -10,7 +10,7 @@
|
|
10
10
|
# Valeria S Silva <valeriassilva@live.com>, 2015
|
11
11
|
msgid ""
|
12
12
|
msgstr ""
|
13
|
-
"Project-Id-Version: foreman_discovery 16.
|
13
|
+
"Project-Id-Version: foreman_discovery 16.2.0\n"
|
14
14
|
"Report-Msgid-Bugs-To: \n"
|
15
15
|
"PO-Revision-Date: 2020-05-26 17:21+0000\n"
|
16
16
|
"Last-Translator: Transifex Bot <>\n"
|
@@ -328,6 +328,12 @@ msgstr[1] ""
|
|
328
328
|
msgid "Host of type %s can not be rebooted"
|
329
329
|
msgstr "Tipo de host %s não pode ser reinicializado"
|
330
330
|
|
331
|
+
msgid "Host's owner type"
|
332
|
+
msgstr ""
|
333
|
+
|
334
|
+
msgid "Host's parameters (array or indexed hash)"
|
335
|
+
msgstr ""
|
336
|
+
|
331
337
|
msgid "Hostname facts"
|
332
338
|
msgstr "Fatos do nome do host"
|
333
339
|
|
@@ -415,9 +421,6 @@ msgstr "Modelo kexec não associado ao sistema operacional"
|
|
415
421
|
msgid "Last Facts Upload"
|
416
422
|
msgstr "Carregamento dos últimos fatos"
|
417
423
|
|
418
|
-
msgid "Learn more about this in the documentation."
|
419
|
-
msgstr "Para saber mais sobre isso, acesse a documentação."
|
420
|
-
|
421
424
|
msgid "List all discovered hosts"
|
422
425
|
msgstr "Listar todos os hosts descobertos"
|
423
426
|
|
@@ -472,6 +475,9 @@ msgstr "N/A"
|
|
472
475
|
msgid "Name"
|
473
476
|
msgstr "Nome"
|
474
477
|
|
478
|
+
msgid "Name of the parameter"
|
479
|
+
msgstr ""
|
480
|
+
|
475
481
|
msgid "Network"
|
476
482
|
msgstr "Rede"
|
477
483
|
|
@@ -490,9 +496,6 @@ msgstr "Nenhum host descoberto disponível"
|
|
490
496
|
msgid "No discovered hosts for the selected period"
|
491
497
|
msgstr "Nenhum host descoberto para o período selecionado"
|
492
498
|
|
493
|
-
msgid "No discovered hosts found in this context."
|
494
|
-
msgstr "Nenhum host descoberto encontrado neste contexto."
|
495
|
-
|
496
499
|
msgid "No discovered hosts to provision"
|
497
500
|
msgstr "Nenhum host descoberto para provisionamento"
|
498
501
|
|
@@ -535,6 +538,9 @@ msgstr "Modelo PXEGrub2 a ser usado para fixar um host no Discovery"
|
|
535
538
|
msgid "PXELinux template to be used when pinning a host to discovery"
|
536
539
|
msgstr "Modelo PXELinux a ser usado para fixar um host no Discovery"
|
537
540
|
|
541
|
+
msgid "Parameter value"
|
542
|
+
msgstr ""
|
543
|
+
|
538
544
|
msgid "Please Confirm"
|
539
545
|
msgstr "Por favor confirme"
|
540
546
|
|
@@ -682,15 +688,15 @@ msgstr "Os hosts a seguir não foram removidos: %s"
|
|
682
688
|
msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
|
683
689
|
msgstr "Isto pode demorar um pouco, pois todos os hosts, fatos e relatórios também serão destruídos"
|
684
690
|
|
685
|
-
msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
686
|
-
msgstr "Esta página mostra nós bare-metal ou virtuais aguardando o provisionamento."
|
687
|
-
|
688
691
|
msgid "Type"
|
689
692
|
msgstr "Tipo"
|
690
693
|
|
691
694
|
msgid "Type of name generator"
|
692
695
|
msgstr "Tipo de gerador de nomes"
|
693
696
|
|
697
|
+
msgid "Type of value"
|
698
|
+
msgstr ""
|
699
|
+
|
694
700
|
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
695
701
|
msgstr "UUID a rastrear o status de tarefas de orquestração, GET /api/orchestration/:UUID/tasks"
|
696
702
|
|
@@ -775,6 +781,15 @@ msgstr "consulta para corresponder hosts descobertos a uma regra específica"
|
|
775
781
|
msgid "represents rule name shown to the users"
|
776
782
|
msgstr "representa nome da regra exibido para os usuários"
|
777
783
|
|
784
|
+
msgid "required if host is managed and custom partition has not been defined"
|
785
|
+
msgstr ""
|
786
|
+
|
787
|
+
msgid "required if host is managed and value is not inherited from host group"
|
788
|
+
msgstr ""
|
789
|
+
|
790
|
+
msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
|
791
|
+
msgstr ""
|
792
|
+
|
778
793
|
msgid "required if value is not inherited from host group or default password in settings"
|
779
794
|
msgstr "obrigatório se o valor não for herdado do grupo de hosts ou da senha padrão nas configurações"
|
780
795
|
|
Binary file
|
@@ -10,7 +10,7 @@
|
|
10
10
|
# Yulia <yulia.poyarkova@redhat.com>, 2016
|
11
11
|
msgid ""
|
12
12
|
msgstr ""
|
13
|
-
"Project-Id-Version: foreman_discovery 16.
|
13
|
+
"Project-Id-Version: foreman_discovery 16.2.0\n"
|
14
14
|
"Report-Msgid-Bugs-To: \n"
|
15
15
|
"PO-Revision-Date: 2020-05-26 17:21+0000\n"
|
16
16
|
"Last-Translator: Transifex Bot <>\n"
|
@@ -48,7 +48,7 @@ msgstr "количество записей на запрос"
|
|
48
48
|
msgid "Show a discovered host"
|
49
49
|
msgstr "Показать обнаруженный узел"
|
50
50
|
|
51
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
51
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:85
|
52
52
|
msgid "DHCP filename option (Grub2 or PXELinux by default)"
|
53
53
|
msgstr ""
|
54
54
|
|
@@ -60,6 +60,10 @@ msgstr "Создать узел на базе обнаруженного для
|
|
60
60
|
msgid "Provision a discovered host"
|
61
61
|
msgstr "Подготовить обнаруженный узел"
|
62
62
|
|
63
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:54 ../app/controllers/api/v2/discovered_hosts_controller.rb:57 ../app/controllers/api/v2/discovered_hosts_controller.rb:58 ../app/controllers/api/v2/discovered_hosts_controller.rb:61 ../app/controllers/api/v2/discovered_hosts_controller.rb:64
|
64
|
+
msgid "required if host is managed and value is not inherited from host group"
|
65
|
+
msgstr ""
|
66
|
+
|
63
67
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
|
64
68
|
msgid "not required if using a subnet with DHCP proxy"
|
65
69
|
msgstr "не требуется, если используется подсеть с DHCP прокси"
|
@@ -68,71 +72,99 @@ msgstr "не требуется, если используется подсет
|
|
68
72
|
msgid "not required if it's a virtual machine"
|
69
73
|
msgstr "не требуется для виртуальных машин"
|
70
74
|
|
71
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
75
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:62
|
76
|
+
msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
|
77
|
+
msgstr ""
|
78
|
+
|
79
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:63
|
80
|
+
msgid "required if host is managed and custom partition has not been defined"
|
81
|
+
msgstr ""
|
82
|
+
|
83
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:69
|
84
|
+
msgid "Host's owner type"
|
85
|
+
msgstr ""
|
86
|
+
|
87
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:72
|
88
|
+
msgid "Host's parameters (array or indexed hash)"
|
89
|
+
msgstr ""
|
90
|
+
|
91
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
|
92
|
+
msgid "Name of the parameter"
|
93
|
+
msgstr ""
|
94
|
+
|
95
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
|
96
|
+
msgid "Parameter value"
|
97
|
+
msgstr ""
|
98
|
+
|
99
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
|
100
|
+
msgid "Type of value"
|
101
|
+
msgstr ""
|
102
|
+
|
103
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:82
|
72
104
|
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
73
105
|
msgstr "UUID для отслеживания состояния задач оркестрации, GET /api/orchestration/:UUID/tasks"
|
74
106
|
|
75
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
107
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:84
|
76
108
|
msgid "required if value is not inherited from host group or default password in settings"
|
77
109
|
msgstr "обязательно, если пароль не унаследован от группы узлов или заданного по умолчанию пароля"
|
78
110
|
|
79
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
111
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:95
|
80
112
|
msgid "Delete a discovered host"
|
81
113
|
msgstr "Удалить обнаруженный узел"
|
82
114
|
|
83
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
115
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:102
|
84
116
|
msgid "Upload facts for a host, creating the host if required"
|
85
117
|
msgstr "Загрузить факты узла, требуемые для создания узла"
|
86
118
|
|
87
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
119
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:103
|
88
120
|
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)"
|
89
121
|
msgstr "хэш с минимальным набором фактов узла: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (в этих примерах подразумевается, что основной интерфейс имеет имя eth0)"
|
90
122
|
|
91
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
123
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:129
|
92
124
|
msgid "Execute rules against a discovered host"
|
93
125
|
msgstr "Применить правила к обнаруженному узлу"
|
94
126
|
|
95
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
127
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:135 ../app/controllers/discovered_hosts_controller.rb:160
|
96
128
|
msgid "Host %{host} was provisioned with rule %{rule}"
|
97
129
|
msgstr "%{host} был подготовлен в соответствии с правилом %{rule}"
|
98
130
|
|
99
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
131
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
|
100
132
|
msgid "Unable to provision %{host}: %{errors}"
|
101
133
|
msgstr "Не удалось подготовить %{host}: %{errors}"
|
102
134
|
|
103
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
135
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:144 ../app/controllers/discovered_hosts_controller.rb:167
|
104
136
|
msgid "No rule found for host %s"
|
105
137
|
msgstr "Нет правил для %s"
|
106
138
|
|
107
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
139
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:151
|
108
140
|
msgid "Execute rules against all currently discovered hosts"
|
109
141
|
msgstr "Применить правила ко всем обнаруженным узлам"
|
110
142
|
|
111
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
143
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:155 ../app/controllers/discovered_hosts_controller.rb:173
|
112
144
|
msgid "Errors during auto provisioning: %s"
|
113
145
|
msgstr "Ошибки при автоматической подготовке: %s"
|
114
146
|
|
115
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
147
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:158 ../app/controllers/discovered_hosts_controller.rb:176
|
116
148
|
msgid "No discovered hosts to provision"
|
117
149
|
msgstr "Нет обнаруженных узлов"
|
118
150
|
|
119
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
151
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:180
|
120
152
|
msgid "%s discovered hosts were provisioned"
|
121
153
|
msgstr "Подготовлено узлов: %s"
|
122
154
|
|
123
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
155
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:191
|
124
156
|
msgid "Refreshing the facts of a discovered host"
|
125
157
|
msgstr "Обновление фактов узла"
|
126
158
|
|
127
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
159
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:200
|
128
160
|
msgid "Rebooting a discovered host"
|
129
161
|
msgstr "Перезагрузка обнаруженного узла"
|
130
162
|
|
131
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
163
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:209
|
132
164
|
msgid "Rebooting all discovered hosts"
|
133
165
|
msgstr "Перезагрузка всех обнаруженных узлов"
|
134
166
|
|
135
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
167
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:220 ../app/controllers/discovered_hosts_controller.rb:129
|
136
168
|
msgid "Discovered hosts are rebooting now"
|
137
169
|
msgstr "Выполняется перезагрузка обнаруженных узлов"
|
138
170
|
|
@@ -376,7 +408,7 @@ msgstr "Были данные за последние 7 дней"
|
|
376
408
|
msgid "Provision"
|
377
409
|
msgstr "Подготовить"
|
378
410
|
|
379
|
-
#: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:
|
411
|
+
#: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:8 ../lib/foreman_discovery/engine.rb:159 ../lib/foreman_discovery/engine.rb:174
|
380
412
|
msgid "Discovered Hosts"
|
381
413
|
msgstr "Обнаруженные узлы"
|
382
414
|
|
@@ -850,18 +882,6 @@ msgstr "IP-адрес"
|
|
850
882
|
msgid "Collapse All"
|
851
883
|
msgstr "Свернуть все"
|
852
884
|
|
853
|
-
#: ../app/views/discovered_hosts/welcome.html.erb:7
|
854
|
-
msgid "No discovered hosts found in this context."
|
855
|
-
msgstr ""
|
856
|
-
|
857
|
-
#: ../app/views/discovered_hosts/welcome.html.erb:8
|
858
|
-
msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
859
|
-
msgstr ""
|
860
|
-
|
861
|
-
#: ../app/views/discovered_hosts/welcome.html.erb:9
|
862
|
-
msgid "Learn more about this in the documentation."
|
863
|
-
msgstr ""
|
864
|
-
|
865
885
|
#: ../app/views/discovered_mailer/discovered_summary.html.erb:6
|
866
886
|
msgid "Summary report for discovered hosts from Foreman"
|
867
887
|
msgstr "Сводный отчет Foreman по обнаруженным узлам"
|
@@ -954,7 +974,7 @@ msgstr ""
|
|
954
974
|
msgid "Edit %s"
|
955
975
|
msgstr "Изменить %s"
|
956
976
|
|
957
|
-
#: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:
|
977
|
+
#: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:164
|
958
978
|
msgid "Discovery Rules"
|
959
979
|
msgstr "Правила обнаружения"
|
960
980
|
|
@@ -1010,19 +1030,19 @@ msgstr ""
|
|
1010
1030
|
msgid "Details"
|
1011
1031
|
msgstr "Свойства"
|
1012
1032
|
|
1013
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1033
|
+
#: ../lib/foreman_discovery/engine.rb:180
|
1014
1034
|
msgid "Discovery Kexec template"
|
1015
1035
|
msgstr ""
|
1016
1036
|
|
1017
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1037
|
+
#: ../lib/foreman_discovery/engine.rb:189
|
1018
1038
|
msgid "Discovery Proxy"
|
1019
1039
|
msgstr ""
|
1020
1040
|
|
1021
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1041
|
+
#: ../lib/foreman_discovery/engine.rb:190
|
1022
1042
|
msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1023
1043
|
msgstr ""
|
1024
1044
|
|
1025
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1045
|
+
#: ../lib/foreman_discovery/engine.rb:191
|
1026
1046
|
msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1027
1047
|
msgstr ""
|
1028
1048
|
|
@@ -1035,9 +1055,9 @@ msgid "Import Puppet classes"
|
|
1035
1055
|
msgstr ""
|
1036
1056
|
|
1037
1057
|
#: action_names.rb:4
|
1038
|
-
msgid "
|
1058
|
+
msgid "Action with sub plans"
|
1039
1059
|
msgstr ""
|
1040
1060
|
|
1041
1061
|
#: action_names.rb:5
|
1042
|
-
msgid "
|
1062
|
+
msgid "Import facts"
|
1043
1063
|
msgstr ""
|