foreman_remote_execution 13.2.4 → 13.2.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/foreman_remote_execution/locale/de/foreman_remote_execution.js +77 -77
- data/app/assets/javascripts/foreman_remote_execution/locale/en/foreman_remote_execution.js +2 -1667
- data/app/assets/javascripts/foreman_remote_execution/locale/en_GB/foreman_remote_execution.js +7 -7
- data/app/assets/javascripts/foreman_remote_execution/locale/es/foreman_remote_execution.js +33 -33
- data/app/assets/javascripts/foreman_remote_execution/locale/fr/foreman_remote_execution.js +131 -131
- data/app/assets/javascripts/foreman_remote_execution/locale/ja/foreman_remote_execution.js +131 -131
- data/app/assets/javascripts/foreman_remote_execution/locale/ka/foreman_remote_execution.js +38 -38
- data/app/assets/javascripts/foreman_remote_execution/locale/ko/foreman_remote_execution.js +16 -16
- data/app/assets/javascripts/foreman_remote_execution/locale/pt_BR/foreman_remote_execution.js +33 -33
- data/app/assets/javascripts/foreman_remote_execution/locale/ru/foreman_remote_execution.js +7 -7
- data/app/assets/javascripts/foreman_remote_execution/locale/zh_CN/foreman_remote_execution.js +134 -134
- data/app/assets/javascripts/foreman_remote_execution/locale/zh_TW/foreman_remote_execution.js +6 -6
- 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 +81 -80
- data/locale/en/foreman_remote_execution.po +0 -1675
- data/locale/en_GB/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/en_GB/foreman_remote_execution.po +7 -7
- data/locale/es/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/es/foreman_remote_execution.po +33 -33
- data/locale/fr/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/fr/foreman_remote_execution.po +132 -132
- data/locale/ja/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ja/foreman_remote_execution.po +131 -131
- data/locale/ka/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ka/foreman_remote_execution.po +38 -38
- data/locale/ko/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ko/foreman_remote_execution.po +16 -16
- data/locale/pt_BR/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/pt_BR/foreman_remote_execution.po +33 -33
- data/locale/ru/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/ru/foreman_remote_execution.po +7 -7
- data/locale/zh_CN/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/zh_CN/foreman_remote_execution.po +136 -134
- data/locale/zh_TW/LC_MESSAGES/foreman_remote_execution.mo +0 -0
- data/locale/zh_TW/foreman_remote_execution.po +6 -6
- data/webpack/JobWizard/JobWizardPageRerun.js +80 -16
- data/webpack/JobWizard/JobWizardSelectors.js +7 -0
- data/webpack/JobWizard/__tests__/fixtures.js +6 -0
- data/webpack/JobWizard/steps/ReviewDetails/ReviewDetails.test.js +2 -1
- metadata +2 -2
@@ -3,11 +3,11 @@
|
|
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 14.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",
|
10
|
-
"Language-Team": "Japanese (http://
|
10
|
+
"Language-Team": "Japanese (http://app.transifex.com/foreman/foreman/language/ja/)",
|
11
11
|
"MIME-Version": "1.0",
|
12
12
|
"Content-Type": "text/plain; charset=UTF-8",
|
13
13
|
"Content-Transfer-Encoding": "8bit",
|
@@ -18,7 +18,7 @@
|
|
18
18
|
"plural_forms": "nplurals=1; plural=0;"
|
19
19
|
},
|
20
20
|
"${d.title} ${d.count} hosts": [
|
21
|
-
""
|
21
|
+
"${d.title} ${d.count} ホスト"
|
22
22
|
],
|
23
23
|
"%s": [
|
24
24
|
"%s"
|
@@ -30,16 +30,16 @@
|
|
30
30
|
"%s 件のジョブが呼び出されました"
|
31
31
|
],
|
32
32
|
"%s more": [
|
33
|
-
""
|
33
|
+
"さらに %s"
|
34
34
|
],
|
35
35
|
"%{description} on %{host}": [
|
36
36
|
"%{host} の %{description} "
|
37
37
|
],
|
38
38
|
"'Starts before' date must be after 'Starts at' date": [
|
39
|
-
""
|
39
|
+
"「次の時刻よりも前に開始」の日付は、「開始時刻」の日付よりも後でなければなりません"
|
40
40
|
],
|
41
41
|
"'Starts before' date must in the future": [
|
42
|
-
""
|
42
|
+
"「次の時刻よりも前に開始」の日付は、未来の日付でなければなりません"
|
43
43
|
],
|
44
44
|
"...and %s more": [
|
45
45
|
"...さらに %s"
|
@@ -54,7 +54,7 @@
|
|
54
54
|
"外部テンプレートから含める入力名のコンマ区切り一覧。"
|
55
55
|
],
|
56
56
|
"A job '%{job_name}' has %{status} at %{time}": [
|
57
|
-
"ジョブ '
|
57
|
+
"ジョブ '%%{job_name}' のステータスは %%{status} です (%%{time} 時点)"
|
58
58
|
],
|
59
59
|
"A job '%{subject}' has failed": [
|
60
60
|
"ジョブ '%%{subject}' が失敗しました"
|
@@ -72,25 +72,25 @@
|
|
72
72
|
"繰り返しジョブを追跡するための特別なラベル。特定の目的で一度にアクティブにできるジョブは 1 つだけです。"
|
73
73
|
],
|
74
74
|
"A user to be used for SSH.": [
|
75
|
-
""
|
75
|
+
"SSH に使用するユーザー。"
|
76
76
|
],
|
77
77
|
"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.": [
|
78
78
|
"スクリプトを実行するために使用するユーザー。ユーザーが SSH ユーザーと異なる場合は、su または sudo を使用してアカウントを切り替えます。"
|
79
79
|
],
|
80
80
|
"Abort": [
|
81
|
-
""
|
81
|
+
"中断"
|
82
82
|
],
|
83
83
|
"Abort Job": [
|
84
84
|
"ジョブの中断"
|
85
85
|
],
|
86
86
|
"Access denied": [
|
87
|
-
""
|
87
|
+
"アクセスは拒否されました"
|
88
88
|
],
|
89
89
|
"Actions": [
|
90
90
|
"アクション"
|
91
91
|
],
|
92
92
|
"Active Filters:": [
|
93
|
-
""
|
93
|
+
"アクティブなフィルター:"
|
94
94
|
],
|
95
95
|
"Add Foreign Input Set": [
|
96
96
|
"外部入力セットを追加"
|
@@ -99,10 +99,10 @@
|
|
99
99
|
"詳細フィールド"
|
100
100
|
],
|
101
101
|
"After": [
|
102
|
-
""
|
102
|
+
"次の時刻よりも後に開始"
|
103
103
|
],
|
104
104
|
"After %s occurences": [
|
105
|
-
""
|
105
|
+
"%s のオカレンス後"
|
106
106
|
],
|
107
107
|
"All fields are required.": [
|
108
108
|
"すべてのフィールドは必須です。"
|
@@ -132,10 +132,10 @@
|
|
132
132
|
"分"
|
133
133
|
],
|
134
134
|
"Awaiting start": [
|
135
|
-
""
|
135
|
+
"開始待ち"
|
136
136
|
],
|
137
137
|
"Back": [
|
138
|
-
""
|
138
|
+
"戻る"
|
139
139
|
],
|
140
140
|
"Back to Job": [
|
141
141
|
"ジョブに戻る"
|
@@ -147,7 +147,7 @@
|
|
147
147
|
"ID %s のジョブ呼び出しが見つかりません"
|
148
148
|
],
|
149
149
|
"Cancel": [
|
150
|
-
""
|
150
|
+
"取り消し"
|
151
151
|
],
|
152
152
|
"Cancel Job": [
|
153
153
|
"ジョブのキャンセル"
|
@@ -156,10 +156,10 @@
|
|
156
156
|
"ジョブ呼び出しをキャンセル"
|
157
157
|
],
|
158
158
|
"Cancel recurring": [
|
159
|
-
""
|
159
|
+
"繰り返しのキャンセル"
|
160
160
|
],
|
161
161
|
"Canceled:": [
|
162
|
-
""
|
162
|
+
"キャンセル済み:"
|
163
163
|
],
|
164
164
|
"Cancelled": [
|
165
165
|
"キャンセル済み"
|
@@ -177,22 +177,22 @@
|
|
177
177
|
"カテゴリー一覧が以下により失敗:"
|
178
178
|
],
|
179
179
|
"Category and template": [
|
180
|
-
""
|
180
|
+
"カテゴリーとテンプレート"
|
181
181
|
],
|
182
182
|
"Choose a job template that is pre-selected in job invocation form": [
|
183
183
|
"ジョブ呼び出しフォームで事前に選択されているジョブテンプレートを選択してください"
|
184
184
|
],
|
185
185
|
"Circular dependency detected in foreign input set '%{template}' -> '%{target_template}'. Templates stack: %{templates_stack}": [
|
186
|
-
"外部入力セット '
|
186
|
+
"外部入力セット '%%{template}' -> '%%{target_template}' で循環依存が検出されました。テンプレートスタック: %%{templates_stack}"
|
187
187
|
],
|
188
188
|
"Cleanup working directories": [
|
189
189
|
"作業ディレクトリーのクリーンアップ"
|
190
190
|
],
|
191
191
|
"Clear all filters": [
|
192
|
-
""
|
192
|
+
"全フィルターの消去"
|
193
193
|
],
|
194
194
|
"Clear input": [
|
195
|
-
""
|
195
|
+
"入力のクリア"
|
196
196
|
],
|
197
197
|
"Clone a provision template": [
|
198
198
|
"プロビジョンテンプレートのクローン"
|
@@ -216,22 +216,22 @@
|
|
216
216
|
"同時実行レベルと分散を制御"
|
217
217
|
],
|
218
218
|
"Could not abort the job %s: ${response}": [
|
219
|
-
""
|
219
|
+
"ジョブ %s を中止できませんでした: ${response}"
|
220
220
|
],
|
221
221
|
"Could not cancel recurring logic %s: ${response}": [
|
222
|
-
""
|
222
|
+
"再帰論理 %s をキャンセルできませんでした: ${response}"
|
223
223
|
],
|
224
224
|
"Could not cancel the job %s: ${response}": [
|
225
|
-
""
|
225
|
+
"ジョブ %s をキャンセルできませんでした: ${response}"
|
226
226
|
],
|
227
227
|
"Could not disable recurring logic %s: ${response}": [
|
228
|
-
""
|
228
|
+
"再帰論理 %s を無効にできませんでした: ${response}"
|
229
229
|
],
|
230
230
|
"Could not display data for job invocation.": [
|
231
231
|
"ジョブ呼び出しのデータを表示できませんでした。"
|
232
232
|
],
|
233
233
|
"Could not enable recurring logic %s: ${response}": [
|
234
|
-
""
|
234
|
+
"再帰論理 %s を有効にできませんでした: ${response}"
|
235
235
|
],
|
236
236
|
"Could not find any suitable interface for execution": [
|
237
237
|
"実行に適したインターフェースを見つけることができませんでした"
|
@@ -243,7 +243,7 @@
|
|
243
243
|
"テンプレートが見つからないのでジョブ %{id} を返すことができませんでした"
|
244
244
|
],
|
245
245
|
"Could not use any proxy for the %{provider} job. Consider configuring %{global_proxy}, %{fallback_proxy} in settings": [
|
246
|
-
"%{provider} ジョブにプロキシーを使用できませんでした。設定で {global_proxy} または {fallback_proxy} を指定することを検討してください"
|
246
|
+
"%{provider} ジョブにプロキシーを使用できませんでした。設定で %{global_proxy} または %{fallback_proxy} を指定することを検討してください"
|
247
247
|
],
|
248
248
|
"Could not use any template used in the job invocation": [
|
249
249
|
"ジョブ呼び出しで使用されるテンプレートを使用できませんでした"
|
@@ -267,7 +267,7 @@
|
|
267
267
|
"繰り返されるジョブを作成"
|
268
268
|
],
|
269
269
|
"Create report": [
|
270
|
-
""
|
270
|
+
"レポートの作成"
|
271
271
|
],
|
272
272
|
"Create report for this job": [
|
273
273
|
"このジョブのレポートを作成"
|
@@ -276,25 +276,25 @@
|
|
276
276
|
"cron 行"
|
277
277
|
],
|
278
278
|
"Cron line (extended)": [
|
279
|
-
""
|
279
|
+
"Cron 行 (拡張)"
|
280
280
|
],
|
281
281
|
"Cron line format '1 2 3 4 5', where:": [
|
282
|
-
""
|
282
|
+
"Cron 行の形式は '1 2 3 4 5' です。各部分の説明:"
|
283
283
|
],
|
284
284
|
"Cronline": [
|
285
285
|
"cron 行"
|
286
286
|
],
|
287
287
|
"Current location %s is different from job's location %s. This job may run on different hosts than before.": [
|
288
|
-
""
|
288
|
+
"現在の場所 %s は、ジョブの場所 %s とは異なります。このジョブは、以前とは異なるホストで実行できます。"
|
289
289
|
],
|
290
290
|
"Current location %{loc_c} is different from job's location %{loc_j}.": [
|
291
|
-
"現在のロケーション
|
291
|
+
"現在のロケーション %%{loc_c} はジョブのロケーション %%{loc_j} とは異なります。"
|
292
292
|
],
|
293
293
|
"Current organization %s is different from job's organization %s. This job may run on different hosts than before.": [
|
294
|
-
""
|
294
|
+
"現在の組織 %s は、ジョブの組織 %s とは異なります。このジョブは、以前とは異なるホストで実行できます。"
|
295
295
|
],
|
296
296
|
"Current organization %{org_c} is different from job's organization %{org_j}.": [
|
297
|
-
"
|
297
|
+
"現在の組織「%%{org_c}」はジョブの組織「%%{org_j}」とは異なります。"
|
298
298
|
],
|
299
299
|
"Daily": [
|
300
300
|
"毎日"
|
@@ -342,7 +342,7 @@
|
|
342
342
|
"特別な目的の指定"
|
343
343
|
],
|
344
344
|
"Disable recurring": [
|
345
|
-
""
|
345
|
+
"繰り返しの無効化"
|
346
346
|
],
|
347
347
|
"Display advanced fields": [
|
348
348
|
"詳細フィールドを表示"
|
@@ -351,7 +351,7 @@
|
|
351
351
|
"繰り返さない"
|
352
352
|
],
|
353
353
|
"Duplicated inputs detected: %{duplicated_inputs}": [
|
354
|
-
"重複した入力が検出されました:
|
354
|
+
"重複した入力が検出されました: %%{duplicated_inputs}"
|
355
355
|
],
|
356
356
|
"Dynamic Query": [
|
357
357
|
"動的クエリー"
|
@@ -381,7 +381,7 @@
|
|
381
381
|
"実効ユーザー"
|
382
382
|
],
|
383
383
|
"Effective user method \\\"%{current_value}\\\" is not one of %{valid_methods}": [
|
384
|
-
"実効ユーザーメソッド\\\"
|
384
|
+
"実効ユーザーメソッド\\\"%%{current_value}\\\" は %%{valid_methods} の 1 つではありません"
|
385
385
|
],
|
386
386
|
"Effective user options": [
|
387
387
|
"実効ユーザーオプション"
|
@@ -396,13 +396,13 @@
|
|
396
396
|
"実効ユーザーパスワードは、SSH プロバイダーにのみ適用されます。他のプロバイダーは、このフィールドを無視します。パスワードは、ジョブが完了するまで暗号化されて DB に保存されます。将来の実行または繰り返しの実行の場合、最後の実行後に削除されます。"
|
397
397
|
],
|
398
398
|
"Effective user:": [
|
399
|
-
""
|
399
|
+
"実効ユーザー:"
|
400
400
|
],
|
401
401
|
"Enable Global Proxy": [
|
402
402
|
"グローバルプロキシーを有効にする"
|
403
403
|
],
|
404
404
|
"Enable recurring": [
|
405
|
-
""
|
405
|
+
"繰り返しの有効化"
|
406
406
|
],
|
407
407
|
"End time needs to be after start time": [
|
408
408
|
"終了時刻は開始時刻の後でなければなりません"
|
@@ -420,25 +420,25 @@
|
|
420
420
|
"評価済み:"
|
421
421
|
],
|
422
422
|
"Every day at %s": [
|
423
|
-
""
|
423
|
+
"毎日 %s"
|
424
424
|
],
|
425
425
|
"Every hour at minute %s": [
|
426
|
-
""
|
426
|
+
"毎時 %s 分"
|
427
427
|
],
|
428
428
|
"Every month on %s at %s": [
|
429
|
-
""
|
429
|
+
"毎月 %s の %s"
|
430
430
|
],
|
431
431
|
"Every week on %s at %s": [
|
432
|
-
""
|
432
|
+
"毎週 %s の %s"
|
433
433
|
],
|
434
434
|
"Execute the job later, at a scheduled time.": [
|
435
|
-
""
|
435
|
+
"スケジュールされた時間に、後でジョブを実行します。"
|
436
436
|
],
|
437
437
|
"Execute the job now.": [
|
438
|
-
""
|
438
|
+
"今すぐジョブを実行します。"
|
439
439
|
],
|
440
440
|
"Execute the job on a repeating schedule.": [
|
441
|
-
""
|
441
|
+
"繰り返し実行されるスケジュールでジョブを実行します。"
|
442
442
|
],
|
443
443
|
"Execute the jobs on hosts in randomized order": [
|
444
444
|
"ホスト上でジョブを順不同で実行します"
|
@@ -471,19 +471,19 @@
|
|
471
471
|
"テンプレートのレンダリングに失敗しました: %s"
|
472
472
|
],
|
473
473
|
"Failed:": [
|
474
|
-
""
|
474
|
+
"失敗:"
|
475
475
|
],
|
476
476
|
"Fallback to Any Proxy": [
|
477
477
|
"プロキシーへのフォールバック"
|
478
478
|
],
|
479
479
|
"Feature input %{input_name} not defined in template %{template_name}": [
|
480
|
-
"テンプレート
|
480
|
+
"テンプレート %%{template_name} に機能入力 %%{input_name} が定義されていません"
|
481
481
|
],
|
482
482
|
"Fill all required fields in all the steps": [
|
483
|
-
""
|
483
|
+
"すべてのステップの必須フィールドをすべて入力してください"
|
484
484
|
],
|
485
485
|
"Fill all required fields in all the steps to start the job": [
|
486
|
-
""
|
486
|
+
"ジョブを開始するには、すべてのステップの必須フィールドをすべて入力してください"
|
487
487
|
],
|
488
488
|
"Filter by host collections": [
|
489
489
|
"ホストコレクションでフィルター"
|
@@ -498,7 +498,7 @@
|
|
498
498
|
"終了"
|
499
499
|
],
|
500
500
|
"For Future execution a 'Starts at' date or 'Starts before' date must be selected. Immediate execution can be selected in the previous step.": [
|
501
|
-
""
|
501
|
+
"後で実行の場合は、「開始時刻」または「次の時刻よりも前に開始」の日付を選択する必要があります。以前の手順で直ぐに実行を選択できます。"
|
502
502
|
],
|
503
503
|
"For example: 1, 2, 3, 4, 5...": [
|
504
504
|
"たとえば、1、2、3、4、5..."
|
@@ -513,7 +513,7 @@
|
|
513
513
|
"ジョブテンプレートの形成"
|
514
514
|
],
|
515
515
|
"Future execution": [
|
516
|
-
""
|
516
|
+
"将来の実行"
|
517
517
|
],
|
518
518
|
"Get output for a host": [
|
519
519
|
"ホストの出力を取得"
|
@@ -567,7 +567,7 @@
|
|
567
567
|
"リモート実行用のホストインターフェイスの識別子"
|
568
568
|
],
|
569
569
|
"Immediate execution": [
|
570
|
-
""
|
570
|
+
"即時実行"
|
571
571
|
],
|
572
572
|
"Import": [
|
573
573
|
"インポート"
|
@@ -576,7 +576,7 @@
|
|
576
576
|
"ERB からジョブテンプレートをインポート"
|
577
577
|
],
|
578
578
|
"In Progress:": [
|
579
|
-
""
|
579
|
+
"処理中:"
|
580
580
|
],
|
581
581
|
"Include all inputs from the foreign template": [
|
582
582
|
"外部テンプレートからのすべての入力を含める"
|
@@ -603,10 +603,10 @@
|
|
603
603
|
"内部プロキシーセレクターは、Katello が有効になっている場合にのみ使用できます"
|
604
604
|
],
|
605
605
|
"Interval in seconds, if the job is not picked up by a client within this interval it will be cancelled.": [
|
606
|
-
""
|
606
|
+
"間隔 (秒)。この間隔内にクライアントによりジョブが取得されなかった場合は、ジョブがキャンセルされます。"
|
607
607
|
],
|
608
608
|
"Interval in seconds, if the job is not picked up by a client within this interval it will be cancelled. Applies only to pull-mqtt based jobs": [
|
609
|
-
""
|
609
|
+
"間隔 (秒)。この間隔内にクライアントによりジョブが取得されなかった場合、ジョブはキャンセルされます。pull-mqtt ベースのジョブにのみ適用されます"
|
610
610
|
],
|
611
611
|
"Invalid date": [
|
612
612
|
"無効な日付"
|
@@ -657,7 +657,7 @@
|
|
657
657
|
"ジョブ呼び出し"
|
658
658
|
],
|
659
659
|
"Job invocations detail": [
|
660
|
-
""
|
660
|
+
"ジョブ呼び出し詳細"
|
661
661
|
],
|
662
662
|
"Job result": [
|
663
663
|
"ジョブの結果"
|
@@ -711,10 +711,10 @@
|
|
711
711
|
"詳細についてはドキュメントを参照してください。"
|
712
712
|
],
|
713
713
|
"Legacy UI": [
|
714
|
-
""
|
714
|
+
"レガシー UI"
|
715
715
|
],
|
716
716
|
"List available remote execution features for a host": [
|
717
|
-
""
|
717
|
+
"ホストで利用可能なリモート実行機能の一覧表示"
|
718
718
|
],
|
719
719
|
"List foreign input sets": [
|
720
720
|
"外部入力セットを一覧表示"
|
@@ -747,10 +747,10 @@
|
|
747
747
|
"手動選択"
|
748
748
|
],
|
749
749
|
"Minute can only be a number between 0-59": [
|
750
|
-
""
|
750
|
+
"分は 0-59 の間の数字のみ指定できます。"
|
751
751
|
],
|
752
752
|
"Missing the required permissions: ${missingPermissions.join( ', ' )}": [
|
753
|
-
""
|
753
|
+
"必須パーミッションがありません: ${missingPermissions.join( ', ' )}"
|
754
754
|
],
|
755
755
|
"Monthly": [
|
756
756
|
"毎月"
|
@@ -771,10 +771,10 @@
|
|
771
771
|
"新規ジョブテンプレート"
|
772
772
|
],
|
773
773
|
"New UI": [
|
774
|
-
""
|
774
|
+
"新規 UI"
|
775
775
|
],
|
776
776
|
"Next": [
|
777
|
-
""
|
777
|
+
"次へ"
|
778
778
|
],
|
779
779
|
"No (override)": [
|
780
780
|
"No (上書き)"
|
@@ -792,28 +792,28 @@
|
|
792
792
|
"結果は見つかりませんでした"
|
793
793
|
],
|
794
794
|
"No template mapped to feature %{feature_name}": [
|
795
|
-
"機能
|
795
|
+
"機能 %%{feature_name} にマッピングされたテンプレートがありません"
|
796
796
|
],
|
797
797
|
"Not all required inputs have values. Missing inputs: %s": [
|
798
798
|
"入力が必須のすべての項目に値があるとは限りません。足りない入力: %s"
|
799
799
|
],
|
800
800
|
"Not available": [
|
801
|
-
""
|
801
|
+
"利用できません"
|
802
802
|
],
|
803
803
|
"Not yet": [
|
804
|
-
""
|
804
|
+
"実行前"
|
805
805
|
],
|
806
806
|
"Now": [
|
807
|
-
""
|
807
|
+
"今すぐ"
|
808
808
|
],
|
809
809
|
"On": [
|
810
|
-
"
|
810
|
+
"次の時刻に開始"
|
811
811
|
],
|
812
812
|
"Only one of feature or job_template_id can be specified": [
|
813
813
|
"機能または job_template_id の 1 つのみを指定できます"
|
814
814
|
],
|
815
815
|
"Opening job invocation form": [
|
816
|
-
""
|
816
|
+
"ジョブ呼び出しフォームを開く"
|
817
817
|
],
|
818
818
|
"Organization": [
|
819
819
|
"組織"
|
@@ -822,7 +822,7 @@
|
|
822
822
|
"この呼び出しに対してのみテンプレートから説明形式を上書き"
|
823
823
|
],
|
824
824
|
"Override the global time to pickup interval for this invocation only": [
|
825
|
-
""
|
825
|
+
"グローバル時間をこの呼び出しだけの取得間隔に上書きする"
|
826
826
|
],
|
827
827
|
"Override the timeout interval from the template for this invocation only": [
|
828
828
|
"この呼び出しに対してのみテンプレートからタイムアウト間隔を上書き"
|
@@ -852,28 +852,28 @@
|
|
852
852
|
"この回数以上は実行されません"
|
853
853
|
],
|
854
854
|
"Permission Denied": [
|
855
|
-
""
|
855
|
+
"パーミッションが拒否されました"
|
856
856
|
],
|
857
857
|
"Please enter a search query": [
|
858
|
-
""
|
858
|
+
"検索クエリーを入力してください"
|
859
859
|
],
|
860
860
|
"Please go back to \\\\\\\"Schedule\\\\\\\" - \\\\\\\"Future execution\\\\\\\" step to fix the error": [
|
861
|
-
""
|
861
|
+
"「スケジュール」- 「将来の実行」の手順に戻り、エラーを修正してください"
|
862
862
|
],
|
863
863
|
"Please refine your search.": [
|
864
864
|
"検索条件を見直してください。"
|
865
865
|
],
|
866
866
|
"Please request the required permissions listed below from a Foreman administrator:": [
|
867
|
-
""
|
867
|
+
"以下に一覧表示されている必須パーミッションを Foreman 管理者に要求してください:"
|
868
868
|
],
|
869
869
|
"Please select at least one host": [
|
870
|
-
""
|
870
|
+
"ホストを 1 つ以上選択してください"
|
871
871
|
],
|
872
872
|
"Please select at least one host collection": [
|
873
|
-
""
|
873
|
+
"ホストコレクションを少なくとも 1 つ選択してください。"
|
874
874
|
],
|
875
875
|
"Please select at least one host group": [
|
876
|
-
""
|
876
|
+
"少なくとも 1 つのホストグループを選択してください"
|
877
877
|
],
|
878
878
|
"Port to use for SSH communication. Default port 22. You may override per host by setting a parameter called remote_execution_ssh_port.": [
|
879
879
|
"SSH 通信に使用するポート。デフォルトのポートは 22 です。remote_execution_ssh_port という名前のパラメーターを設定することにより、ホストごとに上書きできます。"
|
@@ -900,7 +900,7 @@
|
|
900
900
|
"テンプレートのプレビューでの問題: %{error}。プレビューを表示する前に、テンプレート入力の変更を保存する必要があることに注意してください。"
|
901
901
|
],
|
902
902
|
"Proceed Anyway": [
|
903
|
-
""
|
903
|
+
"このまま続行"
|
904
904
|
],
|
905
905
|
"Provider type": [
|
906
906
|
"プロバイダータイプ"
|
@@ -927,7 +927,7 @@
|
|
927
927
|
"REX ジョブが成功しました: %s"
|
928
928
|
],
|
929
929
|
"REX pull mode": [
|
930
|
-
""
|
930
|
+
"REX プルモード"
|
931
931
|
],
|
932
932
|
"Randomized": [
|
933
933
|
"順不同"
|
@@ -939,19 +939,19 @@
|
|
939
939
|
"繰り返し"
|
940
940
|
],
|
941
941
|
"Recurring execution": [
|
942
|
-
""
|
942
|
+
"繰り返し実行"
|
943
943
|
],
|
944
944
|
"Recurring logic": [
|
945
945
|
"再帰論理"
|
946
946
|
],
|
947
947
|
"Recurring logic %s cancelled successfully.": [
|
948
|
-
""
|
948
|
+
"再帰論理 %s が正常にキャンセルされました。"
|
949
949
|
],
|
950
950
|
"Recurring logic %s disabled successfully.": [
|
951
|
-
""
|
951
|
+
"再帰論理 %s が正常に無効になりました。"
|
952
952
|
],
|
953
953
|
"Recurring logic %s enabled successfully.": [
|
954
|
-
""
|
954
|
+
"再帰論理 %s が正常に有効になりました。"
|
955
955
|
],
|
956
956
|
"Recursive rendering of templates detected": [
|
957
957
|
"検出されたテンプレートの再帰的なレンダリング"
|
@@ -993,7 +993,7 @@
|
|
993
993
|
"再実行"
|
994
994
|
],
|
995
995
|
"Rerun all": [
|
996
|
-
""
|
996
|
+
"すべて再実行"
|
997
997
|
],
|
998
998
|
"Rerun failed": [
|
999
999
|
"再実行に失敗しました"
|
@@ -1008,7 +1008,7 @@
|
|
1008
1008
|
"失敗したホストでの再実行"
|
1009
1009
|
],
|
1010
1010
|
"Rerun successful": [
|
1011
|
-
""
|
1011
|
+
"正常に再実行されました"
|
1012
1012
|
],
|
1013
1013
|
"Rerun the job": [
|
1014
1014
|
"ジョブを再実行"
|
@@ -1035,10 +1035,10 @@
|
|
1035
1035
|
"Puppet を 1 回実行"
|
1036
1036
|
],
|
1037
1037
|
"Run Script": [
|
1038
|
-
""
|
1038
|
+
"スクリプトの実行"
|
1039
1039
|
],
|
1040
1040
|
"Run a script": [
|
1041
|
-
""
|
1041
|
+
"スクリプトの実行"
|
1042
1042
|
],
|
1043
1043
|
"Run at most N tasks at a time": [
|
1044
1044
|
"一度に最大 N タスクを実行"
|
@@ -1050,7 +1050,7 @@
|
|
1050
1050
|
"ジョブを実行"
|
1051
1051
|
],
|
1052
1052
|
"Run on selected hosts": [
|
1053
|
-
""
|
1053
|
+
"選択したホストで実行"
|
1054
1054
|
],
|
1055
1055
|
"Running": [
|
1056
1056
|
"実行中"
|
@@ -1065,10 +1065,10 @@
|
|
1065
1065
|
"SSH プロバイダー固有オプション"
|
1066
1066
|
],
|
1067
1067
|
"SSH user": [
|
1068
|
-
""
|
1068
|
+
"SSH ユーザー"
|
1069
1069
|
],
|
1070
1070
|
"SSH user:": [
|
1071
|
-
""
|
1071
|
+
"SSH ユーザー:"
|
1072
1072
|
],
|
1073
1073
|
"Schedule": [
|
1074
1074
|
"スケジュール"
|
@@ -1092,7 +1092,7 @@
|
|
1092
1092
|
"スケジュール済み"
|
1093
1093
|
],
|
1094
1094
|
"Scheduled at:": [
|
1095
|
-
""
|
1095
|
+
"スケジュール時刻:"
|
1096
1096
|
],
|
1097
1097
|
"Scheduled to start at": [
|
1098
1098
|
"開始スケジュール:"
|
@@ -1101,7 +1101,7 @@
|
|
1101
1101
|
"次の時刻よりも前に開始するようにスケジュール"
|
1102
1102
|
],
|
1103
1103
|
"Scheduled: ${totalHosts} hosts": [
|
1104
|
-
""
|
1104
|
+
"スケジュール済み: ${totalHosts} ホスト"
|
1105
1105
|
],
|
1106
1106
|
"Script": [
|
1107
1107
|
"スクリプト"
|
@@ -1143,25 +1143,25 @@
|
|
1143
1143
|
"このサブネットに適用可能なすべてのリモート実行プロキシーを選択します。同じプロバイダーを使用するプロキシーが複数追加された場合は、プロキシー間で負荷が分散されます。"
|
1144
1144
|
],
|
1145
1145
|
"Select the type of execution": [
|
1146
|
-
""
|
1146
|
+
"実行の種類の選択"
|
1147
1147
|
],
|
1148
1148
|
"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": [
|
1149
|
-
""
|
1149
|
+
"このホストの 'host_registration_remote_execution_pull' パラメーターを設定します。True に設定されている場合には、ぷるプロバイダーのクライアントはホストにデプロイされます。"
|
1150
1150
|
],
|
1151
1151
|
"Set SSH key passphrase": [
|
1152
1152
|
"SSH 鍵パスフレーズを設定"
|
1153
1153
|
],
|
1154
1154
|
"Set SSH password": [
|
1155
|
-
"SSH
|
1155
|
+
"SSH パスワードの設定"
|
1156
1156
|
],
|
1157
1157
|
"Set SSH user": [
|
1158
|
-
""
|
1158
|
+
"SSH ユーザーの設定"
|
1159
1159
|
],
|
1160
1160
|
"Set password for effective user (using sudo-like mechanisms)": [
|
1161
1161
|
"実行ユーザーのパスワードを設定 (sudo と同様のメカニズムを使用)"
|
1162
1162
|
],
|
1163
1163
|
"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.": [
|
1164
|
-
""
|
1164
|
+
"リモート実行のプルモードを設定します。「はい」に設定すると、登録したホストにプルプロパイダークライアントがデプロイされます。継承される値は、「host_registration_remote_execution」パラメーターに基づきます。これは、ホストグループ、オペレーティングシステム、組織などから継承できます。上書きされると、選択した値がホストパラメーターレベルで保存されます。"
|
1165
1165
|
],
|
1166
1166
|
"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": [
|
1167
1167
|
"ホストインターフェースの ip アドレスは fqdn よりも優先されますか? DNS が fqdn を適切に解決しない場合、これは役に立ちます。remote_execution_connect_by_ip というパラメーターを設定し、ホストごとにこれを上書きすることができます。デュアルスタックのホストの場合は、remote_execution_connect_by_ip_prefer_ipv6 設定を検討する必要があります"
|
@@ -1188,10 +1188,10 @@
|
|
1188
1188
|
"リモート実行機能の表示"
|
1189
1189
|
],
|
1190
1190
|
"Skip to review": [
|
1191
|
-
""
|
1191
|
+
"確認までスキップ"
|
1192
1192
|
],
|
1193
1193
|
"Skip to review step": [
|
1194
|
-
""
|
1194
|
+
"確認ステップまでスキップ"
|
1195
1195
|
],
|
1196
1196
|
"Snippet": [
|
1197
1197
|
"スニペット"
|
@@ -1200,19 +1200,19 @@
|
|
1200
1200
|
"開始"
|
1201
1201
|
],
|
1202
1202
|
"Start job": [
|
1203
|
-
""
|
1203
|
+
"ジョブの開始"
|
1204
1204
|
],
|
1205
1205
|
"Started": [
|
1206
1206
|
"開始済み"
|
1207
1207
|
],
|
1208
1208
|
"Started at:": [
|
1209
|
-
""
|
1209
|
+
"開始時刻:"
|
1210
1210
|
],
|
1211
1211
|
"Starts": [
|
1212
1212
|
"開始"
|
1213
1213
|
],
|
1214
1214
|
"Starts Before": [
|
1215
|
-
""
|
1215
|
+
"次の時刻よりも前に開始"
|
1216
1216
|
],
|
1217
1217
|
"Starts at": [
|
1218
1218
|
"開始時刻"
|
@@ -1233,7 +1233,7 @@
|
|
1233
1233
|
"状態"
|
1234
1234
|
],
|
1235
1235
|
"Submit": [
|
1236
|
-
""
|
1236
|
+
"送信"
|
1237
1237
|
],
|
1238
1238
|
"Subscribe to all my jobs": [
|
1239
1239
|
"すべての自分のジョブにサブスクライブする"
|
@@ -1248,22 +1248,22 @@
|
|
1248
1248
|
"成功"
|
1249
1249
|
],
|
1250
1250
|
"Succeeded:": [
|
1251
|
-
""
|
1251
|
+
"成功:"
|
1252
1252
|
],
|
1253
1253
|
"Success": [
|
1254
1254
|
"成功"
|
1255
1255
|
],
|
1256
1256
|
"Switch to the new job invocation detail UI": [
|
1257
|
-
""
|
1257
|
+
"新しいジョブ呼び出し詳細 UI への切り替え"
|
1258
1258
|
],
|
1259
1259
|
"Sync Job Templates": [
|
1260
1260
|
"ジョブテンプレートの同期"
|
1261
1261
|
],
|
1262
1262
|
"System status": [
|
1263
|
-
""
|
1263
|
+
"システムステータス"
|
1264
1264
|
],
|
1265
1265
|
"Systems": [
|
1266
|
-
""
|
1266
|
+
"システム"
|
1267
1267
|
],
|
1268
1268
|
"Target hosts": [
|
1269
1269
|
"ターゲットホスト"
|
@@ -1302,13 +1302,13 @@
|
|
1302
1302
|
"id '%{id}' のテンプレートが見つかりませんでした"
|
1303
1303
|
],
|
1304
1304
|
"Template:": [
|
1305
|
-
""
|
1305
|
+
"テンプレート:"
|
1306
1306
|
],
|
1307
1307
|
"Templates list failed with:": [
|
1308
1308
|
"テンプレート一覧が以下により失敗:"
|
1309
1309
|
],
|
1310
1310
|
"The cron line supports extended cron line syntax. For details please refer to the ": [
|
1311
|
-
""
|
1311
|
+
"cron 行は、拡張 cron 行構文をサポートしています。詳細は、以下を参照してください "
|
1312
1312
|
],
|
1313
1313
|
"The dynamic query '%{query}' was not resolved yet. The list of hosts to which it would resolve now can be seen %{here}.": [
|
1314
1314
|
"動的クエリー '%{query}' が解決されませんでした。解決するホストの一覧は %{here} に表示されます。"
|
@@ -1332,10 +1332,10 @@
|
|
1332
1332
|
"使用するジョブテンプレート。機能が指定されていなければ、パラメーターが必要です"
|
1333
1333
|
],
|
1334
1334
|
"The only applicable proxy %{proxy_names} is down": [
|
1335
|
-
"適用可能な唯一のプロキシー
|
1335
|
+
"適用可能な唯一のプロキシー %%{proxy_names} がダウンしています。"
|
1336
1336
|
],
|
1337
1337
|
"The template %{template_name} mapped to feature %{feature_name} is not accessible by the user": [
|
1338
|
-
"ユーザーは機能
|
1338
|
+
"ユーザーは機能 %%{template_name} にマッピングされたテンプレート %%{feature_name} にアクセスできません"
|
1339
1339
|
],
|
1340
1340
|
"There are no available input fields for the selected template.": [
|
1341
1341
|
"選択したテンプレートで使用可能な入力フィールドはありません。"
|
@@ -1353,19 +1353,19 @@
|
|
1353
1353
|
"このテンプレートはロックされています。カスタマイズするには、このクローンを新規テンプレートに作成してください。"
|
1354
1354
|
],
|
1355
1355
|
"This template is used to generate the description. Input values can be used using the syntax %{package}. You may also include the job category and template name using %{job_category} and %{template_name}.": [
|
1356
|
-
"
|
1356
|
+
"このテンプレートは、記述の生成に使用します。入力値は、構文 %%{package} を使用して使用できます。%%{job_category} と %%{template_name} を使用してジョブカテゴリーとテンプレート名を追加することもできます。"
|
1357
1357
|
],
|
1358
1358
|
"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
|
-
"このテンプレートは記述の生成に使用します。<br
|
1359
|
+
"このテンプレートは記述の生成に使用します。<br/>入力値は、構文 %%{package} を使用して使用できます。%%{job_category} と %%{template_name} を使用して、<br/> ジョブカテゴリーとテンプレート <br/> 名を追加することもできます。"
|
1360
1360
|
],
|
1361
1361
|
"Time in seconds from the start on the remote host after which the job should be killed.": [
|
1362
1362
|
"リモートホストで開始してからジョブを強制終了するまでの時間 (秒単位)"
|
1363
1363
|
],
|
1364
1364
|
"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. Applies only to pull-mqtt based jobs.": [
|
1365
|
-
""
|
1365
|
+
"ホストがジョブを取得しなければならない時間 (秒単位)。この制限内にジョブが取得されなかった場合、ジョブはキャンセルされます。デフォルトは 1 日です。pull-mqtt ベースのジョブにのみ適用されます。"
|
1366
1366
|
],
|
1367
1367
|
"Time to pickup": [
|
1368
|
-
""
|
1368
|
+
"取得する時間"
|
1369
1369
|
],
|
1370
1370
|
"Timeout to kill": [
|
1371
1371
|
"強制終了までのタイムアウト"
|
@@ -1404,13 +1404,13 @@
|
|
1404
1404
|
"ジョブを中断しようとしています"
|
1405
1405
|
],
|
1406
1406
|
"Trying to abort the job %s.": [
|
1407
|
-
""
|
1407
|
+
"ジョブ %s を中断しようとしています。"
|
1408
1408
|
],
|
1409
1409
|
"Trying to cancel the job": [
|
1410
1410
|
"ジョブをキャンセルしようとしています"
|
1411
1411
|
],
|
1412
1412
|
"Trying to cancel the job %s.": [
|
1413
|
-
""
|
1413
|
+
"ジョブ %s をキャンセルしようとしています。"
|
1414
1414
|
],
|
1415
1415
|
"Type": [
|
1416
1416
|
"タイプ"
|
@@ -1419,10 +1419,10 @@
|
|
1419
1419
|
"タイプは、ホストに対してクエリーを評価するタイミングに影響を与えます。"
|
1420
1420
|
],
|
1421
1421
|
"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 planned in future, targeted hosts set may change before it</li></ul>": [
|
1422
|
-
""
|
1422
|
+
"タイプは、ホストに対してクエリーを評価するタイミングに影響を与えます。<br><ul><li><b>静的</b>: このフォームの送信直後に評価します。</li><li><b>動的</b>: 実行の開始直前に評価します。そのため、後でスケジュールされている場合には、ターゲットホストの設定が評価前に変更される可能性があります。</li></ul>"
|
1423
1423
|
],
|
1424
1424
|
"Type of execution": [
|
1425
|
-
""
|
1425
|
+
"実行のタイプ"
|
1426
1426
|
],
|
1427
1427
|
"Type of query": [
|
1428
1428
|
"クエリーのタイプ"
|
@@ -1443,7 +1443,7 @@
|
|
1443
1443
|
"不明な実行ステータス"
|
1444
1444
|
],
|
1445
1445
|
"Unknown input %{input_name} for template %{template_name}": [
|
1446
|
-
"テンプレート
|
1446
|
+
"テンプレート %%{template_name} での不明な入力 %%{input_name}"
|
1447
1447
|
],
|
1448
1448
|
"Unknown remote execution feature %s": [
|
1449
1449
|
"不明なリモート実行機能 %s"
|
@@ -1461,10 +1461,10 @@
|
|
1461
1461
|
"デフォルトの説明テンプレートを使用"
|
1462
1462
|
],
|
1463
1463
|
"Use legacy form": [
|
1464
|
-
""
|
1464
|
+
"レガシーフォームの使用"
|
1465
1465
|
],
|
1466
1466
|
"Use new job wizard": [
|
1467
|
-
""
|
1467
|
+
"新規ジョブウィザードの使用"
|
1468
1468
|
],
|
1469
1469
|
"User Inputs": [
|
1470
1470
|
"ユーザー入力"
|
@@ -1500,7 +1500,7 @@
|
|
1500
1500
|
"スケジュール済みのジョブを表示"
|
1501
1501
|
],
|
1502
1502
|
"View task": [
|
1503
|
-
""
|
1503
|
+
"タスクの表示"
|
1504
1504
|
],
|
1505
1505
|
"Web Console": [
|
1506
1506
|
"Web コンソール"
|
@@ -1551,7 +1551,7 @@
|
|
1551
1551
|
"現在割り当てられているテンプレートを参照できません。フォームを保存すると、テンプレートの割り当てが解除されます。"
|
1552
1552
|
],
|
1553
1553
|
"You are not authorized to perform this action.": [
|
1554
|
-
""
|
1554
|
+
"このアクションを実行する権限がありません。"
|
1555
1555
|
],
|
1556
1556
|
"You have %s results to display. Showing first %s results": [
|
1557
1557
|
"表示する結果が %s 件あります。最初の %s 件の結果を表示しています"
|
@@ -1566,7 +1566,7 @@
|
|
1566
1566
|
"SmartProxy に default_capsule メソッドがありません"
|
1567
1567
|
],
|
1568
1568
|
"documentation": [
|
1569
|
-
""
|
1569
|
+
"ドキュメント"
|
1570
1570
|
],
|
1571
1571
|
"effective user": [
|
1572
1572
|
"実効ユーザー"
|
@@ -1581,7 +1581,7 @@
|
|
1581
1581
|
"このフォームの送信直後に評価します"
|
1582
1582
|
],
|
1583
1583
|
"evaluates just before the execution is started, so if it's planned in future, targeted hosts set may change before it": [
|
1584
|
-
""
|
1584
|
+
"実行の開始直前に評価します。そのため、後でスケジュールされている場合には、ターゲットホストのセットが評価前に変更される可能性があります"
|
1585
1585
|
],
|
1586
1586
|
"failed": [
|
1587
1587
|
"失敗"
|
@@ -1623,10 +1623,10 @@
|
|
1623
1623
|
"no"
|
1624
1624
|
],
|
1625
1625
|
"occurences": [
|
1626
|
-
""
|
1626
|
+
"オカレンス"
|
1627
1627
|
],
|
1628
1628
|
"open-help-tooltip-button": [
|
1629
|
-
"
|
1629
|
+
"ヘルプのヒントボタン"
|
1630
1630
|
],
|
1631
1631
|
"queued": [
|
1632
1632
|
"キューに登録済み"
|
@@ -1635,7 +1635,7 @@
|
|
1635
1635
|
"キューに追加して %{time} 後に実行を開始する"
|
1636
1636
|
],
|
1637
1637
|
"range: 0-59": [
|
1638
|
-
""
|
1638
|
+
"範囲: 0-59"
|
1639
1639
|
],
|
1640
1640
|
"remove template input set": [
|
1641
1641
|
"テンプレート入力セットの削除"
|
@@ -1665,7 +1665,7 @@
|
|
1665
1665
|
"Smart Proxy を使用"
|
1666
1666
|
],
|
1667
1667
|
"view host names": [
|
1668
|
-
""
|
1668
|
+
"ホスト名の表示"
|
1669
1669
|
],
|
1670
1670
|
"yes": [
|
1671
1671
|
"yes"
|