From e1226e6ae5a75388fe5d1a0e1ed008f80fee25ed Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Sun, 17 May 2026 14:21:25 +0800
Subject: [PATCH] Release Apptag 6.0.5 build 610

---
 Apptag/Localization/en.json |   22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletions(-)

diff --git a/Apptag/Localization/en.json b/Apptag/Localization/en.json
index cf572bf..61f8c53 100644
--- a/Apptag/Localization/en.json
+++ b/Apptag/Localization/en.json
@@ -33,6 +33,8 @@
   "settings.exportFailed": "Export Failed",
   "settings.import": "Import Categories & Layout…",
   "settings.backupDesc": "Export saves your categories and layout to a JSON file. Import replaces the current setup with one from a file.",
+  "settings.uncommonBubble": "Uncommon app bubble tips",
+  "settings.uncommonBubbleDesc": "Show a large name and note bubble only for apps marked as Uncommon.",
   "settings.importFailed": "Import Failed",
   "edit.exit": "Exit editing",
   "edit.tags": "Edit Tags",
@@ -54,6 +56,7 @@
   "app.build": "Build",
   "group.uncategorized": "Uncategorized",
   "group.appleBuiltIn": "Built-in",
+  "group.uncommon": "Uncommon",
   "drop.systemDefaultWarning": "Do not drag apps into system default categories",
   "tag.design": "Design",
   "tag.development": "Development",
@@ -64,5 +67,22 @@
   "tag.productivity": "Productivity",
   "settings.coloredContainer": "Colored Container",
   "settings.gridContainer": "Colorless Grid",
-  "settings.coloredGridContainer": "Colored Grid"
+  "settings.coloredGridContainer": "Colored Grid",
+  "appNote.edit": "Edit purpose note…",
+  "appNote.placeholder": "App purpose note",
+  "edit.modeAdd": "Add tags",
+  "edit.modeRemove": "Remove tags",
+  "edit.modeHint": "Left-side checkmarks apply only to this operation.",
+  "edit.currentTags": "Current tags",
+  "edit.commonTags": "Shared tags",
+  "edit.selectionHint": "Select apps on the right, then choose the tags to add or remove on the left.",
+  "edit.noAssignedTags": "The selected app has no tags yet.",
+  "edit.noCommonTags": "These selected apps have no shared tags.",
+  "edit.mixedTagsHint": "Other tags differ between the selected apps.",
+  "edit.operationLabel": "Action:",
+  "edit.confirmAdd": "Confirm Add",
+  "edit.confirmRemove": "Confirm Remove",
+  "edit.feedbackAddFormat": "This operation added %tagCount% tags across %appCount% apps (%appNames%).",
+  "edit.feedbackRemoveFormat": "This operation removed %tagCount% tags across %appCount% apps (%appNames%). Removed tags: %tagNames%.",
+  "edit.removeHint": "Only existing tags can be unchecked here. Tags showing a red delete icon will be removed after confirmation."
 }

--
Gitblit v1.9.3