bills.php 1.32 KB
<?php

return [

    'bill_number'       => 'Faktura nummer',
    'bill_date'         => 'Faktura dato',
    'total_price'       => 'Total pris',
    'due_date'          => 'Forfaldsdato',
    'order_number'      => 'Ordrenummer',
    'bill_from'         => 'Faktura fra',

    'quantity'          => 'Antal',
    'price'             => 'Pris',
    'sub_total'         => 'Subtotal',
    'discount'          => 'Rabat',
    'tax_total'         => 'Moms i alt',
    'total'             => 'I alt',

    'item_name'         => 'Punkt navn | Varenavne',

    'show_discount'     => ':discount% Rabat',
    'add_discount'      => 'Tilføj rabat',
    'discount_desc'     => 'subtotal',

    'payment_due'       => 'Betalingsfrist',
    'amount_due'        => 'Forfaldent beløb',
    'paid'              => 'Betalt',
    'histories'         => 'Historik',
    'payments'          => 'Betalinger',
    'add_payment'       => 'Tilføj betaling',
    'mark_received'     => 'Modtagelse godkendt',
    'download_pdf'      => 'Download som PDF',
    'send_mail'         => 'Send e-mail',

    'status' => [
        'draft'         => 'Udkast',
        'received'      => 'Modtaget',
        'partial'       => 'Delvis',
        'paid'          => 'Betalt',
    ],

    'messages' => [
        'received'      => 'Regning registreret som modtaget!',
    ],

];