lang updated..

This commit is contained in:
Cüneyt Şentürk 2021-01-13 14:40:08 +03:00
parent 1e1d72d567
commit 4a8cabf818
2 changed files with 4 additions and 3 deletions

View File

@ -35,11 +35,11 @@ return [
'delivered' => 'Delivered',
'returned' => 'Returned',
'drawn' => 'Drawn',
'not_billed' => 'Not billed',
'not_billed' => 'Not Billed',
'issued' => 'Issued',
'not_invoiced' => 'Not invoiced',
'not_invoiced' => 'Not Invoiced',
'confirmed' => 'Confirmed',
'not_confirmed' => 'Not confirmed',
'not_confirmed' => 'Not Confirmed',
],
'messages' => [

View File

@ -2,6 +2,7 @@
return [
'years' => 'Year|Years',
'this_year' => 'This Year',
'previous_year' => 'Previous Year',
'this_quarter' => 'This Quarter',