diff --git a/resources/lang/da-DK/install.php b/resources/lang/da-DK/install.php
index 0b5e468dc..918f39e6b 100644
--- a/resources/lang/da-DK/install.php
+++ b/resources/lang/da-DK/install.php
@@ -39,6 +39,7 @@ return [
],
'error' => [
+ 'php_version' => 'Fejl: Anmod din host om at bruge PHP :php_version eller højere for både HTTP og CLI',
'connection' => 'Error: Kunne ikke forbinde til databasen! Kontroller, at oplysningerne er korrekte.',
],
diff --git a/resources/lang/es-MX/install.php b/resources/lang/es-MX/install.php
index 24998fab2..7be16519d 100644
--- a/resources/lang/es-MX/install.php
+++ b/resources/lang/es-MX/install.php
@@ -39,6 +39,7 @@ return [
],
'error' => [
+ 'php_version' => 'Error: solicite a su proveedor de hosting que use PHP: php_version o superior para HTTP y CLI.',
'connection' => 'Error: ¡No se pudo conectar a la base de datos! Por favor, asegúrese de que los datos son correctos.',
],
diff --git a/resources/lang/it-IT/install.php b/resources/lang/it-IT/install.php
index fc6603a16..398d21588 100644
--- a/resources/lang/it-IT/install.php
+++ b/resources/lang/it-IT/install.php
@@ -39,6 +39,7 @@ return [
],
'error' => [
+ 'php_version' => 'Errore: chiedi al tuo provider di usare PHP :php_version o superiore sia per HTTP che per CLI.',
'connection' => 'Errore: Impossibile connettersi al database! Per favore, assicurati che i dettagli siano corretti.',
],
diff --git a/resources/lang/it-IT/modules.php b/resources/lang/it-IT/modules.php
index ceecb48dd..486426a2a 100644
--- a/resources/lang/it-IT/modules.php
+++ b/resources/lang/it-IT/modules.php
@@ -9,7 +9,6 @@ return [
'new' => 'Nuovo',
'top_free' => 'Top gratis',
'free' => 'GRATIS',
- 'search' => 'Ricerca',
'install' => 'Installa',
'buy_now' => 'Acquista ora',
'get_api_key' => 'Clicca qui per ottenere la tua chiave API.',
diff --git a/resources/lang/ne-NP/auth.php b/resources/lang/ne-NP/auth.php
index dcea5d6ab..761e5754a 100644
--- a/resources/lang/ne-NP/auth.php
+++ b/resources/lang/ne-NP/auth.php
@@ -16,15 +16,15 @@ return [
'landing_page' => 'अवतरण पृष्ठ',
'password' => [
- 'current' => 'प्रवेश शब्द',
- 'current_confirm' => 'प्रवेश शब्दको सुनिश्चितत़ा',
- 'new' => 'नयाँँ प्रवेश शब्द लिनुहोस',
- 'new_confirm' => 'नयाँ प्रवेश शब्दको सुनिश्चितत़ा',
+ 'current' => 'संकेत शब्द',
+ 'current_confirm' => 'संकेत शब्दको सुनिश्चितत़ा',
+ 'new' => 'नयाँँ संकेत शब्द लिनुहोस',
+ 'new_confirm' => 'नयाँ संकेत शब्दको सुनिश्चितत़ा',
],
'error' => [
- 'self_delete' => 'त्रुटि: तपाई आफैंलाई हटाउन सक्नुहुन्न !',
- 'self_disable' => 'त्रुटि: आफैँ हटाउन सकिदैन!',
+ 'self_delete' => 'त्रुटि: आफैंलाई हटाउन सकिदैन !',
+ 'self_disable' => 'त्रुटि: आफैँलाइ असक्षम गराउन सकिदैन!',
'no_company' => 'त्रुटि: तपाईको खातासँग सम्बन्धित कम्पनि तोकिएको छैन । कृपया प्प्ररणाली शासकसँग सम्पर्क गर्नुहोस।',
],
diff --git a/resources/lang/ne-NP/install.php b/resources/lang/ne-NP/install.php
index 54c0afd50..780243d09 100644
--- a/resources/lang/ne-NP/install.php
+++ b/resources/lang/ne-NP/install.php
@@ -39,6 +39,7 @@ return [
],
'error' => [
+ 'php_version' => 'Error: Ask your hosting provider to use PHP :php_version or higher for both HTTP and CLI.',
'connection' => 'त्रुटि: डाटाबेसमा जोड्न सकिएन! कृपया, सम्पूर्ण विवरण ठीक छन् भनि निश्चित गर्नुहोस।',
],
diff --git a/resources/lang/pt-BR/install.php b/resources/lang/pt-BR/install.php
index 565d53f4f..a6a05bd37 100644
--- a/resources/lang/pt-BR/install.php
+++ b/resources/lang/pt-BR/install.php
@@ -39,6 +39,7 @@ return [
],
'error' => [
+ 'php_version' => 'Erro: Peça ao seu provedor de hospedagem para usar PHP :php_version ou superior para HTTP e CLI.',
'connection' => 'Erro: Não foi possível conectar ao banco de dados! Certifique-se de que os detalhes estão corretos.',
],
diff --git a/resources/lang/pt-PT/install.php b/resources/lang/pt-PT/install.php
index aa813276d..b74ae0e5e 100644
--- a/resources/lang/pt-PT/install.php
+++ b/resources/lang/pt-PT/install.php
@@ -39,6 +39,7 @@ return [
],
'error' => [
+ 'php_version' => 'Erro: Peça ao seu fornecedor de alojamento web para usar PHP :php_version ou superior para HTTP e CLI.',
'connection' => 'Erro: Não foi possível ligar à base de dados! Por favor, verifique se a informação que inseriu está correcta.',
],
diff --git a/resources/lang/sq-AL/install.php b/resources/lang/sq-AL/install.php
index c3ad2385c..714b0fbc7 100644
--- a/resources/lang/sq-AL/install.php
+++ b/resources/lang/sq-AL/install.php
@@ -39,6 +39,7 @@ return [
],
'error' => [
+ 'php_version' => 'Gabim: Kërkoni nga ofruesi juaj i hosting të përdorë PHP :php_version ose më të lartë si për HTTP dhe CLI.',
'connection' => 'Gabim: Nuk mund të lidhej me database! Ju lutemi, sigurohuni që të dhënat janë të sakta.',
],
diff --git a/resources/lang/sq-AL/modules.php b/resources/lang/sq-AL/modules.php
index cc90d9938..445fd3367 100644
--- a/resources/lang/sq-AL/modules.php
+++ b/resources/lang/sq-AL/modules.php
@@ -9,7 +9,6 @@ return [
'new' => 'I ri',
'top_free' => 'Më të mirët Falas',
'free' => 'FALAS',
- 'search' => 'Kërko',
'install' => 'Instalo',
'buy_now' => 'Bli Tani',
'get_api_key' => 'Klikoni këtu për të marrë çelësin tuaj API.',
diff --git a/resources/lang/sv-SE/bills.php b/resources/lang/sv-SE/bills.php
index 7c6da4f16..f805f9191 100644
--- a/resources/lang/sv-SE/bills.php
+++ b/resources/lang/sv-SE/bills.php
@@ -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 DRAFT förslag och kommer att stämmas av innan den mottages.',
'status' => [
diff --git a/resources/lang/sv-SE/bulk_actions.php b/resources/lang/sv-SE/bulk_actions.php
index 2478a571a..4e5f6017a 100644
--- a/resources/lang/sv-SE/bulk_actions.php
+++ b/resources/lang/sv-SE/bulk_actions.php
@@ -15,6 +15,7 @@ return [
'paid' => 'Är du säker på att du vill markera vald faktura som betald?|Är du säker på att du vill markera markerade fakturor som betalada?',
'sent' => 'Är du säker på att du vill markera vald faktura som skickad?|Vill du verkligen markera markerade fakturor som skickade?',
'received' => 'Är du säker på att du vill markera vald faktura som mottagen?|Är du säker på att du vill markera markerade räkningar som mottagna?',
+ 'cancelled' => 'Are you sure you want to cancel selected invoice/bill?|Are you sure you want to cancel selected invoices/bills?',
],
];
diff --git a/resources/lang/sv-SE/install.php b/resources/lang/sv-SE/install.php
index 821afcb89..8c673be3c 100644
--- a/resources/lang/sv-SE/install.php
+++ b/resources/lang/sv-SE/install.php
@@ -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.',
],
diff --git a/resources/lang/sv-SE/invoices.php b/resources/lang/sv-SE/invoices.php
index def631baf..564007586 100644
--- a/resources/lang/sv-SE/invoices.php
+++ b/resources/lang/sv-SE/invoices.php
@@ -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 utkast faktura och kommer att speglas till diagramet efter det skickas.',
diff --git a/resources/lang/sv-SE/modules.php b/resources/lang/sv-SE/modules.php
index f60006f7a..a8e72b158 100644
--- a/resources/lang/sv-SE/modules.php
+++ b/resources/lang/sv-SE/modules.php
@@ -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' => 'Klicka här för att få din API-nyckel.',
diff --git a/resources/lang/sv-SE/settings.php b/resources/lang/sv-SE/settings.php
index c7158e685..b8a9f8688 100644
--- a/resources/lang/sv-SE/settings.php
+++ b/resources/lang/sv-SE/settings.php
@@ -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' => [
diff --git a/resources/lang/tr-TR/install.php b/resources/lang/tr-TR/install.php
index ff9417118..ed4bc73d2 100644
--- a/resources/lang/tr-TR/install.php
+++ b/resources/lang/tr-TR/install.php
@@ -39,6 +39,7 @@ return [
],
'error' => [
+ 'php_version' => 'Hata: HTTP ve CLI için PHP sürümün :php_version ve üstü olması gerektiğini hosting firmanıza bildirin.',
'connection' => 'Hata: Veritabanına bağlanamıyoruz! Lütfen veritabanı bilgilerini kontrol ediniz.',
],
diff --git a/resources/lang/tr-TR/modules.php b/resources/lang/tr-TR/modules.php
index 7f0afe3b5..f46eef49d 100644
--- a/resources/lang/tr-TR/modules.php
+++ b/resources/lang/tr-TR/modules.php
@@ -9,7 +9,6 @@ return [
'new' => 'Yeni',
'top_free' => 'Popüler Ücretsiz',
'free' => 'Ücretsiz',
- 'search' => 'Arama',
'install' => 'Yükle',
'buy_now' => 'Şimdi Satın Al',
'get_api_key' => 'API Anahtarını almak için buraya tıklayın.',