Update translations & add portuguese translation

This commit is contained in:
igor
2025-01-05 23:05:13 -03:00
parent 68002ce859
commit 4ba7ba5cf3
7 changed files with 262 additions and 54 deletions

View File

@@ -41,7 +41,7 @@
<h1 class="fs-1 fw-bold text-start" style="color: rgb(255,192,192);">KernelSU Next</h1>
<h1 class="fw-bolder text-start" style="color: rgb(255,118,118);">A kernel-based root solution for Android</h1>
</div>
<p class="fs-5 fw-bold text-start" style="color: rgb(255,202,202);">Supports kernel 4.9 - 6.6 (NON-GKI &amp; GKI)</p>
<p class="fs-5 fw-bold text-start" style="color: rgb(255,202,202);">Supports kernel 4.9 - 6.6 (Non-GKI &amp; GKI)</p>
</div>
<div class="col">
<div></div>
@@ -61,15 +61,15 @@
<h2 class="fs-2 fw-bold text-start" style="color: rgb(255,192,192);">Installation</h2>
<p style="color: rgb(255,192,192);">Copy and paste the commands below to install KernelSU Next. Latest tag (stable)</p>
<div>
<pre><code style="color: rgb(255,118,118);">curl -LSs "https://raw.githubusercontent.com/rifsxd/KernelSU-Next/next/kernel/setup.sh" | bash -</code><button class="btn" style="color: rgb(255,192,192); padding: 5px 10px; font-size: 12px;" onclick="copyToClipboard(this)">Copy to Clipboard!</button></pre>
<pre><code style="color: rgb(255,118,118);">curl -LSs "https://raw.githubusercontent.com/rifsxd/KernelSU-Next/next/kernel/setup.sh" | bash -</code><button class="btn" style="color: rgb(255,192,192); padding: 5px 10px; font-size: 12px;" onclick="copyToClipboard(this)">Copy to clipboard!</button></pre>
</div>
<p style="color: rgb(255,192,192);">Copy and paste the commands below to install KernelSU Next. Next branch (development bleeding edge).</p>
<p style="color: rgb(255,192,192);">Copy and paste the commands below to install KernelSU Next. Next branch (development bleeding edge)</p>
<div>
<pre><code style="color: rgb(255,118,118);">curl -LSs "https://raw.githubusercontent.com/rifsxd/KernelSU-Next/next/kernel/setup.sh" | bash -s next</code><button class="btn" style="color: rgb(255,192,192); padding: 5px 10px; font-size: 12px;" onclick="copyToClipboard(this)">Copy to Clipboard!</button></pre>
<pre><code style="color: rgb(255,118,118);">curl -LSs "https://raw.githubusercontent.com/rifsxd/KernelSU-Next/next/kernel/setup.sh" | bash -s next</code><button class="btn" style="color: rgb(255,192,192); padding: 5px 10px; font-size: 12px;" onclick="copyToClipboard(this)">Copy to clipboard!</button></pre>
</div>
<p style="color: rgb(255,192,192);">Copy and paste the commands below to install KernelSU Next. Select tag (such as v1.0.2-R14).</p>
<p style="color: rgb(255,192,192);">Copy and paste the commands below to install KernelSU Next. Select tag (such as v1.0.2-R14)</p>
<div>
<pre><code style="color: rgb(255,118,118);">curl -LSs "https://raw.githubusercontent.com/rifsxd/KernelSU-Next/next/kernel/setup.sh" | bash -s v1.0.2-R14</code><button class="btn" style="color: rgb(255,192,192); padding: 5px 10px; font-size: 12px;" onclick="copyToClipboard(this)">Copy to Clipboard!</button></pre>
<pre><code style="color: rgb(255,118,118);">curl -LSs "https://raw.githubusercontent.com/rifsxd/KernelSU-Next/next/kernel/setup.sh" | bash -s v1.0.2-R14</code><button class="btn" style="color: rgb(255,192,192); padding: 5px 10px; font-size: 12px;" onclick="copyToClipboard(this)">Copy to clipboard!</button></pre>
</div>
</div>
</section>
@@ -98,18 +98,18 @@
<div class="container">
<h2 class="fs-2 fw-bold text-start" style="color: rgb(255,192,192);">Info</h2>
<p class="fs-4 fw-bold text-start" style="color: rgb(255,192,192);">KernelSU Next has many features and improvements!</p>
<p style="color: rgb(255,192,192);">just mentioning a few features</p>
<p style="color: rgb(255,192,192);">Just mentioning a few features:</p>
<ol style="color: rgb(255,202,202);">
<li>NON-GKI kernel support from 4.x - 5.4 (LTS)</li>
<li>Non-GKI kernel support from 4.x - 5.4 (LTS).</li>
<li>GKI kernels can use LKM/KMI methods for installation.</li>
<li>Dedicated pre-patched SuSFS branches to hide root effectively.</li>
<li>New manager features and UI ovehaul.</li>
<li>Module install confirmation window.</li>
<li>Restoration of module after uninstallaion.</li>
<li>SuSFS based features and info. (SuSFS patched kernels only)</li>
<li>Magic mount is used for module mounting for fast, lite and convenient operations.</li>
<li>Has it's own SuSFS library for cli commands.</li>
<li>Manager app can get auto updates from new releases.</li>
<li>Dedicated pre-patched SuSFS branches to effectively hide root.</li>
<li>New manager features and UI overhaul.</li>
<li>Module installation confirmation window.</li>
<li>Restoration of module after uninstallation.</li>
<li>SuSFS-based features and info (SuSFS patched kernels only).</li>
<li>Magic Mount is used for module mounting, ensuring fast, light, and convenient operations.</li>
<li>Has its own SuSFS library for CLI commands.</li>
<li>Manager app can get auto-updates from new releases.</li>
<li>More frequent updates and upcoming features.</li>
</ol>
</div>
@@ -117,7 +117,7 @@
<footer class="py-3 bg-dark text-light">
<div class="container text-center">
<p style="color: rgb(255,202,202);" class="mb-0">&copy; 2024 KernelSU Next. All rights reserved.</p>
<p style="color: rgb(255,202,202);" class="mb-0">&copy; 2025 KernelSU Next. All rights reserved.</p>
</div>
</footer>