secubox-openwrt/package/secubox/luci-theme-secubox/htdocs/luci-static/resources/secubox-theme/i18n/fr.json
CyberMind-FR 675b2d164e feat: Portal service detection, nDPId compat layer, CrowdSec/Netifyd packages
Portal (luci-app-secubox-portal):
- Fix service status showing 0/9 by checking if init scripts exist
- Only count installed services in status display
- Use pgrep fallback when init script status fails

nDPId Dashboard (luci-app-ndpid):
- Add default /etc/config/ndpid configuration
- Add /etc/init.d/ndpid-compat init script
- Enable compat service in postinst for app detection
- Fix Makefile to install init script and config

CrowdSec Dashboard:
- Add CLAUDE.md with OpenWrt-specific guidelines (pgrep without -x)
- CSS fixes for hiding LuCI left menu in all views
- LAPI repair improvements with retry logic

New Packages:
- secubox-app-crowdsec: OpenWrt-native CrowdSec package
- secubox-app-netifyd: Netifyd DPI integration
- luci-app-secubox: Core SecuBox hub
- luci-theme-secubox: Custom theme

Removed:
- luci-app-secubox-crowdsec (replaced by crowdsec-dashboard)
- secubox-crowdsec-setup (functionality moved to dashboard)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-10 13:51:40 +01:00

44 lines
1.5 KiB
JSON

{
"common.loading": "Chargement…",
"common.error": "Une erreur est survenue",
"common.success": "Action réalisée avec succès",
"common.save": "Enregistrer",
"common.cancel": "Annuler",
"common.apply": "Appliquer",
"common.reset": "Réinitialiser",
"common.delete": "Supprimer",
"common.edit": "Modifier",
"common.view": "Afficher",
"common.close": "Fermer",
"common.confirm": "Confirmer",
"common.enabled": "Activé",
"common.disabled": "Désactivé",
"common.active": "Actif",
"common.inactive": "Inactif",
"common.status": "État",
"common.actions": "Actions",
"dashboard.title": "Centre de contrôle SecuBox",
"dashboard.welcome": "Bon retour, {name}",
"dashboard.overview": "Vue d'ensemble",
"dashboard.alerts": "Alertes système",
"dashboard.active_modules": "Modules actifs",
"dashboard.system_health": "Santé du système",
"dashboard.quick_actions": "Actions rapides",
"modules.title": "Modules",
"modules.active": "Modules actifs",
"modules.available": "Modules disponibles",
"modules.install": "Installer le module",
"modules.remove": "Supprimer le module",
"settings.title": "Paramètres",
"settings.language": "Langue",
"settings.theme": "Thème",
"settings.save_changes": "Enregistrer les modifications",
"settings.dark_mode": "Mode sombre",
"settings.light_mode": "Mode clair",
"settings.cyberpunk_mode": "Mode cyberpunk",
"errors.network": "Erreur de connexion réseau",
"errors.permission": "Permission refusée",
"errors.not_found": "Ressource introuvable",
"errors.server": "Erreur serveur"
}