frontend richtig schick gemacht und backend geordnet. ComfyUI Prompt zum Seeder hinzugefügt.
This commit is contained in:
@@ -102,8 +102,8 @@ return [
|
||||
'image_refresh_interval' => 'Image Refresh Interval (seconds)',
|
||||
'new_image_timespan_minutes' => 'New Image Timespan (minutes)',
|
||||
'gallery_heading' => 'Gallery Heading',
|
||||
"max_number_of_copies" => "Max Number of Copies",
|
||||
"show_print_button" => "Show 'Print' button on image",
|
||||
'max_number_of_copies' => 'Max Number of Copies',
|
||||
'show_print_button' => "Show 'Print' button on image",
|
||||
],
|
||||
],
|
||||
'user' => [
|
||||
@@ -125,15 +125,17 @@ return [
|
||||
],
|
||||
'navigation' => [
|
||||
'groups' => [
|
||||
'ai_models' => 'AI models',
|
||||
'content' => 'Content',
|
||||
'plugins' => 'Plugins',
|
||||
'settings' => 'Settings',
|
||||
'user_management' => 'User Management',
|
||||
],
|
||||
'install_plugin' => 'Install Plugin',
|
||||
'plugin_list' => 'Plugin List',
|
||||
'user_roles' => 'User Roles',
|
||||
'users' => 'Users',
|
||||
],
|
||||
'loading_spinner' => [
|
||||
'processing_image' => 'Processing image...',
|
||||
],
|
||||
];
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user