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:
@@ -932,6 +932,8 @@
|
||||
"new nobility title": "Nouveau titre de noblesse",
|
||||
"partyOrder": "Fermement commandé",
|
||||
"renovation_all": "Maison entièrement rénovée",
|
||||
"taxFromSalesBranch": "Taxe de la succursale de vente {branchId}",
|
||||
"reputationAction": "Action de réputation : {action}",
|
||||
"health": {
|
||||
"pill": "Mesure sanitaire : tablette",
|
||||
"doctor": "Mesure sanitaire : Visite chez le médecin",
|
||||
@@ -1188,6 +1190,8 @@
|
||||
"running": "En cours d'exécution...",
|
||||
"dailyLimit": "Limite quotidienne : {remaining} sur {cap} actions restantes",
|
||||
"cooldown": "Temps de recharge : {minutes} minutes restantes",
|
||||
"success": "Action exécutée avec succès. Réputation : +{gain}, Coût : {cost}",
|
||||
"successSimple": "Action exécutée avec succès.",
|
||||
"type": {
|
||||
"soup_kitchen": "Soupe populaire",
|
||||
"library_donation": "Don à la bibliothèque",
|
||||
|
||||
Reference in New Issue
Block a user