From cc794fb70ba5b71aa03664a8e7bb3ef32361e649 Mon Sep 17 00:00:00 2001 From: 4nshuman Date: Sat, 14 Sep 2024 20:14:52 +0530 Subject: [PATCH 1/5] added translation for german alt on image tag --- doc/i18n/README.de.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/i18n/README.de.md b/doc/i18n/README.de.md index 35350090dc..9c9f345991 100644 --- a/doc/i18n/README.de.md +++ b/doc/i18n/README.de.md @@ -3,7 +3,7 @@

Das Internet-Betriebssystem! Kostenlos, Open-Source und selbst hostbar.

- GitHub Repo-Größe GitHub Release GitHub Lizenz + GitHub Repo-Größe GitHub Veröffentlichung GitHub Lizenz

« LIVE DEMO » @@ -24,7 +24,7 @@ Bug Bounty

-

Screenshot

+

Bildschirmfoto


From 8f6b3c07a931b34817ff22121b5e82ef2ddec5ca Mon Sep 17 00:00:00 2001 From: 4nshuman Date: Sat, 14 Sep 2024 20:15:09 +0530 Subject: [PATCH 2/5] added swedish translation file --- doc/i18n/README.sv.md | 129 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 doc/i18n/README.sv.md diff --git a/doc/i18n/README.sv.md b/doc/i18n/README.sv.md new file mode 100644 index 0000000000..39ece1c193 --- /dev/null +++ b/doc/i18n/README.sv.md @@ -0,0 +1,129 @@ +

Puter.com, Den personliga molndatorn: Alla dina filer, appar och spel på ett ställe tillgängliga var som helst när som helst.

+ +

Internet OS! Gratis, öppen källkod och självhostad.

+ +

+ GitHub repo storlek GitHub Utgåva GitHub Licens +

+

+ « LIVE DEMO » +
+
+ Puter.com + · + SDK + · + Discord + · + YouTube + · + Reddit + · + X (Twitter) + · + Bug Bounty +

+ +

skärmdump

