foreman_webhooks 3.2.2 → 4.0.0
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_webhooks/locale/ca/foreman_webhooks.js +39 -0
- data/app/assets/javascripts/foreman_webhooks/locale/cs_CZ/foreman_webhooks.js +39 -0
- data/app/assets/javascripts/foreman_webhooks/locale/de/foreman_webhooks.js +39 -0
- data/app/assets/javascripts/foreman_webhooks/locale/en/foreman_webhooks.js +15 -0
- data/app/assets/javascripts/foreman_webhooks/locale/en_GB/foreman_webhooks.js +39 -0
- data/app/assets/javascripts/foreman_webhooks/locale/es/foreman_webhooks.js +39 -0
- data/app/assets/javascripts/foreman_webhooks/locale/fr/foreman_webhooks.js +39 -0
- data/app/assets/javascripts/foreman_webhooks/locale/it/foreman_webhooks.js +39 -0
- data/app/assets/javascripts/foreman_webhooks/locale/ja/foreman_webhooks.js +39 -0
- data/app/assets/javascripts/foreman_webhooks/locale/ka/foreman_webhooks.js +39 -0
- data/app/assets/javascripts/foreman_webhooks/locale/ko/foreman_webhooks.js +39 -0
- data/app/assets/javascripts/foreman_webhooks/locale/pl/foreman_webhooks.js +39 -0
- data/app/assets/javascripts/foreman_webhooks/locale/pt_BR/foreman_webhooks.js +39 -0
- data/app/assets/javascripts/foreman_webhooks/locale/ru/foreman_webhooks.js +39 -0
- data/app/assets/javascripts/foreman_webhooks/locale/zh_CN/foreman_webhooks.js +39 -0
- data/app/assets/javascripts/foreman_webhooks/locale/zh_TW/foreman_webhooks.js +39 -0
- data/app/models/webhook.rb +1 -0
- data/app/subscribers/foreman_webhooks/event_subscriber.rb +2 -0
- data/db/migrate/20201014115147_rename_ca_file_column.rb +1 -1
- data/lib/foreman_webhooks/engine.rb +62 -62
- data/lib/foreman_webhooks/version.rb +1 -1
- data/locale/ca/foreman_webhooks.po +39 -1
- data/locale/cs_CZ/foreman_webhooks.po +39 -1
- data/locale/de/foreman_webhooks.po +39 -1
- data/locale/en/foreman_webhooks.po +15 -0
- data/locale/en_GB/foreman_webhooks.po +39 -1
- data/locale/es/foreman_webhooks.po +39 -1
- data/locale/fr/foreman_webhooks.po +39 -1
- data/locale/it/foreman_webhooks.po +39 -1
- data/locale/ja/foreman_webhooks.po +39 -1
- data/locale/ka/foreman_webhooks.po +39 -1
- data/locale/ko/foreman_webhooks.po +39 -1
- data/locale/pl/foreman_webhooks.po +39 -1
- data/locale/pt_BR/foreman_webhooks.po +39 -1
- data/locale/ru/foreman_webhooks.po +39 -1
- data/locale/zh_CN/foreman_webhooks.po +39 -1
- data/locale/zh_TW/foreman_webhooks.po +39 -1
- metadata +3 -3
@@ -9,7 +9,6 @@
|
|
9
9
|
# Bryan Kearney <bryan.kearney@gmail.com>, 2023
|
10
10
|
# 21966816214bc546c1fc8a185e75ca1c, 2023
|
11
11
|
#
|
12
|
-
#, fuzzy
|
13
12
|
msgid ""
|
14
13
|
msgstr ""
|
15
14
|
"Project-Id-Version: foreman_webhooks 3.2.0\n"
|
@@ -111,6 +110,9 @@ msgstr ""
|
|
111
110
|
msgid "Import a webhook template"
|
112
111
|
msgstr ""
|
113
112
|
|
113
|
+
msgid "In case you are using dynamic URL (ERB template), this will not be rendered correctly due to the absence of a real object."
|
114
|
+
msgstr ""
|
115
|
+
|
114
116
|
msgid "List Webhooks"
|
115
117
|
msgstr ""
|
116
118
|
|
@@ -135,6 +137,12 @@ msgstr ""
|
|
135
137
|
msgid "Password"
|
136
138
|
msgstr ""
|
137
139
|
|
140
|
+
msgid "Payload"
|
141
|
+
msgstr ""
|
142
|
+
|
143
|
+
msgid "Please, note that this will not contain actual information or render the attached template."
|
144
|
+
msgstr ""
|
145
|
+
|
138
146
|
msgid "Proxy Authorization"
|
139
147
|
msgstr ""
|
140
148
|
|
@@ -168,6 +176,18 @@ msgstr ""
|
|
168
176
|
msgid "Template name"
|
169
177
|
msgstr ""
|
170
178
|
|
179
|
+
msgid "Test"
|
180
|
+
msgstr ""
|
181
|
+
|
182
|
+
msgid "Test a Webhook"
|
183
|
+
msgstr ""
|
184
|
+
|
185
|
+
msgid "Test payload will be sent as is. Cant be a JSON object"
|
186
|
+
msgstr ""
|
187
|
+
|
188
|
+
msgid "Test webhook"
|
189
|
+
msgstr ""
|
190
|
+
|
171
191
|
msgid "This template is locked for editing."
|
172
192
|
msgstr ""
|
173
193
|
|
@@ -198,12 +218,21 @@ msgstr "Vérifier SSL"
|
|
198
218
|
msgid "Webhook"
|
199
219
|
msgstr ""
|
200
220
|
|
221
|
+
msgid "Webhook %s test was successful"
|
222
|
+
msgstr ""
|
223
|
+
|
201
224
|
msgid "Webhook %s was successfully deleted"
|
202
225
|
msgstr ""
|
203
226
|
|
204
227
|
msgid "Webhook Templates"
|
205
228
|
msgstr ""
|
206
229
|
|
230
|
+
msgid "Webhook template not found while firing webhook '%s'. Possible organization/location mismatch in the webhook template?"
|
231
|
+
msgstr ""
|
232
|
+
|
233
|
+
msgid "Webhook test failed: %s"
|
234
|
+
msgstr ""
|
235
|
+
|
207
236
|
msgid "Webhook was successfully created."
|
208
237
|
msgstr ""
|
209
238
|
|
@@ -228,6 +257,9 @@ msgstr ""
|
|
228
257
|
msgid "Whether or not the template is locked for editing"
|
229
258
|
msgstr ""
|
230
259
|
|
260
|
+
msgid "Will be sent as is"
|
261
|
+
msgstr ""
|
262
|
+
|
231
263
|
msgid "X509 Certification Authorities"
|
232
264
|
msgstr ""
|
233
265
|
|
@@ -237,5 +269,11 @@ msgstr ""
|
|
237
269
|
msgid "You are about to delete %s. Are you sure?"
|
238
270
|
msgstr ""
|
239
271
|
|
272
|
+
msgid "You are about to test %s webhook."
|
273
|
+
msgstr ""
|
274
|
+
|
275
|
+
msgid "You can specify below a custom payload to test the webhook with."
|
276
|
+
msgstr ""
|
277
|
+
|
240
278
|
msgid "is required"
|
241
279
|
msgstr "est requis"
|
@@ -8,7 +8,6 @@
|
|
8
8
|
# Giuseppe Pignataro <rogepix@gmail.com>, 2023
|
9
9
|
# 0868a4d1af5275b3f70b0a6dac4c99a4, 2023
|
10
10
|
#
|
11
|
-
#, fuzzy
|
12
11
|
msgid ""
|
13
12
|
msgstr ""
|
14
13
|
"Project-Id-Version: foreman_webhooks 3.2.0\n"
|
@@ -110,6 +109,9 @@ msgstr ""
|
|
110
109
|
msgid "Import a webhook template"
|
111
110
|
msgstr ""
|
112
111
|
|
112
|
+
msgid "In case you are using dynamic URL (ERB template), this will not be rendered correctly due to the absence of a real object."
|
113
|
+
msgstr ""
|
114
|
+
|
113
115
|
msgid "List Webhooks"
|
114
116
|
msgstr ""
|
115
117
|
|
@@ -134,6 +136,12 @@ msgstr ""
|
|
134
136
|
msgid "Password"
|
135
137
|
msgstr ""
|
136
138
|
|
139
|
+
msgid "Payload"
|
140
|
+
msgstr ""
|
141
|
+
|
142
|
+
msgid "Please, note that this will not contain actual information or render the attached template."
|
143
|
+
msgstr ""
|
144
|
+
|
137
145
|
msgid "Proxy Authorization"
|
138
146
|
msgstr ""
|
139
147
|
|
@@ -167,6 +175,18 @@ msgstr ""
|
|
167
175
|
msgid "Template name"
|
168
176
|
msgstr ""
|
169
177
|
|
178
|
+
msgid "Test"
|
179
|
+
msgstr ""
|
180
|
+
|
181
|
+
msgid "Test a Webhook"
|
182
|
+
msgstr ""
|
183
|
+
|
184
|
+
msgid "Test payload will be sent as is. Cant be a JSON object"
|
185
|
+
msgstr ""
|
186
|
+
|
187
|
+
msgid "Test webhook"
|
188
|
+
msgstr ""
|
189
|
+
|
170
190
|
msgid "This template is locked for editing."
|
171
191
|
msgstr ""
|
172
192
|
|
@@ -197,12 +217,21 @@ msgstr "Verifica SSL"
|
|
197
217
|
msgid "Webhook"
|
198
218
|
msgstr ""
|
199
219
|
|
220
|
+
msgid "Webhook %s test was successful"
|
221
|
+
msgstr ""
|
222
|
+
|
200
223
|
msgid "Webhook %s was successfully deleted"
|
201
224
|
msgstr ""
|
202
225
|
|
203
226
|
msgid "Webhook Templates"
|
204
227
|
msgstr ""
|
205
228
|
|
229
|
+
msgid "Webhook template not found while firing webhook '%s'. Possible organization/location mismatch in the webhook template?"
|
230
|
+
msgstr ""
|
231
|
+
|
232
|
+
msgid "Webhook test failed: %s"
|
233
|
+
msgstr ""
|
234
|
+
|
206
235
|
msgid "Webhook was successfully created."
|
207
236
|
msgstr ""
|
208
237
|
|
@@ -227,6 +256,9 @@ msgstr ""
|
|
227
256
|
msgid "Whether or not the template is locked for editing"
|
228
257
|
msgstr ""
|
229
258
|
|
259
|
+
msgid "Will be sent as is"
|
260
|
+
msgstr ""
|
261
|
+
|
230
262
|
msgid "X509 Certification Authorities"
|
231
263
|
msgstr ""
|
232
264
|
|
@@ -236,5 +268,11 @@ msgstr ""
|
|
236
268
|
msgid "You are about to delete %s. Are you sure?"
|
237
269
|
msgstr ""
|
238
270
|
|
271
|
+
msgid "You are about to test %s webhook."
|
272
|
+
msgstr ""
|
273
|
+
|
274
|
+
msgid "You can specify below a custom payload to test the webhook with."
|
275
|
+
msgstr ""
|
276
|
+
|
239
277
|
msgid "is required"
|
240
278
|
msgstr ""
|
@@ -9,7 +9,6 @@
|
|
9
9
|
# 0868a4d1af5275b3f70b0a6dac4c99a4, 2023
|
10
10
|
# Transifex Bot <>, 2023
|
11
11
|
#
|
12
|
-
#, fuzzy
|
13
12
|
msgid ""
|
14
13
|
msgstr ""
|
15
14
|
"Project-Id-Version: foreman_webhooks 3.2.0\n"
|
@@ -110,6 +109,9 @@ msgstr ""
|
|
110
109
|
msgid "Import a webhook template"
|
111
110
|
msgstr ""
|
112
111
|
|
112
|
+
msgid "In case you are using dynamic URL (ERB template), this will not be rendered correctly due to the absence of a real object."
|
113
|
+
msgstr ""
|
114
|
+
|
113
115
|
msgid "List Webhooks"
|
114
116
|
msgstr ""
|
115
117
|
|
@@ -134,6 +136,12 @@ msgstr ""
|
|
134
136
|
msgid "Password"
|
135
137
|
msgstr ""
|
136
138
|
|
139
|
+
msgid "Payload"
|
140
|
+
msgstr ""
|
141
|
+
|
142
|
+
msgid "Please, note that this will not contain actual information or render the attached template."
|
143
|
+
msgstr ""
|
144
|
+
|
137
145
|
msgid "Proxy Authorization"
|
138
146
|
msgstr ""
|
139
147
|
|
@@ -167,6 +175,18 @@ msgstr ""
|
|
167
175
|
msgid "Template name"
|
168
176
|
msgstr ""
|
169
177
|
|
178
|
+
msgid "Test"
|
179
|
+
msgstr ""
|
180
|
+
|
181
|
+
msgid "Test a Webhook"
|
182
|
+
msgstr ""
|
183
|
+
|
184
|
+
msgid "Test payload will be sent as is. Cant be a JSON object"
|
185
|
+
msgstr ""
|
186
|
+
|
187
|
+
msgid "Test webhook"
|
188
|
+
msgstr ""
|
189
|
+
|
170
190
|
msgid "This template is locked for editing."
|
171
191
|
msgstr ""
|
172
192
|
|
@@ -197,12 +217,21 @@ msgstr "SSL の確認"
|
|
197
217
|
msgid "Webhook"
|
198
218
|
msgstr ""
|
199
219
|
|
220
|
+
msgid "Webhook %s test was successful"
|
221
|
+
msgstr ""
|
222
|
+
|
200
223
|
msgid "Webhook %s was successfully deleted"
|
201
224
|
msgstr ""
|
202
225
|
|
203
226
|
msgid "Webhook Templates"
|
204
227
|
msgstr ""
|
205
228
|
|
229
|
+
msgid "Webhook template not found while firing webhook '%s'. Possible organization/location mismatch in the webhook template?"
|
230
|
+
msgstr ""
|
231
|
+
|
232
|
+
msgid "Webhook test failed: %s"
|
233
|
+
msgstr ""
|
234
|
+
|
206
235
|
msgid "Webhook was successfully created."
|
207
236
|
msgstr ""
|
208
237
|
|
@@ -227,6 +256,9 @@ msgstr ""
|
|
227
256
|
msgid "Whether or not the template is locked for editing"
|
228
257
|
msgstr ""
|
229
258
|
|
259
|
+
msgid "Will be sent as is"
|
260
|
+
msgstr ""
|
261
|
+
|
230
262
|
msgid "X509 Certification Authorities"
|
231
263
|
msgstr ""
|
232
264
|
|
@@ -236,5 +268,11 @@ msgstr ""
|
|
236
268
|
msgid "You are about to delete %s. Are you sure?"
|
237
269
|
msgstr ""
|
238
270
|
|
271
|
+
msgid "You are about to test %s webhook."
|
272
|
+
msgstr ""
|
273
|
+
|
274
|
+
msgid "You can specify below a custom payload to test the webhook with."
|
275
|
+
msgstr ""
|
276
|
+
|
239
277
|
msgid "is required"
|
240
278
|
msgstr "は必須です"
|
@@ -6,7 +6,6 @@
|
|
6
6
|
# Translators:
|
7
7
|
# Temuri Doghonadze <temuri.doghonadze@gmail.com>, 2023
|
8
8
|
#
|
9
|
-
#, fuzzy
|
10
9
|
msgid ""
|
11
10
|
msgstr ""
|
12
11
|
"Project-Id-Version: foreman_webhooks 3.2.0\n"
|
@@ -107,6 +106,9 @@ msgstr "თუ გამორთულია, ვებჰუკი აქტ
|
|
107
106
|
msgid "Import a webhook template"
|
108
107
|
msgstr "ვებჰუკის ნიმუშის შემოტანა"
|
109
108
|
|
109
|
+
msgid "In case you are using dynamic URL (ERB template), this will not be rendered correctly due to the absence of a real object."
|
110
|
+
msgstr ""
|
111
|
+
|
110
112
|
msgid "List Webhooks"
|
111
113
|
msgstr "ვებჰუკები სია"
|
112
114
|
|
@@ -131,6 +133,12 @@ msgstr "არასავალდებულოა. უნდა წარმ
|
|
131
133
|
msgid "Password"
|
132
134
|
msgstr "პაროლი"
|
133
135
|
|
136
|
+
msgid "Payload"
|
137
|
+
msgstr ""
|
138
|
+
|
139
|
+
msgid "Please, note that this will not contain actual information or render the attached template."
|
140
|
+
msgstr ""
|
141
|
+
|
134
142
|
msgid "Proxy Authorization"
|
135
143
|
msgstr "პროქსის ავტორიზაცია"
|
136
144
|
|
@@ -164,6 +172,18 @@ msgstr "შაბლოკის შემცველობა, მეტამ
|
|
164
172
|
msgid "Template name"
|
165
173
|
msgstr "შაბლონის სახელი"
|
166
174
|
|
175
|
+
msgid "Test"
|
176
|
+
msgstr ""
|
177
|
+
|
178
|
+
msgid "Test a Webhook"
|
179
|
+
msgstr ""
|
180
|
+
|
181
|
+
msgid "Test payload will be sent as is. Cant be a JSON object"
|
182
|
+
msgstr ""
|
183
|
+
|
184
|
+
msgid "Test webhook"
|
185
|
+
msgstr ""
|
186
|
+
|
167
187
|
msgid "This template is locked for editing."
|
168
188
|
msgstr "შაბლონი დაბლოკილია."
|
169
189
|
|
@@ -194,12 +214,21 @@ msgstr "SSL-ის შემოწმება"
|
|
194
214
|
msgid "Webhook"
|
195
215
|
msgstr "ვებჰუკი"
|
196
216
|
|
217
|
+
msgid "Webhook %s test was successful"
|
218
|
+
msgstr ""
|
219
|
+
|
197
220
|
msgid "Webhook %s was successfully deleted"
|
198
221
|
msgstr "ვებჰუკი %s წარმატებით წაიშალა"
|
199
222
|
|
200
223
|
msgid "Webhook Templates"
|
201
224
|
msgstr "ვებჰუკის ნიმუშები"
|
202
225
|
|
226
|
+
msgid "Webhook template not found while firing webhook '%s'. Possible organization/location mismatch in the webhook template?"
|
227
|
+
msgstr ""
|
228
|
+
|
229
|
+
msgid "Webhook test failed: %s"
|
230
|
+
msgstr ""
|
231
|
+
|
203
232
|
msgid "Webhook was successfully created."
|
204
233
|
msgstr "ვებჰუკი წარმატებით შეიქმნა."
|
205
234
|
|
@@ -224,6 +253,9 @@ msgstr "ნაგულისხმები შაბლონები ახ
|
|
224
253
|
msgid "Whether or not the template is locked for editing"
|
225
254
|
msgstr "დაიბლოკება თუ არა შაბლონი მისი ჩასწორებისას"
|
226
255
|
|
256
|
+
msgid "Will be sent as is"
|
257
|
+
msgstr ""
|
258
|
+
|
227
259
|
msgid "X509 Certification Authorities"
|
228
260
|
msgstr "X509 CA"
|
229
261
|
|
@@ -233,5 +265,11 @@ msgstr "X509 სერტიფიკაციის ორგანოები
|
|
233
265
|
msgid "You are about to delete %s. Are you sure?"
|
234
266
|
msgstr "აპირებთ წაშალოთ %s. დარწმუნებული ბრძანდებით?"
|
235
267
|
|
268
|
+
msgid "You are about to test %s webhook."
|
269
|
+
msgstr ""
|
270
|
+
|
271
|
+
msgid "You can specify below a custom payload to test the webhook with."
|
272
|
+
msgstr ""
|
273
|
+
|
236
274
|
msgid "is required"
|
237
275
|
msgstr "აუცილებელია"
|
@@ -7,7 +7,6 @@
|
|
7
7
|
# Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2023
|
8
8
|
# Bryan Kearney <bryan.kearney@gmail.com>, 2023
|
9
9
|
#
|
10
|
-
#, fuzzy
|
11
10
|
msgid ""
|
12
11
|
msgstr ""
|
13
12
|
"Project-Id-Version: foreman_webhooks 3.2.0\n"
|
@@ -108,6 +107,9 @@ msgstr ""
|
|
108
107
|
msgid "Import a webhook template"
|
109
108
|
msgstr ""
|
110
109
|
|
110
|
+
msgid "In case you are using dynamic URL (ERB template), this will not be rendered correctly due to the absence of a real object."
|
111
|
+
msgstr ""
|
112
|
+
|
111
113
|
msgid "List Webhooks"
|
112
114
|
msgstr ""
|
113
115
|
|
@@ -132,6 +134,12 @@ msgstr ""
|
|
132
134
|
msgid "Password"
|
133
135
|
msgstr ""
|
134
136
|
|
137
|
+
msgid "Payload"
|
138
|
+
msgstr ""
|
139
|
+
|
140
|
+
msgid "Please, note that this will not contain actual information or render the attached template."
|
141
|
+
msgstr ""
|
142
|
+
|
135
143
|
msgid "Proxy Authorization"
|
136
144
|
msgstr ""
|
137
145
|
|
@@ -165,6 +173,18 @@ msgstr ""
|
|
165
173
|
msgid "Template name"
|
166
174
|
msgstr ""
|
167
175
|
|
176
|
+
msgid "Test"
|
177
|
+
msgstr ""
|
178
|
+
|
179
|
+
msgid "Test a Webhook"
|
180
|
+
msgstr ""
|
181
|
+
|
182
|
+
msgid "Test payload will be sent as is. Cant be a JSON object"
|
183
|
+
msgstr ""
|
184
|
+
|
185
|
+
msgid "Test webhook"
|
186
|
+
msgstr ""
|
187
|
+
|
168
188
|
msgid "This template is locked for editing."
|
169
189
|
msgstr ""
|
170
190
|
|
@@ -195,12 +215,21 @@ msgstr "SSL 확인 "
|
|
195
215
|
msgid "Webhook"
|
196
216
|
msgstr ""
|
197
217
|
|
218
|
+
msgid "Webhook %s test was successful"
|
219
|
+
msgstr ""
|
220
|
+
|
198
221
|
msgid "Webhook %s was successfully deleted"
|
199
222
|
msgstr ""
|
200
223
|
|
201
224
|
msgid "Webhook Templates"
|
202
225
|
msgstr ""
|
203
226
|
|
227
|
+
msgid "Webhook template not found while firing webhook '%s'. Possible organization/location mismatch in the webhook template?"
|
228
|
+
msgstr ""
|
229
|
+
|
230
|
+
msgid "Webhook test failed: %s"
|
231
|
+
msgstr ""
|
232
|
+
|
204
233
|
msgid "Webhook was successfully created."
|
205
234
|
msgstr ""
|
206
235
|
|
@@ -225,6 +254,9 @@ msgstr ""
|
|
225
254
|
msgid "Whether or not the template is locked for editing"
|
226
255
|
msgstr ""
|
227
256
|
|
257
|
+
msgid "Will be sent as is"
|
258
|
+
msgstr ""
|
259
|
+
|
228
260
|
msgid "X509 Certification Authorities"
|
229
261
|
msgstr ""
|
230
262
|
|
@@ -234,5 +266,11 @@ msgstr ""
|
|
234
266
|
msgid "You are about to delete %s. Are you sure?"
|
235
267
|
msgstr ""
|
236
268
|
|
269
|
+
msgid "You are about to test %s webhook."
|
270
|
+
msgstr ""
|
271
|
+
|
272
|
+
msgid "You can specify below a custom payload to test the webhook with."
|
273
|
+
msgstr ""
|
274
|
+
|
237
275
|
msgid "is required"
|
238
276
|
msgstr ""
|
@@ -7,7 +7,6 @@
|
|
7
7
|
# sziolkow <sziolkow@gmail.com>, 2023
|
8
8
|
# Michał Foryt <michal.foryt@gmail.com>, 2023
|
9
9
|
#
|
10
|
-
#, fuzzy
|
11
10
|
msgid ""
|
12
11
|
msgstr ""
|
13
12
|
"Project-Id-Version: foreman_webhooks 3.2.0\n"
|
@@ -110,6 +109,9 @@ msgstr ""
|
|
110
109
|
msgid "Import a webhook template"
|
111
110
|
msgstr ""
|
112
111
|
|
112
|
+
msgid "In case you are using dynamic URL (ERB template), this will not be rendered correctly due to the absence of a real object."
|
113
|
+
msgstr ""
|
114
|
+
|
113
115
|
msgid "List Webhooks"
|
114
116
|
msgstr ""
|
115
117
|
|
@@ -134,6 +136,12 @@ msgstr ""
|
|
134
136
|
msgid "Password"
|
135
137
|
msgstr ""
|
136
138
|
|
139
|
+
msgid "Payload"
|
140
|
+
msgstr ""
|
141
|
+
|
142
|
+
msgid "Please, note that this will not contain actual information or render the attached template."
|
143
|
+
msgstr ""
|
144
|
+
|
137
145
|
msgid "Proxy Authorization"
|
138
146
|
msgstr ""
|
139
147
|
|
@@ -167,6 +175,18 @@ msgstr ""
|
|
167
175
|
msgid "Template name"
|
168
176
|
msgstr ""
|
169
177
|
|
178
|
+
msgid "Test"
|
179
|
+
msgstr ""
|
180
|
+
|
181
|
+
msgid "Test a Webhook"
|
182
|
+
msgstr ""
|
183
|
+
|
184
|
+
msgid "Test payload will be sent as is. Cant be a JSON object"
|
185
|
+
msgstr ""
|
186
|
+
|
187
|
+
msgid "Test webhook"
|
188
|
+
msgstr ""
|
189
|
+
|
170
190
|
msgid "This template is locked for editing."
|
171
191
|
msgstr ""
|
172
192
|
|
@@ -197,12 +217,21 @@ msgstr ""
|
|
197
217
|
msgid "Webhook"
|
198
218
|
msgstr ""
|
199
219
|
|
220
|
+
msgid "Webhook %s test was successful"
|
221
|
+
msgstr ""
|
222
|
+
|
200
223
|
msgid "Webhook %s was successfully deleted"
|
201
224
|
msgstr ""
|
202
225
|
|
203
226
|
msgid "Webhook Templates"
|
204
227
|
msgstr ""
|
205
228
|
|
229
|
+
msgid "Webhook template not found while firing webhook '%s'. Possible organization/location mismatch in the webhook template?"
|
230
|
+
msgstr ""
|
231
|
+
|
232
|
+
msgid "Webhook test failed: %s"
|
233
|
+
msgstr ""
|
234
|
+
|
206
235
|
msgid "Webhook was successfully created."
|
207
236
|
msgstr ""
|
208
237
|
|
@@ -227,6 +256,9 @@ msgstr ""
|
|
227
256
|
msgid "Whether or not the template is locked for editing"
|
228
257
|
msgstr ""
|
229
258
|
|
259
|
+
msgid "Will be sent as is"
|
260
|
+
msgstr ""
|
261
|
+
|
230
262
|
msgid "X509 Certification Authorities"
|
231
263
|
msgstr ""
|
232
264
|
|
@@ -236,5 +268,11 @@ msgstr ""
|
|
236
268
|
msgid "You are about to delete %s. Are you sure?"
|
237
269
|
msgstr ""
|
238
270
|
|
271
|
+
msgid "You are about to test %s webhook."
|
272
|
+
msgstr ""
|
273
|
+
|
274
|
+
msgid "You can specify below a custom payload to test the webhook with."
|
275
|
+
msgstr ""
|
276
|
+
|
239
277
|
msgid "is required"
|
240
278
|
msgstr ""
|
@@ -8,7 +8,6 @@
|
|
8
8
|
# Amit Upadhye <aupadhye@redhat.com>, 2023
|
9
9
|
# Flamarion Jorge <jorge.flamarion@gmail.com>, 2023
|
10
10
|
#
|
11
|
-
#, fuzzy
|
12
11
|
msgid ""
|
13
12
|
msgstr ""
|
14
13
|
"Project-Id-Version: foreman_webhooks 3.2.0\n"
|
@@ -111,6 +110,9 @@ msgstr ""
|
|
111
110
|
msgid "Import a webhook template"
|
112
111
|
msgstr ""
|
113
112
|
|
113
|
+
msgid "In case you are using dynamic URL (ERB template), this will not be rendered correctly due to the absence of a real object."
|
114
|
+
msgstr ""
|
115
|
+
|
114
116
|
msgid "List Webhooks"
|
115
117
|
msgstr ""
|
116
118
|
|
@@ -135,6 +137,12 @@ msgstr ""
|
|
135
137
|
msgid "Password"
|
136
138
|
msgstr ""
|
137
139
|
|
140
|
+
msgid "Payload"
|
141
|
+
msgstr ""
|
142
|
+
|
143
|
+
msgid "Please, note that this will not contain actual information or render the attached template."
|
144
|
+
msgstr ""
|
145
|
+
|
138
146
|
msgid "Proxy Authorization"
|
139
147
|
msgstr ""
|
140
148
|
|
@@ -168,6 +176,18 @@ msgstr ""
|
|
168
176
|
msgid "Template name"
|
169
177
|
msgstr ""
|
170
178
|
|
179
|
+
msgid "Test"
|
180
|
+
msgstr ""
|
181
|
+
|
182
|
+
msgid "Test a Webhook"
|
183
|
+
msgstr ""
|
184
|
+
|
185
|
+
msgid "Test payload will be sent as is. Cant be a JSON object"
|
186
|
+
msgstr ""
|
187
|
+
|
188
|
+
msgid "Test webhook"
|
189
|
+
msgstr ""
|
190
|
+
|
171
191
|
msgid "This template is locked for editing."
|
172
192
|
msgstr ""
|
173
193
|
|
@@ -198,12 +218,21 @@ msgstr "Verifique o SSL"
|
|
198
218
|
msgid "Webhook"
|
199
219
|
msgstr ""
|
200
220
|
|
221
|
+
msgid "Webhook %s test was successful"
|
222
|
+
msgstr ""
|
223
|
+
|
201
224
|
msgid "Webhook %s was successfully deleted"
|
202
225
|
msgstr ""
|
203
226
|
|
204
227
|
msgid "Webhook Templates"
|
205
228
|
msgstr ""
|
206
229
|
|
230
|
+
msgid "Webhook template not found while firing webhook '%s'. Possible organization/location mismatch in the webhook template?"
|
231
|
+
msgstr ""
|
232
|
+
|
233
|
+
msgid "Webhook test failed: %s"
|
234
|
+
msgstr ""
|
235
|
+
|
207
236
|
msgid "Webhook was successfully created."
|
208
237
|
msgstr ""
|
209
238
|
|
@@ -228,6 +257,9 @@ msgstr ""
|
|
228
257
|
msgid "Whether or not the template is locked for editing"
|
229
258
|
msgstr ""
|
230
259
|
|
260
|
+
msgid "Will be sent as is"
|
261
|
+
msgstr ""
|
262
|
+
|
231
263
|
msgid "X509 Certification Authorities"
|
232
264
|
msgstr ""
|
233
265
|
|
@@ -237,5 +269,11 @@ msgstr ""
|
|
237
269
|
msgid "You are about to delete %s. Are you sure?"
|
238
270
|
msgstr ""
|
239
271
|
|
272
|
+
msgid "You are about to test %s webhook."
|
273
|
+
msgstr ""
|
274
|
+
|
275
|
+
msgid "You can specify below a custom payload to test the webhook with."
|
276
|
+
msgstr ""
|
277
|
+
|
240
278
|
msgid "is required"
|
241
279
|
msgstr "é necessário"
|