foreman_webhooks 5.0.0 → 5.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 +15 -9
- data/app/assets/javascripts/foreman_webhooks/locale/cs_CZ/foreman_webhooks.js +16 -10
- data/app/assets/javascripts/foreman_webhooks/locale/de/foreman_webhooks.js +16 -10
- data/app/assets/javascripts/foreman_webhooks/locale/en/foreman_webhooks.js +13 -7
- data/app/assets/javascripts/foreman_webhooks/locale/en_GB/foreman_webhooks.js +16 -10
- data/app/assets/javascripts/foreman_webhooks/locale/es/foreman_webhooks.js +15 -9
- data/app/assets/javascripts/foreman_webhooks/locale/fr/foreman_webhooks.js +16 -10
- data/app/assets/javascripts/foreman_webhooks/locale/it/foreman_webhooks.js +15 -9
- data/app/assets/javascripts/foreman_webhooks/locale/ja/foreman_webhooks.js +19 -13
- data/app/assets/javascripts/foreman_webhooks/locale/ka/foreman_webhooks.js +17 -11
- data/app/assets/javascripts/foreman_webhooks/locale/ko/foreman_webhooks.js +16 -10
- data/app/assets/javascripts/foreman_webhooks/locale/pl/foreman_webhooks.js +15 -9
- data/app/assets/javascripts/foreman_webhooks/locale/pt_BR/foreman_webhooks.js +15 -9
- data/app/assets/javascripts/foreman_webhooks/locale/ru/foreman_webhooks.js +15 -9
- data/app/assets/javascripts/foreman_webhooks/locale/zh_CN/foreman_webhooks.js +17 -11
- data/app/assets/javascripts/foreman_webhooks/locale/zh_TW/foreman_webhooks.js +15 -9
- data/lib/foreman_webhooks/version.rb +1 -1
- data/locale/ca/LC_MESSAGES/foreman_webhooks.mo +0 -0
- data/locale/ca/foreman_webhooks.po +16 -10
- data/locale/cs_CZ/LC_MESSAGES/foreman_webhooks.mo +0 -0
- data/locale/cs_CZ/foreman_webhooks.po +17 -11
- data/locale/de/LC_MESSAGES/foreman_webhooks.mo +0 -0
- data/locale/de/foreman_webhooks.po +17 -12
- data/locale/en/LC_MESSAGES/foreman_webhooks.mo +0 -0
- data/locale/en/foreman_webhooks.po +13 -7
- data/locale/en_GB/LC_MESSAGES/foreman_webhooks.mo +0 -0
- data/locale/en_GB/foreman_webhooks.po +17 -11
- data/locale/es/LC_MESSAGES/foreman_webhooks.mo +0 -0
- data/locale/es/foreman_webhooks.po +17 -10
- data/locale/fr/LC_MESSAGES/foreman_webhooks.mo +0 -0
- data/locale/fr/foreman_webhooks.po +19 -13
- data/locale/it/LC_MESSAGES/foreman_webhooks.mo +0 -0
- data/locale/it/foreman_webhooks.po +17 -11
- data/locale/ja/LC_MESSAGES/foreman_webhooks.mo +0 -0
- data/locale/ja/foreman_webhooks.po +21 -15
- data/locale/ka/LC_MESSAGES/foreman_webhooks.mo +0 -0
- data/locale/ka/foreman_webhooks.po +18 -12
- data/locale/ko/LC_MESSAGES/foreman_webhooks.mo +0 -0
- data/locale/ko/foreman_webhooks.po +19 -13
- data/locale/pl/LC_MESSAGES/foreman_webhooks.mo +0 -0
- data/locale/pl/foreman_webhooks.po +17 -11
- data/locale/pt_BR/LC_MESSAGES/foreman_webhooks.mo +0 -0
- data/locale/pt_BR/foreman_webhooks.po +17 -11
- data/locale/ru/LC_MESSAGES/foreman_webhooks.mo +0 -0
- data/locale/ru/foreman_webhooks.po +17 -10
- data/locale/zh_CN/LC_MESSAGES/foreman_webhooks.mo +0 -0
- data/locale/zh_CN/foreman_webhooks.po +19 -13
- data/locale/zh_TW/LC_MESSAGES/foreman_webhooks.mo +0 -0
- data/locale/zh_TW/foreman_webhooks.po +16 -10
- data/test/integration/webhooks_test.rb +102 -0
- data/webpack/ForemanWebhooks/Routes/Webhooks/Components/WebhookForm/Components/FieldConstructor.js +6 -15
- data/webpack/ForemanWebhooks/Routes/Webhooks/Components/WebhookForm/Components/WebhookFormTabs.js +5 -0
- data/webpack/ForemanWebhooks/Routes/Webhooks/Components/WebhookForm/Components/__tests__/FieldConstructor.test.js +2 -2
- data/webpack/ForemanWebhooks/Routes/Webhooks/Components/WebhookForm/WebhookForm.js +14 -4
- data/webpack/ForemanWebhooks/Routes/Webhooks/Components/WebhookForm/index.js +8 -3
- data/webpack/ForemanWebhooks/Routes/Webhooks/WebhooksIndexPage/Components/WebhookCreateModal.js +4 -5
- data/webpack/ForemanWebhooks/Routes/Webhooks/WebhooksIndexPage/Components/WebhookDeleteModal.js +8 -2
- data/webpack/ForemanWebhooks/Routes/Webhooks/WebhooksIndexPage/Components/WebhookEditModal.js +9 -9
- data/webpack/ForemanWebhooks/Routes/Webhooks/WebhooksIndexPage/Components/WebhooksTable/index.js +12 -3
- data/webpack/ForemanWebhooks/Routes/Webhooks/constants.js +1 -0
- metadata +1 -1
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
5
5
|
#
|
|
6
6
|
# Translators:
|
|
7
|
-
# Robert Antoni Buj i Gelonch <rbuj@fedoraproject.org>,
|
|
7
|
+
# Robert Antoni Buj i Gelonch <rbuj@fedoraproject.org>, 2026
|
|
8
8
|
#
|
|
9
9
|
msgid ""
|
|
10
10
|
msgstr ""
|
|
11
|
-
"Project-Id-Version: foreman_webhooks
|
|
11
|
+
"Project-Id-Version: foreman_webhooks 5.0.0\n"
|
|
12
12
|
"Report-Msgid-Bugs-To: \n"
|
|
13
13
|
"PO-Revision-Date: 2023-06-05 12:44+0000\n"
|
|
14
|
-
"Last-Translator: Robert Antoni Buj i Gelonch <rbuj@fedoraproject.org>,
|
|
14
|
+
"Last-Translator: Robert Antoni Buj i Gelonch <rbuj@fedoraproject.org>, 2026\n"
|
|
15
15
|
"Language-Team: Catalan (https://app.transifex.com/foreman/teams/114/ca/)\n"
|
|
16
16
|
"MIME-Version: 1.0\n"
|
|
17
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
@@ -31,8 +31,8 @@ msgstr ""
|
|
|
31
31
|
msgid "Authorize with Foreman client certificate and validate smart-proxy CA from Settings"
|
|
32
32
|
msgstr ""
|
|
33
33
|
|
|
34
|
-
msgid "
|
|
35
|
-
msgstr ""
|
|
34
|
+
msgid "Cancel"
|
|
35
|
+
msgstr "Cancel·la"
|
|
36
36
|
|
|
37
37
|
msgid "Clone a template"
|
|
38
38
|
msgstr ""
|
|
@@ -79,6 +79,9 @@ msgstr ""
|
|
|
79
79
|
msgid "Enabled"
|
|
80
80
|
msgstr ""
|
|
81
81
|
|
|
82
|
+
msgid "Enter valid URL"
|
|
83
|
+
msgstr ""
|
|
84
|
+
|
|
82
85
|
msgid "Error"
|
|
83
86
|
msgstr ""
|
|
84
87
|
|
|
@@ -88,6 +91,9 @@ msgstr ""
|
|
|
88
91
|
msgid "Export a webhook template to ERB"
|
|
89
92
|
msgstr ""
|
|
90
93
|
|
|
94
|
+
msgid "Field is required"
|
|
95
|
+
msgstr ""
|
|
96
|
+
|
|
91
97
|
msgid "General"
|
|
92
98
|
msgstr "General"
|
|
93
99
|
|
|
@@ -151,9 +157,12 @@ msgstr ""
|
|
|
151
157
|
msgid "Snippet"
|
|
152
158
|
msgstr ""
|
|
153
159
|
|
|
154
|
-
msgid "Start typing to search"
|
|
160
|
+
msgid "Start typing to search..."
|
|
155
161
|
msgstr ""
|
|
156
162
|
|
|
163
|
+
msgid "Submit"
|
|
164
|
+
msgstr "Envia"
|
|
165
|
+
|
|
157
166
|
msgid "Subscribe to"
|
|
158
167
|
msgstr ""
|
|
159
168
|
|
|
@@ -256,7 +265,7 @@ msgstr ""
|
|
|
256
265
|
msgid "Will be sent as is"
|
|
257
266
|
msgstr ""
|
|
258
267
|
|
|
259
|
-
msgid "X509
|
|
268
|
+
msgid "X509 Certificate Authorities"
|
|
260
269
|
msgstr ""
|
|
261
270
|
|
|
262
271
|
msgid "X509 Certification Authorities concatenated in PEM format"
|
|
@@ -270,6 +279,3 @@ msgstr ""
|
|
|
270
279
|
|
|
271
280
|
msgid "You can specify below a custom payload to test the webhook with."
|
|
272
281
|
msgstr ""
|
|
273
|
-
|
|
274
|
-
msgid "is required"
|
|
275
|
-
msgstr ""
|
|
Binary file
|
|
@@ -5,14 +5,14 @@
|
|
|
5
5
|
#
|
|
6
6
|
# Translators:
|
|
7
7
|
# mhulan <mhulan@redhat.com>, 2023
|
|
8
|
-
# Pavel Borecki <pavel.borecki@gmail.com>,
|
|
8
|
+
# Pavel Borecki <pavel.borecki@gmail.com>, 2026
|
|
9
9
|
#
|
|
10
10
|
msgid ""
|
|
11
11
|
msgstr ""
|
|
12
|
-
"Project-Id-Version: foreman_webhooks
|
|
12
|
+
"Project-Id-Version: foreman_webhooks 5.0.0\n"
|
|
13
13
|
"Report-Msgid-Bugs-To: \n"
|
|
14
14
|
"PO-Revision-Date: 2023-06-05 12:44+0000\n"
|
|
15
|
-
"Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>,
|
|
15
|
+
"Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>, 2026\n"
|
|
16
16
|
"Language-Team: Czech (Czech Republic) (https://app.transifex.com/foreman/teams"
|
|
17
17
|
"/114/cs_CZ/)\n"
|
|
18
18
|
"MIME-Version: 1.0\n"
|
|
@@ -34,8 +34,8 @@ msgstr ""
|
|
|
34
34
|
msgid "Authorize with Foreman client certificate and validate smart-proxy CA from Settings"
|
|
35
35
|
msgstr ""
|
|
36
36
|
|
|
37
|
-
msgid "
|
|
38
|
-
msgstr ""
|
|
37
|
+
msgid "Cancel"
|
|
38
|
+
msgstr "Storno"
|
|
39
39
|
|
|
40
40
|
msgid "Clone a template"
|
|
41
41
|
msgstr ""
|
|
@@ -82,6 +82,9 @@ msgstr ""
|
|
|
82
82
|
msgid "Enabled"
|
|
83
83
|
msgstr "Zapnuto"
|
|
84
84
|
|
|
85
|
+
msgid "Enter valid URL"
|
|
86
|
+
msgstr ""
|
|
87
|
+
|
|
85
88
|
msgid "Error"
|
|
86
89
|
msgstr "Chyba"
|
|
87
90
|
|
|
@@ -91,6 +94,9 @@ msgstr ""
|
|
|
91
94
|
msgid "Export a webhook template to ERB"
|
|
92
95
|
msgstr ""
|
|
93
96
|
|
|
97
|
+
msgid "Field is required"
|
|
98
|
+
msgstr ""
|
|
99
|
+
|
|
94
100
|
msgid "General"
|
|
95
101
|
msgstr "Obecné"
|
|
96
102
|
|
|
@@ -154,9 +160,12 @@ msgstr ""
|
|
|
154
160
|
msgid "Snippet"
|
|
155
161
|
msgstr ""
|
|
156
162
|
|
|
157
|
-
msgid "Start typing to search"
|
|
163
|
+
msgid "Start typing to search..."
|
|
158
164
|
msgstr ""
|
|
159
165
|
|
|
166
|
+
msgid "Submit"
|
|
167
|
+
msgstr "Odeslat"
|
|
168
|
+
|
|
160
169
|
msgid "Subscribe to"
|
|
161
170
|
msgstr ""
|
|
162
171
|
|
|
@@ -259,8 +268,8 @@ msgstr ""
|
|
|
259
268
|
msgid "Will be sent as is"
|
|
260
269
|
msgstr ""
|
|
261
270
|
|
|
262
|
-
msgid "X509
|
|
263
|
-
msgstr "
|
|
271
|
+
msgid "X509 Certificate Authorities"
|
|
272
|
+
msgstr ""
|
|
264
273
|
|
|
265
274
|
msgid "X509 Certification Authorities concatenated in PEM format"
|
|
266
275
|
msgstr ""
|
|
@@ -273,6 +282,3 @@ msgstr ""
|
|
|
273
282
|
|
|
274
283
|
msgid "You can specify below a custom payload to test the webhook with."
|
|
275
284
|
msgstr ""
|
|
276
|
-
|
|
277
|
-
msgid "is required"
|
|
278
|
-
msgstr ""
|
|
Binary file
|
|
@@ -9,16 +9,15 @@
|
|
|
9
9
|
# pdolinic, 2023
|
|
10
10
|
# Ettore Atalan <atalanttore@googlemail.com>, 2023
|
|
11
11
|
# Bryan Kearney <bryan.kearney@gmail.com>, 2023
|
|
12
|
-
# Wiederoder <stefanwiederoder@googlemail.com>, 2023
|
|
13
12
|
# Lukáš Zapletal, 2023
|
|
14
|
-
#
|
|
13
|
+
# Wiederoder <stefanwiederoder@googlemail.com>, 2026
|
|
15
14
|
#
|
|
16
15
|
msgid ""
|
|
17
16
|
msgstr ""
|
|
18
|
-
"Project-Id-Version: foreman_webhooks
|
|
17
|
+
"Project-Id-Version: foreman_webhooks 5.0.0\n"
|
|
19
18
|
"Report-Msgid-Bugs-To: \n"
|
|
20
19
|
"PO-Revision-Date: 2023-06-05 12:44+0000\n"
|
|
21
|
-
"Last-Translator:
|
|
20
|
+
"Last-Translator: Wiederoder <stefanwiederoder@googlemail.com>, 2026\n"
|
|
22
21
|
"Language-Team: German (https://app.transifex.com/foreman/teams/114/de/)\n"
|
|
23
22
|
"MIME-Version: 1.0\n"
|
|
24
23
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
@@ -38,8 +37,8 @@ msgstr ""
|
|
|
38
37
|
msgid "Authorize with Foreman client certificate and validate smart-proxy CA from Settings"
|
|
39
38
|
msgstr ""
|
|
40
39
|
|
|
41
|
-
msgid "
|
|
42
|
-
msgstr ""
|
|
40
|
+
msgid "Cancel"
|
|
41
|
+
msgstr "Abbrechen"
|
|
43
42
|
|
|
44
43
|
msgid "Clone a template"
|
|
45
44
|
msgstr ""
|
|
@@ -86,6 +85,9 @@ msgstr ""
|
|
|
86
85
|
msgid "Enabled"
|
|
87
86
|
msgstr "Aktiviert"
|
|
88
87
|
|
|
88
|
+
msgid "Enter valid URL"
|
|
89
|
+
msgstr ""
|
|
90
|
+
|
|
89
91
|
msgid "Error"
|
|
90
92
|
msgstr ""
|
|
91
93
|
|
|
@@ -95,6 +97,9 @@ msgstr ""
|
|
|
95
97
|
msgid "Export a webhook template to ERB"
|
|
96
98
|
msgstr ""
|
|
97
99
|
|
|
100
|
+
msgid "Field is required"
|
|
101
|
+
msgstr ""
|
|
102
|
+
|
|
98
103
|
msgid "General"
|
|
99
104
|
msgstr "Allgemein"
|
|
100
105
|
|
|
@@ -158,9 +163,12 @@ msgstr ""
|
|
|
158
163
|
msgid "Snippet"
|
|
159
164
|
msgstr ""
|
|
160
165
|
|
|
161
|
-
msgid "Start typing to search"
|
|
166
|
+
msgid "Start typing to search..."
|
|
162
167
|
msgstr ""
|
|
163
168
|
|
|
169
|
+
msgid "Submit"
|
|
170
|
+
msgstr "Absenden"
|
|
171
|
+
|
|
164
172
|
msgid "Subscribe to"
|
|
165
173
|
msgstr ""
|
|
166
174
|
|
|
@@ -263,8 +271,8 @@ msgstr ""
|
|
|
263
271
|
msgid "Will be sent as is"
|
|
264
272
|
msgstr ""
|
|
265
273
|
|
|
266
|
-
msgid "X509
|
|
267
|
-
msgstr "
|
|
274
|
+
msgid "X509 Certificate Authorities"
|
|
275
|
+
msgstr ""
|
|
268
276
|
|
|
269
277
|
msgid "X509 Certification Authorities concatenated in PEM format"
|
|
270
278
|
msgstr ""
|
|
@@ -277,6 +285,3 @@ msgstr ""
|
|
|
277
285
|
|
|
278
286
|
msgid "You can specify below a custom payload to test the webhook with."
|
|
279
287
|
msgstr ""
|
|
280
|
-
|
|
281
|
-
msgid "is required"
|
|
282
|
-
msgstr ""
|
|
Binary file
|
|
@@ -8,7 +8,7 @@ msgid ""
|
|
|
8
8
|
msgstr ""
|
|
9
9
|
"Project-Id-Version: foreman_webhooks 1.0.0\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
|
-
"PO-Revision-Date:
|
|
11
|
+
"PO-Revision-Date: 2026-03-10 15:05+0100\n"
|
|
12
12
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
13
13
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
14
14
|
"Language: \n"
|
|
@@ -29,7 +29,7 @@ msgstr ""
|
|
|
29
29
|
msgid "Authorize with Foreman client certificate and validate smart-proxy CA from Settings"
|
|
30
30
|
msgstr ""
|
|
31
31
|
|
|
32
|
-
msgid "
|
|
32
|
+
msgid "Cancel"
|
|
33
33
|
msgstr ""
|
|
34
34
|
|
|
35
35
|
msgid "Clone a template"
|
|
@@ -77,6 +77,9 @@ msgstr ""
|
|
|
77
77
|
msgid "Enabled"
|
|
78
78
|
msgstr ""
|
|
79
79
|
|
|
80
|
+
msgid "Enter valid URL"
|
|
81
|
+
msgstr ""
|
|
82
|
+
|
|
80
83
|
msgid "Error"
|
|
81
84
|
msgstr ""
|
|
82
85
|
|
|
@@ -86,6 +89,9 @@ msgstr ""
|
|
|
86
89
|
msgid "Export a webhook template to ERB"
|
|
87
90
|
msgstr ""
|
|
88
91
|
|
|
92
|
+
msgid "Field is required"
|
|
93
|
+
msgstr ""
|
|
94
|
+
|
|
89
95
|
msgid "General"
|
|
90
96
|
msgstr ""
|
|
91
97
|
|
|
@@ -149,7 +155,10 @@ msgstr ""
|
|
|
149
155
|
msgid "Snippet"
|
|
150
156
|
msgstr ""
|
|
151
157
|
|
|
152
|
-
msgid "Start typing to search"
|
|
158
|
+
msgid "Start typing to search..."
|
|
159
|
+
msgstr ""
|
|
160
|
+
|
|
161
|
+
msgid "Submit"
|
|
153
162
|
msgstr ""
|
|
154
163
|
|
|
155
164
|
msgid "Subscribe to"
|
|
@@ -254,7 +263,7 @@ msgstr ""
|
|
|
254
263
|
msgid "Will be sent as is"
|
|
255
264
|
msgstr ""
|
|
256
265
|
|
|
257
|
-
msgid "X509
|
|
266
|
+
msgid "X509 Certificate Authorities"
|
|
258
267
|
msgstr ""
|
|
259
268
|
|
|
260
269
|
msgid "X509 Certification Authorities concatenated in PEM format"
|
|
@@ -268,6 +277,3 @@ msgstr ""
|
|
|
268
277
|
|
|
269
278
|
msgid "You can specify below a custom payload to test the webhook with."
|
|
270
279
|
msgstr ""
|
|
271
|
-
|
|
272
|
-
msgid "is required"
|
|
273
|
-
msgstr ""
|
|
Binary file
|
|
@@ -4,15 +4,15 @@
|
|
|
4
4
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
5
5
|
#
|
|
6
6
|
# Translators:
|
|
7
|
-
# 0868a4d1af5275b3f70b0a6dac4c99a4, 2023
|
|
8
7
|
# Andi Chandler <andi@gowling.com>, 2025
|
|
8
|
+
# 0868a4d1af5275b3f70b0a6dac4c99a4, 2026
|
|
9
9
|
#
|
|
10
10
|
msgid ""
|
|
11
11
|
msgstr ""
|
|
12
|
-
"Project-Id-Version: foreman_webhooks
|
|
12
|
+
"Project-Id-Version: foreman_webhooks 5.0.0\n"
|
|
13
13
|
"Report-Msgid-Bugs-To: \n"
|
|
14
14
|
"PO-Revision-Date: 2023-06-05 12:44+0000\n"
|
|
15
|
-
"Last-Translator:
|
|
15
|
+
"Last-Translator: 0868a4d1af5275b3f70b0a6dac4c99a4, 2026\n"
|
|
16
16
|
"Language-Team: English (United Kingdom) (https://app.transifex.com/foreman/tea"
|
|
17
17
|
"ms/114/en_GB/)\n"
|
|
18
18
|
"MIME-Version: 1.0\n"
|
|
@@ -33,8 +33,8 @@ msgstr ""
|
|
|
33
33
|
msgid "Authorize with Foreman client certificate and validate smart-proxy CA from Settings"
|
|
34
34
|
msgstr ""
|
|
35
35
|
|
|
36
|
-
msgid "
|
|
37
|
-
msgstr ""
|
|
36
|
+
msgid "Cancel"
|
|
37
|
+
msgstr "Cancel"
|
|
38
38
|
|
|
39
39
|
msgid "Clone a template"
|
|
40
40
|
msgstr ""
|
|
@@ -81,6 +81,9 @@ msgstr ""
|
|
|
81
81
|
msgid "Enabled"
|
|
82
82
|
msgstr "Enabled"
|
|
83
83
|
|
|
84
|
+
msgid "Enter valid URL"
|
|
85
|
+
msgstr ""
|
|
86
|
+
|
|
84
87
|
msgid "Error"
|
|
85
88
|
msgstr ""
|
|
86
89
|
|
|
@@ -90,6 +93,9 @@ msgstr ""
|
|
|
90
93
|
msgid "Export a webhook template to ERB"
|
|
91
94
|
msgstr ""
|
|
92
95
|
|
|
96
|
+
msgid "Field is required"
|
|
97
|
+
msgstr ""
|
|
98
|
+
|
|
93
99
|
msgid "General"
|
|
94
100
|
msgstr ""
|
|
95
101
|
|
|
@@ -153,9 +159,12 @@ msgstr ""
|
|
|
153
159
|
msgid "Snippet"
|
|
154
160
|
msgstr ""
|
|
155
161
|
|
|
156
|
-
msgid "Start typing to search"
|
|
162
|
+
msgid "Start typing to search..."
|
|
157
163
|
msgstr ""
|
|
158
164
|
|
|
165
|
+
msgid "Submit"
|
|
166
|
+
msgstr "Submit"
|
|
167
|
+
|
|
159
168
|
msgid "Subscribe to"
|
|
160
169
|
msgstr ""
|
|
161
170
|
|
|
@@ -258,8 +267,8 @@ msgstr ""
|
|
|
258
267
|
msgid "Will be sent as is"
|
|
259
268
|
msgstr ""
|
|
260
269
|
|
|
261
|
-
msgid "X509
|
|
262
|
-
msgstr "
|
|
270
|
+
msgid "X509 Certificate Authorities"
|
|
271
|
+
msgstr ""
|
|
263
272
|
|
|
264
273
|
msgid "X509 Certification Authorities concatenated in PEM format"
|
|
265
274
|
msgstr ""
|
|
@@ -272,6 +281,3 @@ msgstr ""
|
|
|
272
281
|
|
|
273
282
|
msgid "You can specify below a custom payload to test the webhook with."
|
|
274
283
|
msgstr ""
|
|
275
|
-
|
|
276
|
-
msgid "is required"
|
|
277
|
-
msgstr ""
|
|
Binary file
|
|
@@ -4,17 +4,18 @@
|
|
|
4
4
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
5
5
|
#
|
|
6
6
|
# Translators:
|
|
7
|
-
# Amit Upadhye <aupadhye@redhat.com>, 2023
|
|
8
7
|
# Bryan Kearney <bryan.kearney@gmail.com>, 2023
|
|
9
8
|
# fe37ea014ea122db60df81cd86b163af_742ef71 <ba9f59c06b0be83ac3724b1834a4c14b_93939>, 2023
|
|
10
9
|
# Lukáš Zapletal, 2023
|
|
10
|
+
# Amit Upadhye <aupadhye@redhat.com>, 2026
|
|
11
|
+
# Jared Nelson <jared@ajpadilla.com>, 2026
|
|
11
12
|
#
|
|
12
13
|
msgid ""
|
|
13
14
|
msgstr ""
|
|
14
|
-
"Project-Id-Version: foreman_webhooks
|
|
15
|
+
"Project-Id-Version: foreman_webhooks 5.0.0\n"
|
|
15
16
|
"Report-Msgid-Bugs-To: \n"
|
|
16
17
|
"PO-Revision-Date: 2023-06-05 12:44+0000\n"
|
|
17
|
-
"Last-Translator:
|
|
18
|
+
"Last-Translator: Jared Nelson <jared@ajpadilla.com>, 2026\n"
|
|
18
19
|
"Language-Team: Spanish (https://app.transifex.com/foreman/teams/114/es/)\n"
|
|
19
20
|
"MIME-Version: 1.0\n"
|
|
20
21
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
@@ -35,8 +36,8 @@ msgstr ""
|
|
|
35
36
|
msgid "Authorize with Foreman client certificate and validate smart-proxy CA from Settings"
|
|
36
37
|
msgstr ""
|
|
37
38
|
|
|
38
|
-
msgid "
|
|
39
|
-
msgstr ""
|
|
39
|
+
msgid "Cancel"
|
|
40
|
+
msgstr "Cancelar"
|
|
40
41
|
|
|
41
42
|
msgid "Clone a template"
|
|
42
43
|
msgstr ""
|
|
@@ -83,6 +84,9 @@ msgstr "Editar %s"
|
|
|
83
84
|
msgid "Enabled"
|
|
84
85
|
msgstr ""
|
|
85
86
|
|
|
87
|
+
msgid "Enter valid URL"
|
|
88
|
+
msgstr ""
|
|
89
|
+
|
|
86
90
|
msgid "Error"
|
|
87
91
|
msgstr ""
|
|
88
92
|
|
|
@@ -92,6 +96,9 @@ msgstr ""
|
|
|
92
96
|
msgid "Export a webhook template to ERB"
|
|
93
97
|
msgstr ""
|
|
94
98
|
|
|
99
|
+
msgid "Field is required"
|
|
100
|
+
msgstr ""
|
|
101
|
+
|
|
95
102
|
msgid "General"
|
|
96
103
|
msgstr "General"
|
|
97
104
|
|
|
@@ -155,9 +162,12 @@ msgstr ""
|
|
|
155
162
|
msgid "Snippet"
|
|
156
163
|
msgstr ""
|
|
157
164
|
|
|
158
|
-
msgid "Start typing to search"
|
|
165
|
+
msgid "Start typing to search..."
|
|
159
166
|
msgstr ""
|
|
160
167
|
|
|
168
|
+
msgid "Submit"
|
|
169
|
+
msgstr "Enviar"
|
|
170
|
+
|
|
161
171
|
msgid "Subscribe to"
|
|
162
172
|
msgstr ""
|
|
163
173
|
|
|
@@ -260,7 +270,7 @@ msgstr ""
|
|
|
260
270
|
msgid "Will be sent as is"
|
|
261
271
|
msgstr ""
|
|
262
272
|
|
|
263
|
-
msgid "X509
|
|
273
|
+
msgid "X509 Certificate Authorities"
|
|
264
274
|
msgstr ""
|
|
265
275
|
|
|
266
276
|
msgid "X509 Certification Authorities concatenated in PEM format"
|
|
@@ -274,6 +284,3 @@ msgstr ""
|
|
|
274
284
|
|
|
275
285
|
msgid "You can specify below a custom payload to test the webhook with."
|
|
276
286
|
msgstr ""
|
|
277
|
-
|
|
278
|
-
msgid "is required"
|
|
279
|
-
msgstr "es necesario"
|
|
Binary file
|
|
@@ -4,20 +4,20 @@
|
|
|
4
4
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
5
5
|
#
|
|
6
6
|
# Translators:
|
|
7
|
-
# Amit Upadhye <aupadhye@redhat.com>, 2023
|
|
8
7
|
# Claer <transiblu@claer.hammock.fr>, 2023
|
|
9
8
|
# Bryan Kearney <bryan.kearney@gmail.com>, 2023
|
|
10
|
-
# 21966816214bc546c1fc8a185e75ca1c, 2023
|
|
11
9
|
# Baptiste Agasse <baptiste.agasse@gmail.com>, 2023
|
|
12
10
|
# Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2024
|
|
13
|
-
#
|
|
11
|
+
# Amit Upadhye <aupadhye@redhat.com>, 2026
|
|
12
|
+
# 21966816214bc546c1fc8a185e75ca1c, 2026
|
|
13
|
+
# Ondřej Gajdušek, 2026
|
|
14
14
|
#
|
|
15
15
|
msgid ""
|
|
16
16
|
msgstr ""
|
|
17
|
-
"Project-Id-Version: foreman_webhooks
|
|
17
|
+
"Project-Id-Version: foreman_webhooks 5.0.0\n"
|
|
18
18
|
"Report-Msgid-Bugs-To: \n"
|
|
19
19
|
"PO-Revision-Date: 2023-06-05 12:44+0000\n"
|
|
20
|
-
"Last-Translator: Ondřej Gajdušek,
|
|
20
|
+
"Last-Translator: Ondřej Gajdušek, 2026\n"
|
|
21
21
|
"Language-Team: French (https://app.transifex.com/foreman/teams/114/fr/)\n"
|
|
22
22
|
"MIME-Version: 1.0\n"
|
|
23
23
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
@@ -38,8 +38,8 @@ msgstr "Informations d'authentification"
|
|
|
38
38
|
msgid "Authorize with Foreman client certificate and validate smart-proxy CA from Settings"
|
|
39
39
|
msgstr "Autoriser avec le certificat client Foreman et valider l'autorité de certification Smart Proxy à partir des paramètres"
|
|
40
40
|
|
|
41
|
-
msgid "
|
|
42
|
-
msgstr "
|
|
41
|
+
msgid "Cancel"
|
|
42
|
+
msgstr "Annuler"
|
|
43
43
|
|
|
44
44
|
msgid "Clone a template"
|
|
45
45
|
msgstr "Cloner un modèle"
|
|
@@ -86,6 +86,9 @@ msgstr "Modifier %s"
|
|
|
86
86
|
msgid "Enabled"
|
|
87
87
|
msgstr "Activé"
|
|
88
88
|
|
|
89
|
+
msgid "Enter valid URL"
|
|
90
|
+
msgstr "Saisir URL valide"
|
|
91
|
+
|
|
89
92
|
msgid "Error"
|
|
90
93
|
msgstr "Erreur"
|
|
91
94
|
|
|
@@ -95,6 +98,9 @@ msgstr "Exemple: %s"
|
|
|
95
98
|
msgid "Export a webhook template to ERB"
|
|
96
99
|
msgstr "Exporter un modèle de webhook vers ERB"
|
|
97
100
|
|
|
101
|
+
msgid "Field is required"
|
|
102
|
+
msgstr "Champ requis"
|
|
103
|
+
|
|
98
104
|
msgid "General"
|
|
99
105
|
msgstr "Général"
|
|
100
106
|
|
|
@@ -158,8 +164,11 @@ msgstr "Afficher les détails du modèle de webhook"
|
|
|
158
164
|
msgid "Snippet"
|
|
159
165
|
msgstr "Snippet"
|
|
160
166
|
|
|
161
|
-
msgid "Start typing to search"
|
|
162
|
-
msgstr "Commencez à taper pour rechercher"
|
|
167
|
+
msgid "Start typing to search..."
|
|
168
|
+
msgstr "Commencez à taper pour rechercher..."
|
|
169
|
+
|
|
170
|
+
msgid "Submit"
|
|
171
|
+
msgstr "Envoyer"
|
|
163
172
|
|
|
164
173
|
msgid "Subscribe to"
|
|
165
174
|
msgstr "S'abonner"
|
|
@@ -263,7 +272,7 @@ msgstr "Indique si le modèle peut être modifié"
|
|
|
263
272
|
msgid "Will be sent as is"
|
|
264
273
|
msgstr "Sera envoyé tel quel"
|
|
265
274
|
|
|
266
|
-
msgid "X509
|
|
275
|
+
msgid "X509 Certificate Authorities"
|
|
267
276
|
msgstr "Autorités de certification X509"
|
|
268
277
|
|
|
269
278
|
msgid "X509 Certification Authorities concatenated in PEM format"
|
|
@@ -277,6 +286,3 @@ msgstr "Vous êtes sur le point de tester%s webhook."
|
|
|
277
286
|
|
|
278
287
|
msgid "You can specify below a custom payload to test the webhook with."
|
|
279
288
|
msgstr "Vous pouvez spécifier ci-dessous une charge utile personnalisée pour tester le webhook."
|
|
280
|
-
|
|
281
|
-
msgid "is required"
|
|
282
|
-
msgstr "est requis"
|
|
Binary file
|
|
@@ -4,16 +4,16 @@
|
|
|
4
4
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
5
5
|
#
|
|
6
6
|
# Translators:
|
|
7
|
-
# Bryan Kearney <bryan.kearney@gmail.com>, 2023
|
|
8
7
|
# Giuseppe Pignataro (Fastbyte01) <rogepix@gmail.com>, 2023
|
|
9
|
-
# 0868a4d1af5275b3f70b0a6dac4c99a4,
|
|
8
|
+
# 0868a4d1af5275b3f70b0a6dac4c99a4, 2026
|
|
9
|
+
# Bryan Kearney <bryan.kearney@gmail.com>, 2026
|
|
10
10
|
#
|
|
11
11
|
msgid ""
|
|
12
12
|
msgstr ""
|
|
13
|
-
"Project-Id-Version: foreman_webhooks
|
|
13
|
+
"Project-Id-Version: foreman_webhooks 5.0.0\n"
|
|
14
14
|
"Report-Msgid-Bugs-To: \n"
|
|
15
15
|
"PO-Revision-Date: 2023-06-05 12:44+0000\n"
|
|
16
|
-
"Last-Translator:
|
|
16
|
+
"Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2026\n"
|
|
17
17
|
"Language-Team: Italian (https://app.transifex.com/foreman/teams/114/it/)\n"
|
|
18
18
|
"MIME-Version: 1.0\n"
|
|
19
19
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
@@ -34,8 +34,8 @@ msgstr ""
|
|
|
34
34
|
msgid "Authorize with Foreman client certificate and validate smart-proxy CA from Settings"
|
|
35
35
|
msgstr ""
|
|
36
36
|
|
|
37
|
-
msgid "
|
|
38
|
-
msgstr ""
|
|
37
|
+
msgid "Cancel"
|
|
38
|
+
msgstr "Cancella"
|
|
39
39
|
|
|
40
40
|
msgid "Clone a template"
|
|
41
41
|
msgstr ""
|
|
@@ -82,6 +82,9 @@ msgstr ""
|
|
|
82
82
|
msgid "Enabled"
|
|
83
83
|
msgstr ""
|
|
84
84
|
|
|
85
|
+
msgid "Enter valid URL"
|
|
86
|
+
msgstr ""
|
|
87
|
+
|
|
85
88
|
msgid "Error"
|
|
86
89
|
msgstr ""
|
|
87
90
|
|
|
@@ -91,6 +94,9 @@ msgstr ""
|
|
|
91
94
|
msgid "Export a webhook template to ERB"
|
|
92
95
|
msgstr ""
|
|
93
96
|
|
|
97
|
+
msgid "Field is required"
|
|
98
|
+
msgstr ""
|
|
99
|
+
|
|
94
100
|
msgid "General"
|
|
95
101
|
msgstr "Generale"
|
|
96
102
|
|
|
@@ -154,9 +160,12 @@ msgstr ""
|
|
|
154
160
|
msgid "Snippet"
|
|
155
161
|
msgstr ""
|
|
156
162
|
|
|
157
|
-
msgid "Start typing to search"
|
|
163
|
+
msgid "Start typing to search..."
|
|
158
164
|
msgstr ""
|
|
159
165
|
|
|
166
|
+
msgid "Submit"
|
|
167
|
+
msgstr "Invia"
|
|
168
|
+
|
|
160
169
|
msgid "Subscribe to"
|
|
161
170
|
msgstr ""
|
|
162
171
|
|
|
@@ -259,7 +268,7 @@ msgstr ""
|
|
|
259
268
|
msgid "Will be sent as is"
|
|
260
269
|
msgstr ""
|
|
261
270
|
|
|
262
|
-
msgid "X509
|
|
271
|
+
msgid "X509 Certificate Authorities"
|
|
263
272
|
msgstr ""
|
|
264
273
|
|
|
265
274
|
msgid "X509 Certification Authorities concatenated in PEM format"
|
|
@@ -273,6 +282,3 @@ msgstr ""
|
|
|
273
282
|
|
|
274
283
|
msgid "You can specify below a custom payload to test the webhook with."
|
|
275
284
|
msgstr ""
|
|
276
|
-
|
|
277
|
-
msgid "is required"
|
|
278
|
-
msgstr ""
|
|
Binary file
|