From f09f86fbe876e85047e37ebdb2b4bd500a938c0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1rady=20Mil=C3=A1n?= <61704770+MilanVarady@users.noreply.github.com> Date: Fri, 24 Jan 2025 23:39:11 +0100 Subject: [PATCH] Update categories Create new Maintenance category and add new apps --- Applite/Resources/categories.json | 41 ++++++++++++++++++++++--------- Localizable.xcstrings | 12 +++++++++ 2 files changed, 41 insertions(+), 12 deletions(-) diff --git a/Applite/Resources/categories.json b/Applite/Resources/categories.json index 9d6d6de..1652a5b 100755 --- a/Applite/Resources/categories.json +++ b/Applite/Resources/categories.json @@ -13,7 +13,8 @@ "opera-gx", "orion", "tor-browser", - "vivaldi" + "vivaldi", + "zen-browser" ] }, { @@ -66,7 +67,7 @@ "microsoft-excel", "microsoft-outlook", "microsoft-powerpoint", - "microsoft-teams", + "microsoft-tebs", "microsoft-word", "onedrive", "openoffice", @@ -82,6 +83,7 @@ "caffeine", "flux", "hiddenbar", + "jordanbaird-ice", "hot", "istat-menus", "itsycal", @@ -89,7 +91,8 @@ "ticktick", "tomatobar", "vanilla", - "meetingbar" + "meetingbar", + "coconutbattery" ] }, { @@ -97,26 +100,38 @@ "sfSymbol": "wrench.and.screwdriver", "casks": [ "adobe-acrobat-reader", - "appcleaner", "android-file-transfer", "altserver", "balenaetcher", - "cleanmymac", "couleurs", - "daisydisk", "downie", "fing", "handbrake", "imageoptim", - "latest", "obs", - "onyx", "pdf-expert", "raspberry-pi-imager", "the-unarchiver", "transmission", - "xcodes", - "permute" + "permute", + "calibre", + "keepingyouawake", + "pika", + "upscayl" + ] + }, + { + "id": "Maintenance", + "sfSymbol": "wrench.adjustable", + "casks": [ + "neo-network-utility", + "appcleaner", + "pearcleaner", + "daisydisk", + "latest", + "onyx", + "grandperspective", + "omnidisksweeper" ] }, { @@ -136,7 +151,8 @@ "inkscape", "krita", "sketch", - "scribus" + "scribus", + "freecad" ] }, { @@ -170,7 +186,8 @@ "rapidapi", "ssh-config-editor", "tower", - "transmit" + "transmit", + "xcodes" ] }, { diff --git a/Localizable.xcstrings b/Localizable.xcstrings index e49776f..95b359b 100644 --- a/Localizable.xcstrings +++ b/Localizable.xcstrings @@ -3370,6 +3370,18 @@ } } }, + "Maintenance" : { + "comment" : "App category", + "extractionState" : "manual", + "localizations" : { + "hu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Karbantartás" + } + } + } + }, "Manage applications" : { "comment" : "Onboarding", "extractionState" : "manual",