From 58e665345efb72509d4a375abb61cc4f7802cd1e Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Sat, 30 May 2026 17:50:05 +0800 Subject: [PATCH] Prepare 7.8.5 language layout release --- Apptag/Localization/en.json | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/Apptag/Localization/en.json b/Apptag/Localization/en.json index 87a382d..64a1216 100644 --- a/Apptag/Localization/en.json +++ b/Apptag/Localization/en.json @@ -6,6 +6,7 @@ "menu.preferences": "Preferences…", "menu.quit": "Quit", "menu.language": "Language", + "menu.help": "Help", "menu.version": "Version", "settings.language": "Language", "settings.languagePicker": "App language:", @@ -62,6 +63,11 @@ "drop.systemDefaultWarning": "Do not drag apps into system default categories", "drop.uncategorizedConfirmTitle": "Move to Uncategorized?", "drop.uncategorizedConfirmMessage": "Moving %appName% to Uncategorized will remove its current %tagCount% tag associations: %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": "Development", "tag.writing": "Writing", @@ -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": "Open Help PDF", + "help.copyLink": "Copy Help PDF link", + "help.currentLanguage": "Opens the online PDF for the current app language.", + "settings.language.auto": "Automatic", + "help.downloadPDF": "Download Help PDF" } -- Gitblit v1.9.3