Files
ai-stylegallery/resources/lang/en/api.php

28 lines
1.3 KiB
PHP

<?php
return [
'image_uploaded_successfully' => 'Image uploaded successfully.',
'style_or_provider_not_found' => 'Style or API provider not found or not enabled.',
'image_not_found' => 'Image not found.',
'image_kept_successfully' => 'Image kept successfully.',
'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',
'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',
'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',
];