foreman_discovery 16.1.0 → 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/discovered_hosts_controller.rb +5 -3
- data/app/models/host/discovered.rb +22 -26
- data/app/models/host/managed_extensions.rb +2 -2
- data/app/models/setting/discovered.rb +3 -1
- data/app/services/foreman_discovery/host_converter.rb +14 -6
- data/app/services/foreman_discovery/host_fact_importer.rb +10 -0
- data/app/services/foreman_discovery/node_api/node_resource.rb +1 -0
- data/app/views/discovered_hosts/_discovered_host_modal.html.erb +0 -2
- data/app/views/foreman_discovery/debian_kexec.erb +2 -1
- data/app/views/foreman_discovery/redhat_kexec.erb +2 -1
- data/extra/discover-host +14 -8
- 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 +146 -216
- data/locale/ca/foreman_discovery.po +4 -1
- data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/de/foreman_discovery.edit.po +144 -215
- data/locale/de/foreman_discovery.po +4 -1
- data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en/foreman_discovery.edit.po +76 -72
- data/locale/en/foreman_discovery.po +4 -1
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en_GB/foreman_discovery.edit.po +146 -216
- data/locale/en_GB/foreman_discovery.po +4 -1
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/foreman_discovery.edit.po +146 -216
- data/locale/es/foreman_discovery.po +4 -1
- data/locale/foreman_discovery.pot +77 -73
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/foreman_discovery.edit.po +144 -215
- data/locale/fr/foreman_discovery.po +4 -1
- data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/gl/foreman_discovery.edit.po +146 -216
- data/locale/gl/foreman_discovery.po +4 -1
- data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/it/foreman_discovery.edit.po +146 -216
- data/locale/it/foreman_discovery.po +4 -1
- data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ja/foreman_discovery.edit.po +149 -216
- data/locale/ja/foreman_discovery.po +4 -1
- data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ko/foreman_discovery.edit.po +147 -215
- data/locale/ko/foreman_discovery.po +4 -1
- data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/pt_BR/foreman_discovery.edit.po +146 -216
- data/locale/pt_BR/foreman_discovery.po +4 -1
- data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ru/foreman_discovery.edit.po +149 -219
- data/locale/ru/foreman_discovery.po +4 -1
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/sv_SE/foreman_discovery.edit.po +146 -216
- data/locale/sv_SE/foreman_discovery.po +4 -1
- data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_CN/foreman_discovery.edit.po +149 -216
- data/locale/zh_CN/foreman_discovery.po +4 -1
- data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_TW/foreman_discovery.edit.po +149 -216
- data/locale/zh_TW/foreman_discovery.po +4 -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/functional/discovered_hosts_controller_test.rb +17 -8
- data/test/unit/discovered_extensions_test.rb +1 -0
- data/test/unit/host_discovered_test.rb +0 -16
- data/test/unit/managed_extensions_test.rb +1 -0
- metadata +33 -28
@@ -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.0
|
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"
|
@@ -696,6 +696,9 @@ msgstr "検出ルールを見つけることができません。指定される
|
|
696
696
|
msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
|
697
697
|
msgstr "%{mac} が '%{fact}' で指定されたプライマリー NIC を見つけることができません。NIC フィルター: %{filter}"
|
698
698
|
|
699
|
+
msgid "Unable to perform %{action} on %{ips}"
|
700
|
+
msgstr ""
|
701
|
+
|
699
702
|
msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
|
700
703
|
msgstr ""
|
701
704
|
|
Binary file
|
@@ -1,13 +1,12 @@
|
|
1
1
|
# SOME DESCRIPTIVE TITLE.
|
2
2
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
3
3
|
# This file is distributed under the same license as the foreman_discovery package.
|
4
|
-
#
|
4
|
+
#
|
5
5
|
# Translators:
|
6
6
|
msgid ""
|
7
7
|
msgstr ""
|
8
|
-
"Project-Id-Version: foreman_discovery 16.0
|
8
|
+
"Project-Id-Version: foreman_discovery 16.1.0\n"
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
10
|
-
"POT-Creation-Date: 2020-05-11 14:58+0530\n"
|
11
10
|
"PO-Revision-Date: 2020-05-26 17:21+0000\n"
|
12
11
|
"Last-Translator: Transifex Bot <>\n"
|
13
12
|
"Language-Team: Korean (http://www.transifex.com/foreman/foreman/language/ko/)\n"
|
@@ -21,23 +20,19 @@ msgstr ""
|
|
21
20
|
msgid "List all discovered hosts"
|
22
21
|
msgstr "검색된 모든 호스트를 나열 "
|
23
22
|
|
24
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:17
|
25
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:15
|
23
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:17 ../app/controllers/api/v2/discovery_rules_controller.rb:15
|
26
24
|
msgid "filter results"
|
27
25
|
msgstr "필터 결과 "
|
28
26
|
|
29
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:18
|
30
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:16
|
27
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:18 ../app/controllers/api/v2/discovery_rules_controller.rb:16
|
31
28
|
msgid "sort results"
|
32
29
|
msgstr "결과 정렬 "
|
33
30
|
|
34
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
|
35
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:17
|
31
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:19 ../app/controllers/api/v2/discovery_rules_controller.rb:17
|
36
32
|
msgid "paginate results"
|
37
33
|
msgstr "페이지네이션 결과 "
|
38
34
|
|
39
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:20
|
40
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:18
|
35
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:20 ../app/controllers/api/v2/discovery_rules_controller.rb:18
|
41
36
|
msgid "number of entries per request"
|
42
37
|
msgstr "요청 당 항목 수 "
|
43
38
|
|
@@ -45,8 +40,7 @@ msgstr "요청 당 항목 수 "
|
|
45
40
|
msgid "Show a discovered host"
|
46
41
|
msgstr "검색된 호스트 표시 "
|
47
42
|
|
48
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:37
|
49
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:79
|
43
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:79
|
50
44
|
msgid "DHCP filename option (Grub2 or PXELinux by default)"
|
51
45
|
msgstr ""
|
52
46
|
|
@@ -67,14 +61,11 @@ msgid "not required if it's a virtual machine"
|
|
67
61
|
msgstr "가상 머신의 경우 필요하지 않습니다 "
|
68
62
|
|
69
63
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
|
70
|
-
msgid ""
|
71
|
-
"UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
64
|
+
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
72
65
|
msgstr "오케스트레이션 작업 상태를 추적하기 위한 UUID, GET /api/orchestration/:UUID/tasks"
|
73
66
|
|
74
67
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:78
|
75
|
-
msgid ""
|
76
|
-
"required if value is not inherited from host group or default password in "
|
77
|
-
"settings"
|
68
|
+
msgid "required if value is not inherited from host group or default password in settings"
|
78
69
|
msgstr "값이 호스트 그룹이나 설정의 기본값 암호에서 상속되지 않은 경우에 필요합니다 "
|
79
70
|
|
80
71
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:89
|
@@ -86,18 +77,14 @@ msgid "Upload facts for a host, creating the host if required"
|
|
86
77
|
msgstr "호스트의 팩트를 업로드하고 필요한 경우 호스트를 생성합니다 "
|
87
78
|
|
88
79
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:97
|
89
|
-
msgid ""
|
90
|
-
"hash containing facts for the host with minimum set of facts: "
|
91
|
-
"discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: "
|
92
|
-
"eth0 (example in case primary interface is named eth0)"
|
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)"
|
93
81
|
msgstr "최소 세트의 팩트가 있는 호스트의 팩트가 포함된 해시: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, 인터페이스: eth0(기본 인터페이스의 이름이 eth0인 경우의 예)"
|
94
82
|
|
95
83
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:116
|
96
84
|
msgid "Execute rules against a discovered host"
|
97
85
|
msgstr "검색된 호스트에 대해 규칙 실행 "
|
98
86
|
|
99
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:122
|
100
|
-
#: ../app/controllers/discovered_hosts_controller.rb:160
|
87
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:122 ../app/controllers/discovered_hosts_controller.rb:160
|
101
88
|
msgid "Host %{host} was provisioned with rule %{rule}"
|
102
89
|
msgstr "호스트 %{host}은/는 %{rule}으(로) 프로비저닝됩니다 "
|
103
90
|
|
@@ -105,8 +92,7 @@ msgstr "호스트 %{host}은/는 %{rule}으(로) 프로비저닝됩니다 "
|
|
105
92
|
msgid "Unable to provision %{host}: %{errors}"
|
106
93
|
msgstr "%{host}을(를) 프로비저닝할 수 없습니다: %{errors}"
|
107
94
|
|
108
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:131
|
109
|
-
#: ../app/controllers/discovered_hosts_controller.rb:167
|
95
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:131 ../app/controllers/discovered_hosts_controller.rb:167
|
110
96
|
msgid "No rule found for host %s"
|
111
97
|
msgstr "호스트 %s에 대한 규칙을 찾을 수 없습니다 "
|
112
98
|
|
@@ -114,13 +100,11 @@ msgstr "호스트 %s에 대한 규칙을 찾을 수 없습니다 "
|
|
114
100
|
msgid "Execute rules against all currently discovered hosts"
|
115
101
|
msgstr "현재 검색된 모든 호스트에 대해 규칙 실행 "
|
116
102
|
|
117
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:142
|
118
|
-
#: ../app/controllers/discovered_hosts_controller.rb:173
|
103
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:142 ../app/controllers/discovered_hosts_controller.rb:173
|
119
104
|
msgid "Errors during auto provisioning: %s"
|
120
105
|
msgstr "자동 프로비저닝 도중 오류 발생: %s"
|
121
106
|
|
122
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:145
|
123
|
-
#: ../app/controllers/discovered_hosts_controller.rb:176
|
107
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:176
|
124
108
|
msgid "No discovered hosts to provision"
|
125
109
|
msgstr "프로비저닝할 검색된 호스트가 없습니다 "
|
126
110
|
|
@@ -140,8 +124,7 @@ msgstr "검색된 호스트를 재부팅 중 "
|
|
140
124
|
msgid "Rebooting all discovered hosts"
|
141
125
|
msgstr "검색된 모든 호스트를 재부팅 중"
|
142
126
|
|
143
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:207
|
144
|
-
#: ../app/controllers/discovered_hosts_controller.rb:129
|
127
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:207 ../app/controllers/discovered_hosts_controller.rb:129
|
145
128
|
msgid "Discovered hosts are rebooting now"
|
146
129
|
msgstr "현재 검색된 호스트를 재부팅하고 있습니다."
|
147
130
|
|
@@ -166,8 +149,7 @@ msgid "the hostgroup that is used to auto provision a host"
|
|
166
149
|
msgstr "호스트를 자동 프로비저닝하기 위해 사용되는 호스트 그룹"
|
167
150
|
|
168
151
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:35
|
169
|
-
msgid ""
|
170
|
-
"defines a pattern to assign human-readable hostnames to the matching hosts"
|
152
|
+
msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
|
171
153
|
msgstr "해당 호스트에 읽기 좋은 호스트 이름을 할당하기 위해 패턴을 정의합니다"
|
172
154
|
|
173
155
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:36
|
@@ -175,8 +157,7 @@ msgid "enables to limit maximum amount of provisioned hosts per rule"
|
|
175
157
|
msgstr "규칙 당 프로비저닝된 호스트의 최대 수량을 제한할 수 있게 합니다"
|
176
158
|
|
177
159
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:37
|
178
|
-
msgid ""
|
179
|
-
"puts the rules in order, low numbers go first. Must be greater then zero"
|
160
|
+
msgid "puts the rules in order, low numbers go first. Must be greater then zero"
|
180
161
|
msgstr "규칙을 순서대로 배치합니다. 낮은 숫자를 먼저 배치합니다. 수치는 0 보다 커야 합니다"
|
181
162
|
|
182
163
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:38
|
@@ -275,43 +256,43 @@ msgstr "호스트 %s의 자동 프로비저닝에 실패했습니다: %s"
|
|
275
256
|
msgid "Discovered hosts are provisioning now"
|
276
257
|
msgstr "현재 검색된 호스트를 프로비저닝하고 있습니다"
|
277
258
|
|
278
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
259
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
279
260
|
msgid "Highlights"
|
280
261
|
msgstr ""
|
281
262
|
|
282
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
263
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
283
264
|
msgid "Storage"
|
284
265
|
msgstr "스토리지"
|
285
266
|
|
286
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
267
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
287
268
|
msgid "Hardware"
|
288
269
|
msgstr "하드웨어"
|
289
270
|
|
290
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
271
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
291
272
|
msgid "Network"
|
292
273
|
msgstr "네트워크"
|
293
274
|
|
294
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
275
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
295
276
|
msgid "Software"
|
296
277
|
msgstr "소프트웨어"
|
297
278
|
|
298
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
279
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
299
280
|
msgid "IPMI"
|
300
281
|
msgstr "IPMI"
|
301
282
|
|
302
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
283
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
303
284
|
msgid "Miscellaneous"
|
304
285
|
msgstr "기타"
|
305
286
|
|
306
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
287
|
+
#: ../app/controllers/discovered_hosts_controller.rb:304
|
307
288
|
msgid "No hosts were found with that id or name"
|
308
289
|
msgstr "해당 ID 또는 이름의 호스트를 찾을 수 없습니다 "
|
309
290
|
|
310
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
291
|
+
#: ../app/controllers/discovered_hosts_controller.rb:308
|
311
292
|
msgid "No hosts selected"
|
312
293
|
msgstr "선택된 호스트가 없음 "
|
313
294
|
|
314
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
295
|
+
#: ../app/controllers/discovered_hosts_controller.rb:314
|
315
296
|
msgid "Something went wrong while selecting hosts - %s"
|
316
297
|
msgstr "호스트를 선택하는 도중 문제가 발생했습니다 - %s"
|
317
298
|
|
@@ -327,21 +308,15 @@ msgstr "규칙 비활성화 "
|
|
327
308
|
msgid "%s ago"
|
328
309
|
msgstr "%s 전 "
|
329
310
|
|
330
|
-
#: ../app/helpers/discovered_hosts_helper.rb:14
|
331
|
-
#: ../app/helpers/discovered_hosts_helper.rb:29
|
332
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:37
|
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
|
333
312
|
msgid "Auto Provision"
|
334
313
|
msgstr "자동 프로비저닝 "
|
335
314
|
|
336
|
-
#: ../app/helpers/discovered_hosts_helper.rb:15
|
337
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
|
315
|
+
#: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
|
338
316
|
msgid "Refresh facts"
|
339
317
|
msgstr "팩트 새로고침 "
|
340
318
|
|
341
|
-
#: ../app/helpers/discovered_hosts_helper.rb:16
|
342
|
-
#: ../app/helpers/discovered_hosts_helper.rb:30
|
343
|
-
#: ../app/models/setting/discovered.rb:22
|
344
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:39
|
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
|
345
320
|
msgid "Reboot"
|
346
321
|
msgstr "다시 시작"
|
347
322
|
|
@@ -349,13 +324,11 @@ msgstr "다시 시작"
|
|
349
324
|
msgid "Back"
|
350
325
|
msgstr "뒤로 "
|
351
326
|
|
352
|
-
#: ../app/helpers/discovered_hosts_helper.rb:21
|
353
|
-
#: ../app/helpers/discovered_hosts_helper.rb:35
|
327
|
+
#: ../app/helpers/discovered_hosts_helper.rb:21 ../app/helpers/discovered_hosts_helper.rb:35
|
354
328
|
msgid "Select Action"
|
355
329
|
msgstr "작업 선택 "
|
356
330
|
|
357
|
-
#: ../app/helpers/discovered_hosts_helper.rb:23
|
358
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
|
331
|
+
#: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
|
359
332
|
msgid "Delete %s?"
|
360
333
|
msgstr "%s 을(를) 삭제하시겠습니까?"
|
361
334
|
|
@@ -375,8 +348,7 @@ msgstr "삭제 "
|
|
375
348
|
msgid "%s - The following hosts are about to be changed"
|
376
349
|
msgstr "%s - 다음 호스트는 즉시 변경됩니다 "
|
377
350
|
|
378
|
-
#: ../app/helpers/discovered_hosts_helper.rb:46
|
379
|
-
#: ../app/views/dashboard/_discovery_widget_host.html.erb:2
|
351
|
+
#: ../app/helpers/discovered_hosts_helper.rb:46 ../app/views/dashboard/_discovery_widget_host.html.erb:2
|
380
352
|
msgid "N/A"
|
381
353
|
msgstr "해당 없음 "
|
382
354
|
|
@@ -396,12 +368,7 @@ msgstr "지난 7일 이내에 보고됨"
|
|
396
368
|
msgid "Provision"
|
397
369
|
msgstr "프로비저닝 "
|
398
370
|
|
399
|
-
#: ../app/helpers/discovery_rules_helper.rb:26
|
400
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1
|
401
|
-
#: ../app/views/discovered_hosts/welcome.html.erb:1
|
402
|
-
#: ../app/views/discovered_hosts/welcome.html.erb:6
|
403
|
-
#: ../lib/foreman_discovery/engine.rb:158
|
404
|
-
#: ../lib/foreman_discovery/engine.rb:173
|
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
|
405
372
|
msgid "Discovered Hosts"
|
406
373
|
msgstr ""
|
407
374
|
|
@@ -450,17 +417,16 @@ msgid "must be present."
|
|
450
417
|
msgstr ""
|
451
418
|
|
452
419
|
#: ../app/models/discovery_rule.rb:52
|
453
|
-
msgid ""
|
454
|
-
"Host group
|
455
|
-
msgid_plural ""
|
456
|
-
"Host group organizations %s must also be associated to the discovery rule"
|
420
|
+
msgid "Host group organization %s must also be associated to the discovery rule"
|
421
|
+
msgid_plural "Host group organizations %s must also be associated to the discovery rule"
|
457
422
|
msgstr[0] ""
|
423
|
+
msgstr[1] ""
|
458
424
|
|
459
425
|
#: ../app/models/discovery_rule.rb:56
|
460
426
|
msgid "Host group location %s must also be associated to the discovery rule"
|
461
|
-
msgid_plural ""
|
462
|
-
"Host group locations %s must also be associated to the discovery rule"
|
427
|
+
msgid_plural "Host group locations %s must also be associated to the discovery rule"
|
463
428
|
msgstr[0] ""
|
429
|
+
msgstr[1] ""
|
464
430
|
|
465
431
|
#: ../app/models/host/discovered.rb:40
|
466
432
|
msgid "Fact + prefix"
|
@@ -474,39 +440,39 @@ msgstr ""
|
|
474
440
|
msgid "MAC-based name"
|
475
441
|
msgstr ""
|
476
442
|
|
477
|
-
#: ../app/models/host/discovered.rb:
|
443
|
+
#: ../app/models/host/discovered.rb:55
|
478
444
|
msgid "Invalid facts, must be a Hash"
|
479
445
|
msgstr "잘못된 팩트, 해시여야 합니다 "
|
480
446
|
|
481
|
-
#: ../app/models/host/discovered.rb:
|
482
|
-
msgid ""
|
483
|
-
"Expected discovery_fact '%s' is missing, unable to detect primary interface "
|
484
|
-
"and set hostname"
|
447
|
+
#: ../app/models/host/discovered.rb:60
|
448
|
+
msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
|
485
449
|
msgstr "필요한 discovery_fact '%s'이(가) 누락되었습니다. 기본 인터페이스와 설정된 호스트 이름을 감지할 수 없습니다."
|
486
450
|
|
487
|
-
#: ../app/models/host/discovered.rb:
|
488
|
-
msgid ""
|
489
|
-
"Invalid facts: hash does not contain a valid value for any of the facts in "
|
490
|
-
"the discovery_hostname setting: %s"
|
451
|
+
#: ../app/models/host/discovered.rb:73
|
452
|
+
msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
|
491
453
|
msgstr ""
|
492
454
|
|
493
|
-
#: ../app/models/host/discovered.rb:
|
455
|
+
#: ../app/models/host/discovered.rb:100
|
494
456
|
msgid "Facts could not be imported"
|
495
457
|
msgstr ""
|
496
458
|
|
497
|
-
#: ../app/models/host/discovered.rb:
|
459
|
+
#: ../app/models/host/discovered.rb:146
|
498
460
|
msgid "Could not get facts from proxy %{url}: %{error}"
|
499
461
|
msgstr "프록시 %{url}에서 팩트를 가져올 수 없습니다: %{error}"
|
500
462
|
|
501
|
-
#: ../app/models/host/discovered.rb:
|
463
|
+
#: ../app/models/host/discovered.rb:160
|
502
464
|
msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
|
503
465
|
msgstr ""
|
504
466
|
|
505
|
-
#: ../app/models/host/discovered.rb:
|
467
|
+
#: ../app/models/host/discovered.rb:164 ../app/models/host/discovered.rb:183
|
468
|
+
msgid "Unable to perform %{action} on %{ips}"
|
469
|
+
msgstr ""
|
470
|
+
|
471
|
+
#: ../app/models/host/discovered.rb:179
|
506
472
|
msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
|
507
473
|
msgstr ""
|
508
474
|
|
509
|
-
#: ../app/models/host/discovered.rb:
|
475
|
+
#: ../app/models/host/discovered.rb:203
|
510
476
|
msgid "Invalid hostname: Could not normalize the hostname"
|
511
477
|
msgstr ""
|
512
478
|
|
@@ -534,191 +500,183 @@ msgstr ""
|
|
534
500
|
msgid "Rebuild DNS for %s"
|
535
501
|
msgstr ""
|
536
502
|
|
537
|
-
#: ../app/models/setting/discovered.rb:
|
503
|
+
#: ../app/models/setting/discovered.rb:17
|
538
504
|
msgid "The default location to place discovered hosts in"
|
539
505
|
msgstr "검색된 호스트를 배치하기 위한 기본 위치 "
|
540
506
|
|
541
|
-
#: ../app/models/setting/discovered.rb:
|
507
|
+
#: ../app/models/setting/discovered.rb:17
|
542
508
|
msgid "Discovery location"
|
543
509
|
msgstr ""
|
544
510
|
|
545
|
-
#: ../app/models/setting/discovered.rb:
|
511
|
+
#: ../app/models/setting/discovered.rb:18
|
546
512
|
msgid "The default organization to place discovered hosts in"
|
547
513
|
msgstr "검색된 호스트를 배치하기 위한 기본 조직 "
|
548
514
|
|
549
|
-
#: ../app/models/setting/discovered.rb:
|
515
|
+
#: ../app/models/setting/discovered.rb:18
|
550
516
|
msgid "Discovery organization"
|
551
517
|
msgstr ""
|
552
518
|
|
553
|
-
#: ../app/models/setting/discovered.rb:
|
519
|
+
#: ../app/models/setting/discovered.rb:19
|
554
520
|
msgid "Fact name to use for primary interface detection"
|
555
521
|
msgstr ""
|
556
522
|
|
557
|
-
#: ../app/models/setting/discovered.rb:
|
523
|
+
#: ../app/models/setting/discovered.rb:19
|
558
524
|
msgid "Interface fact"
|
559
525
|
msgstr ""
|
560
526
|
|
561
|
-
#: ../app/models/setting/discovered.rb:
|
562
|
-
msgid ""
|
563
|
-
"Automatic bond interface (if another interface is detected on the same VLAN "
|
564
|
-
"via LLDP)"
|
527
|
+
#: ../app/models/setting/discovered.rb:20
|
528
|
+
msgid "Automatic bond interface (if another interface is detected on the same VLAN via LLDP)"
|
565
529
|
msgstr ""
|
566
530
|
|
567
|
-
#: ../app/models/setting/discovered.rb:
|
531
|
+
#: ../app/models/setting/discovered.rb:20
|
568
532
|
msgid "Create bond interfaces"
|
569
533
|
msgstr ""
|
570
534
|
|
571
|
-
#: ../app/models/setting/discovered.rb:
|
535
|
+
#: ../app/models/setting/discovered.rb:21
|
572
536
|
msgid "Clean all reported facts during provisioning (except discovery facts)"
|
573
537
|
msgstr ""
|
574
538
|
|
575
|
-
#: ../app/models/setting/discovered.rb:
|
539
|
+
#: ../app/models/setting/discovered.rb:21
|
576
540
|
msgid "Clean all facts"
|
577
541
|
msgstr ""
|
578
542
|
|
579
|
-
#: ../app/models/setting/discovered.rb:
|
543
|
+
#: ../app/models/setting/discovered.rb:22
|
580
544
|
msgid "List of facts to use for the hostname (separated by comma, first wins)"
|
581
545
|
msgstr ""
|
582
546
|
|
583
|
-
#: ../app/models/setting/discovered.rb:
|
547
|
+
#: ../app/models/setting/discovered.rb:22
|
584
548
|
msgid "Hostname facts"
|
585
549
|
msgstr ""
|
586
550
|
|
587
|
-
#: ../app/models/setting/discovered.rb:
|
588
|
-
msgid ""
|
589
|
-
"Automatically provision newly discovered hosts, according to the "
|
590
|
-
"provisioning rules"
|
551
|
+
#: ../app/models/setting/discovered.rb:23
|
552
|
+
msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
|
591
553
|
msgstr "프로비저닝 규칙에 따라 새로 검색된 호스트의 자동 프로비저닝 "
|
592
554
|
|
593
|
-
#: ../app/models/setting/discovered.rb:
|
555
|
+
#: ../app/models/setting/discovered.rb:23
|
594
556
|
msgid "Auto provisioning"
|
595
557
|
msgstr ""
|
596
558
|
|
597
|
-
#: ../app/models/setting/discovered.rb:
|
559
|
+
#: ../app/models/setting/discovered.rb:24
|
598
560
|
msgid "Automatically reboot or kexec discovered host during provisioning"
|
599
561
|
msgstr ""
|
600
562
|
|
601
|
-
#: ../app/models/setting/discovered.rb:
|
563
|
+
#: ../app/models/setting/discovered.rb:25
|
602
564
|
msgid "The default prefix to use for the host name, must start with a letter"
|
603
565
|
msgstr "호스트 이름에 사용할 기본 접두사는 문자로 시작해야 합니다 "
|
604
566
|
|
605
|
-
#: ../app/models/setting/discovered.rb:
|
567
|
+
#: ../app/models/setting/discovered.rb:25
|
606
568
|
msgid "Hostname prefix"
|
607
569
|
msgstr ""
|
608
570
|
|
609
|
-
#: ../app/models/setting/discovered.rb:
|
571
|
+
#: ../app/models/setting/discovered.rb:26
|
610
572
|
msgid "Extra facter columns to show in host lists (separate by comma)"
|
611
573
|
msgstr "호스트 목록에 표시할 추가 팩트 열(쉼표로 구분)"
|
612
574
|
|
613
|
-
#: ../app/models/setting/discovered.rb:
|
575
|
+
#: ../app/models/setting/discovered.rb:26
|
614
576
|
msgid "Fact columns"
|
615
577
|
msgstr ""
|
616
578
|
|
617
|
-
#: ../app/models/setting/discovered.rb:
|
579
|
+
#: ../app/models/setting/discovered.rb:27
|
618
580
|
msgid "Regex to organize facts for highlights section - e.g. ^(abc|cde)$"
|
619
581
|
msgstr ""
|
620
582
|
|
621
|
-
#: ../app/models/setting/discovered.rb:
|
583
|
+
#: ../app/models/setting/discovered.rb:27
|
622
584
|
msgid "Highlighted facts"
|
623
585
|
msgstr ""
|
624
586
|
|
625
|
-
#: ../app/models/setting/discovered.rb:
|
587
|
+
#: ../app/models/setting/discovered.rb:28
|
626
588
|
msgid "Regex to organize facts for storage section"
|
627
589
|
msgstr "스토리지 섹션의 팩트를 구성하기 위한 정규식"
|
628
590
|
|
629
|
-
#: ../app/models/setting/discovered.rb:
|
591
|
+
#: ../app/models/setting/discovered.rb:28
|
630
592
|
msgid "Storage facts"
|
631
593
|
msgstr ""
|
632
594
|
|
633
|
-
#: ../app/models/setting/discovered.rb:
|
595
|
+
#: ../app/models/setting/discovered.rb:29
|
634
596
|
msgid "Regex to organize facts for software section"
|
635
597
|
msgstr "소프트웨어 섹션의 팩트를 구성하기 위한 정규식"
|
636
598
|
|
637
|
-
#: ../app/models/setting/discovered.rb:
|
599
|
+
#: ../app/models/setting/discovered.rb:29
|
638
600
|
msgid "Software facts"
|
639
601
|
msgstr ""
|
640
602
|
|
641
|
-
#: ../app/models/setting/discovered.rb:
|
603
|
+
#: ../app/models/setting/discovered.rb:30
|
642
604
|
msgid "Regex to organize facts for hardware section"
|
643
605
|
msgstr "하드웨어 섹션의 팩트를 구성하기 위한 정규식"
|
644
606
|
|
645
|
-
#: ../app/models/setting/discovered.rb:
|
607
|
+
#: ../app/models/setting/discovered.rb:30
|
646
608
|
msgid "Hardware facts"
|
647
609
|
msgstr ""
|
648
610
|
|
649
|
-
#: ../app/models/setting/discovered.rb:
|
611
|
+
#: ../app/models/setting/discovered.rb:31
|
650
612
|
msgid "Regex to organize facts for network section"
|
651
613
|
msgstr "네트워크 섹션의 팩트를 구성하기 위한 정규식"
|
652
614
|
|
653
|
-
#: ../app/models/setting/discovered.rb:
|
615
|
+
#: ../app/models/setting/discovered.rb:31
|
654
616
|
msgid "Network facts"
|
655
617
|
msgstr ""
|
656
618
|
|
657
|
-
#: ../app/models/setting/discovered.rb:
|
619
|
+
#: ../app/models/setting/discovered.rb:32
|
658
620
|
msgid "Regex to organize facts for ipmi section"
|
659
621
|
msgstr "ipmi 섹션의 팩트를 구성하기 위한 정규식"
|
660
622
|
|
661
|
-
#: ../app/models/setting/discovered.rb:
|
623
|
+
#: ../app/models/setting/discovered.rb:32
|
662
624
|
msgid "IPMI facts"
|
663
625
|
msgstr ""
|
664
626
|
|
665
|
-
#: ../app/models/setting/discovered.rb:
|
666
|
-
msgid ""
|
667
|
-
"Automatically generate PXE configuration to pin a newly discovered host to "
|
668
|
-
"discovery"
|
627
|
+
#: ../app/models/setting/discovered.rb:33
|
628
|
+
msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery"
|
669
629
|
msgstr ""
|
670
630
|
|
671
|
-
#: ../app/models/setting/discovered.rb:
|
631
|
+
#: ../app/models/setting/discovered.rb:33
|
672
632
|
msgid "Lock PXE"
|
673
633
|
msgstr ""
|
674
634
|
|
675
|
-
#: ../app/models/setting/discovered.rb:
|
635
|
+
#: ../app/models/setting/discovered.rb:34
|
676
636
|
msgid "PXELinux template to be used when pinning a host to discovery"
|
677
637
|
msgstr ""
|
678
638
|
|
679
|
-
#: ../app/models/setting/discovered.rb:
|
639
|
+
#: ../app/models/setting/discovered.rb:34
|
680
640
|
msgid "Locked PXELinux template name"
|
681
641
|
msgstr ""
|
682
642
|
|
683
|
-
#: ../app/models/setting/discovered.rb:
|
643
|
+
#: ../app/models/setting/discovered.rb:35
|
684
644
|
msgid "PXEGrub template to be used when pinning a host to discovery"
|
685
645
|
msgstr ""
|
686
646
|
|
687
|
-
#: ../app/models/setting/discovered.rb:
|
647
|
+
#: ../app/models/setting/discovered.rb:35
|
688
648
|
msgid "Locked PXEGrub template name"
|
689
649
|
msgstr ""
|
690
650
|
|
691
|
-
#: ../app/models/setting/discovered.rb:
|
651
|
+
#: ../app/models/setting/discovered.rb:36
|
692
652
|
msgid "PXEGrub2 template to be used when pinning a host to discovery"
|
693
653
|
msgstr ""
|
694
654
|
|
695
|
-
#: ../app/models/setting/discovered.rb:
|
655
|
+
#: ../app/models/setting/discovered.rb:36
|
696
656
|
msgid "Locked PXEGrub2 template name"
|
697
657
|
msgstr ""
|
698
658
|
|
699
|
-
#: ../app/models/setting/discovered.rb:
|
659
|
+
#: ../app/models/setting/discovered.rb:37
|
700
660
|
msgid "Force DNS entries creation when provisioning discovered host"
|
701
661
|
msgstr ""
|
702
662
|
|
703
|
-
#: ../app/models/setting/discovered.rb:
|
663
|
+
#: ../app/models/setting/discovered.rb:37
|
704
664
|
msgid "Force DNS"
|
705
665
|
msgstr ""
|
706
666
|
|
707
|
-
#: ../app/models/setting/discovered.rb:
|
708
|
-
msgid ""
|
709
|
-
"Do not allow to discover existing managed host matching MAC of a "
|
710
|
-
"provisioning NIC (errors out early)"
|
667
|
+
#: ../app/models/setting/discovered.rb:38
|
668
|
+
msgid "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)"
|
711
669
|
msgstr ""
|
712
670
|
|
713
|
-
#: ../app/models/setting/discovered.rb:
|
671
|
+
#: ../app/models/setting/discovered.rb:38
|
714
672
|
msgid "Error on existing NIC"
|
715
673
|
msgstr ""
|
716
674
|
|
717
|
-
#: ../app/models/setting/discovered.rb:
|
675
|
+
#: ../app/models/setting/discovered.rb:39
|
718
676
|
msgid "Discovery hostname naming pattern"
|
719
677
|
msgstr ""
|
720
678
|
|
721
|
-
#: ../app/models/setting/discovered.rb:
|
679
|
+
#: ../app/models/setting/discovered.rb:39
|
722
680
|
msgid "Type of name generator"
|
723
681
|
msgstr ""
|
724
682
|
|
@@ -731,20 +689,18 @@ msgid "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}"
|
|
731
689
|
msgstr ""
|
732
690
|
|
733
691
|
#: ../app/services/foreman_discovery/fact_parser.rb:12
|
734
|
-
msgid ""
|
735
|
-
"Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: "
|
736
|
-
"%{filter}"
|
692
|
+
msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
|
737
693
|
msgstr ""
|
738
694
|
|
739
|
-
#: ../app/services/foreman_discovery/host_converter.rb:
|
695
|
+
#: ../app/services/foreman_discovery/host_converter.rb:47
|
740
696
|
msgid "IPAM must be configured for subnet '%s'"
|
741
697
|
msgstr ""
|
742
698
|
|
743
|
-
#: ../app/services/foreman_discovery/node_api/node_resource.rb:
|
699
|
+
#: ../app/services/foreman_discovery/node_api/node_resource.rb:76
|
744
700
|
msgid "Image API returned HTTP/%{code} with '%{body}"
|
745
701
|
msgstr "이미지 API에서 '%{body}'이(가) 포함된 HTTP/%{code}을(를) 반환했습니다."
|
746
702
|
|
747
|
-
#: ../app/services/foreman_discovery/node_api/node_resource.rb:
|
703
|
+
#: ../app/services/foreman_discovery/node_api/node_resource.rb:79
|
748
704
|
msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
|
749
705
|
msgstr "이미지 API 처리 오류: %{msg}(HTTP/%{code}, 본문: %{body})"
|
750
706
|
|
@@ -752,6 +708,7 @@ msgstr "이미지 API 처리 오류: %{msg}(HTTP/%{code}, 본문: %{body})"
|
|
752
708
|
msgid "Discovered Host"
|
753
709
|
msgid_plural "Discovered Hosts"
|
754
710
|
msgstr[0] ""
|
711
|
+
msgstr[1] ""
|
755
712
|
|
756
713
|
#: ../app/views/dashboard/_discovery_widget.html.erb:9
|
757
714
|
msgid "No discovered hosts available"
|
@@ -761,33 +718,23 @@ msgstr "사용 가능한 검색된 호스트가 없습니다 "
|
|
761
718
|
msgid "Host"
|
762
719
|
msgstr "호스트"
|
763
720
|
|
764
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
|
765
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6
|
766
|
-
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:8
|
767
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:18
|
768
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:10
|
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
|
769
722
|
msgid "Model"
|
770
723
|
msgstr "모델 "
|
771
724
|
|
772
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
|
773
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8
|
774
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:20
|
775
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:12
|
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
|
776
726
|
msgid "CPUs"
|
777
727
|
msgstr "CPU"
|
778
728
|
|
779
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
|
780
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9
|
781
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:21
|
782
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:13
|
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
|
783
730
|
msgid "Memory"
|
784
731
|
msgstr "메모리"
|
785
732
|
|
786
|
-
#: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:
|
733
|
+
#: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:23
|
787
734
|
msgid "Customize Host"
|
788
735
|
msgstr ""
|
789
736
|
|
790
|
-
#: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:
|
737
|
+
#: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:24
|
791
738
|
msgid "Create Host"
|
792
739
|
msgstr ""
|
793
740
|
|
@@ -799,16 +746,11 @@ msgstr "이 페이지에 있는 모든 항목을 선택 "
|
|
799
746
|
msgid "items selected. Uncheck to Clear"
|
800
747
|
msgstr "항목이 선택되어 있습니다. 삭제하려면 선택 해제합니다 "
|
801
748
|
|
802
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
|
803
|
-
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:7
|
804
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:17
|
805
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:9
|
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
|
806
750
|
msgid "Name"
|
807
751
|
msgstr "이름 "
|
808
752
|
|
809
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7
|
810
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:19
|
811
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:11
|
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
|
812
754
|
msgid "IP Address"
|
813
755
|
msgstr "IP 주소 "
|
814
756
|
|
@@ -820,13 +762,11 @@ msgstr "디스크 수"
|
|
820
762
|
msgid "Disks Size"
|
821
763
|
msgstr ""
|
822
764
|
|
823
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15
|
824
|
-
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:9
|
765
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
|
825
766
|
msgid "Location"
|
826
767
|
msgstr "위치 "
|
827
768
|
|
828
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16
|
829
|
-
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
|
769
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
|
830
770
|
msgid "Organization"
|
831
771
|
msgstr "조직 "
|
832
772
|
|
@@ -838,8 +778,7 @@ msgstr "서브넷 "
|
|
838
778
|
msgid "Last Facts Upload"
|
839
779
|
msgstr ""
|
840
780
|
|
841
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19
|
842
|
-
#: ../app/views/discovery_rules/index.html.erb:12
|
781
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19 ../app/views/discovery_rules/index.html.erb:12
|
843
782
|
msgid "Actions"
|
844
783
|
msgstr "동작 "
|
845
784
|
|
@@ -860,9 +799,7 @@ msgid "Provision %s"
|
|
860
799
|
msgstr ""
|
861
800
|
|
862
801
|
#: ../app/views/discovered_hosts/multiple_destroy.html.erb:3
|
863
|
-
msgid ""
|
864
|
-
"This might take a while, as all hosts, facts and reports will be destroyed "
|
865
|
-
"as well"
|
802
|
+
msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
|
866
803
|
msgstr "모든 호스트, 팩트, 보고서가 모두 삭제되기 때문에 시간이 걸릴 수 있습니다 "
|
867
804
|
|
868
805
|
#: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
|
@@ -906,9 +843,7 @@ msgid "No discovered hosts found in this context."
|
|
906
843
|
msgstr ""
|
907
844
|
|
908
845
|
#: ../app/views/discovered_hosts/welcome.html.erb:8
|
909
|
-
msgid ""
|
910
|
-
"This page shows discovered bare-metal or virtual nodes waiting to be "
|
911
|
-
"provisioned."
|
846
|
+
msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
912
847
|
msgstr ""
|
913
848
|
|
914
849
|
#: ../app/views/discovered_hosts/welcome.html.erb:9
|
@@ -923,23 +858,19 @@ msgstr ""
|
|
923
858
|
msgid "<b>Foreman</b> Discovered hosts summary"
|
924
859
|
msgstr ""
|
925
860
|
|
926
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:10
|
927
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:5
|
861
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
|
928
862
|
msgid "Summary from %{time} ago to %{now}"
|
929
863
|
msgstr ""
|
930
864
|
|
931
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:11
|
932
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:3
|
865
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
|
933
866
|
msgid "Discovered hosts from Foreman server at %{foreman_url}"
|
934
867
|
msgstr ""
|
935
868
|
|
936
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:22
|
937
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:14
|
869
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:22 ../app/views/discovered_mailer/discovered_summary.text.erb:14
|
938
870
|
msgid "Disk count"
|
939
871
|
msgstr "디스크 수 "
|
940
872
|
|
941
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:23
|
942
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:15
|
873
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:23 ../app/views/discovered_mailer/discovered_summary.text.erb:15
|
943
874
|
msgid "Disks size"
|
944
875
|
msgstr "디스크 크기 "
|
945
876
|
|
@@ -988,41 +919,30 @@ msgid "Rule priority (lower integer means higher priority)"
|
|
988
919
|
msgstr "규칙 우선 순위 (낮은 정수 값일수록 우선 순위가 높아짐)"
|
989
920
|
|
990
921
|
#: ../app/views/discovery_rules/_template_inline.erb:2
|
991
|
-
msgid ""
|
992
|
-
"Specify target hostname template pattern in the same syntax as in "
|
993
|
-
"Provisioning Templates (ERB)."
|
922
|
+
msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
|
994
923
|
msgstr "프로비저닝 템플릿 (ERB)에 있는 것과 동일한 구문의 대상 호스트 이름 템플릿 패턴을 지정합니다. "
|
995
924
|
|
996
925
|
#: ../app/views/discovery_rules/_template_inline.erb:4
|
997
|
-
msgid ""
|
998
|
-
"Domain will be appended automatically. A hostname based on MAC address will "
|
999
|
-
"be used when left blank."
|
926
|
+
msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
|
1000
927
|
msgstr ""
|
1001
928
|
|
1002
929
|
#: ../app/views/discovery_rules/_template_inline.erb:5
|
1003
|
-
msgid ""
|
1004
|
-
"In addition to @host attribute function rand for random integers is "
|
1005
|
-
"available. Examples:"
|
930
|
+
msgid "In addition to @host attribute function rand for random integers is available. Examples:"
|
1006
931
|
msgstr ""
|
1007
932
|
|
1008
933
|
#: ../app/views/discovery_rules/_template_inline.erb:8
|
1009
|
-
msgid ""
|
1010
|
-
"When creating hostname patterns, make sure the resulting host names are "
|
1011
|
-
"unique."
|
934
|
+
msgid "When creating hostname patterns, make sure the resulting host names are unique."
|
1012
935
|
msgstr ""
|
1013
936
|
|
1014
937
|
#: ../app/views/discovery_rules/_template_inline.erb:9
|
1015
|
-
msgid ""
|
1016
|
-
"Hostnames must not start with numbers. A good approach is to use unique "
|
1017
|
-
"information provided by facter (MAC address, BIOS or serial ID)."
|
938
|
+
msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
|
1018
939
|
msgstr ""
|
1019
940
|
|
1020
941
|
#: ../app/views/discovery_rules/edit.html.erb:1
|
1021
942
|
msgid "Edit %s"
|
1022
943
|
msgstr "%s 편집 "
|
1023
944
|
|
1024
|
-
#: ../app/views/discovery_rules/index.html.erb:1
|
1025
|
-
#: ../lib/foreman_discovery/engine.rb:163
|
945
|
+
#: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:163
|
1026
946
|
msgid "Discovery Rules"
|
1027
947
|
msgstr "검색 규칙 "
|
1028
948
|
|
@@ -1087,13 +1007,25 @@ msgid "Discovery Proxy"
|
|
1087
1007
|
msgstr ""
|
1088
1008
|
|
1089
1009
|
#: ../lib/foreman_discovery/engine.rb:189
|
1090
|
-
msgid ""
|
1091
|
-
"Discovery Proxy to use within this subnet for managing connection to "
|
1092
|
-
"discovered hosts"
|
1010
|
+
msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1093
1011
|
msgstr ""
|
1094
1012
|
|
1095
1013
|
#: ../lib/foreman_discovery/engine.rb:190
|
1096
|
-
msgid ""
|
1097
|
-
|
1098
|
-
|
1014
|
+
msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1015
|
+
msgstr ""
|
1016
|
+
|
1017
|
+
#: action_names.rb:2
|
1018
|
+
msgid "Remote action:"
|
1019
|
+
msgstr ""
|
1020
|
+
|
1021
|
+
#: action_names.rb:3
|
1022
|
+
msgid "Import Puppet classes"
|
1023
|
+
msgstr ""
|
1024
|
+
|
1025
|
+
#: action_names.rb:4
|
1026
|
+
msgid "Import facts"
|
1027
|
+
msgstr ""
|
1028
|
+
|
1029
|
+
#: action_names.rb:5
|
1030
|
+
msgid "Action with sub plans"
|
1099
1031
|
msgstr ""
|