refs #517 date rage language text

This commit is contained in:
cuneytsenturk
2018-10-04 17:15:36 +03:00
parent a355f56e4f
commit 42f0d4c00a
2 changed files with 13 additions and 6 deletions

View File

@ -120,4 +120,11 @@ return [
'no_file_selected' => 'No file selected...',
],
'date_range' => [
'today' => 'Today',
'yesterday' => 'Yesterday',
'last_days' => 'Last :day Days',
'this_month' => 'This Month',
'last_month' => 'Last Month',
],
];