checkpoint
This commit is contained in:
+26
-1
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user