114 lines
3.6 KiB
Plaintext
114 lines
3.6 KiB
Plaintext
{
|
|
"@@locale": "en",
|
|
"appTitle": "Plan B Logistics",
|
|
"appDescription": "Delivery Management System",
|
|
"loginWithKeycloak": "Login with Keycloak",
|
|
"deliveryRoutes": "Delivery Routes",
|
|
"routes": "Routes",
|
|
"deliveries": "Deliveries",
|
|
"settings": "Settings",
|
|
"profile": "Profile",
|
|
"logout": "Logout",
|
|
"completed": "Completed",
|
|
"pending": "Pending",
|
|
"todo": "To Do",
|
|
"delivered": "Delivered",
|
|
"newCustomer": "New Customer",
|
|
"items": "{count} items",
|
|
"@items": {
|
|
"placeholders": {
|
|
"count": {"type": "int"}
|
|
}
|
|
},
|
|
"moneyCurrency": "{amount} MAD",
|
|
"@moneyCurrency": {
|
|
"placeholders": {
|
|
"amount": {"type": "double"}
|
|
}
|
|
},
|
|
"call": "Call",
|
|
"map": "Map",
|
|
"more": "More",
|
|
"markAsCompleted": "Mark as Completed",
|
|
"markAsUncompleted": "Mark as Uncompleted",
|
|
"uploadPhoto": "Upload Photo",
|
|
"viewDetails": "View Details",
|
|
"deliverySuccessful": "Delivery marked as completed",
|
|
"deliveryFailed": "Failed to mark delivery",
|
|
"noDeliveries": "No deliveries",
|
|
"noRoutes": "No routes available",
|
|
"error": "Error: {message}",
|
|
"@error": {
|
|
"placeholders": {
|
|
"message": {"type": "String"}
|
|
}
|
|
},
|
|
"retry": "Retry",
|
|
"authenticationRequired": "Authentication required",
|
|
"phoneCall": "Call customer",
|
|
"navigateToAddress": "Show on map",
|
|
"language": "Language",
|
|
"english": "English",
|
|
"french": "French",
|
|
"appVersion": "App Version",
|
|
"about": "About",
|
|
"fullName": "{firstName} {lastName}",
|
|
"@fullName": {
|
|
"placeholders": {
|
|
"firstName": {"type": "String"},
|
|
"lastName": {"type": "String"}
|
|
}
|
|
},
|
|
"completedDeliveries": "{completed}/{total} completed",
|
|
"@completedDeliveries": {
|
|
"placeholders": {
|
|
"completed": {"type": "int"},
|
|
"total": {"type": "int"}
|
|
}
|
|
},
|
|
"navigationTcTitle": "Navigation Service",
|
|
"navigationTcDescription": "This app uses Google Navigation to provide turn-by-turn navigation for deliveries.",
|
|
"navigationTcAttribution": "Attribution: Maps and navigation services provided by Google Maps.",
|
|
"navigationTcTerms": "By accepting, you agree to Google's Terms of Service and Privacy Policy for Navigation services.",
|
|
"accept": "Accept",
|
|
"decline": "Decline",
|
|
"locationPermissionRequired": "Location Permission",
|
|
"locationPermissionMessage": "This app requires location permission to navigate to deliveries.",
|
|
"locationPermissionDenied": "Location permission denied. Navigation cannot proceed.",
|
|
"permissionPermanentlyDenied": "Permission Required",
|
|
"openSettingsMessage": "Location permission is permanently denied. Please enable it in app settings.",
|
|
"openSettings": "Open Settings",
|
|
"cancel": "Cancel",
|
|
"ok": "OK",
|
|
"errorTitle": "Error",
|
|
"requestPermission": "Request Permission",
|
|
"navigationArrived": "You have arrived at the destination",
|
|
"navigatingTo": "Navigating to",
|
|
"initializingNavigation": "Initializing navigation...",
|
|
"noProfileInfo": "No profile information",
|
|
"preferences": "Preferences",
|
|
"systemLanguage": "System",
|
|
"theme": "Theme",
|
|
"themeLight": "Light",
|
|
"themeDark": "Dark",
|
|
"themeSystem": "Auto",
|
|
"builtWithFlutter": "Built with Flutter",
|
|
"noAddress": "No address",
|
|
"routeDeliveries": "{delivered}/{total} deliveries",
|
|
"@routeDeliveries": {
|
|
"placeholders": {
|
|
"delivered": {"type": "int"},
|
|
"total": {"type": "int"}
|
|
}
|
|
},
|
|
"username": "Username",
|
|
"usernameHint": "Enter your username",
|
|
"usernameRequired": "Username is required",
|
|
"password": "Password",
|
|
"passwordHint": "Enter your password",
|
|
"passwordRequired": "Password is required",
|
|
"loginButton": "Login",
|
|
"navigate": "Navigate",
|
|
"upload": "Upload"
|
|
}
|