foreman_ansible 15.0.6 → 16.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.
Files changed (89) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_ansible/locale/ca/foreman_ansible.js +10 -1
  3. data/app/assets/javascripts/foreman_ansible/locale/cs_CZ/foreman_ansible.js +10 -1
  4. data/app/assets/javascripts/foreman_ansible/locale/de/foreman_ansible.js +10 -1
  5. data/app/assets/javascripts/foreman_ansible/locale/es/foreman_ansible.js +10 -1
  6. data/app/assets/javascripts/foreman_ansible/locale/fr/foreman_ansible.js +10 -1
  7. data/app/assets/javascripts/foreman_ansible/locale/gl/foreman_ansible.js +10 -1
  8. data/app/assets/javascripts/foreman_ansible/locale/it/foreman_ansible.js +10 -1
  9. data/app/assets/javascripts/foreman_ansible/locale/ja/foreman_ansible.js +13 -4
  10. data/app/assets/javascripts/foreman_ansible/locale/ka/foreman_ansible.js +10 -1
  11. data/app/assets/javascripts/foreman_ansible/locale/ko/foreman_ansible.js +242 -233
  12. data/app/assets/javascripts/foreman_ansible/locale/nl_NL/foreman_ansible.js +10 -1
  13. data/app/assets/javascripts/foreman_ansible/locale/pl/foreman_ansible.js +10 -1
  14. data/app/assets/javascripts/foreman_ansible/locale/pt_BR/foreman_ansible.js +10 -1
  15. data/app/assets/javascripts/foreman_ansible/locale/ru/foreman_ansible.js +10 -1
  16. data/app/assets/javascripts/foreman_ansible/locale/sv_SE/foreman_ansible.js +10 -1
  17. data/app/assets/javascripts/foreman_ansible/locale/zh_CN/foreman_ansible.js +10 -1
  18. data/app/assets/javascripts/foreman_ansible/locale/zh_TW/foreman_ansible.js +10 -1
  19. data/app/controllers/concerns/foreman/controller/parameters/job_template_extensions.rb +1 -1
  20. data/app/controllers/foreman_ansible/api/v2/job_templates_controller_extensions.rb +1 -0
  21. data/app/models/foreman_ansible/ansible_provider.rb +1 -0
  22. data/app/views/api/v2/job_templates/job_templates.json.rabl +1 -1
  23. data/app/views/job_templates/_job_template_callback_tab_content.html.erb +1 -0
  24. data/db/migrate/20241022000000_add_ansible_check_mode_to_templates.rb +5 -0
  25. data/lib/foreman_ansible/register.rb +1 -1
  26. data/lib/foreman_ansible/version.rb +1 -1
  27. data/locale/ca/LC_MESSAGES/foreman_ansible.mo +0 -0
  28. data/locale/ca/foreman_ansible.po +10 -1
  29. data/locale/cs_CZ/LC_MESSAGES/foreman_ansible.mo +0 -0
  30. data/locale/cs_CZ/foreman_ansible.po +10 -1
  31. data/locale/de/LC_MESSAGES/foreman_ansible.mo +0 -0
  32. data/locale/de/foreman_ansible.po +10 -1
  33. data/locale/en/LC_MESSAGES/foreman_ansible.mo +0 -0
  34. data/locale/en_GB/LC_MESSAGES/foreman_ansible.mo +0 -0
  35. data/locale/es/LC_MESSAGES/foreman_ansible.mo +0 -0
  36. data/locale/es/foreman_ansible.po +11 -2
  37. data/locale/foreman_ansible.pot +20 -7
  38. data/locale/fr/LC_MESSAGES/foreman_ansible.mo +0 -0
  39. data/locale/fr/foreman_ansible.po +10 -1
  40. data/locale/gl/LC_MESSAGES/foreman_ansible.mo +0 -0
  41. data/locale/gl/foreman_ansible.po +10 -1
  42. data/locale/it/LC_MESSAGES/foreman_ansible.mo +0 -0
  43. data/locale/it/foreman_ansible.po +10 -1
  44. data/locale/ja/LC_MESSAGES/foreman_ansible.mo +0 -0
  45. data/locale/ja/foreman_ansible.po +14 -5
  46. data/locale/ka/LC_MESSAGES/foreman_ansible.mo +0 -0
  47. data/locale/ka/foreman_ansible.po +10 -1
  48. data/locale/ko/LC_MESSAGES/foreman_ansible.mo +0 -0
  49. data/locale/ko/foreman_ansible.po +244 -233
  50. data/locale/nl_NL/LC_MESSAGES/foreman_ansible.mo +0 -0
  51. data/locale/nl_NL/foreman_ansible.po +10 -1
  52. data/locale/pl/LC_MESSAGES/foreman_ansible.mo +0 -0
  53. data/locale/pl/foreman_ansible.po +10 -1
  54. data/locale/pt_BR/LC_MESSAGES/foreman_ansible.mo +0 -0
  55. data/locale/pt_BR/foreman_ansible.po +10 -1
  56. data/locale/ru/LC_MESSAGES/foreman_ansible.mo +0 -0
  57. data/locale/ru/foreman_ansible.po +10 -1
  58. data/locale/sv_SE/LC_MESSAGES/foreman_ansible.mo +0 -0
  59. data/locale/sv_SE/foreman_ansible.po +10 -1
  60. data/locale/zh_CN/LC_MESSAGES/foreman_ansible.mo +0 -0
  61. data/locale/zh_CN/foreman_ansible.po +10 -1
  62. data/locale/zh_TW/LC_MESSAGES/foreman_ansible.mo +0 -0
  63. data/locale/zh_TW/foreman_ansible.po +10 -1
  64. data/webpack/components/AnsibleHostDetail/AnsibleHostDetail.scss +1 -1
  65. data/webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/AnsibleVariableOverridesTable.js +4 -11
  66. data/webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/EditableValueHelper.js +11 -5
  67. data/webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/__test__/AnsibleVariableOverrides.test.js +1 -1
  68. data/webpack/components/AnsibleHostDetail/components/AnsibleVariableOverrides/__test__/AnsibleVariableOverridesDelete.test.js +2 -2
  69. data/webpack/components/AnsibleHostDetail/components/JobsTab/NewRecurringJobModal.scss +2 -2
  70. data/webpack/components/AnsibleHostDetail/components/JobsTab/PreviousJobsTable.js +3 -10
  71. data/webpack/components/AnsibleHostDetail/components/JobsTab/RecurringJobsTable.js +3 -10
  72. data/webpack/components/AnsibleHostDetail/components/JobsTab/__test__/JobsTab.test.js +2 -1
  73. data/webpack/components/AnsibleHostDetail/components/RolesTab/AllRolesModal/AllRolesTable.js +3 -10
  74. data/webpack/components/AnsibleHostDetail/components/RolesTab/EditRolesModal/EditRolesModal.scss +1 -1
  75. data/webpack/components/AnsibleHostDetail/components/RolesTab/RolesTable.js +3 -10
  76. data/webpack/components/AnsibleRolesAndVariables/AnsibleRolesAndVariables.js +3 -3
  77. data/webpack/components/DualList/ListControls.js +9 -9
  78. data/webpack/components/DualList/ListHeader.js +5 -3
  79. data/webpack/components/DualList/ListItem.js +9 -9
  80. data/webpack/components/DualList/ListPane.js +3 -3
  81. data/webpack/components/DualList/SelectedStatus.js +2 -2
  82. data/webpack/components/DualList/index.js +1 -1
  83. data/webpack/formHelper.js +26 -29
  84. data/webpack/routes/HostgroupJobs/__test__/HostgroupJobs.test.js +1 -0
  85. metadata +10 -16
  86. data/app/assets/javascripts/foreman_ansible/locale/en/foreman_ansible.js +0 -910
  87. data/app/assets/javascripts/foreman_ansible/locale/en_GB/foreman_ansible.js +0 -910
  88. data/locale/en/foreman_ansible.po +0 -908
  89. data/locale/en_GB/foreman_ansible.po +0 -912
