From fb4eaa3834c5c62c5421dc67c3cdb546b1a5a0f9 Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Fri, 29 May 2026 05:46:37 +0800 Subject: [PATCH] Modularize settings smart start paths --- Apptag/Localization/ar.json | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/Apptag/Localization/ar.json b/Apptag/Localization/ar.json index 75b6e0f..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": "كتابة", @@ -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": "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