89 lines
2.8 KiB
JSON

{
"common": {
"login": "Login",
"register": "Register",
"about": "About",
"language": "Language",
"welcome": "Welcome",
"email": "Email",
"password": "Password",
"confirmPassword": "Confirm Password",
"name": "Full Name",
"error": "Error",
"success": "Success",
"loading": "Loading...",
"back": "Back",
"save": "Save",
"cancel": "Cancel",
"delete": "Delete",
"edit": "Edit",
"accessDenied": "Access Denied",
"loginRequired": "You must be logged in to view this page"
},
"home": {
"title": "Postman Application",
"description": "Route management system for postmen",
"loginDescription": "Login to your account to manage your routes",
"registerDescription": "Create a new account to join the system",
"aboutDescription": "Learn more about the application"
},
"login": {
"title": "Sign in to your account",
"emailPlaceholder": "Your email address",
"passwordPlaceholder": "Your password",
"button": "Sign In",
"loading": "Signing in...",
"error": "An error occurred during login",
"invalidCredentials": "Invalid email or password"
},
"register": {
"title": "Create a new account",
"namePlaceholder": "Your full name",
"emailPlaceholder": "Your email address",
"passwordPlaceholder": "Your password",
"confirmPasswordPlaceholder": "Confirm your password",
"button": "Sign Up",
"loading": "Creating account...",
"error": "An error occurred during registration",
"passwordMismatch": "Passwords do not match",
"emailInUse": "This email is already in use"
},
"about": {
"title": "About Us",
"description": "The Postman Application is a system that helps postmen manage their daily routes more efficiently.",
"features": {
"title": "Features",
"ocr": "Address scanning with OCR",
"optimization": "Route optimization",
"tracking": "Delivery tracking",
"history": "History records"
},
"contact": {
"title": "Contact",
"email": "Email: info@postaci.com",
"phone": "Phone: +90 123 456 7890"
}
},
"routeDetails": {
"title": "Route Details",
"routeInfo": "Route Information",
"status": "Status",
"addressCount": "Address Count",
"addresses": "Addresses",
"map": "Map",
"order": "Order",
"startDrive": "Start Drive",
"loading": "Loading...",
"error": "Error loading route details",
"notFound": "Route not found",
"startError": "Error starting route",
"moreAddresses": "... and {count} more addresses",
"optimizationStatus": "Optimization Status",
"totalDistance": "Total Distance",
"estimatedDuration": "Estimated Duration",
"status": {
"optimized": "Optimized",
"notOptimized": "Not Optimized"
}
}
}