mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-31 15:09:07 +07:00
Translations for startup message
This commit is contained in:
@ -20,6 +20,7 @@ gameover = Game Over
|
||||
gameover.pvp = The[accent] {0}[] team is victorious!
|
||||
highscore = [accent]New highscore!
|
||||
copied = Copied.
|
||||
indevpopup = [accent]v6[] is currently in [accent]pre-alpha[].\n[lightgray]This means:[]\n- Content is missing\n - Most [scarlet]Unit AI[] does not work\n- Many units are unfinished\n- The campaign is completely unfinished\n- Everything you see is subject to change or removal.\n\nReport bugs or crashes on [accent]Github[].
|
||||
|
||||
load.sound = Sounds
|
||||
load.map = Maps
|
||||
|
@ -20,6 +20,7 @@ gameover = Игра окончена
|
||||
gameover.pvp = [accent]{0}[] команда победила!
|
||||
highscore = [accent]Новый рекорд!
|
||||
copied = Скопировано.
|
||||
indevpopup = [accent]v6[] находится на стадии [accent]pre-alpha[].\n[lightgray]Это означает следующее:[]\n- Отсутствие контента.\n- Большинство [scarlet]ИИ единиц[] не работает.\n- Множество единиц [scarlet]отсутствует[] или не готово.\n- Кампания не завершена.\n- Всё, что вы видите, может быть изменено или удалено.\n\nСообщайте о багах и вылетах на [accent]Github[].
|
||||
|
||||
load.sound = Звуки
|
||||
load.map = Карты
|
||||
|
@ -20,6 +20,7 @@ gameover = Гра завершена
|
||||
gameover.pvp = [accent]{0}[] команда перемогла!
|
||||
highscore = [accent]Новий рекорд!
|
||||
copied = Скопійовано.
|
||||
indevpopup = Наразі [accent]6.0[] знаходиться у стадії [accent]pre-alpha[].\n[lightgray]Це означає наступне:[]\n- Не вистачає наповнення гри;\n- Більшість [scarlet]ШІ бойових одиниць[] не працює;\n- Багато одиниць [scarlet]відсутні[] або незавершені;\n- Кампанія повністю не є завершеною;\n- Усе, що ви бачите, може змінитися або видалитися.\n\nПовідомляйте про вади або збої на [accent]Github[], а про помилки в перекладі в Discord.
|
||||
|
||||
load.sound = Звуки
|
||||
load.map = Мапи
|
||||
|
@ -428,14 +428,7 @@ public class Control implements ApplicationListener, Loadable{
|
||||
//just a regular reminder
|
||||
if(!OS.prop("user.name").equals("anuke") && !OS.hasEnv("iknowwhatimdoing")){
|
||||
app.post(() -> app.post(() -> {
|
||||
ui.showStartupInfo("[accent]v6[] is currently in [accent]pre-alpha[].\n" +
|
||||
"[lightgray]This means:[]\n" +
|
||||
"- Content is missing\n" +
|
||||
"- Most [scarlet]Unit AI[] does not work\n" +
|
||||
"- Many units are unfinished\n" +
|
||||
"- The campaign is completely unfinished\n" +
|
||||
"- Everything you see is subject to change or removal." +
|
||||
"\n\nReport bugs or crashes on [accent]Github[].");
|
||||
ui.showStartupInfo("@indevpopup");
|
||||
}));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user