Skip to content

Commit

Permalink
Translate README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 18, 2024
1 parent c7e277d commit 1289093
Show file tree
Hide file tree
Showing 5 changed files with 130 additions and 80 deletions.
13 changes: 13 additions & 0 deletions README-DE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

# SctgDesk Server-Programm

![Docker Pulls](https://img.shields.io/docker/pulls/sctg/sctgdesk-server)
[![build](https://github.com/sctg-development/sctgdesk-server/actions/workflows/multiarch-docker-hub.yml/badge.svg)](https://github.com/sctg-development/sctgdesk-server/actions/workflows/multiarch-docker-hub.yml)
[![build](https://github.com/sctg-development/sctgdesk-server/actions/workflows/macos-intel-build.yml/badge.svg)](https://github.com/sctg-development/sctgdesk-server/actions/workflows/macos-intel-build.yml)
[![build](https://github.com/sctg-development/sctgdesk-server/actions/workflows/windows.yml/badge.svg)](https://github.com/sctg-development/sctgdesk-server/actions/workflows/windows.yml)
Expand Down Expand Up @@ -88,6 +89,17 @@ mkdir -p data
docker-compose up
```

## Binärdateien

Binärdateien sind für die folgenden Plattformen verfügbar:

* Linux x86\_64 statisch verknüpft
* Linux arm64 statisch verknüpft
* Linux armv7 statisch verknüpft
* MacOS Intel
* MacOS Apple Silicon
* Windows x86\_64

### Standardmäßiger Admin-Benutzer

Der Standard-Admin-Benutzer wird mit dem Benutzernamen `admin` und das Passwort `Hello,world!`. Sie können das Passwort nach der ersten Anmeldung in der Webkonsole ändern.
Expand Down Expand Up @@ -327,6 +339,7 @@ Diese Images werden erstellt für: `ubuntu-22.04` Mit der einzigen Hinzufügung
| --- | --- |
| AMD64 | `sctg/sctgdesk-server:latest` |
| arm64v8 | `sctg/sctgdesk-server:latest` |
| arm32v7 | `sctg/sctgdesk-server:latest` |

Sie können diese Bilder direkt mit `docker run` mit diesen Befehlen:

Expand Down
13 changes: 13 additions & 0 deletions README-FR.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

# Programme de serveur SctgDesk

![Docker Pulls](https://img.shields.io/docker/pulls/sctg/sctgdesk-server)
[![build](https://github.com/sctg-development/sctgdesk-server/actions/workflows/multiarch-docker-hub.yml/badge.svg)](https://github.com/sctg-development/sctgdesk-server/actions/workflows/multiarch-docker-hub.yml)
[![build](https://github.com/sctg-development/sctgdesk-server/actions/workflows/macos-intel-build.yml/badge.svg)](https://github.com/sctg-development/sctgdesk-server/actions/workflows/macos-intel-build.yml)
[![build](https://github.com/sctg-development/sctgdesk-server/actions/workflows/windows.yml/badge.svg)](https://github.com/sctg-development/sctgdesk-server/actions/workflows/windows.yml)
Expand Down Expand Up @@ -88,6 +89,17 @@ mkdir -p data
docker-compose up
```

## Binaires

Les binaires sont disponibles pour les plateformes suivantes :

* Linux x86\_64 lié statiquement
* Linux arm64 lié statiquement
* Linux armv7 lié statiquement
* MacOS Intel
* MacOS Apple Silicon
* Windows x86\_64

### Utilisateur admin par défaut

L’utilisateur admin par défaut est créé avec le nom d’utilisateur `admin` et le mot de passe `Hello,world!`. Vous pouvez modifier le mot de passe après la première connexion sur la webconsole.
Expand Down Expand Up @@ -327,6 +339,7 @@ Ces images sont construites contre `ubuntu-22.04` avec le seul ajout des binaire
| --- | --- |
| AMD64 | `sctg/sctgdesk-server:latest` |
| ARM64V8 | `sctg/sctgdesk-server:latest` |
| ARM32v7 | `sctg/sctgdesk-server:latest` |

Vous pouvez commencer ces images directement avec `docker run` avec ces commandes :

Expand Down
13 changes: 13 additions & 0 deletions README-NL.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

# SctgDesk Server Programma

![Docker Pulls](https://img.shields.io/docker/pulls/sctg/sctgdesk-server)
[![build](https://github.com/sctg-development/sctgdesk-server/actions/workflows/multiarch-docker-hub.yml/badge.svg)](https://github.com/sctg-development/sctgdesk-server/actions/workflows/multiarch-docker-hub.yml)
[![build](https://github.com/sctg-development/sctgdesk-server/actions/workflows/macos-intel-build.yml/badge.svg)](https://github.com/sctg-development/sctgdesk-server/actions/workflows/macos-intel-build.yml)
[![build](https://github.com/sctg-development/sctgdesk-server/actions/workflows/windows.yml/badge.svg)](https://github.com/sctg-development/sctgdesk-server/actions/workflows/windows.yml)
Expand Down Expand Up @@ -88,6 +89,17 @@ mkdir -p data
docker-compose up
```

## Binaries

Binaire bestanden zijn beschikbaar voor de volgende platforms:

* Linux x86\_64 statisch gekoppeld
* Linux arm64 statisch gekoppeld
* Linux armv7 statisch gekoppeld
* MacOS Intel
* MacOS Apple Silicium
* Windows x86\_64

### Standaard admin-gebruiker

De standaard admin-gebruiker wordt gemaakt met de gebruikersnaam `admin` en het wachtwoord `Hello,world!`. U kunt het wachtwoord wijzigen na de eerste keer inloggen op de webconsole.
Expand Down Expand Up @@ -327,6 +339,7 @@ Deze beelden zijn gebouwd tegen `ubuntu-22.04` met de enige toevoeging van de be
| --- | --- |
| AMD64 | `sctg/sctgdesk-server:latest` |
| arm64v8 | `sctg/sctgdesk-server:latest` |
| arm32v7 | `sctg/sctgdesk-server:latest` |

U kunt deze afbeeldingen direct starten met `docker run` met deze commando's:

Expand Down
13 changes: 13 additions & 0 deletions README-TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

# SctgDesk 伺服器程式

![Docker Pulls](https://img.shields.io/docker/pulls/sctg/sctgdesk-server)
[![build](https://github.com/sctg-development/sctgdesk-server/actions/workflows/multiarch-docker-hub.yml/badge.svg)](https://github.com/sctg-development/sctgdesk-server/actions/workflows/multiarch-docker-hub.yml)
[![build](https://github.com/sctg-development/sctgdesk-server/actions/workflows/macos-intel-build.yml/badge.svg)](https://github.com/sctg-development/sctgdesk-server/actions/workflows/macos-intel-build.yml)
[![build](https://github.com/sctg-development/sctgdesk-server/actions/workflows/windows.yml/badge.svg)](https://github.com/sctg-development/sctgdesk-server/actions/workflows/windows.yml)
Expand Down Expand Up @@ -88,6 +89,17 @@ mkdir -p data
docker-compose up
```

## 二進位檔

二進位檔可用於以下平臺:

* Linux x86\_64靜態連結
* Linux arm64 靜態連結
* Linux armv7 靜態連結
* MacOS 英特爾
* MacOS Apple Silicon
* Windows x86\_64

### 預設管理員使用者

預設 admin 使用者是使用使用者名創建的`admin`和密碼`Hello,world!`.您可以在 Web 控制臺上首次登錄後更改密碼。
Expand Down Expand Up @@ -327,6 +339,7 @@ Docker 鏡像是自動生成的,並在每個 github 版本上發佈。
|--- |--- |
|AMD64 系列 |`sctg/sctgdesk-server:latest`|
|ARM64V8 |`sctg/sctgdesk-server:latest`|
|ARM32V7 |`sctg/sctgdesk-server:latest`|

您可以直接使用`docker run`使用以下命令:

Expand Down
Loading

0 comments on commit 1289093

Please sign in to comment.