From 7062f4e1ba12f3694327c0adb02d2635029c81fa Mon Sep 17 00:00:00 2001
From: watan104 <96546018+watan104@users.noreply.github.com>
Date: Fri, 19 Sep 2025 07:05:11 +0300
Subject: [PATCH 1/2] i18n: add Dutch (nl_NL) translation for CachyOS Kernel
Manager
---
lang/cachyos-kernel-manager_nl.ts | 314 ++++++++++++++++++++++++++++++
1 file changed, 314 insertions(+)
create mode 100644 lang/cachyos-kernel-manager_nl.ts
diff --git a/lang/cachyos-kernel-manager_nl.ts b/lang/cachyos-kernel-manager_nl.ts
new file mode 100644
index 0000000..33a28b4
--- /dev/null
+++ b/lang/cachyos-kernel-manager_nl.ts
@@ -0,0 +1,314 @@
+
+
+
+
+ ConfOptionsPage
+
+
+ Enable CachyOS config
+ CachyOS-configuratie inschakelen
+
+
+
+ Tweak kernel options prior to a build via nconfig
+ Kernelopties aanpassen vóór de build via nconfig
+
+
+
+ Tweak kernel options prior to a build via xconfig
+ Kernelopties aanpassen vóór de build via xconfig
+
+
+
+ Use Modprobed-db
+ Gebruik Modprobed-db
+
+
+
+ Enable KBUILD_CFLAGS -O3
+ KBUILD_CFLAGS -O3 inschakelen
+
+
+
+ Set performance governor as default
+ Stel de prestatie-governor in als standaard
+
+
+
+ Enable TCP_CONG_BBR3
+ TCP_CONG_BBR3 inschakelen
+
+
+
+ Running tick rate
+ Lopende tickfrequentie
+
+
+
+ Select tickless
+ Tickless selecteren
+
+
+
+ Select preempt
+ Preempt selecteren
+
+
+
+ Transparent Hugepages
+ Transparent Hugepages instellen
+
+
+
+ Enable DAMON
+ DAMON inschakelen
+
+
+
+ CPU compiler optimizations
+ CPU-compileroptimalisaties
+
+
+
+ Apply automatic CPU Optimization
+ Automatische CPU-optimalisatie toepassen
+
+
+
+ Enable LTO
+ LTO inschakelen
+
+
+
+ Build the ZFS module
+ ZFS-module bouwen
+
+
+
+ Build the NVIDIA module
+ NVIDIA-module bouwen
+
+
+
+ Build the open NVIDIA module
+ Open NVIDIA-module bouwen
+
+
+
+ Include vmlinux with debug informations/symbols
+ vmlinux opnemen met debug-informatie/symbolen
+
+
+
+ Load
+ Laden
+
+
+
+ Save
+ Opslaan
+
+
+
+ Cancel
+ Annuleren
+
+
+
+ Build kernel
+ Kernel bouwen
+
+
+
+ Custom package name
+ Aangepaste pakketnaam
+
+
+
+ $pkgbase
+ $pkgbase
+
+
+
+
+ ConfPatchesPage
+
+
+ Add remote patch
+ Externe patch toevoegen
+
+
+
+ Add local patch
+ Lokale patch toevoegen
+
+
+
+
+ ConfWindow
+
+
+ CachyOS Kernel Manager Configure
+ CachyOS Kernel Manager configureren
+
+
+
+ Options
+ Opties
+
+
+
+ Patches
+ Patches
+
+
+
+ Do you want to install build packages?
+ Wilt u de gebouwde pakketten installeren?
+
+
+
+ CachyOS default scheduler (BORE+Cachy Sauce)
+ CachyOS-standaardplanner (BORE+Cachy Sauce)
+
+
+
+ BORE - Burst-Oriented Response Enhancer
+ BORE - Burst-Oriented Response Enhancer
+
+
+
+ RC - Release Candidate
+ RC - Release Candidate
+
+
+
+ RT - Realtime kernel
+ RT - Realtime kernel
+
+
+
+ RT-Bore
+ RT-Bore
+
+
+
+ EEVDF
+ EEVDF
+
+
+
+ BMQ (BitMap Queue)
+ BMQ (BitMap Queue)
+
+
+
+ Select one or more patch files
+ Selecteer een of meer patch-bestanden
+
+
+
+ Patch file (*.patch)
+ Patch-bestand (*.patch)
+
+
+
+ Enter URL patch
+ Patch-URL invoeren
+
+
+
+ Patch URL:
+ Patch-URL:
+
+
+
+ Save file as
+ Opslaan als
+
+
+
+
+ Config file (*.toml)
+ Configuratiebestand (*.toml)
+
+
+
+ Failed to save config options to file: %1
+ Opslaan van configuratieopties naar bestand mislukt: %1
+
+
+
+ Load from
+ Laden van
+
+
+
+ Failed to load config options from file: %1
+ Kon configuratieopties niet laden uit bestand: %1
+
+
+
+ Config file(%1) is outdated
+ Configuratiebestand (%1) is verouderd
+
+
+
+
+ MainWindow
+
+
+ CachyOS Kernel Manager
+ CachyOS Kernel Manager
+
+
+
+ Choose
+ Selecteren
+
+
+
+ PkgName
+ Pakketnaam
+
+
+
+ Version
+ Versie
+
+
+
+ Category
+ Categorie
+
+
+
+ sched-ext scheduler config
+ sched-ext plannerconfiguratie
+
+
+
+ Configure
+ Configureren
+
+
+
+ Cancel
+ Annuleren
+
+
+
+ Execute
+ Uitvoeren
+
+
+
+ No kernels found!
+Please run `pacman -Sy` to update DB!
+This is needed for the app to work properly
+ Geen kernels gevonden!
+Voer `pacman -Sy` uit om de database bij te werken!
+Dit is nodig om de applicatie correct te laten werken
+
+
+
From 4729d25e2bb2fe2a0fcb23b53e80ffae2d39eaf8 Mon Sep 17 00:00:00 2001
From: watan104 <96546018+watan104@users.noreply.github.com>
Date: Fri, 19 Sep 2025 07:06:24 +0300
Subject: [PATCH 2/2] i18n: add nl to translation file
---
cachyoskm_locale.qrc | 1 +
1 file changed, 1 insertion(+)
diff --git a/cachyoskm_locale.qrc b/cachyoskm_locale.qrc
index 9a08ad3..4e7e6d1 100644
--- a/cachyoskm_locale.qrc
+++ b/cachyoskm_locale.qrc
@@ -10,5 +10,6 @@
lang/cachyos-kernel-manager_sk.qm
lang/cachyos-kernel-manager_sv.qm
lang/cachyos-kernel-manager_tr.qm
+ lang/cachyos-kernel-manager_nl.qm