foreman_remote_execution 16.1.0 → 16.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/javascripts/foreman_remote_execution/locale/de/foreman_remote_execution.js +57 -30
- data/app/assets/javascripts/foreman_remote_execution/locale/en_GB/foreman_remote_execution.js +55 -28
- data/app/assets/javascripts/foreman_remote_execution/locale/es/foreman_remote_execution.js +58 -31
- data/app/assets/javascripts/foreman_remote_execution/locale/fr/foreman_remote_execution.js +64 -37
- data/app/assets/javascripts/foreman_remote_execution/locale/ja/foreman_remote_execution.js +65 -38
- data/app/assets/javascripts/foreman_remote_execution/locale/ka/foreman_remote_execution.js +56 -29
- data/app/assets/javascripts/foreman_remote_execution/locale/ko/foreman_remote_execution.js +64 -37
- data/app/assets/javascripts/foreman_remote_execution/locale/pt_BR/foreman_remote_execution.js +58 -31
- data/app/assets/javascripts/foreman_remote_execution/locale/ru/foreman_remote_execution.js +55 -28
- data/app/assets/javascripts/foreman_remote_execution/locale/zh_CN/foreman_remote_execution.js +64 -37
- data/app/assets/javascripts/foreman_remote_execution/locale/zh_TW/foreman_remote_execution.js +55 -28
- data/app/views/api/v2/job_templates/main.json.rabl +1 -1
- data/config/routes.rb +2 -1
- data/extra/cockpit/foreman-cockpit-session +3 -2
- data/lib/foreman_remote_execution/plugin.rb +1 -1
- data/lib/foreman_remote_execution/version.rb +1 -1
- data/locale/de/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/de/foreman_remote_execution.po +57 -30
- data/locale/en_GB/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/en_GB/foreman_remote_execution.po +55 -28
- data/locale/es/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/es/foreman_remote_execution.po +58 -31
- data/locale/foreman_remote_execution.pot +202 -161
- data/locale/fr/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/fr/foreman_remote_execution.po +64 -37
- data/locale/ja/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ja/foreman_remote_execution.po +65 -38
- data/locale/ka/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ka/foreman_remote_execution.po +56 -29
- data/locale/ko/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ko/foreman_remote_execution.po +64 -37
- data/locale/pt_BR/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/pt_BR/foreman_remote_execution.po +58 -31
- data/locale/ru/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ru/foreman_remote_execution.po +55 -28
- data/locale/zh_CN/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/zh_CN/foreman_remote_execution.po +64 -37
- data/locale/zh_TW/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/zh_TW/foreman_remote_execution.po +55 -28
- data/webpack/JobInvocationDetail/CheckboxesActions.js +1 -2
- data/webpack/JobInvocationDetail/JobInvocationHostTable.js +14 -1
- data/webpack/JobInvocationDetail/TemplateInvocation.js +63 -50
- data/webpack/JobInvocationDetail/TemplateInvocationPage.js +1 -0
- data/webpack/JobInvocationDetail/__tests__/TableToolbarActions.test.js +1 -1
- data/webpack/JobInvocationDetail/__tests__/TemplateInvocation.test.js +4 -0
- data/webpack/JobInvocationDetail/index.js +1 -1
- data/webpack/JobWizard/Footer.js +7 -1
- data/webpack/JobWizard/steps/HostsAndInputs/buildHostQuery.js +1 -1
- data/webpack/react_app/components/HostKebab/KebabItems.js +2 -3
- data/webpack/react_app/components/RecentJobsCard/RecentJobsCard.js +5 -6
- metadata +2 -2
@@ -3,7 +3,7 @@
|
|
3
3
|
"locale_data": {
|
4
4
|
"foreman_remote_execution": {
|
5
5
|
"": {
|
6
|
-
"Project-Id-Version": "foreman_remote_execution
|
6
|
+
"Project-Id-Version": "foreman_remote_execution 16.2.0",
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
8
8
|
"PO-Revision-Date": "2016-02-15 13:54+0000",
|
9
9
|
"Last-Translator": "elobato <elobatocs@gmail.com>, 2017",
|
@@ -32,6 +32,9 @@
|
|
32
32
|
"%s more": [
|
33
33
|
"さらに %s"
|
34
34
|
],
|
35
|
+
"%s task(s) successfully %s: %s": [
|
36
|
+
""
|
37
|
+
],
|
35
38
|
"%{description} on %{host}": [
|
36
39
|
"%{host} の %{description} "
|
37
40
|
],
|
@@ -89,6 +92,9 @@
|
|
89
92
|
"Abort Job": [
|
90
93
|
"ジョブの中断"
|
91
94
|
],
|
95
|
+
"Abort selected": [
|
96
|
+
""
|
97
|
+
],
|
92
98
|
"Abort task": [
|
93
99
|
"タスクの中断"
|
94
100
|
],
|
@@ -128,6 +134,9 @@
|
|
128
134
|
"An error occurred while fetching the template invocation details.": [
|
129
135
|
"テンプレート呼び出しの詳細を取得中にエラーが発生しました。"
|
130
136
|
],
|
137
|
+
"An error occurred.": [
|
138
|
+
""
|
139
|
+
],
|
131
140
|
"Another interface is already set as execution. Are you sure you want to use this one instead?": [
|
132
141
|
"別のインターフェースがすでに実行として設定されています。代わりにこのインターフェースを使用しもよろしいでしょうか?"
|
133
142
|
],
|
@@ -146,8 +155,8 @@
|
|
146
155
|
"Apply to": [
|
147
156
|
"適用対象"
|
148
157
|
],
|
149
|
-
"Are you sure you want to open all invocations in new tabs?": [
|
150
|
-
"
|
158
|
+
"Are you sure you want to open all %s invocations in new tabs?": [
|
159
|
+
""
|
151
160
|
],
|
152
161
|
"At": [
|
153
162
|
"場所"
|
@@ -179,12 +188,15 @@
|
|
179
188
|
"Cancel Task": [
|
180
189
|
"タスクの取り消し"
|
181
190
|
],
|
182
|
-
"Cancel job invocation": [
|
183
|
-
"
|
191
|
+
"Cancel job invocation or matching tasks only": [
|
192
|
+
""
|
184
193
|
],
|
185
194
|
"Cancel recurring": [
|
186
195
|
"繰り返しのキャンセル"
|
187
196
|
],
|
197
|
+
"Cancel selected": [
|
198
|
+
""
|
199
|
+
],
|
188
200
|
"Cancelled": [
|
189
201
|
"キャンセル済み"
|
190
202
|
],
|
@@ -251,12 +263,18 @@
|
|
251
263
|
"Could not abort the job %s: ${response}": [
|
252
264
|
"ジョブ %s を中止できませんでした: ${response}"
|
253
265
|
],
|
266
|
+
"Could not abort the task": [
|
267
|
+
""
|
268
|
+
],
|
254
269
|
"Could not cancel recurring logic %s: ${response}": [
|
255
270
|
"再帰論理 %s をキャンセルできませんでした: ${response}"
|
256
271
|
],
|
257
272
|
"Could not cancel the job %s: ${response}": [
|
258
273
|
"ジョブ %s をキャンセルできませんでした: ${response}"
|
259
274
|
],
|
275
|
+
"Could not cancel the task": [
|
276
|
+
""
|
277
|
+
],
|
260
278
|
"Could not disable recurring logic %s: ${response}": [
|
261
279
|
"再帰論理 %s を無効にできませんでした: ${response}"
|
262
280
|
],
|
@@ -464,6 +482,9 @@
|
|
464
482
|
"Evaluated at:": [
|
465
483
|
"評価済み:"
|
466
484
|
],
|
485
|
+
"Evaluates the list of target hosts just before the job is executed. If you used a filter to select the target hosts, the list of target hosts might be different from the current list.": [
|
486
|
+
""
|
487
|
+
],
|
467
488
|
"Every day at %s": [
|
468
489
|
"毎日 %s"
|
469
490
|
],
|
@@ -488,6 +509,9 @@
|
|
488
509
|
"Execute the jobs on hosts in randomized order": [
|
489
510
|
"ホスト上でジョブを順不同で実行します"
|
490
511
|
],
|
512
|
+
"Executes the job on the current list of target hosts.": [
|
513
|
+
""
|
514
|
+
],
|
491
515
|
"Execution": [
|
492
516
|
"Execution"
|
493
517
|
],
|
@@ -497,8 +521,8 @@
|
|
497
521
|
"Execution ordering": [
|
498
522
|
"実行順"
|
499
523
|
],
|
500
|
-
"Execution ordering determines whether the jobs should be executed on hosts in alphabetical order or in randomized order.<br><ul><li><b>Ordered</b> -
|
501
|
-
"
|
524
|
+
"Execution ordering determines whether the jobs should be executed on hosts in alphabetical order or in randomized order.<br><ul><li><b>Ordered</b> - Executes the jobs on hosts in alphabetical order</li><li><b>Randomized</b> - Randomizes the order in which jobs are executed on hosts</li></ul>": [
|
525
|
+
""
|
502
526
|
],
|
503
527
|
"Exit status: %s": [
|
504
528
|
"終了ステータス: %s"
|
@@ -695,27 +719,18 @@
|
|
695
719
|
"Job Templates": [
|
696
720
|
"ジョブテンプレート"
|
697
721
|
],
|
698
|
-
"Job cancelled by user": [
|
699
|
-
"ジョブがユーザーによりキャンセルされました"
|
700
|
-
],
|
701
722
|
"Job category": [
|
702
723
|
"ジョブカテゴリー"
|
703
724
|
],
|
704
725
|
"Job execution failed": [
|
705
726
|
"ジョブの実行に失敗しました"
|
706
727
|
],
|
707
|
-
"Job finished with error": [
|
708
|
-
"エラーでジョブが終了しました"
|
709
|
-
],
|
710
728
|
"Job invocation": [
|
711
729
|
"ジョブ呼び出し"
|
712
730
|
],
|
713
731
|
"Job invocations": [
|
714
732
|
"ジョブ呼び出し"
|
715
733
|
],
|
716
|
-
"Job invocations detail": [
|
717
|
-
"ジョブ呼び出し詳細"
|
718
|
-
],
|
719
734
|
"Job result": [
|
720
735
|
"ジョブの結果"
|
721
736
|
],
|
@@ -728,9 +743,6 @@
|
|
728
743
|
"Job template imported successfully.": [
|
729
744
|
"ジョブテンプレートが正常にインポートされました"
|
730
745
|
],
|
731
|
-
"Job templates": [
|
732
|
-
"ジョブテンプレート"
|
733
|
-
],
|
734
746
|
"Job with id '%{id}' was not found": [
|
735
747
|
"ID が '%{id}' のジョブが見つかりませんでした"
|
736
748
|
],
|
@@ -896,15 +908,21 @@
|
|
896
908
|
"Only one of feature or job_template_id can be specified": [
|
897
909
|
"機能または job_template_id の 1 つのみを指定できます"
|
898
910
|
],
|
899
|
-
"Open all in new tabs": [
|
900
|
-
"
|
911
|
+
"Open all %s invocations in new tabs": [
|
912
|
+
""
|
901
913
|
],
|
902
|
-
"Open all
|
903
|
-
"
|
914
|
+
"Open all failed runs (%s)": [
|
915
|
+
""
|
904
916
|
],
|
905
917
|
"Open in new tab": [
|
906
918
|
"新規タブで開く"
|
907
919
|
],
|
920
|
+
"Open in new tabs": [
|
921
|
+
""
|
922
|
+
],
|
923
|
+
"Open selected in new tab": [
|
924
|
+
""
|
925
|
+
],
|
908
926
|
"Opening job invocation form": [
|
909
927
|
"ジョブ呼び出しフォームを開く"
|
910
928
|
],
|
@@ -1160,6 +1178,9 @@
|
|
1160
1178
|
"Run at most N tasks at a time. If this is set and proxy batch triggering is enabled, then tasks are triggered on the smart proxy in batches of size 1.": [
|
1161
1179
|
"1 回に最大 N 個のタスクを実行します。この値が設定されていて、プロキシーバッチのトリガーが有効な場合には、タスクはサイズ 1 の単位で一括して、Smart Proxy でトリガーされます。"
|
1162
1180
|
],
|
1181
|
+
"Run hosts job:": [
|
1182
|
+
""
|
1183
|
+
],
|
1163
1184
|
"Run job": [
|
1164
1185
|
"ジョブを実行"
|
1165
1186
|
],
|
@@ -1200,7 +1221,7 @@
|
|
1200
1221
|
"ジョブのスケジュール"
|
1201
1222
|
],
|
1202
1223
|
"Schedule the job for a future time": [
|
1203
|
-
"
|
1224
|
+
"ジョブの開始を今後の日時に設定する"
|
1204
1225
|
],
|
1205
1226
|
"Schedule the job to start at a later time": [
|
1206
1227
|
"後で開始するジョブをスケジュール"
|
@@ -1241,6 +1262,9 @@
|
|
1241
1262
|
"Search query": [
|
1242
1263
|
"検索クエリー"
|
1243
1264
|
],
|
1265
|
+
"Search query to cancel tasks only on matching hosts. If not provided, the whole job invocation will be cancelled.": [
|
1266
|
+
""
|
1267
|
+
],
|
1244
1268
|
"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": [
|
1245
1269
|
"リモート実行があるプロキシーをホストで検索します。ホストにサブネットがない場合、またはサブネットに実行プロキシーがない場合に役に立ちます"
|
1246
1270
|
],
|
@@ -1421,6 +1445,9 @@
|
|
1421
1445
|
"Task for the host cancelled succesfully": [
|
1422
1446
|
"ホストのタスクは正常にキャンセルされました"
|
1423
1447
|
],
|
1448
|
+
"Task(s) were not %s": [
|
1449
|
+
""
|
1450
|
+
],
|
1424
1451
|
"Template ERB": [
|
1425
1452
|
"テンプレート ERB"
|
1426
1453
|
],
|
@@ -1475,8 +1502,8 @@
|
|
1475
1502
|
"The job template to use, parameter is required unless feature was specified": [
|
1476
1503
|
"使用するジョブテンプレート。機能が指定されていなければ、パラメーターが必要です"
|
1477
1504
|
],
|
1478
|
-
"The number of invocations is:": [
|
1479
|
-
"
|
1505
|
+
"The number of %s invocations is:": [
|
1506
|
+
""
|
1480
1507
|
],
|
1481
1508
|
"The only applicable proxy %{proxy_names} is down": [
|
1482
1509
|
"適用可能な唯一のプロキシー %{proxy_names} がダウンしています。"
|
@@ -1505,8 +1532,8 @@
|
|
1505
1532
|
"This template is used to generate the description.<br/>Input values can be used using the syntax %{package}.<br/>You may also include the job category and template<br/>name using %{job_category} and %{template_name}.": [
|
1506
1533
|
"このテンプレートは記述の生成に使用します。<br/>入力値は、構文 %{package} を使用して設定できます。%{job_category} と %{template_name} を使用して、<br/> ジョブカテゴリーとテンプレート <br/> 名を追加することもできます。"
|
1507
1534
|
],
|
1508
|
-
"This will open a new tab for each invocation.": [
|
1509
|
-
"
|
1535
|
+
"This will open a new tab for each invocation. The maximum is 100.": [
|
1536
|
+
""
|
1510
1537
|
],
|
1511
1538
|
"Time in seconds from the start on the remote host after which the job should be killed.": [
|
1512
1539
|
"リモートホストで開始してからジョブを強制終了するまでの時間 (秒単位)"
|
@@ -1550,6 +1577,9 @@
|
|
1550
1577
|
"Try to cancel the job on a host": [
|
1551
1578
|
"ホストでのジョブのキャンセルを試行"
|
1552
1579
|
],
|
1580
|
+
"Trying to %s the task": [
|
1581
|
+
""
|
1582
|
+
],
|
1553
1583
|
"Trying to abort the job": [
|
1554
1584
|
"ジョブを中断しようとしています"
|
1555
1585
|
],
|
@@ -1571,11 +1601,11 @@
|
|
1571
1601
|
"Type": [
|
1572
1602
|
"タイプ"
|
1573
1603
|
],
|
1574
|
-
"Type
|
1575
|
-
"
|
1604
|
+
"Type determines when the query is evaluated to hosts.": [
|
1605
|
+
""
|
1576
1606
|
],
|
1577
|
-
"Type
|
1578
|
-
"
|
1607
|
+
"Type determines when the query is evaluated to hosts.<br><ul><li><b>Static</b> - Executes the job on the current list of target hosts.</li><li><b>Dynamic</b> - Evaluates the list of target hosts just before the job is executed. If you used a filter to select the target hosts, the list of target hosts might be different from the current list.</li></ul>": [
|
1608
|
+
""
|
1579
1609
|
],
|
1580
1610
|
"Type of execution": [
|
1581
1611
|
"実行のタイプ"
|
@@ -1718,6 +1748,9 @@
|
|
1718
1748
|
"You have more results to display. Showing first %s results": [
|
1719
1749
|
"表示する結果があります。最初の %s 件の結果を表示しています"
|
1720
1750
|
],
|
1751
|
+
"aborted": [
|
1752
|
+
""
|
1753
|
+
],
|
1721
1754
|
"add an input set for this template to reference a different template inputs": [
|
1722
1755
|
"異なるテンプレート入力を参照するためにこのテンプレートの入力セットを追加"
|
1723
1756
|
],
|
@@ -1736,12 +1769,6 @@
|
|
1736
1769
|
"error during rendering: %s": [
|
1737
1770
|
"レンダリング中のエラー: %s"
|
1738
1771
|
],
|
1739
|
-
"evaluates just after you submit this form": [
|
1740
|
-
"このフォームの送信直後に評価します"
|
1741
|
-
],
|
1742
|
-
"evaluates just before the execution is started, so if it's planned in future, targeted hosts set may change before it": [
|
1743
|
-
"実行の開始直前に評価します。そのため、後でスケジュールされている場合には、ターゲットホストのセットが評価前に変更される可能性があります"
|
1744
|
-
],
|
1745
1772
|
"failed": [
|
1746
1773
|
"失敗"
|
1747
1774
|
],
|
@@ -3,7 +3,7 @@
|
|
3
3
|
"locale_data": {
|
4
4
|
"foreman_remote_execution": {
|
5
5
|
"": {
|
6
|
-
"Project-Id-Version": "foreman_remote_execution
|
6
|
+
"Project-Id-Version": "foreman_remote_execution 16.2.0",
|
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>",
|
@@ -32,6 +32,9 @@
|
|
32
32
|
"%s more": [
|
33
33
|
"კიდევ %s"
|
34
34
|
],
|
35
|
+
"%s task(s) successfully %s: %s": [
|
36
|
+
""
|
37
|
+
],
|
35
38
|
"%{description} on %{host}": [
|
36
39
|
"%{description} %{host}-ზე"
|
37
40
|
],
|
@@ -90,6 +93,9 @@
|
|
90
93
|
"Abort Job": [
|
91
94
|
"დავალების გაუქმება"
|
92
95
|
],
|
96
|
+
"Abort selected": [
|
97
|
+
""
|
98
|
+
],
|
93
99
|
"Abort task": [
|
94
100
|
""
|
95
101
|
],
|
@@ -129,6 +135,9 @@
|
|
129
135
|
"An error occurred while fetching the template invocation details.": [
|
130
136
|
""
|
131
137
|
],
|
138
|
+
"An error occurred.": [
|
139
|
+
""
|
140
|
+
],
|
132
141
|
"Another interface is already set as execution. Are you sure you want to use this one instead?": [
|
133
142
|
"ზოგიერთი სხვა ინტერფეისი უკვე დაყენებულია როგორც გასაშვები. დარწმუნებული ხართ, რომ გსურთ ამის ნაცვლად გამოიყენოთ?"
|
134
143
|
],
|
@@ -147,7 +156,7 @@
|
|
147
156
|
"Apply to": [
|
148
157
|
"გადატარება"
|
149
158
|
],
|
150
|
-
"Are you sure you want to open all invocations in new tabs?": [
|
159
|
+
"Are you sure you want to open all %s invocations in new tabs?": [
|
151
160
|
""
|
152
161
|
],
|
153
162
|
"At": [
|
@@ -180,12 +189,15 @@
|
|
180
189
|
"Cancel Task": [
|
181
190
|
""
|
182
191
|
],
|
183
|
-
"Cancel job invocation": [
|
184
|
-
"
|
192
|
+
"Cancel job invocation or matching tasks only": [
|
193
|
+
""
|
185
194
|
],
|
186
195
|
"Cancel recurring": [
|
187
196
|
""
|
188
197
|
],
|
198
|
+
"Cancel selected": [
|
199
|
+
""
|
200
|
+
],
|
189
201
|
"Cancelled": [
|
190
202
|
"შეწყვეტილია"
|
191
203
|
],
|
@@ -252,12 +264,18 @@
|
|
252
264
|
"Could not abort the job %s: ${response}": [
|
253
265
|
""
|
254
266
|
],
|
267
|
+
"Could not abort the task": [
|
268
|
+
""
|
269
|
+
],
|
255
270
|
"Could not cancel recurring logic %s: ${response}": [
|
256
271
|
""
|
257
272
|
],
|
258
273
|
"Could not cancel the job %s: ${response}": [
|
259
274
|
""
|
260
275
|
],
|
276
|
+
"Could not cancel the task": [
|
277
|
+
""
|
278
|
+
],
|
261
279
|
"Could not disable recurring logic %s: ${response}": [
|
262
280
|
""
|
263
281
|
],
|
@@ -465,6 +483,9 @@
|
|
465
483
|
"Evaluated at:": [
|
466
484
|
"შემოწმების დრო:"
|
467
485
|
],
|
486
|
+
"Evaluates the list of target hosts just before the job is executed. If you used a filter to select the target hosts, the list of target hosts might be different from the current list.": [
|
487
|
+
""
|
488
|
+
],
|
468
489
|
"Every day at %s": [
|
469
490
|
"ყოველდღე, დრო: %s"
|
470
491
|
],
|
@@ -489,6 +510,9 @@
|
|
489
510
|
"Execute the jobs on hosts in randomized order": [
|
490
511
|
"ჰოსტებზე დავალებების შემთხვევითი მიმდევრობით გაშვება"
|
491
512
|
],
|
513
|
+
"Executes the job on the current list of target hosts.": [
|
514
|
+
""
|
515
|
+
],
|
492
516
|
"Execution": [
|
493
517
|
"შესრულება"
|
494
518
|
],
|
@@ -498,7 +522,7 @@
|
|
498
522
|
"Execution ordering": [
|
499
523
|
"შესრულების მიმდევრობა"
|
500
524
|
],
|
501
|
-
"Execution ordering determines whether the jobs should be executed on hosts in alphabetical order or in randomized order.<br><ul><li><b>Ordered</b> -
|
525
|
+
"Execution ordering determines whether the jobs should be executed on hosts in alphabetical order or in randomized order.<br><ul><li><b>Ordered</b> - Executes the jobs on hosts in alphabetical order</li><li><b>Randomized</b> - Randomizes the order in which jobs are executed on hosts</li></ul>": [
|
502
526
|
""
|
503
527
|
],
|
504
528
|
"Exit status: %s": [
|
@@ -696,27 +720,18 @@
|
|
696
720
|
"Job Templates": [
|
697
721
|
"დავალების შაბლონები"
|
698
722
|
],
|
699
|
-
"Job cancelled by user": [
|
700
|
-
"დავალება შეწყვეტილია მომხმარებლის მიერ"
|
701
|
-
],
|
702
723
|
"Job category": [
|
703
724
|
"დავალების კატეგორია"
|
704
725
|
],
|
705
726
|
"Job execution failed": [
|
706
727
|
"დავალების შესრულების შეცდომა"
|
707
728
|
],
|
708
|
-
"Job finished with error": [
|
709
|
-
"დავალება შეცდომით დასრულდა"
|
710
|
-
],
|
711
729
|
"Job invocation": [
|
712
730
|
"დავალების ჩაწოდება"
|
713
731
|
],
|
714
732
|
"Job invocations": [
|
715
733
|
"დავალების ჩაწოდებები"
|
716
734
|
],
|
717
|
-
"Job invocations detail": [
|
718
|
-
"დავალების ჩაწოდებების დეტალი"
|
719
|
-
],
|
720
735
|
"Job result": [
|
721
736
|
"დავალების შედეგი"
|
722
737
|
],
|
@@ -729,9 +744,6 @@
|
|
729
744
|
"Job template imported successfully.": [
|
730
745
|
"დავალების შაბლონის შემოტანა წარმატებულია."
|
731
746
|
],
|
732
|
-
"Job templates": [
|
733
|
-
"დავალების შაბლონები"
|
734
|
-
],
|
735
747
|
"Job with id '%{id}' was not found": [
|
736
748
|
""
|
737
749
|
],
|
@@ -897,15 +909,21 @@
|
|
897
909
|
"Only one of feature or job_template_id can be specified": [
|
898
910
|
""
|
899
911
|
],
|
900
|
-
"Open all in new tabs": [
|
912
|
+
"Open all %s invocations in new tabs": [
|
901
913
|
""
|
902
914
|
],
|
903
|
-
"Open all
|
915
|
+
"Open all failed runs (%s)": [
|
904
916
|
""
|
905
917
|
],
|
906
918
|
"Open in new tab": [
|
907
919
|
""
|
908
920
|
],
|
921
|
+
"Open in new tabs": [
|
922
|
+
""
|
923
|
+
],
|
924
|
+
"Open selected in new tab": [
|
925
|
+
""
|
926
|
+
],
|
909
927
|
"Opening job invocation form": [
|
910
928
|
"დავალების ჩაწოდების ფორმის გახსნა"
|
911
929
|
],
|
@@ -1161,6 +1179,9 @@
|
|
1161
1179
|
"Run at most N tasks at a time. If this is set and proxy batch triggering is enabled, then tasks are triggered on the smart proxy in batches of size 1.": [
|
1162
1180
|
""
|
1163
1181
|
],
|
1182
|
+
"Run hosts job:": [
|
1183
|
+
""
|
1184
|
+
],
|
1164
1185
|
"Run job": [
|
1165
1186
|
"დავალების გაშვება"
|
1166
1187
|
],
|
@@ -1242,6 +1263,9 @@
|
|
1242
1263
|
"Search query": [
|
1243
1264
|
"საძებნი სტრიქონი"
|
1244
1265
|
],
|
1266
|
+
"Search query to cancel tasks only on matching hosts. If not provided, the whole job invocation will be cancelled.": [
|
1267
|
+
""
|
1268
|
+
],
|
1245
1269
|
"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": [
|
1246
1270
|
""
|
1247
1271
|
],
|
@@ -1422,6 +1446,9 @@
|
|
1422
1446
|
"Task for the host cancelled succesfully": [
|
1423
1447
|
""
|
1424
1448
|
],
|
1449
|
+
"Task(s) were not %s": [
|
1450
|
+
""
|
1451
|
+
],
|
1425
1452
|
"Template ERB": [
|
1426
1453
|
"ERB შაბლონი"
|
1427
1454
|
],
|
@@ -1476,7 +1503,7 @@
|
|
1476
1503
|
"The job template to use, parameter is required unless feature was specified": [
|
1477
1504
|
""
|
1478
1505
|
],
|
1479
|
-
"The number of invocations is:": [
|
1506
|
+
"The number of %s invocations is:": [
|
1480
1507
|
""
|
1481
1508
|
],
|
1482
1509
|
"The only applicable proxy %{proxy_names} is down": [
|
@@ -1507,7 +1534,7 @@
|
|
1507
1534
|
"This template is used to generate the description.<br/>Input values can be used using the syntax %{package}.<br/>You may also include the job category and template<br/>name using %{job_category} and %{template_name}.": [
|
1508
1535
|
""
|
1509
1536
|
],
|
1510
|
-
"This will open a new tab for each invocation.": [
|
1537
|
+
"This will open a new tab for each invocation. The maximum is 100.": [
|
1511
1538
|
""
|
1512
1539
|
],
|
1513
1540
|
"Time in seconds from the start on the remote host after which the job should be killed.": [
|
@@ -1552,6 +1579,9 @@
|
|
1552
1579
|
"Try to cancel the job on a host": [
|
1553
1580
|
"ჰოსტზე დავალების გაუქმების ცდა"
|
1554
1581
|
],
|
1582
|
+
"Trying to %s the task": [
|
1583
|
+
""
|
1584
|
+
],
|
1555
1585
|
"Trying to abort the job": [
|
1556
1586
|
"დავალების შეწყვეტის მცდელობა"
|
1557
1587
|
],
|
@@ -1573,10 +1603,10 @@
|
|
1573
1603
|
"Type": [
|
1574
1604
|
"ტიპი"
|
1575
1605
|
],
|
1576
|
-
"Type
|
1606
|
+
"Type determines when the query is evaluated to hosts.": [
|
1577
1607
|
""
|
1578
1608
|
],
|
1579
|
-
"Type
|
1609
|
+
"Type determines when the query is evaluated to hosts.<br><ul><li><b>Static</b> - Executes the job on the current list of target hosts.</li><li><b>Dynamic</b> - Evaluates the list of target hosts just before the job is executed. If you used a filter to select the target hosts, the list of target hosts might be different from the current list.</li></ul>": [
|
1580
1610
|
""
|
1581
1611
|
],
|
1582
1612
|
"Type of execution": [
|
@@ -1720,6 +1750,9 @@
|
|
1720
1750
|
"You have more results to display. Showing first %s results": [
|
1721
1751
|
""
|
1722
1752
|
],
|
1753
|
+
"aborted": [
|
1754
|
+
""
|
1755
|
+
],
|
1723
1756
|
"add an input set for this template to reference a different template inputs": [
|
1724
1757
|
""
|
1725
1758
|
],
|
@@ -1738,12 +1771,6 @@
|
|
1738
1771
|
"error during rendering: %s": [
|
1739
1772
|
"შეცდომა რენდერის დროს: %s"
|
1740
1773
|
],
|
1741
|
-
"evaluates just after you submit this form": [
|
1742
|
-
""
|
1743
|
-
],
|
1744
|
-
"evaluates just before the execution is started, so if it's planned in future, targeted hosts set may change before it": [
|
1745
|
-
""
|
1746
|
-
],
|
1747
1774
|
"failed": [
|
1748
1775
|
"შეცდომა"
|
1749
1776
|
],
|