WIP: frontend optimierungen & sprachkorrekturen

This commit is contained in:
soeren
2025-11-13 19:55:50 +01:00
parent cf41055cbd
commit 3f52f124ef
11 changed files with 136 additions and 107 deletions

View File

@@ -11,20 +11,32 @@ return [
'dark_mode' => 'Dark Mode',
'light_mode' => 'Light Mode',
'gallery_title' => 'Your images from the photobooth',
'navigation.previous' => 'Previous',
'navigation.next' => 'Next',
'navigation.page_of' => 'Page :currentPage of :totalPages',
'loading_spinner.processing_image' => 'Processing image...',
'styled_image_display.title' => 'Newly Styled Image',
'styled_image_display.keep_button' => 'Keep',
'styled_image_display.delete_button' => 'Delete',
'navigation' => [
'previous' => 'Previous',
'next' => 'Next',
'page_of' => 'Page :currentPage of :totalPages',
],
'loading_spinner' => [
'processing_image' => 'Processing image...',
],
'styled_image_display' => [
'title' => 'Newly Styled Image',
'keep_button' => 'Keep',
'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',
'print_dialog' => [
'title' => 'Print Image',
'quantity_prompt' => 'How many copies would you like to print?',
'cancel_button' => 'Cancel',
'print_button' => 'Print',
],
'download_button' => 'Download',
'download_success' => 'Download started!',
'download_error' => 'Download failed.',
'gallery' => [
'tap_to_open' => 'Tap to open',
'empty' => 'No images available yet.',
],
];