feat(i18n): Többnyelvűség alapjainak beállítása és UI takarítás
This commit is contained in:
29
frontend/src/i18n/en.ts
Normal file
29
frontend/src/i18n/en.ts
Normal 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',
|
||||
},
|
||||
}
|
||||
29
frontend/src/i18n/hu.ts
Normal file
29
frontend/src/i18n/hu.ts
Normal file
@@ -0,0 +1,29 @@
|
||||
export default {
|
||||
menu: {
|
||||
features: 'Funkciók',
|
||||
garage: 'Járművek',
|
||||
calendar: 'Szerviznaptár',
|
||||
finance: 'Pénzügyek és Költségek',
|
||||
diagnostic: 'Élő Diagnosztika',
|
||||
addVehicle: '+ Új Jármű Hozzáadása',
|
||||
},
|
||||
header: {
|
||||
welcome: 'Üdvözlünk',
|
||||
userMenu: 'Felhasználói menü',
|
||||
profile: 'Profil beállítások',
|
||||
logout: 'Kilépés',
|
||||
subtitle: 'Irányítópultod és járműveid áttekintése',
|
||||
},
|
||||
dashboard: {
|
||||
loading: 'Betöltés...',
|
||||
errorRetry: 'Újrapróbálkozás',
|
||||
statusActive: 'Aktív',
|
||||
statusUnknown: 'Ismeretlen',
|
||||
condition: 'Állapot',
|
||||
mileage: 'km',
|
||||
},
|
||||
zen: {
|
||||
hide: 'UI elrejtése (Zen mód)',
|
||||
show: 'UI megjelenítése',
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user