From efbfc27e0c813c31b570d72fded40eb91d07f2db Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Thu, 28 May 2026 21:01:19 +0800 Subject: [PATCH] Add AppKit tag navigation reordering --- Apptag/Localization/fr.json | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/Apptag/Localization/fr.json b/Apptag/Localization/fr.json index 3cb6564..4425b41 100644 --- a/Apptag/Localization/fr.json +++ b/Apptag/Localization/fr.json @@ -6,6 +6,7 @@ "menu.preferences": "Préférences…", "menu.quit": "Quitter", "menu.language": "Langue", + "menu.help": "Aide", "menu.version": "Version", "settings.language": "Langue", "settings.languagePicker": "Langue de l'app :", @@ -62,6 +63,11 @@ "drop.systemDefaultWarning": "Ne déposez pas dans les catégories système par défaut", "drop.uncategorizedConfirmTitle": "Déplacer vers Non classé ?", "drop.uncategorizedConfirmMessage": "Déplacer %appName% vers Non classé supprimera ses %tagCount% associations de tags actuelles : %tagNames%.", + "drop.removeTagConfirmTitle": "Remove tag?", + "drop.removeTagConfirmMessage": "Remove %appName% from the tag %tagName%?", + "drop.removeTagDoNotAskAgain": "Got it, don't remind me again", + "drop.removeTagConfirmYes": "Yes", + "drop.removeTagConfirmNo": "No", "tag.design": "Design", "tag.development": "Développement", "tag.writing": "Écriture", @@ -187,5 +193,10 @@ "smart.category.device-management": "Device Management", "smart.category.input-tools": "Input Tools", "smart.category.Automation": "Automation", - "smart.category.network-tools": "Network Tools" + "smart.category.network-tools": "Network Tools", + "help.openPDF": "Ouvrir le PDF d’aide", + "help.copyLink": "Copier le lien du PDF d’aide", + "help.currentLanguage": "Ouvre le PDF en ligne correspondant à la langue actuelle de l’app.", + "settings.language.auto": "Automatique", + "help.downloadPDF": "Télécharger le PDF d’aide" } -- Gitblit v1.9.3