mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-11 00:08:58 +07:00
More untranslated items fixed - #6131
This commit is contained in:
@ -995,10 +995,7 @@ Complete all the spaceship parts\n to win! =
|
|||||||
Complete 5 policy branches\n to win! =
|
Complete 5 policy branches\n to win! =
|
||||||
Complete 5 policy branches and build\n the Utopia Project to win! =
|
Complete 5 policy branches and build\n the Utopia Project to win! =
|
||||||
Destroy all enemies\n to win! =
|
Destroy all enemies\n to win! =
|
||||||
You have won a Scientific Victory! =
|
You have won a [victoryType] Victory! =
|
||||||
You have won a Cultural Victory! =
|
|
||||||
You have won a Domination Victory! =
|
|
||||||
You have won a Diplomatic Victory! =
|
|
||||||
You have won! =
|
You have won! =
|
||||||
You have achieved victory through the awesome power of your Culture. Your civilization's greatness - the magnificence of its monuments and the power of its artists - have astounded the world! Poets will honor you as long as beauty brings gladness to a weary heart. =
|
You have achieved victory through the awesome power of your Culture. Your civilization's greatness - the magnificence of its monuments and the power of its artists - have astounded the world! Poets will honor you as long as beauty brings gladness to a weary heart. =
|
||||||
The world has been convulsed by war. Many great and powerful civilizations have fallen, but you have survived - and emerged victorious! The world will long remember your glorious triumph! =
|
The world has been convulsed by war. Many great and powerful civilizations have fallen, but you have survived - and emerged victorious! The world will long remember your glorious triumph! =
|
||||||
|
@ -22,7 +22,7 @@ object BattleDamage {
|
|||||||
UniqueTarget.Nation -> "National ability"
|
UniqueTarget.Nation -> "National ability"
|
||||||
UniqueTarget.Global -> GlobalUniques.getUniqueSourceDescription(unique)
|
UniqueTarget.Global -> GlobalUniques.getUniqueSourceDescription(unique)
|
||||||
else -> "[${unique.sourceObjectName}] ([${unique.sourceObjectType?.name}])"
|
else -> "[${unique.sourceObjectName}] ([${unique.sourceObjectType?.name}])"
|
||||||
}
|
}.tr()
|
||||||
if (unique.conditionals.isEmpty()) return source
|
if (unique.conditionals.isEmpty()) return source
|
||||||
|
|
||||||
val conditionalsText = unique.conditionals.joinToString { it.text.tr() }
|
val conditionalsText = unique.conditionals.joinToString { it.text.tr() }
|
||||||
|
Reference in New Issue
Block a user