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 & add portuguese translation
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
**English** | [简体中文](/docs/README_CN.md) | [Türkçe](/docs/README_TR.md)
|
||||
**English** | [简体中文](/docs/README_CN.md) | [Türkçe](/docs/README_TR.md) | [Português (Brasil)](/docs/README_PT-BR.md)
|
||||
|
||||
# KernelSU Next
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
|
||||
A Kernel-based root solution for Android devices.
|
||||
|
||||
[](https://github.com/rifsxd/KernelSU-Next/releases/latest)
|
||||
[](https://nightly.link/rifsxd/KernelSU-Next/workflows/build-manager/next/manager)
|
||||
[](https://github.com/rifsxd/KernelSU-Next/releases/latest)
|
||||
[](https://nightly.link/rifsxd/KernelSU-Next/workflows/build-manager/next/manager)
|
||||
[](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
|
||||
[](/LICENSE)
|
||||
|
||||
@@ -19,16 +19,16 @@ A Kernel-based root solution for Android devices.
|
||||
|
||||
## Compatibility State
|
||||
|
||||
KernelSU Next officially supports most Android kernels starting from 4.4 upto 6.6.
|
||||
KernelSU Next officially supports most Android kernels starting from 4.4 up to 6.6.
|
||||
- GKI 2.0 (5.10+) kernels can run pre-built images and LKM/KMI.
|
||||
- GKI 1.0 (4.19 - 5.4) kernels need to rebuilt with KernelSU driver.
|
||||
- EOL (<4.14) kernels also need to be rebuilt with KernelSU driver. (3.18+ is experimental and may need some function backports)
|
||||
- EOL (<4.14) kernels also need to be rebuilt with KernelSU driver (3.18+ is experimental and may need some function backports).
|
||||
|
||||
Currently, only `arm64-v8a` is supported.
|
||||
|
||||
## Usage
|
||||
|
||||
- [Installation Instruction](https://rifsxd.github.io/KernelSU-Next/)
|
||||
- [Installation instruction](https://rifsxd.github.io/KernelSU-Next/)
|
||||
|
||||
## Security
|
||||
|
||||
@@ -45,5 +45,5 @@ For information on reporting security vulnerabilities in KernelSU, see [SECURITY
|
||||
- [Magisk](https://github.com/topjohnwu/Magisk): the powerful root tool.
|
||||
- [genuine](https://github.com/brevent/genuine/): apk v2 signature validation.
|
||||
- [Diamorphine](https://github.com/m0nad/Diamorphine): some rootkit skills.
|
||||
- [KernelSU](https://github.com/tiann/KernelSU): thanks to tiann or else KernelSU Next wouldn't even exist.
|
||||
- [KernelSU](https://github.com/tiann/KernelSU): thanks to tiann, or else KernelSU Next wouldn't even exist.
|
||||
- [Magic Mount Port](https://github.com/5ec1cff/KernelSU/blob/main/userspace/ksud/src/magic_mount.rs): 💜 5ec1cff for saving KernelSU!
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[English](README.md) | **简体中文** | [Türkçe](README_TR.md)
|
||||
[English](README.md) | **简体中文** | [Türkçe](README_TR.md) | [Português (Brasil)](/docs/README_PT-BR.md)
|
||||
|
||||
# KernelSU Next
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
|
||||
安卓基于内核的 Root 方案
|
||||
|
||||
[](https://github.com/rifsxd/KernelSU-Next/releases/latest)
|
||||
[](https://nightly.link/rifsxd/KernelSU-Next/workflows/build-manager/next/manager)
|
||||
[](https://github.com/rifsxd/KernelSU-Next/releases/latest)
|
||||
[](https://nightly.link/rifsxd/KernelSU-Next/workflows/build-manager/next/manager)
|
||||
[](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
|
||||
[](/LICENSE)
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
1. 基于内核的 SU 和权限管理
|
||||
2. 基于 [Magic Mount](https://github.com/topjohnwu/Magisk/blob/c512496847d182526f2043295ecfd275398eccac/docs/releases/26100.md#new-magic-mount-implementation) 的模块系统
|
||||
3. [App Profile](https://kernelsu.org/guide/app-profile.html):把 Root 权限关进笼子里
|
||||
3. [App Profile](https://kernelsu.org/zh_CN/guide/app-profile.html):把 Root 权限关进笼子里
|
||||
|
||||
## 兼容状态
|
||||
|
||||
|
||||
49
docs/README_PT-BR.md
Normal file
49
docs/README_PT-BR.md
Normal file
@@ -0,0 +1,49 @@
|
||||
[English](README.md) | [简体中文](/docs/README_CN.md) | [Türkçe](/docs/README_TR.md) | **Português (Brasil)**
|
||||
|
||||
# KernelSU Next
|
||||
|
||||
<img src="/assets/kernelsu_next.png" style="width: 96px;" alt="logo">
|
||||
|
||||
Uma solução root baseada em kernel para dispositivos Android.
|
||||
|
||||
[](https://github.com/rifsxd/KernelSU-Next/releases/latest)
|
||||
[](https://nightly.link/rifsxd/KernelSU-Next/workflows/build-manager/next/manager)
|
||||
[](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
|
||||
[](/LICENSE)
|
||||
|
||||
## Características
|
||||
|
||||
1. `su` e gerenciamento de acesso root baseado em kernel.
|
||||
2. Sistema modular baseado em [Magic Mount](https://github.com/topjohnwu/Magisk/blob/c512496847d182526f2043295ecfd275398eccac/docs/releases/26100.md#new-magic-mount-implementation).
|
||||
3. [Perfil do Aplicativo](https://kernelsu.org/pt_BR/guide/app-profile.html): Tranque o poder root em uma gaiola.
|
||||
|
||||
## Estado de compatibilidade
|
||||
|
||||
KernelSU Next suporta oficialmente a maioria dos kernels Android a partir de 4.4 até 6.6.
|
||||
- Os kernels GKI 2.0 (5.10+) podem executar imagens pré-construídas e LKM/KMI.
|
||||
- Os kernels GKI 1.0 (4.19 - 5.4) precisam ser reconstruídos com o driver KernelSU.
|
||||
- Os kernels EOL (<4.14) também precisam ser reconstruídos com o driver KernelSU (3.18+ é experimental e pode precisar portar algumas funções).
|
||||
|
||||
Atualmente, apenas `arm64-v8a` é suportado.
|
||||
|
||||
## Uso
|
||||
|
||||
- [Instruções de instalação](https://rifsxd.github.io/KernelSU-Next/)
|
||||
|
||||
## Segurança
|
||||
|
||||
Para obter informações sobre como relatar vulnerabilidades de segurança do KernelSU, consulte [SECURITY.md](/SECURITY.md).
|
||||
|
||||
## Licença
|
||||
|
||||
- Os arquivos no diretório `kernel` são [GPL-2.0-only](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html).
|
||||
- Todas as outras partes, exceto o diretório `kernel` são [GPL-3.0-or-later](https://www.gnu.org/licenses/gpl-3.0.html).
|
||||
|
||||
## Créditos
|
||||
|
||||
- [kernel-assisted-superuser](https://git.zx2c4.com/kernel-assisted-superuser/about/): a ideia do KernelSU.
|
||||
- [Magisk](https://github.com/topjohnwu/Magisk): a poderosa ferramenta root.
|
||||
- [genuine](https://github.com/brevent/genuine/): validação de assinatura apk v2.
|
||||
- [Diamorphine](https://github.com/m0nad/Diamorphine): algumas habilidades de rootkit.
|
||||
- [KernelSU](https://github.com/tiann/KernelSU): obrigado a tiann, ou então o KernelSU Next nem existiria.
|
||||
- [Magic Mount Port](https://github.com/5ec1cff/KernelSU/blob/main/userspace/ksud/src/magic_mount.rs): 💜 5ec1cff por salvar o KernelSU!
|
||||
@@ -1,4 +1,4 @@
|
||||
[English](README.md) | [简体中文](/docs/README_CN.md) | **Türkçe**
|
||||
[English](README.md) | [简体中文](/docs/README_CN.md) | **Türkçe** | [Português (Brasil)](/docs/README_PT-BR.md)
|
||||
|
||||
# KernelSU Next
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
|
||||
Android cihazlar için Kernel tabanlı bir root çözümü.
|
||||
|
||||
[](https://github.com/rifsxd/KernelSU-Next/releases/latest)
|
||||
[](https://nightly.link/rifsxd/KernelSU-Next/workflows/build-manager/next/manager)
|
||||
[](https://github.com/rifsxd/KernelSU-Next/releases/latest)
|
||||
[](https://nightly.link/rifsxd/KernelSU-Next/workflows/build-manager/next/manager)
|
||||
[](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
|
||||
[](/LICENSE)
|
||||
|
||||
|
||||
@@ -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 & GKI)</p>
|
||||
<p class="fs-5 fw-bold text-start" style="color: rgb(255,202,202);">Supports kernel 4.9 - 6.6 (Non-GKI & 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">© 2024 KernelSU Next. All rights reserved.</p>
|
||||
<p style="color: rgb(255,202,202);" class="mb-0">© 2025 KernelSU Next. All rights reserved.</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user