updated translations

This commit is contained in:
Denis Duliçi
2020-07-06 13:14:22 +03:00
parent af324b3267
commit 7e01634c8f
18 changed files with 33 additions and 11 deletions

View File

@@ -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' => [

View File

@@ -15,6 +15,7 @@ return [
'paid' => 'Är du säker på att du vill markera vald faktura som <b>betald</b>?|Är du säker på att du vill markera markerade fakturor som <b>betalada</b>?',
'sent' => 'Är du säker på att du vill markera vald faktura som <b>skickad</b>?|Vill du verkligen markera markerade fakturor som <b>skickade</b>?',
'received' => 'Är du säker på att du vill markera vald faktura som <b>mottagen</b>?|Är du säker på att du vill markera markerade räkningar som <b>mottagna</b>?',
'cancelled' => 'Are you sure you want to <b>cancel</b> selected invoice/bill?|Are you sure you want to <b>cancel</b> selected invoices/bills?',
],
];

View File

@@ -21,6 +21,7 @@ return [
'disabled' => ':feature måste inaktiveras!',
'extension' => ':extension tillägget måste vara installerad och laddad!',
'directory' => ':directory katalogen måste vara skrivbar!',
'executable' => 'The PHP CLI executable file is not defined/working or its version is not :php_version or higher! Please, ask your hosting company to set PHP_BINARY or PHP_PATH environment variable correctly.',
],
'database' => [
@@ -38,6 +39,7 @@ return [
],
'error' => [
'php_version' => 'Fel: Be ditt webbhotell leverantör att använda PHP :php_version eller högre för både HTTP och CLI.',
'connection' => 'Fel: Kunde inte ansluta till databasen! Snälla, se till att uppgifterna stämmer.',
],

View File

@@ -13,6 +13,7 @@ return [
'price' => 'Pris',
'sub_total' => 'Delsumma',
'discount' => 'Rabatt',
'item_discount' => 'Line Discount',
'tax_total' => 'Summa Skatt',
'total' => 'Totalt',
@@ -30,6 +31,7 @@ return [
'mark_paid' => 'Markera som betald',
'mark_sent' => 'Markera som skickad',
'mark_viewed' => 'Markera som visad',
'mark_cancelled' => 'Mark Cancelled',
'download_pdf' => 'Ladda ner PDF',
'send_mail' => 'Skicka E-post',
'all_invoices' => 'Logga in för att visa alla fakturor',
@@ -47,12 +49,15 @@ return [
'paid' => 'Betald',
'overdue' => 'Förfallen',
'unpaid' => 'Obetald',
'cancelled' => 'Cancelled',
],
'messages' => [
'email_sent' => 'E-postadress till faktura har skickats!',
'marked_sent' => 'Faktura markerad som skickad!',
'marked_paid' => 'Faktura markerad som betald!',
'marked_viewed' => 'Invoice marked as viewed!',
'marked_cancelled' => 'Invoice marked as cancelled!',
'email_required' => 'Ingen e-postadress för den här kunden!',
'draft' => 'Detta är en <b>utkast</b> faktura och kommer att speglas till diagramet efter det skickas.',

View File

@@ -9,7 +9,6 @@ return [
'new' => 'Nytt',
'top_free' => 'Bästa gratis',
'free' => 'Fri',
'search' => 'Sök',
'install' => 'Installera',
'buy_now' => 'Köp nu',
'get_api_key' => '<a href=":url" target="_blank">Klicka här</a> för att få din API-nyckel.',

View File

@@ -29,6 +29,12 @@ return [
'before' => 'Innan nummret',
'after' => 'Efter nummret',
],
'discount_location' => [
'name' => 'Discount Location',
'item' => 'At line',
'total' => 'At total',
'both' => 'Both line and total',
],
],
'invoice' => [