feat: add new notification methods (telegram, webhooks, gotify) (#295)

This commit is contained in:
Miguel Ribeiro
2024-05-06 00:15:44 +02:00
committed by GitHub
parent 5fff7c59eb
commit a408031ef8
37 changed files with 1658 additions and 234 deletions
+13
View File
@@ -120,6 +120,18 @@ $i18n = [
"smtp_password" => "SMTP Şifresi",
"from_email" => "Gönderen e-posta (İsteğe bağlı)",
"smtp_info" => "SMTP Şifresi düz metin olarak iletilir ve saklanır. Güvenlik için, lütfen bunun için özel bir hesap oluşturun.",
"telegram" => "Telegram",
"telegram_bot_token" => "Telegram Bot Token",
"telegram_chat_id" => "Telegram Chat ID",
"webhook" => "Webhook",
"webhook_url" => "Webhook URL",
"request_method" => "İstek Metodu",
"custom_headers" => "Özel Başlıklar",
"webhook_payload" => "Webhook Payload",
"webhook_iterator_key" => "{{subscriptions}}'yi anahtar olarak değiştir",
"variables_available" => "Kullanılabilir Değişkenler",
"gotify" => "Gotify",
"token" => "Token",
"categories" => "Kategoriler",
"save_category" => "Kategoriyi Kaydet",
"delete_category" => "Kategoriyi Sil",
@@ -215,6 +227,7 @@ $i18n = [
"email_error" => "E-posta gönderilirken hata oluştu",
"notification_sent_successfuly" => "Bildirim başarıyla gönderildi",
"notifications_settings_saved" => "Bildirim ayarları başarıyla kaydedildi.",
"notification_failed" => "Bildirim gönderilemedi",
// Payments
"payment_in_use" => "Kullanımda olan ödeme yöntemi devre dışı bırakılamaz",
"failed_update_payment" => "Ödeme yöntemi veritabanında güncellenemedi",