From b02c7cd28f1c48c5380bb5e3f839bdfb7615f25f Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Sat, 30 May 2026 17:41:59 +0800 Subject: [PATCH] Show more languages in preferences --- Apptag/Localization/no.json | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/Apptag/Localization/no.json b/Apptag/Localization/no.json index f3107fe..79df780 100644 --- a/Apptag/Localization/no.json +++ b/Apptag/Localization/no.json @@ -63,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", @@ -191,5 +196,7 @@ "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." + "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