foreman_ansible 3.0.2 → 3.0.3
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/api/v2/ansible_inventories_controller.rb +51 -0
- data/app/controllers/api/v2/ansible_roles_controller.rb +6 -2
- data/app/controllers/api/v2/ansible_variables_controller.rb +2 -0
- data/app/views/foreman_ansible/job_templates/ansible_roles_-_ansible_default.erb +1 -1
- data/app/views/foreman_ansible/job_templates/run_command_-_ansible_default.erb +3 -2
- data/config/routes.rb +9 -0
- data/lib/foreman_ansible/register.rb +8 -3
- data/lib/foreman_ansible/version.rb +1 -1
- data/locale/de/foreman_ansible.edit.po +271 -170
- data/locale/de/foreman_ansible.po +19 -1
- data/locale/en/foreman_ansible.edit.po +56 -32
- data/locale/en/foreman_ansible.po +19 -1
- data/locale/es/foreman_ansible.edit.po +296 -175
- data/locale/es/foreman_ansible.po +19 -1
- data/locale/foreman_ansible.pot +60 -32
- data/locale/fr/foreman_ansible.edit.po +310 -187
- data/locale/fr/foreman_ansible.po +19 -1
- data/locale/it/foreman_ansible.edit.po +214 -120
- data/locale/it/foreman_ansible.po +19 -1
- data/locale/ja/foreman_ansible.edit.po +276 -182
- data/locale/ja/foreman_ansible.po +19 -1
- data/locale/ko/foreman_ansible.edit.po +196 -116
- data/locale/ko/foreman_ansible.po +19 -1
- data/locale/pt_BR/foreman_ansible.edit.po +294 -173
- data/locale/pt_BR/foreman_ansible.po +19 -1
- data/locale/ru/foreman_ansible.edit.po +207 -113
- data/locale/ru/foreman_ansible.po +19 -1
- data/locale/zh_CN/foreman_ansible.edit.po +272 -183
- data/locale/zh_CN/foreman_ansible.po +19 -1
- data/locale/zh_TW/foreman_ansible.edit.po +196 -116
- data/locale/zh_TW/foreman_ansible.po +19 -1
- data/test/factories/ansible_variables.rb +1 -1
- data/test/functional/api/v2/ansible_inventories_controller_test.rb +51 -0
- metadata +5 -2
@@ -5,7 +5,7 @@
|
|
5
5
|
#
|
6
6
|
msgid ""
|
7
7
|
msgstr ""
|
8
|
-
"Project-Id-Version: foreman_ansible 3.0.
|
8
|
+
"Project-Id-Version: foreman_ansible 3.0.2\n"
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
10
10
|
"PO-Revision-Date: 2018-03-12 12:24-0400\n"
|
11
11
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
@@ -209,9 +209,15 @@ msgstr ""
|
|
209
209
|
msgid "IDs of associated ansible roles"
|
210
210
|
msgstr ""
|
211
211
|
|
212
|
+
msgid "IDs of hostgroups included in inventory"
|
213
|
+
msgstr ""
|
214
|
+
|
212
215
|
msgid "IDs of hostgroups to play roles on"
|
213
216
|
msgstr ""
|
214
217
|
|
218
|
+
msgid "IDs of hosts included in inventory"
|
219
|
+
msgstr ""
|
220
|
+
|
215
221
|
msgid "IDs of hosts to play roles on"
|
216
222
|
msgstr ""
|
217
223
|
|
@@ -446,6 +452,12 @@ msgstr ""
|
|
446
452
|
msgid "Set the order in which values are resolved."
|
447
453
|
msgstr ""
|
448
454
|
|
455
|
+
msgid "Show Ansible inventory for hostgroups"
|
456
|
+
msgstr ""
|
457
|
+
|
458
|
+
msgid "Show Ansible inventory for hosts"
|
459
|
+
msgstr ""
|
460
|
+
|
449
461
|
msgid "Show role"
|
450
462
|
msgstr ""
|
451
463
|
|
@@ -458,6 +470,9 @@ msgstr ""
|
|
458
470
|
msgid "Smart Proxy to import from"
|
459
471
|
msgstr ""
|
460
472
|
|
473
|
+
msgid "Smart proxy id is required"
|
474
|
+
msgstr ""
|
475
|
+
|
461
476
|
msgid "Specify Matchers"
|
462
477
|
msgstr ""
|
463
478
|
|
@@ -524,5 +539,8 @@ msgstr ""
|
|
524
539
|
msgid "When enabled the parameter is hidden in the UI"
|
525
540
|
msgstr ""
|
526
541
|
|
542
|
+
msgid "Whether to override variable or not"
|
543
|
+
msgstr ""
|
544
|
+
|
527
545
|
msgid "WinRM cert Validation"
|
528
546
|
msgstr ""
|
@@ -1,21 +1,26 @@
|
|
1
|
-
#
|
2
|
-
# Copyright (C)
|
1
|
+
# SOME DESCRIPTIVE TITLE.
|
2
|
+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
3
3
|
# This file is distributed under the same license as the foreman_ansible package.
|
4
|
-
# FIRST AUTHOR <EMAIL@ADDRESS>,
|
5
|
-
#
|
4
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
5
|
+
#
|
6
|
+
# Translators:
|
7
|
+
# Dominic Cleal <dominic@cleal.org>, 2019
|
8
|
+
# Bryan Kearney <bryan.kearney@gmail.com>, 2019
|
9
|
+
#
|
10
|
+
#, fuzzy
|
6
11
|
msgid ""
|
7
12
|
msgstr ""
|
8
|
-
"Project-Id-Version: foreman_ansible
|
13
|
+
"Project-Id-Version: foreman_ansible 3.0.2\n"
|
9
14
|
"Report-Msgid-Bugs-To: \n"
|
10
|
-
"
|
11
|
-
"
|
12
|
-
"
|
13
|
-
"Language: ko\n"
|
15
|
+
"POT-Creation-Date: 2019-04-30 20:53+0200\n"
|
16
|
+
"PO-Revision-Date: 2018-11-14 21:36+0000\n"
|
17
|
+
"Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2019\n"
|
18
|
+
"Language-Team: Korean (https://www.transifex.com/foreman/teams/114/ko/)\n"
|
14
19
|
"MIME-Version: 1.0\n"
|
15
20
|
"Content-Type: text/plain; charset=UTF-8\n"
|
16
21
|
"Content-Transfer-Encoding: 8bit\n"
|
22
|
+
"Language: ko\n"
|
17
23
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
18
|
-
"\n"
|
19
24
|
|
20
25
|
#: ../app/controllers/ansible_roles_controller.rb:35
|
21
26
|
msgid "Import of roles successfully finished."
|
@@ -42,12 +47,14 @@ msgid ""
|
|
42
47
|
msgstr ""
|
43
48
|
|
44
49
|
#: ../app/controllers/ansible_variables_controller.rb:102
|
45
|
-
msgid "
|
50
|
+
msgid ""
|
51
|
+
"No proxy found to import variables from, ensure that the smart proxy has the"
|
52
|
+
" Ansible feature enabled."
|
46
53
|
msgstr ""
|
47
54
|
|
48
55
|
#: ../app/controllers/api/v2/ansible_override_values_controller.rb:17
|
49
56
|
msgid "Override match"
|
50
|
-
msgstr ""
|
57
|
+
msgstr "일치 항목 덮어쓰기"
|
51
58
|
|
52
59
|
#: ../app/controllers/api/v2/ansible_override_values_controller.rb:18
|
53
60
|
msgid "Override value, required if omit is false"
|
@@ -77,7 +84,10 @@ msgstr ""
|
|
77
84
|
msgid "Import Ansible roles"
|
78
85
|
msgstr ""
|
79
86
|
|
80
|
-
#: ../app/controllers/api/v2/ansible_roles_controller.rb:35
|
87
|
+
#: ../app/controllers/api/v2/ansible_roles_controller.rb:35
|
88
|
+
#: ../app/controllers/api/v2/ansible_roles_controller.rb:42
|
89
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:73
|
90
|
+
#: ../app/controllers/api/v2/ansible_variables_controller.rb:83
|
81
91
|
msgid "Smart Proxy to import from"
|
82
92
|
msgstr ""
|
83
93
|
|
@@ -111,7 +121,7 @@ msgstr ""
|
|
111
121
|
|
112
122
|
#: ../app/controllers/api/v2/ansible_variables_controller.rb:39
|
113
123
|
msgid "Name of variable"
|
114
|
-
msgstr ""
|
124
|
+
msgstr "변수 이름"
|
115
125
|
|
116
126
|
#: ../app/controllers/api/v2/ansible_variables_controller.rb:40
|
117
127
|
msgid "Role ID"
|
@@ -119,43 +129,43 @@ msgstr ""
|
|
119
129
|
|
120
130
|
#: ../app/controllers/api/v2/ansible_variables_controller.rb:41
|
121
131
|
msgid "Default value of variable"
|
122
|
-
msgstr ""
|
132
|
+
msgstr "변수의 기본값"
|
123
133
|
|
124
134
|
#: ../app/controllers/api/v2/ansible_variables_controller.rb:42
|
125
135
|
msgid "When enabled the parameter is hidden in the UI"
|
126
|
-
msgstr ""
|
136
|
+
msgstr "활성화된 경우 매개 변수가 UI에서 숨겨집니다."
|
127
137
|
|
128
138
|
#: ../app/controllers/api/v2/ansible_variables_controller.rb:43
|
129
139
|
msgid "The order in which values are resolved"
|
130
|
-
msgstr ""
|
140
|
+
msgstr "값이 해결되는 순서 "
|
131
141
|
|
132
142
|
#: ../app/controllers/api/v2/ansible_variables_controller.rb:44
|
133
143
|
msgid "Description of variable"
|
134
|
-
msgstr ""
|
144
|
+
msgstr "변수 설명"
|
135
145
|
|
136
146
|
#: ../app/controllers/api/v2/ansible_variables_controller.rb:45
|
137
147
|
msgid "Types of validation values"
|
138
|
-
msgstr ""
|
148
|
+
msgstr "검증 값의 유형"
|
139
149
|
|
140
150
|
#: ../app/controllers/api/v2/ansible_variables_controller.rb:46
|
141
151
|
msgid "Used to enforce certain values for the parameter values"
|
142
|
-
msgstr ""
|
152
|
+
msgstr "특정 값을 매개 변수 값에 적용하는 데 사용됩니다."
|
143
153
|
|
144
154
|
#: ../app/controllers/api/v2/ansible_variables_controller.rb:47
|
145
155
|
msgid "Types of variable values"
|
146
|
-
msgstr ""
|
156
|
+
msgstr "변수 값의 유형"
|
147
157
|
|
148
158
|
#: ../app/controllers/api/v2/ansible_variables_controller.rb:48
|
149
159
|
msgid "Merge all matching values (only array/hash type)"
|
150
|
-
msgstr ""
|
160
|
+
msgstr "일치하는 모든 값 병합(배열/해시 유형만)"
|
151
161
|
|
152
162
|
#: ../app/controllers/api/v2/ansible_variables_controller.rb:49
|
153
163
|
msgid "Include default value when merging all matching values"
|
154
|
-
msgstr ""
|
164
|
+
msgstr "일치하는 모든 값을 병합할 때 기본값 포함"
|
155
165
|
|
156
166
|
#: ../app/controllers/api/v2/ansible_variables_controller.rb:50
|
157
167
|
msgid "Remove duplicate values (only array type)"
|
158
|
-
msgstr ""
|
168
|
+
msgstr "중복 값 삭제(배열 유형만)"
|
159
169
|
|
160
170
|
#: ../app/controllers/api/v2/ansible_variables_controller.rb:54
|
161
171
|
msgid "Create Ansible variable"
|
@@ -166,11 +176,15 @@ msgid "Updates Ansible variable"
|
|
166
176
|
msgstr ""
|
167
177
|
|
168
178
|
#: ../app/controllers/api/v2/ansible_variables_controller.rb:71
|
169
|
-
msgid "
|
179
|
+
msgid ""
|
180
|
+
"Import Ansible variables. This will only import variables for already "
|
181
|
+
"existing roles, it will not import any new roles"
|
170
182
|
msgstr ""
|
171
183
|
|
172
184
|
#: ../app/controllers/api/v2/ansible_variables_controller.rb:81
|
173
|
-
msgid "
|
185
|
+
msgid ""
|
186
|
+
"Obsolete Ansible variables. This will only obsolete variables for already "
|
187
|
+
"existing roles, it will not delete any old roles"
|
174
188
|
msgstr ""
|
175
189
|
|
176
190
|
#: ../app/controllers/foreman_ansible/api/v2/hostgroups_controller_extensions.rb:20
|
@@ -197,7 +211,8 @@ msgstr ""
|
|
197
211
|
msgid "Ansible roles to assign to a hostgroup"
|
198
212
|
msgstr ""
|
199
213
|
|
200
|
-
#: ../app/controllers/foreman_ansible/api/v2/hostgroups_param_group_extensions.rb:13
|
214
|
+
#: ../app/controllers/foreman_ansible/api/v2/hostgroups_param_group_extensions.rb:13
|
215
|
+
#: ../app/controllers/foreman_ansible/api/v2/hosts_param_group_extensions.rb:13
|
201
216
|
msgid "IDs of associated ansible roles"
|
202
217
|
msgstr ""
|
203
218
|
|
@@ -239,7 +254,7 @@ msgstr ""
|
|
239
254
|
|
240
255
|
#: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:8
|
241
256
|
msgid "Import from %s"
|
242
|
-
msgstr ""
|
257
|
+
msgstr "%s에서 가져오기 "
|
243
258
|
|
244
259
|
#: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:23
|
245
260
|
msgid "Ansible Role"
|
@@ -247,13 +262,14 @@ msgstr ""
|
|
247
262
|
|
248
263
|
#: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:29
|
249
264
|
msgid "Import"
|
250
|
-
msgstr ""
|
265
|
+
msgstr "불러오기"
|
251
266
|
|
252
267
|
#: ../app/helpers/foreman_ansible/ansible_roles_helper.rb:35
|
253
268
|
msgid "%s ago"
|
254
|
-
msgstr ""
|
269
|
+
msgstr "%s 전 "
|
255
270
|
|
256
|
-
#: ../app/helpers/foreman_ansible/hosts_helper_extensions.rb:13
|
271
|
+
#: ../app/helpers/foreman_ansible/hosts_helper_extensions.rb:13
|
272
|
+
#: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:18
|
257
273
|
msgid "Play Ansible roles"
|
258
274
|
msgstr ""
|
259
275
|
|
@@ -261,9 +277,10 @@ msgstr ""
|
|
261
277
|
msgid "Playbook execution failed"
|
262
278
|
msgstr ""
|
263
279
|
|
264
|
-
#: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:30
|
280
|
+
#: ../app/lib/actions/foreman_ansible/helpers/host_common.rb:30
|
281
|
+
#: ../lib/foreman_ansible_core/remote_execution_core/ansible_runner.rb:36
|
265
282
|
msgid "Error loading data from proxy"
|
266
|
-
msgstr ""
|
283
|
+
msgstr "프록시에서 데이터를 로드하는 도중 오류가 발생했습니다."
|
267
284
|
|
268
285
|
#: ../app/lib/actions/foreman_ansible/helpers/play_roles_description.rb:13
|
269
286
|
msgid "Foreman"
|
@@ -278,7 +295,10 @@ msgid "Unable to get roles/variables from Ansible"
|
|
278
295
|
msgstr ""
|
279
296
|
|
280
297
|
#: ../app/models/setting/ansible.rb:20
|
281
|
-
msgid "
|
298
|
+
msgid ""
|
299
|
+
"Use this to supply a path to an SSH Private Key that Ansible will use in "
|
300
|
+
"lieu of a password Override with \"ansible_ssh_private_key_file\" host "
|
301
|
+
"parameter"
|
282
302
|
msgstr ""
|
283
303
|
|
284
304
|
#: ../app/models/setting/ansible.rb:25
|
@@ -286,7 +306,9 @@ msgid "Private Key Path"
|
|
286
306
|
msgstr ""
|
287
307
|
|
288
308
|
#: ../app/models/setting/ansible.rb:29
|
289
|
-
msgid "
|
309
|
+
msgid ""
|
310
|
+
"Use this connection type by default when running Ansible playbooks. You can "
|
311
|
+
"override this on hosts by adding a parameter \"ansible_connection\""
|
290
312
|
msgstr ""
|
291
313
|
|
292
314
|
#: ../app/models/setting/ansible.rb:33
|
@@ -294,7 +316,10 @@ msgid "Connection type"
|
|
294
316
|
msgstr ""
|
295
317
|
|
296
318
|
#: ../app/models/setting/ansible.rb:37
|
297
|
-
msgid "
|
319
|
+
msgid ""
|
320
|
+
"Enable/disable WinRM server certificate validation when running Ansible "
|
321
|
+
"playbooks. You can override this on hosts by adding a parameter "
|
322
|
+
"\"ansible_winrm_server_cert_validation\""
|
298
323
|
msgstr ""
|
299
324
|
|
300
325
|
#: ../app/models/setting/ansible.rb:42
|
@@ -302,7 +327,9 @@ msgid "WinRM cert Validation"
|
|
302
327
|
msgstr ""
|
303
328
|
|
304
329
|
#: ../app/models/setting/ansible.rb:46
|
305
|
-
msgid "
|
330
|
+
msgid ""
|
331
|
+
"Foreman will add the this level of verbosity for additional debugging output"
|
332
|
+
" when running Ansible playbooks."
|
306
333
|
msgstr ""
|
307
334
|
|
308
335
|
#: ../app/models/setting/ansible.rb:49
|
@@ -311,7 +338,7 @@ msgstr ""
|
|
311
338
|
|
312
339
|
#: ../app/models/setting/ansible.rb:52
|
313
340
|
msgid "Disabled"
|
314
|
-
msgstr ""
|
341
|
+
msgstr "사용 안함"
|
315
342
|
|
316
343
|
#: ../app/models/setting/ansible.rb:53
|
317
344
|
msgid "Level 1 (-v)"
|
@@ -330,7 +357,10 @@ msgid "Level 4 (-vvvv)"
|
|
330
357
|
msgstr ""
|
331
358
|
|
332
359
|
#: ../app/models/setting/ansible.rb:62
|
333
|
-
msgid "
|
360
|
+
msgid ""
|
361
|
+
"Timeout (in seconds) to set when Foreman will trigger a play Ansible roles "
|
362
|
+
"task after a host is fully provisioned. Set this to the maximum time you "
|
363
|
+
"expect a host to take until it is ready after a reboot."
|
334
364
|
msgstr ""
|
335
365
|
|
336
366
|
#: ../app/models/setting/ansible.rb:67
|
@@ -346,7 +376,9 @@ msgid "Ansible report timeout"
|
|
346
376
|
msgstr ""
|
347
377
|
|
348
378
|
#: ../app/models/setting/ansible.rb:77
|
349
|
-
msgid "
|
379
|
+
msgid ""
|
380
|
+
"Disable host configuration status turning to out of sync for %{cfgmgmt} "
|
381
|
+
"after report does not arrive within configured interval"
|
350
382
|
msgstr ""
|
351
383
|
|
352
384
|
#: ../app/models/setting/ansible.rb:81
|
@@ -369,7 +401,8 @@ msgstr ""
|
|
369
401
|
msgid "Remediation Plan"
|
370
402
|
msgstr ""
|
371
403
|
|
372
|
-
#: ../app/services/foreman_ansible/insights_notification_builder.rb:61
|
404
|
+
#: ../app/services/foreman_ansible/insights_notification_builder.rb:61
|
405
|
+
#: ../db/seeds.d/90_notification_blueprints.rb:13
|
373
406
|
msgid "Job Details"
|
374
407
|
msgstr ""
|
375
408
|
|
@@ -381,101 +414,125 @@ msgstr ""
|
|
381
414
|
msgid "Changed Ansible roles"
|
382
415
|
msgstr ""
|
383
416
|
|
384
|
-
#: ../app/views/ansible_roles/import.html.erb:3
|
417
|
+
#: ../app/views/ansible_roles/import.html.erb:3
|
418
|
+
#: ../app/views/ansible_variables/import.html.erb:3
|
385
419
|
msgid "Select the changes you want to realize in Foreman"
|
386
|
-
msgstr ""
|
420
|
+
msgstr "Foreman에서 확인한 변경 사항을 선택합니다 "
|
387
421
|
|
388
|
-
#: ../app/views/ansible_roles/import.html.erb:5
|
422
|
+
#: ../app/views/ansible_roles/import.html.erb:5
|
423
|
+
#: ../app/views/ansible_variables/import.html.erb:5
|
389
424
|
msgid "Toggle"
|
390
|
-
msgstr ""
|
425
|
+
msgstr "토글 "
|
391
426
|
|
392
|
-
#: ../app/views/ansible_roles/import.html.erb:6
|
427
|
+
#: ../app/views/ansible_roles/import.html.erb:6
|
428
|
+
#: ../app/views/ansible_variables/import.html.erb:6
|
393
429
|
msgid "New"
|
394
|
-
msgstr ""
|
430
|
+
msgstr "신규"
|
395
431
|
|
396
|
-
#: ../app/views/ansible_roles/import.html.erb:8
|
432
|
+
#: ../app/views/ansible_roles/import.html.erb:8
|
433
|
+
#: ../app/views/ansible_variables/import.html.erb:8
|
397
434
|
msgid "Check/Uncheck new"
|
398
|
-
msgstr ""
|
435
|
+
msgstr "새로운 사항 선택/선택 해제 "
|
399
436
|
|
400
|
-
#: ../app/views/ansible_roles/import.html.erb:9
|
437
|
+
#: ../app/views/ansible_roles/import.html.erb:9
|
438
|
+
#: ../app/views/ansible_variables/import.html.erb:9
|
401
439
|
msgid "Obsolete"
|
402
|
-
msgstr ""
|
440
|
+
msgstr "이전 버전 "
|
403
441
|
|
404
|
-
#: ../app/views/ansible_roles/import.html.erb:11
|
442
|
+
#: ../app/views/ansible_roles/import.html.erb:11
|
443
|
+
#: ../app/views/ansible_variables/import.html.erb:11
|
405
444
|
msgid "Check/Uncheck obsolete"
|
406
|
-
msgstr ""
|
445
|
+
msgstr "이전 버전 선택/ 선택 해제 "
|
407
446
|
|
408
|
-
#: ../app/views/ansible_roles/import.html.erb:19
|
447
|
+
#: ../app/views/ansible_roles/import.html.erb:19
|
448
|
+
#: ../app/views/ansible_variables/import.html.erb:22
|
409
449
|
msgid "Check/Uncheck all"
|
410
|
-
msgstr ""
|
450
|
+
msgstr "모두 선택/선택 해제 "
|
411
451
|
|
412
|
-
#: ../app/views/ansible_roles/import.html.erb:21
|
452
|
+
#: ../app/views/ansible_roles/import.html.erb:21
|
453
|
+
#: ../app/views/ansible_variables/import.html.erb:24
|
413
454
|
msgid "Name"
|
414
|
-
msgstr ""
|
455
|
+
msgstr "이름 "
|
415
456
|
|
416
|
-
#: ../app/views/ansible_roles/import.html.erb:22
|
457
|
+
#: ../app/views/ansible_roles/import.html.erb:22
|
458
|
+
#: ../app/views/ansible_variables/import.html.erb:26
|
417
459
|
msgid "Hosts count"
|
418
460
|
msgstr ""
|
419
461
|
|
420
|
-
#: ../app/views/ansible_roles/import.html.erb:23
|
462
|
+
#: ../app/views/ansible_roles/import.html.erb:23
|
463
|
+
#: ../app/views/ansible_variables/import.html.erb:27
|
421
464
|
msgid "Hostgroups count"
|
422
465
|
msgstr ""
|
423
466
|
|
424
|
-
#: ../app/views/ansible_roles/import.html.erb:24
|
467
|
+
#: ../app/views/ansible_roles/import.html.erb:24
|
468
|
+
#: ../app/views/ansible_variables/import.html.erb:28
|
425
469
|
msgid "Operation"
|
426
|
-
msgstr ""
|
470
|
+
msgstr "작업 "
|
427
471
|
|
428
|
-
#: ../app/views/ansible_roles/import.html.erb:35
|
472
|
+
#: ../app/views/ansible_roles/import.html.erb:35
|
473
|
+
#: ../app/views/ansible_variables/import.html.erb:39
|
429
474
|
msgid "Check/Uncheck all %s changes"
|
430
|
-
msgstr ""
|
475
|
+
msgstr "전체 %s 변경 선택/선택 해제 "
|
431
476
|
|
432
|
-
#: ../app/views/ansible_roles/import.html.erb:40
|
477
|
+
#: ../app/views/ansible_roles/import.html.erb:40
|
478
|
+
#: ../app/views/ansible_variables/import.html.erb:45
|
433
479
|
msgid "Add"
|
434
|
-
msgstr ""
|
480
|
+
msgstr "추가 "
|
435
481
|
|
436
|
-
#: ../app/views/ansible_roles/import.html.erb:40
|
482
|
+
#: ../app/views/ansible_roles/import.html.erb:40
|
483
|
+
#: ../app/views/ansible_variables/import.html.erb:45
|
437
484
|
msgid "Remove"
|
438
|
-
msgstr ""
|
485
|
+
msgstr "삭제 "
|
439
486
|
|
440
|
-
#: ../app/views/ansible_roles/import.html.erb:48
|
487
|
+
#: ../app/views/ansible_roles/import.html.erb:48
|
488
|
+
#: ../app/views/ansible_variables/import.html.erb:53
|
441
489
|
msgid "Cancel"
|
442
|
-
msgstr ""
|
490
|
+
msgstr "취소 "
|
443
491
|
|
444
|
-
#: ../app/views/ansible_roles/import.html.erb:49
|
492
|
+
#: ../app/views/ansible_roles/import.html.erb:49
|
493
|
+
#: ../app/views/ansible_variables/import.html.erb:12
|
494
|
+
#: ../app/views/ansible_variables/import.html.erb:45
|
495
|
+
#: ../app/views/ansible_variables/import.html.erb:54
|
445
496
|
msgid "Update"
|
446
|
-
msgstr ""
|
497
|
+
msgstr "업데이트 "
|
447
498
|
|
448
|
-
#: ../app/views/ansible_roles/index.html.erb:1
|
499
|
+
#: ../app/views/ansible_roles/index.html.erb:1
|
500
|
+
#: ../app/views/ansible_roles/welcome.html.erb:1
|
501
|
+
#: ../app/views/ansible_roles/welcome.html.erb:6
|
502
|
+
#: ../app/views/foreman_ansible/ansible_roles/_select_tab_title.html.erb:1
|
449
503
|
msgid "Ansible Roles"
|
450
504
|
msgstr ""
|
451
505
|
|
452
506
|
#: ../app/views/ansible_roles/index.html.erb:9
|
453
507
|
msgid "Role|Name"
|
454
|
-
msgstr ""
|
508
|
+
msgstr "이름 "
|
455
509
|
|
456
510
|
#: ../app/views/ansible_roles/index.html.erb:10
|
457
511
|
msgid "Hostgroups"
|
458
|
-
msgstr ""
|
512
|
+
msgstr "호스트 그룹 "
|
459
513
|
|
460
514
|
#: ../app/views/ansible_roles/index.html.erb:11
|
461
515
|
msgid "Hosts"
|
462
|
-
msgstr ""
|
516
|
+
msgstr "호스트"
|
463
517
|
|
464
518
|
#: ../app/views/ansible_roles/index.html.erb:12
|
465
519
|
msgid "Imported at"
|
466
520
|
msgstr ""
|
467
521
|
|
468
|
-
#: ../app/views/ansible_roles/index.html.erb:13
|
522
|
+
#: ../app/views/ansible_roles/index.html.erb:13
|
523
|
+
#: ../app/views/ansible_variables/index.html.erb:16
|
469
524
|
msgid "Actions"
|
470
|
-
msgstr ""
|
525
|
+
msgstr "동작 "
|
471
526
|
|
472
|
-
#: ../app/views/ansible_roles/index.html.erb:27
|
527
|
+
#: ../app/views/ansible_roles/index.html.erb:27
|
528
|
+
#: ../lib/foreman_ansible/register.rb:98
|
473
529
|
msgid "Variables"
|
474
|
-
msgstr ""
|
530
|
+
msgstr "변수 "
|
475
531
|
|
476
|
-
#: ../app/views/ansible_roles/index.html.erb:33
|
532
|
+
#: ../app/views/ansible_roles/index.html.erb:33
|
533
|
+
#: ../app/views/ansible_variables/index.html.erb:41
|
477
534
|
msgid "Delete %s?"
|
478
|
-
msgstr ""
|
535
|
+
msgstr "%s 을(를) 삭제하시겠습니까?"
|
479
536
|
|
480
537
|
#: ../app/views/ansible_roles/welcome.html.erb:7
|
481
538
|
msgid ""
|
@@ -485,7 +542,7 @@ msgstr ""
|
|
485
542
|
|
486
543
|
#: ../app/views/ansible_roles/welcome.html.erb:10
|
487
544
|
msgid "Learn more about this in the documentation."
|
488
|
-
msgstr ""
|
545
|
+
msgstr "설명서에서 자세한 내용을 참조하십시오."
|
489
546
|
|
490
547
|
#: ../app/views/ansible_variables/_fields.erb:4
|
491
548
|
msgid "Ansible Variable Details (Imported)"
|
@@ -504,12 +561,16 @@ msgid "Override the default value of the Ansible variable."
|
|
504
561
|
msgstr ""
|
505
562
|
|
506
563
|
#: ../app/views/ansible_variables/_fields.erb:14
|
507
|
-
msgid "
|
564
|
+
msgid ""
|
565
|
+
"Mark the variable to be managed by Foreman. When the Ansible role of this "
|
566
|
+
"variable is assigned to a host, the default value will be added to Ansible "
|
567
|
+
"inventory as a host variable. Specify matchers to set a different value for "
|
568
|
+
"such variable."
|
508
569
|
msgstr ""
|
509
570
|
|
510
571
|
#: ../app/views/ansible_variables/_fields.erb:27
|
511
572
|
msgid "Value to use when there is no match."
|
512
|
-
msgstr ""
|
573
|
+
msgstr "일치하지 않는 경우 사용할 값입니다."
|
513
574
|
|
514
575
|
#: ../app/views/ansible_variables/_fields.erb:30
|
515
576
|
msgid "Hidden Value"
|
@@ -517,19 +578,23 @@ msgstr ""
|
|
517
578
|
|
518
579
|
#: ../app/views/ansible_variables/_fields.erb:33
|
519
580
|
msgid "Hide all values for this parameter."
|
520
|
-
msgstr ""
|
581
|
+
msgstr "이 매개 변수의 값을 모두 숨깁니다."
|
521
582
|
|
522
583
|
#: ../app/views/ansible_variables/_fields.erb:39
|
523
584
|
msgid "Optional Input Validator"
|
524
585
|
msgstr ""
|
525
586
|
|
526
587
|
#: ../app/views/ansible_variables/_fields.erb:41
|
527
|
-
msgid "
|
588
|
+
msgid ""
|
589
|
+
"Before including these variables on your playbooks, Foreman will validate "
|
590
|
+
"that your variables comply with the validation."
|
528
591
|
msgstr ""
|
529
592
|
|
530
593
|
#: ../app/views/ansible_variables/_fields.erb:44
|
531
|
-
msgid "
|
532
|
-
|
594
|
+
msgid ""
|
595
|
+
"If checked, will raise an error if there is no default value and no matcher "
|
596
|
+
"provide a value."
|
597
|
+
msgstr "체크되어 있을 경우 기본값이 없고 matcher가 값을 지정하지 않을 경우 오류가 표시됩니다."
|
533
598
|
|
534
599
|
#: ../app/views/ansible_variables/_fields.erb:53
|
535
600
|
msgid "Prioritize Attribute Order"
|
@@ -537,39 +602,50 @@ msgstr ""
|
|
537
602
|
|
538
603
|
#: ../app/views/ansible_variables/_fields.erb:54
|
539
604
|
msgid "Set the order in which values are resolved."
|
540
|
-
msgstr ""
|
605
|
+
msgstr "값을 확인하는 순서를 설정합니다."
|
541
606
|
|
542
607
|
#: ../app/views/ansible_variables/_fields.erb:55
|
543
608
|
msgid "Order"
|
544
|
-
msgstr ""
|
609
|
+
msgstr "순서"
|
545
610
|
|
546
611
|
#: ../app/views/ansible_variables/_fields.erb:56
|
547
|
-
msgid "
|
612
|
+
msgid ""
|
613
|
+
"The order in which matchers keys are processed, first match wins.<br> You "
|
614
|
+
"may use multiple attributes as a matcher key, for example, an order of "
|
615
|
+
"<code>host group, environment</code> would expect a matcher such as "
|
616
|
+
"<code>hostgroup = \"web servers\", environment = production</code>"
|
548
617
|
msgstr ""
|
618
|
+
"matcher 키가 처리되는 순서입니다. 먼저 일치하는 것이 우선합니다. <br> matcher 키로 여러 속성을 사용할 수 있습니다. "
|
619
|
+
"예를 들어 <code>host group, environment</code> 순서의 경우 <code>hostgroup = \"web "
|
620
|
+
"servers\", environment = production</code>과 같은 matcher를 예상할 수 있습니다 "
|
549
621
|
|
550
622
|
#: ../app/views/ansible_variables/_fields.erb:59
|
551
|
-
msgid "
|
623
|
+
msgid ""
|
624
|
+
"Continue to look for matches after first find (only array/hash type)? Note: "
|
625
|
+
"merging overrides ignores all matchers that are omitted."
|
552
626
|
msgstr ""
|
553
627
|
|
554
628
|
#: ../app/views/ansible_variables/_fields.erb:61
|
555
629
|
msgid "Include default value when merging all matching values."
|
556
|
-
msgstr ""
|
630
|
+
msgstr "일치하는 모든 값을 병합할 때 기본값을 포함합니다."
|
557
631
|
|
558
632
|
#: ../app/views/ansible_variables/_fields.erb:64
|
559
633
|
msgid "Avoid duplicate values when merging them (only array type)?"
|
560
|
-
msgstr ""
|
634
|
+
msgstr "값을 병합할 때 중복 값을 제외하시겠습니까(배열 유형만)?"
|
561
635
|
|
562
636
|
#: ../app/views/ansible_variables/_fields.erb:68
|
563
637
|
msgid "Specify Matchers"
|
564
638
|
msgstr ""
|
565
639
|
|
566
|
-
#: ../app/views/ansible_variables/edit.html.erb:4
|
640
|
+
#: ../app/views/ansible_variables/edit.html.erb:4
|
641
|
+
#: ../app/views/ansible_variables/index.html.erb:1
|
642
|
+
#: ../app/views/ansible_variables/new.html.erb:4
|
567
643
|
msgid "Ansible Variables"
|
568
644
|
msgstr ""
|
569
645
|
|
570
646
|
#: ../app/views/ansible_variables/edit.html.erb:8
|
571
647
|
msgid "Edit %s"
|
572
|
-
msgstr ""
|
648
|
+
msgstr "%s 편집 "
|
573
649
|
|
574
650
|
#: ../app/views/ansible_variables/edit.html.erb:13
|
575
651
|
msgid "Edit Ansible Variable"
|
@@ -601,7 +677,7 @@ msgstr ""
|
|
601
677
|
|
602
678
|
#: ../app/views/ansible_variables/index.html.erb:14
|
603
679
|
msgid "Type"
|
604
|
-
msgstr ""
|
680
|
+
msgstr "유형 "
|
605
681
|
|
606
682
|
#: ../app/views/ansible_variables/index.html.erb:15
|
607
683
|
msgid "Imported?"
|
@@ -611,7 +687,8 @@ msgstr ""
|
|
611
687
|
msgid "Overriden"
|
612
688
|
msgstr ""
|
613
689
|
|
614
|
-
#: ../app/views/ansible_variables/new.html.erb:8
|
690
|
+
#: ../app/views/ansible_variables/new.html.erb:8
|
691
|
+
#: ../app/views/ansible_variables/new.html.erb:13
|
615
692
|
msgid "Create Ansible Variable"
|
616
693
|
msgstr ""
|
617
694
|
|
@@ -621,15 +698,15 @@ msgstr ""
|
|
621
698
|
|
622
699
|
#: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:9
|
623
700
|
msgid "Nest"
|
624
|
-
msgstr ""
|
701
|
+
msgstr "중첩 "
|
625
702
|
|
626
703
|
#: ../app/views/foreman_ansible/ansible_roles/_hostgroup_ansible_roles_button.erb:10
|
627
704
|
msgid "Clone"
|
628
|
-
msgstr ""
|
705
|
+
msgstr "복제(Clone)"
|
629
706
|
|
630
707
|
#: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:7
|
631
708
|
msgid "Level"
|
632
|
-
msgstr ""
|
709
|
+
msgstr "레벨 "
|
633
710
|
|
634
711
|
#: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:8
|
635
712
|
msgid "Module"
|
@@ -641,30 +718,32 @@ msgstr ""
|
|
641
718
|
|
642
719
|
#: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:10
|
643
720
|
msgid "Message"
|
644
|
-
msgstr ""
|
721
|
+
msgstr "메세지 "
|
645
722
|
|
646
723
|
#: ../app/views/foreman_ansible/config_reports/_ansible.html.erb:23
|
647
724
|
msgid "Nothing to show"
|
648
|
-
msgstr ""
|
725
|
+
msgstr "표시할 것이 없습니다 "
|
649
726
|
|
650
727
|
#: ../db/seeds.d/90_notification_blueprints.rb:5
|
651
728
|
msgid "Jobs"
|
652
|
-
msgstr ""
|
729
|
+
msgstr "작업"
|
653
730
|
|
654
731
|
#: ../db/seeds.d/90_notification_blueprints.rb:7
|
655
|
-
msgid "
|
732
|
+
msgid ""
|
733
|
+
"Insights remediation on %{hosts_count} host(s) has finished successfully"
|
656
734
|
msgstr ""
|
657
735
|
|
658
736
|
#: ../lib/foreman_ansible/register.rb:94
|
659
737
|
msgid "Roles"
|
660
|
-
msgstr ""
|
738
|
+
msgstr "역할 "
|
661
739
|
|
662
740
|
#: ../lib/foreman_ansible/remote_execution.rb:20
|
663
741
|
msgid "Run Ansible roles"
|
664
742
|
msgstr ""
|
665
743
|
|
666
744
|
#: ../lib/foreman_ansible/remote_execution.rb:21
|
667
|
-
msgid "
|
745
|
+
msgid ""
|
746
|
+
"Runs an Ansible playbook which contains all the roles defined for a host"
|
668
747
|
msgstr ""
|
669
748
|
|
670
749
|
#: ../lib/foreman_ansible/remote_execution.rb:27
|
@@ -672,24 +751,25 @@ msgid "Ansible: Run Insights maintenance plan"
|
|
672
751
|
msgstr ""
|
673
752
|
|
674
753
|
#: ../lib/foreman_ansible/remote_execution.rb:28
|
675
|
-
msgid "
|
754
|
+
msgid ""
|
755
|
+
"Runs a given maintenance plan from Red Hat Access Insights given an ID."
|
676
756
|
msgstr ""
|
677
757
|
|
678
758
|
#: action_names.rb:2
|
679
|
-
msgid "
|
680
|
-
msgstr ""
|
759
|
+
msgid "Remote action:"
|
760
|
+
msgstr "원격 작업:"
|
681
761
|
|
682
762
|
#: action_names.rb:3
|
683
|
-
msgid "
|
684
|
-
msgstr ""
|
763
|
+
msgid "Import Puppet classes"
|
764
|
+
msgstr "Puppet 클래스 가져오기"
|
685
765
|
|
686
766
|
#: action_names.rb:4
|
687
|
-
msgid "Import
|
688
|
-
msgstr ""
|
767
|
+
msgid "Import facts"
|
768
|
+
msgstr "팩트 불러오기"
|
689
769
|
|
690
770
|
#: action_names.rb:5
|
691
|
-
msgid "
|
692
|
-
msgstr ""
|
771
|
+
msgid "Action with sub plans"
|
772
|
+
msgstr "하위 계획이 있는 작업"
|
693
773
|
|
694
774
|
#: gemspec.rb:2
|
695
775
|
msgid "Ansible support in Foreman"
|