BloomFeed Addons v0.22

This commit is contained in:
Esteban
2026-07-04 20:22:16 +02:00
parent c4d1308497
commit d58f2195f5
22 changed files with 832 additions and 7 deletions
+35
View File
@@ -143,4 +143,39 @@ return [
'source_removed' => 'Source removed.',
'source_invalid' => 'Could not read this source (a valid bloomflux.json file is expected).',
'no_sources' => 'No external sources yet.',
// Notifiers
'notifiers' => 'Notifiers',
'notifiers_lede' => 'Get a Discord alert or a generic webhook call whenever a new article arrives on your feeds. Each user manages their own notifiers.',
'new_notifier' => 'New notifier',
'notifier_type' => 'Type',
'generic_webhook' => 'Generic webhook',
'notifier_name' => 'Name',
'notifier_name_placeholder' => 'e.g. Discord #news',
'notifier_url' => 'Webhook URL',
'notifier_scope' => 'Scope',
'scope_all' => 'All my feeds',
'scope_feeds' => 'Specific feeds',
'scope_feeds_pick' => 'Choose feeds',
'scope_feeds_list' => 'Feeds: :feeds',
'no_feeds_selected' => 'no feed selected',
'add_notifier' => 'Add notifier',
'your_notifiers' => 'Your notifiers',
'no_notifiers_yet' => "You haven't configured any notifier yet.",
'disabled' => 'disabled',
'send_test' => 'Test',
'enable' => 'Enable',
'disable' => 'Disable',
'confirm_delete_notifier' => 'Delete this notifier?',
'edit' => 'Edit',
'save' => 'Save',
'last_triggered' => 'triggered :time',
'notifier_created' => 'Notifier created.',
'notifier_updated' => 'Notifier updated.',
'notifier_deleted' => 'Notifier deleted.',
'notifier_test_ok' => 'Test notification sent successfully.',
'notifier_test_failed' => 'Failed to send the test notification — check the URL.',
'reset_title' => 'Reset',
'reset_text' => 'The reset.sh script wipes the instance back to a blank state (accounts, feeds, articles, notifiers) without touching the source code, .env or Docker images — useful to start over on a clean instance.',
];