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é" + } } }