foreman_webhooks 4.0.1 → 4.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/javascripts/foreman_webhooks/locale/ca/foreman_webhooks.js +1 -1
- data/app/assets/javascripts/foreman_webhooks/locale/cs_CZ/foreman_webhooks.js +1 -1
- data/app/assets/javascripts/foreman_webhooks/locale/de/foreman_webhooks.js +1 -1
- data/app/assets/javascripts/foreman_webhooks/locale/en/foreman_webhooks.js +6 -6
- data/app/assets/javascripts/foreman_webhooks/locale/en_GB/foreman_webhooks.js +11 -11
- data/app/assets/javascripts/foreman_webhooks/locale/es/foreman_webhooks.js +1 -1
- data/app/assets/javascripts/foreman_webhooks/locale/fr/foreman_webhooks.js +74 -74
- data/app/assets/javascripts/foreman_webhooks/locale/it/foreman_webhooks.js +1 -1
- data/app/assets/javascripts/foreman_webhooks/locale/ja/foreman_webhooks.js +75 -75
- data/app/assets/javascripts/foreman_webhooks/locale/ka/foreman_webhooks.js +9 -9
- data/app/assets/javascripts/foreman_webhooks/locale/ko/foreman_webhooks.js +80 -80
- data/app/assets/javascripts/foreman_webhooks/locale/pl/foreman_webhooks.js +1 -1
- data/app/assets/javascripts/foreman_webhooks/locale/pt_BR/foreman_webhooks.js +1 -1
- data/app/assets/javascripts/foreman_webhooks/locale/ru/foreman_webhooks.js +1 -1
- data/app/assets/javascripts/foreman_webhooks/locale/zh_CN/foreman_webhooks.js +78 -78
- data/app/assets/javascripts/foreman_webhooks/locale/zh_TW/foreman_webhooks.js +1 -1
- data/lib/foreman_webhooks/version.rb +1 -1
- data/locale/ca/LC_MESSAGES/foreman_webhooks.mo +0 -0
- data/locale/ca/foreman_webhooks.po +1 -1
- data/locale/cs_CZ/LC_MESSAGES/foreman_webhooks.mo +0 -0
- data/locale/cs_CZ/foreman_webhooks.po +1 -1
- data/locale/de/LC_MESSAGES/foreman_webhooks.mo +0 -0
- data/locale/de/foreman_webhooks.po +1 -1
- data/locale/en/LC_MESSAGES/foreman_webhooks.mo +0 -0
- data/locale/en/foreman_webhooks.po +9 -9
- data/locale/en_GB/LC_MESSAGES/foreman_webhooks.mo +0 -0
- data/locale/en_GB/foreman_webhooks.po +12 -12
- data/locale/es/LC_MESSAGES/foreman_webhooks.mo +0 -0
- data/locale/es/foreman_webhooks.po +1 -1
- data/locale/fr/LC_MESSAGES/foreman_webhooks.mo +0 -0
- data/locale/fr/foreman_webhooks.po +77 -74
- data/locale/it/LC_MESSAGES/foreman_webhooks.mo +0 -0
- data/locale/it/foreman_webhooks.po +2 -2
- data/locale/ja/LC_MESSAGES/foreman_webhooks.mo +0 -0
- data/locale/ja/foreman_webhooks.po +77 -75
- data/locale/ka/LC_MESSAGES/foreman_webhooks.mo +0 -0
- data/locale/ka/foreman_webhooks.po +9 -9
- data/locale/ko/LC_MESSAGES/foreman_webhooks.mo +0 -0
- data/locale/ko/foreman_webhooks.po +82 -81
- data/locale/pl/LC_MESSAGES/foreman_webhooks.mo +0 -0
- data/locale/pl/foreman_webhooks.po +1 -1
- data/locale/pt_BR/LC_MESSAGES/foreman_webhooks.mo +0 -0
- data/locale/pt_BR/foreman_webhooks.po +1 -1
- data/locale/ru/LC_MESSAGES/foreman_webhooks.mo +0 -0
- data/locale/ru/foreman_webhooks.po +1 -1
- data/locale/zh_CN/LC_MESSAGES/foreman_webhooks.mo +0 -0
- data/locale/zh_CN/foreman_webhooks.po +80 -78
- data/locale/zh_TW/LC_MESSAGES/foreman_webhooks.mo +0 -0
- data/locale/zh_TW/foreman_webhooks.po +1 -1
- data/webpack/ForemanWebhooks/Routes/Webhooks/Components/WebhookForm/Components/WebhookFormTabs.js +9 -1
- data/webpack/ForemanWebhooks/Routes/Webhooks/WebhooksIndexPage/Components/WebhooksTable/Components/NameToEditCell.js +8 -1
- data/webpack/ForemanWebhooks/Routes/Webhooks/WebhooksIndexPage/Components/WebhooksTable/Components/__tests__/__snapshots__/EnabledCell.test.js.snap +2 -14
- metadata +3 -6
@@ -3,10 +3,10 @@
|
|
3
3
|
"locale_data": {
|
4
4
|
"foreman_webhooks": {
|
5
5
|
"": {
|
6
|
-
"Project-Id-Version": "foreman_webhooks
|
6
|
+
"Project-Id-Version": "foreman_webhooks 4.0.1",
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
8
8
|
"PO-Revision-Date": "2023-06-05 12:44+0000",
|
9
|
-
"Last-Translator": "
|
9
|
+
"Last-Translator": "Ondřej Gajdušek, 2025",
|
10
10
|
"Language-Team": "Japanese (https://app.transifex.com/foreman/teams/114/ja/)",
|
11
11
|
"MIME-Version": "1.0",
|
12
12
|
"Content-Type": "text/plain; charset=UTF-8",
|
@@ -24,31 +24,31 @@
|
|
24
24
|
"追加"
|
25
25
|
],
|
26
26
|
"Authentication credentials": [
|
27
|
-
""
|
27
|
+
"認証情報"
|
28
28
|
],
|
29
29
|
"Authorize with Foreman client certificate and validate smart-proxy CA from Settings": [
|
30
|
-
""
|
30
|
+
"Foreman クライアント証明書で認証し、設定からの smart-proxy CA を検証する"
|
31
31
|
],
|
32
32
|
"Change the password": [
|
33
|
-
""
|
33
|
+
"パスワードの変更"
|
34
34
|
],
|
35
35
|
"Clone a template": [
|
36
|
-
""
|
36
|
+
"テンプレートのクローン"
|
37
37
|
],
|
38
38
|
"Confirm Webhook Deletion": [
|
39
|
-
""
|
39
|
+
"Webhook の削除の確認"
|
40
40
|
],
|
41
41
|
"Create Template": [
|
42
|
-
""
|
42
|
+
"テンプレートの作成"
|
43
43
|
],
|
44
44
|
"Create Webhook": [
|
45
|
-
""
|
45
|
+
"Webhook の作成"
|
46
46
|
],
|
47
47
|
"Create a Webhook": [
|
48
|
-
""
|
48
|
+
"Webhook の作成"
|
49
49
|
],
|
50
50
|
"Create a webhook template": [
|
51
|
-
""
|
51
|
+
"Webhook テンプレートの作成"
|
52
52
|
],
|
53
53
|
"Credentials": [
|
54
54
|
"認証情報"
|
@@ -57,151 +57,151 @@
|
|
57
57
|
"削除"
|
58
58
|
],
|
59
59
|
"Delete a Webhook": [
|
60
|
-
""
|
60
|
+
"Webhook の削除"
|
61
61
|
],
|
62
62
|
"Delete a webhook template": [
|
63
|
-
""
|
63
|
+
"Webhook テンプレートの削除"
|
64
64
|
],
|
65
65
|
"Deliver webhook": [
|
66
|
-
""
|
66
|
+
"Webhook の提供"
|
67
67
|
],
|
68
68
|
"Deliver webhook %s": [
|
69
|
-
""
|
69
|
+
"Webhook %s の提供"
|
70
70
|
],
|
71
71
|
"Edit": [
|
72
72
|
"編集"
|
73
73
|
],
|
74
74
|
"Edit %s": [
|
75
|
-
""
|
75
|
+
"%s の編集"
|
76
76
|
],
|
77
77
|
"Enabled": [
|
78
78
|
"有効化済み"
|
79
79
|
],
|
80
80
|
"Error": [
|
81
|
-
""
|
81
|
+
"エラー"
|
82
82
|
],
|
83
83
|
"Example: %s": [
|
84
|
-
""
|
84
|
+
"例: %s"
|
85
85
|
],
|
86
86
|
"Export a webhook template to ERB": [
|
87
|
-
""
|
87
|
+
"Webhook テンプレートを ERB にエクスポート"
|
88
88
|
],
|
89
89
|
"General": [
|
90
90
|
"全般"
|
91
91
|
],
|
92
92
|
"HTTP Content Type": [
|
93
|
-
""
|
93
|
+
"HTTP コンテンツタイプ"
|
94
94
|
],
|
95
95
|
"HTTP Headers": [
|
96
|
-
""
|
96
|
+
"HTTP ヘッダー"
|
97
97
|
],
|
98
98
|
"HTTP Method": [
|
99
|
-
""
|
99
|
+
"HTTP メソッド"
|
100
100
|
],
|
101
101
|
"If unchecked, the webhook will be inactive": [
|
102
|
-
""
|
102
|
+
"チェックを外すと、Webhook が非アクティブになります"
|
103
103
|
],
|
104
104
|
"Import a webhook template": [
|
105
|
-
""
|
105
|
+
"Webhook テンプレートのインポート"
|
106
106
|
],
|
107
107
|
"In case you are using dynamic URL (ERB template), this will not be rendered correctly due to the absence of a real object.": [
|
108
|
-
""
|
108
|
+
"動的 URL (ERB テンプレート) を使用している場合は、実際のオブジェクトが存在しないために正しくレンダリングされません。"
|
109
109
|
],
|
110
110
|
"List Webhooks": [
|
111
|
-
""
|
111
|
+
"Webhook の一覧表示"
|
112
112
|
],
|
113
113
|
"List available events for subscription": [
|
114
|
-
""
|
114
|
+
"サブスクライブ可能なイベントの一覧表示"
|
115
115
|
],
|
116
116
|
"List webhook templates": [
|
117
|
-
""
|
117
|
+
"Webhook テンプレートの一覧表示"
|
118
118
|
],
|
119
119
|
"Name": [
|
120
120
|
"名前"
|
121
121
|
],
|
122
122
|
"No Results": [
|
123
|
-
""
|
123
|
+
"結果なし"
|
124
124
|
],
|
125
125
|
"Optional CAs in PEM format concatenated to verify the receiver's SSL certificate": [
|
126
|
-
""
|
126
|
+
"レシーバーの SSL 証明書を検証するための連結された PEM 形式の CA (任意)"
|
127
127
|
],
|
128
128
|
"Optional. Must be a JSON object (ERB allowed)": [
|
129
|
-
""
|
129
|
+
"任意。JSON オブジェクトである必要があります (ERB 使用可)"
|
130
130
|
],
|
131
131
|
"Password": [
|
132
|
-
""
|
132
|
+
"パスワード"
|
133
133
|
],
|
134
134
|
"Payload": [
|
135
|
-
""
|
135
|
+
"ペイロード"
|
136
136
|
],
|
137
137
|
"Please, note that this will not contain actual information or render the attached template.": [
|
138
|
-
""
|
138
|
+
"実際の情報は含まれず、関連付けられたテンプレートのレンダリングも行われないことに注意してください。"
|
139
139
|
],
|
140
140
|
"Proxy Authorization": [
|
141
|
-
""
|
141
|
+
"プロキシー認可"
|
142
142
|
],
|
143
143
|
"Show Webhook details": [
|
144
|
-
""
|
144
|
+
"Webhook の詳細の表示"
|
145
145
|
],
|
146
146
|
"Show webhook template details": [
|
147
|
-
""
|
147
|
+
"Webhook テンプレートの詳細の表示"
|
148
148
|
],
|
149
149
|
"Snippet": [
|
150
|
-
""
|
150
|
+
"スニペット"
|
151
151
|
],
|
152
152
|
"Start typing to search": [
|
153
|
-
""
|
153
|
+
"入力して検索を開始"
|
154
154
|
],
|
155
155
|
"Subscribe to": [
|
156
|
-
""
|
156
|
+
"サブスクライブ先"
|
157
157
|
],
|
158
158
|
"Target URL": [
|
159
|
-
""
|
159
|
+
"ターゲット URL"
|
160
160
|
],
|
161
161
|
"Target URL that should be called by Foreman (ERB allowed).": [
|
162
|
-
""
|
162
|
+
"Foreman が呼び出すターゲット URL (ERB 使用可)。"
|
163
163
|
],
|
164
164
|
"Template": [
|
165
|
-
""
|
165
|
+
"テンプレート"
|
166
166
|
],
|
167
167
|
"Template contents including metadata": [
|
168
|
-
""
|
168
|
+
"メタデータを含むテンプレートコンテンツ"
|
169
169
|
],
|
170
170
|
"Template name": [
|
171
|
-
""
|
171
|
+
"テンプレート名"
|
172
172
|
],
|
173
173
|
"Test": [
|
174
|
-
""
|
174
|
+
"テスト"
|
175
175
|
],
|
176
176
|
"Test a Webhook": [
|
177
|
-
""
|
177
|
+
"Webhook のテスト"
|
178
178
|
],
|
179
179
|
"Test payload will be sent as is. Cant be a JSON object": [
|
180
|
-
""
|
180
|
+
"テストペイロードはそのまま送信されます。JSON オブジェクトにすることはできません"
|
181
181
|
],
|
182
182
|
"Test webhook": [
|
183
|
-
""
|
183
|
+
"Webhook のテスト"
|
184
184
|
],
|
185
185
|
"This template is locked for editing.": [
|
186
|
-
""
|
186
|
+
"このテンプレートは編集機能がロックされています。"
|
187
187
|
],
|
188
188
|
"Try to create a new webhook": [
|
189
|
-
""
|
189
|
+
"新規 Webhook の作成をお試しください"
|
190
190
|
],
|
191
191
|
"Type": [
|
192
192
|
"タイプ"
|
193
193
|
],
|
194
194
|
"URL must be valid and schema must be one of: %s": [
|
195
|
-
""
|
195
|
+
"URL が有効であり、スキーマが次のいずれかである必要があります: %s"
|
196
196
|
],
|
197
197
|
"Uncheck this option to disable validation of the receiver's SSL certificate": [
|
198
|
-
""
|
198
|
+
"レシーバーの SSL 証明書の検証を無効にするには、このオプションのチェックを外します"
|
199
199
|
],
|
200
200
|
"Update a Webhook": [
|
201
|
-
""
|
201
|
+
"Webhook の更新"
|
202
202
|
],
|
203
203
|
"Update a webhook template": [
|
204
|
-
""
|
204
|
+
"Webhook テンプレートの更新"
|
205
205
|
],
|
206
206
|
"User": [
|
207
207
|
"ユーザー"
|
@@ -210,64 +210,64 @@
|
|
210
210
|
"SSL の確認"
|
211
211
|
],
|
212
212
|
"Webhook": [
|
213
|
-
""
|
213
|
+
"Webhook"
|
214
214
|
],
|
215
215
|
"Webhook %s test was successful": [
|
216
|
-
""
|
216
|
+
"Webhook %s のテストが成功しました"
|
217
217
|
],
|
218
218
|
"Webhook %s was successfully deleted": [
|
219
|
-
""
|
219
|
+
"Webhook %s が正常に削除されました"
|
220
220
|
],
|
221
221
|
"Webhook Templates": [
|
222
|
-
""
|
222
|
+
"Webhook テンプレート"
|
223
223
|
],
|
224
224
|
"Webhook template not found while firing webhook '%s'. Possible organization/location mismatch in the webhook template?": [
|
225
|
-
""
|
225
|
+
"Webhook '%s' の実行中に Webhook テンプレートが見つかりませんでした。Webhook テンプレートの組織/ロケーションが一致していない可能性はありませんか?"
|
226
226
|
],
|
227
227
|
"Webhook test failed: %s": [
|
228
|
-
""
|
228
|
+
"Webhook のテストに失敗しました: %s"
|
229
229
|
],
|
230
230
|
"Webhook was successfully created.": [
|
231
|
-
""
|
231
|
+
"Webhook が正常に作成されました。"
|
232
232
|
],
|
233
233
|
"Webhook was successfully updated.": [
|
234
|
-
""
|
234
|
+
"Webhook が正常に更新されました。"
|
235
235
|
],
|
236
236
|
"WebhookTemplate|Locked": [
|
237
|
-
""
|
237
|
+
"WebhookTemplate|ロック済み"
|
238
238
|
],
|
239
239
|
"WebhookTemplate|Name": [
|
240
|
-
""
|
240
|
+
"WebhookTemplate|名前"
|
241
241
|
],
|
242
242
|
"WebhookTemplate|Snippet": [
|
243
|
-
""
|
243
|
+
"WebhookTemplate|スニペット"
|
244
244
|
],
|
245
245
|
"Webhooks": [
|
246
|
-
""
|
246
|
+
"Webhook"
|
247
247
|
],
|
248
248
|
"Whether or not the template is added automatically to new organizations and locations": [
|
249
|
-
""
|
249
|
+
"テンプレートが自動的に新規組織およびロケーションに追加されるかどうか"
|
250
250
|
],
|
251
251
|
"Whether or not the template is locked for editing": [
|
252
|
-
""
|
252
|
+
"テンプレートの編集機能をロックするかどうか"
|
253
253
|
],
|
254
254
|
"Will be sent as is": [
|
255
|
-
""
|
255
|
+
"そのまま送信されます"
|
256
256
|
],
|
257
257
|
"X509 Certification Authorities": [
|
258
|
-
""
|
258
|
+
"X509 認証局"
|
259
259
|
],
|
260
260
|
"X509 Certification Authorities concatenated in PEM format": [
|
261
|
-
""
|
261
|
+
"PEM 形式で連結された X509 認証局"
|
262
262
|
],
|
263
263
|
"You are about to delete %s. Are you sure?": [
|
264
|
-
""
|
264
|
+
"%s を削除しようとしています。削除してもよろしいですか?"
|
265
265
|
],
|
266
266
|
"You are about to test %s webhook.": [
|
267
|
-
""
|
267
|
+
"%s Webhook のテストを開始します。"
|
268
268
|
],
|
269
269
|
"You can specify below a custom payload to test the webhook with.": [
|
270
|
-
""
|
270
|
+
"Webhook をテストするためのカスタムペイロードを以下に指定できます。"
|
271
271
|
],
|
272
272
|
"is required": [
|
273
273
|
"は必須です"
|
@@ -3,7 +3,7 @@
|
|
3
3
|
"locale_data": {
|
4
4
|
"foreman_webhooks": {
|
5
5
|
"": {
|
6
|
-
"Project-Id-Version": "foreman_webhooks
|
6
|
+
"Project-Id-Version": "foreman_webhooks 4.0.1",
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
8
8
|
"PO-Revision-Date": "2023-06-05 12:44+0000",
|
9
9
|
"Last-Translator": "Temuri Doghonadze <temuri.doghonadze@gmail.com>, 2023",
|
@@ -132,7 +132,7 @@
|
|
132
132
|
"პაროლი"
|
133
133
|
],
|
134
134
|
"Payload": [
|
135
|
-
""
|
135
|
+
"შემცველობა"
|
136
136
|
],
|
137
137
|
"Please, note that this will not contain actual information or render the attached template.": [
|
138
138
|
""
|
@@ -171,16 +171,16 @@
|
|
171
171
|
"შაბლონის სახელი"
|
172
172
|
],
|
173
173
|
"Test": [
|
174
|
-
""
|
174
|
+
"შემოწმება"
|
175
175
|
],
|
176
176
|
"Test a Webhook": [
|
177
|
-
""
|
177
|
+
"ვებჰუკის გამოცდა"
|
178
178
|
],
|
179
179
|
"Test payload will be sent as is. Cant be a JSON object": [
|
180
|
-
""
|
180
|
+
"ტესტური დატვირთვა როგორცაა, ისე გაიგზავნება. შეიძლება იყოს JSON ობიექტი"
|
181
181
|
],
|
182
182
|
"Test webhook": [
|
183
|
-
""
|
183
|
+
"ვებჰუკის გამოცდა"
|
184
184
|
],
|
185
185
|
"This template is locked for editing.": [
|
186
186
|
"შაბლონი დაბლოკილია."
|
@@ -213,7 +213,7 @@
|
|
213
213
|
"ვებჰუკი"
|
214
214
|
],
|
215
215
|
"Webhook %s test was successful": [
|
216
|
-
""
|
216
|
+
"ვებჰუკის %s გამოცდა წარმატებით დასრულდა"
|
217
217
|
],
|
218
218
|
"Webhook %s was successfully deleted": [
|
219
219
|
"ვებჰუკი %s წარმატებით წაიშალა"
|
@@ -225,7 +225,7 @@
|
|
225
225
|
""
|
226
226
|
],
|
227
227
|
"Webhook test failed: %s": [
|
228
|
-
""
|
228
|
+
"ვებჰუკის გამოცდა ჩავარდა: %ს"
|
229
229
|
],
|
230
230
|
"Webhook was successfully created.": [
|
231
231
|
"ვებჰუკი წარმატებით შეიქმნა."
|
@@ -252,7 +252,7 @@
|
|
252
252
|
"დაიბლოკება თუ არა შაბლონი მისი ჩასწორებისას"
|
253
253
|
],
|
254
254
|
"Will be sent as is": [
|
255
|
-
""
|
255
|
+
"გაიგზავნება, როგორც არის"
|
256
256
|
],
|
257
257
|
"X509 Certification Authorities": [
|
258
258
|
"X509 CA"
|