2021-06-10 00:15:05 +00:00

57 lines
1.9 KiB
PHP

<?php
return [
'bill_number' => 'Ostuarve number',
'bill_date' => 'Ostuarve kuupäev',
'total_price' => 'Hind kokku',
'due_date' => 'Tähtaeg',
'order_number' => 'Tellimuse number',
'bill_from' => 'Ostuarve saatja',
'quantity' => 'Kogus',
'price' => 'Hind',
'sub_total' => 'Vahesumma',
'discount' => 'Allahindlus',
'item_discount' => 'Rea soodustus',
'tax_total' => 'Maksud kokku',
'total' => 'Kokku',
'item_name' => 'Kauba nimi|Kauba nimed',
'show_discount' => ':discount% allahindlus',
'add_discount' => 'Lisa allahindlus',
'discount_desc' => 'vahesummast',
'payment_due' => 'Makse tähtaeg',
'amount_due' => 'Maksmisele kuuluv summa',
'paid' => 'Makstud',
'histories' => 'Ajalood',
'payments' => 'Maksed',
'add_payment' => 'Lisa makse',
'mark_paid' => 'Märgi makstuks',
'mark_received' => 'Makse on saabunud',
'mark_cancelled' => 'Märgi tühistatuks',
'download_pdf' => 'Laadi alla PDF',
'send_mail' => 'Saada e-kiri',
'create_bill' => 'Loo Ostuarve',
'receive_bill' => 'Ostuarve vastuvõtmine',
'make_payment' => 'Tee makse',
'messages' => [
'draft' => 'See on <b> MUSTAND </b> ostuarve ja kajastub diagrammides pärast selle vastuvõtmist.',
'status' => [
'created' => 'Loodud :date',
'receive' => [
'draft' => 'Saatmata',
'received' => 'Saadud :date',
],
'paid' => [
'await' => 'Ootab tasumist',
],
],
],
];