🍉🍉🍉 Watermelons have deployed. Prepare yourself for new Ukrainian translation for v7 release (#7885)

* hehe

* Finished translation. Need to proofread. Added 2 missing entries.

* Fixes

* Fixes #2

* Added button Random to translations and fixed error

* Fixes from @1stvaliduser

* fixes

* fixes

* будівль -> будівель
This commit is contained in:
Prosta4okua
2023-01-07 21:42:27 +02:00
committed by GitHub
parent eb410af371
commit 574a10e5f8
4 changed files with 304 additions and 287 deletions

View File

@@ -141,7 +141,7 @@ public class WaveInfoDialog extends BaseDialog{
});
if(experimental){
buttons.button("Random", Icon.refresh, () -> {
buttons.button(Core.bundle.get("waves.random"), Icon.refresh, () -> {
groups.clear();
groups = Waves.generate(1f / 10f);
updateWaves();

View File

@@ -433,7 +433,7 @@ public class PlacementFragment{
//commandTable: commanded units
{
commandTable.touchable = Touchable.enabled;
commandTable.add("[accent]Command Mode").fill().center().labelAlign(Align.center).row();
commandTable.add(Core.bundle.get("commandmode.name")).fill().center().labelAlign(Align.center).row();
commandTable.image().color(Pal.accent).growX().pad(20f).padTop(0f).padBottom(4f).row();
commandTable.table(u -> {
u.left();
@@ -503,7 +503,7 @@ public class PlacementFragment{
}).fillX().padTop(4f).left();
}
}else{
u.add("[no units]").color(Color.lightGray).growX().center().labelAlign(Align.center).pad(6);
u.add(Core.bundle.get("commandmode.nounits")).color(Color.lightGray).growX().center().labelAlign(Align.center).pad(6);
}
};