foreman_remote_execution 13.0.0 → 13.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.eslintrc +4 -1
- data/.github/workflows/release.yml +4 -2
- data/app/assets/javascripts/foreman_remote_execution/locale/de/foreman_remote_execution.js +1000 -973
- data/app/assets/javascripts/foreman_remote_execution/locale/en/foreman_remote_execution.js +553 -526
- data/app/assets/javascripts/foreman_remote_execution/locale/en_GB/foreman_remote_execution.js +584 -557
- data/app/assets/javascripts/foreman_remote_execution/locale/es/foreman_remote_execution.js +1043 -1016
- data/app/assets/javascripts/foreman_remote_execution/locale/fr/foreman_remote_execution.js +1047 -1020
- data/app/assets/javascripts/foreman_remote_execution/locale/ja/foreman_remote_execution.js +1041 -1014
- data/app/assets/javascripts/foreman_remote_execution/locale/ka/foreman_remote_execution.js +1015 -988
- data/app/assets/javascripts/foreman_remote_execution/locale/ko/foreman_remote_execution.js +886 -859
- data/app/assets/javascripts/foreman_remote_execution/locale/pt_BR/foreman_remote_execution.js +1047 -1020
- data/app/assets/javascripts/foreman_remote_execution/locale/ru/foreman_remote_execution.js +901 -874
- data/app/assets/javascripts/foreman_remote_execution/locale/zh_CN/foreman_remote_execution.js +1041 -1014
- data/app/assets/javascripts/foreman_remote_execution/locale/zh_TW/foreman_remote_execution.js +886 -859
- data/app/lib/actions/remote_execution/run_host_job.rb +0 -14
- data/app/models/concerns/foreman_remote_execution/host_extensions.rb +8 -0
- data/app/models/job_invocation_composer.rb +4 -3
- data/app/views/api/v2/job_invocations/base.json.rabl +5 -3
- data/app/views/templates/script/convert2rhel_analyze.erb +1 -12
- data/app/views/templates/script/package_action.erb +15 -2
- data/app/views/templates/script/puppet_run_once.erb +3 -3
- data/lib/foreman_remote_execution/version.rb +1 -1
- data/locale/de/foreman_remote_execution.po +27 -0
- data/locale/en/foreman_remote_execution.po +27 -0
- data/locale/en_GB/foreman_remote_execution.po +27 -0
- data/locale/es/foreman_remote_execution.po +27 -0
- data/locale/foreman_remote_execution.pot +177 -141
- data/locale/fr/foreman_remote_execution.po +27 -0
- data/locale/ja/foreman_remote_execution.po +27 -0
- data/locale/ka/foreman_remote_execution.po +27 -0
- data/locale/ko/foreman_remote_execution.po +27 -0
- data/locale/pt_BR/foreman_remote_execution.po +27 -0
- data/locale/ru/foreman_remote_execution.po +27 -0
- data/locale/zh_CN/foreman_remote_execution.po +27 -0
- data/locale/zh_TW/foreman_remote_execution.po +27 -0
- data/package.json +6 -6
- data/test/unit/job_invocation_composer_test.rb +31 -3
- data/webpack/JobInvocationDetail/JobInvocationConstants.js +10 -0
- data/webpack/JobInvocationDetail/JobInvocationDetail.scss +38 -0
- data/webpack/JobInvocationDetail/JobInvocationOverview.js +13 -25
- data/webpack/JobInvocationDetail/JobInvocationSystemStatusChart.js +153 -0
- data/webpack/JobInvocationDetail/index.js +48 -10
- data/webpack/JobWizard/Footer.js +5 -1
- data/webpack/JobWizard/JobWizardPageRerun.js +4 -1
- data/webpack/JobWizard/StartsBeforeErrorAlert.js +1 -0
- data/webpack/JobWizard/index.js +1 -0
- data/webpack/JobWizard/steps/AdvancedFields/DescriptionField.js +8 -1
- data/webpack/JobWizard/steps/AdvancedFields/Fields.js +7 -0
- data/webpack/JobWizard/steps/CategoryAndTemplate/CategoryAndTemplate.js +16 -3
- data/webpack/JobWizard/steps/HostsAndInputs/HostPreviewModal.js +11 -5
- data/webpack/JobWizard/steps/HostsAndInputs/SelectedChips.js +8 -1
- data/webpack/JobWizard/steps/HostsAndInputs/index.js +7 -2
- data/webpack/JobWizard/steps/ReviewDetails/index.js +4 -0
- data/webpack/JobWizard/steps/Schedule/PurposeField.js +1 -0
- data/webpack/JobWizard/steps/Schedule/QueryType.js +2 -0
- data/webpack/JobWizard/steps/Schedule/RepeatCron.js +1 -0
- data/webpack/JobWizard/steps/Schedule/RepeatHour.js +2 -0
- data/webpack/JobWizard/steps/Schedule/RepeatMonth.js +1 -0
- data/webpack/JobWizard/steps/Schedule/RepeatWeek.js +1 -0
- data/webpack/JobWizard/steps/Schedule/ScheduleFuture.js +2 -0
- data/webpack/JobWizard/steps/Schedule/ScheduleRecurring.js +6 -0
- data/webpack/JobWizard/steps/Schedule/ScheduleType.js +3 -0
- data/webpack/JobWizard/steps/form/FormHelpers.js +1 -0
- data/webpack/JobWizard/steps/form/GroupedSelectField.js +1 -0
- data/webpack/JobWizard/steps/form/NumberInput.js +1 -0
- data/webpack/JobWizard/steps/form/ResourceSelect.js +1 -0
- data/webpack/JobWizard/steps/form/SearchSelect.js +1 -0
- data/webpack/JobWizard/steps/form/SelectField.js +1 -0
- data/webpack/JobWizard/steps/form/WizardTitle.js +6 -1
- data/webpack/__mocks__/foremanReact/Root/Context/ForemanContext/index.js +2 -0
- data/webpack/__mocks__/foremanReact/routes/Hosts/constants.js +1 -0
- data/webpack/react_app/components/FeaturesDropdown/index.js +1 -0
- data/webpack/react_app/components/RecentJobsCard/RecentJobsCard.js +3 -0
- data/webpack/react_app/components/RecentJobsCard/RecentJobsTable.js +2 -1
- data/webpack/react_app/components/RegistrationExtension/RexInterface.js +1 -0
- data/webpack/react_app/components/RegistrationExtension/RexPull.js +1 -0
- data/webpack/react_app/components/RegistrationExtension/__tests__/__snapshots__/RexInterface.test.js.snap +1 -0
- metadata +9 -6
@@ -17,1577 +17,1604 @@
|
|
17
17
|
"domain": "foreman_remote_execution",
|
18
18
|
"plural_forms": "nplurals=1; plural=0;"
|
19
19
|
},
|
20
|
-
"
|
21
|
-
"
|
20
|
+
"${d.title} ${d.count} hosts": [
|
21
|
+
""
|
22
22
|
],
|
23
|
-
"
|
24
|
-
"
|
23
|
+
"%s": [
|
24
|
+
"%s"
|
25
25
|
],
|
26
|
-
"
|
27
|
-
"
|
26
|
+
"%s ago": [
|
27
|
+
"%s 前"
|
28
28
|
],
|
29
|
-
"
|
30
|
-
"
|
29
|
+
"%s job has been invoked": [
|
30
|
+
"%s 件のジョブが呼び出されました"
|
31
31
|
],
|
32
|
-
"
|
33
|
-
"
|
32
|
+
"%s more": [
|
33
|
+
""
|
34
34
|
],
|
35
|
-
"
|
36
|
-
"
|
35
|
+
"%{description} on %{host}": [
|
36
|
+
"%{host} の %{description} "
|
37
37
|
],
|
38
|
-
"
|
39
|
-
"
|
38
|
+
"'Starts before' date must be after 'Starts at' date": [
|
39
|
+
""
|
40
40
|
],
|
41
|
-
"
|
42
|
-
"
|
41
|
+
"'Starts before' date must in the future": [
|
42
|
+
""
|
43
43
|
],
|
44
|
-
"
|
45
|
-
"
|
44
|
+
"...and %s more": [
|
45
|
+
"...さらに %s"
|
46
46
|
],
|
47
|
-
"
|
48
|
-
"
|
47
|
+
"...and %{count} more": [
|
48
|
+
"...さらに %{count}"
|
49
49
|
],
|
50
|
-
"
|
51
|
-
"
|
50
|
+
"A comma separated list of input names to be excluded from the foreign template.": [
|
51
|
+
"外部テンプレートから除外する入力名のコンマ区切り一覧。"
|
52
52
|
],
|
53
|
-
"
|
54
|
-
"
|
53
|
+
"A comma separated list of input names to be included from the foreign template.": [
|
54
|
+
"外部テンプレートから含める入力名のコンマ区切り一覧。"
|
55
55
|
],
|
56
|
-
"
|
57
|
-
"
|
56
|
+
"A job '%{job_name}' has %{status} at %{time}": [
|
57
|
+
"ジョブ '%{job_name}' のステータスは %%{status} です (%%{time} 時点)"
|
58
58
|
],
|
59
|
-
"
|
60
|
-
"
|
59
|
+
"A job '%{subject}' has failed": [
|
60
|
+
"ジョブ '%%{subject}' が失敗しました"
|
61
61
|
],
|
62
|
-
"
|
63
|
-
"
|
62
|
+
"A job '%{subject}' has finished successfully": [
|
63
|
+
"ジョブ '%{subject}' が正常に完了しました。"
|
64
64
|
],
|
65
|
-
"
|
66
|
-
"
|
65
|
+
"A notification when a job finishes": [
|
66
|
+
"ジョブの完了時の通知"
|
67
67
|
],
|
68
|
-
"
|
69
|
-
"
|
68
|
+
"A plugin bringing remote execution to the Foreman, completing the config management functionality with remote management functionality.": [
|
69
|
+
"リモート実行を Foreman で実現するプラグイン。設定管理機能にリモート管理機能を補完します。"
|
70
70
|
],
|
71
|
-
"
|
72
|
-
"
|
71
|
+
"A special label for tracking a recurring job. There can be only one active job with a given purpose at a time.": [
|
72
|
+
"繰り返しジョブを追跡するための特別なラベル。特定の目的で一度にアクティブにできるジョブは 1 つだけです。"
|
73
73
|
],
|
74
|
-
"
|
75
|
-
"
|
74
|
+
"A user to be used for SSH.": [
|
75
|
+
""
|
76
76
|
],
|
77
|
-
"
|
78
|
-
"
|
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
|
+
"スクリプトを実行するために使用するユーザー。ユーザーが SSH ユーザーと異なる場合は、su または sudo を使用してアカウントを切り替えます。"
|
79
79
|
],
|
80
|
-
"
|
81
|
-
"
|
80
|
+
"Abort Job": [
|
81
|
+
"ジョブの中断"
|
82
82
|
],
|
83
|
-
"
|
83
|
+
"Access denied": [
|
84
84
|
""
|
85
85
|
],
|
86
|
-
"
|
87
|
-
"
|
86
|
+
"Actions": [
|
87
|
+
"アクション"
|
88
88
|
],
|
89
|
-
"
|
90
|
-
"
|
89
|
+
"Active Filters:": [
|
90
|
+
""
|
91
91
|
],
|
92
|
-
"
|
93
|
-
"
|
92
|
+
"Add Foreign Input Set": [
|
93
|
+
"外部入力セットを追加"
|
94
94
|
],
|
95
|
-
"
|
96
|
-
"
|
95
|
+
"Advanced fields": [
|
96
|
+
"詳細フィールド"
|
97
97
|
],
|
98
|
-
"
|
99
|
-
"
|
98
|
+
"After": [
|
99
|
+
""
|
100
100
|
],
|
101
|
-
"
|
102
|
-
"
|
101
|
+
"After %s occurences": [
|
102
|
+
""
|
103
103
|
],
|
104
|
-
"
|
105
|
-
"
|
104
|
+
"All fields are required.": [
|
105
|
+
"すべてのフィールドは必須です。"
|
106
106
|
],
|
107
|
-
"
|
108
|
-
"
|
107
|
+
"Alphabetical": [
|
108
|
+
"アルファベット順"
|
109
109
|
],
|
110
|
-
"
|
111
|
-
"
|
110
|
+
"Amount of workers in the pool to handle the execution of the remote execution jobs. Restart of the dynflowd/foreman-tasks service is required.": [
|
111
|
+
"リモート実行ジョブの実行を処理するプールに含まれるワーカーの数量。dynflowd/foreman-tasks サービスの再起動が必要です。"
|
112
112
|
],
|
113
|
-
"
|
114
|
-
"
|
113
|
+
"Another interface is already set as execution. Are you sure you want to use this one instead?": [
|
114
|
+
"別のインターフェースがすでに実行として設定されています。代わりにこのインターフェースを使用しもよろしいでしょうか?"
|
115
115
|
],
|
116
|
-
"
|
117
|
-
"
|
116
|
+
"Any Location": [
|
117
|
+
"任意のロケーション"
|
118
118
|
],
|
119
|
-
"
|
120
|
-
"
|
119
|
+
"Any Organization": [
|
120
|
+
"任意の組織"
|
121
121
|
],
|
122
|
-
"
|
123
|
-
"
|
122
|
+
"Apply to": [
|
123
|
+
"適用対象"
|
124
124
|
],
|
125
|
-
"
|
126
|
-
"
|
125
|
+
"At": [
|
126
|
+
"場所"
|
127
127
|
],
|
128
|
-
"
|
129
|
-
"
|
128
|
+
"At minute": [
|
129
|
+
"分"
|
130
130
|
],
|
131
|
-
"
|
131
|
+
"Awaiting start": [
|
132
132
|
""
|
133
133
|
],
|
134
|
-
"
|
135
|
-
"
|
134
|
+
"Back": [
|
135
|
+
""
|
136
136
|
],
|
137
|
-
"
|
138
|
-
"
|
137
|
+
"Back to Job": [
|
138
|
+
"ジョブに戻る"
|
139
139
|
],
|
140
|
-
"
|
141
|
-
"
|
140
|
+
"Bookmark": [
|
141
|
+
"ブックマーク"
|
142
|
+
],
|
143
|
+
"Can't find Job Invocation for an id %s": [
|
144
|
+
"ID %s のジョブ呼び出しが見つかりません"
|
145
|
+
],
|
146
|
+
"Cancel": [
|
147
|
+
""
|
148
|
+
],
|
149
|
+
"Cancel Job": [
|
150
|
+
"ジョブのキャンセル"
|
142
151
|
],
|
143
152
|
"Cancel job invocation": [
|
144
153
|
"ジョブ呼び出しをキャンセル"
|
145
154
|
],
|
146
|
-
"
|
147
|
-
"
|
155
|
+
"Canceled:": [
|
156
|
+
""
|
148
157
|
],
|
149
|
-
"
|
150
|
-
"
|
158
|
+
"Cancelled": [
|
159
|
+
"キャンセル済み"
|
151
160
|
],
|
152
|
-
"
|
153
|
-
"
|
161
|
+
"Cannot resolve hosts without a bookmark or search query": [
|
162
|
+
"ブックマークまたは検索クエリーなしでホストを解決できません"
|
154
163
|
],
|
155
|
-
"
|
156
|
-
"
|
164
|
+
"Cannot resolve hosts without a user": [
|
165
|
+
"ユーザーなしでホストを解決できません"
|
157
166
|
],
|
158
|
-
"
|
159
|
-
"
|
167
|
+
"Cannot specify both bookmark_id and search_query": [
|
168
|
+
"bookmark_id と search_query の両方を指定できません"
|
160
169
|
],
|
161
|
-
"
|
162
|
-
"
|
170
|
+
"Categories list failed with:": [
|
171
|
+
"カテゴリー一覧が以下により失敗:"
|
163
172
|
],
|
164
|
-
"
|
165
|
-
"
|
173
|
+
"Category and template": [
|
174
|
+
""
|
166
175
|
],
|
167
|
-
"
|
168
|
-
"
|
176
|
+
"Choose a job template that is pre-selected in job invocation form": [
|
177
|
+
"ジョブ呼び出しフォームで事前に選択されているジョブテンプレートを選択してください"
|
169
178
|
],
|
170
|
-
"
|
171
|
-
"
|
179
|
+
"Circular dependency detected in foreign input set '%{template}' -> '%{target_template}'. Templates stack: %{templates_stack}": [
|
180
|
+
"外部入力セット '%{template}' -> '%{target_template}' で循環依存が検出されました。テンプレートスタック: %{templates_stack}"
|
172
181
|
],
|
173
|
-
"
|
174
|
-
"
|
182
|
+
"Cleanup working directories": [
|
183
|
+
"作業ディレクトリーのクリーンアップ"
|
175
184
|
],
|
176
|
-
"
|
177
|
-
"
|
185
|
+
"Clear all filters": [
|
186
|
+
""
|
178
187
|
],
|
179
|
-
"
|
180
|
-
"
|
188
|
+
"Clear input": [
|
189
|
+
""
|
181
190
|
],
|
182
|
-
"
|
183
|
-
"
|
191
|
+
"Clone a provision template": [
|
192
|
+
"プロビジョンテンプレートのクローン"
|
184
193
|
],
|
185
|
-
"
|
186
|
-
"
|
194
|
+
"Close": [
|
195
|
+
"閉じる"
|
187
196
|
],
|
188
|
-
"
|
189
|
-
"
|
197
|
+
"Cockpit URL": [
|
198
|
+
"Cockpit URL"
|
190
199
|
],
|
191
|
-
"
|
192
|
-
"
|
200
|
+
"Concurrency level": [
|
201
|
+
"同時実行レベル"
|
193
202
|
],
|
194
|
-
"
|
195
|
-
"
|
203
|
+
"Concurrency level limited to": [
|
204
|
+
"同時実行レベルの制限:"
|
196
205
|
],
|
197
|
-
"
|
198
|
-
"
|
206
|
+
"Connect by IP": [
|
207
|
+
"IP で接続"
|
199
208
|
],
|
200
|
-
"
|
201
|
-
"
|
209
|
+
"Control concurrency level and distribution over time": [
|
210
|
+
"同時実行レベルと分散を制御"
|
202
211
|
],
|
203
|
-
"
|
204
|
-
"
|
212
|
+
"Could not display data for job invocation.": [
|
213
|
+
"ジョブ呼び出しのデータを表示できませんでした。"
|
205
214
|
],
|
206
|
-
"
|
207
|
-
"
|
215
|
+
"Could not find any suitable interface for execution": [
|
216
|
+
"実行に適したインターフェースを見つけることができませんでした"
|
208
217
|
],
|
209
|
-
"
|
210
|
-
"
|
218
|
+
"Could not render the preview because no host matches the search query.": [
|
219
|
+
"検索クエリーに一致するホストがないため、プレビューをレンダリングできませんでした。"
|
211
220
|
],
|
212
|
-
"
|
213
|
-
"
|
214
|
-
],
|
215
|
-
"Create a job template": [
|
216
|
-
"ジョブテンプレートの作成"
|
221
|
+
"Could not rerun job %{id} because its template could not be found": [
|
222
|
+
"テンプレートが見つからないのでジョブ %{id} を返すことができませんでした"
|
217
223
|
],
|
218
|
-
"
|
219
|
-
"
|
224
|
+
"Could not use any proxy for the %{provider} job. Consider configuring %{global_proxy}, %{fallback_proxy} in settings": [
|
225
|
+
"%{provider} ジョブにプロキシーを使用できませんでした。設定で {global_proxy} または {fallback_proxy} を指定することを検討してください"
|
220
226
|
],
|
221
|
-
"
|
222
|
-
"
|
227
|
+
"Could not use any template used in the job invocation": [
|
228
|
+
"ジョブ呼び出しで使用されるテンプレートを使用できませんでした"
|
223
229
|
],
|
224
|
-
"
|
225
|
-
"
|
230
|
+
"Create": [
|
231
|
+
"作成"
|
226
232
|
],
|
227
|
-
"
|
228
|
-
"
|
233
|
+
"Create Report": [
|
234
|
+
"レポートを作成"
|
229
235
|
],
|
230
|
-
"
|
231
|
-
"
|
236
|
+
"Create a foreign input set": [
|
237
|
+
"外部入力セットを作成"
|
232
238
|
],
|
233
|
-
"
|
234
|
-
"
|
239
|
+
"Create a job invocation": [
|
240
|
+
"ジョブ呼び出しを作成"
|
235
241
|
],
|
236
|
-
"
|
237
|
-
"
|
242
|
+
"Create a job template": [
|
243
|
+
"ジョブテンプレートの作成"
|
238
244
|
],
|
239
|
-
"
|
240
|
-
""
|
245
|
+
"Create a recurring job": [
|
246
|
+
"繰り返されるジョブを作成"
|
241
247
|
],
|
242
|
-
"
|
243
|
-
"
|
248
|
+
"Create report for this job": [
|
249
|
+
"このジョブのレポートを作成"
|
244
250
|
],
|
245
|
-
"
|
246
|
-
"
|
251
|
+
"Cron line": [
|
252
|
+
"cron 行"
|
247
253
|
],
|
248
|
-
"
|
254
|
+
"Cron line (extended)": [
|
249
255
|
""
|
250
256
|
],
|
251
|
-
"
|
252
|
-
"
|
257
|
+
"Cron line format '1 2 3 4 5', where:": [
|
258
|
+
""
|
253
259
|
],
|
254
|
-
"
|
255
|
-
"
|
260
|
+
"Cronline": [
|
261
|
+
"cron 行"
|
256
262
|
],
|
257
|
-
"
|
258
|
-
"
|
263
|
+
"Current location %s is different from job's location %s. This job may run on different hosts than before.": [
|
264
|
+
""
|
259
265
|
],
|
260
|
-
"
|
261
|
-
"
|
266
|
+
"Current location %{loc_c} is different from job's location %{loc_j}.": [
|
267
|
+
"現在のロケーション %{loc_c} はジョブのロケーション %{loc_j} とは異なります。"
|
262
268
|
],
|
263
|
-
"
|
264
|
-
"
|
269
|
+
"Current organization %s is different from job's organization %s. This job may run on different hosts than before.": [
|
270
|
+
""
|
265
271
|
],
|
266
|
-
"
|
267
|
-
"
|
272
|
+
"Current organization %{org_c} is different from job's organization %{org_j}.": [
|
273
|
+
"現在の組織「%{org_c}」はジョブの組織「%{org_j}」とは異なります。"
|
268
274
|
],
|
269
|
-
"
|
270
|
-
"
|
275
|
+
"Daily": [
|
276
|
+
"毎日"
|
271
277
|
],
|
272
|
-
"
|
273
|
-
"
|
278
|
+
"Days": [
|
279
|
+
"日"
|
274
280
|
],
|
275
|
-
"
|
276
|
-
"
|
281
|
+
"Days of week": [
|
282
|
+
"曜日"
|
277
283
|
],
|
278
|
-
"
|
279
|
-
"
|
284
|
+
"Default SSH key passphrase": [
|
285
|
+
"デフォルトの SSH 鍵パスフレーズ"
|
280
286
|
],
|
281
|
-
"
|
282
|
-
"
|
287
|
+
"Default SSH password": [
|
288
|
+
"デフォルトの SSH パスワード"
|
283
289
|
],
|
284
|
-
"
|
285
|
-
"
|
290
|
+
"Default key passphrase to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_key_passphrase": [
|
291
|
+
"SSH に使用するデフォルトの鍵パスフレーズ。remote_execution_ssh_key_passphrase という名前のパラメーターを設定することにより、ホストごとに上書きできます。"
|
286
292
|
],
|
287
|
-
"
|
288
|
-
"
|
293
|
+
"Default password to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_password": [
|
294
|
+
"SSH に使用するデフォルトパスワード。remote_execution_ssh_password という名前のパラメーターを設定することにより、ホストごとに上書きできます"
|
289
295
|
],
|
290
|
-
"
|
291
|
-
"
|
296
|
+
"Default user to use for SSH. You may override per host by setting a parameter called remote_execution_ssh_user.": [
|
297
|
+
"SSH に使用するデフォルトユーザー。remote_execution_ssh_user という名前のパラメーターを設定することにより、ホストごとに上書きできます。"
|
292
298
|
],
|
293
|
-
"
|
294
|
-
"
|
299
|
+
"Default user to use for executing the script. If the user differs from the SSH user, su or sudo is used to switch the user.": [
|
300
|
+
"スクリプトを実行するために使用するデフォルトユーザー。ユーザーが SSH ユーザーと異なる場合は、su または sudo を使用してユーザーを切り替えます。"
|
295
301
|
],
|
296
|
-
"
|
297
|
-
"
|
302
|
+
"Delete a foreign input set": [
|
303
|
+
"外部入力セットを削除"
|
298
304
|
],
|
299
|
-
"
|
300
|
-
"
|
305
|
+
"Delete a job template": [
|
306
|
+
"ジョブテンプレートの削除"
|
301
307
|
],
|
302
|
-
"
|
303
|
-
"
|
308
|
+
"Description": [
|
309
|
+
"説明"
|
304
310
|
],
|
305
|
-
"
|
306
|
-
"
|
311
|
+
"Description Template": [
|
312
|
+
"説明テンプレート"
|
307
313
|
],
|
308
|
-
"
|
309
|
-
"
|
314
|
+
"Description template": [
|
315
|
+
"説明テンプレート"
|
310
316
|
],
|
311
|
-
"
|
312
|
-
"
|
317
|
+
"Designation of a special purpose": [
|
318
|
+
"特別な目的の指定"
|
313
319
|
],
|
314
|
-
"
|
315
|
-
"
|
320
|
+
"Display advanced fields": [
|
321
|
+
"詳細フィールドを表示"
|
316
322
|
],
|
317
|
-
"
|
318
|
-
"
|
323
|
+
"Does not repeat": [
|
324
|
+
"繰り返さない"
|
319
325
|
],
|
320
|
-
"
|
321
|
-
"
|
326
|
+
"Duplicated inputs detected: %{duplicated_inputs}": [
|
327
|
+
"重複した入力が検出されました: %{duplicated_inputs}"
|
322
328
|
],
|
323
|
-
"
|
324
|
-
"
|
329
|
+
"Dynamic Query": [
|
330
|
+
"動的クエリー"
|
325
331
|
],
|
326
|
-
"
|
327
|
-
"
|
332
|
+
"Dynamic query": [
|
333
|
+
"動的クエリー"
|
328
334
|
],
|
329
|
-
"
|
330
|
-
"
|
335
|
+
"Edit %s": [
|
336
|
+
"%s の編集"
|
331
337
|
],
|
332
|
-
"
|
333
|
-
""
|
338
|
+
"Edit Job Template": [
|
339
|
+
"ジョブテンプレートの編集"
|
334
340
|
],
|
335
|
-
"
|
336
|
-
"
|
341
|
+
"Edit Remote Execution Feature": [
|
342
|
+
"リモート実行機能の編集"
|
337
343
|
],
|
338
|
-
"
|
339
|
-
"
|
344
|
+
"Edit job description template": [
|
345
|
+
"ジョブ説明テンプレートを編集"
|
340
346
|
],
|
341
|
-
"
|
342
|
-
"
|
347
|
+
"Effective User": [
|
348
|
+
"実効ユーザー"
|
343
349
|
],
|
344
|
-
"
|
345
|
-
"
|
350
|
+
"Effective User Method": [
|
351
|
+
"実効ユーザーメソッド"
|
346
352
|
],
|
347
|
-
"
|
348
|
-
"
|
353
|
+
"Effective user": [
|
354
|
+
"実効ユーザー"
|
349
355
|
],
|
350
|
-
"
|
351
|
-
"
|
356
|
+
"Effective user method \\\"%{current_value}\\\" is not one of %{valid_methods}": [
|
357
|
+
"実効ユーザーメソッド\\\"%{current_value}\\\" は %{valid_methods} の 1 つではありません"
|
352
358
|
],
|
353
|
-
"
|
354
|
-
"
|
359
|
+
"Effective user options": [
|
360
|
+
"実効ユーザーオプション"
|
355
361
|
],
|
356
|
-
"
|
357
|
-
"
|
362
|
+
"Effective user password": [
|
363
|
+
"実効ユーザーパスワード"
|
358
364
|
],
|
359
|
-
"
|
360
|
-
"
|
365
|
+
"Effective user password is only applicable for SSH provider. Other providers ignore this field. <br> Password is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.": [
|
366
|
+
"実効ユーザーパスワードは、SSH プロバイダーにのみ適用されます。他のプロバイダーは、このフィールドを無視します。<br>パスワードは、ジョブが完了するまで暗号化されて DB に保存されます。将来の実行または繰り返しの実行の場合、最後の実行後に削除されます。"
|
361
367
|
],
|
362
|
-
"
|
363
|
-
"
|
368
|
+
"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.": [
|
369
|
+
"実効ユーザーパスワードは、SSH プロバイダーにのみ適用されます。他のプロバイダーは、このフィールドを無視します。パスワードは、ジョブが完了するまで暗号化されて DB に保存されます。将来の実行または繰り返しの実行の場合、最後の実行後に削除されます。"
|
364
370
|
],
|
365
|
-
"
|
366
|
-
"
|
371
|
+
"Effective user:": [
|
372
|
+
""
|
367
373
|
],
|
368
|
-
"
|
369
|
-
"
|
374
|
+
"Enable Global Proxy": [
|
375
|
+
"グローバルプロキシーを有効にする"
|
370
376
|
],
|
371
|
-
"
|
372
|
-
"
|
377
|
+
"End time needs to be after start time": [
|
378
|
+
"終了時刻は開始時刻の後でなければなりません"
|
373
379
|
],
|
374
|
-
"
|
375
|
-
"
|
380
|
+
"Ends": [
|
381
|
+
"終了"
|
376
382
|
],
|
377
|
-
"
|
378
|
-
"
|
383
|
+
"Error loading data from proxy": [
|
384
|
+
"プロキシーからデータをロードするときにエラーが発生しました"
|
379
385
|
],
|
380
|
-
"
|
381
|
-
"
|
386
|
+
"Errors:": [
|
387
|
+
"エラー:"
|
382
388
|
],
|
383
|
-
"
|
384
|
-
"
|
389
|
+
"Evaluated at:": [
|
390
|
+
"評価済み:"
|
385
391
|
],
|
386
|
-
"
|
387
|
-
"
|
392
|
+
"Every day at %s": [
|
393
|
+
""
|
388
394
|
],
|
389
|
-
"
|
395
|
+
"Every hour at minute %s": [
|
390
396
|
""
|
391
397
|
],
|
392
|
-
"
|
398
|
+
"Every month on %s at %s": [
|
393
399
|
""
|
394
400
|
],
|
395
|
-
"
|
396
|
-
"
|
401
|
+
"Every week on %s at %s": [
|
402
|
+
""
|
397
403
|
],
|
398
|
-
"
|
399
|
-
"
|
404
|
+
"Execute the job later, at a scheduled time.": [
|
405
|
+
""
|
400
406
|
],
|
401
|
-
"
|
402
|
-
"
|
407
|
+
"Execute the job now.": [
|
408
|
+
""
|
403
409
|
],
|
404
|
-
"
|
405
|
-
"
|
410
|
+
"Execute the job on a repeating schedule.": [
|
411
|
+
""
|
406
412
|
],
|
407
|
-
"
|
408
|
-
"
|
413
|
+
"Execute the jobs on hosts in randomized order": [
|
414
|
+
"ホスト上でジョブを順不同で実行します"
|
409
415
|
],
|
410
|
-
"
|
411
|
-
"
|
416
|
+
"Execution": [
|
417
|
+
"Execution"
|
412
418
|
],
|
413
|
-
"
|
414
|
-
"
|
419
|
+
"Execution order": [
|
420
|
+
"実行順"
|
415
421
|
],
|
416
|
-
"
|
417
|
-
"
|
422
|
+
"Execution ordering": [
|
423
|
+
"実行順"
|
418
424
|
],
|
419
|
-
"
|
420
|
-
"
|
425
|
+
"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>": [
|
426
|
+
"実行順では、ホスト上でジョブをアルファベット順で実行するか、順不同で実行するかを決定します。<br><ul><li><b>順番</b>: ホスト上でジョブがアルファベット順に実行されます。</li><li><b>無作為</b>: ホスト上でジョブが順不同で実行されます。</li></ul>"
|
421
427
|
],
|
422
|
-
"
|
423
|
-
"
|
428
|
+
"Exit status: %s": [
|
429
|
+
"終了ステータス: %s"
|
424
430
|
],
|
425
|
-
"
|
426
|
-
"
|
431
|
+
"Export a job template to ERB": [
|
432
|
+
"ジョブテンプレートを ERB にエクスポート"
|
427
433
|
],
|
428
|
-
"Failed
|
429
|
-
"
|
434
|
+
"Failed": [
|
435
|
+
"失敗"
|
430
436
|
],
|
431
|
-
"
|
432
|
-
"
|
437
|
+
"Failed hosts": [
|
438
|
+
"失敗したホスト"
|
433
439
|
],
|
434
|
-
"
|
435
|
-
"
|
440
|
+
"Failed rendering template: %s": [
|
441
|
+
"テンプレートのレンダリングに失敗しました: %s"
|
436
442
|
],
|
437
|
-
"
|
438
|
-
"
|
443
|
+
"Failed:": [
|
444
|
+
""
|
439
445
|
],
|
440
|
-
"
|
441
|
-
"
|
446
|
+
"Fallback to Any Proxy": [
|
447
|
+
"プロキシーへのフォールバック"
|
442
448
|
],
|
443
|
-
"
|
444
|
-
"
|
449
|
+
"Feature input %{input_name} not defined in template %{template_name}": [
|
450
|
+
"テンプレート %{template_name} に機能入力 %{input_name} が定義されていません"
|
445
451
|
],
|
446
|
-
"
|
447
|
-
"
|
452
|
+
"Fill all required fields in all the steps": [
|
453
|
+
""
|
448
454
|
],
|
449
|
-
"
|
450
|
-
"
|
455
|
+
"Fill all required fields in all the steps to start the job": [
|
456
|
+
""
|
451
457
|
],
|
452
|
-
"
|
453
|
-
"
|
458
|
+
"Filter by host collections": [
|
459
|
+
"ホストコレクションでフィルター"
|
454
460
|
],
|
455
|
-
"
|
456
|
-
"
|
461
|
+
"Filter by host groups": [
|
462
|
+
"ホストグループでフィルター"
|
457
463
|
],
|
458
|
-
"
|
459
|
-
"
|
464
|
+
"Filter by hosts": [
|
465
|
+
"ホストでフィルター"
|
460
466
|
],
|
461
|
-
"
|
462
|
-
"
|
467
|
+
"Finished": [
|
468
|
+
"終了"
|
463
469
|
],
|
464
|
-
"
|
465
|
-
"
|
470
|
+
"For Future execution a 'Starts at' date or 'Starts before' date must be selected. Immediate execution can be selected in the previous step.": [
|
471
|
+
""
|
466
472
|
],
|
467
|
-
"
|
468
|
-
"
|
473
|
+
"For example: 1, 2, 3, 4, 5...": [
|
474
|
+
"たとえば、1、2、3、4、5..."
|
469
475
|
],
|
470
|
-
"
|
471
|
-
"
|
476
|
+
"Foreign input set": [
|
477
|
+
"外部入力セット"
|
472
478
|
],
|
473
|
-
"
|
474
|
-
"
|
479
|
+
"Foreman can run arbitrary commands on remote hosts using different providers, such as SSH or Ansible. Communication goes through the Smart Proxy so Foreman does not have to have direct access to the target hosts and can scale to control many hosts.": [
|
480
|
+
"Foreman は SSH または Ansible など異なるプロバイダーを使用して、リモートホストで任意のコマンドを実行できます。通信は Smart Proxy 経由で送信されるので、Foreman はターゲットホストに直接アクセスする必要はなく、多くのホストを制御するためにスケーリングできます。"
|
475
481
|
],
|
476
|
-
"
|
477
|
-
"
|
482
|
+
"Form Job Template": [
|
483
|
+
"ジョブテンプレートの形成"
|
478
484
|
],
|
479
|
-
"
|
480
|
-
"
|
485
|
+
"Future execution": [
|
486
|
+
""
|
481
487
|
],
|
482
|
-
"
|
483
|
-
"
|
488
|
+
"Get output for a host": [
|
489
|
+
"ホストの出力を取得"
|
484
490
|
],
|
485
|
-
"
|
486
|
-
"
|
491
|
+
"Get outputs of hosts in a job": [
|
492
|
+
"ジョブ内のホストの出力を取得します"
|
487
493
|
],
|
488
|
-
"
|
489
|
-
"
|
494
|
+
"Get raw output for a host": [
|
495
|
+
"ホストのロー出力を取得"
|
490
496
|
],
|
491
|
-
"
|
492
|
-
"
|
497
|
+
"Has to be a positive number": [
|
498
|
+
"正の数でなければなりません"
|
493
499
|
],
|
494
|
-
"
|
495
|
-
"
|
500
|
+
"Hide advanced fields": [
|
501
|
+
"詳細フィールドを非表示"
|
496
502
|
],
|
497
|
-
"
|
498
|
-
"
|
503
|
+
"Hide all advanced fields": [
|
504
|
+
"すべての詳細フィールドを非表示"
|
499
505
|
],
|
500
|
-
"
|
501
|
-
"
|
506
|
+
"Host": [
|
507
|
+
"ホスト"
|
502
508
|
],
|
503
|
-
"
|
504
|
-
"
|
509
|
+
"Host collections": [
|
510
|
+
"ホストコレクション"
|
505
511
|
],
|
506
|
-
"
|
507
|
-
"
|
512
|
+
"Host detail": [
|
513
|
+
"ホストの詳細"
|
508
514
|
],
|
509
|
-
"
|
510
|
-
"
|
515
|
+
"Host groups": [
|
516
|
+
"ホストグループ"
|
511
517
|
],
|
512
|
-
"
|
513
|
-
"
|
518
|
+
"Host task": [
|
519
|
+
"ホストタスク"
|
514
520
|
],
|
515
|
-
"
|
516
|
-
"
|
521
|
+
"Host with id '%{id}' was not found": [
|
522
|
+
"id '%{id}' のホストが見つかりませんでした"
|
517
523
|
],
|
518
|
-
"
|
519
|
-
"
|
524
|
+
"Hosts": [
|
525
|
+
"ホスト"
|
520
526
|
],
|
521
|
-
"
|
522
|
-
"
|
527
|
+
"Hosts gone missing": [
|
528
|
+
"ホストが行方不明になりました"
|
523
529
|
],
|
524
|
-
"
|
525
|
-
"
|
530
|
+
"Hourly": [
|
531
|
+
"毎時"
|
526
532
|
],
|
527
|
-
"
|
528
|
-
"
|
533
|
+
"How often the job should occur, in the cron format": [
|
534
|
+
"ジョブを実行する頻度 (cron 形式)"
|
529
535
|
],
|
530
|
-
"
|
531
|
-
"
|
536
|
+
"Identifier of the Host interface for Remote execution": [
|
537
|
+
"リモート実行用のホストインターフェイスの識別子"
|
532
538
|
],
|
533
|
-
"
|
534
|
-
"
|
539
|
+
"Immediate execution": [
|
540
|
+
""
|
535
541
|
],
|
536
|
-
"
|
537
|
-
"
|
542
|
+
"Import": [
|
543
|
+
"インポート"
|
538
544
|
],
|
539
|
-
"
|
540
|
-
"
|
545
|
+
"Import a job template from ERB": [
|
546
|
+
"ERB からジョブテンプレートをインポート"
|
541
547
|
],
|
542
|
-
"
|
543
|
-
"
|
548
|
+
"In Progress:": [
|
549
|
+
""
|
544
550
|
],
|
545
|
-
"
|
546
|
-
"
|
551
|
+
"Include all inputs from the foreign template": [
|
552
|
+
"外部テンプレートからのすべての入力を含める"
|
547
553
|
],
|
548
|
-
"
|
549
|
-
"
|
554
|
+
"Indicates that the action should be cancelled if it cannot be started before this time.": [
|
555
|
+
"アクションはこの時刻よりも前に開始できない場合にキャンセルされることを示しています。"
|
550
556
|
],
|
551
|
-
"
|
552
|
-
"
|
557
|
+
"Inherit from host parameter": [
|
558
|
+
"ホストパラメーターから継承"
|
553
559
|
],
|
554
|
-
"
|
555
|
-
"
|
560
|
+
"Input": [
|
561
|
+
"入力"
|
556
562
|
],
|
557
|
-
"
|
558
|
-
"
|
563
|
+
"Input set description": [
|
564
|
+
"入力セットの説明"
|
559
565
|
],
|
560
|
-
"
|
561
|
-
"
|
566
|
+
"Inputs to use": [
|
567
|
+
"使用する入力"
|
562
568
|
],
|
563
|
-
"
|
564
|
-
"
|
569
|
+
"Interface with the '%s' identifier was specified as a remote execution interface, however the interface was not found on the host. If the interface exists, it needs to be created in Foreman during the registration.": [
|
570
|
+
"'%s' の識別子を持つインターフェースがリモート実行インターフェースとして指定されましたが、このインターフェースはホスト上で見つかりませんでした。インターフェースが存在する場合は、登録時に Foreman で作成する必要があります。"
|
565
571
|
],
|
566
|
-
"
|
567
|
-
"
|
572
|
+
"Internal proxy selector can only be used if Katello is enabled": [
|
573
|
+
"内部プロキシーセレクターは、Katello が有効になっている場合にのみ使用できます"
|
568
574
|
],
|
569
|
-
"
|
570
|
-
"
|
575
|
+
"Interval in seconds, if the job is not picked up by a client within this interval it will be cancelled.": [
|
576
|
+
""
|
571
577
|
],
|
572
|
-
"
|
573
|
-
"
|
578
|
+
"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": [
|
579
|
+
""
|
574
580
|
],
|
575
|
-
"
|
576
|
-
"
|
581
|
+
"Invalid date": [
|
582
|
+
"無効な日付"
|
577
583
|
],
|
578
|
-
"
|
579
|
-
"
|
584
|
+
"Invalid time format": [
|
585
|
+
"無効な時刻の形式"
|
580
586
|
],
|
581
|
-
"
|
582
|
-
"
|
587
|
+
"Invocation type, one of %s": [
|
588
|
+
"呼び出しタイプ、%s のいずれか"
|
583
589
|
],
|
584
|
-
"
|
585
|
-
"
|
590
|
+
"Job": [
|
591
|
+
"ジョブ"
|
586
592
|
],
|
587
|
-
"
|
588
|
-
"
|
593
|
+
"Job Details": [
|
594
|
+
"ジョブの詳細"
|
589
595
|
],
|
590
|
-
"
|
591
|
-
"
|
596
|
+
"Job Invocation": [
|
597
|
+
"ジョブ呼び出し"
|
592
598
|
],
|
593
|
-
"
|
594
|
-
"
|
599
|
+
"Job Invocation Report Template": [
|
600
|
+
"ジョブ呼び出しレポートテンプレート"
|
595
601
|
],
|
596
|
-
"
|
597
|
-
"
|
602
|
+
"Job Invocations": [
|
603
|
+
"ジョブ呼び出し"
|
598
604
|
],
|
599
|
-
"
|
600
|
-
"
|
605
|
+
"Job Task": [
|
606
|
+
"ジョブタスク"
|
601
607
|
],
|
602
|
-
"
|
603
|
-
"
|
608
|
+
"Job Templates": [
|
609
|
+
"ジョブテンプレート"
|
604
610
|
],
|
605
|
-
"
|
606
|
-
"
|
611
|
+
"Job cancelled by user": [
|
612
|
+
"ジョブがユーザーによりキャンセルされました"
|
607
613
|
],
|
608
|
-
"
|
609
|
-
"
|
614
|
+
"Job category": [
|
615
|
+
"ジョブカテゴリー"
|
610
616
|
],
|
611
|
-
"
|
612
|
-
"
|
617
|
+
"Job execution failed": [
|
618
|
+
"ジョブの実行に失敗しました"
|
613
619
|
],
|
614
|
-
"
|
615
|
-
"
|
620
|
+
"Job finished with error": [
|
621
|
+
"エラーでジョブが終了しました"
|
616
622
|
],
|
617
|
-
"
|
618
|
-
"
|
623
|
+
"Job invocation": [
|
624
|
+
"ジョブ呼び出し"
|
619
625
|
],
|
620
|
-
"
|
621
|
-
"
|
626
|
+
"Job invocations": [
|
627
|
+
"ジョブ呼び出し"
|
622
628
|
],
|
623
|
-
"
|
624
|
-
"
|
629
|
+
"Job invocations detail": [
|
630
|
+
""
|
625
631
|
],
|
626
|
-
"
|
627
|
-
"
|
632
|
+
"Job result": [
|
633
|
+
"ジョブの結果"
|
628
634
|
],
|
629
|
-
"
|
630
|
-
"
|
635
|
+
"Job template": [
|
636
|
+
"ジョブテンプレート"
|
631
637
|
],
|
632
|
-
"
|
633
|
-
"
|
638
|
+
"Job template ID to be used for the feature": [
|
639
|
+
"機能に使用するジョブテンプレート ID"
|
634
640
|
],
|
635
|
-
"
|
636
|
-
"
|
641
|
+
"Job template imported successfully.": [
|
642
|
+
"ジョブテンプレートが正常にインポートされました"
|
637
643
|
],
|
638
|
-
"
|
639
|
-
"
|
644
|
+
"Job templates": [
|
645
|
+
"ジョブテンプレート"
|
640
646
|
],
|
641
|
-
"
|
642
|
-
"
|
647
|
+
"JobTemplate|Locked": [
|
648
|
+
"ロック済み"
|
643
649
|
],
|
644
|
-
"
|
645
|
-
"
|
650
|
+
"JobTemplate|Name": [
|
651
|
+
"名前"
|
646
652
|
],
|
647
|
-
"
|
648
|
-
"
|
653
|
+
"JobTemplate|Snippet": [
|
654
|
+
"スニペット"
|
649
655
|
],
|
650
|
-
"
|
651
|
-
"
|
656
|
+
"Jobs": [
|
657
|
+
"ジョブ"
|
652
658
|
],
|
653
|
-
"
|
654
|
-
""
|
659
|
+
"Key passhprase is only applicable for SSH provider. Other providers ignore this field. <br> Passphrase is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.": [
|
660
|
+
"鍵パスフレーズは、SSH プロバイダーにのみ適用されます。他のプロバイダーは、このフィールドを無視します。<br>パスフレーズは、ジョブが完了するまで暗号化されて DB に保存されます。将来の実行または繰り返しの実行の場合、最後の実行後に削除されます。"
|
655
661
|
],
|
656
|
-
"
|
657
|
-
"
|
662
|
+
"Key passphrase is only applicable for SSH provider. Other providers ignore this field. Passphrase is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.": [
|
663
|
+
"鍵パスフレーズは、SSH プロバイダーにのみ適用されます。他のプロバイダーは、このフィールドを無視します。パスフレーズは、ジョブが完了するまで暗号化されて DB に保存されます。将来の実行または繰り返しの実行の場合、最後の実行後に削除されます。"
|
658
664
|
],
|
659
|
-
"
|
660
|
-
"
|
665
|
+
"Label": [
|
666
|
+
"ラベル"
|
661
667
|
],
|
662
|
-
"
|
663
|
-
"
|
668
|
+
"Last execution cancelled": [
|
669
|
+
"最後の実行がキャンセルされました"
|
664
670
|
],
|
665
|
-
"
|
666
|
-
"
|
671
|
+
"Last execution failed": [
|
672
|
+
"失敗した最後の実行"
|
667
673
|
],
|
668
|
-
"
|
669
|
-
"
|
674
|
+
"Last execution succeeded": [
|
675
|
+
"成功した最後の実行"
|
670
676
|
],
|
671
|
-
"
|
672
|
-
"
|
677
|
+
"Latest Jobs": [
|
678
|
+
"最新のジョブ"
|
673
679
|
],
|
674
|
-
"
|
675
|
-
"
|
680
|
+
"Learn more about this in the documentation.": [
|
681
|
+
"詳細についてはドキュメントを参照してください。"
|
676
682
|
],
|
677
|
-
"
|
678
|
-
"
|
683
|
+
"List available remote execution features for a host": [
|
684
|
+
""
|
679
685
|
],
|
680
|
-
"
|
681
|
-
"
|
686
|
+
"List foreign input sets": [
|
687
|
+
"外部入力セットを一覧表示"
|
682
688
|
],
|
683
|
-
"
|
684
|
-
"
|
689
|
+
"List job invocations": [
|
690
|
+
"ジョブ呼び出しを一覧表示"
|
685
691
|
],
|
686
|
-
"
|
687
|
-
"
|
692
|
+
"List job templates": [
|
693
|
+
"ジョブテンプレートを一覧表示"
|
688
694
|
],
|
689
|
-
"
|
690
|
-
"
|
695
|
+
"List job templates per location": [
|
696
|
+
"ロケーションごとのジョブテンプレートを一覧表示"
|
691
697
|
],
|
692
|
-
"
|
693
|
-
"
|
698
|
+
"List job templates per organization": [
|
699
|
+
"組織ごとのジョブテンプレートを一覧表示"
|
694
700
|
],
|
695
|
-
"
|
696
|
-
"
|
701
|
+
"List of proxy IDs to be used for remote execution": [
|
702
|
+
"リモート実行に使用されるプロキシー ID の一覧"
|
697
703
|
],
|
698
|
-
"
|
699
|
-
"
|
704
|
+
"List remote execution features": [
|
705
|
+
"リモート実行機能の一覧表示"
|
700
706
|
],
|
701
|
-
"
|
702
|
-
"
|
707
|
+
"List template invocations belonging to job invocation": [
|
708
|
+
"ジョブ呼び出しに属するテンプレート呼び出しの一覧表示"
|
703
709
|
],
|
704
|
-
"
|
705
|
-
"
|
710
|
+
"Location": [
|
711
|
+
"ロケーション"
|
706
712
|
],
|
707
|
-
"
|
708
|
-
"
|
713
|
+
"Manual selection": [
|
714
|
+
"手動選択"
|
709
715
|
],
|
710
|
-
"
|
716
|
+
"Minute can only be a number between 0-59": [
|
711
717
|
""
|
712
718
|
],
|
713
|
-
"
|
719
|
+
"Missing the required permissions: ${missingPermissions.join( ', ' )}": [
|
714
720
|
""
|
715
721
|
],
|
716
|
-
"
|
717
|
-
"
|
722
|
+
"Monthly": [
|
723
|
+
"毎月"
|
718
724
|
],
|
719
|
-
"
|
720
|
-
"
|
725
|
+
"Must select a bookmark or enter a search query": [
|
726
|
+
"ブックマークを選択するか、検索クエリーを入力する必要があります"
|
721
727
|
],
|
722
|
-
"
|
723
|
-
"
|
728
|
+
"N/A": [
|
729
|
+
"N/A"
|
724
730
|
],
|
725
|
-
"
|
726
|
-
"
|
731
|
+
"Name": [
|
732
|
+
"名前"
|
727
733
|
],
|
728
|
-
"
|
729
|
-
""
|
734
|
+
"Never": [
|
735
|
+
"なし"
|
730
736
|
],
|
731
|
-
"
|
732
|
-
"
|
737
|
+
"New Job Template": [
|
738
|
+
"新規ジョブテンプレート"
|
733
739
|
],
|
734
|
-
"
|
735
|
-
"
|
740
|
+
"New UI": [
|
741
|
+
""
|
736
742
|
],
|
737
|
-
"
|
738
|
-
"
|
743
|
+
"Next": [
|
744
|
+
""
|
739
745
|
],
|
740
|
-
"
|
741
|
-
"
|
746
|
+
"No (override)": [
|
747
|
+
"No (上書き)"
|
742
748
|
],
|
743
|
-
"
|
744
|
-
"
|
749
|
+
"No Target Hosts": [
|
750
|
+
"ターゲットホストがありません"
|
745
751
|
],
|
746
|
-
"
|
747
|
-
"
|
752
|
+
"No hosts found.": [
|
753
|
+
"ホストが見つかりません。"
|
748
754
|
],
|
749
|
-
"
|
750
|
-
"
|
755
|
+
"No jobs available": [
|
756
|
+
"利用可能なジョブがありません"
|
751
757
|
],
|
752
|
-
"
|
753
|
-
"
|
758
|
+
"No results found": [
|
759
|
+
"結果は見つかりませんでした"
|
754
760
|
],
|
755
|
-
"
|
756
|
-
"
|
761
|
+
"No template mapped to feature %{feature_name}": [
|
762
|
+
"機能 %{feature_name} にマッピングされたテンプレートがありません"
|
757
763
|
],
|
758
|
-
"
|
759
|
-
"
|
764
|
+
"Not all required inputs have values. Missing inputs: %s": [
|
765
|
+
"入力が必須のすべての項目に値があるとは限りません。足りない入力: %s"
|
760
766
|
],
|
761
|
-
"
|
762
|
-
"
|
767
|
+
"Not available": [
|
768
|
+
""
|
763
769
|
],
|
764
|
-
"
|
770
|
+
"Not yet": [
|
765
771
|
""
|
766
772
|
],
|
767
|
-
"
|
768
|
-
"
|
773
|
+
"Now": [
|
774
|
+
""
|
769
775
|
],
|
770
|
-
"
|
771
|
-
"
|
776
|
+
"On": [
|
777
|
+
"オン"
|
772
778
|
],
|
773
|
-
"
|
774
|
-
"
|
779
|
+
"Only one of feature or job_template_id can be specified": [
|
780
|
+
"機能または job_template_id の 1 つのみを指定できます"
|
775
781
|
],
|
776
|
-
"
|
777
|
-
"
|
782
|
+
"Opening job invocation form": [
|
783
|
+
""
|
778
784
|
],
|
779
|
-
"
|
780
|
-
"
|
785
|
+
"Organization": [
|
786
|
+
"組織"
|
781
787
|
],
|
782
|
-
"
|
783
|
-
"
|
788
|
+
"Override the description format from the template for this invocation only": [
|
789
|
+
"この呼び出しに対してのみテンプレートから説明形式を上書き"
|
784
790
|
],
|
785
|
-
"
|
786
|
-
"
|
791
|
+
"Override the global time to pickup interval for this invocation only": [
|
792
|
+
""
|
787
793
|
],
|
788
|
-
"
|
789
|
-
"
|
794
|
+
"Override the timeout interval from the template for this invocation only": [
|
795
|
+
"この呼び出しに対してのみテンプレートからタイムアウト間隔を上書き"
|
790
796
|
],
|
791
|
-
"
|
792
|
-
"
|
797
|
+
"Overview": [
|
798
|
+
"概要"
|
799
|
+
],
|
800
|
+
"Overwrite": [
|
801
|
+
"上書き"
|
802
|
+
],
|
803
|
+
"Overwrite template if it already exists": [
|
804
|
+
"テンプレートがすでに存在する場合は上書きします"
|
793
805
|
],
|
794
|
-
"
|
795
|
-
"
|
806
|
+
"Password": [
|
807
|
+
"パスワード"
|
796
808
|
],
|
797
|
-
"
|
798
|
-
"
|
809
|
+
"Password is stored encrypted in DB until the job finishes. For future or recurring executions, it is removed after the last execution.": [
|
810
|
+
"パスワードは、ジョブが完了するまで暗号化されて DB に保存されます。将来の実行または繰り返しの実行の場合、最後の実行後に削除されます。"
|
799
811
|
],
|
800
|
-
"
|
801
|
-
"
|
812
|
+
"Pending": [
|
813
|
+
"保留"
|
802
814
|
],
|
803
|
-
"
|
804
|
-
"
|
815
|
+
"Perform a single Puppet run": [
|
816
|
+
"Puppet を 1 回実行"
|
805
817
|
],
|
806
|
-
"
|
807
|
-
"
|
818
|
+
"Perform no more executions after this time": [
|
819
|
+
"この回数以上は実行されません"
|
808
820
|
],
|
809
|
-
"
|
810
|
-
"
|
821
|
+
"Permission Denied": [
|
822
|
+
""
|
811
823
|
],
|
812
|
-
"
|
813
|
-
"
|
824
|
+
"Please enter a search query": [
|
825
|
+
""
|
814
826
|
],
|
815
|
-
"
|
816
|
-
"
|
827
|
+
"Please go back to \\\\\\\"Schedule\\\\\\\" - \\\\\\\"Future execution\\\\\\\" step to fix the error": [
|
828
|
+
""
|
817
829
|
],
|
818
|
-
"
|
819
|
-
"
|
830
|
+
"Please refine your search.": [
|
831
|
+
"検索条件を見直してください。"
|
820
832
|
],
|
821
|
-
"
|
822
|
-
"
|
833
|
+
"Please request the required permissions listed below from a Foreman administrator:": [
|
834
|
+
""
|
823
835
|
],
|
824
|
-
"
|
825
|
-
"
|
836
|
+
"Please select at least one host": [
|
837
|
+
""
|
826
838
|
],
|
827
|
-
"
|
839
|
+
"Please select at least one host collection": [
|
828
840
|
""
|
829
841
|
],
|
830
|
-
"
|
831
|
-
"
|
842
|
+
"Please select at least one host group": [
|
843
|
+
""
|
832
844
|
],
|
833
|
-
"
|
834
|
-
"
|
845
|
+
"Port to use for SSH communication. Default port 22. You may override per host by setting a parameter called remote_execution_ssh_port.": [
|
846
|
+
"SSH 通信に使用するポート。デフォルトのポートは 22 です。remote_execution_ssh_port という名前のパラメーターを設定することにより、ホストごとに上書きできます。"
|
835
847
|
],
|
836
|
-
"
|
837
|
-
"
|
848
|
+
"Prefer IPv6 over IPv4": [
|
849
|
+
"IPv4 よりも IPv6 を優先する"
|
838
850
|
],
|
839
|
-
"
|
840
|
-
"
|
851
|
+
"Preview": [
|
852
|
+
"プレビュー"
|
841
853
|
],
|
842
|
-
"
|
843
|
-
"
|
854
|
+
"Preview Hosts": [
|
855
|
+
"ホストのプレビュー"
|
844
856
|
],
|
845
|
-
"
|
846
|
-
"
|
857
|
+
"Preview job description": [
|
858
|
+
"ジョブ説明をプレビュー"
|
847
859
|
],
|
848
|
-
"
|
849
|
-
"
|
860
|
+
"Preview templates": [
|
861
|
+
"テンプレートのプレビュー"
|
850
862
|
],
|
851
|
-
"
|
852
|
-
"
|
863
|
+
"Private key passphrase": [
|
864
|
+
"秘密鍵のパスフレーズ"
|
853
865
|
],
|
854
|
-
"
|
855
|
-
"
|
866
|
+
"Problem with previewing the template: %{error}. Note that you must save template input changes before you try to preview it.": [
|
867
|
+
"テンプレートのプレビューでの問題: %{error}。プレビューを表示する前に、テンプレート入力の変更を保存する必要があることに注意してください。"
|
856
868
|
],
|
857
|
-
"
|
858
|
-
"
|
869
|
+
"Proceed Anyway": [
|
870
|
+
""
|
859
871
|
],
|
860
|
-
"
|
861
|
-
"
|
872
|
+
"Provider type": [
|
873
|
+
"プロバイダータイプ"
|
862
874
|
],
|
863
|
-
"
|
864
|
-
"
|
875
|
+
"Providers and templates": [
|
876
|
+
"プロバイダーおよびテンプレート"
|
865
877
|
],
|
866
|
-
"
|
867
|
-
"
|
878
|
+
"Proxies": [
|
879
|
+
"プロキシー"
|
868
880
|
],
|
869
|
-
"
|
870
|
-
"
|
881
|
+
"Purpose": [
|
882
|
+
"目的"
|
871
883
|
],
|
872
|
-
"
|
873
|
-
"
|
884
|
+
"Query type": [
|
885
|
+
"クエリータイプ"
|
874
886
|
],
|
875
|
-
"
|
876
|
-
"%s
|
887
|
+
"REX job has failed - %s": [
|
888
|
+
"REX ジョブが失敗しました: %s"
|
877
889
|
],
|
878
|
-
"
|
879
|
-
"
|
890
|
+
"REX job has finished - %s": [
|
891
|
+
"REX ジョブが終了しました: %s"
|
880
892
|
],
|
881
|
-
"
|
882
|
-
"
|
893
|
+
"REX job has succeeded - %s": [
|
894
|
+
"REX ジョブが成功しました: %s"
|
883
895
|
],
|
884
|
-
"
|
885
|
-
"
|
896
|
+
"REX pull mode": [
|
897
|
+
""
|
886
898
|
],
|
887
|
-
"
|
888
|
-
"
|
899
|
+
"Randomized": [
|
900
|
+
"順不同"
|
889
901
|
],
|
890
|
-
"
|
891
|
-
"
|
902
|
+
"Recent jobs": [
|
903
|
+
"最近のジョブ"
|
892
904
|
],
|
893
|
-
"
|
894
|
-
"
|
905
|
+
"Recurrence": [
|
906
|
+
"繰り返し"
|
895
907
|
],
|
896
|
-
"
|
897
|
-
"
|
908
|
+
"Recurring execution": [
|
909
|
+
""
|
898
910
|
],
|
899
|
-
"
|
900
|
-
"
|
911
|
+
"Recurring logic": [
|
912
|
+
"再帰論理"
|
901
913
|
],
|
902
|
-
"
|
903
|
-
"
|
914
|
+
"Recursive rendering of templates detected": [
|
915
|
+
"検出されたテンプレートの再帰的なレンダリング"
|
904
916
|
],
|
905
|
-
"
|
906
|
-
"
|
917
|
+
"Refresh": [
|
918
|
+
"更新"
|
907
919
|
],
|
908
920
|
"Remote Execution": [
|
909
921
|
"リモート実行"
|
910
922
|
],
|
911
|
-
"Proxies": [
|
912
|
-
"プロキシー"
|
913
|
-
],
|
914
|
-
"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.": [
|
915
|
-
"このサブネットに適用可能なすべてのリモート実行プロキシーを選択します。同じプロバイダーを使用するプロキシーが複数追加された場合は、プロキシー間で負荷が分散されます。"
|
916
|
-
],
|
917
|
-
"You are not allowed to see the currently assigned template. Saving the form now would unassign the template.": [
|
918
|
-
"現在割り当てられているテンプレートを参照できません。フォームを保存すると、テンプレートの割り当てが解除されます。"
|
919
|
-
],
|
920
923
|
"Remote Execution Features": [
|
921
924
|
"リモート実行機能"
|
922
925
|
],
|
923
|
-
"
|
924
|
-
"
|
925
|
-
],
|
926
|
-
"Edit Remote Execution Feature": [
|
927
|
-
"リモート実行機能の編集"
|
928
|
-
],
|
929
|
-
"A job '%{job_name}' has %{status} at %{time}": [
|
930
|
-
"ジョブ '%{job_name}' のステータスは %%{status} です (%%{time} 時点)"
|
926
|
+
"Remote Execution Interface": [
|
927
|
+
"リモート実行インターフェース"
|
931
928
|
],
|
932
|
-
"
|
933
|
-
"
|
929
|
+
"Remote action:": [
|
930
|
+
"リモートアクション:"
|
934
931
|
],
|
935
|
-
"
|
936
|
-
"
|
932
|
+
"Remote execution": [
|
933
|
+
"リモート実行"
|
937
934
|
],
|
938
|
-
"
|
939
|
-
"
|
935
|
+
"Remote execution feature label that should be triggered, job template assigned to this feature will be used": [
|
936
|
+
"トリガーされるリモート実行機能ラベル。この機能に割り当てられたジョブテンプレートが使用されます"
|
940
937
|
],
|
941
|
-
"
|
942
|
-
"
|
938
|
+
"Remote execution job": [
|
939
|
+
"リモート実行ジョブ"
|
943
940
|
],
|
944
|
-
"
|
945
|
-
"
|
941
|
+
"Repeat a maximum of N times": [
|
942
|
+
"最大 N 回繰り返す"
|
946
943
|
],
|
947
|
-
"
|
948
|
-
"
|
944
|
+
"Repeat amount can only be a positive number": [
|
945
|
+
"繰り返しの値は正の数でなければなりません"
|
949
946
|
],
|
950
|
-
"
|
951
|
-
"
|
947
|
+
"Repeats": [
|
948
|
+
"繰り返し"
|
952
949
|
],
|
953
|
-
"
|
954
|
-
"
|
950
|
+
"Rerun": [
|
951
|
+
"再実行"
|
955
952
|
],
|
956
|
-
"
|
957
|
-
"
|
953
|
+
"Rerun failed": [
|
954
|
+
"再実行に失敗しました"
|
958
955
|
],
|
959
|
-
"
|
960
|
-
"
|
956
|
+
"Rerun job on failed hosts": [
|
957
|
+
"失敗したホストでのジョブの再実行"
|
961
958
|
],
|
962
|
-
"
|
963
|
-
"
|
959
|
+
"Rerun on %s": [
|
960
|
+
"%s での再実行"
|
964
961
|
],
|
965
|
-
"
|
966
|
-
"
|
962
|
+
"Rerun on failed hosts": [
|
963
|
+
"失敗したホストでの再実行"
|
967
964
|
],
|
968
|
-
"
|
969
|
-
"
|
965
|
+
"Rerun the job": [
|
966
|
+
"ジョブを再実行"
|
970
967
|
],
|
971
|
-
"
|
972
|
-
"
|
968
|
+
"Reset to default": [
|
969
|
+
"デフォルトにリセット"
|
973
970
|
],
|
974
|
-
"
|
975
|
-
"
|
971
|
+
"Resolves to": [
|
972
|
+
"解決:"
|
976
973
|
],
|
977
|
-
"
|
978
|
-
"
|
974
|
+
"Results": [
|
975
|
+
"結果"
|
979
976
|
],
|
980
|
-
"
|
981
|
-
"
|
977
|
+
"Review details": [
|
978
|
+
"詳細を確認"
|
982
979
|
],
|
983
|
-
"
|
984
|
-
"
|
980
|
+
"Run": [
|
981
|
+
"実行"
|
985
982
|
],
|
986
|
-
"
|
987
|
-
"
|
983
|
+
"Run Job": [
|
984
|
+
"ジョブを実行"
|
988
985
|
],
|
989
|
-
"
|
990
|
-
"
|
986
|
+
"Run Puppet Once": [
|
987
|
+
"Puppet を 1 回実行"
|
991
988
|
],
|
992
|
-
"
|
993
|
-
"
|
989
|
+
"Run Script": [
|
990
|
+
""
|
994
991
|
],
|
995
|
-
"
|
996
|
-
"
|
992
|
+
"Run a script": [
|
993
|
+
""
|
997
994
|
],
|
998
|
-
"
|
999
|
-
"
|
995
|
+
"Run at most N tasks at a time": [
|
996
|
+
"一度に最大 N タスクを実行"
|
1000
997
|
],
|
1001
|
-
"
|
1002
|
-
"
|
998
|
+
"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.": [
|
999
|
+
"1 回に最大 N 個のタスクを実行します。この値が設定されていて、プロキシーバッチのトリガーが有効な場合には、タスクはサイズ 1 の単位で一括して、Smart Proxy でトリガーされます。"
|
1003
1000
|
],
|
1004
|
-
"
|
1005
|
-
"
|
1001
|
+
"Run job": [
|
1002
|
+
"ジョブを実行"
|
1006
1003
|
],
|
1007
|
-
"
|
1008
|
-
"
|
1004
|
+
"Run on selected hosts": [
|
1005
|
+
""
|
1009
1006
|
],
|
1010
|
-
"
|
1011
|
-
"
|
1007
|
+
"Running": [
|
1008
|
+
"実行中"
|
1012
1009
|
],
|
1013
|
-
"
|
1014
|
-
"
|
1010
|
+
"SSH Port": [
|
1011
|
+
"SSH ポート"
|
1015
1012
|
],
|
1016
|
-
"
|
1017
|
-
"SSH
|
1013
|
+
"SSH User": [
|
1014
|
+
"SSH ユーザー"
|
1018
1015
|
],
|
1019
|
-
"
|
1020
|
-
"
|
1016
|
+
"SSH provider specific options": [
|
1017
|
+
"SSH プロバイダー固有オプション"
|
1021
1018
|
],
|
1022
|
-
"
|
1023
|
-
"
|
1019
|
+
"SSH user": [
|
1020
|
+
""
|
1024
1021
|
],
|
1025
|
-
"
|
1026
|
-
"
|
1022
|
+
"SSH user:": [
|
1023
|
+
""
|
1027
1024
|
],
|
1028
|
-
"
|
1029
|
-
"
|
1025
|
+
"Schedule": [
|
1026
|
+
"スケジュール"
|
1030
1027
|
],
|
1031
|
-
"
|
1032
|
-
"
|
1028
|
+
"Schedule Remote Job": [
|
1029
|
+
"リモートジョブのスケジュール"
|
1033
1030
|
],
|
1034
|
-
"
|
1035
|
-
"
|
1031
|
+
"Schedule a job": [
|
1032
|
+
"ジョブのスケジュール"
|
1036
1033
|
],
|
1037
|
-
"
|
1038
|
-
"
|
1034
|
+
"Schedule the job for a future time": [
|
1035
|
+
"将来のジョブをスケジュール"
|
1039
1036
|
],
|
1040
|
-
"
|
1041
|
-
"
|
1037
|
+
"Schedule the job to start at a later time": [
|
1038
|
+
"後で開始するジョブをスケジュール"
|
1042
1039
|
],
|
1043
|
-
"
|
1044
|
-
"
|
1040
|
+
"Schedule type": [
|
1041
|
+
"スケジュールタイプ"
|
1045
1042
|
],
|
1046
|
-
"
|
1047
|
-
"
|
1043
|
+
"Scheduled": [
|
1044
|
+
"スケジュール済み"
|
1048
1045
|
],
|
1049
|
-
"
|
1050
|
-
"
|
1046
|
+
"Scheduled at:": [
|
1047
|
+
""
|
1051
1048
|
],
|
1052
|
-
"
|
1053
|
-
"
|
1049
|
+
"Scheduled to start at": [
|
1050
|
+
"開始スケジュール:"
|
1054
1051
|
],
|
1055
|
-
"
|
1056
|
-
"
|
1052
|
+
"Scheduled to start before": [
|
1053
|
+
"次の時刻よりも前に開始するようにスケジュール"
|
1057
1054
|
],
|
1058
|
-
"
|
1059
|
-
"
|
1055
|
+
"Scheduled: ${totalHosts} hosts": [
|
1056
|
+
""
|
1060
1057
|
],
|
1061
|
-
"
|
1062
|
-
"
|
1058
|
+
"Script": [
|
1059
|
+
"スクリプト"
|
1063
1060
|
],
|
1064
|
-
"
|
1065
|
-
"
|
1061
|
+
"Scroll to bottom": [
|
1062
|
+
"最下部へスクロール"
|
1066
1063
|
],
|
1067
|
-
"
|
1068
|
-
"
|
1064
|
+
"Scroll to top": [
|
1065
|
+
"最上部へスクロール"
|
1069
1066
|
],
|
1070
|
-
"
|
1071
|
-
"
|
1067
|
+
"Search Query": [
|
1068
|
+
"検索クエリー"
|
1072
1069
|
],
|
1073
|
-
"
|
1074
|
-
"
|
1070
|
+
"Search for remote execution proxy outside of the proxies assigned to the host. The search will be limited to the host's organization and location.": [
|
1071
|
+
"ホストに割り当てられたプロキシー以外のリモート実行プロキシーを検索します。検索はホストの組織とロケーションに限定されます。"
|
1075
1072
|
],
|
1076
|
-
"
|
1077
|
-
"
|
1073
|
+
"Search query": [
|
1074
|
+
"検索クエリー"
|
1078
1075
|
],
|
1079
|
-
"
|
1080
|
-
"
|
1076
|
+
"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": [
|
1077
|
+
"リモート実行があるプロキシーをホストで検索します。ホストにサブネットがない場合、またはサブネットに実行プロキシーがない場合に役に立ちます"
|
1081
1078
|
],
|
1082
|
-
"
|
1083
|
-
"
|
1079
|
+
"See more details at %s": [
|
1080
|
+
"詳細は %s を確認してください"
|
1084
1081
|
],
|
1085
|
-
"
|
1086
|
-
"
|
1082
|
+
"See the last task details": [
|
1083
|
+
"最後のタスク詳細を確認"
|
1087
1084
|
],
|
1088
|
-
"
|
1089
|
-
"
|
1085
|
+
"See the task details": [
|
1086
|
+
"タスク詳細を確認"
|
1090
1087
|
],
|
1091
1088
|
"Select a report template used for generating a report for a particular remote execution job": [
|
1092
1089
|
"特定のリモート実行ジョブのレポート生成に使用されるレポートテンプレートを選択します"
|
1093
1090
|
],
|
1094
|
-
"
|
1095
|
-
"
|
1091
|
+
"Select an ERB file to upload in order to import a job template. The template must contain metadata in the first ERB comment.": [
|
1092
|
+
"ジョブテンプレートをインポートするためにアップロードする ERB ファイルを選択します。テンプレートの最初の ERB コメントにはメタデータが含まれている必要があります。"
|
1096
1093
|
],
|
1097
|
-
"
|
1098
|
-
""
|
1094
|
+
"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.": [
|
1095
|
+
"このサブネットに適用可能なすべてのリモート実行プロキシーを選択します。同じプロバイダーを使用するプロキシーが複数追加された場合は、プロキシー間で負荷が分散されます。"
|
1099
1096
|
],
|
1100
|
-
"
|
1101
|
-
"
|
1097
|
+
"Select the type of execution": [
|
1098
|
+
""
|
1102
1099
|
],
|
1103
|
-
"
|
1100
|
+
"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": [
|
1104
1101
|
""
|
1105
1102
|
],
|
1106
|
-
"
|
1107
|
-
"
|
1103
|
+
"Set SSH key passphrase": [
|
1104
|
+
"SSH 鍵パスフレーズを設定"
|
1108
1105
|
],
|
1109
|
-
"
|
1110
|
-
"
|
1106
|
+
"Set SSH password": [
|
1107
|
+
"SSH パスワードを設定"
|
1111
1108
|
],
|
1112
|
-
"
|
1109
|
+
"Set SSH user": [
|
1113
1110
|
""
|
1114
1111
|
],
|
1115
|
-
"
|
1116
|
-
""
|
1112
|
+
"Set password for effective user (using sudo-like mechanisms)": [
|
1113
|
+
"実行ユーザーのパスワードを設定 (sudo と同様のメカニズムを使用)"
|
1117
1114
|
],
|
1118
|
-
"
|
1115
|
+
"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.": [
|
1119
1116
|
""
|
1120
1117
|
],
|
1121
|
-
"
|
1122
|
-
""
|
1118
|
+
"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": [
|
1119
|
+
"ホストインターフェースの ip アドレスは fqdn よりも優先されますか? DNS が fqdn を適切に解決しない場合、これは役に立ちます。remote_execution_connect_by_ip というパラメーターを設定し、ホストごとにこれを上書きすることができます。デュアルスタックのホストの場合は、remote_execution_connect_by_ip_prefer_ipv6 設定を検討する必要があります"
|
1123
1120
|
],
|
1124
|
-
"
|
1125
|
-
""
|
1121
|
+
"Should this interface be used for remote execution?": [
|
1122
|
+
"このインターフェースをリモート実行に使用する必要がありますか?"
|
1126
1123
|
],
|
1127
|
-
"
|
1128
|
-
""
|
1124
|
+
"Show Job status for the hosts": [
|
1125
|
+
"ホストのジョブステータスを表示"
|
1129
1126
|
],
|
1130
|
-
"
|
1131
|
-
""
|
1127
|
+
"Show all advanced fields": [
|
1128
|
+
"すべての詳細フィールドを表示"
|
1132
1129
|
],
|
1133
|
-
"
|
1134
|
-
""
|
1130
|
+
"Show foreign input set details": [
|
1131
|
+
"外部入力セットの詳細を表示"
|
1135
1132
|
],
|
1136
|
-
"
|
1133
|
+
"Show job invocation": [
|
1134
|
+
"ジョブ呼び出しを表示"
|
1135
|
+
],
|
1136
|
+
"Show job template details": [
|
1137
|
+
"ジョブテンプレートの詳細を表示"
|
1138
|
+
],
|
1139
|
+
"Show remote execution feature": [
|
1140
|
+
"リモート実行機能の表示"
|
1141
|
+
],
|
1142
|
+
"Skip to review": [
|
1137
1143
|
""
|
1138
1144
|
],
|
1139
|
-
"
|
1145
|
+
"Skip to review step": [
|
1140
1146
|
""
|
1141
1147
|
],
|
1148
|
+
"Snippet": [
|
1149
|
+
"スニペット"
|
1150
|
+
],
|
1151
|
+
"Start": [
|
1152
|
+
"開始"
|
1153
|
+
],
|
1142
1154
|
"Start job": [
|
1143
1155
|
""
|
1144
1156
|
],
|
1145
|
-
"
|
1146
|
-
""
|
1157
|
+
"Started": [
|
1158
|
+
"開始済み"
|
1147
1159
|
],
|
1148
|
-
"
|
1160
|
+
"Started at:": [
|
1149
1161
|
""
|
1150
1162
|
],
|
1151
|
-
"
|
1152
|
-
""
|
1163
|
+
"Starts": [
|
1164
|
+
"開始"
|
1153
1165
|
],
|
1154
|
-
"
|
1166
|
+
"Starts Before": [
|
1155
1167
|
""
|
1156
1168
|
],
|
1157
|
-
"
|
1158
|
-
""
|
1169
|
+
"Starts at": [
|
1170
|
+
"開始時刻"
|
1159
1171
|
],
|
1160
|
-
"
|
1161
|
-
""
|
1172
|
+
"Starts before": [
|
1173
|
+
"次の時刻よりも前に開始"
|
1162
1174
|
],
|
1163
|
-
"
|
1164
|
-
"
|
1175
|
+
"State": [
|
1176
|
+
"状態"
|
1165
1177
|
],
|
1166
|
-
"
|
1167
|
-
"
|
1178
|
+
"Static Query": [
|
1179
|
+
"静的クエリー"
|
1168
1180
|
],
|
1169
|
-
"
|
1170
|
-
"
|
1181
|
+
"Static query": [
|
1182
|
+
"静的クエリー"
|
1171
1183
|
],
|
1172
|
-
"
|
1173
|
-
"
|
1184
|
+
"Status": [
|
1185
|
+
"状態"
|
1174
1186
|
],
|
1175
|
-
"
|
1176
|
-
"
|
1187
|
+
"Submit": [
|
1188
|
+
""
|
1177
1189
|
],
|
1178
|
-
"
|
1179
|
-
"
|
1190
|
+
"Subscribe to all my jobs": [
|
1191
|
+
"すべての自分のジョブにサブスクライブする"
|
1180
1192
|
],
|
1181
|
-
"
|
1193
|
+
"Subscribe to my failed jobs": [
|
1194
|
+
"自分の失敗ジョブにサブスクライブする"
|
1195
|
+
],
|
1196
|
+
"Subscribe to my succeeded jobs": [
|
1197
|
+
"自分の成功ジョブにサブスクライブする"
|
1198
|
+
],
|
1199
|
+
"Succeeded": [
|
1200
|
+
"成功"
|
1201
|
+
],
|
1202
|
+
"Succeeded:": [
|
1182
1203
|
""
|
1183
1204
|
],
|
1184
|
-
"
|
1205
|
+
"Success": [
|
1206
|
+
"成功"
|
1207
|
+
],
|
1208
|
+
"Switch to the new job invocation detail UI": [
|
1185
1209
|
""
|
1186
1210
|
],
|
1187
|
-
"
|
1211
|
+
"Sync Job Templates": [
|
1212
|
+
"ジョブテンプレートの同期"
|
1213
|
+
],
|
1214
|
+
"System status": [
|
1188
1215
|
""
|
1189
1216
|
],
|
1190
|
-
"
|
1217
|
+
"Systems": [
|
1191
1218
|
""
|
1192
1219
|
],
|
1220
|
+
"Target hosts": [
|
1221
|
+
"ターゲットホスト"
|
1222
|
+
],
|
1193
1223
|
"Target hosts and inputs": [
|
1194
1224
|
"ターゲットホストおよび入力"
|
1195
1225
|
],
|
1196
|
-
"
|
1197
|
-
"
|
1226
|
+
"Target template ID": [
|
1227
|
+
"ターゲットテンプレート ID"
|
1198
1228
|
],
|
1199
|
-
"
|
1200
|
-
"
|
1229
|
+
"Target: ": [
|
1230
|
+
"ターゲット: "
|
1201
1231
|
],
|
1202
|
-
"
|
1203
|
-
""
|
1232
|
+
"Task Details": [
|
1233
|
+
"タスクの詳細"
|
1204
1234
|
],
|
1205
|
-
"
|
1206
|
-
"
|
1235
|
+
"Task cancelled": [
|
1236
|
+
"タスクはキャンセルされました"
|
1207
1237
|
],
|
1208
|
-
"
|
1209
|
-
"
|
1238
|
+
"Template ERB": [
|
1239
|
+
"テンプレート ERB"
|
1210
1240
|
],
|
1211
|
-
"
|
1212
|
-
"
|
1241
|
+
"Template Invocation for %s": [
|
1242
|
+
"%s のテンプレート呼び出し"
|
1213
1243
|
],
|
1214
|
-
"
|
1215
|
-
"
|
1244
|
+
"Template failed with:": [
|
1245
|
+
"テンプレートが以下により失敗:"
|
1216
1246
|
],
|
1217
|
-
"
|
1218
|
-
"
|
1247
|
+
"Template name": [
|
1248
|
+
"テンプレート名"
|
1219
1249
|
],
|
1220
|
-
"
|
1221
|
-
""
|
1250
|
+
"Template version": [
|
1251
|
+
"テンプレートのバージョン"
|
1222
1252
|
],
|
1223
|
-
"
|
1224
|
-
""
|
1253
|
+
"Template with id '%{id}' was not found": [
|
1254
|
+
"id '%{id}' のテンプレートが見つかりませんでした"
|
1225
1255
|
],
|
1226
|
-
"
|
1256
|
+
"Template:": [
|
1227
1257
|
""
|
1228
1258
|
],
|
1229
|
-
"
|
1230
|
-
""
|
1259
|
+
"Templates list failed with:": [
|
1260
|
+
"テンプレート一覧が以下により失敗:"
|
1231
1261
|
],
|
1232
|
-
"
|
1262
|
+
"The cron line supports extended cron line syntax. For details please refer to the ": [
|
1233
1263
|
""
|
1234
1264
|
],
|
1235
|
-
"
|
1236
|
-
""
|
1265
|
+
"The dynamic query '%{query}' was not resolved yet. The list of hosts to which it would resolve now can be seen %{here}.": [
|
1266
|
+
"動的クエリー '%{query}' が解決されませんでした。解決するホストの一覧は %{here} に表示されます。"
|
1237
1267
|
],
|
1238
|
-
"
|
1239
|
-
""
|
1268
|
+
"The execution interface is used for remote execution": [
|
1269
|
+
"リモート実行には実行インターフェースが使用されます"
|
1240
1270
|
],
|
1241
|
-
"
|
1242
|
-
""
|
1271
|
+
"The final host list may change because the selected query is dynamic. It will be rerun during execution.": [
|
1272
|
+
"選択されたクエリーが動的であるため、最終ホスト一覧は変更される場合があります。実行中に再実行されます。"
|
1243
1273
|
],
|
1244
|
-
"
|
1245
|
-
""
|
1274
|
+
"The job cannot be aborted at the moment.": [
|
1275
|
+
"現在、ジョブは中断できません。"
|
1246
1276
|
],
|
1247
|
-
"
|
1248
|
-
""
|
1277
|
+
"The job cannot be cancelled at the moment.": [
|
1278
|
+
"現在、ジョブはキャンセルできません。"
|
1249
1279
|
],
|
1250
|
-
"
|
1251
|
-
"
|
1280
|
+
"The job could not be cancelled.": [
|
1281
|
+
"ジョブをキャンセルすることができませんでした。"
|
1252
1282
|
],
|
1253
|
-
"
|
1254
|
-
"
|
1283
|
+
"The job template to use, parameter is required unless feature was specified": [
|
1284
|
+
"使用するジョブテンプレート。機能が指定されていなければ、パラメーターが必要です"
|
1255
1285
|
],
|
1256
|
-
"
|
1257
|
-
"
|
1286
|
+
"The only applicable proxy %{proxy_names} is down": [
|
1287
|
+
"適用可能な唯一のプロキシー %{proxy_names} がダウンしています。"
|
1258
1288
|
],
|
1259
|
-
"
|
1260
|
-
""
|
1289
|
+
"The template %{template_name} mapped to feature %{feature_name} is not accessible by the user": [
|
1290
|
+
"ユーザーは機能 %{template_name} にマッピングされたテンプレート %{feature_name} にアクセスできません"
|
1261
1291
|
],
|
1262
|
-
"
|
1263
|
-
"
|
1292
|
+
"There are no available input fields for the selected template.": [
|
1293
|
+
"選択したテンプレートで使用可能な入力フィールドはありません。"
|
1264
1294
|
],
|
1265
|
-
"
|
1266
|
-
"
|
1295
|
+
"There was an error while updating the status, try refreshing the page.": [
|
1296
|
+
"ステータスの更新時にエラーが発生しました。ページの更新を試行してください。"
|
1267
1297
|
],
|
1268
|
-
"
|
1269
|
-
"
|
1298
|
+
"This can happen if the host is removed or moved to another organization or location after the job was started": [
|
1299
|
+
"これは、ジョブの開始後にホストが削除されたり、別の組織またはロケーションに移動されたりした場合に発生する可能性があります"
|
1270
1300
|
],
|
1271
|
-
"
|
1272
|
-
""
|
1301
|
+
"This template is locked for editing.": [
|
1302
|
+
"このテンプレートは編集機能がロックされています。"
|
1273
1303
|
],
|
1274
|
-
"
|
1275
|
-
""
|
1304
|
+
"This template is locked. Please clone it to a new template to customize.": [
|
1305
|
+
"このテンプレートはロックされています。カスタマイズするには、このクローンを新規テンプレートに作成してください。"
|
1276
1306
|
],
|
1277
|
-
"
|
1278
|
-
""
|
1307
|
+
"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}.": [
|
1308
|
+
"このテンプレートは、記述の生成に使用します。入力値には、構文 %{package} を使用できます。%{job_category} と %{template_name} を使用してジョブカテゴリーとテンプレート名を追加することもできます。"
|
1279
1309
|
],
|
1280
|
-
"
|
1281
|
-
"
|
1310
|
+
"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}.": [
|
1311
|
+
"このテンプレートは記述の生成に使用します。<br/>入力値には、%{package} 構文を使用できますあ。<br/>ジョブカテゴリーとテンプレート<br/>名は、%{job_category} と %{template_name} を使用して追加することもできます。"
|
1282
1312
|
],
|
1283
|
-
"
|
1284
|
-
"
|
1313
|
+
"Time in seconds from the start on the remote host after which the job should be killed.": [
|
1314
|
+
"リモートホストで開始してからジョブを強制終了するまでの時間 (秒単位)"
|
1285
1315
|
],
|
1286
|
-
"
|
1287
|
-
"
|
1316
|
+
"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.": [
|
1317
|
+
""
|
1288
1318
|
],
|
1289
|
-
"
|
1290
|
-
"
|
1319
|
+
"Time to pickup": [
|
1320
|
+
""
|
1291
1321
|
],
|
1292
|
-
"
|
1293
|
-
"
|
1322
|
+
"Timeout to kill": [
|
1323
|
+
"強制終了までのタイムアウト"
|
1294
1324
|
],
|
1295
|
-
"
|
1296
|
-
"
|
1325
|
+
"Timeout to kill after": [
|
1326
|
+
"強制終了のタイムアウト:"
|
1297
1327
|
],
|
1298
|
-
"
|
1299
|
-
""
|
1328
|
+
"Toggle DEBUG": [
|
1329
|
+
"DEBUG の切り替え"
|
1300
1330
|
],
|
1301
|
-
"
|
1302
|
-
""
|
1331
|
+
"Toggle STDERR": [
|
1332
|
+
"STDERR の切り替え"
|
1303
1333
|
],
|
1304
|
-
"
|
1305
|
-
"
|
1334
|
+
"Toggle STDOUT": [
|
1335
|
+
"STDOUT の切り替え"
|
1306
1336
|
],
|
1307
|
-
"
|
1308
|
-
""
|
1337
|
+
"Toggle command": [
|
1338
|
+
"コマンドの切り替え"
|
1309
1339
|
],
|
1310
|
-
"
|
1311
|
-
""
|
1340
|
+
"Total hosts": [
|
1341
|
+
"ホストの合計数"
|
1312
1342
|
],
|
1313
|
-
"
|
1314
|
-
""
|
1343
|
+
"Try to abort the job on a host without waiting for its result": [
|
1344
|
+
"結果を待たずにホストでジョブを中断しようとしています"
|
1315
1345
|
],
|
1316
|
-
"
|
1317
|
-
""
|
1346
|
+
"Try to abort the job without waiting for the results from the remote hosts": [
|
1347
|
+
"リモートホストからの結果を待たずにジョブを中断しようとしています"
|
1318
1348
|
],
|
1319
|
-
"
|
1320
|
-
"
|
1349
|
+
"Try to cancel the job": [
|
1350
|
+
"ジョブのキャンセルを試行"
|
1321
1351
|
],
|
1322
|
-
"
|
1323
|
-
"
|
1352
|
+
"Try to cancel the job on a host": [
|
1353
|
+
"ホストでのジョブのキャンセルを試行"
|
1324
1354
|
],
|
1325
|
-
"
|
1326
|
-
"
|
1355
|
+
"Trying to abort the job": [
|
1356
|
+
"ジョブを中断しようとしています"
|
1327
1357
|
],
|
1328
|
-
"
|
1329
|
-
"
|
1358
|
+
"Trying to cancel the job": [
|
1359
|
+
"ジョブをキャンセルしようとしています"
|
1330
1360
|
],
|
1331
|
-
"
|
1332
|
-
"
|
1361
|
+
"Type": [
|
1362
|
+
"タイプ"
|
1333
1363
|
],
|
1334
|
-
"
|
1335
|
-
""
|
1364
|
+
"Type has impact on when is the query evaluated to hosts.": [
|
1365
|
+
"タイプは、ホストに対してクエリーを評価するタイミングに影響を与えます。"
|
1336
1366
|
],
|
1337
|
-
"
|
1367
|
+
"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>": [
|
1338
1368
|
""
|
1339
1369
|
],
|
1340
|
-
"
|
1370
|
+
"Type of execution": [
|
1341
1371
|
""
|
1342
1372
|
],
|
1343
|
-
"
|
1344
|
-
""
|
1373
|
+
"Type of query": [
|
1374
|
+
"クエリーのタイプ"
|
1345
1375
|
],
|
1346
|
-
"
|
1347
|
-
""
|
1376
|
+
"Unable to create mail notification: %s": [
|
1377
|
+
"メールの通知を作成できません: %s"
|
1348
1378
|
],
|
1349
|
-
"
|
1350
|
-
"
|
1379
|
+
"Unable to fetch public key": [
|
1380
|
+
"公開鍵を取得できません"
|
1351
1381
|
],
|
1352
|
-
"
|
1353
|
-
"
|
1382
|
+
"Unable to remove host from known hosts": [
|
1383
|
+
"既知のホストからホストを削除できません"
|
1354
1384
|
],
|
1355
|
-
"
|
1356
|
-
""
|
1385
|
+
"Unable to save template. Correct highlighted errors": [
|
1386
|
+
"テンプレートを保存できません。強調表示されたエラーを修正してください"
|
1357
1387
|
],
|
1358
|
-
"
|
1359
|
-
"
|
1388
|
+
"Unknown execution status": [
|
1389
|
+
"不明な実行ステータス"
|
1360
1390
|
],
|
1361
|
-
"
|
1362
|
-
"
|
1391
|
+
"Unknown input %{input_name} for template %{template_name}": [
|
1392
|
+
"テンプレート %{template_name} での不明な入力 %{input_name}"
|
1363
1393
|
],
|
1364
|
-
"
|
1365
|
-
"
|
1394
|
+
"Unknown remote execution feature %s": [
|
1395
|
+
"不明なリモート実行機能 %s"
|
1366
1396
|
],
|
1367
|
-
"
|
1368
|
-
"
|
1397
|
+
"Unsupported or no operating system found for this host.": [
|
1398
|
+
"サポートされていないか、このホストのオペレーティングシステムが見つかりません。"
|
1369
1399
|
],
|
1370
|
-
"
|
1371
|
-
"
|
1400
|
+
"Update a foreign input set": [
|
1401
|
+
"外部入力セットを更新"
|
1372
1402
|
],
|
1373
|
-
"
|
1374
|
-
""
|
1403
|
+
"Update a job template": [
|
1404
|
+
"ジョブテンプレートの更新"
|
1375
1405
|
],
|
1376
|
-
"
|
1377
|
-
"
|
1406
|
+
"Use default description template": [
|
1407
|
+
"デフォルトの説明テンプレートを使用"
|
1378
1408
|
],
|
1379
|
-
"
|
1409
|
+
"Use legacy form": [
|
1380
1410
|
""
|
1381
1411
|
],
|
1382
|
-
"
|
1383
|
-
"
|
1412
|
+
"Use new job wizard": [
|
1413
|
+
""
|
1384
1414
|
],
|
1385
|
-
"
|
1386
|
-
"
|
1415
|
+
"Use old form": [
|
1416
|
+
""
|
1387
1417
|
],
|
1388
|
-
"
|
1389
|
-
"
|
1418
|
+
"User Inputs": [
|
1419
|
+
"ユーザー入力"
|
1390
1420
|
],
|
1391
|
-
"
|
1392
|
-
"
|
1421
|
+
"User can not execute job on host %s": [
|
1422
|
+
"ユーザーはホスト %s でジョブを実行できません"
|
1393
1423
|
],
|
1394
|
-
"
|
1395
|
-
"
|
1424
|
+
"User can not execute job on infrastructure host %s": [
|
1425
|
+
"ユーザーはインフラストラクチャーホスト %s でジョブを実行できません"
|
1396
1426
|
],
|
1397
|
-
"
|
1398
|
-
"
|
1427
|
+
"User can not execute this job template": [
|
1428
|
+
"ユーザーはこのジョブテンプレートを実行できません"
|
1399
1429
|
],
|
1400
|
-
"
|
1401
|
-
"
|
1430
|
+
"User can not execute this job template on %s": [
|
1431
|
+
"ユーザーは %s でこのジョブテンプレートを実行できません"
|
1402
1432
|
],
|
1403
|
-
"
|
1404
|
-
"
|
1433
|
+
"User input": [
|
1434
|
+
"ユーザー入力"
|
1405
1435
|
],
|
1406
|
-
"
|
1407
|
-
"
|
1436
|
+
"Value": [
|
1437
|
+
"値"
|
1408
1438
|
],
|
1409
|
-
"
|
1410
|
-
"
|
1439
|
+
"View all jobs": [
|
1440
|
+
"すべてのジョブを表示"
|
1411
1441
|
],
|
1412
|
-
"
|
1413
|
-
""
|
1442
|
+
"View finished jobs": [
|
1443
|
+
"完了したジョブを表示"
|
1414
1444
|
],
|
1415
|
-
"
|
1416
|
-
""
|
1445
|
+
"View running jobs": [
|
1446
|
+
"実行中のジョブを表示"
|
1417
1447
|
],
|
1418
|
-
"
|
1419
|
-
""
|
1448
|
+
"View scheduled jobs": [
|
1449
|
+
"スケジュール済みのジョブを表示"
|
1420
1450
|
],
|
1421
|
-
"
|
1422
|
-
"
|
1451
|
+
"Web Console": [
|
1452
|
+
"Web コンソール"
|
1423
1453
|
],
|
1424
|
-
"
|
1425
|
-
"
|
1454
|
+
"Weekly": [
|
1455
|
+
"毎週"
|
1426
1456
|
],
|
1427
|
-
"
|
1428
|
-
"
|
1457
|
+
"What command should be used to switch to the effective user. One of %s": [
|
1458
|
+
"実効ユーザーへの切り替えるに使用するコマンド。%s のいずれか"
|
1429
1459
|
],
|
1430
|
-
"
|
1431
|
-
"
|
1460
|
+
"What user should be used to run the script (using sudo-like mechanisms)": [
|
1461
|
+
"スクリプトを実行するために使用するユーザー (sudo と同様のメカニズムを使用)"
|
1432
1462
|
],
|
1433
|
-
"
|
1434
|
-
"
|
1463
|
+
"What user should be used to run the script (using sudo-like mechanisms). Defaults to a template parameter or global setting.": [
|
1464
|
+
"スクリプトを実行するために使用するユーザー (sudo と同様のメカニズムを使用)。デフォルト値は、テンプレートパラメーターまたはグローバル設定です。"
|
1435
1465
|
],
|
1436
|
-
"
|
1437
|
-
""
|
1466
|
+
"When connecting using ip address, should the IPv6 addresses be preferred? If no IPv6 address is set, it falls back to IPv4 automatically. You may override this per host by setting a parameter called remote_execution_connect_by_ip_prefer_ipv6. By default and for compatibility, IPv4 will be preferred over IPv6 by default": [
|
1467
|
+
"ip address を使用して接続する場合は、IPv6 アドレスを優先する必要がありますか? IPv6 アドレスが設定されていない場合は、IPv4 に自動的にフォールバックします。remote_execution_connect_by_ip_prefer_ipv6 というパラメーターを設定し、ホストごとにこれを上書きすることができます。互換性のために、デフォルトでは IPv4 が IPv6 よりも優先されます"
|
1438
1468
|
],
|
1439
|
-
"
|
1440
|
-
""
|
1469
|
+
"When enabled, working directories will be removed after task completion. You may override this per host by setting a parameter called remote_execution_cleanup_working_dirs.": [
|
1470
|
+
"有効にすると、作業ディレクトリーはタスクの完了後に削除されます。remote_execution_cleanup_working_dirs と呼ばれるパラメーターを設定して、ホストごとにこれを上書きすることができます。"
|
1441
1471
|
],
|
1442
|
-
"
|
1443
|
-
"
|
1472
|
+
"Where to find the Cockpit instance for the Web Console button. By default, no button is shown.": [
|
1473
|
+
"Web コンソールボタンの Cockpit インスタンスを検索する場所。デフォルトでは、ボタンは表示されません。"
|
1444
1474
|
],
|
1445
|
-
"
|
1446
|
-
"
|
1475
|
+
"Whether it should be allowed to override the effective user from the invocation form.": [
|
1476
|
+
"呼び出し形式から実効ユーザーを上書きするのを許可するかどうか。"
|
1447
1477
|
],
|
1448
|
-
"
|
1449
|
-
"
|
1478
|
+
"Whether or not the template is locked for editing": [
|
1479
|
+
"テンプレートの編集機能をロックするかどうか"
|
1450
1480
|
],
|
1451
|
-
"
|
1452
|
-
""
|
1481
|
+
"Whether the current user login should be used as the effective user": [
|
1482
|
+
"現在のユーザーログインを実行ユーザーとして使用するかどうか"
|
1453
1483
|
],
|
1454
|
-
"
|
1455
|
-
"
|
1484
|
+
"Whether to overwrite the template if it already exists": [
|
1485
|
+
"テンプレートがすでに存在する場合にテンプレートを上書きするかどうか"
|
1456
1486
|
],
|
1457
|
-
"
|
1458
|
-
""
|
1487
|
+
"Whether we should sync templates from disk when running db:seed.": [
|
1488
|
+
"db:seed を実行するときにディスクからテンプレートを同期するかどうか。"
|
1459
1489
|
],
|
1460
|
-
"
|
1461
|
-
"
|
1490
|
+
"Workers pool size": [
|
1491
|
+
"ワーカーのプールサイズ"
|
1462
1492
|
],
|
1463
|
-
"
|
1464
|
-
"
|
1493
|
+
"Yes (override)": [
|
1494
|
+
"Yes (上書き)"
|
1465
1495
|
],
|
1466
|
-
"
|
1467
|
-
""
|
1496
|
+
"You are not allowed to see the currently assigned template. Saving the form now would unassign the template.": [
|
1497
|
+
"現在割り当てられているテンプレートを参照できません。フォームを保存すると、テンプレートの割り当てが解除されます。"
|
1468
1498
|
],
|
1469
|
-
"
|
1499
|
+
"You are not authorized to perform this action.": [
|
1470
1500
|
""
|
1471
1501
|
],
|
1472
|
-
"
|
1473
|
-
""
|
1502
|
+
"You have %s results to display. Showing first %s results": [
|
1503
|
+
"表示する結果が %s 件あります。最初の %s 件の結果を表示しています"
|
1474
1504
|
],
|
1475
|
-
"
|
1476
|
-
"
|
1505
|
+
"add an input set for this template to reference a different template inputs": [
|
1506
|
+
"異なるテンプレート入力を参照するためにこのテンプレートの入力セットを追加"
|
1477
1507
|
],
|
1478
|
-
"
|
1479
|
-
"
|
1508
|
+
"cancelled": [
|
1509
|
+
"キャンセル済み"
|
1480
1510
|
],
|
1481
|
-
"
|
1482
|
-
"
|
1511
|
+
"default_capsule method missing from SmartProxy": [
|
1512
|
+
"SmartProxy に default_capsule メソッドがありません"
|
1483
1513
|
],
|
1484
|
-
"
|
1514
|
+
"documentation": [
|
1485
1515
|
""
|
1486
1516
|
],
|
1487
|
-
"
|
1488
|
-
"
|
1489
|
-
],
|
1490
|
-
"occurences": [
|
1491
|
-
""
|
1517
|
+
"effective user": [
|
1518
|
+
"実効ユーザー"
|
1492
1519
|
],
|
1493
|
-
"
|
1494
|
-
""
|
1520
|
+
"error": [
|
1521
|
+
"エラー"
|
1495
1522
|
],
|
1496
|
-
"
|
1497
|
-
""
|
1523
|
+
"error during rendering: %s": [
|
1524
|
+
"レンダリング中のエラー: %s"
|
1498
1525
|
],
|
1499
|
-
"
|
1500
|
-
""
|
1526
|
+
"evaluates just after you submit this form": [
|
1527
|
+
"このフォームの送信直後に評価します"
|
1501
1528
|
],
|
1502
|
-
"
|
1529
|
+
"evaluates just before the execution is started, so if it's planned in future, targeted hosts set may change before it": [
|
1503
1530
|
""
|
1504
1531
|
],
|
1505
|
-
"
|
1506
|
-
"
|
1532
|
+
"failed": [
|
1533
|
+
"失敗"
|
1507
1534
|
],
|
1508
|
-
"
|
1509
|
-
"
|
1535
|
+
"here": [
|
1536
|
+
"こちら"
|
1510
1537
|
],
|
1511
|
-
"
|
1512
|
-
"
|
1538
|
+
"host already has an execution interface": [
|
1539
|
+
"ホストにはすでに実行インターフェースがあります"
|
1513
1540
|
],
|
1514
|
-
"
|
1515
|
-
"
|
1541
|
+
"hosts": [
|
1542
|
+
"ホスト"
|
1516
1543
|
],
|
1517
|
-
"
|
1518
|
-
"
|
1544
|
+
"in %s": [
|
1545
|
+
"%s 以内"
|
1519
1546
|
],
|
1520
|
-
"
|
1521
|
-
"
|
1547
|
+
"included template '%s' not found": [
|
1548
|
+
"含まれているテンプレート '%s' が見つかりません"
|
1522
1549
|
],
|
1523
|
-
"
|
1524
|
-
""
|
1550
|
+
"input macro with name '%s' used, but no input with such name defined for this template": [
|
1551
|
+
"'%s' という名前の入力マクロが使用されていますが、このテンプレートにはそのような名前の入力値がありません"
|
1525
1552
|
],
|
1526
|
-
"
|
1527
|
-
"
|
1553
|
+
"is day of month (range: 1-31)": [
|
1554
|
+
"日 (範囲: 1 - 31)"
|
1528
1555
|
],
|
1529
|
-
"
|
1530
|
-
"
|
1556
|
+
"is day of week (range: 0-6)": [
|
1557
|
+
"曜日 (範囲: 0 - 6)"
|
1531
1558
|
],
|
1532
|
-
"
|
1533
|
-
"
|
1559
|
+
"is hour (range: 0-23)": [
|
1560
|
+
"時間 (範囲: 0 - 23)"
|
1534
1561
|
],
|
1535
|
-
"
|
1536
|
-
"
|
1562
|
+
"is minute (range: 0-59)": [
|
1563
|
+
"分 (範囲: 0 - 59)"
|
1537
1564
|
],
|
1538
|
-
"
|
1539
|
-
"
|
1565
|
+
"is month (range: 1-12)": [
|
1566
|
+
"月 (範囲: 1 - 12)"
|
1540
1567
|
],
|
1541
|
-
"
|
1542
|
-
"
|
1568
|
+
"no": [
|
1569
|
+
"no"
|
1543
1570
|
],
|
1544
|
-
"
|
1545
|
-
"
|
1571
|
+
"occurences": [
|
1572
|
+
""
|
1546
1573
|
],
|
1547
|
-
"
|
1548
|
-
"
|
1574
|
+
"open-help-tooltip-button": [
|
1575
|
+
"open-help-tooltip-button"
|
1549
1576
|
],
|
1550
|
-
"
|
1551
|
-
"
|
1577
|
+
"queued": [
|
1578
|
+
"キューに登録済み"
|
1552
1579
|
],
|
1553
|
-
"
|
1554
|
-
"
|
1580
|
+
"queued to start executing in %{time}": [
|
1581
|
+
"キューに追加して %{time} 後に実行を開始する"
|
1555
1582
|
],
|
1556
|
-
"
|
1557
|
-
"
|
1583
|
+
"range: 0-59": [
|
1584
|
+
""
|
1558
1585
|
],
|
1559
|
-
"
|
1560
|
-
"
|
1586
|
+
"remove template input set": [
|
1587
|
+
"テンプレート入力セットの削除"
|
1561
1588
|
],
|
1562
|
-
"
|
1563
|
-
"
|
1589
|
+
"running %{percent}%%": [
|
1590
|
+
"%{percent}%% 実行中"
|
1564
1591
|
],
|
1565
|
-
"
|
1566
|
-
"
|
1592
|
+
"seconds": [
|
1593
|
+
"秒"
|
1567
1594
|
],
|
1568
|
-
"
|
1569
|
-
"
|
1595
|
+
"succeeded": [
|
1596
|
+
"成功"
|
1570
1597
|
],
|
1571
|
-
"
|
1572
|
-
"
|
1598
|
+
"tasks at a time": [
|
1599
|
+
"1 度に実行されるタスク"
|
1573
1600
|
],
|
1574
|
-
"
|
1575
|
-
"
|
1601
|
+
"template": [
|
1602
|
+
"template"
|
1576
1603
|
],
|
1577
|
-
"
|
1578
|
-
""
|
1604
|
+
"unknown status": [
|
1605
|
+
"不明なステータス"
|
1579
1606
|
],
|
1580
|
-
"
|
1581
|
-
""
|
1607
|
+
"using ": [
|
1608
|
+
"使用中 "
|
1582
1609
|
],
|
1583
|
-
"
|
1584
|
-
"
|
1610
|
+
"using Smart Proxy": [
|
1611
|
+
"Smart Proxy を使用"
|
1585
1612
|
],
|
1586
|
-
"
|
1613
|
+
"view host names": [
|
1587
1614
|
""
|
1588
1615
|
],
|
1589
|
-
"
|
1590
|
-
"
|
1616
|
+
"yes": [
|
1617
|
+
"yes"
|
1591
1618
|
]
|
1592
1619
|
}
|
1593
1620
|
}
|