foreman_ansible 4.0.2 → 4.0.3

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