foreman_discovery 5.0.1 → 5.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/controllers/discovered_hosts_controller.rb +7 -7
- data/app/models/setting/discovered.rb +1 -1
- data/app/views/discovered_hosts/show.html.erb +3 -3
- data/lib/foreman_discovery/version.rb +1 -1
- data/locale/ca/foreman_discovery.edit.po +159 -117
- data/locale/de/foreman_discovery.edit.po +127 -73
- data/locale/en_GB/foreman_discovery.edit.po +154 -108
- data/locale/es/foreman_discovery.edit.po +126 -82
- data/locale/foreman_discovery.pot +41 -9
- data/locale/fr/foreman_discovery.edit.po +152 -107
- data/locale/gl/foreman_discovery.edit.po +115 -51
- data/locale/it/foreman_discovery.edit.po +132 -80
- data/locale/ja/foreman_discovery.edit.po +132 -82
- data/locale/ko/foreman_discovery.edit.po +131 -80
- data/locale/pt_BR/foreman_discovery.edit.po +119 -73
- data/locale/ru/foreman_discovery.edit.po +137 -83
- data/locale/sv_SE/foreman_discovery.edit.po +116 -58
- data/locale/zh_CN/foreman_discovery.edit.po +132 -82
- data/locale/zh_TW/foreman_discovery.edit.po +132 -82
- metadata +2 -2
@@ -1,14 +1,15 @@
|
|
1
1
|
# SOME DESCRIPTIVE TITLE.
|
2
|
-
# Copyright (C)
|
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
8
|
"Project-Id-Version: Foreman\n"
|
9
|
-
"Report-Msgid-Bugs-To:
|
10
|
-
"
|
11
|
-
"
|
9
|
+
"Report-Msgid-Bugs-To: \n"
|
10
|
+
"POT-Creation-Date: 2016-02-25 10:58+0100\n"
|
11
|
+
"PO-Revision-Date: 2016-03-08 17:54+0000\n"
|
12
|
+
"Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
|
12
13
|
"Language-Team: Korean (http://www.transifex.com/foreman/foreman/language/ko/)\n"
|
13
14
|
"MIME-Version: 1.0\n"
|
14
15
|
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -20,19 +21,23 @@ msgstr ""
|
|
20
21
|
msgid "List all discovered hosts"
|
21
22
|
msgstr "검색된 모든 호스트를 나열 "
|
22
23
|
|
23
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:16
|
24
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:16
|
25
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:14
|
24
26
|
msgid "filter results"
|
25
27
|
msgstr "필터 결과 "
|
26
28
|
|
27
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:17
|
29
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:17
|
30
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:15
|
28
31
|
msgid "sort results"
|
29
32
|
msgstr "결과 정렬 "
|
30
33
|
|
31
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:18
|
34
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:18
|
35
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:16
|
32
36
|
msgid "paginate results"
|
33
37
|
msgstr "페이지네이션 결과 "
|
34
38
|
|
35
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
|
39
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
|
40
|
+
#: ../app/controllers/api/v2/discovery_rules_controller.rb:17
|
36
41
|
msgid "number of entries per request"
|
37
42
|
msgstr "요청 당 항목 수 "
|
38
43
|
|
@@ -57,11 +62,14 @@ msgid "not required if it's a virtual machine"
|
|
57
62
|
msgstr "가상 머신의 경우 필요하지 않습니다 "
|
58
63
|
|
59
64
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
|
60
|
-
msgid "
|
65
|
+
msgid ""
|
66
|
+
"UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
61
67
|
msgstr "오케스트레이션 작업 상태를 추적하기 위한 UUID, GET /api/orchestration/:UUID/tasks"
|
62
68
|
|
63
69
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
|
64
|
-
msgid "
|
70
|
+
msgid ""
|
71
|
+
"required if value is not inherited from host group or default password in "
|
72
|
+
"settings"
|
65
73
|
msgstr "값이 호스트 그룹이나 설정의 기본값 암호에서 상속되지 않은 경우에 필요합니다 "
|
66
74
|
|
67
75
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:85
|
@@ -73,14 +81,18 @@ msgid "Upload facts for a host, creating the host if required"
|
|
73
81
|
msgstr "호스트의 팩트를 업로드하고 필요한 경우 호스트를 생성합니다 "
|
74
82
|
|
75
83
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:93
|
76
|
-
msgid "
|
84
|
+
msgid ""
|
85
|
+
"hash containing facts for the host with minimum set of facts: "
|
86
|
+
"discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: "
|
87
|
+
"eth0 (example in case primary interface is named eth0)"
|
77
88
|
msgstr ""
|
78
89
|
|
79
90
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:112
|
80
91
|
msgid "Execute rules against a discovered host"
|
81
92
|
msgstr "검색된 호스트에 대해 규칙 실행 "
|
82
93
|
|
83
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:118
|
94
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:118
|
95
|
+
#: ../app/controllers/discovered_hosts_controller.rb:147
|
84
96
|
msgid "Host %{host} was provisioned with rule %{rule}"
|
85
97
|
msgstr "호스트 %{host}은/는 %{rule}으(로) 프로비저닝됩니다 "
|
86
98
|
|
@@ -88,7 +100,8 @@ msgstr "호스트 %{host}은/는 %{rule}으(로) 프로비저닝됩니다 "
|
|
88
100
|
msgid "Unable to provision %{host}: %{errors}"
|
89
101
|
msgstr ""
|
90
102
|
|
91
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:127
|
103
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:127
|
104
|
+
#: ../app/controllers/discovered_hosts_controller.rb:154
|
92
105
|
msgid "No rule found for host %s"
|
93
106
|
msgstr "호스트 %s에 대한 규칙을 찾을 수 없습니다 "
|
94
107
|
|
@@ -96,11 +109,13 @@ msgstr "호스트 %s에 대한 규칙을 찾을 수 없습니다 "
|
|
96
109
|
msgid "Execute rules against all currently discovered hosts"
|
97
110
|
msgstr "현재 검색된 모든 호스트에 대해 규칙 실행 "
|
98
111
|
|
99
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
|
112
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
|
113
|
+
#: ../app/controllers/discovered_hosts_controller.rb:160
|
100
114
|
msgid "Errors during auto provisioning: %s"
|
101
115
|
msgstr "자동 프로비저닝 도중 오류 발생: %s"
|
102
116
|
|
103
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:141
|
117
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:141
|
118
|
+
#: ../app/controllers/discovered_hosts_controller.rb:163
|
104
119
|
msgid "No discovered hosts to provision"
|
105
120
|
msgstr "프로비저닝할 검색된 호스트가 없습니다 "
|
106
121
|
|
@@ -120,7 +135,8 @@ msgstr "검색된 호스트를 재부팅 중 "
|
|
120
135
|
msgid "Rebooting all discovered hosts"
|
121
136
|
msgstr ""
|
122
137
|
|
123
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:203
|
138
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:203
|
139
|
+
#: ../app/controllers/discovered_hosts_controller.rb:105
|
124
140
|
msgid "Discovered hosts are rebooting now"
|
125
141
|
msgstr ""
|
126
142
|
|
@@ -134,31 +150,33 @@ msgstr "검색 규칙 표시 "
|
|
134
150
|
|
135
151
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:31
|
136
152
|
msgid "represents rule name shown to the users"
|
137
|
-
msgstr ""
|
153
|
+
msgstr "사용자에게 표시되는 규칙 이름을 표시합니다"
|
138
154
|
|
139
155
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:32
|
140
156
|
msgid "query to match discovered hosts for the particular rule"
|
141
|
-
msgstr ""
|
157
|
+
msgstr "특정 규칙에 대해 검색된 호스트와 일치하는 쿼리"
|
142
158
|
|
143
159
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:33
|
144
160
|
msgid "the hostgroup that is used to auto provision a host"
|
145
|
-
msgstr ""
|
161
|
+
msgstr "호스트를 자동 프로비저닝하기 위해 사용되는 호스트 그룹"
|
146
162
|
|
147
163
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:34
|
148
|
-
msgid "
|
149
|
-
|
164
|
+
msgid ""
|
165
|
+
"defines a pattern to assign human-readable hostnames to the matching hosts"
|
166
|
+
msgstr "해당 호스트에 읽기 좋은 호스트 이름을 할당하기 위해 패턴을 정의합니다"
|
150
167
|
|
151
168
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:35
|
152
169
|
msgid "enables to limit maximum amount of provisioned hosts per rule"
|
153
|
-
msgstr ""
|
170
|
+
msgstr "규칙 당 프로비저닝된 호스트의 최대 수량을 제한할 수 있게 합니다"
|
154
171
|
|
155
172
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:36
|
156
|
-
msgid "
|
157
|
-
|
173
|
+
msgid ""
|
174
|
+
"puts the rules in order, low numbers go first. Must be greater then zero"
|
175
|
+
msgstr "규칙을 순서대로 배치합니다. 낮은 숫자를 먼저 배치합니다. 수치는 0 보다 커야 합니다"
|
158
176
|
|
159
177
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:37
|
160
178
|
msgid "flag is used for temporary shutdown of rules"
|
161
|
-
msgstr ""
|
179
|
+
msgstr "규칙의 일시 정지에 플래그를 사용합니다"
|
162
180
|
|
163
181
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:41
|
164
182
|
msgid "Create a discovery rule"
|
@@ -260,19 +278,23 @@ msgstr "규칙 비활성화 "
|
|
260
278
|
msgid "%s ago"
|
261
279
|
msgstr "%s 전 "
|
262
280
|
|
263
|
-
#: ../app/helpers/discovered_hosts_helper.rb:15
|
281
|
+
#: ../app/helpers/discovered_hosts_helper.rb:15
|
282
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:42
|
264
283
|
msgid "Provision"
|
265
284
|
msgstr "프로비저닝 "
|
266
285
|
|
267
|
-
#: ../app/helpers/discovered_hosts_helper.rb:16
|
286
|
+
#: ../app/helpers/discovered_hosts_helper.rb:16
|
287
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:43
|
268
288
|
msgid "Auto Provision"
|
269
289
|
msgstr "자동 프로비저닝 "
|
270
290
|
|
271
|
-
#: ../app/helpers/discovered_hosts_helper.rb:17
|
291
|
+
#: ../app/helpers/discovered_hosts_helper.rb:17
|
292
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:44
|
272
293
|
msgid "Refresh facts"
|
273
294
|
msgstr "팩트 새로고침 "
|
274
295
|
|
275
|
-
#: ../app/helpers/discovered_hosts_helper.rb:18
|
296
|
+
#: ../app/helpers/discovered_hosts_helper.rb:18
|
297
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:45
|
276
298
|
msgid "Reboot"
|
277
299
|
msgstr "다시 시작"
|
278
300
|
|
@@ -280,7 +302,8 @@ msgstr "다시 시작"
|
|
280
302
|
msgid "Back"
|
281
303
|
msgstr ""
|
282
304
|
|
283
|
-
#: ../app/helpers/discovered_hosts_helper.rb:23
|
305
|
+
#: ../app/helpers/discovered_hosts_helper.rb:23
|
306
|
+
#: ../app/helpers/discovered_hosts_helper.rb:46
|
284
307
|
msgid "Select Action"
|
285
308
|
msgstr "작업 선택 "
|
286
309
|
|
@@ -358,7 +381,7 @@ msgstr ""
|
|
358
381
|
|
359
382
|
#: ../app/mailers/discovered_mailer.rb:4
|
360
383
|
msgid "Must specify a user with email enabled"
|
361
|
-
msgstr ""
|
384
|
+
msgstr "이메일이 활성화된 사용자를 지정해야 합니다 "
|
362
385
|
|
363
386
|
#: ../app/mailers/discovered_mailer.rb:15
|
364
387
|
msgid "Discovered hosts summary"
|
@@ -373,27 +396,32 @@ msgid "must start with a letter or ERB."
|
|
373
396
|
msgstr "문자 또는 ERB로 시작해야 합니다. "
|
374
397
|
|
375
398
|
#: ../app/models/discovery_rule.rb:49
|
376
|
-
msgid "
|
377
|
-
|
399
|
+
msgid ""
|
400
|
+
"Host group organization %s must also be associated to the discovery rule"
|
401
|
+
msgid_plural ""
|
402
|
+
"Host group organizations %s must also be associated to the discovery rule"
|
378
403
|
msgstr[0] ""
|
379
|
-
msgstr[1] ""
|
380
404
|
|
381
405
|
#: ../app/models/discovery_rule.rb:55
|
382
406
|
msgid "Host group location %s must also be associated to the discovery rule"
|
383
|
-
msgid_plural "
|
407
|
+
msgid_plural ""
|
408
|
+
"Host group locations %s must also be associated to the discovery rule"
|
384
409
|
msgstr[0] ""
|
385
|
-
msgstr[1] ""
|
386
410
|
|
387
411
|
#: ../app/models/host/discovered.rb:34
|
388
412
|
msgid "Invalid facts, must be a Hash"
|
389
413
|
msgstr "잘못된 팩트, 해시여야 합니다 "
|
390
414
|
|
391
415
|
#: ../app/models/host/discovered.rb:39
|
392
|
-
msgid "
|
416
|
+
msgid ""
|
417
|
+
"Expected discovery_fact '%s' is missing, unable to detect primary interface "
|
418
|
+
"and set hostname"
|
393
419
|
msgstr ""
|
394
420
|
|
395
421
|
#: ../app/models/host/discovered.rb:46
|
396
|
-
msgid "
|
422
|
+
msgid ""
|
423
|
+
"Invalid facts: hash does not contain a valid value for any of the facts in "
|
424
|
+
"the discovery_hostname setting: %s"
|
397
425
|
msgstr ""
|
398
426
|
|
399
427
|
#: ../app/models/host/discovered.rb:107
|
@@ -445,7 +473,9 @@ msgid "List of facts to use for the hostname (separated by comma, first wins)"
|
|
445
473
|
msgstr ""
|
446
474
|
|
447
475
|
#: ../app/models/setting/discovered.rb:21
|
448
|
-
msgid "
|
476
|
+
msgid ""
|
477
|
+
"Automatically provision newly discovered hosts, according to the "
|
478
|
+
"provisioning rules"
|
449
479
|
msgstr "프로비저닝 규칙에 따라 새로 검색된 호스트의 자동 프로비저닝 "
|
450
480
|
|
451
481
|
#: ../app/models/setting/discovered.rb:22
|
@@ -493,7 +523,9 @@ msgid "Regex to organize facts for ipmi section"
|
|
493
523
|
msgstr ""
|
494
524
|
|
495
525
|
#: ../app/services/foreman_discovery/fact_parser.rb:9
|
496
|
-
msgid "
|
526
|
+
msgid ""
|
527
|
+
"Unable to detect primary interface using MAC '%{mac}' specified by "
|
528
|
+
"discovery_fact '%{fact}'"
|
497
529
|
msgstr ""
|
498
530
|
|
499
531
|
#: ../app/services/foreman_discovery/node_api/node_resource.rb:75
|
@@ -512,19 +544,30 @@ msgstr "사용 가능한 검색된 호스트가 없습니다 "
|
|
512
544
|
msgid "Host"
|
513
545
|
msgstr "호스트 "
|
514
546
|
|
515
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
|
547
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
|
548
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7
|
549
|
+
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:8
|
550
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:18
|
551
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:10
|
516
552
|
msgid "Model"
|
517
553
|
msgstr "모델 "
|
518
554
|
|
519
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
|
555
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
|
556
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9
|
557
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:20
|
558
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:12
|
520
559
|
msgid "CPUs"
|
521
560
|
msgstr "CPU"
|
522
561
|
|
523
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
|
562
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
|
563
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10
|
564
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:21
|
565
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:13
|
524
566
|
msgid "Memory"
|
525
567
|
msgstr "메모리 "
|
526
568
|
|
527
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
|
569
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
|
570
|
+
#: ../lib/foreman_discovery/engine.rb:136
|
528
571
|
msgid "Discovered hosts"
|
529
572
|
msgstr "검색된 호스트 "
|
530
573
|
|
@@ -536,27 +579,38 @@ msgstr "항목이 선택되어 있습니다. 삭제하려면 선택 해제합니
|
|
536
579
|
msgid "Select all items in this page"
|
537
580
|
msgstr "이 페이지에 있는 모든 항목을 선택 "
|
538
581
|
|
539
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6
|
582
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6
|
583
|
+
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:7
|
584
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:17
|
585
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:9
|
540
586
|
msgid "Name"
|
541
587
|
msgstr "이름 "
|
542
588
|
|
543
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8
|
589
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8
|
590
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:19
|
591
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:11
|
544
592
|
msgid "IP Address"
|
545
593
|
msgstr "IP 주소"
|
546
594
|
|
547
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
|
595
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
|
596
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:22
|
597
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:14
|
548
598
|
msgid "Disk count"
|
549
599
|
msgstr "디스크 수 "
|
550
600
|
|
551
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
|
601
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
|
602
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:23
|
603
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:15
|
552
604
|
msgid "Disks size"
|
553
605
|
msgstr "디스크 크기 "
|
554
606
|
|
555
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
|
607
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
|
608
|
+
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
|
556
609
|
msgid "Location"
|
557
610
|
msgstr "위치 "
|
558
611
|
|
559
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20
|
612
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20
|
613
|
+
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:13
|
560
614
|
msgid "Organization"
|
561
615
|
msgstr "조직 "
|
562
616
|
|
@@ -597,7 +651,9 @@ msgid "Warning"
|
|
597
651
|
msgstr "경고 "
|
598
652
|
|
599
653
|
#: ../app/views/discovered_hosts/multiple_destroy.html.erb:5
|
600
|
-
msgid "
|
654
|
+
msgid ""
|
655
|
+
"This might take a while, as all hosts, facts and reports will be destroyed "
|
656
|
+
"as well"
|
601
657
|
msgstr "모든 호스트, 팩트, 보고서가 모두 삭제되기 때문에 시간이 걸릴 수 있습니다 "
|
602
658
|
|
603
659
|
#: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
|
@@ -614,15 +670,15 @@ msgstr "검색된 호스트: %s"
|
|
614
670
|
|
615
671
|
#: ../app/views/discovered_hosts/show.html.erb:32
|
616
672
|
msgid "Identifier"
|
617
|
-
msgstr ""
|
673
|
+
msgstr "식별자 "
|
618
674
|
|
619
675
|
#: ../app/views/discovered_hosts/show.html.erb:33
|
620
676
|
msgid "MAC address"
|
621
|
-
msgstr ""
|
677
|
+
msgstr "MAC 주소"
|
622
678
|
|
623
679
|
#: ../app/views/discovered_hosts/show.html.erb:34
|
624
680
|
msgid "IP address"
|
625
|
-
msgstr ""
|
681
|
+
msgstr "IP 주소 "
|
626
682
|
|
627
683
|
#: ../app/views/discovered_mailer/discovered_summary.html.erb:6
|
628
684
|
msgid "Summary report for discovered hosts from Foreman"
|
@@ -632,11 +688,13 @@ msgstr ""
|
|
632
688
|
msgid "<b>Foreman</b> Discovered hosts summary"
|
633
689
|
msgstr ""
|
634
690
|
|
635
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:10
|
691
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:10
|
692
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:5
|
636
693
|
msgid "Summary from %{time} ago to %{now}"
|
637
694
|
msgstr ""
|
638
695
|
|
639
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:11
|
696
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:11
|
697
|
+
#: ../app/views/discovered_mailer/discovered_summary.text.erb:3
|
640
698
|
msgid "Discovered hosts from Foreman server at %{foreman_url}"
|
641
699
|
msgstr ""
|
642
700
|
|
@@ -654,15 +712,15 @@ msgstr ""
|
|
654
712
|
|
655
713
|
#: ../app/views/discovery_rules/_form.html.erb:5
|
656
714
|
msgid "Primary"
|
657
|
-
msgstr ""
|
715
|
+
msgstr "주요"
|
658
716
|
|
659
717
|
#: ../app/views/discovery_rules/_form.html.erb:7
|
660
718
|
msgid "Locations"
|
661
|
-
msgstr ""
|
719
|
+
msgstr "위치"
|
662
720
|
|
663
721
|
#: ../app/views/discovery_rules/_form.html.erb:10
|
664
722
|
msgid "Organizations"
|
665
|
-
msgstr ""
|
723
|
+
msgstr "조직 "
|
666
724
|
|
667
725
|
#: ../app/views/discovery_rules/_form.html.erb:22
|
668
726
|
msgid "Target host group for this rule with all properties set"
|
@@ -673,15 +731,23 @@ msgid "Template"
|
|
673
731
|
msgstr "템플릿"
|
674
732
|
|
675
733
|
#: ../app/views/discovery_rules/_form.html.erb:26
|
676
|
-
msgid "
|
734
|
+
msgid ""
|
735
|
+
"Specify target hostname template pattern in the same syntax as in "
|
736
|
+
"Provisioning Templates (ERB)."
|
677
737
|
msgstr "프로비저닝 템플릿 (ERB)에 있는 것과 동일한 구문의 대상 호스트 이름 템플릿 패턴을 지정합니다. "
|
678
738
|
|
679
739
|
#: ../app/views/discovery_rules/_form.html.erb:29
|
680
|
-
msgid "
|
740
|
+
msgid ""
|
741
|
+
"Domain will be appended automatically. A hostname based on MAC address will "
|
742
|
+
"be used when left blank. In addition to @host attribute function rand for "
|
743
|
+
"random integers is available. Examples:"
|
681
744
|
msgstr "도메인이 자동으로 추가됩니다. 빈 란으로 되어 있을 경우 MAC 주소를 기반으로 하는 호스트 이름이 사용됩니다. @host 속성 이외에 임의의 정수에 대해 rand 함수를 사용할 수 있습니다. 예: "
|
682
745
|
|
683
746
|
#: ../app/views/discovery_rules/_form.html.erb:42
|
684
|
-
msgid "
|
747
|
+
msgid ""
|
748
|
+
"When creating hostname patterns, make sure the resulting host names are "
|
749
|
+
"unique. Hostnames must not start with numbers. A good approach is to use "
|
750
|
+
"unique information provided by facter (MAC address, BIOS or serial ID)."
|
685
751
|
msgstr "호스트 이름 패턴을 생성할 때 생성된 호스트 이름이 고유한 이름인지 확인하십시오. 호스트 이름은 숫자로 시작할 수 없습니다. facter (MAC 주소, BIOS 또는 시리얼 ID)에서 제공하는 고유한 정보를 사용하는 것이 좋습니다. "
|
686
752
|
|
687
753
|
#: ../app/views/discovery_rules/_form.html.erb:43
|
@@ -746,23 +812,8 @@ msgstr ""
|
|
746
812
|
|
747
813
|
#: ../lib/foreman_discovery/engine.rb:141
|
748
814
|
msgid "Discovery rules"
|
749
|
-
msgstr ""
|
815
|
+
msgstr "검색 규칙 "
|
750
816
|
|
751
817
|
#: ../lib/foreman_discovery/engine.rb:146
|
752
818
|
msgid "Discovery widget"
|
753
|
-
msgstr ""
|
754
|
-
|
755
|
-
#~ msgid "Disable rule?"
|
756
|
-
#~ msgstr "규칙을 비활성화하시겠습니까? "
|
757
|
-
|
758
|
-
#~ msgid "Enable rule?"
|
759
|
-
#~ msgstr "규칙을 활성화하시겠습니까?"
|
760
|
-
|
761
|
-
#~ msgid "Fact"
|
762
|
-
#~ msgstr "팩트 "
|
763
|
-
|
764
|
-
#~ msgid "Facts discovered on this host"
|
765
|
-
#~ msgstr "이 호스트에서 검색된 팩트"
|
766
|
-
|
767
|
-
#~ msgid "Value"
|
768
|
-
#~ msgstr "값 "
|
819
|
+
msgstr "검색 위젯 "
|