foreman_remote_execution 15.0.1 → 15.0.2

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 (46) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_remote_execution/locale/de/foreman_remote_execution.js +12 -12
  3. data/app/assets/javascripts/foreman_remote_execution/locale/en_GB/foreman_remote_execution.js +3 -3
  4. data/app/assets/javascripts/foreman_remote_execution/locale/es/foreman_remote_execution.js +11 -11
  5. data/app/assets/javascripts/foreman_remote_execution/locale/fr/foreman_remote_execution.js +82 -82
  6. data/app/assets/javascripts/foreman_remote_execution/locale/ja/foreman_remote_execution.js +82 -82
  7. data/app/assets/javascripts/foreman_remote_execution/locale/ka/foreman_remote_execution.js +13 -13
  8. data/app/assets/javascripts/foreman_remote_execution/locale/ko/foreman_remote_execution.js +79 -79
  9. data/app/assets/javascripts/foreman_remote_execution/locale/pt_BR/foreman_remote_execution.js +10 -10
  10. data/app/assets/javascripts/foreman_remote_execution/locale/ru/foreman_remote_execution.js +12 -12
  11. data/app/assets/javascripts/foreman_remote_execution/locale/zh_CN/foreman_remote_execution.js +73 -73
  12. data/app/assets/javascripts/foreman_remote_execution/locale/zh_TW/foreman_remote_execution.js +10 -10
  13. data/app/views/job_invocations/_form.html.erb +2 -2
  14. data/app/views/template_invocations/_refresh.js.erb +2 -2
  15. data/lib/foreman_remote_execution/engine.rb +1 -1
  16. data/lib/foreman_remote_execution/version.rb +1 -1
  17. data/locale/de/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  18. data/locale/de/foreman_remote_execution.po +12 -12
  19. data/locale/en_GB/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  20. data/locale/en_GB/foreman_remote_execution.po +3 -3
  21. data/locale/es/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  22. data/locale/es/foreman_remote_execution.po +11 -11
  23. data/locale/fr/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  24. data/locale/fr/foreman_remote_execution.po +82 -82
  25. data/locale/ja/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  26. data/locale/ja/foreman_remote_execution.po +82 -82
  27. data/locale/ka/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  28. data/locale/ka/foreman_remote_execution.po +13 -13
  29. data/locale/ko/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  30. data/locale/ko/foreman_remote_execution.po +79 -79
  31. data/locale/pt_BR/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  32. data/locale/pt_BR/foreman_remote_execution.po +10 -10
  33. data/locale/ru/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  34. data/locale/ru/foreman_remote_execution.po +12 -12
  35. data/locale/zh_CN/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  36. data/locale/zh_CN/foreman_remote_execution.po +73 -73
  37. data/locale/zh_TW/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  38. data/locale/zh_TW/foreman_remote_execution.po +10 -10
  39. data/webpack/JobInvocationDetail/TemplateInvocationComponents/TemplateActionButtons.js +8 -9
  40. data/webpack/JobInvocationDetail/TemplateInvocationComponents/index.scss +3 -0
  41. data/webpack/JobWizard/steps/AdvancedFields/Fields.js +1 -1
  42. data/webpack/JobWizard/steps/Schedule/QueryType.js +3 -3
  43. metadata +3 -5
  44. data/app/assets/javascripts/foreman_remote_execution/locale/en/foreman_remote_execution.js +0 -1842
  45. data/locale/en/LC_MESSAGES/foreman_remote_execution.mo +0 -0
  46. data/locale/en/foreman_remote_execution.po +0 -1840
