@open-mercato/webhooks 0.6.7-develop.6606.1.3b1ec9b1ea → 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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-mercato/webhooks",
3
- "version": "0.6.7-develop.6606.1.3b1ec9b1ea",
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.6606.1.3b1ec9b1ea",
74
- "@open-mercato/queue": "0.6.7-develop.6606.1.3b1ec9b1ea",
75
- "@open-mercato/ui": "0.6.7-develop.6606.1.3b1ec9b1ea",
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.6606.1.3b1ec9b1ea",
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.6606.1.3b1ec9b1ea",
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": "Retry",
2
+ "webhooks.deliveries.actions.retry": "Ponów",
3
3
  "webhooks.deliveries.actions.viewDetails": "Zobacz szczegóły",
4
- "webhooks.deliveries.autoRefreshHint": "The delivery log refreshes automatically while this page is open.",
5
- "webhooks.deliveries.columns.attempts": "Attempts",
6
- "webhooks.deliveries.columns.createdAt": "Time",
7
- "webhooks.deliveries.columns.duration": "Duration",
8
- "webhooks.deliveries.columns.enqueuedAt": "Enqueued At",
9
- "webhooks.deliveries.columns.event": "Event",
10
- "webhooks.deliveries.columns.responseStatus": "HTTP Status",
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": "Delivery Detail",
13
- "webhooks.deliveries.empty": "No delivery attempts yet.",
14
- "webhooks.deliveries.loadError": "Failed to load delivery detail.",
15
- "webhooks.deliveries.refresh": "Refresh",
16
- "webhooks.deliveries.refreshing": "Refreshing...",
17
- "webhooks.deliveries.requestBody": "Request Body",
18
- "webhooks.deliveries.responseBody": "Response Body",
19
- "webhooks.deliveries.responseHeaders": "Response Headers",
20
- "webhooks.deliveries.retryError": "Failed to retry delivery.",
21
- "webhooks.deliveries.retrySuccess": "Delivery re-enqueued successfully.",
22
- "webhooks.deliveries.status.delivered": "Delivered",
23
- "webhooks.deliveries.status.expired": "Expired",
24
- "webhooks.deliveries.status.failed": "Failed",
25
- "webhooks.deliveries.status.pending": "Pending",
26
- "webhooks.deliveries.status.sending": "Sending",
27
- "webhooks.deliveries.title": "Delivery Log",
28
- "webhooks.detail.actions.activate": "Activate",
29
- "webhooks.detail.actions.deactivate": "Deactivate",
30
- "webhooks.detail.actions.rotateSecret": "Rotate Secret",
31
- "webhooks.detail.actions.test": "Send 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": "Consecutive Failures",
34
- "webhooks.detail.deliveryTip": "Start with a test delivery before enabling a broad event pattern. The delivery log below shows exactly what your consumer returned.",
35
- "webhooks.detail.loadError": "Failed to load webhook.",
36
- "webhooks.detail.loading": "Loading webhook details...",
37
- "webhooks.detail.previousSecretSetAt": "Previous Secret Active Since",
38
- "webhooks.detail.readOnlyTip": "You currently have read-only access. Ask an administrator for manage, test, or secret rotation permissions if you need to change this endpoint.",
39
- "webhooks.detail.rotateError": "Failed to rotate webhook secret.",
40
- "webhooks.detail.rotateSuccess": "Webhook secret rotated",
41
- "webhooks.detail.signatureTip": "Consumers should verify the Standard Webhooks headers: webhook-id, webhook-timestamp, and webhook-signature.",
42
- "webhooks.detail.testError": "Failed to send test delivery.",
43
- "webhooks.detail.testQueued": "Test delivery finished with a non-success status.",
44
- "webhooks.detail.testResult": "Latest Test Result",
45
- "webhooks.detail.testSuccess": "Test delivery succeeded.",
46
- "webhooks.detail.title": "Webhook Detail",
47
- "webhooks.errors.forbidden": "You do not have permission to perform this action.",
48
- "webhooks.errors.notFound": "Webhook not found.",
49
- "webhooks.errors.orgRequired": "Organization context required.",
50
- "webhooks.errors.tenantRequired": "Tenant context required.",
51
- "webhooks.form.advancedStrategyTip": "HTTP delivery is active today. Use custom headers for routing hints, and keep secrets out of request headers.",
52
- "webhooks.form.autoDisableThreshold": "Auto-Disable Threshold",
53
- "webhooks.form.autoDisableThresholdHint": "Disable the webhook after this many consecutive failures (0 disables auto-disable).",
54
- "webhooks.form.createError": "Failed to create webhook.",
55
- "webhooks.form.createSuccess": "Webhook created successfully.",
56
- "webhooks.form.customHeaders": "Custom Headers",
57
- "webhooks.form.customHeadersHint": "Optional JSON object of additional headers to send with each webhook request.",
58
- "webhooks.form.customHeadersInvalid": "Custom headers must be a valid JSON object with string values.",
59
- "webhooks.form.customHeadersTip": "Use headers for static metadata such as environment or source identifiers. Do not put access tokens or secrets here.",
60
- "webhooks.form.deliveryDefaultsTip": "The defaults are a safe starting point for most consumers. Increase retries or timeout only if the receiver is known to be slow.",
61
- "webhooks.form.description": "Description",
62
- "webhooks.form.descriptionPlaceholder": "Optional description for this webhook",
63
- "webhooks.form.events": "Subscribed Events",
64
- "webhooks.form.eventsHint": "Select which events should trigger this webhook.",
65
- "webhooks.form.eventsPatternTip": "Tip: you can pick exact events from the list or type wildcard patterns like customers.* or * to subscribe broadly.",
66
- "webhooks.form.eventsPlaceholder": "Select events...",
67
- "webhooks.form.eventsRequired": "Select at least one event.",
68
- "webhooks.form.group.advanced": "Advanced",
69
- "webhooks.form.group.delivery": "Delivery Settings",
70
- "webhooks.form.group.events": "Event Subscription",
71
- "webhooks.form.group.general": "General",
72
- "webhooks.form.guidanceBody": "Configure where events should be delivered, choose the event patterns you need, then use Send Test to validate the consumer before going live.",
73
- "webhooks.form.guidanceSecurityBody": "A signing secret is generated automatically. You will only see it in full after create or rotate, so store it in your receiver before closing the page.",
74
- "webhooks.form.guidanceSecurityTitle": "Security Checklist",
75
- "webhooks.form.guidanceTitle": "Setup Guide",
76
- "webhooks.form.httpMethod": "HTTP Method",
77
- "webhooks.form.isActive": "Active",
78
- "webhooks.form.maxRetries": "Max Retries",
79
- "webhooks.form.maxRetriesHint": "Maximum number of delivery retry attempts (0-30).",
80
- "webhooks.form.name": "Name",
81
- "webhooks.form.namePlaceholder": "My Webhook",
82
- "webhooks.form.rateLimitPerMinute": "Rate Limit Per Minute",
83
- "webhooks.form.rateLimitPerMinuteHint": "Maximum deliveries per minute for this endpoint (0 means unlimited).",
84
- "webhooks.form.secret": "Signing Secret",
85
- "webhooks.form.secretCopied": "Secret copied to clipboard.",
86
- "webhooks.form.secretCopy": "Copy Secret",
87
- "webhooks.form.secretHint": "This secret is used to sign webhook payloads. Keep it safe.",
88
- "webhooks.form.secretMissing": "Webhook created but secret was not returned.",
89
- "webhooks.form.secretRotationTip": "Rotate the secret only after your consumer accepts signatures generated with both the old and new secret during the transition window.",
90
- "webhooks.form.secretUsageTip": "Store this secret in your receiving service now. Future reads only show a masked value.",
91
- "webhooks.form.secretVerificationTip": "Use this value to verify the webhook-signature header together with webhook-id and webhook-timestamp.",
92
- "webhooks.form.secretVisibleOnce": "This is the only time you can see this secret. Store it securely now.",
93
- "webhooks.form.subscribedEvents": "Subscribed Events",
94
- "webhooks.form.timeoutMs": "Timeout (ms)",
95
- "webhooks.form.timeoutMsHint": "Request timeout in milliseconds (1000-60000).",
96
- "webhooks.form.title.create": "Create Webhook",
97
- "webhooks.form.title.edit": "Edit Webhook",
98
- "webhooks.form.updateError": "Failed to update webhook.",
99
- "webhooks.form.updateSuccess": "Webhook updated successfully.",
100
- "webhooks.form.url": "Endpoint URL",
101
- "webhooks.form.urlHint": "The URL that will receive webhook payloads via HTTP POST.",
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 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": "Delete",
133
- "webhooks.list.actions.edit": "Edit",
134
- "webhooks.list.actions.test": "Test",
135
- "webhooks.list.actions.viewDeliveries": "View Deliveries",
136
- "webhooks.list.columns.createdAt": "Created",
137
- "webhooks.list.columns.events": "Events",
138
- "webhooks.list.columns.lastDelivery": "Last Delivery",
139
- "webhooks.list.columns.lastTriggered": "Last Triggered",
140
- "webhooks.list.columns.name": "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": "Health",
142
+ "webhooks.list.columns.successRate": "Kondycja",
143
143
  "webhooks.list.columns.url": "URL",
144
- "webhooks.list.confirmDelete": "Are you sure you want to delete this webhook? This action cannot be undone.",
145
- "webhooks.list.createFirst": "Create your first webhook to start receiving event notifications.",
146
- "webhooks.list.deleteError": "Failed to delete webhook.",
147
- "webhooks.list.deleteSuccess": "Webhook deleted successfully.",
148
- "webhooks.list.description": "Manage webhook endpoints for receiving platform events.",
149
- "webhooks.list.empty": "No webhooks configured yet.",
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": "Failed to load webhooks.",
152
- "webhooks.list.operatorTip": "Use exact events for narrow automations, or wildcard patterns when one consumer handles a whole domain. Check delivery logs after each rollout.",
153
- "webhooks.list.status.active": "Active",
154
- "webhooks.list.status.inactive": "Inactive",
155
- "webhooks.list.title": "Webhooks",
156
- "webhooks.nav.create": "Create Webhook",
157
- "webhooks.nav.group": "Integrations",
158
- "webhooks.nav.title": "Webhooks",
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
  }