sarga/packages/Webkul/Ui/src/Resources/lang/en/app.php

17 lines
687 B
PHP
Executable File

<?php
return [
'datagrid' => [
'actions' => 'Actions',
'id' => 'Index columns have value greater than zero only',
'massaction' => [
'mass-delete-confirm' => 'Do you really want to delete these selected :resource?',
'mass-update-status' => 'Do you really want to update status of these selected :resource?',
'delete' => 'Do you really want to delete this :resource?',
'edit' => 'Do you really want to edit this :resource?',
],
'no-records' => 'No Records Found',
'filter-fields-missing' => 'Some of the required field is null, please check column, condition and value properly'
]
];