updated translations
This commit is contained in:
@ -13,6 +13,7 @@ return [
|
||||
'price' => 'Cijena',
|
||||
'sub_total' => 'Podzbroj',
|
||||
'discount' => 'Popust',
|
||||
'item_discount' => 'Line Discount',
|
||||
'tax_total' => 'Porez Ukupno',
|
||||
'total' => 'Ukupno',
|
||||
|
||||
@ -30,6 +31,7 @@ return [
|
||||
'mark_paid' => 'Označi kao plaćeno',
|
||||
'mark_sent' => 'Označi kao poslano',
|
||||
'mark_viewed' => 'Označi pogledano',
|
||||
'mark_cancelled' => 'Mark Cancelled',
|
||||
'download_pdf' => 'Preuzmite PDF',
|
||||
'send_mail' => 'Pošalji e-mail',
|
||||
'all_invoices' => 'Prijavite se za pregled svih faktura',
|
||||
@ -47,12 +49,15 @@ return [
|
||||
'paid' => 'Plaćeno',
|
||||
'overdue' => 'Kasne',
|
||||
'unpaid' => 'Neplaćeno',
|
||||
'cancelled' => 'Cancelled',
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'email_sent' => 'E-adresa s računom je poslana!',
|
||||
'marked_sent' => 'Račun označen kao poslan!',
|
||||
'marked_paid' => 'Račun označen kao plaćen!',
|
||||
'marked_viewed' => 'Invoice marked as viewed!',
|
||||
'marked_cancelled' => 'Invoice marked as cancelled!',
|
||||
'email_required' => 'Nema e-mail adrese za ovog kupca!',
|
||||
'draft' => 'This is a <b>SKICA</b> invoice and will be reflected to charts after it gets sent.',
|
||||
|
||||
|
Reference in New Issue
Block a user