From 369c8f03db2f6d507697ab2296db5e6f81c8cd1e Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Sat, 27 Jun 2026 17:15:11 +0800
Subject: [PATCH] Reduce SmartStart default categories to thirteen

---
 src/Apptag/Localization/fr.json |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/Apptag/Localization/fr.json b/src/Apptag/Localization/fr.json
index 7c74c73..599fb7c 100644
--- a/src/Apptag/Localization/fr.json
+++ b/src/Apptag/Localization/fr.json
@@ -8,6 +8,8 @@
   "menu.language": "Langue",
   "menu.help": "Aide",
   "menu.version": "Version",
+  "menu.proStatus.free": "Vous utilisez actuellement la version gratuite (passer à Pro)",
+  "menu.proStatus.unlocked": "Vous êtes actuellement un utilisateur Pro privilégié",
   "settings.language": "Langue",
   "settings.languagePicker": "Langue de l'app :",
   "settings.languageDesc": "Choisissez la langue utilisée par les menus et les réglages.",
@@ -103,16 +105,16 @@
   "smart.category.productivity": "Productivité",
   "smart.category.file-management": "Gestion de fichiers",
   "smart.category.transfer": "Envois et téléchargements",
-  "smart.category.development": "Développement",
+  "smart.category.development": "Programmation",
   "smart.category.design": "Conception",
   "smart.category.writing": "Rédaction",
   "smart.category.media": "Médias",
   "smart.category.video": "Vidéo",
   "smart.category.audio": "Son",
-  "smart.category.picture-photo": "Images et photos",
+  "smart.category.picture-photo": "Images",
   "smart.category.utilities": "Utilitaires",
   "smart.category.system": "Apps système",
-  "smart.category.system-enhancement": "Améliorations système",
+  "smart.category.system-enhancement": "Outils système",
   "smart.category.entertainment": "Divertissement",
   "smart.category.game": "Jeux",
   "smart.category.finance": "Finances",
@@ -188,7 +190,7 @@
   "smart.category.GTD": "Tâches et GTD",
   "smart.category.Notes": "Prises de notes",
   "smart.category.Meeting": "Réunions",
-  "smart.category.office": "Bureau",
+  "smart.category.office": "Bureau et documents",
   "smart.category.PDF": "PDF",
   "smart.category.api-tools": "Outils API",
   "smart.category.database-tools": "Bases de données",

--
Gitblit v1.9.3