ionic-planb-logistic-app-fl.../lib/l10n/app_en.arb
Mathias Beaulieu-Duncan e5f267b4f7 auto-claude: subtask-2-3 - Create PhotoCaptureDialog component for photo confirmation
Add PhotoCaptureDialog widget component that:
- Shows captured photo preview with proper constraints
- Displays confirmation message using delivery name
- Provides Cancel and Upload action buttons
- Uses theme-aware styling with colorScheme
- Handles image loading errors gracefully
- Includes proper i18n support (EN/FR)

Added localization keys:
- confirmPhoto
- uploadPhotoConfirmation (with name placeholder)
- uploadingPhoto
- photoUploadSuccess
- photoUploadFailed
- cameraError
- uploadError
- serverError
- retake

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-20 11:30:49 -05:00

151 lines
4.5 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",
"notesTitle": "Notes for {name}",
"@notesTitle": {
"placeholders": {
"name": {"type": "String"}
}
},
"noNotesMessage": "No notes attached to this delivery",
"close": "Close",
"confirmPhoto": "Confirm Photo",
"uploadPhotoConfirmation": "Upload this photo for {name}?",
"@uploadPhotoConfirmation": {
"placeholders": {
"name": {"type": "String"}
}
},
"uploadingPhoto": "Uploading photo...",
"photoUploadSuccess": "Photo uploaded successfully",
"photoUploadFailed": "Upload failed: {statusCode}",
"@photoUploadFailed": {
"placeholders": {
"statusCode": {"type": "int"}
}
},
"cameraError": "Camera error: {message}",
"@cameraError": {
"placeholders": {
"message": {"type": "String"}
}
},
"uploadError": "Upload error: {message}",
"@uploadError": {
"placeholders": {
"message": {"type": "String"}
}
},
"serverError": "Server error - Please contact support",
"retake": "Retake"
}