resources/lang/en/stickers.php
<?php
return [
'empty_categories' => 'Categories not yet created!',
'empty_stickers' => 'No stickers found!',
'total_stickers' => 'Total Stickers',
'upload' => 'Download',
'confirm_delete_category' => 'Are you sure you want to delete this category?',
'confirm_delete_sticker' => 'Are you sure you want to remove this sticker?',
'create_sticker' => 'Adding a sticker',
'category' => 'Category',
'sticker_code' => 'Sticker Code',
'valid_sticker_code' => 'Sticker code must begin with a colon',
'edit_category' => 'Editing a category',
'edit_sticker' => 'Editing a sticker',
'category_not_exist' => 'This category does not exist!',
'sticker_not_exist' => 'This sticker does not exist!',
'category_success_created' => 'New category successfully created!',
'category_success_changed' => 'Category successfully edited!',
'category_has_stickers' => 'There are stickers in this category!',
'category_success_deleted' => 'Category successfully deleted!',
'sticker_length' => 'Too long or short sticker code!',
'sticker_exists' => 'A sticker with this code is already in the list!',
'sticker_success_created' => 'Sticker loaded successfully!',
'sticker_requirements' => 'Sticker code must begin with a colon. Letters, numbers and hyphens are allowed! ',
'sticker_success_changed' => 'Sticker successfully edited!',
'sticker_success_deleted' => 'Sticker deleted successfully!',
];