foreman_remote_execution 8.3.3 → 9.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/ruby_ci.yml +3 -1
- data/app/controllers/api/v2/job_invocations_controller.rb +0 -1
- data/app/controllers/job_invocations_controller.rb +1 -20
- data/app/controllers/ui_job_wizard_controller.rb +2 -4
- data/app/helpers/remote_execution_helper.rb +1 -1
- data/app/lib/actions/remote_execution/run_host_job.rb +1 -1
- data/app/views/api/v2/job_invocations/base.json.rabl +1 -1
- data/app/views/job_invocations/_form.html.erb +1 -1
- data/app/views/job_invocations/show.html.erb +1 -1
- data/app/views/job_invocations/welcome.html.erb +1 -1
- data/config/routes.rb +0 -1
- data/db/migrate/20210816100932_rex_setting_category_to_dsl.rb +1 -1
- data/extra/cockpit/foreman-cockpit-session +12 -29
- data/lib/foreman_remote_execution/engine.rb +2 -2
- data/lib/foreman_remote_execution/version.rb +1 -1
- data/locale/action_names.rb +2 -2
- data/locale/de/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/de/foreman_remote_execution.po +154 -266
- data/locale/en/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/en/foreman_remote_execution.po +24 -132
- data/locale/en_GB/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/en_GB/foreman_remote_execution.po +41 -149
- data/locale/es/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/es/foreman_remote_execution.po +210 -320
- data/locale/foreman_remote_execution.pot +211 -394
- data/locale/fr/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/fr/foreman_remote_execution.po +241 -353
- data/locale/ja/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ja/foreman_remote_execution.po +261 -368
- data/locale/ko/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ko/foreman_remote_execution.po +53 -161
- data/locale/pt_BR/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/pt_BR/foreman_remote_execution.po +225 -335
- data/locale/ru/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ru/foreman_remote_execution.po +53 -161
- data/locale/zh_CN/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/zh_CN/foreman_remote_execution.po +359 -465
- data/locale/zh_TW/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/zh_TW/foreman_remote_execution.po +54 -162
- data/webpack/JobWizard/JobWizard.js +10 -52
- data/webpack/JobWizard/JobWizard.scss +1 -5
- data/webpack/JobWizard/JobWizardConstants.js +1 -1
- data/webpack/JobWizard/__tests__/__snapshots__/integration.test.js.snap +0 -8
- data/webpack/JobWizard/__tests__/fixtures.js +0 -5
- data/webpack/JobWizard/__tests__/integration.test.js +0 -15
- data/webpack/JobWizard/__tests__/validation.test.js +0 -27
- data/webpack/JobWizard/autofill.js +2 -6
- data/webpack/JobWizard/steps/AdvancedFields/__tests__/AdvancedFields.test.js +0 -19
- data/webpack/JobWizard/steps/AdvancedFields/__tests__/__snapshots__/AdvancedFields.test.js.snap +1 -9
- data/webpack/JobWizard/steps/HostsAndInputs/HostPreviewModal.js +0 -3
- data/webpack/JobWizard/steps/HostsAndInputs/HostSearch.js +4 -28
- data/webpack/JobWizard/steps/HostsAndInputs/__tests__/HostsAndInputs.test.js +2 -32
- data/webpack/JobWizard/steps/HostsAndInputs/buildHostQuery.js +10 -16
- data/webpack/JobWizard/steps/HostsAndInputs/index.js +3 -55
- data/webpack/JobWizard/steps/ReviewDetails/index.js +4 -7
- data/webpack/JobWizard/steps/Schedule/QueryType.js +1 -1
- data/webpack/JobWizard/steps/Schedule/RepeatHour.js +1 -0
- data/webpack/JobWizard/steps/Schedule/RepeatWeek.js +2 -3
- data/webpack/JobWizard/steps/Schedule/__tests__/Schedule.test.js +5 -25
- data/webpack/JobWizard/steps/form/DateTimePicker.js +1 -0
- data/webpack/JobWizard/steps/form/Formatter.js +8 -30
- data/webpack/JobWizard/steps/form/GroupedSelectField.js +1 -0
- data/webpack/JobWizard/steps/form/SelectField.js +1 -0
- data/webpack/JobWizard/submit.js +2 -13
- data/webpack/react_app/components/RecentJobsCard/RecentJobsCard.js +4 -4
- data/webpack/react_app/components/RecentJobsCard/RecentJobsTable.js +2 -2
- data/webpack/react_app/components/RecentJobsCard/constants.js +2 -2
- metadata +5 -5
Binary file
|
@@ -5,10 +5,10 @@
|
|
5
5
|
# Translators:
|
6
6
|
msgid ""
|
7
7
|
msgstr ""
|
8
|
-
"Project-Id-Version: foreman_remote_execution
|
8
|
+
"Project-Id-Version: foreman_remote_execution 1.5.3\n"
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
10
|
-
"PO-Revision-Date:
|
11
|
-
"Last-Translator:
|
10
|
+
"PO-Revision-Date: 2018-06-14 23:10+0000\n"
|
11
|
+
"Last-Translator: Dominic Cleal <dominic@cleal.org>\n"
|
12
12
|
"Language-Team: Korean (http://www.transifex.com/foreman/foreman/language/ko/)\n"
|
13
13
|
"MIME-Version: 1.0\n"
|
14
14
|
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -28,12 +28,6 @@ msgstr ""
|
|
28
28
|
msgid "%{description} on %{host}"
|
29
29
|
msgstr "%{host}에 대한 %{description}"
|
30
30
|
|
31
|
-
msgid "'Starts before' date must be after 'Starts at' date"
|
32
|
-
msgstr ""
|
33
|
-
|
34
|
-
msgid "'Starts before' date must in the future"
|
35
|
-
msgstr ""
|
36
|
-
|
37
31
|
msgid ", and %s more"
|
38
32
|
msgstr ""
|
39
33
|
|
@@ -69,9 +63,6 @@ msgstr "Foreman으로 원격 실행을 가져오는 플러그인입니다. 원
|
|
69
63
|
msgid "A special label for tracking a recurring job. There can be only one active job with a given purpose at a time."
|
70
64
|
msgstr ""
|
71
65
|
|
72
|
-
msgid "A user to be used for SSH."
|
73
|
-
msgstr ""
|
74
|
-
|
75
66
|
msgid "A user to be used for executing the script. If it differs from the SSH user, su or sudo is used to switch the accounts."
|
76
67
|
msgstr "스크립트를 실행하는 데 사용할 사용자입니다. 이 사용자가 SSH 사용자와 다른 경우 su 또는 sudo를 사용하여 계정을 전환합니다."
|
77
68
|
|
@@ -79,23 +70,17 @@ msgid "Abort Job"
|
|
79
70
|
msgstr ""
|
80
71
|
|
81
72
|
msgid "Action with sub plans"
|
82
|
-
msgstr "
|
73
|
+
msgstr ""
|
83
74
|
|
84
75
|
msgid "Actions"
|
85
76
|
msgstr "작업"
|
86
77
|
|
87
|
-
msgid "Active Filters:"
|
88
|
-
msgstr ""
|
89
|
-
|
90
78
|
msgid "Add Foreign Input Set"
|
91
79
|
msgstr "외부 입력 세트 추가"
|
92
80
|
|
93
81
|
msgid "Advanced fields"
|
94
82
|
msgstr ""
|
95
83
|
|
96
|
-
msgid "After"
|
97
|
-
msgstr ""
|
98
|
-
|
99
84
|
msgid "All fields are required."
|
100
85
|
msgstr ""
|
101
86
|
|
@@ -109,16 +94,16 @@ msgid "Another interface is already set as execution. Are you sure you want to u
|
|
109
94
|
msgstr "이미 다른 인터페이스가 실행 인터페이스로 설정되어 있습니다. 이 인터페이스를 대신 사용하시겠습니까?"
|
110
95
|
|
111
96
|
msgid "Any Location"
|
112
|
-
msgstr "
|
97
|
+
msgstr ""
|
113
98
|
|
114
99
|
msgid "Any Organization"
|
115
|
-
msgstr "
|
100
|
+
msgstr ""
|
116
101
|
|
117
102
|
msgid "Apply to"
|
118
103
|
msgstr ""
|
119
104
|
|
120
105
|
msgid "At"
|
121
|
-
msgstr "
|
106
|
+
msgstr ""
|
122
107
|
|
123
108
|
msgid "At minute"
|
124
109
|
msgstr ""
|
@@ -168,9 +153,6 @@ msgstr ""
|
|
168
153
|
msgid "Clear filters"
|
169
154
|
msgstr ""
|
170
155
|
|
171
|
-
msgid "Clear input"
|
172
|
-
msgstr ""
|
173
|
-
|
174
156
|
msgid "Clone a provision template"
|
175
157
|
msgstr "프로비저닝 템플릿 복제"
|
176
158
|
|
@@ -210,9 +192,6 @@ msgstr ""
|
|
210
192
|
msgid "Could not use any template used in the job invocation"
|
211
193
|
msgstr "작업 호출에 사용된 템플릿을 사용할 수 없습니다."
|
212
194
|
|
213
|
-
msgid "Create"
|
214
|
-
msgstr "생성 "
|
215
|
-
|
216
195
|
msgid "Create Report"
|
217
196
|
msgstr ""
|
218
197
|
|
@@ -232,7 +211,7 @@ msgid "Create report for this job"
|
|
232
211
|
msgstr ""
|
233
212
|
|
234
213
|
msgid "Cron line"
|
235
|
-
msgstr "
|
214
|
+
msgstr ""
|
236
215
|
|
237
216
|
msgid "Cron line format 'a b c d e', where:"
|
238
217
|
msgstr ""
|
@@ -240,26 +219,20 @@ msgstr ""
|
|
240
219
|
msgid "Cronline"
|
241
220
|
msgstr ""
|
242
221
|
|
243
|
-
msgid "Current location %s is different from job's location %s. This job may run on different hosts than before."
|
244
|
-
msgstr ""
|
245
|
-
|
246
222
|
msgid "Current location %{loc_c} is different from job's location %{loc_j}."
|
247
223
|
msgstr ""
|
248
224
|
|
249
|
-
msgid "Current organization %s is different from job's organization %s. This job may run on different hosts than before."
|
250
|
-
msgstr ""
|
251
|
-
|
252
225
|
msgid "Current organization %{org_c} is different from job's organization %{org_j}."
|
253
226
|
msgstr ""
|
254
227
|
|
255
228
|
msgid "Daily"
|
256
|
-
msgstr "
|
229
|
+
msgstr ""
|
257
230
|
|
258
231
|
msgid "Days"
|
259
|
-
msgstr "
|
232
|
+
msgstr ""
|
260
233
|
|
261
234
|
msgid "Days of week"
|
262
|
-
msgstr "
|
235
|
+
msgstr ""
|
263
236
|
|
264
237
|
msgid "Default SSH key passphrase"
|
265
238
|
msgstr ""
|
@@ -312,6 +285,9 @@ msgstr ""
|
|
312
285
|
msgid "Duplicated inputs detected: %{duplicated_inputs}"
|
313
286
|
msgstr "중복된 입력이 감지되었습니다: %{duplicated_inputs}"
|
314
287
|
|
288
|
+
msgid "Dynamic"
|
289
|
+
msgstr ""
|
290
|
+
|
315
291
|
msgid "Dynamic Query"
|
316
292
|
msgstr "동적 쿼리"
|
317
293
|
|
@@ -330,9 +306,6 @@ msgstr "원격 실행 기능 편집"
|
|
330
306
|
msgid "Edit job description template"
|
331
307
|
msgstr ""
|
332
308
|
|
333
|
-
msgid "Effective User"
|
334
|
-
msgstr ""
|
335
|
-
|
336
309
|
msgid "Effective User Method"
|
337
310
|
msgstr ""
|
338
311
|
|
@@ -354,6 +327,9 @@ msgstr ""
|
|
354
327
|
msgid "Effective user password is only applicable for SSH provider. Other providers ignore this field. Password is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution."
|
355
328
|
msgstr ""
|
356
329
|
|
330
|
+
msgid "Efffective User"
|
331
|
+
msgstr ""
|
332
|
+
|
357
333
|
msgid "Enable Global Proxy"
|
358
334
|
msgstr ""
|
359
335
|
|
@@ -361,10 +337,10 @@ msgid "End time needs to be after start time"
|
|
361
337
|
msgstr ""
|
362
338
|
|
363
339
|
msgid "Ends"
|
364
|
-
msgstr "
|
340
|
+
msgstr ""
|
365
341
|
|
366
342
|
msgid "Error"
|
367
|
-
msgstr "
|
343
|
+
msgstr ""
|
368
344
|
|
369
345
|
msgid "Error loading data from proxy"
|
370
346
|
msgstr "프록시에서 데이터를 로드하는 도중 오류가 발생했습니다."
|
@@ -375,13 +351,7 @@ msgstr ""
|
|
375
351
|
msgid "Evaluated at:"
|
376
352
|
msgstr "평가 시점:"
|
377
353
|
|
378
|
-
msgid "Execute
|
379
|
-
msgstr ""
|
380
|
-
|
381
|
-
msgid "Execute the job now."
|
382
|
-
msgstr ""
|
383
|
-
|
384
|
-
msgid "Execute the job on a repeating schedule."
|
354
|
+
msgid "Execute now"
|
385
355
|
msgstr ""
|
386
356
|
|
387
357
|
msgid "Execute the jobs on hosts in randomized order"
|
@@ -430,9 +400,6 @@ msgid "Filter by hosts"
|
|
430
400
|
msgstr ""
|
431
401
|
|
432
402
|
msgid "Finished"
|
433
|
-
msgstr "완료"
|
434
|
-
|
435
|
-
msgid "For Future execution a 'Starts at' date or 'Starts before' date must be selected. Immediate execution can be selected in the previous step."
|
436
403
|
msgstr ""
|
437
404
|
|
438
405
|
msgid "For example: 1, 2, 3, 4, 5..."
|
@@ -447,9 +414,6 @@ msgstr ""
|
|
447
414
|
msgid "Form Job Template"
|
448
415
|
msgstr ""
|
449
416
|
|
450
|
-
msgid "Future execution"
|
451
|
-
msgstr ""
|
452
|
-
|
453
417
|
msgid "Get output for a host"
|
454
418
|
msgstr "호스트에 대한 출력 가져오기"
|
455
419
|
|
@@ -478,7 +442,7 @@ msgid "Host detail"
|
|
478
442
|
msgstr "호스트 정보"
|
479
443
|
|
480
444
|
msgid "Host groups"
|
481
|
-
msgstr "
|
445
|
+
msgstr ""
|
482
446
|
|
483
447
|
msgid "Host task"
|
484
448
|
msgstr ""
|
@@ -487,7 +451,7 @@ msgid "Host with id '%{id}' was not found"
|
|
487
451
|
msgstr "ID가 '%{id}'인 호스트를 찾을 수 없습니다."
|
488
452
|
|
489
453
|
msgid "Hosts"
|
490
|
-
msgstr "
|
454
|
+
msgstr ""
|
491
455
|
|
492
456
|
msgid "Hosts gone missing"
|
493
457
|
msgstr ""
|
@@ -501,20 +465,17 @@ msgstr "cron 형식으로 설정하는 작업 발생 빈도입니다."
|
|
501
465
|
msgid "Identifier of the Host interface for Remote execution"
|
502
466
|
msgstr ""
|
503
467
|
|
504
|
-
msgid "Immediate execution"
|
505
|
-
msgstr ""
|
506
|
-
|
507
468
|
msgid "Import"
|
508
469
|
msgstr "불러오기"
|
509
470
|
|
510
471
|
msgid "Import Puppet classes"
|
511
|
-
msgstr "
|
472
|
+
msgstr ""
|
512
473
|
|
513
474
|
msgid "Import a job template from ERB"
|
514
475
|
msgstr ""
|
515
476
|
|
516
477
|
msgid "Import facts"
|
517
|
-
msgstr "
|
478
|
+
msgstr ""
|
518
479
|
|
519
480
|
msgid "Include all inputs from the foreign template"
|
520
481
|
msgstr ""
|
@@ -522,9 +483,6 @@ msgstr ""
|
|
522
483
|
msgid "Indicates that the action should be cancelled if it cannot be started before this time."
|
523
484
|
msgstr "이 시간 전에 시작할 수 없는 경우 작업을 취소한다는 것을 나타냅니다."
|
524
485
|
|
525
|
-
msgid "Inherit from host parameter"
|
526
|
-
msgstr ""
|
527
|
-
|
528
486
|
msgid "Input"
|
529
487
|
msgstr "입력"
|
530
488
|
|
@@ -540,9 +498,6 @@ msgstr ""
|
|
540
498
|
msgid "Internal proxy selector can only be used if Katello is enabled"
|
541
499
|
msgstr ""
|
542
500
|
|
543
|
-
msgid "Interval in seconds, if the job is not picked up by a client within this interval it will be cancelled."
|
544
|
-
msgstr ""
|
545
|
-
|
546
501
|
msgid "Invalid date"
|
547
502
|
msgstr ""
|
548
503
|
|
@@ -606,6 +561,9 @@ msgstr ""
|
|
606
561
|
msgid "Job templates"
|
607
562
|
msgstr "작업 템플릿"
|
608
563
|
|
564
|
+
msgid "Job wizard"
|
565
|
+
msgstr ""
|
566
|
+
|
609
567
|
msgid "JobTemplate|Locked"
|
610
568
|
msgstr "JobTemplate|잠김"
|
611
569
|
|
@@ -667,16 +625,13 @@ msgid "List template invocations belonging to job invocation"
|
|
667
625
|
msgstr ""
|
668
626
|
|
669
627
|
msgid "Location"
|
670
|
-
msgstr "
|
628
|
+
msgstr ""
|
671
629
|
|
672
630
|
msgid "Manual selection"
|
673
631
|
msgstr "수동 선택"
|
674
632
|
|
675
|
-
msgid "Minute can only be a number between 0-59"
|
676
|
-
msgstr ""
|
677
|
-
|
678
633
|
msgid "Monthly"
|
679
|
-
msgstr "
|
634
|
+
msgstr ""
|
680
635
|
|
681
636
|
msgid "Must select a bookmark or enter a search query"
|
682
637
|
msgstr "북마크를 선택하거나 검색 쿼리를 입력해야 합니다."
|
@@ -687,15 +642,12 @@ msgstr "해당 없음 "
|
|
687
642
|
msgid "Name"
|
688
643
|
msgstr "이름"
|
689
644
|
|
690
|
-
msgid "Never"
|
691
|
-
msgstr "
|
645
|
+
msgid "Never ends"
|
646
|
+
msgstr ""
|
692
647
|
|
693
648
|
msgid "New Job Template"
|
694
649
|
msgstr "새 작업 템플릿"
|
695
650
|
|
696
|
-
msgid "No (override)"
|
697
|
-
msgstr ""
|
698
|
-
|
699
651
|
msgid "No Target Hosts"
|
700
652
|
msgstr ""
|
701
653
|
|
@@ -703,7 +655,7 @@ msgid "No execution finished yet"
|
|
703
655
|
msgstr "아직 완료된 실행이 없습니다."
|
704
656
|
|
705
657
|
msgid "No hosts found."
|
706
|
-
msgstr "
|
658
|
+
msgstr ""
|
707
659
|
|
708
660
|
msgid "No jobs available"
|
709
661
|
msgstr ""
|
@@ -717,20 +669,11 @@ msgstr "%{feature_name} 기능에 매핑된 템플릿이 없습니다."
|
|
717
669
|
msgid "Not all required inputs have values. Missing inputs: %s"
|
718
670
|
msgstr "값이 없는 필수 입력이 있습니다. 누락된 입력: %s"
|
719
671
|
|
720
|
-
msgid "Now"
|
721
|
-
msgstr ""
|
722
|
-
|
723
|
-
msgid "On"
|
724
|
-
msgstr "켜기"
|
725
|
-
|
726
672
|
msgid "Only one of feature or job_template_id can be specified"
|
727
673
|
msgstr ""
|
728
674
|
|
729
|
-
msgid "Opening job invocation form"
|
730
|
-
msgstr ""
|
731
|
-
|
732
675
|
msgid "Organization"
|
733
|
-
msgstr "
|
676
|
+
msgstr ""
|
734
677
|
|
735
678
|
msgid "Override the description format from the template for this invocation only"
|
736
679
|
msgstr "이 호출에 대한 템플릿에서만 설명 형식 덮어쓰기"
|
@@ -813,9 +756,6 @@ msgstr ""
|
|
813
756
|
msgid "REX job has succeeded - %s"
|
814
757
|
msgstr ""
|
815
758
|
|
816
|
-
msgid "REX pull mode"
|
817
|
-
msgstr ""
|
818
|
-
|
819
759
|
msgid "Randomized"
|
820
760
|
msgstr ""
|
821
761
|
|
@@ -825,9 +765,6 @@ msgstr ""
|
|
825
765
|
msgid "Recurrence"
|
826
766
|
msgstr ""
|
827
767
|
|
828
|
-
msgid "Recurring execution"
|
829
|
-
msgstr ""
|
830
|
-
|
831
768
|
msgid "Recurring logic"
|
832
769
|
msgstr "반복 로직"
|
833
770
|
|
@@ -858,15 +795,18 @@ msgstr ""
|
|
858
795
|
msgid "Remote execution job"
|
859
796
|
msgstr ""
|
860
797
|
|
798
|
+
msgid "Repeat N times"
|
799
|
+
msgstr ""
|
800
|
+
|
801
|
+
msgid "Repeat On"
|
802
|
+
msgstr ""
|
803
|
+
|
861
804
|
msgid "Repeat a maximum of N times"
|
862
805
|
msgstr "최대 N번 반복"
|
863
806
|
|
864
807
|
msgid "Repeat amount can only be a positive number"
|
865
808
|
msgstr ""
|
866
809
|
|
867
|
-
msgid "Repeats"
|
868
|
-
msgstr "반복"
|
869
|
-
|
870
810
|
msgid "Rerun"
|
871
811
|
msgstr "재실행"
|
872
812
|
|
@@ -885,9 +825,6 @@ msgstr "실패한 호스트에서 재실행"
|
|
885
825
|
msgid "Rerun the job"
|
886
826
|
msgstr "작업 재실행"
|
887
827
|
|
888
|
-
msgid "Reset to default"
|
889
|
-
msgstr "기본값으로 다시 설정 "
|
890
|
-
|
891
828
|
msgid "Resolves to"
|
892
829
|
msgstr "다음으로 확인"
|
893
830
|
|
@@ -916,7 +853,7 @@ msgid "Run job"
|
|
916
853
|
msgstr ""
|
917
854
|
|
918
855
|
msgid "Running"
|
919
|
-
msgstr "
|
856
|
+
msgstr ""
|
920
857
|
|
921
858
|
msgid "SSH Port"
|
922
859
|
msgstr ""
|
@@ -927,9 +864,6 @@ msgstr ""
|
|
927
864
|
msgid "SSH provider specific options"
|
928
865
|
msgstr "SSH 공급자 관련 옵션"
|
929
866
|
|
930
|
-
msgid "SSH user"
|
931
|
-
msgstr ""
|
932
|
-
|
933
867
|
msgid "Schedule"
|
934
868
|
msgstr "스케줄 "
|
935
869
|
|
@@ -939,6 +873,9 @@ msgstr ""
|
|
939
873
|
msgid "Schedule a job"
|
940
874
|
msgstr ""
|
941
875
|
|
876
|
+
msgid "Schedule for future execution"
|
877
|
+
msgstr ""
|
878
|
+
|
942
879
|
msgid "Schedule the job for a future time"
|
943
880
|
msgstr "이후 시간에 대해 작업 스케줄"
|
944
881
|
|
@@ -973,7 +910,7 @@ msgid "Search for remote execution proxy outside of the proxies assigned to the
|
|
973
910
|
msgstr ""
|
974
911
|
|
975
912
|
msgid "Search query"
|
976
|
-
msgstr "
|
913
|
+
msgstr ""
|
977
914
|
|
978
915
|
msgid "Search the host for any proxy with Remote Execution, useful when the host has no subnet or the subnet does not have an execution proxy"
|
979
916
|
msgstr "원격 실행 기능이 있는 모든 프록시의 호스트를 검색합니다. 호스트에 서브넷이 없거나 서브넷에 실행 프록시가 없는 경우 유용합니다."
|
@@ -996,30 +933,18 @@ msgstr ""
|
|
996
933
|
msgid "Select as many remote execution proxies as applicable for this subnet. When multiple proxies with the same provider are added, actions will be load balanced among them."
|
997
934
|
msgstr "이 서브넷에 적용할 수 있는 원격 실행 프록시를 모두 선택합니다. 공급자가 동일한 프록시를 여러 개 추가한 경우 해당 프록시 간에 작업이 로드 밸런싱됩니다."
|
998
935
|
|
999
|
-
msgid "Select the type of execution"
|
1000
|
-
msgstr ""
|
1001
|
-
|
1002
|
-
msgid "Set 'host_registration_remote_execution_pull' parameter for the host. If it is set to true, pull provider client will be deployed on the host"
|
1003
|
-
msgstr ""
|
1004
|
-
|
1005
936
|
msgid "Set SSH key passphrase"
|
1006
937
|
msgstr ""
|
1007
938
|
|
1008
939
|
msgid "Set SSH password"
|
1009
940
|
msgstr ""
|
1010
941
|
|
1011
|
-
msgid "Set SSH user"
|
1012
|
-
msgstr ""
|
1013
|
-
|
1014
942
|
msgid "Set password for effective user (using sudo-like mechanisms)"
|
1015
943
|
msgstr ""
|
1016
944
|
|
1017
945
|
msgid "Set to distribute over"
|
1018
946
|
msgstr ""
|
1019
947
|
|
1020
|
-
msgid "Setup remote execution pull mode. If set to `Yes`, pull provider client will be deployed on the registered host. The inherited value is based on the `host_registration_remote_execution_pull` parameter. It can be inherited e.g. from host group, operating system, organization. When overridden, the selected value will be stored on host parameter level."
|
1021
|
-
msgstr ""
|
1022
|
-
|
1023
948
|
msgid "Should the ip addresses on host interfaces be preferred over the fqdn? It is useful when DNS not resolving the fqdns properly. You may override this per host by setting a parameter called remote_execution_connect_by_ip. For dual-stacked hosts you should consider the remote_execution_connect_by_ip_prefer_ipv6 setting"
|
1024
949
|
msgstr ""
|
1025
950
|
|
@@ -1053,9 +978,6 @@ msgstr "시작"
|
|
1053
978
|
msgid "Started"
|
1054
979
|
msgstr ""
|
1055
980
|
|
1056
|
-
msgid "Starts"
|
1057
|
-
msgstr "시작 "
|
1058
|
-
|
1059
981
|
msgid "Starts at"
|
1060
982
|
msgstr ""
|
1061
983
|
|
@@ -1063,7 +985,10 @@ msgid "Starts before"
|
|
1063
985
|
msgstr ""
|
1064
986
|
|
1065
987
|
msgid "State"
|
1066
|
-
msgstr "
|
988
|
+
msgstr ""
|
989
|
+
|
990
|
+
msgid "Static"
|
991
|
+
msgstr ""
|
1067
992
|
|
1068
993
|
msgid "Static Query"
|
1069
994
|
msgstr "정적 쿼리"
|
@@ -1183,15 +1108,9 @@ msgstr ""
|
|
1183
1108
|
msgid "Time in seconds from the start on the remote host after which the job should be killed."
|
1184
1109
|
msgstr ""
|
1185
1110
|
|
1186
|
-
msgid "Time in seconds within which the host has to pick up a job. If the job is not picked up within this limit, the job will be cancelled. Defaults to 1 day."
|
1187
|
-
msgstr ""
|
1188
|
-
|
1189
1111
|
msgid "Time span"
|
1190
1112
|
msgstr "기간"
|
1191
1113
|
|
1192
|
-
msgid "Time to pickup"
|
1193
|
-
msgstr ""
|
1194
|
-
|
1195
1114
|
msgid "Timeout to kill"
|
1196
1115
|
msgstr ""
|
1197
1116
|
|
@@ -1240,9 +1159,6 @@ msgstr ""
|
|
1240
1159
|
msgid "Type has impact on when is the query evaluated to hosts.<br><ul><li><b>Static</b> - evaluates just after you submit this form</li><li><b>Dynamic</b> - evaluates just before the execution is started, so if it's planed in future, targeted hosts set may change before it</li></ul>"
|
1241
1160
|
msgstr ""
|
1242
1161
|
|
1243
|
-
msgid "Type of execution"
|
1244
|
-
msgstr ""
|
1245
|
-
|
1246
1162
|
msgid "Type of query"
|
1247
1163
|
msgstr "쿼리 유형"
|
1248
1164
|
|
@@ -1279,15 +1195,6 @@ msgstr "작업 템플릿 업데이트"
|
|
1279
1195
|
msgid "Use default description template"
|
1280
1196
|
msgstr "기본 설명 템플릿 사용"
|
1281
1197
|
|
1282
|
-
msgid "Use legacy form"
|
1283
|
-
msgstr ""
|
1284
|
-
|
1285
|
-
msgid "Use new job wizard"
|
1286
|
-
msgstr ""
|
1287
|
-
|
1288
|
-
msgid "Use old form"
|
1289
|
-
msgstr ""
|
1290
|
-
|
1291
1198
|
msgid "User Inputs"
|
1292
1199
|
msgstr ""
|
1293
1200
|
|
@@ -1325,7 +1232,7 @@ msgid "Web Console"
|
|
1325
1232
|
msgstr ""
|
1326
1233
|
|
1327
1234
|
msgid "Weekly"
|
1328
|
-
msgstr "
|
1235
|
+
msgstr ""
|
1329
1236
|
|
1330
1237
|
msgid "What command should be used to switch to the effective user. One of %s"
|
1331
1238
|
msgstr "유효 사용자를 전환하는 데 사용할 명령입니다(%s 중 하나)."
|
@@ -1363,9 +1270,6 @@ msgstr "db:seed를 실행할 때 디스크의 템플릿을 동기화할지 여
|
|
1363
1270
|
msgid "Workers pool size"
|
1364
1271
|
msgstr ""
|
1365
1272
|
|
1366
|
-
msgid "Yes (override)"
|
1367
|
-
msgstr ""
|
1368
|
-
|
1369
1273
|
msgid "You are not allowed to see the currently assigned template. Saving the form now would unassign the template."
|
1370
1274
|
msgstr "현재 할당된 템플릿을 볼 수 없습니다. 지금 양식을 저장하면 템플릿의 할당이 취소됩니다."
|
1371
1275
|
|
@@ -1418,24 +1322,18 @@ msgid "input macro with name '%s' used, but no input with such name defined for
|
|
1418
1322
|
msgstr "이름이 '%s'인 입력 매크로를 사용했지만 이 템플릿에 대해 해당 이름의 입력이 정의되지 않았습니다."
|
1419
1323
|
|
1420
1324
|
msgid "is day of month (range: 1-31)"
|
1421
|
-
msgstr "
|
1325
|
+
msgstr ""
|
1422
1326
|
|
1423
1327
|
msgid "is day of week (range: 0-6)"
|
1424
|
-
msgstr "
|
1328
|
+
msgstr ""
|
1425
1329
|
|
1426
1330
|
msgid "is hour (range: 0-23)"
|
1427
|
-
msgstr "
|
1331
|
+
msgstr ""
|
1428
1332
|
|
1429
1333
|
msgid "is minute (range: 0-59)"
|
1430
|
-
msgstr "
|
1334
|
+
msgstr ""
|
1431
1335
|
|
1432
1336
|
msgid "is month (range: 1-12)"
|
1433
|
-
msgstr "월(범위: 1-12)"
|
1434
|
-
|
1435
|
-
msgid "no"
|
1436
|
-
msgstr "no"
|
1437
|
-
|
1438
|
-
msgid "occurences"
|
1439
1337
|
msgstr ""
|
1440
1338
|
|
1441
1339
|
msgid "open-help-tooltip-button"
|
@@ -1447,9 +1345,6 @@ msgstr "대기열에 추가됨"
|
|
1447
1345
|
msgid "queued to start executing in %{time}"
|
1448
1346
|
msgstr ""
|
1449
1347
|
|
1450
|
-
msgid "range: 0-59"
|
1451
|
-
msgstr ""
|
1452
|
-
|
1453
1348
|
msgid "remove template input set"
|
1454
1349
|
msgstr "템플릿 입력 세트 삭제"
|
1455
1350
|
|
@@ -1476,6 +1371,3 @@ msgstr ""
|
|
1476
1371
|
|
1477
1372
|
msgid "using Smart Proxy"
|
1478
1373
|
msgstr ""
|
1479
|
-
|
1480
|
-
msgid "yes"
|
1481
|
-
msgstr "예"
|
Binary file
|