From e08ca36ef9bc95352200fde6c826d86b4b8a95f0 Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Thu, 11 Jun 2026 21:12:36 +0800 Subject: [PATCH] Record 7.9 implementation baseline --- src/Apptag/Localization/en.json | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/Apptag/Localization/en.json b/src/Apptag/Localization/en.json index 64a1216..b2a05a3 100644 --- a/src/Apptag/Localization/en.json +++ b/src/Apptag/Localization/en.json @@ -82,7 +82,7 @@ "appNote.placeholder": "App purpose note", "edit.modeAdd": "Add tags", "edit.modeRemove": "Remove tags", - "edit.modeHint": "Left-side checkmarks apply only to this operation.", + "edit.modeHint": "Batch-tag apps (all selected tags will be assigned to all selected apps).", "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.", @@ -94,7 +94,7 @@ "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.", + "edit.removeHint": "Batch-remove tags from apps (all unchecked existing tags will be removed from all selected apps).", "smart.category.browser": "Browsers", "smart.category.communication": "Communication", "smart.category.productivity": "Productivity", @@ -138,9 +138,18 @@ "scheme.smartStart": "Smart Start", "scheme.beforeSmartStart": "Before Smart Start", "settings.systemScheme": "System initial scheme:", + "settings.initialLayout": "Layout initialization:", + "settings.initialLayoutUncategorized": "Uncategorized", + "settings.initialLayoutSmart": "Smart initial categories", + "settings.customLayout": "Custom layout:", "settings.applyScheme": "Apply", "settings.applySystemSchemeWarningTitle": "Backup recommended", "settings.applySystemSchemeWarningMessage": "Applying the system smart initial scheme will replace the current local scheme. You have not backed it up yet; we strongly recommend exporting a backup before applying.", + "settings.resetToUncategorizedWarningTitle": "Reset to Uncategorized?", + "settings.resetToUncategorizedWarningMessage": "This will remove the current app-to-tag category relationships and return all apps to Uncategorized. Apps, tags, and backups will not be deleted.", + "settings.confirmResetToUncategorized": "Reset", + "settings.resetToUncategorizedApplied": "Reset to Uncategorized", + "settings.resetToUncategorizedAppliedMessage": "Current app-to-tag category relationships were removed. Apps, tags, and backups were kept.", "settings.confirmApplyScheme": "Apply Anyway", "settings.cancel": "Cancel", "settings.systemSchemeApplied": "Category scheme applied", -- Gitblit v1.9.3