mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-23 21:22:39 +07:00
Version rollout (#8523)
* Bump version and create initial changelog entry * Update Hungarian.properties (#8504) * Update Hungarian.properties * Update Hungarian.properties * Update Hungarian.properties * Update Hungarian.properties * Update Hungarian.properties * Update Hungarian.properties * Update Hungarian.properties * Update Hungarian.properties * Update Hungarian.properties * Update Hungarian.properties * Update Hungarian.properties * Update German translation (#8498) * Update German translation * Update German translation * Update German translation * Update Ukrainian.properties (#8474) * Update Ukrainian.properties * Update Ukrainian.properties * Update Ukrainian.properties * Update Ukrainian.properties * Update Ukrainian.properties * Fixed test --------- Co-authored-by: yairm210 <yairm210@users.noreply.github.com> Co-authored-by: balazsszalab <balazsszalab@freemail.hu> Co-authored-by: MartinP <mape6@posteo.de> Co-authored-by: Gualdimar <Gualdimar@users.noreply.github.com>
This commit is contained in:
parent
3376a71dc7
commit
087d100887
@ -335,12 +335,9 @@ Uniques = Unikate
|
||||
Promotions = Beförderungen
|
||||
Load copied data = Aus Zwischenablage laden
|
||||
Reset to defaults = Auf Standardwerte zurücksetzen
|
||||
# Requires translation!
|
||||
Select nations =
|
||||
# Requires translation!
|
||||
Random nations pool =
|
||||
# Requires translation!
|
||||
Blacklist random nations pool =
|
||||
Select nations = Nationen auswählen
|
||||
Random nations pool = Nationen für zufällige Auswahl
|
||||
Blacklist random nations pool = Deaktivierte Nationen für zufällige Auswahl
|
||||
Are you sure you want to reset all game options to defaults? = Bist du sicher, dass du alle Spieloptionen auf die Standardeinstellungen zurücksetzen willst?
|
||||
Start game! = Spiel starten!
|
||||
Map Options = Kartenoptionen
|
||||
@ -1532,7 +1529,7 @@ Religion Name: = Name der Religion:
|
||||
Pantheon Name: = Name des Pantheon:
|
||||
Founding Civ: = Gegründet von:
|
||||
Holy City: = Heilige Stadt:
|
||||
Cities following this religion: = Städte die dieser Religion folgen
|
||||
Cities following this religion: = Städte die dieser Religion folgen:
|
||||
Followers of this religion: = Anhänger dieser Religion:
|
||||
Click an icon to see the stats of this religion = Klicke auf ein Icon, um die Statistiken dieser Religion anzuzeigen
|
||||
Religion: Off = Religion: Aus
|
||||
@ -1883,7 +1880,7 @@ New [baseUnitFilter] units start with [amount] Experience [cityFilter] = Neue [b
|
||||
|
||||
Krepost = Krepost
|
||||
[relativeAmount]% Culture cost of natural border growth [cityFilter] = [relativeAmount]% Kulturkosten für Grenzerweiterung [cityFilter]
|
||||
[relativeAmount]% Gold cost of acquiring tiles [cityFilter] = [relativeAmount]% Goldkosten für Einnahme von Feldern [cityFilter]
|
||||
[relativeAmount]% Gold cost of acquiring tiles [cityFilter] = [relativeAmount]% Goldkosten für den Erwerb von Feldern [cityFilter]
|
||||
|
||||
Statue of Zeus = Statue des Zeus
|
||||
'He spoke, the son of Kronos, and nodded his head with the dark brows, and the immortally anointed hair of the great god swept from his divine head, and all Olympos was shaken' - The Iliad = 'Er sprach, der Sohn des Kronos, und neigte sein Haupt mit den dunklen Brauen, sodass sein unsterblich gesalbtes Haar von seinem göttlichen Schädel herunterschweifte, und der ganze Olymp ward erschüttert' - Ilias
|
||||
@ -6169,10 +6166,8 @@ before founding a Pantheon = vor der Gründung eines Pantheons
|
||||
after founding a Pantheon = nach der Gründung eines Pantheons
|
||||
with [resource] = mit [resource]
|
||||
without [resource] = ohne [resource]
|
||||
# Requires translation!
|
||||
when above [amount] [resource] =
|
||||
# Requires translation!
|
||||
when below [amount] [resource] =
|
||||
when above [amount] [resource] = bei mehr als [amount] [resource]
|
||||
when below [amount] [resource] = bei weniger als [amount] [resource]
|
||||
in cities with a [buildingFilter] = in Städten mit [buildingFilter]
|
||||
for units with [promotion] = für Einheiten mit [promotion]
|
||||
for units without [promotion] = für Einheiten ohne [promotion]
|
||||
@ -6205,10 +6200,8 @@ upon declaring war with a major Civilization = bei der Kriegserklärung gegen ei
|
||||
upon declaring friendship = bei der Freundschaftserklärung
|
||||
upon entering a Golden Age = bei dem Eintritt in ein Goldenes Zeitalter
|
||||
upon conquering a city = bei der Eroberung einer Stadt
|
||||
# Requires translation!
|
||||
upon founding a city =
|
||||
# Requires translation!
|
||||
upon discovering a Natural Wonder =
|
||||
upon founding a city = bei der Gründung einer Stadt
|
||||
upon discovering a Natural Wonder = bei der Entdeckung eines Naturwunders
|
||||
upon constructing [buildingFilter] = beim Bau von [buildingFilter]
|
||||
upon constructing [buildingFilter] [cityFilter] = beim Bau von [buildingFilter] [cityFilter]
|
||||
upon founding a Pantheon = bei der Gründung eines Pantheons
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -3,8 +3,8 @@ package com.unciv.build
|
||||
object BuildConfig {
|
||||
const val kotlinVersion = "1.8.0"
|
||||
const val appName = "Unciv"
|
||||
const val appCodeNumber = 804
|
||||
const val appVersion = "4.4.7"
|
||||
const val appCodeNumber = 805
|
||||
const val appVersion = "4.4.8"
|
||||
|
||||
const val gdxVersion = "1.11.0"
|
||||
const val roboVMVersion = "2.3.1"
|
||||
|
20
changelog.md
20
changelog.md
@ -1,3 +1,23 @@
|
||||
## 4.4.8
|
||||
|
||||
Resolved - removed duplicate translation line
|
||||
|
||||
Removed docs section for translated images - see
|
||||
|
||||
By OptimizedForDensity:
|
||||
- Notification log fix
|
||||
- Fix Faith Healers healing enemies
|
||||
|
||||
By vegeta1k95:
|
||||
- Add next-turn-progress bar for growth/production on CityButtons
|
||||
- Fix incorrect dimming
|
||||
|
||||
Only heal when pillaging Improvements - By itanasi
|
||||
|
||||
By Gualdimar:
|
||||
- Autosave fix
|
||||
- Remember "Show autosaves" setting state
|
||||
|
||||
## 4.4.7
|
||||
|
||||
AI battle automation vastly improved for taking over cities
|
||||
|
@ -470,7 +470,7 @@ class UncivGame(parameters: UncivGameParameters) : Game() {
|
||||
|
||||
companion object {
|
||||
//region AUTOMATICALLY GENERATED VERSION DATA - DO NOT CHANGE THIS REGION, INCLUDING THIS COMMENT
|
||||
val VERSION = Version("4.4.7", 804)
|
||||
val VERSION = Version("4.4.8", 805)
|
||||
//endregion
|
||||
|
||||
lateinit var Current: UncivGame
|
||||
|
19
fastlane/metadata/android/en-US/changelogs/805.txt
Normal file
19
fastlane/metadata/android/en-US/changelogs/805.txt
Normal file
@ -0,0 +1,19 @@
|
||||
|
||||
|
||||
Resolved - removed duplicate translation line
|
||||
|
||||
Removed docs section for translated images - see
|
||||
|
||||
By OptimizedForDensity:
|
||||
- Notification log fix
|
||||
- Fix Faith Healers healing enemies
|
||||
|
||||
By vegeta1k95:
|
||||
- Add next-turn-progress bar for growth/production on CityButtons
|
||||
- Fix incorrect dimming
|
||||
|
||||
Only heal when pillaging Improvements - By itanasi
|
||||
|
||||
By Gualdimar:
|
||||
- Autosave fix
|
||||
- Remember "Show autosaves" setting state
|
Loading…
Reference in New Issue
Block a user