admin firs step
This commit is contained in:
69
frontend/admin/locales/en.json
Normal file
69
frontend/admin/locales/en.json
Normal file
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"navigation": {
|
||||
"dashboard": "Dashboard",
|
||||
"users": "Users",
|
||||
"map": "Map",
|
||||
"settings": "Settings",
|
||||
"logout": "Logout",
|
||||
"welcome": "Welcome",
|
||||
"role_management": "Role Management",
|
||||
"geographical_scopes": "Geographical Scopes"
|
||||
},
|
||||
"tiles": {
|
||||
"ai_logs": "AI Logs",
|
||||
"financial": "Financial",
|
||||
"sales": "Sales",
|
||||
"system_health": "System Health",
|
||||
"service_map": "Service Map",
|
||||
"moderation": "Moderation"
|
||||
},
|
||||
"general": {
|
||||
"save": "Save",
|
||||
"cancel": "Cancel",
|
||||
"edit": "Edit",
|
||||
"delete": "Delete",
|
||||
"confirm": "Confirm",
|
||||
"role": "Role",
|
||||
"scope": "Scope",
|
||||
"status": "Status",
|
||||
"actions": "Actions",
|
||||
"search": "Search",
|
||||
"filter": "Filter",
|
||||
"refresh": "Refresh",
|
||||
"loading": "Loading...",
|
||||
"no_data": "No data available",
|
||||
"error": "Error",
|
||||
"success": "Success",
|
||||
"warning": "Warning",
|
||||
"info": "Info",
|
||||
"settings": "Settings"
|
||||
},
|
||||
"dashboard": {
|
||||
"title": "Admin Dashboard",
|
||||
"subtitle": "Monitor and manage your service ecosystem",
|
||||
"welcome_title": "Welcome to Mission Control",
|
||||
"welcome_subtitle": "Real-time oversight for {scopeLevel} level administration",
|
||||
"total_users": "Total Users",
|
||||
"active_services": "Active Services",
|
||||
"pending_requests": "Pending Requests",
|
||||
"system_status": "System Status"
|
||||
},
|
||||
"users": {
|
||||
"title": "User Management",
|
||||
"add_user": "Add User",
|
||||
"username": "Username",
|
||||
"email": "Email",
|
||||
"created_at": "Created At",
|
||||
"last_login": "Last Login",
|
||||
"active": "Active",
|
||||
"inactive": "Inactive"
|
||||
},
|
||||
"login": {
|
||||
"title": "Login to Admin",
|
||||
"username": "Username",
|
||||
"password": "Password",
|
||||
"remember_me": "Remember me",
|
||||
"forgot_password": "Forgot password?",
|
||||
"sign_in": "Sign In"
|
||||
}
|
||||
}
|
||||
69
frontend/admin/locales/hu.json
Normal file
69
frontend/admin/locales/hu.json
Normal file
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"navigation": {
|
||||
"dashboard": "Irányítópult",
|
||||
"users": "Felhasználók",
|
||||
"map": "Térkép",
|
||||
"settings": "Beállítások",
|
||||
"logout": "Kijelentkezés",
|
||||
"welcome": "Üdvözöljük",
|
||||
"role_management": "Szerepkör Kezelés",
|
||||
"geographical_scopes": "Földrajzi Hatáskörök"
|
||||
},
|
||||
"tiles": {
|
||||
"ai_logs": "AI Naplók",
|
||||
"financial": "Pénzügyi",
|
||||
"sales": "Értékesítés",
|
||||
"system_health": "Rendszerállapot",
|
||||
"service_map": "Szolgáltatási Térkép",
|
||||
"moderation": "Moderálás"
|
||||
},
|
||||
"general": {
|
||||
"save": "Mentés",
|
||||
"cancel": "Mégse",
|
||||
"edit": "Szerkesztés",
|
||||
"delete": "Törlés",
|
||||
"confirm": "Megerősítés",
|
||||
"role": "Szerepkör",
|
||||
"scope": "Hatáskör",
|
||||
"status": "Állapot",
|
||||
"actions": "Műveletek",
|
||||
"search": "Keresés",
|
||||
"filter": "Szűrés",
|
||||
"refresh": "Frissítés",
|
||||
"loading": "Betöltés...",
|
||||
"no_data": "Nincs elérhető adat",
|
||||
"error": "Hiba",
|
||||
"success": "Siker",
|
||||
"warning": "Figyelmeztetés",
|
||||
"info": "Információ",
|
||||
"settings": "Beállítások"
|
||||
},
|
||||
"dashboard": {
|
||||
"title": "Admin Irányítópult",
|
||||
"subtitle": "Figyelje és kezelje szolgáltatási ökoszisztémáját",
|
||||
"welcome_title": "Üdvözöljük a Mission Control-ban",
|
||||
"welcome_subtitle": "Valós idejű felügyelet {scopeLevel} szintű adminisztrációhoz",
|
||||
"total_users": "Összes felhasználó",
|
||||
"active_services": "Aktív szolgáltatások",
|
||||
"pending_requests": "Függőben lévő kérések",
|
||||
"system_status": "Rendszerállapot"
|
||||
},
|
||||
"users": {
|
||||
"title": "Felhasználókezelés",
|
||||
"add_user": "Felhasználó hozzáadása",
|
||||
"username": "Felhasználónév",
|
||||
"email": "E-mail",
|
||||
"created_at": "Létrehozva",
|
||||
"last_login": "Utolsó bejelentkezés",
|
||||
"active": "Aktív",
|
||||
"inactive": "Inaktív"
|
||||
},
|
||||
"login": {
|
||||
"title": "Bejelentkezés az Adminba",
|
||||
"username": "Felhasználónév",
|
||||
"password": "Jelszó",
|
||||
"remember_me": "Emlékezz rám",
|
||||
"forgot_password": "Elfelejtette a jelszavát?",
|
||||
"sign_in": "Bejelentkezés"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user