foreman_remote_execution 15.0.0 → 15.0.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 +178 -13
- data/app/assets/javascripts/foreman_remote_execution/locale/en/foreman_remote_execution.js +1832 -2
- data/app/assets/javascripts/foreman_remote_execution/locale/en_GB/foreman_remote_execution.js +176 -11
- data/app/assets/javascripts/foreman_remote_execution/locale/es/foreman_remote_execution.js +178 -13
- data/app/assets/javascripts/foreman_remote_execution/locale/fr/foreman_remote_execution.js +179 -14
- data/app/assets/javascripts/foreman_remote_execution/locale/ja/foreman_remote_execution.js +179 -14
- data/app/assets/javascripts/foreman_remote_execution/locale/ka/foreman_remote_execution.js +178 -13
- data/app/assets/javascripts/foreman_remote_execution/locale/ko/foreman_remote_execution.js +449 -285
- data/app/assets/javascripts/foreman_remote_execution/locale/pt_BR/foreman_remote_execution.js +178 -13
- data/app/assets/javascripts/foreman_remote_execution/locale/ru/foreman_remote_execution.js +177 -12
- data/app/assets/javascripts/foreman_remote_execution/locale/zh_CN/foreman_remote_execution.js +179 -14
- data/app/assets/javascripts/foreman_remote_execution/locale/zh_TW/foreman_remote_execution.js +177 -12
- data/app/controllers/job_invocations_controller.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 +178 -13
- data/locale/en/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/en/foreman_remote_execution.po +1840 -0
- data/locale/en_GB/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/en_GB/foreman_remote_execution.po +176 -11
- data/locale/es/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/es/foreman_remote_execution.po +178 -13
- data/locale/foreman_remote_execution.pot +470 -184
- data/locale/fr/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/fr/foreman_remote_execution.po +179 -14
- data/locale/ja/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ja/foreman_remote_execution.po +179 -14
- data/locale/ka/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ka/foreman_remote_execution.po +178 -13
- data/locale/ko/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ko/foreman_remote_execution.po +449 -285
- data/locale/pt_BR/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/pt_BR/foreman_remote_execution.po +178 -13
- data/locale/ru/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ru/foreman_remote_execution.po +177 -12
- data/locale/zh_CN/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/zh_CN/foreman_remote_execution.po +179 -14
- data/locale/zh_TW/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/zh_TW/foreman_remote_execution.po +177 -12
- metadata +3 -6
|
@@ -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 15.0.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",
|
|
@@ -35,11 +35,14 @@
|
|
|
35
35
|
"%{description} on %{host}": [
|
|
36
36
|
"%{host} の %{description} "
|
|
37
37
|
],
|
|
38
|
+
"'Starts at' date must be in the future": [
|
|
39
|
+
""
|
|
40
|
+
],
|
|
38
41
|
"'Starts before' date must be after 'Starts at' date": [
|
|
39
42
|
"「次の時刻よりも前に開始」の日付は、「開始時刻」の日付よりも後でなければなりません"
|
|
40
43
|
],
|
|
41
|
-
"'Starts before' date must in the future": [
|
|
42
|
-
"
|
|
44
|
+
"'Starts before' date must be in the future": [
|
|
45
|
+
""
|
|
43
46
|
],
|
|
44
47
|
"...and %s more": [
|
|
45
48
|
"...さらに %s"
|
|
@@ -71,6 +74,9 @@
|
|
|
71
74
|
"A special label for tracking a recurring job. There can be only one active job with a given purpose at a time.": [
|
|
72
75
|
"繰り返しジョブを追跡するための特別なラベル。特定の目的で一度にアクティブにできるジョブは 1 つだけです。"
|
|
73
76
|
],
|
|
77
|
+
"A task for this host has not been started": [
|
|
78
|
+
""
|
|
79
|
+
],
|
|
74
80
|
"A user to be used for SSH.": [
|
|
75
81
|
"SSH に使用するユーザー。"
|
|
76
82
|
],
|
|
@@ -83,9 +89,15 @@
|
|
|
83
89
|
"Abort Job": [
|
|
84
90
|
"ジョブの中断"
|
|
85
91
|
],
|
|
92
|
+
"Abort task": [
|
|
93
|
+
""
|
|
94
|
+
],
|
|
86
95
|
"Access denied": [
|
|
87
96
|
"アクセスは拒否されました"
|
|
88
97
|
],
|
|
98
|
+
"Action": [
|
|
99
|
+
""
|
|
100
|
+
],
|
|
89
101
|
"Actions": [
|
|
90
102
|
"アクション"
|
|
91
103
|
],
|
|
@@ -107,11 +119,14 @@
|
|
|
107
119
|
"All fields are required.": [
|
|
108
120
|
"すべてのフィールドは必須です。"
|
|
109
121
|
],
|
|
122
|
+
"All statuses": [
|
|
123
|
+
""
|
|
124
|
+
],
|
|
110
125
|
"Alphabetical": [
|
|
111
126
|
"アルファベット順"
|
|
112
127
|
],
|
|
113
|
-
"
|
|
114
|
-
"
|
|
128
|
+
"An error occurred while fetching the template invocation details.": [
|
|
129
|
+
""
|
|
115
130
|
],
|
|
116
131
|
"Another interface is already set as execution. Are you sure you want to use this one instead?": [
|
|
117
132
|
"別のインターフェースがすでに実行として設定されています。代わりにこのインターフェースを使用しもよろしいでしょうか?"
|
|
@@ -122,9 +137,18 @@
|
|
|
122
137
|
"Any Organization": [
|
|
123
138
|
"任意の組織"
|
|
124
139
|
],
|
|
140
|
+
"Any location": [
|
|
141
|
+
""
|
|
142
|
+
],
|
|
143
|
+
"Any organization": [
|
|
144
|
+
""
|
|
145
|
+
],
|
|
125
146
|
"Apply to": [
|
|
126
147
|
"適用対象"
|
|
127
148
|
],
|
|
149
|
+
"Are you sure you want to open all invocations in new tabs?": [
|
|
150
|
+
""
|
|
151
|
+
],
|
|
128
152
|
"At": [
|
|
129
153
|
"場所"
|
|
130
154
|
],
|
|
@@ -152,18 +176,21 @@
|
|
|
152
176
|
"Cancel Job": [
|
|
153
177
|
"ジョブのキャンセル"
|
|
154
178
|
],
|
|
179
|
+
"Cancel Task": [
|
|
180
|
+
""
|
|
181
|
+
],
|
|
155
182
|
"Cancel job invocation": [
|
|
156
183
|
"ジョブ呼び出しをキャンセル"
|
|
157
184
|
],
|
|
158
185
|
"Cancel recurring": [
|
|
159
186
|
"繰り返しのキャンセル"
|
|
160
187
|
],
|
|
161
|
-
"Canceled:": [
|
|
162
|
-
"キャンセル済み:"
|
|
163
|
-
],
|
|
164
188
|
"Cancelled": [
|
|
165
189
|
"キャンセル済み"
|
|
166
190
|
],
|
|
191
|
+
"Cancelled:": [
|
|
192
|
+
""
|
|
193
|
+
],
|
|
167
194
|
"Cannot resolve hosts without a bookmark or search query": [
|
|
168
195
|
"ブックマークまたは検索クエリーなしでホストを解決できません"
|
|
169
196
|
],
|
|
@@ -203,6 +230,9 @@
|
|
|
203
230
|
"Cockpit URL": [
|
|
204
231
|
"Cockpit URL"
|
|
205
232
|
],
|
|
233
|
+
"Command": [
|
|
234
|
+
""
|
|
235
|
+
],
|
|
206
236
|
"Concurrency level": [
|
|
207
237
|
"同時実行レベル"
|
|
208
238
|
],
|
|
@@ -215,6 +245,9 @@
|
|
|
215
245
|
"Control concurrency level and distribution over time": [
|
|
216
246
|
"同時実行レベルと分散を制御"
|
|
217
247
|
],
|
|
248
|
+
"Copy to clipboard": [
|
|
249
|
+
""
|
|
250
|
+
],
|
|
218
251
|
"Could not abort the job %s: ${response}": [
|
|
219
252
|
"ジョブ %s を中止できませんでした: ${response}"
|
|
220
253
|
],
|
|
@@ -266,6 +299,9 @@
|
|
|
266
299
|
"Create a recurring job": [
|
|
267
300
|
"繰り返されるジョブを作成"
|
|
268
301
|
],
|
|
302
|
+
"Create job": [
|
|
303
|
+
""
|
|
304
|
+
],
|
|
269
305
|
"Create report": [
|
|
270
306
|
"レポートの作成"
|
|
271
307
|
],
|
|
@@ -284,6 +320,9 @@
|
|
|
284
320
|
"Cronline": [
|
|
285
321
|
"cron 行"
|
|
286
322
|
],
|
|
323
|
+
"Current iteration": [
|
|
324
|
+
""
|
|
325
|
+
],
|
|
287
326
|
"Current location %s is different from job's location %s. This job may run on different hosts than before.": [
|
|
288
327
|
"現在の場所 %s は、ジョブの場所 %s とは異なります。このジョブは、以前とは異なるホストで実行できます。"
|
|
289
328
|
],
|
|
@@ -296,9 +335,15 @@
|
|
|
296
335
|
"Current organization %{org_c} is different from job's organization %{org_j}.": [
|
|
297
336
|
"現在の組織「%%{org_c}」はジョブの組織「%%{org_j}」とは異なります。"
|
|
298
337
|
],
|
|
338
|
+
"DEBUG": [
|
|
339
|
+
""
|
|
340
|
+
],
|
|
299
341
|
"Daily": [
|
|
300
342
|
"毎日"
|
|
301
343
|
],
|
|
344
|
+
"Date must be in the future": [
|
|
345
|
+
""
|
|
346
|
+
],
|
|
302
347
|
"Days": [
|
|
303
348
|
"日"
|
|
304
349
|
],
|
|
@@ -542,6 +587,9 @@
|
|
|
542
587
|
"Host detail": [
|
|
543
588
|
"ホストの詳細"
|
|
544
589
|
],
|
|
590
|
+
"Host group": [
|
|
591
|
+
""
|
|
592
|
+
],
|
|
545
593
|
"Host groups": [
|
|
546
594
|
"ホストグループ"
|
|
547
595
|
],
|
|
@@ -563,6 +611,9 @@
|
|
|
563
611
|
"How often the job should occur, in the cron format": [
|
|
564
612
|
"ジョブを実行する頻度 (cron 形式)"
|
|
565
613
|
],
|
|
614
|
+
"ID": [
|
|
615
|
+
""
|
|
616
|
+
],
|
|
566
617
|
"Identifier of the Host interface for Remote execution": [
|
|
567
618
|
"リモート実行用のホストインターフェイスの識別子"
|
|
568
619
|
],
|
|
@@ -575,6 +626,9 @@
|
|
|
575
626
|
"Import a job template from ERB": [
|
|
576
627
|
"ERB からジョブテンプレートをインポート"
|
|
577
628
|
],
|
|
629
|
+
"In Progress": [
|
|
630
|
+
""
|
|
631
|
+
],
|
|
578
632
|
"In Progress:": [
|
|
579
633
|
"処理中:"
|
|
580
634
|
],
|
|
@@ -617,6 +671,9 @@
|
|
|
617
671
|
"Invocation type, one of %s": [
|
|
618
672
|
"呼び出しタイプ、%s のいずれか"
|
|
619
673
|
],
|
|
674
|
+
"Iteration limit": [
|
|
675
|
+
""
|
|
676
|
+
],
|
|
620
677
|
"Job": [
|
|
621
678
|
"ジョブ"
|
|
622
679
|
],
|
|
@@ -674,6 +731,9 @@
|
|
|
674
731
|
"Job templates": [
|
|
675
732
|
"ジョブテンプレート"
|
|
676
733
|
],
|
|
734
|
+
"Job with id '%{id}' was not found": [
|
|
735
|
+
""
|
|
736
|
+
],
|
|
677
737
|
"JobTemplate|Locked": [
|
|
678
738
|
"ロック済み"
|
|
679
739
|
],
|
|
@@ -704,6 +764,9 @@
|
|
|
704
764
|
"Last execution succeeded": [
|
|
705
765
|
"成功した最後の実行"
|
|
706
766
|
],
|
|
767
|
+
"Last occurrence": [
|
|
768
|
+
""
|
|
769
|
+
],
|
|
707
770
|
"Latest Jobs": [
|
|
708
771
|
"最新のジョブ"
|
|
709
772
|
],
|
|
@@ -719,6 +782,9 @@
|
|
|
719
782
|
"List foreign input sets": [
|
|
720
783
|
"外部入力セットを一覧表示"
|
|
721
784
|
],
|
|
785
|
+
"List hosts belonging to job invocation": [
|
|
786
|
+
""
|
|
787
|
+
],
|
|
722
788
|
"List job invocations": [
|
|
723
789
|
"ジョブ呼び出しを一覧表示"
|
|
724
790
|
],
|
|
@@ -776,24 +842,39 @@
|
|
|
776
842
|
"Next": [
|
|
777
843
|
"次へ"
|
|
778
844
|
],
|
|
845
|
+
"Next occurrence": [
|
|
846
|
+
""
|
|
847
|
+
],
|
|
779
848
|
"No (override)": [
|
|
780
849
|
"No (上書き)"
|
|
781
850
|
],
|
|
851
|
+
"No Results": [
|
|
852
|
+
""
|
|
853
|
+
],
|
|
782
854
|
"No Target Hosts": [
|
|
783
855
|
"ターゲットホストがありません"
|
|
784
856
|
],
|
|
857
|
+
"No hosts found": [
|
|
858
|
+
""
|
|
859
|
+
],
|
|
785
860
|
"No hosts found.": [
|
|
786
861
|
"ホストが見つかりません。"
|
|
787
862
|
],
|
|
788
863
|
"No jobs available": [
|
|
789
864
|
"利用可能なジョブがありません"
|
|
790
865
|
],
|
|
866
|
+
"No output for the selected filters": [
|
|
867
|
+
""
|
|
868
|
+
],
|
|
791
869
|
"No results found": [
|
|
792
870
|
"結果は見つかりませんでした"
|
|
793
871
|
],
|
|
794
872
|
"No template mapped to feature %{feature_name}": [
|
|
795
873
|
"機能 %%{feature_name} にマッピングされたテンプレートがありません"
|
|
796
874
|
],
|
|
875
|
+
"No user input": [
|
|
876
|
+
""
|
|
877
|
+
],
|
|
797
878
|
"Not all required inputs have values. Missing inputs: %s": [
|
|
798
879
|
"入力が必須のすべての項目に値があるとは限りません。足りない入力: %s"
|
|
799
880
|
],
|
|
@@ -806,12 +887,24 @@
|
|
|
806
887
|
"Now": [
|
|
807
888
|
"今すぐ"
|
|
808
889
|
],
|
|
890
|
+
"OS": [
|
|
891
|
+
""
|
|
892
|
+
],
|
|
809
893
|
"On": [
|
|
810
894
|
"次の時刻に開始"
|
|
811
895
|
],
|
|
812
896
|
"Only one of feature or job_template_id can be specified": [
|
|
813
897
|
"機能または job_template_id の 1 つのみを指定できます"
|
|
814
898
|
],
|
|
899
|
+
"Open all in new tabs": [
|
|
900
|
+
""
|
|
901
|
+
],
|
|
902
|
+
"Open all invocations in new tabs": [
|
|
903
|
+
""
|
|
904
|
+
],
|
|
905
|
+
"Open in new tab": [
|
|
906
|
+
""
|
|
907
|
+
],
|
|
815
908
|
"Opening job invocation form": [
|
|
816
909
|
"ジョブ呼び出しフォームを開く"
|
|
817
910
|
],
|
|
@@ -857,9 +950,15 @@
|
|
|
857
950
|
"Please enter a search query": [
|
|
858
951
|
"検索クエリーを入力してください"
|
|
859
952
|
],
|
|
953
|
+
"Please go back to \\\\\\\"Schedule\\\\\\\" - \\\\\\\"Future execution\\\\\\\" or \\\\\\\"Recurring execution\\\\\\\" step to fix the error": [
|
|
954
|
+
""
|
|
955
|
+
],
|
|
860
956
|
"Please go back to \\\\\\\"Schedule\\\\\\\" - \\\\\\\"Future execution\\\\\\\" step to fix the error": [
|
|
861
957
|
"「スケジュール」- 「将来の実行」の手順に戻り、エラーを修正してください"
|
|
862
958
|
],
|
|
959
|
+
"Please make sure that the Smart Proxy is configured correctly for the Pull provider.": [
|
|
960
|
+
""
|
|
961
|
+
],
|
|
863
962
|
"Please refine your search.": [
|
|
864
963
|
"検索条件を見直してください。"
|
|
865
964
|
],
|
|
@@ -875,6 +974,9 @@
|
|
|
875
974
|
"Please select at least one host group": [
|
|
876
975
|
"少なくとも 1 つのホストグループを選択してください"
|
|
877
976
|
],
|
|
977
|
+
"Popups are blocked by your browser. Please allow popups for this site to open all invocations in new tabs.": [
|
|
978
|
+
""
|
|
979
|
+
],
|
|
878
980
|
"Port to use for SSH communication. Default port 22. You may override per host by setting a parameter called remote_execution_ssh_port.": [
|
|
879
981
|
"SSH 通信に使用するポート。デフォルトのポートは 22 です。remote_execution_ssh_port という名前のパラメーターを設定することにより、ホストごとに上書きできます。"
|
|
880
982
|
],
|
|
@@ -887,6 +989,9 @@
|
|
|
887
989
|
"Preview Hosts": [
|
|
888
990
|
"ホストのプレビュー"
|
|
889
991
|
],
|
|
992
|
+
"Preview Template": [
|
|
993
|
+
""
|
|
994
|
+
],
|
|
890
995
|
"Preview job description": [
|
|
891
996
|
"ジョブ説明をプレビュー"
|
|
892
997
|
],
|
|
@@ -986,6 +1091,9 @@
|
|
|
986
1091
|
"Repeat amount can only be a positive number": [
|
|
987
1092
|
"繰り返しの値は正の数でなければなりません"
|
|
988
1093
|
],
|
|
1094
|
+
"Repeat until": [
|
|
1095
|
+
""
|
|
1096
|
+
],
|
|
989
1097
|
"Repeats": [
|
|
990
1098
|
"繰り返し"
|
|
991
1099
|
],
|
|
@@ -1007,6 +1115,12 @@
|
|
|
1007
1115
|
"Rerun on failed hosts": [
|
|
1008
1116
|
"失敗したホストでの再実行"
|
|
1009
1117
|
],
|
|
1118
|
+
"Rerun on succeeded hosts": [
|
|
1119
|
+
""
|
|
1120
|
+
],
|
|
1121
|
+
"Rerun succeeded": [
|
|
1122
|
+
""
|
|
1123
|
+
],
|
|
1010
1124
|
"Rerun successful": [
|
|
1011
1125
|
"正常に再実行されました"
|
|
1012
1126
|
],
|
|
@@ -1070,6 +1184,12 @@
|
|
|
1070
1184
|
"SSH user:": [
|
|
1071
1185
|
"SSH ユーザー:"
|
|
1072
1186
|
],
|
|
1187
|
+
"STDERR": [
|
|
1188
|
+
""
|
|
1189
|
+
],
|
|
1190
|
+
"STDOUT": [
|
|
1191
|
+
""
|
|
1192
|
+
],
|
|
1073
1193
|
"Schedule": [
|
|
1074
1194
|
"スケジュール"
|
|
1075
1195
|
],
|
|
@@ -1193,6 +1313,9 @@
|
|
|
1193
1313
|
"Skip to review step": [
|
|
1194
1314
|
"確認ステップまでスキップ"
|
|
1195
1315
|
],
|
|
1316
|
+
"Smart proxy": [
|
|
1317
|
+
""
|
|
1318
|
+
],
|
|
1196
1319
|
"Snippet": [
|
|
1197
1320
|
"スニペット"
|
|
1198
1321
|
],
|
|
@@ -1253,6 +1376,9 @@
|
|
|
1253
1376
|
"Success": [
|
|
1254
1377
|
"成功"
|
|
1255
1378
|
],
|
|
1379
|
+
"Successfully copied to clipboard!": [
|
|
1380
|
+
""
|
|
1381
|
+
],
|
|
1256
1382
|
"Switch to the new job invocation detail UI": [
|
|
1257
1383
|
"新しいジョブ呼び出し詳細 UI への切り替え"
|
|
1258
1384
|
],
|
|
@@ -1265,6 +1391,9 @@
|
|
|
1265
1391
|
"Systems": [
|
|
1266
1392
|
"システム"
|
|
1267
1393
|
],
|
|
1394
|
+
"Target Hosts": [
|
|
1395
|
+
""
|
|
1396
|
+
],
|
|
1268
1397
|
"Target hosts": [
|
|
1269
1398
|
"ターゲットホスト"
|
|
1270
1399
|
],
|
|
@@ -1274,6 +1403,9 @@
|
|
|
1274
1403
|
"Target template ID": [
|
|
1275
1404
|
"ターゲットテンプレート ID"
|
|
1276
1405
|
],
|
|
1406
|
+
"Target:": [
|
|
1407
|
+
""
|
|
1408
|
+
],
|
|
1277
1409
|
"Target: ": [
|
|
1278
1410
|
"ターゲット: "
|
|
1279
1411
|
],
|
|
@@ -1283,6 +1415,12 @@
|
|
|
1283
1415
|
"Task cancelled": [
|
|
1284
1416
|
"タスクはキャンセルされました"
|
|
1285
1417
|
],
|
|
1418
|
+
"Task count": [
|
|
1419
|
+
""
|
|
1420
|
+
],
|
|
1421
|
+
"Task for the host cancelled succesfully": [
|
|
1422
|
+
""
|
|
1423
|
+
],
|
|
1286
1424
|
"Template ERB": [
|
|
1287
1425
|
"テンプレート ERB"
|
|
1288
1426
|
],
|
|
@@ -1292,6 +1430,9 @@
|
|
|
1292
1430
|
"Template failed with:": [
|
|
1293
1431
|
"テンプレートが以下により失敗:"
|
|
1294
1432
|
],
|
|
1433
|
+
"Template invocation not found": [
|
|
1434
|
+
""
|
|
1435
|
+
],
|
|
1295
1436
|
"Template name": [
|
|
1296
1437
|
"テンプレート名"
|
|
1297
1438
|
],
|
|
@@ -1313,6 +1454,9 @@
|
|
|
1313
1454
|
"The dynamic query '%{query}' was not resolved yet. The list of hosts to which it would resolve now can be seen %{here}.": [
|
|
1314
1455
|
"動的クエリー '%{query}' が解決されませんでした。解決するホストの一覧は %{here} に表示されます。"
|
|
1315
1456
|
],
|
|
1457
|
+
"The dynamic query is still being processed. You can {viewTheHosts} targeted by the query.": [
|
|
1458
|
+
""
|
|
1459
|
+
],
|
|
1316
1460
|
"The execution interface is used for remote execution": [
|
|
1317
1461
|
"リモート実行には実行インターフェースが使用されます"
|
|
1318
1462
|
],
|
|
@@ -1331,6 +1475,9 @@
|
|
|
1331
1475
|
"The job template to use, parameter is required unless feature was specified": [
|
|
1332
1476
|
"使用するジョブテンプレート。機能が指定されていなければ、パラメーターが必要です"
|
|
1333
1477
|
],
|
|
1478
|
+
"The number of invocations is:": [
|
|
1479
|
+
""
|
|
1480
|
+
],
|
|
1334
1481
|
"The only applicable proxy %{proxy_names} is down": [
|
|
1335
1482
|
"適用可能な唯一のプロキシー %%{proxy_names} がダウンしています。"
|
|
1336
1483
|
],
|
|
@@ -1358,6 +1505,9 @@
|
|
|
1358
1505
|
"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}.": [
|
|
1359
1506
|
"このテンプレートは記述の生成に使用します。<br/>入力値は、構文 %%{package} を使用して使用できます。%%{job_category} と %%{template_name} を使用して、<br/> ジョブカテゴリーとテンプレート <br/> 名を追加することもできます。"
|
|
1360
1507
|
],
|
|
1508
|
+
"This will open a new tab for each invocation.": [
|
|
1509
|
+
""
|
|
1510
|
+
],
|
|
1361
1511
|
"Time in seconds from the start on the remote host after which the job should be killed.": [
|
|
1362
1512
|
"リモートホストで開始してからジョブを強制終了するまでの時間 (秒単位)"
|
|
1363
1513
|
],
|
|
@@ -1406,12 +1556,18 @@
|
|
|
1406
1556
|
"Trying to abort the job %s.": [
|
|
1407
1557
|
"ジョブ %s を中断しようとしています。"
|
|
1408
1558
|
],
|
|
1559
|
+
"Trying to abort the task for the host": [
|
|
1560
|
+
""
|
|
1561
|
+
],
|
|
1409
1562
|
"Trying to cancel the job": [
|
|
1410
1563
|
"ジョブをキャンセルしようとしています"
|
|
1411
1564
|
],
|
|
1412
1565
|
"Trying to cancel the job %s.": [
|
|
1413
1566
|
"ジョブ %s をキャンセルしようとしています。"
|
|
1414
1567
|
],
|
|
1568
|
+
"Trying to cancel the task for the host": [
|
|
1569
|
+
""
|
|
1570
|
+
],
|
|
1415
1571
|
"Type": [
|
|
1416
1572
|
"タイプ"
|
|
1417
1573
|
],
|
|
@@ -1436,9 +1592,15 @@
|
|
|
1436
1592
|
"Unable to remove host from known hosts": [
|
|
1437
1593
|
"既知のホストからホストを削除できません"
|
|
1438
1594
|
],
|
|
1595
|
+
"Unable to run job": [
|
|
1596
|
+
""
|
|
1597
|
+
],
|
|
1439
1598
|
"Unable to save template. Correct highlighted errors": [
|
|
1440
1599
|
"テンプレートを保存できません。強調表示されたエラーを修正してください"
|
|
1441
1600
|
],
|
|
1601
|
+
"Unknown": [
|
|
1602
|
+
""
|
|
1603
|
+
],
|
|
1442
1604
|
"Unknown execution status": [
|
|
1443
1605
|
"不明な実行ステータス"
|
|
1444
1606
|
],
|
|
@@ -1541,9 +1703,6 @@
|
|
|
1541
1703
|
"Whether we should sync templates from disk when running db:seed.": [
|
|
1542
1704
|
"db:seed を実行するときにディスクからテンプレートを同期するかどうか。"
|
|
1543
1705
|
],
|
|
1544
|
-
"Workers pool size": [
|
|
1545
|
-
"ワーカーのプールサイズ"
|
|
1546
|
-
],
|
|
1547
1706
|
"Yes (override)": [
|
|
1548
1707
|
"Yes (上書き)"
|
|
1549
1708
|
],
|
|
@@ -1556,6 +1715,9 @@
|
|
|
1556
1715
|
"You have %s results to display. Showing first %s results": [
|
|
1557
1716
|
"表示する結果が %s 件あります。最初の %s 件の結果を表示しています"
|
|
1558
1717
|
],
|
|
1718
|
+
"You have more results to display. Showing first %s results": [
|
|
1719
|
+
""
|
|
1720
|
+
],
|
|
1559
1721
|
"add an input set for this template to reference a different template inputs": [
|
|
1560
1722
|
"異なるテンプレート入力を参照するためにこのテンプレートの入力セットを追加"
|
|
1561
1723
|
],
|
|
@@ -1571,9 +1733,6 @@
|
|
|
1571
1733
|
"effective user": [
|
|
1572
1734
|
"実効ユーザー"
|
|
1573
1735
|
],
|
|
1574
|
-
"error": [
|
|
1575
|
-
"エラー"
|
|
1576
|
-
],
|
|
1577
1736
|
"error during rendering: %s": [
|
|
1578
1737
|
"レンダリング中のエラー: %s"
|
|
1579
1738
|
],
|
|
@@ -1649,6 +1808,9 @@
|
|
|
1649
1808
|
"succeeded": [
|
|
1650
1809
|
"成功"
|
|
1651
1810
|
],
|
|
1811
|
+
"task aborted succesfully": [
|
|
1812
|
+
""
|
|
1813
|
+
],
|
|
1652
1814
|
"tasks at a time": [
|
|
1653
1815
|
"1 度に実行されるタスク"
|
|
1654
1816
|
],
|
|
@@ -1667,6 +1829,9 @@
|
|
|
1667
1829
|
"view host names": [
|
|
1668
1830
|
"ホスト名の表示"
|
|
1669
1831
|
],
|
|
1832
|
+
"view the hosts": [
|
|
1833
|
+
""
|
|
1834
|
+
],
|
|
1670
1835
|
"yes": [
|
|
1671
1836
|
"yes"
|
|
1672
1837
|
]
|