@open-mercato/webhooks 0.6.7-develop.6605.1.761dd4c810 → 0.6.7-develop.6621.1.cdbe9dee3d
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.
- package/package.json +6 -6
- package/src/modules/webhooks/i18n/pl.json +121 -121
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open-mercato/webhooks",
|
|
3
|
-
"version": "0.6.7-develop.
|
|
3
|
+
"version": "0.6.7-develop.6621.1.cdbe9dee3d",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Webhooks module for Open Mercato — Standard Webhooks compliant outbound/inbound delivery",
|
|
6
6
|
"type": "module",
|
|
@@ -70,19 +70,19 @@
|
|
|
70
70
|
}
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@open-mercato/core": "0.6.7-develop.
|
|
74
|
-
"@open-mercato/queue": "0.6.7-develop.
|
|
75
|
-
"@open-mercato/ui": "0.6.7-develop.
|
|
73
|
+
"@open-mercato/core": "0.6.7-develop.6621.1.cdbe9dee3d",
|
|
74
|
+
"@open-mercato/queue": "0.6.7-develop.6621.1.cdbe9dee3d",
|
|
75
|
+
"@open-mercato/ui": "0.6.7-develop.6621.1.cdbe9dee3d",
|
|
76
76
|
"svix": "^1.96.1"
|
|
77
77
|
},
|
|
78
78
|
"peerDependencies": {
|
|
79
79
|
"@mikro-orm/postgresql": "^7.0.14",
|
|
80
|
-
"@open-mercato/shared": "0.6.7-develop.
|
|
80
|
+
"@open-mercato/shared": "0.6.7-develop.6621.1.cdbe9dee3d",
|
|
81
81
|
"react": "^19.0.0",
|
|
82
82
|
"react-dom": "^19.0.0"
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
|
-
"@open-mercato/shared": "0.6.7-develop.
|
|
85
|
+
"@open-mercato/shared": "0.6.7-develop.6621.1.cdbe9dee3d",
|
|
86
86
|
"@types/jest": "^30.0.0",
|
|
87
87
|
"@types/react": "^19.2.17",
|
|
88
88
|
"@types/react-dom": "^19.2.3",
|
|
@@ -1,104 +1,104 @@
|
|
|
1
1
|
{
|
|
2
|
-
"webhooks.deliveries.actions.retry": "
|
|
2
|
+
"webhooks.deliveries.actions.retry": "Ponów",
|
|
3
3
|
"webhooks.deliveries.actions.viewDetails": "Zobacz szczegóły",
|
|
4
|
-
"webhooks.deliveries.autoRefreshHint": "
|
|
5
|
-
"webhooks.deliveries.columns.attempts": "
|
|
6
|
-
"webhooks.deliveries.columns.createdAt": "
|
|
7
|
-
"webhooks.deliveries.columns.duration": "
|
|
8
|
-
"webhooks.deliveries.columns.enqueuedAt": "
|
|
9
|
-
"webhooks.deliveries.columns.event": "
|
|
10
|
-
"webhooks.deliveries.columns.responseStatus": "HTTP
|
|
4
|
+
"webhooks.deliveries.autoRefreshHint": "Log dostaw odświeża się automatycznie, dopóki ta strona jest otwarta.",
|
|
5
|
+
"webhooks.deliveries.columns.attempts": "Próby",
|
|
6
|
+
"webhooks.deliveries.columns.createdAt": "Czas",
|
|
7
|
+
"webhooks.deliveries.columns.duration": "Czas trwania",
|
|
8
|
+
"webhooks.deliveries.columns.enqueuedAt": "Dodano do kolejki",
|
|
9
|
+
"webhooks.deliveries.columns.event": "Zdarzenie",
|
|
10
|
+
"webhooks.deliveries.columns.responseStatus": "Status HTTP",
|
|
11
11
|
"webhooks.deliveries.columns.status": "Status",
|
|
12
|
-
"webhooks.deliveries.detailTitle": "
|
|
13
|
-
"webhooks.deliveries.empty": "
|
|
14
|
-
"webhooks.deliveries.loadError": "
|
|
15
|
-
"webhooks.deliveries.refresh": "
|
|
16
|
-
"webhooks.deliveries.refreshing": "
|
|
17
|
-
"webhooks.deliveries.requestBody": "
|
|
18
|
-
"webhooks.deliveries.responseBody": "
|
|
19
|
-
"webhooks.deliveries.responseHeaders": "
|
|
20
|
-
"webhooks.deliveries.retryError": "
|
|
21
|
-
"webhooks.deliveries.retrySuccess": "
|
|
22
|
-
"webhooks.deliveries.status.delivered": "
|
|
23
|
-
"webhooks.deliveries.status.expired": "
|
|
24
|
-
"webhooks.deliveries.status.failed": "
|
|
25
|
-
"webhooks.deliveries.status.pending": "
|
|
26
|
-
"webhooks.deliveries.status.sending": "
|
|
27
|
-
"webhooks.deliveries.title": "
|
|
28
|
-
"webhooks.detail.actions.activate": "
|
|
29
|
-
"webhooks.detail.actions.deactivate": "
|
|
30
|
-
"webhooks.detail.actions.rotateSecret": "
|
|
31
|
-
"webhooks.detail.actions.test": "
|
|
12
|
+
"webhooks.deliveries.detailTitle": "Szczegóły dostawy",
|
|
13
|
+
"webhooks.deliveries.empty": "Nie ma jeszcze żadnych prób dostawy.",
|
|
14
|
+
"webhooks.deliveries.loadError": "Nie udało się załadować szczegółów dostawy.",
|
|
15
|
+
"webhooks.deliveries.refresh": "Odśwież",
|
|
16
|
+
"webhooks.deliveries.refreshing": "Odświeżanie...",
|
|
17
|
+
"webhooks.deliveries.requestBody": "Treść żądania",
|
|
18
|
+
"webhooks.deliveries.responseBody": "Treść odpowiedzi",
|
|
19
|
+
"webhooks.deliveries.responseHeaders": "Nagłówki odpowiedzi",
|
|
20
|
+
"webhooks.deliveries.retryError": "Nie udało się ponowić dostawy.",
|
|
21
|
+
"webhooks.deliveries.retrySuccess": "Dostawa została ponownie dodana do kolejki.",
|
|
22
|
+
"webhooks.deliveries.status.delivered": "Dostarczono",
|
|
23
|
+
"webhooks.deliveries.status.expired": "Wygasła",
|
|
24
|
+
"webhooks.deliveries.status.failed": "Niepowodzenie",
|
|
25
|
+
"webhooks.deliveries.status.pending": "Oczekuje",
|
|
26
|
+
"webhooks.deliveries.status.sending": "Wysyłanie",
|
|
27
|
+
"webhooks.deliveries.title": "Log dostaw",
|
|
28
|
+
"webhooks.detail.actions.activate": "Aktywuj",
|
|
29
|
+
"webhooks.detail.actions.deactivate": "Dezaktywuj",
|
|
30
|
+
"webhooks.detail.actions.rotateSecret": "Zmień sekret",
|
|
31
|
+
"webhooks.detail.actions.test": "Wyślij test",
|
|
32
32
|
"webhooks.detail.backToList": "Wróć do webhooków",
|
|
33
|
-
"webhooks.detail.consecutiveFailures": "
|
|
34
|
-
"webhooks.detail.deliveryTip": "
|
|
35
|
-
"webhooks.detail.loadError": "
|
|
36
|
-
"webhooks.detail.loading": "
|
|
37
|
-
"webhooks.detail.previousSecretSetAt": "
|
|
38
|
-
"webhooks.detail.readOnlyTip": "
|
|
39
|
-
"webhooks.detail.rotateError": "
|
|
40
|
-
"webhooks.detail.rotateSuccess": "
|
|
41
|
-
"webhooks.detail.signatureTip": "
|
|
42
|
-
"webhooks.detail.testError": "
|
|
43
|
-
"webhooks.detail.testQueued": "
|
|
44
|
-
"webhooks.detail.testResult": "
|
|
45
|
-
"webhooks.detail.testSuccess": "
|
|
46
|
-
"webhooks.detail.title": "
|
|
47
|
-
"webhooks.errors.forbidden": "
|
|
48
|
-
"webhooks.errors.notFound": "
|
|
49
|
-
"webhooks.errors.orgRequired": "
|
|
50
|
-
"webhooks.errors.tenantRequired": "
|
|
51
|
-
"webhooks.form.advancedStrategyTip": "
|
|
52
|
-
"webhooks.form.autoDisableThreshold": "
|
|
53
|
-
"webhooks.form.autoDisableThresholdHint": "
|
|
54
|
-
"webhooks.form.createError": "
|
|
55
|
-
"webhooks.form.createSuccess": "
|
|
56
|
-
"webhooks.form.customHeaders": "
|
|
57
|
-
"webhooks.form.customHeadersHint": "
|
|
58
|
-
"webhooks.form.customHeadersInvalid": "
|
|
59
|
-
"webhooks.form.customHeadersTip": "
|
|
60
|
-
"webhooks.form.deliveryDefaultsTip": "
|
|
61
|
-
"webhooks.form.description": "
|
|
62
|
-
"webhooks.form.descriptionPlaceholder": "
|
|
63
|
-
"webhooks.form.events": "
|
|
64
|
-
"webhooks.form.eventsHint": "
|
|
65
|
-
"webhooks.form.eventsPatternTip": "
|
|
66
|
-
"webhooks.form.eventsPlaceholder": "
|
|
67
|
-
"webhooks.form.eventsRequired": "
|
|
68
|
-
"webhooks.form.group.advanced": "
|
|
69
|
-
"webhooks.form.group.delivery": "
|
|
70
|
-
"webhooks.form.group.events": "
|
|
71
|
-
"webhooks.form.group.general": "
|
|
72
|
-
"webhooks.form.guidanceBody": "
|
|
73
|
-
"webhooks.form.guidanceSecurityBody": "
|
|
74
|
-
"webhooks.form.guidanceSecurityTitle": "
|
|
75
|
-
"webhooks.form.guidanceTitle": "
|
|
76
|
-
"webhooks.form.httpMethod": "HTTP
|
|
77
|
-
"webhooks.form.isActive": "
|
|
78
|
-
"webhooks.form.maxRetries": "
|
|
79
|
-
"webhooks.form.maxRetriesHint": "
|
|
80
|
-
"webhooks.form.name": "
|
|
81
|
-
"webhooks.form.namePlaceholder": "
|
|
82
|
-
"webhooks.form.rateLimitPerMinute": "
|
|
83
|
-
"webhooks.form.rateLimitPerMinuteHint": "
|
|
84
|
-
"webhooks.form.secret": "
|
|
85
|
-
"webhooks.form.secretCopied": "
|
|
86
|
-
"webhooks.form.secretCopy": "
|
|
87
|
-
"webhooks.form.secretHint": "
|
|
88
|
-
"webhooks.form.secretMissing": "Webhook
|
|
89
|
-
"webhooks.form.secretRotationTip": "
|
|
90
|
-
"webhooks.form.secretUsageTip": "
|
|
91
|
-
"webhooks.form.secretVerificationTip": "
|
|
92
|
-
"webhooks.form.secretVisibleOnce": "
|
|
93
|
-
"webhooks.form.subscribedEvents": "
|
|
94
|
-
"webhooks.form.timeoutMs": "
|
|
95
|
-
"webhooks.form.timeoutMsHint": "
|
|
96
|
-
"webhooks.form.title.create": "
|
|
97
|
-
"webhooks.form.title.edit": "
|
|
98
|
-
"webhooks.form.updateError": "
|
|
99
|
-
"webhooks.form.updateSuccess": "
|
|
100
|
-
"webhooks.form.url": "
|
|
101
|
-
"webhooks.form.urlHint": "
|
|
33
|
+
"webhooks.detail.consecutiveFailures": "Kolejne niepowodzenia",
|
|
34
|
+
"webhooks.detail.deliveryTip": "Zanim włączysz szeroki wzorzec zdarzeń, zacznij od testowej dostawy. Log dostaw poniżej pokazuje dokładnie, co zwrócił Twój odbiorca.",
|
|
35
|
+
"webhooks.detail.loadError": "Nie udało się załadować webhooka.",
|
|
36
|
+
"webhooks.detail.loading": "Ładowanie szczegółów webhooka...",
|
|
37
|
+
"webhooks.detail.previousSecretSetAt": "Poprzedni sekret aktywny od",
|
|
38
|
+
"webhooks.detail.readOnlyTip": "Masz obecnie dostęp tylko do odczytu. Jeśli chcesz zmienić ten endpoint, poproś administratora o uprawnienia do zarządzania, testowania lub zmiany sekretu.",
|
|
39
|
+
"webhooks.detail.rotateError": "Nie udało się zmienić sekretu webhooka.",
|
|
40
|
+
"webhooks.detail.rotateSuccess": "Zmieniono sekret webhooka",
|
|
41
|
+
"webhooks.detail.signatureTip": "Odbiorcy powinni weryfikować nagłówki Standard Webhooks: webhook-id, webhook-timestamp i webhook-signature.",
|
|
42
|
+
"webhooks.detail.testError": "Nie udało się wysłać testowej dostawy.",
|
|
43
|
+
"webhooks.detail.testQueued": "Testowa dostawa zakończyła się statusem innym niż sukces.",
|
|
44
|
+
"webhooks.detail.testResult": "Wynik ostatniego testu",
|
|
45
|
+
"webhooks.detail.testSuccess": "Testowa dostawa powiodła się.",
|
|
46
|
+
"webhooks.detail.title": "Szczegóły webhooka",
|
|
47
|
+
"webhooks.errors.forbidden": "Nie masz uprawnień do wykonania tej akcji.",
|
|
48
|
+
"webhooks.errors.notFound": "Nie znaleziono webhooka.",
|
|
49
|
+
"webhooks.errors.orgRequired": "Wymagany jest kontekst organizacji.",
|
|
50
|
+
"webhooks.errors.tenantRequired": "Wymagany jest kontekst najemcy.",
|
|
51
|
+
"webhooks.form.advancedStrategyTip": "Obecnie działa dostawa przez HTTP. Nagłówków własnych używaj do wskazówek routingu i nie umieszczaj w nich sekretów.",
|
|
52
|
+
"webhooks.form.autoDisableThreshold": "Próg automatycznego wyłączenia",
|
|
53
|
+
"webhooks.form.autoDisableThresholdHint": "Wyłącz webhook po tylu kolejnych niepowodzeniach (0 wyłącza automatyczne wyłączanie).",
|
|
54
|
+
"webhooks.form.createError": "Nie udało się utworzyć webhooka.",
|
|
55
|
+
"webhooks.form.createSuccess": "Utworzono webhook.",
|
|
56
|
+
"webhooks.form.customHeaders": "Nagłówki własne",
|
|
57
|
+
"webhooks.form.customHeadersHint": "Opcjonalny obiekt JSON z dodatkowymi nagłówkami wysyłanymi z każdym żądaniem webhooka.",
|
|
58
|
+
"webhooks.form.customHeadersInvalid": "Nagłówki własne muszą być poprawnym obiektem JSON z wartościami tekstowymi.",
|
|
59
|
+
"webhooks.form.customHeadersTip": "Używaj nagłówków do statycznych metadanych, takich jak środowisko czy identyfikator źródła. Nie umieszczaj w nich tokenów dostępu ani sekretów.",
|
|
60
|
+
"webhooks.form.deliveryDefaultsTip": "Wartości domyślne są bezpiecznym punktem wyjścia dla większości odbiorców. Zwiększaj liczbę ponowień lub limit czasu tylko wtedy, gdy wiesz, że odbiorca działa wolno.",
|
|
61
|
+
"webhooks.form.description": "Opis",
|
|
62
|
+
"webhooks.form.descriptionPlaceholder": "Opcjonalny opis tego webhooka",
|
|
63
|
+
"webhooks.form.events": "Subskrybowane zdarzenia",
|
|
64
|
+
"webhooks.form.eventsHint": "Wybierz, które zdarzenia mają wyzwalać ten webhook.",
|
|
65
|
+
"webhooks.form.eventsPatternTip": "Wskazówka: możesz wybrać konkretne zdarzenia z listy albo wpisać wzorce z gwiazdką, np. customers.* lub *, aby subskrybować szerzej.",
|
|
66
|
+
"webhooks.form.eventsPlaceholder": "Wybierz zdarzenia...",
|
|
67
|
+
"webhooks.form.eventsRequired": "Wybierz co najmniej jedno zdarzenie.",
|
|
68
|
+
"webhooks.form.group.advanced": "Zaawansowane",
|
|
69
|
+
"webhooks.form.group.delivery": "Ustawienia dostawy",
|
|
70
|
+
"webhooks.form.group.events": "Subskrypcja zdarzeń",
|
|
71
|
+
"webhooks.form.group.general": "Ogólne",
|
|
72
|
+
"webhooks.form.guidanceBody": "Skonfiguruj, dokąd mają trafiać zdarzenia, wybierz potrzebne wzorce zdarzeń, a następnie użyj opcji Wyślij test, aby sprawdzić odbiorcę przed uruchomieniem produkcyjnym.",
|
|
73
|
+
"webhooks.form.guidanceSecurityBody": "Sekret podpisujący jest generowany automatycznie. Zobaczysz go w całości tylko po utworzeniu lub zmianie, więc zapisz go w swoim odbiorcy przed zamknięciem strony.",
|
|
74
|
+
"webhooks.form.guidanceSecurityTitle": "Lista kontrolna bezpieczeństwa",
|
|
75
|
+
"webhooks.form.guidanceTitle": "Przewodnik konfiguracji",
|
|
76
|
+
"webhooks.form.httpMethod": "Metoda HTTP",
|
|
77
|
+
"webhooks.form.isActive": "Aktywny",
|
|
78
|
+
"webhooks.form.maxRetries": "Maks. liczba ponowień",
|
|
79
|
+
"webhooks.form.maxRetriesHint": "Maksymalna liczba prób ponowienia dostawy (0-30).",
|
|
80
|
+
"webhooks.form.name": "Nazwa",
|
|
81
|
+
"webhooks.form.namePlaceholder": "Mój webhook",
|
|
82
|
+
"webhooks.form.rateLimitPerMinute": "Limit na minutę",
|
|
83
|
+
"webhooks.form.rateLimitPerMinuteHint": "Maksymalna liczba dostaw na minutę dla tego endpointu (0 oznacza brak limitu).",
|
|
84
|
+
"webhooks.form.secret": "Sekret podpisujący",
|
|
85
|
+
"webhooks.form.secretCopied": "Skopiowano sekret do schowka.",
|
|
86
|
+
"webhooks.form.secretCopy": "Kopiuj sekret",
|
|
87
|
+
"webhooks.form.secretHint": "Ten sekret służy do podpisywania payloadów webhooków. Przechowuj go bezpiecznie.",
|
|
88
|
+
"webhooks.form.secretMissing": "Webhook został utworzony, ale sekret nie został zwrócony.",
|
|
89
|
+
"webhooks.form.secretRotationTip": "Zmieniaj sekret dopiero wtedy, gdy Twój odbiorca akceptuje podpisy wygenerowane starym i nowym sekretem w okresie przejściowym.",
|
|
90
|
+
"webhooks.form.secretUsageTip": "Zapisz ten sekret w swojej usłudze odbiorczej teraz. Przy kolejnych odczytach zobaczysz tylko wartość zamaskowaną.",
|
|
91
|
+
"webhooks.form.secretVerificationTip": "Użyj tej wartości do weryfikacji nagłówka webhook-signature razem z webhook-id i webhook-timestamp.",
|
|
92
|
+
"webhooks.form.secretVisibleOnce": "To jedyny moment, w którym możesz zobaczyć ten sekret. Zapisz go teraz w bezpiecznym miejscu.",
|
|
93
|
+
"webhooks.form.subscribedEvents": "Subskrybowane zdarzenia",
|
|
94
|
+
"webhooks.form.timeoutMs": "Limit czasu (ms)",
|
|
95
|
+
"webhooks.form.timeoutMsHint": "Limit czasu żądania w milisekundach (1000-60000).",
|
|
96
|
+
"webhooks.form.title.create": "Utwórz webhook",
|
|
97
|
+
"webhooks.form.title.edit": "Edytuj webhook",
|
|
98
|
+
"webhooks.form.updateError": "Nie udało się zaktualizować webhooka.",
|
|
99
|
+
"webhooks.form.updateSuccess": "Zaktualizowano webhook.",
|
|
100
|
+
"webhooks.form.url": "Adres URL endpointu",
|
|
101
|
+
"webhooks.form.urlHint": "Adres URL, który będzie odbierał payloady webhooków przez HTTP POST.",
|
|
102
102
|
"webhooks.form.urlPlaceholder": "https://example.com/webhook",
|
|
103
103
|
"webhooks.integrationDeliveries.actions.openWebhook": "Otwórz webhook",
|
|
104
104
|
"webhooks.integrationDeliveries.columns.webhook": "Webhook",
|
|
@@ -129,33 +129,33 @@
|
|
|
129
129
|
"webhooks.integrationSetup.summary": "Zarządzaj Custom Webhooks z dedykowanego ekranu webhooków. Wyłączenie tej integracji blokuje dostawy wychodzące, wysyłki testowe, ponowienia i odbiór webhooków przychodzących.",
|
|
130
130
|
"webhooks.integrationSetup.title": "Konfiguracja webhooków",
|
|
131
131
|
"webhooks.integrationTabs.settings": "Ustawienia",
|
|
132
|
-
"webhooks.list.actions.delete": "
|
|
133
|
-
"webhooks.list.actions.edit": "
|
|
134
|
-
"webhooks.list.actions.test": "
|
|
135
|
-
"webhooks.list.actions.viewDeliveries": "
|
|
136
|
-
"webhooks.list.columns.createdAt": "
|
|
137
|
-
"webhooks.list.columns.events": "
|
|
138
|
-
"webhooks.list.columns.lastDelivery": "
|
|
139
|
-
"webhooks.list.columns.lastTriggered": "
|
|
140
|
-
"webhooks.list.columns.name": "
|
|
132
|
+
"webhooks.list.actions.delete": "Usuń",
|
|
133
|
+
"webhooks.list.actions.edit": "Edytuj",
|
|
134
|
+
"webhooks.list.actions.test": "Testuj",
|
|
135
|
+
"webhooks.list.actions.viewDeliveries": "Zobacz dostawy",
|
|
136
|
+
"webhooks.list.columns.createdAt": "Utworzono",
|
|
137
|
+
"webhooks.list.columns.events": "Zdarzenia",
|
|
138
|
+
"webhooks.list.columns.lastDelivery": "Ostatnia dostawa",
|
|
139
|
+
"webhooks.list.columns.lastTriggered": "Ostatnie wyzwolenie",
|
|
140
|
+
"webhooks.list.columns.name": "Nazwa",
|
|
141
141
|
"webhooks.list.columns.status": "Status",
|
|
142
|
-
"webhooks.list.columns.successRate": "
|
|
142
|
+
"webhooks.list.columns.successRate": "Kondycja",
|
|
143
143
|
"webhooks.list.columns.url": "URL",
|
|
144
|
-
"webhooks.list.confirmDelete": "
|
|
145
|
-
"webhooks.list.createFirst": "
|
|
146
|
-
"webhooks.list.deleteError": "
|
|
147
|
-
"webhooks.list.deleteSuccess": "
|
|
148
|
-
"webhooks.list.description": "
|
|
149
|
-
"webhooks.list.empty": "
|
|
144
|
+
"webhooks.list.confirmDelete": "Czy na pewno chcesz usunąć ten webhook? Tej operacji nie można cofnąć.",
|
|
145
|
+
"webhooks.list.createFirst": "Utwórz pierwszy webhook, aby zacząć otrzymywać powiadomienia o zdarzeniach.",
|
|
146
|
+
"webhooks.list.deleteError": "Nie udało się usunąć webhooka.",
|
|
147
|
+
"webhooks.list.deleteSuccess": "Usunięto webhook.",
|
|
148
|
+
"webhooks.list.description": "Zarządzaj endpointami webhooków odbierającymi zdarzenia platformy.",
|
|
149
|
+
"webhooks.list.empty": "Nie skonfigurowano jeszcze żadnych webhooków.",
|
|
150
150
|
"webhooks.list.filters.status": "Status",
|
|
151
|
-
"webhooks.list.loadError": "
|
|
152
|
-
"webhooks.list.operatorTip": "
|
|
153
|
-
"webhooks.list.status.active": "
|
|
154
|
-
"webhooks.list.status.inactive": "
|
|
155
|
-
"webhooks.list.title": "
|
|
156
|
-
"webhooks.nav.create": "
|
|
157
|
-
"webhooks.nav.group": "
|
|
158
|
-
"webhooks.nav.title": "
|
|
151
|
+
"webhooks.list.loadError": "Nie udało się załadować webhooków.",
|
|
152
|
+
"webhooks.list.operatorTip": "Do wąskich automatyzacji używaj konkretnych zdarzeń, a wzorców z gwiazdką wtedy, gdy jeden odbiorca obsługuje całą domenę. Po każdym wdrożeniu sprawdzaj logi dostaw.",
|
|
153
|
+
"webhooks.list.status.active": "Aktywny",
|
|
154
|
+
"webhooks.list.status.inactive": "Nieaktywny",
|
|
155
|
+
"webhooks.list.title": "Webhooki",
|
|
156
|
+
"webhooks.nav.create": "Utwórz webhook",
|
|
157
|
+
"webhooks.nav.group": "Integracje",
|
|
158
|
+
"webhooks.nav.title": "Webhooki",
|
|
159
159
|
"webhooks.notifications.delivery.failed.body": "Webhook {webhookName} nie mógł dostarczyć zdarzenia {eventType}. {errorMessage}",
|
|
160
160
|
"webhooks.notifications.delivery.failed.title": "Dostawa webhooka nie powiodła się dla {webhookName}"
|
|
161
161
|
}
|