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:
@@ -318,6 +318,8 @@
|
||||
"new nobility title": "New title of nobility",
|
||||
"partyOrder": "Party ordered",
|
||||
"renovation_all": "House fully renovated",
|
||||
"taxFromSalesBranch": "Tax from sales branch {branchId}",
|
||||
"reputationAction": "Reputation action: {action}",
|
||||
"health": {
|
||||
"pill": "Health measure: pill",
|
||||
"doctor": "Health measure: doctor",
|
||||
@@ -1190,6 +1192,8 @@
|
||||
"running": "Running...",
|
||||
"dailyLimit": "Daily limit: {remaining} of {cap} actions remaining",
|
||||
"cooldown": "Cooldown: {minutes} minutes remaining",
|
||||
"success": "Action executed successfully. Reputation: +{gain}, Cost: {cost}",
|
||||
"successSimple": "Action executed successfully.",
|
||||
"type": {
|
||||
"soup_kitchen": "Soup Kitchen",
|
||||
"library_donation": "Library Donation",
|
||||
|
||||
Reference in New Issue
Block a user