diff --git a/public/i18n/bs/panel.json b/public/i18n/bs/panel.json index 8bf6fb66..8b1a4aaa 100644 --- a/public/i18n/bs/panel.json +++ b/public/i18n/bs/panel.json @@ -42,6 +42,30 @@ "proxy": { "label": "Proksi", "description": "Univerzalni parametri za perfomanse, idu uz većinu proksi server softvera" + }, + "benchmarkedG1GC": { + "label": "Benchmarked (G1GC)", + "description": "Performance flags backed by benchmarks. Uses G1GC, similar to Aikar's flags." + }, + "benchmarkedZGC": { + "label": "Benchmarked (ZGC)", + "description": "Performance flags backed by benchmarks. Uses ZGC, which is quite unreliable between different systems." + }, + "benchmarkedShenandoah": { + "label": "Benchmarked (Shenandoah)", + "description": "Performance flags backed by benchmarks. Uses Shenandoah, similar to hilltty's flags." + }, + "hillttys": { + "label": "hilltty's Flags", + "description": "Experimental performance flags based on Shenandoah GC. May require additional setup." + }, + "obyduxs": { + "label": "Obydux's Flags", + "description": "Experimental performance flags based on Etil's Flags and Benchmarked (G1GC), exclusive to Linux users. May require additional setup." + }, + "etils": { + "label": "Etil's Flags", + "description": "Modified version of Aikar's Flags, exclusive to Linux users." } }, "extraFlags": { @@ -50,6 +74,10 @@ "vectors": { "label": "Moderni vektori", "description": "Omogućava SIMD operacije da bi se optimiziralo renderanje karata (predmeta) na Pufferfishu i njegovim fork-ovima." + }, + "benchmarkedGraalVM": { + "label": "Benchmarked (GraalVM)", + "description": "Additional performance flags for Benchmarked (G1GC) exclusive to GraalVM users." } }, "memory": { diff --git a/public/i18n/de/panel.json b/public/i18n/de/panel.json index 49e468be..d1b259b2 100644 --- a/public/i18n/de/panel.json +++ b/public/i18n/de/panel.json @@ -42,6 +42,30 @@ "proxy": { "label": "Proxy", "description": "Generische performance-vebessernde Parameter für die meisten Proxy Softwares." + }, + "benchmarkedG1GC": { + "label": "Benchmarked (G1GC)", + "description": "Performance flags backed by benchmarks. Uses G1GC, similar to Aikar's flags." + }, + "benchmarkedZGC": { + "label": "Benchmarked (ZGC)", + "description": "Performance flags backed by benchmarks. Uses ZGC, which is quite unreliable between different systems." + }, + "benchmarkedShenandoah": { + "label": "Benchmarked (Shenandoah)", + "description": "Performance flags backed by benchmarks. Uses Shenandoah, similar to hilltty's flags." + }, + "hillttys": { + "label": "hilltty's Flags", + "description": "Experimental performance flags based on Shenandoah GC. May require additional setup." + }, + "obyduxs": { + "label": "Obydux's Flags", + "description": "Experimental performance flags based on Etil's Flags and Benchmarked (G1GC), exclusive to Linux users. May require additional setup." + }, + "etils": { + "label": "Etil's Flags", + "description": "Modified version of Aikar's Flags, exclusive to Linux users." } }, "extraFlags": { @@ -50,6 +74,10 @@ "vectors": { "label": "Moderne Vektoren", "description": "Aktiviert SIMD Operationen um Karten Darstellungen zu optimieren, wenn Pufferfish oder eine Fork davon genutzt wird." + }, + "benchmarkedGraalVM": { + "label": "Benchmarked (GraalVM)", + "description": "Additional performance flags for Benchmarked (G1GC) exclusive to GraalVM users." } }, "memory": { diff --git a/public/i18n/es/panel.json b/public/i18n/es/panel.json index 6b1a4def..adb3d11f 100644 --- a/public/i18n/es/panel.json +++ b/public/i18n/es/panel.json @@ -42,6 +42,30 @@ "proxy": { "label": "Proxy", "description": "Los indicadores genéricos de rendimiento para la mayoría del software de servidor proxy." + }, + "benchmarkedG1GC": { + "label": "Benchmarked (G1GC)", + "description": "Performance flags backed by benchmarks. Uses G1GC, similar to Aikar's flags." + }, + "benchmarkedZGC": { + "label": "Benchmarked (ZGC)", + "description": "Performance flags backed by benchmarks. Uses ZGC, which is quite unreliable between different systems." + }, + "benchmarkedShenandoah": { + "label": "Benchmarked (Shenandoah)", + "description": "Performance flags backed by benchmarks. Uses Shenandoah, similar to hilltty's flags." + }, + "hillttys": { + "label": "hilltty's Flags", + "description": "Experimental performance flags based on Shenandoah GC. May require additional setup." + }, + "obyduxs": { + "label": "Obydux's Flags", + "description": "Experimental performance flags based on Etil's Flags and Benchmarked (G1GC), exclusive to Linux users. May require additional setup." + }, + "etils": { + "label": "Etil's Flags", + "description": "Modified version of Aikar's Flags, exclusive to Linux users." } }, "extraFlags": { @@ -50,6 +74,10 @@ "vectors": { "label": "Vectores Modernos", "description": "Habilitar las operaciones SIMD para optimizar el renderizado de los artículos del mapas en Pufferfish y sus bifurcaciones." + }, + "benchmarkedGraalVM": { + "label": "Benchmarked (GraalVM)", + "description": "Additional performance flags for Benchmarked (G1GC) exclusive to GraalVM users." } }, "memory": { diff --git a/public/i18n/nl/panel.json b/public/i18n/nl/panel.json index 4f70255b..69eb5b68 100644 --- a/public/i18n/nl/panel.json +++ b/public/i18n/nl/panel.json @@ -42,6 +42,30 @@ "proxy": { "label": "Proxy", "description": "Algemene prestatievlaggen voor de meeste proxy serversoftware." + }, + "benchmarkedG1GC": { + "label": "Benchmarked (G1GC)", + "description": "Performance flags backed by benchmarks. Uses G1GC, similar to Aikar's flags." + }, + "benchmarkedZGC": { + "label": "Benchmarked (ZGC)", + "description": "Performance flags backed by benchmarks. Uses ZGC, which is quite unreliable between different systems." + }, + "benchmarkedShenandoah": { + "label": "Benchmarked (Shenandoah)", + "description": "Performance flags backed by benchmarks. Uses Shenandoah, similar to hilltty's flags." + }, + "hillttys": { + "label": "hilltty's Flags", + "description": "Experimental performance flags based on Shenandoah GC. May require additional setup." + }, + "obyduxs": { + "label": "Obydux's Flags", + "description": "Experimental performance flags based on Etil's Flags and Benchmarked (G1GC), exclusive to Linux users. May require additional setup." + }, + "etils": { + "label": "Etil's Flags", + "description": "Modified version of Aikar's Flags, exclusive to Linux users." } }, "extraFlags": { @@ -50,6 +74,10 @@ "vectors": { "label": "Moderne Vectoren", "description": "Maakt SIMD operaties mogelijk om het renderen van kaart items op Pufferfish en zijn forks te optimaliseren." + }, + "benchmarkedGraalVM": { + "label": "Benchmarked (GraalVM)", + "description": "Additional performance flags for Benchmarked (G1GC) exclusive to GraalVM users." } }, "memory": { diff --git a/public/i18n/pl/panel.json b/public/i18n/pl/panel.json index cbe50c7c..d713c7aa 100644 --- a/public/i18n/pl/panel.json +++ b/public/i18n/pl/panel.json @@ -42,6 +42,30 @@ "proxy": { "label": "Proxy", "description": "Ogólne flagi wydajności dla większości oprogramowania serwerów proxy." + }, + "benchmarkedG1GC": { + "label": "Benchmarked (G1GC)", + "description": "Performance flags backed by benchmarks. Uses G1GC, similar to Aikar's flags." + }, + "benchmarkedZGC": { + "label": "Benchmarked (ZGC)", + "description": "Performance flags backed by benchmarks. Uses ZGC, which is quite unreliable between different systems." + }, + "benchmarkedShenandoah": { + "label": "Benchmarked (Shenandoah)", + "description": "Performance flags backed by benchmarks. Uses Shenandoah, similar to hilltty's flags." + }, + "hillttys": { + "label": "hilltty's Flags", + "description": "Experimental performance flags based on Shenandoah GC. May require additional setup." + }, + "obyduxs": { + "label": "Obydux's Flags", + "description": "Experimental performance flags based on Etil's Flags and Benchmarked (G1GC), exclusive to Linux users. May require additional setup." + }, + "etils": { + "label": "Etil's Flags", + "description": "Modified version of Aikar's Flags, exclusive to Linux users." } }, "extraFlags": { @@ -50,6 +74,10 @@ "vectors": { "label": "Nowoczesne wektory", "description": "Włącza operacje SIMD w celu optymalizacji renderowania elementów mapy na Pufferfishu i jego forkach." + }, + "benchmarkedGraalVM": { + "label": "Benchmarked (GraalVM)", + "description": "Additional performance flags for Benchmarked (G1GC) exclusive to GraalVM users." } }, "memory": { diff --git a/public/i18n/uk/app.json b/public/i18n/uk/app.json index 49c335d9..35b3ff11 100644 --- a/public/i18n/uk/app.json +++ b/public/i18n/uk/app.json @@ -1,7 +1,7 @@ { "app": { - "description": "A simple script generator to start your Minecraft servers with optimal flags.", - "changeLocale": "Change Locale", + "description": "Простий генератор скриптів для запуску серверів Minecraft з оптимальними прапорцями.", + "changeLocale": "Змінити локацію", "colorScheme": { "label": "Color Scheme", "dark": "Dark", diff --git a/public/i18n/uk/panel.json b/public/i18n/uk/panel.json index 2b55a771..b72a8bb3 100644 --- a/public/i18n/uk/panel.json +++ b/public/i18n/uk/panel.json @@ -37,11 +37,35 @@ }, "aikars": { "label": "Прапорці Айкара", - "description": "Класичні надійні прапорці для підвищення продуктивності вашого сервера." + "description": "Класичні та надійні прапорці для підвищення продуктивності вашого сервера." }, "proxy": { "label": "Проксі", "description": "Загальні позначки продуктивності для більшості програмного забезпечення проксі-сервера." + }, + "benchmarkedG1GC": { + "label": "Бенчмарковий (G1GC)", + "description": "Прапорці продуктивності, підкріплені орієнтирами. Використовує G1GC, подібно до прапорів Айкара." + }, + "benchmarkedZGC": { + "label": "Бенчмарковий (ZGC)", + "description": "Прапорці продуктивності, підкріплені орієнтирами. Використовує ZGC, яка досить ненадійна між різними системами." + }, + "benchmarkedShenandoah": { + "label": "Бенчмарковий (Shenandoah)", + "description": "Прапорці продуктивності, підкріплені орієнтирами. Використовує Shenandoah, подібно до прапорів Hilltty." + }, + "hillttys": { + "label": "Прапорці hilltty", + "description": "Експериментальні прапорці виконання на основі Shenandoah GC. Може знадобитися додаткове налаштування." + }, + "obyduxs": { + "label": "Прапорці Obydux", + "description": "Експериментальні прапорці продуктивності, засновані на прапорах Etil та бенчмаркового (G1GC), ексклюзивні для користувачів Linux. Може знадобитися додаткове налаштування." + }, + "etils": { + "label": "Прапорці Etil", + "description": "Експериментальні та архівовані прапорці продуктивності, засновані на прапорцях Айкара, ексклюзивні для користувачів Linux." } }, "extraFlags": { @@ -50,6 +74,10 @@ "vectors": { "label": "Сучасні вектори", "description": "Вмикає операції SIMD для оптимізації візуалізації елементів карти на Pufferfish та його форках." + }, + "benchmarkedGraalVM": { + "label": "Бенчмарковий (GraalVM)", + "description": "Додаткові прапорці продуктивності для бенчмаркінгу (G1GC), ексклюзивні для користувачів GraalVM." } }, "memory": { diff --git a/public/i18n/zh_Hans/app.json b/public/i18n/zh_Hans/app.json new file mode 100644 index 00000000..5a95b0cb --- /dev/null +++ b/public/i18n/zh_Hans/app.json @@ -0,0 +1,15 @@ +{ + "app": { + "description": "一个简单的脚本生成器,用于以最佳参数启动您的 Minecraft 服务器。", + "changeLocale": "切换语言", + "colorScheme": { + "label": "配色方案", + "dark": "暗色", + "light": "亮色", + "system": "跟随系统" + }, + "support": "社区帮助", + "source": "源代码", + "about": "关于" + } +} diff --git a/public/i18n/zh_Hans/panel.json b/public/i18n/zh_Hans/panel.json new file mode 100644 index 00000000..eac70f3b --- /dev/null +++ b/public/i18n/zh_Hans/panel.json @@ -0,0 +1,112 @@ +{ + "panel": { + "environment": { + "label": "环境", + "description": "你的 Minecraft 运行环境。" + }, + "config": { + "label": "配置", + "description": "对你的启动脚本可做出的各种补充和修改。" + }, + "operatingSystem": { + "label": "操作系统", + "description": "服务器运行的操作系统。", + "linux": "Linux", + "windows": "Windows", + "pterodactyl": "翼龙面板", + "command": "指令" + }, + "serverType": { + "label": "服务端核心", + "description": "你使用的服务端核心。", + "paper": "Paper", + "purpur": "Purpur", + "velocity": "Velocity", + "waterfall": "Waterfall" + }, + "fileName": { + "label": "文件名", + "description": "服务端的文件名。" + }, + "flags": { + "label": "参数", + "description": "一些可以优化服务器性能的启动参数集。", + "none": { + "label": "无", + "description": "不添加预置参数。" + }, + "aikars": { + "label": "Aikar's Flags", + "description": "经典且可靠的性能提升参数。" + }, + "benchmarkedG1GC": { + "label": "基准测试(G1GC)", + "description": "经过了基准测试的性能参数,使用了近似于 Aikar's flags 的 G1GC。" + }, + "benchmarkedZGC": { + "label": "基准测试(ZGC)", + "description": "经过了基准测试的性能参数,使用了适用于高核高内存但是系统间不稳定的 ZGC。" + }, + "benchmarkedShenandoah": { + "label": "基准测试(Shenandoah)", + "description": "经过了基准测试的性能参数,使用了近似于 hilltty's flags 的 Shenandoah。" + }, + "hillttys": { + "label": "hilltty's Flags", + "description": "基于 Shenandoah GC 的实验性性能参数。可能需要额外的设置。" + }, + "obyduxs": { + "label": "Obydux's Flags", + "description": "基于 Etil's Flags 与 基准测试(G1GC) 的实验性性能参数,仅适用于 Linux。可能需要额外的设置。" + }, + "etils": { + "label": "Etil's Flags", + "description": "基于 Aikar's Flags 的实验性存档性能参数,仅适用于 Linux。" + }, + "proxy": { + "label": "代理服", + "description": "适用于大多数群组服代理端核心。" + } + }, + "extraFlags": { + "label": "额外参数", + "description": "更多可能提高性能或改变功能的参数。", + "vectors": { + "label": "更新的载体", + "description": "启用 SIMD 操作以优化 Pufferfish 类服务端的地图项渲染。" + }, + "benchmarkedGraalVM": { + "label": "基准测试(GraalVM)", + "description": "GraalVM 专属的 基准测试(G1GC) 额外性能优化参数。" + } + }, + "memory": { + "label": "内存", + "description": "分配给服务器的内存 (RAM)量。", + "warning": { + "low": "建议给服务器分配更多内存。", + "high": "建议给服务器分配更少内存。" + } + }, + "gui": { + "label": "使用图形界面(GUI)", + "description": "是否显示服务端内置管理界面。" + }, + "autoRestart": { + "label": "自动重启", + "description": "是否在服务器关闭后重启。" + }, + "variables": { + "label": "使用变量", + "description": "是否在脚本内使用变量来配置文件名、内存和其他常被更改的内容。" + }, + "script": { + "label": "脚本", + "description": "用于启动服务器的生成脚本。将此文件放在与 {{fileName}} 相同的位置,然后运行!" + }, + "download": "下载", + "copy": "复制", + "share": "分享", + "advanced": "高级选项" + } +} diff --git a/public/i18n/zh_Hans_SG/panel.json b/public/i18n/zh_Hans_SG/panel.json index 862be2f6..0d329fc8 100644 --- a/public/i18n/zh_Hans_SG/panel.json +++ b/public/i18n/zh_Hans_SG/panel.json @@ -42,6 +42,30 @@ "proxy": { "label": "群组服", "description": "一类用于多数群组服服务端核心的性能参数。" + }, + "benchmarkedG1GC": { + "label": "Benchmarked (G1GC)", + "description": "Performance flags backed by benchmarks. Uses G1GC, similar to Aikar's flags." + }, + "benchmarkedZGC": { + "label": "Benchmarked (ZGC)", + "description": "Performance flags backed by benchmarks. Uses ZGC, which is quite unreliable between different systems." + }, + "benchmarkedShenandoah": { + "label": "Benchmarked (Shenandoah)", + "description": "Performance flags backed by benchmarks. Uses Shenandoah, similar to hilltty's flags." + }, + "hillttys": { + "label": "hilltty's Flags", + "description": "Experimental performance flags based on Shenandoah GC. May require additional setup." + }, + "obyduxs": { + "label": "Obydux's Flags", + "description": "Experimental performance flags based on Etil's Flags and Benchmarked (G1GC), exclusive to Linux users. May require additional setup." + }, + "etils": { + "label": "Etil's Flags", + "description": "Modified version of Aikar's Flags, exclusive to Linux users." } }, "extraFlags": { @@ -50,6 +74,10 @@ "vectors": { "label": "Modern Vectors", "description": "Enables SIMD operations to optimize map item rendering on Pufferfish and its forks." + }, + "benchmarkedGraalVM": { + "label": "Benchmarked (GraalVM)", + "description": "Additional performance flags for Benchmarked (G1GC) exclusive to GraalVM users." } }, "memory": {