language files combined, settings fixed, "new" badge integrated
This commit is contained in:
@@ -8,4 +8,10 @@ return [
|
||||
'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.',
|
||||
'api.dark_mode' => 'Dunkler Modus',
|
||||
'api.light_mode' => 'Heller Modus',
|
||||
'gallery_title' => 'Eure Bilder aus der Fotobox',
|
||||
'navigation.previous' => 'Zurück',
|
||||
'navigation.next' => 'Weiter',
|
||||
'navigation.page_of' => 'Seite :currentPage von :totalPages',
|
||||
];
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'gallery_title' => 'Eure Bilder aus der Fotobox',
|
||||
'api.image_uploaded_successfully' => 'Bild erfolgreich hochgeladen',
|
||||
'api.style_or_provider_not_found' => 'Stil oder API-Anbieter nicht gefunden',
|
||||
'api.image_or_provider_not_found' => 'Bild oder API-Anbieter nicht gefunden',
|
||||
'navigation.previous' => 'Zurück',
|
||||
'navigation.next' => 'Weiter',
|
||||
'navigation.page_of' => 'Seite :currentPage von :totalPages',
|
||||
];
|
||||
@@ -1,7 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'gallery_heading' => 'Galerie Überschrift',
|
||||
|
||||
'saved_successfully' => 'Einstellungen erfolgreich gespeichert.',
|
||||
'save_button' => 'Speichern',
|
||||
'new' => 'Neu',
|
||||
];
|
||||
|
||||
@@ -8,4 +8,10 @@ return [
|
||||
'image_deleted_successfully' => 'Image deleted successfully.',
|
||||
'image_or_provider_not_found' => 'Image or API provider not found.',
|
||||
'no_styles_available' => 'No styles or API providers enabled/available.',
|
||||
'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',
|
||||
];
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'gallery_title' => 'Your images from the photobooth',
|
||||
'api.image_uploaded_successfully' => 'Image uploaded successfully',
|
||||
'api.style_or_provider_not_found' => 'Style or API Provider not found',
|
||||
'api.image_or_provider_not_found' => 'Image or API Provider not found',
|
||||
'navigation.previous' => 'Previous',
|
||||
'navigation.next' => 'Next',
|
||||
'navigation.page_of' => 'Page :currentPage of :totalPages',
|
||||
];
|
||||
@@ -1,7 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'gallery_heading' => 'Gallery Heading',
|
||||
|
||||
'saved_successfully' => 'Settings saved successfully.',
|
||||
'save_button' => 'Save',
|
||||
'new' => 'New',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user