You've already forked KernelSU-Next
mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
Update translations (#12)
This commit is contained in:
+13
-13
@@ -49,7 +49,7 @@
|
||||
<!-- Header -->
|
||||
<header>
|
||||
<div class="container text-center">
|
||||
<h1 class="fw-bold">KernelSU Next Features</h1>
|
||||
<h1 class="fw-bold">KernelSU Next features</h1>
|
||||
<p class="lead">Explore the amazing features of KernelSU Next!</p>
|
||||
</div>
|
||||
</header>
|
||||
@@ -61,50 +61,50 @@
|
||||
<div class="row">
|
||||
<div class="col-md-6 col-lg-4 mb-4 d-flex">
|
||||
<div class="feature-box text-center p-3 border border-dark rounded flex-fill">
|
||||
<h3><i class="fas fa-microchip"></i> Non-GKI Kernel Support</h3>
|
||||
<h3><i class="fas fa-microchip"></i> Non-GKI kernel support</h3>
|
||||
<p>Non-GKI kernel support from 4.x - 5.4 LTS (3.x is experimental).</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-4 mb-4 d-flex">
|
||||
<div class="feature-box text-center p-3 border border-dark rounded flex-fill">
|
||||
<h3><i class="fas fa-cogs"></i> GKI Kernel Support</h3>
|
||||
<h3><i class="fas fa-cogs"></i> GKI kernel support</h3>
|
||||
<p>GKI kernels support LKM/KMI methods for easy installation.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-4 mb-4 d-flex">
|
||||
<div class="feature-box text-center p-3 border border-dark rounded flex-fill">
|
||||
<h3><i class="fas fa-magic"></i> Dynamic Module Mount</h3>
|
||||
<p>KernelSU Next includes both Magic Mount and OverlayFS which can switched from settings with a single toggle.</p>
|
||||
<h3><i class="fas fa-magic"></i> Dynamic module mount</h3>
|
||||
<p>KernelSU Next includes both Magic Mount and OverlayFS, which can be switched from the settings with a single toggle.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-4 mb-4 d-flex">
|
||||
<div class="feature-box text-center p-3 border border-dark rounded flex-fill">
|
||||
<h3><i class="fas fa-tools"></i> New Manager Features</h3>
|
||||
<h3><i class="fas fa-tools"></i> New manager features</h3>
|
||||
<p>KernelSU Next has a new, redesigned manager with several feature improvements and a UI overhaul.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-4 mb-4 d-flex">
|
||||
<div class="feature-box text-center p-3 border border-dark rounded flex-fill">
|
||||
<h3><i class="fas fa-undo"></i> Module Backup & Restoration</h3>
|
||||
<p>KernelSU Next allows for backup and restoration of modules when uninstalled accidentally or if you changed your mind or you simple want to restore a specific backup.</p>
|
||||
<h3><i class="fas fa-undo"></i> Module backup & restoration</h3>
|
||||
<p>KernelSU Next allows for backup and restoration of modules, whether they were uninstalled accidentally, you changed your mind, or you simply want to restore a specific backup.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-4 mb-4 d-flex">
|
||||
<div class="feature-box text-center p-3 border border-dark rounded flex-fill">
|
||||
<h3><i class="fas fa-sync-alt"></i> Auto-Updates</h3>
|
||||
<p>The KernelSU Next Manager app updates automatically with new releases.</p>
|
||||
<h3><i class="fas fa-sync-alt"></i> Auto-updates</h3>
|
||||
<p>The KernelSU Next manager app updates automatically with new releases.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-4 mb-4 d-flex">
|
||||
<div class="feature-box text-center p-3 border border-dark rounded flex-fill">
|
||||
<h3><i class="fas fa-calendar-alt"></i> Frequent Updates</h3>
|
||||
<h3><i class="fas fa-calendar-alt"></i> Frequent updates</h3>
|
||||
<p>KernelSU Next is frequently updated with lots of upcoming features.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-4 mb-4 d-flex">
|
||||
<div class="feature-box text-center p-3 border border-dark rounded flex-fill">
|
||||
<h3><i class="fas fa-eye-slash"></i> Hide Hosts</h3>
|
||||
<p>KernelSU Next hides hosts file modifications from detectors with app profile umount to allow you to use adblocks without any hassle.</p>
|
||||
<h3><i class="fas fa-eye-slash"></i> Hide hosts</h3>
|
||||
<p>KernelSU Next hides hosts file modifications from detectors using app profile unmount, allowing you to use ad blockers without any hassle.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user