From aa39898c80a8ed0825e1b0c75f4e7858e68bf884 Mon Sep 17 00:00:00 2001 From: Olivier Date: Mon, 18 May 2026 15:19:58 +0200 Subject: [PATCH] refactor: rename 'Livebox / Box FAI' to 'Passerelle Internet' in device form Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/i18n.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/i18n.js b/frontend/src/i18n.js index 92c3879..959df18 100644 --- a/frontend/src/i18n.js +++ b/frontend/src/i18n.js @@ -53,7 +53,7 @@ const LANGS = { fieldType: 'Type *', fieldDescription: 'Description', isGateway: 'Passerelle inter-VLAN', - isLivebox: 'Livebox / Box FAI', + isLivebox: 'Passerelle Internet', accessUrl: "URL d'accès", runtimeType: "Type d'environnement d'exécution", notSpecified: '— Non précisé', @@ -215,7 +215,7 @@ const LANGS = { fieldType: 'Type *', fieldDescription: 'Description', isGateway: 'Inter-VLAN gateway', - isLivebox: 'ISP Box / Router', + isLivebox: 'Internet gateway', accessUrl: 'Access URL', runtimeType: 'Runtime environment', notSpecified: '— Not specified', @@ -373,7 +373,7 @@ const LANGS = { fieldType: 'Tipo *', fieldDescription: 'Descripción', isGateway: 'Pasarela inter-VLAN', - isLivebox: 'Router / Box ISP', + isLivebox: 'Pasarela de Internet', accessUrl: 'URL de acceso', runtimeType: 'Entorno de ejecución', notSpecified: '— No especificado',