mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-06 01:45:22 +00:00
Expand settings for notifications.
This commit is contained in:
@@ -2497,8 +2497,9 @@ return [
|
||||
'notification_settings' => 'Settings for notifications',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
'available_channels_title' => 'Available channels',
|
||||
'available_channels_expl' => 'These channels are available to send notifications over. To test your confiuration, use the buttons below. Please note that the buttons have no spam control.',
|
||||
'available_channels_expl' => 'These channels are available to send notifications over. To test your configuration, use the buttons below. Please note that the buttons have no spam control.',
|
||||
'notification_channel_name_email' => 'Email',
|
||||
'slack_discord_double' => 'The Slack notification channel can also send notifications to Discord.',
|
||||
'notification_channel_name_slack' => 'Slack',
|
||||
'notification_channel_name_ntfy' => 'Ntfy.sh',
|
||||
'notification_channel_name_pushover' => 'Pushover',
|
||||
|
||||
@@ -264,5 +264,12 @@ return [
|
||||
'webhook_delivery' => 'Delivery',
|
||||
'webhook_response' => 'Response',
|
||||
'webhook_trigger' => 'Trigger',
|
||||
'pushover_app_token' => 'Pushover app token',
|
||||
'pushover_user_token' => 'Pushover user token',
|
||||
'ntfy_server' => 'Ntfy server',
|
||||
'ntfy_topic' => 'Ntfy topic',
|
||||
'ntfy_auth' => 'Ntfy authentication enabled',
|
||||
'ntfy_user' => 'Ntfy username',
|
||||
'ntfy_pass' => 'Ntfy password',
|
||||
];
|
||||
// Ignore this comment
|
||||
|
||||
Reference in New Issue
Block a user