foreman_discovery 19.0.5 → 20.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1096 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the foreman_discovery package.
4
+ #
5
+ # Translators:
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: foreman_discovery 18.0.1\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2021-11-25 10:15+0100\n"
11
+ "PO-Revision-Date: 2021-09-20 17:24+0000\n"
12
+ "Last-Translator: Transifex Bot <>\n"
13
+ "Language-Team: Korean (http://www.transifex.com/foreman/foreman/language/ko/)\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "Language: ko\n"
18
+ "Plural-Forms: nplurals=1; plural=0;\n"
19
+
20
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:16
21
+ msgid "List all discovered hosts"
22
+ msgstr "검색된 모든 호스트를 나열 "
23
+
24
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17 ../app/controllers/api/v2/discovery_rules_controller.rb:15
25
+ msgid "filter results"
26
+ msgstr "필터 결과 "
27
+
28
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18 ../app/controllers/api/v2/discovery_rules_controller.rb:16
29
+ msgid "sort results"
30
+ msgstr "결과 정렬 "
31
+
32
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19 ../app/controllers/api/v2/discovery_rules_controller.rb:17
33
+ msgid "paginate results"
34
+ msgstr "페이지네이션 결과 "
35
+
36
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20 ../app/controllers/api/v2/discovery_rules_controller.rb:18
37
+ msgid "number of entries per request"
38
+ msgstr "요청 당 항목 수 "
39
+
40
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:26
41
+ msgid "Show a discovered host"
42
+ msgstr "검색된 호스트 표시 "
43
+
44
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:85
45
+ msgid "DHCP filename option (Grub2 or PXELinux by default)"
46
+ msgstr ""
47
+
48
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:41
49
+ msgid "Create a discovered host for testing (use /facts to create new hosts)"
50
+ msgstr "검색된 호스트를 테스트용으로 생성(/facts를 사용하여 새 호스트 생성)"
51
+
52
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:50
53
+ msgid "Provision a discovered host"
54
+ msgstr "검색된 호스트 프로비저닝 "
55
+
56
+ #: ../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
57
+ msgid "required if host is managed and value is not inherited from host group"
58
+ msgstr "호스트가 관리되고 있으며 값이 호스트 그룹에서 상속되지 않은 경우에 필요합니다 "
59
+
60
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
61
+ msgid "not required if using a subnet with DHCP proxy"
62
+ msgstr "DHCP 프록시를 갖는 서브넷을 사용할 필요가 없습니다 "
63
+
64
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:56
65
+ msgid "not required if it's a virtual machine"
66
+ msgstr "가상 머신의 경우 필요하지 않습니다 "
67
+
68
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:62
69
+ msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
70
+ msgstr "이미지 기반의 프로비저닝이 아니고 호스트가 관리되어 값이 호스트 그룹에서 상속되지 않은 경우에 필요합니다 "
71
+
72
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:63
73
+ msgid "required if host is managed and custom partition has not been defined"
74
+ msgstr "호스트가 관리되고 있으며 사용자 정의 파티션이 정의되고 있지 않은 경우에 필요합니다 "
75
+
76
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:69
77
+ msgid "Host's owner type"
78
+ msgstr "호스트의 소유자 유형"
79
+
80
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:72
81
+ msgid "Host's parameters (array or indexed hash)"
82
+ msgstr "호스트의 매개 변수(배열 또는 인덱싱된 해시)"
83
+
84
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
85
+ msgid "Name of the parameter"
86
+ msgstr "매개 변수의 이름"
87
+
88
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
89
+ msgid "Parameter value"
90
+ msgstr "매개 변수 값"
91
+
92
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
93
+ msgid "Type of value"
94
+ msgstr ""
95
+
96
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:82
97
+ msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
98
+ msgstr "오케스트레이션 작업 상태를 추적하기 위한 UUID, GET /api/orchestration/:UUID/tasks"
99
+
100
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:84
101
+ msgid "required if value is not inherited from host group or default password in settings"
102
+ msgstr "값이 호스트 그룹이나 설정의 기본값 암호에서 상속되지 않은 경우에 필요합니다 "
103
+
104
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:95
105
+ msgid "Delete a discovered host"
106
+ msgstr "검색된 호스트 삭제 "
107
+
108
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:102
109
+ msgid "Upload facts for a host, creating the host if required"
110
+ msgstr "호스트의 팩트를 업로드하고 필요한 경우 호스트를 생성합니다 "
111
+
112
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:103
113
+ 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)"
114
+ msgstr "최소 세트의 팩트가 있는 호스트의 팩트가 포함된 해시: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, 인터페이스: eth0(기본 인터페이스의 이름이 eth0인 경우의 예)"
115
+
116
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:130
117
+ msgid "Execute rules against a discovered host"
118
+ msgstr "검색된 호스트에 대해 규칙 실행 "
119
+
120
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:136 ../app/controllers/discovered_hosts_controller.rb:163
121
+ msgid "Host %{host} was provisioned with rule %{rule}"
122
+ msgstr "호스트 %{host}은/는 %{rule}으(로) 프로비저닝됩니다 "
123
+
124
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:139
125
+ msgid "Unable to provision %{host}: %{errors}"
126
+ msgstr "%{host}을(를) 프로비저닝할 수 없습니다: %{errors}"
127
+
128
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:170
129
+ msgid "No rule found for host %s"
130
+ msgstr "호스트 %s에 대한 규칙을 찾을 수 없습니다 "
131
+
132
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:152
133
+ msgid "Execute rules against all currently discovered hosts"
134
+ msgstr "현재 검색된 모든 호스트에 대해 규칙 실행 "
135
+
136
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:156 ../app/controllers/discovered_hosts_controller.rb:176
137
+ msgid "Errors during auto provisioning: %s"
138
+ msgstr "자동 프로비저닝 도중 오류 발생: %s"
139
+
140
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:159 ../app/controllers/discovered_hosts_controller.rb:179
141
+ msgid "No discovered hosts to provision"
142
+ msgstr "프로비저닝할 검색된 호스트가 없습니다 "
143
+
144
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:181
145
+ msgid "%s discovered hosts were provisioned"
146
+ msgstr "%s개의 검색된 호스트를 프로비저닝했습니다."
147
+
148
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:192
149
+ msgid "Refreshing the facts of a discovered host"
150
+ msgstr "검색된 호스트의 팩트를 새로고침 중 "
151
+
152
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:201
153
+ msgid "Rebooting a discovered host"
154
+ msgstr "검색된 호스트를 재부팅 중 "
155
+
156
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:210
157
+ msgid "Rebooting all discovered hosts"
158
+ msgstr "검색된 모든 호스트를 재부팅 중"
159
+
160
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:221 ../app/controllers/discovered_hosts_controller.rb:132
161
+ msgid "Discovered hosts are rebooting now"
162
+ msgstr "현재 검색된 호스트를 재부팅하고 있습니다."
163
+
164
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:14
165
+ msgid "List all discovery rules"
166
+ msgstr "모든 검색 규칙을 나열 "
167
+
168
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:24
169
+ msgid "Show a discovery rule"
170
+ msgstr "검색 규칙 표시 "
171
+
172
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:32
173
+ msgid "represents rule name shown to the users"
174
+ msgstr "사용자에게 표시되는 규칙 이름을 표시합니다"
175
+
176
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:33
177
+ msgid "query to match discovered hosts for the particular rule"
178
+ msgstr "특정 규칙에 대해 검색된 호스트와 일치하는 쿼리"
179
+
180
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:34
181
+ msgid "the hostgroup that is used to auto provision a host"
182
+ msgstr "호스트를 자동 프로비저닝하기 위해 사용되는 호스트 그룹"
183
+
184
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:35
185
+ msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
186
+ msgstr "해당 호스트에 읽기 좋은 호스트 이름을 할당하기 위해 패턴을 정의합니다"
187
+
188
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:36
189
+ msgid "enables to limit maximum amount of provisioned hosts per rule"
190
+ msgstr "규칙 당 프로비저닝된 호스트의 최대 수량을 제한할 수 있게 합니다"
191
+
192
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:37
193
+ msgid "puts the rules in order, low numbers go first. Must be greater then zero"
194
+ msgstr "규칙을 순서대로 배치합니다. 낮은 숫자를 먼저 배치합니다. 수치는 0 보다 커야 합니다"
195
+
196
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:38
197
+ msgid "flag is used for temporary shutdown of rules"
198
+ msgstr "규칙의 일시 정지에 플래그를 사용합니다"
199
+
200
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:39
201
+ msgid "location ID for provisioned hosts"
202
+ msgstr ""
203
+
204
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:40
205
+ msgid "organization ID for provisioned hosts"
206
+ msgstr ""
207
+
208
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:44
209
+ msgid "Create a discovery rule"
210
+ msgstr "검색 규칙 생성 "
211
+
212
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:53
213
+ msgid "Update a rule"
214
+ msgstr "규칙 업데이트 "
215
+
216
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:61
217
+ msgid "Delete a rule"
218
+ msgstr "규칙 삭제 "
219
+
220
+ #: ../app/controllers/api/v2/fact_values_controller_extensions.rb:7
221
+ msgid "List all fact values of a given discovered host"
222
+ msgstr ""
223
+
224
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:6
225
+ msgid "Unable to find a discovery rule, no host provided (check permissions)"
226
+ msgstr "검색 규칙을 찾을 수 없습니다. 호스트가 제공되지 않았습니다(권한 확인)."
227
+
228
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:43
229
+ msgid "No hostgroup associated with rule '%s'"
230
+ msgstr "'%s' 규칙에 연결된 호스트 그룹이 없습니다."
231
+
232
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:73
233
+ msgid "Errors during reboot: %s"
234
+ msgstr "재부팅 도중 오류가 발생했습니다: %s"
235
+
236
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:91
237
+ msgid "No discovered hosts to reboot"
238
+ msgstr "재부팅할 검색된 호스트가 없습니다."
239
+
240
+ #: ../app/controllers/discovered_hosts_controller.rb:66
241
+ msgid "Successfully provisioned %s"
242
+ msgstr ""
243
+
244
+ #: ../app/controllers/discovered_hosts_controller.rb:100
245
+ msgid "Facts refreshed for %s"
246
+ msgstr "%s에 대해 업데이트된 팩트"
247
+
248
+ #: ../app/controllers/discovered_hosts_controller.rb:102
249
+ msgid "Failed to refresh facts for %s"
250
+ msgstr "%s에 대한 팩트를 새로고침하는데 실패했습니다 "
251
+
252
+ #: ../app/controllers/discovered_hosts_controller.rb:105
253
+ msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
254
+ msgstr "%{error_message} 오류가 발생하여 %{hostname}의 팩트를 새로 고치지 못했습니다."
255
+
256
+ #: ../app/controllers/discovered_hosts_controller.rb:112
257
+ msgid "Host of type %s can not be rebooted"
258
+ msgstr "호스트 유형 %s은(는) 재부팅할 수 없습니다 "
259
+
260
+ #: ../app/controllers/discovered_hosts_controller.rb:116
261
+ msgid "Rebooting host %s"
262
+ msgstr "호스트 %s 재부팅 중 "
263
+
264
+ #: ../app/controllers/discovered_hosts_controller.rb:118
265
+ msgid "Failed to reboot host %s"
266
+ msgstr "호스트 %s 재부팅에 실패했습니다 "
267
+
268
+ #: ../app/controllers/discovered_hosts_controller.rb:121
269
+ msgid "Failed to reboot host %{hostname} with error %{error_message}"
270
+ msgstr "오류 %{error_message}를 표시하는 호스트 %{hostname} 재부팅에 실패했습니다 "
271
+
272
+ #: ../app/controllers/discovered_hosts_controller.rb:135
273
+ msgid "Failed to reboot hosts with error %s"
274
+ msgstr "%s 오류가 발생하여 호스트를 재부팅하지 못했습니다."
275
+
276
+ #: ../app/controllers/discovered_hosts_controller.rb:153
277
+ msgid "Destroyed selected hosts"
278
+ msgstr "선택된 호스트 삭제"
279
+
280
+ #: ../app/controllers/discovered_hosts_controller.rb:155
281
+ msgid "The following hosts were not deleted: %s"
282
+ msgstr "다음 호스트가 삭제되지 않았습니다: %s"
283
+
284
+ #: ../app/controllers/discovered_hosts_controller.rb:167
285
+ msgid "Failed to auto provision host %s: %s"
286
+ msgstr "호스트 %s의 자동 프로비저닝에 실패했습니다: %s"
287
+
288
+ #: ../app/controllers/discovered_hosts_controller.rb:195
289
+ msgid "Discovered hosts are provisioning now"
290
+ msgstr "현재 검색된 호스트를 프로비저닝하고 있습니다"
291
+
292
+ #: ../app/controllers/discovered_hosts_controller.rb:280
293
+ msgid "Discovered host reported from unknown subnet, communication will not be proxied."
294
+ msgstr ""
295
+
296
+ #: ../app/controllers/discovered_hosts_controller.rb:285
297
+ msgid "Discovered hosts reported from unknown subnet are %s, communication will not be proxied."
298
+ msgstr ""
299
+
300
+ #: ../app/controllers/discovered_hosts_controller.rb:299
301
+ msgid "No hosts were found with that id or name"
302
+ msgstr "해당 ID 또는 이름의 호스트를 찾을 수 없습니다 "
303
+
304
+ #: ../app/controllers/discovered_hosts_controller.rb:303
305
+ msgid "No hosts selected"
306
+ msgstr "선택된 호스트가 없음 "
307
+
308
+ #: ../app/controllers/discovered_hosts_controller.rb:309
309
+ msgid "Something went wrong while selecting hosts - %s"
310
+ msgstr "호스트를 선택하는 도중 문제가 발생했습니다 - %s"
311
+
312
+ #: ../app/controllers/discovery_rules_controller.rb:79
313
+ msgid "Rule enabled"
314
+ msgstr "규칙 비활성화 "
315
+
316
+ #: ../app/controllers/discovery_rules_controller.rb:79
317
+ msgid "Rule disabled"
318
+ msgstr "규칙 비활성화 "
319
+
320
+ #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
321
+ msgid "Auto Provision"
322
+ msgstr "자동 프로비저닝 "
323
+
324
+ #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:41
325
+ msgid "Refresh facts"
326
+ msgstr "팩트 새로고침 "
327
+
328
+ #: ../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:42
329
+ msgid "Reboot"
330
+ msgstr "다시 시작"
331
+
332
+ #: ../app/helpers/discovered_hosts_helper.rb:19
333
+ msgid "Back"
334
+ msgstr "뒤로 "
335
+
336
+ #: ../app/helpers/discovered_hosts_helper.rb:21 ../app/helpers/discovered_hosts_helper.rb:35
337
+ msgid "Select Action"
338
+ msgstr "작업 선택 "
339
+
340
+ #: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:43
341
+ msgid "Delete %s?"
342
+ msgstr "%s 을(를) 삭제하시겠습니까?"
343
+
344
+ #: ../app/helpers/discovered_hosts_helper.rb:31
345
+ msgid "Assign Organization"
346
+ msgstr "조직 지정 "
347
+
348
+ #: ../app/helpers/discovered_hosts_helper.rb:32
349
+ msgid "Assign Location"
350
+ msgstr "위치 지정 "
351
+
352
+ #: ../app/helpers/discovered_hosts_helper.rb:33
353
+ msgid "Delete"
354
+ msgstr "삭제 "
355
+
356
+ #: ../app/helpers/discovered_hosts_helper.rb:37
357
+ msgid "%s - The following hosts are about to be changed"
358
+ msgstr "%s - 다음 호스트는 즉시 변경됩니다 "
359
+
360
+ #: ../app/helpers/discovered_hosts_helper.rb:46 ../app/views/dashboard/_discovery_widget_host.html.erb:2
361
+ msgid "N/A"
362
+ msgstr "해당 없음 "
363
+
364
+ #: ../app/helpers/discovered_hosts_helper.rb:58
365
+ msgid "New in the last 24 hours"
366
+ msgstr "지난 24시간 이내의 신규 항목"
367
+
368
+ #: ../app/helpers/discovered_hosts_helper.rb:62
369
+ msgid "Not reported in more than 7 days"
370
+ msgstr "7일 넘게 보고되지 않음"
371
+
372
+ #: ../app/helpers/discovered_hosts_helper.rb:66
373
+ msgid "Reported in the last 7 days"
374
+ msgstr "지난 7일 이내에 보고됨"
375
+
376
+ #: ../app/helpers/discovered_hosts_helper.rb:90
377
+ msgid "Provision"
378
+ msgstr "프로비저닝 "
379
+
380
+ #: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:8 ../lib/foreman_discovery/engine.rb:160 ../lib/foreman_discovery/engine.rb:175
381
+ msgid "Discovered Hosts"
382
+ msgstr ""
383
+
384
+ #: ../app/helpers/discovery_rules_helper.rb:27
385
+ msgid "Associated Hosts"
386
+ msgstr ""
387
+
388
+ #: ../app/helpers/discovery_rules_helper.rb:29
389
+ msgid "Disable"
390
+ msgstr "비활성화 "
391
+
392
+ #: ../app/helpers/discovery_rules_helper.rb:29
393
+ msgid "Disable rule '%s'?"
394
+ msgstr ""
395
+
396
+ #: ../app/helpers/discovery_rules_helper.rb:31
397
+ msgid "Enable"
398
+ msgstr "활성화"
399
+
400
+ #: ../app/helpers/discovery_rules_helper.rb:31
401
+ msgid "Enable rule '%s'?"
402
+ msgstr ""
403
+
404
+ #: ../app/helpers/discovery_rules_helper.rb:33
405
+ msgid "Clone"
406
+ msgstr "복제(Clone)"
407
+
408
+ #: ../app/helpers/discovery_rules_helper.rb:34
409
+ msgid "Delete rule '%s'?"
410
+ msgstr ""
411
+
412
+ #: ../app/mailers/discovered_mailer.rb:9
413
+ msgid "Invalid user type of %s was provided"
414
+ msgstr ""
415
+
416
+ #: ../app/mailers/discovered_mailer.rb:26
417
+ msgid "Discovered hosts summary"
418
+ msgstr ""
419
+
420
+ #: ../app/models/discovery_rule.rb:11
421
+ msgid "can't contain white spaces."
422
+ msgstr "공백을 포함할 수 없습니다. "
423
+
424
+ #: ../app/models/discovery_rule.rb:13
425
+ msgid "must start with a letter or ERB."
426
+ msgstr "문자 또는 ERB로 시작해야 합니다. "
427
+
428
+ #: ../app/models/discovery_rule.rb:16
429
+ msgid "must be present."
430
+ msgstr ""
431
+
432
+ #: ../app/models/discovery_rule.rb:57
433
+ msgid "Host group organization %s must also be associated to the discovery rule"
434
+ msgid_plural "Host group organizations %s must also be associated to the discovery rule"
435
+ msgstr[0] ""
436
+ msgstr[1] ""
437
+
438
+ #: ../app/models/discovery_rule.rb:61
439
+ msgid "Host group location %s must also be associated to the discovery rule"
440
+ msgid_plural "Host group locations %s must also be associated to the discovery rule"
441
+ msgstr[0] ""
442
+ msgstr[1] ""
443
+
444
+ #: ../app/models/host/discovered.rb:40
445
+ msgid "Fact + prefix"
446
+ msgstr ""
447
+
448
+ #: ../app/models/host/discovered.rb:41
449
+ msgid "Random name"
450
+ msgstr ""
451
+
452
+ #: ../app/models/host/discovered.rb:42
453
+ msgid "MAC-based name"
454
+ msgstr ""
455
+
456
+ #: ../app/models/host/discovered.rb:55
457
+ msgid "Invalid facts, must be a Hash"
458
+ msgstr "잘못된 팩트, 해시여야 합니다 "
459
+
460
+ #: ../app/models/host/discovered.rb:60
461
+ msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
462
+ msgstr "필요한 discovery_fact '%s'이(가) 누락되었습니다. 기본 인터페이스와 설정된 호스트 이름을 감지할 수 없습니다."
463
+
464
+ #: ../app/models/host/discovered.rb:73
465
+ msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
466
+ msgstr ""
467
+
468
+ #: ../app/models/host/discovered.rb:102
469
+ msgid "Facts could not be imported"
470
+ msgstr ""
471
+
472
+ #: ../app/models/host/discovered.rb:160
473
+ msgid "Could not get facts from proxy %{url}: %{error}"
474
+ msgstr "프록시 %{url}에서 팩트를 가져올 수 없습니다: %{error}"
475
+
476
+ #: ../app/models/host/discovered.rb:178
477
+ msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
478
+ msgstr ""
479
+
480
+ #: ../app/models/host/discovered.rb:182 ../app/models/host/discovered.rb:205
481
+ msgid "Unable to perform %{action} on %{ips}"
482
+ msgstr ""
483
+
484
+ #: ../app/models/host/discovered.rb:201
485
+ msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
486
+ msgstr ""
487
+
488
+ #: ../app/models/host/discovered.rb:225
489
+ msgid "Invalid hostname: Could not normalize the hostname"
490
+ msgstr ""
491
+
492
+ #: ../app/models/host/managed_extensions.rb:23
493
+ msgid "Reloading kernel on %s"
494
+ msgstr "%s에서 커널을 다시 로드하는 중"
495
+
496
+ #: ../app/models/host/managed_extensions.rb:25
497
+ msgid "Rebooting %s"
498
+ msgstr "%s 재부팅 중 "
499
+
500
+ #: ../app/models/host/managed_extensions.rb:46
501
+ msgid "Kexec template not associated with operating system"
502
+ msgstr "Kexec 템플릿이 운영 체제에 연결되어 있지 않습니다."
503
+
504
+ #: ../app/models/host/managed_extensions.rb:49
505
+ msgid "Kernel kexec URL is invalid: '%s'"
506
+ msgstr ""
507
+
508
+ #: ../app/models/host/managed_extensions.rb:50
509
+ msgid "Init RAM kexec URL is invalid: '%s'"
510
+ msgstr ""
511
+
512
+ #: ../app/models/nic/managed_extensions.rb:14
513
+ msgid "Rebuild DNS for %s"
514
+ msgstr ""
515
+
516
+ #: ../app/models/setting/discovered.rb:17
517
+ msgid "The default location to place discovered hosts in"
518
+ msgstr "검색된 호스트를 배치하기 위한 기본 위치 "
519
+
520
+ #: ../app/models/setting/discovered.rb:17
521
+ msgid "Discovery location"
522
+ msgstr ""
523
+
524
+ #: ../app/models/setting/discovered.rb:18
525
+ msgid "The default organization to place discovered hosts in"
526
+ msgstr "검색된 호스트를 배치하기 위한 기본 조직 "
527
+
528
+ #: ../app/models/setting/discovered.rb:18
529
+ msgid "Discovery organization"
530
+ msgstr ""
531
+
532
+ #: ../app/models/setting/discovered.rb:19
533
+ msgid "Fact name to use for primary interface detection"
534
+ msgstr ""
535
+
536
+ #: ../app/models/setting/discovered.rb:19
537
+ msgid "Interface fact"
538
+ msgstr ""
539
+
540
+ #: ../app/models/setting/discovered.rb:20
541
+ msgid "Automatic bond interface (if another interface is detected on the same VLAN via LLDP)"
542
+ msgstr ""
543
+
544
+ #: ../app/models/setting/discovered.rb:20
545
+ msgid "Create bond interfaces"
546
+ msgstr ""
547
+
548
+ #: ../app/models/setting/discovered.rb:21
549
+ msgid "Clean all reported facts during provisioning (except discovery facts)"
550
+ msgstr ""
551
+
552
+ #: ../app/models/setting/discovered.rb:21
553
+ msgid "Clean all facts"
554
+ msgstr ""
555
+
556
+ #: ../app/models/setting/discovered.rb:22
557
+ msgid "List of facts to use for the hostname (separated by comma, first wins)"
558
+ msgstr ""
559
+
560
+ #: ../app/models/setting/discovered.rb:22
561
+ msgid "Hostname facts"
562
+ msgstr ""
563
+
564
+ #: ../app/models/setting/discovered.rb:23
565
+ msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
566
+ msgstr "프로비저닝 규칙에 따라 새로 검색된 호스트의 자동 프로비저닝 "
567
+
568
+ #: ../app/models/setting/discovered.rb:23
569
+ msgid "Auto provisioning"
570
+ msgstr ""
571
+
572
+ #: ../app/models/setting/discovered.rb:24
573
+ msgid "Automatically reboot or kexec discovered host during provisioning"
574
+ msgstr ""
575
+
576
+ #: ../app/models/setting/discovered.rb:25
577
+ msgid "The default prefix to use for the host name, must start with a letter"
578
+ msgstr "호스트 이름에 사용할 기본 접두사는 문자로 시작해야 합니다 "
579
+
580
+ #: ../app/models/setting/discovered.rb:25
581
+ msgid "Hostname prefix"
582
+ msgstr ""
583
+
584
+ #: ../app/models/setting/discovered.rb:26
585
+ msgid "Extra facter columns to show in host lists (separate by comma)"
586
+ msgstr "호스트 목록에 표시할 추가 팩트 열(쉼표로 구분)"
587
+
588
+ #: ../app/models/setting/discovered.rb:26
589
+ msgid "Fact columns"
590
+ msgstr ""
591
+
592
+ #: ../app/models/setting/discovered.rb:27
593
+ msgid "Regex to organize facts for highlights section - e.g. ^(abc|cde)$"
594
+ msgstr ""
595
+
596
+ #: ../app/models/setting/discovered.rb:27
597
+ msgid "Highlighted facts"
598
+ msgstr ""
599
+
600
+ #: ../app/models/setting/discovered.rb:28
601
+ msgid "Regex to organize facts for storage section"
602
+ msgstr "스토리지 섹션의 팩트를 구성하기 위한 정규식"
603
+
604
+ #: ../app/models/setting/discovered.rb:28
605
+ msgid "Storage facts"
606
+ msgstr ""
607
+
608
+ #: ../app/models/setting/discovered.rb:29
609
+ msgid "Regex to organize facts for software section"
610
+ msgstr "소프트웨어 섹션의 팩트를 구성하기 위한 정규식"
611
+
612
+ #: ../app/models/setting/discovered.rb:29
613
+ msgid "Software facts"
614
+ msgstr ""
615
+
616
+ #: ../app/models/setting/discovered.rb:30
617
+ msgid "Regex to organize facts for hardware section"
618
+ msgstr "하드웨어 섹션의 팩트를 구성하기 위한 정규식"
619
+
620
+ #: ../app/models/setting/discovered.rb:30
621
+ msgid "Hardware facts"
622
+ msgstr ""
623
+
624
+ #: ../app/models/setting/discovered.rb:31
625
+ msgid "Regex to organize facts for network section"
626
+ msgstr "네트워크 섹션의 팩트를 구성하기 위한 정규식"
627
+
628
+ #: ../app/models/setting/discovered.rb:31
629
+ msgid "Network facts"
630
+ msgstr ""
631
+
632
+ #: ../app/models/setting/discovered.rb:32
633
+ msgid "Regex to organize facts for ipmi section"
634
+ msgstr "ipmi 섹션의 팩트를 구성하기 위한 정규식"
635
+
636
+ #: ../app/models/setting/discovered.rb:32
637
+ msgid "IPMI facts"
638
+ msgstr ""
639
+
640
+ #: ../app/models/setting/discovered.rb:33
641
+ msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery"
642
+ msgstr ""
643
+
644
+ #: ../app/models/setting/discovered.rb:33
645
+ msgid "Lock PXE"
646
+ msgstr ""
647
+
648
+ #: ../app/models/setting/discovered.rb:34
649
+ msgid "PXELinux template to be used when pinning a host to discovery"
650
+ msgstr ""
651
+
652
+ #: ../app/models/setting/discovered.rb:34
653
+ msgid "Locked PXELinux template name"
654
+ msgstr ""
655
+
656
+ #: ../app/models/setting/discovered.rb:35
657
+ msgid "PXEGrub template to be used when pinning a host to discovery"
658
+ msgstr ""
659
+
660
+ #: ../app/models/setting/discovered.rb:35
661
+ msgid "Locked PXEGrub template name"
662
+ msgstr ""
663
+
664
+ #: ../app/models/setting/discovered.rb:36
665
+ msgid "PXEGrub2 template to be used when pinning a host to discovery"
666
+ msgstr ""
667
+
668
+ #: ../app/models/setting/discovered.rb:36
669
+ msgid "Locked PXEGrub2 template name"
670
+ msgstr ""
671
+
672
+ #: ../app/models/setting/discovered.rb:37
673
+ msgid "Force DNS entries creation when provisioning discovered host"
674
+ msgstr ""
675
+
676
+ #: ../app/models/setting/discovered.rb:37
677
+ msgid "Force DNS"
678
+ msgstr ""
679
+
680
+ #: ../app/models/setting/discovered.rb:38
681
+ msgid "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)"
682
+ msgstr ""
683
+
684
+ #: ../app/models/setting/discovered.rb:38
685
+ msgid "Error on existing NIC"
686
+ msgstr ""
687
+
688
+ #: ../app/models/setting/discovered.rb:39
689
+ msgid "Discovery hostname naming pattern"
690
+ msgstr ""
691
+
692
+ #: ../app/models/setting/discovered.rb:39
693
+ msgid "Type of name generator"
694
+ msgstr ""
695
+
696
+ #: ../app/models/setting/discovered.rb:40
697
+ msgid "Prefer IPv6 to IPv4 when calling discovered nodes"
698
+ msgstr ""
699
+
700
+ #: ../app/models/setting/discovered.rb:40
701
+ msgid "Prefer IPv6"
702
+ msgstr ""
703
+
704
+ #: ../app/services/foreman_discovery/fact_parser.rb:4
705
+ msgid "Discovery fact parser does not work with non-discovery host '%{host}'"
706
+ msgstr ""
707
+
708
+ #: ../app/services/foreman_discovery/fact_parser.rb:6
709
+ msgid "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}"
710
+ msgstr ""
711
+
712
+ #: ../app/services/foreman_discovery/fact_parser.rb:12
713
+ msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
714
+ msgstr ""
715
+
716
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:7
717
+ msgid "Highlights"
718
+ msgstr ""
719
+
720
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:8
721
+ msgid "Storage"
722
+ msgstr "스토리지"
723
+
724
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:9
725
+ msgid "Hardware"
726
+ msgstr "하드웨어"
727
+
728
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:10
729
+ msgid "Network"
730
+ msgstr "네트워크"
731
+
732
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:11
733
+ msgid "Software"
734
+ msgstr "소프트웨어"
735
+
736
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:12
737
+ msgid "IPMI"
738
+ msgstr "IPMI"
739
+
740
+ #: ../app/services/foreman_discovery/fact_to_category_resolver.rb:13
741
+ msgid "Miscellaneous"
742
+ msgstr "기타"
743
+
744
+ #: ../app/services/foreman_discovery/host_converter.rb:47
745
+ msgid "IPAM must be configured for subnet '%s'"
746
+ msgstr ""
747
+
748
+ #: ../app/services/foreman_discovery/node_api/node_resource.rb:76
749
+ msgid "Image API returned HTTP/%{code} with '%{body}"
750
+ msgstr "이미지 API에서 '%{body}'이(가) 포함된 HTTP/%{code}을(를) 반환했습니다."
751
+
752
+ #: ../app/services/foreman_discovery/node_api/node_resource.rb:79
753
+ msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
754
+ msgstr "이미지 API 처리 오류: %{msg}(HTTP/%{code}, 본문: %{body})"
755
+
756
+ #: ../app/services/foreman_discovery/ui_notifications/new_host.rb:22
757
+ msgid "Host %s has been dicovered"
758
+ msgstr ""
759
+
760
+ #: ../app/views/dashboard/_discovery_widget.html.erb:5
761
+ msgid "Discovered Host"
762
+ msgid_plural "Discovered Hosts"
763
+ msgstr[0] ""
764
+ msgstr[1] ""
765
+
766
+ #: ../app/views/dashboard/_discovery_widget.html.erb:9
767
+ msgid "No discovered hosts available"
768
+ msgstr "사용 가능한 검색된 호스트가 없습니다 "
769
+
770
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:3
771
+ msgid "Host"
772
+ msgstr "호스트"
773
+
774
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7 ../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
775
+ msgid "Model"
776
+ msgstr "모델 "
777
+
778
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9 ../app/views/discovered_mailer/discovered_summary.html.erb:20 ../app/views/discovered_mailer/discovered_summary.text.erb:12
779
+ msgid "CPUs"
780
+ msgstr "CPU"
781
+
782
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10 ../app/views/discovered_mailer/discovered_summary.html.erb:21 ../app/views/discovered_mailer/discovered_summary.text.erb:13
783
+ msgid "Memory"
784
+ msgstr "메모리"
785
+
786
+ #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:23
787
+ msgid "Customize Host"
788
+ msgstr ""
789
+
790
+ #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:24
791
+ msgid "Create Host"
792
+ msgstr ""
793
+
794
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
795
+ msgid "Select all items in this page"
796
+ msgstr "이 페이지에 있는 모든 항목을 선택 "
797
+
798
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
799
+ msgid "items selected. Uncheck to Clear"
800
+ msgstr "항목이 선택되어 있습니다. 삭제하려면 선택 해제합니다 "
801
+
802
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6 ../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
803
+ msgid "Name"
804
+ msgstr "이름 "
805
+
806
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:19 ../app/views/discovered_mailer/discovered_summary.text.erb:11
807
+ msgid "IP Address"
808
+ msgstr "IP 주소 "
809
+
810
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
811
+ msgid "Disk Count"
812
+ msgstr "디스크 수"
813
+
814
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
815
+ msgid "Disks Size"
816
+ msgstr ""
817
+
818
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:9 ../app/views/discovery_rules/index.html.erb:11
819
+ msgid "Location"
820
+ msgstr "위치 "
821
+
822
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10 ../app/views/discovery_rules/index.html.erb:12
823
+ msgid "Organization"
824
+ msgstr "조직 "
825
+
826
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:18
827
+ msgid "Subnet"
828
+ msgstr "서브넷 "
829
+
830
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19
831
+ msgid "Last Facts Upload"
832
+ msgstr ""
833
+
834
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovery_rules/index.html.erb:14
835
+ msgid "Actions"
836
+ msgstr "동작 "
837
+
838
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:55
839
+ msgid "Please Confirm"
840
+ msgstr "확인해 주십시오 "
841
+
842
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:61
843
+ msgid "Cancel"
844
+ msgstr "취소 "
845
+
846
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:62
847
+ msgid "Submit"
848
+ msgstr "제출 "
849
+
850
+ #: ../app/views/discovered_hosts/edit.html.erb:1
851
+ msgid "Provision %s"
852
+ msgstr ""
853
+
854
+ #: ../app/views/discovered_hosts/multiple_destroy.html.erb:3
855
+ msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
856
+ msgstr "모든 호스트, 팩트, 보고서가 모두 삭제되기 때문에 시간이 걸릴 수 있습니다 "
857
+
858
+ #: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
859
+ msgid "Select location"
860
+ msgstr "위치 선택 "
861
+
862
+ #: ../app/views/discovered_hosts/select_multiple_organization.html.erb:5
863
+ msgid "Select organization"
864
+ msgstr "조직 선택 "
865
+
866
+ #: ../app/views/discovered_hosts/show.html.erb:1
867
+ msgid "Discovered host: %s"
868
+ msgstr "검색된 호스트: %s"
869
+
870
+ #: ../app/views/discovered_hosts/show.html.erb:37
871
+ msgid "Interfaces"
872
+ msgstr "인터페이스"
873
+
874
+ #: ../app/views/discovered_hosts/show.html.erb:44
875
+ msgid "Type"
876
+ msgstr "유형 "
877
+
878
+ #: ../app/views/discovered_hosts/show.html.erb:45
879
+ msgid "Identifier"
880
+ msgstr "식별자 "
881
+
882
+ #: ../app/views/discovered_hosts/show.html.erb:46
883
+ msgid "MAC address"
884
+ msgstr "MAC 주소"
885
+
886
+ #: ../app/views/discovered_hosts/show.html.erb:47
887
+ msgid "IP address"
888
+ msgstr "IP 주소 "
889
+
890
+ #: ../app/views/discovered_hosts/show.html.erb:66
891
+ msgid "Collapse All"
892
+ msgstr "모두 축소"
893
+
894
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:6
895
+ msgid "Summary report for discovered hosts from Foreman"
896
+ msgstr ""
897
+
898
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:9
899
+ msgid "<b>Foreman</b> Discovered hosts summary"
900
+ msgstr ""
901
+
902
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
903
+ msgid "Summary from %{time} ago to %{now}"
904
+ msgstr ""
905
+
906
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
907
+ msgid "Discovered hosts from Foreman server at %{foreman_url}"
908
+ msgstr ""
909
+
910
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:22 ../app/views/discovered_mailer/discovered_summary.text.erb:14
911
+ msgid "Disk count"
912
+ msgstr "디스크 수 "
913
+
914
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:23 ../app/views/discovered_mailer/discovered_summary.text.erb:15
915
+ msgid "Disks size"
916
+ msgstr "디스크 크기 "
917
+
918
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:31
919
+ msgid "No discovered hosts for the selected period"
920
+ msgstr ""
921
+
922
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:1
923
+ msgid "Foreman discovered hosts summary"
924
+ msgstr ""
925
+
926
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:21
927
+ msgid "No new discovered hosts for this period"
928
+ msgstr ""
929
+
930
+ #: ../app/views/discovery_rules/_form.html.erb:5
931
+ msgid "Primary"
932
+ msgstr "주"
933
+
934
+ #: ../app/views/discovery_rules/_form.html.erb:7
935
+ msgid "Locations"
936
+ msgstr "위치 "
937
+
938
+ #: ../app/views/discovery_rules/_form.html.erb:10
939
+ msgid "Organizations"
940
+ msgstr "조직"
941
+
942
+ #: ../app/views/discovery_rules/_form.html.erb:22
943
+ msgid "Target host group for this rule with all properties set"
944
+ msgstr "모든 속성 모음을 갖는 규칙의 대상 호스트 그룹 "
945
+
946
+ #: ../app/views/discovery_rules/_form.html.erb:25
947
+ msgid "Hostname for provisioned hosts"
948
+ msgstr "프로비저닝된 호스트의 호스트 이름 "
949
+
950
+ #: ../app/views/discovery_rules/_form.html.erb:26
951
+ msgid "Hosts Limit"
952
+ msgstr "호스트 제한"
953
+
954
+ #: ../app/views/discovery_rules/_form.html.erb:26
955
+ msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
956
+ msgstr "이 규칙에서 프로비저닝되는 최대 호스트 수 (0 = 무제한)"
957
+
958
+ #: ../app/views/discovery_rules/_form.html.erb:27
959
+ msgid "Rule priority (lower integer means higher priority)"
960
+ msgstr "규칙 우선 순위 (낮은 정수 값일수록 우선 순위가 높아짐)"
961
+
962
+ #: ../app/views/discovery_rules/_template_inline.erb:2
963
+ msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
964
+ msgstr "프로비저닝 템플릿 (ERB)에 있는 것과 동일한 구문의 대상 호스트 이름 템플릿 패턴을 지정합니다. "
965
+
966
+ #: ../app/views/discovery_rules/_template_inline.erb:4
967
+ msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
968
+ msgstr ""
969
+
970
+ #: ../app/views/discovery_rules/_template_inline.erb:5
971
+ msgid "In addition to @host attribute function rand for random integers is available. Examples:"
972
+ msgstr ""
973
+
974
+ #: ../app/views/discovery_rules/_template_inline.erb:8
975
+ msgid "When creating hostname patterns, make sure the resulting host names are unique."
976
+ msgstr ""
977
+
978
+ #: ../app/views/discovery_rules/_template_inline.erb:9
979
+ msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
980
+ msgstr ""
981
+
982
+ #: ../app/views/discovery_rules/clone.erb:1
983
+ msgid "Clone %s"
984
+ msgstr "%s 복제 "
985
+
986
+ #: ../app/views/discovery_rules/edit.html.erb:1
987
+ msgid "Edit %s"
988
+ msgstr "%s 편집 "
989
+
990
+ #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:165
991
+ msgid "Discovery Rules"
992
+ msgstr "검색 규칙 "
993
+
994
+ #: ../app/views/discovery_rules/index.html.erb:2 ../webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js:9
995
+ msgid "Create Rule"
996
+ msgstr ""
997
+
998
+ #: ../app/views/discovery_rules/index.html.erb:6
999
+ msgid "DiscoveryRule|Name"
1000
+ msgstr "이름 "
1001
+
1002
+ #: ../app/views/discovery_rules/index.html.erb:7
1003
+ msgid "DiscoveryRule|Priority"
1004
+ msgstr "우선 순위 "
1005
+
1006
+ #: ../app/views/discovery_rules/index.html.erb:8
1007
+ msgid "DiscoveryRule|Query"
1008
+ msgstr "쿼리 "
1009
+
1010
+ #: ../app/views/discovery_rules/index.html.erb:9
1011
+ msgid "Host Group"
1012
+ msgstr "호스트 그룹 "
1013
+
1014
+ #: ../app/views/discovery_rules/index.html.erb:10
1015
+ msgid "Hosts/Limit"
1016
+ msgstr ""
1017
+
1018
+ #: ../app/views/discovery_rules/index.html.erb:13
1019
+ msgid "DiscoveryRule|Enabled"
1020
+ msgstr "활성화 "
1021
+
1022
+ #: ../app/views/discovery_rules/new.html.erb:1
1023
+ msgid "New Discovery Rule"
1024
+ msgstr "새 검색 규칙 "
1025
+
1026
+ #: ../app/views/discovery_rules/welcome.html.erb:8
1027
+ msgid "Discovered Rules"
1028
+ msgstr ""
1029
+
1030
+ #: ../db/seeds.d/50_discovery_templates.rb:5
1031
+ msgid "Command line options for kexec during PXE-less provisioning."
1032
+ msgstr ""
1033
+
1034
+ #: ../db/seeds.d/70_discovery_mail_notification.rb:3
1035
+ msgid "A summary of discovered hosts"
1036
+ msgstr ""
1037
+
1038
+ #: ../db/seeds.d/80_discovery_ui_notification.rb:4
1039
+ msgid "New hosts"
1040
+ msgstr ""
1041
+
1042
+ #: ../db/seeds.d/80_discovery_ui_notification.rb:6
1043
+ msgid "One or more hosts have been discovered"
1044
+ msgstr ""
1045
+
1046
+ #: ../db/seeds.d/80_discovery_ui_notification.rb:13
1047
+ msgid "Details"
1048
+ msgstr "상세 정보 "
1049
+
1050
+ #: ../db/seeds.d/80_discovery_ui_notification.rb:18
1051
+ msgid "Hosts"
1052
+ msgstr "호스트"
1053
+
1054
+ #: ../db/seeds.d/80_discovery_ui_notification.rb:20
1055
+ msgid "Error message goes here"
1056
+ msgstr ""
1057
+
1058
+ #: ../lib/foreman_discovery/engine.rb:177
1059
+ msgid "Discovery Kexec template"
1060
+ msgstr ""
1061
+
1062
+ #: ../lib/foreman_discovery/engine.rb:186
1063
+ msgid "Discovery Proxy"
1064
+ msgstr ""
1065
+
1066
+ #: ../lib/foreman_discovery/engine.rb:187
1067
+ msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1068
+ msgstr ""
1069
+
1070
+ #: ../lib/foreman_discovery/engine.rb:188
1071
+ msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1072
+ msgstr ""
1073
+
1074
+ #: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:33
1075
+ msgid "For more information please see "
1076
+ msgstr ""
1077
+
1078
+ #: ../webpack/__mocks__/foremanReact/components/common/EmptyState/EmptyStatePattern.js:34
1079
+ msgid "documentation"
1080
+ msgstr ""
1081
+
1082
+ #: action_names.rb:2
1083
+ msgid "Remote action:"
1084
+ msgstr "원격 작업:"
1085
+
1086
+ #: action_names.rb:3
1087
+ msgid "Import Puppet classes"
1088
+ msgstr "Puppet 클래스 가져오기"
1089
+
1090
+ #: action_names.rb:4
1091
+ msgid "Import facts"
1092
+ msgstr "팩트 불러오기"
1093
+
1094
+ #: action_names.rb:5
1095
+ msgid "Action with sub plans"
1096
+ msgstr "하위 계획이 있는 작업"