From a9b5dc2330c005c8bacda7e432559309e3b5d5a6 Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Sat, 30 May 2026 16:50:43 +0800 Subject: [PATCH] Fix settings tabs and quick search chrome --- Apptag/Localization/ar.json | 70 +++++++++++++++++++++++++--------- 1 files changed, 51 insertions(+), 19 deletions(-) diff --git a/Apptag/Localization/ar.json b/Apptag/Localization/ar.json index c6eec5a..8768c95 100644 --- a/Apptag/Localization/ar.json +++ b/Apptag/Localization/ar.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": "كتابة", @@ -89,28 +95,28 @@ "edit.feedbackAddFormat": "اضافت هذه العملية %tagCount% من الوسوم عبر %appCount% تطبيقات (%appNames%).", "edit.feedbackRemoveFormat": "ازالت هذه العملية %tagCount% من الوسوم من %appCount% تطبيقات (%appNames%). الوسوم التي تمت ازالتها: %tagNames%.", "edit.removeHint": "هنا يمكنك الغاء تحديد الوسوم الموجودة بالفعل فقط. الوسوم التي يظهر بجانبها رمز حذف احمر ستزال بعد التاكيد.", - "smart.category.browser": "المتصفحات", - "smart.category.communication": "التواصل", + "smart.category.browser": "Browsers", + "smart.category.communication": "Communication", "smart.category.productivity": "الإنتاجية", - "smart.category.file-management": "إدارة الملفات", - "smart.category.transfer": "الرفع والتنزيل", + "smart.category.file-management": "File Management", + "smart.category.transfer": "Uploads & Downloads", "smart.category.development": "البرمجة", "smart.category.design": "التصميم", - "smart.category.writing": "الكتابة", - "smart.category.media": "الوسائط", - "smart.category.video": "الفيديو", - "smart.category.audio": "الصوت", - "smart.category.picture-photo": "الصور والفوتوغرافيا", - "smart.category.utilities": "الأدوات", - "smart.category.system": "تطبيقات النظام", + "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": "تعزيز النظام", - "smart.category.entertainment": "الترفيه", - "smart.category.game": "الألعاب", - "smart.category.finance": "المال", - "smart.category.education": "التعلّم", - "smart.category.ai-tools": "أدوات الذكاء الاصطناعي", - "smart.category.security": "الأمان", - "smart.category.other": "أخرى", + "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 تطبيقاتك", "smartstart.auto.messageFormat": "تم تنظيم %appCount% تطبيقًا مع %tagCount% تعيينات وسوم.", "smartstart.suggestion.title": "اقتراحات Smart Start جاهزة", @@ -166,5 +172,31 @@ "quickSearch.internalHotkeyStatus": "App list only", "quickSearch.globalHotkey": "Quick Search (global)", "quickSearch.globalHotkeyDesc": "Open Quick Search globally when the TagLauncher app list is not visible.", - "quickSearch.spaceDisplay": "Space" + "quickSearch.spaceDisplay": "Space", + "smart.category.GTD": "Tasks & GTD", + "smart.category.Notes": "Notes", + "smart.category.Meeting": "Meetings", + "smart.category.office": "Office", + "smart.category.PDF": "PDF", + "smart.category.api-tools": "API Tools", + "smart.category.database-tools": "Databases", + "smart.category.devops": "DevOps", + "smart.category.ide": "IDEs", + "smart.category.runtime-sdk": "Runtimes & SDKs", + "smart.category.terminal-tools": "Terminal Tools", + "smart.category.Font": "Fonts", + "smart.category.ui-prototyping": "UI Prototyping", + "smart.category.3d-cad": "3D & CAD", + "smart.category.diagramming": "Diagramming", + "smart.category.system-maintenance": "System Maintenance", + "smart.category.window-management": "Window Management", + "smart.category.device-management": "Device Management", + "smart.category.input-tools": "Input Tools", + "smart.category.Automation": "Automation", + "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": "تلقائي", + "help.downloadPDF": "تنزيل ملف المساعدة PDF" } -- Gitblit v1.9.3