foreman_discovery 22.0.2 → 23.0.0
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/assets/javascripts/foreman_discovery/locale/ca/foreman_discovery.js +847 -0
- data/app/assets/javascripts/foreman_discovery/locale/cs_CZ/foreman_discovery.js +847 -0
- data/app/assets/javascripts/foreman_discovery/locale/de/foreman_discovery.js +847 -0
- data/app/assets/javascripts/foreman_discovery/locale/en/foreman_discovery.js +846 -0
- data/app/assets/javascripts/foreman_discovery/locale/en_GB/foreman_discovery.js +847 -0
- data/app/assets/javascripts/foreman_discovery/locale/es/foreman_discovery.js +850 -0
- data/app/assets/javascripts/foreman_discovery/locale/fr/foreman_discovery.js +850 -0
- data/app/assets/javascripts/foreman_discovery/locale/gl/foreman_discovery.js +847 -0
- data/app/assets/javascripts/foreman_discovery/locale/it/foreman_discovery.js +847 -0
- data/app/assets/javascripts/foreman_discovery/locale/ja/foreman_discovery.js +844 -0
- data/app/assets/javascripts/foreman_discovery/locale/ka/foreman_discovery.js +847 -0
- data/app/assets/javascripts/foreman_discovery/locale/ko/foreman_discovery.js +847 -0
- data/app/assets/javascripts/foreman_discovery/locale/pt_BR/foreman_discovery.js +850 -0
- data/app/assets/javascripts/foreman_discovery/locale/ru/foreman_discovery.js +851 -0
- data/app/assets/javascripts/foreman_discovery/locale/sv_SE/foreman_discovery.js +847 -0
- data/app/assets/javascripts/foreman_discovery/locale/zh_CN/foreman_discovery.js +844 -0
- data/app/assets/javascripts/foreman_discovery/locale/zh_TW/foreman_discovery.js +847 -0
- data/app/controllers/discovered_hosts_controller.rb +5 -1
- data/app/helpers/discovered_hosts_helper.rb +9 -2
- data/app/models/host/discovered.rb +3 -3
- data/app/services/foreman_discovery/import_hooks/lock_templates.rb +1 -1
- data/app/services/foreman_discovery/node_api/node_resource.rb +5 -5
- data/app/services/foreman_discovery/ui_notifications/failed_discovery.rb +1 -1
- data/app/views/discovered_hosts/_discovered_host.html.erb +1 -1
- data/app/views/discovered_hosts/_discovered_hosts_list.html.erb +1 -1
- data/db/migrate/20221102065954_fix_discovery_settings_category_to_dsl.rb +1 -1
- data/db/migrate/20221102075151_migrate_discovery_hostname_and_fact_column_to_array.rb +13 -0
- data/extra/discover-host +1 -1
- data/lib/foreman_discovery/engine.rb +8 -20
- 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 +1122 -0
- data/locale/ca/foreman_discovery.po +22 -10
- data/locale/cs_CZ/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/cs_CZ/foreman_discovery.edit.po +1120 -0
- data/locale/cs_CZ/foreman_discovery.po +846 -0
- data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/de/foreman_discovery.edit.po +1129 -0
- data/locale/de/foreman_discovery.po +22 -10
- data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en/foreman_discovery.edit.po +1115 -0
- data/locale/en/foreman_discovery.po +19 -7
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en_GB/foreman_discovery.edit.po +1125 -0
- data/locale/en_GB/foreman_discovery.po +22 -10
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/foreman_discovery.edit.po +1130 -0
- data/locale/es/foreman_discovery.po +81 -65
- data/locale/foreman_discovery.pot +231 -211
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/foreman_discovery.edit.po +1126 -0
- data/locale/fr/foreman_discovery.po +35 -19
- data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/gl/foreman_discovery.edit.po +1120 -0
- data/locale/gl/foreman_discovery.po +19 -7
- data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/it/foreman_discovery.edit.po +1123 -0
- data/locale/it/foreman_discovery.po +21 -8
- data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ja/foreman_discovery.edit.po +1119 -0
- data/locale/ja/foreman_discovery.po +34 -22
- data/locale/ka/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ka/foreman_discovery.edit.po +1120 -0
- data/locale/ka/foreman_discovery.po +846 -0
- data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ko/foreman_discovery.edit.po +1119 -0
- data/locale/ko/foreman_discovery.po +20 -8
- data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/pt_BR/foreman_discovery.edit.po +1132 -0
- data/locale/pt_BR/foreman_discovery.po +61 -45
- data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ru/foreman_discovery.edit.po +1131 -0
- data/locale/ru/foreman_discovery.po +21 -9
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/sv_SE/foreman_discovery.edit.po +1123 -0
- data/locale/sv_SE/foreman_discovery.po +19 -7
- data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_CN/foreman_discovery.edit.po +1117 -0
- data/locale/zh_CN/foreman_discovery.po +31 -19
- data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_TW/foreman_discovery.edit.po +1120 -0
- data/locale/zh_TW/foreman_discovery.po +19 -7
- data/package.json +0 -1
- data/test/functional/api/v2/fact_value_extensions_test.rb +1 -1
- data/test/functional/discovered_hosts_controller_test.rb +1 -1
- data/test/migrations/20221102075151_migrate_discovery_hostname_and_fact_column_to_array_test.rb +75 -0
- data/test/migrations/20221102075151_migrate_discovery_hostname_and_fact_column_to_array_test.rb.orig +81 -0
- data/test/test_helper_discovery.rb +1 -1
- data/test/unit/discovery_attribute_set_test.rb +1 -1
- data/test/unit/host_discovered_test.rb +3 -3
- data/webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js +1 -1
- metadata +50 -8
- data/app/models/setting/discovered.rb +0 -22
@@ -0,0 +1,847 @@
|
|
1
|
+
locales['foreman_discovery'] = locales['foreman_discovery'] || {}; locales['foreman_discovery']['ko'] = {
|
2
|
+
"domain": "foreman_discovery",
|
3
|
+
"locale_data": {
|
4
|
+
"foreman_discovery": {
|
5
|
+
"": {
|
6
|
+
"Project-Id-Version": "foreman_discovery v22.0.4",
|
7
|
+
"Report-Msgid-Bugs-To": "",
|
8
|
+
"PO-Revision-Date": "2013-11-15 17:25+0000",
|
9
|
+
"Last-Translator": "FULL NAME <EMAIL@ADDRESS>",
|
10
|
+
"Language-Team": "Korean (http://www.transifex.com/foreman/foreman/language/ko/)",
|
11
|
+
"MIME-Version": "1.0",
|
12
|
+
"Content-Type": "text/plain; charset=UTF-8",
|
13
|
+
"Content-Transfer-Encoding": "8bit",
|
14
|
+
"Language": "ko",
|
15
|
+
"Plural-Forms": "nplurals=1; plural=0;",
|
16
|
+
"lang": "ko",
|
17
|
+
"domain": "foreman_discovery",
|
18
|
+
"plural_forms": "nplurals=1; plural=0;"
|
19
|
+
},
|
20
|
+
"List all discovered hosts": [
|
21
|
+
"검색된 모든 호스트를 나열 "
|
22
|
+
],
|
23
|
+
"filter results": [
|
24
|
+
"필터 결과 "
|
25
|
+
],
|
26
|
+
"sort results": [
|
27
|
+
"결과 정렬 "
|
28
|
+
],
|
29
|
+
"paginate results": [
|
30
|
+
"페이지네이션 결과 "
|
31
|
+
],
|
32
|
+
"number of entries per request": [
|
33
|
+
"요청 당 항목 수 "
|
34
|
+
],
|
35
|
+
"Show a discovered host": [
|
36
|
+
"검색된 호스트 표시 "
|
37
|
+
],
|
38
|
+
"DHCP filename option (Grub2 or PXELinux by default)": [
|
39
|
+
""
|
40
|
+
],
|
41
|
+
"Create a discovered host for testing (use /facts to create new hosts)": [
|
42
|
+
"검색된 호스트를 테스트용으로 생성(/facts를 사용하여 새 호스트 생성)"
|
43
|
+
],
|
44
|
+
"Provision a discovered host": [
|
45
|
+
"검색된 호스트 프로비저닝 "
|
46
|
+
],
|
47
|
+
"required if host is managed and value is not inherited from host group": [
|
48
|
+
"호스트가 관리되고 있으며 값이 호스트 그룹에서 상속되지 않은 경우에 필요합니다 "
|
49
|
+
],
|
50
|
+
"not required if using a subnet with DHCP proxy": [
|
51
|
+
"DHCP 프록시를 갖는 서브넷을 사용할 필요가 없습니다 "
|
52
|
+
],
|
53
|
+
"not required if it's a virtual machine": [
|
54
|
+
"가상 머신의 경우 필요하지 않습니다 "
|
55
|
+
],
|
56
|
+
"required if not imaged based provisioning and host is managed and value is not inherited from host group": [
|
57
|
+
"이미지 기반의 프로비저닝이 아니고 호스트가 관리되어 값이 호스트 그룹에서 상속되지 않은 경우에 필요합니다 "
|
58
|
+
],
|
59
|
+
"required if host is managed and custom partition has not been defined": [
|
60
|
+
"호스트가 관리되고 있으며 사용자 정의 파티션이 정의되고 있지 않은 경우에 필요합니다 "
|
61
|
+
],
|
62
|
+
"Host's owner type": [
|
63
|
+
"호스트의 소유자 유형"
|
64
|
+
],
|
65
|
+
"Host's parameters (array or indexed hash)": [
|
66
|
+
"호스트의 매개 변수(배열 또는 인덱싱된 해시)"
|
67
|
+
],
|
68
|
+
"Name of the parameter": [
|
69
|
+
"매개 변수의 이름"
|
70
|
+
],
|
71
|
+
"Parameter value": [
|
72
|
+
"매개 변수 값"
|
73
|
+
],
|
74
|
+
"Type of value": [
|
75
|
+
""
|
76
|
+
],
|
77
|
+
"UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks": [
|
78
|
+
"오케스트레이션 작업 상태를 추적하기 위한 UUID, GET /api/orchestration/:UUID/tasks"
|
79
|
+
],
|
80
|
+
"required if value is not inherited from host group or default password in settings": [
|
81
|
+
"값이 호스트 그룹이나 설정의 기본값 암호에서 상속되지 않은 경우에 필요합니다 "
|
82
|
+
],
|
83
|
+
"Delete a discovered host": [
|
84
|
+
"검색된 호스트 삭제 "
|
85
|
+
],
|
86
|
+
"Upload facts for a host, creating the host if required": [
|
87
|
+
"호스트의 팩트를 업로드하고 필요한 경우 호스트를 생성합니다 "
|
88
|
+
],
|
89
|
+
"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)": [
|
90
|
+
"최소 세트의 팩트가 있는 호스트의 팩트가 포함된 해시: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, 인터페이스: eth0(기본 인터페이스의 이름이 eth0인 경우의 예)"
|
91
|
+
],
|
92
|
+
"Execute rules against a discovered host": [
|
93
|
+
"검색된 호스트에 대해 규칙 실행 "
|
94
|
+
],
|
95
|
+
"Host %{host} was provisioned with rule %{rule}": [
|
96
|
+
"호스트 %{host}은/는 %{rule}으(로) 프로비저닝됩니다 "
|
97
|
+
],
|
98
|
+
"Unable to provision %{host}: %{errors}": [
|
99
|
+
"%{host}을(를) 프로비저닝할 수 없습니다: %{errors}"
|
100
|
+
],
|
101
|
+
"No rule found for host %s": [
|
102
|
+
"호스트 %s에 대한 규칙을 찾을 수 없습니다 "
|
103
|
+
],
|
104
|
+
"Execute rules against all currently discovered hosts": [
|
105
|
+
"현재 검색된 모든 호스트에 대해 규칙 실행 "
|
106
|
+
],
|
107
|
+
"Errors during auto provisioning: %s": [
|
108
|
+
"자동 프로비저닝 도중 오류 발생: %s"
|
109
|
+
],
|
110
|
+
"No discovered hosts to provision": [
|
111
|
+
"프로비저닝할 검색된 호스트가 없습니다 "
|
112
|
+
],
|
113
|
+
"%s discovered hosts were provisioned": [
|
114
|
+
"%s개의 검색된 호스트를 프로비저닝했습니다."
|
115
|
+
],
|
116
|
+
"Refreshing the facts of a discovered host": [
|
117
|
+
"검색된 호스트의 팩트를 새로고침 중 "
|
118
|
+
],
|
119
|
+
"Rebooting a discovered host": [
|
120
|
+
"검색된 호스트를 재부팅 중 "
|
121
|
+
],
|
122
|
+
"Rebooting all discovered hosts": [
|
123
|
+
"검색된 모든 호스트를 재부팅 중"
|
124
|
+
],
|
125
|
+
"Discovered hosts are rebooting now": [
|
126
|
+
"현재 검색된 호스트를 재부팅하고 있습니다."
|
127
|
+
],
|
128
|
+
"List all discovery rules": [
|
129
|
+
"모든 검색 규칙을 나열 "
|
130
|
+
],
|
131
|
+
"Show a discovery rule": [
|
132
|
+
"검색 규칙 표시 "
|
133
|
+
],
|
134
|
+
"represents rule name shown to the users": [
|
135
|
+
"사용자에게 표시되는 규칙 이름을 표시합니다"
|
136
|
+
],
|
137
|
+
"query to match discovered hosts for the particular rule": [
|
138
|
+
"특정 규칙에 대해 검색된 호스트와 일치하는 쿼리"
|
139
|
+
],
|
140
|
+
"the hostgroup that is used to auto provision a host": [
|
141
|
+
"호스트를 자동 프로비저닝하기 위해 사용되는 호스트 그룹"
|
142
|
+
],
|
143
|
+
"defines a pattern to assign human-readable hostnames to the matching hosts": [
|
144
|
+
"해당 호스트에 읽기 좋은 호스트 이름을 할당하기 위해 패턴을 정의합니다"
|
145
|
+
],
|
146
|
+
"enables to limit maximum amount of provisioned hosts per rule": [
|
147
|
+
"규칙 당 프로비저닝된 호스트의 최대 수량을 제한할 수 있게 합니다"
|
148
|
+
],
|
149
|
+
"puts the rules in order, low numbers go first. Must be greater then zero": [
|
150
|
+
"규칙을 순서대로 배치합니다. 낮은 숫자를 먼저 배치합니다. 수치는 0 보다 커야 합니다"
|
151
|
+
],
|
152
|
+
"flag is used for temporary shutdown of rules": [
|
153
|
+
"규칙의 일시 정지에 플래그를 사용합니다"
|
154
|
+
],
|
155
|
+
"location ID for provisioned hosts": [
|
156
|
+
""
|
157
|
+
],
|
158
|
+
"organization ID for provisioned hosts": [
|
159
|
+
""
|
160
|
+
],
|
161
|
+
"Create a discovery rule": [
|
162
|
+
"검색 규칙 생성 "
|
163
|
+
],
|
164
|
+
"Update a rule": [
|
165
|
+
"규칙 업데이트 "
|
166
|
+
],
|
167
|
+
"Delete a rule": [
|
168
|
+
"규칙 삭제 "
|
169
|
+
],
|
170
|
+
"List all fact values of a given discovered host": [
|
171
|
+
""
|
172
|
+
],
|
173
|
+
"Unable to find a discovery rule, no host provided (check permissions)": [
|
174
|
+
"검색 규칙을 찾을 수 없습니다. 호스트가 제공되지 않았습니다(권한 확인)."
|
175
|
+
],
|
176
|
+
"No hostgroup associated with rule '%s'": [
|
177
|
+
"'%s' 규칙에 연결된 호스트 그룹이 없습니다."
|
178
|
+
],
|
179
|
+
"Errors during reboot: %s": [
|
180
|
+
"재부팅 도중 오류가 발생했습니다: %s"
|
181
|
+
],
|
182
|
+
"No discovered hosts to reboot": [
|
183
|
+
"재부팅할 검색된 호스트가 없습니다."
|
184
|
+
],
|
185
|
+
"Successfully provisioned %s": [
|
186
|
+
""
|
187
|
+
],
|
188
|
+
"Facts refreshed for %s": [
|
189
|
+
"%s에 대해 업데이트된 팩트"
|
190
|
+
],
|
191
|
+
"Failed to refresh facts for %s": [
|
192
|
+
"%s에 대한 팩트를 새로고침하는데 실패했습니다 "
|
193
|
+
],
|
194
|
+
"Failed to refresh facts for %{hostname} with error %{error_message}": [
|
195
|
+
"%{error_message} 오류가 발생하여 %{hostname}의 팩트를 새로 고치지 못했습니다."
|
196
|
+
],
|
197
|
+
"Host of type %s can not be rebooted": [
|
198
|
+
"호스트 유형 %s은(는) 재부팅할 수 없습니다 "
|
199
|
+
],
|
200
|
+
"Rebooting host %s": [
|
201
|
+
"호스트 %s 재부팅 중 "
|
202
|
+
],
|
203
|
+
"Failed to reboot host %s": [
|
204
|
+
"호스트 %s 재부팅에 실패했습니다 "
|
205
|
+
],
|
206
|
+
"Failed to reboot host %{hostname} with error %{error_message}": [
|
207
|
+
"오류 %{error_message}를 표시하는 호스트 %{hostname} 재부팅에 실패했습니다 "
|
208
|
+
],
|
209
|
+
"Failed to reboot hosts with error %s": [
|
210
|
+
"%s 오류가 발생하여 호스트를 재부팅하지 못했습니다."
|
211
|
+
],
|
212
|
+
"Destroyed selected hosts": [
|
213
|
+
"선택된 호스트 삭제"
|
214
|
+
],
|
215
|
+
"The following hosts were not deleted: %s": [
|
216
|
+
"다음 호스트가 삭제되지 않았습니다: %s"
|
217
|
+
],
|
218
|
+
"Failed to auto provision host %s: %s": [
|
219
|
+
"호스트 %s의 자동 프로비저닝에 실패했습니다: %s"
|
220
|
+
],
|
221
|
+
"Discovered hosts are provisioning now": [
|
222
|
+
"현재 검색된 호스트를 프로비저닝하고 있습니다"
|
223
|
+
],
|
224
|
+
"Discovered host reported from unknown subnet, communication will not be proxied.": [
|
225
|
+
""
|
226
|
+
],
|
227
|
+
"Discovered hosts reported from unknown subnet are %s, communication will not be proxied.": [
|
228
|
+
""
|
229
|
+
],
|
230
|
+
"No hosts were found with that id or name": [
|
231
|
+
"해당 ID 또는 이름의 호스트를 찾을 수 없습니다 "
|
232
|
+
],
|
233
|
+
"No hosts selected": [
|
234
|
+
"선택된 호스트가 없음 "
|
235
|
+
],
|
236
|
+
"Something went wrong while selecting hosts - %s": [
|
237
|
+
"호스트를 선택하는 도중 문제가 발생했습니다 - %s"
|
238
|
+
],
|
239
|
+
"Rule enabled": [
|
240
|
+
"규칙 비활성화 "
|
241
|
+
],
|
242
|
+
"Rule disabled": [
|
243
|
+
"규칙 비활성화 "
|
244
|
+
],
|
245
|
+
"Auto Provision": [
|
246
|
+
"자동 프로비저닝 "
|
247
|
+
],
|
248
|
+
"Refresh facts": [
|
249
|
+
"팩트 새로고침 "
|
250
|
+
],
|
251
|
+
"Reboot": [
|
252
|
+
"다시 시작"
|
253
|
+
],
|
254
|
+
"Back": [
|
255
|
+
"뒤로 "
|
256
|
+
],
|
257
|
+
"Select Action": [
|
258
|
+
"작업 선택 "
|
259
|
+
],
|
260
|
+
"Delete %s?": [
|
261
|
+
"%s 을(를) 삭제하시겠습니까?"
|
262
|
+
],
|
263
|
+
"Assign Organization": [
|
264
|
+
"조직 지정 "
|
265
|
+
],
|
266
|
+
"Assign Location": [
|
267
|
+
"위치 지정 "
|
268
|
+
],
|
269
|
+
"Delete": [
|
270
|
+
"삭제 "
|
271
|
+
],
|
272
|
+
"%s - The following hosts are about to be changed": [
|
273
|
+
"%s - 다음 호스트는 즉시 변경됩니다 "
|
274
|
+
],
|
275
|
+
"N/A": [
|
276
|
+
"해당 없음 "
|
277
|
+
],
|
278
|
+
"New in the last 24 hours": [
|
279
|
+
"지난 24시간 이내의 신규 항목"
|
280
|
+
],
|
281
|
+
"Not reported in more than 7 days": [
|
282
|
+
"7일 넘게 보고되지 않음"
|
283
|
+
],
|
284
|
+
"Reported in the last 7 days": [
|
285
|
+
"지난 7일 이내에 보고됨"
|
286
|
+
],
|
287
|
+
"Provision": [
|
288
|
+
"프로비저닝 "
|
289
|
+
],
|
290
|
+
"Discovered Hosts": [
|
291
|
+
""
|
292
|
+
],
|
293
|
+
"Associated Hosts": [
|
294
|
+
""
|
295
|
+
],
|
296
|
+
"Disable": [
|
297
|
+
"비활성화 "
|
298
|
+
],
|
299
|
+
"Disable rule '%s'?": [
|
300
|
+
""
|
301
|
+
],
|
302
|
+
"Enable": [
|
303
|
+
"활성화"
|
304
|
+
],
|
305
|
+
"Enable rule '%s'?": [
|
306
|
+
""
|
307
|
+
],
|
308
|
+
"Clone": [
|
309
|
+
"복제(Clone)"
|
310
|
+
],
|
311
|
+
"Delete rule '%s'?": [
|
312
|
+
""
|
313
|
+
],
|
314
|
+
"Invalid user type of %s was provided": [
|
315
|
+
""
|
316
|
+
],
|
317
|
+
"Discovered hosts summary": [
|
318
|
+
""
|
319
|
+
],
|
320
|
+
"can't contain white spaces.": [
|
321
|
+
"공백을 포함할 수 없습니다. "
|
322
|
+
],
|
323
|
+
"must start with a letter or ERB.": [
|
324
|
+
"문자 또는 ERB로 시작해야 합니다. "
|
325
|
+
],
|
326
|
+
"must be present.": [
|
327
|
+
""
|
328
|
+
],
|
329
|
+
"Host group organization %s must also be associated to the discovery rule": [
|
330
|
+
"",
|
331
|
+
""
|
332
|
+
],
|
333
|
+
"Host group location %s must also be associated to the discovery rule": [
|
334
|
+
"",
|
335
|
+
""
|
336
|
+
],
|
337
|
+
"Fact + prefix": [
|
338
|
+
""
|
339
|
+
],
|
340
|
+
"Random name": [
|
341
|
+
""
|
342
|
+
],
|
343
|
+
"MAC-based name": [
|
344
|
+
""
|
345
|
+
],
|
346
|
+
"Invalid facts, must be a Hash": [
|
347
|
+
"잘못된 팩트, 해시여야 합니다 "
|
348
|
+
],
|
349
|
+
"Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname": [
|
350
|
+
"필요한 discovery_fact '%s'이(가) 누락되었습니다. 기본 인터페이스와 설정된 호스트 이름을 감지할 수 없습니다."
|
351
|
+
],
|
352
|
+
"Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s": [
|
353
|
+
""
|
354
|
+
],
|
355
|
+
"Facts could not be imported": [
|
356
|
+
""
|
357
|
+
],
|
358
|
+
"Could not get facts from proxy %{url}: %{error}": [
|
359
|
+
"프록시 %{url}에서 팩트를 가져올 수 없습니다: %{error}"
|
360
|
+
],
|
361
|
+
"Unable to perform reboot on %{name} (%{url}): %{msg}": [
|
362
|
+
""
|
363
|
+
],
|
364
|
+
"Unable to perform %{action} on %{ips}": [
|
365
|
+
""
|
366
|
+
],
|
367
|
+
"Unable to perform kexec on %{name} (%{url}): %{msg}": [
|
368
|
+
""
|
369
|
+
],
|
370
|
+
"Invalid hostname: Could not normalize the hostname": [
|
371
|
+
""
|
372
|
+
],
|
373
|
+
"Reloading kernel on %s": [
|
374
|
+
"%s에서 커널을 다시 로드하는 중"
|
375
|
+
],
|
376
|
+
"Rebooting %s": [
|
377
|
+
"%s 재부팅 중 "
|
378
|
+
],
|
379
|
+
"Kexec template not associated with operating system": [
|
380
|
+
"Kexec 템플릿이 운영 체제에 연결되어 있지 않습니다."
|
381
|
+
],
|
382
|
+
"Kernel kexec URL is invalid: '%s'": [
|
383
|
+
""
|
384
|
+
],
|
385
|
+
"Init RAM kexec URL is invalid: '%s'": [
|
386
|
+
""
|
387
|
+
],
|
388
|
+
"Rebuild DNS for %s": [
|
389
|
+
""
|
390
|
+
],
|
391
|
+
"Discovery fact parser does not work with non-discovery host '%{host}'": [
|
392
|
+
""
|
393
|
+
],
|
394
|
+
"Discovered host '%{host}' has all NICs filtered out, filter: %{filter}": [
|
395
|
+
""
|
396
|
+
],
|
397
|
+
"Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}": [
|
398
|
+
""
|
399
|
+
],
|
400
|
+
"Highlights": [
|
401
|
+
""
|
402
|
+
],
|
403
|
+
"Storage": [
|
404
|
+
"스토리지"
|
405
|
+
],
|
406
|
+
"Hardware": [
|
407
|
+
"하드웨어"
|
408
|
+
],
|
409
|
+
"Network": [
|
410
|
+
"네트워크"
|
411
|
+
],
|
412
|
+
"Software": [
|
413
|
+
"소프트웨어"
|
414
|
+
],
|
415
|
+
"IPMI": [
|
416
|
+
"IPMI"
|
417
|
+
],
|
418
|
+
"Miscellaneous": [
|
419
|
+
"기타"
|
420
|
+
],
|
421
|
+
"IPAM must be configured for subnet '%s'": [
|
422
|
+
""
|
423
|
+
],
|
424
|
+
"Options must be hash": [
|
425
|
+
""
|
426
|
+
],
|
427
|
+
"Option 'url' must be provided": [
|
428
|
+
""
|
429
|
+
],
|
430
|
+
"Option 'url' must be valid URI: %s": [
|
431
|
+
""
|
432
|
+
],
|
433
|
+
"Image API returned HTTP/%{code} with '%{body}": [
|
434
|
+
"이미지 API에서 '%{body}'이(가) 포함된 HTTP/%{code}을(를) 반환했습니다."
|
435
|
+
],
|
436
|
+
"Image API processing error: %{msg} (HTTP/%{code}, body: %{body})": [
|
437
|
+
"이미지 API 처리 오류: %{msg}(HTTP/%{code}, 본문: %{body})"
|
438
|
+
],
|
439
|
+
"One or more hosts with failed discovery due to error: %s": [
|
440
|
+
""
|
441
|
+
],
|
442
|
+
"Host %s has been dicovered": [
|
443
|
+
""
|
444
|
+
],
|
445
|
+
"Discovered Host": [
|
446
|
+
"",
|
447
|
+
""
|
448
|
+
],
|
449
|
+
"No discovered hosts available": [
|
450
|
+
"사용 가능한 검색된 호스트가 없습니다 "
|
451
|
+
],
|
452
|
+
"Host": [
|
453
|
+
"호스트"
|
454
|
+
],
|
455
|
+
"Model": [
|
456
|
+
"모델 "
|
457
|
+
],
|
458
|
+
"CPUs": [
|
459
|
+
"CPU"
|
460
|
+
],
|
461
|
+
"Memory": [
|
462
|
+
"메모리"
|
463
|
+
],
|
464
|
+
"Customize Host": [
|
465
|
+
""
|
466
|
+
],
|
467
|
+
"Create Host": [
|
468
|
+
""
|
469
|
+
],
|
470
|
+
"Select all items in this page": [
|
471
|
+
"이 페이지에 있는 모든 항목을 선택 "
|
472
|
+
],
|
473
|
+
"items selected. Uncheck to Clear": [
|
474
|
+
"항목이 선택되어 있습니다. 삭제하려면 선택 해제합니다 "
|
475
|
+
],
|
476
|
+
"Name": [
|
477
|
+
"이름 "
|
478
|
+
],
|
479
|
+
"IP Address": [
|
480
|
+
"IP 주소 "
|
481
|
+
],
|
482
|
+
"Disk Count": [
|
483
|
+
"디스크 수"
|
484
|
+
],
|
485
|
+
"Disks Size": [
|
486
|
+
""
|
487
|
+
],
|
488
|
+
"Location": [
|
489
|
+
"위치 "
|
490
|
+
],
|
491
|
+
"Organization": [
|
492
|
+
"조직 "
|
493
|
+
],
|
494
|
+
"Subnet": [
|
495
|
+
"서브넷 "
|
496
|
+
],
|
497
|
+
"Last Facts Upload": [
|
498
|
+
""
|
499
|
+
],
|
500
|
+
"Actions": [
|
501
|
+
"동작 "
|
502
|
+
],
|
503
|
+
"Please Confirm": [
|
504
|
+
"확인해 주십시오 "
|
505
|
+
],
|
506
|
+
"Cancel": [
|
507
|
+
"취소 "
|
508
|
+
],
|
509
|
+
"Submit": [
|
510
|
+
"제출 "
|
511
|
+
],
|
512
|
+
"Provision %s": [
|
513
|
+
""
|
514
|
+
],
|
515
|
+
"This might take a while, as all hosts, facts and reports will be destroyed as well": [
|
516
|
+
"모든 호스트, 팩트, 보고서가 모두 삭제되기 때문에 시간이 걸릴 수 있습니다 "
|
517
|
+
],
|
518
|
+
"Select location": [
|
519
|
+
"위치 선택 "
|
520
|
+
],
|
521
|
+
"Select organization": [
|
522
|
+
"조직 선택 "
|
523
|
+
],
|
524
|
+
"Discovered host: %s": [
|
525
|
+
"검색된 호스트: %s"
|
526
|
+
],
|
527
|
+
"Interfaces": [
|
528
|
+
"인터페이스"
|
529
|
+
],
|
530
|
+
"Type": [
|
531
|
+
"유형 "
|
532
|
+
],
|
533
|
+
"Identifier": [
|
534
|
+
"식별자 "
|
535
|
+
],
|
536
|
+
"MAC address": [
|
537
|
+
"MAC 주소"
|
538
|
+
],
|
539
|
+
"IP address": [
|
540
|
+
"IP 주소 "
|
541
|
+
],
|
542
|
+
"Collapse All": [
|
543
|
+
"모두 축소"
|
544
|
+
],
|
545
|
+
"Summary report for discovered hosts from Foreman": [
|
546
|
+
""
|
547
|
+
],
|
548
|
+
"<b>Foreman</b> Discovered hosts summary": [
|
549
|
+
""
|
550
|
+
],
|
551
|
+
"Summary from %{time} ago to %{now}": [
|
552
|
+
""
|
553
|
+
],
|
554
|
+
"Discovered hosts from Foreman server at %{foreman_url}": [
|
555
|
+
""
|
556
|
+
],
|
557
|
+
"Disk count": [
|
558
|
+
"디스크 수 "
|
559
|
+
],
|
560
|
+
"Disks size": [
|
561
|
+
"디스크 크기 "
|
562
|
+
],
|
563
|
+
"No discovered hosts for the selected period": [
|
564
|
+
""
|
565
|
+
],
|
566
|
+
"Foreman discovered hosts summary": [
|
567
|
+
""
|
568
|
+
],
|
569
|
+
"No new discovered hosts for this period": [
|
570
|
+
""
|
571
|
+
],
|
572
|
+
"Primary": [
|
573
|
+
"주"
|
574
|
+
],
|
575
|
+
"Locations": [
|
576
|
+
"위치 "
|
577
|
+
],
|
578
|
+
"Organizations": [
|
579
|
+
"조직"
|
580
|
+
],
|
581
|
+
"Target host group for this rule with all properties set": [
|
582
|
+
"모든 속성 모음을 갖는 규칙의 대상 호스트 그룹 "
|
583
|
+
],
|
584
|
+
"Hostname for provisioned hosts": [
|
585
|
+
"프로비저닝된 호스트의 호스트 이름 "
|
586
|
+
],
|
587
|
+
"Hosts Limit": [
|
588
|
+
"호스트 제한"
|
589
|
+
],
|
590
|
+
"Maximum hosts provisioned with this rule (0 = unlimited)": [
|
591
|
+
"이 규칙에서 프로비저닝되는 최대 호스트 수 (0 = 무제한)"
|
592
|
+
],
|
593
|
+
"Rule priority (lower integer means higher priority)": [
|
594
|
+
"규칙 우선 순위 (낮은 정수 값일수록 우선 순위가 높아짐)"
|
595
|
+
],
|
596
|
+
"Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB).": [
|
597
|
+
"프로비저닝 템플릿 (ERB)에 있는 것과 동일한 구문의 대상 호스트 이름 템플릿 패턴을 지정합니다. "
|
598
|
+
],
|
599
|
+
"Domain will be appended automatically. A hostname based on MAC address will be used when left blank.": [
|
600
|
+
""
|
601
|
+
],
|
602
|
+
"In addition to @host attribute function rand for random integers is available. Examples:": [
|
603
|
+
""
|
604
|
+
],
|
605
|
+
"When creating hostname patterns, make sure the resulting host names are unique.": [
|
606
|
+
""
|
607
|
+
],
|
608
|
+
"Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID).": [
|
609
|
+
""
|
610
|
+
],
|
611
|
+
"Clone %s": [
|
612
|
+
"%s 복제 "
|
613
|
+
],
|
614
|
+
"Edit %s": [
|
615
|
+
"%s 편집 "
|
616
|
+
],
|
617
|
+
"Discovery Rules": [
|
618
|
+
"검색 규칙 "
|
619
|
+
],
|
620
|
+
"Create Rule": [
|
621
|
+
""
|
622
|
+
],
|
623
|
+
"DiscoveryRule|Name": [
|
624
|
+
"이름 "
|
625
|
+
],
|
626
|
+
"DiscoveryRule|Priority": [
|
627
|
+
"우선 순위 "
|
628
|
+
],
|
629
|
+
"DiscoveryRule|Query": [
|
630
|
+
"쿼리 "
|
631
|
+
],
|
632
|
+
"Host Group": [
|
633
|
+
"호스트 그룹 "
|
634
|
+
],
|
635
|
+
"Hosts/Limit": [
|
636
|
+
""
|
637
|
+
],
|
638
|
+
"DiscoveryRule|Enabled": [
|
639
|
+
"활성화 "
|
640
|
+
],
|
641
|
+
"New Discovery Rule": [
|
642
|
+
"새 검색 규칙 "
|
643
|
+
],
|
644
|
+
"Discovered Rules": [
|
645
|
+
""
|
646
|
+
],
|
647
|
+
"A summary of discovered hosts": [
|
648
|
+
""
|
649
|
+
],
|
650
|
+
"New hosts": [
|
651
|
+
""
|
652
|
+
],
|
653
|
+
"One or more hosts have been discovered": [
|
654
|
+
""
|
655
|
+
],
|
656
|
+
"Details": [
|
657
|
+
"상세 정보 "
|
658
|
+
],
|
659
|
+
"Hosts": [
|
660
|
+
"호스트"
|
661
|
+
],
|
662
|
+
"Error message goes here": [
|
663
|
+
""
|
664
|
+
],
|
665
|
+
"Discovery": [
|
666
|
+
""
|
667
|
+
],
|
668
|
+
"Discovery location": [
|
669
|
+
""
|
670
|
+
],
|
671
|
+
"The default location to place discovered hosts in": [
|
672
|
+
"검색된 호스트를 배치하기 위한 기본 위치 "
|
673
|
+
],
|
674
|
+
"Discovery organization": [
|
675
|
+
""
|
676
|
+
],
|
677
|
+
"The default organization to place discovered hosts in": [
|
678
|
+
"검색된 호스트를 배치하기 위한 기본 조직 "
|
679
|
+
],
|
680
|
+
"Interface fact": [
|
681
|
+
""
|
682
|
+
],
|
683
|
+
"Fact name to use for primary interface detection": [
|
684
|
+
""
|
685
|
+
],
|
686
|
+
"Create bond interfaces": [
|
687
|
+
""
|
688
|
+
],
|
689
|
+
"Automatic bond interface (if another interface is detected on the same VLAN via LLDP)": [
|
690
|
+
""
|
691
|
+
],
|
692
|
+
"Clean all facts": [
|
693
|
+
""
|
694
|
+
],
|
695
|
+
"Clean all reported facts during provisioning (except discovery facts)": [
|
696
|
+
""
|
697
|
+
],
|
698
|
+
"Hostname facts": [
|
699
|
+
""
|
700
|
+
],
|
701
|
+
"List of facts to use for the hostname (first wins)": [
|
702
|
+
""
|
703
|
+
],
|
704
|
+
"Auto provisioning": [
|
705
|
+
""
|
706
|
+
],
|
707
|
+
"Automatically provision newly discovered hosts, according to the provisioning rules": [
|
708
|
+
"프로비저닝 규칙에 따라 새로 검색된 호스트의 자동 프로비저닝 "
|
709
|
+
],
|
710
|
+
"Automatically reboot or kexec discovered host during provisioning": [
|
711
|
+
""
|
712
|
+
],
|
713
|
+
"Hostname prefix": [
|
714
|
+
""
|
715
|
+
],
|
716
|
+
"The default prefix to use for the host name, must start with a letter": [
|
717
|
+
"호스트 이름에 사용할 기본 접두사는 문자로 시작해야 합니다 "
|
718
|
+
],
|
719
|
+
"Fact columns": [
|
720
|
+
""
|
721
|
+
],
|
722
|
+
"Extra facter columns to show in host lists": [
|
723
|
+
""
|
724
|
+
],
|
725
|
+
"Highlighted facts": [
|
726
|
+
""
|
727
|
+
],
|
728
|
+
"Regex to organize facts for highlights section - e.g. ^(abc|cde)$": [
|
729
|
+
""
|
730
|
+
],
|
731
|
+
"Storage facts": [
|
732
|
+
""
|
733
|
+
],
|
734
|
+
"Regex to organize facts for storage section": [
|
735
|
+
"스토리지 섹션의 팩트를 구성하기 위한 정규식"
|
736
|
+
],
|
737
|
+
"Software facts": [
|
738
|
+
""
|
739
|
+
],
|
740
|
+
"Regex to organize facts for software section": [
|
741
|
+
"소프트웨어 섹션의 팩트를 구성하기 위한 정규식"
|
742
|
+
],
|
743
|
+
"Hardware facts": [
|
744
|
+
""
|
745
|
+
],
|
746
|
+
"Regex to organize facts for hardware section": [
|
747
|
+
"하드웨어 섹션의 팩트를 구성하기 위한 정규식"
|
748
|
+
],
|
749
|
+
"Network facts": [
|
750
|
+
""
|
751
|
+
],
|
752
|
+
"Regex to organize facts for network section": [
|
753
|
+
"네트워크 섹션의 팩트를 구성하기 위한 정규식"
|
754
|
+
],
|
755
|
+
"IPMI facts": [
|
756
|
+
""
|
757
|
+
],
|
758
|
+
"Regex to organize facts for ipmi section": [
|
759
|
+
"ipmi 섹션의 팩트를 구성하기 위한 정규식"
|
760
|
+
],
|
761
|
+
"Lock PXE": [
|
762
|
+
""
|
763
|
+
],
|
764
|
+
"Automatically generate PXE configuration to pin a newly discovered host to discovery": [
|
765
|
+
""
|
766
|
+
],
|
767
|
+
"Locked PXELinux template name": [
|
768
|
+
""
|
769
|
+
],
|
770
|
+
"PXELinux template to be used when pinning a host to discovery": [
|
771
|
+
""
|
772
|
+
],
|
773
|
+
"Locked PXEGrub template name": [
|
774
|
+
""
|
775
|
+
],
|
776
|
+
"PXEGrub template to be used when pinning a host to discovery": [
|
777
|
+
""
|
778
|
+
],
|
779
|
+
"Locked PXEGrub2 template name": [
|
780
|
+
""
|
781
|
+
],
|
782
|
+
"PXEGrub2 template to be used when pinning a host to discovery": [
|
783
|
+
""
|
784
|
+
],
|
785
|
+
"Force DNS": [
|
786
|
+
""
|
787
|
+
],
|
788
|
+
"Force DNS entries creation when provisioning discovered host": [
|
789
|
+
""
|
790
|
+
],
|
791
|
+
"Error on existing NIC": [
|
792
|
+
""
|
793
|
+
],
|
794
|
+
"Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)": [
|
795
|
+
""
|
796
|
+
],
|
797
|
+
"Type of name generator": [
|
798
|
+
""
|
799
|
+
],
|
800
|
+
"Discovery hostname naming pattern": [
|
801
|
+
""
|
802
|
+
],
|
803
|
+
"Prefer IPv6": [
|
804
|
+
""
|
805
|
+
],
|
806
|
+
"Prefer IPv6 to IPv4 when calling discovered nodes": [
|
807
|
+
""
|
808
|
+
],
|
809
|
+
"Discovery Proxy": [
|
810
|
+
""
|
811
|
+
],
|
812
|
+
"Discovery Proxy to use within this subnet for managing connection to discovered hosts": [
|
813
|
+
""
|
814
|
+
],
|
815
|
+
"ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts": [
|
816
|
+
""
|
817
|
+
],
|
818
|
+
"For more information please see ": [
|
819
|
+
""
|
820
|
+
],
|
821
|
+
"documentation": [
|
822
|
+
""
|
823
|
+
],
|
824
|
+
"No discovered hosts found in this context. This page shows discovered bare-metal or virtual nodes waiting to be provisioned.": [
|
825
|
+
""
|
826
|
+
],
|
827
|
+
"Foreman Discovery": [
|
828
|
+
""
|
829
|
+
],
|
830
|
+
"No Discovery Rules found in this context. Create Discovery Rules to perform automated provisioning on Discovered Hosts": [
|
831
|
+
""
|
832
|
+
],
|
833
|
+
"Remote action:": [
|
834
|
+
"원격 작업:"
|
835
|
+
],
|
836
|
+
"Import Puppet classes": [
|
837
|
+
"Puppet 클래스 가져오기"
|
838
|
+
],
|
839
|
+
"Import facts": [
|
840
|
+
"팩트 불러오기"
|
841
|
+
],
|
842
|
+
"Action with sub plans": [
|
843
|
+
"하위 계획이 있는 작업"
|
844
|
+
]
|
845
|
+
}
|
846
|
+
}
|
847
|
+
};
|