diff --git a/android/assets/jsons/translations/Ukrainian.properties b/android/assets/jsons/translations/Ukrainian.properties index 5f314e7d..48fc6d38 100644 --- a/android/assets/jsons/translations/Ukrainian.properties +++ b/android/assets/jsons/translations/Ukrainian.properties @@ -2470,39 +2470,22 @@ Chucuito = # Requires translation! Choquequirao = - # Requires translation! Denmark = Данія - # Requires translation! Harald Bluetooth = Гаральд I Синьозубий - # Requires translation! If I am to be honest, I tire of those pointless charades. Why don't we settle our disputes on the field of battle, like true men? Perhaps the skalds will sing of your valor... or mine! = Якщо чесно, я вже стомився від цих безглуздих шарад. Чому нам не вирішити наші диспути на полі бою, як справжні чоловіки? Можливо, скальди заспівають на вашу честь... чи на мою! - # Requires translation! Ahahah! You seem to show some skills of a true Viking! Too bad that I'll probably kill you! = Ахаха! Здається, ви намагаєтесь показати деякі навички справжнього Вікінга! Тим гірше для вас, бо ймовірно, я вб'ю тебе! - # Requires translation! Loki must have stood by you, for a common man alone could not have defeated me... Oh well! I will join the einherjar in Valhalla and feast, while you toil away here. = Мабуть, Локі був на твоєму боці, бо звичайна людина не могла б здолати мене самотужки... О, чудово! Я приєднаюсь до ейнгеріїв у Вальгаллі та святкуватиму, доки ти тут тужишся. - # Requires translation! Harad Bluetooth bids you welcome to his lands, a Viking unlike any the seas and lands have ever known! Hah, are you afraid? = Гаральд Синьозубий запрошує Вас до своїх земель, Вікінги знають ці моря та землі, як ніхто інший! Ха! Чи ви злякались? - # Requires translation! This is a fine deal! Even a drunk beggar would agree! = Це чудова угода! Навіть жебрак-п'янчужка на це погодиться! - # Requires translation! Hail to you. = Вітання вам. - # Requires translation! Copenhagen = Копенгаген - # Requires translation! Aarhus = Орхус - # Requires translation! Kaupang = Каупан - # Requires translation! Ribe = Рібе - # Requires translation! Viborg = Віборг - # Requires translation! Tunsbers = Тунсберс - # Requires translation! Roskilde = Роскілле - # Requires translation! Hedeby = Хедебю - # Requires translation! Oslo = Осло # Requires translation! Jelling = @@ -3258,7 +3241,6 @@ Military units can pillage improvements, which heals them 25 health and ruins th # Requires translation! Units that enter combat gain experience, which can then be used on promotions for that unit.\nUnits gain more experience when in Melee combat than Ranged, and more when attacking than when defending. = - # Requires translation! Units can only gain up to 30 XP from Barbarian units - meaning up to 2 promotions. After that, Barbarian units will provide no experience. = Підрозділи можуть отримувати від перемог над варварами лише до 30 одиниць досвіду - тобто до 2 підвищень. Після цього, перемоги над варварами більше не будуть приносити додатковий досвід. # Requires translation! @@ -3536,11 +3518,10 @@ Musketman = Мушкетник Samurai = Самурай Combat very likely to create Great Generals = Висока вірогідність отримати у битві видатного генерала - # Requires translation! Berserker = Берсерк - # Requires translation! Amphibious = Амфібій + Landsknecht = Ландскнехт Can move immediately once bought = Може рухатись одразу після купівлі @@ -3607,11 +3588,8 @@ Fighter = Винищувач Great War Bomber = Бомбардувальник Першої світової Bomber = Бомбардувальник - # Requires translation! Norwegian Ski Infantry = Норвезька лижна піхота - # Requires translation! Double movement in Snow, Tundra and Hills = Подвійне пересування у снігах, тундрі та на пагорбах - # Requires translation! +25% bonus in Snow, Tundra and Hills = +25% бонус у снігах, тундрі та на пагорбах Landship = Танкетка diff --git a/android/assets/jsons/translations/completionPercentages.properties b/android/assets/jsons/translations/completionPercentages.properties index 1c6a94f5..500f578f 100644 --- a/android/assets/jsons/translations/completionPercentages.properties +++ b/android/assets/jsons/translations/completionPercentages.properties @@ -9,7 +9,7 @@ German = 65 Japanese = 60 Turkish = 74 English = 1 -Ukrainian = 91 +Ukrainian = 92 French = 85 Portuguese = 42 Indonesian = 38 diff --git a/build.gradle b/build.gradle index 14c9d137..02c0ed9f 100644 --- a/build.gradle +++ b/build.gradle @@ -33,8 +33,8 @@ allprojects { version = '1.0.1' ext { appName = "Unciv" - appCodeNumber = 407 - appVersion = "3.7.2" + appCodeNumber = 408 + appVersion = "3.7.3" gdxVersion = '1.9.10' roboVMVersion = '2.3.1' diff --git a/changelog.md b/changelog.md index 3ece65fc..27f5a1c3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,24 @@ +## 3.7.3 + +By Jack Rainy: +- New Civilization: Denmark +- Performance improvement +- Better mod exceptions + +By SomeTroglodyte: +- Civilopedia cleanup +- Better map saving + +Resolved #2285 - workers no longer try to work within range of enemy city + +Resolved #2221 - buildings in mods can reference techs in original ruleset + +Resolved #2381 - can now remove buildings, units and techs in mods + +Free policies with no adoptable policies no longer 'stuck' the game + +Translation updates + ## 3.7.2 By rh-github-2015: