2026-04-20 09:20:50 +00:00
|
|
|
{
|
|
|
|
|
"nav": {
|
|
|
|
|
"home": "Home",
|
|
|
|
|
"services": "My Services",
|
|
|
|
|
"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",
|
|
|
|
|
"displayNameAr": "Name (Arabic)",
|
|
|
|
|
"displayNameEn": "Name (English)"
|
|
|
|
|
},
|
|
|
|
|
"home": {
|
|
|
|
|
"goodMorning": "Good Morning",
|
|
|
|
|
"goodAfternoon": "Good Afternoon",
|
|
|
|
|
"goodEvening": "Good Evening",
|
|
|
|
|
"myApps": "My Apps",
|
|
|
|
|
"welcome": "Welcome to TeaBoy OS"
|
|
|
|
|
},
|
|
|
|
|
"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?",
|
|
|
|
|
"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",
|
|
|
|
|
"active": "Active"
|
|
|
|
|
},
|
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
|
|
|
}
|
|
|
|
|
}
|