Feature: Add feature toggles and settings for modular features (e.g., Car, Inventory), enhance navigation for mobile/desktop, and improve i18n integration.
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
},
|
||||
"settings": {
|
||||
"title": "Einstellungen",
|
||||
"featureSettings": "Funktionseinstellungen",
|
||||
"sections": {
|
||||
"account": "Konto & Daten",
|
||||
"app": "App",
|
||||
@@ -76,5 +77,23 @@
|
||||
"privacy": "Datenschutz",
|
||||
"termsOfService": "Nutzungsbedingungen"
|
||||
}
|
||||
},
|
||||
"features": {
|
||||
"inventory": {
|
||||
"displayName": "Inventar",
|
||||
"description": "Verwaltet Gegenstände, Kategorien und Lagerorte."
|
||||
},
|
||||
"car": {
|
||||
"displayName": "Auto",
|
||||
"description": "KFZ-Tracking (Tanken, Wartung, Kosten, Kilometer)."
|
||||
},
|
||||
"household": {
|
||||
"displayName": "Haushalt (inkl. Budget)",
|
||||
"description": "Haushaltsfunktionen inkl. Budgetplanung."
|
||||
},
|
||||
"reports": {
|
||||
"displayName": "Berichte",
|
||||
"description": "Statistiken von Ausgaben"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
},
|
||||
"settings": {
|
||||
"title": "Settings",
|
||||
"featureSettings": "Feature Settings",
|
||||
"sections": {
|
||||
"account": "Account & Data",
|
||||
"app": "App",
|
||||
@@ -76,5 +77,23 @@
|
||||
"privacy": "Privacy",
|
||||
"termsOfService": "Terms of Service"
|
||||
}
|
||||
},
|
||||
"features": {
|
||||
"inventory": {
|
||||
"displayName": "Inventory",
|
||||
"description": "Manages items, categories and storage locations."
|
||||
},
|
||||
"car": {
|
||||
"displayName": "Car",
|
||||
"description": "Vehicle tracking (fuel, maintenance, costs, mileage)."
|
||||
},
|
||||
"household": {
|
||||
"displayName": "Household (incl. Budget)",
|
||||
"description": "Household functions including budget planning."
|
||||
},
|
||||
"reports": {
|
||||
"displayName": "Reports",
|
||||
"description": "Statistics of expenses"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user