+ +
+ +## Puter + +Puter är ett avancerat, öppen källkod internetoperativsystem designat för att vara funktionsrikt, exceptionellt snabbt och mycket utbyggbart. Puter kan användas som: + +- Ett integritetsfokuserat personligt moln för att hålla alla dina filer, appar och spel på ett säkert ställe, tillgängligt var som helst när som helst. +- En plattform för att bygga och publicera webbplatser, webbappar och spel. +- Ett alternativ till Dropbox, Google Drive, OneDrive, etc. med ett fräscht gränssnitt och kraftfulla funktioner. +- En fjärrskrivbordsmiljö för servrar och arbetsstationer. +- Ett vänligt, öppen källkod-projekt och gemenskap för att lära sig om webbutveckling, molndatorer, distribuerade system och mycket mer! + +
+ +## Komma igång + +### 💻 Lokal Utveckling + +```bash +git clone https://github.com/HeyPuter/puter +cd puter +npm install +npm start +``` + +Detta kommer att starta Puter på http://puter.localhost:4100 (eller nästa lediga port). + +
+ +### 🐳 Docker + +```bash +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 +``` + +
+ +### 🐙 Docker Compose + +#### Linux/macOS + +```bash +mkdir -p puter/config puter/data +sudo chown -R 1000:1000 puter +wget https://raw.githubusercontent.com/HeyPuter/puter/main/docker-compose.yml +docker compose up +``` + +
+ +#### Windows + +```powershell +mkdir -p puter +cd puter +New-Item -Path "puter\config" -ItemType Directory -Force +New-Item -Path "puter\data" -ItemType Directory -Force +Invoke-WebRequest -Uri "https://raw.githubusercontent.com/HeyPuter/puter/main/docker-compose.yml" -OutFile "docker-compose.yml" +docker compose up +``` + +
+ +### ☁️ Puter.com + +Puter är tillgängligt som en värdtjänst på [**puter.com**](https://puter.com). + +
+ +## Systemkrav + +- **Operating Systems:** Linux, macOS, Windows +- **RAM:** 2GB minimum (4GB recommended) +- **Disk Space:** 1GB free space +- **Node.js:** Version 16+ (Version 22+ recommended) +- **npm:** Latest stable version + +
+ +## Support + +Anslut med underhållarna och gemenskapen genom dessa kanaler: + +- Buggrapport eller funktionsförfrågan? Vänligen [öppna ett ärende](https://github.com/HeyPuter/puter/issues/new/choose). +- Discord: [discord.com/invite/PQcx7Teh8u](https://discord.com/invite/PQcx7Teh8u) +- X (Twitter): [x.com/HeyPuter](https://x.com/HeyPuter) +- Reddit: [reddit.com/r/puter/](https://www.reddit.com/r/puter/) +- Mastodon: [mastodon.social/@puter](https://mastodon.social/@puter) +- Säkerhetsproblem? [security@puter.com](mailto:security@puter.com) +- E-posta underhållarna på [hi@puter.com](mailto:hi@puter.com) + +Vi hjälper dig gärna med eventuella frågor du kan ha. Tveka inte att fråga! + +
+ +## Licens + +Detta arkiv, inklusive allt dess innehåll, delprojekt, moduler och komponenter, är licensierat under [AGPL-3.0](https://github.com/HeyPuter/puter/blob/main/LICENSE.txt) om inte annat uttryckligen anges. Tredjepartsbibliotek som ingår i detta arkiv kan vara föremål för sina egna licenser. + +
+ From a45def27a5ab3c2d08506fbd5fe5564077750c1d Mon Sep 17 00:00:00 2001 From: 4nshuman Date: Sat, 14 Sep 2024 20:15:59 +0530 Subject: [PATCH 3/5] fixed translation list alphabetical order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cdd1ee75a..339ecd58c7 100644 --- a/README.md +++ b/README.md @@ -129,13 +129,13 @@ This repository, including all its contents, sub-projects, modules, and componen ## Translations -- [Farsi / فارسی](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.fa.md) - [Arabic / العربية](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ar.md) - [Armenian / Հայերեն](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.hy.md) - [Bengali / বাংলা](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.bn.md) - [Chinese / 中文](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.zh.md) - [Danish / Dansk](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.da.md) - [English](https://github.com/HeyPuter/puter/blob/main/README.md) +- [Farsi / فارسی](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.fa.md) - [Finnish / Suomi](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.fi.md) - [French / Français](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.fr.md) - [Hebrew/ עברית](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.he.md) From 50c6e74f993fcb597d18dde47c19aaa96dade15c Mon Sep 17 00:00:00 2001 From: 4nshuman Date: Sat, 14 Sep 2024 20:16:35 +0530 Subject: [PATCH 4/5] added swedish translation to the list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 339ecd58c7..fa45f66165 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,7 @@ This repository, including all its contents, sub-projects, modules, and componen - [Romanian / Română](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ro.md) - [Russian / Русский](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ru.md) - [Spanish / Español](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.es.md) +- [Swedish / Svenska](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.sv.md) - [Tamil / தமிழ்](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.ta.md) - [Thai / ไทย](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.th.md) - [Turkish / Türkçe](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.tr.md) From cadd7453c4ff0b777b6c5b88cadeab28f820d3a5 Mon Sep 17 00:00:00 2001 From: 4nshuman Date: Sat, 14 Sep 2024 20:17:02 +0530 Subject: [PATCH 5/5] added german translation link to the list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fa45f66165..441ebfa5e0 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,7 @@ This repository, including all its contents, sub-projects, modules, and componen - [Farsi / فارسی](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.fa.md) - [Finnish / Suomi](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.fi.md) - [French / Français](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.fr.md) +- [German/ Deutsch](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.de.md) - [Hebrew/ עברית](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.he.md) - [Hindi / हिंदी](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.hi.md) - [Hungarian / Magyar](https://github.com/HeyPuter/puter/blob/main/doc/i18n/README.hu.md)