Added next few czech words, fixed issue with Save game from last commit

This commit is contained in:
sveckarel
2019-10-27 00:54:00 +02:00
committed by Yair Morgenstern
parent c12ed1842c
commit 5abaff7905
4 changed files with 13 additions and 4 deletions

View File

@ -1251,6 +1251,7 @@
French:"Hanse" //same in French
Polish:"Hanza"
Russian:"Ганзея"
Czech:"Hanza"
}
"+5% Production for every Trade Route with a City-State in the empire":{

View File

@ -187,7 +187,8 @@
"Range":{
Italian:"Raggio"
Simplified_Chinese:"攻击范围"
Simplified_Chinese:"攻击范围",
Czech:"Vzdálenost"
}
/////// Unit actions
@ -1125,7 +1126,7 @@
French:"[greatPerson] points"
Simplified_Chinese:"[greatPerson]点数"
Russian:"Очки [greatPerson]",
Czech:"[greatPerson] bodů"
Czech:"[greatPerson] - body"
}
"Great person points":{ // e.g ?
@ -1664,10 +1665,17 @@
"Base values":{
Italian:"Valori di base"
Czech:"Základ"
}
"Bonuses":{
Czech:"Bonusy"
}
"Final":{ //Should be "Final values"
Italian:"Valori finali"
Czech:"Celkem"
}
"Other":{ // Used for "other constructions" - Gold, Science, Nothing

View File

@ -63,7 +63,7 @@
[
"Během každého tahu získáme výzkum, kulturní body a zlato",
" pro naši civilizaci, ve městech se bude postubně stavět",
" a budovat, a může vzrůsz počet obyvatel, nebo se rozšíří území města."
" a budovat, a může vzrůst počet obyvatel, nebo se rozšíří území města."
]
],

View File

@ -26,7 +26,7 @@ class SaveGameScreen : PickerScreen() {
topTable.add(ScrollPane(currentSaves)).height(stage.height*2/3)
val newSave = Table()
val defaultSaveName = game.gameInfo.currentPlayer+" - "+game.gameInfo.turns+" "+"turns".tr()
val defaultSaveName = game.gameInfo.currentPlayer+" - "+game.gameInfo.turns+" turns"
textField.text = defaultSaveName
newSave.add("Saved game name".toLabel()).row()