ionic-planb-logistic-app-fl.../lib/l10n/app_en.arb
Jean-Philippe Brule 46af8f55a2 Implement Google Navigation Flutter integration for turn-by-turn delivery navigation
Adds complete Google Navigation support with:
- LocationPermissionService for runtime location permissions
- NavigationSessionService for session and route management
- NavigationPage for full-screen turn-by-turn navigation UI
- NavigationTermsAndConditionsDialog for service acceptance
- Comprehensive i18n support (English/French)
- Android minSdk=23 with Java NIO desugaring
- iOS location permissions in Info.plist
- Error handling with user-friendly dialogs
- Location update and arrival notifications

Includes detailed setup guide and implementation documentation with API key
configuration instructions, integration examples, and testing checklist.

Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-15 20:43:29 -05:00

88 lines
2.8 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",
"requestPermission": "Request Permission",
"navigationArrived": "You have arrived at the destination",
"navigatingTo": "Navigating to",
"initializingNavigation": "Initializing navigation..."
}