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:
@@ -133,6 +133,8 @@
|
||||
"description": "Muestra tu nivel actual y las condiciones para el siguiente ascenso.",
|
||||
"current": "Actual",
|
||||
"next": "Siguiente nivel",
|
||||
"levelMatrix": "Productos por nivel de certificado",
|
||||
"levelLabel": "Nivel {level}",
|
||||
"score": "Puntuación",
|
||||
"ready": "Listo para el siguiente ascenso",
|
||||
"notReady": "Condiciones aún no cumplidas",
|
||||
@@ -247,6 +249,12 @@
|
||||
"selectionBlocked": "Las nuevas ampliaciones están bloqueadas en la prisión por deudas."
|
||||
},
|
||||
"currentCertificate": "Certificado actual",
|
||||
"certificate": {
|
||||
"title": "Desbloqueos de productos",
|
||||
"description": "Muestra qué productos habilita tu certificado actual y qué añade el siguiente nivel.",
|
||||
"currentUnlocks": "Actualmente desbloqueado",
|
||||
"nextUnlocks": "Nuevo con el nivel {level}"
|
||||
},
|
||||
"tabs": {
|
||||
"director": "Director",
|
||||
"inventory": "Inventario",
|
||||
|
||||
Reference in New Issue
Block a user