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' => 'Fuente eliminada.',
'source_invalid' => 'No se pudo leer esta fuente (se espera un archivo bloomflux.json válido).',
'no_sources' => 'Ninguna fuente externa por ahora.',
// Notificadores
'notifiers' => 'Notificadores',
'notifiers_lede' => 'Recibe una alerta de Discord o una llamada webhook genérica cuando llegue un nuevo artículo a tus fuentes. Cada usuario gestiona sus propios notificadores.',
'new_notifier' => 'Nuevo notificador',
'notifier_type' => 'Tipo',
'generic_webhook' => 'Webhook genérico',
'notifier_name' => 'Nombre',
'notifier_name_placeholder' => 'Ej: Discord #noticias',
'notifier_url' => 'URL del webhook',
'notifier_scope' => 'Alcance',
'scope_all' => 'Todas mis fuentes',
'scope_feeds' => 'Fuentes específicas',
'scope_feeds_pick' => 'Elegir fuentes',
'scope_feeds_list' => 'Fuentes: :feeds',
'no_feeds_selected' => 'ninguna fuente seleccionada',
'add_notifier' => 'Añadir notificador',
'your_notifiers' => 'Tus notificadores',
'no_notifiers_yet' => 'Todavía no has configurado ningún notificador.',
'disabled' => 'desactivado',
'send_test' => 'Probar',
'enable' => 'Activar',
'disable' => 'Desactivar',
'confirm_delete_notifier' => '¿Eliminar este notificador?',
'edit' => 'Editar',
'save' => 'Guardar',
'last_triggered' => 'activado :time',
'notifier_created' => 'Notificador creado.',
'notifier_updated' => 'Notificador actualizado.',
'notifier_deleted' => 'Notificador eliminado.',
'notifier_test_ok' => 'Notificación de prueba enviada con éxito.',
'notifier_test_failed' => 'No se pudo enviar la notificación de prueba — comprueba la URL.',
'reset_title' => 'Reiniciar',
'reset_text' => 'El script reset.sh restablece la instancia a un estado en blanco (cuentas, fuentes, artículos, notificadores) sin tocar el código fuente, el .env ni las imágenes Docker — útil para empezar de cero.',
];