Move some translations of invoice and bill to documents langugage file

This commit is contained in:
Burak Çakırel
2020-12-25 15:52:02 +03:00
parent 838bfb7f1d
commit 0b2d33e224
9 changed files with 23 additions and 29 deletions

View File

@@ -0,0 +1,12 @@
<?php
return [
'messages' => [
'email_sent' => ':type email has been sent!',
'marked_sent' => ':type marked as sent!',
'marked_paid' => ':type marked as paid!',
'marked_viewed' => ':type marked as viewed!',
'marked_cancelled' => ':type marked as cancelled!',
'marked_received' => ':type marked as received!',
],
];