141 lines
4.3 KiB
JSON
141 lines
4.3 KiB
JSON
{
|
|
"startMenu": {
|
|
"about": "About This Project",
|
|
"systemSettings": "System Settings...",
|
|
"toggleTheme": "Toggle Theme",
|
|
"signOut": "Sign Out",
|
|
"closeAllWindows": "Close All Windows"
|
|
},
|
|
"taskbar": {
|
|
"language": "Language",
|
|
"currentLanguage": "EN"
|
|
},
|
|
"common": {
|
|
"createWindow": "Create Window",
|
|
"close": "Close",
|
|
"minimize": "Minimize",
|
|
"maximize": "Maximize",
|
|
"back": "Back"
|
|
},
|
|
"apps": {
|
|
"livestream-hub": "Latest News",
|
|
"calculator": "Calculator"
|
|
},
|
|
"livestream": {
|
|
"title": "Latest News",
|
|
"subtitle": "Stay updated with the latest information",
|
|
"featuredStreams": "Featured News",
|
|
"popularStreamers": "Popular Updates",
|
|
"recommendedServices": "Recommended Services",
|
|
"viewers": "viewers",
|
|
"live": "Live",
|
|
"offline": "Offline",
|
|
"watch": "Watch",
|
|
"follow": "Follow",
|
|
"share": "Share",
|
|
"categories": {
|
|
"gaming": "Gaming",
|
|
"music": "Music",
|
|
"lifestyle": "Lifestyle",
|
|
"education": "Education",
|
|
"art": "Art",
|
|
"fitness": "Fitness",
|
|
"travel": "Travel",
|
|
"pets": "Pets"
|
|
},
|
|
"streams": {
|
|
"gamingNight": "🎮 Gaming All Night!",
|
|
"musicShare": "🎵 Late Night Music",
|
|
"cooking": "🍳 Late Night Kitchen - Learn Cooking",
|
|
"coding": "💻 Programming Tutorial",
|
|
"art": "🎨 Digital Art Creation",
|
|
"fitness": "💪 Fitness Training",
|
|
"travel": "✈️ Travel Vlog",
|
|
"pets": "🐱 Pet Care Tips"
|
|
},
|
|
"streamers": {
|
|
"gamingKing": "Gaming King",
|
|
"musicMaster": "Music Master",
|
|
"cookingChef": "Cooking Chef",
|
|
"codeTeacher": "Code Teacher",
|
|
"artist": "Digital Artist",
|
|
"trainer": "Fitness Trainer",
|
|
"traveler": "Travel Blogger",
|
|
"petLover": "Pet Lover"
|
|
}
|
|
},
|
|
"error": {
|
|
"title": "System Error",
|
|
"serverError": "Internal Server Error",
|
|
"serverErrorDescription": "Sorry, the server encountered a problem and couldn't complete your request. We're working to fix this issue.",
|
|
"goHome": "Go Home",
|
|
"refresh": "Refresh",
|
|
"report": "Report Issue",
|
|
"reportSent": "Issue reported successfully, thank you for your feedback!",
|
|
"technicalDetails": "Technical Details",
|
|
"errorCode": "Error Code",
|
|
"timestamp": "Timestamp",
|
|
"requestId": "Request ID",
|
|
"userAgent": "User Agent"
|
|
},
|
|
"auth": {
|
|
"login": {
|
|
"title": "Login",
|
|
"subtitle": "Welcome Back",
|
|
"email": "Email",
|
|
"password": "Password",
|
|
"rememberMe": "Remember Me",
|
|
"forgotPassword": "Forgot Password?",
|
|
"loginButton": "Login",
|
|
"noAccount": "Don't have an account?",
|
|
"signUp": "Sign Up",
|
|
"emailPlaceholder": "Enter your email",
|
|
"passwordPlaceholder": "Enter your password",
|
|
"usernamePlaceholder": "Enter your username",
|
|
"orContinueWith": "Or continue with",
|
|
"backToHome": "Back to Home"
|
|
},
|
|
"register": {
|
|
"title": "Register",
|
|
"subtitle": "Create New Account",
|
|
"fullName": "Full Name",
|
|
"email": "Email",
|
|
"password": "Password",
|
|
"confirmPassword": "Confirm Password",
|
|
"agreeTerms": "I agree to the",
|
|
"termsAndConditions": "Terms and Conditions",
|
|
"registerButton": "Register",
|
|
"hasAccount": "Already have an account?",
|
|
"signIn": "Sign In",
|
|
"fullNamePlaceholder": "Enter your full name",
|
|
"emailPlaceholder": "Enter your email",
|
|
"passwordPlaceholder": "Enter your password",
|
|
"confirmPasswordPlaceholder": "Confirm your password"
|
|
},
|
|
"common": {
|
|
"close": "Close",
|
|
"loading": "Loading...",
|
|
"success": "Success",
|
|
"error": "Error",
|
|
"required": "This field is required",
|
|
"invalidEmail": "Please enter a valid email address",
|
|
"passwordTooShort": "Password must be at least 6 characters",
|
|
"usernameTooShort": "Username must be at least 3 characters",
|
|
"passwordsDoNotMatch": "Passwords do not match",
|
|
"bothFieldsRequired": "Please enter both username and password"
|
|
}
|
|
},
|
|
"install": {
|
|
"progress": "Preparing login...",
|
|
"cancel": "Cancel",
|
|
"security": {
|
|
"title": "Security Notice",
|
|
"description": "Your login information is protected with end-to-end encryption to ensure your privacy and security."
|
|
}
|
|
},
|
|
"lockScreen": {
|
|
"tapToLogin": "Tap to login",
|
|
"home": "Home",
|
|
"theme": "Theme"
|
|
}
|
|
} |