57 lines
1.9 KiB
PHP
Raw Normal View History

2020-08-06 21:02:03 +00:00
<?php
return [
2021-06-10 00:15:05 +00:00
'bill_number' => 'Ostuarve number',
'bill_date' => 'Ostuarve kuupäev',
2021-05-30 11:48:08 +00:00
'total_price' => 'Hind kokku',
2020-08-06 21:02:03 +00:00
'due_date' => 'Tähtaeg',
'order_number' => 'Tellimuse number',
2021-06-10 00:15:05 +00:00
'bill_from' => 'Ostuarve saatja',
2020-08-06 21:02:03 +00:00
'quantity' => 'Kogus',
'price' => 'Hind',
'sub_total' => 'Vahesumma',
'discount' => 'Allahindlus',
'item_discount' => 'Rea soodustus',
2021-06-10 00:15:05 +00:00
'tax_total' => 'Maksud kokku',
2020-08-06 21:02:03 +00:00
'total' => 'Kokku',
2021-05-30 11:48:08 +00:00
'item_name' => 'Kauba nimi|Kauba nimed',
2020-08-06 21:02:03 +00:00
2021-05-30 11:48:08 +00:00
'show_discount' => ':discount% allahindlus',
2020-08-06 21:02:03 +00:00
'add_discount' => 'Lisa allahindlus',
'discount_desc' => 'vahesummast',
'payment_due' => 'Makse tähtaeg',
2021-05-30 11:48:08 +00:00
'amount_due' => 'Maksmisele kuuluv summa',
2020-08-06 21:02:03 +00:00
'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',
2021-05-30 11:48:08 +00:00
'send_mail' => 'Saada e-kiri',
2021-06-10 00:15:05 +00:00
'create_bill' => 'Loo Ostuarve',
'receive_bill' => 'Ostuarve vastuvõtmine',
2020-08-06 21:02:03 +00:00
'make_payment' => 'Tee makse',
'messages' => [
2021-06-10 00:15:05 +00:00
'draft' => 'See on <b> MUSTAND </b> ostuarve ja kajastub diagrammides pärast selle vastuvõtmist.',
2020-08-06 21:02:03 +00:00
'status' => [
'created' => 'Loodud :date',
'receive' => [
'draft' => 'Saatmata',
'received' => 'Saadud :date',
],
'paid' => [
'await' => 'Ootab tasumist',
],
],
],
];