Update product definitions and revenue calculations in Falukant: Adjust product sell costs and production times for better balance. Refactor revenue calculations to focus on profit per minute instead of revenue per minute. Enhance localization files to include new terms related to product unlocks and certificate levels in English, German, and Spanish, improving user experience across languages.
This commit is contained in:
@@ -143,6 +143,8 @@
|
||||
"description": "Zeigt die aktuelle Stufe und die Bedingungen für den nächsten Aufstieg.",
|
||||
"current": "Aktuell",
|
||||
"next": "Nächste Stufe",
|
||||
"levelMatrix": "Produkte nach Zertifikatsstufe",
|
||||
"levelLabel": "Stufe {level}",
|
||||
"score": "Wertung",
|
||||
"ready": "Für den nächsten Aufstieg bereit",
|
||||
"notReady": "Bedingungen noch nicht erfüllt",
|
||||
@@ -259,6 +261,12 @@
|
||||
"selectionBlocked": "Neue Ausbauten sind im Schuldturm gesperrt."
|
||||
},
|
||||
"currentCertificate": "Derzeitiges Zertifikat",
|
||||
"certificate": {
|
||||
"title": "Produktfreigaben",
|
||||
"description": "Zeigt, welche Produkte dein derzeitiges Zertifikat freischaltet und was mit der nächsten Stufe dazukommt.",
|
||||
"currentUnlocks": "Derzeit freigeschaltet",
|
||||
"nextUnlocks": "Neu mit Stufe {level}"
|
||||
},
|
||||
"tabs": {
|
||||
"director": "Direktor",
|
||||
"inventory": "Inventar",
|
||||
|
||||
Reference in New Issue
Block a user