From bba7b5e9b08af5de10fe2a6b6467f3b5afe8e302 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Sat, 30 May 2026 15:55:38 +0800
Subject: [PATCH] Record post-release settings tab task

---
 Apptag/Localization/no.json |   68 +++++++++++++++++++++++++---------
 1 files changed, 50 insertions(+), 18 deletions(-)

diff --git a/Apptag/Localization/no.json b/Apptag/Localization/no.json
index a3afe30..79df780 100644
--- a/Apptag/Localization/no.json
+++ b/Apptag/Localization/no.json
@@ -6,6 +6,7 @@
   "menu.preferences": "Innstillinger…",
   "menu.quit": "Avslutt",
   "menu.language": "Språk",
+  "menu.help": "Hjelp",
   "menu.version": "Versjon",
   "settings.language": "Språk",
   "settings.languagePicker": "Appspråk:",
@@ -62,6 +63,11 @@
   "drop.systemDefaultWarning": "Ikke dra apper til systemets standardkategorier",
   "drop.uncategorizedConfirmTitle": "Flytt til Ukategorisert?",
   "drop.uncategorizedConfirmMessage": "Hvis %appName% flyttes til Ukategorisert, fjernes de nåværende %tagCount% taggtilknytningene: %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": "Design",
   "tag.development": "Utvikling",
   "tag.writing": "Skriving",
@@ -89,28 +95,28 @@
   "edit.feedbackAddFormat": "Denne handlingen la til %tagCount% tagger i %appCount% apper (%appNames%).",
   "edit.feedbackRemoveFormat": "Denne handlingen fjernet %tagCount% tagger fra %appCount% apper (%appNames%). Fjernede tagger: %tagNames%.",
   "edit.removeHint": "Her kan bare eksisterende tagger fjernes fra avkrysningen. Tagger med rodt sletteikon blir fjernet etter bekreftelse.",
-  "smart.category.browser": "Nettlesere",
-  "smart.category.communication": "Kommunikasjon",
+  "smart.category.browser": "Browsers",
+  "smart.category.communication": "Communication",
   "smart.category.productivity": "Produktivitet",
-  "smart.category.file-management": "Filbehandling",
-  "smart.category.transfer": "Opplastinger og nedlastinger",
+  "smart.category.file-management": "File Management",
+  "smart.category.transfer": "Uploads & Downloads",
   "smart.category.development": "Programmering",
   "smart.category.design": "Design",
-  "smart.category.writing": "Skriving",
-  "smart.category.media": "Medier",
+  "smart.category.writing": "Writing",
+  "smart.category.media": "Media",
   "smart.category.video": "Video",
-  "smart.category.audio": "Lyd",
-  "smart.category.picture-photo": "Bilder og foto",
-  "smart.category.utilities": "Verktøy",
-  "smart.category.system": "Systemapper",
+  "smart.category.audio": "Audio",
+  "smart.category.picture-photo": "Pictures & Photos",
+  "smart.category.utilities": "Utilities",
+  "smart.category.system": "System Apps",
   "smart.category.system-enhancement": "Systemforbedringer",
-  "smart.category.entertainment": "Underholdning",
-  "smart.category.game": "Spill",
-  "smart.category.finance": "Finans",
-  "smart.category.education": "Utdanning",
-  "smart.category.ai-tools": "AI-verktøy",
-  "smart.category.security": "Sikkerhet",
-  "smart.category.other": "Annet",
+  "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 organiserade dina appar",
   "smartstart.auto.messageFormat": "Organiserade %appCount% appar med %tagCount% taggtilldelningar.",
   "smartstart.suggestion.title": "Smart Start-förslag är klara",
@@ -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": "Automatisk",
+  "help.downloadPDF": "Last ned hjelp-PDF"
 }

--
Gitblit v1.9.3