From 06f2a9e1ea60d7a772850d56a01ef2dc6b7f19f8 Mon Sep 17 00:00:00 2001 From: matthieu Date: Sun, 15 Mar 2026 18:15:24 +0100 Subject: [PATCH] feat(bookstack) : add i18n translations for BookStack Co-Authored-By: Claude Sonnet 4.6 --- frontend/i18n/locales/fr.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/frontend/i18n/locales/fr.json b/frontend/i18n/locales/fr.json index 4561ef7..ec50f52 100644 --- a/frontend/i18n/locales/fr.json +++ b/frontend/i18n/locales/fr.json @@ -212,5 +212,28 @@ }, "error": "Erreur de connexion à Gitea.", "notConfigured": "Gitea non configuré pour ce projet." + }, + "bookstack": { + "settings": { + "title": "Configuration BookStack", + "url": "URL du serveur", + "urlPlaceholder": "https://wiki.example.com", + "tokenId": "Token ID", + "tokenIdPlaceholder": "Entrez le Token ID", + "tokenSecret": "Token Secret", + "tokenSecretPlaceholder": "Entrez le Token Secret", + "tokenConfigured": "Token configuré", + "save": "Enregistrer", + "saved": "Configuration BookStack sauvegardée.", + "testConnection": "Tester la connexion", + "testSuccess": "Connexion réussie.", + "testFailed": "Connexion échouée." + }, + "links": { + "title": "Documentation", + "searchPlaceholder": "Rechercher une page ou un livre...", + "noResults": "Aucun résultat", + "empty": "Aucun document lié" + } } }