frontend richtig schick gemacht und backend geordnet. ComfyUI Prompt zum Seeder hinzugefügt.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
return [
|
||||
'resource' => [
|
||||
'ai_model' => [
|
||||
'ai_model' => [
|
||||
'form' => [
|
||||
'name' => 'Name',
|
||||
'model_id' => 'Modell ID',
|
||||
@@ -146,13 +146,15 @@ return [
|
||||
],
|
||||
'navigation' => [
|
||||
'groups' => [
|
||||
'ai_models' => 'AI-Modelle',
|
||||
'content' => 'Inhalte',
|
||||
'plugins' => 'Plugins',
|
||||
'settings' => 'Einstellungen',
|
||||
'user_management' => 'Benutzerverwaltung',
|
||||
],
|
||||
'install_plugin' => 'Plugin installieren',
|
||||
'plugin_list' => 'Plugin-Liste',
|
||||
'user_roles' => 'Benutzerrollen',
|
||||
'users' => 'Benutzer',
|
||||
],
|
||||
'styled_image_display' => [
|
||||
'title' => 'Neu gestyltes Bild',
|
||||
@@ -160,6 +162,6 @@ return [
|
||||
'delete_button' => 'Löschen',
|
||||
],
|
||||
'loading_spinner' => [
|
||||
'processing_image' => 'Bild wird verarbeitet...',
|
||||
'processing_image' => 'Bild wird verarbeitet...',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -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