Skip to content

Commit d600683

Browse files
committed
add multi-lang description, tagline and tips for MineOS
Signed-off-by: Tiger Wang <[email protected]>
1 parent be78c57 commit d600683

File tree

1 file changed

+100
-5
lines changed

1 file changed

+100
-5
lines changed

Apps/MineOS/docker-compose.yml

+100-5
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,19 @@ services:
4343
envs:
4444
- container: USE_HTTPS
4545
description:
46-
en_us: Should the web interface use HTTPS or HTTP? Valid entries are "true" and "false" (with quotes)
46+
en_us: Should the web interface use HTTPS or HTTP? Valid entries are "true" and "false" (with quotes)
4747
es_es: ¿Debe la interfaz web usar HTTPS o HTTP? Las entradas válidas son "true" y "false" (con comillas)
48-
48+
4949
- container: SERVER_PORT
5050
description:
5151
en_us: What port should the web interface listen on? This is independent of the USE_HTTPS setting.
5252
es_es: ¿En qué puerto debe escuchar la interfaz web? Esto es independiente de la configuración USE_HTTPS.
53-
53+
5454
- container: USER_NAME
5555
description:
5656
en_us: On startup, mineos will check if an account of the name "mc" exists. If it does not exist, one will be created. This account, and any other created with this variable will be permitted to login to the web interface.
5757
es_es: Al iniciar, mineos verificará si existe una cuenta con el nombre "mc". Si no existe, se creará una. Esta cuenta y cualquier otra creada con esta variable podrán iniciar sesión en la interfaz web.
58-
58+
5959
- container: USER_UID
6060
description:
6161
en_us: If the "mc" account does not already exist, when mineos creates it, it will do so with UID same as the value of the variable. If an account with this UID already exists, account creation will be aborted.
@@ -65,7 +65,7 @@ services:
6565
description:
6666
en_us: If the "mc" account is being created, it will use the default password "root" (without quotes). It is recommended to change this to something more secure.
6767
es_es: Si se está creando la cuenta "mc", utilizará la contraseña "root" (sin comillas) por defecto. Es recomendable cambiar esto por algo más seguro.
68-
68+
6969
ports:
7070
- container: "8443"
7171
description:
@@ -146,12 +146,34 @@ x-casaos:
146146
category: Games
147147
description:
148148
en_us: MineOS is a server front-end to ease managing Minecraft administrative tasks. This iteration using Node.js aims to enhance previous MineOS scripts (Python-based), by leveraging the event-triggering, asyncronous model of Node.JS and websockets.
149+
zh_cn: MineOS是一个服务器前端,用于简化Minecraft管理任务。这个使用Node.js的迭代旨在通过利用Node.JS和websockets的事件触发、异步模型来增强以前的MineOS脚本(基于Python)。
150+
ar_sa: MineOS هو واجهة خادم لتسهيل إدارة مهام إدارة Minecraft. تهدف هذه التكرار باستخدام Node.js إلى تعزيز البرامج النصية MineOS السابقة (التي تعتمد على Python) ، من خلال استغلال نموذج الحدث والتجزئة اللامتزامن لـ Node.JS و websockets.
151+
de_de: MineOS ist eine Server-Front-End, um die Verwaltung von Minecraft-Administrationsaufgaben zu erleichtern. Diese Iteration mit Node.js zielt darauf ab, frühere MineOS-Skripte (Python-basiert) zu verbessern, indem das ereignisgesteuerte, asynchrone Modell von Node.JS und Websockets genutzt wird.
149152
es_es: MineOS es una interfaz de servidor para facilitar la gestión de las tareas administrativas de Minecraft. Esta iteración que utiliza Node.js tiene como objetivo mejorar los scripts anteriores de MineOS (basados en Python), aprovechando el modelo asincrónico de activación de eventos de Node.JS y websockets.
153+
fr_fr: MineOS est une interface de serveur pour faciliter la gestion des tâches administratives de Minecraft. Cette itération utilisant Node.js vise à améliorer les scripts MineOS précédents (basés sur Python), en tirant parti du modèle asynchrone de déclenchement d'événements de Node.JS et des websockets.
154+
hu_hu: A MineOS egy szerver front-end, amely megkönnyíti a Minecraft adminisztratív feladatok kezelését. Ez az iteráció a Node.js használatával az előző MineOS parancsfájlok (Python alapú) javítására törekszik, kihasználva a Node.JS és a websockets eseményvezérelt, aszinkron modelljét.
155+
it_it: MineOS è un front-end del server per facilitare la gestione dei compiti amministrativi di Minecraft. Questa iterazione che utilizza Node.js mira a migliorare gli script precedenti di MineOS (basati su Python), sfruttando il modello asincrono di attivazione degli eventi di Node.JS e websockets.
156+
ru_ru: MineOS - это серверный фронт-энд, который облегчает управление административными задачами Minecraft. Эта итерация с использованием Node.js направлена на улучшение предыдущих сценариев MineOS (на основе Python), используя событийно-ориентированную, асинхронную модель Node.JS и websockets.
157+
pl_pl: MineOS to interfejs serwera ułatwiający zarządzanie zadaniami administracyjnymi Minecraft. Ta iteracja z wykorzystaniem Node.js ma na celu ulepszenie poprzednich skryptów MineOS (opartych na Pythonie), wykorzystując model asynchroniczny wyzwalania zdarzeń Node.JS i websockets.
158+
pt_br: MineOS é uma interface de servidor para facilitar a gestão de tarefas administrativas do Minecraft. Esta iteração usando o Node.js visa aprimorar os scripts anteriores do MineOS (baseados em Python), aproveitando o modelo assíncrono de acionamento de eventos do Node.JS e websockets.
159+
sv_se: MineOS är ett serverfront som underlättar hanteringen av administrativa uppgifter för Minecraft. Denna iteration med Node.js syftar till att förbättra tidigare MineOS-skript (baserade på Python), genom att utnyttja Node.JS och websockets händelseutlösningsmodell.
160+
uk_ua: MineOS - це серверний фронт-енд, який полегшує управління адміністративними завданнями Minecraft. Ця ітерація з використанням Node.js спрямована на поліпшення попередніх сценаріїв MineOS (на основі Python), використовуючи подійно-орієнтовану, асинхронну модель Node.JS та websockets.
150161
developer: hexparrot
151162
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/MineOS/icon.png
152163
tagline:
153164
en_us: Free and easy to use Minecraft server management tool.
165+
zh_cn: 免费且易于使用的Minecraft服务器管理工具。
166+
ar_sa: أداة إدارة خادم Minecraft مجانية وسهلة الاستخدام.
167+
de_de: Kostenloses und einfach zu bedienendes Minecraft-Server-Verwaltungstool.
154168
es_es: Herramienta de administración de servidores de Minecraft gratuita y fácil de usar.
169+
fr_fr: Outil de gestion de serveur Minecraft gratuit et facile à utiliser.
170+
hu_hu: Ingyenes és könnyen használható Minecraft szerverkezelő eszköz.
171+
it_it: Strumento gratuito e facile da usare per la gestione del server Minecraft.
172+
ru_ru: Бесплатный и простой в использовании инструмент управления сервером Minecraft.
173+
pl_pl: Darmowe i łatwe w użyciu narzędzie do zarządzania serwerem Minecraft.
174+
pt_br: Ferramenta gratuita e fácil de usar para gerenciamento de servidor Minecraft.
175+
sv_se: Gratis och enkelt att använda Minecraft serverhanteringsverktyg.
176+
uk_ua: Безкоштовний та простий у використанні інструмент управління сервером Minecraft.
155177
tips:
156178
before_install:
157179
en_us: |
@@ -160,6 +182,78 @@ x-casaos:
160182
| Username | Password |
161183
|----------|----------|
162184
| `mc` | `root` |
185+
zh_cn: |
186+
默认账号
187+
188+
| 用户名 | 密码 |
189+
|----------|----------|
190+
| `mc` | `root` |
191+
ar_sa: |
192+
الحساب الافتراضي
193+
194+
| اسم المستخدم | كلمة المرور |
195+
|----------|----------|
196+
| `mc` | `root` |
197+
de_de: |
198+
Standardkonto
199+
200+
| Benutzername | Passwort |
201+
|----------|----------|
202+
| `mc` | `root` |
203+
es_es: |
204+
Cuenta predeterminada
205+
206+
| Nombre de usuario | Contraseña |
207+
|----------|----------|
208+
| `mc` | `root` |
209+
fr_fr: |
210+
Compte par défaut
211+
212+
| Nom d'utilisateur | Mot de passe |
213+
|----------|----------|
214+
| `mc` | `root` |
215+
hu_hu: |
216+
Alapértelmezett fiók
217+
218+
| Felhasználónév | Jelszó |
219+
|----------|----------|
220+
| `mc` | `root` |
221+
it_it: |
222+
Account predefinito
223+
224+
| Nome utente | Password |
225+
|----------|----------|
226+
| `mc` | `root` |
227+
ru_ru: |
228+
Учетная запись по умолчанию
229+
230+
| Имя пользователя | Пароль |
231+
|----------|----------|
232+
| `mc` | `root` |
233+
pl_pl: |
234+
Konto domyślne
235+
236+
| Nazwa użytkownika | Hasło |
237+
|----------|----------|
238+
| `mc` | `root` |
239+
pt_br: |
240+
Conta padrão
241+
242+
| Nome de usuário | Senha |
243+
|----------|----------|
244+
| `mc` | `root` |
245+
sv_se: |
246+
Standardkonto
247+
248+
| Användarnamn | Lösenord |
249+
|----------|----------|
250+
| `mc` | `root` |
251+
uk_ua: |
252+
Обліковий запис за замовчуванням
253+
254+
| Ім'я користувача | Пароль |
255+
|----------|----------|
256+
| `mc` | `root` |
163257
title:
164258
en_us: MineOS
165259
index: /admin/index.html
@@ -169,5 +263,6 @@ x-casaos:
169263
volumes:
170264
mineos_data:
171265

266+
172267
networks:
173268
mineos:

0 commit comments

Comments
 (0)