updated translations
This commit is contained in:
@@ -13,6 +13,7 @@ return [
|
||||
'price' => 'Pris',
|
||||
'sub_total' => 'Delsumma',
|
||||
'discount' => 'Rabatt',
|
||||
'item_discount' => 'Line Discount',
|
||||
'tax_total' => 'Summa moms',
|
||||
'total' => 'Summa',
|
||||
|
||||
@@ -30,6 +31,7 @@ return [
|
||||
'add_payment' => 'Lägg till betalning',
|
||||
'mark_paid' => 'Markera som betald',
|
||||
'mark_received' => 'Markerad som mottagen',
|
||||
'mark_cancelled' => 'Mark Cancelled',
|
||||
'download_pdf' => 'Ladda ner PDF',
|
||||
'send_mail' => 'Skicka E-post',
|
||||
'create_bill' => 'Skapa faktura',
|
||||
@@ -43,11 +45,13 @@ return [
|
||||
'paid' => 'Betald',
|
||||
'overdue' => 'Förfallen',
|
||||
'unpaid' => 'Obetald',
|
||||
'cancelled' => 'Cancelled',
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'received' => 'Faktura markerad som mottagen!',
|
||||
'marked_received' => 'Bill marked as received!',
|
||||
'marked_paid' => 'Fakturan markerad som betald!',
|
||||
'marked_cancelled' => 'Bill marked as cancelled!',
|
||||
'draft' => 'Detta är ett <b>DRAFT</b> förslag och kommer att stämmas av innan den mottages.',
|
||||
|
||||
'status' => [
|
||||
|
||||
Reference in New Issue
Block a user