Add role-based filtering and imporve code
This commit is contained in:
@@ -95,7 +95,15 @@
|
||||
"deployment": "Deployment"
|
||||
},
|
||||
"estimated_time": "Estimated time: {{minutes}} minutes",
|
||||
"description": "We're creating a personalized AI model for your bakery based on your historical data."
|
||||
"estimated_time_remaining": "Estimated time remaining: {{time}}",
|
||||
"description": "We're creating a personalized AI model for your bakery based on your historical data.",
|
||||
"skip_to_dashboard": {
|
||||
"title": "Taking too long?",
|
||||
"description": "Training continues in the background. You can go to the dashboard now and explore your system while the model finishes training.",
|
||||
"button": "Go to Dashboard",
|
||||
"info": "Training is taking longer than expected. Don't worry, you can explore your dashboard while the model finishes training in the background.",
|
||||
"training_continues": "Training continues in the background"
|
||||
}
|
||||
},
|
||||
"completion": {
|
||||
"title": "Setup Complete!",
|
||||
|
||||
Reference in New Issue
Block a user