foreman_discovery 5.0.0 → 5.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/api/v2/discovered_hosts_controller.rb +41 -51
- data/app/controllers/concerns/foreman/controller/discovered_extensions.rb +20 -23
- data/app/controllers/discovered_hosts_controller.rb +50 -46
- data/app/helpers/concerns/foreman_discovery/settings_helper_extensions.rb +34 -0
- data/app/helpers/discovery_rules_helper.rb +5 -6
- data/app/mailers/discovered_mailer.rb +19 -0
- data/app/models/discovery_rule.rb +3 -3
- data/app/models/host/discovered.rb +33 -11
- data/app/models/host/managed_extensions.rb +10 -0
- data/app/models/hostgroup_extensions.rb +1 -1
- data/app/models/setting/discovered.rb +17 -11
- data/app/services/foreman_discovery/fact_parser.rb +16 -0
- data/app/services/foreman_discovery/host_converter.rb +0 -4
- data/app/services/foreman_discovery/node_api/power.rb +3 -3
- data/app/views/discovered_hosts/_discovered_host.html.erb +4 -2
- data/app/views/discovered_hosts/_discovered_hosts_list.html.erb +1 -1
- data/app/views/discovered_mailer/_discovered_host.html.erb +10 -0
- data/app/views/discovered_mailer/discovered_summary.html.erb +35 -0
- data/app/views/discovered_mailer/discovered_summary.text.erb +24 -0
- data/config/routes.rb +3 -3
- data/db/seeds.d/70_discovery_mail_notification.rb +9 -0
- data/lib/foreman_discovery/engine.rb +12 -9
- 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 +780 -0
- data/locale/ca/foreman_discovery.po +358 -261
- data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/de/foreman_discovery.edit.po +774 -0
- data/locale/de/foreman_discovery.po +418 -311
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en_GB/foreman_discovery.edit.po +779 -0
- data/locale/en_GB/foreman_discovery.po +423 -313
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/foreman_discovery.edit.po +781 -0
- data/locale/es/foreman_discovery.po +425 -313
- data/locale/foreman_discovery.pot +496 -159
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/foreman_discovery.edit.po +778 -0
- data/locale/fr/foreman_discovery.po +458 -322
- data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/gl/foreman_discovery.edit.po +757 -0
- data/locale/gl/foreman_discovery.po +306 -215
- data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/it/foreman_discovery.edit.po +771 -0
- data/locale/it/foreman_discovery.po +411 -301
- data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ja/foreman_discovery.edit.po +770 -0
- data/locale/ja/foreman_discovery.po +395 -300
- data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ko/foreman_discovery.edit.po +768 -0
- data/locale/ko/foreman_discovery.po +393 -299
- data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/pt_BR/foreman_discovery.edit.po +780 -0
- data/locale/pt_BR/foreman_discovery.po +438 -309
- data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ru/foreman_discovery.edit.po +775 -0
- data/locale/ru/foreman_discovery.po +413 -308
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/sv_SE/foreman_discovery.edit.po +766 -0
- data/locale/sv_SE/foreman_discovery.po +321 -232
- data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_CN/foreman_discovery.edit.po +769 -0
- data/locale/zh_CN/foreman_discovery.po +393 -302
- data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_TW/foreman_discovery.edit.po +769 -0
- data/locale/zh_TW/foreman_discovery.po +395 -302
- data/test/functional/api/v2/discovered_hosts_controller_test.rb +8 -0
- data/test/functional/api/v2/discovery_rules_controller_test.rb +9 -0
- data/test/functional/discovered_hosts_controller_test.rb +26 -17
- data/test/functional/discovery_rules_controller_test.rb +9 -8
- data/test/test_helper.rb +0 -4
- data/test/test_helper_discovery.rb +24 -0
- data/test/unit/discovered_extensions_test.rb +31 -0
- data/test/unit/discovered_mailer_test.rb +44 -0
- data/test/unit/discovery_attribute_set_test.rb +12 -0
- data/test/unit/discovery_rule_test.rb +20 -0
- data/test/unit/{puppet_fact_parser_extensions_test.rb → fact_parser_test.rb} +3 -16
- data/test/unit/host_discovered_test.rb +56 -11
- metadata +29 -5
- data/app/lib/puppet_fact_parser_extensions.rb +0 -29
@@ -1,13 +1,12 @@
|
|
1
1
|
# SOME DESCRIPTIVE TITLE.
|
2
2
|
# Copyright (C) 2015 Foreman developers
|
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:
|
8
|
+
"Project-Id-Version: Foreman\n"
|
9
9
|
"Report-Msgid-Bugs-To: foreman-dev@googlegroups.com\n"
|
10
|
-
"POT-Creation-Date: 2015-10-15 09:33+0200\n"
|
11
10
|
"PO-Revision-Date: 2015-10-15 09:16+0000\n"
|
12
11
|
"Last-Translator: Lukáš Zapletal\n"
|
13
12
|
"Language-Team: Korean (http://www.transifex.com/foreman/foreman/language/ko/)\n"
|
@@ -17,159 +16,154 @@ msgstr ""
|
|
17
16
|
"Language: ko\n"
|
18
17
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
19
18
|
|
20
|
-
msgid "
|
21
|
-
msgstr "
|
22
|
-
|
23
|
-
msgid "%s ago"
|
24
|
-
msgstr "%s 전 "
|
25
|
-
|
26
|
-
msgid "%s discovered hosts were provisioned"
|
27
|
-
msgstr ""
|
28
|
-
|
29
|
-
msgid "Are you sure?"
|
30
|
-
msgstr "정말로 삭제하시겠습니까? "
|
19
|
+
msgid "List all discovered hosts"
|
20
|
+
msgstr "검색된 모든 호스트를 나열 "
|
31
21
|
|
32
|
-
msgid "
|
33
|
-
msgstr "
|
22
|
+
msgid "filter results"
|
23
|
+
msgstr "필터 결과 "
|
34
24
|
|
35
|
-
msgid "
|
36
|
-
msgstr "
|
25
|
+
msgid "sort results"
|
26
|
+
msgstr "결과 정렬 "
|
37
27
|
|
38
|
-
msgid "
|
39
|
-
msgstr "
|
28
|
+
msgid "paginate results"
|
29
|
+
msgstr "페이지네이션 결과 "
|
40
30
|
|
41
|
-
msgid "
|
42
|
-
msgstr "
|
31
|
+
msgid "number of entries per request"
|
32
|
+
msgstr "요청 당 항목 수 "
|
43
33
|
|
44
|
-
msgid ""
|
45
|
-
"
|
46
|
-
"provisioning rules"
|
47
|
-
msgstr "프로비저닝 규칙에 따라 새로 검색된 호스트의 자동 프로비저닝 "
|
34
|
+
msgid "Show a discovered host"
|
35
|
+
msgstr "검색된 호스트 표시 "
|
48
36
|
|
49
|
-
msgid "
|
37
|
+
msgid "Create a discovered host for testing (use /facts to create new hosts)"
|
50
38
|
msgstr ""
|
51
39
|
|
52
|
-
msgid "
|
53
|
-
msgstr "
|
54
|
-
|
55
|
-
msgid "Cancel"
|
56
|
-
msgstr "취소 "
|
57
|
-
|
58
|
-
msgid "Could not get facts from proxy %{url}: %{error}"
|
59
|
-
msgstr "프록시 %{url}에서 팩트를 가져올 수 없습니다: %{error}"
|
40
|
+
msgid "Provision a discovered host"
|
41
|
+
msgstr "검색된 호스트 프로비저닝 "
|
60
42
|
|
61
|
-
msgid "
|
62
|
-
msgstr ""
|
43
|
+
msgid "not required if using a subnet with DHCP proxy"
|
44
|
+
msgstr "DHCP 프록시를 갖는 서브넷을 사용할 필요가 없습니다 "
|
63
45
|
|
64
|
-
msgid "
|
65
|
-
msgstr "
|
46
|
+
msgid "not required if it's a virtual machine"
|
47
|
+
msgstr "가상 머신의 경우 필요하지 않습니다 "
|
66
48
|
|
67
|
-
msgid "
|
68
|
-
msgstr "
|
49
|
+
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
50
|
+
msgstr "오케스트레이션 작업 상태를 추적하기 위한 UUID, GET /api/orchestration/:UUID/tasks"
|
69
51
|
|
70
|
-
msgid "
|
71
|
-
|
52
|
+
msgid ""
|
53
|
+
"required if value is not inherited from host group or default password in sett"
|
54
|
+
"ings"
|
55
|
+
msgstr "값이 호스트 그룹이나 설정의 기본값 암호에서 상속되지 않은 경우에 필요합니다 "
|
72
56
|
|
73
57
|
msgid "Delete a discovered host"
|
74
58
|
msgstr "검색된 호스트 삭제 "
|
75
59
|
|
76
|
-
msgid "
|
77
|
-
msgstr "
|
60
|
+
msgid "Upload facts for a host, creating the host if required"
|
61
|
+
msgstr "호스트의 팩트를 업로드하고 필요한 경우 호스트를 생성합니다 "
|
78
62
|
|
79
|
-
msgid "
|
80
|
-
|
63
|
+
msgid ""
|
64
|
+
"hash containing facts for the host with minimum set of facts: discovery_bootif"
|
65
|
+
", macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (example in cas"
|
66
|
+
"e primary interface is named eth0)"
|
67
|
+
msgstr ""
|
81
68
|
|
82
|
-
msgid "
|
83
|
-
msgstr "
|
69
|
+
msgid "Execute rules against a discovered host"
|
70
|
+
msgstr "검색된 호스트에 대해 규칙 실행 "
|
84
71
|
|
85
|
-
msgid "
|
86
|
-
msgstr "
|
72
|
+
msgid "Host %{host} was provisioned with rule %{rule}"
|
73
|
+
msgstr "호스트 %{host}은/는 %{rule}으(로) 프로비저닝됩니다 "
|
87
74
|
|
88
|
-
msgid "
|
89
|
-
msgstr "
|
75
|
+
msgid "Unable to provision %{host}: %{errors}"
|
76
|
+
msgstr ""
|
90
77
|
|
91
|
-
msgid "
|
92
|
-
msgstr "
|
78
|
+
msgid "No rule found for host %s"
|
79
|
+
msgstr "호스트 %s에 대한 규칙을 찾을 수 없습니다 "
|
93
80
|
|
94
|
-
msgid "
|
95
|
-
msgstr "검색된
|
81
|
+
msgid "Execute rules against all currently discovered hosts"
|
82
|
+
msgstr "현재 검색된 모든 호스트에 대해 규칙 실행 "
|
96
83
|
|
97
|
-
msgid "
|
98
|
-
msgstr "
|
84
|
+
msgid "Errors during auto provisioning: %s"
|
85
|
+
msgstr "자동 프로비저닝 도중 오류 발생: %s"
|
99
86
|
|
100
|
-
msgid "
|
87
|
+
msgid "No discovered hosts to provision"
|
88
|
+
msgstr "프로비저닝할 검색된 호스트가 없습니다 "
|
89
|
+
|
90
|
+
msgid "%s discovered hosts were provisioned"
|
101
91
|
msgstr ""
|
102
92
|
|
103
|
-
msgid "
|
104
|
-
msgstr "
|
93
|
+
msgid "Refreshing the facts of a discovered host"
|
94
|
+
msgstr "검색된 호스트의 팩트를 새로고침 중 "
|
105
95
|
|
106
|
-
msgid "
|
107
|
-
msgstr "
|
96
|
+
msgid "Rebooting a discovered host"
|
97
|
+
msgstr "검색된 호스트를 재부팅 중 "
|
108
98
|
|
109
|
-
msgid "
|
110
|
-
msgstr "
|
99
|
+
msgid "Rebooting all discovered hosts"
|
100
|
+
msgstr ""
|
111
101
|
|
112
|
-
msgid "
|
113
|
-
msgstr "
|
102
|
+
msgid "Discovered hosts are rebooting now"
|
103
|
+
msgstr ""
|
114
104
|
|
115
|
-
msgid "
|
116
|
-
msgstr "
|
105
|
+
msgid "List all discovery rules"
|
106
|
+
msgstr "모든 검색 규칙을 나열 "
|
117
107
|
|
118
|
-
msgid "
|
119
|
-
msgstr "
|
108
|
+
msgid "Show a discovery rule"
|
109
|
+
msgstr "검색 규칙 표시 "
|
120
110
|
|
121
|
-
msgid "
|
122
|
-
msgstr "
|
111
|
+
msgid "represents rule name shown to the users"
|
112
|
+
msgstr ""
|
123
113
|
|
124
|
-
msgid ""
|
125
|
-
|
126
|
-
"be used when left blank. In addition to @host attribute function rand for "
|
127
|
-
"random integers is available. Examples:"
|
128
|
-
msgstr "도메인이 자동으로 추가됩니다. 빈 란으로 되어 있을 경우 MAC 주소를 기반으로 하는 호스트 이름이 사용됩니다. @host 속성 이외에 임의의 정수에 대해 rand 함수를 사용할 수 있습니다. 예: "
|
114
|
+
msgid "query to match discovered hosts for the particular rule"
|
115
|
+
msgstr ""
|
129
116
|
|
130
|
-
msgid "
|
131
|
-
msgstr "
|
117
|
+
msgid "the hostgroup that is used to auto provision a host"
|
118
|
+
msgstr ""
|
132
119
|
|
133
|
-
msgid "
|
134
|
-
msgstr "
|
120
|
+
msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
|
121
|
+
msgstr ""
|
135
122
|
|
136
|
-
msgid "
|
137
|
-
msgstr "
|
123
|
+
msgid "enables to limit maximum amount of provisioned hosts per rule"
|
124
|
+
msgstr ""
|
138
125
|
|
139
|
-
msgid "
|
140
|
-
msgstr "
|
126
|
+
msgid "puts the rules in order, low numbers go first. Must be greater then zero"
|
127
|
+
msgstr ""
|
141
128
|
|
142
|
-
msgid "
|
129
|
+
msgid "flag is used for temporary shutdown of rules"
|
143
130
|
msgstr ""
|
144
131
|
|
145
|
-
msgid "
|
146
|
-
msgstr "
|
132
|
+
msgid "Create a discovery rule"
|
133
|
+
msgstr "검색 규칙 생성 "
|
147
134
|
|
148
|
-
msgid "
|
149
|
-
msgstr "
|
135
|
+
msgid "Update a rule"
|
136
|
+
msgstr "규칙 업데이트 "
|
150
137
|
|
151
|
-
msgid ""
|
152
|
-
"
|
153
|
-
"and set hostname"
|
154
|
-
msgstr ""
|
138
|
+
msgid "Delete a rule"
|
139
|
+
msgstr "규칙 삭제 "
|
155
140
|
|
156
|
-
msgid "
|
141
|
+
msgid "Unable to find a discovery rule, no host provided (check permissions)"
|
157
142
|
msgstr ""
|
158
143
|
|
159
|
-
msgid "
|
160
|
-
msgstr "
|
144
|
+
msgid "No hostgroup associated with rule '%s'"
|
145
|
+
msgstr ""
|
161
146
|
|
162
|
-
msgid "
|
147
|
+
msgid "Errors during reboot: %s"
|
163
148
|
msgstr ""
|
164
149
|
|
165
|
-
msgid "
|
166
|
-
msgstr "
|
150
|
+
msgid "No discovered hosts to reboot"
|
151
|
+
msgstr ""
|
167
152
|
|
168
153
|
msgid "Facts refreshed for %s"
|
169
154
|
msgstr "%s에 대해 업데이트된 팩트"
|
170
155
|
|
171
|
-
msgid "Failed to
|
172
|
-
msgstr "
|
156
|
+
msgid "Failed to refresh facts for %s"
|
157
|
+
msgstr "%s에 대한 팩트를 새로고침하는데 실패했습니다 "
|
158
|
+
|
159
|
+
msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
|
160
|
+
msgstr ""
|
161
|
+
|
162
|
+
msgid "Host of type %s can not be rebooted"
|
163
|
+
msgstr "호스트 유형 %s은(는) 재부팅할 수 없습니다 "
|
164
|
+
|
165
|
+
msgid "Rebooting host %s"
|
166
|
+
msgstr "호스트 %s 재부팅 중 "
|
173
167
|
|
174
168
|
msgid "Failed to reboot host %s"
|
175
169
|
msgstr "호스트 %s 재부팅에 실패했습니다 "
|
@@ -177,327 +171,427 @@ msgstr "호스트 %s 재부팅에 실패했습니다 "
|
|
177
171
|
msgid "Failed to reboot host %{hostname} with error %{error_message}"
|
178
172
|
msgstr "오류 %{error_message}를 표시하는 호스트 %{hostname} 재부팅에 실패했습니다 "
|
179
173
|
|
180
|
-
msgid "Failed to
|
181
|
-
msgstr "
|
174
|
+
msgid "Failed to reboot hosts with error %s"
|
175
|
+
msgstr ""
|
182
176
|
|
183
|
-
msgid "
|
184
|
-
msgstr "호스트 "
|
177
|
+
msgid "Destroyed selected hosts"
|
178
|
+
msgstr "선택된 호스트 삭제"
|
185
179
|
|
186
|
-
msgid "
|
187
|
-
msgstr "
|
180
|
+
msgid "The following hosts were not deleted: %s"
|
181
|
+
msgstr "다음 호스트가 삭제되지 않았습니다: %s"
|
188
182
|
|
189
|
-
msgid "
|
190
|
-
msgstr "호스트
|
183
|
+
msgid "Failed to auto provision host %s: %s"
|
184
|
+
msgstr "호스트 %s의 자동 프로비저닝에 실패했습니다: %s"
|
191
185
|
|
192
|
-
msgid "
|
193
|
-
|
194
|
-
"Host group locations %s must also be associated to the discovery rule"
|
195
|
-
msgstr[0] ""
|
186
|
+
msgid "Discovered hosts are provisioning now"
|
187
|
+
msgstr "현재 검색된 호스트를 프로비저닝하고 있습니다"
|
196
188
|
|
197
|
-
msgid ""
|
198
|
-
"
|
199
|
-
msgid_plural ""
|
200
|
-
"Host group organizations %s must also be associated to the discovery rule"
|
201
|
-
msgstr[0] ""
|
189
|
+
msgid "No hosts were found with that id or name"
|
190
|
+
msgstr "해당 ID 또는 이름의 호스트를 찾을 수 없습니다 "
|
202
191
|
|
203
|
-
msgid "
|
204
|
-
msgstr "
|
192
|
+
msgid "No hosts selected"
|
193
|
+
msgstr "선택된 호스트가 없음 "
|
205
194
|
|
206
|
-
msgid "
|
207
|
-
msgstr "
|
195
|
+
msgid "Something went wrong while selecting hosts - %s"
|
196
|
+
msgstr "호스트를 선택하는 도중 문제가 발생했습니다 - %s"
|
208
197
|
|
209
|
-
msgid "
|
210
|
-
msgstr "
|
198
|
+
msgid "Rule disabled"
|
199
|
+
msgstr "규칙 비활성화 "
|
211
200
|
|
212
|
-
msgid "
|
213
|
-
msgstr "
|
201
|
+
msgid "Rule enabled"
|
202
|
+
msgstr "규칙 비활성화 "
|
214
203
|
|
215
|
-
msgid "
|
216
|
-
msgstr "
|
204
|
+
msgid "%s ago"
|
205
|
+
msgstr "%s 전 "
|
217
206
|
|
218
|
-
msgid "
|
207
|
+
msgid "Provision"
|
208
|
+
msgstr "프로비저닝 "
|
209
|
+
|
210
|
+
msgid "Auto Provision"
|
211
|
+
msgstr "자동 프로비저닝 "
|
212
|
+
|
213
|
+
msgid "Refresh facts"
|
214
|
+
msgstr "팩트 새로고침 "
|
215
|
+
|
216
|
+
msgid "Reboot"
|
217
|
+
msgstr "다시 시작"
|
218
|
+
|
219
|
+
msgid "Back"
|
219
220
|
msgstr ""
|
220
221
|
|
221
|
-
msgid "
|
222
|
+
msgid "Select Action"
|
223
|
+
msgstr "작업 선택 "
|
224
|
+
|
225
|
+
msgid "Expand All"
|
226
|
+
msgstr ""
|
227
|
+
|
228
|
+
msgid "Delete"
|
229
|
+
msgstr "삭제 "
|
230
|
+
|
231
|
+
msgid "Are you sure?"
|
232
|
+
msgstr "정말로 삭제하시겠습니까? "
|
233
|
+
|
234
|
+
msgid "Delete hosts"
|
235
|
+
msgstr "호스트 삭제 "
|
236
|
+
|
237
|
+
msgid "Assign Organization"
|
238
|
+
msgstr "조직 지정 "
|
239
|
+
|
240
|
+
msgid "Assign Location"
|
241
|
+
msgstr "위치 지정 "
|
242
|
+
|
243
|
+
msgid "%s - The following hosts are about to be changed"
|
244
|
+
msgstr "%s - 다음 호스트는 즉시 변경됩니다 "
|
245
|
+
|
246
|
+
msgid "N/A"
|
247
|
+
msgstr "해당 없음 "
|
248
|
+
|
249
|
+
msgid "New in the last 24 hours"
|
222
250
|
msgstr ""
|
223
251
|
|
224
|
-
msgid "
|
252
|
+
msgid "Not reported in more than 7 days"
|
225
253
|
msgstr ""
|
226
254
|
|
227
|
-
msgid "
|
228
|
-
msgstr "
|
255
|
+
msgid "Reported in the last 7 days"
|
256
|
+
msgstr ""
|
229
257
|
|
230
|
-
msgid "
|
231
|
-
msgstr "
|
258
|
+
msgid "Discovered Hosts"
|
259
|
+
msgstr ""
|
232
260
|
|
233
|
-
msgid "
|
234
|
-
msgstr "
|
261
|
+
msgid "Associated Hosts"
|
262
|
+
msgstr ""
|
235
263
|
|
236
|
-
msgid "
|
237
|
-
msgstr "
|
264
|
+
msgid "Disable rule '%s'?"
|
265
|
+
msgstr ""
|
238
266
|
|
239
|
-
msgid "
|
240
|
-
msgstr "
|
267
|
+
msgid "Disable"
|
268
|
+
msgstr "비활성화 "
|
241
269
|
|
242
|
-
msgid "
|
270
|
+
msgid "Enable"
|
271
|
+
msgstr "활성화 "
|
272
|
+
|
273
|
+
msgid "Enable rule '%s'?"
|
243
274
|
msgstr ""
|
244
275
|
|
245
|
-
msgid "
|
246
|
-
msgstr "
|
276
|
+
msgid "Delete rule '%s'?"
|
277
|
+
msgstr ""
|
247
278
|
|
248
|
-
msgid "
|
249
|
-
msgstr "
|
279
|
+
msgid "Must specify a user with email enabled"
|
280
|
+
msgstr ""
|
250
281
|
|
251
|
-
msgid "
|
252
|
-
msgstr "
|
282
|
+
msgid "Discovered hosts summary"
|
283
|
+
msgstr ""
|
253
284
|
|
254
|
-
msgid "
|
255
|
-
msgstr "
|
285
|
+
msgid "can't contain white spaces."
|
286
|
+
msgstr "공백을 포함할 수 없습니다. "
|
256
287
|
|
257
|
-
msgid "
|
258
|
-
msgstr "
|
288
|
+
msgid "must start with a letter or ERB."
|
289
|
+
msgstr "문자 또는 ERB로 시작해야 합니다. "
|
259
290
|
|
260
|
-
msgid "
|
261
|
-
|
291
|
+
msgid "Host group organization %s must also be associated to the discovery rule"
|
292
|
+
msgid_plural "Host group organizations %s must also be associated to the discovery rule"
|
293
|
+
msgstr[0] ""
|
294
|
+
msgstr[1] ""
|
262
295
|
|
263
|
-
msgid "
|
264
|
-
|
296
|
+
msgid "Host group location %s must also be associated to the discovery rule"
|
297
|
+
msgid_plural "Host group locations %s must also be associated to the discovery rule"
|
298
|
+
msgstr[0] ""
|
299
|
+
msgstr[1] ""
|
265
300
|
|
266
|
-
msgid "
|
301
|
+
msgid "Invalid facts, must be a Hash"
|
302
|
+
msgstr "잘못된 팩트, 해시여야 합니다 "
|
303
|
+
|
304
|
+
msgid ""
|
305
|
+
"Expected discovery_fact '%s' is missing, unable to detect primary interface an"
|
306
|
+
"d set hostname"
|
307
|
+
msgstr ""
|
308
|
+
|
309
|
+
msgid ""
|
310
|
+
"Invalid facts: hash does not contain a valid value for any of the facts in the"
|
311
|
+
" discovery_hostname setting: %s"
|
312
|
+
msgstr ""
|
313
|
+
|
314
|
+
msgid "Unable to assign subnet, primary interface is missing IP address"
|
315
|
+
msgstr ""
|
316
|
+
|
317
|
+
msgid "Could not get facts from proxy %{url}: %{error}"
|
318
|
+
msgstr "프록시 %{url}에서 팩트를 가져올 수 없습니다: %{error}"
|
319
|
+
|
320
|
+
msgid "Unable to reboot %{name} via %{url}: %{msg}"
|
267
321
|
msgstr ""
|
268
322
|
|
269
|
-
msgid "
|
270
|
-
msgstr "
|
323
|
+
msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
|
324
|
+
msgstr ""
|
271
325
|
|
272
|
-
msgid "
|
273
|
-
msgstr "
|
326
|
+
msgid "Invalid hostname: Could not normalize the hostname"
|
327
|
+
msgstr ""
|
274
328
|
|
275
|
-
msgid "
|
329
|
+
msgid "Reloading kernel on %s"
|
276
330
|
msgstr ""
|
277
331
|
|
278
|
-
msgid "
|
279
|
-
msgstr "
|
332
|
+
msgid "Rebooting %s"
|
333
|
+
msgstr "%s 재부팅 중 "
|
280
334
|
|
281
|
-
msgid "
|
282
|
-
msgstr "
|
335
|
+
msgid "Operating system not set for host/hostgroup"
|
336
|
+
msgstr ""
|
283
337
|
|
284
|
-
msgid "
|
285
|
-
msgstr "
|
338
|
+
msgid "Medium not set for host/hostgroup"
|
339
|
+
msgstr ""
|
286
340
|
|
287
|
-
msgid "
|
341
|
+
msgid "Kexec template not associated with operating system"
|
288
342
|
msgstr ""
|
289
343
|
|
290
|
-
msgid "
|
291
|
-
msgstr "
|
344
|
+
msgid "Fact name to use for primary interface detection"
|
345
|
+
msgstr ""
|
292
346
|
|
293
|
-
msgid "
|
347
|
+
msgid "List of facts to use for the hostname (separated by comma, first wins)"
|
294
348
|
msgstr ""
|
295
349
|
|
296
|
-
msgid "
|
297
|
-
|
350
|
+
msgid ""
|
351
|
+
"Automatically provision newly discovered hosts, according to the provisioning "
|
352
|
+
"rules"
|
353
|
+
msgstr "프로비저닝 규칙에 따라 새로 검색된 호스트의 자동 프로비저닝 "
|
298
354
|
|
299
|
-
msgid "
|
355
|
+
msgid "Automatically reboot discovered host during provisioning"
|
300
356
|
msgstr ""
|
301
357
|
|
302
|
-
msgid "
|
303
|
-
msgstr "
|
358
|
+
msgid "The default prefix to use for the host name, must start with a letter"
|
359
|
+
msgstr "호스트 이름에 사용할 기본 접두사는 문자로 시작해야 합니다 "
|
304
360
|
|
305
|
-
msgid "
|
306
|
-
msgstr "
|
361
|
+
msgid "Extra facter columns to show in host lists (separate by comma)"
|
362
|
+
msgstr ""
|
307
363
|
|
308
|
-
msgid "
|
309
|
-
msgstr "
|
364
|
+
msgid "The default location to place discovered hosts in"
|
365
|
+
msgstr "검색된 호스트를 배치하기 위한 기본 위치 "
|
310
366
|
|
311
|
-
msgid "
|
367
|
+
msgid "The default organization to place discovered hosts in"
|
368
|
+
msgstr "검색된 호스트를 배치하기 위한 기본 조직 "
|
369
|
+
|
370
|
+
msgid "Regex to organize facts for highlights section"
|
312
371
|
msgstr ""
|
313
372
|
|
314
|
-
msgid "
|
315
|
-
msgstr "
|
373
|
+
msgid "Regex to organize facts for storage section"
|
374
|
+
msgstr ""
|
316
375
|
|
317
|
-
msgid "
|
318
|
-
msgstr "
|
376
|
+
msgid "Regex to organize facts for software section"
|
377
|
+
msgstr ""
|
319
378
|
|
320
|
-
msgid "
|
379
|
+
msgid "Regex to organize facts for hardware section"
|
321
380
|
msgstr ""
|
322
381
|
|
323
|
-
msgid "
|
324
|
-
msgstr "
|
382
|
+
msgid "Regex to organize facts for network section"
|
383
|
+
msgstr ""
|
325
384
|
|
326
|
-
msgid "
|
327
|
-
msgstr "
|
385
|
+
msgid "Regex to organize facts for ipmi section"
|
386
|
+
msgstr ""
|
328
387
|
|
329
|
-
msgid "
|
330
|
-
|
388
|
+
msgid ""
|
389
|
+
"Unable to detect primary interface using MAC '%{mac}' specified by discovery_f"
|
390
|
+
"act '%{fact}'"
|
391
|
+
msgstr ""
|
331
392
|
|
332
|
-
msgid "
|
393
|
+
msgid "Image API returned HTTP/%{code} with '%{body}"
|
333
394
|
msgstr ""
|
334
395
|
|
335
|
-
msgid "
|
396
|
+
msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
|
336
397
|
msgstr ""
|
337
398
|
|
338
|
-
msgid "
|
339
|
-
msgstr "
|
399
|
+
msgid "No discovered hosts available"
|
400
|
+
msgstr "사용 가능한 검색된 호스트가 없습니다 "
|
340
401
|
|
341
|
-
msgid "
|
342
|
-
msgstr "
|
402
|
+
msgid "Host"
|
403
|
+
msgstr "호스트 "
|
343
404
|
|
344
|
-
msgid "
|
345
|
-
msgstr "
|
405
|
+
msgid "Model"
|
406
|
+
msgstr "모델 "
|
346
407
|
|
347
|
-
msgid "
|
348
|
-
msgstr "
|
408
|
+
msgid "CPUs"
|
409
|
+
msgstr "CPU"
|
410
|
+
|
411
|
+
msgid "Memory"
|
412
|
+
msgstr "메모리 "
|
413
|
+
|
414
|
+
msgid "Discovered hosts"
|
415
|
+
msgstr "검색된 호스트 "
|
416
|
+
|
417
|
+
msgid "items selected. Uncheck to Clear"
|
418
|
+
msgstr "항목이 선택되어 있습니다. 삭제하려면 선택 해제합니다 "
|
349
419
|
|
350
420
|
msgid "Select all items in this page"
|
351
421
|
msgstr "이 페이지에 있는 모든 항목을 선택 "
|
352
422
|
|
353
|
-
msgid "
|
354
|
-
msgstr "
|
355
|
-
|
356
|
-
msgid "Select organization"
|
357
|
-
msgstr "조직 선택 "
|
423
|
+
msgid "Name"
|
424
|
+
msgstr "이름 "
|
358
425
|
|
359
|
-
msgid "
|
360
|
-
msgstr "
|
426
|
+
msgid "IP Address"
|
427
|
+
msgstr "IP 주소"
|
361
428
|
|
362
|
-
msgid "
|
363
|
-
msgstr "
|
429
|
+
msgid "Disk count"
|
430
|
+
msgstr "디스크 수 "
|
364
431
|
|
365
|
-
msgid "
|
366
|
-
msgstr "
|
432
|
+
msgid "Disks size"
|
433
|
+
msgstr "디스크 크기 "
|
367
434
|
|
368
|
-
msgid ""
|
369
|
-
"
|
370
|
-
"Provisioning Templates (ERB)."
|
371
|
-
msgstr "프로비저닝 템플릿 (ERB)에 있는 것과 동일한 구문의 대상 호스트 이름 템플릿 패턴을 지정합니다. "
|
435
|
+
msgid "Location"
|
436
|
+
msgstr "위치 "
|
372
437
|
|
373
|
-
msgid "
|
374
|
-
msgstr "
|
438
|
+
msgid "Organization"
|
439
|
+
msgstr "조직 "
|
375
440
|
|
376
441
|
msgid "Subnet"
|
377
442
|
msgstr "서브넷 "
|
378
443
|
|
379
|
-
msgid "
|
380
|
-
msgstr "
|
444
|
+
msgid "Last facts upload"
|
445
|
+
msgstr "마지막 팩트 업로드 "
|
381
446
|
|
382
|
-
msgid "
|
383
|
-
msgstr "
|
447
|
+
msgid "Delete %s?"
|
448
|
+
msgstr "%s 을(를) 삭제하시겠습니까?"
|
384
449
|
|
385
|
-
msgid "
|
386
|
-
msgstr "
|
450
|
+
msgid "Please Confirm"
|
451
|
+
msgstr "확인해 주십시오 "
|
387
452
|
|
388
|
-
msgid "
|
389
|
-
msgstr "
|
453
|
+
msgid "Cancel"
|
454
|
+
msgstr "취소 "
|
390
455
|
|
391
|
-
msgid "
|
392
|
-
msgstr "
|
456
|
+
msgid "Submit"
|
457
|
+
msgstr "제출 "
|
393
458
|
|
394
|
-
msgid "
|
395
|
-
msgstr "
|
459
|
+
msgid "Reboot All"
|
460
|
+
msgstr ""
|
461
|
+
|
462
|
+
msgid "Auto Provision All"
|
463
|
+
msgstr "전체 자동 프로비저닝 "
|
464
|
+
|
465
|
+
msgid "Warning"
|
466
|
+
msgstr "경고 "
|
396
467
|
|
397
468
|
msgid ""
|
398
|
-
"This might take a while, as all hosts, facts and reports will be destroyed "
|
399
|
-
"
|
469
|
+
"This might take a while, as all hosts, facts and reports will be destroyed as "
|
470
|
+
"well"
|
400
471
|
msgstr "모든 호스트, 팩트, 보고서가 모두 삭제되기 때문에 시간이 걸릴 수 있습니다 "
|
401
472
|
|
402
|
-
msgid ""
|
403
|
-
"
|
404
|
-
msgstr "오케스트레이션 작업 상태를 추적하기 위한 UUID, GET /api/orchestration/:UUID/tasks"
|
473
|
+
msgid "Select location"
|
474
|
+
msgstr "위치 선택 "
|
405
475
|
|
406
|
-
msgid "
|
407
|
-
msgstr ""
|
476
|
+
msgid "Select organization"
|
477
|
+
msgstr "조직 선택 "
|
408
478
|
|
409
|
-
msgid ""
|
410
|
-
"
|
411
|
-
|
479
|
+
msgid "Discovered host: %s"
|
480
|
+
msgstr "검색된 호스트: %s"
|
481
|
+
|
482
|
+
msgid "Identifier"
|
412
483
|
msgstr ""
|
413
484
|
|
414
|
-
msgid "
|
485
|
+
msgid "MAC address"
|
415
486
|
msgstr ""
|
416
487
|
|
417
|
-
msgid "
|
488
|
+
msgid "IP address"
|
418
489
|
msgstr ""
|
419
490
|
|
420
|
-
msgid "
|
491
|
+
msgid "Summary report for discovered hosts from Foreman"
|
421
492
|
msgstr ""
|
422
493
|
|
423
|
-
msgid "
|
494
|
+
msgid "<b>Foreman</b> Discovered hosts summary"
|
424
495
|
msgstr ""
|
425
496
|
|
426
|
-
msgid "
|
427
|
-
msgstr "
|
497
|
+
msgid "Summary from %{time} ago to %{now}"
|
498
|
+
msgstr ""
|
428
499
|
|
429
|
-
msgid "
|
430
|
-
msgstr "
|
500
|
+
msgid "Discovered hosts from Foreman server at %{foreman_url}"
|
501
|
+
msgstr ""
|
431
502
|
|
432
|
-
msgid "
|
433
|
-
msgstr "
|
503
|
+
msgid "No discovered hosts for the selected period"
|
504
|
+
msgstr ""
|
434
505
|
|
435
|
-
msgid "
|
436
|
-
msgstr "
|
506
|
+
msgid "Foreman discovered hosts summary"
|
507
|
+
msgstr ""
|
437
508
|
|
438
|
-
msgid ""
|
439
|
-
|
440
|
-
"unique. Hostnames must not start with numbers. A good approach is to use "
|
441
|
-
"unique information provided by facter (MAC address, BIOS or serial ID)."
|
442
|
-
msgstr "호스트 이름 패턴을 생성할 때 생성된 호스트 이름이 고유한 이름인지 확인하십시오. 호스트 이름은 숫자로 시작할 수 없습니다. facter (MAC 주소, BIOS 또는 시리얼 ID)에서 제공하는 고유한 정보를 사용하는 것이 좋습니다. "
|
509
|
+
msgid "No new discovered hosts for this period"
|
510
|
+
msgstr ""
|
443
511
|
|
444
|
-
msgid "
|
445
|
-
msgstr "
|
512
|
+
msgid "Primary"
|
513
|
+
msgstr ""
|
446
514
|
|
447
|
-
msgid ""
|
448
|
-
"defines a pattern to assign human-readable hostnames to the matching hosts"
|
515
|
+
msgid "Locations"
|
449
516
|
msgstr ""
|
450
517
|
|
451
|
-
msgid "
|
518
|
+
msgid "Organizations"
|
452
519
|
msgstr ""
|
453
520
|
|
454
|
-
msgid "
|
455
|
-
msgstr "
|
521
|
+
msgid "Target host group for this rule with all properties set"
|
522
|
+
msgstr "모든 속성 모음을 갖는 규칙의 대상 호스트 그룹 "
|
456
523
|
|
457
|
-
msgid "
|
524
|
+
msgid "Template"
|
525
|
+
msgstr "템플릿"
|
526
|
+
|
527
|
+
msgid ""
|
528
|
+
"Specify target hostname template pattern in the same syntax as in Provisioning"
|
529
|
+
" Templates (ERB)."
|
530
|
+
msgstr "프로비저닝 템플릿 (ERB)에 있는 것과 동일한 구문의 대상 호스트 이름 템플릿 패턴을 지정합니다. "
|
531
|
+
|
532
|
+
msgid ""
|
533
|
+
"Domain will be appended automatically. A hostname based on MAC address will be"
|
534
|
+
" used when left blank. In addition to @host attribute function rand for random"
|
535
|
+
" integers is available. Examples:"
|
458
536
|
msgstr ""
|
537
|
+
"도메인이 자동으로 추가됩니다. 빈 란으로 되어 있을 경우 MAC 주소를 기반으로 하는 호스트 이름이 사용됩니다. @host 속성 이외에 임의"
|
538
|
+
"의 정수에 대해 rand 함수를 사용할 수 있습니다. 예: "
|
459
539
|
|
460
540
|
msgid ""
|
461
|
-
"
|
462
|
-
"
|
463
|
-
"
|
541
|
+
"When creating hostname patterns, make sure the resulting host names are unique"
|
542
|
+
". Hostnames must not start with numbers. A good approach is to use unique info"
|
543
|
+
"rmation provided by facter (MAC address, BIOS or serial ID)."
|
464
544
|
msgstr ""
|
545
|
+
"호스트 이름 패턴을 생성할 때 생성된 호스트 이름이 고유한 이름인지 확인하십시오. 호스트 이름은 숫자로 시작할 수 없습니다. facter ("
|
546
|
+
"MAC 주소, BIOS 또는 시리얼 ID)에서 제공하는 고유한 정보를 사용하는 것이 좋습니다. "
|
465
547
|
|
466
|
-
msgid "
|
467
|
-
msgstr "
|
548
|
+
msgid "Hostname for provisioned hosts"
|
549
|
+
msgstr "프로비저닝된 호스트의 호스트 이름 "
|
468
550
|
|
469
|
-
msgid "
|
470
|
-
msgstr "
|
551
|
+
msgid "Hosts limit"
|
552
|
+
msgstr "호스트 제한 "
|
471
553
|
|
472
|
-
msgid "
|
473
|
-
msgstr "
|
554
|
+
msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
|
555
|
+
msgstr "이 규칙에서 프로비저닝되는 최대 호스트 수 (0 = 무제한)"
|
474
556
|
|
475
|
-
msgid "
|
476
|
-
msgstr "
|
557
|
+
msgid "Rule priority (lower integer means higher priority)"
|
558
|
+
msgstr "규칙 우선 순위 (낮은 정수 값일수록 우선 순위가 높아짐)"
|
477
559
|
|
478
|
-
msgid "
|
479
|
-
msgstr "
|
560
|
+
msgid "Edit Discovery Rule"
|
561
|
+
msgstr "검색 규칙 편집 "
|
480
562
|
|
481
|
-
msgid "
|
482
|
-
msgstr "
|
563
|
+
msgid "Discovery Rules"
|
564
|
+
msgstr "검색 규칙 "
|
483
565
|
|
484
|
-
msgid ""
|
485
|
-
"
|
486
|
-
msgstr ""
|
566
|
+
msgid "New Rule"
|
567
|
+
msgstr "새 규칙 "
|
487
568
|
|
488
|
-
msgid "
|
489
|
-
msgstr ""
|
569
|
+
msgid "DiscoveryRule|Name"
|
570
|
+
msgstr "이름 "
|
490
571
|
|
491
|
-
msgid "
|
492
|
-
msgstr ""
|
572
|
+
msgid "DiscoveryRule|Priority"
|
573
|
+
msgstr "우선 순위 "
|
493
574
|
|
494
|
-
msgid ""
|
495
|
-
"
|
496
|
-
"settings"
|
497
|
-
msgstr "값이 호스트 그룹이나 설정의 기본값 암호에서 상속되지 않은 경우에 필요합니다 "
|
575
|
+
msgid "DiscoveryRule|Query"
|
576
|
+
msgstr "쿼리 "
|
498
577
|
|
499
|
-
msgid "
|
500
|
-
msgstr "
|
578
|
+
msgid "Host group"
|
579
|
+
msgstr "호스트 그룹 "
|
501
580
|
|
502
|
-
msgid "
|
581
|
+
msgid "Hosts/limit"
|
582
|
+
msgstr "호스트/제한"
|
583
|
+
|
584
|
+
msgid "DiscoveryRule|Enabled"
|
585
|
+
msgstr "활성화 "
|
586
|
+
|
587
|
+
msgid "New Discovery Rule"
|
588
|
+
msgstr "새 검색 규칙 "
|
589
|
+
|
590
|
+
msgid "A summary of discovered hosts"
|
591
|
+
msgstr ""
|
592
|
+
|
593
|
+
msgid "Discovery rules"
|
594
|
+
msgstr ""
|
595
|
+
|
596
|
+
msgid "Discovery widget"
|
503
597
|
msgstr ""
|