You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

32 lines
1.1 KiB

<?php
return [
// Labels
'vendor' => 'Vendor',
'list' => 'Vendor List',
'detail' => 'Vendor Detail',
'search' => 'Search Vendor',
'select' => 'Select Vendor',
'not_found' => 'Vendor not found.',
'empty' => 'Vendor list is empty.',
'back_to_show' => 'Back to Vendor Detail',
'back_to_index' => 'Back to Vendor List',
// Actions
'create' => 'Create new Vendor',
'created' => 'Vendor has been created.',
'show' => 'Vendor Detail',
'edit' => 'Edit Vendor',
'update' => 'Update Vendor',
'updated' => 'Vendor has been updated.',
'delete' => 'Delete Vendor',
'delete_confirm' => 'Are you sure to delete this Vendor?',
'deleted' => 'Vendor has been deleted.',
'undeleted' => 'Vendor not deleted.',
'undeleteable' => 'Vendor can not be deleted.',
// Attributes
'name' => 'Vendor Name',
'website' => 'Vendor Website',
'description' => 'Vendor Description',
];