mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-01-12 17:28:11 +01:00
add pt
This commit is contained in:
parent
3ea1044c96
commit
be2d224126
17
config.toml
17
config.toml
@ -43,32 +43,35 @@ title = "Documentation du RustDesk"
|
|||||||
weight = 2
|
weight = 2
|
||||||
languageName = "Français"
|
languageName = "Français"
|
||||||
landingPageURL = "/fr"
|
landingPageURL = "/fr"
|
||||||
landingPageName = "<i class='fas fa-home'></i> Accueil"
|
landingPageName = "<i class='fas fa-home'></i> Page d'accueil"
|
||||||
|
|
||||||
|
|
||||||
[Languages.ru]
|
[Languages.ru]
|
||||||
title = "Документация для RustDesk"
|
title = "Документация для RustDesk"
|
||||||
weight = 2
|
weight = 2
|
||||||
languageName = "Русский"
|
languageName = "Русский"
|
||||||
landingPageURL = "/ru"
|
landingPageURL = "/ru"
|
||||||
landingPageName = "<i class='fas fa-home'></i> Дом"
|
landingPageName = "<i class='fas fa-home'></i> Домашняя страница"
|
||||||
|
|
||||||
|
[Languages.pt]
|
||||||
|
title = "Documentação para RustDesk"
|
||||||
|
weight = 2
|
||||||
|
languageName = "Português"
|
||||||
|
landingPageURL = "/pt"
|
||||||
|
landingPageName = "<i class='fas fa-home'></i> Pagina inicial"
|
||||||
|
|
||||||
[Languages.it]
|
[Languages.it]
|
||||||
title = "Documentazione per RustDesk"
|
title = "Documentazione per RustDesk"
|
||||||
weight = 2
|
weight = 2
|
||||||
languageName = "Italiano"
|
languageName = "Italiano"
|
||||||
landingPageURL = "/it"
|
landingPageURL = "/it"
|
||||||
landingPageName = "<i class='fas fa-home'></i> Casa"
|
landingPageName = "<i class='fas fa-home'></i> Pagina iniziale"
|
||||||
|
|
||||||
|
|
||||||
[Languages.de]
|
[Languages.de]
|
||||||
title = "Dokumentation für RustDesk"
|
title = "Dokumentation für RustDesk"
|
||||||
weight = 2
|
weight = 2
|
||||||
languageName = "Deutsch"
|
languageName = "Deutsch"
|
||||||
landingPageURL = "/de"
|
landingPageURL = "/de"
|
||||||
landingPageName = "<i class='fas fa-home'></i> Heim"
|
landingPageName = "<i class='fas fa-home'></i> Startseite"
|
||||||
|
|
||||||
|
|
||||||
[Languages.jp]
|
[Languages.jp]
|
||||||
title = "RustDeskのドキュメント"
|
title = "RustDeskのドキュメント"
|
||||||
|
6
content/_index.pt.md
Normal file
6
content/_index.pt.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: "Dokumentation für RustDesk"
|
||||||
|
---
|
||||||
|
|
||||||
|
# RustDesk
|
||||||
|
|
@ -9,4 +9,4 @@ chapter: true
|
|||||||
|
|
||||||
# Self-host
|
# Self-host
|
||||||
|
|
||||||
We are continuously developing the server, if you have any comments, please join our [Discord](https://discord.com/invite/nDceKgxnkV) discussion.
|
Estamos continuamente desenvolvendo o servidor, se você tiver algum comentário, participe da nossa discussão [Discord](https://discord.com/invite/nDceKgxnkV).
|
12
content/self-host/_index.pt.md
Executable file
12
content/self-host/_index.pt.md
Executable file
@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
title: Auto-hospedagem
|
||||||
|
weight: 5
|
||||||
|
pre: "<b>1. </b>"
|
||||||
|
chapter: true
|
||||||
|
---
|
||||||
|
|
||||||
|
### Capítulo 1
|
||||||
|
|
||||||
|
# Auto-hospedagem
|
||||||
|
|
||||||
|
Estamos continuamente desenvolvendo o servidor, se você tiver algum comentário, participe da nossa discussão [Discord](https://discord.com/invite/nDceKgxnkV).
|
6
content/self-host/install/_index.pt.md
Normal file
6
content/self-host/install/_index.pt.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: Instalação
|
||||||
|
weight: 10
|
||||||
|
---
|
||||||
|
|
||||||
|
[English](/docs/en/self-host/install)
|
6
content/self-host/windows/_index.pt.md
Normal file
6
content/self-host/windows/_index.pt.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: Windows
|
||||||
|
weight: 20
|
||||||
|
---
|
||||||
|
|
||||||
|
[English](/docs/en/self-host/windows)
|
Loading…
Reference in New Issue
Block a user