diff --git a/database/seeds/LanguageSeeder.php b/database/seeds/LanguageSeeder.php index dc8cf64913ba..955b75a9ea1f 100644 --- a/database/seeds/LanguageSeeder.php +++ b/database/seeds/LanguageSeeder.php @@ -37,6 +37,7 @@ class LanguageSeeder extends Seeder ['name' => 'Finnish', 'locale' => 'fi'], ['name' => 'Romanian', 'locale' => 'ro'], ['name' => 'Turkish - Turkey', 'locale' => 'tr_TR'], + ['name' => 'Thai', 'locale' => 'th'], ]; foreach ($languages as $language) { diff --git a/database/setup.sql b/database/setup.sql index a771cf222ec4..be4a9f6d9908 100644 --- a/database/setup.sql +++ b/database/setup.sql @@ -1187,7 +1187,7 @@ CREATE TABLE `gateway_types` ( `alias` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `name` varchar(255) COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -1196,7 +1196,7 @@ CREATE TABLE `gateway_types` ( LOCK TABLES `gateway_types` WRITE; /*!40000 ALTER TABLE `gateway_types` DISABLE KEYS */; -INSERT INTO `gateway_types` VALUES (1,'credit_card','Credit Card'),(2,'bank_transfer','Bank Transfer'),(3,'paypal','PayPal'),(4,'bitcoin','Bitcoin'),(5,'dwolla','Dwolla'),(6,'custom','Custom'); +INSERT INTO `gateway_types` VALUES (1,'credit_card','Credit Card'),(2,'bank_transfer','Bank Transfer'),(3,'paypal','PayPal'),(4,'bitcoin','Bitcoin'),(5,'dwolla','Dwolla'),(6,'custom','Custom'),(7,'alipay','Alipay'),(8,'sofort','Sofort'); /*!40000 ALTER TABLE `gateway_types` ENABLE KEYS */; UNLOCK TABLES; @@ -1232,7 +1232,7 @@ CREATE TABLE `gateways` ( LOCK TABLES `gateways` WRITE; /*!40000 ALTER TABLE `gateways` DISABLE KEYS */; -INSERT INTO `gateways` VALUES (1,'2017-08-21 16:01:55','2017-08-21 16:01:55','Authorize.Net AIM','AuthorizeNet_AIM',1,1,4,0,NULL,0,0),(2,'2017-08-21 16:01:55','2017-08-21 16:01:55','Authorize.Net SIM','AuthorizeNet_SIM',1,2,10000,0,NULL,0,0),(3,'2017-08-21 16:01:55','2017-08-21 16:01:55','CardSave','CardSave',1,1,10000,0,NULL,0,0),(4,'2017-08-21 16:01:55','2017-08-21 16:01:55','Eway Rapid','Eway_RapidShared',1,1,10000,0,NULL,1,0),(5,'2017-08-21 16:01:55','2017-08-21 16:01:55','FirstData Connect','FirstData_Connect',1,1,10000,0,NULL,0,0),(6,'2017-08-21 16:01:55','2017-08-21 16:01:55','GoCardless','GoCardless',1,2,10000,0,NULL,1,0),(7,'2017-08-21 16:01:55','2017-08-21 16:01:55','Migs ThreeParty','Migs_ThreeParty',1,1,10000,0,NULL,0,0),(8,'2017-08-21 16:01:55','2017-08-21 16:01:55','Migs TwoParty','Migs_TwoParty',1,1,10000,0,NULL,0,0),(9,'2017-08-21 16:01:55','2017-08-21 16:01:55','Mollie','Mollie',1,1,7,0,NULL,1,0),(10,'2017-08-21 16:01:55','2017-08-21 16:01:55','MultiSafepay','MultiSafepay',1,1,10000,0,NULL,0,0),(11,'2017-08-21 16:01:55','2017-08-21 16:01:55','Netaxept','Netaxept',1,1,10000,0,NULL,0,0),(12,'2017-08-21 16:01:55','2017-08-21 16:01:55','NetBanx','NetBanx',1,1,10000,0,NULL,0,0),(13,'2017-08-21 16:01:55','2017-08-21 16:01:55','PayFast','PayFast',1,1,10000,0,NULL,1,0),(14,'2017-08-21 16:01:55','2017-08-21 16:01:55','Payflow Pro','Payflow_Pro',1,1,10000,0,NULL,0,0),(15,'2017-08-21 16:01:55','2017-08-21 16:01:55','PaymentExpress PxPay','PaymentExpress_PxPay',1,1,10000,0,NULL,0,0),(16,'2017-08-21 16:01:55','2017-08-21 16:01:55','PaymentExpress PxPost','PaymentExpress_PxPost',1,1,10000,0,NULL,0,0),(17,'2017-08-21 16:01:55','2017-08-21 16:01:55','PayPal Express','PayPal_Express',1,1,3,0,NULL,1,0),(18,'2017-08-21 16:01:55','2017-08-21 16:01:55','PayPal Pro','PayPal_Pro',1,1,10000,0,NULL,0,0),(19,'2017-08-21 16:01:55','2017-08-21 16:01:55','Pin','Pin',1,1,10000,0,NULL,0,0),(20,'2017-08-21 16:01:55','2017-08-21 16:01:55','SagePay Direct','SagePay_Direct',1,1,10000,0,NULL,0,0),(21,'2017-08-21 16:01:55','2017-08-21 16:01:55','SagePay Server','SagePay_Server',1,1,10000,0,NULL,0,0),(22,'2017-08-21 16:01:55','2017-08-21 16:01:55','SecurePay DirectPost','SecurePay_DirectPost',1,1,10000,0,NULL,0,0),(23,'2017-08-21 16:01:55','2017-08-21 16:01:55','Stripe','Stripe',1,1,1,0,NULL,0,0),(24,'2017-08-21 16:01:55','2017-08-21 16:01:55','TargetPay Direct eBanking','TargetPay_Directebanking',1,1,10000,0,NULL,0,0),(25,'2017-08-21 16:01:55','2017-08-21 16:01:55','TargetPay Ideal','TargetPay_Ideal',1,1,10000,0,NULL,0,0),(26,'2017-08-21 16:01:55','2017-08-21 16:01:55','TargetPay Mr Cash','TargetPay_Mrcash',1,1,10000,0,NULL,0,0),(27,'2017-08-21 16:01:55','2017-08-21 16:01:55','TwoCheckout','TwoCheckout',1,1,10000,0,NULL,1,0),(28,'2017-08-21 16:01:55','2017-08-21 16:01:55','WorldPay','WorldPay',1,1,10000,0,NULL,0,0),(29,'2017-08-21 16:01:55','2017-08-21 16:01:55','BeanStream','BeanStream',1,2,10000,0,NULL,0,0),(30,'2017-08-21 16:01:55','2017-08-21 16:01:55','Psigate','Psigate',1,2,10000,0,NULL,0,0),(31,'2017-08-21 16:01:55','2017-08-21 16:01:55','moolah','AuthorizeNet_AIM',1,1,10000,0,NULL,0,0),(32,'2017-08-21 16:01:55','2017-08-21 16:01:55','Alipay','Alipay_Express',1,1,10000,0,NULL,0,0),(33,'2017-08-21 16:01:55','2017-08-21 16:01:55','Buckaroo','Buckaroo_CreditCard',1,1,10000,0,NULL,0,0),(34,'2017-08-21 16:01:55','2017-08-21 16:01:55','Coinbase','Coinbase',1,1,10000,0,NULL,0,0),(35,'2017-08-21 16:01:55','2017-08-21 16:01:55','DataCash','DataCash',1,1,10000,0,NULL,0,0),(36,'2017-08-21 16:01:55','2017-08-21 16:01:55','Neteller','Neteller',1,2,10000,0,NULL,0,0),(37,'2017-08-21 16:01:55','2017-08-21 16:01:55','Pacnet','Pacnet',1,1,10000,0,NULL,0,0),(38,'2017-08-21 16:01:55','2017-08-21 16:01:55','PaymentSense','PaymentSense',1,2,10000,0,NULL,0,0),(39,'2017-08-21 16:01:55','2017-08-21 16:01:55','Realex','Realex_Remote',1,1,10000,0,NULL,0,0),(40,'2017-08-21 16:01:55','2017-08-21 16:01:55','Sisow','Sisow',1,1,10000,0,NULL,0,0),(41,'2017-08-21 16:01:55','2017-08-21 16:01:55','Skrill','Skrill',1,1,10000,0,NULL,1,0),(42,'2017-08-21 16:01:55','2017-08-21 16:01:55','BitPay','BitPay',1,1,6,0,NULL,1,0),(43,'2017-08-21 16:01:55','2017-08-21 16:01:55','Dwolla','Dwolla',1,1,5,0,NULL,1,0),(44,'2017-08-21 16:01:55','2017-08-21 16:01:55','AGMS','Agms',1,1,10000,0,NULL,0,0),(45,'2017-08-21 16:01:55','2017-08-21 16:01:55','Barclays','BarclaysEpdq\\Essential',1,1,10000,0,NULL,0,0),(46,'2017-08-21 16:01:55','2017-08-21 16:01:55','Cardgate','Cardgate',1,1,10000,0,NULL,0,0),(47,'2017-08-21 16:01:55','2017-08-21 16:01:55','Checkout.com','CheckoutCom',1,1,10000,0,NULL,0,0),(48,'2017-08-21 16:01:55','2017-08-21 16:01:55','Creditcall','Creditcall',1,1,10000,0,NULL,0,0),(49,'2017-08-21 16:01:55','2017-08-21 16:01:55','Cybersource','Cybersource',1,1,10000,0,NULL,0,0),(50,'2017-08-21 16:01:55','2017-08-21 16:01:55','ecoPayz','Ecopayz',1,1,10000,0,NULL,0,0),(51,'2017-08-21 16:01:55','2017-08-21 16:01:55','Fasapay','Fasapay',1,1,10000,0,NULL,0,0),(52,'2017-08-21 16:01:55','2017-08-21 16:01:55','Komoju','Komoju',1,1,10000,0,NULL,0,0),(53,'2017-08-21 16:01:55','2017-08-21 16:01:55','Multicards','Multicards',1,1,10000,0,NULL,0,0),(54,'2017-08-21 16:01:55','2017-08-21 16:01:55','Pagar.Me','Pagarme',1,2,10000,0,NULL,0,0),(55,'2017-08-21 16:01:55','2017-08-21 16:01:55','Paysafecard','Paysafecard',1,1,10000,0,NULL,0,0),(56,'2017-08-21 16:01:55','2017-08-21 16:01:55','Paytrace','Paytrace_CreditCard',1,1,10000,0,NULL,0,0),(57,'2017-08-21 16:01:55','2017-08-21 16:01:55','Secure Trading','SecureTrading',1,1,10000,0,NULL,0,0),(58,'2017-08-21 16:01:55','2017-08-21 16:01:55','SecPay','SecPay',1,1,10000,0,NULL,0,0),(59,'2017-08-21 16:01:55','2017-08-21 16:01:55','WeChat Express','WeChat_Express',1,2,10000,0,NULL,0,0),(60,'2017-08-21 16:01:55','2017-08-21 16:01:55','WePay','WePay',1,1,10000,0,NULL,0,0),(61,'2017-08-21 16:01:55','2017-08-21 16:01:55','Braintree','Braintree',1,1,2,0,NULL,0,0),(62,'2017-08-21 16:01:55','2017-08-21 16:01:55','Custom','Custom',1,1,9,0,NULL,1,0),(63,'2017-08-21 16:01:55','2017-08-21 16:01:55','FirstData Payeezy','FirstData_Payeezy',1,1,10000,0,NULL,0,0),(64,'2017-08-21 16:01:55','2017-08-21 16:01:55','GoCardless','GoCardlessV2\\Redirect',1,1,8,0,NULL,1,0); +INSERT INTO `gateways` VALUES (1,'2017-09-10 03:46:49','2017-09-10 03:46:49','Authorize.Net AIM','AuthorizeNet_AIM',1,1,4,0,NULL,0,0),(2,'2017-09-10 03:46:49','2017-09-10 03:46:49','Authorize.Net SIM','AuthorizeNet_SIM',1,2,10000,0,NULL,0,0),(3,'2017-09-10 03:46:49','2017-09-10 03:46:49','CardSave','CardSave',1,1,10000,0,NULL,0,0),(4,'2017-09-10 03:46:49','2017-09-10 03:46:49','Eway Rapid','Eway_RapidShared',1,1,10000,0,NULL,1,0),(5,'2017-09-10 03:46:49','2017-09-10 03:46:49','FirstData Connect','FirstData_Connect',1,1,10000,0,NULL,0,0),(6,'2017-09-10 03:46:49','2017-09-10 03:46:49','GoCardless','GoCardless',1,2,10000,0,NULL,1,0),(7,'2017-09-10 03:46:49','2017-09-10 03:46:49','Migs ThreeParty','Migs_ThreeParty',1,1,10000,0,NULL,0,0),(8,'2017-09-10 03:46:49','2017-09-10 03:46:49','Migs TwoParty','Migs_TwoParty',1,1,10000,0,NULL,0,0),(9,'2017-09-10 03:46:49','2017-09-10 03:46:49','Mollie','Mollie',1,1,7,0,NULL,1,0),(10,'2017-09-10 03:46:49','2017-09-10 03:46:49','MultiSafepay','MultiSafepay',1,1,10000,0,NULL,0,0),(11,'2017-09-10 03:46:49','2017-09-10 03:46:49','Netaxept','Netaxept',1,1,10000,0,NULL,0,0),(12,'2017-09-10 03:46:49','2017-09-10 03:46:49','NetBanx','NetBanx',1,1,10000,0,NULL,0,0),(13,'2017-09-10 03:46:49','2017-09-10 03:46:49','PayFast','PayFast',1,1,10000,0,NULL,1,0),(14,'2017-09-10 03:46:49','2017-09-10 03:46:49','Payflow Pro','Payflow_Pro',1,1,10000,0,NULL,0,0),(15,'2017-09-10 03:46:49','2017-09-10 03:46:49','PaymentExpress PxPay','PaymentExpress_PxPay',1,1,10000,0,NULL,0,0),(16,'2017-09-10 03:46:49','2017-09-10 03:46:49','PaymentExpress PxPost','PaymentExpress_PxPost',1,1,10000,0,NULL,0,0),(17,'2017-09-10 03:46:49','2017-09-10 03:46:49','PayPal Express','PayPal_Express',1,1,3,0,NULL,1,0),(18,'2017-09-10 03:46:49','2017-09-10 03:46:49','PayPal Pro','PayPal_Pro',1,1,10000,0,NULL,0,0),(19,'2017-09-10 03:46:49','2017-09-10 03:46:49','Pin','Pin',1,1,10000,0,NULL,0,0),(20,'2017-09-10 03:46:49','2017-09-10 03:46:49','SagePay Direct','SagePay_Direct',1,1,10000,0,NULL,0,0),(21,'2017-09-10 03:46:49','2017-09-10 03:46:49','SagePay Server','SagePay_Server',1,1,10000,0,NULL,0,0),(22,'2017-09-10 03:46:49','2017-09-10 03:46:49','SecurePay DirectPost','SecurePay_DirectPost',1,1,10000,0,NULL,0,0),(23,'2017-09-10 03:46:50','2017-09-10 03:46:50','Stripe','Stripe',1,1,1,0,NULL,0,0),(24,'2017-09-10 03:46:50','2017-09-10 03:46:50','TargetPay Direct eBanking','TargetPay_Directebanking',1,1,10000,0,NULL,0,0),(25,'2017-09-10 03:46:50','2017-09-10 03:46:50','TargetPay Ideal','TargetPay_Ideal',1,1,10000,0,NULL,0,0),(26,'2017-09-10 03:46:50','2017-09-10 03:46:50','TargetPay Mr Cash','TargetPay_Mrcash',1,1,10000,0,NULL,0,0),(27,'2017-09-10 03:46:50','2017-09-10 03:46:50','TwoCheckout','TwoCheckout',1,1,10000,0,NULL,1,0),(28,'2017-09-10 03:46:50','2017-09-10 03:46:50','WorldPay','WorldPay',1,1,10000,0,NULL,0,0),(29,'2017-09-10 03:46:50','2017-09-10 03:46:50','BeanStream','BeanStream',1,2,10000,0,NULL,0,0),(30,'2017-09-10 03:46:50','2017-09-10 03:46:50','Psigate','Psigate',1,2,10000,0,NULL,0,0),(31,'2017-09-10 03:46:50','2017-09-10 03:46:50','moolah','AuthorizeNet_AIM',1,1,10000,0,NULL,0,0),(32,'2017-09-10 03:46:50','2017-09-10 03:46:50','Alipay','Alipay_Express',1,1,10000,0,NULL,0,0),(33,'2017-09-10 03:46:50','2017-09-10 03:46:50','Buckaroo','Buckaroo_CreditCard',1,1,10000,0,NULL,0,0),(34,'2017-09-10 03:46:50','2017-09-10 03:46:50','Coinbase','Coinbase',1,1,10000,0,NULL,0,0),(35,'2017-09-10 03:46:50','2017-09-10 03:46:50','DataCash','DataCash',1,1,10000,0,NULL,0,0),(36,'2017-09-10 03:46:50','2017-09-10 03:46:50','Neteller','Neteller',1,2,10000,0,NULL,0,0),(37,'2017-09-10 03:46:50','2017-09-10 03:46:50','Pacnet','Pacnet',1,1,10000,0,NULL,0,0),(38,'2017-09-10 03:46:50','2017-09-10 03:46:50','PaymentSense','PaymentSense',1,2,10000,0,NULL,0,0),(39,'2017-09-10 03:46:50','2017-09-10 03:46:50','Realex','Realex_Remote',1,1,10000,0,NULL,0,0),(40,'2017-09-10 03:46:50','2017-09-10 03:46:50','Sisow','Sisow',1,1,10000,0,NULL,0,0),(41,'2017-09-10 03:46:50','2017-09-10 03:46:50','Skrill','Skrill',1,1,10000,0,NULL,1,0),(42,'2017-09-10 03:46:50','2017-09-10 03:46:50','BitPay','BitPay',1,1,6,0,NULL,1,0),(43,'2017-09-10 03:46:50','2017-09-10 03:46:50','Dwolla','Dwolla',1,1,5,0,NULL,1,0),(44,'2017-09-10 03:46:50','2017-09-10 03:46:50','AGMS','Agms',1,1,10000,0,NULL,0,0),(45,'2017-09-10 03:46:50','2017-09-10 03:46:50','Barclays','BarclaysEpdq\\Essential',1,1,10000,0,NULL,0,0),(46,'2017-09-10 03:46:50','2017-09-10 03:46:50','Cardgate','Cardgate',1,1,10000,0,NULL,0,0),(47,'2017-09-10 03:46:50','2017-09-10 03:46:50','Checkout.com','CheckoutCom',1,1,10000,0,NULL,0,0),(48,'2017-09-10 03:46:50','2017-09-10 03:46:50','Creditcall','Creditcall',1,1,10000,0,NULL,0,0),(49,'2017-09-10 03:46:50','2017-09-10 03:46:50','Cybersource','Cybersource',1,1,10000,0,NULL,0,0),(50,'2017-09-10 03:46:50','2017-09-10 03:46:50','ecoPayz','Ecopayz',1,1,10000,0,NULL,0,0),(51,'2017-09-10 03:46:50','2017-09-10 03:46:50','Fasapay','Fasapay',1,1,10000,0,NULL,0,0),(52,'2017-09-10 03:46:50','2017-09-10 03:46:50','Komoju','Komoju',1,1,10000,0,NULL,0,0),(53,'2017-09-10 03:46:50','2017-09-10 03:46:50','Multicards','Multicards',1,1,10000,0,NULL,0,0),(54,'2017-09-10 03:46:50','2017-09-10 03:46:50','Pagar.Me','Pagarme',1,2,10000,0,NULL,0,0),(55,'2017-09-10 03:46:50','2017-09-10 03:46:50','Paysafecard','Paysafecard',1,1,10000,0,NULL,0,0),(56,'2017-09-10 03:46:50','2017-09-10 03:46:50','Paytrace','Paytrace_CreditCard',1,1,10000,0,NULL,0,0),(57,'2017-09-10 03:46:50','2017-09-10 03:46:50','Secure Trading','SecureTrading',1,1,10000,0,NULL,0,0),(58,'2017-09-10 03:46:50','2017-09-10 03:46:50','SecPay','SecPay',1,1,10000,0,NULL,0,0),(59,'2017-09-10 03:46:50','2017-09-10 03:46:50','WeChat Express','WeChat_Express',1,2,10000,0,NULL,0,0),(60,'2017-09-10 03:46:50','2017-09-10 03:46:50','WePay','WePay',1,1,10000,0,NULL,0,0),(61,'2017-09-10 03:46:50','2017-09-10 03:46:50','Braintree','Braintree',1,1,2,0,NULL,0,0),(62,'2017-09-10 03:46:50','2017-09-10 03:46:50','Custom','Custom',1,1,9,0,NULL,1,0),(63,'2017-09-10 03:46:50','2017-09-10 03:46:50','FirstData Payeezy','FirstData_Payeezy',1,1,10000,0,NULL,0,0),(64,'2017-09-10 03:46:50','2017-09-10 03:46:50','GoCardless','GoCardlessV2\\Redirect',1,1,8,0,NULL,1,0); /*!40000 ALTER TABLE `gateways` ENABLE KEYS */; UNLOCK TABLES; @@ -1330,7 +1330,7 @@ CREATE TABLE `invoice_designs` ( LOCK TABLES `invoice_designs` WRITE; /*!40000 ALTER TABLE `invoice_designs` DISABLE KEYS */; -INSERT INTO `invoice_designs` VALUES (1,'Clean','var GlobalY=0;//Y position of line at current page\n\n var client = invoice.client;\n var account = invoice.account;\n var currencyId = client.currency_id;\n\n layout.headerRight = 550;\n layout.rowHeight = 15;\n\n doc.setFontSize(9);\n\n if (invoice.image)\n {\n var left = layout.headerRight - invoice.imageWidth;\n doc.addImage(invoice.image, \'JPEG\', layout.marginLeft, 30);\n }\n \n if (!invoice.is_pro && logoImages.imageLogo1)\n {\n pageHeight=820;\n y=pageHeight-logoImages.imageLogoHeight1;\n doc.addImage(logoImages.imageLogo1, \'JPEG\', layout.marginLeft, y, logoImages.imageLogoWidth1, logoImages.imageLogoHeight1);\n }\n\n doc.setFontSize(9);\n SetPdfColor(\'LightBlue\', doc, \'primary\');\n displayAccount(doc, invoice, 220, layout.accountTop, layout);\n\n SetPdfColor(\'LightBlue\', doc, \'primary\');\n doc.setFontSize(\'11\');\n doc.text(50, layout.headerTop, (invoice.is_quote ? invoiceLabels.quote : invoiceLabels.invoice).toUpperCase());\n\n\n SetPdfColor(\'Black\',doc); //set black color\n doc.setFontSize(9);\n\n var invoiceHeight = displayInvoice(doc, invoice, 50, 170, layout);\n var clientHeight = displayClient(doc, invoice, 220, 170, layout);\n var detailsHeight = Math.max(invoiceHeight, clientHeight);\n layout.tableTop = Math.max(layout.tableTop, layout.headerTop + detailsHeight + (3 * layout.rowHeight));\n \n doc.setLineWidth(0.3); \n doc.setDrawColor(200,200,200);\n doc.line(layout.marginLeft - layout.tablePadding, layout.headerTop + 6, layout.marginRight + layout.tablePadding, layout.headerTop + 6);\n doc.line(layout.marginLeft - layout.tablePadding, layout.headerTop + detailsHeight + 14, layout.marginRight + layout.tablePadding, layout.headerTop + detailsHeight + 14);\n\n doc.setFontSize(10);\n doc.setFontType(\'bold\');\n displayInvoiceHeader(doc, invoice, layout);\n var y = displayInvoiceItems(doc, invoice, layout);\n\n doc.setFontSize(9);\n doc.setFontType(\'bold\');\n\n GlobalY=GlobalY+25;\n\n\n doc.setLineWidth(0.3);\n doc.setDrawColor(241,241,241);\n doc.setFillColor(241,241,241);\n var x1 = layout.marginLeft - 12;\n var y1 = GlobalY-layout.tablePadding;\n\n var w2 = 510 + 24;\n var h2 = doc.internal.getFontSize()*3+layout.tablePadding*2;\n\n if (invoice.discount) {\n h2 += doc.internal.getFontSize()*2;\n }\n if (invoice.tax_amount) {\n h2 += doc.internal.getFontSize()*2;\n }\n\n //doc.rect(x1, y1, w2, h2, \'FD\');\n\n doc.setFontSize(9);\n displayNotesAndTerms(doc, layout, invoice, y);\n y += displaySubtotals(doc, layout, invoice, y, layout.unitCostRight);\n\n\n doc.setFontSize(10);\n Msg = invoice.is_quote ? invoiceLabels.total : invoiceLabels.balance_due;\n var TmpMsgX = layout.unitCostRight-(doc.getStringUnitWidth(Msg) * doc.internal.getFontSize());\n \n doc.text(TmpMsgX, y, Msg);\n\n SetPdfColor(\'LightBlue\', doc, \'primary\');\n AmountText = formatMoney(invoice.balance_amount, currencyId);\n headerLeft=layout.headerRight+400;\n var AmountX = layout.lineTotalRight - (doc.getStringUnitWidth(AmountText) * doc.internal.getFontSize());\n doc.text(AmountX, y, AmountText);','{\n \"content\": [{\n \"columns\": [\n {\n \"image\": \"$accountLogo\",\n \"fit\": [120, 80]\n },\n {\n \"stack\": \"$accountDetails\",\n \"margin\": [7, 0, 0, 0]\n },\n {\n \"stack\": \"$accountAddress\"\n }\n ]\n },\n {\n \"text\": \"$entityTypeUC\",\n \"margin\": [8, 30, 8, 5],\n \"style\": \"entityTypeLabel\"\n \n },\n {\n \"table\": {\n \"headerRows\": 1,\n \"widths\": [\"auto\", \"auto\", \"*\"],\n \"body\": [\n [\n {\n \"table\": { \n \"body\": \"$invoiceDetails\"\n },\n \"margin\": [0, 0, 12, 0],\n \"layout\": \"noBorders\"\n }, \n {\n \"stack\": \"$clientDetails\"\n },\n {\n \"text\": \"\"\n }\n ]\n ]\n },\n \"layout\": {\n \"hLineWidth\": \"$firstAndLast:.5\",\n \"vLineWidth\": \"$none\",\n \"hLineColor\": \"#D8D8D8\",\n \"paddingLeft\": \"$amount:8\", \n \"paddingRight\": \"$amount:8\", \n \"paddingTop\": \"$amount:6\", \n \"paddingBottom\": \"$amount:6\"\n }\n },\n {\n \"style\": \"invoiceLineItemsTable\",\n \"table\": {\n \"headerRows\": 1,\n \"widths\": \"$invoiceLineItemColumns\",\n \"body\": \"$invoiceLineItems\"\n },\n \"layout\": {\n \"hLineWidth\": \"$notFirst:.5\",\n \"vLineWidth\": \"$none\",\n \"hLineColor\": \"#D8D8D8\",\n \"paddingLeft\": \"$amount:8\", \n \"paddingRight\": \"$amount:8\", \n \"paddingTop\": \"$amount:14\", \n \"paddingBottom\": \"$amount:14\" \n }\n },\n {\n \"columns\": [ \n \"$notesAndTerms\",\n {\n \"table\": {\n \"widths\": [\"*\", \"40%\"],\n \"body\": \"$subtotals\"\n },\n \"layout\": {\n \"hLineWidth\": \"$none\",\n \"vLineWidth\": \"$none\",\n \"paddingLeft\": \"$amount:34\", \n \"paddingRight\": \"$amount:8\", \n \"paddingTop\": \"$amount:4\", \n \"paddingBottom\": \"$amount:4\" \n }\n }\n ]\n },\n {\n \"stack\": [\n \"$invoiceDocuments\"\n ],\n \"style\": \"invoiceDocuments\"\n }\n ],\n \"defaultStyle\": {\n \"font\": \"$bodyFont\",\n \"fontSize\": \"$fontSize\",\n \"margin\": [8, 4, 8, 4]\n },\n \"footer\": {\n \"columns\": [\n {\n \"text\": \"$invoiceFooter\",\n \"alignment\": \"left\"\n }\n ],\n \"margin\": [40, -20, 40, 0]\n },\n \"styles\": {\n \"entityTypeLabel\": {\n \"font\": \"$headerFont\",\n \"fontSize\": \"$fontSizeLargest\",\n \"color\": \"$primaryColor:#37a3c6\"\n },\n \"primaryColor\":{\n \"color\": \"$primaryColor:#37a3c6\"\n },\n \"accountName\": {\n \"color\": \"$primaryColor:#37a3c6\",\n \"bold\": true\n },\n \"invoiceDetails\": {\n \"margin\": [0, 0, 8, 0]\n }, \n \"accountDetails\": {\n \"margin\": [0, 2, 0, 2]\n },\n \"clientDetails\": {\n \"margin\": [0, 2, 0, 2]\n },\n \"notesAndTerms\": {\n \"margin\": [0, 2, 0, 2]\n },\n \"accountAddress\": {\n \"margin\": [0, 2, 0, 2]\n },\n \"odd\": {\n \"fillColor\": \"#fbfbfb\"\n },\n \"productKey\": {\n \"color\": \"$primaryColor:#37a3c6\",\n \"bold\": true\n },\n \"subtotalsBalanceDueLabel\": {\n \"fontSize\": \"$fontSizeLarger\"\n },\n \"subtotalsBalanceDue\": {\n \"fontSize\": \"$fontSizeLarger\",\n \"color\": \"$primaryColor:#37a3c6\"\n }, \n \"invoiceNumber\": {\n \"bold\": true\n },\n \"tableHeader\": {\n \"bold\": true,\n \"fontSize\": \"$fontSizeLarger\"\n },\n \"costTableHeader\": {\n \"alignment\": \"right\"\n },\n \"qtyTableHeader\": {\n \"alignment\": \"right\"\n },\n \"taxTableHeader\": {\n \"alignment\": \"right\"\n },\n \"lineTotalTableHeader\": {\n \"alignment\": \"right\"\n }, \n \"invoiceLineItemsTable\": {\n \"margin\": [0, 16, 0, 16]\n },\n \"clientName\": {\n \"bold\": true\n },\n \"cost\": {\n \"alignment\": \"right\"\n },\n \"quantity\": {\n \"alignment\": \"right\"\n },\n \"tax\": {\n \"alignment\": \"right\"\n },\n \"lineTotal\": {\n \"alignment\": \"right\"\n },\n \"subtotals\": {\n \"alignment\": \"right\"\n }, \n \"termsLabel\": {\n \"bold\": true\n },\n \"header\": {\n \"font\": \"$headerFont\",\n \"fontSize\": \"$fontSizeLargest\",\n \"bold\": true\n },\n \"subheader\": {\n \"font\": \"$headerFont\",\n \"fontSize\": \"$fontSizeLarger\"\n },\n \"help\": {\n \"fontSize\": \"$fontSizeSmaller\",\n \"color\": \"#737373\"\n },\n \"invoiceDocuments\": {\n \"margin\": [7, 0, 7, 0]\n },\n \"invoiceDocument\": {\n \"margin\": [0, 10, 0, 10]\n }\n },\n \"pageMargins\": [40, 40, 40, 60]\n}\n'),(2,'Bold',' var GlobalY=0;//Y position of line at current page\n\n var client = invoice.client;\n var account = invoice.account;\n var currencyId = client.currency_id;\n\n layout.headerRight = 150;\n layout.rowHeight = 15;\n layout.headerTop = 125;\n layout.tableTop = 300;\n\n doc.setLineWidth(0.5);\n\n if (NINJA.primaryColor) {\n setDocHexFill(doc, NINJA.primaryColor);\n setDocHexDraw(doc, NINJA.primaryColor);\n } else {\n doc.setFillColor(46,43,43);\n } \n\n var x1 =0;\n var y1 = 0;\n var w2 = 595;\n var h2 = 100;\n doc.rect(x1, y1, w2, h2, \'FD\');\n\n if (invoice.image)\n {\n var left = layout.headerRight - invoice.imageWidth;\n doc.addImage(invoice.image, \'JPEG\', layout.marginLeft, 30);\n }\n\n doc.setLineWidth(0.5);\n if (NINJA.primaryColor) {\n setDocHexFill(doc, NINJA.primaryColor);\n setDocHexDraw(doc, NINJA.primaryColor);\n } else {\n doc.setFillColor(46,43,43);\n doc.setDrawColor(46,43,43);\n } \n\n // return doc.setTextColor(240,240,240);//select color Custom Report GRAY Colour\n var x1 = 0;//tableLeft-tablePadding ;\n var y1 = 750;\n var w2 = 596;\n var h2 = 94;//doc.internal.getFontSize()*length+length*1.1;//+h;//+tablePadding;\n\n doc.rect(x1, y1, w2, h2, \'FD\');\n if (!invoice.is_pro && logoImages.imageLogo2)\n {\n pageHeight=820;\n var left = 250;//headerRight ;\n y=pageHeight-logoImages.imageLogoHeight2;\n var headerRight=370;\n\n var left = headerRight - logoImages.imageLogoWidth2;\n doc.addImage(logoImages.imageLogo2, \'JPEG\', left, y, logoImages.imageLogoWidth2, logoImages.imageLogoHeight2);\n }\n\n doc.setFontSize(7);\n doc.setFontType(\'bold\');\n SetPdfColor(\'White\',doc);\n\n displayAccount(doc, invoice, 300, layout.accountTop, layout);\n\n\n var y = layout.accountTop;\n var left = layout.marginLeft;\n var headerY = layout.headerTop;\n\n SetPdfColor(\'GrayLogo\',doc); //set black color\n doc.setFontSize(7);\n\n //show left column\n SetPdfColor(\'Black\',doc); //set black color\n doc.setFontType(\'normal\');\n\n //publish filled box\n doc.setDrawColor(200,200,200);\n\n if (NINJA.secondaryColor) {\n setDocHexFill(doc, NINJA.secondaryColor);\n } else {\n doc.setFillColor(54,164,152); \n } \n\n GlobalY=190;\n doc.setLineWidth(0.5);\n\n var BlockLenght=220;\n var x1 =595-BlockLenght;\n var y1 = GlobalY-12;\n var w2 = BlockLenght;\n var h2 = getInvoiceDetailsHeight(invoice, layout) + layout.tablePadding + 2;\n\n doc.rect(x1, y1, w2, h2, \'FD\');\n\n SetPdfColor(\'SomeGreen\', doc, \'secondary\');\n doc.setFontSize(\'14\');\n doc.setFontType(\'bold\');\n doc.text(50, GlobalY, (invoice.is_quote ? invoiceLabels.your_quote : invoiceLabels.your_invoice).toUpperCase());\n\n\n var z=GlobalY;\n z=z+30;\n\n doc.setFontSize(\'8\'); \n SetPdfColor(\'Black\',doc); \n var clientHeight = displayClient(doc, invoice, layout.marginLeft, z, layout);\n layout.tableTop += Math.max(0, clientHeight - 75);\n marginLeft2=395;\n\n //publish left side information\n SetPdfColor(\'White\',doc);\n doc.setFontSize(\'8\');\n var detailsHeight = displayInvoice(doc, invoice, marginLeft2, z-25, layout) + 75;\n layout.tableTop = Math.max(layout.tableTop, layout.headerTop + detailsHeight + (2 * layout.tablePadding));\n\n y=z+60;\n x = GlobalY + 100;\n doc.setFontType(\'bold\');\n\n doc.setFontSize(12);\n doc.setFontType(\'bold\');\n SetPdfColor(\'Black\',doc);\n displayInvoiceHeader(doc, invoice, layout);\n\n var y = displayInvoiceItems(doc, invoice, layout);\n doc.setLineWidth(0.3);\n displayNotesAndTerms(doc, layout, invoice, y);\n y += displaySubtotals(doc, layout, invoice, y, layout.unitCostRight);\n\n doc.setFontType(\'bold\');\n\n doc.setFontSize(12);\n x += doc.internal.getFontSize()*4;\n Msg = invoice.is_quote ? invoiceLabels.total : invoiceLabels.balance_due;\n var TmpMsgX = layout.unitCostRight-(doc.getStringUnitWidth(Msg) * doc.internal.getFontSize());\n\n doc.text(TmpMsgX, y, Msg);\n\n //SetPdfColor(\'LightBlue\',doc);\n AmountText = formatMoney(invoice.balance_amount , currencyId);\n headerLeft=layout.headerRight+400;\n var AmountX = headerLeft - (doc.getStringUnitWidth(AmountText) * doc.internal.getFontSize());\n SetPdfColor(\'SomeGreen\', doc, \'secondary\');\n doc.text(AmountX, y, AmountText);','{\n \"content\": [\n {\n \"columns\": [\n {\n \"width\": 380,\n \"stack\": [\n {\"text\":\"$yourInvoiceLabelUC\", \"style\": \"yourInvoice\"},\n \"$clientDetails\"\n ],\n \"margin\": [60, 100, 0, 10]\n },\n {\n \"canvas\": [\n { \n \"type\": \"rect\", \n \"x\": 0, \n \"y\": 0, \n \"w\": 225, \n \"h\": \"$invoiceDetailsHeight\",\n \"r\":0, \n \"lineWidth\": 1,\n \"color\": \"$primaryColor:#36a498\"\n }\n ],\n \"width\":10,\n \"margin\":[-10,100,0,10]\n },\n { \n \"table\": { \n \"body\": \"$invoiceDetails\"\n },\n \"layout\": \"noBorders\",\n \"margin\": [0, 110, 0, 0]\n }\n ]\n },\n {\n \"style\": \"invoiceLineItemsTable\",\n \"table\": {\n \"headerRows\": 1,\n \"widths\": [\"22%\", \"*\", \"14%\", \"$quantityWidth\", \"$taxWidth\", \"22%\"],\n \"body\": \"$invoiceLineItems\"\n },\n \"layout\": {\n \"hLineWidth\": \"$none\",\n \"vLineWidth\": \"$none\",\n \"paddingLeft\": \"$amount:8\", \n \"paddingRight\": \"$amount:8\", \n \"paddingTop\": \"$amount:14\", \n \"paddingBottom\": \"$amount:14\"\n }\n },\n {\n \"columns\": [\n {\n \"width\": 46,\n \"text\": \" \"\n },\n \"$notesAndTerms\",\n {\n \"table\": {\n \"widths\": [\"*\", \"40%\"],\n \"body\": \"$subtotals\"\n },\n \"layout\": {\n \"hLineWidth\": \"$none\",\n \"vLineWidth\": \"$none\",\n \"paddingLeft\": \"$amount:8\", \n \"paddingRight\": \"$amount:8\", \n \"paddingTop\": \"$amount:4\", \n \"paddingBottom\": \"$amount:4\" \n }\n }]\n },\n {\n \"stack\": [\n \"$invoiceDocuments\"\n ],\n \"style\": \"invoiceDocuments\"\n }\n ],\n \"footer\":\n [\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 0, \"y1\": 0, \"x2\": 600, \"y2\": 0,\"lineWidth\": 100,\"lineColor\":\"$secondaryColor:#292526\"}]},\n {\n \"columns\":\n [\n {\n \"text\": \"$invoiceFooter\",\n \"margin\": [40, -40, 40, 0],\n \"alignment\": \"left\",\n \"color\": \"#FFFFFF\"\n }\n ]\n }\n ],\n \"header\": [\n {\n \"canvas\": [\n {\n \"type\": \"line\",\n \"x1\": 0,\n \"y1\": 0,\n \"x2\": 600,\n \"y2\": 0,\n \"lineWidth\": 200,\n \"lineColor\": \"$secondaryColor:#292526\"\n }\n ],\n \"width\": 10\n },\n {\n \"columns\": [\n { \n \"image\": \"$accountLogo\",\n \"fit\": [120, 60],\n \"margin\": [30, 16, 0, 0]\n },\n {\n \"stack\": \"$accountDetails\",\n \"margin\": [\n 0,\n 16,\n 0,\n 0\n ],\n \"width\": 140\n },\n {\n \"stack\": \"$accountAddress\",\n \"margin\": [\n 20,\n 16,\n 0,\n 0\n ]\n }\n ]\n }\n ],\n \"defaultStyle\": {\n \"font\": \"$bodyFont\",\n \"fontSize\": \"$fontSize\",\n \"margin\": [8, 4, 8, 4]\n },\n \"styles\": {\n \"primaryColor\":{\n \"color\": \"$primaryColor:#36a498\"\n },\n \"accountName\": {\n \"bold\": true,\n \"margin\": [4, 2, 4, 1],\n \"color\": \"$primaryColor:#36a498\"\n },\n \"accountDetails\": {\n \"margin\": [4, 2, 4, 1],\n \"color\": \"#FFFFFF\"\n },\n \"accountAddress\": {\n \"margin\": [4, 2, 4, 1],\n \"color\": \"#FFFFFF\"\n },\n \"clientDetails\": {\n \"margin\": [0, 2, 0, 1]\n },\n \"odd\": {\n \"fillColor\": \"#ebebeb\",\n \"margin\": [0,0,0,0]\n },\n \"productKey\": {\n \"color\": \"$primaryColor:#36a498\"\n },\n \"subtotalsBalanceDueLabel\": {\n \"fontSize\": \"$fontSizeLargest\",\n \"bold\": true\n },\n \"subtotalsBalanceDue\": {\n \"fontSize\": \"$fontSizeLargest\",\n \"color\": \"$primaryColor:#36a498\",\n \"bold\": true\n },\n \"invoiceDetails\": {\n \"color\": \"#ffffff\"\n },\n \"invoiceNumber\": {\n \"bold\": true\n },\n \"itemTableHeader\": {\n \"margin\": [40,0,0,0]\n },\n \"totalTableHeader\": {\n \"margin\": [0,0,40,0]\n },\n \"tableHeader\": {\n \"fontSize\": 12,\n \"bold\": true\n },\n \"costTableHeader\": {\n \"alignment\": \"right\"\n },\n \"qtyTableHeader\": {\n \"alignment\": \"right\"\n },\n \"taxTableHeader\": {\n \"alignment\": \"right\"\n },\n \"lineTotalTableHeader\": {\n \"alignment\": \"right\",\n \"margin\": [0, 0, 40, 0]\n },\n \"productKey\": {\n \"color\": \"$primaryColor:#36a498\",\n \"margin\": [40,0,0,0],\n \"bold\": true\n },\n \"yourInvoice\": {\n \"font\": \"$headerFont\",\n \"bold\": true, \n \"fontSize\": 14, \n \"color\": \"$primaryColor:#36a498\",\n \"margin\": [0,0,0,8]\n },\n \"invoiceLineItemsTable\": {\n \"margin\": [0, 26, 0, 16]\n },\n \"clientName\": {\n \"bold\": true\n },\n \"cost\": {\n \"alignment\": \"right\"\n },\n \"quantity\": {\n \"alignment\": \"right\"\n },\n \"tax\": {\n \"alignment\": \"right\"\n },\n \"lineTotal\": {\n \"alignment\": \"right\",\n \"margin\": [0, 0, 40, 0]\n },\n \"subtotals\": {\n \"alignment\": \"right\",\n \"margin\": [0,0,40,0]\n },\n \"termsLabel\": {\n \"bold\": true,\n \"margin\": [0, 0, 0, 4]\n },\n \"header\": {\n \"font\": \"$headerFont\",\n \"fontSize\": \"$fontSizeLargest\",\n \"bold\": true\n },\n \"subheader\": {\n \"font\": \"$headerFont\",\n \"fontSize\": \"$fontSizeLarger\"\n },\n \"help\": {\n \"fontSize\": \"$fontSizeSmaller\",\n \"color\": \"#737373\"\n },\n \"invoiceDocuments\": {\n \"margin\": [47, 0, 47, 0]\n },\n \"invoiceDocument\": {\n \"margin\": [0, 10, 0, 10]\n }\n },\n \"pageMargins\": [0, 80, 0, 40]\n }'),(3,'Modern',' var client = invoice.client;\n var account = invoice.account;\n var currencyId = client.currency_id;\n\n layout.headerRight = 400;\n layout.rowHeight = 15;\n\n\n doc.setFontSize(7);\n\n // add header\n doc.setLineWidth(0.5);\n\n if (NINJA.primaryColor) {\n setDocHexFill(doc, NINJA.primaryColor);\n setDocHexDraw(doc, NINJA.primaryColor);\n } else {\n doc.setDrawColor(242,101,34);\n doc.setFillColor(242,101,34);\n } \n\n var x1 =0;\n var y1 = 0;\n var w2 = 595;\n var h2 = Math.max(110, getInvoiceDetailsHeight(invoice, layout) + 30);\n doc.rect(x1, y1, w2, h2, \'FD\');\n\n SetPdfColor(\'White\',doc);\n\n //second column\n doc.setFontType(\'bold\');\n var name = invoice.account.name; \n if (name) {\n doc.setFontSize(\'30\');\n doc.setFontType(\'bold\');\n doc.text(40, 50, name);\n }\n\n if (invoice.image)\n {\n y=130;\n var left = layout.headerRight - invoice.imageWidth;\n doc.addImage(invoice.image, \'JPEG\', layout.marginLeft, y);\n }\n\n // add footer \n doc.setLineWidth(0.5);\n\n if (NINJA.primaryColor) {\n setDocHexFill(doc, NINJA.primaryColor);\n setDocHexDraw(doc, NINJA.primaryColor);\n } else {\n doc.setDrawColor(242,101,34);\n doc.setFillColor(242,101,34);\n } \n\n var x1 = 0;//tableLeft-tablePadding ;\n var y1 = 750;\n var w2 = 596;\n var h2 = 94;//doc.internal.getFontSize()*length+length*1.1;//+h;//+tablePadding;\n\n doc.rect(x1, y1, w2, h2, \'FD\');\n\n if (!invoice.is_pro && logoImages.imageLogo3)\n {\n pageHeight=820;\n // var left = 25;//250;//headerRight ;\n y=pageHeight-logoImages.imageLogoHeight3;\n //var headerRight=370;\n\n //var left = headerRight - invoice.imageLogoWidth3;\n doc.addImage(logoImages.imageLogo3, \'JPEG\', 40, y, logoImages.imageLogoWidth3, logoImages.imageLogoHeight3);\n }\n\n doc.setFontSize(10); \n var marginLeft = 340;\n displayAccount(doc, invoice, marginLeft, 780, layout);\n\n\n SetPdfColor(\'White\',doc); \n doc.setFontSize(\'8\');\n var detailsHeight = displayInvoice(doc, invoice, layout.headerRight, layout.accountTop-10, layout);\n layout.headerTop = Math.max(layout.headerTop, detailsHeight + 50);\n layout.tableTop = Math.max(layout.tableTop, detailsHeight + 150);\n\n SetPdfColor(\'Black\',doc); //set black color\n doc.setFontSize(7);\n doc.setFontType(\'normal\');\n displayClient(doc, invoice, layout.headerRight, layout.headerTop, layout);\n\n\n \n SetPdfColor(\'White\',doc); \n doc.setFontType(\'bold\');\n\n doc.setLineWidth(0.3);\n if (NINJA.secondaryColor) {\n setDocHexFill(doc, NINJA.secondaryColor);\n setDocHexDraw(doc, NINJA.secondaryColor);\n } else {\n doc.setDrawColor(63,60,60);\n doc.setFillColor(63,60,60);\n } \n\n var left = layout.marginLeft - layout.tablePadding;\n var top = layout.tableTop - layout.tablePadding;\n var width = layout.marginRight - (2 * layout.tablePadding);\n var height = 20;\n doc.rect(left, top, width, height, \'FD\');\n \n\n displayInvoiceHeader(doc, invoice, layout);\n SetPdfColor(\'Black\',doc);\n var y = displayInvoiceItems(doc, invoice, layout);\n\n\n var height1 = displayNotesAndTerms(doc, layout, invoice, y);\n var height2 = displaySubtotals(doc, layout, invoice, y, layout.unitCostRight);\n y += Math.max(height1, height2);\n\n\n var left = layout.marginLeft - layout.tablePadding;\n var top = y - layout.tablePadding;\n var width = layout.marginRight - (2 * layout.tablePadding);\n var height = 20;\n if (NINJA.secondaryColor) {\n setDocHexFill(doc, NINJA.secondaryColor);\n setDocHexDraw(doc, NINJA.secondaryColor);\n } else {\n doc.setDrawColor(63,60,60);\n doc.setFillColor(63,60,60);\n } \n doc.rect(left, top, width, height, \'FD\');\n \n doc.setFontType(\'bold\');\n SetPdfColor(\'White\', doc);\n doc.setFontSize(12);\n \n var label = invoice.is_quote ? invoiceLabels.total : invoiceLabels.balance_due;\n var labelX = layout.unitCostRight-(doc.getStringUnitWidth(label) * doc.internal.getFontSize());\n doc.text(labelX, y+2, label);\n\n\n doc.setFontType(\'normal\');\n var amount = formatMoney(invoice.balance_amount , currencyId);\n headerLeft=layout.headerRight+400;\n var amountX = layout.lineTotalRight - (doc.getStringUnitWidth(amount) * doc.internal.getFontSize());\n doc.text(amountX, y+2, amount);','{\n \"content\": [\n {\n \"columns\": [\n {\n \"image\": \"$accountLogo\",\n \"fit\": [120, 80],\n \"margin\": [0, 60, 0, 30]\n },\n {\n \"stack\": \"$clientDetails\",\n \"margin\": [0, 60, 0, 0]\n }\n ]\n },\n {\n \"style\": \"invoiceLineItemsTable\",\n \"table\": {\n \"headerRows\": 1,\n \"widths\": \"$invoiceLineItemColumns\",\n \"body\": \"$invoiceLineItems\"\n },\n \"layout\": {\n \"hLineWidth\": \"$notFirst:.5\",\n \"vLineWidth\": \"$notFirstAndLastColumn:.5\",\n \"hLineColor\": \"#888888\",\n \"vLineColor\": \"#FFFFFF\",\n \"paddingLeft\": \"$amount:8\",\n \"paddingRight\": \"$amount:8\",\n \"paddingTop\": \"$amount:8\",\n \"paddingBottom\": \"$amount:8\"\n }\n },\n {\n \"columns\": [\n \"$notesAndTerms\",\n {\n \"table\": {\n \"widths\": [\"*\", \"40%\"],\n \"body\": \"$subtotalsWithoutBalance\"\n },\n \"layout\": {\n \"hLineWidth\": \"$none\",\n \"vLineWidth\": \"$none\",\n \"paddingLeft\": \"$amount:34\",\n \"paddingRight\": \"$amount:8\",\n \"paddingTop\": \"$amount:4\",\n \"paddingBottom\": \"$amount:4\"\n }\n }\n ]\n },\n {\n \"columns\": [\n {\n \"canvas\": [\n {\n \"type\": \"rect\",\n \"x\": 0,\n \"y\": 0,\n \"w\": 515,\n \"h\": 26,\n \"r\": 0,\n \"lineWidth\": 1,\n \"color\": \"$secondaryColor:#403d3d\"\n }\n ],\n \"width\": 10,\n \"margin\": [\n 0,\n 10,\n 0,\n 0\n ]\n },\n {\n \"text\": \"$balanceDueLabel\",\n \"style\": \"subtotalsBalanceDueLabel\",\n \"margin\": [0, 16, 0, 0],\n \"width\": 370\n },\n {\n \"text\": \"$balanceDue\",\n \"style\": \"subtotalsBalanceDue\",\n \"margin\": [0, 16, 8, 0]\n }\n ]\n },\n {\n \"stack\": [\n \"$invoiceDocuments\"\n ],\n \"style\": \"invoiceDocuments\"\n }\n ],\n \"footer\": [\n {\n \"canvas\": [\n {\n \"type\": \"line\", \"x1\": 0, \"y1\": 0, \"x2\": 600, \"y2\": 0,\"lineWidth\": 100,\"lineColor\":\"$primaryColor:#f26621\"\n }]\n ,\"width\":10\n },\n {\n \"columns\": [\n {\n \"width\": 350,\n \"stack\": [\n {\n \"text\": \"$invoiceFooter\",\n \"margin\": [40, -40, 40, 0],\n \"alignment\": \"left\",\n \"color\": \"#FFFFFF\"\n\n }\n ]\n },\n {\n \"stack\": \"$accountDetails\",\n \"margin\": [0, -40, 0, 0],\n \"width\": \"*\"\n },\n {\n \"stack\": \"$accountAddress\",\n \"margin\": [0, -40, 0, 0],\n \"width\": \"*\"\n }\n ]\n }\n ],\n \"header\": [\n {\n \"canvas\": [{ \"type\": \"line\", \"x1\": 0, \"y1\": 0, \"x2\": 600, \"y2\": 0,\"lineWidth\": 200,\"lineColor\":\"$primaryColor:#f26621\"}],\"width\":10\n },\n {\n \"columns\": [\n {\n \"text\": \"$accountName\", \"bold\": true,\"font\":\"$headerFont\",\"fontSize\":30,\"color\":\"#ffffff\",\"margin\":[40,20,0,0],\"width\":350\n }\n ]\n },\n {\n \"width\": 300,\n \"table\": {\n \"body\": \"$invoiceDetails\"\n },\n \"layout\": \"noBorders\",\n \"margin\": [400, -40, 0, 0]\n }\n ],\n \"defaultStyle\": {\n \"font\": \"$bodyFont\",\n \"fontSize\": \"$fontSize\",\n \"margin\": [8, 4, 8, 4]\n },\n \"styles\": {\n \"primaryColor\":{\n \"color\": \"$primaryColor:#299CC2\"\n },\n \"accountName\": {\n \"margin\": [4, 2, 4, 2],\n \"color\": \"$primaryColor:#299CC2\"\n },\n \"accountDetails\": {\n \"margin\": [4, 2, 4, 2],\n \"color\": \"#FFFFFF\"\n },\n \"accountAddress\": {\n \"margin\": [4, 2, 4, 2],\n \"color\": \"#FFFFFF\"\n },\n \"clientDetails\": {\n \"margin\": [0, 2, 4, 2]\n },\n \"invoiceDetails\": {\n \"color\": \"#FFFFFF\"\n },\n \"invoiceLineItemsTable\": {\n \"margin\": [0, 0, 0, 16]\n },\n \"productKey\": {\n \"bold\": true\n },\n \"clientName\": {\n \"bold\": true\n },\n \"tableHeader\": {\n \"bold\": true,\n \"color\": \"#FFFFFF\",\n \"fontSize\": \"$fontSizeLargest\",\n \"fillColor\": \"$secondaryColor:#403d3d\"\n },\n \"costTableHeader\": {\n \"alignment\": \"right\"\n },\n \"qtyTableHeader\": {\n \"alignment\": \"right\"\n },\n \"taxTableHeader\": {\n \"alignment\": \"right\"\n },\n \"lineTotalTableHeader\": {\n \"alignment\": \"right\"\n },\n \"subtotalsBalanceDueLabel\": {\n \"fontSize\": \"$fontSizeLargest\",\n \"color\":\"#FFFFFF\",\n \"alignment\":\"right\",\n \"bold\": true\n },\n \"subtotalsBalanceDue\": {\n \"fontSize\": \"$fontSizeLargest\",\n \"color\":\"#FFFFFF\",\n \"bold\": true,\n \"alignment\":\"right\"\n },\n \"cost\": {\n \"alignment\": \"right\"\n },\n \"quantity\": {\n \"alignment\": \"right\"\n },\n \"tax\": {\n \"alignment\": \"right\"\n },\n \"lineTotal\": {\n \"alignment\": \"right\"\n },\n \"subtotals\": {\n \"alignment\": \"right\"\n },\n \"termsLabel\": {\n \"bold\": true,\n \"margin\": [0, 0, 0, 4]\n },\n \"invoiceNumberLabel\": {\n \"bold\": true\n },\n \"invoiceNumber\": {\n \"bold\": true\n },\n \"header\": {\n \"font\": \"$headerFont\",\n \"fontSize\": \"$fontSizeLargest\",\n \"bold\": true\n },\n \"subheader\": {\n \"font\": \"$headerFont\",\n \"fontSize\": \"$fontSizeLarger\"\n },\n \"help\": {\n \"fontSize\": \"$fontSizeSmaller\",\n \"color\": \"#737373\"\n },\n \"invoiceDocuments\": {\n \"margin\": [7, 0, 7, 0]\n },\n \"invoiceDocument\": {\n \"margin\": [0, 10, 0, 10]\n }\n },\n \"pageMargins\": [40, 120, 40, 50]\n}\n'),(4,'Plain',' var client = invoice.client;\n var account = invoice.account;\n var currencyId = client.currency_id; \n \n layout.accountTop += 25;\n layout.headerTop += 25;\n layout.tableTop += 25;\n\n if (invoice.image)\n {\n var left = layout.headerRight - invoice.imageWidth;\n doc.addImage(invoice.image, \'JPEG\', left, 50);\n } \n \n /* table header */\n doc.setDrawColor(200,200,200);\n doc.setFillColor(230,230,230);\n \n var detailsHeight = getInvoiceDetailsHeight(invoice, layout);\n var left = layout.headerLeft - layout.tablePadding;\n var top = layout.headerTop + detailsHeight - layout.rowHeight - layout.tablePadding;\n var width = layout.headerRight - layout.headerLeft + (2 * layout.tablePadding);\n var height = layout.rowHeight + 1;\n doc.rect(left, top, width, height, \'FD\'); \n\n doc.setFontSize(10);\n doc.setFontType(\'normal\');\n\n displayAccount(doc, invoice, layout.marginLeft, layout.accountTop, layout);\n displayClient(doc, invoice, layout.marginLeft, layout.headerTop, layout);\n\n displayInvoice(doc, invoice, layout.headerLeft, layout.headerTop, layout, layout.headerRight);\n layout.tableTop = Math.max(layout.tableTop, layout.headerTop + detailsHeight + (2 * layout.tablePadding));\n\n var headerY = layout.headerTop;\n var total = 0;\n\n doc.setDrawColor(200,200,200);\n doc.setFillColor(230,230,230);\n var left = layout.marginLeft - layout.tablePadding;\n var top = layout.tableTop - layout.tablePadding;\n var width = layout.headerRight - layout.marginLeft + (2 * layout.tablePadding);\n var height = layout.rowHeight + 2;\n doc.rect(left, top, width, height, \'FD\'); \n\n displayInvoiceHeader(doc, invoice, layout);\n var y = displayInvoiceItems(doc, invoice, layout);\n\n doc.setFontSize(10);\n\n displayNotesAndTerms(doc, layout, invoice, y+20);\n\n y += displaySubtotals(doc, layout, invoice, y+20, 480) + 20;\n\n doc.setDrawColor(200,200,200);\n doc.setFillColor(230,230,230);\n \n var left = layout.footerLeft - layout.tablePadding;\n var top = y - layout.tablePadding;\n var width = layout.headerRight - layout.footerLeft + (2 * layout.tablePadding);\n var height = layout.rowHeight + 2;\n doc.rect(left, top, width, height, \'FD\'); \n \n doc.setFontType(\'bold\');\n doc.text(layout.footerLeft, y, invoice.is_quote ? invoiceLabels.total : invoiceLabels.balance_due);\n\n total = formatMoney(invoice.balance_amount, currencyId);\n var totalX = layout.headerRight - (doc.getStringUnitWidth(total) * doc.internal.getFontSize());\n doc.text(totalX, y, total); \n\n if (!invoice.is_pro) {\n doc.setFontType(\'normal\');\n doc.text(layout.marginLeft, 790, \'Created by InvoiceNinja.com\');\n }','{\n \"content\": [\n {\n \"columns\": [\n {\n \"stack\": \"$accountDetails\"\n },\n {\n \"stack\": \"$accountAddress\"\n },\n [\n {\n \"image\": \"$accountLogo\",\n \"fit\": [120, 80]\n }\n ] \n ]},\n {\n \"columns\": [\n {\n \"width\": 340,\n \"stack\": \"$clientDetails\",\n \"margin\": [0,40,0,0]\n },\n {\n \"width\":200,\n \"table\": { \n \"body\": \"$invoiceDetails\"\n },\n \"layout\": {\n \"hLineWidth\": \"$none\",\n \"vLineWidth\": \"$none\",\n \"hLineColor\": \"#E6E6E6\",\n \"paddingLeft\": \"$amount:10\", \n \"paddingRight\": \"$amount:10\"\n }\n }\n ]\n }, \n {\n \"canvas\": [{ \"type\": \"rect\", \"x\": 0, \"y\": 0, \"w\": 515, \"h\": 25,\"r\":0, \"lineWidth\": 1,\"color\":\"#e6e6e6\"}],\"width\":10,\"margin\":[0,30,0,-43]\n },\n {\n \"style\": \"invoiceLineItemsTable\",\n \"table\": {\n \"headerRows\": 1,\n \"widths\": \"$invoiceLineItemColumns\",\n \"body\": \"$invoiceLineItems\"\n },\n \"layout\": {\n \"hLineWidth\": \"$notFirst:1\",\n \"vLineWidth\": \"$none\",\n \"hLineColor\": \"#e6e6e6\",\n \"paddingLeft\": \"$amount:8\", \n \"paddingRight\": \"$amount:8\", \n \"paddingTop\": \"$amount:8\", \n \"paddingBottom\": \"$amount:8\" \n }\n },\n {\n \"columns\": [\n \"$notesAndTerms\",\n {\n \"width\": 160,\n \"style\": \"subtotals\",\n \"table\": {\n \"widths\": [60, 60],\n \"body\": \"$subtotals\"\n },\n \"layout\": {\n \"hLineWidth\": \"$none\",\n \"vLineWidth\": \"$none\",\n \"paddingLeft\": \"$amount:10\", \n \"paddingRight\": \"$amount:10\", \n \"paddingTop\": \"$amount:4\", \n \"paddingBottom\": \"$amount:4\" \n }\n }\n ]\n }, \n {\n \"stack\": [\n \"$invoiceDocuments\"\n ],\n \"style\": \"invoiceDocuments\"\n }\n ],\n \"footer\": {\n \"columns\": [\n {\n \"text\": \"$invoiceFooter\",\n \"alignment\": \"left\",\n \"margin\": [0, 0, 0, 12]\n\n }\n ],\n \"margin\": [40, -20, 40, 40]\n },\n \"defaultStyle\": {\n \"font\": \"$bodyFont\",\n \"fontSize\": \"$fontSize\",\n \"margin\": [8, 4, 8, 4]\n },\n \"styles\": {\n \"primaryColor\":{\n \"color\": \"$primaryColor:#299CC2\"\n },\n \"accountDetails\": {\n \"margin\": [0, 2, 0, 1]\n },\n \"accountAddress\": {\n \"margin\": [0, 2, 0, 1]\n },\n \"clientDetails\": {\n \"margin\": [0, 2, 0, 1]\n },\n \"tableHeader\": {\n \"bold\": true\n },\n \"costTableHeader\": {\n \"alignment\": \"right\"\n },\n \"qtyTableHeader\": {\n \"alignment\": \"right\"\n },\n \"lineTotalTableHeader\": {\n \"alignment\": \"right\"\n }, \n \"invoiceLineItemsTable\": {\n \"margin\": [0, 16, 0, 16]\n },\n \"cost\": {\n \"alignment\": \"right\"\n },\n \"quantity\": {\n \"alignment\": \"right\"\n },\n \"tax\": {\n \"alignment\": \"right\"\n },\n \"lineTotal\": {\n \"alignment\": \"right\"\n },\n \"subtotals\": {\n \"alignment\": \"right\"\n }, \n \"termsLabel\": {\n \"bold\": true,\n \"margin\": [0, 0, 0, 4]\n },\n \"terms\": {\n \"margin\": [0, 0, 20, 0]\n },\n \"invoiceDetailBalanceDueLabel\": {\n \"fillColor\": \"#e6e6e6\"\n },\n \"invoiceDetailBalanceDue\": {\n \"fillColor\": \"#e6e6e6\"\n },\n \"subtotalsBalanceDueLabel\": {\n \"fillColor\": \"#e6e6e6\"\n },\n \"subtotalsBalanceDue\": {\n \"fillColor\": \"#e6e6e6\"\n },\n \"header\": {\n \"font\": \"$headerFont\",\n \"fontSize\": \"$fontSizeLargest\",\n \"bold\": true\n },\n \"subheader\": {\n \"font\": \"$headerFont\",\n \"fontSize\": \"$fontSizeLarger\"\n },\n \"help\": {\n \"fontSize\": \"$fontSizeSmaller\",\n \"color\": \"#737373\"\n },\n \"invoiceDocuments\": {\n \"margin\": [7, 0, 7, 0]\n },\n \"invoiceDocument\": {\n \"margin\": [0, 10, 0, 10]\n }\n },\n \"pageMargins\": [40, 40, 40, 60]\n}\n'),(5,'Business',NULL,'{\n \"content\": [\n {\n \"columns\":\n [\n {\n \"image\": \"$accountLogo\",\n \"fit\": [120, 80]\n },\n {\n \"width\": 300,\n \"stack\": \"$accountDetails\",\n \"margin\": [140, 0, 0, 0]\n },\n {\n \"width\": 150,\n \"stack\": \"$accountAddress\"\n }\n ]\n },\n {\n \"columns\": [\n {\n \"width\": 120,\n \"stack\": [\n {\"text\": \"$invoiceIssuedToLabel\", \"style\":\"issuedTo\"},\n \"$clientDetails\"\n ],\n \"margin\": [0, 20, 0, 0]\n },\n {\n \"canvas\": [{ \"type\": \"rect\", \"x\": 20, \"y\": 0, \"w\": 174, \"h\": \"$invoiceDetailsHeight\",\"r\":10, \"lineWidth\": 1,\"color\":\"$primaryColor:#eb792d\"}],\n \"width\":30,\n \"margin\":[200,25,0,0]\n },\n {\n \"table\": {\n \"widths\": [70, 76],\n \"body\": \"$invoiceDetails\"\n },\n \"layout\": \"noBorders\",\n \"margin\": [200, 34, 0, 0]\n }\n ]\n },\n {\"canvas\": [{ \"type\": \"rect\", \"x\": 0, \"y\": 0, \"w\": 515, \"h\": 32,\"r\":8, \"lineWidth\": 1,\"color\":\"$secondaryColor:#374e6b\"}],\"width\":10,\"margin\":[0,20,0,-45]},\n {\n \"style\": \"invoiceLineItemsTable\",\n \"table\": {\n \"headerRows\": 1,\n \"widths\": \"$invoiceLineItemColumns\",\n \"body\": \"$invoiceLineItems\"\n },\n \"layout\": {\n \"hLineWidth\": \"$notFirst:1\",\n \"vLineWidth\": \"$notFirst:.5\",\n \"hLineColor\": \"#FFFFFF\",\n \"vLineColor\": \"#FFFFFF\",\n \"paddingLeft\": \"$amount:8\",\n \"paddingRight\": \"$amount:8\",\n \"paddingTop\": \"$amount:12\",\n \"paddingBottom\": \"$amount:12\"\n }\n },\n {\n \"columns\": [\n \"$notesAndTerms\",\n {\n \"stack\": [\n {\n \"style\": \"subtotals\",\n \"table\": {\n \"widths\": [\"*\", \"35%\"],\n \"body\": \"$subtotalsWithoutBalance\"\n },\n \"layout\": {\n \"hLineWidth\": \"$none\",\n \"vLineWidth\": \"$none\",\n \"paddingLeft\": \"$amount:34\",\n \"paddingRight\": \"$amount:8\",\n \"paddingTop\": \"$amount:4\",\n \"paddingBottom\": \"$amount:4\"\n }\n },\n {\n \"canvas\": [\n {\n \"type\": \"rect\",\n \"x\": 76,\n \"y\": 20,\n \"w\": 182,\n \"h\": 30,\n \"r\": 7,\n \"lineWidth\": 1,\n \"color\": \"$secondaryColor:#374e6b\"\n }\n ]\n },\n {\n \"style\": \"subtotalsBalance\",\n \"table\": {\n \"widths\": [\"*\", \"35%\"],\n \"body\": \"$subtotalsBalance\"\n },\n \"layout\": {\n \"hLineWidth\": \"$none\",\n \"vLineWidth\": \"$none\",\n \"paddingLeft\": \"$amount:34\",\n \"paddingRight\": \"$amount:8\",\n \"paddingTop\": \"$amount:4\",\n \"paddingBottom\": \"$amount:4\"\n }\n }\n ]\n }\n ]\n },\n {\n \"stack\": [\n \"$invoiceDocuments\"\n ],\n \"style\": \"invoiceDocuments\"\n }\n ],\n \"footer\": {\n \"columns\": [\n {\n \"text\": \"$invoiceFooter\",\n \"alignment\": \"left\"\n }\n ],\n \"margin\": [40, -20, 40, 0]\n },\n \"defaultStyle\": {\n \"fontSize\": \"$fontSize\",\n \"margin\": [8, 4, 8, 4]\n },\n \"styles\": {\n \"primaryColor\":{\n \"color\": \"$primaryColor:#299CC2\"\n },\n \"accountName\": {\n \"bold\": true\n },\n \"accountDetails\": {\n \"color\": \"#AAA9A9\",\n \"margin\": [0,2,0,1]\n },\n \"accountAddress\": {\n \"color\": \"#AAA9A9\",\n \"margin\": [0,2,0,1]\n },\n \"even\": {\n \"fillColor\":\"#E8E8E8\"\n },\n \"odd\": {\n \"fillColor\":\"#F7F7F7\"\n },\n \"productKey\": {\n \"bold\": true\n },\n \"subtotalsBalanceDueLabel\": {\n \"fontSize\": \"$fontSizeLargest\",\n \"color\": \"#ffffff\",\n \"bold\": true\n },\n \"subtotalsBalanceDue\": {\n \"fontSize\": \"$fontSizeLargest\",\n \"bold\": true,\n \"color\":\"#ffffff\",\n \"alignment\":\"right\"\n },\n \"invoiceDetails\": {\n \"color\": \"#ffffff\"\n },\n \"tableHeader\": {\n \"color\": \"#ffffff\",\n \"fontSize\": \"$fontSizeLargest\",\n \"bold\": true\n },\n \"secondTableHeader\": {\n \"color\": \"$secondaryColor:#374e6b\"\n },\n \"costTableHeader\": {\n \"alignment\": \"right\"\n },\n \"qtyTableHeader\": {\n \"alignment\": \"right\"\n },\n \"taxTableHeader\": {\n \"alignment\": \"right\"\n },\n \"lineTotalTableHeader\": {\n \"alignment\": \"right\"\n },\n \"issuedTo\": {\n \"margin\": [0,2,0,1],\n \"bold\": true,\n \"color\": \"#374e6b\"\n },\n \"clientDetails\": {\n \"margin\": [0,2,0,1]\n },\n \"clientName\": {\n \"color\": \"$primaryColor:#eb792d\"\n },\n \"invoiceLineItemsTable\": {\n \"margin\": [0, 10, 0, 10]\n },\n \"invoiceDetailsValue\": {\n \"alignment\": \"right\"\n },\n \"cost\": {\n \"alignment\": \"right\"\n },\n \"quantity\": {\n \"alignment\": \"right\"\n },\n \"tax\": {\n \"alignment\": \"right\"\n },\n \"lineTotal\": {\n \"alignment\": \"right\"\n },\n \"subtotals\": {\n \"alignment\": \"right\"\n },\n \"subtotalsBalance\": {\n \"alignment\": \"right\",\n \"margin\": [0, -25, 0, 0]\n },\n \"termsLabel\": {\n \"bold\": true,\n \"margin\": [0, 0, 0, 4]\n },\n \"header\": {\n \"fontSize\": \"$fontSizeLargest\",\n \"bold\": true\n },\n \"subheader\": {\n \"fontSize\": \"$fontSizeLarger\"\n },\n \"help\": {\n \"fontSize\": \"$fontSizeSmaller\",\n \"color\": \"#737373\"\n }\n },\n \"pageMargins\": [40, 40, 40, 40]\n}\n'),(6,'Creative',NULL,'{\n \"content\": [\n {\n \"columns\": [\n {\n \"stack\": \"$clientDetails\"\n },\n {\n \"stack\": \"$accountDetails\"\n },\n {\n \"stack\": \"$accountAddress\"\n },\n {\n \"image\": \"$accountLogo\",\n \"fit\": [120, 80],\n \"alignment\": \"right\"\n }\n ],\n \"margin\": [0, 0, 0, 20]\n },\n {\n \"columns\": [\n {\"text\":\n [\n {\"text\": \"$entityTypeUC\", \"style\": \"header1\"},\n {\"text\": \" #\", \"style\": \"header2\"},\n {\"text\": \"$invoiceNumber\", \"style\":\"header2\"}\n ],\n \"width\": \"*\"\n },\n {\n \"width\":200,\n \"table\": {\n \"body\": \"$invoiceDetails\"\n },\n \"layout\": \"noBorders\",\n \"margin\": [16, 4, 0, 0]\n }\n ],\n \"margin\": [0, 0, 0, 20]\n },\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 0, \"y1\": 5, \"x2\": 515, \"y2\": 5, \"lineWidth\": 3,\"lineColor\":\"$primaryColor:#AE1E54\"}]},\n {\n \"style\": \"invoiceLineItemsTable\",\n \"table\": {\n \"headerRows\": 1,\n \"widths\": \"$invoiceLineItemColumns\",\n \"body\": \"$invoiceLineItems\"\n },\n \"layout\": {\n \"hLineWidth\": \"$none\",\n \"vLineWidth\": \"$none\",\n \"hLineColor\": \"$primaryColor:#E8E8E8\",\n \"paddingLeft\": \"$amount:8\",\n \"paddingRight\": \"$amount:8\",\n \"paddingTop\": \"$amount:8\",\n \"paddingBottom\": \"$amount:8\"\n }\n },\n {\n \"columns\": [\n \"$notesAndTerms\",\n {\n \"style\": \"subtotals\",\n \"table\": {\n \"widths\": [\"*\", \"40%\"],\n \"body\": \"$subtotalsWithoutBalance\"\n },\n \"layout\": {\n \"hLineWidth\": \"$none\",\n \"vLineWidth\": \"$none\",\n \"paddingLeft\": \"$amount:34\",\n \"paddingRight\": \"$amount:8\",\n \"paddingTop\": \"$amount:4\",\n \"paddingBottom\": \"$amount:4\"\n }\n }\n ]\n },\n {\n \"canvas\": [{ \"type\": \"line\", \"x1\": 0, \"y1\": 20, \"x2\": 515, \"y2\": 20, \"lineWidth\": 3,\"lineColor\":\"$primaryColor:#AE1E54\"}],\n \"margin\": [0, -8, 0, -8]\n },\n {\n \"text\": \"$balanceDueLabel\",\n \"style\": \"subtotalsBalanceDueLabel\"\n },\n {\n \"text\": \"$balanceDue\",\n \"style\": \"subtotalsBalanceDue\"\n },\n {\n \"stack\": [\n \"$invoiceDocuments\"\n ],\n \"style\": \"invoiceDocuments\"\n }\n ],\n \"footer\": {\n \"columns\": [\n {\n \"text\": \"$invoiceFooter\",\n \"alignment\": \"left\"\n }\n ],\n \"margin\": [40, -20, 40, 0]\n },\n \"defaultStyle\": {\n \"fontSize\": \"$fontSize\",\n \"margin\": [8, 4, 8, 4]\n },\n \"styles\": {\n \"primaryColor\":{\n \"color\": \"$primaryColor:#AE1E54\"\n },\n \"accountName\": {\n \"margin\": [4, 2, 4, 2],\n \"color\": \"$primaryColor:#AE1E54\",\n \"bold\": true\n },\n \"accountDetails\": {\n \"margin\": [4, 2, 4, 2]\n },\n \"accountAddress\": {\n \"margin\": [4, 2, 4, 2]\n },\n \"odd\": {\n \"fillColor\":\"#F4F4F4\"\n },\n \"productKey\": {\n \"bold\": true\n },\n \"subtotalsBalanceDueLabel\": {\n \"fontSize\": \"$fontSizeLargest\",\n \"margin\": [320,20,0,0]\n },\n \"subtotalsBalanceDue\": {\n \"fontSize\": \"$fontSizeLargest\",\n \"color\": \"$primaryColor:#AE1E54\",\n \"bold\": true,\n \"margin\":[0,-10,10,0],\n \"alignment\": \"right\"\n },\n \"invoiceDetailBalanceDue\": {\n \"bold\": true,\n \"color\": \"$primaryColor:#AE1E54\"\n },\n \"invoiceDetailBalanceDueLabel\": {\n \"bold\": true\n },\n \"tableHeader\": {\n \"bold\": true,\n \"color\": \"$primaryColor:#AE1E54\",\n \"fontSize\": \"$fontSizeLargest\"\n },\n \"costTableHeader\": {\n \"alignment\": \"right\"\n },\n \"qtyTableHeader\": {\n \"alignment\": \"right\"\n },\n \"taxTableHeader\": {\n \"alignment\": \"right\"\n },\n \"lineTotalTableHeader\": {\n \"alignment\": \"right\"\n },\n \"clientName\": {\n \"bold\": true\n },\n \"clientDetails\": {\n \"margin\": [0,2,0,1]\n },\n \"header1\": {\n \"bold\": true,\n \"margin\": [0, 30, 0, 16],\n \"fontSize\": 42\n },\n \"header2\": {\n \"margin\": [0, 30, 0, 16],\n \"fontSize\": 42,\n \"italics\": true,\n \"color\": \"$primaryColor:#AE1E54\"\n },\n \"invoiceLineItemsTable\": {\n \"margin\": [0, 4, 0, 16]\n },\n \"cost\": {\n \"alignment\": \"right\"\n },\n \"quantity\": {\n \"alignment\": \"right\"\n },\n \"tax\": {\n \"alignment\": \"right\"\n },\n \"lineTotal\": {\n \"alignment\": \"right\"\n },\n \"subtotals\": {\n \"alignment\": \"right\"\n },\n \"termsLabel\": {\n \"bold\": true,\n \"margin\": [0, 0, 0, 4]\n },\n \"header\": {\n \"fontSize\": \"$fontSizeLargest\",\n \"bold\": true\n },\n \"subheader\": {\n \"fontSize\": \"$fontSizeLarger\"\n },\n \"help\": {\n \"fontSize\": \"$fontSizeSmaller\",\n \"color\": \"#737373\"\n }\n },\n \"pageMargins\": [40, 40, 40, 40]\n}\n'),(7,'Elegant',NULL,'{\n \"content\": [\n {\n \"image\": \"$accountLogo\",\n \"fit\": [120, 80],\n \"alignment\": \"center\",\n \"margin\": [0, 0, 0, 30]\n },\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 0, \"y1\": 5, \"x2\": 515, \"y2\": 5, \"lineWidth\": 2}]},\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 0, \"y1\": 3, \"x2\": 515, \"y2\": 3, \"lineWidth\": 1}]},\n {\n \"columns\": [\n {\n \"width\": 120,\n \"stack\": [\n {\"text\": \"$invoiceToLabel\", \"style\": \"header\", \"margin\": [0, 0, 0, 6]},\n \"$clientDetails\"\n ]\n },\n {\n \"width\": 10,\n \"canvas\": [{ \"type\": \"line\", \"x1\": -2, \"y1\": 18, \"x2\": -2, \"y2\": 80, \"lineWidth\": 1,\"dash\": { \"length\": 2 }}]\n },\n {\n \"width\": 120,\n \"stack\": \"$accountDetails\",\n \"margin\": [0, 20, 0, 0]\n },\n {\n \"width\": 110,\n \"stack\": \"$accountAddress\",\n \"margin\": [0, 20, 0, 0]\n },\n {\n \"stack\": [\n {\"text\": \"$detailsLabel\", \"style\": \"header\", \"margin\": [0, 0, 0, 6]},\n {\n \"width\":180,\n \"table\": {\n \"body\": \"$invoiceDetails\"\n },\n \"layout\": \"noBorders\"\n }\n ]\n }],\n \"margin\": [0, 20, 0, 0]\n },\n {\n \"style\": \"invoiceLineItemsTable\",\n \"table\": {\n \"headerRows\": 1,\n \"widths\": \"$invoiceLineItemColumns\",\n \"body\": \"$invoiceLineItems\"\n },\n \"layout\": {\n \"hLineWidth\": \"$notFirst:.5\",\n \"vLineWidth\": \"$none\",\n \"paddingLeft\": \"$amount:8\",\n \"paddingRight\": \"$amount:8\",\n \"paddingTop\": \"$amount:12\",\n \"paddingBottom\": \"$amount:12\"\n }\n },\n {\n \"columns\": [\n \"$notesAndTerms\",\n {\n \"style\": \"subtotals\",\n \"table\": {\n \"widths\": [\"*\", \"40%\"],\n \"body\": \"$subtotalsWithoutBalance\"\n },\n \"layout\": {\n \"hLineWidth\": \"$none\",\n \"vLineWidth\": \"$none\",\n \"paddingLeft\": \"$amount:34\",\n \"paddingRight\": \"$amount:8\",\n \"paddingTop\": \"$amount:4\",\n \"paddingBottom\": \"$amount:4\"\n }\n }\n ]\n },\n {\n \"canvas\": [{ \"type\": \"line\", \"x1\": 270, \"y1\": 20, \"x2\": 515, \"y2\": 20, \"lineWidth\": 1,\"dash\": { \"length\": 2 }}]\n },\n {\n \"text\": \"$balanceDueLabel\",\n \"style\": \"subtotalsBalanceDueLabel\"\n },\n {\n \"text\": \"$balanceDue\",\n \"style\": \"subtotalsBalanceDue\"\n },\n {\n \"canvas\": [{ \"type\": \"line\", \"x1\": 270, \"y1\": 20, \"x2\": 515, \"y2\": 20, \"lineWidth\": 1,\"dash\": { \"length\": 2 }}]\n },\n {\n \"stack\": [\n \"$invoiceDocuments\"\n ],\n \"style\": \"invoiceDocuments\"\n }],\n \"footer\": [\n {\n \"columns\": [\n {\n \"text\": \"$invoiceFooter\",\n \"alignment\": \"left\"\n }\n ],\n \"margin\": [40, -20, 40, 0]\n },\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 35, \"y1\": 5, \"x2\": 555, \"y2\": 5, \"lineWidth\": 2,\"margin\": [30,0,0,0]}]},\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 35, \"y1\": 3, \"x2\": 555, \"y2\": 3, \"lineWidth\": 1,\"margin\": [30,0,0,0]}]}\n ],\n \"defaultStyle\": {\n \"fontSize\": \"$fontSize\",\n \"margin\": [8, 4, 8, 4]\n },\n \"styles\": {\n \"accountDetails\": {\n \"margin\": [0, 2, 0, 1]\n },\n \"clientDetails\": {\n \"margin\": [0, 2, 0, 1]\n },\n \"accountAddress\": {\n \"margin\": [0, 2, 0, 1]\n },\n \"clientName\": {\n \"bold\": true\n },\n \"accountName\": {\n \"bold\": true\n },\n \"odd\": {\n },\n \"subtotalsBalanceDueLabel\": {\n \"fontSize\": \"$fontSizeLargest\",\n \"color\": \"$primaryColor:#5a7b61\",\n \"margin\": [320,20,0,0]\n },\n \"subtotalsBalanceDue\": {\n \"fontSize\": \"$fontSizeLargest\",\n \"color\": \"$primaryColor:#5a7b61\",\n \"style\": true,\n \"margin\":[0,-14,8,0],\n \"alignment\":\"right\"\n },\n \"invoiceDetailBalanceDue\": {\n \"color\": \"$primaryColor:#5a7b61\",\n \"bold\": true\n },\n \"header\": {\n \"fontSize\": 14,\n \"bold\": true\n },\n \"tableHeader\": {\n \"bold\": true,\n \"color\": \"$primaryColor:#5a7b61\",\n \"fontSize\": \"$fontSizeLargest\"\n },\n \"costTableHeader\": {\n \"alignment\": \"right\"\n },\n \"qtyTableHeader\": {\n \"alignment\": \"right\"\n },\n \"taxTableHeader\": {\n \"alignment\": \"right\"\n },\n \"lineTotalTableHeader\": {\n \"alignment\": \"right\"\n },\n \"invoiceLineItemsTable\": {\n \"margin\": [0, 40, 0, 16]\n },\n \"cost\": {\n \"alignment\": \"right\"\n },\n \"quantity\": {\n \"alignment\": \"right\"\n },\n \"tax\": {\n \"alignment\": \"right\"\n },\n \"lineTotal\": {\n \"alignment\": \"right\"\n },\n \"subtotals\": {\n \"alignment\": \"right\"\n },\n \"termsLabel\": {\n \"bold\": true,\n \"margin\": [0, 0, 0, 4]\n },\n \"header\": {\n \"fontSize\": \"$fontSizeLargest\",\n \"bold\": true\n },\n \"subheader\": {\n \"fontSize\": \"$fontSizeLarger\"\n },\n \"help\": {\n \"fontSize\": \"$fontSizeSmaller\",\n \"color\": \"#737373\"\n }\n },\n \"pageMargins\": [40, 40, 40, 40]\n}\n'),(8,'Hipster',NULL,'{\n \"content\": [\n {\n \"columns\": [\n {\n \"width\":10,\n \"canvas\": [{ \"type\": \"line\", \"x1\": 0, \"y1\": 0, \"x2\": 0, \"y2\": 75, \"lineWidth\": 0.5}]\n },\n {\n \"width\":120,\n \"stack\": [\n {\"text\": \"$fromLabelUC\", \"style\": \"fromLabel\"}, \n \"$accountDetails\" \n ]\n },\n {\n \"width\":120,\n \"stack\": [\n {\"text\": \" \"},\n \"$accountAddress\"\n ],\n \"margin\": [10, 0, 0, 16]\n },\n {\n \"width\":10,\n \"canvas\": [{ \"type\": \"line\", \"x1\": 0, \"y1\": 0, \"x2\": 0, \"y2\": 75, \"lineWidth\": 0.5}]\n },\n {\n \"stack\": [\n {\"text\": \"$toLabelUC\", \"style\": \"toLabel\"}, \n \"$clientDetails\"\n ]\n },\n [\n {\n \"image\": \"$accountLogo\",\n \"fit\": [120, 80]\n }\n ]\n ]\n },\n {\n \"text\": \"$entityTypeUC\",\n \"margin\": [0, 4, 0, 8],\n \"bold\": \"true\",\n \"fontSize\": 42\n },\n {\n \"columnGap\": 16,\n \"columns\": [\n {\n \"width\":\"auto\",\n \"text\": [\"$invoiceNoLabel\",\" \",\"$invoiceNumberValue\"],\n \"bold\": true,\n \"color\":\"$primaryColor:#bc9f2b\",\n \"fontSize\":10\n },\n {\n \"width\":\"auto\",\n \"text\": [\"$invoiceDateLabel\",\" \",\"$invoiceDateValue\"],\n \"fontSize\":10\n },\n {\n \"width\":\"auto\",\n \"text\": [\"$dueDateLabel?\",\" \",\"$dueDateValue\"],\n \"fontSize\":10\n },\n {\n \"width\":\"*\",\n \"text\": [\"$balanceDueLabel\",\" \",{\"text\":\"$balanceDue\", \"bold\":true, \"color\":\"$primaryColor:#bc9f2b\"}],\n \"fontSize\":10\n }\n ]\n },\n {\n \"margin\": [0, 26, 0, 0],\n \"style\": \"invoiceLineItemsTable\",\n \"table\": {\n \"headerRows\": 1,\n \"widths\": \"$invoiceLineItemColumns\",\n \"body\": \"$invoiceLineItems\"\n },\n \"layout\": {\n \"hLineWidth\": \"$none\",\n \"vLineWidth\": \"$amount:.5\",\n \"paddingLeft\": \"$amount:8\", \n \"paddingRight\": \"$amount:8\", \n \"paddingTop\": \"$amount:8\", \n \"paddingBottom\": \"$amount:8\" \n }\n },\n {\n \"columns\": [\n {\n \"stack\": \"$notesAndTerms\",\n \"width\": \"*\",\n \"margin\": [0, 12, 0, 0]\n },\n {\n \"width\": 200,\n \"style\": \"subtotals\",\n \"table\": {\n \"widths\": [\"*\", \"36%\"],\n \"body\": \"$subtotals\"\n },\n \"layout\": {\n \"hLineWidth\": \"$none\",\n \"vLineWidth\": \"$notFirst:.5\",\n \"paddingLeft\": \"$amount:8\", \n \"paddingRight\": \"$amount:8\", \n \"paddingTop\": \"$amount:12\", \n \"paddingBottom\": \"$amount:4\" \n }\n }\n ]\n },\n {\n \"stack\": [\n \"$invoiceDocuments\"\n ],\n \"style\": \"invoiceDocuments\"\n }\n ],\n \"footer\": {\n \"columns\": [\n {\n \"text\": \"$invoiceFooter\",\n \"alignment\": \"left\"\n }\n ],\n \"margin\": [40, -20, 40, 0]\n },\n \"defaultStyle\": {\n \"fontSize\": \"$fontSize\",\n \"margin\": [8, 4, 8, 4]\n },\n \"styles\": {\n \"accountName\": {\n \"bold\": true\n },\n \"clientName\": {\n \"bold\": true\n },\n \"subtotalsBalanceDueLabel\": {\n \"fontSize\": \"$fontSizeLargest\",\n \"bold\": true\n },\n \"subtotalsBalanceDue\": {\n \"fontSize\": \"$fontSizeLargest\",\n \"color\": \"$primaryColor:#bc9f2b\",\n \"bold\": true\n },\n \"tableHeader\": {\n \"bold\": true,\n \"fontSize\": \"$fontSizeLargest\"\n },\n \"costTableHeader\": {\n \"alignment\": \"right\"\n },\n \"qtyTableHeader\": {\n \"alignment\": \"right\"\n },\n \"taxTableHeader\": {\n \"alignment\": \"right\"\n },\n \"lineTotalTableHeader\": {\n \"alignment\": \"right\"\n }, \n \"fromLabel\": {\n \"color\": \"$primaryColor:#bc9f2b\",\n \"bold\": true \n },\n \"toLabel\": {\n \"color\": \"$primaryColor:#bc9f2b\",\n \"bold\": true \n },\n \"accountDetails\": {\n \"margin\": [0, 2, 0, 1]\n },\n \"accountAddress\": {\n \"margin\": [0, 2, 0, 1]\n },\n \"clientDetails\": {\n \"margin\": [0, 2, 0, 1]\n },\n \"cost\": {\n \"alignment\": \"right\"\n },\n \"quantity\": {\n \"alignment\": \"right\"\n },\n \"tax\": {\n \"alignment\": \"right\"\n },\n \"lineTotal\": {\n \"alignment\": \"right\"\n },\n \"subtotals\": {\n \"alignment\": \"right\"\n }, \n \"termsLabel\": {\n \"bold\": true,\n \"margin\": [0, 16, 0, 4]\n },\n \"header\": {\n \"fontSize\": \"$fontSizeLargest\",\n \"bold\": true\n },\n \"subheader\": {\n \"fontSize\": \"$fontSizeLarger\"\n },\n \"help\": {\n \"fontSize\": \"$fontSizeSmaller\",\n \"color\": \"#737373\"\n }\n },\n \"pageMargins\": [40, 40, 40, 40]\n}\n'),(9,'Playful',NULL,'{\n \"content\": [\n {\n \"columns\": [\n {\n \"image\": \"$accountLogo\",\n \"fit\": [120, 80]\n },\n {\"canvas\": [{ \"type\": \"rect\", \"x\": 0, \"y\": 0, \"w\": 190, \"h\": \"$invoiceDetailsHeight\",\"r\":5, \"lineWidth\": 1,\"color\":\"$primaryColor:#009d91\"}],\"width\":10,\"margin\":[200,0,0,0]},\n {\n \"width\":400,\n \"table\": { \n \"body\": \"$invoiceDetails\"\n },\n \"layout\": \"noBorders\",\n \"margin\": [210, 10, 10, 0]\n }\n ] \n },\n {\n \"margin\": [0, 18, 0, 0],\n \"columnGap\": 50,\n \"columns\": [\n {\n \"width\": 212,\n \"stack\": [\n {\"text\": \"$invoiceToLabel:\", \"style\": \"toLabel\"},\n {\n \"canvas\": [{ \"type\": \"line\", \"x1\": 0, \"y1\": 4, \"x2\": 150, \"y2\": 4, \"lineWidth\": 1,\"dash\": { \"length\": 3 },\"lineColor\":\"$primaryColor:#009d91\"}],\n \"margin\": [0, 0, 0, 4]\n },\n \"$clientDetails\",\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 0, \"y1\": 9, \"x2\": 150, \"y2\": 9, \"lineWidth\": 1,\"dash\": { \"length\": 3 },\"lineColor\":\"$primaryColor:#009d91\"}]}\n ]\n },\n {\n \"width\": \"*\",\n \"stack\": [\n {\"text\": \"$fromLabel:\", \"style\": \"fromLabel\"},\n {\n \"canvas\": [{ \"type\": \"line\", \"x1\": 0, \"y1\": 4, \"x2\": 250, \"y2\": 4, \"lineWidth\": 1,\"dash\": { \"length\": 3 },\"lineColor\":\"$primaryColor:#009d91\"}],\n \"margin\": [0, 0, 0, 4]\n },\n {\"columns\":[\n \"$accountDetails\",\n \"$accountAddress\" \n ], \"columnGap\": 4}, \n {\"canvas\": [{ \"type\": \"line\", \"x1\": 0, \"y1\": 9, \"x2\": 250, \"y2\": 9, \"lineWidth\": 1,\"dash\": { \"length\": 3 },\"lineColor\":\"$primaryColor:#009d91\"}]}\n ]\n }\n ]\n },\n {\"canvas\": [{ \"type\": \"rect\", \"x\": 0, \"y\": 0, \"w\": 515, \"h\": 35,\"r\":6, \"lineWidth\": 1,\"color\":\"$primaryColor:#009d91\"}],\"width\":10,\"margin\":[0,30,0,-30]},\n {\n \"style\": \"invoiceLineItemsTable\",\n \"table\": {\n \"headerRows\": 1,\n \"widths\": \"$invoiceLineItemColumns\",\n \"body\": \"$invoiceLineItems\"\n },\n \"layout\": {\n \"hLineWidth\": \"$notFirst:.5\",\n \"vLineWidth\": \"$none\",\n \"hLineColor\": \"$primaryColor:#009d91\",\n \"paddingLeft\": \"$amount:8\", \n \"paddingRight\": \"$amount:8\", \n \"paddingTop\": \"$amount:8\", \n \"paddingBottom\": \"$amount:8\"\n }\n }, \n {\n \"columns\": [\n \"$notesAndTerms\",\n {\n \"stack\": [\n {\n \"style\": \"subtotals\",\n \"table\": {\n \"widths\": [\"*\", \"35%\"],\n \"body\": \"$subtotalsWithoutBalance\"\n },\n \"layout\": {\n \"hLineWidth\": \"$none\",\n \"vLineWidth\": \"$none\",\n \"paddingLeft\": \"$amount:34\",\n \"paddingRight\": \"$amount:8\",\n \"paddingTop\": \"$amount:4\",\n \"paddingBottom\": \"$amount:4\"\n }\n },\n {\n \"canvas\": [\n {\n \"type\": \"rect\",\n \"x\": 76,\n \"y\": 20,\n \"w\": 182,\n \"h\": 30,\n \"r\": 4,\n \"lineWidth\": 1,\n \"color\": \"$primaryColor:#009d91\"\n }\n ]\n },\n {\n \"style\": \"subtotalsBalance\",\n \"table\": {\n \"widths\": [\"*\", \"35%\"],\n \"body\": \"$subtotalsBalance\"\n },\n \"layout\": {\n \"hLineWidth\": \"$none\",\n \"vLineWidth\": \"$none\",\n \"paddingLeft\": \"$amount:34\",\n \"paddingRight\": \"$amount:8\",\n \"paddingTop\": \"$amount:4\",\n \"paddingBottom\": \"$amount:4\"\n }\n }\n ]\n }\n ]\n }, \n {\n \"stack\": [\n \"$invoiceDocuments\"\n ],\n \"style\": \"invoiceDocuments\"\n }\n], \n \"footer\": [\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 0, \"y1\": 38, \"x2\": 68, \"y2\": 38, \"lineWidth\": 6,\"lineColor\":\"#009d91\"}]},\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 68, \"y1\": 0, \"x2\": 135, \"y2\": 0, \"lineWidth\": 6,\"lineColor\":\"#1d766f\"}]},\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 135, \"y1\": 0, \"x2\": 201, \"y2\": 0, \"lineWidth\": 6,\"lineColor\":\"#ffb800\"}]},\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 201, \"y1\": 0, \"x2\": 267, \"y2\": 0, \"lineWidth\": 6,\"lineColor\":\"#bf9730\"}]},\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 267, \"y1\": 0, \"x2\": 333, \"y2\": 0, \"lineWidth\": 6,\"lineColor\":\"#ac2b50\"}]},\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 333, \"y1\": 0, \"x2\": 399, \"y2\": 0, \"lineWidth\": 6,\"lineColor\":\"#e60042\"}]},\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 399, \"y1\": 0, \"x2\": 465, \"y2\": 0, \"lineWidth\": 6,\"lineColor\":\"#ffb800\"}]},\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 465, \"y1\": 0, \"x2\": 532, \"y2\": 0, \"lineWidth\": 6,\"lineColor\":\"#009d91\"}]},\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 532, \"y1\": 0, \"x2\": 600, \"y2\": 0, \"lineWidth\": 6,\"lineColor\":\"#ac2b50\"}]},\n {\n \"text\": \"$invoiceFooter\",\n \"alignment\": \"left\",\n \"margin\": [40, -60, 40, 0]\n }\n ],\n \"header\": [\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 0, \"y1\": 0, \"x2\": 68, \"y2\": 0, \"lineWidth\": 9,\"lineColor\":\"#009d91\"}]},\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 68, \"y1\": 0, \"x2\": 135, \"y2\": 0, \"lineWidth\": 9,\"lineColor\":\"#1d766f\"}]},\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 135, \"y1\": 0, \"x2\": 201, \"y2\": 0, \"lineWidth\": 9,\"lineColor\":\"#ffb800\"}]},\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 201, \"y1\": 0, \"x2\": 267, \"y2\": 0, \"lineWidth\": 9,\"lineColor\":\"#bf9730\"}]},\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 267, \"y1\": 0, \"x2\": 333, \"y2\": 0, \"lineWidth\": 9,\"lineColor\":\"#ac2b50\"}]},\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 333, \"y1\": 0, \"x2\": 399, \"y2\": 0, \"lineWidth\": 9,\"lineColor\":\"#e60042\"}]},\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 399, \"y1\": 0, \"x2\": 465, \"y2\": 0, \"lineWidth\": 9,\"lineColor\":\"#ffb800\"}]},\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 465, \"y1\": 0, \"x2\": 532, \"y2\": 0, \"lineWidth\": 9,\"lineColor\":\"#009d91\"}]},\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 532, \"y1\": 0, \"x2\": 600, \"y2\": 0, \"lineWidth\": 9,\"lineColor\":\"#ac2b50\"}]}\n ],\n \"defaultStyle\": {\n \"fontSize\": \"$fontSize\",\n \"margin\": [8, 4, 8, 4]\n },\n \"styles\": {\n \"accountName\": {\n \"color\": \"$secondaryColor:#bb3328\"\n },\n \"accountDetails\": {\n \"margin\": [0, 2, 0, 1]\n },\n \"accountAddress\": {\n \"margin\": [0, 2, 0, 1]\n },\n \"clientDetails\": {\n \"margin\": [0, 2, 0, 1]\n },\n \"clientName\": {\n \"color\": \"$secondaryColor:#bb3328\"\n },\n \"even\": {\n \"fillColor\":\"#E8E8E8\"\n },\n \"odd\": {\n \"fillColor\":\"#F7F7F7\"\n },\n \"productKey\": {\n \"color\": \"$secondaryColor:#bb3328\"\n },\n \"lineTotal\": {\n \"bold\": true\n },\n \"tableHeader\": {\n \"bold\": true,\n \"fontSize\": \"$fontSizeLargest\",\n \"color\": \"#FFFFFF\"\n },\n \"secondTableHeader\": {\n \"color\": \"$primaryColor:#009d91\"\n },\n \"costTableHeader\": {\n \"alignment\": \"right\"\n },\n \"qtyTableHeader\": {\n \"alignment\": \"right\"\n },\n \"lineTotalTableHeader\": {\n \"alignment\": \"right\"\n }, \n \"subtotalsBalanceDueLabel\": {\n \"fontSize\": \"$fontSizeLargest\",\n \"color\":\"#FFFFFF\",\n \"bold\": true\n },\n \"subtotalsBalanceDue\": {\n \"fontSize\": \"$fontSizeLargest\",\n \"bold\": true,\n \"color\":\"#FFFFFF\",\n \"alignment\":\"right\"\n },\n \"invoiceDetails\": {\n \"color\": \"#FFFFFF\"\n },\n \"invoiceLineItemsTable\": {\n \"margin\": [0, 0, 0, 16]\n },\n \"invoiceDetailBalanceDueLabel\": {\n \"bold\": true\n },\n \"invoiceDetailBalanceDue\": {\n \"bold\": true\n },\n \"fromLabel\": {\n \"color\": \"$primaryColor:#009d91\"\n },\n \"toLabel\": {\n \"color\": \"$primaryColor:#009d91\"\n },\n \"cost\": {\n \"alignment\": \"right\"\n },\n \"quantity\": {\n \"alignment\": \"right\"\n },\n \"tax\": {\n \"alignment\": \"right\"\n },\n \"lineTotal\": {\n \"alignment\": \"right\"\n },\n \"subtotals\": {\n \"alignment\": \"right\"\n }, \n \"subtotalsBalance\": {\n \"alignment\": \"right\",\n \"margin\": [0, -25, 0, 0]\n }, \n \"termsLabel\": {\n \"bold\": true,\n \"margin\": [0, 0, 0, 4]\n },\n \"header\": {\n \"fontSize\": \"$fontSizeLargest\",\n \"bold\": true\n },\n \"subheader\": {\n \"fontSize\": \"$fontSizeLarger\"\n },\n \"help\": {\n \"fontSize\": \"$fontSizeSmaller\",\n \"color\": \"#737373\"\n }\n },\n \"pageMargins\": [40, 40, 40, 40]\n}\n'),(10,'Photo',NULL,'{\n \"content\": [\n {\n \"columns\": [\n {\n \"image\": \"$accountLogo\",\n \"fit\": [120, 80]\n },\n {\n \"text\": \"\",\n \"width\": \"*\"\n },\n {\n \"width\":180,\n \"table\": { \n \"body\": \"$invoiceDetails\"\n },\n \"layout\": \"noBorders\"\n }]\n },\n {\n \"image\": \"data:image/jpeg;base64,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\",\n \"margin\": [-40, 16, 0, 0],\n \"width\": 595\n },\n {\n \"margin\": [-20, -150, 0, 0],\n \"columnGap\": 8,\n \"columns\": [\n {\n \"width\": \"auto\",\n \"text\": \"$toLabel:\",\n \"style\": \"bold\",\n \"color\":\"#cd5138\"\n },\n {\n \"width\": \"*\",\n \"stack\": \"$clientDetails\",\n \"margin\": [4, 0, 0, 0]\n }\n ]\n },\n {\n \"margin\": [-20, 10, 0, 140],\n \"columnGap\": 8,\n \"columns\": [\n {\n \"width\": \"auto\",\n \"text\": \"$fromLabel:\",\n \"style\": \"bold\",\n \"color\":\"#cd5138\"\n },\n {\n \"width\": \"*\",\n \"stack\": [\n {\n \"width\": 150,\n \"stack\": \"$accountDetails\"\n },\n {\n \"width\": 150,\n \"stack\": \"$accountAddress\"\n }\n ]\n }\n ]\n },\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 0, \"y1\": 5, \"x2\": 515, \"y2\": 5, \"lineWidth\": 1.5}],\"margin\":[0,0,0,-30]},\n {\n \"style\": \"invoiceLineItemsTable\",\n \"table\": {\n \"headerRows\": 1,\n \"widths\": \"$invoiceLineItemColumns\",\n \"body\": \"$invoiceLineItems\"\n },\n \"layout\": {\n \"hLineWidth\": \"$notFirst:.5\",\n \"vLineWidth\": \"$none\",\n \"hLineColor\": \"#000000\",\n \"paddingLeft\": \"$amount:8\", \n \"paddingRight\": \"$amount:8\", \n \"paddingTop\": \"$amount:10\", \n \"paddingBottom\": \"$amount:10\" \n }\n },\n {\n \"columns\": [\n \"$notesAndTerms\",\n {\n \"alignment\": \"right\",\n \"table\": {\n \"widths\": [\"*\", \"40%\"],\n \"body\": \"$subtotals\"\n },\n \"layout\": {\n \"hLineWidth\": \"$none\",\n \"vLineWidth\": \"$none\",\n \"paddingLeft\": \"$amount:34\", \n \"paddingRight\": \"$amount:8\", \n \"paddingTop\": \"$amount:4\", \n \"paddingBottom\": \"$amount:4\" \n }\n }]\n },\n {\n \"stack\": [\n \"$invoiceDocuments\"\n ],\n \"style\": \"invoiceDocuments\"\n }\n ],\n \"defaultStyle\": {\n \"fontSize\": \"$fontSize\",\n \"margin\": [8, 4, 8, 4]\n },\n \"footer\": {\n \"columns\": [\n {\n \"text\": \"$invoiceFooter\",\n \"alignment\": \"left\"\n }\n ],\n \"margin\": [40, -20, 40, 0]\n },\n \"styles\": {\n \"accountDetails\": {\n \"margin\": [0, 0, 0, 3]\n },\n \"accountAddress\": {\n \"margin\": [0, 0, 0, 3]\n },\n \"clientDetails\": {\n \"margin\": [0, 0, 0, 3]\n },\n \"productKey\": {\n \"color\": \"$primaryColor:#cd5138\"\n },\n \"lineTotal\": {\n \"color\": \"$primaryColor:#cd5138\"\n },\n \"tableHeader\": {\n \"bold\": true,\n \"fontSize\": \"$fontSizeLarger\"\n },\n \"subtotalsBalanceDueLabel\": {\n \"fontSize\": \"$fontSizeLargest\"\n },\n \"subtotalsBalanceDue\": {\n \"fontSize\": \"$fontSizeLargest\",\n \"color\": \"$primaryColor:#cd5138\"\n },\n \"invoiceLineItemsTable\": {\n \"margin\": [0, 0, 0, 16]\n },\n \"cost\": {\n \"alignment\": \"right\"\n },\n \"quantity\": {\n \"alignment\": \"right\"\n },\n \"tax\": {\n \"alignment\": \"right\"\n },\n \"lineTotal\": {\n \"alignment\": \"right\"\n },\n \"termsLabel\": {\n \"bold\": true,\n \"margin\": [0, 0, 0, 4]\n },\n \"header\": {\n \"fontSize\": \"$fontSizeLargest\",\n \"bold\": true\n },\n \"help\": {\n \"fontSize\": \"$fontSizeSmaller\",\n \"color\": \"#737373\"\n }\n },\n \"pageMargins\": [40, 30, 40, 30]\n}\n'),(11,'Custom1',NULL,NULL),(12,'Custom2',NULL,NULL),(13,'Custom3',NULL,NULL); +INSERT INTO `invoice_designs` VALUES (1,'Clean','var GlobalY=0;//Y position of line at current page\n\n var client = invoice.client;\n var account = invoice.account;\n var currencyId = client.currency_id;\n\n layout.headerRight = 550;\n layout.rowHeight = 15;\n\n doc.setFontSize(9);\n\n if (invoice.image)\n {\n var left = layout.headerRight - invoice.imageWidth;\n doc.addImage(invoice.image, \'JPEG\', layout.marginLeft, 30);\n }\n \n if (!invoice.is_pro && logoImages.imageLogo1)\n {\n pageHeight=820;\n y=pageHeight-logoImages.imageLogoHeight1;\n doc.addImage(logoImages.imageLogo1, \'JPEG\', layout.marginLeft, y, logoImages.imageLogoWidth1, logoImages.imageLogoHeight1);\n }\n\n doc.setFontSize(9);\n SetPdfColor(\'LightBlue\', doc, \'primary\');\n displayAccount(doc, invoice, 220, layout.accountTop, layout);\n\n SetPdfColor(\'LightBlue\', doc, \'primary\');\n doc.setFontSize(\'11\');\n doc.text(50, layout.headerTop, (invoice.is_quote ? invoiceLabels.quote : invoiceLabels.invoice).toUpperCase());\n\n\n SetPdfColor(\'Black\',doc); //set black color\n doc.setFontSize(9);\n\n var invoiceHeight = displayInvoice(doc, invoice, 50, 170, layout);\n var clientHeight = displayClient(doc, invoice, 220, 170, layout);\n var detailsHeight = Math.max(invoiceHeight, clientHeight);\n layout.tableTop = Math.max(layout.tableTop, layout.headerTop + detailsHeight + (3 * layout.rowHeight));\n \n doc.setLineWidth(0.3); \n doc.setDrawColor(200,200,200);\n doc.line(layout.marginLeft - layout.tablePadding, layout.headerTop + 6, layout.marginRight + layout.tablePadding, layout.headerTop + 6);\n doc.line(layout.marginLeft - layout.tablePadding, layout.headerTop + detailsHeight + 14, layout.marginRight + layout.tablePadding, layout.headerTop + detailsHeight + 14);\n\n doc.setFontSize(10);\n doc.setFontType(\'bold\');\n displayInvoiceHeader(doc, invoice, layout);\n var y = displayInvoiceItems(doc, invoice, layout);\n\n doc.setFontSize(9);\n doc.setFontType(\'bold\');\n\n GlobalY=GlobalY+25;\n\n\n doc.setLineWidth(0.3);\n doc.setDrawColor(241,241,241);\n doc.setFillColor(241,241,241);\n var x1 = layout.marginLeft - 12;\n var y1 = GlobalY-layout.tablePadding;\n\n var w2 = 510 + 24;\n var h2 = doc.internal.getFontSize()*3+layout.tablePadding*2;\n\n if (invoice.discount) {\n h2 += doc.internal.getFontSize()*2;\n }\n if (invoice.tax_amount) {\n h2 += doc.internal.getFontSize()*2;\n }\n\n //doc.rect(x1, y1, w2, h2, \'FD\');\n\n doc.setFontSize(9);\n displayNotesAndTerms(doc, layout, invoice, y);\n y += displaySubtotals(doc, layout, invoice, y, layout.unitCostRight);\n\n\n doc.setFontSize(10);\n Msg = invoice.is_quote ? invoiceLabels.total : invoiceLabels.balance_due;\n var TmpMsgX = layout.unitCostRight-(doc.getStringUnitWidth(Msg) * doc.internal.getFontSize());\n \n doc.text(TmpMsgX, y, Msg);\n\n SetPdfColor(\'LightBlue\', doc, \'primary\');\n AmountText = formatMoney(invoice.balance_amount, currencyId);\n headerLeft=layout.headerRight+400;\n var AmountX = layout.lineTotalRight - (doc.getStringUnitWidth(AmountText) * doc.internal.getFontSize());\n doc.text(AmountX, y, AmountText);','{\n \"content\": [{\n \"columns\": [\n {\n \"image\": \"$accountLogo\",\n \"fit\": [120, 80]\n },\n {\n \"stack\": \"$accountDetails\",\n \"margin\": [7, 0, 0, 0]\n },\n {\n \"stack\": \"$accountAddress\"\n }\n ]\n },\n {\n \"text\": \"$entityTypeUC\",\n \"margin\": [8, 30, 8, 5],\n \"style\": \"entityTypeLabel\"\n \n },\n {\n \"table\": {\n \"headerRows\": 1,\n \"widths\": [\"auto\", \"auto\", \"*\"],\n \"body\": [\n [\n {\n \"table\": { \n \"body\": \"$invoiceDetails\"\n },\n \"margin\": [0, 0, 12, 0],\n \"layout\": \"noBorders\"\n }, \n {\n \"stack\": \"$clientDetails\"\n },\n {\n \"text\": \"\"\n }\n ]\n ]\n },\n \"layout\": {\n \"hLineWidth\": \"$firstAndLast:.5\",\n \"vLineWidth\": \"$none\",\n \"hLineColor\": \"#D8D8D8\",\n \"paddingLeft\": \"$amount:8\", \n \"paddingRight\": \"$amount:8\", \n \"paddingTop\": \"$amount:6\", \n \"paddingBottom\": \"$amount:6\"\n }\n },\n {\n \"style\": \"invoiceLineItemsTable\",\n \"table\": {\n \"headerRows\": 1,\n \"widths\": \"$invoiceLineItemColumns\",\n \"body\": \"$invoiceLineItems\"\n },\n \"layout\": {\n \"hLineWidth\": \"$notFirst:.5\",\n \"vLineWidth\": \"$none\",\n \"hLineColor\": \"#D8D8D8\",\n \"paddingLeft\": \"$amount:8\", \n \"paddingRight\": \"$amount:8\", \n \"paddingTop\": \"$amount:14\", \n \"paddingBottom\": \"$amount:14\" \n }\n },\n {\n \"columns\": [ \n \"$notesAndTerms\",\n {\n \"table\": {\n \"widths\": [\"*\", \"40%\"],\n \"body\": \"$subtotals\"\n },\n \"layout\": {\n \"hLineWidth\": \"$none\",\n \"vLineWidth\": \"$none\",\n \"paddingLeft\": \"$amount:34\", \n \"paddingRight\": \"$amount:8\", \n \"paddingTop\": \"$amount:4\", \n \"paddingBottom\": \"$amount:4\" \n }\n }\n ]\n },\n {\n \"stack\": [\n \"$invoiceDocuments\"\n ],\n \"style\": \"invoiceDocuments\"\n }\n ],\n \"defaultStyle\": {\n \"font\": \"$bodyFont\",\n \"fontSize\": \"$fontSize\",\n \"margin\": [8, 4, 8, 4]\n },\n \"footer\": {\n \"columns\": [\n {\n \"text\": \"$invoiceFooter\",\n \"alignment\": \"left\"\n }\n ],\n \"margin\": [40, -20, 40, 0]\n },\n \"styles\": {\n \"entityTypeLabel\": {\n \"font\": \"$headerFont\",\n \"fontSize\": \"$fontSizeLargest\",\n \"color\": \"$primaryColor:#37a3c6\"\n },\n \"primaryColor\":{\n \"color\": \"$primaryColor:#37a3c6\"\n },\n \"accountName\": {\n \"color\": \"$primaryColor:#37a3c6\",\n \"bold\": true\n },\n \"invoiceDetails\": {\n \"margin\": [0, 0, 8, 0]\n }, \n \"accountDetails\": {\n \"margin\": [0, 2, 0, 2]\n },\n \"clientDetails\": {\n \"margin\": [0, 2, 0, 2]\n },\n \"notesAndTerms\": {\n \"margin\": [0, 2, 0, 2]\n },\n \"accountAddress\": {\n \"margin\": [0, 2, 0, 2]\n },\n \"odd\": {\n \"fillColor\": \"#fbfbfb\"\n },\n \"productKey\": {\n \"color\": \"$primaryColor:#37a3c6\",\n \"bold\": true\n },\n \"subtotalsBalanceDueLabel\": {\n \"fontSize\": \"$fontSizeLarger\"\n },\n \"subtotalsBalanceDue\": {\n \"fontSize\": \"$fontSizeLarger\",\n \"color\": \"$primaryColor:#37a3c6\"\n }, \n \"invoiceNumber\": {\n \"bold\": true\n },\n \"tableHeader\": {\n \"bold\": true,\n \"fontSize\": \"$fontSizeLarger\"\n },\n \"costTableHeader\": {\n \"alignment\": \"right\"\n },\n \"qtyTableHeader\": {\n \"alignment\": \"right\"\n },\n \"taxTableHeader\": {\n \"alignment\": \"right\"\n },\n \"lineTotalTableHeader\": {\n \"alignment\": \"right\"\n }, \n \"invoiceLineItemsTable\": {\n \"margin\": [0, 16, 0, 16]\n },\n \"clientName\": {\n \"bold\": true\n },\n \"cost\": {\n \"alignment\": \"right\"\n },\n \"quantity\": {\n \"alignment\": \"right\"\n },\n \"tax\": {\n \"alignment\": \"right\"\n },\n \"lineTotal\": {\n \"alignment\": \"right\"\n },\n \"subtotals\": {\n \"alignment\": \"right\"\n }, \n \"termsLabel\": {\n \"bold\": true\n },\n \"header\": {\n \"font\": \"$headerFont\",\n \"fontSize\": \"$fontSizeLargest\",\n \"bold\": true\n },\n \"subheader\": {\n \"font\": \"$headerFont\",\n \"fontSize\": \"$fontSizeLarger\"\n },\n \"help\": {\n \"fontSize\": \"$fontSizeSmaller\",\n \"color\": \"#737373\"\n },\n \"invoiceDocuments\": {\n \"margin\": [7, 0, 7, 0]\n },\n \"invoiceDocument\": {\n \"margin\": [0, 10, 0, 10]\n }\n },\n \"pageMargins\": [40, 40, 40, 60]\n}\n'),(2,'Bold',' var GlobalY=0;//Y position of line at current page\n\n var client = invoice.client;\n var account = invoice.account;\n var currencyId = client.currency_id;\n\n layout.headerRight = 150;\n layout.rowHeight = 15;\n layout.headerTop = 125;\n layout.tableTop = 300;\n\n doc.setLineWidth(0.5);\n\n if (NINJA.primaryColor) {\n setDocHexFill(doc, NINJA.primaryColor);\n setDocHexDraw(doc, NINJA.primaryColor);\n } else {\n doc.setFillColor(46,43,43);\n } \n\n var x1 =0;\n var y1 = 0;\n var w2 = 595;\n var h2 = 100;\n doc.rect(x1, y1, w2, h2, \'FD\');\n\n if (invoice.image)\n {\n var left = layout.headerRight - invoice.imageWidth;\n doc.addImage(invoice.image, \'JPEG\', layout.marginLeft, 30);\n }\n\n doc.setLineWidth(0.5);\n if (NINJA.primaryColor) {\n setDocHexFill(doc, NINJA.primaryColor);\n setDocHexDraw(doc, NINJA.primaryColor);\n } else {\n doc.setFillColor(46,43,43);\n doc.setDrawColor(46,43,43);\n } \n\n // return doc.setTextColor(240,240,240);//select color Custom Report GRAY Colour\n var x1 = 0;//tableLeft-tablePadding ;\n var y1 = 750;\n var w2 = 596;\n var h2 = 94;//doc.internal.getFontSize()*length+length*1.1;//+h;//+tablePadding;\n\n doc.rect(x1, y1, w2, h2, \'FD\');\n if (!invoice.is_pro && logoImages.imageLogo2)\n {\n pageHeight=820;\n var left = 250;//headerRight ;\n y=pageHeight-logoImages.imageLogoHeight2;\n var headerRight=370;\n\n var left = headerRight - logoImages.imageLogoWidth2;\n doc.addImage(logoImages.imageLogo2, \'JPEG\', left, y, logoImages.imageLogoWidth2, logoImages.imageLogoHeight2);\n }\n\n doc.setFontSize(7);\n doc.setFontType(\'bold\');\n SetPdfColor(\'White\',doc);\n\n displayAccount(doc, invoice, 300, layout.accountTop, layout);\n\n\n var y = layout.accountTop;\n var left = layout.marginLeft;\n var headerY = layout.headerTop;\n\n SetPdfColor(\'GrayLogo\',doc); //set black color\n doc.setFontSize(7);\n\n //show left column\n SetPdfColor(\'Black\',doc); //set black color\n doc.setFontType(\'normal\');\n\n //publish filled box\n doc.setDrawColor(200,200,200);\n\n if (NINJA.secondaryColor) {\n setDocHexFill(doc, NINJA.secondaryColor);\n } else {\n doc.setFillColor(54,164,152); \n } \n\n GlobalY=190;\n doc.setLineWidth(0.5);\n\n var BlockLenght=220;\n var x1 =595-BlockLenght;\n var y1 = GlobalY-12;\n var w2 = BlockLenght;\n var h2 = getInvoiceDetailsHeight(invoice, layout) + layout.tablePadding + 2;\n\n doc.rect(x1, y1, w2, h2, \'FD\');\n\n SetPdfColor(\'SomeGreen\', doc, \'secondary\');\n doc.setFontSize(\'14\');\n doc.setFontType(\'bold\');\n doc.text(50, GlobalY, (invoice.is_quote ? invoiceLabels.your_quote : invoiceLabels.your_invoice).toUpperCase());\n\n\n var z=GlobalY;\n z=z+30;\n\n doc.setFontSize(\'8\'); \n SetPdfColor(\'Black\',doc); \n var clientHeight = displayClient(doc, invoice, layout.marginLeft, z, layout);\n layout.tableTop += Math.max(0, clientHeight - 75);\n marginLeft2=395;\n\n //publish left side information\n SetPdfColor(\'White\',doc);\n doc.setFontSize(\'8\');\n var detailsHeight = displayInvoice(doc, invoice, marginLeft2, z-25, layout) + 75;\n layout.tableTop = Math.max(layout.tableTop, layout.headerTop + detailsHeight + (2 * layout.tablePadding));\n\n y=z+60;\n x = GlobalY + 100;\n doc.setFontType(\'bold\');\n\n doc.setFontSize(12);\n doc.setFontType(\'bold\');\n SetPdfColor(\'Black\',doc);\n displayInvoiceHeader(doc, invoice, layout);\n\n var y = displayInvoiceItems(doc, invoice, layout);\n doc.setLineWidth(0.3);\n displayNotesAndTerms(doc, layout, invoice, y);\n y += displaySubtotals(doc, layout, invoice, y, layout.unitCostRight);\n\n doc.setFontType(\'bold\');\n\n doc.setFontSize(12);\n x += doc.internal.getFontSize()*4;\n Msg = invoice.is_quote ? invoiceLabels.total : invoiceLabels.balance_due;\n var TmpMsgX = layout.unitCostRight-(doc.getStringUnitWidth(Msg) * doc.internal.getFontSize());\n\n doc.text(TmpMsgX, y, Msg);\n\n //SetPdfColor(\'LightBlue\',doc);\n AmountText = formatMoney(invoice.balance_amount , currencyId);\n headerLeft=layout.headerRight+400;\n var AmountX = headerLeft - (doc.getStringUnitWidth(AmountText) * doc.internal.getFontSize());\n SetPdfColor(\'SomeGreen\', doc, \'secondary\');\n doc.text(AmountX, y, AmountText);','{\n \"content\": [\n {\n \"columns\": [\n {\n \"width\": 380,\n \"stack\": [\n {\"text\":\"$yourInvoiceLabelUC\", \"style\": \"yourInvoice\"},\n \"$clientDetails\"\n ],\n \"margin\": [60, 100, 0, 10]\n },\n {\n \"canvas\": [\n { \n \"type\": \"rect\", \n \"x\": 0, \n \"y\": 0, \n \"w\": 225, \n \"h\": \"$invoiceDetailsHeight\",\n \"r\":0, \n \"lineWidth\": 1,\n \"color\": \"$primaryColor:#36a498\"\n }\n ],\n \"width\":10,\n \"margin\":[-10,100,0,10]\n },\n { \n \"table\": { \n \"body\": \"$invoiceDetails\"\n },\n \"layout\": \"noBorders\",\n \"margin\": [0, 110, 0, 0]\n }\n ]\n },\n {\n \"style\": \"invoiceLineItemsTable\",\n \"table\": {\n \"headerRows\": 1,\n \"widths\": [\"22%\", \"*\", \"14%\", \"$quantityWidth\", \"$taxWidth\", \"22%\"],\n \"body\": \"$invoiceLineItems\"\n },\n \"layout\": {\n \"hLineWidth\": \"$none\",\n \"vLineWidth\": \"$none\",\n \"paddingLeft\": \"$amount:8\", \n \"paddingRight\": \"$amount:8\", \n \"paddingTop\": \"$amount:14\", \n \"paddingBottom\": \"$amount:14\"\n }\n },\n {\n \"columns\": [\n {\n \"width\": 46,\n \"text\": \" \"\n },\n \"$notesAndTerms\",\n {\n \"table\": {\n \"widths\": [\"*\", \"40%\"],\n \"body\": \"$subtotals\"\n },\n \"layout\": {\n \"hLineWidth\": \"$none\",\n \"vLineWidth\": \"$none\",\n \"paddingLeft\": \"$amount:8\", \n \"paddingRight\": \"$amount:8\", \n \"paddingTop\": \"$amount:4\", \n \"paddingBottom\": \"$amount:4\" \n }\n }]\n },\n {\n \"stack\": [\n \"$invoiceDocuments\"\n ],\n \"style\": \"invoiceDocuments\"\n }\n ],\n \"footer\":\n [\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 0, \"y1\": 0, \"x2\": 600, \"y2\": 0,\"lineWidth\": 100,\"lineColor\":\"$secondaryColor:#292526\"}]},\n {\n \"columns\":\n [\n {\n \"text\": \"$invoiceFooter\",\n \"margin\": [40, -40, 40, 0],\n \"alignment\": \"left\",\n \"color\": \"#FFFFFF\"\n }\n ]\n }\n ],\n \"header\": [\n {\n \"canvas\": [\n {\n \"type\": \"line\",\n \"x1\": 0,\n \"y1\": 0,\n \"x2\": 600,\n \"y2\": 0,\n \"lineWidth\": 200,\n \"lineColor\": \"$secondaryColor:#292526\"\n }\n ],\n \"width\": 10\n },\n {\n \"columns\": [\n { \n \"image\": \"$accountLogo\",\n \"fit\": [120, 60],\n \"margin\": [30, 16, 0, 0]\n },\n {\n \"stack\": \"$accountDetails\",\n \"margin\": [\n 0,\n 16,\n 0,\n 0\n ],\n \"width\": 140\n },\n {\n \"stack\": \"$accountAddress\",\n \"margin\": [\n 20,\n 16,\n 0,\n 0\n ]\n }\n ]\n }\n ],\n \"defaultStyle\": {\n \"font\": \"$bodyFont\",\n \"fontSize\": \"$fontSize\",\n \"margin\": [8, 4, 8, 4]\n },\n \"styles\": {\n \"primaryColor\":{\n \"color\": \"$primaryColor:#36a498\"\n },\n \"accountName\": {\n \"bold\": true,\n \"margin\": [4, 2, 4, 1],\n \"color\": \"$primaryColor:#36a498\"\n },\n \"accountDetails\": {\n \"margin\": [4, 2, 4, 1],\n \"color\": \"#FFFFFF\"\n },\n \"accountAddress\": {\n \"margin\": [4, 2, 4, 1],\n \"color\": \"#FFFFFF\"\n },\n \"clientDetails\": {\n \"margin\": [0, 2, 0, 1]\n },\n \"odd\": {\n \"fillColor\": \"#ebebeb\",\n \"margin\": [0,0,0,0]\n },\n \"productKey\": {\n \"color\": \"$primaryColor:#36a498\"\n },\n \"subtotalsBalanceDueLabel\": {\n \"fontSize\": \"$fontSizeLargest\",\n \"bold\": true\n },\n \"subtotalsBalanceDue\": {\n \"fontSize\": \"$fontSizeLargest\",\n \"color\": \"$primaryColor:#36a498\",\n \"bold\": true\n },\n \"invoiceDetails\": {\n \"color\": \"#ffffff\"\n },\n \"invoiceNumber\": {\n \"bold\": true\n },\n \"itemTableHeader\": {\n \"margin\": [40,0,0,0]\n },\n \"totalTableHeader\": {\n \"margin\": [0,0,40,0]\n },\n \"tableHeader\": {\n \"fontSize\": 12,\n \"bold\": true\n },\n \"costTableHeader\": {\n \"alignment\": \"right\"\n },\n \"qtyTableHeader\": {\n \"alignment\": \"right\"\n },\n \"taxTableHeader\": {\n \"alignment\": \"right\"\n },\n \"lineTotalTableHeader\": {\n \"alignment\": \"right\",\n \"margin\": [0, 0, 40, 0]\n },\n \"productKey\": {\n \"color\": \"$primaryColor:#36a498\",\n \"margin\": [40,0,0,0],\n \"bold\": true\n },\n \"yourInvoice\": {\n \"font\": \"$headerFont\",\n \"bold\": true, \n \"fontSize\": 14, \n \"color\": \"$primaryColor:#36a498\",\n \"margin\": [0,0,0,8]\n },\n \"invoiceLineItemsTable\": {\n \"margin\": [0, 26, 0, 16]\n },\n \"clientName\": {\n \"bold\": true\n },\n \"cost\": {\n \"alignment\": \"right\"\n },\n \"quantity\": {\n \"alignment\": \"right\"\n },\n \"tax\": {\n \"alignment\": \"right\"\n },\n \"lineTotal\": {\n \"alignment\": \"right\",\n \"margin\": [0, 0, 40, 0]\n },\n \"subtotals\": {\n \"alignment\": \"right\",\n \"margin\": [0,0,40,0]\n },\n \"termsLabel\": {\n \"bold\": true,\n \"margin\": [0, 0, 0, 4]\n },\n \"header\": {\n \"font\": \"$headerFont\",\n \"fontSize\": \"$fontSizeLargest\",\n \"bold\": true\n },\n \"subheader\": {\n \"font\": \"$headerFont\",\n \"fontSize\": \"$fontSizeLarger\"\n },\n \"help\": {\n \"fontSize\": \"$fontSizeSmaller\",\n \"color\": \"#737373\"\n },\n \"invoiceDocuments\": {\n \"margin\": [47, 0, 47, 0]\n },\n \"invoiceDocument\": {\n \"margin\": [0, 10, 0, 10]\n }\n },\n \"pageMargins\": [0, 80, 0, 40]\n }'),(3,'Modern',' var client = invoice.client;\n var account = invoice.account;\n var currencyId = client.currency_id;\n\n layout.headerRight = 400;\n layout.rowHeight = 15;\n\n\n doc.setFontSize(7);\n\n // add header\n doc.setLineWidth(0.5);\n\n if (NINJA.primaryColor) {\n setDocHexFill(doc, NINJA.primaryColor);\n setDocHexDraw(doc, NINJA.primaryColor);\n } else {\n doc.setDrawColor(242,101,34);\n doc.setFillColor(242,101,34);\n } \n\n var x1 =0;\n var y1 = 0;\n var w2 = 595;\n var h2 = Math.max(110, getInvoiceDetailsHeight(invoice, layout) + 30);\n doc.rect(x1, y1, w2, h2, \'FD\');\n\n SetPdfColor(\'White\',doc);\n\n //second column\n doc.setFontType(\'bold\');\n var name = invoice.account.name; \n if (name) {\n doc.setFontSize(\'30\');\n doc.setFontType(\'bold\');\n doc.text(40, 50, name);\n }\n\n if (invoice.image)\n {\n y=130;\n var left = layout.headerRight - invoice.imageWidth;\n doc.addImage(invoice.image, \'JPEG\', layout.marginLeft, y);\n }\n\n // add footer \n doc.setLineWidth(0.5);\n\n if (NINJA.primaryColor) {\n setDocHexFill(doc, NINJA.primaryColor);\n setDocHexDraw(doc, NINJA.primaryColor);\n } else {\n doc.setDrawColor(242,101,34);\n doc.setFillColor(242,101,34);\n } \n\n var x1 = 0;//tableLeft-tablePadding ;\n var y1 = 750;\n var w2 = 596;\n var h2 = 94;//doc.internal.getFontSize()*length+length*1.1;//+h;//+tablePadding;\n\n doc.rect(x1, y1, w2, h2, \'FD\');\n\n if (!invoice.is_pro && logoImages.imageLogo3)\n {\n pageHeight=820;\n // var left = 25;//250;//headerRight ;\n y=pageHeight-logoImages.imageLogoHeight3;\n //var headerRight=370;\n\n //var left = headerRight - invoice.imageLogoWidth3;\n doc.addImage(logoImages.imageLogo3, \'JPEG\', 40, y, logoImages.imageLogoWidth3, logoImages.imageLogoHeight3);\n }\n\n doc.setFontSize(10); \n var marginLeft = 340;\n displayAccount(doc, invoice, marginLeft, 780, layout);\n\n\n SetPdfColor(\'White\',doc); \n doc.setFontSize(\'8\');\n var detailsHeight = displayInvoice(doc, invoice, layout.headerRight, layout.accountTop-10, layout);\n layout.headerTop = Math.max(layout.headerTop, detailsHeight + 50);\n layout.tableTop = Math.max(layout.tableTop, detailsHeight + 150);\n\n SetPdfColor(\'Black\',doc); //set black color\n doc.setFontSize(7);\n doc.setFontType(\'normal\');\n displayClient(doc, invoice, layout.headerRight, layout.headerTop, layout);\n\n\n \n SetPdfColor(\'White\',doc); \n doc.setFontType(\'bold\');\n\n doc.setLineWidth(0.3);\n if (NINJA.secondaryColor) {\n setDocHexFill(doc, NINJA.secondaryColor);\n setDocHexDraw(doc, NINJA.secondaryColor);\n } else {\n doc.setDrawColor(63,60,60);\n doc.setFillColor(63,60,60);\n } \n\n var left = layout.marginLeft - layout.tablePadding;\n var top = layout.tableTop - layout.tablePadding;\n var width = layout.marginRight - (2 * layout.tablePadding);\n var height = 20;\n doc.rect(left, top, width, height, \'FD\');\n \n\n displayInvoiceHeader(doc, invoice, layout);\n SetPdfColor(\'Black\',doc);\n var y = displayInvoiceItems(doc, invoice, layout);\n\n\n var height1 = displayNotesAndTerms(doc, layout, invoice, y);\n var height2 = displaySubtotals(doc, layout, invoice, y, layout.unitCostRight);\n y += Math.max(height1, height2);\n\n\n var left = layout.marginLeft - layout.tablePadding;\n var top = y - layout.tablePadding;\n var width = layout.marginRight - (2 * layout.tablePadding);\n var height = 20;\n if (NINJA.secondaryColor) {\n setDocHexFill(doc, NINJA.secondaryColor);\n setDocHexDraw(doc, NINJA.secondaryColor);\n } else {\n doc.setDrawColor(63,60,60);\n doc.setFillColor(63,60,60);\n } \n doc.rect(left, top, width, height, \'FD\');\n \n doc.setFontType(\'bold\');\n SetPdfColor(\'White\', doc);\n doc.setFontSize(12);\n \n var label = invoice.is_quote ? invoiceLabels.total : invoiceLabels.balance_due;\n var labelX = layout.unitCostRight-(doc.getStringUnitWidth(label) * doc.internal.getFontSize());\n doc.text(labelX, y+2, label);\n\n\n doc.setFontType(\'normal\');\n var amount = formatMoney(invoice.balance_amount , currencyId);\n headerLeft=layout.headerRight+400;\n var amountX = layout.lineTotalRight - (doc.getStringUnitWidth(amount) * doc.internal.getFontSize());\n doc.text(amountX, y+2, amount);','{\n \"content\": [\n {\n \"columns\": [\n {\n \"image\": \"$accountLogo\",\n \"fit\": [120, 80],\n \"margin\": [0, 60, 0, 30]\n },\n {\n \"stack\": \"$clientDetails\",\n \"margin\": [0, 60, 0, 0]\n }\n ]\n },\n {\n \"style\": \"invoiceLineItemsTable\",\n \"table\": {\n \"headerRows\": 1,\n \"widths\": \"$invoiceLineItemColumns\",\n \"body\": \"$invoiceLineItems\"\n },\n \"layout\": {\n \"hLineWidth\": \"$notFirst:.5\",\n \"vLineWidth\": \"$notFirstAndLastColumn:.5\",\n \"hLineColor\": \"#888888\",\n \"vLineColor\": \"#FFFFFF\",\n \"paddingLeft\": \"$amount:8\",\n \"paddingRight\": \"$amount:8\",\n \"paddingTop\": \"$amount:8\",\n \"paddingBottom\": \"$amount:8\"\n }\n },\n {\n \"columns\": [\n \"$notesAndTerms\",\n {\n \"table\": {\n \"widths\": [\"*\", \"40%\"],\n \"body\": \"$subtotalsWithoutBalance\"\n },\n \"layout\": {\n \"hLineWidth\": \"$none\",\n \"vLineWidth\": \"$none\",\n \"paddingLeft\": \"$amount:34\",\n \"paddingRight\": \"$amount:8\",\n \"paddingTop\": \"$amount:4\",\n \"paddingBottom\": \"$amount:4\"\n }\n }\n ]\n },\n {\n \"columns\": [\n {\n \"canvas\": [\n {\n \"type\": \"rect\",\n \"x\": 0,\n \"y\": 0,\n \"w\": 515,\n \"h\": 26,\n \"r\": 0,\n \"lineWidth\": 1,\n \"color\": \"$secondaryColor:#403d3d\"\n }\n ],\n \"width\": 10,\n \"margin\": [\n 0,\n 10,\n 0,\n 0\n ]\n },\n {\n \"text\": \"$balanceDueLabel\",\n \"style\": \"subtotalsBalanceDueLabel\",\n \"margin\": [0, 16, 0, 0],\n \"width\": 370\n },\n {\n \"text\": \"$balanceDue\",\n \"style\": \"subtotalsBalanceDue\",\n \"margin\": [0, 16, 8, 0]\n }\n ]\n },\n {\n \"stack\": [\n \"$invoiceDocuments\"\n ],\n \"style\": \"invoiceDocuments\"\n }\n ],\n \"footer\": [\n {\n \"canvas\": [\n {\n \"type\": \"line\", \"x1\": 0, \"y1\": 0, \"x2\": 600, \"y2\": 0,\"lineWidth\": 100,\"lineColor\":\"$primaryColor:#f26621\"\n }]\n ,\"width\":10\n },\n {\n \"columns\": [\n {\n \"width\": 350,\n \"stack\": [\n {\n \"text\": \"$invoiceFooter\",\n \"margin\": [40, -40, 40, 0],\n \"alignment\": \"left\",\n \"color\": \"#FFFFFF\"\n\n }\n ]\n },\n {\n \"stack\": \"$accountDetails\",\n \"margin\": [0, -40, 0, 0],\n \"width\": \"*\"\n },\n {\n \"stack\": \"$accountAddress\",\n \"margin\": [0, -40, 0, 0],\n \"width\": \"*\"\n }\n ]\n }\n ],\n \"header\": [\n {\n \"canvas\": [{ \"type\": \"line\", \"x1\": 0, \"y1\": 0, \"x2\": 600, \"y2\": 0,\"lineWidth\": 200,\"lineColor\":\"$primaryColor:#f26621\"}],\"width\":10\n },\n {\n \"columns\": [\n {\n \"text\": \"$accountName\", \"bold\": true,\"font\":\"$headerFont\",\"fontSize\":30,\"color\":\"#ffffff\",\"margin\":[40,20,0,0],\"width\":350\n }\n ]\n },\n {\n \"width\": 300,\n \"table\": {\n \"body\": \"$invoiceDetails\"\n },\n \"layout\": \"noBorders\",\n \"margin\": [400, -40, 0, 0]\n }\n ],\n \"defaultStyle\": {\n \"font\": \"$bodyFont\",\n \"fontSize\": \"$fontSize\",\n \"margin\": [8, 4, 8, 4]\n },\n \"styles\": {\n \"primaryColor\":{\n \"color\": \"$primaryColor:#299CC2\"\n },\n \"accountName\": {\n \"margin\": [4, 2, 4, 2],\n \"color\": \"$primaryColor:#299CC2\"\n },\n \"accountDetails\": {\n \"margin\": [4, 2, 4, 2],\n \"color\": \"#FFFFFF\"\n },\n \"accountAddress\": {\n \"margin\": [4, 2, 4, 2],\n \"color\": \"#FFFFFF\"\n },\n \"clientDetails\": {\n \"margin\": [0, 2, 4, 2]\n },\n \"invoiceDetails\": {\n \"color\": \"#FFFFFF\"\n },\n \"invoiceLineItemsTable\": {\n \"margin\": [0, 0, 0, 16]\n },\n \"productKey\": {\n \"bold\": true\n },\n \"clientName\": {\n \"bold\": true\n },\n \"tableHeader\": {\n \"bold\": true,\n \"color\": \"#FFFFFF\",\n \"fontSize\": \"$fontSizeLargest\",\n \"fillColor\": \"$secondaryColor:#403d3d\"\n },\n \"costTableHeader\": {\n \"alignment\": \"right\"\n },\n \"qtyTableHeader\": {\n \"alignment\": \"right\"\n },\n \"taxTableHeader\": {\n \"alignment\": \"right\"\n },\n \"lineTotalTableHeader\": {\n \"alignment\": \"right\"\n },\n \"subtotalsBalanceDueLabel\": {\n \"fontSize\": \"$fontSizeLargest\",\n \"color\":\"#FFFFFF\",\n \"alignment\":\"right\",\n \"bold\": true\n },\n \"subtotalsBalanceDue\": {\n \"fontSize\": \"$fontSizeLargest\",\n \"color\":\"#FFFFFF\",\n \"bold\": true,\n \"alignment\":\"right\"\n },\n \"cost\": {\n \"alignment\": \"right\"\n },\n \"quantity\": {\n \"alignment\": \"right\"\n },\n \"tax\": {\n \"alignment\": \"right\"\n },\n \"lineTotal\": {\n \"alignment\": \"right\"\n },\n \"subtotals\": {\n \"alignment\": \"right\"\n },\n \"termsLabel\": {\n \"bold\": true,\n \"margin\": [0, 0, 0, 4]\n },\n \"invoiceNumberLabel\": {\n \"bold\": true\n },\n \"invoiceNumber\": {\n \"bold\": true\n },\n \"header\": {\n \"font\": \"$headerFont\",\n \"fontSize\": \"$fontSizeLargest\",\n \"bold\": true\n },\n \"subheader\": {\n \"font\": \"$headerFont\",\n \"fontSize\": \"$fontSizeLarger\"\n },\n \"help\": {\n \"fontSize\": \"$fontSizeSmaller\",\n \"color\": \"#737373\"\n },\n \"invoiceDocuments\": {\n \"margin\": [7, 0, 7, 0]\n },\n \"invoiceDocument\": {\n \"margin\": [0, 10, 0, 10]\n }\n },\n \"pageMargins\": [40, 120, 40, 50]\n}\n'),(4,'Plain',' var client = invoice.client;\n var account = invoice.account;\n var currencyId = client.currency_id; \n \n layout.accountTop += 25;\n layout.headerTop += 25;\n layout.tableTop += 25;\n\n if (invoice.image)\n {\n var left = layout.headerRight - invoice.imageWidth;\n doc.addImage(invoice.image, \'JPEG\', left, 50);\n } \n \n /* table header */\n doc.setDrawColor(200,200,200);\n doc.setFillColor(230,230,230);\n \n var detailsHeight = getInvoiceDetailsHeight(invoice, layout);\n var left = layout.headerLeft - layout.tablePadding;\n var top = layout.headerTop + detailsHeight - layout.rowHeight - layout.tablePadding;\n var width = layout.headerRight - layout.headerLeft + (2 * layout.tablePadding);\n var height = layout.rowHeight + 1;\n doc.rect(left, top, width, height, \'FD\'); \n\n doc.setFontSize(10);\n doc.setFontType(\'normal\');\n\n displayAccount(doc, invoice, layout.marginLeft, layout.accountTop, layout);\n displayClient(doc, invoice, layout.marginLeft, layout.headerTop, layout);\n\n displayInvoice(doc, invoice, layout.headerLeft, layout.headerTop, layout, layout.headerRight);\n layout.tableTop = Math.max(layout.tableTop, layout.headerTop + detailsHeight + (2 * layout.tablePadding));\n\n var headerY = layout.headerTop;\n var total = 0;\n\n doc.setDrawColor(200,200,200);\n doc.setFillColor(230,230,230);\n var left = layout.marginLeft - layout.tablePadding;\n var top = layout.tableTop - layout.tablePadding;\n var width = layout.headerRight - layout.marginLeft + (2 * layout.tablePadding);\n var height = layout.rowHeight + 2;\n doc.rect(left, top, width, height, \'FD\'); \n\n displayInvoiceHeader(doc, invoice, layout);\n var y = displayInvoiceItems(doc, invoice, layout);\n\n doc.setFontSize(10);\n\n displayNotesAndTerms(doc, layout, invoice, y+20);\n\n y += displaySubtotals(doc, layout, invoice, y+20, 480) + 20;\n\n doc.setDrawColor(200,200,200);\n doc.setFillColor(230,230,230);\n \n var left = layout.footerLeft - layout.tablePadding;\n var top = y - layout.tablePadding;\n var width = layout.headerRight - layout.footerLeft + (2 * layout.tablePadding);\n var height = layout.rowHeight + 2;\n doc.rect(left, top, width, height, \'FD\'); \n \n doc.setFontType(\'bold\');\n doc.text(layout.footerLeft, y, invoice.is_quote ? invoiceLabels.total : invoiceLabels.balance_due);\n\n total = formatMoney(invoice.balance_amount, currencyId);\n var totalX = layout.headerRight - (doc.getStringUnitWidth(total) * doc.internal.getFontSize());\n doc.text(totalX, y, total); \n\n if (!invoice.is_pro) {\n doc.setFontType(\'normal\');\n doc.text(layout.marginLeft, 790, \'Created by InvoiceNinja.com\');\n }','{\n \"content\": [\n {\n \"columns\": [\n {\n \"stack\": \"$accountDetails\"\n },\n {\n \"stack\": \"$accountAddress\"\n },\n [\n {\n \"image\": \"$accountLogo\",\n \"fit\": [120, 80]\n }\n ] \n ]},\n {\n \"columns\": [\n {\n \"width\": 340,\n \"stack\": \"$clientDetails\",\n \"margin\": [0,40,0,0]\n },\n {\n \"width\":200,\n \"table\": { \n \"body\": \"$invoiceDetails\"\n },\n \"layout\": {\n \"hLineWidth\": \"$none\",\n \"vLineWidth\": \"$none\",\n \"hLineColor\": \"#E6E6E6\",\n \"paddingLeft\": \"$amount:10\", \n \"paddingRight\": \"$amount:10\"\n }\n }\n ]\n }, \n {\n \"canvas\": [{ \"type\": \"rect\", \"x\": 0, \"y\": 0, \"w\": 515, \"h\": 25,\"r\":0, \"lineWidth\": 1,\"color\":\"#e6e6e6\"}],\"width\":10,\"margin\":[0,30,0,-43]\n },\n {\n \"style\": \"invoiceLineItemsTable\",\n \"table\": {\n \"headerRows\": 1,\n \"widths\": \"$invoiceLineItemColumns\",\n \"body\": \"$invoiceLineItems\"\n },\n \"layout\": {\n \"hLineWidth\": \"$notFirst:1\",\n \"vLineWidth\": \"$none\",\n \"hLineColor\": \"#e6e6e6\",\n \"paddingLeft\": \"$amount:8\", \n \"paddingRight\": \"$amount:8\", \n \"paddingTop\": \"$amount:8\", \n \"paddingBottom\": \"$amount:8\" \n }\n },\n {\n \"columns\": [\n \"$notesAndTerms\",\n {\n \"width\": 160,\n \"style\": \"subtotals\",\n \"table\": {\n \"widths\": [60, 60],\n \"body\": \"$subtotals\"\n },\n \"layout\": {\n \"hLineWidth\": \"$none\",\n \"vLineWidth\": \"$none\",\n \"paddingLeft\": \"$amount:10\", \n \"paddingRight\": \"$amount:10\", \n \"paddingTop\": \"$amount:4\", \n \"paddingBottom\": \"$amount:4\" \n }\n }\n ]\n }, \n {\n \"stack\": [\n \"$invoiceDocuments\"\n ],\n \"style\": \"invoiceDocuments\"\n }\n ],\n \"footer\": {\n \"columns\": [\n {\n \"text\": \"$invoiceFooter\",\n \"alignment\": \"left\",\n \"margin\": [0, 0, 0, 12]\n\n }\n ],\n \"margin\": [40, -20, 40, 40]\n },\n \"defaultStyle\": {\n \"font\": \"$bodyFont\",\n \"fontSize\": \"$fontSize\",\n \"margin\": [8, 4, 8, 4]\n },\n \"styles\": {\n \"primaryColor\":{\n \"color\": \"$primaryColor:#299CC2\"\n },\n \"accountDetails\": {\n \"margin\": [0, 2, 0, 1]\n },\n \"accountAddress\": {\n \"margin\": [0, 2, 0, 1]\n },\n \"clientDetails\": {\n \"margin\": [0, 2, 0, 1]\n },\n \"tableHeader\": {\n \"bold\": true\n },\n \"costTableHeader\": {\n \"alignment\": \"right\"\n },\n \"qtyTableHeader\": {\n \"alignment\": \"right\"\n },\n \"lineTotalTableHeader\": {\n \"alignment\": \"right\"\n }, \n \"invoiceLineItemsTable\": {\n \"margin\": [0, 16, 0, 16]\n },\n \"cost\": {\n \"alignment\": \"right\"\n },\n \"quantity\": {\n \"alignment\": \"right\"\n },\n \"tax\": {\n \"alignment\": \"right\"\n },\n \"lineTotal\": {\n \"alignment\": \"right\"\n },\n \"subtotals\": {\n \"alignment\": \"right\"\n }, \n \"termsLabel\": {\n \"bold\": true,\n \"margin\": [0, 0, 0, 4]\n },\n \"terms\": {\n \"margin\": [0, 0, 20, 0]\n },\n \"invoiceDetailBalanceDueLabel\": {\n \"fillColor\": \"#e6e6e6\"\n },\n \"invoiceDetailBalanceDue\": {\n \"fillColor\": \"#e6e6e6\"\n },\n \"subtotalsBalanceDueLabel\": {\n \"fillColor\": \"#e6e6e6\"\n },\n \"subtotalsBalanceDue\": {\n \"fillColor\": \"#e6e6e6\"\n },\n \"header\": {\n \"font\": \"$headerFont\",\n \"fontSize\": \"$fontSizeLargest\",\n \"bold\": true\n },\n \"subheader\": {\n \"font\": \"$headerFont\",\n \"fontSize\": \"$fontSizeLarger\"\n },\n \"help\": {\n \"fontSize\": \"$fontSizeSmaller\",\n \"color\": \"#737373\"\n },\n \"invoiceDocuments\": {\n \"margin\": [7, 0, 7, 0]\n },\n \"invoiceDocument\": {\n \"margin\": [0, 10, 0, 10]\n }\n },\n \"pageMargins\": [40, 40, 40, 60]\n}\n'),(5,'Business',NULL,'{\n \"content\": [\n {\n \"columns\":\n [\n {\n \"image\": \"$accountLogo\",\n \"fit\": [120, 80]\n },\n {\n \"width\": 300,\n \"stack\": \"$accountDetails\",\n \"margin\": [140, 0, 0, 0]\n },\n {\n \"width\": 150,\n \"stack\": \"$accountAddress\"\n }\n ]\n },\n {\n \"columns\": [\n {\n \"width\": 120,\n \"stack\": [\n {\"text\": \"$invoiceIssuedToLabel\", \"style\":\"issuedTo\"},\n \"$clientDetails\"\n ],\n \"margin\": [0, 20, 0, 0]\n },\n {\n \"canvas\": [{ \"type\": \"rect\", \"x\": 20, \"y\": 0, \"w\": 174, \"h\": \"$invoiceDetailsHeight\",\"r\":10, \"lineWidth\": 1,\"color\":\"$primaryColor:#eb792d\"}],\n \"width\":30,\n \"margin\":[200,25,0,0]\n },\n {\n \"table\": {\n \"widths\": [70, 76],\n \"body\": \"$invoiceDetails\"\n },\n \"layout\": \"noBorders\",\n \"margin\": [200, 34, 0, 0]\n }\n ]\n },\n {\"canvas\": [{ \"type\": \"rect\", \"x\": 0, \"y\": 0, \"w\": 515, \"h\": 32,\"r\":8, \"lineWidth\": 1,\"color\":\"$secondaryColor:#374e6b\"}],\"width\":10,\"margin\":[0,20,0,-45]},\n {\n \"style\": \"invoiceLineItemsTable\",\n \"table\": {\n \"headerRows\": 1,\n \"widths\": \"$invoiceLineItemColumns\",\n \"body\": \"$invoiceLineItems\"\n },\n \"layout\": {\n \"hLineWidth\": \"$notFirst:1\",\n \"vLineWidth\": \"$notFirst:.5\",\n \"hLineColor\": \"#FFFFFF\",\n \"vLineColor\": \"#FFFFFF\",\n \"paddingLeft\": \"$amount:8\",\n \"paddingRight\": \"$amount:8\",\n \"paddingTop\": \"$amount:12\",\n \"paddingBottom\": \"$amount:12\"\n }\n },\n {\n \"columns\": [\n \"$notesAndTerms\",\n {\n \"stack\": [\n {\n \"style\": \"subtotals\",\n \"table\": {\n \"widths\": [\"*\", \"35%\"],\n \"body\": \"$subtotalsWithoutBalance\"\n },\n \"layout\": {\n \"hLineWidth\": \"$none\",\n \"vLineWidth\": \"$none\",\n \"paddingLeft\": \"$amount:34\",\n \"paddingRight\": \"$amount:8\",\n \"paddingTop\": \"$amount:4\",\n \"paddingBottom\": \"$amount:4\"\n }\n },\n {\n \"canvas\": [\n {\n \"type\": \"rect\",\n \"x\": 60,\n \"y\": 20,\n \"w\": 198,\n \"h\": 30,\n \"r\": 7,\n \"lineWidth\": 1,\n \"color\": \"$secondaryColor:#374e6b\"\n }\n ]\n },\n {\n \"style\": \"subtotalsBalance\",\n \"table\": {\n \"widths\": [\"*\", \"45%\"],\n \"body\": \"$subtotalsBalance\"\n },\n \"layout\": {\n \"hLineWidth\": \"$none\",\n \"vLineWidth\": \"$none\",\n \"paddingLeft\": \"$amount:34\",\n \"paddingRight\": \"$amount:8\",\n \"paddingTop\": \"$amount:4\",\n \"paddingBottom\": \"$amount:4\"\n }\n }\n ]\n }\n ]\n },\n {\n \"stack\": [\n \"$invoiceDocuments\"\n ],\n \"style\": \"invoiceDocuments\"\n }\n ],\n \"footer\": {\n \"columns\": [\n {\n \"text\": \"$invoiceFooter\",\n \"alignment\": \"left\"\n }\n ],\n \"margin\": [40, -20, 40, 0]\n },\n \"defaultStyle\": {\n \"fontSize\": \"$fontSize\",\n \"margin\": [8, 4, 8, 4]\n },\n \"styles\": {\n \"primaryColor\":{\n \"color\": \"$primaryColor:#299CC2\"\n },\n \"accountName\": {\n \"bold\": true\n },\n \"accountDetails\": {\n \"color\": \"#AAA9A9\",\n \"margin\": [0,2,0,1]\n },\n \"accountAddress\": {\n \"color\": \"#AAA9A9\",\n \"margin\": [0,2,0,1]\n },\n \"even\": {\n \"fillColor\":\"#E8E8E8\"\n },\n \"odd\": {\n \"fillColor\":\"#F7F7F7\"\n },\n \"productKey\": {\n \"bold\": true\n },\n \"subtotalsBalanceDueLabel\": {\n \"fontSize\": \"$fontSizeLargest\",\n \"color\": \"#ffffff\",\n \"bold\": true\n },\n \"subtotalsBalanceDue\": {\n \"fontSize\": \"$fontSizeLargest\",\n \"bold\": true,\n \"color\":\"#ffffff\",\n \"alignment\":\"right\",\n \"noWrap\":true\n },\n \"invoiceDetails\": {\n \"color\": \"#ffffff\"\n },\n \"tableHeader\": {\n \"color\": \"#ffffff\",\n \"fontSize\": \"$fontSizeLargest\",\n \"bold\": true\n },\n \"secondTableHeader\": {\n \"color\": \"$secondaryColor:#374e6b\"\n },\n \"costTableHeader\": {\n \"alignment\": \"right\"\n },\n \"qtyTableHeader\": {\n \"alignment\": \"right\"\n },\n \"taxTableHeader\": {\n \"alignment\": \"right\"\n },\n \"lineTotalTableHeader\": {\n \"alignment\": \"right\"\n },\n \"issuedTo\": {\n \"margin\": [0,2,0,1],\n \"bold\": true,\n \"color\": \"#374e6b\"\n },\n \"clientDetails\": {\n \"margin\": [0,2,0,1]\n },\n \"clientName\": {\n \"color\": \"$primaryColor:#eb792d\"\n },\n \"invoiceLineItemsTable\": {\n \"margin\": [0, 10, 0, 10]\n },\n \"invoiceDetailsValue\": {\n \"alignment\": \"right\"\n },\n \"cost\": {\n \"alignment\": \"right\"\n },\n \"quantity\": {\n \"alignment\": \"right\"\n },\n \"tax\": {\n \"alignment\": \"right\"\n },\n \"lineTotal\": {\n \"alignment\": \"right\"\n },\n \"subtotals\": {\n \"alignment\": \"right\"\n },\n \"subtotalsBalance\": {\n \"alignment\": \"right\",\n \"margin\": [0, -25, 0, 0]\n },\n \"termsLabel\": {\n \"bold\": true,\n \"margin\": [0, 0, 0, 4]\n },\n \"header\": {\n \"fontSize\": \"$fontSizeLargest\",\n \"bold\": true\n },\n \"subheader\": {\n \"fontSize\": \"$fontSizeLarger\"\n },\n \"help\": {\n \"fontSize\": \"$fontSizeSmaller\",\n \"color\": \"#737373\"\n }\n },\n \"pageMargins\": [40, 40, 40, 40]\n}\n'),(6,'Creative',NULL,'{\n \"content\": [\n {\n \"columns\": [\n {\n \"stack\": \"$clientDetails\"\n },\n {\n \"stack\": \"$accountDetails\"\n },\n {\n \"stack\": \"$accountAddress\"\n },\n {\n \"image\": \"$accountLogo\",\n \"fit\": [120, 80],\n \"alignment\": \"right\"\n }\n ],\n \"margin\": [0, 0, 0, 20]\n },\n {\n \"columns\": [\n {\"text\":\n [\n {\"text\": \"$entityTypeUC\", \"style\": \"header1\"},\n {\"text\": \" #\", \"style\": \"header2\"},\n {\"text\": \"$invoiceNumber\", \"style\":\"header2\"}\n ],\n \"width\": \"*\"\n },\n {\n \"width\":200,\n \"table\": {\n \"body\": \"$invoiceDetails\"\n },\n \"layout\": \"noBorders\",\n \"margin\": [16, 4, 0, 0]\n }\n ],\n \"margin\": [0, 0, 0, 20]\n },\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 0, \"y1\": 5, \"x2\": 515, \"y2\": 5, \"lineWidth\": 3,\"lineColor\":\"$primaryColor:#AE1E54\"}]},\n {\n \"style\": \"invoiceLineItemsTable\",\n \"table\": {\n \"headerRows\": 1,\n \"widths\": \"$invoiceLineItemColumns\",\n \"body\": \"$invoiceLineItems\"\n },\n \"layout\": {\n \"hLineWidth\": \"$none\",\n \"vLineWidth\": \"$none\",\n \"hLineColor\": \"$primaryColor:#E8E8E8\",\n \"paddingLeft\": \"$amount:8\",\n \"paddingRight\": \"$amount:8\",\n \"paddingTop\": \"$amount:8\",\n \"paddingBottom\": \"$amount:8\"\n }\n },\n {\n \"columns\": [\n \"$notesAndTerms\",\n {\n \"style\": \"subtotals\",\n \"table\": {\n \"widths\": [\"*\", \"40%\"],\n \"body\": \"$subtotalsWithoutBalance\"\n },\n \"layout\": {\n \"hLineWidth\": \"$none\",\n \"vLineWidth\": \"$none\",\n \"paddingLeft\": \"$amount:34\",\n \"paddingRight\": \"$amount:8\",\n \"paddingTop\": \"$amount:4\",\n \"paddingBottom\": \"$amount:4\"\n }\n }\n ]\n },\n {\n \"canvas\": [{ \"type\": \"line\", \"x1\": 0, \"y1\": 20, \"x2\": 515, \"y2\": 20, \"lineWidth\": 3,\"lineColor\":\"$primaryColor:#AE1E54\"}],\n \"margin\": [0, -8, 0, -8]\n },\n {\n \"text\": \"$balanceDueLabel\",\n \"style\": \"subtotalsBalanceDueLabel\"\n },\n {\n \"text\": \"$balanceDue\",\n \"style\": \"subtotalsBalanceDue\"\n },\n {\n \"stack\": [\n \"$invoiceDocuments\"\n ],\n \"style\": \"invoiceDocuments\"\n }\n ],\n \"footer\": {\n \"columns\": [\n {\n \"text\": \"$invoiceFooter\",\n \"alignment\": \"left\"\n }\n ],\n \"margin\": [40, -20, 40, 0]\n },\n \"defaultStyle\": {\n \"fontSize\": \"$fontSize\",\n \"margin\": [8, 4, 8, 4]\n },\n \"styles\": {\n \"primaryColor\":{\n \"color\": \"$primaryColor:#AE1E54\"\n },\n \"accountName\": {\n \"margin\": [4, 2, 4, 2],\n \"color\": \"$primaryColor:#AE1E54\",\n \"bold\": true\n },\n \"accountDetails\": {\n \"margin\": [4, 2, 4, 2]\n },\n \"accountAddress\": {\n \"margin\": [4, 2, 4, 2]\n },\n \"odd\": {\n \"fillColor\":\"#F4F4F4\"\n },\n \"productKey\": {\n \"bold\": true\n },\n \"subtotalsBalanceDueLabel\": {\n \"fontSize\": \"$fontSizeLargest\",\n \"margin\": [320,20,0,0]\n },\n \"subtotalsBalanceDue\": {\n \"fontSize\": \"$fontSizeLargest\",\n \"color\": \"$primaryColor:#AE1E54\",\n \"bold\": true,\n \"margin\":[0,-10,10,0],\n \"alignment\": \"right\"\n },\n \"invoiceDetailBalanceDue\": {\n \"bold\": true,\n \"color\": \"$primaryColor:#AE1E54\"\n },\n \"invoiceDetailBalanceDueLabel\": {\n \"bold\": true\n },\n \"tableHeader\": {\n \"bold\": true,\n \"color\": \"$primaryColor:#AE1E54\",\n \"fontSize\": \"$fontSizeLargest\"\n },\n \"costTableHeader\": {\n \"alignment\": \"right\"\n },\n \"qtyTableHeader\": {\n \"alignment\": \"right\"\n },\n \"taxTableHeader\": {\n \"alignment\": \"right\"\n },\n \"lineTotalTableHeader\": {\n \"alignment\": \"right\"\n },\n \"clientName\": {\n \"bold\": true\n },\n \"clientDetails\": {\n \"margin\": [0,2,0,1]\n },\n \"header1\": {\n \"bold\": true,\n \"margin\": [0, 30, 0, 16],\n \"fontSize\": 42\n },\n \"header2\": {\n \"margin\": [0, 30, 0, 16],\n \"fontSize\": 42,\n \"italics\": true,\n \"color\": \"$primaryColor:#AE1E54\"\n },\n \"invoiceLineItemsTable\": {\n \"margin\": [0, 4, 0, 16]\n },\n \"cost\": {\n \"alignment\": \"right\"\n },\n \"quantity\": {\n \"alignment\": \"right\"\n },\n \"tax\": {\n \"alignment\": \"right\"\n },\n \"lineTotal\": {\n \"alignment\": \"right\"\n },\n \"subtotals\": {\n \"alignment\": \"right\"\n },\n \"termsLabel\": {\n \"bold\": true,\n \"margin\": [0, 0, 0, 4]\n },\n \"header\": {\n \"fontSize\": \"$fontSizeLargest\",\n \"bold\": true\n },\n \"subheader\": {\n \"fontSize\": \"$fontSizeLarger\"\n },\n \"help\": {\n \"fontSize\": \"$fontSizeSmaller\",\n \"color\": \"#737373\"\n }\n },\n \"pageMargins\": [40, 40, 40, 40]\n}\n'),(7,'Elegant',NULL,'{\n \"content\": [\n {\n \"image\": \"$accountLogo\",\n \"fit\": [120, 80],\n \"alignment\": \"center\",\n \"margin\": [0, 0, 0, 30]\n },\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 0, \"y1\": 5, \"x2\": 515, \"y2\": 5, \"lineWidth\": 2}]},\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 0, \"y1\": 3, \"x2\": 515, \"y2\": 3, \"lineWidth\": 1}]},\n {\n \"columns\": [\n {\n \"width\": 120,\n \"stack\": [\n {\"text\": \"$invoiceToLabel\", \"style\": \"header\", \"margin\": [0, 0, 0, 6]},\n \"$clientDetails\"\n ]\n },\n {\n \"width\": 10,\n \"canvas\": [{ \"type\": \"line\", \"x1\": -2, \"y1\": 18, \"x2\": -2, \"y2\": 80, \"lineWidth\": 1,\"dash\": { \"length\": 2 }}]\n },\n {\n \"width\": 120,\n \"stack\": \"$accountDetails\",\n \"margin\": [0, 20, 0, 0]\n },\n {\n \"width\": 110,\n \"stack\": \"$accountAddress\",\n \"margin\": [0, 20, 0, 0]\n },\n {\n \"stack\": [\n {\"text\": \"$detailsLabel\", \"style\": \"header\", \"margin\": [0, 0, 0, 6]},\n {\n \"width\":180,\n \"table\": {\n \"body\": \"$invoiceDetails\"\n },\n \"layout\": \"noBorders\"\n }\n ]\n }],\n \"margin\": [0, 20, 0, 0]\n },\n {\n \"style\": \"invoiceLineItemsTable\",\n \"table\": {\n \"headerRows\": 1,\n \"widths\": \"$invoiceLineItemColumns\",\n \"body\": \"$invoiceLineItems\"\n },\n \"layout\": {\n \"hLineWidth\": \"$notFirst:.5\",\n \"vLineWidth\": \"$none\",\n \"paddingLeft\": \"$amount:8\",\n \"paddingRight\": \"$amount:8\",\n \"paddingTop\": \"$amount:12\",\n \"paddingBottom\": \"$amount:12\"\n }\n },\n {\n \"columns\": [\n \"$notesAndTerms\",\n {\n \"style\": \"subtotals\",\n \"table\": {\n \"widths\": [\"*\", \"40%\"],\n \"body\": \"$subtotalsWithoutBalance\"\n },\n \"layout\": {\n \"hLineWidth\": \"$none\",\n \"vLineWidth\": \"$none\",\n \"paddingLeft\": \"$amount:34\",\n \"paddingRight\": \"$amount:8\",\n \"paddingTop\": \"$amount:4\",\n \"paddingBottom\": \"$amount:4\"\n }\n }\n ]\n },\n {\n \"canvas\": [{ \"type\": \"line\", \"x1\": 270, \"y1\": 20, \"x2\": 515, \"y2\": 20, \"lineWidth\": 1,\"dash\": { \"length\": 2 }}]\n },\n {\n \"text\": \"$balanceDueLabel\",\n \"style\": \"subtotalsBalanceDueLabel\"\n },\n {\n \"text\": \"$balanceDue\",\n \"style\": \"subtotalsBalanceDue\"\n },\n {\n \"canvas\": [{ \"type\": \"line\", \"x1\": 270, \"y1\": 20, \"x2\": 515, \"y2\": 20, \"lineWidth\": 1,\"dash\": { \"length\": 2 }}]\n },\n {\n \"stack\": [\n \"$invoiceDocuments\"\n ],\n \"style\": \"invoiceDocuments\"\n }],\n \"footer\": [\n {\n \"columns\": [\n {\n \"text\": \"$invoiceFooter\",\n \"alignment\": \"left\"\n }\n ],\n \"margin\": [40, -20, 40, 0]\n },\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 35, \"y1\": 5, \"x2\": 555, \"y2\": 5, \"lineWidth\": 2,\"margin\": [30,0,0,0]}]},\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 35, \"y1\": 3, \"x2\": 555, \"y2\": 3, \"lineWidth\": 1,\"margin\": [30,0,0,0]}]}\n ],\n \"defaultStyle\": {\n \"fontSize\": \"$fontSize\",\n \"margin\": [8, 4, 8, 4]\n },\n \"styles\": {\n \"accountDetails\": {\n \"margin\": [0, 2, 0, 1]\n },\n \"clientDetails\": {\n \"margin\": [0, 2, 0, 1]\n },\n \"accountAddress\": {\n \"margin\": [0, 2, 0, 1]\n },\n \"clientName\": {\n \"bold\": true\n },\n \"accountName\": {\n \"bold\": true\n },\n \"odd\": {\n },\n \"subtotalsBalanceDueLabel\": {\n \"fontSize\": \"$fontSizeLargest\",\n \"color\": \"$primaryColor:#5a7b61\",\n \"margin\": [320,20,0,0]\n },\n \"subtotalsBalanceDue\": {\n \"fontSize\": \"$fontSizeLargest\",\n \"color\": \"$primaryColor:#5a7b61\",\n \"style\": true,\n \"margin\":[0,-14,8,0],\n \"alignment\":\"right\"\n },\n \"invoiceDetailBalanceDue\": {\n \"color\": \"$primaryColor:#5a7b61\",\n \"bold\": true\n },\n \"header\": {\n \"fontSize\": 14,\n \"bold\": true\n },\n \"tableHeader\": {\n \"bold\": true,\n \"color\": \"$primaryColor:#5a7b61\",\n \"fontSize\": \"$fontSizeLargest\"\n },\n \"costTableHeader\": {\n \"alignment\": \"right\"\n },\n \"qtyTableHeader\": {\n \"alignment\": \"right\"\n },\n \"taxTableHeader\": {\n \"alignment\": \"right\"\n },\n \"lineTotalTableHeader\": {\n \"alignment\": \"right\"\n },\n \"invoiceLineItemsTable\": {\n \"margin\": [0, 40, 0, 16]\n },\n \"cost\": {\n \"alignment\": \"right\"\n },\n \"quantity\": {\n \"alignment\": \"right\"\n },\n \"tax\": {\n \"alignment\": \"right\"\n },\n \"lineTotal\": {\n \"alignment\": \"right\"\n },\n \"subtotals\": {\n \"alignment\": \"right\"\n },\n \"termsLabel\": {\n \"bold\": true,\n \"margin\": [0, 0, 0, 4]\n },\n \"header\": {\n \"fontSize\": \"$fontSizeLargest\",\n \"bold\": true\n },\n \"subheader\": {\n \"fontSize\": \"$fontSizeLarger\"\n },\n \"help\": {\n \"fontSize\": \"$fontSizeSmaller\",\n \"color\": \"#737373\"\n }\n },\n \"pageMargins\": [40, 40, 40, 40]\n}\n'),(8,'Hipster',NULL,'{\n \"content\": [\n {\n \"columns\": [\n {\n \"width\":10,\n \"canvas\": [{ \"type\": \"line\", \"x1\": 0, \"y1\": 0, \"x2\": 0, \"y2\": 75, \"lineWidth\": 0.5}]\n },\n {\n \"width\":120,\n \"stack\": [\n {\"text\": \"$fromLabelUC\", \"style\": \"fromLabel\"}, \n \"$accountDetails\" \n ]\n },\n {\n \"width\":120,\n \"stack\": [\n {\"text\": \" \"},\n \"$accountAddress\"\n ],\n \"margin\": [10, 0, 0, 16]\n },\n {\n \"width\":10,\n \"canvas\": [{ \"type\": \"line\", \"x1\": 0, \"y1\": 0, \"x2\": 0, \"y2\": 75, \"lineWidth\": 0.5}]\n },\n {\n \"stack\": [\n {\"text\": \"$toLabelUC\", \"style\": \"toLabel\"}, \n \"$clientDetails\"\n ]\n },\n [\n {\n \"image\": \"$accountLogo\",\n \"fit\": [120, 80]\n }\n ]\n ]\n },\n {\n \"text\": \"$entityTypeUC\",\n \"margin\": [0, 4, 0, 8],\n \"bold\": \"true\",\n \"fontSize\": 42\n },\n {\n \"columnGap\": 16,\n \"columns\": [\n {\n \"width\":\"auto\",\n \"text\": [\"$invoiceNoLabel\",\" \",\"$invoiceNumberValue\"],\n \"bold\": true,\n \"color\":\"$primaryColor:#bc9f2b\",\n \"fontSize\":10\n },\n {\n \"width\":\"auto\",\n \"text\": [\"$invoiceDateLabel\",\" \",\"$invoiceDateValue\"],\n \"fontSize\":10\n },\n {\n \"width\":\"auto\",\n \"text\": [\"$dueDateLabel?\",\" \",\"$dueDateValue\"],\n \"fontSize\":10\n },\n {\n \"width\":\"*\",\n \"text\": [\"$balanceDueLabel\",\" \",{\"text\":\"$balanceDue\", \"bold\":true, \"color\":\"$primaryColor:#bc9f2b\"}],\n \"fontSize\":10\n }\n ]\n },\n {\n \"margin\": [0, 26, 0, 0],\n \"style\": \"invoiceLineItemsTable\",\n \"table\": {\n \"headerRows\": 1,\n \"widths\": \"$invoiceLineItemColumns\",\n \"body\": \"$invoiceLineItems\"\n },\n \"layout\": {\n \"hLineWidth\": \"$none\",\n \"vLineWidth\": \"$amount:.5\",\n \"paddingLeft\": \"$amount:8\", \n \"paddingRight\": \"$amount:8\", \n \"paddingTop\": \"$amount:8\", \n \"paddingBottom\": \"$amount:8\" \n }\n },\n {\n \"columns\": [\n {\n \"stack\": \"$notesAndTerms\",\n \"width\": \"*\",\n \"margin\": [0, 12, 0, 0]\n },\n {\n \"width\": 200,\n \"style\": \"subtotals\",\n \"table\": {\n \"widths\": [\"*\", \"36%\"],\n \"body\": \"$subtotals\"\n },\n \"layout\": {\n \"hLineWidth\": \"$none\",\n \"vLineWidth\": \"$notFirst:.5\",\n \"paddingLeft\": \"$amount:8\", \n \"paddingRight\": \"$amount:8\", \n \"paddingTop\": \"$amount:12\", \n \"paddingBottom\": \"$amount:4\" \n }\n }\n ]\n },\n {\n \"stack\": [\n \"$invoiceDocuments\"\n ],\n \"style\": \"invoiceDocuments\"\n }\n ],\n \"footer\": {\n \"columns\": [\n {\n \"text\": \"$invoiceFooter\",\n \"alignment\": \"left\"\n }\n ],\n \"margin\": [40, -20, 40, 0]\n },\n \"defaultStyle\": {\n \"fontSize\": \"$fontSize\",\n \"margin\": [8, 4, 8, 4]\n },\n \"styles\": {\n \"accountName\": {\n \"bold\": true\n },\n \"clientName\": {\n \"bold\": true\n },\n \"subtotalsBalanceDueLabel\": {\n \"fontSize\": \"$fontSizeLargest\",\n \"bold\": true\n },\n \"subtotalsBalanceDue\": {\n \"fontSize\": \"$fontSizeLargest\",\n \"color\": \"$primaryColor:#bc9f2b\",\n \"bold\": true\n },\n \"tableHeader\": {\n \"bold\": true,\n \"fontSize\": \"$fontSizeLargest\"\n },\n \"costTableHeader\": {\n \"alignment\": \"right\"\n },\n \"qtyTableHeader\": {\n \"alignment\": \"right\"\n },\n \"taxTableHeader\": {\n \"alignment\": \"right\"\n },\n \"lineTotalTableHeader\": {\n \"alignment\": \"right\"\n }, \n \"fromLabel\": {\n \"color\": \"$primaryColor:#bc9f2b\",\n \"bold\": true \n },\n \"toLabel\": {\n \"color\": \"$primaryColor:#bc9f2b\",\n \"bold\": true \n },\n \"accountDetails\": {\n \"margin\": [0, 2, 0, 1]\n },\n \"accountAddress\": {\n \"margin\": [0, 2, 0, 1]\n },\n \"clientDetails\": {\n \"margin\": [0, 2, 0, 1]\n },\n \"cost\": {\n \"alignment\": \"right\"\n },\n \"quantity\": {\n \"alignment\": \"right\"\n },\n \"tax\": {\n \"alignment\": \"right\"\n },\n \"lineTotal\": {\n \"alignment\": \"right\"\n },\n \"subtotals\": {\n \"alignment\": \"right\"\n }, \n \"termsLabel\": {\n \"bold\": true,\n \"margin\": [0, 16, 0, 4]\n },\n \"header\": {\n \"fontSize\": \"$fontSizeLargest\",\n \"bold\": true\n },\n \"subheader\": {\n \"fontSize\": \"$fontSizeLarger\"\n },\n \"help\": {\n \"fontSize\": \"$fontSizeSmaller\",\n \"color\": \"#737373\"\n }\n },\n \"pageMargins\": [40, 40, 40, 40]\n}\n'),(9,'Playful',NULL,'{\n \"content\": [\n {\n \"columns\": [\n {\n \"image\": \"$accountLogo\",\n \"fit\": [120, 80]\n },\n {\"canvas\": [{ \"type\": \"rect\", \"x\": 0, \"y\": 0, \"w\": 190, \"h\": \"$invoiceDetailsHeight\",\"r\":5, \"lineWidth\": 1,\"color\":\"$primaryColor:#009d91\"}],\"width\":10,\"margin\":[200,0,0,0]},\n {\n \"width\":400,\n \"table\": { \n \"body\": \"$invoiceDetails\"\n },\n \"layout\": \"noBorders\",\n \"margin\": [210, 10, 10, 0]\n }\n ] \n },\n {\n \"margin\": [0, 18, 0, 0],\n \"columnGap\": 50,\n \"columns\": [\n {\n \"width\": 212,\n \"stack\": [\n {\"text\": \"$invoiceToLabel:\", \"style\": \"toLabel\"},\n {\n \"canvas\": [{ \"type\": \"line\", \"x1\": 0, \"y1\": 4, \"x2\": 150, \"y2\": 4, \"lineWidth\": 1,\"dash\": { \"length\": 3 },\"lineColor\":\"$primaryColor:#009d91\"}],\n \"margin\": [0, 0, 0, 4]\n },\n \"$clientDetails\",\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 0, \"y1\": 9, \"x2\": 150, \"y2\": 9, \"lineWidth\": 1,\"dash\": { \"length\": 3 },\"lineColor\":\"$primaryColor:#009d91\"}]}\n ]\n },\n {\n \"width\": \"*\",\n \"stack\": [\n {\"text\": \"$fromLabel:\", \"style\": \"fromLabel\"},\n {\n \"canvas\": [{ \"type\": \"line\", \"x1\": 0, \"y1\": 4, \"x2\": 250, \"y2\": 4, \"lineWidth\": 1,\"dash\": { \"length\": 3 },\"lineColor\":\"$primaryColor:#009d91\"}],\n \"margin\": [0, 0, 0, 4]\n },\n {\"columns\":[\n \"$accountDetails\",\n \"$accountAddress\" \n ], \"columnGap\": 4}, \n {\"canvas\": [{ \"type\": \"line\", \"x1\": 0, \"y1\": 9, \"x2\": 250, \"y2\": 9, \"lineWidth\": 1,\"dash\": { \"length\": 3 },\"lineColor\":\"$primaryColor:#009d91\"}]}\n ]\n }\n ]\n },\n {\"canvas\": [{ \"type\": \"rect\", \"x\": 0, \"y\": 0, \"w\": 515, \"h\": 35,\"r\":6, \"lineWidth\": 1,\"color\":\"$primaryColor:#009d91\"}],\"width\":10,\"margin\":[0,30,0,-30]},\n {\n \"style\": \"invoiceLineItemsTable\",\n \"table\": {\n \"headerRows\": 1,\n \"widths\": \"$invoiceLineItemColumns\",\n \"body\": \"$invoiceLineItems\"\n },\n \"layout\": {\n \"hLineWidth\": \"$notFirst:.5\",\n \"vLineWidth\": \"$none\",\n \"hLineColor\": \"$primaryColor:#009d91\",\n \"paddingLeft\": \"$amount:8\", \n \"paddingRight\": \"$amount:8\", \n \"paddingTop\": \"$amount:8\", \n \"paddingBottom\": \"$amount:8\"\n }\n }, \n {\n \"columns\": [\n \"$notesAndTerms\",\n {\n \"stack\": [\n {\n \"style\": \"subtotals\",\n \"table\": {\n \"widths\": [\"*\", \"35%\"],\n \"body\": \"$subtotalsWithoutBalance\"\n },\n \"layout\": {\n \"hLineWidth\": \"$none\",\n \"vLineWidth\": \"$none\",\n \"paddingLeft\": \"$amount:34\",\n \"paddingRight\": \"$amount:8\",\n \"paddingTop\": \"$amount:4\",\n \"paddingBottom\": \"$amount:4\"\n }\n },\n {\n \"canvas\": [\n {\n \"type\": \"rect\",\n \"x\": 76,\n \"y\": 20,\n \"w\": 182,\n \"h\": 30,\n \"r\": 4,\n \"lineWidth\": 1,\n \"color\": \"$primaryColor:#009d91\"\n }\n ]\n },\n {\n \"style\": \"subtotalsBalance\",\n \"table\": {\n \"widths\": [\"*\", \"35%\"],\n \"body\": \"$subtotalsBalance\"\n },\n \"layout\": {\n \"hLineWidth\": \"$none\",\n \"vLineWidth\": \"$none\",\n \"paddingLeft\": \"$amount:34\",\n \"paddingRight\": \"$amount:8\",\n \"paddingTop\": \"$amount:4\",\n \"paddingBottom\": \"$amount:4\"\n }\n }\n ]\n }\n ]\n }, \n {\n \"stack\": [\n \"$invoiceDocuments\"\n ],\n \"style\": \"invoiceDocuments\"\n }\n], \n \"footer\": [\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 0, \"y1\": 38, \"x2\": 68, \"y2\": 38, \"lineWidth\": 6,\"lineColor\":\"#009d91\"}]},\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 68, \"y1\": 0, \"x2\": 135, \"y2\": 0, \"lineWidth\": 6,\"lineColor\":\"#1d766f\"}]},\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 135, \"y1\": 0, \"x2\": 201, \"y2\": 0, \"lineWidth\": 6,\"lineColor\":\"#ffb800\"}]},\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 201, \"y1\": 0, \"x2\": 267, \"y2\": 0, \"lineWidth\": 6,\"lineColor\":\"#bf9730\"}]},\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 267, \"y1\": 0, \"x2\": 333, \"y2\": 0, \"lineWidth\": 6,\"lineColor\":\"#ac2b50\"}]},\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 333, \"y1\": 0, \"x2\": 399, \"y2\": 0, \"lineWidth\": 6,\"lineColor\":\"#e60042\"}]},\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 399, \"y1\": 0, \"x2\": 465, \"y2\": 0, \"lineWidth\": 6,\"lineColor\":\"#ffb800\"}]},\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 465, \"y1\": 0, \"x2\": 532, \"y2\": 0, \"lineWidth\": 6,\"lineColor\":\"#009d91\"}]},\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 532, \"y1\": 0, \"x2\": 600, \"y2\": 0, \"lineWidth\": 6,\"lineColor\":\"#ac2b50\"}]},\n {\n \"text\": \"$invoiceFooter\",\n \"alignment\": \"left\",\n \"margin\": [40, -60, 40, 0]\n }\n ],\n \"header\": [\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 0, \"y1\": 0, \"x2\": 68, \"y2\": 0, \"lineWidth\": 9,\"lineColor\":\"#009d91\"}]},\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 68, \"y1\": 0, \"x2\": 135, \"y2\": 0, \"lineWidth\": 9,\"lineColor\":\"#1d766f\"}]},\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 135, \"y1\": 0, \"x2\": 201, \"y2\": 0, \"lineWidth\": 9,\"lineColor\":\"#ffb800\"}]},\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 201, \"y1\": 0, \"x2\": 267, \"y2\": 0, \"lineWidth\": 9,\"lineColor\":\"#bf9730\"}]},\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 267, \"y1\": 0, \"x2\": 333, \"y2\": 0, \"lineWidth\": 9,\"lineColor\":\"#ac2b50\"}]},\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 333, \"y1\": 0, \"x2\": 399, \"y2\": 0, \"lineWidth\": 9,\"lineColor\":\"#e60042\"}]},\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 399, \"y1\": 0, \"x2\": 465, \"y2\": 0, \"lineWidth\": 9,\"lineColor\":\"#ffb800\"}]},\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 465, \"y1\": 0, \"x2\": 532, \"y2\": 0, \"lineWidth\": 9,\"lineColor\":\"#009d91\"}]},\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 532, \"y1\": 0, \"x2\": 600, \"y2\": 0, \"lineWidth\": 9,\"lineColor\":\"#ac2b50\"}]}\n ],\n \"defaultStyle\": {\n \"fontSize\": \"$fontSize\",\n \"margin\": [8, 4, 8, 4]\n },\n \"styles\": {\n \"accountName\": {\n \"color\": \"$secondaryColor:#bb3328\"\n },\n \"accountDetails\": {\n \"margin\": [0, 2, 0, 1]\n },\n \"accountAddress\": {\n \"margin\": [0, 2, 0, 1]\n },\n \"clientDetails\": {\n \"margin\": [0, 2, 0, 1]\n },\n \"clientName\": {\n \"color\": \"$secondaryColor:#bb3328\"\n },\n \"even\": {\n \"fillColor\":\"#E8E8E8\"\n },\n \"odd\": {\n \"fillColor\":\"#F7F7F7\"\n },\n \"productKey\": {\n \"color\": \"$secondaryColor:#bb3328\"\n },\n \"lineTotal\": {\n \"bold\": true\n },\n \"tableHeader\": {\n \"bold\": true,\n \"fontSize\": \"$fontSizeLargest\",\n \"color\": \"#FFFFFF\"\n },\n \"secondTableHeader\": {\n \"color\": \"$primaryColor:#009d91\"\n },\n \"costTableHeader\": {\n \"alignment\": \"right\"\n },\n \"qtyTableHeader\": {\n \"alignment\": \"right\"\n },\n \"lineTotalTableHeader\": {\n \"alignment\": \"right\"\n }, \n \"subtotalsBalanceDueLabel\": {\n \"fontSize\": \"$fontSizeLargest\",\n \"color\":\"#FFFFFF\",\n \"bold\": true\n },\n \"subtotalsBalanceDue\": {\n \"fontSize\": \"$fontSizeLargest\",\n \"bold\": true,\n \"color\":\"#FFFFFF\",\n \"alignment\":\"right\"\n },\n \"invoiceDetails\": {\n \"color\": \"#FFFFFF\"\n },\n \"invoiceLineItemsTable\": {\n \"margin\": [0, 0, 0, 16]\n },\n \"invoiceDetailBalanceDueLabel\": {\n \"bold\": true\n },\n \"invoiceDetailBalanceDue\": {\n \"bold\": true\n },\n \"fromLabel\": {\n \"color\": \"$primaryColor:#009d91\"\n },\n \"toLabel\": {\n \"color\": \"$primaryColor:#009d91\"\n },\n \"cost\": {\n \"alignment\": \"right\"\n },\n \"quantity\": {\n \"alignment\": \"right\"\n },\n \"tax\": {\n \"alignment\": \"right\"\n },\n \"lineTotal\": {\n \"alignment\": \"right\"\n },\n \"subtotals\": {\n \"alignment\": \"right\"\n }, \n \"subtotalsBalance\": {\n \"alignment\": \"right\",\n \"margin\": [0, -25, 0, 0]\n }, \n \"termsLabel\": {\n \"bold\": true,\n \"margin\": [0, 0, 0, 4]\n },\n \"header\": {\n \"fontSize\": \"$fontSizeLargest\",\n \"bold\": true\n },\n \"subheader\": {\n \"fontSize\": \"$fontSizeLarger\"\n },\n \"help\": {\n \"fontSize\": \"$fontSizeSmaller\",\n \"color\": \"#737373\"\n }\n },\n \"pageMargins\": [40, 40, 40, 40]\n}\n'),(10,'Photo',NULL,'{\n \"content\": [\n {\n \"columns\": [\n {\n \"image\": \"$accountLogo\",\n \"fit\": [120, 80]\n },\n {\n \"text\": \"\",\n \"width\": \"*\"\n },\n {\n \"width\":180,\n \"table\": { \n \"body\": \"$invoiceDetails\"\n },\n \"layout\": \"noBorders\"\n }]\n },\n {\n \"image\": \"data:image/jpeg;base64,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\",\n \"margin\": [-40, 16, 0, 0],\n \"width\": 595\n },\n {\n \"margin\": [-20, -150, 0, 0],\n \"columnGap\": 8,\n \"columns\": [\n {\n \"width\": \"auto\",\n \"text\": \"$toLabel:\",\n \"style\": \"bold\",\n \"color\":\"#cd5138\"\n },\n {\n \"width\": \"*\",\n \"stack\": \"$clientDetails\",\n \"margin\": [4, 0, 0, 0]\n }\n ]\n },\n {\n \"margin\": [-20, 10, 0, 140],\n \"columnGap\": 8,\n \"columns\": [\n {\n \"width\": \"auto\",\n \"text\": \"$fromLabel:\",\n \"style\": \"bold\",\n \"color\":\"#cd5138\"\n },\n {\n \"width\": \"*\",\n \"stack\": [\n {\n \"width\": 150,\n \"stack\": \"$accountDetails\"\n },\n {\n \"width\": 150,\n \"stack\": \"$accountAddress\"\n }\n ]\n }\n ]\n },\n {\"canvas\": [{ \"type\": \"line\", \"x1\": 0, \"y1\": 5, \"x2\": 515, \"y2\": 5, \"lineWidth\": 1.5}],\"margin\":[0,0,0,-30]},\n {\n \"style\": \"invoiceLineItemsTable\",\n \"table\": {\n \"headerRows\": 1,\n \"widths\": \"$invoiceLineItemColumns\",\n \"body\": \"$invoiceLineItems\"\n },\n \"layout\": {\n \"hLineWidth\": \"$notFirst:.5\",\n \"vLineWidth\": \"$none\",\n \"hLineColor\": \"#000000\",\n \"paddingLeft\": \"$amount:8\", \n \"paddingRight\": \"$amount:8\", \n \"paddingTop\": \"$amount:10\", \n \"paddingBottom\": \"$amount:10\" \n }\n },\n {\n \"columns\": [\n \"$notesAndTerms\",\n {\n \"alignment\": \"right\",\n \"table\": {\n \"widths\": [\"*\", \"40%\"],\n \"body\": \"$subtotals\"\n },\n \"layout\": {\n \"hLineWidth\": \"$none\",\n \"vLineWidth\": \"$none\",\n \"paddingLeft\": \"$amount:34\", \n \"paddingRight\": \"$amount:8\", \n \"paddingTop\": \"$amount:4\", \n \"paddingBottom\": \"$amount:4\" \n }\n }]\n },\n {\n \"stack\": [\n \"$invoiceDocuments\"\n ],\n \"style\": \"invoiceDocuments\"\n }\n ],\n \"defaultStyle\": {\n \"fontSize\": \"$fontSize\",\n \"margin\": [8, 4, 8, 4]\n },\n \"footer\": {\n \"columns\": [\n {\n \"text\": \"$invoiceFooter\",\n \"alignment\": \"left\"\n }\n ],\n \"margin\": [40, -20, 40, 0]\n },\n \"styles\": {\n \"accountDetails\": {\n \"margin\": [0, 0, 0, 3]\n },\n \"accountAddress\": {\n \"margin\": [0, 0, 0, 3]\n },\n \"clientDetails\": {\n \"margin\": [0, 0, 0, 3]\n },\n \"productKey\": {\n \"color\": \"$primaryColor:#cd5138\"\n },\n \"lineTotal\": {\n \"color\": \"$primaryColor:#cd5138\"\n },\n \"tableHeader\": {\n \"bold\": true,\n \"fontSize\": \"$fontSizeLarger\"\n },\n \"subtotalsBalanceDueLabel\": {\n \"fontSize\": \"$fontSizeLargest\"\n },\n \"subtotalsBalanceDue\": {\n \"fontSize\": \"$fontSizeLargest\",\n \"color\": \"$primaryColor:#cd5138\"\n },\n \"invoiceLineItemsTable\": {\n \"margin\": [0, 0, 0, 16]\n },\n \"cost\": {\n \"alignment\": \"right\"\n },\n \"quantity\": {\n \"alignment\": \"right\"\n },\n \"tax\": {\n \"alignment\": \"right\"\n },\n \"lineTotal\": {\n \"alignment\": \"right\"\n },\n \"termsLabel\": {\n \"bold\": true,\n \"margin\": [0, 0, 0, 4]\n },\n \"header\": {\n \"fontSize\": \"$fontSizeLargest\",\n \"bold\": true\n },\n \"help\": {\n \"fontSize\": \"$fontSizeSmaller\",\n \"color\": \"#737373\"\n }\n },\n \"pageMargins\": [40, 30, 40, 30]\n}\n'),(11,'Custom1',NULL,NULL),(12,'Custom2',NULL,NULL),(13,'Custom3',NULL,NULL); /*!40000 ALTER TABLE `invoice_designs` ENABLE KEYS */; UNLOCK TABLES; @@ -1532,7 +1532,7 @@ CREATE TABLE `languages` ( `name` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `locale` varchar(255) COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; +) ENGINE=InnoDB AUTO_INCREMENT=27 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -1541,7 +1541,7 @@ CREATE TABLE `languages` ( LOCK TABLES `languages` WRITE; /*!40000 ALTER TABLE `languages` DISABLE KEYS */; -INSERT INTO `languages` VALUES (1,'English','en'),(2,'Italian','it'),(3,'German','de'),(4,'French','fr'),(5,'Portuguese - Brazilian','pt_BR'),(6,'Dutch','nl'),(7,'Spanish','es'),(8,'Norwegian','nb_NO'),(9,'Danish','da'),(10,'Japanese','ja'),(11,'Swedish','sv'),(12,'Spanish - Spain','es_ES'),(13,'French - Canada','fr_CA'),(14,'Lithuanian','lt'),(15,'Polish','pl'),(16,'Czech','cs'),(17,'Croatian','hr'),(18,'Albanian','sq'),(19,'Greek','el'),(20,'English - United Kingdom','en_UK'),(21,'Portuguese - Portugal','pt_PT'),(22,'Slovenian','sl'),(23,'Finnish','fi'),(24,'Romanian','ro'),(25,'Turkish - Turkey','tr_TR'); +INSERT INTO `languages` VALUES (1,'English','en'),(2,'Italian','it'),(3,'German','de'),(4,'French','fr'),(5,'Portuguese - Brazilian','pt_BR'),(6,'Dutch','nl'),(7,'Spanish','es'),(8,'Norwegian','nb_NO'),(9,'Danish','da'),(10,'Japanese','ja'),(11,'Swedish','sv'),(12,'Spanish - Spain','es_ES'),(13,'French - Canada','fr_CA'),(14,'Lithuanian','lt'),(15,'Polish','pl'),(16,'Czech','cs'),(17,'Croatian','hr'),(18,'Albanian','sq'),(19,'Greek','el'),(20,'English - United Kingdom','en_UK'),(21,'Portuguese - Portugal','pt_PT'),(22,'Slovenian','sl'),(23,'Finnish','fi'),(24,'Romanian','ro'),(25,'Turkish - Turkey','tr_TR'),(26,'Thai','th'); /*!40000 ALTER TABLE `languages` ENABLE KEYS */; UNLOCK TABLES; @@ -1824,7 +1824,7 @@ CREATE TABLE `payment_libraries` ( LOCK TABLES `payment_libraries` WRITE; /*!40000 ALTER TABLE `payment_libraries` DISABLE KEYS */; -INSERT INTO `payment_libraries` VALUES (1,'2017-08-21 16:01:54','2017-08-21 16:01:54','Omnipay',1),(2,'2017-08-21 16:01:54','2017-08-21 16:01:54','PHP-Payments [Deprecated]',1); +INSERT INTO `payment_libraries` VALUES (1,'2017-09-10 03:46:48','2017-09-10 03:46:48','Omnipay',1),(2,'2017-09-10 03:46:48','2017-09-10 03:46:48','PHP-Payments [Deprecated]',1); /*!40000 ALTER TABLE `payment_libraries` ENABLE KEYS */; UNLOCK TABLES; @@ -1934,7 +1934,7 @@ CREATE TABLE `payment_terms` ( LOCK TABLES `payment_terms` WRITE; /*!40000 ALTER TABLE `payment_terms` DISABLE KEYS */; -INSERT INTO `payment_terms` VALUES (1,7,'Net 7','2017-08-21 16:01:54','2017-08-21 16:01:54',NULL,0,0,1),(2,10,'Net 10','2017-08-21 16:01:54','2017-08-21 16:01:54',NULL,0,0,2),(3,14,'Net 14','2017-08-21 16:01:54','2017-08-21 16:01:54',NULL,0,0,3),(4,15,'Net 15','2017-08-21 16:01:54','2017-08-21 16:01:54',NULL,0,0,4),(5,30,'Net 30','2017-08-21 16:01:54','2017-08-21 16:01:54',NULL,0,0,5),(6,60,'Net 60','2017-08-21 16:01:54','2017-08-21 16:01:54',NULL,0,0,6),(7,90,'Net 90','2017-08-21 16:01:54','2017-08-21 16:01:54',NULL,0,0,7),(8,-1,'Net 0','2017-08-21 16:01:57','2017-08-21 16:01:57',NULL,0,0,0); +INSERT INTO `payment_terms` VALUES (1,7,'Net 7','2017-09-10 03:46:48','2017-09-10 03:46:48',NULL,0,0,1),(2,10,'Net 10','2017-09-10 03:46:48','2017-09-10 03:46:48',NULL,0,0,2),(3,14,'Net 14','2017-09-10 03:46:48','2017-09-10 03:46:48',NULL,0,0,3),(4,15,'Net 15','2017-09-10 03:46:48','2017-09-10 03:46:48',NULL,0,0,4),(5,30,'Net 30','2017-09-10 03:46:48','2017-09-10 03:46:48',NULL,0,0,5),(6,60,'Net 60','2017-09-10 03:46:48','2017-09-10 03:46:48',NULL,0,0,6),(7,90,'Net 90','2017-09-10 03:46:48','2017-09-10 03:46:48',NULL,0,0,7),(8,-1,'Net 0','2017-09-10 03:46:51','2017-09-10 03:46:51',NULL,0,0,0); /*!40000 ALTER TABLE `payment_terms` ENABLE KEYS */; UNLOCK TABLES; @@ -1952,7 +1952,7 @@ CREATE TABLE `payment_types` ( PRIMARY KEY (`id`), KEY `payment_types_gateway_type_id_foreign` (`gateway_type_id`), CONSTRAINT `payment_types_gateway_type_id_foreign` FOREIGN KEY (`gateway_type_id`) REFERENCES `gateway_types` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB AUTO_INCREMENT=28 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; +) ENGINE=InnoDB AUTO_INCREMENT=30 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -1961,7 +1961,7 @@ CREATE TABLE `payment_types` ( LOCK TABLES `payment_types` WRITE; /*!40000 ALTER TABLE `payment_types` DISABLE KEYS */; -INSERT INTO `payment_types` VALUES (1,'Apply Credit',NULL),(2,'Bank Transfer',2),(3,'Cash',NULL),(4,'Debit',1),(5,'ACH',2),(6,'Visa Card',1),(7,'MasterCard',1),(8,'American Express',1),(9,'Discover Card',1),(10,'Diners Card',1),(11,'EuroCard',1),(12,'Nova',1),(13,'Credit Card Other',1),(14,'PayPal',3),(15,'Google Wallet',NULL),(16,'Check',NULL),(17,'Carte Blanche',1),(18,'UnionPay',1),(19,'JCB',1),(20,'Laser',1),(21,'Maestro',1),(22,'Solo',1),(23,'Switch',1),(24,'iZettle',1),(25,'Swish',2),(26,'Venmo',NULL),(27,'Money Order',NULL); +INSERT INTO `payment_types` VALUES (1,'Apply Credit',NULL),(2,'Bank Transfer',2),(3,'Cash',NULL),(4,'Debit',1),(5,'ACH',2),(6,'Visa Card',1),(7,'MasterCard',1),(8,'American Express',1),(9,'Discover Card',1),(10,'Diners Card',1),(11,'EuroCard',1),(12,'Nova',1),(13,'Credit Card Other',1),(14,'PayPal',3),(15,'Google Wallet',NULL),(16,'Check',NULL),(17,'Carte Blanche',1),(18,'UnionPay',1),(19,'JCB',1),(20,'Laser',1),(21,'Maestro',1),(22,'Solo',1),(23,'Switch',1),(24,'iZettle',1),(25,'Swish',2),(26,'Venmo',NULL),(27,'Money Order',NULL),(28,'Alipay',7),(29,'Sofort',8); /*!40000 ALTER TABLE `payment_types` ENABLE KEYS */; UNLOCK TABLES; @@ -2592,4 +2592,4 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2017-08-21 22:01:58 +-- Dump completed on 2017-09-10 9:46:52 diff --git a/resources/lang/ca/texts.php b/resources/lang/ca/texts.php index 706aa8496ac1..86249c9fa423 100644 --- a/resources/lang/ca/texts.php +++ b/resources/lang/ca/texts.php @@ -238,7 +238,7 @@ $LANG = array( 'confirmation_subject' => 'Invoice Ninja Account Confirmation', 'confirmation_header' => 'Account Confirmation', 'confirmation_message' => 'Please access the link below to confirm your account.', - 'invoice_subject' => 'New invoice :invoice from :account', + 'invoice_subject' => 'New invoice :number from :account', 'invoice_message' => 'To view your invoice for :amount, click the link below.', 'payment_subject' => 'Payment Received', 'payment_message' => 'Thank you for your payment of :amount.', @@ -337,7 +337,7 @@ $LANG = array( 'deleted_quote' => 'Successfully deleted quote', 'deleted_quotes' => 'Successfully deleted :count quotes', 'converted_to_invoice' => 'Successfully converted quote to invoice', - 'quote_subject' => 'New quote :quote from :account', + 'quote_subject' => 'New quote :number from :account', 'quote_message' => 'To view your quote for :amount, click the link below.', 'quote_link_message' => 'To view your client quote click the link below:', 'notification_quote_sent_subject' => 'Quote :invoice was sent to :client', @@ -395,7 +395,7 @@ $LANG = array( 'more_designs_self_host_text' => '', 'buy' => 'Buy', 'bought_designs' => 'Successfully added additional invoice designs', - 'sent' => 'sent', + 'sent' => 'Sent', 'vat_number' => 'VAT Number', 'timesheets' => 'Timesheets', 'payment_title' => 'Enter Your Billing Address and Credit Card information', @@ -439,7 +439,7 @@ $LANG = array( 'reset_all' => 'Reset All', 'approve' => 'Approve', 'token_billing_type_id' => 'Token Billing', - 'token_billing_help' => 'Store payment details with WePay, Stripe or Braintree.', + 'token_billing_help' => 'Store payment details with WePay, Stripe, Braintree or GoCardless.', 'token_billing_1' => 'Disabled', 'token_billing_2' => 'Opt-in - checkbox is shown but not selected', 'token_billing_3' => 'Opt-out - checkbox is shown and selected', @@ -670,6 +670,8 @@ $LANG = array( 'status_viewed' => 'Viewed', 'status_partial' => 'Partial', 'status_paid' => 'Paid', + 'status_unpaid' => 'Unpaid', + 'status_all' => 'All', 'show_line_item_tax' => 'Display line item taxes inline', 'iframe_url' => 'Website', 'iframe_url_help1' => 'Copy the following code to a page on your site.', @@ -832,7 +834,7 @@ $LANG = array( 'disabled' => 'Disabled', 'show_archived_users' => 'Show archived users', 'notes' => 'Notes', - 'invoice_will_create' => 'client will be created', + 'invoice_will_create' => 'invoice will be created', 'invoices_will_create' => 'invoices will be created', 'failed_to_import' => 'The following records failed to import, they either already exist or are missing required fields.', 'publishable_key' => 'Publishable Key', @@ -1013,7 +1015,7 @@ $LANG = array( 'pro_plan_remove_logo' => ':link to remove the Invoice Ninja logo by joining the Pro Plan', 'pro_plan_remove_logo_link' => 'Click here', - 'invitation_status_sent' => 'Sent', + 'invitation_status_sent' => 'sent', 'invitation_status_opened' => 'Openend', 'invitation_status_viewed' => 'Viewed', 'email_error_inactive_client' => 'Emails can not be sent to inactive clients', @@ -1174,7 +1176,7 @@ $LANG = array( 'list_vendors' => 'List Vendors', 'add_users_not_supported' => 'Upgrade to the Enterprise plan to add additional users to your account.', 'enterprise_plan_features' => 'The Enterprise plan adds support for multiple users and file attachments, :link to see the full list of features.', - 'return_to_app' => 'Return to app', + 'return_to_app' => 'Return To App', // Payment updates @@ -1211,8 +1213,8 @@ $LANG = array( 'payment_type_stripe' => 'Stripe', 'ach' => 'ACH', - 'enable_ach' => 'Enable ACH', - 'stripe_ach_help' => 'ACH support must also be enabled at Stripe.', + 'enable_ach' => 'Accept US bank transfers', + 'stripe_ach_help' => 'ACH support must also be enabled in :link.', 'ach_disabled' => 'Another gateway is already configured for direct debit.', 'plaid' => 'Plaid', @@ -1408,6 +1410,8 @@ $LANG = array( 'payment_type_Switch' => 'Switch', 'payment_type_iZettle' => 'iZettle', 'payment_type_Swish' => 'Swish', + 'payment_type_Alipay' => 'Alipay', + 'payment_type_Sofort' => 'Sofort', // Industries 'industry_Accounting & Legal' => 'Accounting & Legal', @@ -2005,7 +2009,7 @@ $LANG = array( 'toggle_menu' => 'Toggle Menu', 'new_...' => 'New ...', 'list_...' => 'List ...', - 'created_at' => 'Created', + 'created_at' => 'Date Created', 'contact_us' => 'Contact Us', 'support_forum' => 'Support Forum', 'user_guide' => 'User Guide', @@ -2179,7 +2183,7 @@ $LANG = array( 'created_new_company' => 'Successfully created new company', 'fees_disabled_for_gateway' => 'Fees are disabled for this gateway.', 'logout_and_delete' => 'Log Out/Delete Account', - 'tax_rate_type_help' => 'Inclusive taxes adjust the line item cost when selected.', + 'tax_rate_type_help' => 'Inclusive tax rates adjust the line item cost when selected.
Only exclusive tax rates can be used as a default.', 'invoice_footer_help' => 'Use $pageNumber and $pageCount to display the page information.', 'credit_note' => 'Credit Note', 'credit_issued_to' => 'Credit issued to', @@ -2191,9 +2195,9 @@ $LANG = array( 'error_incorrect_gateway_ids' => 'Error: The gateways table has incorrect ids.', 'purge_data' => 'Purge Data', 'delete_data' => 'Delete Data', - 'purge_data_help' => 'Permanently delete all data in the account, keeping the account and settings.', + 'purge_data_help' => 'Permanently delete all data but keep the account and settings.', 'cancel_account_help' => 'Permanently delete the account along with all data and setting.', - 'purge_successful' => 'Successfully purged account data', + 'purge_successful' => 'Successfully purged company data', 'forbidden' => 'Forbidden', 'purge_data_message' => 'Warning: This will permanently erase your data, there is no undo.', 'contact_phone' => 'Contact Phone', @@ -2236,7 +2240,7 @@ $LANG = array( 'oauth_taken' => 'The account is already registered', 'emailed_payment' => 'Successfully emailed payment', 'email_payment' => 'Email Payment', - 'sent' => 'sent', + 'sent' => 'Sent', 'invoiceplane_import' => 'Use :link to migrate your data from InvoicePlane.', 'duplicate_expense_warning' => 'Warning: This :link may be a duplicate', 'expense_link' => 'expense', @@ -2366,7 +2370,7 @@ $LANG = array( 'currency_saudi_riyal' => 'Saudi Riyal', 'currency_japanese_yen' => 'Japanese Yen', 'currency_maldivian_rufiyaa' => 'Maldivian Rufiyaa', - 'currency_costa_rican_colón' => 'Costa Rican Colón', + 'currency_costa_rican_colon' => 'Costa Rican Colón', 'currency_pakistani_rupee' => 'Pakistani Rupee', 'currency_polish_zloty' => 'Polish Zloty', 'currency_sri_lankan_rupee' => 'Sri Lankan Rupee', @@ -2382,11 +2386,12 @@ $LANG = array( 'currency_taiwan_new_dollar' => 'Taiwan New Dollar', 'currency_dominican_peso' => 'Dominican Peso', 'currency_chilean_peso' => 'Chilean Peso', - 'currency_icelandic_króna' => 'Icelandic Króna', + 'currency_icelandic_krona' => 'Icelandic Króna', 'currency_papua_new_guinean_kina' => 'Papua New Guinean Kina', 'currency_jordanian_dinar' => 'Jordanian Dinar', 'currency_myanmar_kyat' => 'Myanmar Kyat', 'currency_peruvian_sol' => 'Peruvian Sol', + 'review_app_help' => 'We hope you\'re enjoying using the app.
If you\'d consider writing a review we\'d greatly appreciate it!', 'use_english_version' => 'Make sure to use the English version of the files.
We use the column headers to match the fields.', 'tax1' => 'First Tax', @@ -2400,6 +2405,46 @@ $LANG = array( 'contact_custom1' => 'Contact First Custom', 'contact_custom2' => 'Contact Second Custom', 'currency' => 'Currency', + 'ofx_help' => 'In most cases the default values should work, if you\'re unable to connect it may help to adjust the settings.', + + 'item_product' => 'Item Product', + 'item_notes' => 'Item Notes', + 'item_cost' => 'Item Cost', + 'item_quantity' => 'Item Quantity', + 'item_tax_rate' => 'Item Tax Rate', + 'item_tax_name' => 'Item Tax Name', + 'item_tax1' => 'Item Tax1', + 'item_tax2' => 'Item Tax2', + + 'delete_company' => 'Delete Company', + 'delete_company_help' => 'Permanently delete the company along with all data and setting.', + 'delete_company_message' => 'Warning: This will permanently delete your company, there is no undo.', + + 'applied_discount' => 'The coupon has been applied, the plan price has been reduced by :discount%.', + 'applied_free_year' => 'The coupon has been applied, your account has been upgraded to pro for one year.', + + 'contact_us_help' => 'If you\'re reporting an error please include any relevant logs from storage/logs/laravel-error.log', + 'include_errors' => 'Include Errors', + 'include_errors_help' => 'Include :link from storage/logs/laravel-error.log', + 'recent_errors' => 'recent errors', + 'add_item' => 'Add Item', + 'customer' => 'Customer', + 'customers' => 'Customers', + 'created_customer' => 'Successfully created customer', + 'created_customers' => 'Successfully created :count customers', + + 'purge_details' => 'The data in your company (:account) has been successfully purged.', + 'deleted_company' => 'Successfully canceled account', + 'deleted_account' => 'Successfully deleted company', + 'deleted_company_details' => 'Your company (:account) has been successfully deleted.', + 'deleted_account_details' => 'Your account (:account) has been successfully deleted.', + + 'alipay' => 'Alipay', + 'sofort' => 'Sofort', + 'enable_alipay' => 'Accept Alipay', + 'enable_sofort' => 'Accept EU bank transfers', + 'stripe_alipay_help' => 'These gateways also need to be activated in :link.', + 'gocardless_webhook_help_link_text' => 'add this URL as an endpoint in GoCardless', ); diff --git a/resources/lang/cs/texts.php b/resources/lang/cs/texts.php index dc8b9de8b651..8f626df4011c 100644 --- a/resources/lang/cs/texts.php +++ b/resources/lang/cs/texts.php @@ -238,7 +238,7 @@ $LANG = array( 'confirmation_subject' => 'Invoice Ninja účet - ověření', 'confirmation_header' => 'Ověření účtu', 'confirmation_message' => 'Prosím klikněte na odkaz níže pro potvrzení Vašeho účtu.', - 'invoice_subject' => 'Nová faktura :invoice od :account', + 'invoice_subject' => 'New invoice :number from :account', 'invoice_message' => 'Pro zobrazení faktury za :amount, klikněte na odkaz níže.', 'payment_subject' => 'Platba obdržena', 'payment_message' => 'Děkujeme za Vaši platbu vy výši :amount.', @@ -336,7 +336,7 @@ $LANG = array( 'deleted_quote' => 'Nabídka úspěšně smazána', 'deleted_quotes' => ':count nabídek bylo úspěšně smazáno', 'converted_to_invoice' => 'Nabídka byla úspěšně změněna na fakturu', - 'quote_subject' => 'Nová nabídka :quote od :account', + 'quote_subject' => 'New quote :number from :account', 'quote_message' => 'Pro zobrazení nabídky za :amount, klikněte na odkaz níže.', 'quote_link_message' => 'Pro zobrazení nabídky vašeho klienta klikněte na odkaz níže:', 'notification_quote_sent_subject' => 'Nabídka :invoice byla odeslána klientovi :client', @@ -394,7 +394,7 @@ $LANG = array( 'more_designs_self_host_text' => '', 'buy' => 'Buy', 'bought_designs' => 'Další vzhledy faktur přidány', - 'sent' => 'sent', + 'sent' => 'Sent', 'vat_number' => 'DIČ', 'timesheets' => 'Časové výkazy', 'payment_title' => 'Zadejte Vaší fakturační adresu a informace o platební kartě', @@ -438,7 +438,7 @@ $LANG = array( 'reset_all' => 'Resetovat vše', 'approve' => 'Schválit', 'token_billing_type_id' => 'Token účtování', - 'token_billing_help' => 'Store payment details with WePay, Stripe or Braintree.', + 'token_billing_help' => 'Store payment details with WePay, Stripe, Braintree or GoCardless.', 'token_billing_1' => 'Vypnuto', 'token_billing_2' => 'Opt-in - checkbox je zobrazen nezaškrtnutý', 'token_billing_3' => 'Opt-out - je zobrazen zaškrtnutý', @@ -671,6 +671,8 @@ $LANG = array( 'status_viewed' => 'Zobrazené', 'status_partial' => 'Částečné', 'status_paid' => 'Placené', + 'status_unpaid' => 'Unpaid', + 'status_all' => 'All', 'show_line_item_tax' => 'Zobrazit daně v řádku v položkách', 'iframe_url' => 'Web', 'iframe_url_help1' => 'Zkopírujte následující kód na Váš web.', @@ -833,7 +835,7 @@ $LANG = array( 'disabled' => 'Nepovolen', 'show_archived_users' => 'Zobrazit archivované uživatele', 'notes' => 'Poznámky', - 'invoice_will_create' => 'klient bude vytvořen', + 'invoice_will_create' => 'invoice will be created', 'invoices_will_create' => 'faktury budou vytvořeny', 'failed_to_import' => 'Následující záznamy selhaly u importu, buď již existují nebo nemají požadovaná pole.', 'publishable_key' => 'Veřejný klíč', @@ -1015,7 +1017,7 @@ $LANG = array( 'pro_plan_remove_logo' => ':link pro odstranění loga Invoice Ninja připojením se k profi plánu', 'pro_plan_remove_logo_link' => 'Klikněte zde', - 'invitation_status_sent' => 'Odesláno', + 'invitation_status_sent' => 'sent', 'invitation_status_opened' => 'Openend', 'invitation_status_viewed' => 'Viewed', 'email_error_inactive_client' => 'Emaily nemohou být odeslány neaktivním klientům', @@ -1176,7 +1178,7 @@ $LANG = array( 'list_vendors' => 'List Vendors', 'add_users_not_supported' => 'Upgrade to the Enterprise plan to add additional users to your account.', 'enterprise_plan_features' => 'The Enterprise plan adds support for multiple users and file attachments, :link to see the full list of features.', - 'return_to_app' => 'Return to app', + 'return_to_app' => 'Return To App', // Payment updates @@ -1213,8 +1215,8 @@ $LANG = array( 'payment_type_stripe' => 'Stripe', 'ach' => 'ACH', - 'enable_ach' => 'Enable ACH', - 'stripe_ach_help' => 'ACH support must also be enabled at Stripe.', + 'enable_ach' => 'Accept US bank transfers', + 'stripe_ach_help' => 'ACH support must also be enabled in :link.', 'ach_disabled' => 'Another gateway is already configured for direct debit.', 'plaid' => 'Plaid', @@ -1410,6 +1412,8 @@ $LANG = array( 'payment_type_Switch' => 'Switch', 'payment_type_iZettle' => 'iZettle', 'payment_type_Swish' => 'Swish', + 'payment_type_Alipay' => 'Alipay', + 'payment_type_Sofort' => 'Sofort', // Industries 'industry_Accounting & Legal' => 'Accounting & Legal', @@ -2007,7 +2011,7 @@ $LANG = array( 'toggle_menu' => 'Toggle Menu', 'new_...' => 'New ...', 'list_...' => 'List ...', - 'created_at' => 'Created', + 'created_at' => 'Date Created', 'contact_us' => 'Contact Us', 'support_forum' => 'Support Forum', 'user_guide' => 'User Guide', @@ -2181,7 +2185,7 @@ $LANG = array( 'created_new_company' => 'Successfully created new company', 'fees_disabled_for_gateway' => 'Fees are disabled for this gateway.', 'logout_and_delete' => 'Log Out/Delete Account', - 'tax_rate_type_help' => 'Inclusive taxes adjust the line item cost when selected.', + 'tax_rate_type_help' => 'Inclusive tax rates adjust the line item cost when selected.
Only exclusive tax rates can be used as a default.', 'invoice_footer_help' => 'Use $pageNumber and $pageCount to display the page information.', 'credit_note' => 'Credit Note', 'credit_issued_to' => 'Credit issued to', @@ -2193,9 +2197,9 @@ $LANG = array( 'error_incorrect_gateway_ids' => 'Error: The gateways table has incorrect ids.', 'purge_data' => 'Purge Data', 'delete_data' => 'Delete Data', - 'purge_data_help' => 'Permanently delete all data in the account, keeping the account and settings.', + 'purge_data_help' => 'Permanently delete all data but keep the account and settings.', 'cancel_account_help' => 'Permanently delete the account along with all data and setting.', - 'purge_successful' => 'Successfully purged account data', + 'purge_successful' => 'Successfully purged company data', 'forbidden' => 'Forbidden', 'purge_data_message' => 'Warning: This will permanently erase your data, there is no undo.', 'contact_phone' => 'Contact Phone', @@ -2238,7 +2242,7 @@ $LANG = array( 'oauth_taken' => 'The account is already registered', 'emailed_payment' => 'Successfully emailed payment', 'email_payment' => 'Email Payment', - 'sent' => 'sent', + 'sent' => 'Sent', 'invoiceplane_import' => 'Use :link to migrate your data from InvoicePlane.', 'duplicate_expense_warning' => 'Warning: This :link may be a duplicate', 'expense_link' => 'expense', @@ -2368,7 +2372,7 @@ $LANG = array( 'currency_saudi_riyal' => 'Saudi Riyal', 'currency_japanese_yen' => 'Japanese Yen', 'currency_maldivian_rufiyaa' => 'Maldivian Rufiyaa', - 'currency_costa_rican_colón' => 'Costa Rican Colón', + 'currency_costa_rican_colon' => 'Costa Rican Colón', 'currency_pakistani_rupee' => 'Pakistani Rupee', 'currency_polish_zloty' => 'Polish Zloty', 'currency_sri_lankan_rupee' => 'Sri Lankan Rupee', @@ -2384,11 +2388,12 @@ $LANG = array( 'currency_taiwan_new_dollar' => 'Taiwan New Dollar', 'currency_dominican_peso' => 'Dominican Peso', 'currency_chilean_peso' => 'Chilean Peso', - 'currency_icelandic_króna' => 'Icelandic Króna', + 'currency_icelandic_krona' => 'Icelandic Króna', 'currency_papua_new_guinean_kina' => 'Papua New Guinean Kina', 'currency_jordanian_dinar' => 'Jordanian Dinar', 'currency_myanmar_kyat' => 'Myanmar Kyat', 'currency_peruvian_sol' => 'Peruvian Sol', + 'review_app_help' => 'We hope you\'re enjoying using the app.
If you\'d consider writing a review we\'d greatly appreciate it!', 'use_english_version' => 'Make sure to use the English version of the files.
We use the column headers to match the fields.', 'tax1' => 'First Tax', @@ -2402,6 +2407,46 @@ $LANG = array( 'contact_custom1' => 'Contact First Custom', 'contact_custom2' => 'Contact Second Custom', 'currency' => 'Currency', + 'ofx_help' => 'In most cases the default values should work, if you\'re unable to connect it may help to adjust the settings.', + + 'item_product' => 'Item Product', + 'item_notes' => 'Item Notes', + 'item_cost' => 'Item Cost', + 'item_quantity' => 'Item Quantity', + 'item_tax_rate' => 'Item Tax Rate', + 'item_tax_name' => 'Item Tax Name', + 'item_tax1' => 'Item Tax1', + 'item_tax2' => 'Item Tax2', + + 'delete_company' => 'Delete Company', + 'delete_company_help' => 'Permanently delete the company along with all data and setting.', + 'delete_company_message' => 'Warning: This will permanently delete your company, there is no undo.', + + 'applied_discount' => 'The coupon has been applied, the plan price has been reduced by :discount%.', + 'applied_free_year' => 'The coupon has been applied, your account has been upgraded to pro for one year.', + + 'contact_us_help' => 'If you\'re reporting an error please include any relevant logs from storage/logs/laravel-error.log', + 'include_errors' => 'Include Errors', + 'include_errors_help' => 'Include :link from storage/logs/laravel-error.log', + 'recent_errors' => 'recent errors', + 'add_item' => 'Add Item', + 'customer' => 'Customer', + 'customers' => 'Customers', + 'created_customer' => 'Successfully created customer', + 'created_customers' => 'Successfully created :count customers', + + 'purge_details' => 'The data in your company (:account) has been successfully purged.', + 'deleted_company' => 'Successfully canceled account', + 'deleted_account' => 'Successfully deleted company', + 'deleted_company_details' => 'Your company (:account) has been successfully deleted.', + 'deleted_account_details' => 'Your account (:account) has been successfully deleted.', + + 'alipay' => 'Alipay', + 'sofort' => 'Sofort', + 'enable_alipay' => 'Accept Alipay', + 'enable_sofort' => 'Accept EU bank transfers', + 'stripe_alipay_help' => 'These gateways also need to be activated in :link.', + 'gocardless_webhook_help_link_text' => 'add this URL as an endpoint in GoCardless', ); diff --git a/resources/lang/da/texts.php b/resources/lang/da/texts.php index 60b31bfdf61d..a87997635da3 100644 --- a/resources/lang/da/texts.php +++ b/resources/lang/da/texts.php @@ -4,7 +4,7 @@ $LANG = array( 'organization' => 'Organisation', 'name' => 'Navn', - 'website' => 'Webside', + 'website' => 'Hjemmeside', 'work_phone' => 'Telefon', 'address' => 'Adresse', 'address1' => 'Gade', @@ -238,7 +238,7 @@ $LANG = array( 'confirmation_subject' => 'Invoice Ninja konto bekræftelse', 'confirmation_header' => 'Konto bekræftelse', 'confirmation_message' => 'Venligst klik på linket nedenfor for at bekræfte din konto.', - 'invoice_subject' => 'Ny faktura :invoice fra :account', + 'invoice_subject' => 'New invoice :number from :account', 'invoice_message' => 'For at se din faktura på :amount, klik på linket nedenfor.', 'payment_subject' => 'Betaling modtaget', 'payment_message' => 'Tak for din betaling pålydende :amount.', @@ -337,7 +337,7 @@ $LANG = array( 'deleted_quote' => 'Tilbud slettet', 'deleted_quotes' => 'Slettede :count tilbud', 'converted_to_invoice' => 'Tilbud konverteret til faktura', - 'quote_subject' => 'New quote :quote from :account', + 'quote_subject' => 'New quote :number from :account', 'quote_message' => 'For at se dit tilbud pålydende :amount, klik på linket nedenfor.', 'quote_link_message' => 'Hvis du vil se din klients tilbud, klik på linket under:', 'notification_quote_sent_subject' => 'Tilbud :invoice sendt til :client', @@ -395,7 +395,7 @@ $LANG = array( 'more_designs_self_host_text' => '', 'buy' => 'Køb', 'bought_designs' => 'Yderligere faktura designs tilføjet', - 'sent' => 'sendt', + 'sent' => 'Sent', 'vat_number' => 'SE/CVR nummer', 'timesheets' => 'Timesedler', 'payment_title' => 'Indtast din faktura adresse og kreditkort information', @@ -439,7 +439,7 @@ $LANG = array( 'reset_all' => 'Nulstil alle', 'approve' => 'Godkend', 'token_billing_type_id' => 'Tokensk Fakturering', - 'token_billing_help' => 'Store payment details with WePay, Stripe or Braintree.', + 'token_billing_help' => 'Store payment details with WePay, Stripe, Braintree or GoCardless.', 'token_billing_1' => 'Slukket', 'token_billing_2' => 'Tilvalg - checkboks er vist men ikke valgt', 'token_billing_3' => 'Fravalg - checkboks er vist og valgt', @@ -511,7 +511,7 @@ $LANG = array( 'partial_remaining' => ':partial af :balance', 'more_fields' => 'Flere felter', 'less_fields' => 'Mindre felter', - 'client_name' => 'Client Name', + 'client_name' => 'Kundenavn', 'pdf_settings' => 'PDF Indstillinger', 'product_settings' => 'Produkt Indstillinger', 'auto_wrap' => 'Automatisk linie ombrydning', @@ -556,8 +556,8 @@ $LANG = array( 'timer' => 'Tidtager', 'manual' => 'Manuelt', 'date_and_time' => 'Dato & Tid', - 'second' => 'Second', - 'seconds' => 'Seconds', + 'second' => 'Sekund', + 'seconds' => 'Sekunder', 'minute' => 'Minute', 'minutes' => 'Minutes', 'hour' => 'Hour', @@ -670,6 +670,8 @@ $LANG = array( 'status_viewed' => 'Viewed', 'status_partial' => 'Partial', 'status_paid' => 'Paid', + 'status_unpaid' => 'Unpaid', + 'status_all' => 'All', 'show_line_item_tax' => 'Display line item taxes inline', 'iframe_url' => 'Website', 'iframe_url_help1' => 'Copy the following code to a page on your site.', @@ -832,7 +834,7 @@ $LANG = array( 'disabled' => 'Disabled', 'show_archived_users' => 'Show archived users', 'notes' => 'Notes', - 'invoice_will_create' => 'client will be created', + 'invoice_will_create' => 'invoice will be created', 'invoices_will_create' => 'invoices will be created', 'failed_to_import' => 'The following records failed to import, they either already exist or are missing required fields.', 'publishable_key' => 'Publishable Key', @@ -995,8 +997,8 @@ $LANG = array( 'quote_issued_to' => 'Quote issued to', 'show_currency_code' => 'Currency Code', 'trial_message' => 'Your account will receive a free two week trial of our pro plan.', - 'trial_footer' => 'Your free pro plan trial lasts :count more days, :link to upgrade now.', - 'trial_footer_last_day' => 'This is the last day of your free pro plan trial, :link to upgrade now.', + 'trial_footer' => 'Din gratis pro plan prøveperiode udløber om :count dage, :link for at opgradere nu.', + 'trial_footer_last_day' => 'Dette er den sidste dag i din gratis pro plan prøveperiode, :link for at opgradere nu.', 'trial_call_to_action' => 'Start Free Trial', 'trial_success' => 'Successfully enabled two week free pro plan trial', 'overdue' => 'Overdue', @@ -1013,7 +1015,7 @@ $LANG = array( 'pro_plan_remove_logo' => ':link for at fjerne Invoice Ninja-logoet, opgrader til en Pro Plan', 'pro_plan_remove_logo_link' => 'Klik her', - 'invitation_status_sent' => 'Sent', + 'invitation_status_sent' => 'sent', 'invitation_status_opened' => 'Openend', 'invitation_status_viewed' => 'Viewed', 'email_error_inactive_client' => 'Emails can not be sent to inactive clients', @@ -1046,8 +1048,8 @@ $LANG = array( 'recurring_invoice_number_prefix_help' => 'Speciy a prefix to be added to the invoice number for recurring invoices.', // Client Passwords - 'enable_portal_password' => 'Password Protect Invoices', - 'enable_portal_password_help' => 'Allows you to set a password for each contact. If a password is set, the contact will be required to enter a password before viewing invoices.', + 'enable_portal_password' => 'Adgangskodebeskyttet Fakturaer', + 'enable_portal_password_help' => 'Lader dig indtaste en adgangskode til hver kontakt. Hvis en adgangskode ikke er lavet, vil kontakten blive pålagt at indtaste en adgangskode før det er muligt at se fakturaer.', 'send_portal_password' => 'Generate Password Automatically', 'send_portal_password_help' => 'If no password is set, one will be generated and sent with the first invoice.', @@ -1174,7 +1176,7 @@ $LANG = array( 'list_vendors' => 'List Vendors', 'add_users_not_supported' => 'Upgrade to the Enterprise plan to add additional users to your account.', 'enterprise_plan_features' => 'The Enterprise plan adds support for multiple users and file attachments, :link to see the full list of features.', - 'return_to_app' => 'Return to app', + 'return_to_app' => 'Return To App', // Payment updates @@ -1211,8 +1213,8 @@ $LANG = array( 'payment_type_stripe' => 'Stripe', 'ach' => 'ACH', - 'enable_ach' => 'Enable ACH', - 'stripe_ach_help' => 'ACH support must also be enabled at Stripe.', + 'enable_ach' => 'Accept US bank transfers', + 'stripe_ach_help' => 'ACH support must also be enabled in :link.', 'ach_disabled' => 'Another gateway is already configured for direct debit.', 'plaid' => 'Plaid', @@ -1342,15 +1344,15 @@ $LANG = array( 'auto_bill_payment_method_bank_transfer' => 'bank account', 'auto_bill_payment_method_credit_card' => 'credit card', 'auto_bill_payment_method_paypal' => 'PayPal account', - 'auto_bill_notification_placeholder' => 'This invoice will automatically be billed to your credit card on file on the due date.', - 'payment_settings' => 'Payment Settings', + 'auto_bill_notification_placeholder' => 'Denne faktura vil automatisk trække fra dit gemte kreditkort på den forfaldne dato.', + 'payment_settings' => 'Betalingsindstillinger', 'on_send_date' => 'On send date', 'on_due_date' => 'On due date', 'auto_bill_ach_date_help' => 'ACH will always auto bill on the due date.', 'warn_change_auto_bill' => 'Due to NACHA rules, changes to this invoice may prevent ACH auto bill.', - 'bank_account' => 'Bank Account', + 'bank_account' => 'Bankkonto', 'payment_processed_through_wepay' => 'ACH payments will be processed using WePay.', 'wepay_payment_tos_agree' => 'I agree to the WePay :terms and :privacy_policy.', 'privacy_policy' => 'Privacy Policy', @@ -1370,17 +1372,17 @@ $LANG = array( 'failed_remove_payment_method' => 'Failed to remove the payment method', 'gateway_exists' => 'This gateway already exists', 'manual_entry' => 'Manual entry', - 'start_of_week' => 'First Day of the Week', + 'start_of_week' => 'Første dag i ugen', // Frequencies - 'freq_inactive' => 'Inactive', - 'freq_weekly' => 'Weekly', - 'freq_two_weeks' => 'Two weeks', - 'freq_four_weeks' => 'Four weeks', - 'freq_monthly' => 'Monthly', - 'freq_three_months' => 'Three months', - 'freq_six_months' => 'Six months', - 'freq_annually' => 'Annually', + 'freq_inactive' => 'Inaktiv', + 'freq_weekly' => 'Ugentlig', + 'freq_two_weeks' => 'To uger', + 'freq_four_weeks' => 'Fire uger', + 'freq_monthly' => 'Månedlig', + 'freq_three_months' => 'Tre måneder', + 'freq_six_months' => 'Seks måneder', + 'freq_annually' => 'Årlig', // Payment types 'payment_type_Apply Credit' => 'Apply Credit', @@ -1408,6 +1410,8 @@ $LANG = array( 'payment_type_Switch' => 'Switch', 'payment_type_iZettle' => 'iZettle', 'payment_type_Swish' => 'Swish', + 'payment_type_Alipay' => 'Alipay', + 'payment_type_Sofort' => 'Sofort', // Industries 'industry_Accounting & Legal' => 'Accounting & Legal', @@ -1421,7 +1425,7 @@ $LANG = array( 'industry_Business Services' => 'Business Services', 'industry_Commodities & Chemicals' => 'Commodities & Chemicals', 'industry_Communications' => 'Communications', - 'industry_Computers & Hightech' => 'Computers & Hightech', + 'industry_Computers & Hightech' => 'Computere og Højteknologi', 'industry_Defense' => 'Defense', 'industry_Energy' => 'Energy', 'industry_Entertainment' => 'Entertainment', @@ -1698,7 +1702,7 @@ $LANG = array( 'lang_Brazilian Portuguese' => 'Brazilian Portuguese', 'lang_Croatian' => 'Croatian', 'lang_Czech' => 'Czech', - 'lang_Danish' => 'Danish', + 'lang_Danish' => 'Dansk', 'lang_Dutch' => 'Dutch', 'lang_English' => 'English', 'lang_French' => 'French', @@ -1722,13 +1726,13 @@ $LANG = array( 'lang_Portuguese - Portugal' => 'Portuguese - Portugal', // Frequencies - 'freq_weekly' => 'Weekly', - 'freq_two_weeks' => 'Two weeks', - 'freq_four_weeks' => 'Four weeks', - 'freq_monthly' => 'Monthly', - 'freq_three_months' => 'Three months', - 'freq_six_months' => 'Six months', - 'freq_annually' => 'Annually', + 'freq_weekly' => 'Ugentlig', + 'freq_two_weeks' => 'To uger', + 'freq_four_weeks' => 'Fire uger', + 'freq_monthly' => 'Månedlig', + 'freq_three_months' => 'Tre måneder', + 'freq_six_months' => 'Seks måneder', + 'freq_annually' => 'Årlig', // Industries 'industry_Accounting & Legal' => 'Accounting & Legal', @@ -1742,7 +1746,7 @@ $LANG = array( 'industry_Business Services' => 'Business Services', 'industry_Commodities & Chemicals' => 'Commodities & Chemicals', 'industry_Communications' => 'Communications', - 'industry_Computers & Hightech' => 'Computers & Hightech', + 'industry_Computers & Hightech' => 'Computere og Højteknologi', 'industry_Defense' => 'Defense', 'industry_Energy' => 'Energy', 'industry_Entertainment' => 'Entertainment', @@ -1763,8 +1767,8 @@ $LANG = array( 'industry_Other' => 'Other', 'industry_Photography' =>'Photography', - 'view_client_portal' => 'View client portal', - 'view_portal' => 'View Portal', + 'view_client_portal' => 'Se kundeportal', + 'view_portal' => 'Se Portal', 'vendor_contacts' => 'Vendor Contacts', 'all' => 'All', 'selected' => 'Selected', @@ -1784,12 +1788,12 @@ $LANG = array( 'apply_taxes' => 'Apply taxes', 'min_to_max_users' => ':min to :max users', 'max_users_reached' => 'The maximum number of users has been reached.', - 'buy_now_buttons' => 'Buy Now Buttons', - 'landing_page' => 'Landing Page', - 'payment_type' => 'Payment Type', + 'buy_now_buttons' => 'Køb Nu Knapper', + 'landing_page' => 'Landingsside', + 'payment_type' => 'Betalingstype', 'form' => 'Form', 'link' => 'Link', - 'fields' => 'Fields', + 'fields' => 'Felter', 'dwolla' => 'Dwolla', 'buy_now_buttons_warning' => 'Note: the client and invoice are created even if the transaction isn\'t completed.', 'buy_now_buttons_disabled' => 'This feature requires that a product is created and a payment gateway is configured.', @@ -1806,7 +1810,7 @@ $LANG = array( 'no_client_selected' => 'Please select a client', 'gateway_config_error' => 'It may help to set new passwords or generate new API keys.', - 'payment_type_on_file' => ':type on file', + 'payment_type_on_file' => 'Gemt :type', 'invoice_for_client' => 'Invoice :invoice for :client', 'intent_not_found' => 'Sorry, I\'m not sure what you\'re asking.', 'intent_not_supported' => 'Sorry, I\'m not able to do that.', @@ -2005,7 +2009,7 @@ $LANG = array( 'toggle_menu' => 'Toggle Menu', 'new_...' => 'New ...', 'list_...' => 'List ...', - 'created_at' => 'Created', + 'created_at' => 'Date Created', 'contact_us' => 'Contact Us', 'support_forum' => 'Support Forum', 'user_guide' => 'User Guide', @@ -2179,7 +2183,7 @@ $LANG = array( 'created_new_company' => 'Successfully created new company', 'fees_disabled_for_gateway' => 'Fees are disabled for this gateway.', 'logout_and_delete' => 'Log Out/Delete Account', - 'tax_rate_type_help' => 'Inclusive taxes adjust the line item cost when selected.', + 'tax_rate_type_help' => 'Inclusive tax rates adjust the line item cost when selected.
Only exclusive tax rates can be used as a default.', 'invoice_footer_help' => 'Use $pageNumber and $pageCount to display the page information.', 'credit_note' => 'Credit Note', 'credit_issued_to' => 'Credit issued to', @@ -2191,9 +2195,9 @@ $LANG = array( 'error_incorrect_gateway_ids' => 'Error: The gateways table has incorrect ids.', 'purge_data' => 'Purge Data', 'delete_data' => 'Delete Data', - 'purge_data_help' => 'Permanently delete all data in the account, keeping the account and settings.', + 'purge_data_help' => 'Permanently delete all data but keep the account and settings.', 'cancel_account_help' => 'Permanently delete the account along with all data and setting.', - 'purge_successful' => 'Successfully purged account data', + 'purge_successful' => 'Successfully purged company data', 'forbidden' => 'Forbidden', 'purge_data_message' => 'Warning: This will permanently erase your data, there is no undo.', 'contact_phone' => 'Contact Phone', @@ -2221,7 +2225,7 @@ $LANG = array( 'datatable_info' => 'Showing :start to :end of :total entries', 'credit_total' => 'Credit Total', 'mark_billable' => 'Mark billable', - 'billed' => 'Billed', + 'billed' => 'Faktureret', 'company_variables' => 'Company Variables', 'client_variables' => 'Client Variables', 'invoice_variables' => 'Invoice Variables', @@ -2236,7 +2240,7 @@ $LANG = array( 'oauth_taken' => 'The account is already registered', 'emailed_payment' => 'Successfully emailed payment', 'email_payment' => 'Email Payment', - 'sent' => 'sendt', + 'sent' => 'Sent', 'invoiceplane_import' => 'Use :link to migrate your data from InvoicePlane.', 'duplicate_expense_warning' => 'Warning: This :link may be a duplicate', 'expense_link' => 'expense', @@ -2316,7 +2320,7 @@ $LANG = array( 'downloaded_quotes' => 'An email will be sent with the quote PDFs', 'clone_expense' => 'Clone Expense', 'default_documents' => 'Default Documents', - 'send_email_to_client' => 'Send email to the client', + 'send_email_to_client' => 'Send email til kunden', 'refund_subject' => 'Refund Processed', 'refund_body' => 'You have been processed a refund of :amount for invoice :invoice_number.', @@ -2324,7 +2328,7 @@ $LANG = array( 'currency_british_pound' => 'British Pound', 'currency_euro' => 'Euro', 'currency_south_african_rand' => 'South African Rand', - 'currency_danish_krone' => 'Danish Krone', + 'currency_danish_krone' => 'Dansk Krone', 'currency_israeli_shekel' => 'Israeli Shekel', 'currency_swedish_krona' => 'Swedish Krona', 'currency_kenyan_shilling' => 'Kenyan Shilling', @@ -2366,7 +2370,7 @@ $LANG = array( 'currency_saudi_riyal' => 'Saudi Riyal', 'currency_japanese_yen' => 'Japanese Yen', 'currency_maldivian_rufiyaa' => 'Maldivian Rufiyaa', - 'currency_costa_rican_colón' => 'Costa Rican Colón', + 'currency_costa_rican_colon' => 'Costa Rican Colón', 'currency_pakistani_rupee' => 'Pakistani Rupee', 'currency_polish_zloty' => 'Polish Zloty', 'currency_sri_lankan_rupee' => 'Sri Lankan Rupee', @@ -2382,11 +2386,12 @@ $LANG = array( 'currency_taiwan_new_dollar' => 'Taiwan New Dollar', 'currency_dominican_peso' => 'Dominican Peso', 'currency_chilean_peso' => 'Chilean Peso', - 'currency_icelandic_króna' => 'Icelandic Króna', + 'currency_icelandic_krona' => 'Icelandic Króna', 'currency_papua_new_guinean_kina' => 'Papua New Guinean Kina', 'currency_jordanian_dinar' => 'Jordanian Dinar', 'currency_myanmar_kyat' => 'Myanmar Kyat', 'currency_peruvian_sol' => 'Peruvian Sol', + 'review_app_help' => 'We hope you\'re enjoying using the app.
If you\'d consider writing a review we\'d greatly appreciate it!', 'use_english_version' => 'Make sure to use the English version of the files.
We use the column headers to match the fields.', 'tax1' => 'First Tax', @@ -2400,6 +2405,46 @@ $LANG = array( 'contact_custom1' => 'Contact First Custom', 'contact_custom2' => 'Contact Second Custom', 'currency' => 'Currency', + 'ofx_help' => 'In most cases the default values should work, if you\'re unable to connect it may help to adjust the settings.', + + 'item_product' => 'Item Product', + 'item_notes' => 'Item Notes', + 'item_cost' => 'Item Cost', + 'item_quantity' => 'Item Quantity', + 'item_tax_rate' => 'Item Tax Rate', + 'item_tax_name' => 'Item Tax Name', + 'item_tax1' => 'Item Tax1', + 'item_tax2' => 'Item Tax2', + + 'delete_company' => 'Delete Company', + 'delete_company_help' => 'Permanently delete the company along with all data and setting.', + 'delete_company_message' => 'Warning: This will permanently delete your company, there is no undo.', + + 'applied_discount' => 'The coupon has been applied, the plan price has been reduced by :discount%.', + 'applied_free_year' => 'The coupon has been applied, your account has been upgraded to pro for one year.', + + 'contact_us_help' => 'If you\'re reporting an error please include any relevant logs from storage/logs/laravel-error.log', + 'include_errors' => 'Include Errors', + 'include_errors_help' => 'Include :link from storage/logs/laravel-error.log', + 'recent_errors' => 'recent errors', + 'add_item' => 'Add Item', + 'customer' => 'Customer', + 'customers' => 'Customers', + 'created_customer' => 'Successfully created customer', + 'created_customers' => 'Successfully created :count customers', + + 'purge_details' => 'The data in your company (:account) has been successfully purged.', + 'deleted_company' => 'Successfully canceled account', + 'deleted_account' => 'Successfully deleted company', + 'deleted_company_details' => 'Your company (:account) has been successfully deleted.', + 'deleted_account_details' => 'Your account (:account) has been successfully deleted.', + + 'alipay' => 'Alipay', + 'sofort' => 'Sofort', + 'enable_alipay' => 'Accept Alipay', + 'enable_sofort' => 'Accept EU bank transfers', + 'stripe_alipay_help' => 'These gateways also need to be activated in :link.', + 'gocardless_webhook_help_link_text' => 'add this URL as an endpoint in GoCardless', ); diff --git a/resources/lang/de/texts.php b/resources/lang/de/texts.php index e5b0f0e6bd57..58b2788bdc97 100644 --- a/resources/lang/de/texts.php +++ b/resources/lang/de/texts.php @@ -91,7 +91,7 @@ $LANG = array( 'download' => 'Downloaden', 'cancel' => 'Abbrechen', 'close' => 'Schliessen', - 'provide_email' => 'Bitte gib eine gültige E-Mail-Adresse an', + 'provide_email' => 'Bitte geben Sie eine gültige E-Mail-Adresse an', 'powered_by' => 'unterstützt von', 'no_items' => 'Keine Objekte', 'recurring_invoices' => 'Wiederkehrende Rechnungen', @@ -156,7 +156,7 @@ $LANG = array( 'date' => 'Datum', 'message' => 'Nachricht', 'adjustment' => 'Anpassung', - 'are_you_sure' => 'Bist du dir sicher?', + 'are_you_sure' => 'Sind Sie sicher?', 'payment_type_id' => 'Zahlungsart', 'amount' => 'Betrag', 'work_email' => 'E-Mail', @@ -238,7 +238,7 @@ $LANG = array( 'confirmation_subject' => 'InvoiceNinja Kontobestätigung', 'confirmation_header' => 'Kontobestätigung', 'confirmation_message' => 'Bitte klicke auf den folgenden Link um dein Konto zu bestätigen.', - 'invoice_subject' => 'Neue Rechnung :invoice von :account', + 'invoice_subject' => 'New invoice :number from :account', 'invoice_message' => 'Um Ihre Rechnung über :amount einzusehen, klicken Sie bitte auf den folgenden Link:', 'payment_subject' => 'Zahlungseingang', 'payment_message' => 'Vielen Dank für Ihre Zahlung von :amount.', @@ -258,7 +258,7 @@ $LANG = array( 'expiration_month' => 'Ablaufmonat', 'expiration_year' => 'Ablaufjahr', 'cvv' => 'Kartenprüfziffer', - 'logout' => 'Ausloggen', + 'logout' => 'Abmelden', 'sign_up_to_save' => 'Melde dich an, um deine Arbeit zu speichern', 'agree_to_terms' => 'Ich akzeptiere die InvoiceNinja :terms', 'terms_of_service' => 'Service-Bedingungen', @@ -337,7 +337,7 @@ $LANG = array( 'deleted_quote' => 'Angebot erfolgreich gelöscht', 'deleted_quotes' => ':count Angebote erfolgreich gelöscht', 'converted_to_invoice' => 'Angebot erfolgreich in Rechnung umgewandelt', - 'quote_subject' => 'Neues Angebot :quote von :account', + 'quote_subject' => 'New quote :number from :account', 'quote_message' => 'Klicken Sie auf den folgenden Link um das Angebot über :amount anzuschauen.', 'quote_link_message' => 'Klicke auf den folgenden Link um das Angebot deines Kunden anzuschauen:', 'notification_quote_sent_subject' => 'Angebot :invoice wurde an :client versendet', @@ -368,7 +368,7 @@ $LANG = array( 'confirm_email_invoice' => 'Bist du sicher, dass du diese Rechnung per E-Mail versenden möchtest?', 'confirm_email_quote' => 'Bist du sicher, dass du dieses Angebot per E-Mail versenden möchtest', 'confirm_recurring_email_invoice' => 'Wiederkehrende Rechnung ist aktiv. Bis du sicher, dass du diese Rechnung weiterhin als E-Mail verschicken möchtest?', - 'cancel_account' => 'Konto Kündigen', + 'cancel_account' => 'Konto kündigen', 'cancel_account_message' => 'Warnung: Diese Aktion wird dein Konto unwiederbringlich löschen.', 'go_back' => 'Zurück', 'data_visualizations' => 'Datenvisualisierungen', @@ -395,7 +395,7 @@ $LANG = array( 'more_designs_self_host_text' => '', 'buy' => 'Kaufen', 'bought_designs' => 'Die zusätzliche Rechnungsdesigns wurden erfolgreich hinzugefügt', - 'sent' => 'versendet', + 'sent' => 'Sent', 'vat_number' => 'USt-IdNr.', 'timesheets' => 'Zeittabellen', 'payment_title' => 'Geben Sie Ihre Rechnungsadresse und Ihre Kreditkarteninformationen ein', @@ -439,7 +439,7 @@ $LANG = array( 'reset_all' => 'Alle zurücksetzen', 'approve' => 'Zustimmen', 'token_billing_type_id' => 'Token Billing', - 'token_billing_help' => 'Store payment details with WePay, Stripe or Braintree.', + 'token_billing_help' => 'Store payment details with WePay, Stripe, Braintree or GoCardless.', 'token_billing_1' => 'Deaktiviert', 'token_billing_2' => 'Opt-in - Kontrollkästchen wird angezeigt ist aber nicht ausgewählt', 'token_billing_3' => 'Opt-out - Kontrollkästchen wird angezeigt und ist ausgewählt', @@ -511,7 +511,7 @@ $LANG = array( 'partial_remaining' => ':partial von :balance', 'more_fields' => 'Weitere Felder', 'less_fields' => 'Weniger Felder', - 'client_name' => 'Client Name', + 'client_name' => 'Kunde', 'pdf_settings' => 'PDF-Einstellungen', 'product_settings' => 'Produkt-Einstellungen', 'auto_wrap' => 'Automatischer Zeilenumbruch', @@ -624,7 +624,7 @@ $LANG = array( 'times' => 'Zeiten', 'set_now' => 'Auf Jetzt setzen', 'dark_mode' => 'Dunkler Modus', - 'dark_mode_help' => 'Use a dark background for the sidebars', + 'dark_mode_help' => 'Dunklen Hintergrund für Seitenleisten verwenden', 'add_to_invoice' => 'Zur Rechnung :invoice hinzufügen', 'create_new_invoice' => 'Neue Rechnung erstellen', 'task_errors' => 'Bitte korrigieren Sie alle überlappenden Zeiten', @@ -670,6 +670,8 @@ $LANG = array( 'status_viewed' => 'Angesehen', 'status_partial' => 'Teilweise', 'status_paid' => 'Bezahlt', + 'status_unpaid' => 'Unpaid', + 'status_all' => 'All', 'show_line_item_tax' => 'Steuern für Belegpositionen in der jeweiligen Zeile anzeigen', 'iframe_url' => 'Webseite', 'iframe_url_help1' => 'Kopiere den folgenden Code in eine Seite auf deiner Website.', @@ -697,7 +699,7 @@ $LANG = array( 'sign_up_using' => 'Anmelden mit', 'invalid_credentials' => 'Diese Zugangsdaten können wir nicht finden.', 'show_all_options' => 'Zeige alle Optionen', - 'user_details' => 'Nutzer-Details', + 'user_details' => 'Benutzerdaten', 'oneclick_login' => 'Ein Klick Login', 'disable' => 'Deaktivieren', 'invoice_quote_number' => 'Rechnungs- und Angebotsnummern', @@ -832,7 +834,7 @@ $LANG = array( 'disabled' => 'Deaktiviert', 'show_archived_users' => 'Zeige archivierte Benutzer', 'notes' => 'Notizen', - 'invoice_will_create' => 'Kunde wird erstellt', + 'invoice_will_create' => 'invoice will be created', 'invoices_will_create' => 'Rechnung wird erstellt', 'failed_to_import' => 'Die folgenden Daten konnten nicht importiert werden. Entweder sind diese bereits vorhanden oder es fehlen benötigte Felder.', 'publishable_key' => 'Öffentlicher Schlüssel', @@ -1013,7 +1015,7 @@ $LANG = array( 'pro_plan_remove_logo' => ':link, um das InvoiceNinja-Logo zu entfernen, indem du dem Pro Plan beitrittst', 'pro_plan_remove_logo_link' => 'Klicke hier', - 'invitation_status_sent' => 'Gesendet', + 'invitation_status_sent' => 'sent', 'invitation_status_opened' => 'Geöffnet', 'invitation_status_viewed' => 'Gesehen', 'email_error_inactive_client' => 'Emails können nicht zu inaktiven Kunden gesendet werden', @@ -1174,7 +1176,7 @@ $LANG = array( 'list_vendors' => 'Lieferanten anzeigen', 'add_users_not_supported' => 'Führen Sie ein Upgrade auf den Enterprise-Plan durch, um zusätzliche Nutzer zu Ihrem Account hinzufügen zu können.', 'enterprise_plan_features' => 'Der Enterprise-Plan fügt Unterstützung für mehrere Nutzer und Dateianhänge hinzu. :link um die vollständige Liste der Features zu sehen.', - 'return_to_app' => 'Zurück zur App', + 'return_to_app' => 'Return To App', // Payment updates @@ -1211,8 +1213,8 @@ $LANG = array( 'payment_type_stripe' => 'Stripe', 'ach' => 'ACH', - 'enable_ach' => 'Aktiviere ACH', - 'stripe_ach_help' => 'ACH-Unterstützung muss ebenfalls bei Stripe aktiviert sein.', + 'enable_ach' => 'Accept US bank transfers', + 'stripe_ach_help' => 'ACH support must also be enabled in :link.', 'ach_disabled' => 'Es wurde bereits ein anderes Gateway für den Bankeinzug eingerichtet.', 'plaid' => 'Plaid', @@ -1408,6 +1410,8 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese 'payment_type_Switch' => 'Switch', 'payment_type_iZettle' => 'iZettle', 'payment_type_Swish' => 'Swish', + 'payment_type_Alipay' => 'Alipay', + 'payment_type_Sofort' => 'Sofort', // Industries 'industry_Accounting & Legal' => 'Buchhaltung und Rechnungswesen', @@ -1714,12 +1718,12 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese 'lang_Swedish' => 'Schwedisch', 'lang_Albanian' => 'Albanian', 'lang_English - United Kingdom' => 'Englisch (UK)', - 'lang_Slovenian' => 'Slovenian', - 'lang_Finnish' => 'Finnish', - 'lang_Romanian' => 'Romanian', - 'lang_Turkish - Turkey' => 'Turkish - Turkey', - 'lang_Portuguese - Brazilian' => 'Portuguese - Brazilian', - 'lang_Portuguese - Portugal' => 'Portuguese - Portugal', + 'lang_Slovenian' => 'Slowenisch', + 'lang_Finnish' => 'Finnisch', + 'lang_Romanian' => 'Romänisch', + 'lang_Turkish - Turkey' => 'Türkisch', + 'lang_Portuguese - Brazilian' => 'Portugiesisch - Brasilien', + 'lang_Portuguese - Portugal' => 'Portugiesisch - Portugal', // Frequencies 'freq_weekly' => 'Wöchentlich', @@ -2005,7 +2009,7 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese 'toggle_menu' => 'Menü umschalten', 'new_...' => 'Neu(e) ...', 'list_...' => 'Liste', - 'created_at' => 'Erstellt', + 'created_at' => 'Date Created', 'contact_us' => 'Kontaktieren Sie uns', 'support_forum' => 'Support Forum', 'user_guide' => 'Nutzer-Anleitung', @@ -2179,21 +2183,21 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese 'created_new_company' => 'Neues Unternehmen erfolgreich erstellt', 'fees_disabled_for_gateway' => 'Gebühren sind für diesen Gateway deaktiviert.', 'logout_and_delete' => 'Ausloggen/Konto löschen', - 'tax_rate_type_help' => 'Inklusive Steuern passen Einzelpostenkosten an, wenn sie ausgewählt werden.', + 'tax_rate_type_help' => 'Inclusive tax rates adjust the line item cost when selected.
Only exclusive tax rates can be used as a default.', 'invoice_footer_help' => 'Verwende $pageNumber und $pageCount um Seiteninformationen anzuzeigen.', 'credit_note' => 'Credit Note', 'credit_issued_to' => 'Kreditkarte ausgestellt auf', 'credit_to' => 'Credit to', 'your_credit' => 'Your Credit', - 'credit_number' => 'Credit Number', + 'credit_number' => 'Gutschriftnummer', 'create_credit_note' => 'Create Credit Note', 'menu' => 'Menü', 'error_incorrect_gateway_ids' => 'Error: The gateways table has incorrect ids.', 'purge_data' => 'Daten säubern', 'delete_data' => 'Daten löschen', - 'purge_data_help' => 'Lösche unwiederbringlich alle Daten des Kontos, wobei das Konto und die Einstellungen erhalten bleiben.', + 'purge_data_help' => 'Permanently delete all data but keep the account and settings.', 'cancel_account_help' => 'Lösche unwiederbringlich das Konto, mitsamt aller Daten und Einstellungen.', - 'purge_successful' => 'Erfolgreich Kontodaten gelöscht', + 'purge_successful' => 'Successfully purged company data', 'forbidden' => 'Verboten', 'purge_data_message' => 'Achtung: Alle Daten werden vollständig gelöscht. Dieser Vorgang kann nicht rückgängig gemacht werden.', 'contact_phone' => 'Telefonnummer des Kontakts', @@ -2214,7 +2218,7 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese 'archived_products' => 'Archivierung erfolgreich :Produktzähler', 'recommend_on' => 'Wir empfehlen diese Einstellung zu aktivieren.', 'recommend_off' => 'Wir empfehlen diese Einstellung zu deaktivieren.', - 'notes_auto_billed' => 'Auto-billed', + 'notes_auto_billed' => 'Automatisch verrechnet', 'surcharge_label' => 'Aufschlagsfeldbezeichnung', 'contact_fields' => 'Kontaktfelder', 'custom_contact_fields_help' => 'Add a field when creating a contact and optionally display the label and value on the PDF.', @@ -2224,19 +2228,19 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese 'billed' => 'Verrechnet', 'company_variables' => 'Company Variables', 'client_variables' => 'Client Variables', - 'invoice_variables' => 'Invoice Variables', - 'navigation_variables' => 'Navigation Variables', + 'invoice_variables' => 'Rechnungs Variablen', + 'navigation_variables' => 'Navigations Variablen', 'custom_variables' => 'Benutzerdefinierte Variablen', 'invalid_file' => 'Ungültiger Dateityp', 'add_documents_to_invoice' => 'Add documents to invoice', - 'mark_expense_paid' => 'Mark paid', + 'mark_expense_paid' => 'Als bezahlt markieren', 'white_label_license_error' => 'Failed to validate the license, check storage/logs/laravel-error.log for more details.', 'plan_price' => 'Plan Price', 'wrong_confirmation' => 'Incorrect confirmation code', 'oauth_taken' => 'The account is already registered', 'emailed_payment' => 'Zahlungs eMail erfolgreich gesendet', 'email_payment' => 'Sende Zahlungs eMail', - 'sent' => 'versendet', + 'sent' => 'Sent', 'invoiceplane_import' => 'Use :link to migrate your data from InvoicePlane.', 'duplicate_expense_warning' => 'Warning: This :link may be a duplicate', 'expense_link' => 'Ausgabe', @@ -2248,7 +2252,7 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese 'custom_design2' => 'Custom Design 2', 'custom_design3' => 'Custom Design 3', 'empty' => 'Leer', - 'load_design' => 'Load Design', + 'load_design' => 'Designvorlage laden', 'accepted_card_logos' => 'Logos der akzeptierten Kreditkarten', 'phantomjs_local_and_cloud' => 'Using local PhantomJS, falling back to phantomjscloud.com', 'google_analytics' => 'Google Analytics', @@ -2267,7 +2271,7 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese 'encryption' => 'Encryption', 'mailgun_domain' => 'Mailgun Domain', 'mailgun_private_key' => 'Mailgun Private Key', - 'send_test_email' => 'Send test email', + 'send_test_email' => 'Test-E-Mail verschicken', 'select_label' => 'Select Label', 'label' => 'Label', 'service' => 'Service', @@ -2294,14 +2298,14 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese 'import_failed' => 'Import fehlgeschlagen', 'recurring_prefix' => 'Wiederkehrender Präfix', 'options' => 'Optionen', - 'credit_number_help' => 'Specify a prefix or use a custom pattern to dynamically set the credit number for negative invoices.', - 'next_credit_number' => 'The next credit number is :number.', + 'credit_number_help' => 'Geben Sie einen Präfix oder ein benutzerdefiniertes Schema an, um die Gutschriftnummer dynamisch zu erzeugen.', + 'next_credit_number' => 'Die nächste Gutschriftnummer ist :number.', 'padding_help' => 'The number of zero\'s to pad the number.', 'import_warning_invalid_date' => 'Achtung: Das Datumsformat ist ungültig', - 'product_notes' => 'Product Notes', + 'product_notes' => 'Produktnotizen', 'app_version' => 'App Version', 'ofx_version' => 'OFX Version', - 'gateway_help_23' => ':link to get your Stripe API keys.', + 'gateway_help_23' => ':link um Ihre Stripe API-Keys zu erhalten.', 'error_app_key_set_to_default' => 'Error: APP_KEY is set to a default value, to update it backup your database and then run php artisan ninja:update-key', 'charge_late_fee' => 'Charge Late Fee', 'late_fee_amount' => 'Late Fee Amount', @@ -2309,34 +2313,34 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese 'late_fee_added' => 'Late fee added on :date', 'download_invoice' => 'Rechnung herunterladen', 'download_quote' => 'Angebot herunterladen', - 'invoices_are_attached' => 'Your invoice PDFs are attached.', + 'invoices_are_attached' => 'Ihre PDF-Rechnungsdokumente finden Sie im Anhang.', 'downloaded_invoice' => 'An email will be sent with the invoice PDF', 'downloaded_quote' => 'An email will be sent with the quote PDF', 'downloaded_invoices' => 'An email will be sent with the invoice PDFs', 'downloaded_quotes' => 'An email will be sent with the quote PDFs', 'clone_expense' => 'Clone Expense', 'default_documents' => 'Default Documents', - 'send_email_to_client' => 'Send email to the client', - 'refund_subject' => 'Refund Processed', + 'send_email_to_client' => 'E-Mail an den Kunden senden', + 'refund_subject' => 'Erstattung wurde durchgeführt', 'refund_body' => 'You have been processed a refund of :amount for invoice :invoice_number.', 'currency_us_dollar' => 'US Dollar', - 'currency_british_pound' => 'British Pound', + 'currency_british_pound' => 'Britische Pfund', 'currency_euro' => 'Euro', - 'currency_south_african_rand' => 'South African Rand', - 'currency_danish_krone' => 'Danish Krone', - 'currency_israeli_shekel' => 'Israeli Shekel', - 'currency_swedish_krona' => 'Swedish Krona', - 'currency_kenyan_shilling' => 'Kenyan Shilling', - 'currency_canadian_dollar' => 'Canadian Dollar', + 'currency_south_african_rand' => 'Südafrikanische Rand', + 'currency_danish_krone' => 'Dänische Kronen', + 'currency_israeli_shekel' => 'Israelische Shekel', + 'currency_swedish_krona' => 'Schwedische Kronen', + 'currency_kenyan_shilling' => 'Keniansche Schilling', + 'currency_canadian_dollar' => 'Kanadische Dollar', 'currency_philippine_peso' => 'Philippine Peso', 'currency_indian_rupee' => 'Indian Rupee', - 'currency_australian_dollar' => 'Australian Dollar', - 'currency_singapore_dollar' => 'Singapore Dollar', - 'currency_norske_kroner' => 'Norske Kroner', - 'currency_new_zealand_dollar' => 'New Zealand Dollar', - 'currency_vietnamese_dong' => 'Vietnamese Dong', - 'currency_swiss_franc' => 'Swiss Franc', + 'currency_australian_dollar' => 'Australische Dollar', + 'currency_singapore_dollar' => 'Singapur Dollar', + 'currency_norske_kroner' => 'Norwegische Kronen', + 'currency_new_zealand_dollar' => 'Neu Seeland Dollar', + 'currency_vietnamese_dong' => 'Vietnamesische Dong', + 'currency_swiss_franc' => 'Schweizer Franken', 'currency_guatemalan_quetzal' => 'Guatemalan Quetzal', 'currency_malaysian_ringgit' => 'Malaysian Ringgit', 'currency_brazilian_real' => 'Brazilian Real', @@ -2347,8 +2351,8 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese 'currency_united_arab_emirates_dirham' => 'United Arab Emirates Dirham', 'currency_hong_kong_dollar' => 'Hong Kong Dollar', 'currency_indonesian_rupiah' => 'Indonesian Rupiah', - 'currency_mexican_peso' => 'Mexican Peso', - 'currency_egyptian_pound' => 'Egyptian Pound', + 'currency_mexican_peso' => 'Mexikanische Peso', + 'currency_egyptian_pound' => 'Ägyptische Pfund', 'currency_colombian_peso' => 'Colombian Peso', 'currency_west_african_franc' => 'West African Franc', 'currency_chinese_renminbi' => 'Chinese Renminbi', @@ -2358,23 +2362,23 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese 'currency_trinidad_and_tobago_dollar' => 'Trinidad and Tobago Dollar', 'currency_east_caribbean_dollar' => 'East Caribbean Dollar', 'currency_ghanaian_cedi' => 'Ghanaian Cedi', - 'currency_bulgarian_lev' => 'Bulgarian Lev', + 'currency_bulgarian_lev' => 'Bulgarische Lev', 'currency_aruban_florin' => 'Aruban Florin', - 'currency_turkish_lira' => 'Turkish Lira', + 'currency_turkish_lira' => 'Türkische Lira', 'currency_romanian_new_leu' => 'Romanian New Leu', - 'currency_croatian_kuna' => 'Croatian Kuna', + 'currency_croatian_kuna' => 'Kroatische Kuna', 'currency_saudi_riyal' => 'Saudi Riyal', - 'currency_japanese_yen' => 'Japanese Yen', + 'currency_japanese_yen' => 'Japanische Yen', 'currency_maldivian_rufiyaa' => 'Maldivian Rufiyaa', - 'currency_costa_rican_colón' => 'Costa Rican Colón', + 'currency_costa_rican_colon' => 'Costa Rican Colón', 'currency_pakistani_rupee' => 'Pakistani Rupee', - 'currency_polish_zloty' => 'Polish Zloty', + 'currency_polish_zloty' => 'Polnische Zloty', 'currency_sri_lankan_rupee' => 'Sri Lankan Rupee', - 'currency_czech_koruna' => 'Czech Koruna', + 'currency_czech_koruna' => 'Tschechische Kronen', 'currency_uruguayan_peso' => 'Uruguayan Peso', 'currency_namibian_dollar' => 'Namibian Dollar', 'currency_tunisian_dinar' => 'Tunisian Dinar', - 'currency_russian_ruble' => 'Russian Ruble', + 'currency_russian_ruble' => 'Russische Rubel', 'currency_mozambican_metical' => 'Mozambican Metical', 'currency_omani_rial' => 'Omani Rial', 'currency_ukrainian_hryvnia' => 'Ukrainian Hryvnia', @@ -2382,11 +2386,12 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese 'currency_taiwan_new_dollar' => 'Taiwan New Dollar', 'currency_dominican_peso' => 'Dominican Peso', 'currency_chilean_peso' => 'Chilean Peso', - 'currency_icelandic_króna' => 'Icelandic Króna', + 'currency_icelandic_krona' => 'Icelandic Króna', 'currency_papua_new_guinean_kina' => 'Papua New Guinean Kina', 'currency_jordanian_dinar' => 'Jordanian Dinar', 'currency_myanmar_kyat' => 'Myanmar Kyat', 'currency_peruvian_sol' => 'Peruvian Sol', + 'review_app_help' => 'We hope you\'re enjoying using the app.
If you\'d consider writing a review we\'d greatly appreciate it!', 'use_english_version' => 'Make sure to use the English version of the files.
We use the column headers to match the fields.', 'tax1' => 'First Tax', @@ -2399,7 +2404,47 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese 'contact_last_name' => 'Contact Last Name', 'contact_custom1' => 'Contact First Custom', 'contact_custom2' => 'Contact Second Custom', - 'currency' => 'Currency', + 'currency' => 'Währung', + 'ofx_help' => 'In most cases the default values should work, if you\'re unable to connect it may help to adjust the settings.', + + 'item_product' => 'Item Product', + 'item_notes' => 'Item Notes', + 'item_cost' => 'Item Cost', + 'item_quantity' => 'Item Quantity', + 'item_tax_rate' => 'Item Tax Rate', + 'item_tax_name' => 'Item Tax Name', + 'item_tax1' => 'Item Tax1', + 'item_tax2' => 'Item Tax2', + + 'delete_company' => 'Delete Company', + 'delete_company_help' => 'Permanently delete the company along with all data and setting.', + 'delete_company_message' => 'Warning: This will permanently delete your company, there is no undo.', + + 'applied_discount' => 'The coupon has been applied, the plan price has been reduced by :discount%.', + 'applied_free_year' => 'The coupon has been applied, your account has been upgraded to pro for one year.', + + 'contact_us_help' => 'If you\'re reporting an error please include any relevant logs from storage/logs/laravel-error.log', + 'include_errors' => 'Include Errors', + 'include_errors_help' => 'Include :link from storage/logs/laravel-error.log', + 'recent_errors' => 'recent errors', + 'add_item' => 'Add Item', + 'customer' => 'Customer', + 'customers' => 'Customers', + 'created_customer' => 'Successfully created customer', + 'created_customers' => 'Successfully created :count customers', + + 'purge_details' => 'The data in your company (:account) has been successfully purged.', + 'deleted_company' => 'Successfully canceled account', + 'deleted_account' => 'Successfully deleted company', + 'deleted_company_details' => 'Your company (:account) has been successfully deleted.', + 'deleted_account_details' => 'Your account (:account) has been successfully deleted.', + + 'alipay' => 'Alipay', + 'sofort' => 'Sofort', + 'enable_alipay' => 'Accept Alipay', + 'enable_sofort' => 'Accept EU bank transfers', + 'stripe_alipay_help' => 'These gateways also need to be activated in :link.', + 'gocardless_webhook_help_link_text' => 'add this URL as an endpoint in GoCardless', ); diff --git a/resources/lang/el/texts.php b/resources/lang/el/texts.php index f8fb04861b9a..89a9fe592274 100644 --- a/resources/lang/el/texts.php +++ b/resources/lang/el/texts.php @@ -238,7 +238,7 @@ $LANG = array( 'confirmation_subject' => 'Επιβεβαίωση Λογαριασμού Invoice Ninja', 'confirmation_header' => 'Επιβεβαίωση Λογαριασμού', 'confirmation_message' => 'Παρακαλω, πατήστε τον παρακάτω σύνδεσμο για να επιβεβαιώσετε το λογαριασμό σας.', - 'invoice_subject' => 'Νέο τιμολόγιο :invoice από :account', + 'invoice_subject' => 'Νέο τιμολόγιο :number από :account', 'invoice_message' => 'Για να δείτε το τιμολόγιο των :amount, πατήστε τον παρακάτω σύνδεσμο.', 'payment_subject' => 'Λήψη Πληρωμής', 'payment_message' => 'Ευχαριστούμε για την πληρωμή των :amount.', @@ -337,7 +337,7 @@ email που είναι συνδεδεμένη με το λογαριασμό σ 'deleted_quote' => 'Επιτυχής διαγραφή προσφοράς', 'deleted_quotes' => 'Επιτυχής διαγραφή :count προσφορών', 'converted_to_invoice' => 'Επιτυχής μετατροπή προσφοράς σε τιμολόγιο', - 'quote_subject' => 'Νέα προσφορά :quote στον :account', + 'quote_subject' => 'Νέα προσφορά :number από :account', 'quote_message' => 'Για να δείτε την προσφορά ποσού :amount, πατήστε τον παρακάτω σύνδεσμο.', 'quote_link_message' => 'Για να δείτε την προσφορά του πελάτη σας, πατήστε τον παρακάτω σύνδεσμο:', 'notification_quote_sent_subject' => 'Η προσφορά :invoice απεστάλη στον πελάτη :client', @@ -395,7 +395,7 @@ email που είναι συνδεδεμένη με το λογαριασμό σ 'more_designs_self_host_text' => '', 'buy' => 'Αγορά', 'bought_designs' => 'Επιπλέον σχέδια τιμολογίων προστέθηκαν με επιτυχία', - 'sent' => 'απεστάλη', + 'sent' => 'Απεσταλμένα', 'vat_number' => 'ΑΦΜ', 'timesheets' => 'Φύλλα χρονοχρέωσης', 'payment_title' => 'Κατσχωρήστε τη Διεύθυνση Τιμολόγησης και τα στοιχεία της Πιστωτικής Κάρτας', @@ -439,7 +439,7 @@ email που είναι συνδεδεμένη με το λογαριασμό σ 'reset_all' => 'Επαναφορά Όλων', 'approve' => 'Αποδοχή', 'token_billing_type_id' => 'Χρέωση Διακριτικού', - 'token_billing_help' => 'Αποθηκεύστε τις λεπτομέρειες πληρωμής με WePay, Stripe ή Braintree.', + 'token_billing_help' => 'Λεπτομέρειες πληρωμής με WePay, Stripe, Braintree ή GoCardless.', 'token_billing_1' => 'Απενεργοποιημένο', 'token_billing_2' => 'Opt-in - το checkbox εμφανίζεται αλλά όχι επιλεγμένο', 'token_billing_3' => 'Opt-out - το checkbox εμφανίζεται και είναι επιλεγμένο', @@ -670,6 +670,8 @@ email που είναι συνδεδεμένη με το λογαριασμό σ 'status_viewed' => 'Εμφανισμένα', 'status_partial' => 'Μερικό', 'status_paid' => 'Πληρωμένα', + 'status_unpaid' => 'Μη εξοφλημένη', + 'status_all' => 'Όλα', 'show_line_item_tax' => 'Εμφάνιση φόρου ανά προϊόν σε κάθε γραμμή', 'iframe_url' => 'Ιστοσελίδα', 'iframe_url_help1' => 'Αντιγράψτε τον παρακάτω κώδικα στη σελίδα του site σας.', @@ -832,7 +834,7 @@ email που είναι συνδεδεμένη με το λογαριασμό σ 'disabled' => 'Απενεργοποιημένο', 'show_archived_users' => 'Προβολή αρχειοθετημένων χρηστών', 'notes' => 'Σημειώσεις', - 'invoice_will_create' => 'πελάτης θα δημιουργηθεί', + 'invoice_will_create' => 'Το τιμολόγιο θα δημιουργηθεί', 'invoices_will_create' => 'τιμολόγια θα δημιουργηθούν', 'failed_to_import' => 'Οι παρακάτω εγγραφές απέτυχαν να εισαχθούν. Υπάρχουν ήδη ή λείπουν απαραίτητα πεδία.', 'publishable_key' => 'Δημοσιοποιήσιμο Κλειδί', @@ -1013,7 +1015,7 @@ email που είναι συνδεδεμένη με το λογαριασμό σ 'pro_plan_remove_logo' => ':link για να αφαιρέσετε το λογότυπο Invoice Ninja και να συμμετέχετε στο Επαγγελματικό Πλάνο', 'pro_plan_remove_logo_link' => 'Πατήστε εδώ', - 'invitation_status_sent' => 'Απεσταλμένα', + 'invitation_status_sent' => 'απεστάλη', 'invitation_status_opened' => 'Ανοιγμένα', 'invitation_status_viewed' => 'Εμφανισμένα', 'email_error_inactive_client' => 'Δεν μπορούν να αποσταλούν emails σε ανενεργούς πελάτες', @@ -1174,7 +1176,7 @@ email που είναι συνδεδεμένη με το λογαριασμό σ 'list_vendors' => 'Λίστα Προμηθευτών', 'add_users_not_supported' => 'Αναβαθμίστε στο Εταιρικό πλάνο για να προσθέσετε επιπλέον χρήστες στο λογαριασμό σας.', 'enterprise_plan_features' => 'Το Εταιρικό πλάνο προσθέτει υποστήριξη για πολλαπλούς χρήστες και συνημμένα αρχεία, :link για να δείτε την πλήρη λίστα με τα χαρακτηριστικά.', - 'return_to_app' => 'Επιστροφή στην εφαρμογή', + 'return_to_app' => 'Επιστροφή στην Εφαρμοφή', // Payment updates @@ -1211,8 +1213,8 @@ email που είναι συνδεδεμένη με το λογαριασμό σ 'payment_type_stripe' => 'Stripe', 'ach' => 'ACH', - 'enable_ach' => 'Ενεργοποίηση του ACH', - 'stripe_ach_help' => 'Η υποστήριξη ACH πρέπει να ενεργοποιηθεί και στο Stripe.', + 'enable_ach' => 'Αποδοχή τραπεζικών εμβασμάτων από τράπεζες των Ηνωμένων Πολιτειών', + 'stripe_ach_help' => 'Η υποστήριξη στην ACH πρέπει επίσης να ενεργοποιηθεί στο :link.', 'ach_disabled' => 'Μια άλλη πύλη πληρωμών (Gateway) έχει ήδη παραμετροποιηθεί για άμεση πίστωση', 'plaid' => 'Plaid', @@ -1408,6 +1410,8 @@ email που είναι συνδεδεμένη με το λογαριασμό σ 'payment_type_Switch' => 'Εναλλαγή', 'payment_type_iZettle' => 'iZettle', 'payment_type_Swish' => 'Swish', + 'payment_type_Alipay' => 'Alipay', + 'payment_type_Sofort' => 'Sofort', // Industries 'industry_Accounting & Legal' => 'Λογιστικά & Νομικά', @@ -2005,7 +2009,7 @@ email που είναι συνδεδεμένη με το λογαριασμό σ 'toggle_menu' => 'Εναλλαγή Μενού', 'new_...' => 'Νέο ...', 'list_...' => 'Εμφάνιση ...', - 'created_at' => 'Δημιουργημένο', + 'created_at' => 'Ημ/νία Δημιουργίας', 'contact_us' => 'Επικοινωνήστε μαζί μας', 'support_forum' => 'Forum Υποστήριξης', 'user_guide' => 'Οδηγός Χρήσης', @@ -2179,7 +2183,7 @@ email που είναι συνδεδεμένη με το λογαριασμό σ 'created_new_company' => 'Επιτυχής δημιουργία νέας εταιρίας', 'fees_disabled_for_gateway' => 'Οι προμήθειες είναι απενεργοποιημένες γι\' αυτή την πύλη πληρωμής.', 'logout_and_delete' => 'Έξοδος/Διαγραφή λογαριασμού', - 'tax_rate_type_help' => 'Οι περιλαμβανόμενοι φόροι προσαρμόζουν το κόστος του αντικειμένου γραμμής όταν επιλεγούν.', + 'tax_rate_type_help' => 'Οι συμπεριλαμβανόμενοι φόροι προσαρμόζουν το κόστος προϊόντος ανά γραμμή όταν επιλεχθούν.
Μόνο οι μη συμπεριλαμβανόμενοι φόροι μπορούν να χρησιμοποιηθούν ως προεπιλεγμένοι.', 'invoice_footer_help' => 'Χρησιμοποιήστε το $pageNumber και το $pageCount για να εμφανίσετε τις πληροφορίες σελίδας.', 'credit_note' => 'Πιστωτικό Σημείωμα', 'credit_issued_to' => 'Πίστωση εκδόθηκε προς', @@ -2191,9 +2195,9 @@ email που είναι συνδεδεμένη με το λογαριασμό σ 'error_incorrect_gateway_ids' => 'Σφάλμα: Ο πίνακας των πυλών πληρωμής (gateways) έχει λάθος αριθμούς.', 'purge_data' => 'Εκκαθάριση Δεδομένων', 'delete_data' => 'Διαγραφή Δεδομένων', - 'purge_data_help' => 'Οριστική διαγραφή όλων των δεδομένων στο λογαριασμό, κρατώντας μόνο το λογαριασμό και τις ρυθμίσεις.', + 'purge_data_help' => 'Οριστική διαγραφή όλων των δεδομένων αλλά διατήρηση λογαριασμού και ρυθμίσεων.', 'cancel_account_help' => 'Οριστική διαγραφή του λογαριασμού με όλα τα δεδομένα και τις ρυθμίσεις.', - 'purge_successful' => 'Επιτυχής εκκαθάριση δεδομένων λογαριασμού', + 'purge_successful' => 'Επιτυχής εκκαθάριση δεδομένων επιχείρησης', 'forbidden' => 'Απαγορευμένο', 'purge_data_message' => 'Προσοχή: Αυτό θα σβήσει όλα σας τα δεδομένα, χωρίς δυνατότητα αναίρεσης.', 'contact_phone' => 'Τηλέφωνο Επικοινωνίας', @@ -2236,7 +2240,7 @@ email που είναι συνδεδεμένη με το λογαριασμό σ 'oauth_taken' => 'Ο λογαριασμός χρήστη έχει ήδη καταχωρηθεί', 'emailed_payment' => 'Επιτυχής αποστολή πληρωμής με Email', 'email_payment' => 'Αποστολή πληρωμής με Email', - 'sent' => 'απεστάλη', + 'sent' => 'Απεσταλμένα', 'invoiceplane_import' => 'Χρησιμοποιήστε το :link για να μεταφέρετε τα δεδομένα σας από το InvoicePlane.', 'duplicate_expense_warning' => 'Προειδοποίηση: Το :link μπορεί να είναι διπλή εγγραφή', 'expense_link' => 'έξοδο', @@ -2366,7 +2370,7 @@ email που είναι συνδεδεμένη με το λογαριασμό σ 'currency_saudi_riyal' => 'Ριάλ Σαουδικής Αραβίας', 'currency_japanese_yen' => 'Γιεν Ιαπωνίας', 'currency_maldivian_rufiyaa' => 'Ρουφίγια Μαλδίβων', - 'currency_costa_rican_colón' => 'Κολόνι Κόστα Ρίκα', + 'currency_costa_rican_colon' => 'Κολόν Κόστα Ρίκας', 'currency_pakistani_rupee' => 'Ρουπία Πακιστάν', 'currency_polish_zloty' => 'Ζλότυ Πολωνίας', 'currency_sri_lankan_rupee' => 'Ρουπία Σρι Λάνκα', @@ -2382,11 +2386,12 @@ email που είναι συνδεδεμένη με το λογαριασμό σ 'currency_taiwan_new_dollar' => 'Νέο Δολάριο Ταϊβάν', 'currency_dominican_peso' => 'Πέσο Αγίου Δομίνικου', 'currency_chilean_peso' => 'Πέσο χιλής', - 'currency_icelandic_króna' => 'Κορώνα Ισλανδίας', + 'currency_icelandic_krona' => 'Κορώνα Ισλανδίας', 'currency_papua_new_guinean_kina' => 'Κίνα Παπούα και Νέα Γουινέα', 'currency_jordanian_dinar' => 'Δηνάριο Ιορδανίας', 'currency_myanmar_kyat' => 'Κιάτ Νιανμάρ', 'currency_peruvian_sol' => 'Σολ Περού', + 'review_app_help' => 'Ελπίζουμε να απολαμβάνετε τη χρήση της εφαρμογής.
Εάν θα θέλατε να γράψετε μια κριτική θα το εκτιμούσαμε ιδιαίτερα!', 'use_english_version' => 'Σιγουρευτείτε ότι χρησιμοποιείτε την Αγγλική έκδοση των αρχείων.
Χρησιμοποιούμε τις κεφαλίδες των στηλών για να ταιριάξουμε τα πεδία.', 'tax1' => 'Πρώτο; Φόρος', @@ -2400,6 +2405,46 @@ email που είναι συνδεδεμένη με το λογαριασμό σ 'contact_custom1' => 'Πρώτη Προσαρμογή Επαφής', 'contact_custom2' => 'Δεύτερη Προσαρμογή Επαφής', 'currency' => 'Νόμισμα', + 'ofx_help' => 'Στις περισσότερες περιπτώσεις οι προκαθορισμένες τιμές πρέπει να λειτουργούν, εάν δεν μπορείτε να συνδεθείτε ίσως βοηθήσει να προσαρμόσετε τις ρυθμίσεις.', + + 'item_product' => 'Προϊόν', + 'item_notes' => 'Σημειώσεις Προϊόντος', + 'item_cost' => 'Κόστος Προϊόντος', + 'item_quantity' => 'Ποσότητα Προϊόντος', + 'item_tax_rate' => 'Ποσοστό Φόρου Προϊόντος', + 'item_tax_name' => 'Όνομα Φόρου Προϊόντος', + 'item_tax1' => 'Φόρος1 Προϊόντος', + 'item_tax2' => 'Φόρος2 Προϊόντος', + + 'delete_company' => 'Διαγραφή Επιχείρησης', + 'delete_company_help' => 'Οριστική διαγραφή της επιχείρησης μαζί με όλα τα δεδομένα και τις ρυθμίσεις.', + 'delete_company_message' => 'Προειδοποίηση: Αυτό θα διαγράψει οριστικά την επιχείρηση, χωρίς αναίρεση.', + + 'applied_discount' => 'Το κουπόνι έχει εφαρμοσθεί, το κόστος του πλάνου έχει μειωθεί κατά :discount%.', + 'applied_free_year' => 'Το κουπόνι έχει εφαρμοσθεί, ο λογαριασμός σας έχει αναβαθμιστεί σε επαγγελματικό για ένα χρόνο.', + + 'contact_us_help' => 'Εάν αναφέρετε ένα λάθος παρακαλούμε να συμπεριλάβετε οποιοδήποτε σχετικά logs από τη θέση storage/logs/laravel-error.log', + 'include_errors' => 'Συμπερίληψη Λαθών', + 'include_errors_help' => 'Συμπεριλάβετε το :link από τη θέση storage/logs/laravel-error.log', + 'recent_errors' => 'πρόσφατα σφάλματα', + 'add_item' => 'Προσθήκη Προϊόντος', + 'customer' => 'Πελάτης', + 'customers' => 'Πελάτες', + 'created_customer' => 'Επιτυχής δημιουργία πελάτη', + 'created_customers' => 'Επιτυχής δημιουργία :count πελατών', + + 'purge_details' => 'Τα δεδομένα στην επιχείρησή σας (:account) έχουν εκκαθαριστεί επιτυχώς.', + 'deleted_company' => 'Επιτυχής ακύρωση λογαριασμού', + 'deleted_account' => 'Επιτυχής διαγραφή επιχείρησης', + 'deleted_company_details' => 'Η επιχείρησή σας (:account) έχει διαγραφεί επιτυχώς.', + 'deleted_account_details' => 'Ο λογαριασμός σας (:account) έχει διαγραφεί επιτυχώς.', + + 'alipay' => 'Alipay', + 'sofort' => 'Sofort', + 'enable_alipay' => 'Αποδοχή Alipay', + 'enable_sofort' => 'Αποδοχή τραπεζικών εμβασμάτων από τράπεζες της Ευρώπης', + 'stripe_alipay_help' => 'Αυτές οι πύλες πληρωμών πρέπει επίσης να ενεργοποιηθούν στο :link.', + 'gocardless_webhook_help_link_text' => 'προσθέστε αυτή τη διεύθυνση internet στο τέλος της διεύθυνσης internet στο GoCardless', ); diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index e30795699d54..86249c9fa423 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -2240,7 +2240,7 @@ $LANG = array( 'oauth_taken' => 'The account is already registered', 'emailed_payment' => 'Successfully emailed payment', 'email_payment' => 'Email Payment', - 'sent' => 'sent', + 'sent' => 'Sent', 'invoiceplane_import' => 'Use :link to migrate your data from InvoicePlane.', 'duplicate_expense_warning' => 'Warning: This :link may be a duplicate', 'expense_link' => 'expense', diff --git a/resources/lang/es/texts.php b/resources/lang/es/texts.php index 122858de5aee..f54644c604a3 100644 --- a/resources/lang/es/texts.php +++ b/resources/lang/es/texts.php @@ -238,7 +238,7 @@ $LANG = array( 'confirmation_subject' => 'Corfimación de tu cuenta en Invoice Ninja', 'confirmation_header' => 'Confirmación de Cuenta', 'confirmation_message' => 'Por favor, haz clic en el enlace abajo para confirmar tu cuenta.', - 'invoice_subject' => 'Nueva factura :invoice de :account', + 'invoice_subject' => 'New invoice :number from :account', 'invoice_message' => 'Para visualizar tu factura por el valor de :amount, haga click en el enlace a continuación.', 'payment_subject' => 'Pago recibido', 'payment_message' => 'Gracias por su pago de :amount.', @@ -331,7 +331,7 @@ $LANG = array( 'deleted_quote' => 'Cotizaciónes eliminadas con éxito', 'deleted_quotes' => ':count cotizaciones eliminadas con exito', 'converted_to_invoice' => 'Cotización convertida a factura con éxito', - 'quote_subject' => 'Nueva cotización :quote de :account', + 'quote_subject' => 'New quote :number from :account', 'quote_message' => 'Para visualizar la cotización por valor de :amount, haz click en el enlace abajo.', 'quote_link_message' => 'Para visualizar tu cotización haz click en el enlace abajo:', 'notification_quote_sent_subject' => 'Cotización :invoice enviada a el cliente :client', @@ -389,7 +389,7 @@ $LANG = array( 'more_designs_self_host_text' => '', 'buy' => 'Comprar', 'bought_designs' => 'Diseños adicionales de facturas agregados con éxito', - 'sent' => 'enviado', + 'sent' => 'Sent', 'vat_number' => 'Número de Impuesto', 'timesheets' => 'Hojas de Tiempo', 'payment_title' => 'Ingresa la Dirección de Facturación de tu Tareta de Crédito', @@ -433,7 +433,7 @@ $LANG = array( 'reset_all' => 'Reiniciar Todos', 'approve' => 'Aprobar', 'token_billing_type_id' => 'Token de Facturación', - 'token_billing_help' => 'Store payment details with WePay, Stripe or Braintree.', + 'token_billing_help' => 'Store payment details with WePay, Stripe, Braintree or GoCardless.', 'token_billing_1' => 'Deshabilitado', 'token_billing_2' => 'Opt-in - el checkbox es mostrado pero no seleccionado', 'token_billing_3' => 'Opt-out - el checkbox es mostrado y seleccionado', @@ -664,6 +664,8 @@ $LANG = array( 'status_viewed' => 'Visto', 'status_partial' => 'Parcial', 'status_paid' => 'Pagado', + 'status_unpaid' => 'Unpaid', + 'status_all' => 'All', 'show_line_item_tax' => ' Mostrar impuestos por cada item en línea.', 'iframe_url' => 'Sitio Web', 'iframe_url_help1' => 'Copia el siguiente código en una página de tu sitio web.', @@ -826,7 +828,7 @@ $LANG = array( 'disabled' => 'Deshabilitado', 'show_archived_users' => 'Mostrar usuarios archivados', 'notes' => 'Notas', - 'invoice_will_create' => 'cliente será creado', + 'invoice_will_create' => 'invoice will be created', 'invoices_will_create' => 'facturas seran creadas', 'failed_to_import' => 'Los siguientes registros fallaron al importar', 'publishable_key' => 'Clave pública', @@ -1006,7 +1008,7 @@ $LANG = array( 'pro_plan_remove_logo' => ':link haz click para eliminar el logo de Invoice Ninja', 'pro_plan_remove_logo_link' => 'Haz clic aquí', - 'invitation_status_sent' => 'Enviado', + 'invitation_status_sent' => 'sent', 'invitation_status_opened' => 'Abierto', 'invitation_status_viewed' => 'Visto', 'email_error_inactive_client' => 'No se pueden enviar correos a Clientes inactivos', @@ -1167,7 +1169,7 @@ $LANG = array( 'list_vendors' => 'List Vendors', 'add_users_not_supported' => 'Upgrade to the Enterprise plan to add additional users to your account.', 'enterprise_plan_features' => 'The Enterprise plan adds support for multiple users and file attachments, :link to see the full list of features.', - 'return_to_app' => 'Return to app', + 'return_to_app' => 'Return To App', // Payment updates @@ -1204,8 +1206,8 @@ $LANG = array( 'payment_type_stripe' => 'Stripe', 'ach' => 'ACH', - 'enable_ach' => 'Enable ACH', - 'stripe_ach_help' => 'ACH support must also be enabled at Stripe.', + 'enable_ach' => 'Accept US bank transfers', + 'stripe_ach_help' => 'ACH support must also be enabled in :link.', 'ach_disabled' => 'Another gateway is already configured for direct debit.', 'plaid' => 'Plaid', @@ -1401,6 +1403,8 @@ $LANG = array( 'payment_type_Switch' => 'Switch', 'payment_type_iZettle' => 'iZettle', 'payment_type_Swish' => 'Silbido', + 'payment_type_Alipay' => 'Alipay', + 'payment_type_Sofort' => 'Sofort', // Industries 'industry_Accounting & Legal' => 'Accounting & Legal', @@ -1998,7 +2002,7 @@ $LANG = array( 'toggle_menu' => 'Alternar Menú', 'new_...' => 'Nuevo ...', 'list_...' => 'Listar ...', - 'created_at' => 'Creado', + 'created_at' => 'Date Created', 'contact_us' => 'Contáctenos', 'support_forum' => 'Foro de Soporte', 'user_guide' => 'Guía de Usuario', @@ -2172,7 +2176,7 @@ $LANG = array( 'created_new_company' => 'Successfully created new company', 'fees_disabled_for_gateway' => 'Fees are disabled for this gateway.', 'logout_and_delete' => 'Log Out/Delete Account', - 'tax_rate_type_help' => 'Inclusive taxes adjust the line item cost when selected.', + 'tax_rate_type_help' => 'Inclusive tax rates adjust the line item cost when selected.
Only exclusive tax rates can be used as a default.', 'invoice_footer_help' => 'Use $pageNumber and $pageCount to display the page information.', 'credit_note' => 'Credit Note', 'credit_issued_to' => 'Credit issued to', @@ -2184,9 +2188,9 @@ $LANG = array( 'error_incorrect_gateway_ids' => 'Error: The gateways table has incorrect ids.', 'purge_data' => 'Purge Data', 'delete_data' => 'Delete Data', - 'purge_data_help' => 'Permanently delete all data in the account, keeping the account and settings.', + 'purge_data_help' => 'Permanently delete all data but keep the account and settings.', 'cancel_account_help' => 'Permanently delete the account along with all data and setting.', - 'purge_successful' => 'Successfully purged account data', + 'purge_successful' => 'Successfully purged company data', 'forbidden' => 'Forbidden', 'purge_data_message' => 'Warning: This will permanently erase your data, there is no undo.', 'contact_phone' => 'Contact Phone', @@ -2229,7 +2233,7 @@ $LANG = array( 'oauth_taken' => 'The account is already registered', 'emailed_payment' => 'Successfully emailed payment', 'email_payment' => 'Email Payment', - 'sent' => 'enviado', + 'sent' => 'Sent', 'invoiceplane_import' => 'Use :link to migrate your data from InvoicePlane.', 'duplicate_expense_warning' => 'Warning: This :link may be a duplicate', 'expense_link' => 'expense', @@ -2359,7 +2363,7 @@ $LANG = array( 'currency_saudi_riyal' => 'Saudi Riyal', 'currency_japanese_yen' => 'Japanese Yen', 'currency_maldivian_rufiyaa' => 'Maldivian Rufiyaa', - 'currency_costa_rican_colón' => 'Costa Rican Colón', + 'currency_costa_rican_colon' => 'Costa Rican Colón', 'currency_pakistani_rupee' => 'Pakistani Rupee', 'currency_polish_zloty' => 'Polish Zloty', 'currency_sri_lankan_rupee' => 'Sri Lankan Rupee', @@ -2375,11 +2379,12 @@ $LANG = array( 'currency_taiwan_new_dollar' => 'Taiwan New Dollar', 'currency_dominican_peso' => 'Dominican Peso', 'currency_chilean_peso' => 'Chilean Peso', - 'currency_icelandic_króna' => 'Icelandic Króna', + 'currency_icelandic_krona' => 'Icelandic Króna', 'currency_papua_new_guinean_kina' => 'Papua New Guinean Kina', 'currency_jordanian_dinar' => 'Jordanian Dinar', 'currency_myanmar_kyat' => 'Myanmar Kyat', 'currency_peruvian_sol' => 'Peruvian Sol', + 'review_app_help' => 'We hope you\'re enjoying using the app.
If you\'d consider writing a review we\'d greatly appreciate it!', 'use_english_version' => 'Make sure to use the English version of the files.
We use the column headers to match the fields.', 'tax1' => 'First Tax', @@ -2393,6 +2398,46 @@ $LANG = array( 'contact_custom1' => 'Contact First Custom', 'contact_custom2' => 'Contact Second Custom', 'currency' => 'Currency', + 'ofx_help' => 'In most cases the default values should work, if you\'re unable to connect it may help to adjust the settings.', + + 'item_product' => 'Item Product', + 'item_notes' => 'Item Notes', + 'item_cost' => 'Item Cost', + 'item_quantity' => 'Item Quantity', + 'item_tax_rate' => 'Item Tax Rate', + 'item_tax_name' => 'Item Tax Name', + 'item_tax1' => 'Item Tax1', + 'item_tax2' => 'Item Tax2', + + 'delete_company' => 'Delete Company', + 'delete_company_help' => 'Permanently delete the company along with all data and setting.', + 'delete_company_message' => 'Warning: This will permanently delete your company, there is no undo.', + + 'applied_discount' => 'The coupon has been applied, the plan price has been reduced by :discount%.', + 'applied_free_year' => 'The coupon has been applied, your account has been upgraded to pro for one year.', + + 'contact_us_help' => 'If you\'re reporting an error please include any relevant logs from storage/logs/laravel-error.log', + 'include_errors' => 'Include Errors', + 'include_errors_help' => 'Include :link from storage/logs/laravel-error.log', + 'recent_errors' => 'recent errors', + 'add_item' => 'Add Item', + 'customer' => 'Customer', + 'customers' => 'Customers', + 'created_customer' => 'Successfully created customer', + 'created_customers' => 'Successfully created :count customers', + + 'purge_details' => 'The data in your company (:account) has been successfully purged.', + 'deleted_company' => 'Successfully canceled account', + 'deleted_account' => 'Successfully deleted company', + 'deleted_company_details' => 'Your company (:account) has been successfully deleted.', + 'deleted_account_details' => 'Your account (:account) has been successfully deleted.', + + 'alipay' => 'Alipay', + 'sofort' => 'Sofort', + 'enable_alipay' => 'Accept Alipay', + 'enable_sofort' => 'Accept EU bank transfers', + 'stripe_alipay_help' => 'These gateways also need to be activated in :link.', + 'gocardless_webhook_help_link_text' => 'add this URL as an endpoint in GoCardless', ); diff --git a/resources/lang/es_ES/texts.php b/resources/lang/es_ES/texts.php index 81625548cd09..d916c3316b91 100644 --- a/resources/lang/es_ES/texts.php +++ b/resources/lang/es_ES/texts.php @@ -4,7 +4,7 @@ $LANG = array( 'organization' => 'Empresa', 'name' => 'Nombre', - 'website' => 'Sitio web', + 'website' => 'Página Web', 'work_phone' => 'Teléfono', 'address' => 'Dirección', 'address1' => 'Calle', @@ -81,7 +81,7 @@ $LANG = array( 'guest' => 'Invitado', 'company_details' => 'Detalles de la Empresa', 'online_payments' => 'Pagos Online', - 'notifications' => 'Notifications', + 'notifications' => 'Notificaciones', 'import_export' => 'Importar/Exportar', 'done' => 'Hecho', 'save' => 'Guardar', @@ -238,7 +238,7 @@ $LANG = array( 'confirmation_subject' => 'Corfimación de tu cuenta en Invoice Ninja', 'confirmation_header' => 'Confirmación de Cuenta', 'confirmation_message' => 'Por favor, haz clic en el enlace abajo para confirmar tu cuenta.', - 'invoice_subject' => 'Nueva factura :invoice de :account', + 'invoice_subject' => 'New invoice :number from :account', 'invoice_message' => 'Para visualizar tu factura por el valor de :amount, haz click en el enlace de abajo.', 'payment_subject' => 'Pago recibido', 'payment_message' => 'Gracias por su pago de :amount.', @@ -331,7 +331,7 @@ $LANG = array( 'deleted_quote' => 'Presupuesto eliminado con éxito', 'deleted_quotes' => ':count Presupuestos eliminados con exito', 'converted_to_invoice' => 'Presupuesto convertido a factura con éxito', - 'quote_subject' => 'Nuevo presupuesto de :account', + 'quote_subject' => 'New quote :number from :account', 'quote_message' => 'Para ver el presupuesto por un importe de :amount, haga click en el enlace de abajo.', 'quote_link_message' => 'Para ver su presupuesto haga click en el enlace de abajo:', 'notification_quote_sent_subject' => 'El presupuesto :invoice enviado al cliente :client', @@ -348,7 +348,7 @@ $LANG = array( 'charge_taxes' => 'Cargar Impuestos', 'user_management' => 'Gestión de Usuarios', 'add_user' => 'Añadir Usuario', - 'send_invite' => 'Send Invitation', + 'send_invite' => 'Enviar Invitación', 'sent_invite' => 'Invitación enviada con éxito', 'updated_user' => 'Usario actualizado con éxito', 'invitation_message' => ':invitor te ha invitado a unirte a su cuenta en G-Factura.', @@ -389,7 +389,7 @@ $LANG = array( 'more_designs_self_host_text' => '', 'buy' => 'Comprar', 'bought_designs' => 'Los diseños de factura adicionales se han añadido correctamente', - 'sent' => 'Enviado', + 'sent' => 'Enviada', 'vat_number' => 'NIF/CIF', 'timesheets' => 'Parte de Horas', 'payment_title' => 'Introduzca su dirección de facturación y la infomración de su tarjeta de crédito', @@ -433,7 +433,7 @@ $LANG = array( 'reset_all' => 'Restablecer Todos', 'approve' => 'Aprobar', 'token_billing_type_id' => 'Token Billing', - 'token_billing_help' => 'Store payment details with WePay, Stripe or Braintree.', + 'token_billing_help' => 'Store payment details with WePay, Stripe, Braintree or GoCardless.', 'token_billing_1' => 'Deshabilitar', 'token_billing_2' => 'La casilla Opt-In se muestra pero no está seleccionada', 'token_billing_3' => 'La casilla Opt-Out se muestra y se selecciona', @@ -550,12 +550,12 @@ $LANG = array( 'timer' => 'Temporizador', 'manual' => 'Manual', 'date_and_time' => 'Día y hora', - 'second' => 'Second', - 'seconds' => 'Seconds', - 'minute' => 'Minute', - 'minutes' => 'Minutes', - 'hour' => 'Hour', - 'hours' => 'Hours', + 'second' => 'segundo', + 'seconds' => 'segundos', + 'minute' => 'minuto', + 'minutes' => 'minutos', + 'hour' => 'hora', + 'hours' => 'horas', 'task_details' => 'Detalles de Tarea', 'duration' => 'Duración', 'end_time' => 'Hora de Fin', @@ -609,7 +609,7 @@ Acceder a 10 hermosos diseños de Factura', 'or' => 'o', 'email_error' => 'Ocurrió un problema enviando el correo', 'confirm_recurring_timing' => 'Nota: correos enviados cada hora en punto.', - 'payment_terms_help' => 'Sets the default invoice due date', + 'payment_terms_help' => 'Establezca la fecha de pago de factura por defecto', 'unlink_account' => 'Cuenta desvinculada', 'unlink' => 'Desvincular', 'show_address' => 'Mostrar Dirección', @@ -665,6 +665,8 @@ Acceder a 10 hermosos diseños de Factura', 'status_viewed' => 'Vista', 'status_partial' => 'Parcial', 'status_paid' => 'Pagada', + 'status_unpaid' => 'Unpaid', + 'status_all' => 'All', 'show_line_item_tax' => 'Mostrar impuesto para cada concepto de factura', 'iframe_url' => 'Website', 'iframe_url_help1' => 'Copia el siguiente codigo para una pagina de si sitio web.', @@ -827,7 +829,7 @@ Acceder a 10 hermosos diseños de Factura', 'disabled' => 'Deshabilitado', 'show_archived_users' => 'Mostrar usuarios archivados', 'notes' => 'Notas', - 'invoice_will_create' => 'cliente será creado', + 'invoice_will_create' => 'invoice will be created', 'invoices_will_create' => 'facturas seran creadas', 'failed_to_import' => 'Los siguientes registros fallaron al importar', 'publishable_key' => 'Clave pública', @@ -1009,7 +1011,7 @@ Atención! tu password puede estar transmitida como texto plano, considera habil 'pro_plan_remove_logo' => ':link haz click para eliminar el logo de Invoice Ninja', 'pro_plan_remove_logo_link' => 'Haz click aquí', - 'invitation_status_sent' => 'Sent', + 'invitation_status_sent' => 'sent', 'invitation_status_opened' => 'Openend', 'invitation_status_viewed' => 'Viewed', 'email_error_inactive_client' => 'No se pueden enviar correos a Clientes inactivos', @@ -1170,7 +1172,7 @@ Atención! tu password puede estar transmitida como texto plano, considera habil 'list_vendors' => 'List Vendors', 'add_users_not_supported' => 'Upgrade to the Enterprise plan to add additional users to your account.', 'enterprise_plan_features' => 'The Enterprise plan adds support for multiple users and file attachments, :link to see the full list of features.', - 'return_to_app' => 'Return to app', + 'return_to_app' => 'Return To App', // Payment updates @@ -1207,8 +1209,8 @@ Atención! tu password puede estar transmitida como texto plano, considera habil 'payment_type_stripe' => 'Stripe', 'ach' => 'ACH', - 'enable_ach' => 'Enable ACH', - 'stripe_ach_help' => 'ACH support must also be enabled at Stripe.', + 'enable_ach' => 'Accept US bank transfers', + 'stripe_ach_help' => 'ACH support must also be enabled in :link.', 'ach_disabled' => 'Ya existe otra pasarela configurada para débito directo.', 'plaid' => 'Plaid', @@ -1404,6 +1406,8 @@ Atención! tu password puede estar transmitida como texto plano, considera habil 'payment_type_Switch' => 'Switch', 'payment_type_iZettle' => 'iZettle', 'payment_type_Swish' => 'Swish', + 'payment_type_Alipay' => 'Alipay', + 'payment_type_Sofort' => 'Sofort', // Industries 'industry_Accounting & Legal' => 'Contabilidad y legal', @@ -2001,7 +2005,7 @@ Atención! tu password puede estar transmitida como texto plano, considera habil 'toggle_menu' => 'Toggle Menu', 'new_...' => 'New ...', 'list_...' => 'List ...', - 'created_at' => 'Created', + 'created_at' => 'Date Created', 'contact_us' => 'Contact Us', 'support_forum' => 'Support Forum', 'user_guide' => 'User Guide', @@ -2175,7 +2179,7 @@ Atención! tu password puede estar transmitida como texto plano, considera habil 'created_new_company' => 'Successfully created new company', 'fees_disabled_for_gateway' => 'Fees are disabled for this gateway.', 'logout_and_delete' => 'Log Out/Delete Account', - 'tax_rate_type_help' => 'Inclusive taxes adjust the line item cost when selected.', + 'tax_rate_type_help' => 'Inclusive tax rates adjust the line item cost when selected.
Only exclusive tax rates can be used as a default.', 'invoice_footer_help' => 'Use $pageNumber and $pageCount to display the page information.', 'credit_note' => 'Credit Note', 'credit_issued_to' => 'Credit issued to', @@ -2187,9 +2191,9 @@ Atención! tu password puede estar transmitida como texto plano, considera habil 'error_incorrect_gateway_ids' => 'Error: The gateways table has incorrect ids.', 'purge_data' => 'Purge Data', 'delete_data' => 'Delete Data', - 'purge_data_help' => 'Permanently delete all data in the account, keeping the account and settings.', + 'purge_data_help' => 'Permanently delete all data but keep the account and settings.', 'cancel_account_help' => 'Permanently delete the account along with all data and setting.', - 'purge_successful' => 'Successfully purged account data', + 'purge_successful' => 'Successfully purged company data', 'forbidden' => 'Forbidden', 'purge_data_message' => 'Warning: This will permanently erase your data, there is no undo.', 'contact_phone' => 'Contact Phone', @@ -2232,7 +2236,7 @@ Atención! tu password puede estar transmitida como texto plano, considera habil 'oauth_taken' => 'The account is already registered', 'emailed_payment' => 'Successfully emailed payment', 'email_payment' => 'Email Payment', - 'sent' => 'Enviado', + 'sent' => 'Enviada', 'invoiceplane_import' => 'Use :link to migrate your data from InvoicePlane.', 'duplicate_expense_warning' => 'Warning: This :link may be a duplicate', 'expense_link' => 'expense', @@ -2362,7 +2366,7 @@ Atención! tu password puede estar transmitida como texto plano, considera habil 'currency_saudi_riyal' => 'Saudi Riyal', 'currency_japanese_yen' => 'Japanese Yen', 'currency_maldivian_rufiyaa' => 'Maldivian Rufiyaa', - 'currency_costa_rican_colón' => 'Costa Rican Colón', + 'currency_costa_rican_colon' => 'Costa Rican Colón', 'currency_pakistani_rupee' => 'Pakistani Rupee', 'currency_polish_zloty' => 'Polish Zloty', 'currency_sri_lankan_rupee' => 'Sri Lankan Rupee', @@ -2378,11 +2382,12 @@ Atención! tu password puede estar transmitida como texto plano, considera habil 'currency_taiwan_new_dollar' => 'Taiwan New Dollar', 'currency_dominican_peso' => 'Dominican Peso', 'currency_chilean_peso' => 'Chilean Peso', - 'currency_icelandic_króna' => 'Icelandic Króna', + 'currency_icelandic_krona' => 'Icelandic Króna', 'currency_papua_new_guinean_kina' => 'Papua New Guinean Kina', 'currency_jordanian_dinar' => 'Jordanian Dinar', 'currency_myanmar_kyat' => 'Myanmar Kyat', 'currency_peruvian_sol' => 'Peruvian Sol', + 'review_app_help' => 'We hope you\'re enjoying using the app.
If you\'d consider writing a review we\'d greatly appreciate it!', 'use_english_version' => 'Make sure to use the English version of the files.
We use the column headers to match the fields.', 'tax1' => 'First Tax', @@ -2396,6 +2401,46 @@ Atención! tu password puede estar transmitida como texto plano, considera habil 'contact_custom1' => 'Contact First Custom', 'contact_custom2' => 'Contact Second Custom', 'currency' => 'Currency', + 'ofx_help' => 'In most cases the default values should work, if you\'re unable to connect it may help to adjust the settings.', + + 'item_product' => 'Item Product', + 'item_notes' => 'Item Notes', + 'item_cost' => 'Item Cost', + 'item_quantity' => 'Item Quantity', + 'item_tax_rate' => 'Item Tax Rate', + 'item_tax_name' => 'Item Tax Name', + 'item_tax1' => 'Item Tax1', + 'item_tax2' => 'Item Tax2', + + 'delete_company' => 'Delete Company', + 'delete_company_help' => 'Permanently delete the company along with all data and setting.', + 'delete_company_message' => 'Warning: This will permanently delete your company, there is no undo.', + + 'applied_discount' => 'The coupon has been applied, the plan price has been reduced by :discount%.', + 'applied_free_year' => 'The coupon has been applied, your account has been upgraded to pro for one year.', + + 'contact_us_help' => 'If you\'re reporting an error please include any relevant logs from storage/logs/laravel-error.log', + 'include_errors' => 'Include Errors', + 'include_errors_help' => 'Include :link from storage/logs/laravel-error.log', + 'recent_errors' => 'recent errors', + 'add_item' => 'Add Item', + 'customer' => 'Customer', + 'customers' => 'Customers', + 'created_customer' => 'Successfully created customer', + 'created_customers' => 'Successfully created :count customers', + + 'purge_details' => 'The data in your company (:account) has been successfully purged.', + 'deleted_company' => 'Successfully canceled account', + 'deleted_account' => 'Successfully deleted company', + 'deleted_company_details' => 'Your company (:account) has been successfully deleted.', + 'deleted_account_details' => 'Your account (:account) has been successfully deleted.', + + 'alipay' => 'Alipay', + 'sofort' => 'Sofort', + 'enable_alipay' => 'Accept Alipay', + 'enable_sofort' => 'Accept EU bank transfers', + 'stripe_alipay_help' => 'These gateways also need to be activated in :link.', + 'gocardless_webhook_help_link_text' => 'add this URL as an endpoint in GoCardless', ); diff --git a/resources/lang/fi/texts.php b/resources/lang/fi/texts.php index d5093d4d36dd..d0e0b9eaceb8 100644 --- a/resources/lang/fi/texts.php +++ b/resources/lang/fi/texts.php @@ -20,7 +20,7 @@ $LANG = array( 'email' => 'Sähköposti', 'additional_info' => 'Lisäätietoa', 'payment_terms' => 'Maksu ehdot', - 'currency_id' => 'Valutta', + 'currency_id' => 'Valuutta', 'size_id' => 'Yrityksen koko', 'industry_id' => 'Ala', 'private_notes' => 'Yksityset muistiinpanot', @@ -240,7 +240,7 @@ Lasku poistettiin (if only one, alternative)', 'confirmation_subject' => 'Invoice Ninja -tilin vahvistus', 'confirmation_header' => 'Tilin varmistus', 'confirmation_message' => 'Ystävällisesti seuratkaa alla oleva linkkiä varmistaaksesi tilisi. ', - 'invoice_subject' => 'Uusi :account lasku :invoice', + 'invoice_subject' => 'New invoice :number from :account', 'invoice_message' => 'Nähdäksesi laskun summalle :amount, paina alla olevaa linkkiä.', 'payment_subject' => 'Maksu vastaanotettu', 'payment_message' => 'Kiitos :amount maksustasi.', @@ -339,7 +339,7 @@ Lasku poistettiin (if only one, alternative)', 'deleted_quote' => 'Tarjous on poistettu onnistuneesti', 'deleted_quotes' => ':count tarjous(ta) poistettu onnistuneesti', 'converted_to_invoice' => 'Tarjous muutettiin onnistuneesti laskuksi', - 'quote_subject' => 'Uusi tarjous :quote yritykseltä :account', + 'quote_subject' => 'New quote :number from :account', 'quote_message' => 'Nähdäksesi tarjouksen summalla :amount, paina alla olevaa linkkiä.', 'quote_link_message' => 'Paina linkkiä alla nähdäksesi asiakastarjouksen:', 'notification_quote_sent_subject' => 'Tarjous :invoice on lähetetty asiakkaalle :client', @@ -397,7 +397,7 @@ Lasku poistettiin (if only one, alternative)', 'more_designs_self_host_text' => '', 'buy' => 'Osta', 'bought_designs' => 'Laskumuotoilut lisätty onnistuneesti', - 'sent' => 'lähetetty', + 'sent' => 'Sent', 'vat_number' => 'ALV-numero', 'timesheets' => 'Työaikalistaukset', 'payment_title' => 'Syötä laskutusosoitteesi ja luottokorttitietosi', @@ -441,7 +441,7 @@ Lasku poistettiin (if only one, alternative)', 'reset_all' => 'Nollaa kaikki', 'approve' => 'Hyväksy', 'token_billing_type_id' => 'Token Billing', - 'token_billing_help' => 'Kaupan maksutiedot palveluissa WePay, Stripe tai Braintree.', + 'token_billing_help' => 'Store payment details with WePay, Stripe, Braintree or GoCardless.', 'token_billing_1' => 'Pois käytöstä', 'token_billing_2' => 'Opt-in - valinta näytetään mutta on vakiona valitsematta', 'token_billing_3' => 'Opt-out - valinta näytetään ja on vakiona valittu', @@ -672,6 +672,8 @@ Lasku poistettiin (if only one, alternative)', 'status_viewed' => 'Nähty', 'status_partial' => 'Osittainen', 'status_paid' => 'Maksettu', + 'status_unpaid' => 'Unpaid', + 'status_all' => 'All', 'show_line_item_tax' => 'Näytä laskurivien vero rivillä', 'iframe_url' => 'Verkkosivu', 'iframe_url_help1' => 'Kopioi seuraava koodi sivustolle.', @@ -834,7 +836,7 @@ Lasku poistettiin (if only one, alternative)', 'disabled' => 'Pois käytöstä', 'show_archived_users' => 'Näytä arkistoidut käyttäjät', 'notes' => 'Viestit', - 'invoice_will_create' => 'asiakas luodaan', + 'invoice_will_create' => 'invoice will be created', 'invoices_will_create' => 'laskut luodaan', 'failed_to_import' => 'The following records failed to import, they either already exist or are missing required fields.', 'publishable_key' => 'Julkinen avain', @@ -1015,7 +1017,7 @@ Lasku poistettiin (if only one, alternative)', 'pro_plan_remove_logo' => ':link to remove the Invoice Ninja logo by joining the Pro Plan', 'pro_plan_remove_logo_link' => 'Click here', - 'invitation_status_sent' => 'Sent', + 'invitation_status_sent' => 'sent', 'invitation_status_opened' => 'Openend', 'invitation_status_viewed' => 'Viewed', 'email_error_inactive_client' => 'Emails can not be sent to inactive clients', @@ -1176,7 +1178,7 @@ Lasku poistettiin (if only one, alternative)', 'list_vendors' => 'List Vendors', 'add_users_not_supported' => 'Upgrade to the Enterprise plan to add additional users to your account.', 'enterprise_plan_features' => 'The Enterprise plan adds support for multiple users and file attachments, :link to see the full list of features.', - 'return_to_app' => 'Return to app', + 'return_to_app' => 'Return To App', // Payment updates @@ -1213,8 +1215,8 @@ Lasku poistettiin (if only one, alternative)', 'payment_type_stripe' => 'Stripe', 'ach' => 'ACH', - 'enable_ach' => 'Enable ACH', - 'stripe_ach_help' => 'ACH support must also be enabled at Stripe.', + 'enable_ach' => 'Accept US bank transfers', + 'stripe_ach_help' => 'ACH support must also be enabled in :link.', 'ach_disabled' => 'Another gateway is already configured for direct debit.', 'plaid' => 'Plaid', @@ -1410,6 +1412,8 @@ Lasku poistettiin (if only one, alternative)', 'payment_type_Switch' => 'Switch', 'payment_type_iZettle' => 'iZettle', 'payment_type_Swish' => 'Swish', + 'payment_type_Alipay' => 'Alipay', + 'payment_type_Sofort' => 'Sofort', // Industries 'industry_Accounting & Legal' => 'Accounting & Legal', @@ -2007,7 +2011,7 @@ Lasku poistettiin (if only one, alternative)', 'toggle_menu' => 'Toggle Menu', 'new_...' => 'New ...', 'list_...' => 'List ...', - 'created_at' => 'Created', + 'created_at' => 'Date Created', 'contact_us' => 'Contact Us', 'support_forum' => 'Support Forum', 'user_guide' => 'User Guide', @@ -2181,7 +2185,7 @@ Lasku poistettiin (if only one, alternative)', 'created_new_company' => 'Successfully created new company', 'fees_disabled_for_gateway' => 'Fees are disabled for this gateway.', 'logout_and_delete' => 'Log Out/Delete Account', - 'tax_rate_type_help' => 'Inclusive taxes adjust the line item cost when selected.', + 'tax_rate_type_help' => 'Inclusive tax rates adjust the line item cost when selected.
Only exclusive tax rates can be used as a default.', 'invoice_footer_help' => 'Use $pageNumber and $pageCount to display the page information.', 'credit_note' => 'Credit Note', 'credit_issued_to' => 'Credit issued to', @@ -2193,9 +2197,9 @@ Lasku poistettiin (if only one, alternative)', 'error_incorrect_gateway_ids' => 'Error: The gateways table has incorrect ids.', 'purge_data' => 'Purge Data', 'delete_data' => 'Delete Data', - 'purge_data_help' => 'Permanently delete all data in the account, keeping the account and settings.', + 'purge_data_help' => 'Permanently delete all data but keep the account and settings.', 'cancel_account_help' => 'Permanently delete the account along with all data and setting.', - 'purge_successful' => 'Successfully purged account data', + 'purge_successful' => 'Successfully purged company data', 'forbidden' => 'Forbidden', 'purge_data_message' => 'Warning: This will permanently erase your data, there is no undo.', 'contact_phone' => 'Contact Phone', @@ -2238,7 +2242,7 @@ Lasku poistettiin (if only one, alternative)', 'oauth_taken' => 'The account is already registered', 'emailed_payment' => 'Successfully emailed payment', 'email_payment' => 'Email Payment', - 'sent' => 'lähetetty', + 'sent' => 'Sent', 'invoiceplane_import' => 'Use :link to migrate your data from InvoicePlane.', 'duplicate_expense_warning' => 'Warning: This :link may be a duplicate', 'expense_link' => 'expense', @@ -2368,7 +2372,7 @@ Lasku poistettiin (if only one, alternative)', 'currency_saudi_riyal' => 'Saudi Riyal', 'currency_japanese_yen' => 'Japanese Yen', 'currency_maldivian_rufiyaa' => 'Maldivian Rufiyaa', - 'currency_costa_rican_colón' => 'Costa Rican Colón', + 'currency_costa_rican_colon' => 'Costa Rican Colón', 'currency_pakistani_rupee' => 'Pakistani Rupee', 'currency_polish_zloty' => 'Polish Zloty', 'currency_sri_lankan_rupee' => 'Sri Lankan Rupee', @@ -2384,11 +2388,12 @@ Lasku poistettiin (if only one, alternative)', 'currency_taiwan_new_dollar' => 'Taiwan New Dollar', 'currency_dominican_peso' => 'Dominican Peso', 'currency_chilean_peso' => 'Chilean Peso', - 'currency_icelandic_króna' => 'Icelandic Króna', + 'currency_icelandic_krona' => 'Icelandic Króna', 'currency_papua_new_guinean_kina' => 'Papua New Guinean Kina', 'currency_jordanian_dinar' => 'Jordanian Dinar', 'currency_myanmar_kyat' => 'Myanmar Kyat', 'currency_peruvian_sol' => 'Peruvian Sol', + 'review_app_help' => 'We hope you\'re enjoying using the app.
If you\'d consider writing a review we\'d greatly appreciate it!', 'use_english_version' => 'Make sure to use the English version of the files.
We use the column headers to match the fields.', 'tax1' => 'First Tax', @@ -2402,6 +2407,46 @@ Lasku poistettiin (if only one, alternative)', 'contact_custom1' => 'Contact First Custom', 'contact_custom2' => 'Contact Second Custom', 'currency' => 'Currency', + 'ofx_help' => 'In most cases the default values should work, if you\'re unable to connect it may help to adjust the settings.', + + 'item_product' => 'Item Product', + 'item_notes' => 'Item Notes', + 'item_cost' => 'Item Cost', + 'item_quantity' => 'Item Quantity', + 'item_tax_rate' => 'Item Tax Rate', + 'item_tax_name' => 'Item Tax Name', + 'item_tax1' => 'Item Tax1', + 'item_tax2' => 'Item Tax2', + + 'delete_company' => 'Delete Company', + 'delete_company_help' => 'Permanently delete the company along with all data and setting.', + 'delete_company_message' => 'Warning: This will permanently delete your company, there is no undo.', + + 'applied_discount' => 'The coupon has been applied, the plan price has been reduced by :discount%.', + 'applied_free_year' => 'The coupon has been applied, your account has been upgraded to pro for one year.', + + 'contact_us_help' => 'If you\'re reporting an error please include any relevant logs from storage/logs/laravel-error.log', + 'include_errors' => 'Include Errors', + 'include_errors_help' => 'Include :link from storage/logs/laravel-error.log', + 'recent_errors' => 'recent errors', + 'add_item' => 'Add Item', + 'customer' => 'Customer', + 'customers' => 'Customers', + 'created_customer' => 'Successfully created customer', + 'created_customers' => 'Successfully created :count customers', + + 'purge_details' => 'The data in your company (:account) has been successfully purged.', + 'deleted_company' => 'Successfully canceled account', + 'deleted_account' => 'Successfully deleted company', + 'deleted_company_details' => 'Your company (:account) has been successfully deleted.', + 'deleted_account_details' => 'Your account (:account) has been successfully deleted.', + + 'alipay' => 'Alipay', + 'sofort' => 'Sofort', + 'enable_alipay' => 'Accept Alipay', + 'enable_sofort' => 'Accept EU bank transfers', + 'stripe_alipay_help' => 'These gateways also need to be activated in :link.', + 'gocardless_webhook_help_link_text' => 'add this URL as an endpoint in GoCardless', ); diff --git a/resources/lang/fr/texts.php b/resources/lang/fr/texts.php index ac819c5257ee..3edef4f7217f 100644 --- a/resources/lang/fr/texts.php +++ b/resources/lang/fr/texts.php @@ -51,7 +51,7 @@ $LANG = array( 'add_contact' => 'Ajouter un contact', 'create_new_client' => 'Ajouter un nouveau client', 'edit_client_details' => 'Modifier les informations du client', - 'enable' => 'Autoriser', + 'enable' => 'Activé', 'learn_more' => 'En savoir +', 'manage_rates' => 'Gérer les taux', 'note_to_client' => 'Commentaire pour le client', @@ -238,7 +238,7 @@ $LANG = array( 'confirmation_subject' => 'Validation du compte Invoice Ninja', 'confirmation_header' => 'Validation du compte', 'confirmation_message' => 'Veuillez cliquer sur le lien ci-après pour valider votre compte.', - 'invoice_subject' => 'Nouvelle facture :invoice en provenance de :account', + 'invoice_subject' => 'New invoice :number from :account', 'invoice_message' => 'Pour voir votre facture de :amount, Cliquez sur le lien ci-après.', 'payment_subject' => 'Paiement reçu', 'payment_message' => 'Merci pour votre paiement d’un montant de :amount', @@ -331,7 +331,7 @@ $LANG = array( 'deleted_quote' => 'Devis supprimé', 'deleted_quotes' => ':count devis ont bien été supprimés', 'converted_to_invoice' => 'Le devis a bien été converti en facture', - 'quote_subject' => 'Nouvelle offre :quote de :account', + 'quote_subject' => 'New quote :number from :account', 'quote_message' => 'Pour visionner votre devis de :amount, cliquez sur le lien ci-dessous.', 'quote_link_message' => 'Pour visionner votre soumission, cliquez sur le lien ci-dessous:', 'notification_quote_sent_subject' => 'Le devis :invoice a été envoyé à :client', @@ -389,7 +389,7 @@ $LANG = array( 'more_designs_self_host_text' => '', 'buy' => 'Acheter', 'bought_designs' => 'Les nouveaux modèles ont été ajoutés avec succès', - 'sent' => 'envoyé', + 'sent' => 'Sent', 'vat_number' => 'Numéro de TVA', 'timesheets' => 'Feuilles de temps', 'payment_title' => 'Entrez votre adresse de facturation et vos informations bancaires', @@ -433,7 +433,7 @@ $LANG = array( 'reset_all' => 'Réinitialiser', 'approve' => 'Accepter', 'token_billing_type_id' => 'Jeton de paiement', - 'token_billing_help' => 'Stocke les détails de paiement avec WePay, Stripe ou Braintree ', + 'token_billing_help' => 'Store payment details with WePay, Stripe, Braintree or GoCardless.', 'token_billing_1' => 'Désactiver', 'token_billing_2' => 'Opt-in - Case à cocher affichée mais non sélectionnée', 'token_billing_3' => 'Opt-out - Case à cocher affichée et sélectionnée', @@ -505,7 +505,7 @@ $LANG = array( 'partial_remaining' => ':partial de :balance', 'more_fields' => 'Plus de champs', 'less_fields' => 'Moins de champs', - 'client_name' => 'Client Name', + 'client_name' => 'Nom du client', 'pdf_settings' => 'Réglages PDF', 'product_settings' => 'Réglages du produit', 'auto_wrap' => 'Retour à la ligne automatique', @@ -550,12 +550,12 @@ $LANG = array( 'timer' => 'Compteur', 'manual' => 'Manuel', 'date_and_time' => 'Date & heure', - 'second' => 'Second', - 'seconds' => 'Seconds', + 'second' => 'Seconde', + 'seconds' => 'Secondes', 'minute' => 'Minute', 'minutes' => 'Minutes', - 'hour' => 'Hour', - 'hours' => 'Hours', + 'hour' => 'Heure', + 'hours' => 'Heures', 'task_details' => 'Détails de la tâche', 'duration' => 'Durée', 'end_time' => 'Heure de fin', @@ -618,7 +618,7 @@ $LANG = array( 'times' => 'Horaires', 'set_now' => 'Définir maintenant', 'dark_mode' => 'Mode sombre', - 'dark_mode_help' => 'Use a dark background for the sidebars', + 'dark_mode_help' => 'Fond sombre pour les barres latérale', 'add_to_invoice' => 'Ajouter à la facture :invoice', 'create_new_invoice' => 'Créer une nouvelle facture', 'task_errors' => 'Merci de corriger les horaires conflictuels', @@ -664,6 +664,8 @@ Si vous avez besoin d\'aide à ce sujet, vous pouvez publier une question sur no 'status_viewed' => 'Vue', 'status_partial' => 'Partiel', 'status_paid' => 'Payé', + 'status_unpaid' => 'Unpaid', + 'status_all' => 'All', 'show_line_item_tax' => 'Display line item taxes inline', 'iframe_url' => 'Site internet', 'iframe_url_help1' => 'Copiez le code suivant sur une page de votre site.', @@ -826,7 +828,7 @@ Si vous avez besoin d\'aide à ce sujet, vous pouvez publier une question sur no 'disabled' => 'Désactivé', 'show_archived_users' => 'Afficher les utilisateurs archivés', 'notes' => 'Notes', - 'invoice_will_create' => 'Le client sera créé', + 'invoice_will_create' => 'invoice will be created', 'invoices_will_create' => 'Les factures seront créées', 'failed_to_import' => 'L\'import des enregistrements suivants à échoué, ils sont soit existants soit il manque des champs requis.', 'publishable_key' => 'Clé publique', @@ -1007,7 +1009,7 @@ Si vous avez besoin d\'aide à ce sujet, vous pouvez publier une question sur no 'pro_plan_remove_logo' => ':link pour supprimer le logo Invoice Ninja en souscrivant au Plan Pro', 'pro_plan_remove_logo_link' => 'Cliquez ici', - 'invitation_status_sent' => 'envoyé', + 'invitation_status_sent' => 'sent', 'invitation_status_opened' => 'Ouvert', 'invitation_status_viewed' => 'Consulté', 'email_error_inactive_client' => 'Les mails ne peuvent être envoyés aux clients inactifs', @@ -1168,7 +1170,7 @@ Si vous avez besoin d\'aide à ce sujet, vous pouvez publier une question sur no 'list_vendors' => 'List Vendors', 'add_users_not_supported' => 'Passez au Plan Enterprise pour ajouter des utilisateurs supplémentaires à votre compte.', 'enterprise_plan_features' => 'Le plan entreprise ajoute le support pour de multiples utilisateurs ainsi que l\'ajout de pièces jointes, :link pour voir la liste complète des fonctionnalités.', - 'return_to_app' => 'Retourner à l\'app', + 'return_to_app' => 'Return To App', // Payment updates @@ -1205,8 +1207,8 @@ Si vous avez besoin d\'aide à ce sujet, vous pouvez publier une question sur no 'payment_type_stripe' => 'Stripe', 'ach' => 'ACH', - 'enable_ach' => 'Activer ACH', - 'stripe_ach_help' => 'Les fonctionnalités de ACH doivent aussi activées pour Stripe.', + 'enable_ach' => 'Accept US bank transfers', + 'stripe_ach_help' => 'ACH support must also be enabled in :link.', 'ach_disabled' => 'Une autre passerelle est déjà configurée pour le prélèvement automatique.', 'plaid' => 'Plaid', @@ -1402,6 +1404,8 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette 'payment_type_Switch' => 'Switch', 'payment_type_iZettle' => 'iZettle', 'payment_type_Swish' => 'Swish', + 'payment_type_Alipay' => 'Alipay', + 'payment_type_Sofort' => 'Sofort', // Industries 'industry_Accounting & Legal' => 'Comptabilité & Légal', @@ -1429,7 +1433,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette 'industry_Pharmaceuticals' => 'Pharmaceutique', 'industry_Professional Services & Consulting' => 'Services Professionnels et Conseil', 'industry_Real Estate' => 'Immobilier', - 'industry_Restaurant & Catering' => 'Restaurant & Catering', + 'industry_Restaurant & Catering' => 'Restaurant & Traiteur', 'industry_Retail & Wholesale' => 'Détail & Grossiste', 'industry_Sports' => 'Sports', 'industry_Transportation' => 'Transport', @@ -1999,7 +2003,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette 'toggle_menu' => 'Basculer la navigation', 'new_...' => 'Nouveau ...', 'list_...' => 'Lister ...', - 'created_at' => 'Créé', + 'created_at' => 'Date Created', 'contact_us' => 'Nous joindre', 'support_forum' => 'Forum de support', 'user_guide' => 'Guide de l\'utilisateur', @@ -2173,7 +2177,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette 'created_new_company' => 'La nouvelle entreprise a été créé', 'fees_disabled_for_gateway' => 'Les frais sont désactivés pour cette passerelle.', 'logout_and_delete' => 'Déconnexion/Suppression du compte', - 'tax_rate_type_help' => 'Les taxes incluses ajustent le prix de la ligne d\'article lorsque sélectionnée.', + 'tax_rate_type_help' => 'Inclusive tax rates adjust the line item cost when selected.
Only exclusive tax rates can be used as a default.', 'invoice_footer_help' => 'Utilisez $pageNumber et $pageCount pour afficher les informations de la page.', 'credit_note' => 'Note de crédit', 'credit_issued_to' => 'Crédit accordé à', @@ -2185,9 +2189,9 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette 'error_incorrect_gateway_ids' => 'Erreur : La table de passerelle a des ID incorrectes.', 'purge_data' => 'Purger les données', 'delete_data' => 'Effacer les données', - 'purge_data_help' => 'Supprime toutes les données du compte, ne conserve que les comptes et les réglages', + 'purge_data_help' => 'Permanently delete all data but keep the account and settings.', 'cancel_account_help' => 'Supprime le compte ainsi que les données, les comptes et les réglages.', - 'purge_successful' => 'Les données du comptes ont été supprimées avec succès', + 'purge_successful' => 'Successfully purged company data', 'forbidden' => 'Interdit', 'purge_data_message' => 'Attention : Cette action va supprimer vos données et est irréversible', 'contact_phone' => 'Téléphone du contact', @@ -2230,7 +2234,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette 'oauth_taken' => 'Le compte est déjà enregistré', 'emailed_payment' => 'Paiement envoyé avec succès par email', 'email_payment' => 'Envoyer le paiement par email', - 'sent' => 'envoyé', + 'sent' => 'Sent', 'invoiceplane_import' => 'Utiliser: :link pour migrer vos données depuis InvoicePlane', 'duplicate_expense_warning' => 'Attention: Ce :link est peut être un doublon', 'expense_link' => 'Dépenses', @@ -2301,14 +2305,14 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette 'late_fee_amount' => 'Late Fee Amount', 'late_fee_percent' => 'Late Fee Percent', 'late_fee_added' => 'Late fee added on :date', - 'download_invoice' => 'Download Invoice', + 'download_invoice' => 'Télécharger la facture', 'download_quote' => 'Download Quote', 'invoices_are_attached' => 'Your invoice PDFs are attached.', 'downloaded_invoice' => 'An email will be sent with the invoice PDF', 'downloaded_quote' => 'An email will be sent with the quote PDF', 'downloaded_invoices' => 'An email will be sent with the invoice PDFs', 'downloaded_quotes' => 'An email will be sent with the quote PDFs', - 'clone_expense' => 'Clone Expense', + 'clone_expense' => 'Dupliquer la dépense', 'default_documents' => 'Default Documents', 'send_email_to_client' => 'Send email to the client', 'refund_subject' => 'Refund Processed', @@ -2360,7 +2364,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette 'currency_saudi_riyal' => 'Saudi Riyal', 'currency_japanese_yen' => 'Japanese Yen', 'currency_maldivian_rufiyaa' => 'Maldivian Rufiyaa', - 'currency_costa_rican_colón' => 'Costa Rican Colón', + 'currency_costa_rican_colon' => 'Costa Rican Colón', 'currency_pakistani_rupee' => 'Pakistani Rupee', 'currency_polish_zloty' => 'Polish Zloty', 'currency_sri_lankan_rupee' => 'Sri Lankan Rupee', @@ -2376,11 +2380,12 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette 'currency_taiwan_new_dollar' => 'Taiwan New Dollar', 'currency_dominican_peso' => 'Dominican Peso', 'currency_chilean_peso' => 'Chilean Peso', - 'currency_icelandic_króna' => 'Icelandic Króna', + 'currency_icelandic_krona' => 'Icelandic Króna', 'currency_papua_new_guinean_kina' => 'Papua New Guinean Kina', 'currency_jordanian_dinar' => 'Jordanian Dinar', 'currency_myanmar_kyat' => 'Myanmar Kyat', 'currency_peruvian_sol' => 'Peruvian Sol', + 'review_app_help' => 'We hope you\'re enjoying using the app.
If you\'d consider writing a review we\'d greatly appreciate it!', 'use_english_version' => 'Make sure to use the English version of the files.
We use the column headers to match the fields.', 'tax1' => 'First Tax', @@ -2393,7 +2398,47 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette 'contact_last_name' => 'Contact Last Name', 'contact_custom1' => 'Contact First Custom', 'contact_custom2' => 'Contact Second Custom', - 'currency' => 'Currency', + 'currency' => 'Devise', + 'ofx_help' => 'In most cases the default values should work, if you\'re unable to connect it may help to adjust the settings.', + + 'item_product' => 'Item Product', + 'item_notes' => 'Item Notes', + 'item_cost' => 'Item Cost', + 'item_quantity' => 'Item Quantity', + 'item_tax_rate' => 'Item Tax Rate', + 'item_tax_name' => 'Item Tax Name', + 'item_tax1' => 'Item Tax1', + 'item_tax2' => 'Item Tax2', + + 'delete_company' => 'Delete Company', + 'delete_company_help' => 'Permanently delete the company along with all data and setting.', + 'delete_company_message' => 'Warning: This will permanently delete your company, there is no undo.', + + 'applied_discount' => 'The coupon has been applied, the plan price has been reduced by :discount%.', + 'applied_free_year' => 'The coupon has been applied, your account has been upgraded to pro for one year.', + + 'contact_us_help' => 'If you\'re reporting an error please include any relevant logs from storage/logs/laravel-error.log', + 'include_errors' => 'Include Errors', + 'include_errors_help' => 'Include :link from storage/logs/laravel-error.log', + 'recent_errors' => 'recent errors', + 'add_item' => 'Add Item', + 'customer' => 'Customer', + 'customers' => 'Customers', + 'created_customer' => 'Successfully created customer', + 'created_customers' => 'Successfully created :count customers', + + 'purge_details' => 'The data in your company (:account) has been successfully purged.', + 'deleted_company' => 'Successfully canceled account', + 'deleted_account' => 'Successfully deleted company', + 'deleted_company_details' => 'Your company (:account) has been successfully deleted.', + 'deleted_account_details' => 'Your account (:account) has been successfully deleted.', + + 'alipay' => 'Alipay', + 'sofort' => 'Sofort', + 'enable_alipay' => 'Accept Alipay', + 'enable_sofort' => 'Accept EU bank transfers', + 'stripe_alipay_help' => 'These gateways also need to be activated in :link.', + 'gocardless_webhook_help_link_text' => 'add this URL as an endpoint in GoCardless', ); diff --git a/resources/lang/fr_CA/texts.php b/resources/lang/fr_CA/texts.php index c460d4fd404e..672ec4fea2a2 100644 --- a/resources/lang/fr_CA/texts.php +++ b/resources/lang/fr_CA/texts.php @@ -238,7 +238,7 @@ $LANG = array( 'confirmation_subject' => 'Validation du compte Invoice Ninja', 'confirmation_header' => 'Validation du compte', 'confirmation_message' => 'Veuillez cliquer sur le lien ci-après pour valider votre compte.', - 'invoice_subject' => 'Nouvelle facture en provenance de :account', + 'invoice_subject' => 'Nouvelle facture :number de :account', 'invoice_message' => 'Pour voir votre facture de :amount, Cliquez sur le lien ci-après.', 'payment_subject' => 'Paiement reçu', 'payment_message' => 'Merci pour votre paiement d\'un montant de :amount', @@ -331,7 +331,7 @@ $LANG = array( 'deleted_quote' => 'La soumission a été supprimée', 'deleted_quotes' => ':count soumissions ont été supprimées', 'converted_to_invoice' => 'La soumission a été convertie en facture', - 'quote_subject' => 'Nouvelle soumission :quote pour : account', + 'quote_subject' => 'Nouvelle soumission :number de :account', 'quote_message' => 'Pour visionner votre soumission de :amount, cliquez sur le lien ci-dessous.', 'quote_link_message' => 'Pour visionner votre soumission, cliquez sur le lien ci-dessous:', 'notification_quote_sent_subject' => 'La soumission :invoice a été envoyée à :client', @@ -389,7 +389,7 @@ $LANG = array( 'more_designs_self_host_text' => '', 'buy' => 'Acheter', 'bought_designs' => 'Les nouveaux modèles ont été ajoutés avec succès', - 'sent' => 'envoyé', + 'sent' => 'Envoyé', 'vat_number' => 'N° de taxe', 'timesheets' => 'Feuilles de temps', 'payment_title' => 'Veuillez entrer votre adresse de facturation et vos information de carte de crédit', @@ -433,7 +433,7 @@ $LANG = array( 'reset_all' => 'Remise à zéro', 'approve' => 'Approuver', 'token_billing_type_id' => 'Jeton de facturation', - 'token_billing_help' => 'Enregistre le détail de vos paiements avec WePay, Stripe ou Braintree.', + 'token_billing_help' => 'Stockez les informations de paiement avec WePay, Stripe, Braintree ou GoCardless.', 'token_billing_1' => 'Désactivé', 'token_billing_2' => 'Engagement - case à cocher affichée sans sélection', 'token_billing_3' => 'Désengagement - case à cocher affichée avec sélection', @@ -664,6 +664,8 @@ $LANG = array( 'status_viewed' => 'Vue', 'status_partial' => 'Partiel', 'status_paid' => 'Payée', + 'status_unpaid' => 'Impayé', + 'status_all' => 'Tous', 'show_line_item_tax' => 'Afficher la taxe sur la même ligne', 'iframe_url' => 'Site web', 'iframe_url_help1' => 'Copier ce code sur une page de votre site.', @@ -826,7 +828,7 @@ $LANG = array( 'disabled' => 'Désactivé', 'show_archived_users' => 'Afficher les utilisateurs archivés', 'notes' => 'Notes', - 'invoice_will_create' => 'Le client sera créé', + 'invoice_will_create' => 'La facture sera créée', 'invoices_will_create' => 'Les factures seront créées', 'failed_to_import' => 'Cet enregistrement n\'a pu être importé', 'publishable_key' => 'Clé publique', @@ -1004,7 +1006,7 @@ $LANG = array( 'pro_plan_remove_logo' => ':link pour supprimer le logo Invoice Ninja en souscrivant au plan pro', 'pro_plan_remove_logo_link' => 'Cliquez ici', - 'invitation_status_sent' => 'Envoyé', + 'invitation_status_sent' => 'envoyé', 'invitation_status_opened' => 'Ouvert', 'invitation_status_viewed' => 'Consulté', 'email_error_inactive_client' => 'Aucun courriel ne peut être envoyé à un client inactif', @@ -1165,7 +1167,7 @@ $LANG = array( 'list_vendors' => 'Liste des fournisseurs', 'add_users_not_supported' => 'Mettre à jour vers le plan Enterprise plan pour ajouter des utilisateurs à votre compte.', 'enterprise_plan_features' => 'Le Plan entreprise offre le support pour de multiple utilisateurs ainsi que l\'ajout de pièces jointes, :link pour voir la liste complète des fonctionnalités.', - 'return_to_app' => 'Retour à l\'application', + 'return_to_app' => 'Retour à l\'app', // Payment updates @@ -1202,8 +1204,8 @@ $LANG = array( 'payment_type_stripe' => 'Stripe', 'ach' => 'ACH', - 'enable_ach' => 'Activer ACH', - 'stripe_ach_help' => 'Les fonctionnalités de ACH requiert d\'être aussi activées pour Stripe.', + 'enable_ach' => 'Accepter les transferts de banques US', + 'stripe_ach_help' => 'Le support ACH doit aussi être activé dans :link.', 'ach_disabled' => 'Une autre passerelle est déjà configurée pour le prélèvement automatique.', 'plaid' => 'Plaid', @@ -1399,6 +1401,8 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette 'payment_type_Switch' => 'Switch', 'payment_type_iZettle' => 'iZettle', 'payment_type_Swish' => 'Swish', + 'payment_type_Alipay' => 'Alipay', + 'payment_type_Sofort' => 'Sofort', // Industries 'industry_Accounting & Legal' => 'Administration', @@ -1996,7 +2000,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette 'toggle_menu' => 'Basculer la navigation', 'new_...' => 'Nouveau ...', 'list_...' => 'Liste ...', - 'created_at' => 'Créé', + 'created_at' => 'Créé le', 'contact_us' => 'Nous joindre', 'support_forum' => 'Forum de support', 'user_guide' => 'Guide de l\'utilisateur', @@ -2171,7 +2175,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette 'created_new_company' => 'La nouvelle entreprise a été créé', 'fees_disabled_for_gateway' => 'Les frais sont désactivés pour cette passerelle.', 'logout_and_delete' => 'Déconnexion/Suppression du compte', - 'tax_rate_type_help' => 'Les taxes incluses ajustent le prix de la ligne d\'article lorsque sélectionnée.', + 'tax_rate_type_help' => 'Lorsque sélectionné, les taux de taxes inclusifs ajustent le coût de l\'article de chaque ligne.
Seulement les taux de taxes exclusifs peuvent être utilisé comme défaut.', 'invoice_footer_help' => 'Utilisez $pageNumber et $pageCount pour afficher les informations de la page.', 'credit_note' => 'Note de crédit', 'credit_issued_to' => 'Crédit accordé à', @@ -2183,9 +2187,9 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette 'error_incorrect_gateway_ids' => 'Erreur: Les tables de passerelle ont des ID incorrectes.', 'purge_data' => 'Purger les données', 'delete_data' => 'Supprimer les données', - 'purge_data_help' => 'Supprime les données dans ce compte en gardant les paramètres et le compte intact.', + 'purge_data_help' => 'Supprime définitivement toutes les données mais garde les paramètres et le compte.', 'cancel_account_help' => 'Supprime le compte et toutes les données et paramètres de façon définitive.', - 'purge_successful' => 'Les données ont été purgées', + 'purge_successful' => 'Toutes les données de l\'entreprise ont été supprimées', 'forbidden' => 'Vous n\'avez pas l\'autorisation', 'purge_data_message' => 'Avertissement: Cette action est irréversible et va supprimer vos données de façon définitive.', 'contact_phone' => 'Téléphone du contact', @@ -2228,7 +2232,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette 'oauth_taken' => 'Ces comptes ont déjà été enregistrés', 'emailed_payment' => 'Le paiement a été envoyé par courriel', 'email_payment' => 'Courriel de paiement', - 'sent' => 'envoyé', + 'sent' => 'Envoyé', 'invoiceplane_import' => 'Utilisez ce :link pour importer vos données de InvoicePlane.', 'duplicate_expense_warning' => 'Avertissement: Ce :link pourrait être un doublon', 'expense_link' => 'dépense', @@ -2358,7 +2362,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette 'currency_saudi_riyal' => 'Riyal saoudien', 'currency_japanese_yen' => 'Yen japonais', 'currency_maldivian_rufiyaa' => 'Rufiyaa maldivien', - 'currency_costa_rican_colón' => 'Colón costaricien', + 'currency_costa_rican_colon' => 'Colón costaricien', 'currency_pakistani_rupee' => 'Roupie pakistanaise', 'currency_polish_zloty' => 'Złoty polonaise', 'currency_sri_lankan_rupee' => 'Roupie srilankaise', @@ -2374,11 +2378,12 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette 'currency_taiwan_new_dollar' => 'Nouveau dollar de Taïwan', 'currency_dominican_peso' => 'Peso dominicain', 'currency_chilean_peso' => 'Peso chilien', - 'currency_icelandic_króna' => 'Couronne islandaise', + 'currency_icelandic_krona' => 'Couronne islandaise', 'currency_papua_new_guinean_kina' => 'Kina papouasien néo-guinéen', 'currency_jordanian_dinar' => 'Dinar jordanien', 'currency_myanmar_kyat' => 'Kyat birman', 'currency_peruvian_sol' => 'Nouveau sol péruvien', + 'review_app_help' => 'Nous espérons que votre utilisation de cette application vous est agréable.
Veuillez considérer de laisser un commentaire. Ce serait grandement apprécié!', 'use_english_version' => 'Veuillez vous assurer d\'utiliser la version anglaise des fichiers.
Les entêtes de colonnes sont utilisées pour correspondre aux champs.', 'tax1' => 'Première taxe', @@ -2392,6 +2397,46 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette 'contact_custom1' => 'Personnalisation 1 du contact', 'contact_custom2' => 'Personnalisation 2 du contact', 'currency' => 'Devise', + 'ofx_help' => 'Dans la plupart des cas, les valeurs par défaut devraient fonctionner. Sinon, veuillez essayer d\'ajuster les paramètres.', + + 'item_product' => 'Produit de l\'article', + 'item_notes' => 'Notes de l\'article', + 'item_cost' => 'Coût de l\'article', + 'item_quantity' => 'Quantité de l\'article', + 'item_tax_rate' => 'Taux de taxe de l\'article', + 'item_tax_name' => 'Nom de taxe de l\'article', + 'item_tax1' => 'Taxe 1 de l\'article', + 'item_tax2' => 'Taxe 2 de l\'article', + + 'delete_company' => 'Supprimer l\'entreprise', + 'delete_company_help' => 'Cette action supprime définitivement l\'entreprise et toutes les données associées.', + 'delete_company_message' => 'Avertissement: Cette entreprise sera définitivement supprimée. ', + + 'applied_discount' => 'Le coupon a été appliqué, le prix du plan est réduit de :discount%.', + 'applied_free_year' => 'Le coupon a été appliqué, votre compte est maintenant au plan Pro pour une année.', + + 'contact_us_help' => 'Si vous devez rapporter une erreur, veuillez inclure toute information pertinente que vous trouverez dans les fichiers logs à storage/logs/laravel-error.log', + 'include_errors' => 'Inclure les erreurs', + 'include_errors_help' => 'Inclure le :link de storage/logs/laravel-error.log', + 'recent_errors' => 'erreurs récentes', + 'add_item' => 'Ajouter un article', + 'customer' => 'Client', + 'customers' => 'Clients', + 'created_customer' => 'Le client a été créé', + 'created_customers' => ':count clients ont été créés', + + 'purge_details' => 'Les données de votre entreprise (:account) ont été supprimées.', + 'deleted_company' => 'Le compte a été annulé', + 'deleted_account' => 'L\'entreprise a été suppriméé', + 'deleted_company_details' => 'Votre entreprise (:account) a été supprimée.', + 'deleted_account_details' => 'Votre compte (:account) a été supprimé.', + + 'alipay' => 'Alipay', + 'sofort' => 'Sofort', + 'enable_alipay' => 'Accepter Alipay', + 'enable_sofort' => 'Accepter les tranferts de banques EU', + 'stripe_alipay_help' => 'Ces passerelles doivent aussi être activées dans :link.', + 'gocardless_webhook_help_link_text' => 'ajoute cette URL comme terminal dans GoCardless', ); diff --git a/resources/lang/hr/texts.php b/resources/lang/hr/texts.php index 1810d13de940..60ed788b6728 100644 --- a/resources/lang/hr/texts.php +++ b/resources/lang/hr/texts.php @@ -238,7 +238,7 @@ $LANG = array( 'confirmation_subject' => 'Invoice Ninja odobravanje računa', 'confirmation_header' => 'Odobrenje računa', 'confirmation_message' => 'Molimo pristupite donjom poveznicom za odobrenje vašeg računa.', - 'invoice_subject' => 'Novi račun :invoice za :account', + 'invoice_subject' => 'New invoice :number from :account', 'invoice_message' => 'Za pregled vašeg računa na :amount, kliknite donju poveznicu.', 'payment_subject' => 'Primljena uplata', 'payment_message' => 'Hvala vam na vašoj uplati od :amount.', @@ -337,7 +337,7 @@ $LANG = array( 'deleted_quote' => 'Ponuda uspješno obrisana', 'deleted_quotes' => 'Uspješno obrisano :count ponuda', 'converted_to_invoice' => 'Ponuda uspješno konvertirana u račun', - 'quote_subject' => 'New quote :quote from :account', + 'quote_subject' => 'New quote :number from :account', 'quote_message' => 'Za pregled vaše ponude na :amount, kliknite na donju poveznicu.', 'quote_link_message' => 'Za pregled ponude vašeg klijenta kliknite na donju poveznicu:', 'notification_quote_sent_subject' => 'Ponuda :invoice je poslana :client', @@ -395,7 +395,7 @@ $LANG = array( 'more_designs_self_host_text' => '', 'buy' => 'Kupi', 'bought_designs' => 'Uspješno nadodani dizajni računa', - 'sent' => 'poslano', + 'sent' => 'Sent', 'vat_number' => 'OIB', 'timesheets' => 'Vremenik', 'payment_title' => 'Unesite svoju adresu računa i informacije kreditne kartice', @@ -439,7 +439,7 @@ $LANG = array( 'reset_all' => 'Resetiraj sve', 'approve' => 'Odobri', 'token_billing_type_id' => 'Token naplata', - 'token_billing_help' => 'Store payment details with WePay, Stripe or Braintree.', + 'token_billing_help' => 'Store payment details with WePay, Stripe, Braintree or GoCardless.', 'token_billing_1' => 'Onemogućeno', 'token_billing_2' => 'Opt-in - odabir je prikazan ali nije selektiran', 'token_billing_3' => 'Opt-out - odabir je prikazan i selektiran', @@ -670,6 +670,8 @@ $LANG = array( 'status_viewed' => 'Pregledano', 'status_partial' => 'Parcijalno', 'status_paid' => 'Plaćeno', + 'status_unpaid' => 'Unpaid', + 'status_all' => 'All', 'show_line_item_tax' => 'Prikaži poreze u liniji stavke', 'iframe_url' => 'Web mjesto', 'iframe_url_help1' => 'Kopiraj slijedeći kod na stranicu svog web mjesta.', @@ -832,7 +834,7 @@ $LANG = array( 'disabled' => 'Onemogućeno', 'show_archived_users' => 'Prikaži arhivirane korisnike', 'notes' => 'Bilješke', - 'invoice_will_create' => 'klijent će biti kreiran', + 'invoice_will_create' => 'invoice will be created', 'invoices_will_create' => 'računi će biti kreirani', 'failed_to_import' => 'The following records failed to import, they either already exist or are missing required fields.', 'publishable_key' => 'Objavljivi ključ', @@ -1013,7 +1015,7 @@ $LANG = array( 'pro_plan_remove_logo' => ':link to remove the Invoice Ninja logo by joining the Pro Plan', 'pro_plan_remove_logo_link' => 'Click here', - 'invitation_status_sent' => 'Sent', + 'invitation_status_sent' => 'sent', 'invitation_status_opened' => 'Openend', 'invitation_status_viewed' => 'Viewed', 'email_error_inactive_client' => 'Emails can not be sent to inactive clients', @@ -1174,7 +1176,7 @@ $LANG = array( 'list_vendors' => 'List Vendors', 'add_users_not_supported' => 'Upgrade to the Enterprise plan to add additional users to your account.', 'enterprise_plan_features' => 'The Enterprise plan adds support for multiple users and file attachments, :link to see the full list of features.', - 'return_to_app' => 'Return to app', + 'return_to_app' => 'Return To App', // Payment updates @@ -1211,8 +1213,8 @@ $LANG = array( 'payment_type_stripe' => 'Stripe', 'ach' => 'ACH', - 'enable_ach' => 'Enable ACH', - 'stripe_ach_help' => 'ACH support must also be enabled at Stripe.', + 'enable_ach' => 'Accept US bank transfers', + 'stripe_ach_help' => 'ACH support must also be enabled in :link.', 'ach_disabled' => 'Another gateway is already configured for direct debit.', 'plaid' => 'Plaid', @@ -1408,6 +1410,8 @@ $LANG = array( 'payment_type_Switch' => 'Switch', 'payment_type_iZettle' => 'iZettle', 'payment_type_Swish' => 'Swish', + 'payment_type_Alipay' => 'Alipay', + 'payment_type_Sofort' => 'Sofort', // Industries 'industry_Accounting & Legal' => 'Accounting & Legal', @@ -2005,7 +2009,7 @@ $LANG = array( 'toggle_menu' => 'Toggle Menu', 'new_...' => 'New ...', 'list_...' => 'List ...', - 'created_at' => 'Created', + 'created_at' => 'Date Created', 'contact_us' => 'Contact Us', 'support_forum' => 'Support Forum', 'user_guide' => 'User Guide', @@ -2179,7 +2183,7 @@ $LANG = array( 'created_new_company' => 'Successfully created new company', 'fees_disabled_for_gateway' => 'Fees are disabled for this gateway.', 'logout_and_delete' => 'Log Out/Delete Account', - 'tax_rate_type_help' => 'Inclusive taxes adjust the line item cost when selected.', + 'tax_rate_type_help' => 'Inclusive tax rates adjust the line item cost when selected.
Only exclusive tax rates can be used as a default.', 'invoice_footer_help' => 'Use $pageNumber and $pageCount to display the page information.', 'credit_note' => 'Credit Note', 'credit_issued_to' => 'Credit issued to', @@ -2191,9 +2195,9 @@ $LANG = array( 'error_incorrect_gateway_ids' => 'Error: The gateways table has incorrect ids.', 'purge_data' => 'Purge Data', 'delete_data' => 'Delete Data', - 'purge_data_help' => 'Permanently delete all data in the account, keeping the account and settings.', + 'purge_data_help' => 'Permanently delete all data but keep the account and settings.', 'cancel_account_help' => 'Permanently delete the account along with all data and setting.', - 'purge_successful' => 'Successfully purged account data', + 'purge_successful' => 'Successfully purged company data', 'forbidden' => 'Forbidden', 'purge_data_message' => 'Warning: This will permanently erase your data, there is no undo.', 'contact_phone' => 'Contact Phone', @@ -2236,7 +2240,7 @@ $LANG = array( 'oauth_taken' => 'The account is already registered', 'emailed_payment' => 'Successfully emailed payment', 'email_payment' => 'Email Payment', - 'sent' => 'poslano', + 'sent' => 'Sent', 'invoiceplane_import' => 'Use :link to migrate your data from InvoicePlane.', 'duplicate_expense_warning' => 'Warning: This :link may be a duplicate', 'expense_link' => 'expense', @@ -2366,7 +2370,7 @@ $LANG = array( 'currency_saudi_riyal' => 'Saudi Riyal', 'currency_japanese_yen' => 'Japanese Yen', 'currency_maldivian_rufiyaa' => 'Maldivian Rufiyaa', - 'currency_costa_rican_colón' => 'Costa Rican Colón', + 'currency_costa_rican_colon' => 'Costa Rican Colón', 'currency_pakistani_rupee' => 'Pakistani Rupee', 'currency_polish_zloty' => 'Polish Zloty', 'currency_sri_lankan_rupee' => 'Sri Lankan Rupee', @@ -2382,11 +2386,12 @@ $LANG = array( 'currency_taiwan_new_dollar' => 'Taiwan New Dollar', 'currency_dominican_peso' => 'Dominican Peso', 'currency_chilean_peso' => 'Chilean Peso', - 'currency_icelandic_króna' => 'Icelandic Króna', + 'currency_icelandic_krona' => 'Icelandic Króna', 'currency_papua_new_guinean_kina' => 'Papua New Guinean Kina', 'currency_jordanian_dinar' => 'Jordanian Dinar', 'currency_myanmar_kyat' => 'Myanmar Kyat', 'currency_peruvian_sol' => 'Peruvian Sol', + 'review_app_help' => 'We hope you\'re enjoying using the app.
If you\'d consider writing a review we\'d greatly appreciate it!', 'use_english_version' => 'Make sure to use the English version of the files.
We use the column headers to match the fields.', 'tax1' => 'First Tax', @@ -2400,6 +2405,46 @@ $LANG = array( 'contact_custom1' => 'Contact First Custom', 'contact_custom2' => 'Contact Second Custom', 'currency' => 'Currency', + 'ofx_help' => 'In most cases the default values should work, if you\'re unable to connect it may help to adjust the settings.', + + 'item_product' => 'Item Product', + 'item_notes' => 'Item Notes', + 'item_cost' => 'Item Cost', + 'item_quantity' => 'Item Quantity', + 'item_tax_rate' => 'Item Tax Rate', + 'item_tax_name' => 'Item Tax Name', + 'item_tax1' => 'Item Tax1', + 'item_tax2' => 'Item Tax2', + + 'delete_company' => 'Delete Company', + 'delete_company_help' => 'Permanently delete the company along with all data and setting.', + 'delete_company_message' => 'Warning: This will permanently delete your company, there is no undo.', + + 'applied_discount' => 'The coupon has been applied, the plan price has been reduced by :discount%.', + 'applied_free_year' => 'The coupon has been applied, your account has been upgraded to pro for one year.', + + 'contact_us_help' => 'If you\'re reporting an error please include any relevant logs from storage/logs/laravel-error.log', + 'include_errors' => 'Include Errors', + 'include_errors_help' => 'Include :link from storage/logs/laravel-error.log', + 'recent_errors' => 'recent errors', + 'add_item' => 'Add Item', + 'customer' => 'Customer', + 'customers' => 'Customers', + 'created_customer' => 'Successfully created customer', + 'created_customers' => 'Successfully created :count customers', + + 'purge_details' => 'The data in your company (:account) has been successfully purged.', + 'deleted_company' => 'Successfully canceled account', + 'deleted_account' => 'Successfully deleted company', + 'deleted_company_details' => 'Your company (:account) has been successfully deleted.', + 'deleted_account_details' => 'Your account (:account) has been successfully deleted.', + + 'alipay' => 'Alipay', + 'sofort' => 'Sofort', + 'enable_alipay' => 'Accept Alipay', + 'enable_sofort' => 'Accept EU bank transfers', + 'stripe_alipay_help' => 'These gateways also need to be activated in :link.', + 'gocardless_webhook_help_link_text' => 'add this URL as an endpoint in GoCardless', ); diff --git a/resources/lang/it/texts.php b/resources/lang/it/texts.php index 97d1a1bd7634..edaad4e54087 100644 --- a/resources/lang/it/texts.php +++ b/resources/lang/it/texts.php @@ -81,7 +81,7 @@ $LANG = array( 'guest' => 'Ospite', 'company_details' => 'Dettagli Azienda', 'online_payments' => 'Pagamenti Online', - 'notifications' => 'Notifications', + 'notifications' => 'Notifiche', 'import_export' => 'Importa/Esporta', 'done' => 'Fatto', 'save' => 'Salva', @@ -238,7 +238,7 @@ $LANG = array( 'confirmation_subject' => 'Conferma Account Invoice Ninja', 'confirmation_header' => 'Conferma Account', 'confirmation_message' => 'Per favore, accedi al link qui sotto per confermare il tuo account.', - 'invoice_subject' => 'Nuova fattura :invoice da :account', + 'invoice_subject' => 'New invoice :number from :account', 'invoice_message' => 'Per visualizzare la tua fattura di :amount, clicca sul link qui sotto.', 'payment_subject' => 'Pagamento Ricevuto', 'payment_message' => 'Grazie per il tuo pagamento di :amount.', @@ -331,7 +331,7 @@ $LANG = array( 'deleted_quote' => 'Preventivo cancellato con successo', 'deleted_quotes' => 'Sono stati cancellati :count preventivi con successo', 'converted_to_invoice' => 'Il preventivo è stato convertito a fattura con successo', - 'quote_subject' => 'New quote :quote from :account', + 'quote_subject' => 'New quote :number from :account', 'quote_message' => 'Per visualizzare il vostro preventivo di :amount, cliccate il collegamento sotto.', 'quote_link_message' => 'Per visualizzare il preventivo del vostro cliente cliccate il collegamento sotto:', 'notification_quote_sent_subject' => 'Il preventivo :invoice è stato inviato a :client', @@ -389,7 +389,7 @@ $LANG = array( 'more_designs_self_host_text' => '', 'buy' => 'Buy', 'bought_designs' => 'Successfully added additional invoice designs', - 'sent' => 'sent', + 'sent' => 'Sent', 'vat_number' => 'Partita IVA', 'timesheets' => 'Timesheets', 'payment_title' => 'Inserisci il tuo indirizzo di fatturazione e i dati della tua carta di credito', @@ -433,7 +433,7 @@ $LANG = array( 'reset_all' => 'Reset All', 'approve' => 'Approva', 'token_billing_type_id' => 'Token Billing', - 'token_billing_help' => 'Store payment details with WePay, Stripe or Braintree.', + 'token_billing_help' => 'Store payment details with WePay, Stripe, Braintree or GoCardless.', 'token_billing_1' => 'Disabilitato', 'token_billing_2' => 'Opt-in - checkbox is shown but not selected', 'token_billing_3' => 'Opt-out - checkbox is shown and selected', @@ -664,6 +664,8 @@ $LANG = array( 'status_viewed' => 'Visto', 'status_partial' => 'Parziale', 'status_paid' => 'Pagato', + 'status_unpaid' => 'Unpaid', + 'status_all' => 'All', 'show_line_item_tax' => 'Display line item taxes inline', 'iframe_url' => 'Website', 'iframe_url_help1' => 'Copy the following code to a page on your site.', @@ -826,7 +828,7 @@ $LANG = array( 'disabled' => 'Disabled', 'show_archived_users' => 'Show archived users', 'notes' => 'Notes', - 'invoice_will_create' => 'client will be created', + 'invoice_will_create' => 'invoice will be created', 'invoices_will_create' => 'invoices will be created', 'failed_to_import' => 'The following records failed to import, they either already exist or are missing required fields.', 'publishable_key' => 'Publishable Key', @@ -872,14 +874,14 @@ $LANG = array( 'expenses' => 'Spese', 'new_expense' => 'Inserisci spesa', 'enter_expense' => 'Inserisci Spesa', - 'vendors' => 'Vendors', - 'new_vendor' => 'New Vendor', + 'vendors' => 'Fornitori', + 'new_vendor' => 'Nuovo Fornitore', 'payment_terms_net' => 'Net', - 'vendor' => 'Vendor', - 'edit_vendor' => 'Edit Vendor', - 'archive_vendor' => 'Archive Vendor', - 'delete_vendor' => 'Delete Vendor', - 'view_vendor' => 'View Vendor', + 'vendor' => 'Fornitore', + 'edit_vendor' => 'Modifica Fornitore', + 'archive_vendor' => 'Archivia Fornitore', + 'delete_vendor' => 'Cancella Fornitore ', + 'view_vendor' => 'Vedi Fornitore', 'deleted_expense' => 'Successfully deleted expense', 'archived_expense' => 'Successfully archived expense', 'deleted_expenses' => 'Successfully deleted expenses', @@ -1007,7 +1009,7 @@ $LANG = array( 'pro_plan_remove_logo' => ':link per rimuovere il logo di Invoice Ninja aderendo al programma pro', 'pro_plan_remove_logo_link' => 'Clicca qui', - 'invitation_status_sent' => 'Spedito', + 'invitation_status_sent' => 'sent', 'invitation_status_opened' => 'Aperto', 'invitation_status_viewed' => 'Visto', 'email_error_inactive_client' => 'Emails can not be sent to inactive clients', @@ -1062,7 +1064,7 @@ $LANG = array( 'gateway_help_20' => ':link to sign up for Sage Pay.', 'gateway_help_21' => ':link to sign up for Sage Pay.', 'partial_due' => 'Da versare (parziale)', - 'restore_vendor' => 'Restore Vendor', + 'restore_vendor' => 'Ripristina Fornitore', 'restored_vendor' => 'Successfully restored vendor', 'restored_expense' => 'Successfully restored expense', 'permissions' => 'Permissions', @@ -1109,10 +1111,10 @@ $LANG = array( 'document_date' => 'Document Date', 'document_size' => 'Size', - 'enable_client_portal' => 'Dashboard', - 'enable_client_portal_help' => 'Show/hide the dashboard page in the client portal.', + 'enable_client_portal' => 'Portale Clienti', + 'enable_client_portal_help' => 'Mostra/nascondi il portale clienti.', 'enable_client_portal_dashboard' => 'Dashboard', - 'enable_client_portal_dashboard_help' => 'Show/hide the dashboard page in the client portal.', + 'enable_client_portal_dashboard_help' => 'Mostra/nascondi la dashboard nel portale clienti.', // Plans 'account_management' => 'Account Management', @@ -1165,10 +1167,10 @@ $LANG = array( 'live_preview_disabled' => 'Live preview has been disabled to support selected font', 'invoice_number_padding' => 'Padding', 'preview' => 'Preview', - 'list_vendors' => 'List Vendors', + 'list_vendors' => 'Elenco Fornitori', 'add_users_not_supported' => 'Upgrade to the Enterprise plan to add additional users to your account.', 'enterprise_plan_features' => 'The Enterprise plan adds support for multiple users and file attachments, :link to see the full list of features.', - 'return_to_app' => 'Return to app', + 'return_to_app' => 'Return To App', // Payment updates @@ -1205,8 +1207,8 @@ $LANG = array( 'payment_type_stripe' => 'Stripe', 'ach' => 'ACH', - 'enable_ach' => 'Enable ACH', - 'stripe_ach_help' => 'ACH support must also be enabled at Stripe.', + 'enable_ach' => 'Accept US bank transfers', + 'stripe_ach_help' => 'ACH support must also be enabled in :link.', 'ach_disabled' => 'Another gateway is already configured for direct debit.', 'plaid' => 'Plaid', @@ -1354,7 +1356,7 @@ $LANG = array( 'update_font_cache' => 'Please force refresh the page to update the font cache.', 'more_options' => 'More options', 'credit_card' => 'Credit Card', - 'bank_transfer' => 'Bank Transfer', + 'bank_transfer' => 'Bonifico Bancario', 'no_transaction_reference' => 'We did not recieve a payment transaction reference from the gateway.', 'use_bank_on_file' => 'Use Bank on File', 'auto_bill_email_message' => 'This invoice will automatically be billed to the payment method on file on the due date.', @@ -1376,22 +1378,22 @@ $LANG = array( 'freq_annually' => 'Annually', // Payment types - 'payment_type_Apply Credit' => 'Apply Credit', - 'payment_type_Bank Transfer' => 'Bank Transfer', - 'payment_type_Cash' => 'Cash', + 'payment_type_Apply Credit' => 'Applica Credito', + 'payment_type_Bank Transfer' => 'Bonifico Bancario', + 'payment_type_Cash' => 'Contanti', 'payment_type_Debit' => 'Debit', 'payment_type_ACH' => 'ACH', - 'payment_type_Visa Card' => 'Visa Card', + 'payment_type_Visa Card' => 'Carta Visa', 'payment_type_MasterCard' => 'MasterCard', 'payment_type_American Express' => 'American Express', 'payment_type_Discover Card' => 'Discover Card', 'payment_type_Diners Card' => 'Diners Card', 'payment_type_EuroCard' => 'EuroCard', 'payment_type_Nova' => 'Nova', - 'payment_type_Credit Card Other' => 'Credit Card Other', + 'payment_type_Credit Card Other' => 'Altra Carta di Credito', 'payment_type_PayPal' => 'PayPal', 'payment_type_Google Wallet' => 'Google Wallet', - 'payment_type_Check' => 'Check', + 'payment_type_Check' => 'Assegno', 'payment_type_Carte Blanche' => 'Carte Blanche', 'payment_type_UnionPay' => 'UnionPay', 'payment_type_JCB' => 'JCB', @@ -1401,6 +1403,8 @@ $LANG = array( 'payment_type_Switch' => 'Switch', 'payment_type_iZettle' => 'iZettle', 'payment_type_Swish' => 'Swish', + 'payment_type_Alipay' => 'Alipay', + 'payment_type_Sofort' => 'Sofort', // Industries 'industry_Accounting & Legal' => 'Accounting & Legal', @@ -1758,7 +1762,7 @@ $LANG = array( 'view_client_portal' => 'View client portal', 'view_portal' => 'View Portal', - 'vendor_contacts' => 'Vendor Contacts', + 'vendor_contacts' => 'Contatti del Fornitore', 'all' => 'All', 'selected' => 'Selected', 'category' => 'Category', @@ -1959,7 +1963,7 @@ $LANG = array( 'bluevine_continue' => 'Continue to BlueVine', 'bluevine_completed' => 'BlueVine signup completed', - 'vendor_name' => 'Vendor', + 'vendor_name' => 'Fornitore', 'entity_state' => 'State', 'client_created_at' => 'Date Created', 'postmark_error' => 'There was a problem sending the email through Postmark: :link', @@ -1998,7 +2002,7 @@ $LANG = array( 'toggle_menu' => 'Toggle Menu', 'new_...' => 'New ...', 'list_...' => 'List ...', - 'created_at' => 'Created', + 'created_at' => 'Date Created', 'contact_us' => 'Contact Us', 'support_forum' => 'Support Forum', 'user_guide' => 'User Guide', @@ -2126,7 +2130,7 @@ $LANG = array( 'created_payment_and_credit' => 'Successfully created payment and credit', 'created_payment_and_credit_emailed_client' => 'Successfully created payment and credit, and emailed client', 'create_project' => 'Create project', - 'create_vendor' => 'Create vendor', + 'create_vendor' => 'Crea fornitore', 'create_expense_category' => 'Create category', 'pro_plan_reports' => ':link to enable reports by joining the Pro Plan', 'mark_ready' => 'Mark Ready', @@ -2172,7 +2176,7 @@ $LANG = array( 'created_new_company' => 'Successfully created new company', 'fees_disabled_for_gateway' => 'Fees are disabled for this gateway.', 'logout_and_delete' => 'Log Out/Delete Account', - 'tax_rate_type_help' => 'Inclusive taxes adjust the line item cost when selected.', + 'tax_rate_type_help' => 'Inclusive tax rates adjust the line item cost when selected.
Only exclusive tax rates can be used as a default.', 'invoice_footer_help' => 'Use $pageNumber and $pageCount to display the page information.', 'credit_note' => 'Credit Note', 'credit_issued_to' => 'Credit issued to', @@ -2184,9 +2188,9 @@ $LANG = array( 'error_incorrect_gateway_ids' => 'Error: The gateways table has incorrect ids.', 'purge_data' => 'Purge Data', 'delete_data' => 'Delete Data', - 'purge_data_help' => 'Permanently delete all data in the account, keeping the account and settings.', + 'purge_data_help' => 'Permanently delete all data but keep the account and settings.', 'cancel_account_help' => 'Permanently delete the account along with all data and setting.', - 'purge_successful' => 'Successfully purged account data', + 'purge_successful' => 'Successfully purged company data', 'forbidden' => 'Forbidden', 'purge_data_message' => 'Warning: This will permanently erase your data, there is no undo.', 'contact_phone' => 'Contact Phone', @@ -2229,7 +2233,7 @@ $LANG = array( 'oauth_taken' => 'The account is already registered', 'emailed_payment' => 'Successfully emailed payment', 'email_payment' => 'Email Payment', - 'sent' => 'sent', + 'sent' => 'Sent', 'invoiceplane_import' => 'Use :link to migrate your data from InvoicePlane.', 'duplicate_expense_warning' => 'Warning: This :link may be a duplicate', 'expense_link' => 'expense', @@ -2359,7 +2363,7 @@ $LANG = array( 'currency_saudi_riyal' => 'Saudi Riyal', 'currency_japanese_yen' => 'Japanese Yen', 'currency_maldivian_rufiyaa' => 'Maldivian Rufiyaa', - 'currency_costa_rican_colón' => 'Costa Rican Colón', + 'currency_costa_rican_colon' => 'Costa Rican Colón', 'currency_pakistani_rupee' => 'Pakistani Rupee', 'currency_polish_zloty' => 'Polish Zloty', 'currency_sri_lankan_rupee' => 'Sri Lankan Rupee', @@ -2375,11 +2379,12 @@ $LANG = array( 'currency_taiwan_new_dollar' => 'Taiwan New Dollar', 'currency_dominican_peso' => 'Dominican Peso', 'currency_chilean_peso' => 'Chilean Peso', - 'currency_icelandic_króna' => 'Icelandic Króna', + 'currency_icelandic_krona' => 'Icelandic Króna', 'currency_papua_new_guinean_kina' => 'Papua New Guinean Kina', 'currency_jordanian_dinar' => 'Jordanian Dinar', 'currency_myanmar_kyat' => 'Myanmar Kyat', 'currency_peruvian_sol' => 'Peruvian Sol', + 'review_app_help' => 'We hope you\'re enjoying using the app.
If you\'d consider writing a review we\'d greatly appreciate it!', 'use_english_version' => 'Make sure to use the English version of the files.
We use the column headers to match the fields.', 'tax1' => 'First Tax', @@ -2393,6 +2398,46 @@ $LANG = array( 'contact_custom1' => 'Contact First Custom', 'contact_custom2' => 'Contact Second Custom', 'currency' => 'Currency', + 'ofx_help' => 'In most cases the default values should work, if you\'re unable to connect it may help to adjust the settings.', + + 'item_product' => 'Item Product', + 'item_notes' => 'Item Notes', + 'item_cost' => 'Item Cost', + 'item_quantity' => 'Item Quantity', + 'item_tax_rate' => 'Item Tax Rate', + 'item_tax_name' => 'Item Tax Name', + 'item_tax1' => 'Item Tax1', + 'item_tax2' => 'Item Tax2', + + 'delete_company' => 'Delete Company', + 'delete_company_help' => 'Permanently delete the company along with all data and setting.', + 'delete_company_message' => 'Warning: This will permanently delete your company, there is no undo.', + + 'applied_discount' => 'The coupon has been applied, the plan price has been reduced by :discount%.', + 'applied_free_year' => 'The coupon has been applied, your account has been upgraded to pro for one year.', + + 'contact_us_help' => 'If you\'re reporting an error please include any relevant logs from storage/logs/laravel-error.log', + 'include_errors' => 'Include Errors', + 'include_errors_help' => 'Include :link from storage/logs/laravel-error.log', + 'recent_errors' => 'recent errors', + 'add_item' => 'Add Item', + 'customer' => 'Customer', + 'customers' => 'Customers', + 'created_customer' => 'Successfully created customer', + 'created_customers' => 'Successfully created :count customers', + + 'purge_details' => 'The data in your company (:account) has been successfully purged.', + 'deleted_company' => 'Successfully canceled account', + 'deleted_account' => 'Successfully deleted company', + 'deleted_company_details' => 'Your company (:account) has been successfully deleted.', + 'deleted_account_details' => 'Your account (:account) has been successfully deleted.', + + 'alipay' => 'Alipay', + 'sofort' => 'Sofort', + 'enable_alipay' => 'Accept Alipay', + 'enable_sofort' => 'Accept EU bank transfers', + 'stripe_alipay_help' => 'These gateways also need to be activated in :link.', + 'gocardless_webhook_help_link_text' => 'add this URL as an endpoint in GoCardless', ); diff --git a/resources/lang/ja/texts.php b/resources/lang/ja/texts.php index b5a8c15aa129..ec1380c382fe 100644 --- a/resources/lang/ja/texts.php +++ b/resources/lang/ja/texts.php @@ -238,7 +238,7 @@ $LANG = array( 'confirmation_subject' => 'Invoice Ninja アカウントの確認', 'confirmation_header' => 'アカウントの確認', 'confirmation_message' => 'あなたのアカウントを確認するために下のリンクにアクセスしてください。', - 'invoice_subject' => ':account からの新しい請求書 :invoice', + 'invoice_subject' => 'New invoice :number from :account', 'invoice_message' => 'この請求書( :amount )を見るには、下のリンクをクリックしてください。', 'payment_subject' => '入金がありました。', 'payment_message' => ':amount の入金ありがとうございました。', @@ -337,7 +337,7 @@ $LANG = array( 'deleted_quote' => '見積書を削除しました。', 'deleted_quotes' => ':count件の見積書を削除しました。', 'converted_to_invoice' => '見積書を請求書に変換しました。', - 'quote_subject' => 'New quote :quote from :account', + 'quote_subject' => 'New quote :number from :account', 'quote_message' => 'To view your quote for :amount, click the link below.', 'quote_link_message' => 'To view your client quote click the link below:', 'notification_quote_sent_subject' => 'Quote :invoice was sent to :client', @@ -395,7 +395,7 @@ $LANG = array( 'more_designs_self_host_text' => '', 'buy' => '購入', 'bought_designs' => '請求書デザインを追加しました。', - 'sent' => 'sent', + 'sent' => 'Sent', 'vat_number' => 'VATナンバー', 'timesheets' => 'タイムシート', 'payment_title' => '請求先住所とクレジトカード情報を入力してください。', @@ -439,7 +439,7 @@ $LANG = array( 'reset_all' => '全てをリセット', 'approve' => 'Approve', 'token_billing_type_id' => 'Token Billing', - 'token_billing_help' => 'Store payment details with WePay, Stripe or Braintree.', + 'token_billing_help' => 'Store payment details with WePay, Stripe, Braintree or GoCardless.', 'token_billing_1' => 'Disabled', 'token_billing_2' => 'Opt-in - checkbox is shown but not selected', 'token_billing_3' => 'Opt-out - checkbox is shown and selected', @@ -670,6 +670,8 @@ $LANG = array( 'status_viewed' => 'Viewed', 'status_partial' => 'Partial', 'status_paid' => 'Paid', + 'status_unpaid' => 'Unpaid', + 'status_all' => 'All', 'show_line_item_tax' => 'Display line item taxes inline', 'iframe_url' => 'Website', 'iframe_url_help1' => 'Copy the following code to a page on your site.', @@ -832,7 +834,7 @@ $LANG = array( 'disabled' => 'Disabled', 'show_archived_users' => 'アーカイブされたユーザを表示', 'notes' => 'ノート', - 'invoice_will_create' => '顧客が作成されます。', + 'invoice_will_create' => 'invoice will be created', 'invoices_will_create' => '請求書が作成されます。', 'failed_to_import' => '以下のレコードがインポートされませんでした。', 'publishable_key' => '公開鍵', @@ -1013,7 +1015,7 @@ $LANG = array( 'pro_plan_remove_logo' => 'プロプランに加入して、Invoice Ninjaのロゴを消す。 :link', 'pro_plan_remove_logo_link' => 'こちらをクリック', - 'invitation_status_sent' => 'Sent', + 'invitation_status_sent' => 'sent', 'invitation_status_opened' => 'Openend', 'invitation_status_viewed' => 'Viewed', 'email_error_inactive_client' => 'Emails can not be sent to inactive clients', @@ -1174,7 +1176,7 @@ $LANG = array( 'list_vendors' => 'List Vendors', 'add_users_not_supported' => 'Upgrade to the Enterprise plan to add additional users to your account.', 'enterprise_plan_features' => 'The Enterprise plan adds support for multiple users and file attachments, :link to see the full list of features.', - 'return_to_app' => 'Return to app', + 'return_to_app' => 'Return To App', // Payment updates @@ -1211,8 +1213,8 @@ $LANG = array( 'payment_type_stripe' => 'Stripe', 'ach' => 'ACH', - 'enable_ach' => 'Enable ACH', - 'stripe_ach_help' => 'ACH support must also be enabled at Stripe.', + 'enable_ach' => 'Accept US bank transfers', + 'stripe_ach_help' => 'ACH support must also be enabled in :link.', 'ach_disabled' => 'Another gateway is already configured for direct debit.', 'plaid' => 'Plaid', @@ -1408,6 +1410,8 @@ $LANG = array( 'payment_type_Switch' => 'Switch', 'payment_type_iZettle' => 'iZettle', 'payment_type_Swish' => 'Swish', + 'payment_type_Alipay' => 'Alipay', + 'payment_type_Sofort' => 'Sofort', // Industries 'industry_Accounting & Legal' => 'Accounting & Legal', @@ -2005,7 +2009,7 @@ $LANG = array( 'toggle_menu' => 'Toggle Menu', 'new_...' => 'New ...', 'list_...' => 'List ...', - 'created_at' => 'Created', + 'created_at' => 'Date Created', 'contact_us' => 'Contact Us', 'support_forum' => 'Support Forum', 'user_guide' => 'User Guide', @@ -2179,7 +2183,7 @@ $LANG = array( 'created_new_company' => 'Successfully created new company', 'fees_disabled_for_gateway' => 'Fees are disabled for this gateway.', 'logout_and_delete' => 'Log Out/Delete Account', - 'tax_rate_type_help' => 'Inclusive taxes adjust the line item cost when selected.', + 'tax_rate_type_help' => 'Inclusive tax rates adjust the line item cost when selected.
Only exclusive tax rates can be used as a default.', 'invoice_footer_help' => 'Use $pageNumber and $pageCount to display the page information.', 'credit_note' => 'Credit Note', 'credit_issued_to' => 'Credit issued to', @@ -2191,9 +2195,9 @@ $LANG = array( 'error_incorrect_gateway_ids' => 'Error: The gateways table has incorrect ids.', 'purge_data' => 'Purge Data', 'delete_data' => 'Delete Data', - 'purge_data_help' => 'Permanently delete all data in the account, keeping the account and settings.', + 'purge_data_help' => 'Permanently delete all data but keep the account and settings.', 'cancel_account_help' => 'Permanently delete the account along with all data and setting.', - 'purge_successful' => 'Successfully purged account data', + 'purge_successful' => 'Successfully purged company data', 'forbidden' => 'Forbidden', 'purge_data_message' => 'Warning: This will permanently erase your data, there is no undo.', 'contact_phone' => 'Contact Phone', @@ -2236,7 +2240,7 @@ $LANG = array( 'oauth_taken' => 'The account is already registered', 'emailed_payment' => 'Successfully emailed payment', 'email_payment' => 'Email Payment', - 'sent' => 'sent', + 'sent' => 'Sent', 'invoiceplane_import' => 'Use :link to migrate your data from InvoicePlane.', 'duplicate_expense_warning' => 'Warning: This :link may be a duplicate', 'expense_link' => 'expense', @@ -2366,7 +2370,7 @@ $LANG = array( 'currency_saudi_riyal' => 'Saudi Riyal', 'currency_japanese_yen' => 'Japanese Yen', 'currency_maldivian_rufiyaa' => 'Maldivian Rufiyaa', - 'currency_costa_rican_colón' => 'Costa Rican Colón', + 'currency_costa_rican_colon' => 'Costa Rican Colón', 'currency_pakistani_rupee' => 'Pakistani Rupee', 'currency_polish_zloty' => 'Polish Zloty', 'currency_sri_lankan_rupee' => 'Sri Lankan Rupee', @@ -2382,11 +2386,12 @@ $LANG = array( 'currency_taiwan_new_dollar' => 'Taiwan New Dollar', 'currency_dominican_peso' => 'Dominican Peso', 'currency_chilean_peso' => 'Chilean Peso', - 'currency_icelandic_króna' => 'Icelandic Króna', + 'currency_icelandic_krona' => 'Icelandic Króna', 'currency_papua_new_guinean_kina' => 'Papua New Guinean Kina', 'currency_jordanian_dinar' => 'Jordanian Dinar', 'currency_myanmar_kyat' => 'Myanmar Kyat', 'currency_peruvian_sol' => 'Peruvian Sol', + 'review_app_help' => 'We hope you\'re enjoying using the app.
If you\'d consider writing a review we\'d greatly appreciate it!', 'use_english_version' => 'Make sure to use the English version of the files.
We use the column headers to match the fields.', 'tax1' => 'First Tax', @@ -2400,6 +2405,46 @@ $LANG = array( 'contact_custom1' => 'Contact First Custom', 'contact_custom2' => 'Contact Second Custom', 'currency' => 'Currency', + 'ofx_help' => 'In most cases the default values should work, if you\'re unable to connect it may help to adjust the settings.', + + 'item_product' => 'Item Product', + 'item_notes' => 'Item Notes', + 'item_cost' => 'Item Cost', + 'item_quantity' => 'Item Quantity', + 'item_tax_rate' => 'Item Tax Rate', + 'item_tax_name' => 'Item Tax Name', + 'item_tax1' => 'Item Tax1', + 'item_tax2' => 'Item Tax2', + + 'delete_company' => 'Delete Company', + 'delete_company_help' => 'Permanently delete the company along with all data and setting.', + 'delete_company_message' => 'Warning: This will permanently delete your company, there is no undo.', + + 'applied_discount' => 'The coupon has been applied, the plan price has been reduced by :discount%.', + 'applied_free_year' => 'The coupon has been applied, your account has been upgraded to pro for one year.', + + 'contact_us_help' => 'If you\'re reporting an error please include any relevant logs from storage/logs/laravel-error.log', + 'include_errors' => 'Include Errors', + 'include_errors_help' => 'Include :link from storage/logs/laravel-error.log', + 'recent_errors' => 'recent errors', + 'add_item' => 'Add Item', + 'customer' => 'Customer', + 'customers' => 'Customers', + 'created_customer' => 'Successfully created customer', + 'created_customers' => 'Successfully created :count customers', + + 'purge_details' => 'The data in your company (:account) has been successfully purged.', + 'deleted_company' => 'Successfully canceled account', + 'deleted_account' => 'Successfully deleted company', + 'deleted_company_details' => 'Your company (:account) has been successfully deleted.', + 'deleted_account_details' => 'Your account (:account) has been successfully deleted.', + + 'alipay' => 'Alipay', + 'sofort' => 'Sofort', + 'enable_alipay' => 'Accept Alipay', + 'enable_sofort' => 'Accept EU bank transfers', + 'stripe_alipay_help' => 'These gateways also need to be activated in :link.', + 'gocardless_webhook_help_link_text' => 'add this URL as an endpoint in GoCardless', ); diff --git a/resources/lang/lt/texts.php b/resources/lang/lt/texts.php index 952c713ebf2b..ee1dc90232fb 100644 --- a/resources/lang/lt/texts.php +++ b/resources/lang/lt/texts.php @@ -238,7 +238,7 @@ $LANG = array( 'confirmation_subject' => 'Paskyros patvirtinimas', 'confirmation_header' => 'Paskyros patvirtinimas', 'confirmation_message' => 'Prašome paspausti nuorodą jei norite patvirtinti paskyrą.', - 'invoice_subject' => 'Nauja sąskaita :invoice nuo :account', + 'invoice_subject' => 'New invoice :number from :account', 'invoice_message' => 'Norėdami pamatyti sąskaitą faktūrą :amount sumai, spauskite nuorodą apačioje.', 'payment_subject' => 'Mokėjimas gautas', 'payment_message' => 'Dėkojame už Jūsų atliktą mokėjimą :amount.', @@ -337,7 +337,7 @@ $LANG = array( 'deleted_quote' => 'Successfully deleted quote', 'deleted_quotes' => 'Successfully deleted :count quotes', 'converted_to_invoice' => 'Successfully converted quote to invoice', - 'quote_subject' => 'New quote :quote from :account', + 'quote_subject' => 'New quote :number from :account', 'quote_message' => 'Norėdami pažiūrėti pasiūlymą :amount sumai, paspauskite nuorodą apačioje.', 'quote_link_message' => 'To view your client quote click the link below:', 'notification_quote_sent_subject' => 'Pasiūlymas :invoice išsiųstas :client', @@ -395,7 +395,7 @@ $LANG = array( 'more_designs_self_host_text' => '', 'buy' => 'Buy', 'bought_designs' => 'Successfully added additional invoice designs', - 'sent' => 'sent', + 'sent' => 'Sent', 'vat_number' => 'PVM kodas', 'timesheets' => 'Laiko juosta', 'payment_title' => 'Enter Your Billing Address and Credit Card information', @@ -439,7 +439,7 @@ $LANG = array( 'reset_all' => 'Reset All', 'approve' => 'Approve', 'token_billing_type_id' => 'Token Billing', - 'token_billing_help' => 'Store payment details with WePay, Stripe or Braintree.', + 'token_billing_help' => 'Store payment details with WePay, Stripe, Braintree or GoCardless.', 'token_billing_1' => 'Disabled', 'token_billing_2' => 'Opt-in - checkbox is shown but not selected', 'token_billing_3' => 'Opt-out - checkbox is shown and selected', @@ -670,6 +670,8 @@ $LANG = array( 'status_viewed' => 'Parodyta', 'status_partial' => 'Dalinis', 'status_paid' => 'Apmokėta', + 'status_unpaid' => 'Unpaid', + 'status_all' => 'All', 'show_line_item_tax' => 'Display line item taxes inline', 'iframe_url' => 'Tinklapis', 'iframe_url_help1' => 'Copy the following code to a page on your site.', @@ -832,7 +834,7 @@ $LANG = array( 'disabled' => 'Disabled', 'show_archived_users' => 'Show archived users', 'notes' => 'Notes', - 'invoice_will_create' => 'klientas bus sukurtas', + 'invoice_will_create' => 'invoice will be created', 'invoices_will_create' => 'invoices will be created', 'failed_to_import' => 'The following records failed to import, they either already exist or are missing required fields.', 'publishable_key' => 'Publishable Key', @@ -1013,7 +1015,7 @@ $LANG = array( 'pro_plan_remove_logo' => ':link to remove the Invoice Ninja logo by joining the Pro Plan', 'pro_plan_remove_logo_link' => 'Click here', - 'invitation_status_sent' => 'Išsiųsta', + 'invitation_status_sent' => 'sent', 'invitation_status_opened' => 'Openend', 'invitation_status_viewed' => 'Viewed', 'email_error_inactive_client' => 'Emails can not be sent to inactive clients', @@ -1174,7 +1176,7 @@ $LANG = array( 'list_vendors' => 'List Vendors', 'add_users_not_supported' => 'Upgrade to the Enterprise plan to add additional users to your account.', 'enterprise_plan_features' => 'The Enterprise plan adds support for multiple users and file attachments, :link to see the full list of features.', - 'return_to_app' => 'Return to app', + 'return_to_app' => 'Return To App', // Payment updates @@ -1211,8 +1213,8 @@ $LANG = array( 'payment_type_stripe' => 'Stripe', 'ach' => 'ACH', - 'enable_ach' => 'Įjungti ACH', - 'stripe_ach_help' => 'ACH palaikymas taip pat turi būti įjungtas Stripe.', + 'enable_ach' => 'Accept US bank transfers', + 'stripe_ach_help' => 'ACH support must also be enabled in :link.', 'ach_disabled' => 'Another gateway is already configured for direct debit.', 'plaid' => 'Plaid', @@ -1408,6 +1410,8 @@ $LANG = array( 'payment_type_Switch' => 'Switch', 'payment_type_iZettle' => 'iZettle', 'payment_type_Swish' => 'Swish', + 'payment_type_Alipay' => 'Alipay', + 'payment_type_Sofort' => 'Sofort', // Industries 'industry_Accounting & Legal' => 'Accounting & Legal', @@ -2005,7 +2009,7 @@ $LANG = array( 'toggle_menu' => 'Toggle Menu', 'new_...' => 'New ...', 'list_...' => 'List ...', - 'created_at' => 'Created', + 'created_at' => 'Date Created', 'contact_us' => 'Contact Us', 'support_forum' => 'Support Forum', 'user_guide' => 'User Guide', @@ -2179,7 +2183,7 @@ $LANG = array( 'created_new_company' => 'Successfully created new company', 'fees_disabled_for_gateway' => 'Fees are disabled for this gateway.', 'logout_and_delete' => 'Log Out/Delete Account', - 'tax_rate_type_help' => 'Inclusive taxes adjust the line item cost when selected.', + 'tax_rate_type_help' => 'Inclusive tax rates adjust the line item cost when selected.
Only exclusive tax rates can be used as a default.', 'invoice_footer_help' => 'Use $pageNumber and $pageCount to display the page information.', 'credit_note' => 'Credit Note', 'credit_issued_to' => 'Credit issued to', @@ -2191,9 +2195,9 @@ $LANG = array( 'error_incorrect_gateway_ids' => 'Error: The gateways table has incorrect ids.', 'purge_data' => 'Purge Data', 'delete_data' => 'Delete Data', - 'purge_data_help' => 'Permanently delete all data in the account, keeping the account and settings.', + 'purge_data_help' => 'Permanently delete all data but keep the account and settings.', 'cancel_account_help' => 'Permanently delete the account along with all data and setting.', - 'purge_successful' => 'Successfully purged account data', + 'purge_successful' => 'Successfully purged company data', 'forbidden' => 'Forbidden', 'purge_data_message' => 'Warning: This will permanently erase your data, there is no undo.', 'contact_phone' => 'Contact Phone', @@ -2236,7 +2240,7 @@ $LANG = array( 'oauth_taken' => 'The account is already registered', 'emailed_payment' => 'Successfully emailed payment', 'email_payment' => 'Email Payment', - 'sent' => 'sent', + 'sent' => 'Sent', 'invoiceplane_import' => 'Use :link to migrate your data from InvoicePlane.', 'duplicate_expense_warning' => 'Warning: This :link may be a duplicate', 'expense_link' => 'expense', @@ -2366,7 +2370,7 @@ $LANG = array( 'currency_saudi_riyal' => 'Saudi Riyal', 'currency_japanese_yen' => 'Japanese Yen', 'currency_maldivian_rufiyaa' => 'Maldivian Rufiyaa', - 'currency_costa_rican_colón' => 'Costa Rican Colón', + 'currency_costa_rican_colon' => 'Costa Rican Colón', 'currency_pakistani_rupee' => 'Pakistani Rupee', 'currency_polish_zloty' => 'Polish Zloty', 'currency_sri_lankan_rupee' => 'Sri Lankan Rupee', @@ -2382,11 +2386,12 @@ $LANG = array( 'currency_taiwan_new_dollar' => 'Taiwan New Dollar', 'currency_dominican_peso' => 'Dominican Peso', 'currency_chilean_peso' => 'Chilean Peso', - 'currency_icelandic_króna' => 'Icelandic Króna', + 'currency_icelandic_krona' => 'Icelandic Króna', 'currency_papua_new_guinean_kina' => 'Papua New Guinean Kina', 'currency_jordanian_dinar' => 'Jordanian Dinar', 'currency_myanmar_kyat' => 'Myanmar Kyat', 'currency_peruvian_sol' => 'Peruvian Sol', + 'review_app_help' => 'We hope you\'re enjoying using the app.
If you\'d consider writing a review we\'d greatly appreciate it!', 'use_english_version' => 'Make sure to use the English version of the files.
We use the column headers to match the fields.', 'tax1' => 'First Tax', @@ -2400,6 +2405,46 @@ $LANG = array( 'contact_custom1' => 'Contact First Custom', 'contact_custom2' => 'Contact Second Custom', 'currency' => 'Currency', + 'ofx_help' => 'In most cases the default values should work, if you\'re unable to connect it may help to adjust the settings.', + + 'item_product' => 'Item Product', + 'item_notes' => 'Item Notes', + 'item_cost' => 'Item Cost', + 'item_quantity' => 'Item Quantity', + 'item_tax_rate' => 'Item Tax Rate', + 'item_tax_name' => 'Item Tax Name', + 'item_tax1' => 'Item Tax1', + 'item_tax2' => 'Item Tax2', + + 'delete_company' => 'Delete Company', + 'delete_company_help' => 'Permanently delete the company along with all data and setting.', + 'delete_company_message' => 'Warning: This will permanently delete your company, there is no undo.', + + 'applied_discount' => 'The coupon has been applied, the plan price has been reduced by :discount%.', + 'applied_free_year' => 'The coupon has been applied, your account has been upgraded to pro for one year.', + + 'contact_us_help' => 'If you\'re reporting an error please include any relevant logs from storage/logs/laravel-error.log', + 'include_errors' => 'Include Errors', + 'include_errors_help' => 'Include :link from storage/logs/laravel-error.log', + 'recent_errors' => 'recent errors', + 'add_item' => 'Add Item', + 'customer' => 'Customer', + 'customers' => 'Customers', + 'created_customer' => 'Successfully created customer', + 'created_customers' => 'Successfully created :count customers', + + 'purge_details' => 'The data in your company (:account) has been successfully purged.', + 'deleted_company' => 'Successfully canceled account', + 'deleted_account' => 'Successfully deleted company', + 'deleted_company_details' => 'Your company (:account) has been successfully deleted.', + 'deleted_account_details' => 'Your account (:account) has been successfully deleted.', + + 'alipay' => 'Alipay', + 'sofort' => 'Sofort', + 'enable_alipay' => 'Accept Alipay', + 'enable_sofort' => 'Accept EU bank transfers', + 'stripe_alipay_help' => 'These gateways also need to be activated in :link.', + 'gocardless_webhook_help_link_text' => 'add this URL as an endpoint in GoCardless', ); diff --git a/resources/lang/nb_NO/texts.php b/resources/lang/nb_NO/texts.php index 33cb17a02b9b..4cade16a590b 100644 --- a/resources/lang/nb_NO/texts.php +++ b/resources/lang/nb_NO/texts.php @@ -238,7 +238,7 @@ $LANG = array( 'confirmation_subject' => 'Invoice Ninja Kontobekreftelse', 'confirmation_header' => 'Kontobekreftelse', 'confirmation_message' => 'Vennligst åpne lenken nedenfor for å bekrefte kontoen din.', - 'invoice_subject' => 'Ny faktura :invoice fra :account', + 'invoice_subject' => 'New invoice :number from :account', 'invoice_message' => 'For å se din faktura på :amount, klikk lenken nedenfor.', 'payment_subject' => 'Betaling mottatt', 'payment_message' => 'Takk for din betaling pålydende :amount.', @@ -337,7 +337,7 @@ $LANG = array( 'deleted_quote' => 'Tilbud slettet', 'deleted_quotes' => 'Slettet :count tilbud', 'converted_to_invoice' => 'Tilbud konvertert til faktura', - 'quote_subject' => 'New quote :quote from :account', + 'quote_subject' => 'New quote :number from :account', 'quote_message' => 'For å se ditt tilbud pålydende :amount, klikk lenken nedenfor.', 'quote_link_message' => 'Hvis du vil se din klients tilbud, klikk på lenken under:', 'notification_quote_sent_subject' => 'Tilbud :invoice sendt til :client', @@ -395,7 +395,7 @@ $LANG = array( 'more_designs_self_host_text' => '', 'buy' => 'Kjøp', 'bought_designs' => 'Det ble suksessfullt lagt til flere design', - 'sent' => 'sendt', + 'sent' => 'Sent', 'vat_number' => 'MVA Nummer', 'timesheets' => 'Tidsskjemaer', 'payment_title' => 'Oppgi Din Faktura Adresse og Betalingskort informasjon', @@ -439,7 +439,7 @@ $LANG = array( 'reset_all' => 'Tilbakebestill Alt', 'approve' => 'Godkjenn', 'token_billing_type_id' => 'Token Fakturering', - 'token_billing_help' => 'Store payment details with WePay, Stripe or Braintree.', + 'token_billing_help' => 'Store payment details with WePay, Stripe, Braintree or GoCardless.', 'token_billing_1' => 'Deaktivert', 'token_billing_2' => 'Valgfritt - valgboks er vist, men ikke valgt', 'token_billing_3' => 'Aktivert - valgboks er vist og valgt', @@ -670,6 +670,8 @@ $LANG = array( 'status_viewed' => 'Vist', 'status_partial' => 'Delvis', 'status_paid' => 'Betalt', + 'status_unpaid' => 'Unpaid', + 'status_all' => 'All', 'show_line_item_tax' => 'Vis linje element skatter på linje', 'iframe_url' => 'Nettside', 'iframe_url_help1' => 'Kopier følgende kode til en side på din nettside.', @@ -832,7 +834,7 @@ $LANG = array( 'disabled' => 'Disabled', 'show_archived_users' => 'Show archived users', 'notes' => 'Notes', - 'invoice_will_create' => 'client will be created', + 'invoice_will_create' => 'invoice will be created', 'invoices_will_create' => 'invoices will be created', 'failed_to_import' => 'The following records failed to import, they either already exist or are missing required fields.', 'publishable_key' => 'Publishable Key', @@ -1013,7 +1015,7 @@ $LANG = array( 'pro_plan_remove_logo' => ':link for å fjerne Invoice Ninja-logoen, oppgrader til en Pro Plan', 'pro_plan_remove_logo_link' => 'Klikk her', - 'invitation_status_sent' => 'Sent', + 'invitation_status_sent' => 'sent', 'invitation_status_opened' => 'Openend', 'invitation_status_viewed' => 'Viewed', 'email_error_inactive_client' => 'Emails can not be sent to inactive clients', @@ -1174,7 +1176,7 @@ $LANG = array( 'list_vendors' => 'List Vendors', 'add_users_not_supported' => 'Upgrade to the Enterprise plan to add additional users to your account.', 'enterprise_plan_features' => 'The Enterprise plan adds support for multiple users and file attachments, :link to see the full list of features.', - 'return_to_app' => 'Return to app', + 'return_to_app' => 'Return To App', // Payment updates @@ -1211,8 +1213,8 @@ $LANG = array( 'payment_type_stripe' => 'Stripe', 'ach' => 'ACH', - 'enable_ach' => 'Enable ACH', - 'stripe_ach_help' => 'ACH support must also be enabled at Stripe.', + 'enable_ach' => 'Accept US bank transfers', + 'stripe_ach_help' => 'ACH support must also be enabled in :link.', 'ach_disabled' => 'Another gateway is already configured for direct debit.', 'plaid' => 'Plaid', @@ -1408,6 +1410,8 @@ $LANG = array( 'payment_type_Switch' => 'Switch', 'payment_type_iZettle' => 'iZettle', 'payment_type_Swish' => 'Swish', + 'payment_type_Alipay' => 'Alipay', + 'payment_type_Sofort' => 'Sofort', // Industries 'industry_Accounting & Legal' => 'Accounting & Legal', @@ -2005,7 +2009,7 @@ $LANG = array( 'toggle_menu' => 'Toggle Menu', 'new_...' => 'New ...', 'list_...' => 'List ...', - 'created_at' => 'Created', + 'created_at' => 'Date Created', 'contact_us' => 'Contact Us', 'support_forum' => 'Support Forum', 'user_guide' => 'User Guide', @@ -2179,7 +2183,7 @@ $LANG = array( 'created_new_company' => 'Successfully created new company', 'fees_disabled_for_gateway' => 'Fees are disabled for this gateway.', 'logout_and_delete' => 'Log Out/Delete Account', - 'tax_rate_type_help' => 'Inclusive taxes adjust the line item cost when selected.', + 'tax_rate_type_help' => 'Inclusive tax rates adjust the line item cost when selected.
Only exclusive tax rates can be used as a default.', 'invoice_footer_help' => 'Use $pageNumber and $pageCount to display the page information.', 'credit_note' => 'Credit Note', 'credit_issued_to' => 'Credit issued to', @@ -2191,9 +2195,9 @@ $LANG = array( 'error_incorrect_gateway_ids' => 'Error: The gateways table has incorrect ids.', 'purge_data' => 'Purge Data', 'delete_data' => 'Delete Data', - 'purge_data_help' => 'Permanently delete all data in the account, keeping the account and settings.', + 'purge_data_help' => 'Permanently delete all data but keep the account and settings.', 'cancel_account_help' => 'Permanently delete the account along with all data and setting.', - 'purge_successful' => 'Successfully purged account data', + 'purge_successful' => 'Successfully purged company data', 'forbidden' => 'Forbidden', 'purge_data_message' => 'Warning: This will permanently erase your data, there is no undo.', 'contact_phone' => 'Contact Phone', @@ -2236,7 +2240,7 @@ $LANG = array( 'oauth_taken' => 'The account is already registered', 'emailed_payment' => 'Successfully emailed payment', 'email_payment' => 'Email Payment', - 'sent' => 'sendt', + 'sent' => 'Sent', 'invoiceplane_import' => 'Use :link to migrate your data from InvoicePlane.', 'duplicate_expense_warning' => 'Warning: This :link may be a duplicate', 'expense_link' => 'expense', @@ -2366,7 +2370,7 @@ $LANG = array( 'currency_saudi_riyal' => 'Saudi Riyal', 'currency_japanese_yen' => 'Japanese Yen', 'currency_maldivian_rufiyaa' => 'Maldivian Rufiyaa', - 'currency_costa_rican_colón' => 'Costa Rican Colón', + 'currency_costa_rican_colon' => 'Costa Rican Colón', 'currency_pakistani_rupee' => 'Pakistani Rupee', 'currency_polish_zloty' => 'Polish Zloty', 'currency_sri_lankan_rupee' => 'Sri Lankan Rupee', @@ -2382,11 +2386,12 @@ $LANG = array( 'currency_taiwan_new_dollar' => 'Taiwan New Dollar', 'currency_dominican_peso' => 'Dominican Peso', 'currency_chilean_peso' => 'Chilean Peso', - 'currency_icelandic_króna' => 'Icelandic Króna', + 'currency_icelandic_krona' => 'Icelandic Króna', 'currency_papua_new_guinean_kina' => 'Papua New Guinean Kina', 'currency_jordanian_dinar' => 'Jordanian Dinar', 'currency_myanmar_kyat' => 'Myanmar Kyat', 'currency_peruvian_sol' => 'Peruvian Sol', + 'review_app_help' => 'We hope you\'re enjoying using the app.
If you\'d consider writing a review we\'d greatly appreciate it!', 'use_english_version' => 'Make sure to use the English version of the files.
We use the column headers to match the fields.', 'tax1' => 'First Tax', @@ -2400,6 +2405,46 @@ $LANG = array( 'contact_custom1' => 'Contact First Custom', 'contact_custom2' => 'Contact Second Custom', 'currency' => 'Currency', + 'ofx_help' => 'In most cases the default values should work, if you\'re unable to connect it may help to adjust the settings.', + + 'item_product' => 'Item Product', + 'item_notes' => 'Item Notes', + 'item_cost' => 'Item Cost', + 'item_quantity' => 'Item Quantity', + 'item_tax_rate' => 'Item Tax Rate', + 'item_tax_name' => 'Item Tax Name', + 'item_tax1' => 'Item Tax1', + 'item_tax2' => 'Item Tax2', + + 'delete_company' => 'Delete Company', + 'delete_company_help' => 'Permanently delete the company along with all data and setting.', + 'delete_company_message' => 'Warning: This will permanently delete your company, there is no undo.', + + 'applied_discount' => 'The coupon has been applied, the plan price has been reduced by :discount%.', + 'applied_free_year' => 'The coupon has been applied, your account has been upgraded to pro for one year.', + + 'contact_us_help' => 'If you\'re reporting an error please include any relevant logs from storage/logs/laravel-error.log', + 'include_errors' => 'Include Errors', + 'include_errors_help' => 'Include :link from storage/logs/laravel-error.log', + 'recent_errors' => 'recent errors', + 'add_item' => 'Add Item', + 'customer' => 'Customer', + 'customers' => 'Customers', + 'created_customer' => 'Successfully created customer', + 'created_customers' => 'Successfully created :count customers', + + 'purge_details' => 'The data in your company (:account) has been successfully purged.', + 'deleted_company' => 'Successfully canceled account', + 'deleted_account' => 'Successfully deleted company', + 'deleted_company_details' => 'Your company (:account) has been successfully deleted.', + 'deleted_account_details' => 'Your account (:account) has been successfully deleted.', + + 'alipay' => 'Alipay', + 'sofort' => 'Sofort', + 'enable_alipay' => 'Accept Alipay', + 'enable_sofort' => 'Accept EU bank transfers', + 'stripe_alipay_help' => 'These gateways also need to be activated in :link.', + 'gocardless_webhook_help_link_text' => 'add this URL as an endpoint in GoCardless', ); diff --git a/resources/lang/nl/texts.php b/resources/lang/nl/texts.php index 71a03568d42f..f0e6b846f3bb 100644 --- a/resources/lang/nl/texts.php +++ b/resources/lang/nl/texts.php @@ -238,7 +238,7 @@ $LANG = array( 'confirmation_subject' => 'InvoiceNinja Accountbevestiging', 'confirmation_header' => 'Bevestiging Account', 'confirmation_message' => 'Klik op onderstaande link om uw account te bevestigen.', - 'invoice_subject' => 'Nieuwe factuur :invoice van :account', + 'invoice_subject' => 'New invoice :number from :account', 'invoice_message' => 'Klik op onderstaande link ow uw factuur van :amount in te zien.', 'payment_subject' => 'Betaling ontvangen', 'payment_message' => 'Bedankt voor uw betaling van :amount.', @@ -331,7 +331,7 @@ $LANG = array( 'deleted_quote' => 'Offerte succesvol verwijderd', 'deleted_quotes' => ':count offertes succesvol verwijderd', 'converted_to_invoice' => 'Offerte succesvol omgezet naar factuur', - 'quote_subject' => 'Nieuwe offerte :quote van :account', + 'quote_subject' => 'New quote :number from :account', 'quote_message' => 'Om uw offerte voor :amount te bekijken, klik op de link hieronder.', 'quote_link_message' => 'Klik op de link hieronder om de offerte te bekijken:', 'notification_quote_sent_subject' => 'Offerte :invoice is verstuurd naar :client', @@ -389,7 +389,7 @@ $LANG = array( 'more_designs_self_host_text' => '', 'buy' => 'Koop', 'bought_designs' => 'Aanvullende factuurontwerpen succesvol toegevoegd', - 'sent' => 'verzonden', + 'sent' => 'Sent', 'vat_number' => 'BTW-nummer', 'timesheets' => 'Timesheets', 'payment_title' => 'Geef uw betalingsadres en creditcardgegevens op', @@ -433,7 +433,7 @@ $LANG = array( 'reset_all' => 'Reset alles', 'approve' => 'Goedkeuren', 'token_billing_type_id' => 'Betalingstoken', - 'token_billing_help' => 'Sla betalingsdetails op met WePay, Stripe of Braintree.', + 'token_billing_help' => 'Store payment details with WePay, Stripe, Braintree or GoCardless.', 'token_billing_1' => 'Inactief', 'token_billing_2' => 'Opt-in - checkbox is getoond maar niet geselecteerd', 'token_billing_3' => 'Opt-out - checkbox is getoond en geselecteerd', @@ -664,6 +664,8 @@ $LANG = array( 'status_viewed' => 'Bekeken', 'status_partial' => 'Gedeeltelijk', 'status_paid' => 'Betaald', + 'status_unpaid' => 'Unpaid', + 'status_all' => 'All', 'show_line_item_tax' => 'BTW-tarieven per regel tonen', 'iframe_url' => 'Website', 'iframe_url_help1' => 'Kopieer de volgende code naar een pagina op uw site.', @@ -826,7 +828,7 @@ $LANG = array( 'disabled' => 'Uitgeschakeld', 'show_archived_users' => 'Toon gearchiveerde gebruikers', 'notes' => 'Notities', - 'invoice_will_create' => 'klant zal worden aangemaakt', + 'invoice_will_create' => 'invoice will be created', 'invoices_will_create' => 'factuur zal worden aangemaakt', 'failed_to_import' => 'De volgende regels konden niet worden geïmporteerd, ze bestaan al of missen verplichte velden.', 'publishable_key' => 'Publishable Key', @@ -1004,7 +1006,7 @@ $LANG = array( 'pro_plan_remove_logo' => ':link om het InvoiceNinja logo te verwijderen door het pro plan te nemen', 'pro_plan_remove_logo_link' => 'Klik hier', - 'invitation_status_sent' => 'Verstuurd', + 'invitation_status_sent' => 'sent', 'invitation_status_opened' => 'Geopend', 'invitation_status_viewed' => 'Bekenen', 'email_error_inactive_client' => 'E-mails kunnen niet worden verstuurd naar inactieve klanten', @@ -1165,7 +1167,7 @@ $LANG = array( 'list_vendors' => 'Toon leveranciers', 'add_users_not_supported' => 'Upgrade naar het zakelijke abonnement om extra gebruikers toe te voegen aan uw account.', 'enterprise_plan_features' => 'Het zakelijke abonnement voegt ondersteuning toe voor meerdere gebruikers en bijlagen, :link om een volledige lijst van de mogelijkheden te bekijken.', - 'return_to_app' => 'Terug naar app', + 'return_to_app' => 'Return To App', // Payment updates @@ -1202,8 +1204,8 @@ $LANG = array( 'payment_type_stripe' => 'Stripe', 'ach' => 'ACH', - 'enable_ach' => 'ACH inschakelen', - 'stripe_ach_help' => 'ACH ondersteuning moet ook ingeschakeld worden bij Stripe.', + 'enable_ach' => 'Accept US bank transfers', + 'stripe_ach_help' => 'ACH support must also be enabled in :link.', 'ach_disabled' => 'Er is al een andere gateway geconfigureerd voor directe afschrijving.', 'plaid' => 'Plaid', @@ -1399,6 +1401,8 @@ Kom terug naar deze betalingsmethode pagina zodra u de bedragen heeft ontvangen 'payment_type_Switch' => 'Switch', 'payment_type_iZettle' => 'iZettle', 'payment_type_Swish' => 'Swish', + 'payment_type_Alipay' => 'Alipay', + 'payment_type_Sofort' => 'Sofort', // Industries 'industry_Accounting & Legal' => 'Boekhouding & juridisch', @@ -1997,7 +2001,7 @@ Kom terug naar deze betalingsmethode pagina zodra u de bedragen heeft ontvangen 'toggle_menu' => 'Toggle menu', 'new_...' => 'Nieuw...', 'list_...' => 'Lijst...', - 'created_at' => 'Aangemaakt', + 'created_at' => 'Date Created', 'contact_us' => 'Contacteer ons', 'support_forum' => 'Support Forum', 'user_guide' => 'Gebruikershandleiding', @@ -2171,7 +2175,7 @@ Kom terug naar deze betalingsmethode pagina zodra u de bedragen heeft ontvangen 'created_new_company' => 'Nieuw bedrijf succesfol aangemaakt', 'fees_disabled_for_gateway' => 'Transactiekosten zijn uitgeschakeld voor deze gateway.', 'logout_and_delete' => 'Uitloggen/account opzeggen', - 'tax_rate_type_help' => 'Inclusief belastingen past de kost van het regelitem aan wanneer geselecteerd.', + 'tax_rate_type_help' => 'Inclusive tax rates adjust the line item cost when selected.
Only exclusive tax rates can be used as a default.', 'invoice_footer_help' => 'Gebruik $pageNumber en $pageCount om de pagina informatie weer te geven.', 'credit_note' => 'Creditnota', 'credit_issued_to' => 'Credit afgegeven aan', @@ -2183,9 +2187,9 @@ Kom terug naar deze betalingsmethode pagina zodra u de bedragen heeft ontvangen 'error_incorrect_gateway_ids' => 'Fout: De gateway tabel heeft foutieve id\'s.', 'purge_data' => 'Gegevens opschonen', 'delete_data' => 'Gegevens verwijderen', - 'purge_data_help' => 'Verwijder alle gegevens in het account, het account en de instellingen blijven behouden.', + 'purge_data_help' => 'Permanently delete all data but keep the account and settings.', 'cancel_account_help' => 'Verwijder het account inclusief alle gegevens en instellingen.', - 'purge_successful' => 'Accountgegevens succesvol opgeschoond', + 'purge_successful' => 'Successfully purged company data', 'forbidden' => 'Verboden', 'purge_data_message' => 'Waarschuwing: Dit zal uw gegevens verwijderen. Er is geen manier om dit ongedaan te maken.', 'contact_phone' => 'Contact telefoon', @@ -2228,7 +2232,7 @@ Kom terug naar deze betalingsmethode pagina zodra u de bedragen heeft ontvangen 'oauth_taken' => 'Het account is al geregistreerd', 'emailed_payment' => 'Betaling succesvol gemaild', 'email_payment' => 'Betaling mailen', - 'sent' => 'verzonden', + 'sent' => 'Sent', 'invoiceplane_import' => 'Gebruik :link om uw data te migreren van InvoicePlane.', 'duplicate_expense_warning' => 'Waarschuwing: Deze :link kan een duplicaat zijn', 'expense_link' => 'uitgave', @@ -2358,7 +2362,7 @@ Kom terug naar deze betalingsmethode pagina zodra u de bedragen heeft ontvangen 'currency_saudi_riyal' => 'Saoedi-Riyal', 'currency_japanese_yen' => 'Japanse Yen', 'currency_maldivian_rufiyaa' => 'Maldivian Rufiyaa', - 'currency_costa_rican_colón' => 'Costa Ricaanse Colón', + 'currency_costa_rican_colon' => 'Costa Rican Colón', 'currency_pakistani_rupee' => 'Pakistaanse Roepie', 'currency_polish_zloty' => 'Poolse Zloty', 'currency_sri_lankan_rupee' => 'Sri Lankaanse Roepie', @@ -2374,11 +2378,12 @@ Kom terug naar deze betalingsmethode pagina zodra u de bedragen heeft ontvangen 'currency_taiwan_new_dollar' => 'Taiwan Nieuwe Dollar', 'currency_dominican_peso' => 'Dominicaanse Peso', 'currency_chilean_peso' => 'Chileense Peso', - 'currency_icelandic_króna' => 'IJslandse Kroon', + 'currency_icelandic_krona' => 'Icelandic Króna', 'currency_papua_new_guinean_kina' => 'Papoea-Nieuw-Guinee-China', 'currency_jordanian_dinar' => 'Jordaanse Dinar', 'currency_myanmar_kyat' => 'Myanmar Kyat', 'currency_peruvian_sol' => 'Peruaanse Sol', + 'review_app_help' => 'We hope you\'re enjoying using the app.
If you\'d consider writing a review we\'d greatly appreciate it!', 'use_english_version' => 'Zorg ervoor dat u de Engelse versie van de bestanden gebruikt.
We gebruiken de kolomkoppen om de velden aan te passen.', 'tax1' => 'Eerste belasting', @@ -2392,6 +2397,46 @@ Kom terug naar deze betalingsmethode pagina zodra u de bedragen heeft ontvangen 'contact_custom1' => 'Eerste contact aangepaste', 'contact_custom2' => 'Tweede contact aangepaste', 'currency' => 'Munteenheid', + 'ofx_help' => 'In most cases the default values should work, if you\'re unable to connect it may help to adjust the settings.', + + 'item_product' => 'Item Product', + 'item_notes' => 'Item Notes', + 'item_cost' => 'Item Cost', + 'item_quantity' => 'Item Quantity', + 'item_tax_rate' => 'Item Tax Rate', + 'item_tax_name' => 'Item Tax Name', + 'item_tax1' => 'Item Tax1', + 'item_tax2' => 'Item Tax2', + + 'delete_company' => 'Delete Company', + 'delete_company_help' => 'Permanently delete the company along with all data and setting.', + 'delete_company_message' => 'Warning: This will permanently delete your company, there is no undo.', + + 'applied_discount' => 'The coupon has been applied, the plan price has been reduced by :discount%.', + 'applied_free_year' => 'The coupon has been applied, your account has been upgraded to pro for one year.', + + 'contact_us_help' => 'If you\'re reporting an error please include any relevant logs from storage/logs/laravel-error.log', + 'include_errors' => 'Include Errors', + 'include_errors_help' => 'Include :link from storage/logs/laravel-error.log', + 'recent_errors' => 'recent errors', + 'add_item' => 'Add Item', + 'customer' => 'Customer', + 'customers' => 'Customers', + 'created_customer' => 'Successfully created customer', + 'created_customers' => 'Successfully created :count customers', + + 'purge_details' => 'The data in your company (:account) has been successfully purged.', + 'deleted_company' => 'Successfully canceled account', + 'deleted_account' => 'Successfully deleted company', + 'deleted_company_details' => 'Your company (:account) has been successfully deleted.', + 'deleted_account_details' => 'Your account (:account) has been successfully deleted.', + + 'alipay' => 'Alipay', + 'sofort' => 'Sofort', + 'enable_alipay' => 'Accept Alipay', + 'enable_sofort' => 'Accept EU bank transfers', + 'stripe_alipay_help' => 'These gateways also need to be activated in :link.', + 'gocardless_webhook_help_link_text' => 'add this URL as an endpoint in GoCardless', ); diff --git a/resources/lang/pl/texts.php b/resources/lang/pl/texts.php index f12929849386..4dc36d8cec80 100644 --- a/resources/lang/pl/texts.php +++ b/resources/lang/pl/texts.php @@ -238,7 +238,7 @@ $LANG = array( 'confirmation_subject' => 'Potwierdzenie rejestracji konta w Invoice Ninja', 'confirmation_header' => 'Potwierdzenie rejestracji konta', 'confirmation_message' => 'Proszę przejść do poniższego adresu, aby zweryfikować swoje konto.', - 'invoice_subject' => 'Nowa faktura :invoice od :account', + 'invoice_subject' => 'New invoice :number from :account', 'invoice_message' => 'Aby wyświetlić fakturę za :amount kliknij link poniżej.', 'payment_subject' => 'Otrzymano płatność', 'payment_message' => 'Dziękujemy za dokonanie płatności w kwocie :amount.', @@ -337,7 +337,7 @@ $LANG = array( 'deleted_quote' => 'Oferta została usunięta', 'deleted_quotes' => 'Usunięto :count ofert', 'converted_to_invoice' => 'Utworzono fakturę z oferty', - 'quote_subject' => 'Nowa oferta :quote od :account', + 'quote_subject' => 'New quote :number from :account', 'quote_message' => 'Aby zobaczyć ofertę na kwotę :amount, kliknij w poniższy link.', 'quote_link_message' => 'Aby zobaczyć ofertę dla klienta, kliknij w poniższy link:', 'notification_quote_sent_subject' => 'Oferta :invoice została wysłana do :client', @@ -395,7 +395,7 @@ $LANG = array( 'more_designs_self_host_text' => '', 'buy' => 'Kup', 'bought_designs' => 'Dodatkowe motywy faktur zostały dodane', - 'sent' => 'wysłano', + 'sent' => 'Sent', 'vat_number' => 'Numer NIP', 'timesheets' => 'Ewidencja czasu', 'payment_title' => 'Enter Your Billing Address and Credit Card information', @@ -439,7 +439,7 @@ $LANG = array( 'reset_all' => 'Resetuj wszystko', 'approve' => 'Zatwierdź', 'token_billing_type_id' => 'Token Płatności', - 'token_billing_help' => 'Store payment details with WePay, Stripe or Braintree.', + 'token_billing_help' => 'Store payment details with WePay, Stripe, Braintree or GoCardless.', 'token_billing_1' => 'Wyłączone', 'token_billing_2' => 'Opt-in - checkbox is shown but not selected', 'token_billing_3' => 'Opt-out - checkbox is shown and selected', @@ -670,6 +670,8 @@ $LANG = array( 'status_viewed' => 'Wyświetlono', 'status_partial' => 'Zaliczka/Opłacono część', 'status_paid' => 'Zapłacono', + 'status_unpaid' => 'Unpaid', + 'status_all' => 'All', 'show_line_item_tax' => 'Wyświetl podatki w tej samej linii co produkt/usługa.', 'iframe_url' => 'Strona internetowa', 'iframe_url_help1' => 'Skopiuj następujący kod na swoją stronę.', @@ -832,7 +834,7 @@ $LANG = array( 'disabled' => 'Wyłączono', 'show_archived_users' => 'Pokaż zarchiwizowanych użytkowników', 'notes' => 'Notatki', - 'invoice_will_create' => 'klient zostanie utworzony', + 'invoice_will_create' => 'invoice will be created', 'invoices_will_create' => 'faktury zostaną utworzone', 'failed_to_import' => 'The following records failed to import, they either already exist or are missing required fields.', 'publishable_key' => 'Publishable Key', @@ -1013,7 +1015,7 @@ $LANG = array( 'pro_plan_remove_logo' => ':link to remove the Invoice Ninja logo by joining the Pro Plan', 'pro_plan_remove_logo_link' => 'Kliknij tutaj', - 'invitation_status_sent' => 'Wysłano', + 'invitation_status_sent' => 'sent', 'invitation_status_opened' => 'Otwarto', 'invitation_status_viewed' => 'Wyświetlono', 'email_error_inactive_client' => 'E-maile nie mogą być wysyłane do klientów nieaktywnych', @@ -1174,7 +1176,7 @@ $LANG = array( 'list_vendors' => 'List Vendors', 'add_users_not_supported' => 'Upgrade to the Enterprise plan to add additional users to your account.', 'enterprise_plan_features' => 'Plan Enterprise dodaje wsparcie dla wielu użytkowników oraz obsługę załączników. Zobacz :link, by poznać wszystkie funkcjonalności.', - 'return_to_app' => 'Return to app', + 'return_to_app' => 'Return To App', // Payment updates @@ -1211,8 +1213,8 @@ $LANG = array( 'payment_type_stripe' => 'Stripe', 'ach' => 'ACH', - 'enable_ach' => 'Aktywuj ACH', - 'stripe_ach_help' => 'Wsparcie dla ACH musi być aktywowane także w Stripe.', + 'enable_ach' => 'Accept US bank transfers', + 'stripe_ach_help' => 'ACH support must also be enabled in :link.', 'ach_disabled' => 'Inny dostawca płatności kartami debetowymi został już skonfigurowany.', 'plaid' => 'Plaid', @@ -1408,6 +1410,8 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik 'payment_type_Switch' => 'Switch', 'payment_type_iZettle' => 'iZettle', 'payment_type_Swish' => 'Swish', + 'payment_type_Alipay' => 'Alipay', + 'payment_type_Sofort' => 'Sofort', // Industries 'industry_Accounting & Legal' => 'Księgowość i prawo', @@ -2005,7 +2009,7 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik 'toggle_menu' => 'Przełącz menu', 'new_...' => 'Nowy ...', 'list_...' => 'Lista ...', - 'created_at' => 'Utworzono', + 'created_at' => 'Date Created', 'contact_us' => 'Skontaktuj się z nami', 'support_forum' => 'Forum wsparcia', 'user_guide' => 'Przewodnik użytkownika', @@ -2179,7 +2183,7 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik 'created_new_company' => 'Successfully created new company', 'fees_disabled_for_gateway' => 'Fees are disabled for this gateway.', 'logout_and_delete' => 'Log Out/Delete Account', - 'tax_rate_type_help' => 'Inclusive taxes adjust the line item cost when selected.', + 'tax_rate_type_help' => 'Inclusive tax rates adjust the line item cost when selected.
Only exclusive tax rates can be used as a default.', 'invoice_footer_help' => 'Use $pageNumber and $pageCount to display the page information.', 'credit_note' => 'Credit Note', 'credit_issued_to' => 'Credit issued to', @@ -2191,9 +2195,9 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik 'error_incorrect_gateway_ids' => 'Error: The gateways table has incorrect ids.', 'purge_data' => 'Purge Data', 'delete_data' => 'Delete Data', - 'purge_data_help' => 'Permanently delete all data in the account, keeping the account and settings.', + 'purge_data_help' => 'Permanently delete all data but keep the account and settings.', 'cancel_account_help' => 'Permanently delete the account along with all data and setting.', - 'purge_successful' => 'Successfully purged account data', + 'purge_successful' => 'Successfully purged company data', 'forbidden' => 'Forbidden', 'purge_data_message' => 'Warning: This will permanently erase your data, there is no undo.', 'contact_phone' => 'Contact Phone', @@ -2236,7 +2240,7 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik 'oauth_taken' => 'The account is already registered', 'emailed_payment' => 'Successfully emailed payment', 'email_payment' => 'Email Payment', - 'sent' => 'wysłano', + 'sent' => 'Sent', 'invoiceplane_import' => 'Use :link to migrate your data from InvoicePlane.', 'duplicate_expense_warning' => 'Warning: This :link may be a duplicate', 'expense_link' => 'expense', @@ -2366,7 +2370,7 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik 'currency_saudi_riyal' => 'Saudi Riyal', 'currency_japanese_yen' => 'Japanese Yen', 'currency_maldivian_rufiyaa' => 'Maldivian Rufiyaa', - 'currency_costa_rican_colón' => 'Costa Rican Colón', + 'currency_costa_rican_colon' => 'Costa Rican Colón', 'currency_pakistani_rupee' => 'Pakistani Rupee', 'currency_polish_zloty' => 'Polish Zloty', 'currency_sri_lankan_rupee' => 'Sri Lankan Rupee', @@ -2382,11 +2386,12 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik 'currency_taiwan_new_dollar' => 'Taiwan New Dollar', 'currency_dominican_peso' => 'Dominican Peso', 'currency_chilean_peso' => 'Chilean Peso', - 'currency_icelandic_króna' => 'Icelandic Króna', + 'currency_icelandic_krona' => 'Icelandic Króna', 'currency_papua_new_guinean_kina' => 'Papua New Guinean Kina', 'currency_jordanian_dinar' => 'Jordanian Dinar', 'currency_myanmar_kyat' => 'Myanmar Kyat', 'currency_peruvian_sol' => 'Peruvian Sol', + 'review_app_help' => 'We hope you\'re enjoying using the app.
If you\'d consider writing a review we\'d greatly appreciate it!', 'use_english_version' => 'Make sure to use the English version of the files.
We use the column headers to match the fields.', 'tax1' => 'First Tax', @@ -2400,6 +2405,46 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik 'contact_custom1' => 'Contact First Custom', 'contact_custom2' => 'Contact Second Custom', 'currency' => 'Currency', + 'ofx_help' => 'In most cases the default values should work, if you\'re unable to connect it may help to adjust the settings.', + + 'item_product' => 'Item Product', + 'item_notes' => 'Item Notes', + 'item_cost' => 'Item Cost', + 'item_quantity' => 'Item Quantity', + 'item_tax_rate' => 'Item Tax Rate', + 'item_tax_name' => 'Item Tax Name', + 'item_tax1' => 'Item Tax1', + 'item_tax2' => 'Item Tax2', + + 'delete_company' => 'Delete Company', + 'delete_company_help' => 'Permanently delete the company along with all data and setting.', + 'delete_company_message' => 'Warning: This will permanently delete your company, there is no undo.', + + 'applied_discount' => 'The coupon has been applied, the plan price has been reduced by :discount%.', + 'applied_free_year' => 'The coupon has been applied, your account has been upgraded to pro for one year.', + + 'contact_us_help' => 'If you\'re reporting an error please include any relevant logs from storage/logs/laravel-error.log', + 'include_errors' => 'Include Errors', + 'include_errors_help' => 'Include :link from storage/logs/laravel-error.log', + 'recent_errors' => 'recent errors', + 'add_item' => 'Add Item', + 'customer' => 'Customer', + 'customers' => 'Customers', + 'created_customer' => 'Successfully created customer', + 'created_customers' => 'Successfully created :count customers', + + 'purge_details' => 'The data in your company (:account) has been successfully purged.', + 'deleted_company' => 'Successfully canceled account', + 'deleted_account' => 'Successfully deleted company', + 'deleted_company_details' => 'Your company (:account) has been successfully deleted.', + 'deleted_account_details' => 'Your account (:account) has been successfully deleted.', + + 'alipay' => 'Alipay', + 'sofort' => 'Sofort', + 'enable_alipay' => 'Accept Alipay', + 'enable_sofort' => 'Accept EU bank transfers', + 'stripe_alipay_help' => 'These gateways also need to be activated in :link.', + 'gocardless_webhook_help_link_text' => 'add this URL as an endpoint in GoCardless', ); diff --git a/resources/lang/pt_BR/texts.php b/resources/lang/pt_BR/texts.php index 5b2daa3b25e8..c26c4627cc8e 100644 --- a/resources/lang/pt_BR/texts.php +++ b/resources/lang/pt_BR/texts.php @@ -123,8 +123,8 @@ $LANG = array( 'filter' => 'Filtrar', 'new_client' => 'Novo Cliente', 'new_invoice' => 'Nova Fatura', - 'new_payment' => 'Enter Payment', - 'new_credit' => 'Enter Credit', + 'new_payment' => 'Adicionar Pagamento', + 'new_credit' => 'Adicionar Crédito', 'contact' => 'Contato', 'date_created' => 'Data de Criação', 'last_login' => 'Último Login', @@ -186,7 +186,7 @@ $LANG = array( 'clients_will_create' => 'clientes serão criados', 'email_settings' => 'Configurações de E-mail', 'client_view_styling' => 'Client View Styling', - 'pdf_email_attachment' => 'Attach Invoice', + 'pdf_email_attachment' => 'Anexar Fatura', 'custom_css' => 'CSS Personalizado', 'import_clients' => 'Importar Dados do Cliente', 'csv_file' => 'Selecionar arquivo CSV', @@ -238,7 +238,7 @@ $LANG = array( 'confirmation_subject' => 'Confirmação de Conta do Invoice Ninja', 'confirmation_header' => 'Confirmação de Conta', 'confirmation_message' => 'Favor acessar o link abaixo para confirmar a sua conta.', - 'invoice_subject' => 'Nova fatura :invoice de :account', + 'invoice_subject' => 'New invoice :number from :account', 'invoice_message' => 'Para visualizar a sua fatura de :amount, clique no link abaixo.', 'payment_subject' => 'Recebimento de pagamento de', 'payment_message' => 'Obrigado, pagamento de :amount confirmado', @@ -331,7 +331,7 @@ $LANG = array( 'deleted_quote' => 'Orçamento deletado', 'deleted_quotes' => ':count Orçamento(s) deletado(s)', 'converted_to_invoice' => 'Orçamento faturado', - 'quote_subject' => 'Novo orçamento :quote de :account', + 'quote_subject' => 'New quote :number from :account', 'quote_message' => 'Para visualizar o oçamento de :amount, clique no link abaixo.', 'quote_link_message' => 'Para visualizar o orçamento clique no link abaixo', 'notification_quote_sent_subject' => 'Orçamento :invoice enviado para :client', @@ -342,7 +342,7 @@ $LANG = array( 'invoice_fields' => 'Campos da Fatura', 'invoice_options' => 'Opções da Fatura', 'hide_quantity' => 'Ocultar quantidade', - 'hide_quantity_help' => 'Disable the quantities column, then you can declutter invoices by no longer displaying this field.', + 'hide_quantity_help' => 'Desabilitar coluna de quantidades, assim você pode aumentar o espaço das faturas não mostrando mais essa coluna.', 'hide_paid_to_date' => 'Ocultar data de pagamento', 'hide_paid_to_date_help' => 'Apenas mostrar a "Data de Pagamento" quanto o pagamento tiver sido efetuado.', 'charge_taxes' => 'Taxas', @@ -389,7 +389,7 @@ $LANG = array( 'more_designs_self_host_text' => '', 'buy' => 'Comprar', 'bought_designs' => 'Novos Modelos Adicionados', - 'sent' => 'enviado', + 'sent' => 'Enviado', 'vat_number' => 'Insc.', 'timesheets' => 'Planilha de Tempos', 'payment_title' => 'Informe o endereço de cobrança e as informações do Cartão de Crédito', @@ -433,7 +433,7 @@ $LANG = array( 'reset_all' => 'Resetar Todos', 'approve' => 'Aprovar', 'token_billing_type_id' => 'Token de Cobrança', - 'token_billing_help' => 'Store payment details with WePay, Stripe or Braintree.', + 'token_billing_help' => 'Store payment details with WePay, Stripe, Braintree or GoCardless.', 'token_billing_1' => 'Desabilitado', 'token_billing_2' => 'Opt-in - não selecionado', 'token_billing_3' => 'Opt-out - selecionado', @@ -505,7 +505,7 @@ $LANG = array( 'partial_remaining' => ':partial de :balance', 'more_fields' => 'Mais Campos', 'less_fields' => 'Menos Campos', - 'client_name' => 'Client Name', + 'client_name' => 'Nome do Cliente', 'pdf_settings' => 'Configurações do PDF', 'product_settings' => 'Configurações de Produtos', 'auto_wrap' => 'Quebrar Linhas', @@ -550,12 +550,12 @@ $LANG = array( 'timer' => 'Timer', 'manual' => 'Manual', 'date_and_time' => 'Data & Hora', - 'second' => 'Second', - 'seconds' => 'Seconds', - 'minute' => 'Minute', - 'minutes' => 'Minutes', - 'hour' => 'Hour', - 'hours' => 'Hours', + 'second' => 'Segundo', + 'seconds' => 'Segundos', + 'minute' => 'minuto', + 'minutes' => 'minutos', + 'hour' => 'hora', + 'hours' => 'horas', 'task_details' => 'Detalhes da Tarefa', 'duration' => 'Duração', 'end_time' => 'Final', @@ -608,7 +608,7 @@ $LANG = array( 'or' => 'ou', 'email_error' => 'Houve um problema ao enviar o e-mail', 'confirm_recurring_timing' => 'Aviso: e-mails são enviados na hora de início.', - 'payment_terms_help' => 'Sets the default invoice due date', + 'payment_terms_help' => 'Defina a data de vencimento padrãovencimento de fatura', 'unlink_account' => 'Desvincular Conta', 'unlink' => 'Desvincular', 'show_address' => 'Mostrar Endereço', @@ -618,7 +618,7 @@ $LANG = array( 'times' => 'Tempo', 'set_now' => 'Agora', 'dark_mode' => 'Modo Escuro', - 'dark_mode_help' => 'Use a dark background for the sidebars', + 'dark_mode_help' => 'Usar fundo escuro para as barras laterais', 'add_to_invoice' => 'Adicionar na fatura :invoice', 'create_new_invoice' => 'Criar fatura', 'task_errors' => 'Corrija os tempos sobrepostos', @@ -657,13 +657,15 @@ $LANG = array( 'valid_until' => 'Válido até', 'reset_terms' => 'Resetar Condições', 'reset_footer' => 'Resetar Rodapé', - 'invoice_sent' => ':count invoice sent', - 'invoices_sent' => ':count invoices sent', + 'invoice_sent' => ':count fatura enviada', + 'invoices_sent' => ':count faturas enviadas', 'status_draft' => 'Rascunho', 'status_sent' => 'Enviado', 'status_viewed' => 'Visualizado', 'status_partial' => 'Parcial', 'status_paid' => 'Pago', + 'status_unpaid' => 'não pago', + 'status_all' => 'Todos', 'show_line_item_tax' => 'Exibir taxas dos itens', 'iframe_url' => 'Website', 'iframe_url_help1' => 'Copie o código abaixo em seu website.', @@ -786,7 +788,7 @@ $LANG = array( 'default_invoice_footer' => 'Definir padrão', 'quote_footer' => 'Rodapé do Orçamento', 'free' => 'Grátis', - 'quote_is_approved' => 'The quote has been approved', + 'quote_is_approved' => 'O orçamento foi aprovado', 'apply_credit' => 'Aplicar Crédito', 'system_settings' => 'Configurações do Sistema', 'archive_token' => 'Arquivar Token', @@ -826,7 +828,7 @@ $LANG = array( 'disabled' => 'Desabilitado', 'show_archived_users' => 'Mostrar usuários arquivados', 'notes' => 'Observações', - 'invoice_will_create' => 'cliente será criado', + 'invoice_will_create' => 'faturas serão criadas', 'invoices_will_create' => 'faturas serão criadas', 'failed_to_import' => 'A importação dos seguintes registros falhou', 'publishable_key' => 'Chave Publicável', @@ -1004,7 +1006,7 @@ $LANG = array( 'pro_plan_remove_logo' => ':link para remover a logo do Invoice Ninja contratando o plano profissional', 'pro_plan_remove_logo_link' => 'Clique aqui', - 'invitation_status_sent' => 'Enviado', + 'invitation_status_sent' => 'enviado', 'invitation_status_opened' => 'Aberto', 'invitation_status_viewed' => 'Visto', 'email_error_inactive_client' => 'Não é possível enviar e-mails para clientes intativos', @@ -1033,13 +1035,13 @@ $LANG = array( 'invoiced_amount' => 'Total Faturado', 'invoice_item_fields' => 'Campos de Ítens da Fatura', 'custom_invoice_item_fields_help' => 'Adicionar um campo ao adicionar um ítem na fatura e exibir no PDF.', - 'recurring_invoice_number' => 'Recurring Number', + 'recurring_invoice_number' => 'Número recorrente', 'recurring_invoice_number_prefix_help' => 'Speciy a prefix to be added to the invoice number for recurring invoices.', // Client Passwords 'enable_portal_password' => 'Faturas protegidas por senha', 'enable_portal_password_help' => 'Permite definir uma senha para cada contato. Se uma senha for definida, o contato deverá informar sua senha antes de visualizar a fatura.', - 'send_portal_password' => 'Generate Password Automatically', + 'send_portal_password' => 'Gerar senha automaticamente', 'send_portal_password_help' => 'Se uma senha não for definida, uma senha será gerada e enviada juntamente com a primeira fatura.', 'expired' => 'Expireda', @@ -1165,7 +1167,7 @@ $LANG = array( 'list_vendors' => 'List Vendors', 'add_users_not_supported' => 'Upgrade to the Enterprise plan to add additional users to your account.', 'enterprise_plan_features' => 'The Enterprise plan adds support for multiple users and file attachments, :link to see the full list of features.', - 'return_to_app' => 'Return to app', + 'return_to_app' => 'Return To App', // Payment updates @@ -1202,8 +1204,8 @@ $LANG = array( 'payment_type_stripe' => 'Stripe', 'ach' => 'ACH', - 'enable_ach' => 'Habilitar ACH', - 'stripe_ach_help' => 'ACH também deve estar habilitado no Stripe.', + 'enable_ach' => 'Accept US bank transfers', + 'stripe_ach_help' => 'ACH support must also be enabled in :link.', 'ach_disabled' => 'Existe outro gateway configurada para débito direto.', 'plaid' => 'Plaid', @@ -1399,6 +1401,8 @@ Quando tiver os valores dos depósitos, volte a esta pagina e complete a verific 'payment_type_Switch' => 'Switch', 'payment_type_iZettle' => 'iZettle', 'payment_type_Swish' => 'Swish', + 'payment_type_Alipay' => 'Alipay', + 'payment_type_Sofort' => 'Sofort', // Industries 'industry_Accounting & Legal' => 'Accounting & Legal', @@ -1459,7 +1463,7 @@ Quando tiver os valores dos depósitos, volte a esta pagina e complete a verific 'country_Bosnia and Herzegovina' => 'Bosnia and Herzegovina', 'country_Botswana' => 'Botswana', 'country_Bouvet Island' => 'Bouvet Island', - 'country_Brazil' => 'Brazil', + 'country_Brazil' => 'Brasil', 'country_Belize' => 'Belize', 'country_British Indian Ocean Territory' => 'British Indian Ocean Territory', 'country_Solomon Islands' => 'Solomon Islands', @@ -1996,7 +2000,7 @@ Quando tiver os valores dos depósitos, volte a esta pagina e complete a verific 'toggle_menu' => 'Toggle Menu', 'new_...' => 'New ...', 'list_...' => 'List ...', - 'created_at' => 'Created', + 'created_at' => 'Date Created', 'contact_us' => 'Contact Us', 'support_forum' => 'Support Forum', 'user_guide' => 'User Guide', @@ -2170,7 +2174,7 @@ Quando tiver os valores dos depósitos, volte a esta pagina e complete a verific 'created_new_company' => 'Successfully created new company', 'fees_disabled_for_gateway' => 'Fees are disabled for this gateway.', 'logout_and_delete' => 'Log Out/Delete Account', - 'tax_rate_type_help' => 'Inclusive taxes adjust the line item cost when selected.', + 'tax_rate_type_help' => 'Inclusive tax rates adjust the line item cost when selected.
Only exclusive tax rates can be used as a default.', 'invoice_footer_help' => 'Use $pageNumber and $pageCount to display the page information.', 'credit_note' => 'Credit Note', 'credit_issued_to' => 'Credit issued to', @@ -2182,9 +2186,9 @@ Quando tiver os valores dos depósitos, volte a esta pagina e complete a verific 'error_incorrect_gateway_ids' => 'Error: The gateways table has incorrect ids.', 'purge_data' => 'Purge Data', 'delete_data' => 'Delete Data', - 'purge_data_help' => 'Permanently delete all data in the account, keeping the account and settings.', + 'purge_data_help' => 'Permanently delete all data but keep the account and settings.', 'cancel_account_help' => 'Permanently delete the account along with all data and setting.', - 'purge_successful' => 'Successfully purged account data', + 'purge_successful' => 'Successfully purged company data', 'forbidden' => 'Forbidden', 'purge_data_message' => 'Warning: This will permanently erase your data, there is no undo.', 'contact_phone' => 'Contact Phone', @@ -2227,7 +2231,7 @@ Quando tiver os valores dos depósitos, volte a esta pagina e complete a verific 'oauth_taken' => 'The account is already registered', 'emailed_payment' => 'Successfully emailed payment', 'email_payment' => 'Email Payment', - 'sent' => 'enviado', + 'sent' => 'Enviado', 'invoiceplane_import' => 'Use :link to migrate your data from InvoicePlane.', 'duplicate_expense_warning' => 'Warning: This :link may be a duplicate', 'expense_link' => 'expense', @@ -2357,7 +2361,7 @@ Quando tiver os valores dos depósitos, volte a esta pagina e complete a verific 'currency_saudi_riyal' => 'Saudi Riyal', 'currency_japanese_yen' => 'Japanese Yen', 'currency_maldivian_rufiyaa' => 'Maldivian Rufiyaa', - 'currency_costa_rican_colón' => 'Costa Rican Colón', + 'currency_costa_rican_colon' => 'Costa Rican Colón', 'currency_pakistani_rupee' => 'Pakistani Rupee', 'currency_polish_zloty' => 'Polish Zloty', 'currency_sri_lankan_rupee' => 'Sri Lankan Rupee', @@ -2373,11 +2377,12 @@ Quando tiver os valores dos depósitos, volte a esta pagina e complete a verific 'currency_taiwan_new_dollar' => 'Taiwan New Dollar', 'currency_dominican_peso' => 'Dominican Peso', 'currency_chilean_peso' => 'Chilean Peso', - 'currency_icelandic_króna' => 'Icelandic Króna', + 'currency_icelandic_krona' => 'Icelandic Króna', 'currency_papua_new_guinean_kina' => 'Papua New Guinean Kina', 'currency_jordanian_dinar' => 'Jordanian Dinar', 'currency_myanmar_kyat' => 'Myanmar Kyat', 'currency_peruvian_sol' => 'Peruvian Sol', + 'review_app_help' => 'We hope you\'re enjoying using the app.
If you\'d consider writing a review we\'d greatly appreciate it!', 'use_english_version' => 'Make sure to use the English version of the files.
We use the column headers to match the fields.', 'tax1' => 'First Tax', @@ -2391,6 +2396,46 @@ Quando tiver os valores dos depósitos, volte a esta pagina e complete a verific 'contact_custom1' => 'Contact First Custom', 'contact_custom2' => 'Contact Second Custom', 'currency' => 'Currency', + 'ofx_help' => 'In most cases the default values should work, if you\'re unable to connect it may help to adjust the settings.', + + 'item_product' => 'Item Product', + 'item_notes' => 'Item Notes', + 'item_cost' => 'Item Cost', + 'item_quantity' => 'Item Quantity', + 'item_tax_rate' => 'Item Tax Rate', + 'item_tax_name' => 'Item Tax Name', + 'item_tax1' => 'Item Tax1', + 'item_tax2' => 'Item Tax2', + + 'delete_company' => 'Delete Company', + 'delete_company_help' => 'Permanently delete the company along with all data and setting.', + 'delete_company_message' => 'Warning: This will permanently delete your company, there is no undo.', + + 'applied_discount' => 'The coupon has been applied, the plan price has been reduced by :discount%.', + 'applied_free_year' => 'The coupon has been applied, your account has been upgraded to pro for one year.', + + 'contact_us_help' => 'If you\'re reporting an error please include any relevant logs from storage/logs/laravel-error.log', + 'include_errors' => 'Include Errors', + 'include_errors_help' => 'Include :link from storage/logs/laravel-error.log', + 'recent_errors' => 'recent errors', + 'add_item' => 'Add Item', + 'customer' => 'Customer', + 'customers' => 'Customers', + 'created_customer' => 'Successfully created customer', + 'created_customers' => 'Successfully created :count customers', + + 'purge_details' => 'The data in your company (:account) has been successfully purged.', + 'deleted_company' => 'Successfully canceled account', + 'deleted_account' => 'Successfully deleted company', + 'deleted_company_details' => 'Your company (:account) has been successfully deleted.', + 'deleted_account_details' => 'Your account (:account) has been successfully deleted.', + + 'alipay' => 'Alipay', + 'sofort' => 'Sofort', + 'enable_alipay' => 'Accept Alipay', + 'enable_sofort' => 'Accept EU bank transfers', + 'stripe_alipay_help' => 'These gateways also need to be activated in :link.', + 'gocardless_webhook_help_link_text' => 'add this URL as an endpoint in GoCardless', ); diff --git a/resources/lang/pt_PT/texts.php b/resources/lang/pt_PT/texts.php index 22eb701f2f31..a9821ae4869b 100644 --- a/resources/lang/pt_PT/texts.php +++ b/resources/lang/pt_PT/texts.php @@ -238,7 +238,7 @@ $LANG = array( 'confirmation_subject' => 'Confirmação de Conta do Invoice Ninja', 'confirmation_header' => 'Confirmação de Conta', 'confirmation_message' => 'Por favor clique no link abaixo para confirmar a sua conta.', - 'invoice_subject' => 'Nova nota de pagamento :invoice de :account', + 'invoice_subject' => 'New invoice :number from :account', 'invoice_message' => 'Para visualizar a sua nota de pagamento de :amount, clique no link abaixo.', 'payment_subject' => 'Pagamento recebido', 'payment_message' => 'Obrigado, pagamento de :amount confirmado', @@ -331,7 +331,7 @@ $LANG = array( 'deleted_quote' => 'Orçamento apagado', 'deleted_quotes' => ':count Orçamento(s) apagados(s)', 'converted_to_invoice' => 'Orçamento convertido em nota de pag,', - 'quote_subject' => 'Novo orçamento :quote de :account', + 'quote_subject' => 'New quote :number from :account', 'quote_message' => 'Para visualizar o orçamento de :amount, clique no link abaixo.', 'quote_link_message' => 'Para visualizar o orçamento clique no link abaixo', 'notification_quote_sent_subject' => 'Orçamento :invoice enviado para :client', @@ -389,7 +389,7 @@ $LANG = array( 'more_designs_self_host_text' => '', 'buy' => 'Comprar', 'bought_designs' => 'Novos Modelos Adicionados', - 'sent' => 'enviado', + 'sent' => 'Sent', 'vat_number' => 'NIF', 'timesheets' => 'Folha de horas', 'payment_title' => 'Indique a morada de faturação e as informações do Cartão de Crédito', @@ -433,7 +433,7 @@ $LANG = array( 'reset_all' => 'Redifinir Todos', 'approve' => 'Aprovar', 'token_billing_type_id' => 'Token de Cobrança', - 'token_billing_help' => 'Guardar detalhes de pagamento com o WePay, Stripe ou Braintree.', + 'token_billing_help' => 'Store payment details with WePay, Stripe, Braintree or GoCardless.', 'token_billing_1' => 'Desativado', 'token_billing_2' => 'A checkbox de Opt-in está visível mas não seleccionada', 'token_billing_3' => 'A checkbox de Opt-out está visível e seleccionada', @@ -664,6 +664,8 @@ $LANG = array( 'status_viewed' => 'Visualizado', 'status_partial' => 'Parcial', 'status_paid' => 'Pago', + 'status_unpaid' => 'Unpaid', + 'status_all' => 'All', 'show_line_item_tax' => 'Exibir impostos dos itens', 'iframe_url' => 'Website', 'iframe_url_help1' => 'Copie o código abaixo para o seu site.', @@ -826,7 +828,7 @@ $LANG = array( 'disabled' => 'Desativado', 'show_archived_users' => 'Mostrar utilizadores arquivados', 'notes' => 'Observações', - 'invoice_will_create' => 'um cliente será criado', + 'invoice_will_create' => 'invoice will be created', 'invoices_will_create' => 'notas de pagamento serão criadas', 'failed_to_import' => 'Falhou a importação dos seguintes registos', 'publishable_key' => 'Chave Publicável', @@ -1004,7 +1006,7 @@ $LANG = array( 'pro_plan_remove_logo' => ':link para remover a logo do Invoice Ninja contratando o plano profissional', 'pro_plan_remove_logo_link' => 'Clique aqui', - 'invitation_status_sent' => 'Enviado', + 'invitation_status_sent' => 'sent', 'invitation_status_opened' => 'Aberto', 'invitation_status_viewed' => 'Visto', 'email_error_inactive_client' => 'Não é possível enviar e-mails para clientes inativos', @@ -1165,7 +1167,7 @@ $LANG = array( 'list_vendors' => 'Listar Fornecedores', 'add_users_not_supported' => 'Altere para o plano Enterprise para adicionar utilizadores adicionais à sua conta.', 'enterprise_plan_features' => 'O plano Enterprise adiciona suporte a multiplos utilizadores e anexos de ficheiros, :link para ver a lista completa de funcionalidades.', - 'return_to_app' => 'Voltar à app', + 'return_to_app' => 'Return To App', // Payment updates @@ -1202,8 +1204,8 @@ $LANG = array( 'payment_type_stripe' => 'Stripe', 'ach' => 'ACH', - 'enable_ach' => 'Ativar ACH', - 'stripe_ach_help' => 'ACH também deverá estar ativo no Stripe.', + 'enable_ach' => 'Accept US bank transfers', + 'stripe_ach_help' => 'ACH support must also be enabled in :link.', 'ach_disabled' => 'Existe outro gateway configurado para débito direto.', 'plaid' => 'Plaid', @@ -1399,6 +1401,8 @@ Quando tiver os valores dos depósitos, volte a esta página e conclua a verific 'payment_type_Switch' => 'Switch', 'payment_type_iZettle' => 'iZettle', 'payment_type_Swish' => 'Swish', + 'payment_type_Alipay' => 'Alipay', + 'payment_type_Sofort' => 'Sofort', // Industries 'industry_Accounting & Legal' => 'Contabilidade & Legislação', @@ -1997,7 +2001,7 @@ Quando tiver os valores dos depósitos, volte a esta página e conclua a verific 'toggle_menu' => 'Alternar Menu', 'new_...' => 'Novo ...', 'list_...' => 'Listar ...', - 'created_at' => 'Criado', + 'created_at' => 'Date Created', 'contact_us' => 'Contacte-nos', 'support_forum' => 'Forum de Suporte', 'user_guide' => 'Guia do Utilizador', @@ -2171,7 +2175,7 @@ Quando tiver os valores dos depósitos, volte a esta página e conclua a verific 'created_new_company' => 'Nova empresa criada com sucesso', 'fees_disabled_for_gateway' => 'Taxas desativadas para este gateway.', 'logout_and_delete' => 'Sair/Apagar conta', - 'tax_rate_type_help' => 'Inclusive impostos adjust the line item cost when selected.', + 'tax_rate_type_help' => 'Inclusive tax rates adjust the line item cost when selected.
Only exclusive tax rates can be used as a default.', 'invoice_footer_help' => 'Usar $pageNumber e $pageCount para mostrar a informação da página.', 'credit_note' => 'Nota de crédito', 'credit_issued_to' => 'Crédito atribuido a', @@ -2183,9 +2187,9 @@ Quando tiver os valores dos depósitos, volte a esta página e conclua a verific 'error_incorrect_gateway_ids' => 'Erro: A tabela de gateways tem ids incorretos.', 'purge_data' => 'Purgar dados', 'delete_data' => 'Apagar dados', - 'purge_data_help' => 'Apagar permanentemente todos os dados da conta, manter a conta e as definições.', + 'purge_data_help' => 'Permanently delete all data but keep the account and settings.', 'cancel_account_help' => 'Apagar permanentemente a conta, todos os dados e as definições.', - 'purge_successful' => 'Dados da conta purgados com sucesso', + 'purge_successful' => 'Successfully purged company data', 'forbidden' => 'Proibido', 'purge_data_message' => 'Aviso: apagará todos os seus dados.', 'contact_phone' => 'Contato telefónico', @@ -2228,7 +2232,7 @@ Quando tiver os valores dos depósitos, volte a esta página e conclua a verific 'oauth_taken' => 'The account is already registered', 'emailed_payment' => 'Successfully emailed payment', 'email_payment' => 'Email Payment', - 'sent' => 'enviado', + 'sent' => 'Sent', 'invoiceplane_import' => 'Use :link to migrate your data from InvoicePlane.', 'duplicate_expense_warning' => 'Warning: This :link may be a duplicate', 'expense_link' => 'expense', @@ -2358,7 +2362,7 @@ Quando tiver os valores dos depósitos, volte a esta página e conclua a verific 'currency_saudi_riyal' => 'Saudi Riyal', 'currency_japanese_yen' => 'Japanese Yen', 'currency_maldivian_rufiyaa' => 'Maldivian Rufiyaa', - 'currency_costa_rican_colón' => 'Costa Rican Colón', + 'currency_costa_rican_colon' => 'Costa Rican Colón', 'currency_pakistani_rupee' => 'Pakistani Rupee', 'currency_polish_zloty' => 'Polish Zloty', 'currency_sri_lankan_rupee' => 'Sri Lankan Rupee', @@ -2374,11 +2378,12 @@ Quando tiver os valores dos depósitos, volte a esta página e conclua a verific 'currency_taiwan_new_dollar' => 'Taiwan New Dollar', 'currency_dominican_peso' => 'Dominican Peso', 'currency_chilean_peso' => 'Chilean Peso', - 'currency_icelandic_króna' => 'Icelandic Króna', + 'currency_icelandic_krona' => 'Icelandic Króna', 'currency_papua_new_guinean_kina' => 'Papua New Guinean Kina', 'currency_jordanian_dinar' => 'Jordanian Dinar', 'currency_myanmar_kyat' => 'Myanmar Kyat', 'currency_peruvian_sol' => 'Peruvian Sol', + 'review_app_help' => 'We hope you\'re enjoying using the app.
If you\'d consider writing a review we\'d greatly appreciate it!', 'use_english_version' => 'Make sure to use the English version of the files.
We use the column headers to match the fields.', 'tax1' => 'First Tax', @@ -2392,6 +2397,46 @@ Quando tiver os valores dos depósitos, volte a esta página e conclua a verific 'contact_custom1' => 'Contact First Custom', 'contact_custom2' => 'Contact Second Custom', 'currency' => 'Currency', + 'ofx_help' => 'In most cases the default values should work, if you\'re unable to connect it may help to adjust the settings.', + + 'item_product' => 'Item Product', + 'item_notes' => 'Item Notes', + 'item_cost' => 'Item Cost', + 'item_quantity' => 'Item Quantity', + 'item_tax_rate' => 'Item Tax Rate', + 'item_tax_name' => 'Item Tax Name', + 'item_tax1' => 'Item Tax1', + 'item_tax2' => 'Item Tax2', + + 'delete_company' => 'Delete Company', + 'delete_company_help' => 'Permanently delete the company along with all data and setting.', + 'delete_company_message' => 'Warning: This will permanently delete your company, there is no undo.', + + 'applied_discount' => 'The coupon has been applied, the plan price has been reduced by :discount%.', + 'applied_free_year' => 'The coupon has been applied, your account has been upgraded to pro for one year.', + + 'contact_us_help' => 'If you\'re reporting an error please include any relevant logs from storage/logs/laravel-error.log', + 'include_errors' => 'Include Errors', + 'include_errors_help' => 'Include :link from storage/logs/laravel-error.log', + 'recent_errors' => 'recent errors', + 'add_item' => 'Add Item', + 'customer' => 'Customer', + 'customers' => 'Customers', + 'created_customer' => 'Successfully created customer', + 'created_customers' => 'Successfully created :count customers', + + 'purge_details' => 'The data in your company (:account) has been successfully purged.', + 'deleted_company' => 'Successfully canceled account', + 'deleted_account' => 'Successfully deleted company', + 'deleted_company_details' => 'Your company (:account) has been successfully deleted.', + 'deleted_account_details' => 'Your account (:account) has been successfully deleted.', + + 'alipay' => 'Alipay', + 'sofort' => 'Sofort', + 'enable_alipay' => 'Accept Alipay', + 'enable_sofort' => 'Accept EU bank transfers', + 'stripe_alipay_help' => 'These gateways also need to be activated in :link.', + 'gocardless_webhook_help_link_text' => 'add this URL as an endpoint in GoCardless', ); diff --git a/resources/lang/ro/texts.php b/resources/lang/ro/texts.php index d0b0521597f1..fe5c3ec94658 100644 --- a/resources/lang/ro/texts.php +++ b/resources/lang/ro/texts.php @@ -238,7 +238,7 @@ $LANG = array( 'confirmation_subject' => 'Cont Invoice Ninja confirmat', 'confirmation_header' => 'Confirmare cont', 'confirmation_message' => 'Te rugăm accesează link-ul de mai jos pentru a confirma contul.', - 'invoice_subject' => 'Factură noua :invoice de la :account', + 'invoice_subject' => 'New invoice :number from :account', 'invoice_message' => 'Pentru a vizualiza factura în valoare de :amount, apasă pe link-ul de mai jos.', 'payment_subject' => 'Plată primită', 'payment_message' => 'Mulțumim pentru plata în valoare de :amount', @@ -337,7 +337,7 @@ $LANG = array( 'deleted_quote' => 'Ofertă ștearsă', 'deleted_quotes' => ':count oferte șterse', 'converted_to_invoice' => 'Ofertă transformată în factură', - 'quote_subject' => 'Oferta nouă :quote de la contul :account', + 'quote_subject' => 'New quote :number from :account', 'quote_message' => 'Pentru a vizualiza oferta pentru :amount, accesează link-ul de mai jos.', 'quote_link_message' => 'Pentru a vedea oferta clientului accesează link-ul de mai jos:', 'notification_quote_sent_subject' => 'Oferta :invoice a fost trimisă la :client', @@ -396,7 +396,7 @@ $LANG = array( 'more_designs_self_host_text' => '', 'buy' => 'Cumpără', 'bought_designs' => 'Au fost adăugate alte modele de facturi', - 'sent' => 'trimis', + 'sent' => 'Sent', 'vat_number' => 'T.V.A.', 'timesheets' => 'Evidența timpului', 'payment_title' => 'Completează adresa de facturare si datele Cardului de Credit', @@ -440,7 +440,7 @@ $LANG = array( 'reset_all' => 'Resetează tot', 'approve' => 'Aprobă', 'token_billing_type_id' => 'Token facturare', - 'token_billing_help' => 'Salvează detaliile plății cu WePay, Stripe sau Braintree.', + 'token_billing_help' => 'Store payment details with WePay, Stripe, Braintree or GoCardless.', 'token_billing_1' => 'Dezactivat.', 'token_billing_2' => 'Opt-in - checkbox is shown but not selected', 'token_billing_3' => 'Opt-out - checkbox is shown and selected', @@ -672,6 +672,8 @@ Atentie: Folosește Legacy API Key, nu Token API', 'status_viewed' => 'Viewed', 'status_partial' => 'Partial', 'status_paid' => 'Paid', + 'status_unpaid' => 'Unpaid', + 'status_all' => 'All', 'show_line_item_tax' => 'Display line item taxes inline', 'iframe_url' => 'Website', 'iframe_url_help1' => 'Copy the following code to a page on your site.', @@ -834,7 +836,7 @@ Atentie: Folosește Legacy API Key, nu Token API', 'disabled' => 'Disabled', 'show_archived_users' => 'Show archived users', 'notes' => 'Notes', - 'invoice_will_create' => 'client will be created', + 'invoice_will_create' => 'invoice will be created', 'invoices_will_create' => 'invoices will be created', 'failed_to_import' => 'The following records failed to import, they either already exist or are missing required fields.', 'publishable_key' => 'Publishable Key', @@ -1015,7 +1017,7 @@ Atentie: Folosește Legacy API Key, nu Token API', 'pro_plan_remove_logo' => ':link to remove the Invoice Ninja logo by joining the Pro Plan', 'pro_plan_remove_logo_link' => 'Click here', - 'invitation_status_sent' => 'Sent', + 'invitation_status_sent' => 'sent', 'invitation_status_opened' => 'Openend', 'invitation_status_viewed' => 'Viewed', 'email_error_inactive_client' => 'Emails can not be sent to inactive clients', @@ -1176,7 +1178,7 @@ Atentie: Folosește Legacy API Key, nu Token API', 'list_vendors' => 'List Vendors', 'add_users_not_supported' => 'Upgrade to the Enterprise plan to add additional users to your account.', 'enterprise_plan_features' => 'The Enterprise plan adds support for multiple users and file attachments, :link to see the full list of features.', - 'return_to_app' => 'Return to app', + 'return_to_app' => 'Return To App', // Payment updates @@ -1213,8 +1215,8 @@ Atentie: Folosește Legacy API Key, nu Token API', 'payment_type_stripe' => 'Stripe', 'ach' => 'ACH', - 'enable_ach' => 'Enable ACH', - 'stripe_ach_help' => 'ACH support must also be enabled at Stripe.', + 'enable_ach' => 'Accept US bank transfers', + 'stripe_ach_help' => 'ACH support must also be enabled in :link.', 'ach_disabled' => 'Another gateway is already configured for direct debit.', 'plaid' => 'Plaid', @@ -1410,6 +1412,8 @@ Atentie: Folosește Legacy API Key, nu Token API', 'payment_type_Switch' => 'Switch', 'payment_type_iZettle' => 'iZettle', 'payment_type_Swish' => 'Swish', + 'payment_type_Alipay' => 'Alipay', + 'payment_type_Sofort' => 'Sofort', // Industries 'industry_Accounting & Legal' => 'Accounting & Legal', @@ -2007,7 +2011,7 @@ Atentie: Folosește Legacy API Key, nu Token API', 'toggle_menu' => 'Toggle Menu', 'new_...' => 'New ...', 'list_...' => 'List ...', - 'created_at' => 'Created', + 'created_at' => 'Date Created', 'contact_us' => 'Contact Us', 'support_forum' => 'Support Forum', 'user_guide' => 'User Guide', @@ -2181,7 +2185,7 @@ Atentie: Folosește Legacy API Key, nu Token API', 'created_new_company' => 'Successfully created new company', 'fees_disabled_for_gateway' => 'Fees are disabled for this gateway.', 'logout_and_delete' => 'Log Out/Delete Account', - 'tax_rate_type_help' => 'Inclusive taxes adjust the line item cost when selected.', + 'tax_rate_type_help' => 'Inclusive tax rates adjust the line item cost when selected.
Only exclusive tax rates can be used as a default.', 'invoice_footer_help' => 'Use $pageNumber and $pageCount to display the page information.', 'credit_note' => 'Credit Note', 'credit_issued_to' => 'Credit issued to', @@ -2193,9 +2197,9 @@ Atentie: Folosește Legacy API Key, nu Token API', 'error_incorrect_gateway_ids' => 'Error: The gateways table has incorrect ids.', 'purge_data' => 'Purge Data', 'delete_data' => 'Delete Data', - 'purge_data_help' => 'Permanently delete all data in the account, keeping the account and settings.', + 'purge_data_help' => 'Permanently delete all data but keep the account and settings.', 'cancel_account_help' => 'Permanently delete the account along with all data and setting.', - 'purge_successful' => 'Successfully purged account data', + 'purge_successful' => 'Successfully purged company data', 'forbidden' => 'Forbidden', 'purge_data_message' => 'Warning: This will permanently erase your data, there is no undo.', 'contact_phone' => 'Contact Phone', @@ -2238,7 +2242,7 @@ Atentie: Folosește Legacy API Key, nu Token API', 'oauth_taken' => 'The account is already registered', 'emailed_payment' => 'Successfully emailed payment', 'email_payment' => 'Email Payment', - 'sent' => 'trimis', + 'sent' => 'Sent', 'invoiceplane_import' => 'Use :link to migrate your data from InvoicePlane.', 'duplicate_expense_warning' => 'Warning: This :link may be a duplicate', 'expense_link' => 'expense', @@ -2368,7 +2372,7 @@ Atentie: Folosește Legacy API Key, nu Token API', 'currency_saudi_riyal' => 'Saudi Riyal', 'currency_japanese_yen' => 'Japanese Yen', 'currency_maldivian_rufiyaa' => 'Maldivian Rufiyaa', - 'currency_costa_rican_colón' => 'Costa Rican Colón', + 'currency_costa_rican_colon' => 'Costa Rican Colón', 'currency_pakistani_rupee' => 'Pakistani Rupee', 'currency_polish_zloty' => 'Polish Zloty', 'currency_sri_lankan_rupee' => 'Sri Lankan Rupee', @@ -2384,11 +2388,12 @@ Atentie: Folosește Legacy API Key, nu Token API', 'currency_taiwan_new_dollar' => 'Taiwan New Dollar', 'currency_dominican_peso' => 'Dominican Peso', 'currency_chilean_peso' => 'Chilean Peso', - 'currency_icelandic_króna' => 'Icelandic Króna', + 'currency_icelandic_krona' => 'Icelandic Króna', 'currency_papua_new_guinean_kina' => 'Papua New Guinean Kina', 'currency_jordanian_dinar' => 'Jordanian Dinar', 'currency_myanmar_kyat' => 'Myanmar Kyat', 'currency_peruvian_sol' => 'Peruvian Sol', + 'review_app_help' => 'We hope you\'re enjoying using the app.
If you\'d consider writing a review we\'d greatly appreciate it!', 'use_english_version' => 'Make sure to use the English version of the files.
We use the column headers to match the fields.', 'tax1' => 'First Tax', @@ -2402,6 +2407,46 @@ Atentie: Folosește Legacy API Key, nu Token API', 'contact_custom1' => 'Contact First Custom', 'contact_custom2' => 'Contact Second Custom', 'currency' => 'Currency', + 'ofx_help' => 'In most cases the default values should work, if you\'re unable to connect it may help to adjust the settings.', + + 'item_product' => 'Item Product', + 'item_notes' => 'Item Notes', + 'item_cost' => 'Item Cost', + 'item_quantity' => 'Item Quantity', + 'item_tax_rate' => 'Item Tax Rate', + 'item_tax_name' => 'Item Tax Name', + 'item_tax1' => 'Item Tax1', + 'item_tax2' => 'Item Tax2', + + 'delete_company' => 'Delete Company', + 'delete_company_help' => 'Permanently delete the company along with all data and setting.', + 'delete_company_message' => 'Warning: This will permanently delete your company, there is no undo.', + + 'applied_discount' => 'The coupon has been applied, the plan price has been reduced by :discount%.', + 'applied_free_year' => 'The coupon has been applied, your account has been upgraded to pro for one year.', + + 'contact_us_help' => 'If you\'re reporting an error please include any relevant logs from storage/logs/laravel-error.log', + 'include_errors' => 'Include Errors', + 'include_errors_help' => 'Include :link from storage/logs/laravel-error.log', + 'recent_errors' => 'recent errors', + 'add_item' => 'Add Item', + 'customer' => 'Customer', + 'customers' => 'Customers', + 'created_customer' => 'Successfully created customer', + 'created_customers' => 'Successfully created :count customers', + + 'purge_details' => 'The data in your company (:account) has been successfully purged.', + 'deleted_company' => 'Successfully canceled account', + 'deleted_account' => 'Successfully deleted company', + 'deleted_company_details' => 'Your company (:account) has been successfully deleted.', + 'deleted_account_details' => 'Your account (:account) has been successfully deleted.', + + 'alipay' => 'Alipay', + 'sofort' => 'Sofort', + 'enable_alipay' => 'Accept Alipay', + 'enable_sofort' => 'Accept EU bank transfers', + 'stripe_alipay_help' => 'These gateways also need to be activated in :link.', + 'gocardless_webhook_help_link_text' => 'add this URL as an endpoint in GoCardless', ); diff --git a/resources/lang/sl/texts.php b/resources/lang/sl/texts.php index e0b32219e539..084c2900fb70 100644 --- a/resources/lang/sl/texts.php +++ b/resources/lang/sl/texts.php @@ -238,7 +238,7 @@ $LANG = array( 'confirmation_subject' => 'Potrditev Invoice Ninja Računa', 'confirmation_header' => 'Potrditev Računa', 'confirmation_message' => 'Prosim da za potrditev računa obiščete povezavo ', - 'invoice_subject' => 'Nov Račun :invoice za :account', + 'invoice_subject' => 'New invoice :number from :account', 'invoice_message' => 'Za ogled vašega računa v znesku :amount, kliknite povezavo spodaj.', 'payment_subject' => 'Plačilo prejeto', 'payment_message' => 'Hvala za vaše plačilo v znesku: :amount.', @@ -335,7 +335,7 @@ Ne morete najti računa? Potrebujete dodatno pomoč? Z veseljem bomo pomagali. P 'deleted_quote' => 'Ponudba uspešno odstranjena', 'deleted_quotes' => 'Število uspešno odstranjenih ponudb: :count', 'converted_to_invoice' => 'Ponudba uspešno pretvorjena v račun', - 'quote_subject' => 'Nova ponudba', + 'quote_subject' => 'New quote :number from :account', 'quote_message' => 'Za ogled ponudbe v vrednosti :amount, klikni na link spodaj.', 'quote_link_message' => 'Za ogled strankine ponudbe, klikni na link spodaj:', 'notification_quote_sent_subject' => 'Ponudba :invoice je bila poslana stranki:', @@ -393,7 +393,7 @@ Ne morete najti računa? Potrebujete dodatno pomoč? Z veseljem bomo pomagali. P 'more_designs_self_host_text' => '', 'buy' => 'Nakup', 'bought_designs' => 'Dodaten usnutek računa uspešno dodan', - 'sent' => 'poslano', + 'sent' => 'Sent', 'vat_number' => 'Davčna št.', 'timesheets' => 'Časovni listi', 'payment_title' => 'Vnesite vaše podatke za izstavitev računa in kreditne kartice', @@ -437,7 +437,7 @@ Ne morete najti računa? Potrebujete dodatno pomoč? Z veseljem bomo pomagali. P 'reset_all' => 'Ponastavi Vse', 'approve' => 'Potrdi', 'token_billing_type_id' => 'Plačila žetonov', - 'token_billing_help' => 'Shrani podrobnosti o plačilnih z WePay, Stripe or Braintree.', + 'token_billing_help' => 'Store payment details with WePay, Stripe, Braintree or GoCardless.', 'token_billing_1' => 'Onemogočeno', 'token_billing_2' => 'Opt-in - polje je prikazano, vendar ne izbrano', 'token_billing_3' => 'Opt-out - polje je prikazano in izbrano', @@ -669,6 +669,8 @@ Prijava v račun', 'status_viewed' => 'Ogledano', 'status_partial' => 'Delno plačano', 'status_paid' => 'Plačano', + 'status_unpaid' => 'Unpaid', + 'status_all' => 'All', 'show_line_item_tax' => 'Prikaži davke v vrstici', 'iframe_url' => 'Spletna stran', 'iframe_url_help1' => 'Kopiraj kodo na vašo spletno stran.', @@ -831,7 +833,7 @@ Prijava v račun', 'disabled' => 'Onemogočeno', 'show_archived_users' => 'Prikaži arhivirane uporabnike', 'notes' => 'Opis', - 'invoice_will_create' => 'Stranka bo ustvarjena', + 'invoice_will_create' => 'invoice will be created', 'invoices_will_create' => 'Računi bodo ustvarjeni', 'failed_to_import' => 'Zapisov ni bilo mogoče uvoziti, bodisi že obstajajo ali pa manjkajo zahtevana polja.', 'publishable_key' => 'Ključ za objavo', @@ -1012,7 +1014,7 @@ Prijava v račun', 'pro_plan_remove_logo' => ':link za odstranitev logotipa Invoice Ninja z vstopom v Pro Plan', 'pro_plan_remove_logo_link' => 'Klikni tu', - 'invitation_status_sent' => 'Poslano', + 'invitation_status_sent' => 'sent', 'invitation_status_opened' => 'Odprto', 'invitation_status_viewed' => 'Ogledano', 'email_error_inactive_client' => 'E-pošte se ne more pošiljati neaktivnim strankam', @@ -1174,7 +1176,7 @@ Velikost strani', 'list_vendors' => 'Seznam Prodajalcev', 'add_users_not_supported' => 'Za dodtne uporabnike v vašem računu nadgradi na podjetniški načrt', 'enterprise_plan_features' => 'Podjetniški načrt omogoča več uporabnikov in priponk. :link za ogled celotnega seznama funkcij.', - 'return_to_app' => 'Vrni se na aplikacijo', + 'return_to_app' => 'Return To App', // Payment updates @@ -1211,8 +1213,8 @@ Velikost strani', 'payment_type_stripe' => 'Stripe', 'ach' => 'ACH', - 'enable_ach' => 'Omogoči ACH', - 'stripe_ach_help' => 'ACH podpora mora biti omogočena pri Stripe.', + 'enable_ach' => 'Accept US bank transfers', + 'stripe_ach_help' => 'ACH support must also be enabled in :link.', 'ach_disabled' => 'Za neposredno bremenitev je nastavljen drug prehod.', 'plaid' => 'Plaid', @@ -1409,6 +1411,8 @@ Ko imate zneske, se vrnite na to stran plačilnega sredstva in kliknite na "Comp 'payment_type_Switch' => 'Switch', 'payment_type_iZettle' => 'iZettle', 'payment_type_Swish' => 'Swish', + 'payment_type_Alipay' => 'Alipay', + 'payment_type_Sofort' => 'Sofort', // Industries 'industry_Accounting & Legal' => 'Računovodstvo in Pravosodje', @@ -2009,7 +2013,7 @@ Nekaj ​​je šlo narobe', 'toggle_menu' => 'Preklop menija', 'new_...' => 'Novo ...', 'list_...' => 'Seznam ...', - 'created_at' => 'Ustvarjeno', + 'created_at' => 'Date Created', 'contact_us' => 'Kontakt', 'support_forum' => 'Forum za podporo', 'user_guide' => 'Navodila', @@ -2184,7 +2188,7 @@ Nekaj ​​je šlo narobe', 'created_new_company' => 'Novo podjetje uspešno ustvarjeno', 'fees_disabled_for_gateway' => 'Za ta prehod so provizije onemogočene.', 'logout_and_delete' => 'Odjava/Odstani Račun', - 'tax_rate_type_help' => 'Vključeni davki prilagodijo cene vrstičnih postavk, ko so izbrani.', + 'tax_rate_type_help' => 'Inclusive tax rates adjust the line item cost when selected.
Only exclusive tax rates can be used as a default.', 'invoice_footer_help' => 'Za prikaz informacij strani uporabi $pageNumber in $pageCount.', 'credit_note' => 'Dobropis', 'credit_issued_to' => 'Dobropis izdan za', @@ -2196,9 +2200,9 @@ Nekaj ​​je šlo narobe', 'error_incorrect_gateway_ids' => 'Napaka: Tabela prehoda ima napačne IDs.', 'purge_data' => 'Izprazni podatke', 'delete_data' => 'Izbriši Podatke', - 'purge_data_help' => 'Trajno izbri vse podatke v računu. Obdrži račun in nastavitve.', + 'purge_data_help' => 'Permanently delete all data but keep the account and settings.', 'cancel_account_help' => 'Trajno izbri vse podatke v računu, skupaj z računom in nastavitvami.', - 'purge_successful' => 'Podatke so bili uspešno izpraznjeni', + 'purge_successful' => 'Successfully purged company data', 'forbidden' => 'Prepovedano', 'purge_data_message' => 'Opozorilo: Vaši podatki bodo trajno zbrisani. Razveljavitev kasneje ni mogoča.', 'contact_phone' => 'Kontaktni Telefon', @@ -2241,7 +2245,7 @@ Nekaj ​​je šlo narobe', 'oauth_taken' => 'Račun je že registriran', 'emailed_payment' => 'Successfully emailed payment', 'email_payment' => 'Email Payment', - 'sent' => 'poslano', + 'sent' => 'Sent', 'invoiceplane_import' => 'Use :link to migrate your data from InvoicePlane.', 'duplicate_expense_warning' => 'Warning: This :link may be a duplicate', 'expense_link' => 'expense', @@ -2371,7 +2375,7 @@ Nekaj ​​je šlo narobe', 'currency_saudi_riyal' => 'Saudi Riyal', 'currency_japanese_yen' => 'Japanese Yen', 'currency_maldivian_rufiyaa' => 'Maldivian Rufiyaa', - 'currency_costa_rican_colón' => 'Costa Rican Colón', + 'currency_costa_rican_colon' => 'Costa Rican Colón', 'currency_pakistani_rupee' => 'Pakistani Rupee', 'currency_polish_zloty' => 'Polish Zloty', 'currency_sri_lankan_rupee' => 'Sri Lankan Rupee', @@ -2387,11 +2391,12 @@ Nekaj ​​je šlo narobe', 'currency_taiwan_new_dollar' => 'Taiwan New Dollar', 'currency_dominican_peso' => 'Dominican Peso', 'currency_chilean_peso' => 'Chilean Peso', - 'currency_icelandic_króna' => 'Icelandic Króna', + 'currency_icelandic_krona' => 'Icelandic Króna', 'currency_papua_new_guinean_kina' => 'Papua New Guinean Kina', 'currency_jordanian_dinar' => 'Jordanian Dinar', 'currency_myanmar_kyat' => 'Myanmar Kyat', 'currency_peruvian_sol' => 'Peruvian Sol', + 'review_app_help' => 'We hope you\'re enjoying using the app.
If you\'d consider writing a review we\'d greatly appreciate it!', 'use_english_version' => 'Make sure to use the English version of the files.
We use the column headers to match the fields.', 'tax1' => 'First Tax', @@ -2405,6 +2410,46 @@ Nekaj ​​je šlo narobe', 'contact_custom1' => 'Contact First Custom', 'contact_custom2' => 'Contact Second Custom', 'currency' => 'Currency', + 'ofx_help' => 'In most cases the default values should work, if you\'re unable to connect it may help to adjust the settings.', + + 'item_product' => 'Item Product', + 'item_notes' => 'Item Notes', + 'item_cost' => 'Item Cost', + 'item_quantity' => 'Item Quantity', + 'item_tax_rate' => 'Item Tax Rate', + 'item_tax_name' => 'Item Tax Name', + 'item_tax1' => 'Item Tax1', + 'item_tax2' => 'Item Tax2', + + 'delete_company' => 'Delete Company', + 'delete_company_help' => 'Permanently delete the company along with all data and setting.', + 'delete_company_message' => 'Warning: This will permanently delete your company, there is no undo.', + + 'applied_discount' => 'The coupon has been applied, the plan price has been reduced by :discount%.', + 'applied_free_year' => 'The coupon has been applied, your account has been upgraded to pro for one year.', + + 'contact_us_help' => 'If you\'re reporting an error please include any relevant logs from storage/logs/laravel-error.log', + 'include_errors' => 'Include Errors', + 'include_errors_help' => 'Include :link from storage/logs/laravel-error.log', + 'recent_errors' => 'recent errors', + 'add_item' => 'Add Item', + 'customer' => 'Customer', + 'customers' => 'Customers', + 'created_customer' => 'Successfully created customer', + 'created_customers' => 'Successfully created :count customers', + + 'purge_details' => 'The data in your company (:account) has been successfully purged.', + 'deleted_company' => 'Successfully canceled account', + 'deleted_account' => 'Successfully deleted company', + 'deleted_company_details' => 'Your company (:account) has been successfully deleted.', + 'deleted_account_details' => 'Your account (:account) has been successfully deleted.', + + 'alipay' => 'Alipay', + 'sofort' => 'Sofort', + 'enable_alipay' => 'Accept Alipay', + 'enable_sofort' => 'Accept EU bank transfers', + 'stripe_alipay_help' => 'These gateways also need to be activated in :link.', + 'gocardless_webhook_help_link_text' => 'add this URL as an endpoint in GoCardless', ); diff --git a/resources/lang/sq/texts.php b/resources/lang/sq/texts.php index 88d9bf0b28f0..55a547f22ee9 100755 --- a/resources/lang/sq/texts.php +++ b/resources/lang/sq/texts.php @@ -238,7 +238,7 @@ $LANG = array( 'confirmation_subject' => 'Konfirmimi i llogarisë për faturim', 'confirmation_header' => 'Konfirmimi i llogarisë', 'confirmation_message' => 'Ju lutem klikoni linkun më poshtë që të konfirmoni llogarinë tuaj', - 'invoice_subject' => 'Faturë e re :invoice nga :account', + 'invoice_subject' => 'New invoice :number from :account', 'invoice_message' => 'Për të shikuar faturën tuaj për :amount, klikoni linkun më poshtë', 'payment_subject' => 'Pagesa është pranuar', 'payment_message' => 'Ju faleminderit për pagesën prej :amount', @@ -334,7 +334,7 @@ $LANG = array( 'deleted_quote' => 'Oferta është fshirë me sukses', 'deleted_quotes' => ':count oferta janë fshirë me sukses', 'converted_to_invoice' => 'Oferta është konvertua rme sukses në Faturë', - 'quote_subject' => 'New quote :quote from :account', + 'quote_subject' => 'New quote :number from :account', 'quote_message' => 'Për të shikuar ofertën për :amount, klikoni linkun më poshtë.', 'quote_link_message' => 'Për të shikuar ofertat për klientin tuaj klikoni linkun më poshtë:', 'notification_quote_sent_subject' => 'Oferta :invoice i është dërguar :client', @@ -392,7 +392,7 @@ $LANG = array( 'more_designs_self_host_text' => '', 'buy' => 'Blej', 'bought_designs' => 'Janë shtuar me sukses dizajne tjera të faturave', - 'sent' => 'dërguar', + 'sent' => 'Sent', 'vat_number' => 'Numri i TVSH', 'timesheets' => 'Oraret', 'payment_title' => 'Vendosni Adresën tuaj të faturimit dhe informacionet e Kredit Kartës', @@ -436,7 +436,7 @@ $LANG = array( 'reset_all' => 'Reseto të gjitha', 'approve' => 'Aprovo', 'token_billing_type_id' => 'Faturimi me Token', - 'token_billing_help' => 'Store payment details with WePay, Stripe or Braintree.', + 'token_billing_help' => 'Store payment details with WePay, Stripe, Braintree or GoCardless.', 'token_billing_1' => 'E ç\'aktivizuar', 'token_billing_2' => 'Kutia e hyrjes është shfaqur por nuk është zgjedhur', 'token_billing_3' => 'Kutia e daljes është shfaqur por nuk është zgjedhur', @@ -667,6 +667,8 @@ $LANG = array( 'status_viewed' => 'Shikuar', 'status_partial' => 'Pjesërisht', 'status_paid' => 'Paguar', + 'status_unpaid' => 'Unpaid', + 'status_all' => 'All', 'show_line_item_tax' => 'Shfaq line item taxes inline', 'iframe_url' => 'Webfaqja', 'iframe_url_help1' => 'Kopjoni këtë kod në një faqe në webfaqen tuaj.', @@ -829,7 +831,7 @@ $LANG = array( 'disabled' => 'E ç\'aktivizuar', 'show_archived_users' => 'Shfaq përdoruesit e arkivuar', 'notes' => 'Shënime', - 'invoice_will_create' => 'klienti od të krijohet', + 'invoice_will_create' => 'invoice will be created', 'invoices_will_create' => 'Faturat do të krijohen', 'failed_to_import' => 'Të dhënat në vazhdim nuk kanë mundur të importohen, ato ose tashmë ekzistojnë ose ju mungojnë fushat e kërkuara.', 'publishable_key' => 'Çelësi i publikueshëm', @@ -1010,7 +1012,7 @@ $LANG = array( 'pro_plan_remove_logo' => ':link për të larguar Invoice Ninja logo duke iu bashkangjitur Pro Planit', 'pro_plan_remove_logo_link' => 'Kliko këtu', - 'invitation_status_sent' => 'Sent', + 'invitation_status_sent' => 'sent', 'invitation_status_opened' => 'Openend', 'invitation_status_viewed' => 'Viewed', 'email_error_inactive_client' => 'Emailat nuk mund t\'i dërgohen klientëve joaktiv', @@ -1172,7 +1174,7 @@ Fushat e njësive në faturë', 'list_vendors' => 'Listo kompanitë', 'add_users_not_supported' => 'Kaloni në planin Enterprise për të shtuar përdorues shtesë në llogarinë tuaj.', 'enterprise_plan_features' => 'Plani Enterprise shton përkrahje për shumë përdorues dhe bashkangjithjen e fajllave, :link për të parë listën e të gjitha veçorive.', - 'return_to_app' => 'Kthehu në aplikacion', + 'return_to_app' => 'Return To App', // Payment updates @@ -1209,8 +1211,8 @@ Fushat e njësive në faturë', 'payment_type_stripe' => 'Stripe', 'ach' => 'ACH', - 'enable_ach' => 'Aktivizo ACH', - 'stripe_ach_help' => 'Përkrahja ACH duhet të aktivizohet tek Stripe.', + 'enable_ach' => 'Accept US bank transfers', + 'stripe_ach_help' => 'ACH support must also be enabled in :link.', 'ach_disabled' => 'Një tjetër kanal pagese tashmë është konfiguruar për direkt debit.', 'plaid' => 'Plaid', @@ -1406,6 +1408,8 @@ Pasi të keni pranuar shumat, kthehuni në faqen e metodave të pagesës dhe kli 'payment_type_Switch' => 'Kalo', 'payment_type_iZettle' => 'iZettle', 'payment_type_Swish' => 'Swish', + 'payment_type_Alipay' => 'Alipay', + 'payment_type_Sofort' => 'Sofort', // Industries 'industry_Accounting & Legal' => 'Kontabilitet & Ligjore', @@ -2003,7 +2007,7 @@ Pasi të keni pranuar shumat, kthehuni në faqen e metodave të pagesës dhe kli 'toggle_menu' => 'Toggle Menu', 'new_...' => 'New ...', 'list_...' => 'List ...', - 'created_at' => 'Created', + 'created_at' => 'Date Created', 'contact_us' => 'Contact Us', 'support_forum' => 'Support Forum', 'user_guide' => 'User Guide', @@ -2177,7 +2181,7 @@ Pasi të keni pranuar shumat, kthehuni në faqen e metodave të pagesës dhe kli 'created_new_company' => 'Successfully created new company', 'fees_disabled_for_gateway' => 'Fees are disabled for this gateway.', 'logout_and_delete' => 'Log Out/Delete Account', - 'tax_rate_type_help' => 'Inclusive taxes adjust the line item cost when selected.', + 'tax_rate_type_help' => 'Inclusive tax rates adjust the line item cost when selected.
Only exclusive tax rates can be used as a default.', 'invoice_footer_help' => 'Use $pageNumber and $pageCount to display the page information.', 'credit_note' => 'Credit Note', 'credit_issued_to' => 'Credit issued to', @@ -2189,9 +2193,9 @@ Pasi të keni pranuar shumat, kthehuni në faqen e metodave të pagesës dhe kli 'error_incorrect_gateway_ids' => 'Error: The gateways table has incorrect ids.', 'purge_data' => 'Purge Data', 'delete_data' => 'Delete Data', - 'purge_data_help' => 'Permanently delete all data in the account, keeping the account and settings.', + 'purge_data_help' => 'Permanently delete all data but keep the account and settings.', 'cancel_account_help' => 'Permanently delete the account along with all data and setting.', - 'purge_successful' => 'Successfully purged account data', + 'purge_successful' => 'Successfully purged company data', 'forbidden' => 'Forbidden', 'purge_data_message' => 'Warning: This will permanently erase your data, there is no undo.', 'contact_phone' => 'Contact Phone', @@ -2234,7 +2238,7 @@ Pasi të keni pranuar shumat, kthehuni në faqen e metodave të pagesës dhe kli 'oauth_taken' => 'The account is already registered', 'emailed_payment' => 'Successfully emailed payment', 'email_payment' => 'Email Payment', - 'sent' => 'dërguar', + 'sent' => 'Sent', 'invoiceplane_import' => 'Use :link to migrate your data from InvoicePlane.', 'duplicate_expense_warning' => 'Warning: This :link may be a duplicate', 'expense_link' => 'expense', @@ -2364,7 +2368,7 @@ Pasi të keni pranuar shumat, kthehuni në faqen e metodave të pagesës dhe kli 'currency_saudi_riyal' => 'Saudi Riyal', 'currency_japanese_yen' => 'Japanese Yen', 'currency_maldivian_rufiyaa' => 'Maldivian Rufiyaa', - 'currency_costa_rican_colón' => 'Costa Rican Colón', + 'currency_costa_rican_colon' => 'Costa Rican Colón', 'currency_pakistani_rupee' => 'Pakistani Rupee', 'currency_polish_zloty' => 'Polish Zloty', 'currency_sri_lankan_rupee' => 'Sri Lankan Rupee', @@ -2380,11 +2384,12 @@ Pasi të keni pranuar shumat, kthehuni në faqen e metodave të pagesës dhe kli 'currency_taiwan_new_dollar' => 'Taiwan New Dollar', 'currency_dominican_peso' => 'Dominican Peso', 'currency_chilean_peso' => 'Chilean Peso', - 'currency_icelandic_króna' => 'Icelandic Króna', + 'currency_icelandic_krona' => 'Icelandic Króna', 'currency_papua_new_guinean_kina' => 'Papua New Guinean Kina', 'currency_jordanian_dinar' => 'Jordanian Dinar', 'currency_myanmar_kyat' => 'Myanmar Kyat', 'currency_peruvian_sol' => 'Peruvian Sol', + 'review_app_help' => 'We hope you\'re enjoying using the app.
If you\'d consider writing a review we\'d greatly appreciate it!', 'use_english_version' => 'Make sure to use the English version of the files.
We use the column headers to match the fields.', 'tax1' => 'First Tax', @@ -2398,6 +2403,46 @@ Pasi të keni pranuar shumat, kthehuni në faqen e metodave të pagesës dhe kli 'contact_custom1' => 'Contact First Custom', 'contact_custom2' => 'Contact Second Custom', 'currency' => 'Currency', + 'ofx_help' => 'In most cases the default values should work, if you\'re unable to connect it may help to adjust the settings.', + + 'item_product' => 'Item Product', + 'item_notes' => 'Item Notes', + 'item_cost' => 'Item Cost', + 'item_quantity' => 'Item Quantity', + 'item_tax_rate' => 'Item Tax Rate', + 'item_tax_name' => 'Item Tax Name', + 'item_tax1' => 'Item Tax1', + 'item_tax2' => 'Item Tax2', + + 'delete_company' => 'Delete Company', + 'delete_company_help' => 'Permanently delete the company along with all data and setting.', + 'delete_company_message' => 'Warning: This will permanently delete your company, there is no undo.', + + 'applied_discount' => 'The coupon has been applied, the plan price has been reduced by :discount%.', + 'applied_free_year' => 'The coupon has been applied, your account has been upgraded to pro for one year.', + + 'contact_us_help' => 'If you\'re reporting an error please include any relevant logs from storage/logs/laravel-error.log', + 'include_errors' => 'Include Errors', + 'include_errors_help' => 'Include :link from storage/logs/laravel-error.log', + 'recent_errors' => 'recent errors', + 'add_item' => 'Add Item', + 'customer' => 'Customer', + 'customers' => 'Customers', + 'created_customer' => 'Successfully created customer', + 'created_customers' => 'Successfully created :count customers', + + 'purge_details' => 'The data in your company (:account) has been successfully purged.', + 'deleted_company' => 'Successfully canceled account', + 'deleted_account' => 'Successfully deleted company', + 'deleted_company_details' => 'Your company (:account) has been successfully deleted.', + 'deleted_account_details' => 'Your account (:account) has been successfully deleted.', + + 'alipay' => 'Alipay', + 'sofort' => 'Sofort', + 'enable_alipay' => 'Accept Alipay', + 'enable_sofort' => 'Accept EU bank transfers', + 'stripe_alipay_help' => 'These gateways also need to be activated in :link.', + 'gocardless_webhook_help_link_text' => 'add this URL as an endpoint in GoCardless', ); diff --git a/resources/lang/sv/texts.php b/resources/lang/sv/texts.php index 0b2d01a51b19..a6c06f42d2ef 100644 --- a/resources/lang/sv/texts.php +++ b/resources/lang/sv/texts.php @@ -238,7 +238,7 @@ $LANG = array( 'confirmation_subject' => 'Bekräfta ditt Invoice Ninja konto', 'confirmation_header' => 'Bekräfta ditt konto', 'confirmation_message' => 'Vänligen klick på länken nedan för att bekräfta ditt konto.', - 'invoice_subject' => 'Ny faktura :invoice från :account', + 'invoice_subject' => 'New invoice :number from :account', 'invoice_message' => 'Klicka på länken nedan för att visa din faktura på :amount.', 'payment_subject' => 'Betalning mottagen', 'payment_message' => 'Tack för din betalning på :amount.', @@ -336,7 +336,7 @@ $LANG = array( 'deleted_quote' => 'Offert borttagen', 'deleted_quotes' => ':count offerter borttagna', 'converted_to_invoice' => 'Offert konverterad till faktura', - 'quote_subject' => 'Ny offert :quote från :account', + 'quote_subject' => 'New quote :number from :account', 'quote_message' => 'Klicka på länken nedan för att visa din offert på :amount.', 'quote_link_message' => 'Klicka på länken nedan för att visa din offert:', 'notification_quote_sent_subject' => 'Offert :invoice har skickats till :client', @@ -394,7 +394,7 @@ $LANG = array( 'more_designs_self_host_text' => '', 'buy' => 'Köp', 'bought_designs' => 'Fler fakturalayouter tillagda', - 'sent' => 'skickat', + 'sent' => 'Sent', 'vat_number' => 'Momsregistreringsnummer', 'timesheets' => 'Tidrapporter', 'payment_title' => 'Ange din fakturaadress och betalkortsinformation', @@ -438,7 +438,7 @@ $LANG = array( 'reset_all' => 'Återställ allt', 'approve' => 'Godkänn', 'token_billing_type_id' => 'Token fakturering', - 'token_billing_help' => 'Spara betalningsdetaljer med WePay, Stripe och Braintree.', + 'token_billing_help' => 'Store payment details with WePay, Stripe, Braintree or GoCardless.', 'token_billing_1' => 'Avstängd', 'token_billing_2' => 'Opt-in - Checkbox visas men är inte förvald', 'token_billing_3' => 'Opt-out - Checkbox visas och är förvald', @@ -669,6 +669,8 @@ $LANG = array( 'status_viewed' => 'Granskad/Tittad på', 'status_partial' => 'Del', 'status_paid' => 'Betald', + 'status_unpaid' => 'Unpaid', + 'status_all' => 'All', 'show_line_item_tax' => 'Visa Linje produkt moms i kö', 'iframe_url' => 'Webbsida', 'iframe_url_help1' => 'Kopiera följande kod till en sida på din webbplats', @@ -831,7 +833,7 @@ $LANG = array( 'disabled' => 'Avstängd', 'show_archived_users' => 'Visa arkiverade användare', 'notes' => 'Notis', - 'invoice_will_create' => 'kund kommer skapas', + 'invoice_will_create' => 'invoice will be created', 'invoices_will_create' => 'fakturor kommer skapas', 'failed_to_import' => 'Följande fält misslyckades att importeras, antingen finns dom redan eller saknar obligatoriska fält.', 'publishable_key' => 'Publik nyckel', @@ -1012,7 +1014,7 @@ $LANG = array( 'pro_plan_remove_logo' => ':link för att ta bort Invoice Ninja-logotypen genom att uppgradera till Pro nivå', 'pro_plan_remove_logo_link' => 'Klicka här', - 'invitation_status_sent' => 'Skickad', + 'invitation_status_sent' => 'sent', 'invitation_status_opened' => 'Öppnad', 'invitation_status_viewed' => 'Visad', 'email_error_inactive_client' => 'E-post kan inte skickas till inaktiva klienter', @@ -1173,7 +1175,7 @@ $LANG = array( 'list_vendors' => 'Lista leverantörer', 'add_users_not_supported' => 'Uppgradera till Enterprise planen för att lägga till ytterligare användaren på kontot.', 'enterprise_plan_features' => 'Enterprise plan ger support för flera användare och bifogade filer, :link för att se lista av funktioner.', - 'return_to_app' => 'Återgå till app', + 'return_to_app' => 'Return To App', // Payment updates @@ -1210,8 +1212,8 @@ $LANG = array( 'payment_type_stripe' => 'Stripe', 'ach' => 'ACH', - 'enable_ach' => 'Aktivera ACH', - 'stripe_ach_help' => 'ACH support måste vara aktiverat på Stripe.', + 'enable_ach' => 'Accept US bank transfers', + 'stripe_ach_help' => 'ACH support must also be enabled in :link.', 'ach_disabled' => 'En annan gateway är redan konfigurerad för direkt debitering.', 'plaid' => 'Plaid', @@ -1407,6 +1409,8 @@ När ni har pengarna, kom tillbaka till denna betalningsmetods sida och klicka p 'payment_type_Switch' => 'Växla', 'payment_type_iZettle' => 'iZettle', 'payment_type_Swish' => 'Swish', + 'payment_type_Alipay' => 'Alipay', + 'payment_type_Sofort' => 'Sofort', // Industries 'industry_Accounting & Legal' => 'Redovisning & Legala', @@ -2012,7 +2016,7 @@ Den här funktionen kräver att en produkt skapas och en betalningsgateway är k 'toggle_menu' => 'Växla Meny', 'new_...' => 'Ny ...', 'list_...' => 'Lista ...', - 'created_at' => 'Skapad', + 'created_at' => 'Date Created', 'contact_us' => 'Kontakta oss', 'support_forum' => 'Support Forum', 'user_guide' => 'Användarhjälp', @@ -2186,7 +2190,7 @@ Den här funktionen kräver att en produkt skapas och en betalningsgateway är k 'created_new_company' => 'Framgångsrikt skapat nytt företag', 'fees_disabled_for_gateway' => 'Avgifter är inaktiverade för denna gateway.', 'logout_and_delete' => 'Logga ut/Ta bort konto', - 'tax_rate_type_help' => 'Inklusive skatter justerar radkostnader när dom är valda.', + 'tax_rate_type_help' => 'Inclusive tax rates adjust the line item cost when selected.
Only exclusive tax rates can be used as a default.', 'invoice_footer_help' => 'Använd $pageNumber och $pageCount för att visa sidinformation.', 'credit_note' => 'Kreditnota', 'credit_issued_to' => 'Kredit skapat för', @@ -2198,9 +2202,9 @@ Den här funktionen kräver att en produkt skapas och en betalningsgateway är k 'error_incorrect_gateway_ids' => 'Fel: En eller flera gatewaytabeller har fel ids.', 'purge_data' => 'Rensa uppgifter.', 'delete_data' => 'Ta bort uppgifter', - 'purge_data_help' => 'Permanent borttagning av information i kontot, behåll konto och inställningar.', + 'purge_data_help' => 'Permanently delete all data but keep the account and settings.', 'cancel_account_help' => 'Permanent borttagning av konto tillsammans med all information och inställningar.', - 'purge_successful' => 'Framgångsrikt rensat kontouppgifter', + 'purge_successful' => 'Successfully purged company data', 'forbidden' => 'Förbjudet', 'purge_data_message' => 'Varning: Detta kommer permanent ta bort din information, det finns ingen återvända.', 'contact_phone' => 'Kontakt telefon', @@ -2243,7 +2247,7 @@ Den här funktionen kräver att en produkt skapas och en betalningsgateway är k 'oauth_taken' => 'Kontot är redan registerat', 'emailed_payment' => 'Epostade betalningen utan problem', 'email_payment' => 'Eposta betalning', - 'sent' => 'skickat', + 'sent' => 'Sent', 'invoiceplane_import' => 'Använd :link för att migrera din data från InvoicePlane.', 'duplicate_expense_warning' => 'Varning: Denna :link kan vara en dubblett', 'expense_link' => 'utgifter', @@ -2373,7 +2377,7 @@ Den här funktionen kräver att en produkt skapas och en betalningsgateway är k 'currency_saudi_riyal' => 'Saudi Riyal', 'currency_japanese_yen' => 'Japanese Yen', 'currency_maldivian_rufiyaa' => 'Maldivian Rufiyaa', - 'currency_costa_rican_colón' => 'Costa Rican Colón', + 'currency_costa_rican_colon' => 'Costa Rican Colón', 'currency_pakistani_rupee' => 'Pakistani Rupee', 'currency_polish_zloty' => 'Polish Zloty', 'currency_sri_lankan_rupee' => 'Sri Lankan Rupee', @@ -2389,11 +2393,12 @@ Den här funktionen kräver att en produkt skapas och en betalningsgateway är k 'currency_taiwan_new_dollar' => 'Taiwan New Dollar', 'currency_dominican_peso' => 'Dominican Peso', 'currency_chilean_peso' => 'Chilean Peso', - 'currency_icelandic_króna' => 'Icelandic Króna', + 'currency_icelandic_krona' => 'Icelandic Króna', 'currency_papua_new_guinean_kina' => 'Papua New Guinean Kina', 'currency_jordanian_dinar' => 'Jordanian Dinar', 'currency_myanmar_kyat' => 'Myanmar Kyat', 'currency_peruvian_sol' => 'Peruvian Sol', + 'review_app_help' => 'We hope you\'re enjoying using the app.
If you\'d consider writing a review we\'d greatly appreciate it!', 'use_english_version' => 'Säkerställ att du använder Engelska versionen av filerna
Vi använder kolumn headern för att matcha fälten.', 'tax1' => 'First Tax', @@ -2407,6 +2412,46 @@ Den här funktionen kräver att en produkt skapas och en betalningsgateway är k 'contact_custom1' => 'Contact First Custom', 'contact_custom2' => 'Contact Second Custom', 'currency' => 'Currency', + 'ofx_help' => 'In most cases the default values should work, if you\'re unable to connect it may help to adjust the settings.', + + 'item_product' => 'Item Product', + 'item_notes' => 'Item Notes', + 'item_cost' => 'Item Cost', + 'item_quantity' => 'Item Quantity', + 'item_tax_rate' => 'Item Tax Rate', + 'item_tax_name' => 'Item Tax Name', + 'item_tax1' => 'Item Tax1', + 'item_tax2' => 'Item Tax2', + + 'delete_company' => 'Delete Company', + 'delete_company_help' => 'Permanently delete the company along with all data and setting.', + 'delete_company_message' => 'Warning: This will permanently delete your company, there is no undo.', + + 'applied_discount' => 'The coupon has been applied, the plan price has been reduced by :discount%.', + 'applied_free_year' => 'The coupon has been applied, your account has been upgraded to pro for one year.', + + 'contact_us_help' => 'If you\'re reporting an error please include any relevant logs from storage/logs/laravel-error.log', + 'include_errors' => 'Include Errors', + 'include_errors_help' => 'Include :link from storage/logs/laravel-error.log', + 'recent_errors' => 'recent errors', + 'add_item' => 'Add Item', + 'customer' => 'Customer', + 'customers' => 'Customers', + 'created_customer' => 'Successfully created customer', + 'created_customers' => 'Successfully created :count customers', + + 'purge_details' => 'The data in your company (:account) has been successfully purged.', + 'deleted_company' => 'Successfully canceled account', + 'deleted_account' => 'Successfully deleted company', + 'deleted_company_details' => 'Your company (:account) has been successfully deleted.', + 'deleted_account_details' => 'Your account (:account) has been successfully deleted.', + + 'alipay' => 'Alipay', + 'sofort' => 'Sofort', + 'enable_alipay' => 'Accept Alipay', + 'enable_sofort' => 'Accept EU bank transfers', + 'stripe_alipay_help' => 'These gateways also need to be activated in :link.', + 'gocardless_webhook_help_link_text' => 'add this URL as an endpoint in GoCardless', ); diff --git a/resources/lang/th/texts.php b/resources/lang/th/texts.php index 5235eb208505..80e37076d268 100644 --- a/resources/lang/th/texts.php +++ b/resources/lang/th/texts.php @@ -238,7 +238,7 @@ $LANG = array( 'confirmation_subject' => 'การยืนยันบัญชีของ Ninja Invoice', 'confirmation_header' => 'การยืนยันบัญชี', 'confirmation_message' => 'โปรดเข้าถึงลิงก์ด้านล่างเพื่อยืนยันบัญชีของคุณ', - 'invoice_subject' => 'ใบแจ้งหนี้ใหม่ :invoice จาก: account', + 'invoice_subject' => 'New invoice :number from :account', 'invoice_message' => 'หากต้องการดูใบแจ้งหนี้ของคุณสำหรับ :amount, คลิกที่ลิงก์ด้านล่าง', 'payment_subject' => 'การชำระเงินที่ได้รับ', 'payment_message' => 'ขอขอบคุณสำหรับการชำระเงิน: จำนวนเงิน', @@ -337,7 +337,7 @@ $LANG = array( 'deleted_quote' => 'ลบใบเสนอราคาเรียบร้อย', 'deleted_quotes' => 'ลบเรียบร้อย :count ใบเสนอราคา', 'converted_to_invoice' => 'แปลงใบเสนอราคาเป็นใบแจ้งหนี้เรียบร้อย', - 'quote_subject' => 'ใบเสนอราคาใหม่ :quote จาก :account', + 'quote_subject' => 'New quote :number from :account', 'quote_message' => 'ดูใบเสนอราคา :amount, คลิกที่ลิงค์ด้านล่าง', 'quote_link_message' => 'หากต้องการดูใบเสนอราคาของลูกค้าคลิกที่ลิงก์ด้านล่าง:', 'notification_quote_sent_subject' => 'ใบเสนอราคา :invoice ถูกส่งไปยัง :client', @@ -395,7 +395,7 @@ $LANG = array( 'more_designs_self_host_text' => '', 'buy' => 'ซื้อ', 'bought_designs' => 'เพิ่มการออกแบบใบแจ้งหนี้เพิ่มเติมแล้ว', - 'sent' => 'ส่ง', + 'sent' => 'Sent', 'vat_number' => 'หมายเลขภาษี', 'timesheets' => ' การบันทึกการทำงานประจำวัน', 'payment_title' => 'ป้อนข้อมูลการเรียกเก็บเงินและข้อมูลบัตรเครดิตของคุณ', @@ -439,7 +439,7 @@ $LANG = array( 'reset_all' => 'เริ่มต้นการตั้งค่าใหม่ทั้งหมด', 'approve' => 'อนุมัติ', 'token_billing_type_id' => 'Token Billing', - 'token_billing_help' => 'เก็บรายละเอียดการชำระเงินด้วย WePay, Stripe หรือ Braintree', + 'token_billing_help' => 'Store payment details with WePay, Stripe, Braintree or GoCardless.', 'token_billing_1' => 'ปิดการใช้', 'token_billing_2' => 'Opt-in ช่องทำเครื่องหมายจะปรากฏ แต่ไม่ได้เลือกไว้', 'token_billing_3' => 'Opt-out - ช่องทำเครื่องหมายจะปรากฏและสามารถเลือกได้', @@ -670,6 +670,8 @@ $LANG = array( 'status_viewed' => 'มีผู้เข้าชม', 'status_partial' => 'บางส่วน', 'status_paid' => 'จ่ายเงิน', + 'status_unpaid' => 'Unpaid', + 'status_all' => 'All', 'show_line_item_tax' => 'แสดง ภาษีสินค้า', 'iframe_url' => 'Website', 'iframe_url_help1' => 'คัดลอกโค้ดต่อไปนี้ไปยังหน้าเว็บในไซต์ของคุณ', @@ -833,7 +835,7 @@ $LANG = array( 'disabled' => 'ปิดการใช้', 'show_archived_users' => 'แสดงเอกสารที่บันทึกไว้ของลูกค้า', 'notes' => 'บันทึก', - 'invoice_will_create' => 'ลูกค้ากำลังถูกสร้างขึ้น', + 'invoice_will_create' => 'invoice will be created', 'invoices_will_create' => 'ใบแจ้งหนี้ถูกสร้าง', 'failed_to_import' => 'ไม่สามารถนำเข้าระเบียนต่อไปนี้ได้ อาจจะมีอยู่แล้วหรือหายไปในฟิลด์ที่จำเป็น', 'publishable_key' => 'Publishable Key', @@ -1015,7 +1017,7 @@ $LANG = array( 'pro_plan_remove_logo' => ':link ลบโลโก้ Invoice Ninja โดยการเข้าร่วม Pro Plan', 'pro_plan_remove_logo_link' => 'คลิกที่นี่', - 'invitation_status_sent' => 'ส่ง', + 'invitation_status_sent' => 'sent', 'invitation_status_opened' => 'ได้เปิดแล้ว', 'invitation_status_viewed' => 'มุมมอง', 'email_error_inactive_client' => 'อีเมลไม่สามารถส่งไปยังลูกค้าที่ไม่ได้ใช้งานได้', @@ -1176,7 +1178,7 @@ $LANG = array( 'list_vendors' => 'รายชื่อผู้ขาย', 'add_users_not_supported' => 'อัปเกรดเป็นแผน Enterprise เพื่อเพิ่มผู้ใช้เพิ่มเติมในบัญชีของคุณ', 'enterprise_plan_features' => 'แผน Enterprise เพิ่มการสนับสนุนสำหรับผู้ใช้หลายคนและไฟล์แนบ :link เพื่อดูรายการคุณสมบัติทั้งหมด', - 'return_to_app' => 'กลับไปยังโปรแกรม', + 'return_to_app' => 'Return To App', // Payment updates @@ -1213,8 +1215,8 @@ $LANG = array( 'payment_type_stripe' => 'Stripe', 'ach' => 'ACH', - 'enable_ach' => 'เปิดใช้ ACH', - 'stripe_ach_help' => 'การสนับสนุน ACH ต้องมีการเปิดใช้งานที่ Stripe', + 'enable_ach' => 'Accept US bank transfers', + 'stripe_ach_help' => 'ACH support must also be enabled in :link.', 'ach_disabled' => 'มีการกำหนดค่าเกตเวย์อื่นสำหรับการตัดบัญชีโดยตรงแล้ว', 'plaid' => 'Plaid', @@ -1410,6 +1412,8 @@ $LANG = array( 'payment_type_Switch' => 'Switch', 'payment_type_iZettle' => 'iZettle', 'payment_type_Swish' => 'Swish', + 'payment_type_Alipay' => 'Alipay', + 'payment_type_Sofort' => 'Sofort', // Industries 'industry_Accounting & Legal' => 'การบัญชีและกฎหมาย', @@ -2007,7 +2011,7 @@ $LANG = array( 'toggle_menu' => 'สลับเมนู', 'new_...' => 'ใหม่...', 'list_...' => 'รายละเอียด ...', - 'created_at' => 'สร้างแล้ว', + 'created_at' => 'Date Created', 'contact_us' => 'ติดต่อเรา', 'support_forum' => 'ฟอรัมสนับสนุน', 'user_guide' => 'คู่มือผู้ใช้', @@ -2181,7 +2185,7 @@ $LANG = array( 'created_new_company' => 'สร้างบริษัทใหม่เรียบร้อยแล้ว', 'fees_disabled_for_gateway' => 'ค่าธรรมเนียมถูกปิดใช้งานสำหรับเกตเวย์นี้.', 'logout_and_delete' => 'ออกจากระบบ / ลบบัญชี', - 'tax_rate_type_help' => 'ภาษีแบบรวมจะปรับค่าใช้จ่ายของรายการเมื่อเลือก', + 'tax_rate_type_help' => 'Inclusive tax rates adjust the line item cost when selected.
Only exclusive tax rates can be used as a default.', 'invoice_footer_help' => 'ใช้ $pageNumber และ $pageCount เพื่อแสดงข้อมูล', 'credit_note' => 'ใบลดหนี้', 'credit_issued_to' => 'เครดิตที่ออกให้', @@ -2193,9 +2197,9 @@ $LANG = array( 'error_incorrect_gateway_ids' => 'ข้อผิดพลาด: ตารางเกตเวย์มีรหัสไม่ถูกต้อง', 'purge_data' => 'ล้างข้อมูล', 'delete_data' => 'ลบข้อมูล', - 'purge_data_help' => 'ลบข้อมูลทั้งหมดในบัญชีโดยถาวร เก็บรักษาบัญชีและการตั้งค่า', + 'purge_data_help' => 'Permanently delete all data but keep the account and settings.', 'cancel_account_help' => 'ลบบัญชีทั้งหมดพร้อมกับข้อมูลและการตั้งค่าทั้งหมด', - 'purge_successful' => 'ล้างข้อมูลบัญชีเรียบร้อยแล้ว', + 'purge_successful' => 'Successfully purged company data', 'forbidden' => 'หวงห้าม', 'purge_data_message' => 'คำเตือน: การดำเนินการนี้จะลบข้อมูลของคุณอย่างถาวรและไม่สามารถนำคืนกลับมาได้', 'contact_phone' => 'โทรศัพท์ติดต่อ', @@ -2238,7 +2242,7 @@ $LANG = array( 'oauth_taken' => 'มีการลงทะเบียนบัญชีแล้ว', 'emailed_payment' => 'ส่งอีเมลเรียบร้อยแล้ว', 'email_payment' => 'การชำระเงินทางอีเมล', - 'sent' => 'ส่ง', + 'sent' => 'Sent', 'invoiceplane_import' => 'ใช้ :link เพื่อย้ายข้อมูลของคุณจาก InvoicePlane', 'duplicate_expense_warning' => 'คำเตือน: :link นี้อาจซ้ำซ้อน', 'expense_link' => 'ค่าใช้จ่าย', @@ -2368,7 +2372,7 @@ $LANG = array( 'currency_saudi_riyal' => 'ซาอุ รียัล', 'currency_japanese_yen' => 'ญี่ปุ่น เยน', 'currency_maldivian_rufiyaa' => 'มัลดีฟ รูฟียา', - 'currency_costa_rican_colón' => 'คอสตาริการ์ โคลอน', + 'currency_costa_rican_colon' => 'Costa Rican Colón', 'currency_pakistani_rupee' => 'ปากีสถาน รูปี', 'currency_polish_zloty' => 'โปแลนด์ สลอตตี้', 'currency_sri_lankan_rupee' => 'ศรีลังกา รูปี', @@ -2384,11 +2388,12 @@ $LANG = array( 'currency_taiwan_new_dollar' => 'ไต้หวัน ดอลลาร์ใหม่ไต้หวัน', 'currency_dominican_peso' => 'โดมินิกัน เปโซโดมินิกัน', 'currency_chilean_peso' => 'ชิลี เปโซชิลี', - 'currency_icelandic_króna' => 'ไอร์แลนด์ โครน่า', + 'currency_icelandic_krona' => 'Icelandic Króna', 'currency_papua_new_guinean_kina' => 'ปาปัวนิวกีนี กีนา', 'currency_jordanian_dinar' => 'จอร์แดน ดีนาร์จอร์แดน', 'currency_myanmar_kyat' => 'พม่า จัตพม่า', 'currency_peruvian_sol' => 'เปรู นูโวซอล', + 'review_app_help' => 'We hope you\'re enjoying using the app.
If you\'d consider writing a review we\'d greatly appreciate it!', 'use_english_version' => 'คุณแน่ใจว่าใช้ไฟล์นี้ด้วยภาษาอังกฤษ.
เราใช้คอลัมนี้เพื่อให้ตรงกับช่องที่กำหนด', 'tax1' => 'ภาษีส่วนที่หนึ่ง', @@ -2402,6 +2407,46 @@ $LANG = array( 'contact_custom1' => 'ติดต่อกำหนดเองแบบที่หนึ่ง', 'contact_custom2' => 'ติดต่อกำหนดเองแบบที่สอง', 'currency' => 'สกุลเงิน', + 'ofx_help' => 'In most cases the default values should work, if you\'re unable to connect it may help to adjust the settings.', + + 'item_product' => 'Item Product', + 'item_notes' => 'Item Notes', + 'item_cost' => 'Item Cost', + 'item_quantity' => 'Item Quantity', + 'item_tax_rate' => 'Item Tax Rate', + 'item_tax_name' => 'Item Tax Name', + 'item_tax1' => 'Item Tax1', + 'item_tax2' => 'Item Tax2', + + 'delete_company' => 'Delete Company', + 'delete_company_help' => 'Permanently delete the company along with all data and setting.', + 'delete_company_message' => 'Warning: This will permanently delete your company, there is no undo.', + + 'applied_discount' => 'The coupon has been applied, the plan price has been reduced by :discount%.', + 'applied_free_year' => 'The coupon has been applied, your account has been upgraded to pro for one year.', + + 'contact_us_help' => 'If you\'re reporting an error please include any relevant logs from storage/logs/laravel-error.log', + 'include_errors' => 'Include Errors', + 'include_errors_help' => 'Include :link from storage/logs/laravel-error.log', + 'recent_errors' => 'recent errors', + 'add_item' => 'Add Item', + 'customer' => 'Customer', + 'customers' => 'Customers', + 'created_customer' => 'Successfully created customer', + 'created_customers' => 'Successfully created :count customers', + + 'purge_details' => 'The data in your company (:account) has been successfully purged.', + 'deleted_company' => 'Successfully canceled account', + 'deleted_account' => 'Successfully deleted company', + 'deleted_company_details' => 'Your company (:account) has been successfully deleted.', + 'deleted_account_details' => 'Your account (:account) has been successfully deleted.', + + 'alipay' => 'Alipay', + 'sofort' => 'Sofort', + 'enable_alipay' => 'Accept Alipay', + 'enable_sofort' => 'Accept EU bank transfers', + 'stripe_alipay_help' => 'These gateways also need to be activated in :link.', + 'gocardless_webhook_help_link_text' => 'add this URL as an endpoint in GoCardless', ); diff --git a/resources/lang/tr_TR/texts.php b/resources/lang/tr_TR/texts.php index a5006c63136e..5b39b0506b81 100644 --- a/resources/lang/tr_TR/texts.php +++ b/resources/lang/tr_TR/texts.php @@ -238,7 +238,7 @@ $LANG = array( 'confirmation_subject' => 'Fatura Ninja Hesap Onayı', 'confirmation_header' => 'Hesap Onayı', 'confirmation_message' => 'Lütfen hesabınızı onaylamak için aşağıdaki bağlantıya erişin.', - 'invoice_subject' => ':account hesabından yeni fatura :invoice', + 'invoice_subject' => 'New invoice :number from :account', 'invoice_message' => ':amount tutarındaki faturanızı görüntülemek için, aşağıdaki bağlantıya tıklayın.', 'payment_subject' => 'Ödeme alındı', 'payment_message' => ':amount tutarındaki ödemeniz için teşekkürler.', @@ -336,7 +336,7 @@ adresine gönderildi. Müthiş tüm özelliklerin kilidini açmak için lütfen 'deleted_quote' => 'Teklif başarıyla silindi', 'deleted_quotes' => ':count teklif başarıyla silindi', 'converted_to_invoice' => 'Teklif başarıyla faturaya dönüştürüldü', - 'quote_subject' => ':account hesabından yeni teklif :quote', + 'quote_subject' => 'New quote :number from :account', 'quote_message' => ':amount tutarlı teklifinizi görüntülemek için aşağıdaki linki tıklayın.', 'quote_link_message' => 'Müşteri teklifinizi görüntülemek için aşağıdaki bağlantıyı tıklayın:', 'notification_quote_sent_subject' => ':invoice teklif :client müşterisine gönderildi', @@ -394,7 +394,7 @@ adresine gönderildi. Müthiş tüm özelliklerin kilidini açmak için lütfen 'more_designs_self_host_text' => '', 'buy' => 'Satın al', 'bought_designs' => 'Ek fatura tasarımları başarıyla eklendi', - 'sent' => 'gönderildi', + 'sent' => 'Sent', 'vat_number' => 'Vergi Numarası', 'timesheets' => 'Zaman çizelgeleri', 'payment_title' => 'Fatura Adresinizi ve Kredi Kartı bilgilerinizi girin', @@ -438,7 +438,7 @@ adresine gönderildi. Müthiş tüm özelliklerin kilidini açmak için lütfen 'reset_all' => 'Hepsini sıfırla', 'approve' => 'Onayla', 'token_billing_type_id' => 'Token Faturalandırma', - 'token_billing_help' => 'Store payment details with WePay, Stripe or Braintree.', + 'token_billing_help' => 'Store payment details with WePay, Stripe, Braintree or GoCardless.', 'token_billing_1' => 'Devre dışı bırakıldı', 'token_billing_2' => 'Opt-in - onay kutusu gösterildi fakat seçili değil', 'token_billing_3' => 'Opt-out - onay kutusu gösterildi ve işaretli', @@ -669,6 +669,8 @@ adresine gönderildi. Müthiş tüm özelliklerin kilidini açmak için lütfen 'status_viewed' => 'Görüntülenen', 'status_partial' => 'Kısmi', 'status_paid' => 'Ödenen', + 'status_unpaid' => 'Unpaid', + 'status_all' => 'All', 'show_line_item_tax' => 'Kalem bazında vergiyi satırda göster', 'iframe_url' => 'Web adresi', 'iframe_url_help1' => 'Aşağıdaki kodu sitenizdeki bir sayfaya kopyalayın.', @@ -831,7 +833,7 @@ adresine gönderildi. Müthiş tüm özelliklerin kilidini açmak için lütfen 'disabled' => 'Devre Dışı', 'show_archived_users' => 'Arşivlenmiş kullanıcıları göster', 'notes' => 'Notlar', - 'invoice_will_create' => 'müşteri oluşturulacak', + 'invoice_will_create' => 'invoice will be created', 'invoices_will_create' => 'faturalar oluşturulacak', 'failed_to_import' => 'Aşağıdaki kayıtlar içe aktarılamadı, bunlar zaten mevcut veya gerekli alanlar eksik.', 'publishable_key' => 'Yayınlanabilir Anahtar', @@ -1012,7 +1014,7 @@ adresine gönderildi. Müthiş tüm özelliklerin kilidini açmak için lütfen 'pro_plan_remove_logo' => ':link to remove the Invoice Ninja logo by joining the Pro Plan', 'pro_plan_remove_logo_link' => 'Click here', - 'invitation_status_sent' => 'Sent', + 'invitation_status_sent' => 'sent', 'invitation_status_opened' => 'Openend', 'invitation_status_viewed' => 'Viewed', 'email_error_inactive_client' => 'Emails can not be sent to inactive clients', @@ -1173,7 +1175,7 @@ adresine gönderildi. Müthiş tüm özelliklerin kilidini açmak için lütfen 'list_vendors' => 'List Vendors', 'add_users_not_supported' => 'Upgrade to the Enterprise plan to add additional users to your account.', 'enterprise_plan_features' => 'The Enterprise plan adds support for multiple users and file attachments, :link to see the full list of features.', - 'return_to_app' => 'Return to app', + 'return_to_app' => 'Return To App', // Payment updates @@ -1210,8 +1212,8 @@ adresine gönderildi. Müthiş tüm özelliklerin kilidini açmak için lütfen 'payment_type_stripe' => 'Stripe', 'ach' => 'ACH', - 'enable_ach' => 'Enable ACH', - 'stripe_ach_help' => 'ACH support must also be enabled at Stripe.', + 'enable_ach' => 'Accept US bank transfers', + 'stripe_ach_help' => 'ACH support must also be enabled in :link.', 'ach_disabled' => 'Another gateway is already configured for direct debit.', 'plaid' => 'Plaid', @@ -1407,6 +1409,8 @@ adresine gönderildi. Müthiş tüm özelliklerin kilidini açmak için lütfen 'payment_type_Switch' => 'Switch', 'payment_type_iZettle' => 'iZettle', 'payment_type_Swish' => 'Swish', + 'payment_type_Alipay' => 'Alipay', + 'payment_type_Sofort' => 'Sofort', // Industries 'industry_Accounting & Legal' => 'Accounting & Legal', @@ -2004,7 +2008,7 @@ adresine gönderildi. Müthiş tüm özelliklerin kilidini açmak için lütfen 'toggle_menu' => 'Toggle Menu', 'new_...' => 'New ...', 'list_...' => 'List ...', - 'created_at' => 'Created', + 'created_at' => 'Date Created', 'contact_us' => 'Contact Us', 'support_forum' => 'Support Forum', 'user_guide' => 'User Guide', @@ -2178,7 +2182,7 @@ adresine gönderildi. Müthiş tüm özelliklerin kilidini açmak için lütfen 'created_new_company' => 'Successfully created new company', 'fees_disabled_for_gateway' => 'Fees are disabled for this gateway.', 'logout_and_delete' => 'Log Out/Delete Account', - 'tax_rate_type_help' => 'Inclusive taxes adjust the line item cost when selected.', + 'tax_rate_type_help' => 'Inclusive tax rates adjust the line item cost when selected.
Only exclusive tax rates can be used as a default.', 'invoice_footer_help' => 'Use $pageNumber and $pageCount to display the page information.', 'credit_note' => 'Credit Note', 'credit_issued_to' => 'Credit issued to', @@ -2190,9 +2194,9 @@ adresine gönderildi. Müthiş tüm özelliklerin kilidini açmak için lütfen 'error_incorrect_gateway_ids' => 'Error: The gateways table has incorrect ids.', 'purge_data' => 'Purge Data', 'delete_data' => 'Delete Data', - 'purge_data_help' => 'Permanently delete all data in the account, keeping the account and settings.', + 'purge_data_help' => 'Permanently delete all data but keep the account and settings.', 'cancel_account_help' => 'Permanently delete the account along with all data and setting.', - 'purge_successful' => 'Successfully purged account data', + 'purge_successful' => 'Successfully purged company data', 'forbidden' => 'Forbidden', 'purge_data_message' => 'Warning: This will permanently erase your data, there is no undo.', 'contact_phone' => 'Contact Phone', @@ -2235,7 +2239,7 @@ adresine gönderildi. Müthiş tüm özelliklerin kilidini açmak için lütfen 'oauth_taken' => 'The account is already registered', 'emailed_payment' => 'Successfully emailed payment', 'email_payment' => 'Email Payment', - 'sent' => 'gönderildi', + 'sent' => 'Sent', 'invoiceplane_import' => 'Use :link to migrate your data from InvoicePlane.', 'duplicate_expense_warning' => 'Warning: This :link may be a duplicate', 'expense_link' => 'expense', @@ -2365,7 +2369,7 @@ adresine gönderildi. Müthiş tüm özelliklerin kilidini açmak için lütfen 'currency_saudi_riyal' => 'Saudi Riyal', 'currency_japanese_yen' => 'Japanese Yen', 'currency_maldivian_rufiyaa' => 'Maldivian Rufiyaa', - 'currency_costa_rican_colón' => 'Costa Rican Colón', + 'currency_costa_rican_colon' => 'Costa Rican Colón', 'currency_pakistani_rupee' => 'Pakistani Rupee', 'currency_polish_zloty' => 'Polish Zloty', 'currency_sri_lankan_rupee' => 'Sri Lankan Rupee', @@ -2381,11 +2385,12 @@ adresine gönderildi. Müthiş tüm özelliklerin kilidini açmak için lütfen 'currency_taiwan_new_dollar' => 'Taiwan New Dollar', 'currency_dominican_peso' => 'Dominican Peso', 'currency_chilean_peso' => 'Chilean Peso', - 'currency_icelandic_króna' => 'Icelandic Króna', + 'currency_icelandic_krona' => 'Icelandic Króna', 'currency_papua_new_guinean_kina' => 'Papua New Guinean Kina', 'currency_jordanian_dinar' => 'Jordanian Dinar', 'currency_myanmar_kyat' => 'Myanmar Kyat', 'currency_peruvian_sol' => 'Peruvian Sol', + 'review_app_help' => 'We hope you\'re enjoying using the app.
If you\'d consider writing a review we\'d greatly appreciate it!', 'use_english_version' => 'Make sure to use the English version of the files.
We use the column headers to match the fields.', 'tax1' => 'First Tax', @@ -2399,6 +2404,46 @@ adresine gönderildi. Müthiş tüm özelliklerin kilidini açmak için lütfen 'contact_custom1' => 'Contact First Custom', 'contact_custom2' => 'Contact Second Custom', 'currency' => 'Currency', + 'ofx_help' => 'In most cases the default values should work, if you\'re unable to connect it may help to adjust the settings.', + + 'item_product' => 'Item Product', + 'item_notes' => 'Item Notes', + 'item_cost' => 'Item Cost', + 'item_quantity' => 'Item Quantity', + 'item_tax_rate' => 'Item Tax Rate', + 'item_tax_name' => 'Item Tax Name', + 'item_tax1' => 'Item Tax1', + 'item_tax2' => 'Item Tax2', + + 'delete_company' => 'Delete Company', + 'delete_company_help' => 'Permanently delete the company along with all data and setting.', + 'delete_company_message' => 'Warning: This will permanently delete your company, there is no undo.', + + 'applied_discount' => 'The coupon has been applied, the plan price has been reduced by :discount%.', + 'applied_free_year' => 'The coupon has been applied, your account has been upgraded to pro for one year.', + + 'contact_us_help' => 'If you\'re reporting an error please include any relevant logs from storage/logs/laravel-error.log', + 'include_errors' => 'Include Errors', + 'include_errors_help' => 'Include :link from storage/logs/laravel-error.log', + 'recent_errors' => 'recent errors', + 'add_item' => 'Add Item', + 'customer' => 'Customer', + 'customers' => 'Customers', + 'created_customer' => 'Successfully created customer', + 'created_customers' => 'Successfully created :count customers', + + 'purge_details' => 'The data in your company (:account) has been successfully purged.', + 'deleted_company' => 'Successfully canceled account', + 'deleted_account' => 'Successfully deleted company', + 'deleted_company_details' => 'Your company (:account) has been successfully deleted.', + 'deleted_account_details' => 'Your account (:account) has been successfully deleted.', + + 'alipay' => 'Alipay', + 'sofort' => 'Sofort', + 'enable_alipay' => 'Accept Alipay', + 'enable_sofort' => 'Accept EU bank transfers', + 'stripe_alipay_help' => 'These gateways also need to be activated in :link.', + 'gocardless_webhook_help_link_text' => 'add this URL as an endpoint in GoCardless', );