Skip to content

Commit 17a11a3

Browse files
authored
Update Portuguese and Spanish translation README (#1363)
* Update Portuguese translation of README * Update Portuguese and Spanish translation readme
1 parent 481210b commit 17a11a3

File tree

2 files changed

+106
-16
lines changed

2 files changed

+106
-16
lines changed

doc/i18n/README.es.md

Lines changed: 51 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,23 @@
22

33
<h3 align="center">El Sistema Operativo de Internet! Gratis, de Código abierto, y Autohospedable.</h3>
44

5-
<p align="center">
6-
<img alt="GitHub repo size" src="https://img.shields.io/github/repo-size/HeyPuter/puter"> <img alt="GitHub Release" src="https://img.shields.io/github/v/release/HeyPuter/puter?label=latest%20version"> <img alt="GitHub License" src="https://img.shields.io/github/license/HeyPuter/puter">
7-
</p>
85
<p align="center">
96
<a href="https://puter.com/"><strong>« DEMO EN VIVO »</strong></a>
107
<br />
118
<br />
129
<a href="https://puter.com">Puter.com</a>
1310
·
14-
<a href="https://docs.puter.com" target="_blank">SDK</a>
11+
<a href="https://puter.com/app/app-center">App Store</a>
12+
·
13+
<a href="https://developer.puter.com" target="_blank">Developers</a>
14+
·
15+
<a href="https://github.com/heyputer/puter-cli" target="_blank">CLI</a>
1516
·
1617
<a href="https://discord.com/invite/PQcx7Teh8u">Discord</a>
1718
·
1819
<a href="https://reddit.com/r/puter">Reddit</a>
1920
·
20-
<a href="https://twitter.com/HeyPuter">X (Twitter)</a>
21+
<a href="https://x.com/HeyPuter">X (Twitter)</a>
2122
</p>
2223

2324
<h3 align="center"><img width="800" style="border-radius:5px;" alt="screenshot" src="https://assets.puter.site/puter.com-screenshot-3.webp"></h3>
@@ -48,8 +49,9 @@ npm install
4849
npm start
4950
```
5051

51-
Esto ejecutará Puter en http://puter.localhost:4100 (o el siguiente puerto disponible).
52+
Esto ejecutará Puter en http://puter.localhost:4100 (o el siguiente puerto disponible).
5253

54+
Si esto no funciona, consulta [First Run Issues](./doc/self-hosters/first-run-issues.md) para obtener pasos de solución de problemas.
5355
<br/>
5456

5557
### 🐳 Docker
@@ -58,6 +60,7 @@ Esto ejecutará Puter en http://puter.localhost:4100 (o el siguiente puerto disp
5860
```bash
5961
mkdir puter && cd puter && mkdir -p puter/config puter/data && sudo chown -R 1000:1000 puter && docker run --rm -p 4100:4100 -v `pwd`/puter/config:/etc/puter -v `pwd`/puter/data:/var/puter ghcr.io/heyputer/puter
6062
```
63+
✨ Esto ejecutará Puter en http://puter.localhost:4100 (o el siguiente puerto disponible).
6164

6265
<br/>
6366

@@ -72,6 +75,7 @@ sudo chown -R 1000:1000 puter
7275
wget https://raw.githubusercontent.com/HeyPuter/puter/main/docker-compose.yml
7376
docker compose up
7477
```
78+
✨ Esto ejecutará Puter en http://puter.localhost:4100 (o el siguiente puerto disponible).
7579
<br/>
7680

7781
#### Windows
@@ -85,8 +89,14 @@ New-Item -Path "puter\data" -ItemType Directory -Force
8589
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/HeyPuter/puter/main/docker-compose.yml" -OutFile "docker-compose.yml"
8690
docker compose up
8791
```
92+
✨ Esto ejecutará Puter en http://puter.localhost:4100 (o el siguiente puerto disponible).
93+
8894
<br/>
8995

96+
### 🚀 Auto-Hospedaje
97+
98+
Para guías detalladas sobre cómo auto-hospedar Puter, incluyendo opciones de configuración y mejores prácticas, consulta nuestra [Documentación de Auto-Hospedaje](https://github.com/HeyPuter/puter/blob/main/doc/self-hosters/instructions.md).
99+
90100
### ☁️ Puter.com
91101

92102
Puter está disponible como servicio alojado en [**puter.com**](https://puter.com).
@@ -98,7 +108,7 @@ Puter está disponible como servicio alojado en [**puter.com**](https://puter.co
98108
- **Sistemas operativos:** Linux, macOS, Windows
99109
- **RAM:** 2GB mínimo (4GB recomendados)
100110
- **Almacenamiento:** 1GB de espacio libre
101-
- **Node.js:** Versión 16+ (Versión 22+ recomendada)
111+
- **Node.js:** Versión 16+ (Versión 23+ recomendada)
102112
- **npm:** Última version estable
103113

104114
<br/>
@@ -125,3 +135,37 @@ Estamos siempre felices de ayudar con cualquier pregunta que puedas tener. No du
125135
Este repositorio, incluyendo todo su contenido, sub-proyectos, modulos y componentes, esta licenciado bajo [AGPL-3.0](https://github.com/HeyPuter/puter/blob/main/LICENSE.txt) a menos que se indique explícitamente lo contrario. Librerías de terceros incluidos en este repositorio pueden estar sujetas a sus propias licencias.
126136

127137
<br/>
138+
139+
## Traducciones
140+
141+
- [Arabic / العربية](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ar.md)
142+
- [Armenian / Հայերեն](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.hy.md)
143+
- [Bengali / বাংলা](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.bn.md)
144+
- [Chinese / 中文](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.zh.md)
145+
- [Danish / Dansk](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.da.md)
146+
- [English](https://github.com/HeyPuter/puter/blob/main/README.md)
147+
- [Farsi / فارسی](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.fa.md)
148+
- [Finnish / Suomi](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.fi.md)
149+
- [French / Français](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.fr.md)
150+
- [German/ Deutsch](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.de.md)
151+
- [Hebrew/ עברית](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.he.md)
152+
- [Hindi / हिंदी](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.hi.md)
153+
- [Hungarian / Magyar](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.hu.md)
154+
- [Indonesian / Bahasa Indonesia](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.id.md)
155+
- [Italian / Italiano](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.it.md)
156+
- [Japanese / 日本語](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.jp.md)
157+
- [Korean / 한국어](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ko.md)
158+
- [Malayalam / മലയാളം](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ml.md)
159+
- [Polish / Polski](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.pl.md)
160+
- [Portuguese / Português](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.pt.md)
161+
- [Romanian / Română](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ro.md)
162+
- [Russian / Русский](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ru.md)
163+
- [Spanish / Español](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.es.md)
164+
- [Swedish / Svenska](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.sv.md)
165+
- [Tamil / தமிழ்](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ta.md)
166+
- [Telugu / తెలుగు](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.te.md)
167+
- [Thai / ไทย](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.th.md)
168+
- [Turkish / Türkçe](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.tr.md)
169+
- [Ukrainian / Українська](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ua.md)
170+
- [Urdu / اردو](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ur.md)
171+
- [Vietnamese / Tiếng Việt](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.vi.md)

doc/i18n/README.pt.md

Lines changed: 55 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,23 @@
22

33
<h3 align="center">O Sistema Operacional da Internet! Gratuito, de Código Aberto e Auto-Hospedável.</h3>
44

5-
<p align="center">
6-
<img alt="Tamanho do repositório do GitHub" src="https://img.shields.io/github/repo-size/HeyPuter/puter"> <img alt="Lançamento no GitHub" src="https://img.shields.io/github/v/release/HeyPuter/puter?label=latest%20version"> <img alt="Licença do GitHub" src="https://img.shields.io/github/license/HeyPuter/puter">
7-
</p>
85
<p align="center">
96
<a href="https://puter.com/"><strong>« DEMONSTRAÇÃO AO VIVO »</strong></a>
107
<br />
118
<br />
129
<a href="https://puter.com">Puter.com</a>
1310
·
14-
<a href="https://docs.puter.com" target="_blank">SDK</a>
11+
<a href="https://puter.com/app/app-center">App Store</a>
12+
·
13+
<a href="https://developer.puter.com" target="_blank">Developers</a>
14+
·
15+
<a href="https://github.com/heyputer/puter-cli" target="_blank">CLI</a>
1516
·
1617
<a href="https://discord.com/invite/PQcx7Teh8u">Discord</a>
1718
·
1819
<a href="https://reddit.com/r/puter">Reddit</a>
1920
·
20-
<a href="https://twitter.com/HeyPuter">X (Twitter)</a>
21+
<a href="https://x.com/HeyPuter">X (Twitter)</a>
2122
</p>
2223

2324
<h3 align="center"><img width="800" style="border-radius:5px;" alt="screenshot" src="https://assets.puter.site/puter.com-screenshot-3.webp"></h3>
@@ -40,15 +41,17 @@ Puter é um sistema operacional de internet avançado e de código aberto, proje
4041

4142

4243
### 💻 Desenvolvimento Local
43-
44-
```bash
44+
```
4545
git clone https://github.com/HeyPuter/puter
4646
cd puter
4747
npm install
4848
npm start
4949
```
5050

51-
Isso iniciará o Puter em http://puter.localhost:4100 (ou na próxima porta disponível).
51+
✨ Isso iniciará o Puter em http://puter.localhost:4100 (ou na próxima porta disponível).
52+
53+
54+
Se isso não funcionar, consulte [First Run Issues](./doc/self-hosters/first-run-issues.md) para solucionar os problemas.
5255

5356
<br/>
5457

@@ -58,6 +61,7 @@ Isso iniciará o Puter em http://puter.localhost:4100 (ou na próxima porta disp
5861
```bash
5962
mkdir puter && cd puter && mkdir -p puter/config puter/data && sudo chown -R 1000:1000 puter && docker run --rm -p 4100:4100 -v `pwd`/puter/config:/etc/puter -v `pwd`/puter/data:/var/puter ghcr.io/heyputer/puter
6063
```
64+
✨ Isso iniciará o Puter em http://puter.localhost:4100 (ou na próxima porta disponível).
6165

6266
<br/>
6367

@@ -72,6 +76,8 @@ sudo chown -R 1000:1000 puter
7276
wget https://raw.githubusercontent.com/HeyPuter/puter/main/docker-compose.yml
7377
docker compose up
7478
```
79+
✨ Isso iniciará o Puter em http://puter.localhost:4100 (ou na próxima porta disponível).
80+
7581
<br/>
7682

7783
#### Windows
@@ -85,8 +91,14 @@ New-Item -Path "puter\data" -ItemType Directory -Force
8591
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/HeyPuter/puter/main/docker-compose.yml" -OutFile "docker-compose.yml"
8692
docker compose up
8793
```
94+
✨ Isso iniciará o Puter em http://puter.localhost:4100 (ou na próxima porta disponível).
95+
8896
<br/>
8997

98+
### 🚀 Auto-Hospedagem
99+
100+
Para guia detalhados sobre como auto-hospedar o Puter, incluindo opções de configuração e melhores práticas, consulte nossa [Documentação de Auto-Hospedagem](https://github.com/HeyPuter/puter/blob/main/doc/self-hosters/instructions.md).
101+
90102
### ☁️ Puter.com
91103

92104
O Puter está disponível como um serviço hospedado em [**puter.com**](https://puter.com).
@@ -98,7 +110,7 @@ O Puter está disponível como um serviço hospedado em [**puter.com**](https://
98110
- **Sistema operacional:** Linux, macOS, Windows
99111
- **RAM:** 2GB mínimo (4GB recomendado)
100112
- **Espaço de disco:** 1GB de espaço disponível
101-
- **Node.js:** Versão 16+ (Versão 22+ recomendada)
113+
- **Node.js:** Versão 16+ (Versão 23+ recomendada)
102114
- **npm:** Última versão estável
103115

104116
<br/>
@@ -125,3 +137,37 @@ Estamos sempre felizes em ajudá-lo com quaisquer perguntas que você possa ter.
125137
Este repositório, incluindo todos os seus conteúdos, subprojetos, módulos e componentes, está licenciado sob [AGPL-3.0](https://github.com/HeyPuter/puter/blob/main/LICENSE.txt) a menos que explicitamente indicado de outra forma. Bibliotecas de terceiros incluídas neste repositório podem estar sujeitas às suas próprias licenças.
126138

127139
<br/>
140+
141+
## Traduções
142+
143+
- [Arabic / العربية](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ar.md)
144+
- [Armenian / Հայերեն](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.hy.md)
145+
- [Bengali / বাংলা](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.bn.md)
146+
- [Chinese / 中文](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.zh.md)
147+
- [Danish / Dansk](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.da.md)
148+
- [English](https://github.com/HeyPuter/puter/blob/main/README.md)
149+
- [Farsi / فارسی](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.fa.md)
150+
- [Finnish / Suomi](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.fi.md)
151+
- [French / Français](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.fr.md)
152+
- [German/ Deutsch](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.de.md)
153+
- [Hebrew/ עברית](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.he.md)
154+
- [Hindi / हिंदी](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.hi.md)
155+
- [Hungarian / Magyar](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.hu.md)
156+
- [Indonesian / Bahasa Indonesia](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.id.md)
157+
- [Italian / Italiano](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.it.md)
158+
- [Japanese / 日本語](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.jp.md)
159+
- [Korean / 한국어](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ko.md)
160+
- [Malayalam / മലയാളം](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ml.md)
161+
- [Polish / Polski](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.pl.md)
162+
- [Portuguese / Português](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.pt.md)
163+
- [Romanian / Română](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ro.md)
164+
- [Russian / Русский](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ru.md)
165+
- [Spanish / Español](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.es.md)
166+
- [Swedish / Svenska](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.sv.md)
167+
- [Tamil / தமிழ்](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ta.md)
168+
- [Telugu / తెలుగు](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.te.md)
169+
- [Thai / ไทย](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.th.md)
170+
- [Turkish / Türkçe](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.tr.md)
171+
- [Ukrainian / Українська](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ua.md)
172+
- [Urdu / اردو](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ur.md)
173+
- [Vietnamese / Tiếng Việt](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.vi.md)

0 commit comments

Comments
 (0)