From f5a1588c666e9f414e51eae344ed5153ed064191 Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Fri, 29 May 2026 02:44:02 +0800 Subject: [PATCH] AppKit quick search result list --- Apptag/Localization/pl.json | 66 ++++++++++++++++++++++++-------- 1 files changed, 49 insertions(+), 17 deletions(-) diff --git a/Apptag/Localization/pl.json b/Apptag/Localization/pl.json index f858c65..1cedf9f 100644 --- a/Apptag/Localization/pl.json +++ b/Apptag/Localization/pl.json @@ -6,6 +6,7 @@ "menu.preferences": "Preferencje…", "menu.quit": "Zakończ", "menu.language": "Język", + "menu.help": "Pomoc", "menu.version": "Wersja", "settings.language": "Język", "settings.languagePicker": "Język aplikacji:", @@ -62,6 +63,11 @@ "drop.systemDefaultWarning": "Nie przeciągaj aplikacji do domyślnych kategorii systemu", "drop.uncategorizedConfirmTitle": "Przenieść do Bez kategorii?", "drop.uncategorizedConfirmMessage": "Przeniesienie %appName% do Bez kategorii usunie obecne powiązania tagów (%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": "Projektowanie", "tag.development": "Programowanie", "tag.writing": "Pisanie", @@ -89,28 +95,28 @@ "edit.feedbackAddFormat": "Ta operacja dodala %tagCount% tagow do %appCount% aplikacji (%appNames%).", "edit.feedbackRemoveFormat": "Ta operacja usunela %tagCount% tagow z %appCount% aplikacji (%appNames%). Usuniete tagi: %tagNames%.", "edit.removeHint": "Tutaj mozna odznaczyc tylko istniejace tagi. Tagi z czerwona ikona usuniecia zostana usuniete po potwierdzeniu.", - "smart.category.browser": "Przeglądarki", - "smart.category.communication": "Komunikacja", + "smart.category.browser": "Browsers", + "smart.category.communication": "Communication", "smart.category.productivity": "Produktywność", - "smart.category.file-management": "Zarządzanie plikami", - "smart.category.transfer": "Wysyłanie i pobieranie", + "smart.category.file-management": "File Management", + "smart.category.transfer": "Uploads & Downloads", "smart.category.development": "Programowanie", "smart.category.design": "Projektowanie", - "smart.category.writing": "Pisanie", + "smart.category.writing": "Writing", "smart.category.media": "Media", - "smart.category.video": "Wideo", + "smart.category.video": "Video", "smart.category.audio": "Audio", - "smart.category.picture-photo": "Obrazy i zdjęcia", - "smart.category.utilities": "Narzędzia", - "smart.category.system": "Aplikacje systemowe", + "smart.category.picture-photo": "Pictures & Photos", + "smart.category.utilities": "Utilities", + "smart.category.system": "System Apps", "smart.category.system-enhancement": "Ulepszenia systemu", - "smart.category.entertainment": "Rozrywka", - "smart.category.game": "Gry", - "smart.category.finance": "Finanse", - "smart.category.education": "Edukacja", - "smart.category.ai-tools": "Narzędzia AI", - "smart.category.security": "Bezpieczeństwo", - "smart.category.other": "Inne", + "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 uporządkował aplikacje", "smartstart.auto.messageFormat": "Uporządkowano %appCount% aplikacji z %tagCount% przypisaniami tagów.", "smartstart.suggestion.title": "Sugestie Smart Start są gotowe", @@ -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": "Automatycznie", + "help.downloadPDF": "Pobierz PDF pomocy" } -- Gitblit v1.9.3