BloomFeed Addons v0.22
This commit is contained in:
@@ -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.',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user