mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-14 01:39:40 +07:00
Added next few czech words, fixed issue with Save game from last commit
This commit is contained in:

committed by
Yair Morgenstern

parent
c12ed1842c
commit
5abaff7905
@ -1251,6 +1251,7 @@
|
|||||||
French:"Hanse" //same in French
|
French:"Hanse" //same in French
|
||||||
Polish:"Hanza"
|
Polish:"Hanza"
|
||||||
Russian:"Ганзея"
|
Russian:"Ганзея"
|
||||||
|
Czech:"Hanza"
|
||||||
}
|
}
|
||||||
|
|
||||||
"+5% Production for every Trade Route with a City-State in the empire":{
|
"+5% Production for every Trade Route with a City-State in the empire":{
|
||||||
|
@ -187,7 +187,8 @@
|
|||||||
|
|
||||||
"Range":{
|
"Range":{
|
||||||
Italian:"Raggio"
|
Italian:"Raggio"
|
||||||
Simplified_Chinese:"攻击范围"
|
Simplified_Chinese:"攻击范围",
|
||||||
|
Czech:"Vzdálenost"
|
||||||
}
|
}
|
||||||
|
|
||||||
/////// Unit actions
|
/////// Unit actions
|
||||||
@ -1125,7 +1126,7 @@
|
|||||||
French:"[greatPerson] points"
|
French:"[greatPerson] points"
|
||||||
Simplified_Chinese:"[greatPerson]点数"
|
Simplified_Chinese:"[greatPerson]点数"
|
||||||
Russian:"Очки [greatPerson]",
|
Russian:"Очки [greatPerson]",
|
||||||
Czech:"[greatPerson] bodů"
|
Czech:"[greatPerson] - body"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Great person points":{ // e.g ?
|
"Great person points":{ // e.g ?
|
||||||
@ -1664,10 +1665,17 @@
|
|||||||
|
|
||||||
"Base values":{
|
"Base values":{
|
||||||
Italian:"Valori di base"
|
Italian:"Valori di base"
|
||||||
|
Czech:"Základ"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
"Bonuses":{
|
||||||
|
Czech:"Bonusy"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
"Final":{ //Should be "Final values"
|
"Final":{ //Should be "Final values"
|
||||||
Italian:"Valori finali"
|
Italian:"Valori finali"
|
||||||
|
Czech:"Celkem"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Other":{ // Used for "other constructions" - Gold, Science, Nothing
|
"Other":{ // Used for "other constructions" - Gold, Science, Nothing
|
||||||
|
@ -63,7 +63,7 @@
|
|||||||
[
|
[
|
||||||
"Během každého tahu získáme výzkum, kulturní body a zlato",
|
"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",
|
" 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."
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ class SaveGameScreen : PickerScreen() {
|
|||||||
topTable.add(ScrollPane(currentSaves)).height(stage.height*2/3)
|
topTable.add(ScrollPane(currentSaves)).height(stage.height*2/3)
|
||||||
|
|
||||||
val newSave = Table()
|
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
|
textField.text = defaultSaveName
|
||||||
|
|
||||||
newSave.add("Saved game name".toLabel()).row()
|
newSave.add("Saved game name".toLabel()).row()
|
||||||
|
Reference in New Issue
Block a user