refs search filter files..

This commit is contained in:
Cüneyt Şentürk
2020-11-06 22:34:53 +03:00
parent ff84384024
commit a9ab2e61a0
4 changed files with 195 additions and 27 deletions

View File

@ -105,7 +105,8 @@ return [
'to' => 'To',
'print' => 'Print',
'search' => 'Search',
'search_placeholder' => 'Search or filter results..',
'search_text' => 'Search for this text',
'search_placeholder' => 'Type to search..',
'filter' => 'Filter',
'help' => 'Help',
'all' => 'All',
@ -152,6 +153,8 @@ return [
'no_matching_data' => 'No matching data',
'clear_cache' => 'Clear Cache',
'go_to_dashboard' => 'Go to dashboard',
'is' => 'is',
'isnot' => 'is not',
'card' => [
'name' => 'Name on Card',
@ -181,6 +184,11 @@ return [
'no_file_selected' => 'No file selected...',
],
'placeholder' => [
'search' => 'Type to search..',
'search_and_filter' => 'Search or filter results..',
],
'date_range' => [
'today' => 'Today',
'yesterday' => 'Yesterday',