43 lines
1.7 KiB
PHP
43 lines
1.7 KiB
PHP
<?php
|
|
|
|
return [
|
|
'image_uploaded_successfully' => 'Bild erfolgreich hochgeladen.',
|
|
'style_or_provider_not_found' => 'Stil oder API-Anbieter nicht gefunden oder nicht aktiviert.',
|
|
'image_not_found' => 'Bild nicht gefunden.',
|
|
'image_kept_successfully' => 'Bild erfolgreich behalten.',
|
|
'image_deleted_successfully' => 'Bild erfolgreich gelöscht.',
|
|
'image_or_provider_not_found' => 'Bild oder API-Anbieter nicht gefunden.',
|
|
'no_styles_available' => 'Keine Stile oder API-Anbieter aktiviert/verfügbar.',
|
|
'dark_mode' => 'Dunkler Modus',
|
|
'light_mode' => 'Heller Modus',
|
|
'gallery_title' => 'Eure Bilder aus der Fotobox',
|
|
'navigation' => [
|
|
'previous' => 'Zurück',
|
|
'next' => 'Weiter',
|
|
'page_of' => 'Seite :currentPage von :totalPages',
|
|
],
|
|
'loading_spinner' => [
|
|
'processing_image' => 'Bild wird verarbeitet...',
|
|
],
|
|
'styled_image_display' => [
|
|
'title' => 'Neu gestyltes Bild',
|
|
'keep_button' => 'Behalten',
|
|
'delete_button' => 'Löschen',
|
|
],
|
|
'print_command_sent_successfully' => 'Druckbefehl erfolgreich gesendet.',
|
|
'failed_to_send_print_command' => 'Druckbefehl konnte nicht gesendet werden.',
|
|
'print_dialog' => [
|
|
'title' => 'Bild drucken',
|
|
'quantity_prompt' => 'Wie viele Kopien möchtest du drucken?',
|
|
'cancel_button' => 'Abbrechen',
|
|
'print_button' => 'Drucken',
|
|
],
|
|
'download_button' => 'Herunterladen',
|
|
'download_success' => 'Download gestartet!',
|
|
'download_error' => 'Download fehlgeschlagen.',
|
|
'gallery' => [
|
|
'tap_to_open' => 'Zum Öffnen tippen',
|
|
'empty' => 'Noch keine Bilder vorhanden.',
|
|
],
|
|
];
|