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:
@@ -62,8 +62,8 @@
|
||||
<section id="installation" class="py-5">
|
||||
<div class="container">
|
||||
<h2 class="text-center mb-4">Installation</h2>
|
||||
<p class="text-center">Run the following commands below for different installation options, should be ran inside the root of your kernel's directory.</p>
|
||||
<h3 class="mt-4">Latest Release</h3>
|
||||
<p class="text-center">Run the following commands below for different installation options, they should be run inside the root of your kernel's directory.</p>
|
||||
<h3 class="mt-4">Latest release</h3>
|
||||
<div class="highlight mt-3">
|
||||
<code>curl -LSs "https://raw.githubusercontent.com/rifsxd/KernelSU-Next/next/kernel/setup.sh" | bash -</code>
|
||||
<button class="btn btn-copy mt-2" onclick="copyToClipboard(this)">Copy</button>
|
||||
@@ -73,7 +73,7 @@
|
||||
<code>curl -LSs "https://raw.githubusercontent.com/rifsxd/KernelSU-Next/next/kernel/setup.sh" | bash -s next</code>
|
||||
<button class="btn btn-copy mt-2" onclick="copyToClipboard(this)">Copy</button>
|
||||
</div>
|
||||
<h3 class="mt-4">Specific Tag</h3>
|
||||
<h3 class="mt-4">Specific tag</h3>
|
||||
<div class="highlight mt-3">
|
||||
<code>curl -LSs "https://raw.githubusercontent.com/rifsxd/KernelSU-Next/next/kernel/setup.sh" | bash -s v1.0.2-R14</code>
|
||||
<button class="btn btn-copy mt-2" onclick="copyToClipboard(this)">Copy</button>
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
<!-- Header -->
|
||||
<header>
|
||||
<div class="container text-center">
|
||||
<h1 class="fw-bold">Unofficially Supported Devices</h1>
|
||||
<h1 class="fw-bold">Unofficially supported devices</h1>
|
||||
<p class="lead">Here is the list of devices unofficially supported by KernelSU Next.</p>
|
||||
</div>
|
||||
</header>
|
||||
@@ -59,7 +59,7 @@
|
||||
<div class="container">
|
||||
<!-- Warning Box -->
|
||||
<div class="alert alert-warning" role="alert">
|
||||
<strong>Warning!</strong> In this page, there are kernels for devices unofficially supporting KernelSU Next maintained by other developers. So be cautious of what you are flashing!
|
||||
<strong>Warning:</strong> In this page, there are kernels for devices unofficially supporting KernelSU Next, maintained by other developers. So, be cautious about what you are flashing!
|
||||
</div>
|
||||
<!-- Wrap the table inside a div with overflow-x: auto -->
|
||||
<div style="overflow-x: auto;">
|
||||
@@ -68,7 +68,7 @@
|
||||
<tr>
|
||||
<th scope="col">Maintainer</th>
|
||||
<th scope="col">Repository</th>
|
||||
<th scope="col">Supported Devices</th>
|
||||
<th scope="col">Supported devices</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -305,9 +305,9 @@
|
||||
</tr>
|
||||
|
||||
<!-- <tr>
|
||||
<td>Example Maintainer</td>
|
||||
<td>Example maintainer</td>
|
||||
<td><a href="https://github.com/example/example" target="_blank">example repo name</a></td>
|
||||
<td>Example Devices</td>
|
||||
<td>Example devices</td>
|
||||
</tr> -->
|
||||
<!-- Add more rows as needed -->
|
||||
|
||||
|
||||
@@ -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