Skip to content

Commit e5e2425

Browse files
committed
Revert "docs: add complete French translation of README (#1936)"
This reverts commit cb60b0b.
1 parent 54310ad commit e5e2425

File tree

1 file changed

+77
-74
lines changed

1 file changed

+77
-74
lines changed

README.md

Lines changed: 77 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
<h3 align="center"><img width="80" alt="Puter.com, L’ordinateur personnel dans le cloud : Tous vos fichiers, applications et jeux dans un seul endroit, accessibles de n’importe où et à tout moment." src="https://assets.puter.site/puter-logo.png"></h3>
1+
<h3 align="center"><img width="80" alt="Puter.com, The Personal Cloud Computer: All your files, apps, and games in one place accessible from anywhere at any time." src="https://assets.puter.site/puter-logo.png"></h3>
22

3-
<h3 align="center">Le système d'exploitation d'Internet ! Gratuit, Open-Source et auto-hébergeable.</h3>
3+
<h3 align="center">The Internet OS! Free, Open-Source, and Self-Hostable.</h3>
44

55
<p align="center">
6-
<a href="https://puter.com/?ref=github.com"><strong>« DÉMO EN DIRECT »</strong></a>
6+
<a href="https://puter.com/?ref=github.com"><strong>« LIVE DEMO »</strong></a>
77
<br />
88
<br />
99
<a href="https://puter.com/?ref=github.com">Puter.com</a>
1010
·
1111
<a href="https://puter.com/app/app-center">App Store</a>
1212
·
13-
<a href="https://developer.puter.com" target="_blank">Développeurs</a>
13+
<a href="https://developer.puter.com" target="_blank">Developers</a>
1414
·
1515
<a href="https://github.com/heyputer/puter-cli" target="_blank">CLI</a>
1616
·
@@ -21,36 +21,39 @@
2121
<a href="https://twitter.com/HeyPuter">X</a>
2222
</p>
2323

24-
<h3 align="center"><img width="800" style="border-radius:5px;" alt="capture d’écran" src="https://assets.puter.site/puter.com-screenshot-3.webp"></h3>
24+
<h3 align="center"><img width="800" style="border-radius:5px;" alt="screenshot" src="https://assets.puter.site/puter.com-screenshot-3.webp"></h3>
2525

2626
<br/>
2727

2828
## Puter
2929

30-
Puter est un système d'exploitation Internet avancé, open-source, conçu pour être riche en fonctionnalités, extrêmement rapide et hautement extensible. Puter peut être utilisé comme :
30+
Puter is an advanced, open-source internet operating system designed to be feature-rich, exceptionally fast, and highly extensible. Puter can be used as:
3131

32-
- Un cloud personnel axé sur la confidentialité pour conserver tous vos fichiers, applications et jeux dans un endroit sécurisé, accessible de partout et à tout moment.
33-
- Une plateforme pour créer et publier des sites web, applications web et jeux.
34-
- Une alternative à Dropbox, Google Drive, OneDrive, etc., avec une interface moderne et de puissantes fonctionnalités.
35-
- Un environnement de bureau à distance pour serveurs et stations de travail.
36-
- Un projet et une communauté open-source accueillants pour apprendre le développement web, le cloud computing, les systèmes distribués, et bien plus encore !
32+
- A privacy-first personal cloud to keep all your files, apps, and games in one secure place, accessible from anywhere at any time.
33+
- A platform for building and publishing websites, web apps, and games.
34+
- An alternative to Dropbox, Google Drive, OneDrive, etc. with a fresh interface and powerful features.
35+
- A remote desktop environment for servers and workstations.
36+
- A friendly, open-source project and community to learn about web development, cloud computing, distributed systems, and much more!
3737

3838
<br/>
3939

40-
## Bien démarrer
40+
## Getting Started
4141

42-
### 💻 Développement local
42+
### 💻 Local Development
4343

4444
```bash
4545
git clone https://github.com/HeyPuter/puter
4646
cd puter
4747
npm install
4848
npm start
4949
```
50-
**** Cela devrait lancer Puter sur
51-
<font color="red"> http://puter.localhost:4100 (ou le prochain port disponible). </font>
50+
**** This should launch Puter at
51+
<font color="red"> http://puter.localhost:4100 (or the next available port). </font>
5252

53-
Si cela ne fonctionne pas, consultez [First Run Issues](./doc/self-hosters/first-run-issues.md) pour les étapes de dépannage.
53+
54+
55+
If this does not work, see [First Run Issues](./doc/self-hosters/first-run-issues.md) for
56+
troubleshooting steps.
5457

5558
<br/>
5659

