Files
finlog/finlog_app/app/assets/i18n/en.i18n.json
2025-09-27 14:21:48 +02:00

102 lines
2.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"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": {
"navigationCar": "Car",
"navigationSettings": "Settings",
"navigationDashboard": "Dashboard",
"navigationHousehold": "Household",
"navigationBudgets": "Budgets",
"navigationInventory": "Inventory",
"navigationReports": "Reports",
"tooltipMenu": "Menu",
"tooltipNotifications": "Notifications",
"tooltipUserSettings": "User Settings",
"tooltipCollapseRail": "Collapse Rail",
"tooltipExpandRail": "Expand Rail",
"drawerSettings": "Settings"
},
"settings": {
"title": "Settings",
"sections": {
"account": "Account & Data",
"app": "App",
"help": "Help & Legal"
},
"items": {
"appSettings": "App settings",
"designSettings": "Design 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"
}
}
}