akaunting/resources/lang/hr-HR/invoices.php

69 lines
2.2 KiB
PHP
Raw Normal View History

2017-12-18 18:01:26 +03:00
<?php
return [
'invoice_number' => 'Broj fakture',
'invoice_date' => 'Datum fakture',
'total_price' => 'Ukupna cijena',
'due_date' => 'Datum dospijeća',
'order_number' => 'Broj narudžbe',
'bill_to' => 'Naplatiti',
'quantity' => 'Količina',
'price' => 'Cijena',
'sub_total' => 'Podzbroj',
2018-05-03 12:16:18 +03:00
'discount' => 'Popust',
2017-12-18 18:01:26 +03:00
'tax_total' => 'Porez Ukupno',
'total' => 'Ukupno',
'item_name' => 'Ime stavke|Imena stavaka',
2018-05-21 20:12:12 +03:00
'show_discount' => ':discount% popusta',
'add_discount' => 'Dodaj popust',
'discount_desc' => 'od podzbroja',
2018-05-03 12:16:18 +03:00
2017-12-18 18:01:26 +03:00
'payment_due' => 'Dospijeća plaćanja',
'paid' => 'Plaćeno',
'histories' => 'Povijesti',
'payments' => 'Plaćanja',
'add_payment' => 'Dodaj plaćanje',
'mark_paid' => 'Označi kao plaćeno',
'mark_sent' => 'Označi kao poslano',
'download_pdf' => 'Preuzmite PDF',
'send_mail' => 'Pošalji e-mail',
2018-11-08 12:11:42 +03:00
'all_invoices' => 'Login to view all invoices',
2017-12-18 18:01:26 +03:00
'statuses' => [
2017-12-18 18:01:26 +03:00
'draft' => 'Skica',
'sent' => 'Poslano',
'viewed' => 'Pogledano',
'approved' => 'Odobreno',
'partial' => 'Djelomično',
'paid' => 'Plaćeno',
],
'messages' => [
2018-03-06 17:05:58 +03:00
'email_sent' => 'E-mail računa je uspješno poslan!',
'marked_sent' => 'Račun je uspješno označen kao poslan!',
2018-05-21 20:12:12 +03:00
'email_required' => 'Nema e-mail adrese za ovog kupca!',
2018-11-08 12:11:42 +03:00
'draft' => 'This is a <b>DRAFT</b> invoice and will be reflected to charts after it gets sent.',
'status' => [
'created' => 'Kreirano :date',
'send' => [
'draft' => 'Not sent',
'sent' => 'Sent on :date',
],
'paid' => [
'await' => 'Awaiting payment',
],
],
2017-12-18 18:01:26 +03:00
],
'notification' => [
'message' => 'Primili ste ovaj e-mail jer imate nadolazeću :amount fakturu za :customer.',
'button' => 'Platite sada',
],
];