100 lines
2.6 KiB
JSON
100 lines
2.6 KiB
JSON
{
|
||
"hello": "Hello $name",
|
||
"login": {
|
||
"title": "Login",
|
||
"pleaseSignIn": "Please sign in",
|
||
"signingIn": "Signing you in…",
|
||
"success": "Logged in successfully"
|
||
},
|
||
"dashboard": {
|
||
"welcome": "Dashboard – Welcome to Finlog"
|
||
},
|
||
"budget": {
|
||
"title": "Budgets"
|
||
},
|
||
"app": {
|
||
"navigationSettings": "Settings",
|
||
"navigationDashboard": "Dashboard",
|
||
"navigationBudgets": "Budgets",
|
||
"navigationInventory": "Inventory",
|
||
"navigationReports": "Reports",
|
||
"tooltipMenu": "Menu",
|
||
"tooltipNotifications": "Notifications",
|
||
"tooltipUserSettings": "User Settings",
|
||
"tooltipCollapseRail": "Collapse Rail",
|
||
"tooltipExpandRail": "Expand Rail",
|
||
"drawerSettings": "Settings"
|
||
},
|
||
"settings": {
|
||
"title": "Settings",
|
||
"featureSettings": "Feature Settings",
|
||
"sections": {
|
||
"account": "Account & Data",
|
||
"app": "App",
|
||
"help": "Help & Legal"
|
||
},
|
||
"items": {
|
||
"appSettings": "App settings",
|
||
"personalData": "Personal data",
|
||
"accountManagement": "Account management",
|
||
"helpCenter": "Help",
|
||
"feedback": "Feedback",
|
||
"legalPrivacy": "Legal & Privacy",
|
||
"logout": "Sign out"
|
||
},
|
||
"messages": {
|
||
"logoutNotImplemented": "Logout… (not implemented yet)"
|
||
},
|
||
"app": {
|
||
"systemBackground": "System Background Color",
|
||
"systemDefault": "System Default",
|
||
"darkMode": "Dark Mode",
|
||
"lightMode": "Light Mode",
|
||
"textSize": "Text Size",
|
||
"system": "System",
|
||
"small": "Small",
|
||
"medium": "Medium",
|
||
"large": "Large",
|
||
"language": "Language",
|
||
"german": "German",
|
||
"english": "English"
|
||
},
|
||
"personalData": {
|
||
"name": "Name",
|
||
"maxMustermann": "Max Mustermann",
|
||
"changePassword": "Change Password",
|
||
"twoFactor": "Two-Factor Authentication",
|
||
"off": "Off"
|
||
},
|
||
"accountManagement": {
|
||
"email": "Email"
|
||
},
|
||
"help": {
|
||
"faq": "FAQ",
|
||
"sendFeedback": "Send Feedback"
|
||
},
|
||
"legal": {
|
||
"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"
|
||
}
|
||
}
|
||
}
|