foreman_discovery 16.1.4 → 16.2.0
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 +3 -10
- data/app/models/host/discovered.rb +10 -14
- data/app/models/setting/discovered.rb +3 -1
- data/app/services/foreman_discovery/host_fact_importer.rb +10 -0
- data/app/views/foreman_discovery/debian_kexec.erb +2 -1
- data/app/views/foreman_discovery/redhat_kexec.erb +2 -1
- data/lib/foreman_discovery/engine.rb +1 -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 +67 -99
- data/locale/ca/foreman_discovery.po +1 -1
- data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/de/foreman_discovery.edit.po +71 -103
- data/locale/de/foreman_discovery.po +1 -1
- data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en/foreman_discovery.edit.po +65 -97
- data/locale/en/foreman_discovery.po +1 -1
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en_GB/foreman_discovery.edit.po +70 -102
- data/locale/en_GB/foreman_discovery.po +1 -1
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/foreman_discovery.edit.po +94 -128
- data/locale/es/foreman_discovery.po +1 -1
- data/locale/foreman_discovery.pot +85 -85
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/foreman_discovery.edit.po +102 -134
- data/locale/fr/foreman_discovery.po +1 -1
- data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/gl/foreman_discovery.edit.po +66 -98
- data/locale/gl/foreman_discovery.po +1 -1
- data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/it/foreman_discovery.edit.po +71 -103
- data/locale/it/foreman_discovery.po +1 -1
- data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ja/foreman_discovery.edit.po +107 -137
- data/locale/ja/foreman_discovery.po +1 -1
- data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ko/foreman_discovery.edit.po +71 -103
- data/locale/ko/foreman_discovery.po +1 -1
- data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/pt_BR/foreman_discovery.edit.po +92 -127
- data/locale/pt_BR/foreman_discovery.po +1 -1
- data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ru/foreman_discovery.edit.po +71 -103
- data/locale/ru/foreman_discovery.po +1 -1
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/sv_SE/foreman_discovery.edit.po +67 -99
- data/locale/sv_SE/foreman_discovery.po +1 -1
- data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_CN/foreman_discovery.edit.po +143 -172
- data/locale/zh_CN/foreman_discovery.po +1 -1
- data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_TW/foreman_discovery.edit.po +71 -103
- data/locale/zh_TW/foreman_discovery.po +1 -1
- data/test/facts/only-ipv6.json +205 -0
- data/test/facts/skylake-ipv6.json +223 -0
- data/test/functional/api/v2/settings_controller_test.rb +2 -2
- data/test/unit/host_discovered_test.rb +0 -16
- metadata +19 -16
- data/test/facts/vmware-facter4-nolegacy.json +0 -402
@@ -6,7 +6,7 @@
|
|
6
6
|
# 山田 修司 🍣 Shuji Yamada <uzy.exe@gmail.com>, 2015
|
7
7
|
msgid ""
|
8
8
|
msgstr ""
|
9
|
-
"Project-Id-Version: foreman_discovery 16.1.
|
9
|
+
"Project-Id-Version: foreman_discovery 16.1.0\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
11
|
"PO-Revision-Date: 2020-05-26 17:21+0000\n"
|
12
12
|
"Last-Translator: Transifex Bot <>\n"
|
Binary file
|
@@ -5,10 +5,10 @@
|
|
5
5
|
# Translators:
|
6
6
|
msgid ""
|
7
7
|
msgstr ""
|
8
|
-
"Project-Id-Version: foreman_discovery 16.
|
8
|
+
"Project-Id-Version: foreman_discovery 16.1.0\n"
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
10
|
-
"PO-Revision-Date: 2020-
|
11
|
-
"Last-Translator:
|
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"
|
@@ -40,7 +40,7 @@ msgstr "요청 당 항목 수 "
|
|
40
40
|
msgid "Show a discovered host"
|
41
41
|
msgstr "검색된 호스트 표시 "
|
42
42
|
|
43
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
43
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:79
|
44
44
|
msgid "DHCP filename option (Grub2 or PXELinux by default)"
|
45
45
|
msgstr ""
|
46
46
|
|
@@ -52,10 +52,6 @@ msgstr "검색된 호스트를 테스트용으로 생성(/facts를 사용하여
|
|
52
52
|
msgid "Provision a discovered host"
|
53
53
|
msgstr "검색된 호스트 프로비저닝 "
|
54
54
|
|
55
|
-
#: ../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
|
56
|
-
msgid "required if host is managed and value is not inherited from host group"
|
57
|
-
msgstr "호스트가 관리되고 있으며 값이 호스트 그룹에서 상속되지 않은 경우에 필요합니다 "
|
58
|
-
|
59
55
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
|
60
56
|
msgid "not required if using a subnet with DHCP proxy"
|
61
57
|
msgstr "DHCP 프록시를 갖는 서브넷을 사용할 필요가 없습니다 "
|
@@ -64,99 +60,71 @@ msgstr "DHCP 프록시를 갖는 서브넷을 사용할 필요가 없습니다 "
|
|
64
60
|
msgid "not required if it's a virtual machine"
|
65
61
|
msgstr "가상 머신의 경우 필요하지 않습니다 "
|
66
62
|
|
67
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
68
|
-
msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
|
69
|
-
msgstr "이미지 기반의 프로비저닝이 아니고 호스트가 관리되어 값이 호스트 그룹에서 상속되지 않은 경우에 필요합니다 "
|
70
|
-
|
71
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:63
|
72
|
-
msgid "required if host is managed and custom partition has not been defined"
|
73
|
-
msgstr "호스트가 관리되고 있으며 사용자 정의 파티션이 정의되고 있지 않은 경우에 필요합니다 "
|
74
|
-
|
75
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:69
|
76
|
-
msgid "Host's owner type"
|
77
|
-
msgstr "호스트의 소유자 유형"
|
78
|
-
|
79
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:72
|
80
|
-
msgid "Host's parameters (array or indexed hash)"
|
81
|
-
msgstr "호스트의 매개 변수(배열 또는 인덱싱된 해시)"
|
82
|
-
|
83
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
|
84
|
-
msgid "Name of the parameter"
|
85
|
-
msgstr "매개 변수의 이름"
|
86
|
-
|
87
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
|
88
|
-
msgid "Parameter value"
|
89
|
-
msgstr "매개 변수 값"
|
90
|
-
|
91
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
|
92
|
-
msgid "Type of value"
|
93
|
-
msgstr ""
|
94
|
-
|
95
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:82
|
63
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
|
96
64
|
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
97
65
|
msgstr "오케스트레이션 작업 상태를 추적하기 위한 UUID, GET /api/orchestration/:UUID/tasks"
|
98
66
|
|
99
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
67
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:78
|
100
68
|
msgid "required if value is not inherited from host group or default password in settings"
|
101
69
|
msgstr "값이 호스트 그룹이나 설정의 기본값 암호에서 상속되지 않은 경우에 필요합니다 "
|
102
70
|
|
103
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
71
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:89
|
104
72
|
msgid "Delete a discovered host"
|
105
73
|
msgstr "검색된 호스트 삭제 "
|
106
74
|
|
107
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
75
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:96
|
108
76
|
msgid "Upload facts for a host, creating the host if required"
|
109
77
|
msgstr "호스트의 팩트를 업로드하고 필요한 경우 호스트를 생성합니다 "
|
110
78
|
|
111
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
79
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:97
|
112
80
|
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)"
|
113
81
|
msgstr "최소 세트의 팩트가 있는 호스트의 팩트가 포함된 해시: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, 인터페이스: eth0(기본 인터페이스의 이름이 eth0인 경우의 예)"
|
114
82
|
|
115
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
83
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:116
|
116
84
|
msgid "Execute rules against a discovered host"
|
117
85
|
msgstr "검색된 호스트에 대해 규칙 실행 "
|
118
86
|
|
119
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
87
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:122 ../app/controllers/discovered_hosts_controller.rb:160
|
120
88
|
msgid "Host %{host} was provisioned with rule %{rule}"
|
121
89
|
msgstr "호스트 %{host}은/는 %{rule}으(로) 프로비저닝됩니다 "
|
122
90
|
|
123
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
91
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:125
|
124
92
|
msgid "Unable to provision %{host}: %{errors}"
|
125
93
|
msgstr "%{host}을(를) 프로비저닝할 수 없습니다: %{errors}"
|
126
94
|
|
127
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
95
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:131 ../app/controllers/discovered_hosts_controller.rb:167
|
128
96
|
msgid "No rule found for host %s"
|
129
97
|
msgstr "호스트 %s에 대한 규칙을 찾을 수 없습니다 "
|
130
98
|
|
131
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
99
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
|
132
100
|
msgid "Execute rules against all currently discovered hosts"
|
133
101
|
msgstr "현재 검색된 모든 호스트에 대해 규칙 실행 "
|
134
102
|
|
135
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
103
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:142 ../app/controllers/discovered_hosts_controller.rb:173
|
136
104
|
msgid "Errors during auto provisioning: %s"
|
137
105
|
msgstr "자동 프로비저닝 도중 오류 발생: %s"
|
138
106
|
|
139
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
107
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:176
|
140
108
|
msgid "No discovered hosts to provision"
|
141
109
|
msgstr "프로비저닝할 검색된 호스트가 없습니다 "
|
142
110
|
|
143
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
111
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:167
|
144
112
|
msgid "%s discovered hosts were provisioned"
|
145
113
|
msgstr "%s개의 검색된 호스트를 프로비저닝했습니다."
|
146
114
|
|
147
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
115
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:178
|
148
116
|
msgid "Refreshing the facts of a discovered host"
|
149
117
|
msgstr "검색된 호스트의 팩트를 새로고침 중 "
|
150
118
|
|
151
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
119
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:187
|
152
120
|
msgid "Rebooting a discovered host"
|
153
121
|
msgstr "검색된 호스트를 재부팅 중 "
|
154
122
|
|
155
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
123
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:196
|
156
124
|
msgid "Rebooting all discovered hosts"
|
157
125
|
msgstr "검색된 모든 호스트를 재부팅 중"
|
158
126
|
|
159
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
127
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:207 ../app/controllers/discovered_hosts_controller.rb:129
|
160
128
|
msgid "Discovered hosts are rebooting now"
|
161
129
|
msgstr "현재 검색된 호스트를 재부팅하고 있습니다."
|
162
130
|
|
@@ -328,11 +296,11 @@ msgstr "선택된 호스트가 없음 "
|
|
328
296
|
msgid "Something went wrong while selecting hosts - %s"
|
329
297
|
msgstr "호스트를 선택하는 도중 문제가 발생했습니다 - %s"
|
330
298
|
|
331
|
-
#: ../app/controllers/discovery_rules_controller.rb:
|
299
|
+
#: ../app/controllers/discovery_rules_controller.rb:68
|
332
300
|
msgid "Rule enabled"
|
333
301
|
msgstr "규칙 비활성화 "
|
334
302
|
|
335
|
-
#: ../app/controllers/discovery_rules_controller.rb:
|
303
|
+
#: ../app/controllers/discovery_rules_controller.rb:68
|
336
304
|
msgid "Rule disabled"
|
337
305
|
msgstr "규칙 비활성화 "
|
338
306
|
|
@@ -340,15 +308,15 @@ msgstr "규칙 비활성화 "
|
|
340
308
|
msgid "%s ago"
|
341
309
|
msgstr "%s 전 "
|
342
310
|
|
343
|
-
#: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
311
|
+
#: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:37
|
344
312
|
msgid "Auto Provision"
|
345
313
|
msgstr "자동 프로비저닝 "
|
346
314
|
|
347
|
-
#: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
315
|
+
#: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
|
348
316
|
msgid "Refresh facts"
|
349
317
|
msgstr "팩트 새로고침 "
|
350
318
|
|
351
|
-
#: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/models/setting/discovered.rb:24 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
319
|
+
#: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/models/setting/discovered.rb:24 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:39
|
352
320
|
msgid "Reboot"
|
353
321
|
msgstr "다시 시작"
|
354
322
|
|
@@ -360,7 +328,7 @@ msgstr "뒤로 "
|
|
360
328
|
msgid "Select Action"
|
361
329
|
msgstr "작업 선택 "
|
362
330
|
|
363
|
-
#: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
331
|
+
#: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
|
364
332
|
msgid "Delete %s?"
|
365
333
|
msgstr "%s 을(를) 삭제하시겠습니까?"
|
366
334
|
|
@@ -400,7 +368,7 @@ msgstr "지난 7일 이내에 보고됨"
|
|
400
368
|
msgid "Provision"
|
401
369
|
msgstr "프로비저닝 "
|
402
370
|
|
403
|
-
#: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:
|
371
|
+
#: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:6 ../lib/foreman_discovery/engine.rb:158 ../lib/foreman_discovery/engine.rb:173
|
404
372
|
msgid "Discovered Hosts"
|
405
373
|
msgstr ""
|
406
374
|
|
@@ -750,15 +718,15 @@ msgstr "사용 가능한 검색된 호스트가 없습니다 "
|
|
750
718
|
msgid "Host"
|
751
719
|
msgstr "호스트"
|
752
720
|
|
753
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
721
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6 ../app/views/discovered_hosts/_selected_hosts.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:18 ../app/views/discovered_mailer/discovered_summary.text.erb:10
|
754
722
|
msgid "Model"
|
755
723
|
msgstr "모델 "
|
756
724
|
|
757
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
725
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:20 ../app/views/discovered_mailer/discovered_summary.text.erb:12
|
758
726
|
msgid "CPUs"
|
759
727
|
msgstr "CPU"
|
760
728
|
|
761
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
729
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9 ../app/views/discovered_mailer/discovered_summary.html.erb:21 ../app/views/discovered_mailer/discovered_summary.text.erb:13
|
762
730
|
msgid "Memory"
|
763
731
|
msgstr "메모리"
|
764
732
|
|
@@ -770,59 +738,59 @@ msgstr ""
|
|
770
738
|
msgid "Create Host"
|
771
739
|
msgstr ""
|
772
740
|
|
773
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
741
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:4
|
774
742
|
msgid "Select all items in this page"
|
775
743
|
msgstr "이 페이지에 있는 모든 항목을 선택 "
|
776
744
|
|
777
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
745
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:4
|
778
746
|
msgid "items selected. Uncheck to Clear"
|
779
747
|
msgstr "항목이 선택되어 있습니다. 삭제하려면 선택 해제합니다 "
|
780
748
|
|
781
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
749
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5 ../app/views/discovered_hosts/_selected_hosts.html.erb:7 ../app/views/discovered_mailer/discovered_summary.html.erb:17 ../app/views/discovered_mailer/discovered_summary.text.erb:9
|
782
750
|
msgid "Name"
|
783
751
|
msgstr "이름 "
|
784
752
|
|
785
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
753
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7 ../app/views/discovered_mailer/discovered_summary.html.erb:19 ../app/views/discovered_mailer/discovered_summary.text.erb:11
|
786
754
|
msgid "IP Address"
|
787
755
|
msgstr "IP 주소 "
|
788
756
|
|
789
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
757
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10
|
790
758
|
msgid "Disk Count"
|
791
759
|
msgstr "디스크 수"
|
792
760
|
|
793
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
761
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
|
794
762
|
msgid "Disks Size"
|
795
763
|
msgstr ""
|
796
764
|
|
797
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
765
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
|
798
766
|
msgid "Location"
|
799
767
|
msgstr "위치 "
|
800
768
|
|
801
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
769
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
|
802
770
|
msgid "Organization"
|
803
771
|
msgstr "조직 "
|
804
772
|
|
805
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
773
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
|
806
774
|
msgid "Subnet"
|
807
775
|
msgstr "서브넷 "
|
808
776
|
|
809
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
777
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:18
|
810
778
|
msgid "Last Facts Upload"
|
811
779
|
msgstr ""
|
812
780
|
|
813
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
781
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19 ../app/views/discovery_rules/index.html.erb:12
|
814
782
|
msgid "Actions"
|
815
783
|
msgstr "동작 "
|
816
784
|
|
817
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
785
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:51
|
818
786
|
msgid "Please Confirm"
|
819
787
|
msgstr "확인해 주십시오 "
|
820
788
|
|
821
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
789
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:57
|
822
790
|
msgid "Cancel"
|
823
791
|
msgstr "취소 "
|
824
792
|
|
825
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
793
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:58
|
826
794
|
msgid "Submit"
|
827
795
|
msgstr "제출 "
|
828
796
|
|
@@ -870,6 +838,18 @@ msgstr "IP 주소 "
|
|
870
838
|
msgid "Collapse All"
|
871
839
|
msgstr "모두 축소"
|
872
840
|
|
841
|
+
#: ../app/views/discovered_hosts/welcome.html.erb:7
|
842
|
+
msgid "No discovered hosts found in this context."
|
843
|
+
msgstr ""
|
844
|
+
|
845
|
+
#: ../app/views/discovered_hosts/welcome.html.erb:8
|
846
|
+
msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
847
|
+
msgstr ""
|
848
|
+
|
849
|
+
#: ../app/views/discovered_hosts/welcome.html.erb:9
|
850
|
+
msgid "Learn more about this in the documentation."
|
851
|
+
msgstr ""
|
852
|
+
|
873
853
|
#: ../app/views/discovered_mailer/discovered_summary.html.erb:6
|
874
854
|
msgid "Summary report for discovered hosts from Foreman"
|
875
855
|
msgstr ""
|
@@ -962,11 +942,11 @@ msgstr ""
|
|
962
942
|
msgid "Edit %s"
|
963
943
|
msgstr "%s 편집 "
|
964
944
|
|
965
|
-
#: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:
|
945
|
+
#: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:163
|
966
946
|
msgid "Discovery Rules"
|
967
947
|
msgstr "검색 규칙 "
|
968
948
|
|
969
|
-
#: ../app/views/discovery_rules/index.html.erb:2
|
949
|
+
#: ../app/views/discovery_rules/index.html.erb:2
|
970
950
|
msgid "Create Rule"
|
971
951
|
msgstr ""
|
972
952
|
|
@@ -998,10 +978,6 @@ msgstr "활성화 "
|
|
998
978
|
msgid "New Discovery Rule"
|
999
979
|
msgstr "새 검색 규칙 "
|
1000
980
|
|
1001
|
-
#: ../app/views/discovery_rules/welcome.html.erb:8
|
1002
|
-
msgid "Discovered Rules"
|
1003
|
-
msgstr ""
|
1004
|
-
|
1005
981
|
#: ../db/seeds.d/50_discovery_templates.rb:5
|
1006
982
|
msgid "Command line options for kexec during PXE-less provisioning."
|
1007
983
|
msgstr ""
|
@@ -1022,42 +998,34 @@ msgstr ""
|
|
1022
998
|
msgid "Details"
|
1023
999
|
msgstr "상세 정보 "
|
1024
1000
|
|
1025
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1001
|
+
#: ../lib/foreman_discovery/engine.rb:179
|
1026
1002
|
msgid "Discovery Kexec template"
|
1027
1003
|
msgstr ""
|
1028
1004
|
|
1029
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1005
|
+
#: ../lib/foreman_discovery/engine.rb:188
|
1030
1006
|
msgid "Discovery Proxy"
|
1031
1007
|
msgstr ""
|
1032
1008
|
|
1033
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1009
|
+
#: ../lib/foreman_discovery/engine.rb:189
|
1034
1010
|
msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1035
1011
|
msgstr ""
|
1036
1012
|
|
1037
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1013
|
+
#: ../lib/foreman_discovery/engine.rb:190
|
1038
1014
|
msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1039
1015
|
msgstr ""
|
1040
1016
|
|
1041
|
-
#: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:33
|
1042
|
-
msgid "For more information please see "
|
1043
|
-
msgstr ""
|
1044
|
-
|
1045
|
-
#: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:34
|
1046
|
-
msgid "documentation"
|
1047
|
-
msgstr ""
|
1048
|
-
|
1049
1017
|
#: action_names.rb:2
|
1050
|
-
msgid "
|
1051
|
-
msgstr "
|
1018
|
+
msgid "Remote action:"
|
1019
|
+
msgstr ""
|
1052
1020
|
|
1053
1021
|
#: action_names.rb:3
|
1054
|
-
msgid "Import
|
1055
|
-
msgstr "
|
1022
|
+
msgid "Import Puppet classes"
|
1023
|
+
msgstr ""
|
1056
1024
|
|
1057
1025
|
#: action_names.rb:4
|
1058
|
-
msgid "Import
|
1059
|
-
msgstr "
|
1026
|
+
msgid "Import facts"
|
1027
|
+
msgstr ""
|
1060
1028
|
|
1061
1029
|
#: action_names.rb:5
|
1062
|
-
msgid "
|
1063
|
-
msgstr "
|
1030
|
+
msgid "Action with sub plans"
|
1031
|
+
msgstr ""
|
Binary file
|
@@ -4,19 +4,16 @@
|
|
4
4
|
#
|
5
5
|
# Translators:
|
6
6
|
# 0868a4d1af5275b3f70b0a6dac4c99a4, 2014
|
7
|
-
# 0868a4d1af5275b3f70b0a6dac4c99a4, 2014
|
8
|
-
# Junior Alvim <alvin@intechne.com.br>, 2014
|
9
7
|
# Junior Alvim <alvin@intechne.com.br>, 2014
|
10
8
|
# Luiz Henrique Vasconcelos <luizvasconceloss@yahoo.com.br>, 2014
|
11
|
-
# Luiz Henrique Vasconcelos <luizvasconceloss@yahoo.com.br>, 2014
|
12
9
|
# Luiz Henrique Vasconcelos <luizvasconceloss@yahoo.com.br>, 2014-2015
|
13
10
|
# Valeria S Silva <valeriassilva@live.com>, 2015
|
14
11
|
msgid ""
|
15
12
|
msgstr ""
|
16
|
-
"Project-Id-Version: foreman_discovery 16.
|
13
|
+
"Project-Id-Version: foreman_discovery 16.1.0\n"
|
17
14
|
"Report-Msgid-Bugs-To: \n"
|
18
|
-
"PO-Revision-Date: 2020-
|
19
|
-
"Last-Translator:
|
15
|
+
"PO-Revision-Date: 2020-05-26 17:21+0000\n"
|
16
|
+
"Last-Translator: Transifex Bot <>\n"
|
20
17
|
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/foreman/foreman/l"
|
21
18
|
"anguage/pt_BR/)\n"
|
22
19
|
"MIME-Version: 1.0\n"
|
@@ -27,7 +24,7 @@ msgstr ""
|
|
27
24
|
|
28
25
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:16
|
29
26
|
msgid "List all discovered hosts"
|
30
|
-
msgstr "Listar todos os hosts
|
27
|
+
msgstr "Listar todos os hosts descobertos"
|
31
28
|
|
32
29
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:17 ../app/controllers/api/v2/discovery_rules_controller.rb:15
|
33
30
|
msgid "filter results"
|
@@ -49,7 +46,7 @@ msgstr "número de entradas por requisições"
|
|
49
46
|
msgid "Show a discovered host"
|
50
47
|
msgstr "Exibir um host descoberto"
|
51
48
|
|
52
|
-
#: ../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:79
|
53
50
|
msgid "DHCP filename option (Grub2 or PXELinux by default)"
|
54
51
|
msgstr "Opção do nome de arquivo DHCP (Grub2 ou PXELinux por padrão)"
|
55
52
|
|
@@ -61,10 +58,6 @@ msgstr "Crie um host descoberto para testes (use /facts para criar novos hosts)"
|
|
61
58
|
msgid "Provision a discovered host"
|
62
59
|
msgstr "Provisionar um host descoberto"
|
63
60
|
|
64
|
-
#: ../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
|
65
|
-
msgid "required if host is managed and value is not inherited from host group"
|
66
|
-
msgstr "necessário se o host é gerenciado e valor não é herdado do grupo de host"
|
67
|
-
|
68
61
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
|
69
62
|
msgid "not required if using a subnet with DHCP proxy"
|
70
63
|
msgstr "não necessário se utilizar um subrede com proxy DHCP"
|
@@ -73,99 +66,71 @@ msgstr "não necessário se utilizar um subrede com proxy DHCP"
|
|
73
66
|
msgid "not required if it's a virtual machine"
|
74
67
|
msgstr "não é obrigatório se for uma máquina virtual"
|
75
68
|
|
76
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
77
|
-
msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
|
78
|
-
msgstr "solicitado se o provisionamento não for baseado em imagem, o host for gerenciado e o valor não for herdado do grupo de host"
|
79
|
-
|
80
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:63
|
81
|
-
msgid "required if host is managed and custom partition has not been defined"
|
82
|
-
msgstr "requerido se o host é gerenciado e uma partição customizada não foi definida"
|
83
|
-
|
84
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:69
|
85
|
-
msgid "Host's owner type"
|
86
|
-
msgstr "Tipo de proprietário do host"
|
87
|
-
|
88
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:72
|
89
|
-
msgid "Host's parameters (array or indexed hash)"
|
90
|
-
msgstr "Parâmetros do host (matriz ou hash indexado)"
|
91
|
-
|
92
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
|
93
|
-
msgid "Name of the parameter"
|
94
|
-
msgstr "Nome do parâmetro"
|
95
|
-
|
96
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
|
97
|
-
msgid "Parameter value"
|
98
|
-
msgstr "Valor do parâmetro"
|
99
|
-
|
100
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
|
101
|
-
msgid "Type of value"
|
102
|
-
msgstr "Tipo de valor"
|
103
|
-
|
104
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:82
|
69
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
|
105
70
|
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
106
71
|
msgstr "UUID a rastrear o status de tarefas de orquestração, GET /api/orchestration/:UUID/tasks"
|
107
72
|
|
108
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
73
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:78
|
109
74
|
msgid "required if value is not inherited from host group or default password in settings"
|
110
75
|
msgstr "obrigatório se o valor não for herdado do grupo de hosts ou da senha padrão nas configurações"
|
111
76
|
|
112
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
77
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:89
|
113
78
|
msgid "Delete a discovered host"
|
114
79
|
msgstr "Excluir um host descoberto"
|
115
80
|
|
116
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
81
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:96
|
117
82
|
msgid "Upload facts for a host, creating the host if required"
|
118
83
|
msgstr "Enviar fatos para um host, criando o host se necessário"
|
119
84
|
|
120
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
85
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:97
|
121
86
|
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)"
|
122
87
|
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)"
|
123
88
|
|
124
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
89
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:116
|
125
90
|
msgid "Execute rules against a discovered host"
|
126
91
|
msgstr "Executar regras em relação a um host descoberto"
|
127
92
|
|
128
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
93
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:122 ../app/controllers/discovered_hosts_controller.rb:160
|
129
94
|
msgid "Host %{host} was provisioned with rule %{rule}"
|
130
95
|
msgstr "Host %{host} foi provisionado com a regra %{rule}"
|
131
96
|
|
132
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
97
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:125
|
133
98
|
msgid "Unable to provision %{host}: %{errors}"
|
134
99
|
msgstr "Não foi possível provisionar %{host}: %{errors}"
|
135
100
|
|
136
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
101
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:131 ../app/controllers/discovered_hosts_controller.rb:167
|
137
102
|
msgid "No rule found for host %s"
|
138
103
|
msgstr "Nenhuma regra encontrada para o host %s"
|
139
104
|
|
140
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
105
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
|
141
106
|
msgid "Execute rules against all currently discovered hosts"
|
142
107
|
msgstr "Executar regras em relação a todos os hosts descobertos atualmente"
|
143
108
|
|
144
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
109
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:142 ../app/controllers/discovered_hosts_controller.rb:173
|
145
110
|
msgid "Errors during auto provisioning: %s"
|
146
111
|
msgstr "Erros durante o provisionamento automático: %s"
|
147
112
|
|
148
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
113
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:176
|
149
114
|
msgid "No discovered hosts to provision"
|
150
115
|
msgstr "Nenhum host descoberto para provisionamento"
|
151
116
|
|
152
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
117
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:167
|
153
118
|
msgid "%s discovered hosts were provisioned"
|
154
119
|
msgstr "%s hosts descobertos foram provisionados"
|
155
120
|
|
156
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
121
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:178
|
157
122
|
msgid "Refreshing the facts of a discovered host"
|
158
123
|
msgstr "Atualizando os fatos de um host descoberto"
|
159
124
|
|
160
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
125
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:187
|
161
126
|
msgid "Rebooting a discovered host"
|
162
127
|
msgstr "Reinicializando um host descoberto"
|
163
128
|
|
164
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
129
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:196
|
165
130
|
msgid "Rebooting all discovered hosts"
|
166
131
|
msgstr "Reinicializando todos os hosts descobertos"
|
167
132
|
|
168
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
133
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:207 ../app/controllers/discovered_hosts_controller.rb:129
|
169
134
|
msgid "Discovered hosts are rebooting now"
|
170
135
|
msgstr "Hosts descobertos estão reinicializando agora"
|
171
136
|
|
@@ -323,7 +288,7 @@ msgstr "IPMI"
|
|
323
288
|
|
324
289
|
#: ../app/controllers/discovered_hosts_controller.rb:226
|
325
290
|
msgid "Miscellaneous"
|
326
|
-
msgstr "
|
291
|
+
msgstr "Geral"
|
327
292
|
|
328
293
|
#: ../app/controllers/discovered_hosts_controller.rb:304
|
329
294
|
msgid "No hosts were found with that id or name"
|
@@ -337,11 +302,11 @@ msgstr "Não foi selecionado nenhum host"
|
|
337
302
|
msgid "Something went wrong while selecting hosts - %s"
|
338
303
|
msgstr "Ocorreu um erro ao selecionar hosts - %s"
|
339
304
|
|
340
|
-
#: ../app/controllers/discovery_rules_controller.rb:
|
305
|
+
#: ../app/controllers/discovery_rules_controller.rb:68
|
341
306
|
msgid "Rule enabled"
|
342
307
|
msgstr "Regra habiitada"
|
343
308
|
|
344
|
-
#: ../app/controllers/discovery_rules_controller.rb:
|
309
|
+
#: ../app/controllers/discovery_rules_controller.rb:68
|
345
310
|
msgid "Rule disabled"
|
346
311
|
msgstr "Regra desabilitada"
|
347
312
|
|
@@ -349,29 +314,29 @@ msgstr "Regra desabilitada"
|
|
349
314
|
msgid "%s ago"
|
350
315
|
msgstr "%s atrás"
|
351
316
|
|
352
|
-
#: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
317
|
+
#: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:37
|
353
318
|
msgid "Auto Provision"
|
354
319
|
msgstr "Provisionamento automático"
|
355
320
|
|
356
|
-
#: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
321
|
+
#: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
|
357
322
|
msgid "Refresh facts"
|
358
323
|
msgstr "Atualizar fatos"
|
359
324
|
|
360
|
-
#: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/models/setting/discovered.rb:24 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
325
|
+
#: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/models/setting/discovered.rb:24 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:39
|
361
326
|
msgid "Reboot"
|
362
327
|
msgstr "Reiniciar"
|
363
328
|
|
364
329
|
#: ../app/helpers/discovered_hosts_helper.rb:19
|
365
330
|
msgid "Back"
|
366
|
-
msgstr "
|
331
|
+
msgstr "Voltar"
|
367
332
|
|
368
333
|
#: ../app/helpers/discovered_hosts_helper.rb:21 ../app/helpers/discovered_hosts_helper.rb:35
|
369
334
|
msgid "Select Action"
|
370
335
|
msgstr "Selecionar Ação"
|
371
336
|
|
372
|
-
#: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
337
|
+
#: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
|
373
338
|
msgid "Delete %s?"
|
374
|
-
msgstr "Remover %s"
|
339
|
+
msgstr "Remover %s?"
|
375
340
|
|
376
341
|
#: ../app/helpers/discovered_hosts_helper.rb:31
|
377
342
|
msgid "Assign Organization"
|
@@ -383,7 +348,7 @@ msgstr "Atribuir Local"
|
|
383
348
|
|
384
349
|
#: ../app/helpers/discovered_hosts_helper.rb:33
|
385
350
|
msgid "Delete"
|
386
|
-
msgstr "
|
351
|
+
msgstr "Remover"
|
387
352
|
|
388
353
|
#: ../app/helpers/discovered_hosts_helper.rb:37
|
389
354
|
msgid "%s - The following hosts are about to be changed"
|
@@ -391,7 +356,7 @@ msgstr "%s - Os hosts a seguir devem ser modificados em breve"
|
|
391
356
|
|
392
357
|
#: ../app/helpers/discovered_hosts_helper.rb:46 ../app/views/dashboard/_discovery_widget_host.html.erb:2
|
393
358
|
msgid "N/A"
|
394
|
-
msgstr "N/
|
359
|
+
msgstr "N/A"
|
395
360
|
|
396
361
|
#: ../app/helpers/discovered_hosts_helper.rb:58
|
397
362
|
msgid "New in the last 24 hours"
|
@@ -407,9 +372,9 @@ msgstr "Relatado nos últimos sete dias"
|
|
407
372
|
|
408
373
|
#: ../app/helpers/discovered_hosts_helper.rb:90
|
409
374
|
msgid "Provision"
|
410
|
-
msgstr "
|
375
|
+
msgstr "Configuração"
|
411
376
|
|
412
|
-
#: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:
|
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:1 ../app/views/discovered_hosts/welcome.html.erb:6 ../lib/foreman_discovery/engine.rb:158 ../lib/foreman_discovery/engine.rb:173
|
413
378
|
msgid "Discovered Hosts"
|
414
379
|
msgstr "Hosts descobertos"
|
415
380
|
|
@@ -460,14 +425,14 @@ msgstr "deve estar presente."
|
|
460
425
|
#: ../app/models/discovery_rule.rb:52
|
461
426
|
msgid "Host group organization %s must also be associated to the discovery rule"
|
462
427
|
msgid_plural "Host group organizations %s must also be associated to the discovery rule"
|
463
|
-
msgstr[0] "
|
464
|
-
msgstr[1] "
|
428
|
+
msgstr[0] ""
|
429
|
+
msgstr[1] ""
|
465
430
|
|
466
431
|
#: ../app/models/discovery_rule.rb:56
|
467
432
|
msgid "Host group location %s must also be associated to the discovery rule"
|
468
433
|
msgid_plural "Host group locations %s must also be associated to the discovery rule"
|
469
|
-
msgstr[0] "
|
470
|
-
msgstr[1] "
|
434
|
+
msgstr[0] ""
|
435
|
+
msgstr[1] ""
|
471
436
|
|
472
437
|
#: ../app/models/host/discovered.rb:40
|
473
438
|
msgid "Fact + prefix"
|
@@ -503,7 +468,7 @@ msgstr "Não foi possível obter fatos do proxy %{url}: %{error}"
|
|
503
468
|
|
504
469
|
#: ../app/models/host/discovered.rb:160
|
505
470
|
msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
|
506
|
-
msgstr "
|
471
|
+
msgstr ""
|
507
472
|
|
508
473
|
#: ../app/models/host/discovered.rb:164 ../app/models/host/discovered.rb:183
|
509
474
|
msgid "Unable to perform %{action} on %{ips}"
|
@@ -511,7 +476,7 @@ msgstr ""
|
|
511
476
|
|
512
477
|
#: ../app/models/host/discovered.rb:179
|
513
478
|
msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
|
514
|
-
msgstr "
|
479
|
+
msgstr ""
|
515
480
|
|
516
481
|
#: ../app/models/host/discovered.rb:203
|
517
482
|
msgid "Invalid hostname: Could not normalize the hostname"
|
@@ -735,7 +700,7 @@ msgstr "Não foi possível encontrar a NIC primária com o %{mac} especificado v
|
|
735
700
|
|
736
701
|
#: ../app/services/foreman_discovery/host_converter.rb:47
|
737
702
|
msgid "IPAM must be configured for subnet '%s'"
|
738
|
-
msgstr "
|
703
|
+
msgstr ""
|
739
704
|
|
740
705
|
#: ../app/services/foreman_discovery/node_api/node_resource.rb:76
|
741
706
|
msgid "Image API returned HTTP/%{code} with '%{body}"
|
@@ -748,8 +713,8 @@ msgstr "Erro de processamento da API da imagem: %{msg} (HTTP/%{code}, corpo: %{b
|
|
748
713
|
#: ../app/views/dashboard/_discovery_widget.html.erb:5
|
749
714
|
msgid "Discovered Host"
|
750
715
|
msgid_plural "Discovered Hosts"
|
751
|
-
msgstr[0] "
|
752
|
-
msgstr[1] "
|
716
|
+
msgstr[0] ""
|
717
|
+
msgstr[1] ""
|
753
718
|
|
754
719
|
#: ../app/views/dashboard/_discovery_widget.html.erb:9
|
755
720
|
msgid "No discovered hosts available"
|
@@ -757,17 +722,17 @@ msgstr "Nenhum host descoberto disponível"
|
|
757
722
|
|
758
723
|
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:3
|
759
724
|
msgid "Host"
|
760
|
-
msgstr "
|
725
|
+
msgstr "Host"
|
761
726
|
|
762
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
727
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6 ../app/views/discovered_hosts/_selected_hosts.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:18 ../app/views/discovered_mailer/discovered_summary.text.erb:10
|
763
728
|
msgid "Model"
|
764
|
-
msgstr "
|
729
|
+
msgstr "Modelo"
|
765
730
|
|
766
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
731
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:20 ../app/views/discovered_mailer/discovered_summary.text.erb:12
|
767
732
|
msgid "CPUs"
|
768
733
|
msgstr "CPUs"
|
769
734
|
|
770
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
735
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9 ../app/views/discovered_mailer/discovered_summary.html.erb:21 ../app/views/discovered_mailer/discovered_summary.text.erb:13
|
771
736
|
msgid "Memory"
|
772
737
|
msgstr "Memória"
|
773
738
|
|
@@ -779,61 +744,61 @@ msgstr "Personalizar host"
|
|
779
744
|
msgid "Create Host"
|
780
745
|
msgstr "Criar host"
|
781
746
|
|
782
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
747
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:4
|
783
748
|
msgid "Select all items in this page"
|
784
749
|
msgstr "Selecionar todos os itens desta página"
|
785
750
|
|
786
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
751
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:4
|
787
752
|
msgid "items selected. Uncheck to Clear"
|
788
753
|
msgstr "itens selecionados. Desselecione para Limpar"
|
789
754
|
|
790
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
755
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5 ../app/views/discovered_hosts/_selected_hosts.html.erb:7 ../app/views/discovered_mailer/discovered_summary.html.erb:17 ../app/views/discovered_mailer/discovered_summary.text.erb:9
|
791
756
|
msgid "Name"
|
792
757
|
msgstr "Nome"
|
793
758
|
|
794
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
759
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7 ../app/views/discovered_mailer/discovered_summary.html.erb:19 ../app/views/discovered_mailer/discovered_summary.text.erb:11
|
795
760
|
msgid "IP Address"
|
796
761
|
msgstr "Endereço IP"
|
797
762
|
|
798
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
763
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10
|
799
764
|
msgid "Disk Count"
|
800
765
|
msgstr "Contagem de discos"
|
801
766
|
|
802
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
767
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
|
803
768
|
msgid "Disks Size"
|
804
769
|
msgstr "Tamanho dos discos"
|
805
770
|
|
806
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
771
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
|
807
772
|
msgid "Location"
|
808
773
|
msgstr "Local"
|
809
774
|
|
810
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
775
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
|
811
776
|
msgid "Organization"
|
812
777
|
msgstr "Organização"
|
813
778
|
|
814
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
779
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
|
815
780
|
msgid "Subnet"
|
816
|
-
msgstr "
|
781
|
+
msgstr "Subrede"
|
817
782
|
|
818
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
783
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:18
|
819
784
|
msgid "Last Facts Upload"
|
820
785
|
msgstr "Carregamento dos últimos fatos"
|
821
786
|
|
822
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
787
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19 ../app/views/discovery_rules/index.html.erb:12
|
823
788
|
msgid "Actions"
|
824
789
|
msgstr "Ações"
|
825
790
|
|
826
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
791
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:51
|
827
792
|
msgid "Please Confirm"
|
828
793
|
msgstr "Por favor confirme"
|
829
794
|
|
830
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
795
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:57
|
831
796
|
msgid "Cancel"
|
832
797
|
msgstr "Cancelar"
|
833
798
|
|
834
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:
|
799
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:58
|
835
800
|
msgid "Submit"
|
836
|
-
msgstr "
|
801
|
+
msgstr "Submeter"
|
837
802
|
|
838
803
|
#: ../app/views/discovered_hosts/edit.html.erb:1
|
839
804
|
msgid "Provision %s"
|
@@ -879,6 +844,18 @@ msgstr "Endereco de IP"
|
|
879
844
|
msgid "Collapse All"
|
880
845
|
msgstr "Recolher todos"
|
881
846
|
|
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
|
+
|
882
859
|
#: ../app/views/discovered_mailer/discovered_summary.html.erb:6
|
883
860
|
msgid "Summary report for discovered hosts from Foreman"
|
884
861
|
msgstr "Relatório de resumo dos hosts descobertos pelo Foreman"
|
@@ -921,7 +898,7 @@ msgstr "Primário"
|
|
921
898
|
|
922
899
|
#: ../app/views/discovery_rules/_form.html.erb:7
|
923
900
|
msgid "Locations"
|
924
|
-
msgstr "
|
901
|
+
msgstr "Localizações"
|
925
902
|
|
926
903
|
#: ../app/views/discovery_rules/_form.html.erb:10
|
927
904
|
msgid "Organizations"
|
@@ -971,11 +948,11 @@ msgstr "Os nomes de host não devem iniciar com números. Uma boa abordagem é u
|
|
971
948
|
msgid "Edit %s"
|
972
949
|
msgstr "Editar %s"
|
973
950
|
|
974
|
-
#: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:
|
951
|
+
#: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:163
|
975
952
|
msgid "Discovery Rules"
|
976
953
|
msgstr "Regras do Discovery"
|
977
954
|
|
978
|
-
#: ../app/views/discovery_rules/index.html.erb:2
|
955
|
+
#: ../app/views/discovery_rules/index.html.erb:2
|
979
956
|
msgid "Create Rule"
|
980
957
|
msgstr "Criar regra"
|
981
958
|
|
@@ -1007,10 +984,6 @@ msgstr "DiscoveryRule|Habilitado"
|
|
1007
984
|
msgid "New Discovery Rule"
|
1008
985
|
msgstr "Nova regra do Discovery"
|
1009
986
|
|
1010
|
-
#: ../app/views/discovery_rules/welcome.html.erb:8
|
1011
|
-
msgid "Discovered Rules"
|
1012
|
-
msgstr ""
|
1013
|
-
|
1014
987
|
#: ../db/seeds.d/50_discovery_templates.rb:5
|
1015
988
|
msgid "Command line options for kexec during PXE-less provisioning."
|
1016
989
|
msgstr "Opções da linha de comando para o kexec durante o provisionamento sem PXE."
|
@@ -1031,42 +1004,34 @@ msgstr "Um ou mais hosts foram descobertos"
|
|
1031
1004
|
msgid "Details"
|
1032
1005
|
msgstr "Detalhes"
|
1033
1006
|
|
1034
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1007
|
+
#: ../lib/foreman_discovery/engine.rb:179
|
1035
1008
|
msgid "Discovery Kexec template"
|
1036
1009
|
msgstr "Modelo do kexec do Discovery"
|
1037
1010
|
|
1038
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1011
|
+
#: ../lib/foreman_discovery/engine.rb:188
|
1039
1012
|
msgid "Discovery Proxy"
|
1040
1013
|
msgstr "Proxy do Discovery"
|
1041
1014
|
|
1042
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1015
|
+
#: ../lib/foreman_discovery/engine.rb:189
|
1043
1016
|
msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1044
1017
|
msgstr "Proxy do Discovery a ser usado nesta sub-rede para gerenciar conexão com hosts descobertos"
|
1045
1018
|
|
1046
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1019
|
+
#: ../lib/foreman_discovery/engine.rb:190
|
1047
1020
|
msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1048
1021
|
msgstr "ID do proxy do Discovery a ser usado nesta sub-rede para gerenciar conexões com hosts descobertos"
|
1049
1022
|
|
1050
|
-
#: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:33
|
1051
|
-
msgid "For more information please see "
|
1052
|
-
msgstr ""
|
1053
|
-
|
1054
|
-
#: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:34
|
1055
|
-
msgid "documentation"
|
1056
|
-
msgstr ""
|
1057
|
-
|
1058
1023
|
#: action_names.rb:2
|
1059
|
-
msgid "
|
1060
|
-
msgstr "
|
1024
|
+
msgid "Remote action:"
|
1025
|
+
msgstr ""
|
1061
1026
|
|
1062
1027
|
#: action_names.rb:3
|
1063
|
-
msgid "Import
|
1064
|
-
msgstr "
|
1028
|
+
msgid "Import Puppet classes"
|
1029
|
+
msgstr ""
|
1065
1030
|
|
1066
1031
|
#: action_names.rb:4
|
1067
|
-
msgid "Import
|
1068
|
-
msgstr "
|
1032
|
+
msgid "Import facts"
|
1033
|
+
msgstr ""
|
1069
1034
|
|
1070
1035
|
#: action_names.rb:5
|
1071
|
-
msgid "
|
1072
|
-
msgstr "
|
1036
|
+
msgid "Action with sub plans"
|
1037
|
+
msgstr ""
|