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
|
@@ -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 5.0.0",
|
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
|
8
8
|
"PO-Revision-Date": "2023-06-05 12:44+0000",
|
|
9
|
-
"Last-Translator": "Ondřej Gajdušek,
|
|
9
|
+
"Last-Translator": "Ondřej Gajdušek, 2026",
|
|
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",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"Authorize with Foreman client certificate and validate smart-proxy CA from Settings": [
|
|
30
30
|
"Foreman クライアント証明書で認証し、設定からの smart-proxy CA を検証する"
|
|
31
31
|
],
|
|
32
|
-
"
|
|
33
|
-
"
|
|
32
|
+
"Cancel": [
|
|
33
|
+
"取り消し"
|
|
34
34
|
],
|
|
35
35
|
"Clone a template": [
|
|
36
36
|
"テンプレートのクローン"
|
|
@@ -63,10 +63,10 @@
|
|
|
63
63
|
"Webhook テンプレートの削除"
|
|
64
64
|
],
|
|
65
65
|
"Deliver webhook": [
|
|
66
|
-
"Webhook
|
|
66
|
+
"Webhook の配信"
|
|
67
67
|
],
|
|
68
68
|
"Deliver webhook %s": [
|
|
69
|
-
"Webhook %s
|
|
69
|
+
"Webhook %s の配信"
|
|
70
70
|
],
|
|
71
71
|
"Edit": [
|
|
72
72
|
"編集"
|
|
@@ -77,8 +77,11 @@
|
|
|
77
77
|
"Enabled": [
|
|
78
78
|
"有効化済み"
|
|
79
79
|
],
|
|
80
|
+
"Enter valid URL": [
|
|
81
|
+
"有効な URL を入力してください"
|
|
82
|
+
],
|
|
80
83
|
"Error": [
|
|
81
|
-
"
|
|
84
|
+
"エラー"
|
|
82
85
|
],
|
|
83
86
|
"Example: %s": [
|
|
84
87
|
"例: %s"
|
|
@@ -86,6 +89,9 @@
|
|
|
86
89
|
"Export a webhook template to ERB": [
|
|
87
90
|
"Webhook テンプレートを ERB にエクスポート"
|
|
88
91
|
],
|
|
92
|
+
"Field is required": [
|
|
93
|
+
"フィールドは必須です"
|
|
94
|
+
],
|
|
89
95
|
"General": [
|
|
90
96
|
"全般"
|
|
91
97
|
],
|
|
@@ -149,8 +155,11 @@
|
|
|
149
155
|
"Snippet": [
|
|
150
156
|
"スニペット"
|
|
151
157
|
],
|
|
152
|
-
"Start typing to search": [
|
|
153
|
-
"
|
|
158
|
+
"Start typing to search...": [
|
|
159
|
+
"入力して検索を開始する..."
|
|
160
|
+
],
|
|
161
|
+
"Submit": [
|
|
162
|
+
"送信"
|
|
154
163
|
],
|
|
155
164
|
"Subscribe to": [
|
|
156
165
|
"サブスクライブ先"
|
|
@@ -254,7 +263,7 @@
|
|
|
254
263
|
"Will be sent as is": [
|
|
255
264
|
"そのまま送信されます"
|
|
256
265
|
],
|
|
257
|
-
"X509
|
|
266
|
+
"X509 Certificate Authorities": [
|
|
258
267
|
"X509 認証局"
|
|
259
268
|
],
|
|
260
269
|
"X509 Certification Authorities concatenated in PEM format": [
|
|
@@ -268,9 +277,6 @@
|
|
|
268
277
|
],
|
|
269
278
|
"You can specify below a custom payload to test the webhook with.": [
|
|
270
279
|
"Webhook をテストするためのカスタムペイロードを以下に指定できます。"
|
|
271
|
-
],
|
|
272
|
-
"is required": [
|
|
273
|
-
"は必須です"
|
|
274
280
|
]
|
|
275
281
|
}
|
|
276
282
|
}
|
|
@@ -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 5.0.0",
|
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
|
8
8
|
"PO-Revision-Date": "2023-06-05 12:44+0000",
|
|
9
|
-
"Last-Translator": "Temuri Doghonadze <temuri.doghonadze@gmail.com>,
|
|
9
|
+
"Last-Translator": "Temuri Doghonadze <temuri.doghonadze@gmail.com>, 2026",
|
|
10
10
|
"Language-Team": "Georgian (https://app.transifex.com/foreman/teams/114/ka/)",
|
|
11
11
|
"MIME-Version": "1.0",
|
|
12
12
|
"Content-Type": "text/plain; charset=UTF-8",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"Authorize with Foreman client certificate and validate smart-proxy CA from Settings": [
|
|
30
30
|
"Foreman-ის კლიენტის სერტიფიკატით ავტორიზაცია და ჭკვიანი პროქსის CA-ის გადამოწმება პარამეტრებიდან"
|
|
31
31
|
],
|
|
32
|
-
"
|
|
33
|
-
"
|
|
32
|
+
"Cancel": [
|
|
33
|
+
"გაუქმება"
|
|
34
34
|
],
|
|
35
35
|
"Clone a template": [
|
|
36
36
|
"შაბლონის კლონირება"
|
|
@@ -77,6 +77,9 @@
|
|
|
77
77
|
"Enabled": [
|
|
78
78
|
"ჩაირთო"
|
|
79
79
|
],
|
|
80
|
+
"Enter valid URL": [
|
|
81
|
+
""
|
|
82
|
+
],
|
|
80
83
|
"Error": [
|
|
81
84
|
"შეცდომა"
|
|
82
85
|
],
|
|
@@ -86,6 +89,9 @@
|
|
|
86
89
|
"Export a webhook template to ERB": [
|
|
87
90
|
"ვებჰუკის ნიმუშის ERB_ზე გატანა"
|
|
88
91
|
],
|
|
92
|
+
"Field is required": [
|
|
93
|
+
""
|
|
94
|
+
],
|
|
89
95
|
"General": [
|
|
90
96
|
"მთავარი"
|
|
91
97
|
],
|
|
@@ -149,8 +155,11 @@
|
|
|
149
155
|
"Snippet": [
|
|
150
156
|
"ნაწყვეტი"
|
|
151
157
|
],
|
|
152
|
-
"Start typing to search": [
|
|
153
|
-
"
|
|
158
|
+
"Start typing to search...": [
|
|
159
|
+
""
|
|
160
|
+
],
|
|
161
|
+
"Submit": [
|
|
162
|
+
""
|
|
154
163
|
],
|
|
155
164
|
"Subscribe to": [
|
|
156
165
|
"გამოწერა"
|
|
@@ -254,8 +263,8 @@
|
|
|
254
263
|
"Will be sent as is": [
|
|
255
264
|
"გაიგზავნება, როგორც არის"
|
|
256
265
|
],
|
|
257
|
-
"X509
|
|
258
|
-
"
|
|
266
|
+
"X509 Certificate Authorities": [
|
|
267
|
+
""
|
|
259
268
|
],
|
|
260
269
|
"X509 Certification Authorities concatenated in PEM format": [
|
|
261
270
|
"X509 სერტიფიკაციის ორგანოები, PEM ფორმატში გაერთიანებული"
|
|
@@ -268,9 +277,6 @@
|
|
|
268
277
|
],
|
|
269
278
|
"You can specify below a custom payload to test the webhook with.": [
|
|
270
279
|
""
|
|
271
|
-
],
|
|
272
|
-
"is required": [
|
|
273
|
-
"აუცილებელია"
|
|
274
280
|
]
|
|
275
281
|
}
|
|
276
282
|
}
|
|
@@ -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 5.0.0",
|
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
|
8
8
|
"PO-Revision-Date": "2023-06-05 12:44+0000",
|
|
9
|
-
"Last-Translator": "Ondřej Gajdušek,
|
|
9
|
+
"Last-Translator": "Ondřej Gajdušek, 2026",
|
|
10
10
|
"Language-Team": "Korean (https://app.transifex.com/foreman/teams/114/ko/)",
|
|
11
11
|
"MIME-Version": "1.0",
|
|
12
12
|
"Content-Type": "text/plain; charset=UTF-8",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"Authorize with Foreman client certificate and validate smart-proxy CA from Settings": [
|
|
30
30
|
"Foreman 클라이언트 인증서로 권한 부여 및 설정에서 스마트 프록시 CA를 검증"
|
|
31
31
|
],
|
|
32
|
-
"
|
|
33
|
-
"
|
|
32
|
+
"Cancel": [
|
|
33
|
+
"취소 "
|
|
34
34
|
],
|
|
35
35
|
"Clone a template": [
|
|
36
36
|
"템플릿 복제"
|
|
@@ -77,6 +77,9 @@
|
|
|
77
77
|
"Enabled": [
|
|
78
78
|
"활성화됨"
|
|
79
79
|
],
|
|
80
|
+
"Enter valid URL": [
|
|
81
|
+
"유효한 URL을 입력하세요"
|
|
82
|
+
],
|
|
80
83
|
"Error": [
|
|
81
84
|
"오류"
|
|
82
85
|
],
|
|
@@ -86,6 +89,9 @@
|
|
|
86
89
|
"Export a webhook template to ERB": [
|
|
87
90
|
"Webhook 템플릿을 ERB로 내보내기"
|
|
88
91
|
],
|
|
92
|
+
"Field is required": [
|
|
93
|
+
"필수 입력 항목입니다"
|
|
94
|
+
],
|
|
89
95
|
"General": [
|
|
90
96
|
"일반"
|
|
91
97
|
],
|
|
@@ -149,8 +155,11 @@
|
|
|
149
155
|
"Snippet": [
|
|
150
156
|
"스니펫"
|
|
151
157
|
],
|
|
152
|
-
"Start typing to search": [
|
|
153
|
-
"검색하려면
|
|
158
|
+
"Start typing to search...": [
|
|
159
|
+
"검색하려면 입력을 시작하세요..."
|
|
160
|
+
],
|
|
161
|
+
"Submit": [
|
|
162
|
+
"보내기"
|
|
154
163
|
],
|
|
155
164
|
"Subscribe to": [
|
|
156
165
|
"구독하기"
|
|
@@ -254,7 +263,7 @@
|
|
|
254
263
|
"Will be sent as is": [
|
|
255
264
|
"그대로 전송"
|
|
256
265
|
],
|
|
257
|
-
"X509
|
|
266
|
+
"X509 Certificate Authorities": [
|
|
258
267
|
"X509 인증 기관"
|
|
259
268
|
],
|
|
260
269
|
"X509 Certification Authorities concatenated in PEM format": [
|
|
@@ -268,9 +277,6 @@
|
|
|
268
277
|
],
|
|
269
278
|
"You can specify below a custom payload to test the webhook with.": [
|
|
270
279
|
"아래에서 사용자 정의 페이로드를 지정하여 Webhook을 테스트할 수 있습니다."
|
|
271
|
-
],
|
|
272
|
-
"is required": [
|
|
273
|
-
"필요함"
|
|
274
280
|
]
|
|
275
281
|
}
|
|
276
282
|
}
|
|
@@ -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 5.0.0",
|
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
|
8
8
|
"PO-Revision-Date": "2023-06-05 12:44+0000",
|
|
9
|
-
"Last-Translator": "
|
|
9
|
+
"Last-Translator": "sziolkow <sziolkow@gmail.com>, 2026",
|
|
10
10
|
"Language-Team": "Polish (https://app.transifex.com/foreman/teams/114/pl/)",
|
|
11
11
|
"MIME-Version": "1.0",
|
|
12
12
|
"Content-Type": "text/plain; charset=UTF-8",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"Authorize with Foreman client certificate and validate smart-proxy CA from Settings": [
|
|
30
30
|
""
|
|
31
31
|
],
|
|
32
|
-
"
|
|
33
|
-
""
|
|
32
|
+
"Cancel": [
|
|
33
|
+
"Anuluj"
|
|
34
34
|
],
|
|
35
35
|
"Clone a template": [
|
|
36
36
|
""
|
|
@@ -77,6 +77,9 @@
|
|
|
77
77
|
"Enabled": [
|
|
78
78
|
""
|
|
79
79
|
],
|
|
80
|
+
"Enter valid URL": [
|
|
81
|
+
""
|
|
82
|
+
],
|
|
80
83
|
"Error": [
|
|
81
84
|
""
|
|
82
85
|
],
|
|
@@ -86,6 +89,9 @@
|
|
|
86
89
|
"Export a webhook template to ERB": [
|
|
87
90
|
""
|
|
88
91
|
],
|
|
92
|
+
"Field is required": [
|
|
93
|
+
""
|
|
94
|
+
],
|
|
89
95
|
"General": [
|
|
90
96
|
"Generalnie"
|
|
91
97
|
],
|
|
@@ -149,9 +155,12 @@
|
|
|
149
155
|
"Snippet": [
|
|
150
156
|
""
|
|
151
157
|
],
|
|
152
|
-
"Start typing to search": [
|
|
158
|
+
"Start typing to search...": [
|
|
153
159
|
""
|
|
154
160
|
],
|
|
161
|
+
"Submit": [
|
|
162
|
+
"Wyślij"
|
|
163
|
+
],
|
|
155
164
|
"Subscribe to": [
|
|
156
165
|
""
|
|
157
166
|
],
|
|
@@ -254,7 +263,7 @@
|
|
|
254
263
|
"Will be sent as is": [
|
|
255
264
|
""
|
|
256
265
|
],
|
|
257
|
-
"X509
|
|
266
|
+
"X509 Certificate Authorities": [
|
|
258
267
|
""
|
|
259
268
|
],
|
|
260
269
|
"X509 Certification Authorities concatenated in PEM format": [
|
|
@@ -268,9 +277,6 @@
|
|
|
268
277
|
],
|
|
269
278
|
"You can specify below a custom payload to test the webhook with.": [
|
|
270
279
|
""
|
|
271
|
-
],
|
|
272
|
-
"is required": [
|
|
273
|
-
""
|
|
274
280
|
]
|
|
275
281
|
}
|
|
276
282
|
}
|
|
@@ -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 5.0.0",
|
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
|
8
8
|
"PO-Revision-Date": "2023-06-05 12:44+0000",
|
|
9
|
-
"Last-Translator": "Flamarion Jorge <jorge.flamarion@gmail.com>,
|
|
9
|
+
"Last-Translator": "Flamarion Jorge <jorge.flamarion@gmail.com>, 2026",
|
|
10
10
|
"Language-Team": "Portuguese (Brazil) (https://app.transifex.com/foreman/teams/114/pt_BR/)",
|
|
11
11
|
"MIME-Version": "1.0",
|
|
12
12
|
"Content-Type": "text/plain; charset=UTF-8",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"Authorize with Foreman client certificate and validate smart-proxy CA from Settings": [
|
|
30
30
|
""
|
|
31
31
|
],
|
|
32
|
-
"
|
|
33
|
-
""
|
|
32
|
+
"Cancel": [
|
|
33
|
+
"Cancelar"
|
|
34
34
|
],
|
|
35
35
|
"Clone a template": [
|
|
36
36
|
""
|
|
@@ -77,6 +77,9 @@
|
|
|
77
77
|
"Enabled": [
|
|
78
78
|
""
|
|
79
79
|
],
|
|
80
|
+
"Enter valid URL": [
|
|
81
|
+
""
|
|
82
|
+
],
|
|
80
83
|
"Error": [
|
|
81
84
|
""
|
|
82
85
|
],
|
|
@@ -86,6 +89,9 @@
|
|
|
86
89
|
"Export a webhook template to ERB": [
|
|
87
90
|
""
|
|
88
91
|
],
|
|
92
|
+
"Field is required": [
|
|
93
|
+
""
|
|
94
|
+
],
|
|
89
95
|
"General": [
|
|
90
96
|
"Geral"
|
|
91
97
|
],
|
|
@@ -149,9 +155,12 @@
|
|
|
149
155
|
"Snippet": [
|
|
150
156
|
""
|
|
151
157
|
],
|
|
152
|
-
"Start typing to search": [
|
|
158
|
+
"Start typing to search...": [
|
|
153
159
|
""
|
|
154
160
|
],
|
|
161
|
+
"Submit": [
|
|
162
|
+
"Enviar"
|
|
163
|
+
],
|
|
155
164
|
"Subscribe to": [
|
|
156
165
|
""
|
|
157
166
|
],
|
|
@@ -254,7 +263,7 @@
|
|
|
254
263
|
"Will be sent as is": [
|
|
255
264
|
""
|
|
256
265
|
],
|
|
257
|
-
"X509
|
|
266
|
+
"X509 Certificate Authorities": [
|
|
258
267
|
""
|
|
259
268
|
],
|
|
260
269
|
"X509 Certification Authorities concatenated in PEM format": [
|
|
@@ -268,9 +277,6 @@
|
|
|
268
277
|
],
|
|
269
278
|
"You can specify below a custom payload to test the webhook with.": [
|
|
270
279
|
""
|
|
271
|
-
],
|
|
272
|
-
"is required": [
|
|
273
|
-
"é necessário"
|
|
274
280
|
]
|
|
275
281
|
}
|
|
276
282
|
}
|
|
@@ -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 5.0.0",
|
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
|
8
8
|
"PO-Revision-Date": "2023-06-05 12:44+0000",
|
|
9
|
-
"Last-Translator": "
|
|
9
|
+
"Last-Translator": "Alexander Savchenko, 2026",
|
|
10
10
|
"Language-Team": "Russian (https://app.transifex.com/foreman/teams/114/ru/)",
|
|
11
11
|
"MIME-Version": "1.0",
|
|
12
12
|
"Content-Type": "text/plain; charset=UTF-8",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"Authorize with Foreman client certificate and validate smart-proxy CA from Settings": [
|
|
30
30
|
""
|
|
31
31
|
],
|
|
32
|
-
"
|
|
33
|
-
""
|
|
32
|
+
"Cancel": [
|
|
33
|
+
"Отмена"
|
|
34
34
|
],
|
|
35
35
|
"Clone a template": [
|
|
36
36
|
""
|
|
@@ -77,6 +77,9 @@
|
|
|
77
77
|
"Enabled": [
|
|
78
78
|
""
|
|
79
79
|
],
|
|
80
|
+
"Enter valid URL": [
|
|
81
|
+
""
|
|
82
|
+
],
|
|
80
83
|
"Error": [
|
|
81
84
|
""
|
|
82
85
|
],
|
|
@@ -86,6 +89,9 @@
|
|
|
86
89
|
"Export a webhook template to ERB": [
|
|
87
90
|
""
|
|
88
91
|
],
|
|
92
|
+
"Field is required": [
|
|
93
|
+
""
|
|
94
|
+
],
|
|
89
95
|
"General": [
|
|
90
96
|
"Общие"
|
|
91
97
|
],
|
|
@@ -149,9 +155,12 @@
|
|
|
149
155
|
"Snippet": [
|
|
150
156
|
""
|
|
151
157
|
],
|
|
152
|
-
"Start typing to search": [
|
|
158
|
+
"Start typing to search...": [
|
|
153
159
|
""
|
|
154
160
|
],
|
|
161
|
+
"Submit": [
|
|
162
|
+
"Применить"
|
|
163
|
+
],
|
|
155
164
|
"Subscribe to": [
|
|
156
165
|
""
|
|
157
166
|
],
|
|
@@ -254,7 +263,7 @@
|
|
|
254
263
|
"Will be sent as is": [
|
|
255
264
|
""
|
|
256
265
|
],
|
|
257
|
-
"X509
|
|
266
|
+
"X509 Certificate Authorities": [
|
|
258
267
|
""
|
|
259
268
|
],
|
|
260
269
|
"X509 Certification Authorities concatenated in PEM format": [
|
|
@@ -268,9 +277,6 @@
|
|
|
268
277
|
],
|
|
269
278
|
"You can specify below a custom payload to test the webhook with.": [
|
|
270
279
|
""
|
|
271
|
-
],
|
|
272
|
-
"is required": [
|
|
273
|
-
""
|
|
274
280
|
]
|
|
275
281
|
}
|
|
276
282
|
}
|
|
@@ -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 5.0.0",
|
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
|
8
8
|
"PO-Revision-Date": "2023-06-05 12:44+0000",
|
|
9
|
-
"Last-Translator": "Ondřej Gajdušek,
|
|
9
|
+
"Last-Translator": "Ondřej Gajdušek, 2026",
|
|
10
10
|
"Language-Team": "Chinese (China) (https://app.transifex.com/foreman/teams/114/zh_CN/)",
|
|
11
11
|
"MIME-Version": "1.0",
|
|
12
12
|
"Content-Type": "text/plain; charset=UTF-8",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"Authorize with Foreman client certificate and validate smart-proxy CA from Settings": [
|
|
30
30
|
"使用 Foreman 客户端证书授权并从设置验证智能代理 CA"
|
|
31
31
|
],
|
|
32
|
-
"
|
|
33
|
-
"
|
|
32
|
+
"Cancel": [
|
|
33
|
+
"取消"
|
|
34
34
|
],
|
|
35
35
|
"Clone a template": [
|
|
36
36
|
"克隆模板"
|
|
@@ -77,6 +77,9 @@
|
|
|
77
77
|
"Enabled": [
|
|
78
78
|
"启用"
|
|
79
79
|
],
|
|
80
|
+
"Enter valid URL": [
|
|
81
|
+
"输入有效的 URL"
|
|
82
|
+
],
|
|
80
83
|
"Error": [
|
|
81
84
|
"错误"
|
|
82
85
|
],
|
|
@@ -86,6 +89,9 @@
|
|
|
86
89
|
"Export a webhook template to ERB": [
|
|
87
90
|
"向 ERB 导出 webhook 模板"
|
|
88
91
|
],
|
|
92
|
+
"Field is required": [
|
|
93
|
+
"字段是必需的"
|
|
94
|
+
],
|
|
89
95
|
"General": [
|
|
90
96
|
"常规"
|
|
91
97
|
],
|
|
@@ -149,8 +155,11 @@
|
|
|
149
155
|
"Snippet": [
|
|
150
156
|
"程序代码片段"
|
|
151
157
|
],
|
|
152
|
-
"Start typing to search": [
|
|
153
|
-
"
|
|
158
|
+
"Start typing to search...": [
|
|
159
|
+
"开始输入来进行搜素..."
|
|
160
|
+
],
|
|
161
|
+
"Submit": [
|
|
162
|
+
"提交"
|
|
154
163
|
],
|
|
155
164
|
"Subscribe to": [
|
|
156
165
|
"订阅到"
|
|
@@ -254,8 +263,8 @@
|
|
|
254
263
|
"Will be sent as is": [
|
|
255
264
|
"将按原样发送"
|
|
256
265
|
],
|
|
257
|
-
"X509
|
|
258
|
-
"X509
|
|
266
|
+
"X509 Certificate Authorities": [
|
|
267
|
+
"X509 证书颁发机构"
|
|
259
268
|
],
|
|
260
269
|
"X509 Certification Authorities concatenated in PEM format": [
|
|
261
270
|
"以 PEM 格式串联的 X509 认证颁发机构"
|
|
@@ -268,9 +277,6 @@
|
|
|
268
277
|
],
|
|
269
278
|
"You can specify below a custom payload to test the webhook with.": [
|
|
270
279
|
"您可以指定以下一个自定义有效负载来测试 Webhook。"
|
|
271
|
-
],
|
|
272
|
-
"is required": [
|
|
273
|
-
"是必需的"
|
|
274
280
|
]
|
|
275
281
|
}
|
|
276
282
|
}
|
|
@@ -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 5.0.0",
|
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
|
8
8
|
"PO-Revision-Date": "2023-06-05 12:44+0000",
|
|
9
|
-
"Last-Translator": "0868a4d1af5275b3f70b0a6dac4c99a4,
|
|
9
|
+
"Last-Translator": "0868a4d1af5275b3f70b0a6dac4c99a4, 2026",
|
|
10
10
|
"Language-Team": "Chinese (Taiwan) (https://app.transifex.com/foreman/teams/114/zh_TW/)",
|
|
11
11
|
"MIME-Version": "1.0",
|
|
12
12
|
"Content-Type": "text/plain; charset=UTF-8",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"Authorize with Foreman client certificate and validate smart-proxy CA from Settings": [
|
|
30
30
|
""
|
|
31
31
|
],
|
|
32
|
-
"
|
|
33
|
-
""
|
|
32
|
+
"Cancel": [
|
|
33
|
+
"取消"
|
|
34
34
|
],
|
|
35
35
|
"Clone a template": [
|
|
36
36
|
""
|
|
@@ -77,6 +77,9 @@
|
|
|
77
77
|
"Enabled": [
|
|
78
78
|
""
|
|
79
79
|
],
|
|
80
|
+
"Enter valid URL": [
|
|
81
|
+
""
|
|
82
|
+
],
|
|
80
83
|
"Error": [
|
|
81
84
|
""
|
|
82
85
|
],
|
|
@@ -86,6 +89,9 @@
|
|
|
86
89
|
"Export a webhook template to ERB": [
|
|
87
90
|
""
|
|
88
91
|
],
|
|
92
|
+
"Field is required": [
|
|
93
|
+
""
|
|
94
|
+
],
|
|
89
95
|
"General": [
|
|
90
96
|
"一般"
|
|
91
97
|
],
|
|
@@ -149,9 +155,12 @@
|
|
|
149
155
|
"Snippet": [
|
|
150
156
|
""
|
|
151
157
|
],
|
|
152
|
-
"Start typing to search": [
|
|
158
|
+
"Start typing to search...": [
|
|
153
159
|
""
|
|
154
160
|
],
|
|
161
|
+
"Submit": [
|
|
162
|
+
"提交"
|
|
163
|
+
],
|
|
155
164
|
"Subscribe to": [
|
|
156
165
|
""
|
|
157
166
|
],
|
|
@@ -254,7 +263,7 @@
|
|
|
254
263
|
"Will be sent as is": [
|
|
255
264
|
""
|
|
256
265
|
],
|
|
257
|
-
"X509
|
|
266
|
+
"X509 Certificate Authorities": [
|
|
258
267
|
""
|
|
259
268
|
],
|
|
260
269
|
"X509 Certification Authorities concatenated in PEM format": [
|
|
@@ -268,9 +277,6 @@
|
|
|
268
277
|
],
|
|
269
278
|
"You can specify below a custom payload to test the webhook with.": [
|
|
270
279
|
""
|
|
271
|
-
],
|
|
272
|
-
"is required": [
|
|
273
|
-
""
|
|
274
280
|
]
|
|
275
281
|
}
|
|
276
282
|
}
|
|
Binary file
|