2026-04-20 09:20:50 +00:00
|
|
|
{
|
|
|
|
|
"nav": {
|
|
|
|
|
"home": "Home",
|
2026-04-20 10:49:57 +00:00
|
|
|
"services": "Services",
|
2026-04-20 09:20:50 +00:00
|
|
|
"chat": "Chat",
|
|
|
|
|
"notifications": "Notifications",
|
|
|
|
|
"admin": "Admin Dashboard",
|
|
|
|
|
"logout": "Logout"
|
|
|
|
|
},
|
|
|
|
|
"auth": {
|
|
|
|
|
"login": "Login",
|
|
|
|
|
"register": "Register",
|
|
|
|
|
"username": "Username",
|
|
|
|
|
"email": "Email",
|
|
|
|
|
"password": "Password",
|
|
|
|
|
"loginButton": "Login",
|
|
|
|
|
"registerButton": "Register",
|
|
|
|
|
"welcomeBack": "Welcome Back",
|
|
|
|
|
"createAccount": "Create Account",
|
2026-04-20 11:33:06 +00:00
|
|
|
"registrationClosed": "Public registration is currently closed. Please contact the administrator.",
|
2026-04-20 09:20:50 +00:00
|
|
|
"displayNameAr": "Name (Arabic)",
|
2026-04-20 12:21:35 +00:00
|
|
|
"displayNameEn": "Name (English)",
|
|
|
|
|
"subtitle": "Sign in to your account to continue",
|
|
|
|
|
"signingIn": "Signing in...",
|
|
|
|
|
"noAccount": "Don't have an account?",
|
|
|
|
|
"showPassword": "Show password",
|
|
|
|
|
"hidePassword": "Hide password",
|
|
|
|
|
"errRequired": "Please enter your username and password.",
|
|
|
|
|
"errInvalid": "Invalid username or password.",
|
|
|
|
|
"heroTitle": "Welcome to your unified workspace.",
|
|
|
|
|
"heroSubtitle": "Sign in to manage everything from one place.",
|
|
|
|
|
"feat1": "All your tools in one dashboard",
|
|
|
|
|
"feat2": "Real-time updates",
|
|
|
|
|
"feat3": "Secure session-based access",
|
|
|
|
|
"rights": "All rights reserved."
|
2026-04-20 09:20:50 +00:00
|
|
|
},
|
|
|
|
|
"home": {
|
2026-04-20 10:49:57 +00:00
|
|
|
"myApps": "My Apps"
|
2026-04-20 09:20:50 +00:00
|
|
|
},
|
|
|
|
|
"services": {
|
|
|
|
|
"title": "Services",
|
|
|
|
|
"available": "Available",
|
|
|
|
|
"unavailable": "Unavailable",
|
|
|
|
|
"price": "Price",
|
|
|
|
|
"noServices": "No services available",
|
|
|
|
|
"category": "Category",
|
|
|
|
|
"free": "Free"
|
|
|
|
|
},
|
|
|
|
|
"chat": {
|
|
|
|
|
"title": "Chat",
|
|
|
|
|
"newMessage": "New Message",
|
|
|
|
|
"typeMessage": "Type a message...",
|
|
|
|
|
"send": "Send",
|
|
|
|
|
"noConversations": "No conversations",
|
|
|
|
|
"createConversation": "New Conversation",
|
|
|
|
|
"groupChat": "Group Chat",
|
|
|
|
|
"directMessage": "Direct Message",
|
|
|
|
|
"participants": "Participants",
|
|
|
|
|
"searchUsers": "Search users"
|
|
|
|
|
},
|
|
|
|
|
"notifications": {
|
|
|
|
|
"title": "Notifications",
|
|
|
|
|
"markAllRead": "Mark All Read",
|
|
|
|
|
"noNotifications": "No new notifications",
|
|
|
|
|
"unread": "Unread"
|
|
|
|
|
},
|
|
|
|
|
"admin": {
|
|
|
|
|
"title": "Admin Dashboard",
|
|
|
|
|
"manageApps": "Manage Apps",
|
|
|
|
|
"manageServices": "Manage Services",
|
|
|
|
|
"manageUsers": "Manage Users",
|
|
|
|
|
"addApp": "Add App",
|
|
|
|
|
"addService": "Add Service",
|
2026-04-20 10:02:09 +00:00
|
|
|
"addUser": "Add User",
|
2026-04-20 09:20:50 +00:00
|
|
|
"editApp": "Edit App",
|
|
|
|
|
"editService": "Edit Service",
|
2026-04-20 10:02:09 +00:00
|
|
|
"editUser": "Edit User",
|
2026-04-20 09:20:50 +00:00
|
|
|
"deleteConfirm": "Are you sure you want to delete?",
|
|
|
|
|
"activate": "Activate",
|
|
|
|
|
"deactivate": "Deactivate",
|
|
|
|
|
"appName": "App Name",
|
2026-04-20 10:02:09 +00:00
|
|
|
"appNameAr": "App Name (Arabic)",
|
|
|
|
|
"appNameEn": "App Name (English)",
|
|
|
|
|
"appSlug": "Slug",
|
2026-04-20 09:20:50 +00:00
|
|
|
"appRoute": "Route",
|
|
|
|
|
"appIcon": "Icon",
|
|
|
|
|
"appColor": "Color",
|
2026-04-20 10:02:09 +00:00
|
|
|
"appSortOrder": "Sort Order",
|
2026-04-20 09:20:50 +00:00
|
|
|
"serviceName": "Service Name",
|
2026-04-20 10:02:09 +00:00
|
|
|
"serviceNameAr": "Service Name (Arabic)",
|
|
|
|
|
"serviceNameEn": "Service Name (English)",
|
|
|
|
|
"serviceDescriptionAr": "Description (Arabic)",
|
|
|
|
|
"serviceDescriptionEn": "Description (English)",
|
2026-04-20 09:20:50 +00:00
|
|
|
"servicePrice": "Price",
|
|
|
|
|
"serviceAvailable": "Available?",
|
2026-04-20 10:49:57 +00:00
|
|
|
"serviceImageUrl": "Image URL",
|
2026-04-20 10:55:11 +00:00
|
|
|
"serviceImage": "Service Image",
|
|
|
|
|
"uploadImage": "Upload Image",
|
|
|
|
|
"replaceImage": "Replace Image",
|
|
|
|
|
"uploading": "Uploading...",
|
|
|
|
|
"uploadFailed": "Image upload failed",
|
2026-04-20 09:20:50 +00:00
|
|
|
"users": "Users",
|
|
|
|
|
"username": "Username",
|
|
|
|
|
"email": "Email",
|
2026-04-20 10:02:09 +00:00
|
|
|
"password": "Password",
|
2026-04-20 09:20:50 +00:00
|
|
|
"roles": "Roles",
|
2026-04-20 11:06:15 +00:00
|
|
|
"active": "Active",
|
|
|
|
|
"siteSettings": "Site Settings",
|
|
|
|
|
"siteNameAr": "Site Name (Arabic)",
|
2026-04-20 11:33:06 +00:00
|
|
|
"siteNameEn": "Site Name (English)",
|
|
|
|
|
"registrationOpen": "Allow public registration",
|
2026-04-20 11:41:01 +00:00
|
|
|
"registrationOpenHint": "When off, only admins can create new users.",
|
|
|
|
|
"nav": {
|
|
|
|
|
"dashboard": "Dashboard",
|
|
|
|
|
"apps": "Apps",
|
|
|
|
|
"services": "Services",
|
|
|
|
|
"users": "Users",
|
|
|
|
|
"settings": "Settings",
|
|
|
|
|
"menu": "Menu"
|
|
|
|
|
},
|
2026-04-20 11:54:09 +00:00
|
|
|
"dashboardSoon": "Dashboard widgets coming soon.",
|
|
|
|
|
"dashboard": {
|
|
|
|
|
"totalApps": "Total Apps",
|
|
|
|
|
"totalServices": "Total Services",
|
|
|
|
|
"totalUsers": "Total Users",
|
|
|
|
|
"registration": "Registration",
|
|
|
|
|
"open": "Open",
|
|
|
|
|
"closed": "Closed",
|
|
|
|
|
"recentActivity": "Recent Activity",
|
|
|
|
|
"latestUser": "Latest User",
|
|
|
|
|
"latestApp": "Latest App",
|
2026-04-20 12:16:55 +00:00
|
|
|
"none": "—",
|
|
|
|
|
"newUsers7d": "New users (7d)",
|
|
|
|
|
"vsPrev7d": "Previous 7d: {{count}}",
|
|
|
|
|
"activeServices": "Active services",
|
|
|
|
|
"inactiveServices": "Inactive: {{count}}",
|
|
|
|
|
"signupsTrend": "Sign-ups",
|
|
|
|
|
"last7Days": "Last 7 days"
|
2026-04-20 11:54:09 +00:00
|
|
|
}
|
2026-04-20 09:20:50 +00:00
|
|
|
},
|
2026-04-20 09:50:36 +00:00
|
|
|
"notFound": {
|
|
|
|
|
"title": "404 — Page Not Found",
|
|
|
|
|
"description": "The page you are looking for does not exist."
|
|
|
|
|
},
|
2026-04-20 09:20:50 +00:00
|
|
|
"common": {
|
|
|
|
|
"save": "Save",
|
|
|
|
|
"cancel": "Cancel",
|
|
|
|
|
"delete": "Delete",
|
|
|
|
|
"edit": "Edit",
|
|
|
|
|
"add": "Add",
|
|
|
|
|
"close": "Close",
|
|
|
|
|
"loading": "Loading...",
|
|
|
|
|
"error": "An error occurred",
|
|
|
|
|
"success": "Success",
|
2026-04-20 09:42:37 +00:00
|
|
|
"language": "العربية",
|
|
|
|
|
"appName": "TeaBoy OS"
|
2026-04-20 09:20:50 +00:00
|
|
|
}
|
|
|
|
|
}
|