2020-02-09 11:40:11 +03:00

59 lines
2.2 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'bill_number' => 'Број рачуна',
'bill_date' => 'Датум рачуна',
'total_price' => 'Укупна цена',
'due_date' => 'Датум доспећа',
'order_number' => 'Број поруџбенице',
'bill_from' => 'Рачун од',
'quantity' => 'Количина',
'price' => 'Цена',
'sub_total' => 'Међузбир',
'discount' => 'Попуст',
'tax_total' => 'Укупно порез',
'total' => 'Укупно',
'item_name' => 'Назив ставке| Назив ставки',
'show_discount' => ':discount% попуста',
'add_discount' => 'Додај попуст',
'discount_desc' => 'од међузбира',
'payment_due' => 'Доспећа плаћања',
'amount_due' => 'Доспели износ',
'paid' => 'Плаћено',
'histories' => 'Историје',
'payments' => 'Плаћања',
'add_payment' => 'Додај плаћање',
'mark_received' => 'Означи као примљено',
'download_pdf' => 'Преузми ПДФ',
'send_mail' => 'Пошаљи Е-пошту',
'statuses' => [
'draft' => 'Скица',
'received' => 'Примљено',
'partial' => 'Делимично',
'paid' => 'Плаћено',
],
'messages' => [
'received' => 'Рачун означен као успешно примљен!',
'draft' => 'Ово је <b>ПРОФАКТУРА</b> и одразиће се на графикон након што буде примљен рачун.',
'status' => [
'created' => 'Формирана на: датум',
'receive' => [
'draft' => 'Није послато',
'received' => 'Примљено дана: датум',
],
'paid' => [
'await' => 'Чекајући плаћања',
],
],
],
];