@@ -3,10 +3,10 @@
3
3
  "locale_data": {
4
4
  "foreman_ansible": {
5
5
  "": {
6
- "Project-Id-Version": "foreman_ansible 15.0.0",
6
+ "Project-Id-Version": "foreman_ansible 15.0.5",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2018-11-14 21:36+0000",
9
- "Last-Translator": "0868a4d1af5275b3f70b0a6dac4c99a4, 2023",
9
+ "Last-Translator": "Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2025",
10
10
  "Language-Team": "Korean (https://app.transifex.com/foreman/teams/114/ko/)",
11
11
  "MIME-Version": "1.0",
12
12
  "Content-Type": "text/plain; charset=UTF-8",
@@ -18,19 +18,19 @@
18
18
  "plural_forms": "nplurals=1; plural=0;"
19
19
  },
20
20
  "%(selectedCount)s of %(totalCount)s items selected": [
21
- ""
21
+ "%(selectedCount)s / %(totalCount)s 항목 선택"
22
22
  ],
23
23
  "%s ago": [
24
24
  "%s 전 "
25
25
  ],
26
26
  "%{cfgmgmt} out of sync disabled": [
27
- ""
27
+ "%{cfgmgmt} 동기화되지 않음 비활성화됨"
28
28
  ],
29
29
  "(from host group)": [
30
- ""
30
+ "(호스트 그룹에서)"
31
31
  ],
32
32
  "A comma separated list of tags to use for Ansible run": [
33
- ""
33
+ "Ansible 실행에 사용할 태그의 쉼표로 구분된 목록"
34
34
  ],
35
35
  "Actions": [
36
36
  "동작 "
@@ -39,187 +39,187 @@
39
39
  "추가 "
40
40
  ],
41
41
  "Add all": [
42
- ""
42
+ "모두 추가"
43
43
  ],
44
44
  "Add selected": [
45
- ""
45
+ "선택한 항목 추가"
46
46
  ],
47
47
  "Add, remove or reorder host assigned Ansible roles. This host has also group assigned roles that are not displayed here and will always be executed prior to host assigned roles.": [
48
- ""
48
+ "호스트가 할당한 Ansible 역할을 추가, 제거 또는 재정렬합니다. 이 호스트에는 여기에 표시되지 않고 항상 호스트가 할당한 역할보다 먼저 실행되는 그룹 할당 역할도 있습니다."
49
49
  ],
50
50
  "All assigned Ansible roles": [
51
- ""
51
+ "모든 할당된 Ansible 역할"
52
52
  ],
53
53
  "Ansible": [
54
- ""
54
+ "Ansible"
55
55
  ],
56
56
  "Ansible playbooks names to be synced": [
57
- ""
57
+ "동기화할 Ansible playbook 이름"
58
58
  ],
59
59
  "Ansible Role": [
60
- ""
60
+ "Ansible 역할"
61
61
  ],
62
62
  "Ansible Roles": [
63
- ""
63
+ "Ansible 역할"
64
64
  ],
65
65
  "Ansible Roles were successfully assigned.": [
66
- ""
66
+ "Ansible 역할이 성공적으로 할당되었습니다."
67
67
  ],
68
68
  "Ansible Variable Details": [
69
- ""
69
+ "Ansible 변수 세부 정보"
70
70
  ],
71
71
  "Ansible Variable Details (Imported)": [
72
- ""
72
+ "Ansible 변수 세부 정보(가져옴)"
73
73
  ],
74
74
  "Ansible Variable not found by id: %s": [
75
- ""
75
+ "id로 Ansible 변수를 찾을 수 없습니다: %s"
76
76
  ],
77
77
  "Ansible Variables": [
78
- ""
78
+ "Ansible 변수"
79
79
  ],
80
80
  "Ansible check mode": [
81
- ""
81
+ "Ansible 확인 모드"
82
82
  ],
83
83
  "Ansible job was successfully canceled.": [
84
- ""
84
+ "Ansible 작업이 성공적으로 취소되었습니다."
85
85
  ],
86
86
  "Ansible job was successfully created.": [
87
- ""
87
+ "Ansible 작업이 성공적으로 생성되었습니다."
88
88
  ],
89
89
  "Ansible provider specific inputs": [
90
- ""
90
+ "Ansible 공급자별 입력"
91
91
  ],
92
92
  "Ansible report timeout": [
93
- ""
93
+ "Ansible 보고서 시간 초과"
94
94
  ],
95
95
  "Ansible role": [
96
- ""
96
+ "Ansible 역할"
97
97
  ],
98
98
  "Ansible role names to be imported": [
99
- ""
99
+ "가져올 Ansible 역할 이름"
100
100
  ],
101
101
  "Ansible role names to be synced": [
102
- ""
102
+ "동기화할 Ansible 역할 이름"
103
103
  ],
104
104
  "Ansible role to add to a host": [
105
- ""
105
+ "호스트에 추가할 Ansible 역할"
106
106
  ],
107
107
  "Ansible role to add to a hostgroup": [
108
- ""
108
+ "호스트 그룹에 추가할 Ansible 역할"
109
109
  ],
110
110
  "Ansible role to remove from a host": [
111
- ""
111
+ "호스트에서 제거할 Ansible 역할"
112
112
  ],
113
113
  "Ansible role to remove from a hostgroup": [
114
- ""
114
+ "호스트 그룹에서 제거할 Ansible 역할"
115
115
  ],
116
116
  "Ansible roles assigned directly to host": [
117
- ""
117
+ "호스트에 직접 할당된 Ansible 역할"
118
118
  ],
119
119
  "Ansible roles to assign to a host": [
120
- ""
120
+ "호스트에 할당할 Ansible 역할"
121
121
  ],
122
122
  "Ansible roles to assign to a hostgroup": [
123
- ""
123
+ "호스트 그룹에 할당할 Ansible 역할"
124
124
  ],
125
125
  "Ansible roles to ignore": [
126
- ""
126
+ "무시할 Ansible 역할"
127
127
  ],
128
128
  "Ansible support in Foreman": [
129
- ""
129
+ "Foreman의 Ansible 지원"
130
130
  ],
131
131
  "Ansible variable override successfully changed.": [
132
- ""
132
+ "Ansible 변수 덮어쓰기가 성공적으로 변경되었습니다."
133
133
  ],
134
134
  "Ansible variable override was successfully deleted.": [
135
- ""
135
+ "Ansible 변수 덮어쓰기가 성공적으로 삭제되었습니다."
136
136
  ],
137
137
  "Are you sure you want to cancel Ansible config job?": [
138
- ""
138
+ "Ansible 구성 작업을 취소하시겠습니까?"
139
139
  ],
140
140
  "Are you sure you want to delete override for %s?": [
141
- ""
141
+ "%s의 덮어쓰기를 삭제하시겠습니까?"
142
142
  ],
143
143
  "Assign roles directly to the host": [
144
- ""
144
+ "호스트에게 직접 역할 할당"
145
145
  ],
146
146
  "Assigned Ansible Roles": [
147
- ""
147
+ "할당된 Ansible 역할"
148
148
  ],
149
149
  "Assigns Ansible roles to a host": [
150
- ""
150
+ "호스트에 Ansible 역할을 할당"
151
151
  ],
152
152
  "Assigns Ansible roles to a hostgroup": [
153
- ""
153
+ "호스트 그룹에 Ansible 역할을 할당"
154
154
  ],
155
155
  "Available Ansible Roles": [
156
- ""
156
+ "사용 가능한 Ansible 역할"
157
157
  ],
158
158
  "Available Ansible roles": [
159
- ""
159
+ "사용 가능한 Ansible 역할"
160
160
  ],
161
161
  "Avoid duplicate values when merging them (only array type)?": [
162
162
  "값을 병합할 때 중복 값을 제외하시겠습니까(배열 유형만)?"
163
163
  ],
164
164
  "Before including these variables on your playbooks, Foreman will validate that your variables comply with the validation.": [
165
- ""
165
+ "이러한 변수를 playbook에 포함하기 전에 Foreman은 변수가 검증 기준을 준수하는지 확인합니다."
166
166
  ],
167
167
  "Cancel": [
168
168
  "취소 "
169
169
  ],
170
170
  "Cancel Ansible config job": [
171
- ""
171
+ "Ansible 구성 작업 취소"
172
172
  ],
173
173
  "Changed Ansible roles": [
174
- ""
174
+ "Ansible 역할 변경"
175
175
  ],
176
176
  "Close": [
177
177
  "종료 "
178
178
  ],
179
179
  "Configure Ansible Job": [
180
- ""
180
+ "Ansible 작업 구성"
181
181
  ],
182
182
  "Configure Recurring Job": [
183
- ""
183
+ "반복 작업 구성"
184
184
  ],
185
185
  "Confirm": [
186
186
  "확인"
187
187
  ],
188
188
  "Connection type": [
189
- ""
189
+ "연결 유형"
190
190
  ],
191
191
  "Continue to look for matches after first find (only array/hash type)? Note: merging overrides ignores all matchers that are omitted.": [
192
- ""
192
+ "첫 번째 검색 이후에도 일치하는 항목 검색을 계속하시겠습니까 ? (배열/해시 유형만 해당) 참고: 병합 오버라이드는 생략된 모든 매처를 무시합니다."
193
193
  ],
194
194
  "Could not run Ansible roles for %{host}": [
195
- ""
195
+ "%{host}의 Ansible 역할을 실행할 수 없습니다."
196
196
  ],
197
197
  "Create Ansible Variable": [
198
- ""
198
+ "Ansible 변수 생성"
199
199
  ],
200
200
  "Create Ansible variable": [
201
- ""
201
+ "Ansible 변수 생성"
202
202
  ],
203
203
  "Create an override value for a specific ansible variable": [
204
- ""
204
+ "특정 Ansible 변수에 대한 재정의 값 생성"
205
205
  ],
206
206
  "DEPRECATED: Import Ansible roles": [
207
- ""
207
+ "더 이상 사용되지 않음: Ansible 역할 가져오기"
208
208
  ],
209
209
  "DEPRECATED: Import Ansible variables. This will only import variables for already existing roles, it will not import any new roles": [
210
- ""
210
+ "더 이상 사용되지 않음: Ansible 변수 가져오기. 이는 기존 역할에 대한 변수만 가져오고, 새 역할은 가져오지 않습니다."
211
211
  ],
212
212
  "DEPRECATED: Obsolete Ansible roles": [
213
- ""
213
+ "더 이상 사용되지 않음: 더 이상 사용되지 않는 Ansible 역할"
214
214
  ],
215
215
  "DEPRECATED: Obsolete Ansible variables. This will only obsolete variables for already existing roles, it will not delete any old roles": [
216
- ""
216
+ "더 이상 사용되지 않음: 더 이상 사용되지 않는 Ansible 변수. 이는 기존 역할에 대한 변수만 더 이상 사용되지 않게 하며, 이전 역할은 삭제하지 않습니다."
217
217
  ],
218
218
  "Default Ansible inventory report template": [
219
- ""
219
+ "기본 Ansible 인벤토리 보고서 템플릿"
220
220
  ],
221
221
  "Default Behavior": [
222
- ""
222
+ "기본 동작"
223
223
  ],
224
224
  "Default value": [
225
225
  "기본값 "
@@ -228,7 +228,7 @@
228
228
  "변수의 기본값"
229
229
  ],
230
230
  "Default verbosity level": [
231
- ""
231
+ "기본 상세 정보 레벨"
232
232
  ],
233
233
  "Delete": [
234
234
  "삭제 "
@@ -237,13 +237,13 @@
237
237
  "%s 을(를) 삭제하시겠습니까?"
238
238
  ],
239
239
  "Delete Ansible variable override": [
240
- ""
240
+ "Ansible 변수 덮어쓰기 삭제"
241
241
  ],
242
242
  "Deletes Ansible role": [
243
- ""
243
+ "Ansible 역할 삭제"
244
244
  ],
245
245
  "Deletes Ansible variable": [
246
- ""
246
+ "Ansible 변수 삭제"
247
247
  ],
248
248
  "Description": [
249
249
  "설명 "
@@ -252,19 +252,19 @@
252
252
  "변수 설명"
253
253
  ],
254
254
  "Destroy an override value": [
255
- ""
255
+ "덮어쓰기 값 삭제"
256
256
  ],
257
257
  "Directly add an Ansible role to a host": [
258
- ""
258
+ "호스트에 Ansible 역할을 직접 추가"
259
259
  ],
260
260
  "Directly add an Ansible role to a hostgroup": [
261
- ""
261
+ "호스트 그룹에 Ansible 역할을 직접 추가"
262
262
  ],
263
263
  "Directly assigned to Host": [
264
- ""
264
+ "호스트에게 직접 할당됨"
265
265
  ],
266
266
  "Disable host configuration status turning to out of sync for %{cfgmgmt} after report does not arrive within configured interval": [
267
- ""
267
+ "보고서가 구성된 간격 내에 도착하지 않은 후 %{cfgmgmt}에 대해 호스트 구성 상태가 동기화되지 않도록 설정"
268
268
  ],
269
269
  "Disabled": [
270
270
  "사용 안함"
@@ -273,79 +273,85 @@
273
273
  "%s 편집 "
274
274
  ],
275
275
  "Edit Ansible Roles": [
276
- ""
276
+ "Ansible 역할 편집"
277
277
  ],
278
278
  "Edit Ansible Variable": [
279
- ""
279
+ "Ansible 변수 편집"
280
280
  ],
281
281
  "Edit Ansible roles": [
282
- ""
282
+ "Ansible 역할 편집"
283
283
  ],
284
284
  "Enable Ansible Callback": [
285
+ "Ansible 콜백 활성화"
286
+ ],
287
+ "Enable Ansible Check Mode": [
285
288
  ""
286
289
  ],
287
- "Enable the callback plugin for this template": [
290
+ "Enable Ansible Check Mode for this template": [
288
291
  ""
289
292
  ],
293
+ "Enable the callback plugin for this template": [
294
+ "이 템플릿에 대한 콜백 플러그인을 활성화합니다"
295
+ ],
290
296
  "Enable web console": [
291
- ""
297
+ "웹 콘솔 활성화"
292
298
  ],
293
299
  "Enable/disable WinRM server certificate validation when running Ansible playbooks. You can override this on hosts by adding a parameter \\\"ansible_winrm_server_cert_validation\\\"": [
294
- ""
300
+ "Ansible Playbook을 실행할 때 WinRM 서버 인증서 검증을 활성화/비활성화합니다. \\\"ansible_winrm_server_cert_validation\\\" 매개변수를 추가하여 호스트에서 이를 재정의할 수 있습니다."
295
301
  ],
296
302
  "Error!": [
297
- ""
303
+ "오류!"
298
304
  ],
299
305
  "Executed at": [
300
- ""
306
+ "다음 위치에서 실행됨"
301
307
  ],
302
308
  "Failed to fetch Ansible Roles from server.": [
303
- ""
309
+ "서버에서 Ansible 역할을 가져오는 데 실패했습니다."
304
310
  ],
305
311
  "Failed to import roles and variables ": [
306
- ""
312
+ "역할 및 변수를 가져오지 못했습니다. "
307
313
  ],
308
314
  "Fetch Ansible playbooks available to be synced": [
309
- ""
315
+ "동기화 가능한 Ansible playbook 가져오기"
310
316
  ],
311
317
  "Fetch Ansible roles available to be synced": [
312
- ""
318
+ "동기화 가능한 Ansible 역할 가져오기"
313
319
  ],
314
320
  "For more advanced scheduling options": [
315
- ""
321
+ "고급 스케줄링 옵션의 경우"
316
322
  ],
317
323
  "Foreman": [
318
- ""
324
+ "Foreman"
319
325
  ],
320
326
  "Foreman will add this level of verbosity for additional debugging output when running Ansible playbooks.": [
321
- ""
327
+ "Foreman은 Ansible Playbook을 실행할 때 추가 디버깅 출력을 위해 이 수준의 자세한 정보를 추가합니다."
322
328
  ],
323
329
  "Foreman will use this template to schedule the report with Ansible inventory": [
324
- ""
330
+ "Foreman은 이 템플릿을 사용하여 Ansible 인벤토리로 보고서를 예약합니다."
325
331
  ],
326
332
  "Hash of input values of type input=>value": [
327
- ""
333
+ "input=>value 유형의 입력 값 해시"
328
334
  ],
329
335
  "Hidden Value": [
330
- ""
336
+ "숨겨진 값"
331
337
  ],
332
338
  "Hide all values for this parameter.": [
333
339
  "이 매개 변수의 값을 모두 숨깁니다."
334
340
  ],
335
341
  "Host assigned Ansible roles": [
336
- ""
342
+ "호스트에 할당된 Ansible 역할"
337
343
  ],
338
344
  "Host count": [
339
- ""
345
+ "호스트 수"
340
346
  ],
341
347
  "Host group has no associated hosts": [
342
- ""
348
+ "호스트 그룹에 연관된 호스트가 없습니다."
343
349
  ],
344
350
  "Host not found by id: %s": [
345
- ""
351
+ "ID로 호스트를 찾을 수 없습니다: %s"
346
352
  ],
347
353
  "Hostgroup count": [
348
- ""
354
+ "호스트 그룹 수"
349
355
  ],
350
356
  "Hostgroups": [
351
357
  "호스트 그룹 "
@@ -354,19 +360,19 @@
354
360
  "호스트"
355
361
  ],
356
362
  "IDs of associated ansible roles": [
357
- ""
363
+ "연관된 Ansible 역할의 ID"
358
364
  ],
359
365
  "IDs of hostgroups included in inventory": [
360
- ""
366
+ "인벤토리에 포함된 호스트 그룹의 ID"
361
367
  ],
362
368
  "IDs of hostgroups to play roles on": [
363
- ""
369
+ "역할을 수행할 호스트 그룹의 ID"
364
370
  ],
365
371
  "IDs of hosts included in inventory": [
366
- ""
372
+ "인벤토리에 포함된 호스트의 ID"
367
373
  ],
368
374
  "IDs of hosts to play roles on": [
369
- ""
375
+ "역할을 수행할 호스트의 ID"
370
376
  ],
371
377
  "If checked, will raise an error if there is no default value and no matcher provide a value.": [
372
378
  "체크되어 있을 경우 기본값이 없고 matcher가 값을 지정하지 않을 경우 오류가 표시됩니다."
@@ -375,28 +381,28 @@
375
381
  "불러오기"
376
382
  ],
377
383
  "Import Role": [
378
- ""
384
+ "역할 가져오기"
379
385
  ],
380
386
  "Import from %s": [
381
387
  "%s에서 가져오기 "
382
388
  ],
383
389
  "Import playbooks has finished successfully": [
384
- ""
390
+ "Playbook 가져오기가 성공적으로 완료되었습니다."
385
391
  ],
386
392
  "Import roles And Variables": [
387
- ""
393
+ "역할 및 변수 가져오기"
388
394
  ],
389
395
  "Import roles and variables has finished successfully": [
390
- ""
396
+ "역할 및 변수 가져오기가 성공적으로 완료되었습니다."
391
397
  ],
392
398
  "Import roles and variables started: ": [
393
- ""
399
+ "역할 및 변수 가져오기가 시작되었습니다: "
394
400
  ],
395
401
  "Imported at": [
396
- ""
402
+ "가져오기 위치"
397
403
  ],
398
404
  "Imported?": [
399
- ""
405
+ "가져오기되었습니까?"
400
406
  ],
401
407
  "Include default value when merging all matching values": [
402
408
  "일치하는 모든 값을 병합할 때 기본값 포함"
@@ -405,22 +411,22 @@
405
411
  "일치하는 모든 값을 병합할 때 기본값을 포함합니다."
406
412
  ],
407
413
  "Include/Exclude Tags": [
408
- ""
414
+ "태그 포함/제외"
409
415
  ],
410
416
  "Include\\\\Exclude tags for Ansible run": [
411
- ""
417
+ "Ansible 실행을 위한 태그 포함/제외"
412
418
  ],
413
419
  "Inherited from Hostgroup": [
414
- ""
420
+ "호스트 그룹에서 상속됨"
415
421
  ],
416
422
  "Invalid, expected one of: %s": [
417
- ""
423
+ "유효하지 않음, 다음 중 하나가 필요함: %s"
418
424
  ],
419
425
  "Invalid, expected to match a regex: %s": [
420
- ""
426
+ "유효하지 않음, 정규식과 일치해야 함: %s"
421
427
  ],
422
428
  "Inventory": [
423
- ""
429
+ "인벤토리"
424
430
  ],
425
431
  "Jobs": [
426
432
  "작업"
@@ -432,31 +438,31 @@
432
438
  "레벨 "
433
439
  ],
434
440
  "Level 1 (-v)": [
435
- ""
441
+ "레벨 1 (-v)"
436
442
  ],
437
443
  "Level 2 (-vv)": [
438
- ""
444
+ "레벨 2 (-vv)"
439
445
  ],
440
446
  "Level 3 (-vvv)": [
441
- ""
447
+ "레벨 3 (-vvv)"
442
448
  ],
443
449
  "Level 4 (-vvvv)": [
444
- ""
450
+ "레벨 4 (-vvvv)"
445
451
  ],
446
452
  "List Ansible roles": [
447
- ""
453
+ "Ansible 역할 목록"
448
454
  ],
449
455
  "List Ansible variables": [
450
- ""
456
+ "Ansible 변수 목록"
451
457
  ],
452
458
  "List all Ansible roles for a host": [
453
- ""
459
+ "호스트의 모든 Ansible 역할 나열"
454
460
  ],
455
461
  "List all Ansible roles for a hostgroup": [
456
- ""
462
+ "호스트 그룹에서 모든 Ansible 역할 나열"
457
463
  ],
458
464
  "Mark the variable to be managed by Foreman. When the Ansible role of this variable is assigned to a host, the default value will be added to Ansible inventory as a host variable. Specify matchers to set a different value for such variable.": [
459
- ""
465
+ "Foreman이 관리할 변수를 표시합니다. 이 변수의 Ansible 역할이 호스트에 할당되면 기본값이 호스트 변수로 Ansible 인벤토리에 추가됩니다. 이러한 변수에 대해 다른 값을 설정하려면 매처를 지정합니다."
460
466
  ],
461
467
  "Merge all matching values (only array/hash type)": [
462
468
  "일치하는 모든 값 병합(배열/해시 유형만)"
@@ -465,7 +471,7 @@
465
471
  "메세지 "
466
472
  ],
467
473
  "Must not be in the past": [
468
- ""
474
+ "과거가 될 수 없음"
469
475
  ],
470
476
  "Name": [
471
477
  "이름 "
@@ -474,70 +480,70 @@
474
480
  "변수 이름"
475
481
  ],
476
482
  "New Ansible Variable": [
477
- ""
483
+ "새로운 Ansible 변수"
478
484
  ],
479
485
  "Next Run": [
480
- ""
486
+ "다음 실행"
481
487
  ],
482
488
  "No Ansible Roles were found in Foreman. If you want to assign roles to your hosts,\\n you have to import them first.": [
483
- ""
489
+ "Foreman에서 Ansible 역할을 찾을 수 없습니다. 호스트에 역할을 할당하려면 먼저 가져와야 합니다."
484
490
  ],
485
491
  "No Ansible roles assigned": [
486
- ""
492
+ "Ansible 역할이 할당되지 않았습니다"
487
493
  ],
488
494
  "No Ansible variables found for Host": [
489
- ""
495
+ "호스트에 대한 Ansible 변수를 찾을 수 없습니다."
490
496
  ],
491
497
  "No added or removed roles nor variables detected on %s.": [
492
- ""
498
+ "추가되거나 제거된 역할이나 변수가 감지되지 않았습니다.%s ."
493
499
  ],
494
500
  "No added or removed roles nor variables.": [
495
- ""
501
+ "추가되거나 제거된 역할이나 변수가 없습니다."
496
502
  ],
497
503
  "No additional data": [
498
- ""
504
+ "추가 데이터 없음"
499
505
  ],
500
506
  "No changes detected in specified Ansible Roles and their variables": [
501
- ""
507
+ "지정된 Ansible 역할 및 해당 변수에서 변경 사항이 감지되지 않았습니다."
502
508
  ],
503
509
  "No changes in variables detected on %s.": [
504
- ""
510
+ "변수의 변화가 감지되지 않았습니다.%s ."
505
511
  ],
506
512
  "No config job for Ansible roles scheduled": [
507
- ""
513
+ "Ansible 역할에 대한 구성 작업이 예약되지 않았습니다."
508
514
  ],
509
515
  "No previous job executions found": [
510
- ""
516
+ "이전 작업 실행을 찾을 수 없습니다."
511
517
  ],
512
518
  "No proxy found to import variables from, ensure that the smart proxy has the Ansible feature enabled.": [
513
- ""
519
+ "변수를 가져올 프록시를 찾을 수 없습니다. 스마트 프록시에 Ansible 기능이 활성화되어 있는지 확인하세요."
514
520
  ],
515
521
  "No roles assigned directly to the host": [
516
- ""
522
+ "호스트에 직접 할당된 역할 없음"
517
523
  ],
518
524
  "No roles/hosts assigned": [
519
- ""
525
+ "역할/호스트가 할당되지 않았습니다"
520
526
  ],
521
527
  "Nothing Found!": [
522
- ""
528
+ "아무것도 찾을 수 없습니다!"
523
529
  ],
524
530
  "Nothing to show": [
525
531
  "표시할 것이 없습니다 "
526
532
  ],
527
533
  "Notice that ansible roles run in check mode.": [
528
- ""
534
+ "Ansible 역할이 체크 모드에서 실행된다는 점에 유의하세요."
529
535
  ],
530
536
  "Number of tasks which should be sent to the smart proxy in one request, if foreman_tasks_proxy_batch_trigger is enabled. If set, overrides foreman_tasks_proxy_batch_size setting for Ansible jobs.": [
531
- ""
537
+ "foreman_tasks_proxy_batch_trigger가 활성화된 경우 한 요청에서 스마트 프록시로 보내야 하는 작업 수입니다. 설정된 경우 Ansible 작업에 대한 foreman_tasks_proxy_batch_size 설정을 재정의합니다."
532
538
  ],
533
539
  "Only variables marked to Override are shown here.": [
534
- ""
540
+ "여기에는 덮어쓰기로 표시된 변수만 표시됩니다."
535
541
  ],
536
542
  "Operation": [
537
543
  "작업 "
538
544
  ],
539
545
  "Optional Input Validator": [
540
- ""
546
+ "선택적 입력 검증기"
541
547
  ],
542
548
  "Order": [
543
549
  "순서"
@@ -546,79 +552,79 @@
546
552
  "일치 항목 덮어쓰기"
547
553
  ],
548
554
  "Override the default value of the Ansible variable.": [
549
- ""
555
+ "Ansible 변수의 기본값을 재정의합니다."
550
556
  ],
551
557
  "Override value, required if omit is false": [
552
- ""
558
+ "덮어쓰기 값, omit이 false인 경우 필요함"
553
559
  ],
554
560
  "Overriden": [
555
- ""
561
+ "재정의됨"
556
562
  ],
557
563
  "Permission Denied": [
558
- ""
564
+ "사용 권한이 거부되었습니다"
559
565
  ],
560
566
  "Permission denied": [
561
567
  "권한이 거부되었습니다"
562
568
  ],
563
569
  "Playbooks": [
564
- ""
570
+ "Playbooks"
565
571
  ],
566
572
  "Please request one of the required permissions listed below from a Foreman administrator:": [
567
573
  "Foreman 관리자에게 아래에 나열된 필수 권한 중 하나를 요청하십시오."
568
574
  ],
569
575
  "Post-provision timeout": [
570
- ""
576
+ "프로비저닝 후 시간 초과"
571
577
  ],
572
578
  "Previously executed jobs": [
573
- ""
579
+ "이전에 실행된 작업"
574
580
  ],
575
581
  "Prioritize Attribute Order": [
576
- ""
582
+ "속성 순서 우선 순위 지정"
577
583
  ],
578
584
  "Private Key Path": [
579
- ""
585
+ "개인 키 경로"
580
586
  ],
581
587
  "Proxy not found": [
582
- ""
588
+ "프록시를 찾을 수 없습니다"
583
589
  ],
584
590
  "Proxy tasks batch size for Ansible": [
585
- ""
591
+ "Ansible의 프록시 작업 배치 크기"
586
592
  ],
587
593
  "Remove": [
588
594
  "삭제 "
589
595
  ],
590
596
  "Remove Role": [
591
- ""
597
+ "역할 제거"
592
598
  ],
593
599
  "Remove all": [
594
- ""
600
+ "모두 제거"
595
601
  ],
596
602
  "Remove directly assigned Ansible role from a host": [
597
- ""
603
+ "호스트에서 직접 할당된 Ansible 역할 제거"
598
604
  ],
599
605
  "Remove directly assigned Ansible role from a hostgroup": [
600
- ""
606
+ "호스트 그룹에서 직접 할당된 Ansible 역할 제거"
601
607
  ],
602
608
  "Remove duplicate values (only array type)": [
603
609
  "중복 값 삭제(배열 유형만)"
604
610
  ],
605
611
  "Remove selected": [
606
- ""
612
+ "선택한 항목 제거"
607
613
  ],
608
614
  "Report format, defaults to '%s'": [
609
- ""
615
+ "보고서 형식, 기본값은 '%s '"
610
616
  ],
611
617
  "Request the following permissions from administrator: %s.": [
612
- ""
618
+ "관리자에게 다음 권한을 요청하세요: %s ."
613
619
  ],
614
620
  "Required field": [
615
- ""
621
+ "필수 입력 항목"
616
622
  ],
617
623
  "Result": [
618
624
  "결과 "
619
625
  ],
620
626
  "Role ID": [
621
- ""
627
+ "역할 ID"
622
628
  ],
623
629
  "Roles": [
624
630
  "역할 "
@@ -627,91 +633,91 @@
627
633
  "이름 "
628
634
  ],
629
635
  "Run Ansible roles": [
630
- ""
636
+ "Ansible 역할 실행"
631
637
  ],
632
638
  "Run all Ansible roles": [
633
- ""
639
+ "모든 Ansible 역할 실행"
634
640
  ],
635
641
  "Run all Ansible roles on hosts belonging to this host group": [
636
- ""
642
+ "이 호스트 그룹에 속한 호스트에서 모든 Ansible 역할을 실행합니다."
637
643
  ],
638
644
  "Run an Ansible playbook against given hosts": [
639
- ""
645
+ "지정된 호스트에 대해 Ansible Playbook 실행"
640
646
  ],
641
647
  "Run an Ansible playbook to enable web console on given hosts": [
642
- ""
648
+ "지정된 호스트에서 웹 콘솔을 활성화하기 위해 Ansible Playbook을 실행합니다."
643
649
  ],
644
650
  "Run playbook": [
645
- ""
651
+ "Playbook 실행"
646
652
  ],
647
653
  "Runs all Ansible roles on a host": [
648
- ""
654
+ "호스트에서 모든 Ansible 역할을 실행"
649
655
  ],
650
656
  "Runs all Ansible roles on a hostgroup": [
651
- ""
657
+ "호스트 그룹에서 모든 Ansible 역할을 실행"
652
658
  ],
653
659
  "Runs all Ansible roles on hostgroups": [
654
- ""
660
+ "호스트 그룹에서 모든 Ansible 역할을 실행"
655
661
  ],
656
662
  "Runs all Ansible roles on hosts": [
657
- ""
663
+ "호스트에서 모든 Ansible 역할을 실행"
658
664
  ],
659
665
  "Runs an Ansible playbook which contains all the roles defined for a host": [
660
- ""
666
+ "호스트에 대해 정의된 모든 역할을 포함하는 Ansible playbook을 실행합니다."
661
667
  ],
662
668
  "Schedule": [
663
669
  "스케줄 "
664
670
  ],
665
671
  "Schedule generating of Ansible Inventory report": [
666
- ""
672
+ "Ansible 인벤토리 보고서 일정 생성"
667
673
  ],
668
674
  "Schedule recurring Ansible roles job": [
669
- ""
675
+ "반복되는 Ansible 역할 작업 예약"
670
676
  ],
671
677
  "Schedule recurring job": [
672
- ""
678
+ "반복 작업 예약"
673
679
  ],
674
680
  "Scheduled recurring jobs": [
675
- ""
681
+ "예약된 반복 작업"
676
682
  ],
677
683
  "Set the order in which values are resolved.": [
678
684
  "값을 확인하는 순서를 설정합니다."
679
685
  ],
680
686
  "Show Ansible inventory for hostgroups": [
681
- ""
687
+ "호스트 그룹의 Ansible 인벤토리 표시"
682
688
  ],
683
689
  "Show Ansible inventory for hosts": [
684
- ""
690
+ "호스트에 대한 Ansible 인벤토리 표시"
685
691
  ],
686
692
  "Show full value": [
687
- ""
693
+ "전체 값 표시"
688
694
  ],
689
695
  "Show role": [
690
- ""
696
+ "역할 표시"
691
697
  ],
692
698
  "Show variable": [
693
- ""
699
+ "변수 표시"
694
700
  ],
695
701
  "Smart Proxy to fetch from": [
696
- ""
702
+ "가져올 스마트 프록시"
697
703
  ],
698
704
  "Smart Proxy to import from": [
699
- ""
705
+ "가져올 스마트 프록시"
700
706
  ],
701
707
  "Smart Proxy to sync from": [
702
- ""
708
+ "동기화할 스마트 프록시"
703
709
  ],
704
710
  "Smart proxy id is required": [
705
- ""
711
+ "스마트 프록시 ID가 필요합니다"
706
712
  ],
707
713
  "Source": [
708
714
  "소스 "
709
715
  ],
710
716
  "Source attribute": [
711
- ""
717
+ "소스 속성"
712
718
  ],
713
719
  "Specify Matchers": [
714
- ""
720
+ "매처 지정"
715
721
  ],
716
722
  "State": [
717
723
  "상태 "
@@ -720,10 +726,10 @@
720
726
  "보내기"
721
727
  ],
722
728
  "Sync Ansible playbooks": [
723
- ""
729
+ "Ansible playbook 동기화"
724
730
  ],
725
731
  "Sync Ansible roles": [
726
- ""
732
+ "Ansible 역할 동기화"
727
733
  ],
728
734
  "Tags": [
729
735
  "태그"
@@ -741,43 +747,43 @@
741
747
  "값이 해결되는 순서 "
742
748
  ],
743
749
  "There are no Ansible roles to play": [
744
- ""
750
+ "실행할 Ansible 역할이 없습니다"
745
751
  ],
746
752
  "There was a following error when assigning Ansible Roles: %s": [
747
- ""
753
+ "Ansible 역할을 할당하는 동안 다음 오류가 발생했습니다. %s"
748
754
  ],
749
755
  "There was a following error when changing Ansible variable override: %s": [
750
- ""
756
+ "Ansible 변수 덮어쓰기를 변경하는 중 다음 오류가 발생했습니다. %s"
751
757
  ],
752
758
  "There was a following error when creating Ansible job: %s": [
753
- ""
759
+ "Ansible 작업을 생성하는 동안 다음 오류가 발생했습니다. %s"
754
760
  ],
755
761
  "There was a following error when deleting Ansible config job: %s": [
756
- ""
762
+ "Ansible 구성 작업을 삭제하는 중 다음 오류가 발생했습니다. %s"
757
763
  ],
758
764
  "There was a following error when deleting Ansible variable override: %s": [
759
- ""
765
+ "Ansible 변수 덮어쓰기를 삭제하는 중 다음 오류가 발생했습니다. %s"
760
766
  ],
761
767
  "This Ansible role is inherited from host group": [
762
- ""
768
+ "이 Ansible 역할은 호스트 그룹에서 상속됩니다."
763
769
  ],
764
770
  "This Ansible role is inherited from parent host group": [
765
- ""
771
+ "이 Ansible 역할은 상위 호스트 그룹에서 상속됩니다."
766
772
  ],
767
773
  "This job will run all the assigned Ansible roles.": [
768
- ""
774
+ "이 작업은 할당된 모든 Ansible 역할을 실행합니다."
769
775
  ],
770
776
  "This list consists of host assigned roles and group assigned roles. Group assigned roles will always be executed prior to host assigned roles.": [
771
- ""
777
+ "이 목록은 호스트 할당 역할과 그룹 할당 역할로 구성됩니다. 그룹 할당 역할은 항상 호스트 할당 역할보다 먼저 실행됩니다."
772
778
  ],
773
779
  "Those roles will be excluded when importing roles from smart proxy, The expected input is comma separated values and you can use * wildcard metacharactersFor example: foo*, *b*,*bar": [
774
- ""
780
+ "스마트 프록시에서 역할을 가져올 때 해당 역할은 제외됩니다. 예상되는 입력은 쉼표로 구분된 값이며 * 와일드카드 메타 문자를 사용할 수 있습니다. 예: foo*, *b*, *bar"
775
781
  ],
776
782
  "Timeout (in minutes) when hosts should have reported.": [
777
- ""
783
+ "호스트가 보고해야 하는 시간 초과(분)입니다."
778
784
  ],
779
785
  "Timeout (in seconds) to set when Foreman will trigger a play Ansible roles task after a host is fully provisioned. Set this to the maximum time you expect a host to take until it is ready after a reboot.": [
780
- ""
786
+ "호스트가 완전히 프로비저닝된 후 Foreman이 Ansible 역할 재생 작업을 트리거할 때를 설정하는 시간 초과(초). 호스트가 재부팅 후 준비될 때까지 걸리는 최대 시간으로 설정합니다."
781
787
  ],
782
788
  "Type": [
783
789
  "유형 "
@@ -789,55 +795,58 @@
789
795
  "변수 값의 유형"
790
796
  ],
791
797
  "Unable to get playbook's names from Ansible": [
792
- ""
798
+ "Ansible에서 playbook 이름을 가져올 수 없습니다."
793
799
  ],
794
800
  "Unable to get playbooks from Ansible": [
795
- ""
801
+ "Ansible에서 playbook을 가져올 수 없습니다."
796
802
  ],
797
803
  "Unable to get roles from Ansible": [
798
- ""
804
+ "Ansible에서 역할을 가져올 수 없습니다."
799
805
  ],
800
806
  "Unable to get roles/variables from Ansible": [
801
- ""
807
+ "Ansible에서 역할/변수를 가져올 수 없습니다."
802
808
  ],
803
809
  "Update": [
804
- "업데이트 "
810
+ "업데이트"
805
811
  ],
806
812
  "Update Capsules on given Capsule server hosts": [
807
- ""
813
+ "지정된 Capsule 서버 호스트에서 Capsule 업데이트"
808
814
  ],
809
815
  "Update Capsules on given hosts": [
810
- ""
816
+ "지정된 호스트에서 Capsule 업데이트"
811
817
  ],
812
818
  "Update Role Variables": [
813
- ""
819
+ "역할 변수 업데이트"
814
820
  ],
815
821
  "Update Smart Proxy": [
822
+ "스마트 프록시 업데이트"
823
+ ],
824
+ "Update an override value": [
816
825
  ""
817
826
  ],
818
827
  "Updates Ansible variable": [
819
- ""
828
+ "Ansible 변수 업데이트"
820
829
  ],
821
830
  "Upgrade": [
822
- ""
831
+ "업그레이드"
823
832
  ],
824
833
  "Upgrade Capsules on given Capsule server hosts": [
825
- ""
834
+ "지정된 Capsule 서버 호스트에서 Capsule 업그레이드"
826
835
  ],
827
836
  "Upgrade Capsules on given hosts": [
828
- ""
837
+ "지정된 호스트에서 Capsule 업그레이드"
829
838
  ],
830
839
  "Use drag and drop to change order of the roles. Ordering of roles is respected for Ansible runs, inherited roles are always before those assigned directly": [
831
- ""
840
+ "드래그 앤 드롭을 사용하여 역할 순서를 변경합니다. 역할 순서는 Ansible 실행에 대해 존중되며 상속된 역할은 항상 직접 할당된 역할보다 앞에 있습니다."
832
841
  ],
833
842
  "Use sync instead, to sync roles from Smart Proxy with Ansible feature enabled": [
834
- ""
843
+ "대신 동기화를 사용하여 Ansible 기능이 활성화된 Smart Proxy에서 역할을 동기화합니다."
835
844
  ],
836
845
  "Use this connection type by default when running Ansible playbooks. You can override this on hosts by adding a parameter \\\"ansible_connection\\\"": [
837
- ""
846
+ "Ansible Playbook을 실행할 때 기본적으로 이 연결 유형을 사용합니다. 매개변수 \\\"ansible_connection\\\"을 추가하여 호스트에서 이를 재정의할 수 있습니다."
838
847
  ],
839
848
  "Use this to supply a path to an SSH Private Key that Ansible will use in lieu of a password Override with \\\"ansible_ssh_private_key_file\\\" host parameter": [
840
- ""
849
+ "이를 사용하여 Ansible이 \\\"ansible_ssh_private_key_file\\\" 호스트 매개변수로 암호 재정의 대신 사용할 SSH 개인 키 경로를 제공합니다."
841
850
  ],
842
851
  "Used to enforce certain values for the parameter values": [
843
852
  "특정 값을 매개 변수 값에 적용하는 데 사용됩니다."
@@ -852,55 +861,55 @@
852
861
  "변수 "
853
862
  ],
854
863
  "Variable|Name": [
855
- ""
864
+ "이름"
856
865
  ],
857
866
  "Variable|Role": [
858
- ""
867
+ "역할"
859
868
  ],
860
869
  "View inherited roles": [
861
- ""
870
+ "상속된 역할 보기"
862
871
  ],
863
872
  "When enabled the parameter is hidden in the UI": [
864
873
  "활성화된 경우 매개 변수가 UI에서 숨겨집니다."
865
874
  ],
866
875
  "Whether to override variable or not": [
867
- ""
876
+ "변수를 덮어쓰기할지 여부"
868
877
  ],
869
878
  "WinRM cert Validation": [
870
- ""
879
+ "WinRM 인증서 검증"
871
880
  ],
872
881
  "You are not authorized to perform this action.": [
873
882
  "이 작업을 수행할 권한이 없습니다."
874
883
  ],
875
884
  "You are not authorized to view the page. ": [
876
- ""
885
+ "해당 페이지를 볼 권한이 없습니다. "
877
886
  ],
878
887
  "daily": [
879
888
  "매일 "
880
889
  ],
881
890
  "false": [
882
- ""
891
+ "false"
883
892
  ],
884
893
  "hourly": [
885
894
  "한 시간 마다 "
886
895
  ],
887
896
  "is required": [
888
- ""
897
+ "필요함"
889
898
  ],
890
899
  "monthly": [
891
- ""
900
+ "매월"
892
901
  ],
893
902
  "true": [
894
- ""
903
+ "true"
895
904
  ],
896
905
  "view all assigned roles": [
897
- ""
906
+ "할당된 모든 역할 보기"
898
907
  ],
899
908
  "view remote execution page.": [
900
- ""
909
+ "원격 실행 페이지를 확인합니다."
901
910
  ],
902
911
  "view the task in progress": [
903
- ""
912
+ "진행중인 작업 보기"
904
913
  ],
905
914
  "weekly": [
906
915
  "매주 "