From efbfc27e0c813c31b570d72fded40eb91d07f2db Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Thu, 28 May 2026 21:01:19 +0800 Subject: [PATCH] Add AppKit tag navigation reordering --- Apptag/Localization/ru.json | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/Apptag/Localization/ru.json b/Apptag/Localization/ru.json index f1d6a81..dd304cb 100644 --- a/Apptag/Localization/ru.json +++ b/Apptag/Localization/ru.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