runware.ai connection test funktioniert, drucken dialog implementiert
This commit is contained in:
@@ -18,5 +18,10 @@ return [
|
||||
'styled_image_display.title' => 'Neu gestyltes Bild',
|
||||
'styled_image_display.keep_button' => 'Behalten',
|
||||
'styled_image_display.delete_button' => 'Löschen',
|
||||
|
||||
'print_command_sent_successfully' => 'Druckbefehl erfolgreich gesendet.',
|
||||
'failed_to_send_print_command' => 'Druckbefehl konnte nicht gesendet werden.',
|
||||
'api.print_dialog.title' => 'Bild drucken',
|
||||
'api.print_dialog.quantity_prompt' => 'Wie viele Kopien möchten Sie drucken?',
|
||||
'api.print_dialog.cancel_button' => 'Abbrechen',
|
||||
'api.print_dialog.print_button' => 'Drucken',
|
||||
];
|
||||
|
||||
@@ -18,4 +18,10 @@ return [
|
||||
'styled_image_display.title' => 'Newly Styled Image',
|
||||
'styled_image_display.keep_button' => 'Keep',
|
||||
'styled_image_display.delete_button' => 'Delete',
|
||||
'print_command_sent_successfully' => 'Print command sent successfully.',
|
||||
'failed_to_send_print_command' => 'Failed to send print command.',
|
||||
'print_dialog.title' => 'Print Image',
|
||||
'print_dialog.quantity_prompt' => 'How many copies would you like to print?',
|
||||
'print_dialog.cancel_button' => 'Cancel',
|
||||
'print_dialog.print_button' => 'Print',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user