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.
 
 
 
 
 

35 lines
1.2 KiB

<?php
return [
// Labels
'outlet' => 'Outlet',
'list' => 'Outlet List',
'search' => 'Search Outlet',
'search_text' => 'Name ...',
'all' => 'All Outlet',
'select' => 'Select Outlet',
'detail' => 'Outlet Detail',
'not_found' => 'Outlet not found.',
'empty' => 'Outlet is empty.',
'back_to_show' => 'Back to Outlet Detail',
'back_to_index' => 'Back to Outlet List',
// Actions
'create' => 'Create new Outlet',
'created' => 'A new Outlet has been created.',
'show' => 'View Outlet Detail',
'edit' => 'Edit Outlet',
'update' => 'Update Outlet',
'updated' => 'Outlet data has been updated.',
'delete' => 'Delete Outlet',
'delete_confirm' => 'Are you sure to delete this Outlet?',
'deleted' => 'Outlet has been deleted.',
'undeleted' => 'Outlet not deleted.',
'undeleteable' => 'Outlet data cannot be deleted.',
// Attributes
'name' => 'Outlet Name',
'address' => 'Outlet Address',
'latitude' => 'Latitude',
'longitude' => 'Longitude',
];