2022-06-01 10:15:55 +03:00

57 lines
1.9 KiB
PHP

<?php
return [
'bill_number' => 'Broj računa',
'bill_date' => 'Datum računa',
'total_price' => 'Ukupna cena',
'due_date' => 'Datum dospeća',
'order_number' => 'Broj narudžbine',
'bill_from' => 'Račun od',
'quantity' => 'Količina',
'price' => 'Cena',
'sub_total' => 'Međuzbir',
'discount' => 'Popust',
'item_discount' => 'Popust',
'tax_total' => 'Ukupan porez',
'total' => 'Ukupno',
'item_name' => 'Naziv stavke',
'show_discount' => ':discount% Popust',
'add_discount' => 'Dodajte popust',
'discount_desc' => 'od međuzbira',
'payment_due' => 'Dospeće plaćanja',
'amount_due' => 'Dospeli iznos',
'paid' => 'Plaćeno',
'histories' => 'Istorija',
'payments' => 'Uplate',
'add_payment' => 'Dodaj plaćanje',
'mark_paid' => 'Označeno plaćeno',
'mark_received' => 'Označi kao primljeno',
'mark_cancelled' => 'Označeno otkazano',
'download_pdf' => 'Preuzmite PDF',
'send_mail' => 'Pošaljite email',
'create_bill' => 'Kreiraj račun',
'receive_bill' => 'Primi račun',
'make_payment' => 'Napravite plaćanja',
'messages' => [
'draft' => 'Ovo je <b>SKICA</b> računa koji će se odraziti na grafikone nakon prijema.',
'status' => [
'created' => 'Datum kreiranja :date',
'receive' => [
'draft' => 'Nije poslato',
'received' => 'Datum prijema :date',
],
'paid' => [
'await' => 'Čekanje uplate',
],
],
],
];