feat(MoneyHistoryView): enhance activity translation for tax and reputation actions
All checks were successful
Deploy to production / deploy (push) Successful in 2m7s
All checks were successful
Deploy to production / deploy (push) Successful in 2m7s
- Added translation logic for activities related to tax from sales branches and reputation actions in the MoneyHistoryView component. - Updated internationalization files to include new strings for these activities in multiple languages.
This commit is contained in:
@@ -943,6 +943,8 @@
|
||||
"new nobility title": "Neuer Adelstitel",
|
||||
"partyOrder": "Fest bestellt",
|
||||
"renovation_all": "Haus komplett renoviert",
|
||||
"taxFromSalesBranch": "Steuer aus Verkaufsfiliale {branchId}",
|
||||
"reputationAction": "Reputations-Aktion: {action}",
|
||||
"health": {
|
||||
"pill": "Gesundheitsmaßnahme: Tablette",
|
||||
"doctor": "Gesundheitsmaßnahme: Arztbesuch",
|
||||
@@ -1199,6 +1201,8 @@
|
||||
"running": "Läuft...",
|
||||
"dailyLimit": "Tägliches Limit: {remaining} von {cap} Aktionen übrig",
|
||||
"cooldown": "Cooldown: Noch {minutes} Minuten",
|
||||
"success": "Aktion erfolgreich ausgeführt. Ansehen: +{gain}, Kosten: {cost}",
|
||||
"successSimple": "Aktion erfolgreich ausgeführt.",
|
||||
"type": {
|
||||
"soup_kitchen": "Suppenküche",
|
||||
"library_donation": "Bibliotheksspende",
|
||||
|
||||
Reference in New Issue
Block a user