feat(i18n, frontend): add 'acknowledgeHelp' translations and UI enhancements
All checks were successful
Deploy to production / deploy (push) Successful in 2m56s
All checks were successful
Deploy to production / deploy (push) Successful in 2m56s
- Introduced 'acknowledgeHelp' translations in Cebuano, German, English, and Spanish to provide users with context about the implications of acknowledging relationships. - Updated the FamilyView component to display the new 'acknowledgeHelp' information, enhancing user understanding of relationship dynamics. - Improved styling for the acknowledgment help section to ensure clarity and visibility within the user interface.
This commit is contained in:
@@ -41,8 +41,7 @@
|
||||
"overproduction": "Overproduction: your production is {value}% above demand."
|
||||
},
|
||||
"transport": {
|
||||
"waiting": "Transport waiting"
|
||||
,
|
||||
"waiting": "Transport waiting",
|
||||
"modes": {
|
||||
"land": "Land",
|
||||
"water": "Water",
|
||||
@@ -251,7 +250,7 @@
|
||||
"all": "All history"
|
||||
}
|
||||
},
|
||||
"activities": {
|
||||
"activities": {
|
||||
"Product sale": "Product sale",
|
||||
"Production cost": "Production cost",
|
||||
"Sell all products": "Sell all products",
|
||||
@@ -488,8 +487,8 @@
|
||||
"storage": "Storage",
|
||||
"transport": "Transport",
|
||||
"taxes": "Taxes"
|
||||
}
|
||||
,"taxes": {
|
||||
},
|
||||
"taxes": {
|
||||
"title": "Taxes",
|
||||
"loading": "Loading tax data...",
|
||||
"loadingError": "Failed to load tax data: {error}",
|
||||
@@ -933,6 +932,12 @@
|
||||
"title": "Possible affairs",
|
||||
"roleLabel": "Relationship form",
|
||||
"none": "There are currently no suitable new affairs."
|
||||
},
|
||||
"acknowledgeHelp": {
|
||||
"title": "What does 'acknowledged' mean?",
|
||||
"meaning": "An acknowledged affair is publicly known. This usually increases visibility and scandal risk.",
|
||||
"tradeoff": "Acknowledge if you want an open, stable relationship. Keep it unacknowledged if you want discretion and lower risk.",
|
||||
"buttonHint": "Makes the relationship official and less discreet."
|
||||
}
|
||||
},
|
||||
"notifications": {
|
||||
|
||||
Reference in New Issue
Block a user