mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-25 21:03:15 -04:00
Version rollout (#10161)
* Bump version and create initial changelog entry * Update German translation (#10160) * Russian.properties (#10156) * Update Russian.properties * Update Russian.properties * Update French.properties (#10149) * Update Brazilian_Portuguese.properties (#10148) * Update Polish.properties (#10147) * Update Italian.properties (#10145) --------- Co-authored-by: yairm210 <yairm210@users.noreply.github.com> Co-authored-by: mape6 <mape6@posteo.de> Co-authored-by: Anoant <143289571+Anoant@users.noreply.github.com> Co-authored-by: Ouaz <Ouaz@users.noreply.github.com> Co-authored-by: Vitor Gabriel <59321138+Ranbut@users.noreply.github.com> Co-authored-by: Lesiakower <125187776+Lesiakower@users.noreply.github.com> Co-authored-by: Giuseppe D'Addio <41149920+Smashfanful@users.noreply.github.com>
This commit is contained in:
parent
5fc49f8e22
commit
0400bb5f51
@ -1414,8 +1414,7 @@ Civilization Info = Informações da civilizção
|
||||
Relations = Relações
|
||||
Trade request = Solicitação de troca
|
||||
Garrisoned by unit = Guarnecido por unidade
|
||||
# Requires translation!
|
||||
Status\n(puppet, resistance or being razed) =
|
||||
Status\n(puppet, resistance or being razed) = Status\n(fantoche, resistindo ou sendo destruido)
|
||||
|
||||
# Victory
|
||||
|
||||
|
@ -1211,7 +1211,7 @@ Stopped expansion = Expansion stoppée
|
||||
Food converts to production = Nourriture convertie en production
|
||||
[turnsToStarvation] turns to lose population = Perte de population dans [turnsToStarvation] tours
|
||||
Stopped population growth = Population stagnante
|
||||
In resistance for another [numberOfTurns] turns = En révolte pour encore [numberOfTurns] tours
|
||||
In resistance for another [numberOfTurns] turns = En résistance pour encore [numberOfTurns] tours
|
||||
We Love The King Day for another [numberOfTurns] turns = Fête du Roi pour encore [numberOfTurns] tours
|
||||
Demanding [resource] = Demande [resource]
|
||||
Sell for [sellAmount] gold = Vendre pour [sellAmount] or
|
||||
@ -1415,7 +1415,7 @@ Relations = Relations
|
||||
Trade request = Échanges proposés
|
||||
Garrisoned by unit = Unité en garnison
|
||||
# Requires translation!
|
||||
Status\n(puppet, resistance or being razed) =
|
||||
Status\n(puppet, resistance or being razed) = Statut\n(fantoche, résistance, ou en démolition)
|
||||
|
||||
# Victory
|
||||
|
||||
|
@ -1414,8 +1414,7 @@ Civilization Info = Zivilisations-Informationen
|
||||
Relations = Beziehungen
|
||||
Trade request = Handelsanfrage
|
||||
Garrisoned by unit = Besetzt durch Einheit
|
||||
# Requires translation!
|
||||
Status\n(puppet, resistance or being razed) =
|
||||
Status\n(puppet, resistance or being razed) = Status\n(Marionette, Widerstand oder Auslöschung)
|
||||
|
||||
# Victory
|
||||
|
||||
|
@ -1414,8 +1414,7 @@ Civilization Info = Info civiltà
|
||||
Relations = Rapporti
|
||||
Trade request = Richiesta commerciale
|
||||
Garrisoned by unit = Con guarnigione
|
||||
# Requires translation!
|
||||
Status\n(puppet, resistance or being razed) =
|
||||
Status\n(puppet, resistance or being razed) = Status\n(fantoccio, resistenza o sacco in corso)
|
||||
|
||||
# Victory
|
||||
|
||||
|
@ -1415,7 +1415,7 @@ Relations = Relacje
|
||||
Trade request = Zapotrzebowanie na handel
|
||||
Garrisoned by unit = Zgarnizowane przez jednostkę
|
||||
# Requires translation!
|
||||
Status\n(puppet, resistance or being razed) =
|
||||
Status\n(puppet, resistance or being razed) = Status\n(marionetka, stawiające opór lub będące w trakcie burzenia)
|
||||
|
||||
# Victory
|
||||
|
||||
|
@ -1414,8 +1414,7 @@ Civilization Info = Информация о цивилизации
|
||||
Relations = Отношения
|
||||
Trade request = Торговое предложение
|
||||
Garrisoned by unit = Юнит в гарнизоне
|
||||
# Requires translation!
|
||||
Status\n(puppet, resistance or being razed) =
|
||||
Status\n(puppet, resistance or being razed) = Статус\n(сателлит, сопротивляется или разрушается)
|
||||
|
||||
# Victory
|
||||
|
||||
|
@ -4,8 +4,8 @@ package com.unciv.build
|
||||
object BuildConfig {
|
||||
const val kotlinVersion = "1.8.21"
|
||||
const val appName = "Unciv"
|
||||
const val appCodeNumber = 914
|
||||
const val appVersion = "4.8.6"
|
||||
const val appCodeNumber = 915
|
||||
const val appVersion = "4.8.7"
|
||||
|
||||
const val gdxVersion = "1.11.0"
|
||||
const val ktorVersion = "2.2.3"
|
||||
|
18
changelog.md
18
changelog.md
@ -1,3 +1,21 @@
|
||||
## 4.8.7
|
||||
|
||||
Reload images when downloading or removing a mod
|
||||
|
||||
Fixed mod compatibility autochanges
|
||||
|
||||
debug: More details for destination tile when failing to move to a tile
|
||||
|
||||
By tuvus:
|
||||
- Added return worker notification
|
||||
- Liberate civ open borders fix
|
||||
|
||||
By SomeTroglodyte:
|
||||
- Reorganize and fix WorldScreenTopBar
|
||||
- Allow Space Key to close PlayerReadyScreen
|
||||
|
||||
💚 add tests covering most nukes functionalities - By Framonti
|
||||
|
||||
## 4.8.6
|
||||
|
||||
Mod checker accepts era for unit type
|
||||
|
@ -536,7 +536,7 @@ open class UncivGame(val isConsoleMode: Boolean = false) : Game(), PlatformSpeci
|
||||
|
||||
companion object {
|
||||
//region AUTOMATICALLY GENERATED VERSION DATA - DO NOT CHANGE THIS REGION, INCLUDING THIS COMMENT
|
||||
val VERSION = Version("4.8.6", 914)
|
||||
val VERSION = Version("4.8.7", 915)
|
||||
//endregion
|
||||
|
||||
lateinit var Current: UncivGame
|
||||
|
17
fastlane/metadata/android/en-US/changelogs/915.txt
Normal file
17
fastlane/metadata/android/en-US/changelogs/915.txt
Normal file
@ -0,0 +1,17 @@
|
||||
|
||||
|
||||
Reload images when downloading or removing a mod
|
||||
|
||||
Fixed mod compatibility autochanges
|
||||
|
||||
debug: More details for destination tile when failing to move to a tile
|
||||
|
||||
By tuvus:
|
||||
- Added return worker notification
|
||||
- Liberate civ open borders fix
|
||||
|
||||
By SomeTroglodyte:
|
||||
- Reorganize and fix WorldScreenTopBar
|
||||
- Allow Space Key to close PlayerReadyScreen
|
||||
|
||||
💚 add tests covering most nukes functionalities - By Framonti
|
Loading…
x
Reference in New Issue
Block a user