Added translations for Ancient Ruins bonus notifications

This commit is contained in:
Yair Morgenstern 2018-12-07 12:20:23 +02:00
parent 4491ae1859
commit ff29448e06
3 changed files with 53 additions and 5 deletions

View File

@ -1038,6 +1038,12 @@
Portuguese:"Não é possivel providenciar manutenção para [unitName] - a unidade foi dissolvida!" Portuguese:"Não é possivel providenciar manutenção para [unitName] - a unidade foi dissolvida!"
} }
"We have found survivors the ruins - population added to [cityName]":{}
"We have discovered the lost technology of [techName] in the ruins!":{}
"A [unitName] has joined us!":{}
"An ancient tribe trains our [unitName] in their ways of combat!":{}
"We have found a stash of [amount] gold in the ruins!":{}
// Save and load game // Save and load game
@ -1237,6 +1243,8 @@
Portuguese:"Morro" Portuguese:"Morro"
} }
"Mountain":{}
"Forest":{ "Forest":{
Italian:"Foresta" Italian:"Foresta"
Russian:"Лес" Russian:"Лес"
@ -1292,9 +1300,10 @@
} }
"Impassible":{ "Impassible":{
Portuguese:"Impassevel" Portuguese:"Impassevel"
} }
// Bonus Resources // Bonus Resources
"Cattle":{ "Cattle":{
Italian:"Bestiame" Italian:"Bestiame"
@ -1721,6 +1730,9 @@
Portuguese:"Drenar pântano" Portuguese:"Drenar pântano"
} }
"Ancient Ruins":{}
"City Ruins":{}
// Great Unit improvements // Great Unit improvements
"Academy":{ "Academy":{
Italian:"Accademia" Italian:"Accademia"
@ -4303,6 +4315,7 @@
Spanish:"Arquero en carro" Spanish:"Arquero en carro"
Portuguese:"Arqueiro de Biga" Portuguese:"Arqueiro de Biga"
} }
"War Chariot":{} // Egypt unique
"Spearman":{ "Spearman":{
Italian:"Lanciere" Italian:"Lanciere"
Russian:"Копейщик" Russian:"Копейщик"
@ -4311,8 +4324,10 @@
Spanish:"Lancero" Spanish:"Lancero"
Portuguese:"Lanceiro" Portuguese:"Lanceiro"
} }
"Hoplite":{}// Greek unique
// Classical Era Units // Classical Era Units
"Composite Bowman":{}
"Catapult":{ "Catapult":{
Italian:"Catapulta" Italian:"Catapulta"
Russian:"Катапульта" Russian:"Катапульта"
@ -4334,6 +4349,7 @@
Spanish:"Espadachín" Spanish:"Espadachín"
Portuguese:"Espadachin" // may replace with guerreiro com espada if nescessary Portuguese:"Espadachin" // may replace with guerreiro com espada if nescessary
} }
"Legion":{} // Rome unique
"Horseman":{ "Horseman":{
Italian:"Cavaliere" Italian:"Cavaliere"
Russian:"Всадник" Russian:"Всадник"
@ -4357,6 +4373,7 @@
French:"Galléasse" French:"Galléasse"
Portuguese:"Galleass" Portuguese:"Galleass"
} }
"Crossbowman":{ "Crossbowman":{
Italian:"Balestriere" Italian:"Balestriere"
Russian:"Арбалетчик" Russian:"Арбалетчик"
@ -4371,6 +4388,8 @@
Spanish:"Arquero de arco largo" Spanish:"Arquero de arco largo"
Portuguese:"Arqueiro de arco longo" Portuguese:"Arqueiro de arco longo"
} }
"Chu-ko-nu":{} // Chinese unique, can transliterate
"Trebuchet":{ "Trebuchet":{
Italian:"Trebuchet" Italian:"Trebuchet"
Russian:"Требушет" Russian:"Требушет"
@ -4429,12 +4448,13 @@
French:"Mousquetaire" French:"Mousquetaire"
Portuguese:"Mosqueteiro" Portuguese:"Mosqueteiro"
} }
"Minuteman":{} "Minuteman":{} // American unique
"Frigate":{ "Frigate":{
Italian:"Fregata" Italian:"Fregata"
French:"Frégate" French:"Frégate"
Portuguese:"Fragata" Portuguese:"Fragata"
} }
"Ship of the Line":{} // English unique
"Lancer":{ "Lancer":{
Italian:"Lanciere a cavallo" Italian:"Lanciere a cavallo"
Russian:"Улан" Russian:"Улан"
@ -4445,6 +4465,8 @@
} }
// Industrial units // Industrial units
"Gatling Gun":{}
"Rifleman":{ "Rifleman":{
Italian:"Fuciliere" Italian:"Fuciliere"
Russian:"Стрелок" Russian:"Стрелок"
@ -4461,6 +4483,7 @@
Spanish:"Cavallería" Spanish:"Cavallería"
Portuguese:"Cavalaria" Portuguese:"Cavalaria"
} }
"Cossack":{} // Russia unique
"Artillery":{ "Artillery":{
Italian:"Artiglieria" Italian:"Artiglieria"
Russian:"Артиллерия" Russian:"Артиллерия"
@ -4479,6 +4502,30 @@
"Landship":{} "Landship":{}
"Great War Infantry":{} "Great War Infantry":{}
"Destroyer":{} "Destroyer":{}
"Machine Gun":{}
"Anti-aircraft Gun":{}
"Infantry":{}
"Foreign Legion":{} // French Unique
"Battleship":{}
"Submarine":{}
"Carrier":{} // aircrat carrier
"Great War Bomber":{}
"Triplane":{}
// Atomic units (not in game yet but will be, not super important but why not)
"Rocket Artillery":{}
"Anti-tank Gun":{}
"Marine":{}
"Mobile SAM":{}
"Paratrooper":{}
"Tank":{}
"Panzer":{} // german unique
"Bomber":{}
"B17":{} // american unique
"Fighter":{}
"Helicopter Gunship":{}
// Information era - not even putting here, too far off
// Great units // Great units
"Great Artist":{ "Great Artist":{
@ -4513,6 +4560,7 @@
Spanish:"Gran Ingeniero" Spanish:"Gran Ingeniero"
Portuguese:"Grande engenheiro" Portuguese:"Grande engenheiro"
} }
"Great General":{}
// Social policies // Social policies
"Requires":{ "Requires":{

View File

@ -21,8 +21,8 @@ android {
applicationId "com.unciv.game" applicationId "com.unciv.game"
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 28 targetSdkVersion 28
versionCode 176 versionCode 177
versionName "2.10.12" versionName "2.10.13"
} }
// Had to add this crap for Travis to build, it wanted to sign the app // Had to add this crap for Travis to build, it wanted to sign the app

View File

@ -362,7 +362,7 @@ class MapUnit {
actions.add { actions.add {
val amount = listOf(25,60,100).getRandom() val amount = listOf(25,60,100).getRandom()
civInfo.gold+=amount civInfo.gold+=amount
civInfo.addNotification("We have found a stash of [$amount] gold in the ruins!!",currentTile.position, Color.GOLD) civInfo.addNotification("We have found a stash of [$amount] gold in the ruins!",currentTile.position, Color.GOLD)
} }
(actions.getRandom())() (actions.getRandom())()