¨4.0.1¨
This commit is contained in:
@@ -1,40 +1,49 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'admin' => 'Admin',
|
||||
'visit_store' => 'Visit Store',
|
||||
|
||||
'form' => [
|
||||
'please_select' => 'Please Select',
|
||||
],
|
||||
|
||||
'buttons' => [
|
||||
'save' => 'Save',
|
||||
'delete' => 'Delete',
|
||||
'cancel' => 'Cancel',
|
||||
],
|
||||
|
||||
'table' => [
|
||||
'id' => 'ID',
|
||||
'status' => 'Status',
|
||||
'created' => 'Created',
|
||||
'updated' => 'Updated',
|
||||
'date' => 'Date',
|
||||
],
|
||||
|
||||
'pagination' => [
|
||||
'previous' => 'Previous',
|
||||
'next' => 'Next',
|
||||
],
|
||||
|
||||
'delete' => [
|
||||
'confirmation' => 'Confirmation',
|
||||
'confirmation_message' => 'Are you sure you want to delete?',
|
||||
],
|
||||
|
||||
'shortcuts' => [
|
||||
'available_shortcuts' => 'Available keyboard shortcuts on this page',
|
||||
'this_menu' => 'This Menu',
|
||||
'back_to_index' => 'Back to :name Index',
|
||||
],
|
||||
|
||||
'errors' => [
|
||||
'404' => '404',
|
||||
'404_title' => 'Oops! This page was not found',
|
||||
'404_description' => 'The page you are looking for was not found.',
|
||||
'404_description' => 'The page you are looking for was not found',
|
||||
'500' => '500',
|
||||
'500_title' => 'Oops! Something went wrong',
|
||||
'500_description' => 'An administrator was notified.',
|
||||
'500_description' => 'An administrator was notified',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'resource_saved' => ':resource has been saved.',
|
||||
'resource_deleted' => ':resource has been deleted.',
|
||||
'permission_denied' => 'Permission Denied (required permission: ":permission").',
|
||||
'resource_created' => ':resource created',
|
||||
'resource_updated' => ':resource updated',
|
||||
'resource_deleted' => ':resource deleted',
|
||||
'permission_denied' => 'Permission Denied (required permission: ":permission")',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user