diff --git a/Theme/Backend/Lang/Navigation.ar.lang.php b/Theme/Backend/Lang/Navigation.ar.lang.php new file mode 100644 index 0000000..bb6e835 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.ar.lang.php @@ -0,0 +1,19 @@ + [ + 'Client' => 'عميل', + 'Region' => 'منطقة', + 'SalesRep' => 'مندول المبيعات', +]]; diff --git a/Theme/Backend/Lang/Navigation.cs.lang.php b/Theme/Backend/Lang/Navigation.cs.lang.php new file mode 100644 index 0000000..e271234 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.cs.lang.php @@ -0,0 +1,19 @@ + [ + 'Client' => 'Klienta', + 'Region' => 'Kraj', + 'SalesRep' => 'Obchodní zástupce', +]]; diff --git a/Theme/Backend/Lang/Navigation.da.lang.php b/Theme/Backend/Lang/Navigation.da.lang.php new file mode 100644 index 0000000..b1885da --- /dev/null +++ b/Theme/Backend/Lang/Navigation.da.lang.php @@ -0,0 +1,19 @@ + [ + 'Client' => 'Klient', + 'Region' => 'Område', + 'SalesRep' => 'Salgsrepræsentant', +]]; diff --git a/Theme/Backend/Lang/Navigation.de.lang.php b/Theme/Backend/Lang/Navigation.de.lang.php index 083e8d2..c225107 100755 --- a/Theme/Backend/Lang/Navigation.de.lang.php +++ b/Theme/Backend/Lang/Navigation.de.lang.php @@ -4,7 +4,7 @@ * * PHP Version 8.0 * - * @package Modules\ClientManagement + * @package Modules\Localization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -13,4 +13,7 @@ declare(strict_types=1); return ['Navigation' => [ + 'Client' => 'Klient', + 'Region' => 'Region', + 'SalesRep' => 'VerkäufeRep', ]]; diff --git a/Theme/Backend/Lang/Navigation.el.lang.php b/Theme/Backend/Lang/Navigation.el.lang.php new file mode 100644 index 0000000..7572b26 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.el.lang.php @@ -0,0 +1,19 @@ + [ + 'Client' => 'Πελάτης', + 'Region' => 'Περιοχή', + 'SalesRep' => 'Αντιπρόσωπος Πωλήσεων', +]]; diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 64e575b..248be5e 100755 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -4,7 +4,7 @@ * * PHP Version 8.0 * - * @package Modules\ClientManagement + * @package Modules\Localization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/Lang/Navigation.es.lang.php b/Theme/Backend/Lang/Navigation.es.lang.php new file mode 100644 index 0000000..8f974f7 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.es.lang.php @@ -0,0 +1,19 @@ + [ + 'Client' => 'Cliente', + 'Region' => 'Región', + 'SalesRep' => 'Vendedores', +]]; diff --git a/Theme/Backend/Lang/Navigation.fi.lang.php b/Theme/Backend/Lang/Navigation.fi.lang.php new file mode 100644 index 0000000..91ac09f --- /dev/null +++ b/Theme/Backend/Lang/Navigation.fi.lang.php @@ -0,0 +1,19 @@ + [ + 'Client' => 'Asiakas', + 'Region' => 'Alue', + 'SalesRep' => 'Myyntiedustaja', +]]; diff --git a/Theme/Backend/Lang/Navigation.fr.lang.php b/Theme/Backend/Lang/Navigation.fr.lang.php new file mode 100644 index 0000000..dc2c698 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.fr.lang.php @@ -0,0 +1,19 @@ + [ + 'Client' => 'Client', + 'Region' => 'Région', + 'SalesRep' => 'Représentant commercial', +]]; diff --git a/Theme/Backend/Lang/Navigation.hu.lang.php b/Theme/Backend/Lang/Navigation.hu.lang.php new file mode 100644 index 0000000..88ce911 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.hu.lang.php @@ -0,0 +1,19 @@ + [ + 'Client' => 'Ügyfél', + 'Region' => 'Vidék', + 'SalesRep' => 'Értékesítés', +]]; diff --git a/Theme/Backend/Lang/Navigation.it.lang.php b/Theme/Backend/Lang/Navigation.it.lang.php new file mode 100644 index 0000000..c3f7214 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.it.lang.php @@ -0,0 +1,19 @@ + [ + 'Client' => 'Cliente', + 'Region' => 'Regione', + 'SalesRep' => 'Rappresentante delle vendite', +]]; diff --git a/Theme/Backend/Lang/Navigation.ja.lang.php b/Theme/Backend/Lang/Navigation.ja.lang.php new file mode 100644 index 0000000..0b2970b --- /dev/null +++ b/Theme/Backend/Lang/Navigation.ja.lang.php @@ -0,0 +1,19 @@ + [ + 'Client' => 'クライアント', + 'Region' => '領域', + 'SalesRep' => 'セールスレート', +]]; diff --git a/Theme/Backend/Lang/Navigation.ko.lang.php b/Theme/Backend/Lang/Navigation.ko.lang.php new file mode 100644 index 0000000..9be8686 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.ko.lang.php @@ -0,0 +1,19 @@ + [ + 'Client' => '고객', + 'Region' => '지역', + 'SalesRep' => '매출액', +]]; diff --git a/Theme/Backend/Lang/Navigation.no.lang.php b/Theme/Backend/Lang/Navigation.no.lang.php new file mode 100644 index 0000000..df51836 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.no.lang.php @@ -0,0 +1,19 @@ + [ + 'Client' => 'Klient', + 'Region' => 'Region', + 'SalesRep' => 'SalesRep.', +]]; diff --git a/Theme/Backend/Lang/Navigation.pl.lang.php b/Theme/Backend/Lang/Navigation.pl.lang.php new file mode 100644 index 0000000..7526dd1 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.pl.lang.php @@ -0,0 +1,19 @@ + [ + 'Client' => 'Klient', + 'Region' => 'Region', + 'SalesRep' => 'Przedstawiciel handlowy', +]]; diff --git a/Theme/Backend/Lang/Navigation.pt.lang.php b/Theme/Backend/Lang/Navigation.pt.lang.php new file mode 100644 index 0000000..2f5ea5d --- /dev/null +++ b/Theme/Backend/Lang/Navigation.pt.lang.php @@ -0,0 +1,19 @@ + [ + 'Client' => 'Cliente', + 'Region' => 'Região', + 'SalesRep' => 'Representante de vendas', +]]; diff --git a/Theme/Backend/Lang/Navigation.ru.lang.php b/Theme/Backend/Lang/Navigation.ru.lang.php new file mode 100644 index 0000000..c73d87b --- /dev/null +++ b/Theme/Backend/Lang/Navigation.ru.lang.php @@ -0,0 +1,19 @@ + [ + 'Client' => 'Клиент', + 'Region' => 'Область', + 'SalesRep' => 'Торговый представитель', +]]; diff --git a/Theme/Backend/Lang/Navigation.sv.lang.php b/Theme/Backend/Lang/Navigation.sv.lang.php new file mode 100644 index 0000000..e4aaf04 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.sv.lang.php @@ -0,0 +1,19 @@ + [ + 'Client' => 'Klient', + 'Region' => 'Område', + 'SalesRep' => 'Säljare', +]]; diff --git a/Theme/Backend/Lang/Navigation.th.lang.php b/Theme/Backend/Lang/Navigation.th.lang.php new file mode 100644 index 0000000..7d4d242 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.th.lang.php @@ -0,0 +1,19 @@ + [ + 'Client' => 'ลูกค้า', + 'Region' => 'ภูมิภาค', + 'SalesRep' => 'ตัวแทนฝ่ายขาย', +]]; diff --git a/Theme/Backend/Lang/Navigation.tr.lang.php b/Theme/Backend/Lang/Navigation.tr.lang.php new file mode 100644 index 0000000..28e736f --- /dev/null +++ b/Theme/Backend/Lang/Navigation.tr.lang.php @@ -0,0 +1,19 @@ + [ + 'Client' => 'Müşteri', + 'Region' => 'Bölge', + 'SalesRep' => 'Satıcı', +]]; diff --git a/Theme/Backend/Lang/Navigation.uk.lang.php b/Theme/Backend/Lang/Navigation.uk.lang.php new file mode 100644 index 0000000..e071d27 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.uk.lang.php @@ -0,0 +1,19 @@ + [ + 'Client' => 'Клієнт', + 'Region' => 'Регіон', + 'SalesRep' => 'Торговий представник', +]]; diff --git a/Theme/Backend/Lang/Navigation.zh.lang.php b/Theme/Backend/Lang/Navigation.zh.lang.php new file mode 100644 index 0000000..77c6684 --- /dev/null +++ b/Theme/Backend/Lang/Navigation.zh.lang.php @@ -0,0 +1,19 @@ + [ + 'Client' => '客户', + 'Region' => '地区', + 'SalesRep' => '销售代表', +]]; diff --git a/Theme/Backend/Lang/ar.lang.php b/Theme/Backend/Lang/ar.lang.php index ee80277..839cbf3 100755 --- a/Theme/Backend/Lang/ar.lang.php +++ b/Theme/Backend/Lang/ar.lang.php @@ -17,82 +17,110 @@ return ['ClientManagement' => [ 'Addition' => 'إضافة', 'Address' => 'تبوك', 'Addresses' => 'عناوين', + 'Africa' => '#VALUE!', + 'AllCustomers' => '#VALUE!', + 'America' => '#VALUE!', + 'Analyse' => '#VALUE!', 'AreaManager' => 'مدير المنطقة', - 'Articlegroup' => 'Articlegroup', + 'Articlegroup' => 'articlegroup.', 'Articles' => 'مقالات', - 'Balance' => 'توازن', + 'Asia' => '#VALUE!', + 'Attribute' => '#VALUE!', + 'Attributes' => '#VALUE!', + 'Balance' => 'الرصيد', + 'BaseTime' => '#VALUE!', + 'Bills' => '#VALUE!', 'Bonus' => 'علاوة', 'Business' => 'اعمال', - 'CLV' => 'CLV', + 'CIS' => '#VALUE!', + 'CLV' => 'قذيفة', 'Calendar' => 'تقويم', 'City' => 'مدينة', 'Client' => 'عميل', + 'ClientID' => '#VALUE!', 'Clients' => 'عملاء', - 'Contact' => 'اتصال', + 'ComparisonTime' => '#VALUE!', + 'Contact' => 'اتصل', 'Country' => 'دولة', - 'Created' => 'مخلوق', + 'Created' => 'خلقت', 'CreatedAt' => '#VALUE!', 'CreditRating' => 'التصنيف الائتماني', - 'Creditcard' => 'بطاقة ائتمان', - 'DSO' => 'DSO', + 'Creditcard' => 'بطاقة إئتمان', + 'Customers' => '#VALUE!', + 'DSO' => 'DSO.', 'Date' => 'تاريخ', 'Default' => 'تقصير', 'Delivery' => 'توصيل', 'Discount' => 'خصم', + 'DiscountBonus' => '#VALUE!', 'DiscountP' => 'خصم ٪', 'Documents' => 'وثائق', - 'Due' => 'حق', + 'Due' => 'بسبب', 'Email' => 'بريد الالكتروني', + 'Europe' => '#VALUE!', 'Fax' => 'فاكس', - 'Files' => 'ملفات', + 'Files' => 'الملفات', + 'Filter' => 'منقي', 'Freightage' => 'شحن', 'Group' => 'مجموعة', 'ID' => 'بطاقة تعريف', 'Info' => 'معلومات', 'Invoice' => 'فاتورة', 'Invoices' => 'الفواتير', - 'IsDefault' => 'هو الافتراضي؟', - 'LastContact' => 'الاتصال الأخير', + 'IsDefault' => 'افتراضي؟', + 'Items' => '#VALUE!', + 'LastContact' => 'آخر اتصال', 'LastOrder' => 'آخر طلب', 'Log' => 'سجل', 'Logs' => 'السجلات', - 'MRR' => 'MRR', - 'MTDSales' => 'MTD المبيعات', + 'LostCustomers' => '#VALUE!', + 'MRR' => 'مرر', + 'MTDSales' => 'مبيعات MTD', 'Margin' => 'هامش', 'Messages' => 'رسائل', - 'Modified' => 'المعدل', + 'Modified' => 'تم التعديل', 'Modules' => 'وحدات', 'Name' => 'اسم', - 'Name1' => 'NAME1', - 'Name2' => 'NAME2', - 'Name3' => 'NAME3', + 'Name1' => 'اسم 1.', + 'Name2' => 'اسم 2.', + 'Name3' => 'اسم 3.', 'Net' => 'شبكة', - 'Notes' => 'ملاحظات', + 'NewCustomers' => '#VALUE!', + 'Notes' => 'ملحوظات', 'Number' => 'عدد', 'Office' => 'مكتب. مقر. مركز', + 'Other' => '#VALUE!', 'Payment' => 'دفع', - 'PaymentTerm' => 'الدفع الأجل', - 'Permission' => 'الإذن', + 'PaymentTerm' => 'مصطلح الدفع', + 'Permission' => 'إذن', 'Phone' => 'هاتف', 'Postal' => 'بريدي', 'Price' => 'السعر', - 'Prices' => 'الأسعار', - 'Private' => 'خاص', - 'Productgroup' => 'Productgroup', - 'Profile' => 'حساب تعريفي', + 'Prices' => 'الأسعار.', + 'Private' => 'نشر', + 'Productgroup' => 'productgroup.', + 'Profile' => 'الملف الشخصي', + 'Profit' => '#VALUE!', 'Purchase' => 'شراء', 'Quantity' => 'كمية', 'RecentInvoices' => 'الفواتير الأخيرة', + 'Region' => '#VALUE!', + 'Rep' => '#VALUE!', + 'Retention' => '#VALUE!', 'Sales' => 'مبيعات', - 'Segment' => 'شريحة', + 'Segment' => 'قطعة', 'Segments' => 'شرائح', 'Subtype' => 'النوع الفرعي', - 'Support' => 'الدعم', - 'Tags' => 'الكلمات', + 'Support' => 'يدعم', + 'Tags' => 'كذا', 'Title' => '#VALUE!', - 'Type' => 'اكتب', - 'Website' => 'موقع الكتروني', + 'Total' => '#VALUE!', + 'TotalPrice' => '#VALUE!', + 'Type' => 'نوع', + 'UnitPrice' => '#VALUE!', + 'Value' => '#VALUE!', + 'Website' => 'موقع إلكتروني', 'Wire' => 'الأسلاك', - 'YTDSales' => 'منذ بداية المبيعات', + 'YTDSales' => 'مبيعات YTD', 'Zip' => 'أزيز', ]]; diff --git a/Theme/Backend/Lang/cs.lang.php b/Theme/Backend/Lang/cs.lang.php index 203f22e..43f0e52 100755 --- a/Theme/Backend/Lang/cs.lang.php +++ b/Theme/Backend/Lang/cs.lang.php @@ -16,83 +16,111 @@ return ['ClientManagement' => [ 'Accounting' => 'Účetnictví', 'Addition' => 'Přidání', 'Address' => 'Adresa', - 'Addresses' => 'adresy', + 'Addresses' => 'Adresy', + 'Africa' => '#VALUE!', + 'AllCustomers' => '#VALUE!', + 'America' => '#VALUE!', + 'Analyse' => '#VALUE!', 'AreaManager' => 'Oblastní manažer', - 'Articlegroup' => 'Articlegroup', + 'Articlegroup' => 'Článek', 'Articles' => 'Články', + 'Asia' => '#VALUE!', + 'Attribute' => '#VALUE!', + 'Attributes' => '#VALUE!', 'Balance' => 'Zůstatek', - 'Bonus' => 'prémie', - 'Business' => 'obchodní', - 'CLV' => 'CLV', + 'BaseTime' => '#VALUE!', + 'Bills' => '#VALUE!', + 'Bonus' => 'Bonus', + 'Business' => 'Business.', + 'CIS' => '#VALUE!', + 'CLV' => 'Clv.', 'Calendar' => 'Kalendář', 'City' => 'Město', - 'Client' => 'zákazník', - 'Clients' => 'klienti', + 'Client' => 'Klienta', + 'ClientID' => '#VALUE!', + 'Clients' => 'Klienti', + 'ComparisonTime' => '#VALUE!', 'Contact' => 'Kontakt', 'Country' => 'Země', - 'Created' => 'Vytvořeno', + 'Created' => 'Vytvořený', 'CreatedAt' => '#VALUE!', 'CreditRating' => 'Úvěrový rating', 'Creditcard' => 'Kreditní karta', - 'DSO' => 'DSO', + 'Customers' => '#VALUE!', + 'DSO' => 'DSO.', 'Date' => 'datum', - 'Default' => 'standardní', + 'Default' => 'Výchozí hodnota', 'Delivery' => 'dodávka', 'Discount' => 'Sleva', - 'DiscountP' => 'sleva%', - 'Documents' => 'dokumenty', - 'Due' => 'Z důvodu', + 'DiscountBonus' => '#VALUE!', + 'DiscountP' => 'Sleva%', + 'Documents' => 'Dokumenty', + 'Due' => 'Způsoben', 'Email' => 'E-mailem', + 'Europe' => '#VALUE!', 'Fax' => 'Fax', - 'Files' => 'soubory', + 'Files' => 'Soubory', + 'Filter' => 'Filtr', 'Freightage' => 'Dopravné', 'Group' => 'Skupina', - 'ID' => 'ID', - 'Info' => 'Info', + 'ID' => 'ID.', + 'Info' => 'Info.', 'Invoice' => 'Faktura', - 'Invoices' => 'faktury', + 'Invoices' => 'Faktury', 'IsDefault' => 'Je výchozí?', - 'LastContact' => 'Poslední Kontakt', + 'Items' => '#VALUE!', + 'LastContact' => 'Poslední kontakt', 'LastOrder' => 'Poslední objednávka', 'Log' => 'Log', 'Logs' => 'Protokoly', - 'MRR' => 'MRR', - 'MTDSales' => 'MTD Sales', + 'LostCustomers' => '#VALUE!', + 'MRR' => 'Mrr.', + 'MTDSales' => 'Prodej MTD.', 'Margin' => 'Okraj', - 'Messages' => 'zprávy', - 'Modified' => 'modifikovaná', - 'Modules' => 'moduly', + 'Messages' => 'Zprávy', + 'Modified' => 'Upravený', + 'Modules' => 'Moduly', 'Name' => 'název', - 'Name1' => 'jméno1', - 'Name2' => 'jméno2', - 'Name3' => 'jméno3', + 'Name1' => 'Jméno1.', + 'Name2' => 'Jméno2.', + 'Name3' => 'Jméno3.', 'Net' => 'Síť', + 'NewCustomers' => '#VALUE!', 'Notes' => 'Poznámky', 'Number' => 'Číslo', 'Office' => 'Kancelář', + 'Other' => '#VALUE!', 'Payment' => 'Způsob platby', - 'PaymentTerm' => 'platba Term', + 'PaymentTerm' => 'Platební termín', 'Permission' => 'Povolení', 'Phone' => 'Telefon', 'Postal' => 'Poštovní', 'Price' => 'Cena', - 'Prices' => 'ceny', - 'Private' => 'soukromý', - 'Productgroup' => 'Productgroup', + 'Prices' => 'Ceny', + 'Private' => 'Soukromý', + 'Productgroup' => 'ProductSgroup.', 'Profile' => 'Profil', + 'Profit' => '#VALUE!', 'Purchase' => 'Nákup', 'Quantity' => 'Množství', - 'RecentInvoices' => 'Nedávné Faktury', + 'RecentInvoices' => 'Nedávné faktury', + 'Region' => '#VALUE!', + 'Rep' => '#VALUE!', + 'Retention' => '#VALUE!', 'Sales' => 'Odbyt', 'Segment' => 'Segment', - 'Segments' => 'segmenty', - 'Subtype' => 'podtyp', + 'Segments' => 'Segmenty', + 'Subtype' => 'Podtyp', 'Support' => 'Podpěra, podpora', 'Tags' => 'Tagy', 'Title' => '#VALUE!', + 'Total' => '#VALUE!', + 'TotalPrice' => '#VALUE!', 'Type' => 'Typ', + 'UnitPrice' => '#VALUE!', + 'Value' => '#VALUE!', 'Website' => 'webová stránka', 'Wire' => 'Drát', - 'YTDSales' => 'YTD Sales', - 'Zip' => 'zip', + 'YTDSales' => 'Prodej YTD.', + 'Zip' => 'Zip', ]]; diff --git a/Theme/Backend/Lang/da.lang.php b/Theme/Backend/Lang/da.lang.php index 8931420..b87f7ba 100755 --- a/Theme/Backend/Lang/da.lang.php +++ b/Theme/Backend/Lang/da.lang.php @@ -14,85 +14,113 @@ declare(strict_types=1); return ['ClientManagement' => [ 'Accounting' => 'Regnskab', - 'Addition' => 'Addition', + 'Addition' => 'Tilsætning', 'Address' => 'Adresse', 'Addresses' => 'Adresser', - 'AreaManager' => 'Area manager', - 'Articlegroup' => 'Articlegroup', + 'Africa' => '#VALUE!', + 'AllCustomers' => '#VALUE!', + 'America' => '#VALUE!', + 'Analyse' => '#VALUE!', + 'AreaManager' => 'Områdechef', + 'Articlegroup' => 'ArticleGroup.', 'Articles' => 'Artikler', + 'Asia' => '#VALUE!', + 'Attribute' => '#VALUE!', + 'Attributes' => '#VALUE!', 'Balance' => 'Balance', + 'BaseTime' => '#VALUE!', + 'Bills' => '#VALUE!', 'Bonus' => 'Bonus', 'Business' => 'Forretning', - 'CLV' => 'CLV', + 'CIS' => '#VALUE!', + 'CLV' => 'CLV.', 'Calendar' => 'Kalender', - 'City' => 'by', + 'City' => 'City.', 'Client' => 'Klient', - 'Clients' => 'Kunder', + 'ClientID' => '#VALUE!', + 'Clients' => 'Klienter.', + 'ComparisonTime' => '#VALUE!', 'Contact' => 'Kontakt', 'Country' => 'Land', - 'Created' => 'lavet', + 'Created' => 'Oprettet', 'CreatedAt' => '#VALUE!', 'CreditRating' => 'Kreditvurdering', 'Creditcard' => 'Kreditkort', - 'DSO' => 'DSO', + 'Customers' => '#VALUE!', + 'DSO' => 'DSO.', 'Date' => 'Dato', 'Default' => 'Standard', 'Delivery' => 'Levering', 'Discount' => 'Rabat', + 'DiscountBonus' => '#VALUE!', 'DiscountP' => 'Rabat%', 'Documents' => 'Dokumenter', 'Due' => 'På grund', - 'Email' => 'E-mail', + 'Email' => 'Email.', + 'Europe' => '#VALUE!', 'Fax' => 'Fax', - 'Files' => 'Filer', - 'Freightage' => 'fragtrater', + 'Files' => 'Filer.', + 'Filter' => 'Filter', + 'Freightage' => 'Gods', 'Group' => 'Gruppe', - 'ID' => 'ID', - 'Info' => 'Info', + 'ID' => 'ID.', + 'Info' => 'Info.', 'Invoice' => 'Faktura', - 'Invoices' => 'Fakturaer', + 'Invoices' => 'Fakturaer.', 'IsDefault' => 'Er standard?', - 'LastContact' => 'sidste Kontakt', - 'LastOrder' => 'sidste Order', + 'Items' => '#VALUE!', + 'LastContact' => 'Sidste kontakt', + 'LastOrder' => 'Sidste ordre', 'Log' => 'Log', - 'Logs' => 'Logs', - 'MRR' => 'MRR', - 'MTDSales' => 'MTD Salg', - 'Margin' => 'Margin', + 'Logs' => 'Logs.', + 'LostCustomers' => '#VALUE!', + 'MRR' => 'MRR.', + 'MTDSales' => 'MTD Sales.', + 'Margin' => 'Margin.', 'Messages' => 'Beskeder', - 'Modified' => 'modificeret', - 'Modules' => 'moduler', + 'Modified' => 'Modificeret', + 'Modules' => 'Moduler.', 'Name' => 'Navn', - 'Name1' => 'nAVN1', - 'Name2' => 'NAME2', - 'Name3' => 'Navn3', + 'Name1' => 'NAME1.', + 'Name2' => 'NAME2.', + 'Name3' => 'NAME3.', 'Net' => 'Net', - 'Notes' => 'Noter', + 'NewCustomers' => '#VALUE!', + 'Notes' => 'Noter.', 'Number' => 'Nummer', 'Office' => 'Kontor', + 'Other' => '#VALUE!', 'Payment' => 'Betaling', 'PaymentTerm' => 'Betalingsbetingelser', 'Permission' => 'Tilladelse', 'Phone' => 'telefon', - 'Postal' => 'Postal', + 'Postal' => 'Postal.', 'Price' => 'Pris', - 'Prices' => 'priserne', + 'Prices' => 'Priser.', 'Private' => 'Privat', - 'Productgroup' => 'produkt gruppe', + 'Productgroup' => 'Produktgruppe', 'Profile' => 'Profil', + 'Profit' => '#VALUE!', 'Purchase' => 'Køb', 'Quantity' => 'Antal', - 'RecentInvoices' => 'Nylige fakturaer', - 'Sales' => 'Salg', + 'RecentInvoices' => 'Nylige fakturaer.', + 'Region' => '#VALUE!', + 'Rep' => '#VALUE!', + 'Retention' => '#VALUE!', + 'Sales' => 'SALG', 'Segment' => 'Segment', - 'Segments' => 'segmenter', - 'Subtype' => 'undertype', + 'Segments' => 'Segmenter.', + 'Subtype' => 'Subtype.', 'Support' => 'Support', - 'Tags' => 'Tags', + 'Tags' => 'Tags.', 'Title' => '#VALUE!', + 'Total' => '#VALUE!', + 'TotalPrice' => '#VALUE!', 'Type' => 'Type', + 'UnitPrice' => '#VALUE!', + 'Value' => '#VALUE!', 'Website' => 'Internet side', 'Wire' => 'Tråd', - 'YTDSales' => 'ÅTD Salg', - 'Zip' => 'Zip', + 'YTDSales' => 'YTD SALG', + 'Zip' => 'Zip.', ]]; diff --git a/Theme/Backend/Lang/de.lang.php b/Theme/Backend/Lang/de.lang.php index 7ce87f8..c90d888 100755 --- a/Theme/Backend/Lang/de.lang.php +++ b/Theme/Backend/Lang/de.lang.php @@ -14,85 +14,113 @@ declare(strict_types=1); return ['ClientManagement' => [ 'Accounting' => 'Buchhaltung', - 'Addition' => '', - 'Address' => 'Addresse', - 'Addresses' => 'Addressen', - 'AreaManager' => 'Area Manager', - 'Articlegroup' => 'Artikelgruppe', - 'Articles' => '', - 'Balance' => '', + 'Addition' => 'Zusatz', + 'Address' => 'Adresse', + 'Addresses' => 'Adressen', + 'Africa' => '#VALUE!', + 'AllCustomers' => '#VALUE!', + 'America' => '#VALUE!', + 'Analyse' => '#VALUE!', + 'AreaManager' => 'Bereichsleiter', + 'Articlegroup' => 'ArtikelGroup.', + 'Articles' => 'Artikel', + 'Asia' => '#VALUE!', + 'Attribute' => '#VALUE!', + 'Attributes' => '#VALUE!', + 'Balance' => 'Gleichgewicht', + 'BaseTime' => '#VALUE!', + 'Bills' => '#VALUE!', 'Bonus' => 'Bonus', - 'Business' => 'Business', - 'CLV' => '', - 'Calendar' => '', + 'Business' => 'Geschäft', + 'CIS' => '#VALUE!', + 'CLV' => 'CLV', + 'Calendar' => 'Kalender', 'City' => 'Stadt', - 'Client' => 'Kunde', + 'Client' => 'Klient', + 'ClientID' => '#VALUE!', 'Clients' => 'Kunden', + 'ComparisonTime' => '#VALUE!', 'Contact' => 'Kontakt', 'Country' => 'Land', - 'Created' => '', - 'CreatedAt' => '', - 'CreditRating' => '', + 'Created' => 'Erstellt', + 'CreatedAt' => '#VALUE!', + 'CreditRating' => 'Kreditbeurteilung', 'Creditcard' => 'Kreditkarte', - 'DSO' => '', + 'Customers' => '#VALUE!', + 'DSO' => 'DSO.', 'Date' => 'Datum', 'Default' => 'Standard', - 'Delivery' => 'Lieferung', + 'Delivery' => 'Die Zustellung', 'Discount' => 'Rabatt', + 'DiscountBonus' => '#VALUE!', 'DiscountP' => 'Rabatt %', - 'Documents' => '', - 'Due' => '', + 'Documents' => 'Unterlagen', + 'Due' => 'Fällig', 'Email' => 'Email', + 'Europe' => '#VALUE!', 'Fax' => 'Fax', 'Files' => 'Dateien', - 'Freightage' => 'Frachtkosten', + 'Filter' => 'Filter', + 'Freightage' => 'Fracht', 'Group' => 'Gruppe', - 'ID' => 'ID', - 'Info' => 'Info', + 'ID' => 'ICH WÜRDE', + 'Info' => 'Die Info', 'Invoice' => 'Rechnung', - 'Invoices' => '', - 'IsDefault' => 'Ist Standard?', - 'LastContact' => '', - 'LastOrder' => '', - 'Log' => 'Log', - 'Logs' => 'Logs', - 'MRR' => '', - 'MTDSales' => '', - 'Margin' => '', - 'Messages' => '', - 'Modified' => '', - 'Modules' => '', + 'Invoices' => 'Rechnungen', + 'IsDefault' => 'Ist standardmäßig?', + 'Items' => '#VALUE!', + 'LastContact' => 'Letzter Kontakt', + 'LastOrder' => 'Letzte Bestellung', + 'Log' => 'Protokoll', + 'Logs' => 'Protokoll', + 'LostCustomers' => '#VALUE!', + 'MRR' => 'Mrr.', + 'MTDSales' => 'MTD-Verkäufe.', + 'Margin' => 'Rand', + 'Messages' => 'Mitteilungen', + 'Modified' => 'Geändert', + 'Modules' => 'Module', 'Name' => 'Name', - 'Name1' => 'Name1', - 'Name2' => 'Name2', - 'Name3' => 'Name3', - 'Net' => '', - 'Notes' => '', - 'Number' => '', - 'Office' => 'Büro', + 'Name1' => 'Name1.', + 'Name2' => 'Name2.', + 'Name3' => 'Name3.', + 'Net' => 'Netz', + 'NewCustomers' => '#VALUE!', + 'Notes' => 'Anmerkungen', + 'Number' => 'Nummer', + 'Office' => 'Sekretariat', + 'Other' => '#VALUE!', 'Payment' => 'Zahlung', - 'PaymentTerm' => 'Zahlungsziel', - 'Permission' => '', + 'PaymentTerm' => 'Zahlungsbezeichnung', + 'Permission' => 'Erlaubnis', 'Phone' => 'Telefon', - 'Postal' => '', + 'Postal' => 'Post', 'Price' => 'Preis', 'Prices' => 'Preise', - 'Private' => 'Privat', + 'Private' => 'Privatgelände', 'Productgroup' => 'Produktgruppe', - 'Profile' => 'Profile', - 'Purchase' => 'Einkauf', - 'Quantity' => 'Anzahl', - 'RecentInvoices' => '', - 'Sales' => 'Umsatz', + 'Profile' => 'Profil', + 'Profit' => '#VALUE!', + 'Purchase' => 'Kaufen', + 'Quantity' => 'Menge', + 'RecentInvoices' => 'Jüngste Rechnungen', + 'Region' => '#VALUE!', + 'Rep' => '#VALUE!', + 'Retention' => '#VALUE!', + 'Sales' => 'Der Umsatz', 'Segment' => 'Segment', - 'Segments' => '', - 'Subtype' => 'Untergruppe', - 'Support' => 'Support', - 'Tags' => '', - 'Title' => '', + 'Segments' => 'Segmente', + 'Subtype' => 'Untertyp', + 'Support' => 'Unterstützung', + 'Tags' => 'Stichworte', + 'Title' => '#VALUE!', + 'Total' => '#VALUE!', + 'TotalPrice' => '#VALUE!', 'Type' => 'Typ', - 'Website' => '', - 'Wire' => 'Wire', - 'YTDSales' => '', - 'Zip' => 'Postleitzahl', + 'UnitPrice' => '#VALUE!', + 'Value' => '#VALUE!', + 'Website' => 'Webseite', + 'Wire' => 'Kabel', + 'YTDSales' => 'Ytd Sales.', + 'Zip' => 'Reißverschluss', ]]; diff --git a/Theme/Backend/Lang/el.lang.php b/Theme/Backend/Lang/el.lang.php index 51d7147..3bfa1be 100755 --- a/Theme/Backend/Lang/el.lang.php +++ b/Theme/Backend/Lang/el.lang.php @@ -17,59 +17,79 @@ return ['ClientManagement' => [ 'Addition' => 'Πρόσθεση', 'Address' => 'Διεύθυνση', 'Addresses' => 'Διευθύνσεις', + 'Africa' => '#VALUE!', + 'AllCustomers' => '#VALUE!', + 'America' => '#VALUE!', + 'Analyse' => '#VALUE!', 'AreaManager' => 'Διευθυντής περιοχής', - 'Articlegroup' => 'Articlegroup', - 'Articles' => 'άρθρα', + 'Articlegroup' => 'Ομιλία', + 'Articles' => 'Είδη', + 'Asia' => '#VALUE!', + 'Attribute' => '#VALUE!', + 'Attributes' => '#VALUE!', 'Balance' => 'Ισορροπία', + 'BaseTime' => '#VALUE!', + 'Bills' => '#VALUE!', 'Bonus' => 'Δώρο', 'Business' => 'Επιχείρηση', - 'CLV' => 'CLV', + 'CIS' => '#VALUE!', + 'CLV' => 'Σολλίζω', 'Calendar' => 'Ημερολόγιο', 'City' => 'Πόλη', 'Client' => 'Πελάτης', + 'ClientID' => '#VALUE!', 'Clients' => 'Πελάτες', + 'ComparisonTime' => '#VALUE!', 'Contact' => 'Επικοινωνία', 'Country' => 'Χώρα', - 'Created' => 'δημιουργήθηκε', + 'Created' => 'Δημιουργήθηκε', 'CreatedAt' => '#VALUE!', 'CreditRating' => 'Αξιολόγησης της πιστοληπτικής ικανότητας', 'Creditcard' => 'Πιστωτική κάρτα', - 'DSO' => 'DSO', + 'Customers' => '#VALUE!', + 'DSO' => 'ΔΣΟ', 'Date' => 'Ημερομηνία', 'Default' => 'Προκαθορισμένο', 'Delivery' => 'Διανομή', 'Discount' => 'Εκπτωση', + 'DiscountBonus' => '#VALUE!', 'DiscountP' => 'Έκπτωση%', 'Documents' => 'Εγγραφα', 'Due' => 'Λόγω', 'Email' => 'ΗΛΕΚΤΡΟΝΙΚΗ ΔΙΕΥΘΥΝΣΗ', + 'Europe' => '#VALUE!', 'Fax' => 'Φαξ', - 'Files' => 'αρχεία', + 'Files' => 'Αρχεία', + 'Filter' => 'Φίλτρο', 'Freightage' => 'Ναύλος', 'Group' => 'Ομάδα', 'ID' => 'ταυτότητα', - 'Info' => 'Πληροφορίες', + 'Info' => 'Πληροφορία', 'Invoice' => 'Τιμολόγιο', - 'Invoices' => 'τιμολόγια', - 'IsDefault' => 'Είναι η προεπιλογή;', - 'LastContact' => 'τελευταία Επικοινωνία', + 'Invoices' => 'Τιμολόγια', + 'IsDefault' => 'Είναι προεπιλογή;', + 'Items' => '#VALUE!', + 'LastContact' => 'Τελευταία επαφή', 'LastOrder' => 'Τελευταία παραγγελία', 'Log' => 'Κούτσουρο', - 'Logs' => 'logs', + 'Logs' => 'Κούτσουρα', + 'LostCustomers' => '#VALUE!', 'MRR' => 'MRR', - 'MTDSales' => 'MTD Πωλήσεις', + 'MTDSales' => 'Πωλήσεις MTD', 'Margin' => 'Περιθώριο', 'Messages' => 'Μηνύματα', - 'Modified' => 'τροποποιημένο', - 'Modules' => 'ενότητες', + 'Modified' => 'Τροποποιημένος', + 'Modules' => 'Ενότητες', 'Name' => 'Ονομα', - 'Name1' => 'όνομα1', - 'Name2' => 'όνομα2', - 'Name3' => 'NAME3', + 'Name1' => 'Όνομα1', + 'Name2' => 'Όνομα2', + 'Name3' => 'Όνομα', 'Net' => 'Καθαρά', - 'Notes' => 'Σημειώσεις', + 'NewCustomers' => '#VALUE!', + 'Notes' => 'Σημειώνει', 'Number' => 'Αριθμός', 'Office' => 'Γραφείο', + 'Other' => '#VALUE!', 'Payment' => 'Πληρωμή', 'PaymentTerm' => 'Ορος πληρωμής', 'Permission' => 'Αδεια', @@ -78,21 +98,29 @@ return ['ClientManagement' => [ 'Price' => 'Τιμή', 'Prices' => 'Τιμές', 'Private' => 'Ιδιωτικός', - 'Productgroup' => 'ομάδα προϊόντων', + 'Productgroup' => 'Ομοιόμορφη ομάδα', 'Profile' => 'Προφίλ', + 'Profit' => '#VALUE!', 'Purchase' => 'Αγορά', 'Quantity' => 'Ποσότητα', - 'RecentInvoices' => 'Πρόσφατες τιμολόγια', + 'RecentInvoices' => 'Πρόσφατα τιμολόγια', + 'Region' => '#VALUE!', + 'Rep' => '#VALUE!', + 'Retention' => '#VALUE!', 'Sales' => 'Εκπτώσεις', 'Segment' => 'Τμήμα', - 'Segments' => 'τμήματα', - 'Subtype' => 'Δευτερεύων', + 'Segments' => 'Τμήματα', + 'Subtype' => 'Υποτύπωμα', 'Support' => 'Υποστήριξη', - 'Tags' => 'ετικέτες', + 'Tags' => 'Ετικέτες', 'Title' => '#VALUE!', + 'Total' => '#VALUE!', + 'TotalPrice' => '#VALUE!', 'Type' => 'Τύπος', + 'UnitPrice' => '#VALUE!', + 'Value' => '#VALUE!', 'Website' => 'Δικτυακός τόπος', 'Wire' => 'Σύρμα', - 'YTDSales' => 'YTD πωλήσεων', + 'YTDSales' => 'Ytd πωλήσεις', 'Zip' => 'Φερμουάρ', ]]; diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 1affbfe..32f530e 100755 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -17,32 +17,47 @@ return ['ClientManagement' => [ 'Addition' => 'Addition', 'Address' => 'Address', 'Addresses' => 'Addresses', + 'Africa' => '', + 'AllCustomers' => '', + 'America' => '', + 'Analyse' => '', 'AreaManager' => 'Area Manager', 'Articlegroup' => 'Articlegroup', 'Articles' => 'Articles', + 'Asia' => '', + 'Attribute' => '', + 'Attributes' => '', 'Balance' => 'Balance', + 'BaseTime' => '', + 'Bills' => '', 'Bonus' => 'Bonus', 'Business' => 'Business', + 'CIS' => '', 'CLV' => 'CLV', 'Calendar' => 'Calendar', 'City' => 'City', 'Client' => 'Client', + 'ClientID' => '', 'Clients' => 'Clients', + 'ComparisonTime' => '', 'Contact' => 'Contact', 'Country' => 'Country', 'Created' => 'Created', 'CreatedAt' => '', 'CreditRating' => 'Credit Rating', 'Creditcard' => 'Creditcard', + 'Customers' => '', 'DSO' => 'DSO', 'Date' => 'Date', 'Default' => 'Default', 'Delivery' => 'Delivery', 'Discount' => 'Discount', + 'DiscountBonus' => '', 'DiscountP' => 'Discount %', 'Documents' => 'Documents', 'Due' => 'Due', 'Email' => 'Email', + 'Europe' => '', 'Fax' => 'Fax', 'Files' => 'Files', 'Filter' => 'Filter', @@ -53,10 +68,12 @@ return ['ClientManagement' => [ 'Invoice' => 'Invoice', 'Invoices' => 'Invoices', 'IsDefault' => 'Is default?', + 'Items' => '', 'LastContact' => 'Last Contact', 'LastOrder' => 'Last Order', 'Log' => 'Log', 'Logs' => 'Logs', + 'LostCustomers' => '', 'MRR' => 'MRR', 'MTDSales' => 'MTD Sales', 'Margin' => 'Margin', @@ -68,9 +85,11 @@ return ['ClientManagement' => [ 'Name2' => 'Name2', 'Name3' => 'Name3', 'Net' => 'Net', + 'NewCustomers' => '', 'Notes' => 'Notes', 'Number' => 'Number', 'Office' => 'Office', + 'Other' => '', 'Payment' => 'Payment', 'PaymentTerm' => 'Payment Term', 'Permission' => 'Permission', @@ -81,9 +100,13 @@ return ['ClientManagement' => [ 'Private' => 'Private', 'Productgroup' => 'Productgroup', 'Profile' => 'Profile', + 'Profit' => '', 'Purchase' => 'Purchase', 'Quantity' => 'Quantity', 'RecentInvoices' => 'Recent Invoices', + 'Region' => '', + 'Rep' => '', + 'Retention' => '', 'Sales' => 'Sales', 'Segment' => 'Segment', 'Segments' => 'Segments', @@ -91,7 +114,11 @@ return ['ClientManagement' => [ 'Support' => 'Support', 'Tags' => 'Tags', 'Title' => '', + 'Total' => '', + 'TotalPrice' => '', 'Type' => 'Type', + 'UnitPrice' => '', + 'Value' => '', 'Website' => 'Website', 'Wire' => 'Wire', 'YTDSales' => 'YTD Sales', diff --git a/Theme/Backend/Lang/es.lang.php b/Theme/Backend/Lang/es.lang.php index c59cbaa..0249864 100755 --- a/Theme/Backend/Lang/es.lang.php +++ b/Theme/Backend/Lang/es.lang.php @@ -15,61 +15,81 @@ declare(strict_types=1); return ['ClientManagement' => [ 'Accounting' => 'Contabilidad', 'Addition' => 'Adición', - 'Address' => 'Dirección', - 'Addresses' => 'direcciones', + 'Address' => 'Habla a', + 'Addresses' => 'Direcciones', + 'Africa' => '#VALUE!', + 'AllCustomers' => '#VALUE!', + 'America' => '#VALUE!', + 'Analyse' => '#VALUE!', 'AreaManager' => 'Gerente de área', - 'Articlegroup' => 'Articlegroup', + 'Articlegroup' => 'Grupo articulo', 'Articles' => 'Artículos', + 'Asia' => '#VALUE!', + 'Attribute' => '#VALUE!', + 'Attributes' => '#VALUE!', 'Balance' => 'Equilibrio', + 'BaseTime' => '#VALUE!', + 'Bills' => '#VALUE!', 'Bonus' => 'Prima', 'Business' => 'Negocio', - 'CLV' => 'CLV', + 'CIS' => '#VALUE!', + 'CLV' => 'Clv', 'Calendar' => 'Calendario', 'City' => 'Ciudad', 'Client' => 'Cliente', + 'ClientID' => '#VALUE!', 'Clients' => 'Clientela', + 'ComparisonTime' => '#VALUE!', 'Contact' => 'Contacto', 'Country' => 'País', 'Created' => 'Creado', 'CreatedAt' => '#VALUE!', - 'CreditRating' => 'Calificación de crédito', + 'CreditRating' => 'Calificación crediticia', 'Creditcard' => 'Tarjeta de crédito', + 'Customers' => '#VALUE!', 'DSO' => 'DSO', 'Date' => 'Fecha', 'Default' => 'Defecto', 'Delivery' => 'Entrega', 'Discount' => 'Descuento', - 'DiscountP' => 'descuento%', + 'DiscountBonus' => '#VALUE!', + 'DiscountP' => 'Descuento%', 'Documents' => 'Documentos', - 'Due' => 'Debido', + 'Due' => 'Vencer', 'Email' => 'Correo electrónico', + 'Europe' => '#VALUE!', 'Fax' => 'Fax', - 'Files' => 'archivos', + 'Files' => 'Archivos', + 'Filter' => 'Filtrar', 'Freightage' => 'Flete', 'Group' => 'Grupo', 'ID' => 'IDENTIFICACIÓN', - 'Info' => 'información', + 'Info' => 'Información', 'Invoice' => 'Factura', 'Invoices' => 'Facturas', 'IsDefault' => 'Es por defecto?', - 'LastContact' => 'última Contacto', + 'Items' => '#VALUE!', + 'LastContact' => 'Último contacto', 'LastOrder' => 'Último pedido', 'Log' => 'Tronco', - 'Logs' => 'registros', - 'MRR' => 'MRR', - 'MTDSales' => 'MTD Ventas', + 'Logs' => 'Registros', + 'LostCustomers' => '#VALUE!', + 'MRR' => 'Mrr', + 'MTDSales' => 'Ventas MTD', 'Margin' => 'Margen', - 'Messages' => 'mensajes', + 'Messages' => 'Mensajes', 'Modified' => 'Modificado', - 'Modules' => 'módulos', + 'Modules' => 'Módulos', 'Name' => 'Nombre', - 'Name1' => 'nombre1', - 'Name2' => 'nombre2', + 'Name1' => 'Nombre1', + 'Name2' => 'Nombre2', 'Name3' => 'Nombre3', - 'Net' => 'Neto', - 'Notes' => 'notas', + 'Net' => 'Red', + 'NewCustomers' => '#VALUE!', + 'Notes' => 'Notas', 'Number' => 'Número', 'Office' => 'Oficina', + 'Other' => '#VALUE!', 'Payment' => 'Pago', 'PaymentTerm' => 'Plazo de pago', 'Permission' => 'Permiso', @@ -80,19 +100,27 @@ return ['ClientManagement' => [ 'Private' => 'Privado', 'Productgroup' => 'Grupo de productos', 'Profile' => 'Perfil', + 'Profit' => '#VALUE!', 'Purchase' => 'Compra', 'Quantity' => 'Cantidad', - 'RecentInvoices' => 'Las facturas recientes', + 'RecentInvoices' => 'Facturas recientes', + 'Region' => '#VALUE!', + 'Rep' => '#VALUE!', + 'Retention' => '#VALUE!', 'Sales' => 'Ventas', 'Segment' => 'Segmento', - 'Segments' => 'segmentos', - 'Subtype' => 'subtipo', + 'Segments' => 'Segmentos', + 'Subtype' => 'Subtipo', 'Support' => 'Apoyo', 'Tags' => 'Etiquetas', 'Title' => '#VALUE!', + 'Total' => '#VALUE!', + 'TotalPrice' => '#VALUE!', 'Type' => 'Escribe', + 'UnitPrice' => '#VALUE!', + 'Value' => '#VALUE!', 'Website' => 'Sitio web', 'Wire' => 'Cable', - 'YTDSales' => 'YTD ventas', + 'YTDSales' => 'Ytd ventas', 'Zip' => 'Cremallera', ]]; diff --git a/Theme/Backend/Lang/fi.lang.php b/Theme/Backend/Lang/fi.lang.php index 8f90852..fe14e07 100755 --- a/Theme/Backend/Lang/fi.lang.php +++ b/Theme/Backend/Lang/fi.lang.php @@ -16,83 +16,111 @@ return ['ClientManagement' => [ 'Accounting' => 'Kirjanpito', 'Addition' => 'Lisäys', 'Address' => 'Osoite', - 'Addresses' => 'osoitteet', + 'Addresses' => 'Osoitteet', + 'Africa' => '#VALUE!', + 'AllCustomers' => '#VALUE!', + 'America' => '#VALUE!', + 'Analyse' => '#VALUE!', 'AreaManager' => 'Aluejohtaja', - 'Articlegroup' => 'Articlegroup', + 'Articlegroup' => 'ArticleGroup', 'Articles' => 'Artikkelit', + 'Asia' => '#VALUE!', + 'Attribute' => '#VALUE!', + 'Attributes' => '#VALUE!', 'Balance' => 'Saldo', + 'BaseTime' => '#VALUE!', + 'Bills' => '#VALUE!', 'Bonus' => 'Bonus', - 'Business' => 'liiketoiminta', - 'CLV' => 'CLV', + 'Business' => 'Liiketoiminta', + 'CIS' => '#VALUE!', + 'CLV' => 'Clv', 'Calendar' => 'Kalenteri', 'City' => 'Kaupunki', 'Client' => 'Asiakas', - 'Clients' => 'asiakkaat', + 'ClientID' => '#VALUE!', + 'Clients' => 'Asiakkaat', + 'ComparisonTime' => '#VALUE!', 'Contact' => 'Ottaa yhteyttä', 'Country' => 'Maa', 'Created' => 'Luotu', 'CreatedAt' => '#VALUE!', 'CreditRating' => 'Luottoluokitus', 'Creditcard' => 'Luottokortti', - 'DSO' => 'DSO', + 'Customers' => '#VALUE!', + 'DSO' => 'Dso', 'Date' => 'Päivämäärä', - 'Default' => 'oletusarvo', + 'Default' => 'Oletusarvo', 'Delivery' => 'Toimitus', 'Discount' => 'Alennus', + 'DiscountBonus' => '#VALUE!', 'DiscountP' => 'Alennus %', - 'Documents' => 'asiakirjat', - 'Due' => 'maksettava', + 'Documents' => 'Asiakirjat', + 'Due' => 'Takia', 'Email' => 'Sähköposti', + 'Europe' => '#VALUE!', 'Fax' => 'Faksi', 'Files' => 'Tiedostot', - 'Freightage' => 'rahtimaksuja', + 'Filter' => 'Suodattaa', + 'Freightage' => 'Rahti', 'Group' => 'Ryhmä', - 'ID' => 'ID', + 'ID' => 'Id', 'Info' => 'Tiedot', 'Invoice' => 'Lasku', - 'Invoices' => 'laskut', - 'IsDefault' => 'Oletuksena on?', - 'LastContact' => 'viime Yhteydenotto', - 'LastOrder' => 'viimeiset tilaukset', + 'Invoices' => 'Laskut', + 'IsDefault' => 'On oletusarvo?', + 'Items' => '#VALUE!', + 'LastContact' => 'Viimeinen yhteystieto', + 'LastOrder' => 'Viimeinen tilaus', 'Log' => 'Hirsi', - 'Logs' => 'lokit', - 'MRR' => 'MRR', - 'MTDSales' => 'MTD Myynti', + 'Logs' => 'Lokit', + 'LostCustomers' => '#VALUE!', + 'MRR' => 'Mrr', + 'MTDSales' => 'MTD-myynti', 'Margin' => 'Marginaali', - 'Messages' => 'viestien', - 'Modified' => 'Modified', - 'Modules' => 'moduulit', + 'Messages' => 'Viestit', + 'Modified' => 'Muokattu', + 'Modules' => 'Moduulit', 'Name' => 'Nimi', - 'Name1' => 'name1', - 'Name2' => 'nimi2', - 'Name3' => 'nimi3', + 'Name1' => 'Nimi1', + 'Name2' => 'Nimi2', + 'Name3' => 'Nimi33', 'Net' => 'Netto', - 'Notes' => 'Huomautuksia', + 'NewCustomers' => '#VALUE!', + 'Notes' => 'Toteaa', 'Number' => 'Määrä', - 'Office' => 'toimisto', - 'Payment' => 'maksu', + 'Office' => 'Toimisto', + 'Other' => '#VALUE!', + 'Payment' => 'Maksu', 'PaymentTerm' => 'Maksuehto', 'Permission' => 'Lupa', 'Phone' => 'Puhelin', - 'Postal' => 'posti-', + 'Postal' => 'Posti-', 'Price' => 'Hinta', - 'Prices' => 'hintoja', - 'Private' => 'yksityinen', + 'Prices' => 'Hinnat', + 'Private' => 'Yksityinen', 'Productgroup' => 'Tuoteryhmä', 'Profile' => 'Profiili', + 'Profit' => '#VALUE!', 'Purchase' => 'Ostaa', 'Quantity' => 'Määrä', - 'RecentInvoices' => 'Viimeaikaiset Laskut', + 'RecentInvoices' => 'Viimeaikaiset laskut', + 'Region' => '#VALUE!', + 'Rep' => '#VALUE!', + 'Retention' => '#VALUE!', 'Sales' => 'Myynti', - 'Segment' => 'segmentti', - 'Segments' => 'segmentit', - 'Subtype' => 'alatyyppi', + 'Segment' => 'Segmentti', + 'Segments' => 'Segmentit', + 'Subtype' => 'Alatyyppi', 'Support' => 'Tuki', 'Tags' => 'Tunnisteet', 'Title' => '#VALUE!', + 'Total' => '#VALUE!', + 'TotalPrice' => '#VALUE!', 'Type' => 'Tyyppi', + 'UnitPrice' => '#VALUE!', + 'Value' => '#VALUE!', 'Website' => 'Verkkosivusto', - 'Wire' => 'johdin', - 'YTDSales' => 'Vuoden alusta Sales', + 'Wire' => 'Lanka', + 'YTDSales' => 'YTD-myynti', 'Zip' => 'Postinumero', ]]; diff --git a/Theme/Backend/Lang/fr.lang.php b/Theme/Backend/Lang/fr.lang.php index 5e2e7e7..7e5d5e0 100755 --- a/Theme/Backend/Lang/fr.lang.php +++ b/Theme/Backend/Lang/fr.lang.php @@ -16,83 +16,111 @@ return ['ClientManagement' => [ 'Accounting' => 'Comptabilité', 'Addition' => 'Une addition', 'Address' => 'Adresse', - 'Addresses' => 'adresses', + 'Addresses' => 'Adresses', + 'Africa' => '#VALUE!', + 'AllCustomers' => '#VALUE!', + 'America' => '#VALUE!', + 'Analyse' => '#VALUE!', 'AreaManager' => 'Chef de secteur', 'Articlegroup' => 'Articlegroup', 'Articles' => 'Des articles', + 'Asia' => '#VALUE!', + 'Attribute' => '#VALUE!', + 'Attributes' => '#VALUE!', 'Balance' => 'Équilibre', + 'BaseTime' => '#VALUE!', + 'Bills' => '#VALUE!', 'Bonus' => 'Prime', 'Business' => 'Entreprise', - 'CLV' => 'CLV', + 'CIS' => '#VALUE!', + 'CLV' => 'Clv', 'Calendar' => 'Calendrier', 'City' => 'Ville', 'Client' => 'Client', - 'Clients' => 'clients', - 'Contact' => 'Contacter', - 'Country' => 'De campagne', - 'Created' => 'Créé', + 'ClientID' => '#VALUE!', + 'Clients' => 'Clients', + 'ComparisonTime' => '#VALUE!', + 'Contact' => 'Contact', + 'Country' => 'Pays', + 'Created' => 'Établi', 'CreatedAt' => '#VALUE!', - 'CreditRating' => 'Note de crédit', + 'CreditRating' => 'Cote de crédit', 'Creditcard' => 'Carte de crédit', - 'DSO' => 'DSO', + 'Customers' => '#VALUE!', + 'DSO' => 'Dso', 'Date' => 'Date', 'Default' => 'Défaut', 'Delivery' => 'Livraison', - 'Discount' => 'Rabais', - 'DiscountP' => 'Rabais %', - 'Documents' => 'documents', - 'Due' => 'Payable', + 'Discount' => 'Remise', + 'DiscountBonus' => '#VALUE!', + 'DiscountP' => 'Remise %', + 'Documents' => 'Documents', + 'Due' => 'Dû', 'Email' => 'E-mail', + 'Europe' => '#VALUE!', 'Fax' => 'Fax', 'Files' => 'Des dossiers', + 'Filter' => 'Filtre', 'Freightage' => 'Fret', 'Group' => 'Grouper', 'ID' => 'identifiant', 'Info' => 'Info', - 'Invoice' => 'Facture d\'achat', - 'Invoices' => 'Les factures', + 'Invoice' => 'Facture d\\'achat', + 'Invoices' => 'Factures', 'IsDefault' => 'Est par défaut?', - 'LastContact' => 'dernier contact', + 'Items' => '#VALUE!', + 'LastContact' => 'Dernier contact', 'LastOrder' => 'Dernière commande', 'Log' => 'Enregistrer', - 'Logs' => 'journaux', - 'MRR' => 'MRR', - 'MTDSales' => 'MTD ventes', + 'Logs' => 'Journaux', + 'LostCustomers' => '#VALUE!', + 'MRR' => 'Mrr', + 'MTDSales' => 'Ventes MTD', 'Margin' => 'Marge', 'Messages' => 'messages', 'Modified' => 'Modifié', 'Modules' => 'Modules', 'Name' => 'Nom', - 'Name1' => 'Name1', - 'Name2' => 'nom2', - 'Name3' => 'NAME3', + 'Name1' => 'Nom1', + 'Name2' => 'Nom2', + 'Name3' => 'Nom3', 'Net' => 'Rapporter', + 'NewCustomers' => '#VALUE!', 'Notes' => 'Remarques', 'Number' => 'Nombre', 'Office' => 'Bureau', + 'Other' => '#VALUE!', 'Payment' => 'Paiement', 'PaymentTerm' => 'Terme de paiement', 'Permission' => 'Autorisation', - 'Phone' => 'Téléphone', + 'Phone' => 'Téléphoner', 'Postal' => 'Postal', 'Price' => 'Prix', 'Prices' => 'Des prix', 'Private' => 'Privé', 'Productgroup' => 'Groupe de produits', 'Profile' => 'Profil', + 'Profit' => '#VALUE!', 'Purchase' => 'Acheter', 'Quantity' => 'Quantité', - 'RecentInvoices' => 'Les factures récentes', + 'RecentInvoices' => 'Factures récentes', + 'Region' => '#VALUE!', + 'Rep' => '#VALUE!', + 'Retention' => '#VALUE!', 'Sales' => 'Ventes', 'Segment' => 'Segment', - 'Segments' => 'segments', + 'Segments' => 'Segments', 'Subtype' => 'Sous-type', 'Support' => 'Soutien', 'Tags' => 'Mots clés', 'Title' => '#VALUE!', + 'Total' => '#VALUE!', + 'TotalPrice' => '#VALUE!', 'Type' => 'Taper', + 'UnitPrice' => '#VALUE!', + 'Value' => '#VALUE!', 'Website' => 'Site Internet', 'Wire' => 'Fil', - 'YTDSales' => 'YTD Sales', + 'YTDSales' => 'Ventes YTD', 'Zip' => 'Zipper', ]]; diff --git a/Theme/Backend/Lang/hu.lang.php b/Theme/Backend/Lang/hu.lang.php index 4257e87..a8df33f 100755 --- a/Theme/Backend/Lang/hu.lang.php +++ b/Theme/Backend/Lang/hu.lang.php @@ -17,59 +17,79 @@ return ['ClientManagement' => [ 'Addition' => 'Kiegészítés', 'Address' => 'Cím', 'Addresses' => 'Címek', + 'Africa' => '#VALUE!', + 'AllCustomers' => '#VALUE!', + 'America' => '#VALUE!', + 'Analyse' => '#VALUE!', 'AreaManager' => 'Területi menedzser', - 'Articlegroup' => 'Articlegroup', - 'Articles' => 'Cikkek', + 'Articlegroup' => 'Gyerekcsoport', + 'Articles' => 'Árucikkek', + 'Asia' => '#VALUE!', + 'Attribute' => '#VALUE!', + 'Attributes' => '#VALUE!', 'Balance' => 'Egyensúly', - 'Bonus' => 'pótlék', + 'BaseTime' => '#VALUE!', + 'Bills' => '#VALUE!', + 'Bonus' => 'Bónusz', 'Business' => 'Üzleti', - 'CLV' => 'CLV', + 'CIS' => '#VALUE!', + 'CLV' => 'Clv', 'Calendar' => 'Naptár', 'City' => 'Város', 'Client' => 'Ügyfél', - 'Clients' => 'Ügyfeleink', + 'ClientID' => '#VALUE!', + 'Clients' => 'Kliensek', + 'ComparisonTime' => '#VALUE!', 'Contact' => 'Kapcsolatba lépni', 'Country' => 'Ország', - 'Created' => 'Alkotó', + 'Created' => 'Létrehozott', 'CreatedAt' => '#VALUE!', 'CreditRating' => 'Hitelminősítő', 'Creditcard' => 'Hitelkártya', + 'Customers' => '#VALUE!', 'DSO' => 'DSO', 'Date' => 'Dátum', 'Default' => 'Alapértelmezett', - 'Delivery' => 'kézbesítés', + 'Delivery' => 'Szállítás', 'Discount' => 'Kedvezmény', - 'DiscountP' => 'Kedvezmény%', + 'DiscountBonus' => '#VALUE!', + 'DiscountP' => 'Árengedmény%', 'Documents' => 'Dokumentumok', 'Due' => 'Esedékes', 'Email' => 'Email', + 'Europe' => '#VALUE!', 'Fax' => 'Fax', - 'Files' => 'Files', + 'Files' => 'Fájlok', + 'Filter' => 'Szűrő', 'Freightage' => 'Fuvardíj', 'Group' => 'Csoport', - 'ID' => 'ID', - 'Info' => 'Info', + 'ID' => 'Idézés', + 'Info' => 'Információ', 'Invoice' => 'Számla', - 'Invoices' => 'számlák', - 'IsDefault' => 'Az alapértelmezett?', - 'LastContact' => 'Az utolsó Kapcsolat', + 'Invoices' => 'Számlák', + 'IsDefault' => 'Alapértelmezett?', + 'Items' => '#VALUE!', + 'LastContact' => 'Utolsó kapcsolat', 'LastOrder' => 'Utolsó rendelés', - 'Log' => 'Bejelentkezés', + 'Log' => 'Napló', 'Logs' => 'Naplók', - 'MRR' => 'MRR', - 'MTDSales' => 'MTD Értékesítési', + 'LostCustomers' => '#VALUE!', + 'MRR' => 'Mrr', + 'MTDSales' => 'MTD értékesítés', 'Margin' => 'Árrés', 'Messages' => 'üzenetek', 'Modified' => 'Módosított', - 'Modules' => 'modulok', + 'Modules' => 'Modulok', 'Name' => 'Név', - 'Name1' => 'name1', - 'Name2' => 'name2', - 'Name3' => 'NAME3', + 'Name1' => 'Név1', + 'Name2' => 'NAME2', + 'Name3' => 'Név3', 'Net' => 'Háló', - 'Notes' => 'Megjegyzések', + 'NewCustomers' => '#VALUE!', + 'Notes' => 'Jegyzetek', 'Number' => 'Szám', 'Office' => 'Hivatal', + 'Other' => '#VALUE!', 'Payment' => 'Fizetés', 'PaymentTerm' => 'Fizetési határidő', 'Permission' => 'Engedély', @@ -80,19 +100,27 @@ return ['ClientManagement' => [ 'Private' => 'Magán', 'Productgroup' => 'Termékcsoport', 'Profile' => 'Profil', + 'Profit' => '#VALUE!', 'Purchase' => 'Vásárlás', 'Quantity' => 'Mennyiség', 'RecentInvoices' => 'Legutóbbi számlák', - 'Sales' => 'Sales', - 'Segment' => 'szegmens', - 'Segments' => 'szegmensek', - 'Subtype' => 'altípus', + 'Region' => '#VALUE!', + 'Rep' => '#VALUE!', + 'Retention' => '#VALUE!', + 'Sales' => 'Értékesítés', + 'Segment' => 'Szegmens', + 'Segments' => 'Szegmensek', + 'Subtype' => 'Altípus', 'Support' => 'Támogatás', 'Tags' => 'Címkék', 'Title' => '#VALUE!', + 'Total' => '#VALUE!', + 'TotalPrice' => '#VALUE!', 'Type' => 'típus', + 'UnitPrice' => '#VALUE!', + 'Value' => '#VALUE!', 'Website' => 'Weboldal', 'Wire' => 'Huzal', - 'YTDSales' => 'Időarányos Sales', + 'YTDSales' => 'YTD értékesítés', 'Zip' => 'Postai irányítószám', ]]; diff --git a/Theme/Backend/Lang/it.lang.php b/Theme/Backend/Lang/it.lang.php index 3430d32..17918e3 100755 --- a/Theme/Backend/Lang/it.lang.php +++ b/Theme/Backend/Lang/it.lang.php @@ -14,62 +14,82 @@ declare(strict_types=1); return ['ClientManagement' => [ 'Accounting' => 'Contabilità', - 'Addition' => 'aggiunta', + 'Addition' => 'Aggiunta', 'Address' => 'Indirizzo', - 'Addresses' => 'indirizzi', - 'AreaManager' => 'Area manager', - 'Articlegroup' => 'Articlegroup', - 'Articles' => 'articoli', - 'Balance' => 'Equilibrio', - 'Bonus' => 'indennità', - 'Business' => 'Attività commerciale', - 'CLV' => 'CLV', + 'Addresses' => 'Indirizzi', + 'Africa' => '#VALUE!', + 'AllCustomers' => '#VALUE!', + 'America' => '#VALUE!', + 'Analyse' => '#VALUE!', + 'AreaManager' => 'Area Manager', + 'Articlegroup' => 'Art.group.', + 'Articles' => 'Artificio', + 'Asia' => '#VALUE!', + 'Attribute' => '#VALUE!', + 'Attributes' => '#VALUE!', + 'Balance' => 'Bilancia', + 'BaseTime' => '#VALUE!', + 'Bills' => '#VALUE!', + 'Bonus' => 'Bonus.', + 'Business' => 'Affare', + 'CIS' => '#VALUE!', + 'CLV' => 'Clv.', 'Calendar' => 'Calendario', 'City' => 'Città', 'Client' => 'Cliente', - 'Clients' => 'clienti', + 'ClientID' => '#VALUE!', + 'Clients' => 'Clienti', + 'ComparisonTime' => '#VALUE!', 'Contact' => 'Contatto', 'Country' => 'Nazione', 'Created' => 'Creato', 'CreatedAt' => '#VALUE!', - 'CreditRating' => 'Credit rating', + 'CreditRating' => 'Rating del credito', 'Creditcard' => 'Carta di credito', - 'DSO' => 'DSO', + 'Customers' => '#VALUE!', + 'DSO' => 'DSO.', 'Date' => 'Data', 'Default' => 'Predefinito', 'Delivery' => 'Consegna', 'Discount' => 'Sconto', - 'DiscountP' => '% di sconto', + 'DiscountBonus' => '#VALUE!', + 'DiscountP' => 'Sconto%', 'Documents' => 'Documenti', 'Due' => 'Dovuto', 'Email' => 'E-mail', + 'Europe' => '#VALUE!', 'Fax' => 'Fax', 'Files' => 'File', - 'Freightage' => 'freightage', + 'Filter' => 'Filtro', + 'Freightage' => 'Liberare', 'Group' => 'Gruppo', 'ID' => 'ID', 'Info' => 'Informazioni', 'Invoice' => 'Fattura', 'Invoices' => 'Fatture', - 'IsDefault' => 'È di default?', + 'IsDefault' => 'È predefinito?', + 'Items' => '#VALUE!', 'LastContact' => 'Ultimo contatto', 'LastOrder' => 'Ultimo ordine', - 'Log' => 'Login', - 'Logs' => 'logs', - 'MRR' => 'MRR', - 'MTDSales' => 'MTD vendite', + 'Log' => 'Tronco d\\'albero', + 'Logs' => 'Logs.', + 'LostCustomers' => '#VALUE!', + 'MRR' => 'Mrr.', + 'MTDSales' => 'Vendite di mtd.', 'Margin' => 'Margine', - 'Messages' => 'messaggi', - 'Modified' => 'Modificata', - 'Modules' => 'moduli', + 'Messages' => 'Messaggi', + 'Modified' => 'Modificati', + 'Modules' => 'Moduli', 'Name' => 'Nome', - 'Name1' => 'Name1', - 'Name2' => 'Name2', - 'Name3' => 'Nome3', - 'Net' => 'Netto', + 'Name1' => 'Nome1.', + 'Name2' => 'Nome2.', + 'Name3' => 'Nome3.', + 'Net' => 'Rete', + 'NewCustomers' => '#VALUE!', 'Notes' => 'Appunti', 'Number' => 'Numero', 'Office' => 'Ufficio', + 'Other' => '#VALUE!', 'Payment' => 'Pagamento', 'PaymentTerm' => 'Termine di pagamento', 'Permission' => 'Autorizzazione', @@ -78,21 +98,29 @@ return ['ClientManagement' => [ 'Price' => 'Prezzo', 'Prices' => 'Prezzi', 'Private' => 'Privato', - 'Productgroup' => 'dei gruppi di prodotti', + 'Productgroup' => 'Gruppo di prodotti', 'Profile' => 'Profilo', - 'Purchase' => 'Acquista', + 'Profit' => '#VALUE!', + 'Purchase' => 'Acquistare', 'Quantity' => 'Quantità', - 'RecentInvoices' => 'Le fatture recenti', - 'Sales' => 'I saldi', + 'RecentInvoices' => 'Recenti fatture', + 'Region' => '#VALUE!', + 'Rep' => '#VALUE!', + 'Retention' => '#VALUE!', + 'Sales' => 'Saldi', 'Segment' => 'Segmento', - 'Segments' => 'segmenti', - 'Subtype' => 'sottotipo', + 'Segments' => 'Segmenti', + 'Subtype' => 'Sottotipo', 'Support' => 'Supporto', - 'Tags' => 'tag', + 'Tags' => 'Tags.', 'Title' => '#VALUE!', - 'Type' => 'genere', + 'Total' => '#VALUE!', + 'TotalPrice' => '#VALUE!', + 'Type' => 'Tipo', + 'UnitPrice' => '#VALUE!', + 'Value' => '#VALUE!', 'Website' => 'Sito web', 'Wire' => 'Filo', - 'YTDSales' => 'YTD vendite', + 'YTDSales' => 'Vendite di ytd.', 'Zip' => 'Cerniera lampo', ]]; diff --git a/Theme/Backend/Lang/ja.lang.php b/Theme/Backend/Lang/ja.lang.php index 502aaa5..2f02e1d 100755 --- a/Theme/Backend/Lang/ja.lang.php +++ b/Theme/Backend/Lang/ja.lang.php @@ -13,86 +13,114 @@ declare(strict_types=1); return ['ClientManagement' => [ - 'Accounting' => '経理', + 'Accounting' => '会計', 'Addition' => '添加', 'Address' => '住所', 'Addresses' => 'アドレス', + 'Africa' => '#VALUE!', + 'AllCustomers' => '#VALUE!', + 'America' => '#VALUE!', + 'Analyse' => '#VALUE!', 'AreaManager' => 'エリアマネージャー', - 'Articlegroup' => 'Articlegroup', - 'Articles' => '用品', - 'Balance' => '残高', + 'Articlegroup' => '記事グループ', + 'Articles' => 'articles', + 'Asia' => '#VALUE!', + 'Attribute' => '#VALUE!', + 'Attributes' => '#VALUE!', + 'Balance' => 'バランス', + 'BaseTime' => '#VALUE!', + 'Bills' => '#VALUE!', 'Bonus' => 'ボーナス', - 'Business' => 'ビジネス', - 'CLV' => 'CLV', + 'Business' => '仕事', + 'CIS' => '#VALUE!', + 'CLV' => 'cl cl', 'Calendar' => 'カレンダー', 'City' => '市', 'Client' => 'クライアント', + 'ClientID' => '#VALUE!', 'Clients' => 'クライアント', - 'Contact' => '連絡先', + 'ComparisonTime' => '#VALUE!', + 'Contact' => 'コンタクト', 'Country' => '国', 'Created' => '作成した', 'CreatedAt' => '#VALUE!', 'CreditRating' => '信用格付け', 'Creditcard' => 'クレジットカード', + 'Customers' => '#VALUE!', 'DSO' => 'DSO', - 'Date' => '日付', - 'Default' => 'デフォルト', + 'Date' => '日にち', + 'Default' => 'ディフォルト', 'Delivery' => '配達', - 'Discount' => 'ディスカウント', - 'DiscountP' => 'ディスカウント%', - 'Documents' => 'ドキュメント', - 'Due' => '原因', + 'Discount' => '割引', + 'DiscountBonus' => '#VALUE!', + 'DiscountP' => '割引 %', + 'Documents' => '文書', + 'Due' => '期限', 'Email' => 'Eメール', + 'Europe' => '#VALUE!', 'Fax' => 'ファックス', 'Files' => 'ファイル', - 'Freightage' => '貨物運送', + 'Filter' => 'フィルター', + 'Freightage' => 'fre fre', 'Group' => 'グループ', - 'ID' => 'ID', - 'Info' => 'インフォ', + 'ID' => 'id', + 'Info' => '情報', 'Invoice' => '請求書', 'Invoices' => '請求書', - 'IsDefault' => 'デフォルトは?', + 'IsDefault' => 'デフォルトですか?', + 'Items' => '#VALUE!', 'LastContact' => '最後の連絡先', - 'LastOrder' => 'ラストオーダー', + 'LastOrder' => '最後の順序', 'Log' => 'ログ', 'Logs' => 'ログ', - 'MRR' => 'MRR', - 'MTDSales' => 'MTD販売', + 'LostCustomers' => '#VALUE!', + 'MRR' => 'MRR.', + 'MTDSales' => 'MTDセールス', 'Margin' => 'マージン', 'Messages' => 'メッセージ', - 'Modified' => '変更されました', + 'Modified' => '修正された', 'Modules' => 'モジュール', 'Name' => '名前', - 'Name1' => 'NAME1', - 'Name2' => 'NAME2', - 'Name3' => 'NAME3', + 'Name1' => '名前1', + 'Name2' => '名前2', + 'Name3' => '名前3', 'Net' => 'ネット', + 'NewCustomers' => '#VALUE!', 'Notes' => 'ノート', - 'Number' => '数', + 'Number' => '番号', 'Office' => 'オフィス', + 'Other' => '#VALUE!', 'Payment' => '支払い', 'PaymentTerm' => '支払条件', 'Permission' => '許可', 'Phone' => '電話', 'Postal' => '郵便', 'Price' => '価格', - 'Prices' => '物価', + 'Prices' => '価格', 'Private' => '民間', 'Productgroup' => '製品グループ', 'Profile' => 'プロフィール', + 'Profit' => '#VALUE!', 'Purchase' => '購入', 'Quantity' => '量', 'RecentInvoices' => '最近の請求書', - 'Sales' => 'セールス', + 'Region' => '#VALUE!', + 'Rep' => '#VALUE!', + 'Retention' => '#VALUE!', + 'Sales' => '売り返り', 'Segment' => 'セグメント', 'Segments' => 'セグメント', 'Subtype' => 'サブタイプ', 'Support' => 'サポート', 'Tags' => 'タグ', 'Title' => '#VALUE!', + 'Total' => '#VALUE!', + 'TotalPrice' => '#VALUE!', 'Type' => 'タイプ', - 'Website' => 'ウェブサイト', + 'UnitPrice' => '#VALUE!', + 'Value' => '#VALUE!', + 'Website' => 'Webサイト', 'Wire' => 'ワイヤー', - 'YTDSales' => 'YTD販売', + 'YTDSales' => 'ytd売上高', 'Zip' => 'ジップ', ]]; diff --git a/Theme/Backend/Lang/ko.lang.php b/Theme/Backend/Lang/ko.lang.php index fb85431..85e5194 100755 --- a/Theme/Backend/Lang/ko.lang.php +++ b/Theme/Backend/Lang/ko.lang.php @@ -14,75 +14,99 @@ declare(strict_types=1); return ['ClientManagement' => [ 'Accounting' => '회계', - 'Addition' => '부가', + 'Addition' => '덧셈', 'Address' => '주소', 'Addresses' => '구애', + 'Africa' => '#VALUE!', + 'AllCustomers' => '#VALUE!', + 'America' => '#VALUE!', + 'Analyse' => '#VALUE!', 'AreaManager' => '구역 책임자', - 'Articlegroup' => 'Articlegroup', + 'Articlegroup' => '기사 그룹', 'Articles' => '조항', - 'Balance' => '밸런스', + 'Asia' => '#VALUE!', + 'Attribute' => '#VALUE!', + 'Attributes' => '#VALUE!', + 'Balance' => '균형', + 'BaseTime' => '#VALUE!', + 'Bills' => '#VALUE!', 'Bonus' => '보너스', 'Business' => '사업', - 'CLV' => 'CLV', + 'CIS' => '#VALUE!', + 'CLV' => 'CLV.', 'Calendar' => '달력', - 'City' => '시티', + 'City' => '도시', 'Client' => '고객', + 'ClientID' => '#VALUE!', 'Clients' => '클라이언트', - 'Contact' => '접촉', + 'ComparisonTime' => '#VALUE!', + 'Contact' => '연락하다', 'Country' => '국가', 'Created' => '만들어진', 'CreatedAt' => '#VALUE!', 'CreditRating' => '신용 등급', 'Creditcard' => '신용 카드', - 'DSO' => 'DSO', - 'Date' => '데이트', + 'Customers' => '#VALUE!', + 'DSO' => 'DSO.', + 'Date' => '날짜', 'Default' => '기본', 'Delivery' => '배달', 'Discount' => '할인', + 'DiscountBonus' => '#VALUE!', 'DiscountP' => '할인 %', 'Documents' => '서류', - 'Due' => '정당한', + 'Due' => '로 인한', 'Email' => '이메일', + 'Europe' => '#VALUE!', 'Fax' => '팩스', 'Files' => '파일', - 'Freightage' => '화물 운송', + 'Filter' => '필터', + 'Freightage' => '화물', 'Group' => '그룹', - 'ID' => '신분증', + 'ID' => 'ID', 'Info' => '정보', 'Invoice' => '송장', 'Invoices' => '송장', - 'IsDefault' => '기본인가?', - 'LastContact' => '마지막 연락', + 'IsDefault' => '기본값은 무엇입니까?', + 'Items' => '#VALUE!', + 'LastContact' => '마지막 연락처', 'LastOrder' => '마지막 주문', - 'Log' => '로그', - 'Logs' => '로그', - 'MRR' => 'MRR', + 'Log' => '통나무', + 'Logs' => '로그인', + 'LostCustomers' => '#VALUE!', + 'MRR' => '부서', 'MTDSales' => 'MTD 판매', 'Margin' => '여유', 'Messages' => '메시지', 'Modified' => '수정', 'Modules' => '모듈', 'Name' => '이름', - 'Name1' => 'NAME1', - 'Name2' => 'NAME2', - 'Name3' => 'NAME3', + 'Name1' => 'name1.', + 'Name2' => 'name2.', + 'Name3' => 'Name3.', 'Net' => '그물', + 'NewCustomers' => '#VALUE!', 'Notes' => '노트', - 'Number' => '번호', + 'Number' => '숫자', 'Office' => '사무실', + 'Other' => '#VALUE!', 'Payment' => '지불', 'PaymentTerm' => '지불 기간', 'Permission' => '허가', - 'Phone' => '전화', + 'Phone' => '핸드폰', 'Postal' => '우편 엽서', 'Price' => '가격', 'Prices' => '물가', - 'Private' => '은밀한', + 'Private' => '사적인', 'Productgroup' => '제품 그룹', 'Profile' => '프로필', - 'Purchase' => '매수', + 'Profit' => '#VALUE!', + 'Purchase' => '구입', 'Quantity' => '수량', 'RecentInvoices' => '최근 송장', + 'Region' => '#VALUE!', + 'Rep' => '#VALUE!', + 'Retention' => '#VALUE!', 'Sales' => '매상', 'Segment' => '분절', 'Segments' => '세그먼트', @@ -90,7 +114,11 @@ return ['ClientManagement' => [ 'Support' => '지원하다', 'Tags' => '태그', 'Title' => '#VALUE!', + 'Total' => '#VALUE!', + 'TotalPrice' => '#VALUE!', 'Type' => '유형', + 'UnitPrice' => '#VALUE!', + 'Value' => '#VALUE!', 'Website' => '웹 사이트', 'Wire' => '철사', 'YTDSales' => 'YTD 판매', diff --git a/Theme/Backend/Lang/no.lang.php b/Theme/Backend/Lang/no.lang.php index 4f64bad..0001dd7 100755 --- a/Theme/Backend/Lang/no.lang.php +++ b/Theme/Backend/Lang/no.lang.php @@ -13,86 +13,114 @@ declare(strict_types=1); return ['ClientManagement' => [ - 'Accounting' => 'regnskap', + 'Accounting' => 'Regnskap', 'Addition' => 'Addisjon', 'Address' => 'Adresse', 'Addresses' => 'Adresser', + 'Africa' => '#VALUE!', + 'AllCustomers' => '#VALUE!', + 'America' => '#VALUE!', + 'Analyse' => '#VALUE!', 'AreaManager' => 'Områdeansvarlig', - 'Articlegroup' => 'Articlegroup', - 'Articles' => 'artikler', + 'Articlegroup' => 'Articregroup.', + 'Articles' => 'Artikler', + 'Asia' => '#VALUE!', + 'Attribute' => '#VALUE!', + 'Attributes' => '#VALUE!', 'Balance' => 'Balansere', + 'BaseTime' => '#VALUE!', + 'Bills' => '#VALUE!', 'Bonus' => 'Bonus', 'Business' => 'Virksomhet', - 'CLV' => 'CLV', + 'CIS' => '#VALUE!', + 'CLV' => 'CLV.', 'Calendar' => 'Kalender', 'City' => 'By', 'Client' => 'Klient', - 'Clients' => 'klienter', - 'Contact' => 'Ta kontakt med', + 'ClientID' => '#VALUE!', + 'Clients' => 'Klienter', + 'ComparisonTime' => '#VALUE!', + 'Contact' => 'Kontakt', 'Country' => 'Land', - 'Created' => 'laget', + 'Created' => 'Opprettet', 'CreatedAt' => '#VALUE!', 'CreditRating' => 'Kredittvurdering', 'Creditcard' => 'Kredittkort', + 'Customers' => '#VALUE!', 'DSO' => 'DSO', 'Date' => 'Dato', 'Default' => 'Misligholde', 'Delivery' => 'Leveranse', 'Discount' => 'Rabatt', - 'DiscountP' => 'rabatt%', - 'Documents' => 'dokumenter', - 'Due' => 'Due', - 'Email' => 'e-post', + 'DiscountBonus' => '#VALUE!', + 'DiscountP' => 'Rabatt%', + 'Documents' => 'Dokumenter', + 'Due' => 'På grunn av det', + 'Email' => 'E-post', + 'Europe' => '#VALUE!', 'Fax' => 'Faks', - 'Files' => 'filer', - 'Freightage' => 'freightage', + 'Files' => 'Filer', + 'Filter' => 'Filter', + 'Freightage' => 'Frakt', 'Group' => 'Gruppe', - 'ID' => 'ID', - 'Info' => 'info', + 'ID' => 'Id.', + 'Info' => 'Info.', 'Invoice' => 'Faktura', - 'Invoices' => 'fakturaer', + 'Invoices' => 'Fakturaer', 'IsDefault' => 'Er standard?', + 'Items' => '#VALUE!', 'LastContact' => 'Siste kontakt', 'LastOrder' => 'Siste bestilling', 'Log' => 'Logg', 'Logs' => 'Tømmerstokker', - 'MRR' => 'MRR', - 'MTDSales' => 'MTD salg', + 'LostCustomers' => '#VALUE!', + 'MRR' => 'MRR.', + 'MTDSales' => 'MTD-salg', 'Margin' => 'Margin', - 'Messages' => 'meldinger', - 'Modified' => 'modifisert', - 'Modules' => 'moduler', + 'Messages' => 'Meldinger', + 'Modified' => 'Endret', + 'Modules' => 'Moduler', 'Name' => 'Navn', - 'Name1' => 'name1', - 'Name2' => 'navn2', - 'Name3' => 'NAME3', + 'Name1' => 'Navn1.', + 'Name2' => 'NAME2.', + 'Name3' => 'Navn3.', 'Net' => 'Nett', - 'Notes' => 'Merknader', + 'NewCustomers' => '#VALUE!', + 'Notes' => 'Notater', 'Number' => 'Nummer', 'Office' => 'Kontor', + 'Other' => '#VALUE!', 'Payment' => 'innbetaling', - 'PaymentTerm' => 'betaling Term', + 'PaymentTerm' => 'Betalingsperiode', 'Permission' => 'Tillatelse', - 'Phone' => 'telefon', - 'Postal' => 'Postal', + 'Phone' => 'Telefonen', + 'Postal' => 'Postal.', 'Price' => 'Pris', - 'Prices' => 'prisene', + 'Prices' => 'Prisene', 'Private' => 'Privat', 'Productgroup' => 'Produktgruppe', 'Profile' => 'Profil', + 'Profit' => '#VALUE!', 'Purchase' => 'Kjøp', 'Quantity' => 'Mengde', - 'RecentInvoices' => 'siste Fakturaer', - 'Sales' => 'Salgs', + 'RecentInvoices' => 'Nylige fakturaer', + 'Region' => '#VALUE!', + 'Rep' => '#VALUE!', + 'Retention' => '#VALUE!', + 'Sales' => 'Salg', 'Segment' => 'Segmentet', - 'Segments' => 'segmenter', - 'Subtype' => 'subtype', + 'Segments' => 'Segmenter', + 'Subtype' => 'Subtype.', 'Support' => 'Brukerstøtte', - 'Tags' => 'Tags', + 'Tags' => 'Tags.', 'Title' => '#VALUE!', + 'Total' => '#VALUE!', + 'TotalPrice' => '#VALUE!', 'Type' => 'Type', - 'Website' => 'nettsted', + 'UnitPrice' => '#VALUE!', + 'Value' => '#VALUE!', + 'Website' => 'Nettside', 'Wire' => 'Metalltråd', - 'YTDSales' => 'YTD Sales', + 'YTDSales' => 'YTD-salg', 'Zip' => 'Glidelås', ]]; diff --git a/Theme/Backend/Lang/pl.lang.php b/Theme/Backend/Lang/pl.lang.php index 07ddfde..d7dccd2 100755 --- a/Theme/Backend/Lang/pl.lang.php +++ b/Theme/Backend/Lang/pl.lang.php @@ -14,85 +14,113 @@ declare(strict_types=1); return ['ClientManagement' => [ 'Accounting' => 'Rachunkowość', - 'Addition' => 'Dodanie', + 'Addition' => 'Dodatek', 'Address' => 'Adres', - 'Addresses' => 'adresy', + 'Addresses' => 'Adresy', + 'Africa' => '#VALUE!', + 'AllCustomers' => '#VALUE!', + 'America' => '#VALUE!', + 'Analyse' => '#VALUE!', 'AreaManager' => 'Dyrektor Regionalny', - 'Articlegroup' => 'Articlegroup', + 'Articlegroup' => 'Artykuł', 'Articles' => 'Artykuły', - 'Balance' => 'Saldo', + 'Asia' => '#VALUE!', + 'Attribute' => '#VALUE!', + 'Attributes' => '#VALUE!', + 'Balance' => 'Balansować', + 'BaseTime' => '#VALUE!', + 'Bills' => '#VALUE!', 'Bonus' => 'Premia', 'Business' => 'Biznes', - 'CLV' => 'CLV', + 'CIS' => '#VALUE!', + 'CLV' => 'CLV.', 'Calendar' => 'Kalendarz', 'City' => 'Miasto', 'Client' => 'Klient', - 'Clients' => 'klienci', + 'ClientID' => '#VALUE!', + 'Clients' => 'Klienci.', + 'ComparisonTime' => '#VALUE!', 'Contact' => 'Kontakt', 'Country' => 'Kraj', 'Created' => 'Utworzony', 'CreatedAt' => '#VALUE!', - 'CreditRating' => 'ratingowych', + 'CreditRating' => 'Rating kredytowy', 'Creditcard' => 'Karta kredytowa', - 'DSO' => 'DSO', + 'Customers' => '#VALUE!', + 'DSO' => 'DSO.', 'Date' => 'Data', 'Default' => 'Domyślna', 'Delivery' => 'Dostawa', 'Discount' => 'Zniżka', + 'DiscountBonus' => '#VALUE!', 'DiscountP' => 'Zniżka %', - 'Documents' => 'dokumenty', + 'Documents' => 'Dokumenty', 'Due' => 'Z powodu', 'Email' => 'E-mail', + 'Europe' => '#VALUE!', 'Fax' => 'Faks', - 'Files' => 'Akta', + 'Files' => 'Pliki', + 'Filter' => 'Filtr', 'Freightage' => 'Frachtowanie', 'Group' => 'Grupa', 'ID' => 'ID', 'Info' => 'Info', 'Invoice' => 'Faktura', - 'Invoices' => 'faktury', - 'IsDefault' => 'Jest domyślnym?', + 'Invoices' => 'Faktury', + 'IsDefault' => 'Jest domyślnie?', + 'Items' => '#VALUE!', 'LastContact' => 'Ostatni kontakt', 'LastOrder' => 'Ostatnie zamówienie', - 'Log' => 'Log', - 'Logs' => 'dzienniki', - 'MRR' => 'MRR', - 'MTDSales' => 'MTD sprzedaży', + 'Log' => 'Dziennik', + 'Logs' => 'Kłody', + 'LostCustomers' => '#VALUE!', + 'MRR' => 'MRR.', + 'MTDSales' => 'Sprzedaż MTD.', 'Margin' => 'Margines', - 'Messages' => 'wiadomości', - 'Modified' => 'zmodyfikowany', - 'Modules' => 'moduły', + 'Messages' => 'Wiadomości', + 'Modified' => 'Modyfikowany', + 'Modules' => 'Moduły', 'Name' => 'Nazwa', - 'Name1' => 'nazwa1', - 'Name2' => 'name2', - 'Name3' => 'NAME3', - 'Net' => 'Netto', - 'Notes' => 'Uwagi', + 'Name1' => 'Nazwa1.', + 'Name2' => 'Nazwa2.', + 'Name3' => 'Nazwa3.', + 'Net' => 'Internet', + 'NewCustomers' => '#VALUE!', + 'Notes' => 'Notatki', 'Number' => 'Numer', 'Office' => 'Gabinet', + 'Other' => '#VALUE!', 'Payment' => 'Zapłata', 'PaymentTerm' => 'Termin płatności', 'Permission' => 'Pozwolenie', 'Phone' => 'Telefon', 'Postal' => 'Pocztowy', 'Price' => 'Cena £', - 'Prices' => 'ceny', + 'Prices' => 'Ceny', 'Private' => 'Prywatny', 'Productgroup' => 'Grupa produktów', 'Profile' => 'Profil', + 'Profit' => '#VALUE!', 'Purchase' => 'Zakup', 'Quantity' => 'Ilość', - 'RecentInvoices' => 'Najnowsze Faktury', - 'Sales' => 'Sprzedaż', + 'RecentInvoices' => 'Ostatnie faktury.', + 'Region' => '#VALUE!', + 'Rep' => '#VALUE!', + 'Retention' => '#VALUE!', + 'Sales' => 'Obroty', 'Segment' => 'Człon', - 'Segments' => 'segmenty', - 'Subtype' => 'podtyp', + 'Segments' => 'Segmenty', + 'Subtype' => 'Podtyp', 'Support' => 'Wsparcie', - 'Tags' => 'tagi', + 'Tags' => 'Tagi.', 'Title' => '#VALUE!', + 'Total' => '#VALUE!', + 'TotalPrice' => '#VALUE!', 'Type' => 'Rodzaj', + 'UnitPrice' => '#VALUE!', + 'Value' => '#VALUE!', 'Website' => 'Stronie internetowej', 'Wire' => 'Drut', - 'YTDSales' => 'YTD sprzedaży', + 'YTDSales' => 'Sprzedaż Ytd.', 'Zip' => 'Zamek błyskawiczny', ]]; diff --git a/Theme/Backend/Lang/pt.lang.php b/Theme/Backend/Lang/pt.lang.php index 1b19695..b84b67c 100755 --- a/Theme/Backend/Lang/pt.lang.php +++ b/Theme/Backend/Lang/pt.lang.php @@ -16,83 +16,111 @@ return ['ClientManagement' => [ 'Accounting' => 'Contabilidade', 'Addition' => 'Adição', 'Address' => 'Endereço', - 'Addresses' => 'endereços', + 'Addresses' => 'Endereços', + 'Africa' => '#VALUE!', + 'AllCustomers' => '#VALUE!', + 'America' => '#VALUE!', + 'Analyse' => '#VALUE!', 'AreaManager' => 'Gerente da área', - 'Articlegroup' => 'Articlegroup', - 'Articles' => 'artigos', + 'Articlegroup' => 'ArticleGroup', + 'Articles' => 'Artigos', + 'Asia' => '#VALUE!', + 'Attribute' => '#VALUE!', + 'Attributes' => '#VALUE!', 'Balance' => 'Equilíbrio', + 'BaseTime' => '#VALUE!', + 'Bills' => '#VALUE!', 'Bonus' => 'Bônus', 'Business' => 'O negócio', - 'CLV' => 'CLV', + 'CIS' => '#VALUE!', + 'CLV' => 'Clv.', 'Calendar' => 'Calendário', 'City' => 'Cidade', 'Client' => 'Cliente', - 'Clients' => 'clientes', + 'ClientID' => '#VALUE!', + 'Clients' => 'Clientes', + 'ComparisonTime' => '#VALUE!', 'Contact' => 'Contato', 'Country' => 'País', 'Created' => 'Criado', 'CreatedAt' => '#VALUE!', - 'CreditRating' => 'avaliação de crédito', + 'CreditRating' => 'Rating de crédito', 'Creditcard' => 'Cartão de crédito', - 'DSO' => 'DSO', + 'Customers' => '#VALUE!', + 'DSO' => 'Dso.', 'Date' => 'Encontro', - 'Default' => 'Predefinição', + 'Default' => 'Padrão', 'Delivery' => 'Entrega', 'Discount' => 'Desconto', - 'DiscountP' => '% de desconto', - 'Documents' => 'documentos', - 'Due' => 'Devido', - 'Email' => 'O email', + 'DiscountBonus' => '#VALUE!', + 'DiscountP' => 'Desconto%', + 'Documents' => 'Documentos', + 'Due' => 'Vencimento', + 'Email' => 'E-mail', + 'Europe' => '#VALUE!', 'Fax' => 'Fax', 'Files' => 'arquivos', - 'Freightage' => 'frete', + 'Filter' => 'Filtro', + 'Freightage' => 'Freightage', 'Group' => 'Grupo', - 'ID' => 'EU IA', - 'Info' => 'informações', + 'ID' => 'identificação', + 'Info' => 'Info', 'Invoice' => 'Fatura', 'Invoices' => 'Faturas', - 'IsDefault' => 'É o padrão?', - 'LastContact' => 'último contato', + 'IsDefault' => 'É padrão?', + 'Items' => '#VALUE!', + 'LastContact' => 'Último contato.', 'LastOrder' => 'Último pedido', 'Log' => 'Registro', 'Logs' => 'Histórico', - 'MRR' => 'MRR', - 'MTDSales' => 'MTD Vendas', + 'LostCustomers' => '#VALUE!', + 'MRR' => 'MRR.', + 'MTDSales' => 'Sales Mtd.', 'Margin' => 'Margem', - 'Messages' => 'mensagens', - 'Modified' => 'modificada', - 'Modules' => 'módulos', + 'Messages' => 'Mensagens', + 'Modified' => 'Modificado', + 'Modules' => 'Módulos.', 'Name' => 'Nome', - 'Name1' => 'Name1', - 'Name2' => 'Name2', - 'Name3' => 'Name3', + 'Name1' => 'Nome1.', + 'Name2' => 'Nome2.', + 'Name3' => 'Nome3.', 'Net' => 'Internet', + 'NewCustomers' => '#VALUE!', 'Notes' => 'Notas', 'Number' => 'Número', 'Office' => 'Escritório', + 'Other' => '#VALUE!', 'Payment' => 'Pagamento', 'PaymentTerm' => 'Termo de pagamento', 'Permission' => 'Permissão', 'Phone' => 'Telefone', 'Postal' => 'Postal', 'Price' => 'Preço', - 'Prices' => 'preços', + 'Prices' => 'Preços', 'Private' => 'Privado', 'Productgroup' => 'Grupo de produtos', 'Profile' => 'Perfil', - 'Purchase' => 'Compra', + 'Profit' => '#VALUE!', + 'Purchase' => 'Comprar', 'Quantity' => 'Quantidade', - 'RecentInvoices' => 'facturas recentes', + 'RecentInvoices' => 'Faturas recentes', + 'Region' => '#VALUE!', + 'Rep' => '#VALUE!', + 'Retention' => '#VALUE!', 'Sales' => 'Vendas', 'Segment' => 'Segmento', - 'Segments' => 'segmentos', - 'Subtype' => 'subtipo', + 'Segments' => 'Segmentos', + 'Subtype' => 'Subtipo', 'Support' => 'Apoio, suporte', 'Tags' => 'Tag', 'Title' => '#VALUE!', + 'Total' => '#VALUE!', + 'TotalPrice' => '#VALUE!', 'Type' => 'Modelo', + 'UnitPrice' => '#VALUE!', + 'Value' => '#VALUE!', 'Website' => 'Local na rede Internet', - 'Wire' => 'Escuta', - 'YTDSales' => 'acumulado de vendas', + 'Wire' => 'Fio', + 'YTDSales' => 'Vendas do ano', 'Zip' => 'Fecho eclair', ]]; diff --git a/Theme/Backend/Lang/ru.lang.php b/Theme/Backend/Lang/ru.lang.php index b65d8f8..1b19b23 100755 --- a/Theme/Backend/Lang/ru.lang.php +++ b/Theme/Backend/Lang/ru.lang.php @@ -17,82 +17,110 @@ return ['ClientManagement' => [ 'Addition' => 'Добавление', 'Address' => 'Адрес', 'Addresses' => 'Адреса', + 'Africa' => '#VALUE!', + 'AllCustomers' => '#VALUE!', + 'America' => '#VALUE!', + 'Analyse' => '#VALUE!', 'AreaManager' => 'Региональный менеджер', - 'Articlegroup' => 'Articlegroup', - 'Articles' => 'статьи', - 'Balance' => 'Баланс', - 'Bonus' => 'бонус', + 'Articlegroup' => 'Staregroup.', + 'Articles' => 'Статьи', + 'Asia' => '#VALUE!', + 'Attribute' => '#VALUE!', + 'Attributes' => '#VALUE!', + 'Balance' => 'Остаток средств', + 'BaseTime' => '#VALUE!', + 'Bills' => '#VALUE!', + 'Bonus' => 'Бонус', 'Business' => 'Бизнес', - 'CLV' => 'CLV', + 'CIS' => '#VALUE!', + 'CLV' => 'Каблук', 'Calendar' => 'Календарь', 'City' => 'Город', - 'Client' => 'клиент', - 'Clients' => 'клиенты', + 'Client' => 'Клиент', + 'ClientID' => '#VALUE!', + 'Clients' => 'Клиенты', + 'ComparisonTime' => '#VALUE!', 'Contact' => 'Контакт', 'Country' => 'Страна', 'Created' => 'Созданный', 'CreatedAt' => '#VALUE!', - 'CreditRating' => 'оценка кредитоспособности', + 'CreditRating' => 'Кредитный рейтинг', 'Creditcard' => 'Кредитная карта', + 'Customers' => '#VALUE!', 'DSO' => 'DSO', 'Date' => 'Дата', 'Default' => 'Дефолт', 'Delivery' => 'Доставка', 'Discount' => 'Скидка', + 'DiscountBonus' => '#VALUE!', 'DiscountP' => 'Скидка %', - 'Documents' => 'документы', - 'Due' => 'Должный', + 'Documents' => 'Документы', + 'Due' => 'Должное', 'Email' => 'Электронное письмо', - 'Fax' => 'факс', - 'Files' => 'файлы', - 'Freightage' => 'грузовместимость', + 'Europe' => '#VALUE!', + 'Fax' => 'Факс', + 'Files' => 'Файлы', + 'Filter' => 'Фильтр', + 'Freightage' => 'Фрахты', 'Group' => 'Группа', 'ID' => 'Я БЫ', 'Info' => 'Информация', - 'Invoice' => 'Выставленный счет', - 'Invoices' => 'Счета-фактуры', - 'IsDefault' => 'Является ли по умолчанию?', - 'LastContact' => 'Последний Контакт', + 'Invoice' => 'Счет', + 'Invoices' => 'Счета', + 'IsDefault' => 'По умолчанию?', + 'Items' => '#VALUE!', + 'LastContact' => 'Последний контакт', 'LastOrder' => 'Последний заказ', 'Log' => 'Бревно', - 'Logs' => 'бревна', + 'Logs' => 'Журналы', + 'LostCustomers' => '#VALUE!', 'MRR' => 'MRR', - 'MTDSales' => 'MTD продаж', - 'Margin' => 'Поле', + 'MTDSales' => 'MTD Sales.', + 'Margin' => 'Допуск', 'Messages' => 'Сообщения', - 'Modified' => 'модифицированный', + 'Modified' => 'Модифицированный', 'Modules' => 'Модули', 'Name' => 'Имя', - 'Name1' => 'Name1', - 'Name2' => 'Name2', - 'Name3' => 'name3', + 'Name1' => 'Имя1.', + 'Name2' => 'Имя2.', + 'Name3' => 'Имя3.', 'Net' => 'Сеть', + 'NewCustomers' => '#VALUE!', 'Notes' => 'Примечания', 'Number' => 'Число', 'Office' => 'Офис', + 'Other' => '#VALUE!', 'Payment' => 'Оплата', 'PaymentTerm' => 'Условия оплаты', 'Permission' => 'Разрешение', 'Phone' => 'Телефон', - 'Postal' => 'почтовый', + 'Postal' => 'Почтовый', 'Price' => 'Цена', 'Prices' => 'Цены', 'Private' => 'Частный', 'Productgroup' => 'Группа товаров', 'Profile' => 'Профиль', + 'Profit' => '#VALUE!', 'Purchase' => 'Покупка', 'Quantity' => 'Количество', - 'RecentInvoices' => 'Последние счетов-фактур', + 'RecentInvoices' => 'Недавние счета', + 'Region' => '#VALUE!', + 'Rep' => '#VALUE!', + 'Retention' => '#VALUE!', 'Sales' => 'Продажи', - 'Segment' => 'сегмент', + 'Segment' => 'Сегмент', 'Segments' => 'Сегменты', 'Subtype' => 'Подтип', - 'Support' => 'Поддерживать', + 'Support' => 'Служба поддержки', 'Tags' => 'Теги', 'Title' => '#VALUE!', + 'Total' => '#VALUE!', + 'TotalPrice' => '#VALUE!', 'Type' => 'Тип', - 'Website' => 'Интернет сайт', + 'UnitPrice' => '#VALUE!', + 'Value' => '#VALUE!', + 'Website' => 'Веб-сайт', 'Wire' => 'Проволока', - 'YTDSales' => 'Наивысший Менеджер по продажам', - 'Zip' => 'застежка-молния', + 'YTDSales' => 'YTD Sales.', + 'Zip' => 'Zip.', ]]; diff --git a/Theme/Backend/Lang/sv.lang.php b/Theme/Backend/Lang/sv.lang.php index 725c10c..0e0d347 100755 --- a/Theme/Backend/Lang/sv.lang.php +++ b/Theme/Backend/Lang/sv.lang.php @@ -16,83 +16,111 @@ return ['ClientManagement' => [ 'Accounting' => 'Bokföring', 'Addition' => 'Tillägg', 'Address' => 'Adress', - 'Addresses' => 'adresser', + 'Addresses' => 'Adresser', + 'Africa' => '#VALUE!', + 'AllCustomers' => '#VALUE!', + 'America' => '#VALUE!', + 'Analyse' => '#VALUE!', 'AreaManager' => 'Områdeschef', - 'Articlegroup' => 'Articlegroup', - 'Articles' => 'artiklar', + 'Articlegroup' => 'Artikelgrupp', + 'Articles' => 'Artiklar', + 'Asia' => '#VALUE!', + 'Attribute' => '#VALUE!', + 'Attributes' => '#VALUE!', 'Balance' => 'Balans', + 'BaseTime' => '#VALUE!', + 'Bills' => '#VALUE!', 'Bonus' => 'Bonus', 'Business' => 'Företag', - 'CLV' => 'CLV', + 'CIS' => '#VALUE!', + 'CLV' => 'Clv', 'Calendar' => 'Kalender', 'City' => 'Stad', 'Client' => 'Klient', - 'Clients' => 'kunder', + 'ClientID' => '#VALUE!', + 'Clients' => 'Klienter', + 'ComparisonTime' => '#VALUE!', 'Contact' => 'Kontakt', 'Country' => 'Land', 'Created' => 'Skapad', 'CreatedAt' => '#VALUE!', 'CreditRating' => 'Kreditvärdighet', 'Creditcard' => 'Kreditkort', - 'DSO' => 'DSO', + 'Customers' => '#VALUE!', + 'DSO' => 'Do', 'Date' => 'Datum', 'Default' => 'Standard', 'Delivery' => 'Leverans', 'Discount' => 'Rabatt', - 'DiscountP' => 'rabatt%', + 'DiscountBonus' => '#VALUE!', + 'DiscountP' => 'Rabatt%', 'Documents' => 'Dokument', - 'Due' => 'Till följd av', + 'Due' => 'På grund av', 'Email' => 'E-post', + 'Europe' => '#VALUE!', 'Fax' => 'Fax', - 'Files' => 'filer', - 'Freightage' => 'LAST', + 'Files' => 'Filer', + 'Filter' => 'Filtrera', + 'Freightage' => 'Frakt', 'Group' => 'Grupp', - 'ID' => 'ID', + 'ID' => 'Id', 'Info' => 'Info', 'Invoice' => 'Faktura', - 'Invoices' => 'fakturor', + 'Invoices' => 'Fakturor', 'IsDefault' => 'Är standard?', - 'LastContact' => 'senast Kontakta', + 'Items' => '#VALUE!', + 'LastContact' => 'Senaste kontakten', 'LastOrder' => 'Sista beställningen', 'Log' => 'Logga', - 'Logs' => 'loggar', - 'MRR' => 'MRR', - 'MTDSales' => 'MTD Sales', + 'Logs' => 'Loggar', + 'LostCustomers' => '#VALUE!', + 'MRR' => 'Mrr', + 'MTDSales' => 'MTD-försäljning', 'Margin' => 'Marginal', - 'Messages' => 'meddelanden', + 'Messages' => 'Budskap', 'Modified' => 'Ändrad', - 'Modules' => 'moduler', + 'Modules' => 'Moduler', 'Name' => 'namn', - 'Name1' => 'namn1', - 'Name2' => 'name2', - 'Name3' => 'NAME3', + 'Name1' => 'Namn1', + 'Name2' => 'Namn2', + 'Name3' => 'Namn3', 'Net' => 'Netto', - 'Notes' => 'anteckningar', + 'NewCustomers' => '#VALUE!', + 'Notes' => 'Anteckningar', 'Number' => 'siffra', 'Office' => 'Kontor', + 'Other' => '#VALUE!', 'Payment' => 'Betalning', 'PaymentTerm' => 'Betalningsvillkor', - 'Permission' => 'Lov', + 'Permission' => 'Tillstånd', 'Phone' => 'Telefon', 'Postal' => 'Post', 'Price' => 'Pris', - 'Prices' => 'priserna', + 'Prices' => 'Priser', 'Private' => 'Privat', 'Productgroup' => 'Produktgrupp', 'Profile' => 'Profil', + 'Profit' => '#VALUE!', 'Purchase' => 'Inköp', 'Quantity' => 'Kvantitet', - 'RecentInvoices' => 'nya fakturor', - 'Sales' => 'försäljning', + 'RecentInvoices' => 'Nya fakturor', + 'Region' => '#VALUE!', + 'Rep' => '#VALUE!', + 'Retention' => '#VALUE!', + 'Sales' => 'Försäljning', 'Segment' => 'Segmentet', - 'Segments' => 'segment', - 'Subtype' => 'subtyp', + 'Segments' => 'Segment', + 'Subtype' => 'Subtyp', 'Support' => 'Stöd', - 'Tags' => 'Tags', + 'Tags' => 'Tagg', 'Title' => '#VALUE!', + 'Total' => '#VALUE!', + 'TotalPrice' => '#VALUE!', 'Type' => 'Typ', + 'UnitPrice' => '#VALUE!', + 'Value' => '#VALUE!', 'Website' => 'Hemsida', 'Wire' => 'Tråd', - 'YTDSales' => 'YTD Sales', + 'YTDSales' => 'YTD-försäljning', 'Zip' => 'Blixtlås', ]]; diff --git a/Theme/Backend/Lang/th.lang.php b/Theme/Backend/Lang/th.lang.php index 7125c65..85776a5 100755 --- a/Theme/Backend/Lang/th.lang.php +++ b/Theme/Backend/Lang/th.lang.php @@ -17,82 +17,110 @@ return ['ClientManagement' => [ 'Addition' => 'ส่วนที่เพิ่มเข้าไป', 'Address' => 'ที่อยู่', 'Addresses' => 'ที่อยู่', + 'Africa' => '#VALUE!', + 'AllCustomers' => '#VALUE!', + 'America' => '#VALUE!', + 'Analyse' => '#VALUE!', 'AreaManager' => 'ผู้จัดการพื้นที่', - 'Articlegroup' => 'Articlegroup', + 'Articlegroup' => 'ArticleGroup', 'Articles' => 'บทความ', + 'Asia' => '#VALUE!', + 'Attribute' => '#VALUE!', + 'Attributes' => '#VALUE!', 'Balance' => 'สมดุล', + 'BaseTime' => '#VALUE!', + 'Bills' => '#VALUE!', 'Bonus' => 'โบนัส', 'Business' => 'ธุรกิจ', - 'CLV' => 'CLV', + 'CIS' => '#VALUE!', + 'CLV' => 'clv', 'Calendar' => 'ปฏิทิน', 'City' => 'เมือง', - 'Client' => 'ไคลเอนต์', + 'Client' => 'ลูกค้า', + 'ClientID' => '#VALUE!', 'Clients' => 'ลูกค้า', + 'ComparisonTime' => '#VALUE!', 'Contact' => 'ติดต่อ', 'Country' => 'ประเทศ', - 'Created' => 'ที่สร้างไว้', + 'Created' => 'สร้าง', 'CreatedAt' => '#VALUE!', 'CreditRating' => 'การจัดอันดับเครดิต', 'Creditcard' => 'บัตรเครดิต', - 'DSO' => 'เอสโอ', + 'Customers' => '#VALUE!', + 'DSO' => 'DSO', 'Date' => 'วันที่', 'Default' => 'ค่าเริ่มต้น', - 'Delivery' => 'การจัดส่งสินค้า', - 'Discount' => 'ส่วนลด', - 'DiscountP' => '% ส่วนลด', + 'Delivery' => 'จัดส่ง', + 'Discount' => 'การลดราคา', + 'DiscountBonus' => '#VALUE!', + 'DiscountP' => 'การลดราคา %', 'Documents' => 'เอกสาร', - 'Due' => 'ครบกำหนด', - 'Email' => 'อีเมล์', + 'Due' => 'เนื่องจาก', + 'Email' => 'อีเมล', + 'Europe' => '#VALUE!', 'Fax' => 'แฟกซ์', 'Files' => 'ไฟล์', - 'Freightage' => 'ของบรรทุกของ', + 'Filter' => 'กรอง', + 'Freightage' => 'การขนส่งสินค้า', 'Group' => 'กลุ่ม', - 'ID' => 'ID', + 'ID' => 'id', 'Info' => 'ข้อมูล', 'Invoice' => 'ใบแจ้งหนี้', 'Invoices' => 'ใบแจ้งหนี้', 'IsDefault' => 'เป็นค่าเริ่มต้น?', + 'Items' => '#VALUE!', 'LastContact' => 'ติดต่อล่าสุด', 'LastOrder' => 'คำสั่งสุดท้าย', - 'Log' => 'เข้าสู่ระบบ', - 'Logs' => 'ท่อน', + 'Log' => 'บันทึก', + 'Logs' => 'การบันทึก', + 'LostCustomers' => '#VALUE!', 'MRR' => 'MRR', - 'MTDSales' => 'MTD ขาย', - 'Margin' => 'ขอบ', + 'MTDSales' => 'ขาย MTD', + 'Margin' => 'ระยะขอบ', 'Messages' => 'ข้อความ', - 'Modified' => 'ดัดแปลง', + 'Modified' => 'ที่ได้รับการแก้ไข', 'Modules' => 'โมดูล', 'Name' => 'ชื่อ', 'Name1' => 'ชื่อ 1', - 'Name2' => 'name2', - 'Name3' => 'NAME3', + 'Name2' => 'ชื่อ 2', + 'Name3' => 'ชื่อ 3', 'Net' => 'สุทธิ', + 'NewCustomers' => '#VALUE!', 'Notes' => 'หมายเหตุ', - 'Number' => 'จำนวน', + 'Number' => 'ตัวเลข', 'Office' => 'สำนักงาน', + 'Other' => '#VALUE!', 'Payment' => 'การชำระเงิน', 'PaymentTerm' => 'เงื่อนไขการชำระเงิน', 'Permission' => 'การอนุญาต', 'Phone' => 'โทรศัพท์', - 'Postal' => 'ไปรษณีย์', + 'Postal' => 'เกี่ยวกับการไปรษณีย์', 'Price' => 'ราคา', 'Prices' => 'ราคา', - 'Private' => 'เอกชน', - 'Productgroup' => 'Productgroup', - 'Profile' => 'ข้อมูลส่วนตัว', + 'Private' => 'ส่วนตัว', + 'Productgroup' => 'กลุ่มผลิตภัณฑ์', + 'Profile' => 'ประวัติโดยย่อ', + 'Profit' => '#VALUE!', 'Purchase' => 'ซื้อ', 'Quantity' => 'ปริมาณ', 'RecentInvoices' => 'ใบแจ้งหนี้ล่าสุด', - 'Sales' => 'ขาย', + 'Region' => '#VALUE!', + 'Rep' => '#VALUE!', + 'Retention' => '#VALUE!', + 'Sales' => 'ฝ่ายขาย', 'Segment' => 'ส่วน', 'Segments' => 'กลุ่ม', - 'Subtype' => 'ย่อย', + 'Subtype' => 'ประเภทย่อย', 'Support' => 'สนับสนุน', 'Tags' => 'แท็ก', 'Title' => '#VALUE!', - 'Type' => 'ชนิด', + 'Total' => '#VALUE!', + 'TotalPrice' => '#VALUE!', + 'Type' => 'พิมพ์', + 'UnitPrice' => '#VALUE!', + 'Value' => '#VALUE!', 'Website' => 'เว็บไซต์', 'Wire' => 'ลวด', - 'YTDSales' => 'YTD ขาย', + 'YTDSales' => 'ขาย YTD', 'Zip' => 'ซิป', ]]; diff --git a/Theme/Backend/Lang/tr.lang.php b/Theme/Backend/Lang/tr.lang.php index dd3384d..293625e 100755 --- a/Theme/Backend/Lang/tr.lang.php +++ b/Theme/Backend/Lang/tr.lang.php @@ -17,62 +17,82 @@ return ['ClientManagement' => [ 'Addition' => 'İlave', 'Address' => 'Adres', 'Addresses' => 'Adresler', - 'AreaManager' => 'Bölge Müdürü', - 'Articlegroup' => 'Articlegroup', + 'Africa' => '#VALUE!', + 'AllCustomers' => '#VALUE!', + 'America' => '#VALUE!', + 'Analyse' => '#VALUE!', + 'AreaManager' => 'Alan müdürü', + 'Articlegroup' => 'Makale grubu', 'Articles' => 'Nesne', + 'Asia' => '#VALUE!', + 'Attribute' => '#VALUE!', + 'Attributes' => '#VALUE!', 'Balance' => 'Denge', + 'BaseTime' => '#VALUE!', + 'Bills' => '#VALUE!', 'Bonus' => 'Bonus', - 'Business' => 'iş', - 'CLV' => 'CLV', + 'Business' => 'İşletme', + 'CIS' => '#VALUE!', + 'CLV' => 'Clv', 'Calendar' => 'Takvim', - 'City' => 'Kent', - 'Client' => 'müşteri', + 'City' => 'Şehir', + 'Client' => 'Müşteri', + 'ClientID' => '#VALUE!', 'Clients' => 'Müşteriler', - 'Contact' => 'İletişim', - 'Country' => 'ülke', - 'Created' => 'düzenlendi', + 'ComparisonTime' => '#VALUE!', + 'Contact' => 'Temas', + 'Country' => 'Ülke', + 'Created' => 'Yaratılmış', 'CreatedAt' => '#VALUE!', 'CreditRating' => 'Kredi notu', 'Creditcard' => 'Kredi kartı', - 'DSO' => 'DSO', - 'Date' => 'tarih', + 'Customers' => '#VALUE!', + 'DSO' => 'Dso', + 'Date' => 'Tarih', 'Default' => 'Varsayılan', - 'Delivery' => 'teslim', + 'Delivery' => 'Teslimat', 'Discount' => 'İndirim', + 'DiscountBonus' => '#VALUE!', 'DiscountP' => 'İndirim %', - 'Documents' => 'evraklar', - 'Due' => 'nedeniyle', + 'Documents' => 'Belgeler', + 'Due' => 'Vadesi dolmuş', 'Email' => 'E-posta', + 'Europe' => '#VALUE!', 'Fax' => 'Faks', 'Files' => 'Dosyalar', - 'Freightage' => 'yük taşıma', - 'Group' => 'grup', + 'Filter' => 'Filtrelemek', + 'Freightage' => 'Yük', + 'Group' => 'Grup', 'ID' => 'İD', 'Info' => 'Bilgi', 'Invoice' => 'Fatura', 'Invoices' => 'Faturalar', 'IsDefault' => 'Varsayılan mı?', - 'LastContact' => 'Son İletişim', + 'Items' => '#VALUE!', + 'LastContact' => 'Son iletişim', 'LastOrder' => 'Son sipariş', - 'Log' => 'Giriş', + 'Log' => 'Kayıt', 'Logs' => 'Kütükler', - 'MRR' => 'MRR', - 'MTDSales' => 'MTD Satış', - 'Margin' => 'kenar', - 'Messages' => 'Mesajlar', + 'LostCustomers' => '#VALUE!', + 'MRR' => 'Mrr', + 'MTDSales' => 'Mtd satışları', + 'Margin' => 'Marj', + 'Messages' => 'Mesaj', 'Modified' => 'Değiştirilmiş', 'Modules' => 'Modüller', - 'Name' => 'ad', + 'Name' => 'İsim', 'Name1' => 'İsim1', - 'Name2' => 'Ad2', - 'Name3' => 'NAME3', + 'Name2' => 'İsim2', + 'Name3' => 'İsim3', 'Net' => 'Ağ', - 'Notes' => 'notlar', + 'NewCustomers' => '#VALUE!', + 'Notes' => 'Notalar', 'Number' => 'Numara', 'Office' => 'Ofis', + 'Other' => '#VALUE!', 'Payment' => 'Ödeme', 'PaymentTerm' => 'Ödeme koşulu', - 'Permission' => 'izin', + 'Permission' => 'İzin', 'Phone' => 'Telefon', 'Postal' => 'Posta', 'Price' => 'Fiyat', @@ -80,19 +100,27 @@ return ['ClientManagement' => [ 'Private' => 'Özel', 'Productgroup' => 'Ürün grubu', 'Profile' => 'Profil', + 'Profit' => '#VALUE!', 'Purchase' => 'Satın alma', - 'Quantity' => 'miktar', + 'Quantity' => 'Miktar', 'RecentInvoices' => 'Son Faturalar', + 'Region' => '#VALUE!', + 'Rep' => '#VALUE!', + 'Retention' => '#VALUE!', 'Sales' => 'Satış', - 'Segment' => 'bölüm', - 'Segments' => 'Bölümleri', - 'Subtype' => 'Alt tür', + 'Segment' => 'Segment', + 'Segments' => 'Segmentler', + 'Subtype' => 'Alt tip', 'Support' => 'Destek', 'Tags' => 'Etiketler', 'Title' => '#VALUE!', - 'Type' => 'tip', + 'Total' => '#VALUE!', + 'TotalPrice' => '#VALUE!', + 'Type' => 'Tip', + 'UnitPrice' => '#VALUE!', + 'Value' => '#VALUE!', 'Website' => 'İnternet sitesi', 'Wire' => 'Tel', - 'YTDSales' => 'YBB Satış', + 'YTDSales' => 'YTD satışları', 'Zip' => 'Zip', ]]; diff --git a/Theme/Backend/Lang/uk.lang.php b/Theme/Backend/Lang/uk.lang.php index f338943..19ff7a7 100755 --- a/Theme/Backend/Lang/uk.lang.php +++ b/Theme/Backend/Lang/uk.lang.php @@ -13,86 +13,114 @@ declare(strict_types=1); return ['ClientManagement' => [ - 'Accounting' => 'облік', - 'Addition' => 'додаток', - 'Address' => 'адреса', - 'Addresses' => 'адреси', - 'AreaManager' => 'Area Manager', - 'Articlegroup' => 'Articlegroup', - 'Articles' => 'статті', - 'Balance' => 'баланс', - 'Bonus' => 'бонус', - 'Business' => 'бізнес', - 'CLV' => 'CLV', - 'Calendar' => 'календар', - 'City' => 'місто', - 'Client' => 'клієнт', - 'Clients' => 'клієнти', - 'Contact' => 'контакт', - 'Country' => 'країна', - 'Created' => 'створений', + 'Accounting' => 'Бухгалтерський облік', + 'Addition' => 'Додавання', + 'Address' => 'Адреса', + 'Addresses' => 'Адреси', + 'Africa' => '#VALUE!', + 'AllCustomers' => '#VALUE!', + 'America' => '#VALUE!', + 'Analyse' => '#VALUE!', + 'AreaManager' => 'Менеджер області', + 'Articlegroup' => 'Статтюгрупи', + 'Articles' => 'Статті', + 'Asia' => '#VALUE!', + 'Attribute' => '#VALUE!', + 'Attributes' => '#VALUE!', + 'Balance' => 'Баланс', + 'BaseTime' => '#VALUE!', + 'Bills' => '#VALUE!', + 'Bonus' => 'Бонус', + 'Business' => 'Бізнес', + 'CIS' => '#VALUE!', + 'CLV' => 'Клоп', + 'Calendar' => 'Календар', + 'City' => 'Місто', + 'Client' => 'Клієнт', + 'ClientID' => '#VALUE!', + 'Clients' => 'Клієнти', + 'ComparisonTime' => '#VALUE!', + 'Contact' => 'Контакт', + 'Country' => 'Країна', + 'Created' => 'Створений', 'CreatedAt' => '#VALUE!', 'CreditRating' => 'Кредитний рейтинг', 'Creditcard' => 'Кредитна карта', - 'DSO' => 'DSO', + 'Customers' => '#VALUE!', + 'DSO' => 'Дз', 'Date' => 'Дата', - 'Default' => 'дефолт', - 'Delivery' => 'доставка', - 'Discount' => 'знижка', - 'DiscountP' => 'знижка%', - 'Documents' => 'документи', - 'Due' => 'належне', - 'Email' => 'E-mail', - 'Fax' => 'факс', - 'Files' => 'файли', - 'Freightage' => 'вантажомісткість', - 'Group' => 'група', - 'ID' => 'ID', - 'Info' => 'інформація', - 'Invoice' => 'рахунок-фактура', + 'Default' => 'За замовчуванням', + 'Delivery' => 'Доставка', + 'Discount' => 'Знижка', + 'DiscountBonus' => '#VALUE!', + 'DiscountP' => 'Знижка%', + 'Documents' => 'Документи', + 'Due' => 'Заборгованість', + 'Email' => 'Електронна пошта', + 'Europe' => '#VALUE!', + 'Fax' => 'Факс', + 'Files' => 'Файли', + 'Filter' => 'Фільтрувати', + 'Freightage' => 'Фрахт', + 'Group' => 'Група', + 'ID' => 'Ідентифікатор', + 'Info' => 'Інформація', + 'Invoice' => 'Рахунок-фактура', 'Invoices' => 'Рахунки-фактури', 'IsDefault' => 'Чи є за замовчуванням?', - 'LastContact' => 'Останній Контакт', - 'LastOrder' => 'останнє замовлення', - 'Log' => 'Ввійти', - 'Logs' => 'колоди', - 'MRR' => 'MRR', - 'MTDSales' => 'MTD продажів', - 'Margin' => 'націнка', - 'Messages' => 'повідомлення', - 'Modified' => 'модифікований', - 'Modules' => 'модулі', - 'Name' => 'ім\'я', + 'Items' => '#VALUE!', + 'LastContact' => 'Останній контакт', + 'LastOrder' => 'Остання замовлення', + 'Log' => 'Журнал', + 'Logs' => 'Журнали', + 'LostCustomers' => '#VALUE!', + 'MRR' => 'Пан', + 'MTDSales' => 'Продажі MTD', + 'Margin' => 'Маржа', + 'Messages' => 'Повідомлень', + 'Modified' => 'Модифікований', + 'Modules' => 'Модулі', + 'Name' => 'Назва', 'Name1' => 'Name1', 'Name2' => 'Name2', - 'Name3' => 'name3', - 'Net' => 'нетто', - 'Notes' => 'примітки', - 'Number' => 'номер', - 'Office' => 'офіс', - 'Payment' => 'оплата', + 'Name3' => 'Name3', + 'Net' => 'Сітка', + 'NewCustomers' => '#VALUE!', + 'Notes' => 'Ноти', + 'Number' => 'Число', + 'Office' => 'Офіс', + 'Other' => '#VALUE!', + 'Payment' => 'Платіж', 'PaymentTerm' => 'Термін оплати', - 'Permission' => 'дозвіл', - 'Phone' => 'телефон', - 'Postal' => 'поштовий', - 'Price' => 'ціна', - 'Prices' => 'ціни', - 'Private' => 'приватний', + 'Permission' => 'Дозвіл', + 'Phone' => 'Телефон', + 'Postal' => 'Поштовий', + 'Price' => 'Ціна', + 'Prices' => 'Ціни', + 'Private' => 'Приватний', 'Productgroup' => 'Група продуктів', - 'Profile' => 'профіль', - 'Purchase' => 'покупка', - 'Quantity' => 'кількість', - 'RecentInvoices' => 'Останні рахунків-фактур', - 'Sales' => 'продажів', - 'Segment' => 'сегмент', - 'Segments' => 'сегменти', - 'Subtype' => 'підтип', - 'Support' => 'підтримка', + 'Profile' => 'Профіль', + 'Profit' => '#VALUE!', + 'Purchase' => 'Придбання', + 'Quantity' => 'Кількість', + 'RecentInvoices' => 'Останні рахунки-фактури', + 'Region' => '#VALUE!', + 'Rep' => '#VALUE!', + 'Retention' => '#VALUE!', + 'Sales' => 'Продаж', + 'Segment' => 'Сегмент', + 'Segments' => 'Сегменти', + 'Subtype' => 'Підтип', + 'Support' => 'Підтримка', 'Tags' => 'Теги', 'Title' => '#VALUE!', - 'Type' => 'тип', - 'Website' => 'веб-сайт', - 'Wire' => 'дротяний', - 'YTDSales' => 'Найвищий Менеджер з продажу', - 'Zip' => 'застібка-блискавка', + 'Total' => '#VALUE!', + 'TotalPrice' => '#VALUE!', + 'Type' => 'Тип', + 'UnitPrice' => '#VALUE!', + 'Value' => '#VALUE!', + 'Website' => 'Веб-сайт', + 'Wire' => 'Дріт', + 'YTDSales' => 'Ytd продажі', + 'Zip' => 'Блиск', ]]; diff --git a/Theme/Backend/Lang/zh.lang.php b/Theme/Backend/Lang/zh.lang.php index 3d7c6c5..f4c5804 100755 --- a/Theme/Backend/Lang/zh.lang.php +++ b/Theme/Backend/Lang/zh.lang.php @@ -17,59 +17,79 @@ return ['ClientManagement' => [ 'Addition' => '添加', 'Address' => '地址', 'Addresses' => '地址', + 'Africa' => '#VALUE!', + 'AllCustomers' => '#VALUE!', + 'America' => '#VALUE!', + 'Analyse' => '#VALUE!', 'AreaManager' => '区域经理', - 'Articlegroup' => 'Articlegroup', - 'Articles' => '用品', + 'Articlegroup' => '商品组', + 'Articles' => '文章', + 'Asia' => '#VALUE!', + 'Attribute' => '#VALUE!', + 'Attributes' => '#VALUE!', 'Balance' => '平衡', + 'BaseTime' => '#VALUE!', + 'Bills' => '#VALUE!', 'Bonus' => '奖金', 'Business' => '商业', - 'CLV' => 'CLV', + 'CIS' => '#VALUE!', + 'CLV' => 'CLV.', 'Calendar' => '日历', 'City' => '城市', 'Client' => '客户', - 'Clients' => '客户端', + 'ClientID' => '#VALUE!', + 'Clients' => '客户', + 'ComparisonTime' => '#VALUE!', 'Contact' => '接触', 'Country' => '国家', - 'Created' => '创建', + 'Created' => '创造了', 'CreatedAt' => '#VALUE!', 'CreditRating' => '信用评级', 'Creditcard' => '信用卡', + 'Customers' => '#VALUE!', 'DSO' => 'DSO', 'Date' => '日期', 'Default' => '默认', 'Delivery' => '交货', 'Discount' => '折扣', + 'DiscountBonus' => '#VALUE!', 'DiscountP' => '折扣 %', 'Documents' => '文件', 'Due' => '到期的', 'Email' => '电子邮件', + 'Europe' => '#VALUE!', 'Fax' => '传真', - 'Files' => '档', - 'Freightage' => '货物运输', + 'Files' => '文件', + 'Filter' => '筛选', + 'Freightage' => 'FRIGUTAGE.', 'Group' => '团体', 'ID' => 'ID', 'Info' => '信息', 'Invoice' => '发票', 'Invoices' => '发票', - 'IsDefault' => '是默认?', - 'LastContact' => '最后联系', + 'IsDefault' => '默认为默认情况下?', + 'Items' => '#VALUE!', + 'LastContact' => '最后联系人', 'LastOrder' => '最后的订单', 'Log' => '日志', 'Logs' => '日志', - 'MRR' => 'MRR', + 'LostCustomers' => '#VALUE!', + 'MRR' => 'MRR.', 'MTDSales' => 'MTD销售', 'Margin' => '利润', 'Messages' => '消息', 'Modified' => '修改的', 'Modules' => '模块', - 'Name' => '姓名', - 'Name1' => '名1', - 'Name2' => '名称2', - 'Name3' => 'NAME3', + 'Name' => '名称', + 'Name1' => '名称1', + 'Name2' => '名称2.', + 'Name3' => '名称3.', 'Net' => '网', + 'NewCustomers' => '#VALUE!', 'Notes' => '笔记', 'Number' => '数字', 'Office' => '办公室', + 'Other' => '#VALUE!', 'Payment' => '支付', 'PaymentTerm' => '付款期限', 'Permission' => '允许', @@ -80,19 +100,27 @@ return ['ClientManagement' => [ 'Private' => '私人的', 'Productgroup' => '产品组', 'Profile' => '轮廓', + 'Profit' => '#VALUE!', 'Purchase' => '购买', 'Quantity' => '数量', 'RecentInvoices' => '最近的发票', + 'Region' => '#VALUE!', + 'Rep' => '#VALUE!', + 'Retention' => '#VALUE!', 'Sales' => '销售量', - 'Segment' => '部分', + 'Segment' => '分割', 'Segments' => '段', 'Subtype' => '亚型', 'Support' => '支持', 'Tags' => '标签', 'Title' => '#VALUE!', + 'Total' => '#VALUE!', + 'TotalPrice' => '#VALUE!', 'Type' => '类型', + 'UnitPrice' => '#VALUE!', + 'Value' => '#VALUE!', 'Website' => '网站', 'Wire' => '金属丝', - 'YTDSales' => '年初至今累计', + 'YTDSales' => 'ytd销售', 'Zip' => '压缩', ]];