Transport Fever 2

Transport Fever 2

Better Finance Overview
KingRaptor.84 2024 年 10 月 26 日 上午 11:19
3
2
1
German translation
Hi,
I did a quick ChatGPT translation into German. Feel free to add it, if you like:

de = {
[constants.TRANSPORT_TYPE_ROAD] = ("Straße"),
[constants.TRANSPORT_TYPE_TRAM] = ("Tram"),
[constants.TRANSPORT_TYPE_RAIL] = ("Eisenbahn"),
[constants.TRANSPORT_TYPE_WATER] = ("Wasser"),
[constants.TRANSPORT_TYPE_AIR] = ("Luft"),
[constants.TRANSPORT_TYPE_ALL] = ("Alle"),
[constants.CAT_TOTAL] = ("Gesamt"),
[constants.CAT_INCOME] = ("Einnahmen"),
[constants.CAT_MAINTENANCE] = ("Wartung"),
[constants.CAT_MAINTENANCE_VEHICLES] = ("Fahrzeuge"),
[constants.CAT_MAINTENANCE_INFRASTRUCTURE] = ("Infrastruktur"),
[constants.CAT_INVESTMENTS] = ("Investitionen"),
[constants.CAT_INVESTMENTS_VEHICLES] = ("Fahrzeuge"),
[constants.CAT_INVESTMENTS_TRACKS] = ("Eisenbahnstrecken"),
[constants.CAT_INVESTMENTS_ROADS] = ("Straßen"),
[constants.CAT_INVESTMENTS_INFRASTRUCTURE] = ("Infrastruktur"),
[constants.CAT_CASHFLOW] = ("Operativer Gewinn"),
[constants.CAT_PROFIT] = ("Gewinn"),
[constants.CAT_LOAN] = ("Darlehen"),
[constants.CAT_INTEREST] = ("Zinsen"),
[constants.CAT_OTHER] = ("Sonstiges"),
[constants.CAT_BALANCE] = ("Kontostand"),
[constants.COLUMN_TOTAL] = ("Gesamt"),
["pm-Parameter.Label"] = ("Anzahl der Jahre in der Übersicht"),
["pm-Parameter.Tooltip"] = ("Wählen Sie die Anzahl der Jahre, die in der finanziellen Übersichtstabelle angezeigt werden sollen."),
[constants.TOOLTIP .. constants.CAT_TOTAL] = ("Gesamtgewinn als Summe der Einnahmen abzüglich Wartung und Investitionen"),
[constants.TOOLTIP .. constants.CAT_INCOME] = ("Einnahmen aus Ticketverkäufen."),
[constants.TOOLTIP .. constants.CAT_MAINTENANCE] = ("Gesamte Wartung inkl. Fahrzeuge und Infrastruktur."),
[constants.TOOLTIP .. constants.CAT_MAINTENANCE_VEHICLES] = ("Wartung aus dem Betrieb von Fahrzeugen."),
[constants.TOOLTIP .. constants.CAT_MAINTENANCE_INFRASTRUCTURE] = ("Wartung aus dem Betrieb von Stationen, Depots und Gleisen oder Straßen, sofern relevant."),
[constants.TOOLTIP .. constants.CAT_INVESTMENTS] = ("Gesamte Investitionen inkl. Fahrzeuge, Infrastruktur und Gleisen oder Straßen, sofern relevant."),
[constants.TOOLTIP .. constants.CAT_INVESTMENTS_VEHICLES] = ("Anschaffung neuer Fahrzeuge."),
[constants.TOOLTIP .. constants.CAT_INVESTMENTS_INFRASTRUCTURE] = ("Bau neuer Gebäude."),
[constants.TOOLTIP .. constants.CAT_INVESTMENTS_ROADS] = ("Bau neuer Straßen."),
[constants.TOOLTIP .. constants.CAT_INVESTMENTS_TRACKS] = ("Bau neuer Gleise."),
[constants.TOOLTIP .. constants.CAT_CASHFLOW] = ("Betriebsgewinn als Summe der Einnahmen abzüglich Wartung."),
[constants.TOOLTIP .. constants.CAT_PROFIT] = ("Gesamtgewinn als Summe der Einnahmen abzüglich Wartung und Investitionen aus allen Transportarten."),
[constants.TOOLTIP .. constants.CAT_LOAN] = ("Höhe des von der Bank aufgenommenen Geldes."),
[constants.TOOLTIP .. constants.CAT_INTEREST] = ("Zinsen, die auf aufgenommenes Geld gezahlt werden."),
[constants.TOOLTIP .. constants.CAT_OTHER] = ("Sonstige Ausgaben ohne spezifische Kategorie, z. B. Landschaftsgestaltung."),
[constants.TOOLTIP .. constants.CAT_BALANCE] = ("Aktueller Kontostand."),
[constants.TOOLTIP_GAMEINFO] = ("Betriebsgewinn als Summe der Einnahmen abzüglich Wartung seit Jahresbeginn.")
},
最后由 KingRaptor.84 编辑于; 2024 年 10 月 27 日 下午 9:07
< >
正在显示第 1 - 11 条,共 11 条留言
Cowboy280576 2024 年 10 月 27 日 下午 8:00 
How can I add it to the game?

I play it in German by default.
KingRaptor.84 2024 年 10 月 27 日 下午 9:10 
You have to edit the strings.lua file in Steam\steamapps\workshop\content\1066780\2983699219 (wherever your steam folder is). Add the content posted above before the line containing "cs_CZ = {" and it should work.
Cowboy280576 2024 年 10 月 27 日 下午 10:48 
Doesn´t work here, could you upload the correct and working file somewhere?
Cowboy280576 2024 年 10 月 28 日 上午 7:00 
Thanks a lot, but it doesn´t work.

I´ve copied the full text in the strings.lua file, everything in the game is German, except the mod text.

Maybe something in another file has to be changed, I don´t know.
KingRaptor.84 2024 年 10 月 28 日 上午 8:28 
Hmm... have you tried changing the language in game to English and then back to German? I checked the documentation on localization and everything looks correct. Maybe an encoding issue with the file? Instead of copying the text, try to download it (there is a download link on the top right of the file) and overwrite the original file.
Cowboy280576 2024 年 10 月 28 日 上午 9:04 
It worked with the downloaded file and overwrite of the original file, thanks! :)
netdog63 2024 年 11 月 9 日 上午 2:42 
引用自 Cowboy280576
It worked with the downloaded file and overwrite of the original file, thanks! :)
Same here! Thanks!
Flu2001 2024 年 11 月 11 日 上午 8:02 
What do I have to set so that the table starts only with “Cashflow” on one line?
KingRaptor.84 2024 年 11 月 12 日 下午 12:07 
引用自 Flu2001
What do I have to set so that the table starts only with “Cashflow” on one line?
I‘m not sure, what you want to achieve
最后由 KingRaptor.84 编辑于; 2024 年 11 月 22 日 上午 8:20
MP#74 2 月 7 日 上午 9:41 
Super klasse... vielen Dank dafür!:steamthumbsup:
< >
正在显示第 1 - 11 条,共 11 条留言
每页显示数: 1530 50