From 440d4dc270ac33348f2aeed7fbafddfe284acabe Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Mon, 18 May 2026 16:04:55 +0800 Subject: [PATCH] Recover SmartStart 7.2.0 build 738 --- Apptag/Localization/en.json | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 56 insertions(+), 1 deletions(-) diff --git a/Apptag/Localization/en.json b/Apptag/Localization/en.json index 61f8c53..2f69fea 100644 --- a/Apptag/Localization/en.json +++ b/Apptag/Localization/en.json @@ -58,6 +58,8 @@ "group.appleBuiltIn": "Built-in", "group.uncommon": "Uncommon", "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%.", "tag.design": "Design", "tag.development": "Development", "tag.writing": "Writing", @@ -84,5 +86,58 @@ "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": "Only existing tags can be unchecked here. Tags showing a red delete icon will be removed after confirmation.", + "smart.category.browser": "Browsers", + "smart.category.communication": "Communication", + "smart.category.productivity": "Productivity", + "smart.category.file-management": "File Management", + "smart.category.transfer": "Uploads & Downloads", + "smart.category.development": "Development", + "smart.category.design": "Design", + "smart.category.writing": "Writing", + "smart.category.media": "Media", + "smart.category.video": "Video", + "smart.category.audio": "Audio", + "smart.category.picture-photo": "Pictures & Photos", + "smart.category.utilities": "Utilities", + "smart.category.system": "System Apps", + "smart.category.system-enhancement": "System Enhancements", + "smart.category.entertainment": "Entertainment", + "smart.category.game": "Games", + "smart.category.finance": "Finance", + "smart.category.education": "Education", + "smart.category.ai-tools": "AI Tools", + "smart.category.security": "Security", + "smart.category.other": "Other", + "smartstart.auto.title": "Smart Start organized your apps", + "smartstart.auto.messageFormat": "Organized %appCount% apps with %tagCount% tag assignments.", + "smartstart.suggestion.title": "Smart Start suggestions are ready", + "smartstart.suggestion.messageFormat": "Found %appCount% apps that can be organized with %tagCount% tag assignments.", + "smartstart.applied.title": "Smart Start applied", + "smartstart.applied.messageFormat": "Applied %tagCount% tag assignments across %appCount% apps.", + "smartstart.apply": "Apply", + "smartstart.later": "Not Now", + "smartstart.undo": "Undo", + "smartstart.ok": "OK", + "settings.categoryScheme": "Category Scheme Data Management", + "settings.currentScheme": "Current scheme:", + "settings.previousScheme": "Previous scheme:", + "settings.noPreviousScheme": "No previous scheme", + "settings.restorePreviousScheme": "Restore", + "settings.schemeRestored": "Category scheme restored", + "settings.restoreFailed": "Restore Failed", + "settings.schemeNotNamed": "Current local scheme", + "scheme.smartStart": "Smart Start", + "scheme.beforeSmartStart": "Before Smart Start", + "settings.systemScheme": "System initial scheme:", + "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.confirmApplyScheme": "Apply Anyway", + "settings.cancel": "Cancel", + "settings.systemSchemeApplied": "Category scheme applied", + "settings.systemSchemeAppliedMessage": "Applied %tagCount% tag assignments across %appCount% apps.", + "settings.systemSchemeApplyFailed": "No smart classification results were available to apply.", + "scheme.local": "Local scheme", + "scheme.systemSmartStart": "System smart initial scheme" } -- Gitblit v1.9.3