checkpoint

This commit is contained in:
2025-11-26 17:41:37 -05:00
parent ef5c0c1a95
commit 2ecd1c5b4e
15 changed files with 794 additions and 152 deletions
+26 -1
View File
@@ -84,5 +84,30 @@
"requestPermission": "Request Permission",
"navigationArrived": "You have arrived at the destination",
"navigatingTo": "Navigating to",
"initializingNavigation": "Initializing navigation..."
"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"
}