@@ -59,8 +62,8 @@ Si cela ne fonctionne pas, consultez [First Run Issues](./doc/self-hosters/first
5962
```bash
6063
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
6164
```
62-
**** Cela devrait lancer Puter sur
63-
<font color="red"> http://puter.localhost:4100 (ou le prochain port disponible). </font>
65+
**** This should launch Puter at
66+
<font color="red"> http://puter.localhost:4100 (or the next available port). </font>
6467

6568
<br/>
6669

@@ -74,8 +77,8 @@ sudo chown -R 1000:1000 puter
7477
wget https://raw.githubusercontent.com/HeyPuter/puter/main/docker-compose.yml
7578
docker compose up
7679
```
77-
**** Cela devrait être disponible sur
78-
<font color="red"> http://puter.localhost:4100 (ou le prochain port disponible). </font>
80+
**** This should be available at
81+
<font color="red"> http://puter.localhost:4100 (or the next available port). </font>
7982

8083
<br/>
8184

@@ -89,93 +92,93 @@ New-Item -Path "puter\data" -ItemType Directory -Force
8992
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/HeyPuter/puter/main/docker-compose.yml" -OutFile "docker-compose.yml"
9093
docker compose up
9194
```
92-
**** Cela devrait lancer Puter sur
93-
<font color="red"> http://puter.localhost:4100 (ou le prochain port disponible). </font>
95+
**** This should launch Puter at
96+
<font color="red"> http://puter.localhost:4100 (or the next available port). </font>
9497

9598
<br/>
9699

97-
### 🚀 Auto-hébergement
100+
### 🚀 Self-Hosting
98101

99-
Pour des guides détaillés sur l’auto-hébergement de Puter, incluant les options de configuration et bonnes pratiques, consultez notre [documentation d’auto-hébergement](https://github.com/HeyPuter/puter/blob/main/doc/self-hosters/instructions.md).
102+
For detailed guides on self-hosting Puter, including configuration options and best practices, see our [Self-Hosting Documentation](https://github.com/HeyPuter/puter/blob/main/doc/self-hosters/instructions.md).
100103

101104
<br/>
102105

103106
### ☁️ Puter.com
104107

105-
Puter est également disponible en service hébergé sur [**puter.com**](https://puter.com).
108+
Puter is available as a hosted service at [**puter.com**](https://puter.com).
106109

107110
<br/>
108111

109-
## Configuration requise
112+
## System Requirements
110113

111-
- **Systèmes d’exploitation :** Linux, macOS, Windows
112-
- **RAM :** minimum 2GB (4GB recommandé)
113-
- **Espace disque :** 1GB libre
114-
- **Node.js :** Version 20.19.5+ (23+ recommandé)
115-
- **npm :** Dernière version stable
114+
- **Operating Systems:** Linux, macOS, Windows
115+
- **RAM:** 2GB minimum (4GB recommended)
116+
- **Disk Space:** 1GB free space
117+
- **Node.js:** Version 20.19.5+ (Version 23+ recommended)
118+
- **npm:** Latest stable version
116119

117120
<br/>
118121

119122
## Support
120123

121-
Contactez les mainteneurs et la communauté via les canaux suivants :
124+
Connect with the maintainers and community through these channels:
122125

123-
- Rapport de bug ou demande de fonctionnalité ? Veuillez [ouvrir une issue](https://github.com/HeyPuter/puter/issues/new/choose).
124-
- Discord : [discord.com/invite/PQcx7Teh8u](https://discord.com/invite/PQcx7Teh8u)
125-
- X (Twitter) : [x.com/HeyPuter](https://x.com/HeyPuter)
126-
- Reddit : [reddit.com/r/puter/](https://www.reddit.com/r/puter/)
127-
- Mastodon : [mastodon.social/@puter](https://mastodon.social/@puter)
128-
- Problèmes de sécurité ? [[email protected]](mailto:[email protected])
129-
- Contact par email : [[email protected]](mailto:[email protected])
126+
- Bug report or feature request? Please [open an issue](https://github.com/HeyPuter/puter/issues/new/choose).
127+
- Discord: [discord.com/invite/PQcx7Teh8u](https://discord.com/invite/PQcx7Teh8u)
128+
- X (Twitter): [x.com/HeyPuter](https://x.com/HeyPuter)
129+
- Reddit: [reddit.com/r/puter/](https://www.reddit.com/r/puter/)
130+
- Mastodon: [mastodon.social/@puter](https://mastodon.social/@puter)
131+
- Security issues? [[email protected]](mailto:[email protected])
132+
- Email maintainers at [[email protected]](mailto:[email protected])
130133

131-
Nous serons toujours ravis de vous aider. N’hésitez pas à poser vos questions !
134+
We are always happy to help you with any questions you may have. Don't hesitate to ask!
132135

133136
<br/>
134137

135-
## Licence
138+
## License
136139

137-
Ce dépôt, incluant tout son contenu, sous-projets, modules et composants, est sous licence [AGPL-3.0](https://github.com/HeyPuter/puter/blob/main/LICENSE.txt) sauf indication contraire explicite.
138-
Les bibliothèques tierces incluses dans ce dépôt peuvent être soumises à leurs propres licences.
140+
This repository, including all its contents, sub-projects, modules, and components, is licensed under [AGPL-3.0](https://github.com/HeyPuter/puter/blob/main/LICENSE.txt) unless explicitly stated otherwise. Third-party libraries included in this repository may be subject to their own licenses.
139141

140142
<br/>
141143

142-
## Traductions
144+
## Translations
143145

144-
- [Arabe / العربية](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ar.md)
145-
- [Arménien / Հայերեն](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.hy.md)
146+
- [Arabic / العربية](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ar.md)
147+
- [Armenian / Հայերեն](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.hy.md)
146148
- [Bengali / বাংলা](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.bn.md)
147-
- [Chinois / 中文](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.zh.md)
148-
- [Danois / Dansk](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.da.md)
149-
- [Anglais](https://github.com/HeyPuter/puter/blob/main/README.md)
149+
- [Chinese / 中文](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.zh.md)
150+
- [Danish / Dansk](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.da.md)
151+
- [English](https://github.com/HeyPuter/puter/blob/main/README.md)
150152
- [Farsi / فارسی](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.fa.md)
151-
- [Finnois / Suomi](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.fi.md)
152-
- [Français](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.fr.md)
153-
- [Allemand / Deutsch](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.de.md)
154-
- [Hébreu / עברית](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.he.md)
153+
- [Finnish / Suomi](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.fi.md)
154+
- [French / Français](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.fr.md)
155+
- [German / Deutsch](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.de.md)
156+
- [Hebrew/ עברית](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.he.md)
155157
- [Hindi / हिंदी](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.hi.md)
156-
- [Hongrois / Magyar](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.hu.md)
157-
- [Indonésien / Bahasa Indonesia](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.id.md)
158-
- [Italien / Italiano](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.it.md)
159-
- [Japonais / 日本語](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.jp.md)
160-
- [Coréen / 한국어](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ko.md)
161-
- [Malais / Bahasa Malaysia](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.my.md)
158+
- [Hungarian / Magyar](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.hu.md)
159+
- [Indonesian / Bahasa Indonesia](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.id.md)
160+
- [Italian / Italiano](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.it.md)
161+
- [Japanese / 日本語](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.jp.md)
162+
- [Korean / 한국어](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ko.md)
163+
- [Malay / Bahasa Malaysia](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.my.md)
162164
- [Malayalam / മലയാളം](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ml.md)
163-
- [Polonais / Polski](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.pl.md)
164-
- [Portugais / Português](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.pt.md)
165-
- [Roumain / Română](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ro.md)
166-
- [Russe / Русский](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ru.md)
167-
- [Espagnol / Español](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.es.md)
168-
- [Suédois / Svenska](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.sv.md)
169-
- [Tamoul / தமிழ்](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ta.md)
165+
- [Polish / Polski](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.pl.md)
166+
- [Portuguese / Português](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.pt.md)
167+
- [Romanian / Română](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ro.md)
168+
- [Russian / Русский](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ru.md)
169+
- [Spanish / Español](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.es.md)
170+
- [Swedish / Svenska](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.sv.md)
171+
- [Tamil / தமிழ்](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ta.md)
170172
- [Telugu / తెలుగు](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.te.md)
171-
- [Thaï / ไทย](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.th.md)
172-
- [Turc / Türkçe](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.tr.md)
173-
- [Ukrainien / Українська](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ua.md)
173+
- [Thai / ไทย](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.th.md)
174+
- [Turkish / Türkçe](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.tr.md)
175+
- [Ukrainian / Українська](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ua.md)
174176
- [Urdu / اردو](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ur.md)
175-
- [Vietnamien / Tiếng Việt](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.vi.md)
177+
- [Vietnamese / Tiếng Việt](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.vi.md)
178+
176179

177-
## Liens vers d’autres README
180+
## Links to Other READMEs
178181
### Backend
179-
- [Module PuterAI](./src/backend/doc/modules/puterai/README.md)
180-
- [Service de Mesure](./src/backend/src/services/MeteringService/README.md)
181-
- [Guide de développement des extensions](./extensions/README.md)
182+
- [PuterAI Module](./src/backend/doc/modules/puterai/README.md)
183+
- [Metering Service](./src/backend/src/services/MeteringService/README.md)
184+
- [Extensions Development Guide](./extensions/README.md)

0 commit comments

Comments
 (0)