@@ -3,7 +3,7 @@
3
3
  "locale_data": {
4
4
  "foreman_remote_execution": {
5
5
  "": {
6
- "Project-Id-Version": "foreman_remote_execution 15.0.0",
6
+ "Project-Id-Version": "foreman_remote_execution 15.0.1",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2016-02-15 13:54+0000",
9
9
  "Last-Translator": "FULL NAME <EMAIL@ADDRESS>",
@@ -36,13 +36,13 @@
36
36
  "%{host}에 대한 %{description}"
37
37
  ],
38
38
  "'Starts at' date must be in the future": [
39
- ""
39
+ "'시작일'은 미래의 날짜여야 합니다."
40
40
  ],
41
41
  "'Starts before' date must be after 'Starts at' date": [
42
42
  "'이전 시작' 날짜는 '시작일' 날짜 이후여야 합니다."
43
43
  ],
44
44
  "'Starts before' date must be in the future": [
45
- ""
45
+ "'시작 전' 날짜는 미래 날짜여야 합니다."
46
46
  ],
47
47
  "...and %s more": [
48
48
  "...및 %s개 더"
@@ -75,7 +75,7 @@
75
75
  "반복되는 작업을 추적하기 위한 특수 레이블입니다. 주어진 목적을 가진 활성 작업은 한 번에 하나만 있을 수 있습니다."
76
76
  ],
77
77
  "A task for this host has not been started": [
78
- ""
78
+ "이 호스트에 대한 작업이 시작되지 않았습니다."
79
79
  ],
80
80
  "A user to be used for SSH.": [
81
81
  "SSH에 사용되는 사용자입니다."
@@ -90,16 +90,16 @@
90
90
  "작업 중단"
91
91
  ],
92
92
  "Abort task": [
93
- ""
93
+ "작업 중단"
94
94
  ],
95
95
  "Access denied": [
96
96
  "액세스 거부됨"
97
97
  ],
98
98
  "Action": [
99
- ""
99
+ "동작 "
100
100
  ],
101
101
  "Actions": [
102
- "작업"
102
+ "동작 "
103
103
  ],
104
104
  "Active Filters:": [
105
105
  "활성 필터:"
@@ -120,13 +120,13 @@
120
120
  "모든 필드는 필수 입력입니다."
121
121
  ],
122
122
  "All statuses": [
123
- ""
123
+ "모든 상태"
124
124
  ],
125
125
  "Alphabetical": [
126
126
  "알파벳순"
127
127
  ],
128
128
  "An error occurred while fetching the template invocation details.": [
129
- ""
129
+ "템플릿 호출 세부 정보를 가져오는 동안 오류가 발생했습니다."
130
130
  ],
131
131
  "Another interface is already set as execution. Are you sure you want to use this one instead?": [
132
132
  "이미 다른 인터페이스가 실행 인터페이스로 설정되어 있습니다. 이 인터페이스를 대신 사용하시겠습니까?"
@@ -138,16 +138,16 @@
138
138
  "모든 조직 "
139
139
  ],
140
140
  "Any location": [
141
- ""
141
+ "모든 위치"
142
142
  ],
143
143
  "Any organization": [
144
- ""
144
+ "모든 조직"
145
145
  ],
146
146
  "Apply to": [
147
147
  "적용"
148
148
  ],
149
149
  "Are you sure you want to open all invocations in new tabs?": [
150
- ""
150
+ "모든 호출을 새 탭에서 여시겠습니까?"
151
151
  ],
152
152
  "At": [
153
153
  "At"
@@ -159,7 +159,7 @@
159
159
  "시작 대기 중"
160
160
  ],
161
161
  "Back": [
162
- "뒤로"
162
+ "뒤로 "
163
163
  ],
164
164
  "Back to Job": [
165
165
  "작업으로 돌아가기"
@@ -171,13 +171,13 @@
171
171
  "ID %s에 대한 작업 호출을 찾을 수 없습니다."
172
172
  ],
173
173
  "Cancel": [
174
- "취소"
174
+ "취소 "
175
175
  ],
176
176
  "Cancel Job": [
177
177
  "작업 취소 "
178
178
  ],
179
179
  "Cancel Task": [
180
- ""
180
+ "작업 취소"
181
181
  ],
182
182
  "Cancel job invocation": [
183
183
  "작업 호출 취소"
@@ -189,7 +189,7 @@
189
189
  "취소함"
190
190
  ],
191
191
  "Cancelled:": [
192
- ""
192
+ "취소됨:"
193
193
  ],
194
194
  "Cannot resolve hosts without a bookmark or search query": [
195
195
  "북마크 또는 검색 쿼리가 없는 호스트를 확인할 수 없습니다."
@@ -225,13 +225,13 @@
225
225
  "프로비저닝 템플릿 복제"
226
226
  ],
227
227
  "Close": [
228
- "종료"
228
+ "종료 "
229
229
  ],
230
230
  "Cockpit URL": [
231
231
  "Cockpit URL"
232
232
  ],
233
233
  "Command": [
234
- ""
234
+ "명령어"
235
235
  ],
236
236
  "Concurrency level": [
237
237
  "동시 실행 레벨"
@@ -246,7 +246,7 @@
246
246
  "동시 실행 레벨 및 기간별 배분 제어"
247
247
  ],
248
248
  "Copy to clipboard": [
249
- ""
249
+ "클립보드에 복사"
250
250
  ],
251
251
  "Could not abort the job %s: ${response}": [
252
252
  "%s 작업을 중단할 수 없습니다: ${response}"
@@ -300,7 +300,7 @@
300
300
  "반복 작업 생성"
301
301
  ],
302
302
  "Create job": [
303
- ""
303
+ "작업 생성"
304
304
  ],
305
305
  "Create report": [
306
306
  "보고서 생성"
@@ -321,7 +321,7 @@
321
321
  "Cronline"
322
322
  ],
323
323
  "Current iteration": [
324
- ""
324
+ "현재 반복"
325
325
  ],
326
326
  "Current location %s is different from job's location %s. This job may run on different hosts than before.": [
327
327
  "현재 위치%s은/는 작업의 위치와 다릅니다%s 이 작업은 이전과 다른 호스트에서 실행될 수 있습니다."
@@ -336,13 +336,13 @@
336
336
  "현재 조직 %{org_c}은/는 작업의 조직%{org_j}과는 다릅니다."
337
337
  ],
338
338
  "DEBUG": [
339
- ""
339
+ "DEBUG"
340
340
  ],
341
341
  "Daily": [
342
342
  "매일"
343
343
  ],
344
344
  "Date must be in the future": [
345
- ""
345
+ "날짜는 미래여야 합니다."
346
346
  ],
347
347
  "Days": [
348
348
  "일"
@@ -375,7 +375,7 @@
375
375
  "작업 템플릿 삭제"
376
376
  ],
377
377
  "Description": [
378
- "설명"
378
+ "설명 "
379
379
  ],
380
380
  "Description Template": [
381
381
  "설명 템플릿"
@@ -507,7 +507,7 @@
507
507
  "ERB로 작업 템플릿 내보내기"
508
508
  ],
509
509
  "Failed": [
510
- "실패"
510
+ "실패 "
511
511
  ],
512
512
  "Failed hosts": [
513
513
  "실패한 호스트"
@@ -540,7 +540,7 @@
540
540
  "호스트로 필터링"
541
541
  ],
542
542
  "Finished": [
543
- "완료"
543
+ "마쳤음"
544
544
  ],
545
545
  "For Future execution a 'Starts at' date or 'Starts before' date must be selected. Immediate execution can be selected in the previous step.": [
546
546
  "미래 실행의 경우 '시작일' 또는 '시작일 이전' 날짜를 선택해야 합니다. 즉시 실행은 이전 단계에서 선택할 수 있습니다."
@@ -579,7 +579,7 @@
579
579
  "모든 고급 필드 숨기기"
580
580
  ],
581
581
  "Host": [
582
- "호스트"
582
+ "호스트 "
583
583
  ],
584
584
  "Host collections": [
585
585
  "호스트 컬렉션"
@@ -588,7 +588,7 @@
588
588
  "호스트 정보"
589
589
  ],
590
590
  "Host group": [
591
- ""
591
+ "호스트 그룹 "
592
592
  ],
593
593
  "Host groups": [
594
594
  "호스트 그룹 "
@@ -612,7 +612,7 @@
612
612
  "cron 형식으로 설정하는 작업 발생 빈도입니다."
613
613
  ],
614
614
  "ID": [
615
- ""
615
+ "ID"
616
616
  ],
617
617
  "Identifier of the Host interface for Remote execution": [
618
618
  "원격 실행을 위한 호스트 인터페이스 식별자"
@@ -627,7 +627,7 @@
627
627
  "ERB에서 작업 템플릿 가져오기"
628
628
  ],
629
629
  "In Progress": [
630
- ""
630
+ "진행 중 "
631
631
  ],
632
632
  "In Progress:": [
633
633
  "진행 중:"
@@ -672,7 +672,7 @@
672
672
  "호출 유형(%s 중 하나)"
673
673
  ],
674
674
  "Iteration limit": [
675
- ""
675
+ "반복 제한"
676
676
  ],
677
677
  "Job": [
678
678
  "Job"
@@ -732,7 +732,7 @@
732
732
  "작업 템플릿"
733
733
  ],
734
734
  "Job with id '%{id}' was not found": [
735
- ""
735
+ "ID '%{id}'가 있는 작업을 찾을 수 없음"
736
736
  ],
737
737
  "JobTemplate|Locked": [
738
738
  "JobTemplate|Locked"
@@ -765,7 +765,7 @@
765
765
  "성공한 마지막 실행"
766
766
  ],
767
767
  "Last occurrence": [
768
- ""
768
+ "마지막 반복"
769
769
  ],
770
770
  "Latest Jobs": [
771
771
  "최신 작업"
@@ -783,7 +783,7 @@
783
783
  "외부 입력 세트 나열"
784
784
  ],
785
785
  "List hosts belonging to job invocation": [
786
- ""
786
+ "작업 호출에 속하는 호스트 목록 나열"
787
787
  ],
788
788
  "List job invocations": [
789
789
  "작업 호출 나열"
@@ -825,10 +825,10 @@
825
825
  "북마크를 선택하거나 검색 쿼리를 입력해야 합니다."
826
826
  ],
827
827
  "N/A": [
828
- "N/A"
828
+ "해당 없음 "
829
829
  ],
830
830
  "Name": [
831
- "이름"
831
+ "이름 "
832
832
  ],
833
833
  "Never": [
834
834
  "사용 안 함"
@@ -843,19 +843,19 @@
843
843
  "다음"
844
844
  ],
845
845
  "Next occurrence": [
846
- ""
846
+ "다음 반복"
847
847
  ],
848
848
  "No (override)": [
849
849
  "아니요 (덮어쓰기)"
850
850
  ],
851
851
  "No Results": [
852
- ""
852
+ "결과 없음"
853
853
  ],
854
854
  "No Target Hosts": [
855
855
  "대상 호스트 없음"
856
856
  ],
857
857
  "No hosts found": [
858
- ""
858
+ "호스트를 찾을 수 없습니다"
859
859
  ],
860
860
  "No hosts found.": [
861
861
  "호스트를 찾을 수 없습니다."
@@ -864,7 +864,7 @@
864
864
  "사용 가능한 작업이 없음"
865
865
  ],
866
866
  "No output for the selected filters": [
867
- ""
867
+ "선택한 필터에 대한 출력이 없음"
868
868
  ],
869
869
  "No results found": [
870
870
  "검색 결과가 없습니다"
@@ -873,7 +873,7 @@
873
873
  "%{feature_name} 기능에 매핑된 템플릿이 없습니다."
874
874
  ],
875
875
  "No user input": [
876
- ""
876
+ "사용자 입력 없음"
877
877
  ],
878
878
  "Not all required inputs have values. Missing inputs: %s": [
879
879
  "값이 없는 필수 입력이 있습니다. 누락된 입력: %s"
@@ -888,7 +888,7 @@
888
888
  "지금"
889
889
  ],
890
890
  "OS": [
891
- ""
891
+ "OS"
892
892
  ],
893
893
  "On": [
894
894
  "켜기"
@@ -897,13 +897,13 @@
897
897
  "feature 또는 job_template_id 중 하나만 지정할 수 있습니다."
898
898
  ],
899
899
  "Open all in new tabs": [
900
- ""
900
+ "새 탭에서 모두 열기"
901
901
  ],
902
902
  "Open all invocations in new tabs": [
903
- ""
903
+ "새 탭에서 모든 호출을 엽니다."
904
904
  ],
905
905
  "Open in new tab": [
906
- ""
906
+ "새 탭에서 열기"
907
907
  ],
908
908
  "Opening job invocation form": [
909
909
  "작업 호출 양식 열기"
@@ -951,13 +951,13 @@
951
951
  "검색어를 입력해주세요"
952
952
  ],
953
953
  "Please go back to \\\\\\\"Schedule\\\\\\\" - \\\\\\\"Future execution\\\\\\\" or \\\\\\\"Recurring execution\\\\\\\" step to fix the error": [
954
- ""
954
+ "오류를 해결하려면 \\\\\\\"스케줄\\\\\\\" - \\\\\\\"향후 실행\\\\\\\" 또는 \\\\\\\"반복 실행\\\\\\\" 단계로 돌아가십시오."
955
955
  ],
956
956
  "Please go back to \\\\\\\"Schedule\\\\\\\" - \\\\\\\"Future execution\\\\\\\" step to fix the error": [
957
957
  "오류를 수정하려면 \\\\\\\"일정\\\\\\\" - \\\\\\\"향후 실행\\\\\\\" 단계로 돌아가세요."
958
958
  ],
959
959
  "Please make sure that the Smart Proxy is configured correctly for the Pull provider.": [
960
- ""
960
+ "Pull 공급자에 대해 Smart Proxy가 올바르게 구성되어 있는지 확인하십시오."
961
961
  ],
962
962
  "Please refine your search.": [
963
963
  "검색을 구체화해 주세요."
@@ -975,7 +975,7 @@
975
975
  "최소한 하나의 호스트 그룹을 선택하세요"
976
976
  ],
977
977
  "Popups are blocked by your browser. Please allow popups for this site to open all invocations in new tabs.": [
978
- ""
978
+ "팝업은 브라우저에서 차단됩니다. 이 사이트의 팝업이 새 탭에서 모든 호출을 열 수 있도록 허용하십시오."
979
979
  ],
980
980
  "Port to use for SSH communication. Default port 22. You may override per host by setting a parameter called remote_execution_ssh_port.": [
981
981
  "SSH 통신에 사용할 포트. 기본 포트 22. remote_execution_ssh_port라는 매개변수를 설정하여 호스트별로 재정의할 수 있습니다."
@@ -990,7 +990,7 @@
990
990
  "호스트 미리보기"
991
991
  ],
992
992
  "Preview Template": [
993
- ""
993
+ "템플릿 프리뷰"
994
994
  ],
995
995
  "Preview job description": [
996
996
  "작업 설명 미리보기"
@@ -1092,7 +1092,7 @@
1092
1092
  "반복 횟수는 양수만 가능합니다."
1093
1093
  ],
1094
1094
  "Repeat until": [
1095
- ""
1095
+ "반복 기한"
1096
1096
  ],
1097
1097
  "Repeats": [
1098
1098
  "반복"
@@ -1116,10 +1116,10 @@
1116
1116
  "실패한 호스트에서 재실행"
1117
1117
  ],
1118
1118
  "Rerun on succeeded hosts": [
1119
- ""
1119
+ "성공한 호스트에서 재실행"
1120
1120
  ],
1121
1121
  "Rerun succeeded": [
1122
- ""
1122
+ "재실행 성공"
1123
1123
  ],
1124
1124
  "Rerun successful": [
1125
1125
  "재실행 성공"
@@ -1167,7 +1167,7 @@
1167
1167
  "선택한 호스트에서 실행"
1168
1168
  ],
1169
1169
  "Running": [
1170
- "실행 중 "
1170
+ "실행 중"
1171
1171
  ],
1172
1172
  "SSH Port": [
1173
1173
  "SSH 포트"
@@ -1185,10 +1185,10 @@
1185
1185
  "SSH 사용자:"
1186
1186
  ],
1187
1187
  "STDERR": [
1188
- ""
1188
+ "STDERR"
1189
1189
  ],
1190
1190
  "STDOUT": [
1191
- ""
1191
+ "STDOUT"
1192
1192
  ],
1193
1193
  "Schedule": [
1194
1194
  "스케줄 "
@@ -1314,7 +1314,7 @@
1314
1314
  "검토 단계로 건너뛰기"
1315
1315
  ],
1316
1316
  "Smart proxy": [
1317
- ""
1317
+ "스마트 프록시"
1318
1318
  ],
1319
1319
  "Snippet": [
1320
1320
  "조각 모음 "
@@ -1353,10 +1353,10 @@
1353
1353
  "정적 쿼리"
1354
1354
  ],
1355
1355
  "Status": [
1356
- "상태"
1356
+ "상태 "
1357
1357
  ],
1358
1358
  "Submit": [
1359
- "제출"
1359
+ "보내기"
1360
1360
  ],
1361
1361
  "Subscribe to all my jobs": [
1362
1362
  "내 모든 작업 구독하기"
@@ -1374,10 +1374,10 @@
1374
1374
  "성공:"
1375
1375
  ],
1376
1376
  "Success": [
1377
- "성공"
1377
+ "성공 "
1378
1378
  ],
1379
1379
  "Successfully copied to clipboard!": [
1380
- ""
1380
+ "클립보드에 성공적으로 복사되었습니다!"
1381
1381
  ],
1382
1382
  "Switch to the new job invocation detail UI": [
1383
1383
  "새로운 작업 호출 세부 정보 UI로 전환"
@@ -1392,7 +1392,7 @@
1392
1392
  "시스템"
1393
1393
  ],
1394
1394
  "Target Hosts": [
1395
- ""
1395
+ "대상 호스트"
1396
1396
  ],
1397
1397
  "Target hosts": [
1398
1398
  "대상 호스트"
@@ -1404,22 +1404,22 @@
1404
1404
  "대상 템플릿 ID"
1405
1405
  ],
1406
1406
  "Target:": [
1407
- ""
1407
+ "대상:"
1408
1408
  ],
1409
1409
  "Target: ": [
1410
1410
  "대상: "
1411
1411
  ],
1412
1412
  "Task Details": [
1413
- "작업 자세히"
1413
+ "작업 상세 정보 "
1414
1414
  ],
1415
1415
  "Task cancelled": [
1416
1416
  "작업이 취소되었습니다"
1417
1417
  ],
1418
1418
  "Task count": [
1419
- ""
1419
+ "태스크 수"
1420
1420
  ],
1421
1421
  "Task for the host cancelled succesfully": [
1422
- ""
1422
+ "호스트의 작업이 취소되었습니다"
1423
1423
  ],
1424
1424
  "Template ERB": [
1425
1425
  "템플릿 ERB"
@@ -1431,7 +1431,7 @@
1431
1431
  "템플릿이 실패했습니다:"
1432
1432
  ],
1433
1433
  "Template invocation not found": [
1434
- ""
1434
+ "템플릿 호출을 찾을 수 없음"
1435
1435
  ],
1436
1436
  "Template name": [
1437
1437
  "템플릿 이름"
@@ -1455,7 +1455,7 @@
1455
1455
  "동적 쿼리 '%{query}'이(가) 아직 확인되지 않았습니다. 확인할 대상 호스트의 목록을 %{here}에서 볼 수 있습니다."
1456
1456
  ],
1457
1457
  "The dynamic query is still being processed. You can {viewTheHosts} targeted by the query.": [
1458
- ""
1458
+ "동적 쿼리가 계속 처리되고 있습니다. 쿼리에 의해 {viewTheHosts}가 대상이 될 수 있습니다."
1459
1459
  ],
1460
1460
  "The execution interface is used for remote execution": [
1461
1461
  "원격 실행에 사용되는 실행 인터페이스입니다."
@@ -1476,7 +1476,7 @@
1476
1476
  "사용할 작업 템플릿, 기능이 지정되지 않은 경우 매개변수가 필요합니다."
1477
1477
  ],
1478
1478
  "The number of invocations is:": [
1479
- ""
1479
+ "호출 횟수는 다음과 같습니다:"
1480
1480
  ],
1481
1481
  "The only applicable proxy %{proxy_names} is down": [
1482
1482
  "적용 가능한 유일한 프록시인 %{proxy_names}이(가) 작동하지 않습니다."
@@ -1506,7 +1506,7 @@
1506
1506
  "이 템플릿은 설명을 생성하는 데 사용됩니다.<br/> 입력 값은 %{package} 구문을 사용하여 사용할 수 있습니다.<br/> 또한 %{job_category} 및 %{template_name}을 사용하여 작업 범주와 템플릿 <br/> 이름을 포함할 수도 있습니다."
1507
1507
  ],
1508
1508
  "This will open a new tab for each invocation.": [
1509
- ""
1509
+ "그러면 각 호출에 대한 새 탭이 열립니다."
1510
1510
  ],
1511
1511
  "Time in seconds from the start on the remote host after which the job should be killed.": [
1512
1512
  "원격 호스트에서 작업이 시작된 후 종료되어야 하는 시간(초)입니다."
@@ -1557,7 +1557,7 @@
1557
1557
  "작업 %s을 중단하려고 합니다"
1558
1558
  ],
1559
1559
  "Trying to abort the task for the host": [
1560
- ""
1560
+ "호스트에 대한 작업 중단 시도"
1561
1561
  ],
1562
1562
  "Trying to cancel the job": [
1563
1563
  "작업을 취소하려고 합니다"
@@ -1566,10 +1566,10 @@
1566
1566
  "작업 %s을 취소하려고 합니다"
1567
1567
  ],
1568
1568
  "Trying to cancel the task for the host": [
1569
- ""
1569
+ "호스트에 대한 작업 취소 시도"
1570
1570
  ],
1571
1571
  "Type": [
1572
- "형태"
1572
+ "유형 "
1573
1573
  ],
1574
1574
  "Type has impact on when is the query evaluated to hosts.": [
1575
1575
  "유형은 쿼리가 호스트로 평가되는 시기에 영향을 미칩니다."
@@ -1593,13 +1593,13 @@
1593
1593
  "알려진 호스트에서 호스트를 제거할 수 없습니다."
1594
1594
  ],
1595
1595
  "Unable to run job": [
1596
- ""
1596
+ "작업을 실행할 수 없음"
1597
1597
  ],
1598
1598
  "Unable to save template. Correct highlighted errors": [
1599
1599
  "템플릿을 저장할 수 없습니다. 강조된 오류를 수정합니다."
1600
1600
  ],
1601
1601
  "Unknown": [
1602
- ""
1602
+ "알 수 없음 "
1603
1603
  ],
1604
1604
  "Unknown execution status": [
1605
1605
  "알 수 없는 실행 상태"
@@ -1713,10 +1713,10 @@
1713
1713
  "이 작업을 수행할 권한이 없습니다."
1714
1714
  ],
1715
1715
  "You have %s results to display. Showing first %s results": [
1716
- "표시할 결과과 %s개 있습니다. 번째 %s 결과 표시"
1716
+ "표시할 결과과 %s개 있습니다. 처음 %s 개의 결과 표시"
1717
1717
  ],
1718
1718
  "You have more results to display. Showing first %s results": [
1719
- ""
1719
+ "더 많은 결과가 표시됩니다. 처음 %s개의 결과 표시"
1720
1720
  ],
1721
1721
  "add an input set for this template to reference a different template inputs": [
1722
1722
  "이 템플릿에서 다른 템플릿 입력을 참조하기 위한 입력 세트를 추가합니다."
@@ -1746,7 +1746,7 @@
1746
1746
  "실패함"
1747
1747
  ],
1748
1748
  "here": [
1749
- "여기 "
1749
+ "여기"
1750
1750
  ],
1751
1751
  "host already has an execution interface": [
1752
1752
  "호스트에 실행 인터페이스가 이미 있습니다."
@@ -1809,7 +1809,7 @@
1809
1809
  "성공"
1810
1810
  ],
1811
1811
  "task aborted succesfully": [
1812
- ""
1812
+ "작업이 일시 중지됨"
1813
1813
  ],
1814
1814
  "tasks at a time": [
1815
1815
  "한 번에 작업"
@@ -1830,7 +1830,7 @@
1830
1830
  "호스트 이름 보기"
1831
1831
  ],
1832
1832
  "view the hosts": [
1833
- ""
1833
+ "호스트 보기"
1834
1834
  ],
1835
1835
  "yes": [
1836
1836
  "예"
@@ -3,7 +3,7 @@
3
3
  "locale_data": {
4
4
  "foreman_remote_execution": {
5
5
  "": {
6
- "Project-Id-Version": "foreman_remote_execution 15.0.0",
6
+ "Project-Id-Version": "foreman_remote_execution 15.0.1",
7
7
  "Report-Msgid-Bugs-To": "",
8
8
  "PO-Revision-Date": "2016-02-15 13:54+0000",
9
9
  "Last-Translator": "FULL NAME <EMAIL@ADDRESS>",
@@ -232,7 +232,7 @@
232
232
  "URL de cockpit"
233
233
  ],
234
234
  "Command": [
235
- ""
235
+ "Comando"
236
236
  ],
237
237
  "Concurrency level": [
238
238
  "Nível de simultaneidade"
@@ -322,7 +322,7 @@
322
322
  "Cronline"
323
323
  ],
324
324
  "Current iteration": [
325
- ""
325
+ "Iteração atual"
326
326
  ],
327
327
  "Current location %s is different from job's location %s. This job may run on different hosts than before.": [
328
328
  ""
@@ -673,7 +673,7 @@
673
673
  "Tipo de invocação, um dos %s"
674
674
  ],
675
675
  "Iteration limit": [
676
- ""
676
+ "Limite de iteração"
677
677
  ],
678
678
  "Job": [
679
679
  "Trabalho"
@@ -766,7 +766,7 @@
766
766
  "Última execução bem-sucedida "
767
767
  ],
768
768
  "Last occurrence": [
769
- ""
769
+ "Ocorrência mais recente"
770
770
  ],
771
771
  "Latest Jobs": [
772
772
  "Últimos empregos"
@@ -844,13 +844,13 @@
844
844
  "Próximo"
845
845
  ],
846
846
  "Next occurrence": [
847
- ""
847
+ "Próxima ocorrência"
848
848
  ],
849
849
  "No (override)": [
850
850
  ""
851
851
  ],
852
852
  "No Results": [
853
- ""
853
+ "Sem resultados"
854
854
  ],
855
855
  "No Target Hosts": [
856
856
  "Sem anfitriões alvo"
@@ -1093,7 +1093,7 @@
1093
1093
  "A quantia repetida só pode ser um número positivo"
1094
1094
  ],
1095
1095
  "Repeat until": [
1096
- ""
1096
+ "Repetir até"
1097
1097
  ],
1098
1098
  "Repeats": [
1099
1099
  "Repetições "
@@ -1417,7 +1417,7 @@
1417
1417
  "Tarefa cancelada"
1418
1418
  ],
1419
1419
  "Task count": [
1420
- ""
1420
+ "Contagem de Tarefas"
1421
1421
  ],
1422
1422
  "Task for the host cancelled succesfully": [
1423
1423
  ""
@@ -1602,7 +1602,7 @@
1602
1602
  "Não foi possível salvar o template. Corrija os erros em destaque "
1603
1603
  ],
1604
1604
  "Unknown": [
1605
- ""
1605
+ "Desconhecido"
1606
1606
  ],
1607
1607
  "Unknown execution status": [
1608
1608
  "Status de execução desconhecido"