frontend richtig schick gemacht und backend geordnet. ComfyUI Prompt zum Seeder hinzugefügt.

This commit is contained in:
2025-12-02 21:24:18 +01:00
parent 7b7a12ed27
commit 908b1dcdff
17 changed files with 473 additions and 260 deletions

View File

@@ -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...',
],
];
];