+ // Webhooks
+ 'webhooks' => 'Webhooky',
+ 'webhooks_create' => 'Vytvořit nový webhook',
+ 'webhooks_none_created' => 'Žádné webhooky nebyly doposud vytvořeny.',
+ 'webhooks_edit' => 'Upravit webhook',
+ 'webhooks_save' => 'Uložit webhook',
+ 'webhooks_details' => 'Podrobnosti webhooku',
+ 'webhooks_details_desc' => 'Provide a user friendly name and a POST endpoint as a location for the webhook data to be sent to.',
+ 'webhooks_events' => 'Události webhooku',
+ 'webhooks_events_desc' => 'Select all the events that should trigger this webhook to be called.',
+ 'webhooks_events_warning' => 'Keep in mind that these events will be triggered for all selected events, even if custom permissions are applied. Ensure that use of this webhook won\'t expose confidential content.',
+ 'webhooks_events_all' => 'Všechny události systému',
+ 'webhooks_name' => 'Název webhooku',
+ 'webhooks_timeout' => 'Webhook Request Timeout (Seconds)',
+ 'webhooks_endpoint' => 'Webhook Endpoint',
+ 'webhooks_active' => 'Webhook aktivní',
+ 'webhook_events_table_header' => 'Události',
+ 'webhooks_delete' => 'Odstranit webhook',
+ 'webhooks_delete_warning' => 'Webhook s názvem \':webhookName\' bude úplně odstraněn ze systému.',
+ 'webhooks_delete_confirm' => 'Opravdu chcete odstranit tento webhook?',
+ 'webhooks_format_example' => 'Příklad formátu webhooku',
+ 'webhooks_format_example_desc' => 'Webhook data is sent as a POST request to the configured endpoint as JSON following the format below. The "related_item" and "url" properties are optional and will depend on the type of event triggered.',
+ 'webhooks_status' => 'Webhook Status',
+ 'webhooks_last_called' => 'Last Called:',
+ 'webhooks_last_errored' => 'Last Errored:',
+ 'webhooks_last_error_message' => 'Last Error Message:',
+
+