feat(i18n): Többnyelvűség alapjainak beállítása és UI takarítás

This commit is contained in:
Roo
2026-06-04 07:19:32 +00:00
parent c7cbe60976
commit 22a5da9ad1
5 changed files with 640 additions and 0 deletions

29
frontend/src/i18n/en.ts Normal file
View File

@@ -0,0 +1,29 @@
export default {
menu: {
features: 'Features',
garage: 'Vehicles',
calendar: 'Service Calendar',
finance: 'Finance & Costs',
diagnostic: 'Live Diagnostics',
addVehicle: '+ Add New Vehicle',
},
header: {
welcome: 'Welcome',
userMenu: 'User menu',
profile: 'Profile Settings',
logout: 'Logout',
subtitle: 'Your dashboard and vehicle overview',
},
dashboard: {
loading: 'Loading...',
errorRetry: 'Retry',
statusActive: 'Active',
statusUnknown: 'Unknown',
condition: 'Condition',
mileage: 'km',
},
zen: {
hide: 'Hide UI (Zen mode)',
show: 'Show UI',
},
}