From e5627facd571293ebba8f05f970121716af39603 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Fri, 05 Jun 2026 01:30:07 +0800
Subject: [PATCH] Include CoreServices apps in quick search index

---
 Apptag/Localization/ja.json |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/Apptag/Localization/ja.json b/Apptag/Localization/ja.json
index 8d61d9e..6a94e5d 100644
--- a/Apptag/Localization/ja.json
+++ b/Apptag/Localization/ja.json
@@ -6,6 +6,7 @@
   "menu.preferences": "設定…",
   "menu.quit": "終了",
   "menu.language": "言語",
+  "menu.help": "ヘルプ",
   "menu.version": "バージョン",
   "settings.language": "言語",
   "settings.languagePicker": "アプリの言語:",
@@ -62,6 +63,11 @@
   "drop.systemDefaultWarning": "システム既定カテゴリにはドラッグできません",
   "drop.uncategorizedConfirmTitle": "未分類に移動しますか?",
   "drop.uncategorizedConfirmMessage": "%appName% を未分類に移動すると、現在関連付けられている %tagCount% 個のタグが解除されます:%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": "デザイン",
   "tag.development": "プログラミング",
   "tag.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": "ヘルプPDFを開く",
+  "help.copyLink": "ヘルプPDFのリンクをコピー",
+  "help.currentLanguage": "現在のアプリ言語に対応するオンラインPDFを開きます。",
+  "settings.language.auto": "自動",
+  "help.downloadPDF": "ヘルプPDFをダウンロード"
 }

--
Gitblit v1.9.3