Implement debtors prison features across the application: Enhance FalukantController to include debtors prison logic in various service methods. Update FalukantService to manage debtors prison state and integrate it into user data retrieval. Modify frontend components, including DashboardWidget, StatusBar, and BankView, to display debtors prison status and warnings. Add localization for debtors prison messages in English, German, and Spanish, ensuring clarity in user notifications and actions.
This commit is contained in:
@@ -10,6 +10,11 @@
|
||||
"windy": "Windy",
|
||||
"clear": "Clear"
|
||||
},
|
||||
"debtorsPrison": {
|
||||
"actionBlocked": "This action is blocked while you are in debtors' prison.",
|
||||
"globalWarning": "Your credit delinquency is already restricting your actions. Forced measures may follow soon.",
|
||||
"globalLocked": "You are in debtors' prison. Almost all active Falukant actions are currently blocked."
|
||||
},
|
||||
"messages": {
|
||||
"title": "Messages",
|
||||
"tooltip": "Messages",
|
||||
@@ -184,6 +189,10 @@
|
||||
},
|
||||
"house": {
|
||||
"title": "House",
|
||||
"debtorsPrison": {
|
||||
"houseWarning": "As delinquency grows, the risk of seizure and forced loss of the house increases.",
|
||||
"houseRisk": "Your house is now part of the possible forced liquidation."
|
||||
},
|
||||
"statusreport": "House condition",
|
||||
"element": "Element",
|
||||
"state": "Condition",
|
||||
@@ -265,6 +274,11 @@
|
||||
"noProposals": "No director candidates available."
|
||||
},
|
||||
"branch": {
|
||||
"debtorsPrison": {
|
||||
"branchLocked": "While in debtors' prison, new economic steps are blocked. Closed or seized branches will also become visible here.",
|
||||
"branchRisk": "Your delinquency puts branches, vehicles and stored goods at risk.",
|
||||
"selectionBlocked": "New expansions are blocked while imprisoned for debt."
|
||||
},
|
||||
"currentCertificate": "Current certificate",
|
||||
"selection": {
|
||||
"title": "Branch Selection",
|
||||
@@ -505,6 +519,10 @@
|
||||
}
|
||||
},
|
||||
"family": {
|
||||
"debtorsPrison": {
|
||||
"familyWarning": "Ongoing debt delinquency puts strain on marriage, household and affairs.",
|
||||
"familyImpact": "Debtors' prison damages marriage, household peace and the stability of affairs."
|
||||
},
|
||||
"children": {
|
||||
"title": "Children",
|
||||
"name": "Name",
|
||||
@@ -736,6 +754,55 @@
|
||||
"error": "The child could not be baptized."
|
||||
}
|
||||
},
|
||||
"bank": {
|
||||
"title": "Bank",
|
||||
"account": {
|
||||
"title": "Account",
|
||||
"balance": "Balance",
|
||||
"totalDebt": "Total debt",
|
||||
"maxCredit": "Maximum credit",
|
||||
"availableCredit": "Available credit"
|
||||
},
|
||||
"debtorsPrison": {
|
||||
"titleWarning": "Credit delinquency",
|
||||
"titlePrison": "Debtors' prison",
|
||||
"descriptionWarning": "Your credits are overdue. If you continue to default, forced measures will follow.",
|
||||
"descriptionPrison": "You are in debtors' prison. New credits are blocked and your assets will be liquidated step by step.",
|
||||
"daysOverdue": "Days overdue",
|
||||
"creditworthiness": "Creditworthiness",
|
||||
"nextForcedAction": "Next forced action",
|
||||
"creditBlocked": "You cannot take new credits while imprisoned for debt.",
|
||||
"creditError": "The credit could not be taken.",
|
||||
"actions": {
|
||||
"reminder": "First reminder",
|
||||
"final_warning": "Final warning",
|
||||
"debtors_prison": "Commitment to debtors' prison",
|
||||
"asset_seizure": "Asset seizure"
|
||||
}
|
||||
},
|
||||
"credits": {
|
||||
"title": "Credits",
|
||||
"none": "You currently do not have any credits.",
|
||||
"amount": "Amount",
|
||||
"remaining": "Remaining",
|
||||
"interestRate": "Interest rate",
|
||||
"table": {
|
||||
"name": "Name",
|
||||
"amount": "Amount",
|
||||
"reason": "Reason",
|
||||
"date": "Date"
|
||||
},
|
||||
"payoff": {
|
||||
"title": "Take a new credit",
|
||||
"height": "Credit amount",
|
||||
"remaining": "Remaining possible credit amount",
|
||||
"fee": "Credit interest",
|
||||
"feeHeight": "Installment (10 payments)",
|
||||
"total": "Total",
|
||||
"confirm": "Take credit"
|
||||
}
|
||||
}
|
||||
},
|
||||
"reputation": {
|
||||
"title": "Reputation",
|
||||
"overview": {
|
||||
|
||||
Reference in New Issue
Block a user