mirror of
https://huihui.cat/mirrors/MikroTikPatch.git
synced 2025-12-10 03:24:37 +01:00
Add Portuguese translation of README
Added README_PT.md with full Brazilian Portuguese translation of the original README. Helpful for Portuguese-speaking users.
This commit is contained in:
parent
f54f9f15b6
commit
173dfd69e3
1 changed files with 57 additions and 0 deletions
57
README_PT.md
Normal file
57
README_PT.md
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
[](https://github.com/elseif/MikroTikPatch/actions/workflows/mikrotik_patch_6.yml)
|
||||
[](https://github.com/elseif/MikroTikPatch/actions/workflows/mikrotik_patch_7.yml)
|
||||
|
||||
# Patch para MikroTik RouterOS [[中文](README.md)]
|
||||
|
||||
### [[Discord](https://discord.gg/keV6MWQFtX)] [[Telegram](https://t.me/mikrotikpatch)] [[Keygen (Bot do Telegram)](https://t.me/ROS_Keygen_Bot)]
|
||||
|
||||
### Baixe a [ISO modificada mais recente](https://github.com/elseif/MikroTikPatch/releases/latest), instale e aproveite.
|
||||
### A imagem CHR suporta modo de boot tanto BIOS quanto UEFI.
|
||||
|
||||
### Suporte a atualização online, licença online, backup em nuvem e DDNS em nuvem
|
||||
|
||||

|
||||

|
||||
|
||||
### Licenciar o RouterOS para x86
|
||||

|
||||
|
||||
### Renovar a licença para x86 v6.x
|
||||

|
||||
|
||||
### Renovar a licença para CHR
|
||||

|
||||
|
||||
### Licenciar o RouterOS para CHR
|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
## Como usar o shell
|
||||
```bash
|
||||
instale o pacote option-{versão}.npk
|
||||
acesse via telnet o routeros com o usuário `devel` e a senha igual à do usuário `admin`
|
||||
```
|
||||
|
||||
## Como licenciar o RouterOS
|
||||
```bash
|
||||
acesse via telnet o routeros com o usuário `devel` e a senha igual à do `admin`
|
||||
execute o keygen
|
||||
modo CHR pode usar a renovação de licença online
|
||||
```
|
||||
|
||||
## Como usar o Python 3
|
||||
```bash
|
||||
instale o pacote python3-{versão}.npk
|
||||
acesse via telnet o routeros com o usuário `devel` e a senha igual à do `admin`
|
||||
execute `python -V`
|
||||
```
|
||||
|
||||
### npk.py
|
||||
Assina, verifica, cria e extrai arquivos .npk
|
||||
|
||||
### patch.py
|
||||
Altera a chave pública e assina arquivos .npk
|
||||
|
||||
## Todos os patches são aplicados automaticamente com [GitHub Actions](https://github.com/elseif/MikroTikPatch/blob/main/.github/workflows/)
|
||||
Loading…
Add table
Reference in a new issue