update lang files

This commit is contained in:
Dennis Eichhorn 2022-02-12 21:18:51 +01:00
parent 3cba69b447
commit aad04c26dc
44 changed files with 1128 additions and 726 deletions

View File

@ -0,0 +1,19 @@
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Navigation' => [
'Create' => 'يخلق',
'List' => 'قائمة',
'Suppliers' => 'الموردون',
]];

View File

@ -0,0 +1,19 @@
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Navigation' => [
'Create' => 'Vytvořit',
'List' => 'Seznam',
'Suppliers' => 'Dodavatelé',
]];

View File

@ -0,0 +1,19 @@
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Navigation' => [
'Create' => 'skab',
'List' => 'Liste',
'Suppliers' => 'Leverandører.',
]];

View File

@ -4,7 +4,7 @@
* *
* PHP Version 8.0 * PHP Version 8.0
* *
* @package Modules\SupplierManagement * @package Modules\Localization
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
@ -13,7 +13,7 @@
declare(strict_types=1); declare(strict_types=1);
return ['Navigation' => [ return ['Navigation' => [
'Create' => 'Erstelle', 'Create' => 'Erstellen',
'List' => 'Liste', 'List' => 'Aufführen',
'Suppliers' => 'Lieferanten', 'Suppliers' => 'Lieferanten',
]]; ]];

View File

@ -0,0 +1,19 @@
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Navigation' => [
'Create' => 'Δημιουργώ',
'List' => 'Λίστα',
'Suppliers' => 'Προμηθευτές',
]];

View File

@ -4,7 +4,7 @@
* *
* PHP Version 8.0 * PHP Version 8.0
* *
* @package Modules\SupplierManagement * @package Modules\Localization
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0

View File

@ -0,0 +1,19 @@
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Navigation' => [
'Create' => 'Crear',
'List' => 'Lista',
'Suppliers' => 'Proveedores',
]];

View File

@ -0,0 +1,19 @@
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Navigation' => [
'Create' => 'Luoda',
'List' => 'Lista',
'Suppliers' => 'Toimittajat',
]];

View File

@ -0,0 +1,19 @@
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Navigation' => [
'Create' => 'Créer',
'List' => 'Lister',
'Suppliers' => 'Fournisseurs',
]];

View File

@ -0,0 +1,19 @@
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Navigation' => [
'Create' => 'Teremt',
'List' => 'Lista',
'Suppliers' => 'Beszállítók',
]];

View File

@ -0,0 +1,19 @@
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Navigation' => [
'Create' => 'Creare',
'List' => 'Elenco',
'Suppliers' => 'Fornitori',
]];

View File

@ -0,0 +1,19 @@
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Navigation' => [
'Create' => '作成',
'List' => 'リスト',
'Suppliers' => 'サプライヤー',
]];

View File

@ -0,0 +1,19 @@
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Navigation' => [
'Create' => '만들다',
'List' => '목록',
'Suppliers' => '공급자',
]];

View File

@ -0,0 +1,19 @@
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Navigation' => [
'Create' => 'Skape',
'List' => 'Liste',
'Suppliers' => 'Leverandører',
]];

View File

@ -0,0 +1,19 @@
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Navigation' => [
'Create' => 'Tworzyć',
'List' => 'Lista',
'Suppliers' => 'Dostawcy',
]];

View File

@ -0,0 +1,19 @@
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Navigation' => [
'Create' => 'Crio',
'List' => 'Lista',
'Suppliers' => 'Fornecedores',
]];

View File

@ -0,0 +1,19 @@
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Navigation' => [
'Create' => 'Создавать',
'List' => 'Список',
'Suppliers' => 'Поставщики',
]];

View File

@ -0,0 +1,19 @@
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Navigation' => [
'Create' => 'Skapa',
'List' => 'Lista',
'Suppliers' => 'Leverantörer',
]];

View File

@ -0,0 +1,19 @@
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Navigation' => [
'Create' => 'สร้าง',
'List' => 'รายการ',
'Suppliers' => 'ซัพพลายเออร์',
]];

View File

@ -0,0 +1,19 @@
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Navigation' => [
'Create' => 'Yaratmak',
'List' => 'Liste',
'Suppliers' => 'Tedarikçiler',
]];

View File

@ -0,0 +1,19 @@
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Navigation' => [
'Create' => 'Створювати',
'List' => 'Список',
'Suppliers' => 'Постачальники',
]];

View File

@ -0,0 +1,19 @@
<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Navigation' => [
'Create' => '创建',
'List' => '列表',
'Suppliers' => '供应商',
]];

View File

@ -18,24 +18,24 @@ return ['SupplierManagement' => [
'Address' => 'تبوك', 'Address' => 'تبوك',
'Addresses' => 'عناوين', 'Addresses' => 'عناوين',
'AreaManager' => 'مدير المنطقة', 'AreaManager' => 'مدير المنطقة',
'Articlegroup' => 'Articlegroup', 'Articlegroup' => 'articlegroup.',
'Articles' => 'مقالات', 'Articles' => 'مقالات',
'Balance' => 'توازن', 'Balance' => 'الرصيد',
'Bonus' => 'علاوة', 'Bonus' => 'علاوة',
'Business' => 'اعمال', 'Business' => 'اعمال',
'CLV' => 'CLV', 'CLV' => 'قذيفة',
'Calendar' => 'تقويم', 'Calendar' => 'تقويم',
'City' => 'مدينة', 'City' => 'مدينة',
'Client' => 'عميل', 'Client' => 'عميل',
'Clients' => 'عملاء', 'Clients' => 'عملاء',
'Contact' => 'اتصال', 'Contact' => 'اتصل',
'Country' => 'دولة', 'Country' => 'دولة',
'Created' => 'مخلوق', 'Created' => 'خلقت',
'CreatedAt' => '#VALUE!', 'CreatedAt' => '#VALUE!',
'CreditRating' => 'التصنيف الائتماني', 'CreditRating' => 'التصنيف الائتماني',
'Creditcard' => 'بطاقة ائتمان', 'Creditcard' => 'بطاقة إئتمان',
'DSO' => 'DSO', 'DSO' => 'DSO.',
'DUE' => 'حق', 'DUE' => 'بسبب',
'Date' => 'تاريخ', 'Date' => 'تاريخ',
'Default' => 'تقصير', 'Default' => 'تقصير',
'Delivery' => 'توصيل', 'Delivery' => 'توصيل',
@ -45,7 +45,7 @@ return ['SupplierManagement' => [
'Due' => '#VALUE!', 'Due' => '#VALUE!',
'Email' => 'بريد الالكتروني', 'Email' => 'بريد الالكتروني',
'Fax' => 'فاكس', 'Fax' => 'فاكس',
'Files' => 'ملفات', 'Files' => 'الملفات',
'Freightage' => 'شحن', 'Freightage' => 'شحن',
'Group' => 'مجموعة', 'Group' => 'مجموعة',
'ID' => 'بطاقة تعريف', 'ID' => 'بطاقة تعريف',
@ -53,50 +53,51 @@ return ['SupplierManagement' => [
'Invoice' => 'فاتورة', 'Invoice' => 'فاتورة',
'Invoices' => 'الفواتير', 'Invoices' => 'الفواتير',
'IsDefault' => 'هو الافتراضي', 'IsDefault' => 'هو الافتراضي',
'LastContact' => 'الاتصال الأخير', 'LastContact' => 'آخر اتصال',
'LastOrder' => 'آخر طلب', 'LastOrder' => 'آخر طلب',
'Log' => 'سجل', 'Log' => 'سجل',
'Logs' => 'السجلات', 'Logs' => 'السجلات',
'MRR' => 'MRR', 'MRR' => 'مرر',
'MTDSales' => 'MTD المبيعات', 'MTDSales' => 'مبيعات MTD',
'Main' => 'رئيسي', 'Main' => 'الأساسية',
'Margin' => 'هامش', 'Margin' => 'هامش',
'Master' => 'يتقن', 'Master' => 'رئيس',
'Messages' => 'رسائل', 'Messages' => 'رسائل',
'Modified' => 'المعدل', 'Modified' => 'تم التعديل',
'Modules' => 'وحدات', 'Modules' => 'وحدات',
'Name' => 'اسم', 'Name' => 'اسم',
'Name1' => 'NAME1', 'Name1' => 'اسم 1.',
'Name2' => 'NAME2', 'Name2' => 'اسم 2.',
'Name3' => 'NAME3', 'Name3' => 'اسم 3.',
'Net' => 'شبكة', 'Net' => 'شبكة',
'Notes' => 'ملاحظات', 'Notes' => 'ملحوظات',
'Number' => 'عدد', 'Number' => 'عدد',
'Office' => 'مكتب. مقر. مركز', 'Office' => 'مكتب. مقر. مركز',
'Payment' => 'دفع', 'Payment' => 'دفع',
'PaymentTerm' => 'الدفع الأجل', 'PaymentTerm' => 'مصطلح الدفع',
'Permission' => 'الإذن', 'Permission' => 'إذن',
'Phone' => 'هاتف', 'Phone' => 'هاتف',
'Postal' => 'بريدي', 'Postal' => 'بريدي',
'Price' => 'السعر', 'Price' => 'السعر',
'Prices' => 'الأسعار', 'Prices' => 'الأسعار.',
'Private' => 'خاص', 'Private' => 'نشر',
'Productgroup' => 'Productgroup', 'Productgroup' => 'productgroup.',
'Profile' => 'حساب تعريفي', 'Profile' => 'الملف الشخصي',
'Purchase' => 'شراء', 'Purchase' => 'شراء',
'Quantity' => 'كمية', 'Quantity' => 'كمية',
'RecentInvoices' => 'الفواتير الأخيرة', 'RecentInvoices' => 'الفواتير الأخيرة',
'Sales' => 'مبيعات', 'Sales' => 'مبيعات',
'Segment' => 'شريحة', 'Segment' => 'قطعة',
'Segments' => 'شرائح', 'Segments' => 'شرائح',
'Subtype' => 'النوع الفرعي', 'Subtype' => 'النوع الفرعي',
'Supplier' => 'المورد', 'Supplier' => 'المورد',
'Suppliers' => 'الموردين', 'Suppliers' => 'الموردون',
'Support' => 'الدعم', 'Support' => 'يدعم',
'Tags' => 'الكلمات', 'Tags' => 'كذا',
'Title' => '#VALUE!', 'Title' => '#VALUE!',
'Type' => 'اكتب', 'Type' => 'نوع',
'Website' => '#VALUE!',
'Wire' => 'الأسلاك', 'Wire' => 'الأسلاك',
'YTDSales' => نذ بداية المبيعات', 'YTDSales' => بيعات YTD',
'Zip' => 'أزيز', 'Zip' => 'أزيز',
]]; ]];

View File

@ -16,87 +16,88 @@ return ['SupplierManagement' => [
'Accounting' => 'Účetnictví', 'Accounting' => 'Účetnictví',
'Addition' => 'Přidání', 'Addition' => 'Přidání',
'Address' => 'Adresa', 'Address' => 'Adresa',
'Addresses' => 'adresy', 'Addresses' => 'Adresy',
'AreaManager' => 'Oblastní manažer', 'AreaManager' => 'Oblastní manažer',
'Articlegroup' => 'Articlegroup', 'Articlegroup' => 'Článek',
'Articles' => 'Články', 'Articles' => 'Články',
'Balance' => 'Zůstatek', 'Balance' => 'Zůstatek',
'Bonus' => 'prémie', 'Bonus' => 'Bonus',
'Business' => 'obchodní', 'Business' => 'Business.',
'CLV' => 'CLV', 'CLV' => 'Clv.',
'Calendar' => 'Kalendář', 'Calendar' => 'Kalendář',
'City' => 'Město', 'City' => 'Město',
'Client' => 'zákazník', 'Client' => 'Klienta',
'Clients' => 'klienti', 'Clients' => 'Klienti',
'Contact' => 'Kontakt', 'Contact' => 'Kontakt',
'Country' => 'Země', 'Country' => 'Země',
'Created' => 'Vytvořeno', 'Created' => 'Vytvořený',
'CreatedAt' => '#VALUE!', 'CreatedAt' => '#VALUE!',
'CreditRating' => 'Úvěrový rating', 'CreditRating' => 'Úvěrový rating',
'Creditcard' => 'Kreditní karta', 'Creditcard' => 'Kreditní karta',
'DSO' => 'DSO', 'DSO' => 'DSO.',
'DUE' => 'Z důvodu', 'DUE' => 'Způsoben',
'Date' => 'datum', 'Date' => 'datum',
'Default' => 'standardní', 'Default' => 'Výchozí hodnota',
'Delivery' => 'dodávka', 'Delivery' => 'dodávka',
'Discount' => 'Sleva', 'Discount' => 'Sleva',
'DiscountP' => 'sleva%', 'DiscountP' => 'Sleva%',
'Documents' => 'dokumenty', 'Documents' => 'Dokumenty',
'Due' => '#VALUE!', 'Due' => '#VALUE!',
'Email' => 'E-mailem', 'Email' => 'E-mailem',
'Fax' => 'Fax', 'Fax' => 'Fax',
'Files' => 'soubory', 'Files' => 'Soubory',
'Freightage' => 'Dopravné', 'Freightage' => 'Dopravné',
'Group' => 'Skupina', 'Group' => 'Skupina',
'ID' => 'ID', 'ID' => 'ID.',
'Info' => 'Info', 'Info' => 'Info.',
'Invoice' => 'Faktura', 'Invoice' => 'Faktura',
'Invoices' => 'faktury', 'Invoices' => 'Faktury',
'IsDefault' => 'je výchozí', 'IsDefault' => 'Je výchozí',
'LastContact' => 'Poslední Kontakt', 'LastContact' => 'Poslední kontakt',
'LastOrder' => 'Poslední objednávka', 'LastOrder' => 'Poslední objednávka',
'Log' => 'Log', 'Log' => 'Log',
'Logs' => 'Protokoly', 'Logs' => 'Protokoly',
'MRR' => 'MRR', 'MRR' => 'Mrr.',
'MTDSales' => 'MTD Sales', 'MTDSales' => 'Prodej MTD.',
'Main' => 'Hlavní', 'Main' => 'Hlavní',
'Margin' => 'Okraj', 'Margin' => 'Okraj',
'Master' => 'Mistr', 'Master' => 'Mistr',
'Messages' => 'zprávy', 'Messages' => 'Zprávy',
'Modified' => 'modifikovaná', 'Modified' => 'Upravený',
'Modules' => 'moduly', 'Modules' => 'Moduly',
'Name' => 'název', 'Name' => 'název',
'Name1' => 'jméno1', 'Name1' => 'Jméno1.',
'Name2' => 'jméno2', 'Name2' => 'Jméno2.',
'Name3' => 'jméno3', 'Name3' => 'Jméno3.',
'Net' => 'Síť', 'Net' => 'Síť',
'Notes' => 'Poznámky', 'Notes' => 'Poznámky',
'Number' => 'Číslo', 'Number' => 'Číslo',
'Office' => 'Kancelář', 'Office' => 'Kancelář',
'Payment' => 'Způsob platby', 'Payment' => 'Způsob platby',
'PaymentTerm' => 'platba Term', 'PaymentTerm' => 'Platební termín',
'Permission' => 'Povolení', 'Permission' => 'Povolení',
'Phone' => 'Telefon', 'Phone' => 'Telefon',
'Postal' => 'Poštovní', 'Postal' => 'Poštovní',
'Price' => 'Cena', 'Price' => 'Cena',
'Prices' => 'ceny', 'Prices' => 'Ceny',
'Private' => 'soukromý', 'Private' => 'Soukromý',
'Productgroup' => 'Productgroup', 'Productgroup' => 'ProductSgroup.',
'Profile' => 'Profil', 'Profile' => 'Profil',
'Purchase' => 'Nákup', 'Purchase' => 'Nákup',
'Quantity' => 'Množství', 'Quantity' => 'Množství',
'RecentInvoices' => 'Nedávné Faktury', 'RecentInvoices' => 'Nedávné faktury',
'Sales' => 'Odbyt', 'Sales' => 'Odbyt',
'Segment' => 'Segment', 'Segment' => 'Segment',
'Segments' => 'segmenty', 'Segments' => 'Segmenty',
'Subtype' => 'podtyp', 'Subtype' => 'Podtyp',
'Supplier' => 'dodavatel', 'Supplier' => 'Dodavatel',
'Suppliers' => 'Dodavatelé', 'Suppliers' => 'Dodavatelé',
'Support' => 'Podpěra, podpora', 'Support' => 'Podpěra, podpora',
'Tags' => 'Tagy', 'Tags' => 'Tagy',
'Title' => '#VALUE!', 'Title' => '#VALUE!',
'Type' => 'Typ', 'Type' => 'Typ',
'Website' => '#VALUE!',
'Wire' => 'Drát', 'Wire' => 'Drát',
'YTDSales' => 'YTD Sales', 'YTDSales' => 'Prodej YTD.',
'Zip' => 'zip', 'Zip' => 'Zip',
]]; ]];

View File

@ -14,27 +14,27 @@ declare(strict_types=1);
return ['SupplierManagement' => [ return ['SupplierManagement' => [
'Accounting' => 'Regnskab', 'Accounting' => 'Regnskab',
'Addition' => 'Addition', 'Addition' => 'Tilsætning',
'Address' => 'Adresse', 'Address' => 'Adresse',
'Addresses' => 'Adresser', 'Addresses' => 'Adresser',
'AreaManager' => 'Area manager', 'AreaManager' => 'Områdechef',
'Articlegroup' => 'Articlegroup', 'Articlegroup' => 'ArticleGroup.',
'Articles' => 'Artikler', 'Articles' => 'Artikler',
'Balance' => 'Balance', 'Balance' => 'Balance',
'Bonus' => 'Bonus', 'Bonus' => 'Bonus',
'Business' => 'Forretning', 'Business' => 'Forretning',
'CLV' => 'CLV', 'CLV' => 'CLV.',
'Calendar' => 'Kalender', 'Calendar' => 'Kalender',
'City' => 'by', 'City' => 'City.',
'Client' => 'Klient', 'Client' => 'Klient',
'Clients' => 'Kunder', 'Clients' => 'Klienter.',
'Contact' => 'Kontakt', 'Contact' => 'Kontakt',
'Country' => 'Land', 'Country' => 'Land',
'Created' => 'lavet', 'Created' => 'Oprettet',
'CreatedAt' => '#VALUE!', 'CreatedAt' => '#VALUE!',
'CreditRating' => 'Kreditvurdering', 'CreditRating' => 'Kreditvurdering',
'Creditcard' => 'Kreditkort', 'Creditcard' => 'Kreditkort',
'DSO' => 'DSO', 'DSO' => 'DSO.',
'DUE' => 'På grund', 'DUE' => 'På grund',
'Date' => 'Dato', 'Date' => 'Dato',
'Default' => 'Standard', 'Default' => 'Standard',
@ -43,60 +43,61 @@ return ['SupplierManagement' => [
'DiscountP' => 'Rabat%', 'DiscountP' => 'Rabat%',
'Documents' => 'Dokumenter', 'Documents' => 'Dokumenter',
'Due' => '#VALUE!', 'Due' => '#VALUE!',
'Email' => 'E-mail', 'Email' => 'Email.',
'Fax' => 'Fax', 'Fax' => 'Fax',
'Files' => 'Filer', 'Files' => 'Filer.',
'Freightage' => 'fragtrater', 'Freightage' => 'Gods',
'Group' => 'Gruppe', 'Group' => 'Gruppe',
'ID' => 'ID', 'ID' => 'ID.',
'Info' => 'Info', 'Info' => 'Info.',
'Invoice' => 'Faktura', 'Invoice' => 'Faktura',
'Invoices' => 'Fakturaer', 'Invoices' => 'Fakturaer.',
'IsDefault' => 'er standard', 'IsDefault' => 'Er standard.',
'LastContact' => 'sidste Kontakt', 'LastContact' => 'Sidste kontakt',
'LastOrder' => 'sidste Order', 'LastOrder' => 'Sidste ordre',
'Log' => 'Log', 'Log' => 'Log',
'Logs' => 'Logs', 'Logs' => 'Logs.',
'MRR' => 'MRR', 'MRR' => 'MRR.',
'MTDSales' => 'MTD Salg', 'MTDSales' => 'MTD Sales.',
'Main' => 'Main', 'Main' => 'Main.',
'Margin' => 'Margin', 'Margin' => 'Margin.',
'Master' => 'Mestre', 'Master' => 'Mestre',
'Messages' => 'Beskeder', 'Messages' => 'Beskeder',
'Modified' => 'modificeret', 'Modified' => 'Modificeret',
'Modules' => 'moduler', 'Modules' => 'Moduler.',
'Name' => 'Navn', 'Name' => 'Navn',
'Name1' => 'nAVN1', 'Name1' => 'NAME1.',
'Name2' => 'NAME2', 'Name2' => 'NAME2.',
'Name3' => 'Navn3', 'Name3' => 'NAME3.',
'Net' => 'Net', 'Net' => 'Net',
'Notes' => 'Noter', 'Notes' => 'Noter.',
'Number' => 'Nummer', 'Number' => 'Nummer',
'Office' => 'Kontor', 'Office' => 'Kontor',
'Payment' => 'Betaling', 'Payment' => 'Betaling',
'PaymentTerm' => 'Betalingsbetingelser', 'PaymentTerm' => 'Betalingsbetingelser',
'Permission' => 'Tilladelse', 'Permission' => 'Tilladelse',
'Phone' => 'telefon', 'Phone' => 'telefon',
'Postal' => 'Postal', 'Postal' => 'Postal.',
'Price' => 'Pris', 'Price' => 'Pris',
'Prices' => 'priserne', 'Prices' => 'Priser.',
'Private' => 'Privat', 'Private' => 'Privat',
'Productgroup' => 'produkt gruppe', 'Productgroup' => 'Produktgruppe',
'Profile' => 'Profil', 'Profile' => 'Profil',
'Purchase' => 'Køb', 'Purchase' => 'Køb',
'Quantity' => 'Antal', 'Quantity' => 'Antal',
'RecentInvoices' => 'Nylige fakturaer', 'RecentInvoices' => 'Nylige fakturaer.',
'Sales' => 'Salg', 'Sales' => 'SALG',
'Segment' => 'Segment', 'Segment' => 'Segment',
'Segments' => 'segmenter', 'Segments' => 'Segmenter.',
'Subtype' => 'undertype', 'Subtype' => 'Subtype.',
'Supplier' => 'Leverandør', 'Supplier' => 'Leverandør',
'Suppliers' => 'leverandører', 'Suppliers' => 'Leverandører.',
'Support' => 'Support', 'Support' => 'Support',
'Tags' => 'Tags', 'Tags' => 'Tags.',
'Title' => '#VALUE!', 'Title' => '#VALUE!',
'Type' => 'Type', 'Type' => 'Type',
'Website' => '#VALUE!',
'Wire' => 'Tråd', 'Wire' => 'Tråd',
'YTDSales' => 'ÅTD Salg', 'YTDSales' => 'YTD SALG',
'Zip' => 'Zip', 'Zip' => 'Zip.',
]]; ]];

View File

@ -14,89 +14,90 @@ declare(strict_types=1);
return ['SupplierManagement' => [ return ['SupplierManagement' => [
'Accounting' => 'Buchhaltung', 'Accounting' => 'Buchhaltung',
'Addition' => '', 'Addition' => 'Zusatz',
'Address' => 'Addresse', 'Address' => 'Adresse',
'Addresses' => 'Addressen', 'Addresses' => 'Adressen',
'AreaManager' => 'Area Manager', 'AreaManager' => 'Bereichsleiter',
'Articlegroup' => 'Artikelgruppe', 'Articlegroup' => 'ArtikelGroup.',
'Articles' => '', 'Articles' => 'Artikel',
'Balance' => '', 'Balance' => 'Gleichgewicht',
'Bonus' => 'Bonus', 'Bonus' => 'Bonus',
'Business' => 'Business', 'Business' => 'Geschäft',
'CLV' => '', 'CLV' => 'CLV',
'Calendar' => '', 'Calendar' => 'Kalender',
'City' => 'Stadt', 'City' => 'Stadt',
'Client' => 'Kunde', 'Client' => 'Klient',
'Clients' => 'Kunden', 'Clients' => 'Kunden',
'Contact' => 'Kontakt', 'Contact' => 'Kontakt',
'Country' => 'Land', 'Country' => 'Land',
'Created' => '', 'Created' => 'Erstellt',
'CreatedAt' => '', 'CreatedAt' => '#VALUE!',
'CreditRating' => '', 'CreditRating' => 'Kreditbeurteilung',
'Creditcard' => 'Kreditkarte', 'Creditcard' => 'Kreditkarte',
'DSO' => '', 'DSO' => 'DSO.',
'DUE' => '', 'DUE' => 'Fällig',
'Date' => 'Datum', 'Date' => 'Datum',
'Default' => 'Standard', 'Default' => 'Standard',
'Delivery' => 'Lieferung', 'Delivery' => 'Die Zustellung',
'Discount' => 'Rabatt', 'Discount' => 'Rabatt',
'DiscountP' => 'Rabatt %', 'DiscountP' => 'Rabatt %',
'Documents' => '', 'Documents' => 'Unterlagen',
'Due' => '', 'Due' => '#VALUE!',
'Email' => 'Email', 'Email' => 'Email',
'Fax' => 'Fax', 'Fax' => 'Fax',
'Files' => 'Dateien', 'Files' => 'Dateien',
'Freightage' => 'Frachtkosten', 'Freightage' => 'Fracht',
'Group' => 'Gruppe', 'Group' => 'Gruppe',
'ID' => 'ID', 'ID' => 'ICH WÜRDE',
'Info' => 'Info', 'Info' => 'Die Info',
'Invoice' => 'Rechnung', 'Invoice' => 'Rechnung',
'Invoices' => '', 'Invoices' => 'Rechnungen',
'IsDefault' => 'Ist Standard?', 'IsDefault' => 'Ist default',
'LastContact' => '', 'LastContact' => 'Letzter Kontakt',
'LastOrder' => '', 'LastOrder' => 'Letzte Bestellung',
'Log' => 'Log', 'Log' => 'Protokoll',
'Logs' => 'Logs', 'Logs' => 'Protokoll',
'MRR' => '', 'MRR' => 'Mrr.',
'MTDSales' => '', 'MTDSales' => 'MTD-Verkäufe.',
'Main' => '', 'Main' => 'Hauptsächlich',
'Margin' => '', 'Margin' => 'Rand',
'Master' => 'Master', 'Master' => 'Meister',
'Messages' => '', 'Messages' => 'Mitteilungen',
'Modified' => '', 'Modified' => 'Geändert',
'Modules' => '', 'Modules' => 'Module',
'Name' => 'Name', 'Name' => 'Name',
'Name1' => 'Name1', 'Name1' => 'Name1.',
'Name2' => 'Name2', 'Name2' => 'Name2.',
'Name3' => 'Name3', 'Name3' => 'Name3.',
'Net' => '', 'Net' => 'Netz',
'Notes' => '', 'Notes' => 'Anmerkungen',
'Number' => '', 'Number' => 'Nummer',
'Office' => 'Büro', 'Office' => 'Sekretariat',
'Payment' => 'Zahlung', 'Payment' => 'Zahlung',
'PaymentTerm' => 'Zahlungsziel', 'PaymentTerm' => 'Zahlungsbezeichnung',
'Permission' => '', 'Permission' => 'Erlaubnis',
'Phone' => 'Telefon', 'Phone' => 'Telefon',
'Postal' => '', 'Postal' => 'Post',
'Price' => 'Preis', 'Price' => 'Preis',
'Prices' => 'Preise', 'Prices' => 'Preise',
'Private' => 'Privat', 'Private' => 'Privatgelände',
'Productgroup' => 'Produktgruppe', 'Productgroup' => 'Produktgruppe',
'Profile' => '', 'Profile' => 'Profil',
'Purchase' => 'Einkauf', 'Purchase' => 'Kaufen',
'Quantity' => 'Anzahl', 'Quantity' => 'Menge',
'RecentInvoices' => '', 'RecentInvoices' => 'Jüngste Rechnungen',
'Sales' => 'Umsatz', 'Sales' => 'Der Umsatz',
'Segment' => 'Segment', 'Segment' => 'Segment',
'Segments' => '', 'Segments' => 'Segmente',
'Subtype' => 'Untergruppe', 'Subtype' => 'Untertyp',
'Supplier' => 'Lieferant', 'Supplier' => 'Anbieter',
'Suppliers' => 'Lieferanten', 'Suppliers' => 'Lieferanten',
'Support' => 'Support', 'Support' => 'Unterstützung',
'Tags' => '', 'Tags' => 'Stichworte',
'Title' => '', 'Title' => '#VALUE!',
'Type' => 'Typ', 'Type' => 'Typ',
'Wire' => 'Wire', 'Website' => '#VALUE!',
'YTDSales' => '', 'Wire' => 'Kabel',
'Zip' => 'Postleitzahl', 'YTDSales' => 'Ytd Sales.',
'Zip' => 'Reißverschluss',
]]; ]];

View File

@ -18,23 +18,23 @@ return ['SupplierManagement' => [
'Address' => 'Διεύθυνση', 'Address' => 'Διεύθυνση',
'Addresses' => 'Διευθύνσεις', 'Addresses' => 'Διευθύνσεις',
'AreaManager' => 'Διευθυντής περιοχής', 'AreaManager' => 'Διευθυντής περιοχής',
'Articlegroup' => 'Articlegroup', 'Articlegroup' => 'Ομιλία',
'Articles' => 'άρθρα', 'Articles' => 'Είδη',
'Balance' => 'Ισορροπία', 'Balance' => 'Ισορροπία',
'Bonus' => 'Δώρο', 'Bonus' => 'Δώρο',
'Business' => 'Επιχείρηση', 'Business' => 'Επιχείρηση',
'CLV' => 'CLV', 'CLV' => 'Σολλίζω',
'Calendar' => 'Ημερολόγιο', 'Calendar' => 'Ημερολόγιο',
'City' => 'Πόλη', 'City' => 'Πόλη',
'Client' => 'Πελάτης', 'Client' => 'Πελάτης',
'Clients' => 'Πελάτες', 'Clients' => 'Πελάτες',
'Contact' => 'Επικοινωνία', 'Contact' => 'Επικοινωνία',
'Country' => 'Χώρα', 'Country' => 'Χώρα',
'Created' => 'δημιουργήθηκε', 'Created' => 'Δημιουργήθηκε',
'CreatedAt' => '#VALUE!', 'CreatedAt' => '#VALUE!',
'CreditRating' => 'Αξιολόγησης της πιστοληπτικής ικανότητας', 'CreditRating' => 'Αξιολόγησης της πιστοληπτικής ικανότητας',
'Creditcard' => 'Πιστωτική κάρτα', 'Creditcard' => 'Πιστωτική κάρτα',
'DSO' => 'DSO', 'DSO' => 'ΔΣΟ',
'DUE' => 'Λόγω', 'DUE' => 'Λόγω',
'Date' => 'Ημερομηνία', 'Date' => 'Ημερομηνία',
'Default' => 'Προκαθορισμένο', 'Default' => 'Προκαθορισμένο',
@ -45,32 +45,32 @@ return ['SupplierManagement' => [
'Due' => '#VALUE!', 'Due' => '#VALUE!',
'Email' => 'ΗΛΕΚΤΡΟΝΙΚΗ ΔΙΕΥΘΥΝΣΗ', 'Email' => 'ΗΛΕΚΤΡΟΝΙΚΗ ΔΙΕΥΘΥΝΣΗ',
'Fax' => 'Φαξ', 'Fax' => 'Φαξ',
'Files' => 'αρχεία', 'Files' => 'Αρχεία',
'Freightage' => 'Ναύλος', 'Freightage' => 'Ναύλος',
'Group' => 'Ομάδα', 'Group' => 'Ομάδα',
'ID' => 'ταυτότητα', 'ID' => 'ταυτότητα',
'Info' => 'Πληροφορίες', 'Info' => 'Πληροφορία',
'Invoice' => 'Τιμολόγιο', 'Invoice' => 'Τιμολόγιο',
'Invoices' => 'τιμολόγια', 'Invoices' => 'Τιμολόγια',
'IsDefault' => 'είναι προεπιλογή', 'IsDefault' => 'Είναι προεπιλογή',
'LastContact' => 'τελευταία Επικοινωνία', 'LastContact' => 'Τελευταία επαφή',
'LastOrder' => 'Τελευταία παραγγελία', 'LastOrder' => 'Τελευταία παραγγελία',
'Log' => 'Κούτσουρο', 'Log' => 'Κούτσουρο',
'Logs' => 'logs', 'Logs' => 'Κούτσουρα',
'MRR' => 'MRR', 'MRR' => 'MRR',
'MTDSales' => 'MTD Πωλήσεις', 'MTDSales' => 'Πωλήσεις MTD',
'Main' => 'Κύριος', 'Main' => 'Κύριος',
'Margin' => 'Περιθώριο', 'Margin' => 'Περιθώριο',
'Master' => 'Κύριος', 'Master' => 'Κύριος',
'Messages' => 'Μηνύματα', 'Messages' => 'Μηνύματα',
'Modified' => 'τροποποιημένο', 'Modified' => 'Τροποποιημένος',
'Modules' => 'ενότητες', 'Modules' => 'Ενότητες',
'Name' => 'Ονομα', 'Name' => 'Ονομα',
'Name1' => 'όνομα1', 'Name1' => 'Όνομα1',
'Name2' => 'όνομα2', 'Name2' => 'Όνομα2',
'Name3' => 'NAME3', 'Name3' => 'Όνομα',
'Net' => 'Καθαρά', 'Net' => 'Καθαρά',
'Notes' => 'Σημειώσεις', 'Notes' => 'Σημειώνει',
'Number' => 'Αριθμός', 'Number' => 'Αριθμός',
'Office' => 'Γραφείο', 'Office' => 'Γραφείο',
'Payment' => 'Πληρωμή', 'Payment' => 'Πληρωμή',
@ -81,22 +81,23 @@ return ['SupplierManagement' => [
'Price' => 'Τιμή', 'Price' => 'Τιμή',
'Prices' => 'Τιμές', 'Prices' => 'Τιμές',
'Private' => 'Ιδιωτικός', 'Private' => 'Ιδιωτικός',
'Productgroup' => 'ομάδα προϊόντων', 'Productgroup' => 'Ομοιόμορφη ομάδα',
'Profile' => 'Προφίλ', 'Profile' => 'Προφίλ',
'Purchase' => 'Αγορά', 'Purchase' => 'Αγορά',
'Quantity' => 'Ποσότητα', 'Quantity' => 'Ποσότητα',
'RecentInvoices' => 'Πρόσφατες τιμολόγια', 'RecentInvoices' => 'Πρόσφατα τιμολόγια',
'Sales' => 'Εκπτώσεις', 'Sales' => 'Εκπτώσεις',
'Segment' => 'Τμήμα', 'Segment' => 'Τμήμα',
'Segments' => 'τμήματα', 'Segments' => 'Τμήματα',
'Subtype' => 'Δευτερεύων', 'Subtype' => 'Υποτύπωμα',
'Supplier' => 'Προμηθευτής', 'Supplier' => 'Προμηθευτής',
'Suppliers' => 'Προμηθευτές', 'Suppliers' => 'Προμηθευτές',
'Support' => 'Υποστήριξη', 'Support' => 'Υποστήριξη',
'Tags' => 'ετικέτες', 'Tags' => 'Ετικέτες',
'Title' => '#VALUE!', 'Title' => '#VALUE!',
'Type' => 'Τύπος', 'Type' => 'Τύπος',
'Website' => '#VALUE!',
'Wire' => 'Σύρμα', 'Wire' => 'Σύρμα',
'YTDSales' => 'YTD πωλήσεων', 'YTDSales' => 'Ytd πωλήσεις',
'Zip' => 'Φερμουάρ', 'Zip' => 'Φερμουάρ',
]]; ]];

View File

@ -96,6 +96,7 @@ return ['SupplierManagement' => [
'Tags' => 'Tags', 'Tags' => 'Tags',
'Title' => '', 'Title' => '',
'Type' => 'Type', 'Type' => 'Type',
'Website' => '',
'Wire' => 'Wire', 'Wire' => 'Wire',
'YTDSales' => 'YTD Sales', 'YTDSales' => 'YTD Sales',
'Zip' => 'Zip', 'Zip' => 'Zip',

View File

@ -15,15 +15,15 @@ declare(strict_types=1);
return ['SupplierManagement' => [ return ['SupplierManagement' => [
'Accounting' => 'Contabilidad', 'Accounting' => 'Contabilidad',
'Addition' => 'Adición', 'Addition' => 'Adición',
'Address' => 'Dirección', 'Address' => 'Habla a',
'Addresses' => 'direcciones', 'Addresses' => 'Direcciones',
'AreaManager' => 'Gerente de área', 'AreaManager' => 'Gerente de área',
'Articlegroup' => 'Articlegroup', 'Articlegroup' => 'Grupo articulo',
'Articles' => 'Artículos', 'Articles' => 'Artículos',
'Balance' => 'Equilibrio', 'Balance' => 'Equilibrio',
'Bonus' => 'Prima', 'Bonus' => 'Prima',
'Business' => 'Negocio', 'Business' => 'Negocio',
'CLV' => 'CLV', 'CLV' => 'Clv',
'Calendar' => 'Calendario', 'Calendar' => 'Calendario',
'City' => 'Ciudad', 'City' => 'Ciudad',
'Client' => 'Cliente', 'Client' => 'Cliente',
@ -32,45 +32,45 @@ return ['SupplierManagement' => [
'Country' => 'País', 'Country' => 'País',
'Created' => 'Creado', 'Created' => 'Creado',
'CreatedAt' => '#VALUE!', 'CreatedAt' => '#VALUE!',
'CreditRating' => 'Calificación de crédito', 'CreditRating' => 'Calificación crediticia',
'Creditcard' => 'Tarjeta de crédito', 'Creditcard' => 'Tarjeta de crédito',
'DSO' => 'DSO', 'DSO' => 'DSO',
'DUE' => 'Debido', 'DUE' => 'Vencer',
'Date' => 'Fecha', 'Date' => 'Fecha',
'Default' => 'Defecto', 'Default' => 'Defecto',
'Delivery' => 'Entrega', 'Delivery' => 'Entrega',
'Discount' => 'Descuento', 'Discount' => 'Descuento',
'DiscountP' => 'descuento%', 'DiscountP' => 'Descuento%',
'Documents' => 'Documentos', 'Documents' => 'Documentos',
'Due' => '#VALUE!', 'Due' => '#VALUE!',
'Email' => 'Correo electrónico', 'Email' => 'Correo electrónico',
'Fax' => 'Fax', 'Fax' => 'Fax',
'Files' => 'archivos', 'Files' => 'Archivos',
'Freightage' => 'Flete', 'Freightage' => 'Flete',
'Group' => 'Grupo', 'Group' => 'Grupo',
'ID' => 'IDENTIFICACIÓN', 'ID' => 'IDENTIFICACIÓN',
'Info' => 'información', 'Info' => 'Información',
'Invoice' => 'Factura', 'Invoice' => 'Factura',
'Invoices' => 'Facturas', 'Invoices' => 'Facturas',
'IsDefault' => 'es por defecto', 'IsDefault' => 'Es predeterminado',
'LastContact' => 'última Contacto', 'LastContact' => 'Último contacto',
'LastOrder' => 'Último pedido', 'LastOrder' => 'Último pedido',
'Log' => 'Tronco', 'Log' => 'Tronco',
'Logs' => 'registros', 'Logs' => 'Registros',
'MRR' => 'MRR', 'MRR' => 'Mrr',
'MTDSales' => 'MTD Ventas', 'MTDSales' => 'Ventas MTD',
'Main' => 'Principal', 'Main' => 'Principal',
'Margin' => 'Margen', 'Margin' => 'Margen',
'Master' => 'Maestría', 'Master' => 'Maestría',
'Messages' => 'mensajes', 'Messages' => 'Mensajes',
'Modified' => 'Modificado', 'Modified' => 'Modificado',
'Modules' => 'módulos', 'Modules' => 'Módulos',
'Name' => 'Nombre', 'Name' => 'Nombre',
'Name1' => 'nombre1', 'Name1' => 'Nombre1',
'Name2' => 'nombre2', 'Name2' => 'Nombre2',
'Name3' => 'Nombre3', 'Name3' => 'Nombre3',
'Net' => 'Neto', 'Net' => 'Red',
'Notes' => 'notas', 'Notes' => 'Notas',
'Number' => 'Número', 'Number' => 'Número',
'Office' => 'Oficina', 'Office' => 'Oficina',
'Payment' => 'Pago', 'Payment' => 'Pago',
@ -85,18 +85,19 @@ return ['SupplierManagement' => [
'Profile' => 'Perfil', 'Profile' => 'Perfil',
'Purchase' => 'Compra', 'Purchase' => 'Compra',
'Quantity' => 'Cantidad', 'Quantity' => 'Cantidad',
'RecentInvoices' => 'Las facturas recientes', 'RecentInvoices' => 'Facturas recientes',
'Sales' => 'Ventas', 'Sales' => 'Ventas',
'Segment' => 'Segmento', 'Segment' => 'Segmento',
'Segments' => 'segmentos', 'Segments' => 'Segmentos',
'Subtype' => 'subtipo', 'Subtype' => 'Subtipo',
'Supplier' => 'Proveedor', 'Supplier' => 'Proveedor',
'Suppliers' => 'proveedores', 'Suppliers' => 'Proveedores',
'Support' => 'Apoyo', 'Support' => 'Apoyo',
'Tags' => 'Etiquetas', 'Tags' => 'Etiquetas',
'Title' => '#VALUE!', 'Title' => '#VALUE!',
'Type' => 'Escribe', 'Type' => 'Escribe',
'Website' => '#VALUE!',
'Wire' => 'Cable', 'Wire' => 'Cable',
'YTDSales' => 'YTD ventas', 'YTDSales' => 'Ytd ventas',
'Zip' => 'Cremallera', 'Zip' => 'Cremallera',
]]; ]];

View File

@ -16,87 +16,88 @@ return ['SupplierManagement' => [
'Accounting' => 'Kirjanpito', 'Accounting' => 'Kirjanpito',
'Addition' => 'Lisäys', 'Addition' => 'Lisäys',
'Address' => 'Osoite', 'Address' => 'Osoite',
'Addresses' => 'osoitteet', 'Addresses' => 'Osoitteet',
'AreaManager' => 'Aluejohtaja', 'AreaManager' => 'Aluejohtaja',
'Articlegroup' => 'Articlegroup', 'Articlegroup' => 'ArticleGroup',
'Articles' => 'Artikkelit', 'Articles' => 'Artikkelit',
'Balance' => 'Saldo', 'Balance' => 'Saldo',
'Bonus' => 'Bonus', 'Bonus' => 'Bonus',
'Business' => 'liiketoiminta', 'Business' => 'Liiketoiminta',
'CLV' => 'CLV', 'CLV' => 'Clv',
'Calendar' => 'Kalenteri', 'Calendar' => 'Kalenteri',
'City' => 'Kaupunki', 'City' => 'Kaupunki',
'Client' => 'Asiakas', 'Client' => 'Asiakas',
'Clients' => 'asiakkaat', 'Clients' => 'Asiakkaat',
'Contact' => 'Ottaa yhteyttä', 'Contact' => 'Ottaa yhteyttä',
'Country' => 'Maa', 'Country' => 'Maa',
'Created' => 'Luotu', 'Created' => 'Luotu',
'CreatedAt' => '#VALUE!', 'CreatedAt' => '#VALUE!',
'CreditRating' => 'Luottoluokitus', 'CreditRating' => 'Luottoluokitus',
'Creditcard' => 'Luottokortti', 'Creditcard' => 'Luottokortti',
'DSO' => 'DSO', 'DSO' => 'Dso',
'DUE' => 'maksettava', 'DUE' => 'Takia',
'Date' => 'Päivämäärä', 'Date' => 'Päivämäärä',
'Default' => 'oletusarvo', 'Default' => 'Oletusarvo',
'Delivery' => 'Toimitus', 'Delivery' => 'Toimitus',
'Discount' => 'Alennus', 'Discount' => 'Alennus',
'DiscountP' => 'Alennus %', 'DiscountP' => 'Alennus %',
'Documents' => 'asiakirjat', 'Documents' => 'Asiakirjat',
'Due' => '#VALUE!', 'Due' => '#VALUE!',
'Email' => 'Sähköposti', 'Email' => 'Sähköposti',
'Fax' => 'Faksi', 'Fax' => 'Faksi',
'Files' => 'Tiedostot', 'Files' => 'Tiedostot',
'Freightage' => 'rahtimaksuja', 'Freightage' => 'Rahti',
'Group' => 'Ryhmä', 'Group' => 'Ryhmä',
'ID' => 'ID', 'ID' => 'Id',
'Info' => 'Tiedot', 'Info' => 'Tiedot',
'Invoice' => 'Lasku', 'Invoice' => 'Lasku',
'Invoices' => 'laskut', 'Invoices' => 'Laskut',
'IsDefault' => 'on oletus', 'IsDefault' => 'On oletusarvo',
'LastContact' => 'viime Yhteydenotto', 'LastContact' => 'Viimeinen yhteystieto',
'LastOrder' => 'viimeiset tilaukset', 'LastOrder' => 'Viimeinen tilaus',
'Log' => 'Hirsi', 'Log' => 'Hirsi',
'Logs' => 'lokit', 'Logs' => 'Lokit',
'MRR' => 'MRR', 'MRR' => 'Mrr',
'MTDSales' => 'MTD Myynti', 'MTDSales' => 'MTD-myynti',
'Main' => 'tärkein', 'Main' => 'Tärkein',
'Margin' => 'Marginaali', 'Margin' => 'Marginaali',
'Master' => 'Hallita', 'Master' => 'Hallita',
'Messages' => 'viestien', 'Messages' => 'Viestit',
'Modified' => 'Modified', 'Modified' => 'Muokattu',
'Modules' => 'moduulit', 'Modules' => 'Moduulit',
'Name' => 'Nimi', 'Name' => 'Nimi',
'Name1' => 'name1', 'Name1' => 'Nimi1',
'Name2' => 'nimi2', 'Name2' => 'Nimi2',
'Name3' => 'nimi3', 'Name3' => 'Nimi33',
'Net' => 'Netto', 'Net' => 'Netto',
'Notes' => 'Huomautuksia', 'Notes' => 'Toteaa',
'Number' => 'Määrä', 'Number' => 'Määrä',
'Office' => 'toimisto', 'Office' => 'Toimisto',
'Payment' => 'maksu', 'Payment' => 'Maksu',
'PaymentTerm' => 'Maksuehto', 'PaymentTerm' => 'Maksuehto',
'Permission' => 'Lupa', 'Permission' => 'Lupa',
'Phone' => 'Puhelin', 'Phone' => 'Puhelin',
'Postal' => 'posti-', 'Postal' => 'Posti-',
'Price' => 'Hinta', 'Price' => 'Hinta',
'Prices' => 'hintoja', 'Prices' => 'Hinnat',
'Private' => 'yksityinen', 'Private' => 'Yksityinen',
'Productgroup' => 'Tuoteryhmä', 'Productgroup' => 'Tuoteryhmä',
'Profile' => 'Profiili', 'Profile' => 'Profiili',
'Purchase' => 'Ostaa', 'Purchase' => 'Ostaa',
'Quantity' => 'Määrä', 'Quantity' => 'Määrä',
'RecentInvoices' => 'Viimeaikaiset Laskut', 'RecentInvoices' => 'Viimeaikaiset laskut',
'Sales' => 'Myynti', 'Sales' => 'Myynti',
'Segment' => 'segmentti', 'Segment' => 'Segmentti',
'Segments' => 'segmentit', 'Segments' => 'Segmentit',
'Subtype' => 'alatyyppi', 'Subtype' => 'Alatyyppi',
'Supplier' => 'toimittaja', 'Supplier' => 'Toimittaja',
'Suppliers' => 'toimittajat', 'Suppliers' => 'Toimittajat',
'Support' => 'Tuki', 'Support' => 'Tuki',
'Tags' => 'Tunnisteet', 'Tags' => 'Tunnisteet',
'Title' => '#VALUE!', 'Title' => '#VALUE!',
'Type' => 'Tyyppi', 'Type' => 'Tyyppi',
'Wire' => 'johdin', 'Website' => '#VALUE!',
'YTDSales' => 'Vuoden alusta Sales', 'Wire' => 'Lanka',
'YTDSales' => 'YTD-myynti',
'Zip' => 'Postinumero', 'Zip' => 'Postinumero',
]]; ]];

View File

@ -16,32 +16,32 @@ return ['SupplierManagement' => [
'Accounting' => 'Comptabilité', 'Accounting' => 'Comptabilité',
'Addition' => 'Une addition', 'Addition' => 'Une addition',
'Address' => 'Adresse', 'Address' => 'Adresse',
'Addresses' => 'adresses', 'Addresses' => 'Adresses',
'AreaManager' => 'Chef de secteur', 'AreaManager' => 'Chef de secteur',
'Articlegroup' => 'Articlegroup', 'Articlegroup' => 'Articlegroup',
'Articles' => 'Des articles', 'Articles' => 'Des articles',
'Balance' => 'Équilibre', 'Balance' => 'Équilibre',
'Bonus' => 'Prime', 'Bonus' => 'Prime',
'Business' => 'Entreprise', 'Business' => 'Entreprise',
'CLV' => 'CLV', 'CLV' => 'Clv',
'Calendar' => 'Calendrier', 'Calendar' => 'Calendrier',
'City' => 'Ville', 'City' => 'Ville',
'Client' => 'Client', 'Client' => 'Client',
'Clients' => 'clients', 'Clients' => 'Clients',
'Contact' => 'Contacter', 'Contact' => 'Contact',
'Country' => 'De campagne', 'Country' => 'Pays',
'Created' => 'Créé', 'Created' => 'Établi',
'CreatedAt' => '#VALUE!', 'CreatedAt' => '#VALUE!',
'CreditRating' => 'Note de crédit', 'CreditRating' => 'Cote de crédit',
'Creditcard' => 'Carte de crédit', 'Creditcard' => 'Carte de crédit',
'DSO' => 'DSO', 'DSO' => 'Dso',
'DUE' => 'Payable', 'DUE' => '',
'Date' => 'Date', 'Date' => 'Date',
'Default' => 'Défaut', 'Default' => 'Défaut',
'Delivery' => 'Livraison', 'Delivery' => 'Livraison',
'Discount' => 'Rabais', 'Discount' => 'Remise',
'DiscountP' => 'Rabais %', 'DiscountP' => 'Remise %',
'Documents' => 'documents', 'Documents' => 'Documents',
'Due' => '#VALUE!', 'Due' => '#VALUE!',
'Email' => 'E-mail', 'Email' => 'E-mail',
'Fax' => 'Fax', 'Fax' => 'Fax',
@ -50,15 +50,15 @@ return ['SupplierManagement' => [
'Group' => 'Grouper', 'Group' => 'Grouper',
'ID' => 'identifiant', 'ID' => 'identifiant',
'Info' => 'Info', 'Info' => 'Info',
'Invoice' => 'Facture d\'achat', 'Invoice' => 'Facture d\\'achat',
'Invoices' => 'Les factures', 'Invoices' => 'Factures',
'IsDefault' => 'est par défaut', 'IsDefault' => 'Est par défaut',
'LastContact' => 'dernier contact', 'LastContact' => 'Dernier contact',
'LastOrder' => 'Dernière commande', 'LastOrder' => 'Dernière commande',
'Log' => 'Enregistrer', 'Log' => 'Enregistrer',
'Logs' => 'journaux', 'Logs' => 'Journaux',
'MRR' => 'MRR', 'MRR' => 'Mrr',
'MTDSales' => 'MTD ventes', 'MTDSales' => 'Ventes MTD',
'Main' => 'Principale', 'Main' => 'Principale',
'Margin' => 'Marge', 'Margin' => 'Marge',
'Master' => 'Maître', 'Master' => 'Maître',
@ -66,9 +66,9 @@ return ['SupplierManagement' => [
'Modified' => 'Modifié', 'Modified' => 'Modifié',
'Modules' => 'Modules', 'Modules' => 'Modules',
'Name' => 'Nom', 'Name' => 'Nom',
'Name1' => 'Name1', 'Name1' => 'Nom1',
'Name2' => 'nom2', 'Name2' => 'Nom2',
'Name3' => 'NAME3', 'Name3' => 'Nom3',
'Net' => 'Rapporter', 'Net' => 'Rapporter',
'Notes' => 'Remarques', 'Notes' => 'Remarques',
'Number' => 'Nombre', 'Number' => 'Nombre',
@ -76,7 +76,7 @@ return ['SupplierManagement' => [
'Payment' => 'Paiement', 'Payment' => 'Paiement',
'PaymentTerm' => 'Terme de paiement', 'PaymentTerm' => 'Terme de paiement',
'Permission' => 'Autorisation', 'Permission' => 'Autorisation',
'Phone' => 'Téléphone', 'Phone' => 'Téléphoner',
'Postal' => 'Postal', 'Postal' => 'Postal',
'Price' => 'Prix', 'Price' => 'Prix',
'Prices' => 'Des prix', 'Prices' => 'Des prix',
@ -85,10 +85,10 @@ return ['SupplierManagement' => [
'Profile' => 'Profil', 'Profile' => 'Profil',
'Purchase' => 'Acheter', 'Purchase' => 'Acheter',
'Quantity' => 'Quantité', 'Quantity' => 'Quantité',
'RecentInvoices' => 'Les factures récentes', 'RecentInvoices' => 'Factures récentes',
'Sales' => 'Ventes', 'Sales' => 'Ventes',
'Segment' => 'Segment', 'Segment' => 'Segment',
'Segments' => 'segments', 'Segments' => 'Segments',
'Subtype' => 'Sous-type', 'Subtype' => 'Sous-type',
'Supplier' => 'Fournisseur', 'Supplier' => 'Fournisseur',
'Suppliers' => 'Fournisseurs', 'Suppliers' => 'Fournisseurs',
@ -96,7 +96,8 @@ return ['SupplierManagement' => [
'Tags' => 'Mots clés', 'Tags' => 'Mots clés',
'Title' => '#VALUE!', 'Title' => '#VALUE!',
'Type' => 'Taper', 'Type' => 'Taper',
'Website' => '#VALUE!',
'Wire' => 'Fil', 'Wire' => 'Fil',
'YTDSales' => 'YTD Sales', 'YTDSales' => 'Ventes YTD',
'Zip' => 'Zipper', 'Zip' => 'Zipper',
]]; ]];

View File

@ -18,19 +18,19 @@ return ['SupplierManagement' => [
'Address' => 'Cím', 'Address' => 'Cím',
'Addresses' => 'Címek', 'Addresses' => 'Címek',
'AreaManager' => 'Területi menedzser', 'AreaManager' => 'Területi menedzser',
'Articlegroup' => 'Articlegroup', 'Articlegroup' => 'Gyerekcsoport',
'Articles' => 'Cikkek', 'Articles' => 'Árucikkek',
'Balance' => 'Egyensúly', 'Balance' => 'Egyensúly',
'Bonus' => 'pótlék', 'Bonus' => 'Bónusz',
'Business' => 'Üzleti', 'Business' => 'Üzleti',
'CLV' => 'CLV', 'CLV' => 'Clv',
'Calendar' => 'Naptár', 'Calendar' => 'Naptár',
'City' => 'Város', 'City' => 'Város',
'Client' => 'Ügyfél', 'Client' => 'Ügyfél',
'Clients' => 'Ügyfeleink', 'Clients' => 'Kliensek',
'Contact' => 'Kapcsolatba lépni', 'Contact' => 'Kapcsolatba lépni',
'Country' => 'Ország', 'Country' => 'Ország',
'Created' => 'Alkotó', 'Created' => 'Létrehozott',
'CreatedAt' => '#VALUE!', 'CreatedAt' => '#VALUE!',
'CreditRating' => 'Hitelminősítő', 'CreditRating' => 'Hitelminősítő',
'Creditcard' => 'Hitelkártya', 'Creditcard' => 'Hitelkártya',
@ -38,39 +38,39 @@ return ['SupplierManagement' => [
'DUE' => 'Esedékes', 'DUE' => 'Esedékes',
'Date' => 'Dátum', 'Date' => 'Dátum',
'Default' => 'Alapértelmezett', 'Default' => 'Alapértelmezett',
'Delivery' => 'kézbesítés', 'Delivery' => 'Szállítás',
'Discount' => 'Kedvezmény', 'Discount' => 'Kedvezmény',
'DiscountP' => 'Kedvezmény%', 'DiscountP' => 'Árengedmény%',
'Documents' => 'Dokumentumok', 'Documents' => 'Dokumentumok',
'Due' => '#VALUE!', 'Due' => '#VALUE!',
'Email' => 'Email', 'Email' => 'Email',
'Fax' => 'Fax', 'Fax' => 'Fax',
'Files' => 'Files', 'Files' => 'Fájlok',
'Freightage' => 'Fuvardíj', 'Freightage' => 'Fuvardíj',
'Group' => 'Csoport', 'Group' => 'Csoport',
'ID' => 'ID', 'ID' => 'Idézés',
'Info' => 'Info', 'Info' => 'Információ',
'Invoice' => 'Számla', 'Invoice' => 'Számla',
'Invoices' => 'számlák', 'Invoices' => 'Számlák',
'IsDefault' => 'az alapértelmezett', 'IsDefault' => 'Alapértelmezett',
'LastContact' => 'Az utolsó Kapcsolat', 'LastContact' => 'Utolsó kapcsolat',
'LastOrder' => 'Utolsó rendelés', 'LastOrder' => 'Utolsó rendelés',
'Log' => 'Bejelentkezés', 'Log' => 'Napló',
'Logs' => 'Naplók', 'Logs' => 'Naplók',
'MRR' => 'MRR', 'MRR' => 'Mrr',
'MTDSales' => 'MTD Értékesítési', 'MTDSales' => 'MTD értékesítés',
'Main' => 'Fő', 'Main' => 'Fő',
'Margin' => 'Árrés', 'Margin' => 'Árrés',
'Master' => 'Fő', 'Master' => 'Fő',
'Messages' => 'üzenetek', 'Messages' => 'üzenetek',
'Modified' => 'Módosított', 'Modified' => 'Módosított',
'Modules' => 'modulok', 'Modules' => 'Modulok',
'Name' => 'Név', 'Name' => 'Név',
'Name1' => 'name1', 'Name1' => 'Név1',
'Name2' => 'name2', 'Name2' => 'NAME2',
'Name3' => 'NAME3', 'Name3' => 'Név3',
'Net' => 'Háló', 'Net' => 'Háló',
'Notes' => 'Megjegyzések', 'Notes' => 'Jegyzetek',
'Number' => 'Szám', 'Number' => 'Szám',
'Office' => 'Hivatal', 'Office' => 'Hivatal',
'Payment' => 'Fizetés', 'Payment' => 'Fizetés',
@ -86,17 +86,18 @@ return ['SupplierManagement' => [
'Purchase' => 'Vásárlás', 'Purchase' => 'Vásárlás',
'Quantity' => 'Mennyiség', 'Quantity' => 'Mennyiség',
'RecentInvoices' => 'Legutóbbi számlák', 'RecentInvoices' => 'Legutóbbi számlák',
'Sales' => 'Sales', 'Sales' => 'Értékesítés',
'Segment' => 'szegmens', 'Segment' => 'Szegmens',
'Segments' => 'szegmensek', 'Segments' => 'Szegmensek',
'Subtype' => 'altípus', 'Subtype' => 'Altípus',
'Supplier' => 'Támogató', 'Supplier' => 'Támogató',
'Suppliers' => 'Szolgáltatók', 'Suppliers' => 'Beszállítók',
'Support' => 'Támogatás', 'Support' => 'Támogatás',
'Tags' => 'Címkék', 'Tags' => 'Címkék',
'Title' => '#VALUE!', 'Title' => '#VALUE!',
'Type' => 'típus', 'Type' => 'típus',
'Website' => '#VALUE!',
'Wire' => 'Huzal', 'Wire' => 'Huzal',
'YTDSales' => 'Időarányos Sales', 'YTDSales' => 'YTD értékesítés',
'Zip' => 'Postai irányítószám', 'Zip' => 'Postai irányítószám',
]]; ]];

View File

@ -14,62 +14,62 @@ declare(strict_types=1);
return ['SupplierManagement' => [ return ['SupplierManagement' => [
'Accounting' => 'Contabilità', 'Accounting' => 'Contabilità',
'Addition' => 'aggiunta', 'Addition' => 'Aggiunta',
'Address' => 'Indirizzo', 'Address' => 'Indirizzo',
'Addresses' => 'indirizzi', 'Addresses' => 'Indirizzi',
'AreaManager' => 'Area manager', 'AreaManager' => 'Area Manager',
'Articlegroup' => 'Articlegroup', 'Articlegroup' => 'Art.group.',
'Articles' => 'articoli', 'Articles' => 'Artificio',
'Balance' => 'Equilibrio', 'Balance' => 'Bilancia',
'Bonus' => 'indennità', 'Bonus' => 'Bonus.',
'Business' => 'Attività commerciale', 'Business' => 'Affare',
'CLV' => 'CLV', 'CLV' => 'Clv.',
'Calendar' => 'Calendario', 'Calendar' => 'Calendario',
'City' => 'Città', 'City' => 'Città',
'Client' => 'Cliente', 'Client' => 'Cliente',
'Clients' => 'clienti', 'Clients' => 'Clienti',
'Contact' => 'Contatto', 'Contact' => 'Contatto',
'Country' => 'Nazione', 'Country' => 'Nazione',
'Created' => 'Creato', 'Created' => 'Creato',
'CreatedAt' => '#VALUE!', 'CreatedAt' => '#VALUE!',
'CreditRating' => 'Credit rating', 'CreditRating' => 'Rating del credito',
'Creditcard' => 'Carta di credito', 'Creditcard' => 'Carta di credito',
'DSO' => 'DSO', 'DSO' => 'DSO.',
'DUE' => 'Dovuto', 'DUE' => 'Dovuto',
'Date' => 'Data', 'Date' => 'Data',
'Default' => 'Predefinito', 'Default' => 'Predefinito',
'Delivery' => 'Consegna', 'Delivery' => 'Consegna',
'Discount' => 'Sconto', 'Discount' => 'Sconto',
'DiscountP' => '% di sconto', 'DiscountP' => 'Sconto%',
'Documents' => 'Documenti', 'Documents' => 'Documenti',
'Due' => '#VALUE!', 'Due' => '#VALUE!',
'Email' => 'E-mail', 'Email' => 'E-mail',
'Fax' => 'Fax', 'Fax' => 'Fax',
'Files' => 'File', 'Files' => 'File',
'Freightage' => 'freightage', 'Freightage' => 'Liberare',
'Group' => 'Gruppo', 'Group' => 'Gruppo',
'ID' => 'ID', 'ID' => 'ID',
'Info' => 'Informazioni', 'Info' => 'Informazioni',
'Invoice' => 'Fattura', 'Invoice' => 'Fattura',
'Invoices' => 'Fatture', 'Invoices' => 'Fatture',
'IsDefault' => 'è di default', 'IsDefault' => 'È predefinito',
'LastContact' => 'Ultimo contatto', 'LastContact' => 'Ultimo contatto',
'LastOrder' => 'Ultimo ordine', 'LastOrder' => 'Ultimo ordine',
'Log' => 'Login', 'Log' => 'Tronco d\\'albero',
'Logs' => 'logs', 'Logs' => 'Logs.',
'MRR' => 'MRR', 'MRR' => 'Mrr.',
'MTDSales' => 'MTD vendite', 'MTDSales' => 'Vendite di mtd.',
'Main' => 'Principale', 'Main' => 'Principale',
'Margin' => 'Margine', 'Margin' => 'Margine',
'Master' => 'Maestro', 'Master' => 'Maestro',
'Messages' => 'messaggi', 'Messages' => 'Messaggi',
'Modified' => 'Modificata', 'Modified' => 'Modificati',
'Modules' => 'moduli', 'Modules' => 'Moduli',
'Name' => 'Nome', 'Name' => 'Nome',
'Name1' => 'Name1', 'Name1' => 'Nome1.',
'Name2' => 'Name2', 'Name2' => 'Nome2.',
'Name3' => 'Nome3', 'Name3' => 'Nome3.',
'Net' => 'Netto', 'Net' => 'Rete',
'Notes' => 'Appunti', 'Notes' => 'Appunti',
'Number' => 'Numero', 'Number' => 'Numero',
'Office' => 'Ufficio', 'Office' => 'Ufficio',
@ -81,22 +81,23 @@ return ['SupplierManagement' => [
'Price' => 'Prezzo', 'Price' => 'Prezzo',
'Prices' => 'Prezzi', 'Prices' => 'Prezzi',
'Private' => 'Privato', 'Private' => 'Privato',
'Productgroup' => 'dei gruppi di prodotti', 'Productgroup' => 'Gruppo di prodotti',
'Profile' => 'Profilo', 'Profile' => 'Profilo',
'Purchase' => 'Acquista', 'Purchase' => 'Acquistare',
'Quantity' => 'Quantità', 'Quantity' => 'Quantità',
'RecentInvoices' => 'Le fatture recenti', 'RecentInvoices' => 'Recenti fatture',
'Sales' => 'I saldi', 'Sales' => 'Saldi',
'Segment' => 'Segmento', 'Segment' => 'Segmento',
'Segments' => 'segmenti', 'Segments' => 'Segmenti',
'Subtype' => 'sottotipo', 'Subtype' => 'Sottotipo',
'Supplier' => 'Fornitore', 'Supplier' => 'Fornitore',
'Suppliers' => 'fornitori', 'Suppliers' => 'Fornitori',
'Support' => 'Supporto', 'Support' => 'Supporto',
'Tags' => 'tag', 'Tags' => 'Tags.',
'Title' => '#VALUE!', 'Title' => '#VALUE!',
'Type' => 'genere', 'Type' => 'Tipo',
'Website' => '#VALUE!',
'Wire' => 'Filo', 'Wire' => 'Filo',
'YTDSales' => 'YTD vendite', 'YTDSales' => 'Vendite di ytd.',
'Zip' => 'Cerniera lampo', 'Zip' => 'Cerniera lampo',
]]; ]];

View File

@ -13,65 +13,65 @@
declare(strict_types=1); declare(strict_types=1);
return ['SupplierManagement' => [ return ['SupplierManagement' => [
'Accounting' => '経理', 'Accounting' => '会計',
'Addition' => '添加', 'Addition' => '添加',
'Address' => '住所', 'Address' => '住所',
'Addresses' => 'アドレス', 'Addresses' => 'アドレス',
'AreaManager' => 'エリアマネージャー', 'AreaManager' => 'エリアマネージャー',
'Articlegroup' => 'Articlegroup', 'Articlegroup' => '記事グループ',
'Articles' => '用品', 'Articles' => 'articles',
'Balance' => '残高', 'Balance' => 'バランス',
'Bonus' => 'ボーナス', 'Bonus' => 'ボーナス',
'Business' => 'ビジネス', 'Business' => '仕事',
'CLV' => 'CLV', 'CLV' => 'cl cl',
'Calendar' => 'カレンダー', 'Calendar' => 'カレンダー',
'City' => '市', 'City' => '市',
'Client' => 'クライアント', 'Client' => 'クライアント',
'Clients' => 'クライアント', 'Clients' => 'クライアント',
'Contact' => '連絡先', 'Contact' => 'コンタクト',
'Country' => '国', 'Country' => '国',
'Created' => '作成した', 'Created' => '作成した',
'CreatedAt' => '#VALUE!', 'CreatedAt' => '#VALUE!',
'CreditRating' => '信用格付け', 'CreditRating' => '信用格付け',
'Creditcard' => 'クレジットカード', 'Creditcard' => 'クレジットカード',
'DSO' => 'DSO', 'DSO' => 'DSO',
'DUE' => '原因', 'DUE' => '期限',
'Date' => '日', 'Date' => '日にち',
'Default' => 'デフォルト', 'Default' => 'デフォルト',
'Delivery' => '配達', 'Delivery' => '配達',
'Discount' => 'ディスカウント', 'Discount' => '割引',
'DiscountP' => 'ディスカウント', 'DiscountP' => '割引 ',
'Documents' => 'ドキュメント', 'Documents' => '文書',
'Due' => '#VALUE!', 'Due' => '#VALUE!',
'Email' => 'Eメール', 'Email' => 'Eメール',
'Fax' => 'ファックス', 'Fax' => 'ファックス',
'Files' => 'ファイル', 'Files' => 'ファイル',
'Freightage' => '貨物運送', 'Freightage' => 'fre fre',
'Group' => 'グループ', 'Group' => 'グループ',
'ID' => 'ID', 'ID' => 'id',
'Info' => 'インフォ', 'Info' => '情報',
'Invoice' => '請求書', 'Invoice' => '請求書',
'Invoices' => '請求書', 'Invoices' => '請求書',
'IsDefault' => 'デフォルト', 'IsDefault' => 'デフォルトです',
'LastContact' => '最後の連絡先', 'LastContact' => '最後の連絡先',
'LastOrder' => 'ラストオーダー', 'LastOrder' => '最後の順序',
'Log' => 'ログ', 'Log' => 'ログ',
'Logs' => 'ログ', 'Logs' => 'ログ',
'MRR' => 'MRR', 'MRR' => 'MRR.',
'MTDSales' => 'MTD販売', 'MTDSales' => 'MTDセールス',
'Main' => 'メイン', 'Main' => '主要',
'Margin' => 'マージン', 'Margin' => 'マージン',
'Master' => '主人', 'Master' => 'マスター',
'Messages' => 'メッセージ', 'Messages' => 'メッセージ',
'Modified' => '変更されました', 'Modified' => '修正された',
'Modules' => 'モジュール', 'Modules' => 'モジュール',
'Name' => '名前', 'Name' => '名前',
'Name1' => 'NAME1', 'Name1' => '名前1',
'Name2' => 'NAME2', 'Name2' => '名前2',
'Name3' => 'NAME3', 'Name3' => '名前3',
'Net' => 'ネット', 'Net' => 'ネット',
'Notes' => 'ノート', 'Notes' => 'ノート',
'Number' => '', 'Number' => '番号',
'Office' => 'オフィス', 'Office' => 'オフィス',
'Payment' => '支払い', 'Payment' => '支払い',
'PaymentTerm' => '支払条件', 'PaymentTerm' => '支払条件',
@ -79,14 +79,14 @@ return ['SupplierManagement' => [
'Phone' => '電話', 'Phone' => '電話',
'Postal' => '郵便', 'Postal' => '郵便',
'Price' => '価格', 'Price' => '価格',
'Prices' => '価', 'Prices' => '',
'Private' => '民間', 'Private' => '民間',
'Productgroup' => '製品グループ', 'Productgroup' => '製品グループ',
'Profile' => 'プロフィール', 'Profile' => 'プロフィール',
'Purchase' => '購入', 'Purchase' => '購入',
'Quantity' => '量', 'Quantity' => '量',
'RecentInvoices' => '最近の請求書', 'RecentInvoices' => '最近の請求書',
'Sales' => 'セールス', 'Sales' => '売り返り',
'Segment' => 'セグメント', 'Segment' => 'セグメント',
'Segments' => 'セグメント', 'Segments' => 'セグメント',
'Subtype' => 'サブタイプ', 'Subtype' => 'サブタイプ',
@ -96,7 +96,8 @@ return ['SupplierManagement' => [
'Tags' => 'タグ', 'Tags' => 'タグ',
'Title' => '#VALUE!', 'Title' => '#VALUE!',
'Type' => 'タイプ', 'Type' => 'タイプ',
'Website' => '#VALUE!',
'Wire' => 'ワイヤー', 'Wire' => 'ワイヤー',
'YTDSales' => 'YTD販売', 'YTDSales' => 'ytd売上高',
'Zip' => 'ジップ', 'Zip' => 'ジップ',
]]; ]];

View File

@ -14,29 +14,29 @@ declare(strict_types=1);
return ['SupplierManagement' => [ return ['SupplierManagement' => [
'Accounting' => '회계', 'Accounting' => '회계',
'Addition' => '부가', 'Addition' => '덧셈',
'Address' => '주소', 'Address' => '주소',
'Addresses' => '구애', 'Addresses' => '구애',
'AreaManager' => '구역 책임자', 'AreaManager' => '구역 책임자',
'Articlegroup' => 'Articlegroup', 'Articlegroup' => '기사 그룹',
'Articles' => '조항', 'Articles' => '조항',
'Balance' => '밸런스', 'Balance' => '균형',
'Bonus' => '보너스', 'Bonus' => '보너스',
'Business' => '사업', 'Business' => '사업',
'CLV' => 'CLV', 'CLV' => 'CLV.',
'Calendar' => '달력', 'Calendar' => '달력',
'City' => '', 'City' => '시',
'Client' => '고객', 'Client' => '고객',
'Clients' => '클라이언트', 'Clients' => '클라이언트',
'Contact' => '접촉', 'Contact' => '연락하다',
'Country' => '국가', 'Country' => '국가',
'Created' => '만들어진', 'Created' => '만들어진',
'CreatedAt' => '#VALUE!', 'CreatedAt' => '#VALUE!',
'CreditRating' => '신용 등급', 'CreditRating' => '신용 등급',
'Creditcard' => '신용 카드', 'Creditcard' => '신용 카드',
'DSO' => 'DSO', 'DSO' => 'DSO.',
'DUE' => '정당한', 'DUE' => '로 인한',
'Date' => '데이트', 'Date' => '날짜',
'Default' => '기본', 'Default' => '기본',
'Delivery' => '배달', 'Delivery' => '배달',
'Discount' => '할인', 'Discount' => '할인',
@ -46,56 +46,57 @@ return ['SupplierManagement' => [
'Email' => '이메일', 'Email' => '이메일',
'Fax' => '팩스', 'Fax' => '팩스',
'Files' => '파일', 'Files' => '파일',
'Freightage' => '화물 운송', 'Freightage' => '화물',
'Group' => '그룹', 'Group' => '그룹',
'ID' => '신분증', 'ID' => 'ID',
'Info' => '정보', 'Info' => '정보',
'Invoice' => '송장', 'Invoice' => '송장',
'Invoices' => '송장', 'Invoices' => '송장',
'IsDefault' => '기본값', 'IsDefault' => '기본값입니다',
'LastContact' => '마지막 연락', 'LastContact' => '마지막 연락',
'LastOrder' => '마지막 주문', 'LastOrder' => '마지막 주문',
'Log' => '로그', 'Log' => '통나무',
'Logs' => '로그', 'Logs' => '로그',
'MRR' => 'MRR', 'MRR' => '부서',
'MTDSales' => 'MTD 판매', 'MTDSales' => 'MTD 판매',
'Main' => '', 'Main' => '본',
'Margin' => '여유', 'Margin' => '여유',
'Master' => '석사', 'Master' => '주인',
'Messages' => '메시지', 'Messages' => '메시지',
'Modified' => '수정', 'Modified' => '수정',
'Modules' => '모듈', 'Modules' => '모듈',
'Name' => '이름', 'Name' => '이름',
'Name1' => 'NAME1', 'Name1' => 'name1.',
'Name2' => 'NAME2', 'Name2' => 'name2.',
'Name3' => 'NAME3', 'Name3' => 'Name3.',
'Net' => '그물', 'Net' => '그물',
'Notes' => '노트', 'Notes' => '노트',
'Number' => '번호', 'Number' => '숫자',
'Office' => '사무실', 'Office' => '사무실',
'Payment' => '지불', 'Payment' => '지불',
'PaymentTerm' => '지불 기간', 'PaymentTerm' => '지불 기간',
'Permission' => '허가', 'Permission' => '허가',
'Phone' => '전화', 'Phone' => '핸드폰',
'Postal' => '우편 엽서', 'Postal' => '우편 엽서',
'Price' => '가격', 'Price' => '가격',
'Prices' => '물가', 'Prices' => '물가',
'Private' => '은밀한', 'Private' => '사적인',
'Productgroup' => '제품 그룹', 'Productgroup' => '제품 그룹',
'Profile' => '프로필', 'Profile' => '프로필',
'Purchase' => '매수', 'Purchase' => '구입',
'Quantity' => '수량', 'Quantity' => '수량',
'RecentInvoices' => '최근 송장', 'RecentInvoices' => '최근 송장',
'Sales' => '매상', 'Sales' => '매상',
'Segment' => '분절', 'Segment' => '분절',
'Segments' => '세그먼트', 'Segments' => '세그먼트',
'Subtype' => '하위 유형', 'Subtype' => '하위 유형',
'Supplier' => '공급', 'Supplier' => '공급',
'Suppliers' => '공급 업체', 'Suppliers' => '공급',
'Support' => '지원하다', 'Support' => '지원하다',
'Tags' => '태그', 'Tags' => '태그',
'Title' => '#VALUE!', 'Title' => '#VALUE!',
'Type' => '유형', 'Type' => '유형',
'Website' => '#VALUE!',
'Wire' => '철사', 'Wire' => '철사',
'YTDSales' => 'YTD 판매', 'YTDSales' => 'YTD 판매',
'Zip' => '지퍼', 'Zip' => '지퍼',

View File

@ -13,90 +13,91 @@
declare(strict_types=1); declare(strict_types=1);
return ['SupplierManagement' => [ return ['SupplierManagement' => [
'Accounting' => 'regnskap', 'Accounting' => 'Regnskap',
'Addition' => 'Addisjon', 'Addition' => 'Addisjon',
'Address' => 'Adresse', 'Address' => 'Adresse',
'Addresses' => 'Adresser', 'Addresses' => 'Adresser',
'AreaManager' => 'Områdeansvarlig', 'AreaManager' => 'Områdeansvarlig',
'Articlegroup' => 'Articlegroup', 'Articlegroup' => 'Articregroup.',
'Articles' => 'artikler', 'Articles' => 'Artikler',
'Balance' => 'Balansere', 'Balance' => 'Balansere',
'Bonus' => 'Bonus', 'Bonus' => 'Bonus',
'Business' => 'Virksomhet', 'Business' => 'Virksomhet',
'CLV' => 'CLV', 'CLV' => 'CLV.',
'Calendar' => 'Kalender', 'Calendar' => 'Kalender',
'City' => 'By', 'City' => 'By',
'Client' => 'Klient', 'Client' => 'Klient',
'Clients' => 'klienter', 'Clients' => 'Klienter',
'Contact' => 'Ta kontakt med', 'Contact' => 'Kontakt',
'Country' => 'Land', 'Country' => 'Land',
'Created' => 'laget', 'Created' => 'Opprettet',
'CreatedAt' => '#VALUE!', 'CreatedAt' => '#VALUE!',
'CreditRating' => 'Kredittvurdering', 'CreditRating' => 'Kredittvurdering',
'Creditcard' => 'Kredittkort', 'Creditcard' => 'Kredittkort',
'DSO' => 'DSO', 'DSO' => 'DSO',
'DUE' => 'Due', 'DUE' => 'På grunn av det',
'Date' => 'Dato', 'Date' => 'Dato',
'Default' => 'Misligholde', 'Default' => 'Misligholde',
'Delivery' => 'Leveranse', 'Delivery' => 'Leveranse',
'Discount' => 'Rabatt', 'Discount' => 'Rabatt',
'DiscountP' => 'rabatt%', 'DiscountP' => 'Rabatt%',
'Documents' => 'dokumenter', 'Documents' => 'Dokumenter',
'Due' => '#VALUE!', 'Due' => '#VALUE!',
'Email' => 'e-post', 'Email' => 'E-post',
'Fax' => 'Faks', 'Fax' => 'Faks',
'Files' => 'filer', 'Files' => 'Filer',
'Freightage' => 'freightage', 'Freightage' => 'Frakt',
'Group' => 'Gruppe', 'Group' => 'Gruppe',
'ID' => 'ID', 'ID' => 'Id.',
'Info' => 'info', 'Info' => 'Info.',
'Invoice' => 'Faktura', 'Invoice' => 'Faktura',
'Invoices' => 'fakturaer', 'Invoices' => 'Fakturaer',
'IsDefault' => 'er standard', 'IsDefault' => 'Er standard',
'LastContact' => 'Siste kontakt', 'LastContact' => 'Siste kontakt',
'LastOrder' => 'Siste bestilling', 'LastOrder' => 'Siste bestilling',
'Log' => 'Logg', 'Log' => 'Logg',
'Logs' => 'Tømmerstokker', 'Logs' => 'Tømmerstokker',
'MRR' => 'MRR', 'MRR' => 'MRR.',
'MTDSales' => 'MTD salg', 'MTDSales' => 'MTD-salg',
'Main' => 'Hoved', 'Main' => 'Hoved',
'Margin' => 'Margin', 'Margin' => 'Margin',
'Master' => 'Herre', 'Master' => 'Herre',
'Messages' => 'meldinger', 'Messages' => 'Meldinger',
'Modified' => 'modifisert', 'Modified' => 'Endret',
'Modules' => 'moduler', 'Modules' => 'Moduler',
'Name' => 'Navn', 'Name' => 'Navn',
'Name1' => 'name1', 'Name1' => 'Navn1.',
'Name2' => 'navn2', 'Name2' => 'NAME2.',
'Name3' => 'NAME3', 'Name3' => 'Navn3.',
'Net' => 'Nett', 'Net' => 'Nett',
'Notes' => 'Merknader', 'Notes' => 'Notater',
'Number' => 'Nummer', 'Number' => 'Nummer',
'Office' => 'Kontor', 'Office' => 'Kontor',
'Payment' => 'innbetaling', 'Payment' => 'innbetaling',
'PaymentTerm' => 'betaling Term', 'PaymentTerm' => 'Betalingsperiode',
'Permission' => 'Tillatelse', 'Permission' => 'Tillatelse',
'Phone' => 'telefon', 'Phone' => 'Telefonen',
'Postal' => 'Postal', 'Postal' => 'Postal.',
'Price' => 'Pris', 'Price' => 'Pris',
'Prices' => 'prisene', 'Prices' => 'Prisene',
'Private' => 'Privat', 'Private' => 'Privat',
'Productgroup' => 'Produktgruppe', 'Productgroup' => 'Produktgruppe',
'Profile' => 'Profil', 'Profile' => 'Profil',
'Purchase' => 'Kjøp', 'Purchase' => 'Kjøp',
'Quantity' => 'Mengde', 'Quantity' => 'Mengde',
'RecentInvoices' => 'siste Fakturaer', 'RecentInvoices' => 'Nylige fakturaer',
'Sales' => 'Salgs', 'Sales' => 'Salg',
'Segment' => 'Segmentet', 'Segment' => 'Segmentet',
'Segments' => 'segmenter', 'Segments' => 'Segmenter',
'Subtype' => 'subtype', 'Subtype' => 'Subtype.',
'Supplier' => 'Leverandør', 'Supplier' => 'Leverandør',
'Suppliers' => 'leverandører', 'Suppliers' => 'Leverandører',
'Support' => 'Brukerstøtte', 'Support' => 'Brukerstøtte',
'Tags' => 'Tags', 'Tags' => 'Tags.',
'Title' => '#VALUE!', 'Title' => '#VALUE!',
'Type' => 'Type', 'Type' => 'Type',
'Website' => '#VALUE!',
'Wire' => 'Metalltråd', 'Wire' => 'Metalltråd',
'YTDSales' => 'YTD Sales', 'YTDSales' => 'YTD-salg',
'Zip' => 'Glidelås', 'Zip' => 'Glidelås',
]]; ]];

View File

@ -14,63 +14,63 @@ declare(strict_types=1);
return ['SupplierManagement' => [ return ['SupplierManagement' => [
'Accounting' => 'Rachunkowość', 'Accounting' => 'Rachunkowość',
'Addition' => 'Dodanie', 'Addition' => 'Dodatek',
'Address' => 'Adres', 'Address' => 'Adres',
'Addresses' => 'adresy', 'Addresses' => 'Adresy',
'AreaManager' => 'Dyrektor Regionalny', 'AreaManager' => 'Dyrektor Regionalny',
'Articlegroup' => 'Articlegroup', 'Articlegroup' => 'Artykuł',
'Articles' => 'Artykuły', 'Articles' => 'Artykuły',
'Balance' => 'Saldo', 'Balance' => 'Balansować',
'Bonus' => 'Premia', 'Bonus' => 'Premia',
'Business' => 'Biznes', 'Business' => 'Biznes',
'CLV' => 'CLV', 'CLV' => 'CLV.',
'Calendar' => 'Kalendarz', 'Calendar' => 'Kalendarz',
'City' => 'Miasto', 'City' => 'Miasto',
'Client' => 'Klient', 'Client' => 'Klient',
'Clients' => 'klienci', 'Clients' => 'Klienci.',
'Contact' => 'Kontakt', 'Contact' => 'Kontakt',
'Country' => 'Kraj', 'Country' => 'Kraj',
'Created' => 'Utworzony', 'Created' => 'Utworzony',
'CreatedAt' => '#VALUE!', 'CreatedAt' => '#VALUE!',
'CreditRating' => 'ratingowych', 'CreditRating' => 'Rating kredytowy',
'Creditcard' => 'Karta kredytowa', 'Creditcard' => 'Karta kredytowa',
'DSO' => 'DSO', 'DSO' => 'DSO.',
'DUE' => 'Z powodu', 'DUE' => 'Z powodu',
'Date' => 'Data', 'Date' => 'Data',
'Default' => 'Domyślna', 'Default' => 'Domyślna',
'Delivery' => 'Dostawa', 'Delivery' => 'Dostawa',
'Discount' => 'Zniżka', 'Discount' => 'Zniżka',
'DiscountP' => 'Zniżka %', 'DiscountP' => 'Zniżka %',
'Documents' => 'dokumenty', 'Documents' => 'Dokumenty',
'Due' => '#VALUE!', 'Due' => '#VALUE!',
'Email' => 'E-mail', 'Email' => 'E-mail',
'Fax' => 'Faks', 'Fax' => 'Faks',
'Files' => 'Akta', 'Files' => 'Pliki',
'Freightage' => 'Frachtowanie', 'Freightage' => 'Frachtowanie',
'Group' => 'Grupa', 'Group' => 'Grupa',
'ID' => 'ID', 'ID' => 'ID',
'Info' => 'Info', 'Info' => 'Info',
'Invoice' => 'Faktura', 'Invoice' => 'Faktura',
'Invoices' => 'faktury', 'Invoices' => 'Faktury',
'IsDefault' => 'jest domyślnym', 'IsDefault' => 'Jest domyślnie.',
'LastContact' => 'Ostatni kontakt', 'LastContact' => 'Ostatni kontakt',
'LastOrder' => 'Ostatnie zamówienie', 'LastOrder' => 'Ostatnie zamówienie',
'Log' => 'Log', 'Log' => 'Dziennik',
'Logs' => 'dzienniki', 'Logs' => 'Kłody',
'MRR' => 'MRR', 'MRR' => 'MRR.',
'MTDSales' => 'MTD sprzedaży', 'MTDSales' => 'Sprzedaż MTD.',
'Main' => 'Główny', 'Main' => 'Główny',
'Margin' => 'Margines', 'Margin' => 'Margines',
'Master' => 'Mistrz', 'Master' => 'Gospodarz',
'Messages' => 'wiadomości', 'Messages' => 'Wiadomości',
'Modified' => 'zmodyfikowany', 'Modified' => 'Modyfikowany',
'Modules' => 'moduły', 'Modules' => 'Moduły',
'Name' => 'Nazwa', 'Name' => 'Nazwa',
'Name1' => 'nazwa1', 'Name1' => 'Nazwa1.',
'Name2' => 'name2', 'Name2' => 'Nazwa2.',
'Name3' => 'NAME3', 'Name3' => 'Nazwa3.',
'Net' => 'Netto', 'Net' => 'Internet',
'Notes' => 'Uwagi', 'Notes' => 'Notatki',
'Number' => 'Numer', 'Number' => 'Numer',
'Office' => 'Gabinet', 'Office' => 'Gabinet',
'Payment' => 'Zapłata', 'Payment' => 'Zapłata',
@ -79,24 +79,25 @@ return ['SupplierManagement' => [
'Phone' => 'Telefon', 'Phone' => 'Telefon',
'Postal' => 'Pocztowy', 'Postal' => 'Pocztowy',
'Price' => 'Cena £', 'Price' => 'Cena £',
'Prices' => 'ceny', 'Prices' => 'Ceny',
'Private' => 'Prywatny', 'Private' => 'Prywatny',
'Productgroup' => 'Grupa produktów', 'Productgroup' => 'Grupa produktów',
'Profile' => 'Profil', 'Profile' => 'Profil',
'Purchase' => 'Zakup', 'Purchase' => 'Zakup',
'Quantity' => 'Ilość', 'Quantity' => 'Ilość',
'RecentInvoices' => 'Najnowsze Faktury', 'RecentInvoices' => 'Ostatnie faktury.',
'Sales' => 'Sprzedaż', 'Sales' => 'Obroty',
'Segment' => 'Człon', 'Segment' => 'Człon',
'Segments' => 'segmenty', 'Segments' => 'Segmenty',
'Subtype' => 'podtyp', 'Subtype' => 'Podtyp',
'Supplier' => 'Dostawca', 'Supplier' => 'Dostawca',
'Suppliers' => 'Dostawcy', 'Suppliers' => 'Dostawcy',
'Support' => 'Wsparcie', 'Support' => 'Wsparcie',
'Tags' => 'tagi', 'Tags' => 'Tagi.',
'Title' => '#VALUE!', 'Title' => '#VALUE!',
'Type' => 'Rodzaj', 'Type' => 'Rodzaj',
'Website' => '#VALUE!',
'Wire' => 'Drut', 'Wire' => 'Drut',
'YTDSales' => 'YTD sprzedaży', 'YTDSales' => 'Sprzedaż Ytd.',
'Zip' => 'Zamek błyskawiczny', 'Zip' => 'Zamek błyskawiczny',
]]; ]];

View File

@ -16,59 +16,59 @@ return ['SupplierManagement' => [
'Accounting' => 'Contabilidade', 'Accounting' => 'Contabilidade',
'Addition' => 'Adição', 'Addition' => 'Adição',
'Address' => 'Endereço', 'Address' => 'Endereço',
'Addresses' => 'endereços', 'Addresses' => 'Endereços',
'AreaManager' => 'Gerente da área', 'AreaManager' => 'Gerente da área',
'Articlegroup' => 'Articlegroup', 'Articlegroup' => 'ArticleGroup',
'Articles' => 'artigos', 'Articles' => 'Artigos',
'Balance' => 'Equilíbrio', 'Balance' => 'Equilíbrio',
'Bonus' => 'Bônus', 'Bonus' => 'Bônus',
'Business' => 'O negócio', 'Business' => 'O negócio',
'CLV' => 'CLV', 'CLV' => 'Clv.',
'Calendar' => 'Calendário', 'Calendar' => 'Calendário',
'City' => 'Cidade', 'City' => 'Cidade',
'Client' => 'Cliente', 'Client' => 'Cliente',
'Clients' => 'clientes', 'Clients' => 'Clientes',
'Contact' => 'Contato', 'Contact' => 'Contato',
'Country' => 'País', 'Country' => 'País',
'Created' => 'Criado', 'Created' => 'Criado',
'CreatedAt' => '#VALUE!', 'CreatedAt' => '#VALUE!',
'CreditRating' => 'avaliação de crédito', 'CreditRating' => 'Rating de crédito',
'Creditcard' => 'Cartão de crédito', 'Creditcard' => 'Cartão de crédito',
'DSO' => 'DSO', 'DSO' => 'Dso.',
'DUE' => 'Devido', 'DUE' => 'Vencimento',
'Date' => 'Encontro', 'Date' => 'Encontro',
'Default' => 'Predefinição', 'Default' => 'Padrão',
'Delivery' => 'Entrega', 'Delivery' => 'Entrega',
'Discount' => 'Desconto', 'Discount' => 'Desconto',
'DiscountP' => '% de desconto', 'DiscountP' => 'Desconto%',
'Documents' => 'documentos', 'Documents' => 'Documentos',
'Due' => '#VALUE!', 'Due' => '#VALUE!',
'Email' => 'O email', 'Email' => 'E-mail',
'Fax' => 'Fax', 'Fax' => 'Fax',
'Files' => 'arquivos', 'Files' => 'arquivos',
'Freightage' => 'frete', 'Freightage' => 'Freightage',
'Group' => 'Grupo', 'Group' => 'Grupo',
'ID' => 'EU IA', 'ID' => 'identificação',
'Info' => 'informações', 'Info' => 'Info',
'Invoice' => 'Fatura', 'Invoice' => 'Fatura',
'Invoices' => 'Faturas', 'Invoices' => 'Faturas',
'IsDefault' => 'é padrão', 'IsDefault' => 'É padrão',
'LastContact' => 'último contato', 'LastContact' => 'Último contato.',
'LastOrder' => 'Último pedido', 'LastOrder' => 'Último pedido',
'Log' => 'Registro', 'Log' => 'Registro',
'Logs' => 'Histórico', 'Logs' => 'Histórico',
'MRR' => 'MRR', 'MRR' => 'MRR.',
'MTDSales' => 'MTD Vendas', 'MTDSales' => 'Sales Mtd.',
'Main' => 'Principal', 'Main' => 'Principal',
'Margin' => 'Margem', 'Margin' => 'Margem',
'Master' => 'Mestre', 'Master' => 'Mestre',
'Messages' => 'mensagens', 'Messages' => 'Mensagens',
'Modified' => 'modificada', 'Modified' => 'Modificado',
'Modules' => 'módulos', 'Modules' => 'Módulos.',
'Name' => 'Nome', 'Name' => 'Nome',
'Name1' => 'Name1', 'Name1' => 'Nome1.',
'Name2' => 'Name2', 'Name2' => 'Nome2.',
'Name3' => 'Name3', 'Name3' => 'Nome3.',
'Net' => 'Internet', 'Net' => 'Internet',
'Notes' => 'Notas', 'Notes' => 'Notas',
'Number' => 'Número', 'Number' => 'Número',
@ -79,24 +79,25 @@ return ['SupplierManagement' => [
'Phone' => 'Telefone', 'Phone' => 'Telefone',
'Postal' => 'Postal', 'Postal' => 'Postal',
'Price' => 'Preço', 'Price' => 'Preço',
'Prices' => 'preços', 'Prices' => 'Preços',
'Private' => 'Privado', 'Private' => 'Privado',
'Productgroup' => 'Grupo de produtos', 'Productgroup' => 'Grupo de produtos',
'Profile' => 'Perfil', 'Profile' => 'Perfil',
'Purchase' => 'Compra', 'Purchase' => 'Comprar',
'Quantity' => 'Quantidade', 'Quantity' => 'Quantidade',
'RecentInvoices' => 'facturas recentes', 'RecentInvoices' => 'Faturas recentes',
'Sales' => 'Vendas', 'Sales' => 'Vendas',
'Segment' => 'Segmento', 'Segment' => 'Segmento',
'Segments' => 'segmentos', 'Segments' => 'Segmentos',
'Subtype' => 'subtipo', 'Subtype' => 'Subtipo',
'Supplier' => 'fornecedor', 'Supplier' => 'Fornecedor',
'Suppliers' => 'fornecedores', 'Suppliers' => 'Fornecedores',
'Support' => 'Apoio, suporte', 'Support' => 'Apoio, suporte',
'Tags' => 'Tag', 'Tags' => 'Tag',
'Title' => '#VALUE!', 'Title' => '#VALUE!',
'Type' => 'Modelo', 'Type' => 'Modelo',
'Wire' => 'Escuta', 'Website' => '#VALUE!',
'YTDSales' => 'acumulado de vendas', 'Wire' => 'Fio',
'YTDSales' => 'Vendas do ano',
'Zip' => 'Fecho eclair', 'Zip' => 'Fecho eclair',
]]; ]];

View File

@ -18,57 +18,57 @@ return ['SupplierManagement' => [
'Address' => 'Адрес', 'Address' => 'Адрес',
'Addresses' => 'Адреса', 'Addresses' => 'Адреса',
'AreaManager' => 'Региональный менеджер', 'AreaManager' => 'Региональный менеджер',
'Articlegroup' => 'Articlegroup', 'Articlegroup' => 'Staregroup.',
'Articles' => 'статьи', 'Articles' => 'Статьи',
'Balance' => 'Баланс', 'Balance' => 'Остаток средств',
'Bonus' => 'бонус', 'Bonus' => 'Бонус',
'Business' => 'Бизнес', 'Business' => 'Бизнес',
'CLV' => 'CLV', 'CLV' => 'Каблук',
'Calendar' => 'Календарь', 'Calendar' => 'Календарь',
'City' => 'Город', 'City' => 'Город',
'Client' => 'клиент', 'Client' => 'Клиент',
'Clients' => 'клиенты', 'Clients' => 'Клиенты',
'Contact' => 'Контакт', 'Contact' => 'Контакт',
'Country' => 'Страна', 'Country' => 'Страна',
'Created' => 'Созданный', 'Created' => 'Созданный',
'CreatedAt' => '#VALUE!', 'CreatedAt' => '#VALUE!',
'CreditRating' => 'оценка кредитоспособности', 'CreditRating' => 'Кредитный рейтинг',
'Creditcard' => 'Кредитная карта', 'Creditcard' => 'Кредитная карта',
'DSO' => 'DSO', 'DSO' => 'DSO',
'DUE' => 'Должный', 'DUE' => 'Должное',
'Date' => 'Дата', 'Date' => 'Дата',
'Default' => 'Дефолт', 'Default' => 'Дефолт',
'Delivery' => 'Доставка', 'Delivery' => 'Доставка',
'Discount' => 'Скидка', 'Discount' => 'Скидка',
'DiscountP' => 'Скидка %', 'DiscountP' => 'Скидка %',
'Documents' => 'документы', 'Documents' => 'Документы',
'Due' => '#VALUE!', 'Due' => '#VALUE!',
'Email' => 'Электронное письмо', 'Email' => 'Электронное письмо',
'Fax' => 'факс', 'Fax' => 'Факс',
'Files' => 'файлы', 'Files' => 'Файлы',
'Freightage' => 'грузовместимость', 'Freightage' => 'Фрахты',
'Group' => 'Группа', 'Group' => 'Группа',
'ID' => 'Я БЫ', 'ID' => 'Я БЫ',
'Info' => 'Информация', 'Info' => 'Информация',
'Invoice' => 'Выставленный счет', 'Invoice' => 'Счет',
'Invoices' => 'Счета-фактуры', 'Invoices' => 'Счета',
'IsDefault' => 'Является ли по умолчанию', 'IsDefault' => 'По умолчанию',
'LastContact' => 'Последний Контакт', 'LastContact' => 'Последний контакт',
'LastOrder' => 'Последний заказ', 'LastOrder' => 'Последний заказ',
'Log' => 'Бревно', 'Log' => 'Бревно',
'Logs' => 'бревна', 'Logs' => 'Журналы',
'MRR' => 'MRR', 'MRR' => 'MRR',
'MTDSales' => 'MTD продаж', 'MTDSales' => 'MTD Sales.',
'Main' => 'Главный', 'Main' => 'Главный',
'Margin' => 'Поле', 'Margin' => 'Допуск',
'Master' => 'Владелец', 'Master' => 'Владелец',
'Messages' => 'Сообщения', 'Messages' => 'Сообщения',
'Modified' => 'модифицированный', 'Modified' => 'Модифицированный',
'Modules' => 'Модули', 'Modules' => 'Модули',
'Name' => 'Имя', 'Name' => 'Имя',
'Name1' => 'Name1', 'Name1' => 'Имя1.',
'Name2' => 'Name2', 'Name2' => 'Имя2.',
'Name3' => 'name3', 'Name3' => 'Имя3.',
'Net' => 'Сеть', 'Net' => 'Сеть',
'Notes' => 'Примечания', 'Notes' => 'Примечания',
'Number' => 'Число', 'Number' => 'Число',
@ -77,7 +77,7 @@ return ['SupplierManagement' => [
'PaymentTerm' => 'Условия оплаты', 'PaymentTerm' => 'Условия оплаты',
'Permission' => 'Разрешение', 'Permission' => 'Разрешение',
'Phone' => 'Телефон', 'Phone' => 'Телефон',
'Postal' => 'почтовый', 'Postal' => 'Почтовый',
'Price' => 'Цена', 'Price' => 'Цена',
'Prices' => 'Цены', 'Prices' => 'Цены',
'Private' => 'Частный', 'Private' => 'Частный',
@ -85,18 +85,19 @@ return ['SupplierManagement' => [
'Profile' => 'Профиль', 'Profile' => 'Профиль',
'Purchase' => 'Покупка', 'Purchase' => 'Покупка',
'Quantity' => 'Количество', 'Quantity' => 'Количество',
'RecentInvoices' => 'Последние счетов-фактур', 'RecentInvoices' => 'Недавние счета',
'Sales' => 'Продажи', 'Sales' => 'Продажи',
'Segment' => 'сегмент', 'Segment' => 'Сегмент',
'Segments' => 'Сегменты', 'Segments' => 'Сегменты',
'Subtype' => 'Подтип', 'Subtype' => 'Подтип',
'Supplier' => 'поставщик', 'Supplier' => 'Поставщик',
'Suppliers' => 'Поставщики', 'Suppliers' => 'Поставщики',
'Support' => 'Поддерживать', 'Support' => 'Служба поддержки',
'Tags' => 'Теги', 'Tags' => 'Теги',
'Title' => '#VALUE!', 'Title' => '#VALUE!',
'Type' => 'Тип', 'Type' => 'Тип',
'Website' => '#VALUE!',
'Wire' => 'Проволока', 'Wire' => 'Проволока',
'YTDSales' => 'Наивысший Менеджер по продажам', 'YTDSales' => 'YTD Sales.',
'Zip' => 'застежка-молния', 'Zip' => 'Zip.',
]]; ]];

View File

@ -16,87 +16,88 @@ return ['SupplierManagement' => [
'Accounting' => 'Bokföring', 'Accounting' => 'Bokföring',
'Addition' => 'Tillägg', 'Addition' => 'Tillägg',
'Address' => 'Adress', 'Address' => 'Adress',
'Addresses' => 'adresser', 'Addresses' => 'Adresser',
'AreaManager' => 'Områdeschef', 'AreaManager' => 'Områdeschef',
'Articlegroup' => 'Articlegroup', 'Articlegroup' => 'Artikelgrupp',
'Articles' => 'artiklar', 'Articles' => 'Artiklar',
'Balance' => 'Balans', 'Balance' => 'Balans',
'Bonus' => 'Bonus', 'Bonus' => 'Bonus',
'Business' => 'Företag', 'Business' => 'Företag',
'CLV' => 'CLV', 'CLV' => 'Clv',
'Calendar' => 'Kalender', 'Calendar' => 'Kalender',
'City' => 'Stad', 'City' => 'Stad',
'Client' => 'Klient', 'Client' => 'Klient',
'Clients' => 'kunder', 'Clients' => 'Klienter',
'Contact' => 'Kontakt', 'Contact' => 'Kontakt',
'Country' => 'Land', 'Country' => 'Land',
'Created' => 'Skapad', 'Created' => 'Skapad',
'CreatedAt' => '#VALUE!', 'CreatedAt' => '#VALUE!',
'CreditRating' => 'Kreditvärdighet', 'CreditRating' => 'Kreditvärdighet',
'Creditcard' => 'Kreditkort', 'Creditcard' => 'Kreditkort',
'DSO' => 'DSO', 'DSO' => 'Do',
'DUE' => 'Till följd av', 'DUE' => 'På grund av',
'Date' => 'Datum', 'Date' => 'Datum',
'Default' => 'Standard', 'Default' => 'Standard',
'Delivery' => 'Leverans', 'Delivery' => 'Leverans',
'Discount' => 'Rabatt', 'Discount' => 'Rabatt',
'DiscountP' => 'rabatt%', 'DiscountP' => 'Rabatt%',
'Documents' => 'Dokument', 'Documents' => 'Dokument',
'Due' => '#VALUE!', 'Due' => '#VALUE!',
'Email' => 'E-post', 'Email' => 'E-post',
'Fax' => 'Fax', 'Fax' => 'Fax',
'Files' => 'filer', 'Files' => 'Filer',
'Freightage' => 'LAST', 'Freightage' => 'Frakt',
'Group' => 'Grupp', 'Group' => 'Grupp',
'ID' => 'ID', 'ID' => 'Id',
'Info' => 'Info', 'Info' => 'Info',
'Invoice' => 'Faktura', 'Invoice' => 'Faktura',
'Invoices' => 'fakturor', 'Invoices' => 'Fakturor',
'IsDefault' => 'är standard', 'IsDefault' => 'Är standard',
'LastContact' => 'senast Kontakta', 'LastContact' => 'Senaste kontakten',
'LastOrder' => 'Sista beställningen', 'LastOrder' => 'Sista beställningen',
'Log' => 'Logga', 'Log' => 'Logga',
'Logs' => 'loggar', 'Logs' => 'Loggar',
'MRR' => 'MRR', 'MRR' => 'Mrr',
'MTDSales' => 'MTD Sales', 'MTDSales' => 'MTD-försäljning',
'Main' => 'Huvudsaklig', 'Main' => 'Huvudsaklig',
'Margin' => 'Marginal', 'Margin' => 'Marginal',
'Master' => 'Bemästra', 'Master' => 'Bemästra',
'Messages' => 'meddelanden', 'Messages' => 'Budskap',
'Modified' => 'Ändrad', 'Modified' => 'Ändrad',
'Modules' => 'moduler', 'Modules' => 'Moduler',
'Name' => 'namn', 'Name' => 'namn',
'Name1' => 'namn1', 'Name1' => 'Namn1',
'Name2' => 'name2', 'Name2' => 'Namn2',
'Name3' => 'NAME3', 'Name3' => 'Namn3',
'Net' => 'Netto', 'Net' => 'Netto',
'Notes' => 'anteckningar', 'Notes' => 'Anteckningar',
'Number' => 'siffra', 'Number' => 'siffra',
'Office' => 'Kontor', 'Office' => 'Kontor',
'Payment' => 'Betalning', 'Payment' => 'Betalning',
'PaymentTerm' => 'Betalningsvillkor', 'PaymentTerm' => 'Betalningsvillkor',
'Permission' => 'Lov', 'Permission' => 'Tillstånd',
'Phone' => 'Telefon', 'Phone' => 'Telefon',
'Postal' => 'Post', 'Postal' => 'Post',
'Price' => 'Pris', 'Price' => 'Pris',
'Prices' => 'priserna', 'Prices' => 'Priser',
'Private' => 'Privat', 'Private' => 'Privat',
'Productgroup' => 'Produktgrupp', 'Productgroup' => 'Produktgrupp',
'Profile' => 'Profil', 'Profile' => 'Profil',
'Purchase' => 'Inköp', 'Purchase' => 'Inköp',
'Quantity' => 'Kvantitet', 'Quantity' => 'Kvantitet',
'RecentInvoices' => 'nya fakturor', 'RecentInvoices' => 'Nya fakturor',
'Sales' => 'försäljning', 'Sales' => 'Försäljning',
'Segment' => 'Segmentet', 'Segment' => 'Segmentet',
'Segments' => 'segment', 'Segments' => 'Segment',
'Subtype' => 'subtyp', 'Subtype' => 'Subtyp',
'Supplier' => 'Leverantör', 'Supplier' => 'Leverantör',
'Suppliers' => 'leverantörer', 'Suppliers' => 'Leverantörer',
'Support' => 'Stöd', 'Support' => 'Stöd',
'Tags' => 'Tags', 'Tags' => 'Tagg',
'Title' => '#VALUE!', 'Title' => '#VALUE!',
'Type' => 'Typ', 'Type' => 'Typ',
'Website' => '#VALUE!',
'Wire' => 'Tråd', 'Wire' => 'Tråd',
'YTDSales' => 'YTD Sales', 'YTDSales' => 'YTD-försäljning',
'Zip' => 'Blixtlås', 'Zip' => 'Blixtlås',
]]; ]];

View File

@ -18,85 +18,86 @@ return ['SupplierManagement' => [
'Address' => 'ที่อยู่', 'Address' => 'ที่อยู่',
'Addresses' => 'ที่อยู่', 'Addresses' => 'ที่อยู่',
'AreaManager' => 'ผู้จัดการพื้นที่', 'AreaManager' => 'ผู้จัดการพื้นที่',
'Articlegroup' => 'Articlegroup', 'Articlegroup' => 'ArticleGroup',
'Articles' => 'บทความ', 'Articles' => 'บทความ',
'Balance' => 'สมดุล', 'Balance' => 'สมดุล',
'Bonus' => 'โบนัส', 'Bonus' => 'โบนัส',
'Business' => 'ธุรกิจ', 'Business' => 'ธุรกิจ',
'CLV' => 'CLV', 'CLV' => 'clv',
'Calendar' => 'ปฏิทิน', 'Calendar' => 'ปฏิทิน',
'City' => 'เมือง', 'City' => 'เมือง',
'Client' => 'ไคลเอนต์', 'Client' => 'ลูกค้า',
'Clients' => 'ลูกค้า', 'Clients' => 'ลูกค้า',
'Contact' => 'ติดต่อ', 'Contact' => 'ติดต่อ',
'Country' => 'ประเทศ', 'Country' => 'ประเทศ',
'Created' => 'ที่สร้างไว้', 'Created' => 'สร้าง',
'CreatedAt' => '#VALUE!', 'CreatedAt' => '#VALUE!',
'CreditRating' => 'การจัดอันดับเครดิต', 'CreditRating' => 'การจัดอันดับเครดิต',
'Creditcard' => 'บัตรเครดิต', 'Creditcard' => 'บัตรเครดิต',
'DSO' => 'เอสโอ', 'DSO' => 'DSO',
'DUE' => 'ครบกำหนด', 'DUE' => 'เนื่องจาก',
'Date' => 'วันที่', 'Date' => 'วันที่',
'Default' => 'ค่าเริ่มต้น', 'Default' => 'ค่าเริ่มต้น',
'Delivery' => 'การจัดส่งสินค้า', 'Delivery' => 'จัดส่ง',
'Discount' => 'ส่วนลด', 'Discount' => 'การลดราคา',
'DiscountP' => '% ส่วนลด', 'DiscountP' => 'การลดราคา %',
'Documents' => 'เอกสาร', 'Documents' => 'เอกสาร',
'Due' => '#VALUE!', 'Due' => '#VALUE!',
'Email' => 'อีเมล', 'Email' => 'อีเมล',
'Fax' => 'แฟกซ์', 'Fax' => 'แฟกซ์',
'Files' => 'ไฟล์', 'Files' => 'ไฟล์',
'Freightage' => 'ของบรรทุกของ', 'Freightage' => 'การขนส่งสินค้า',
'Group' => 'กลุ่ม', 'Group' => 'กลุ่ม',
'ID' => 'ID', 'ID' => 'id',
'Info' => 'ข้อมูล', 'Info' => 'ข้อมูล',
'Invoice' => 'ใบแจ้งหนี้', 'Invoice' => 'ใบแจ้งหนี้',
'Invoices' => 'ใบแจ้งหนี้', 'Invoices' => 'ใบแจ้งหนี้',
'IsDefault' => 'เป็นค่าเริ่มต้น', 'IsDefault' => 'เป็นค่าเริ่มต้น',
'LastContact' => 'ติดต่อล่าสุด', 'LastContact' => 'ติดต่อล่าสุด',
'LastOrder' => 'คำสั่งสุดท้าย', 'LastOrder' => 'คำสั่งสุดท้าย',
'Log' => 'เข้าสู่ระบบ', 'Log' => 'บันทึก',
'Logs' => 'ท่อน', 'Logs' => 'การบันทึก',
'MRR' => 'MRR', 'MRR' => 'MRR',
'MTDSales' => 'MTD ขาย', 'MTDSales' => 'ขาย MTD',
'Main' => 'หลัก', 'Main' => 'หลัก',
'Margin' => 'ขอบ', 'Margin' => 'ระยะขอบ',
'Master' => 'เจ้านาย', 'Master' => 'ผู้เชี่ยวชาญ',
'Messages' => 'ข้อความ', 'Messages' => 'ข้อความ',
'Modified' => 'ดัดแปลง', 'Modified' => 'ที่ได้รับการแก้ไข',
'Modules' => 'โมดูล', 'Modules' => 'โมดูล',
'Name' => 'ชื่อ', 'Name' => 'ชื่อ',
'Name1' => 'ชื่อ 1', 'Name1' => 'ชื่อ 1',
'Name2' => 'name2', 'Name2' => 'ชื่อ 2',
'Name3' => 'NAME3', 'Name3' => 'ชื่อ 3',
'Net' => 'สุทธิ', 'Net' => 'สุทธิ',
'Notes' => 'หมายเหตุ', 'Notes' => 'หมายเหตุ',
'Number' => 'จำนวน', 'Number' => 'ตัวเลข',
'Office' => 'สำนักงาน', 'Office' => 'สำนักงาน',
'Payment' => 'การชำระเงิน', 'Payment' => 'การชำระเงิน',
'PaymentTerm' => 'เงื่อนไขการชำระเงิน', 'PaymentTerm' => 'เงื่อนไขการชำระเงิน',
'Permission' => 'การอนุญาต', 'Permission' => 'การอนุญาต',
'Phone' => 'โทรศัพท์', 'Phone' => 'โทรศัพท์',
'Postal' => 'ไปรษณีย์', 'Postal' => 'เกี่ยวกับการไปรษณีย์',
'Price' => 'ราคา', 'Price' => 'ราคา',
'Prices' => 'ราคา', 'Prices' => 'ราคา',
'Private' => 'เอกชน', 'Private' => 'ส่วนตัว',
'Productgroup' => 'Productgroup', 'Productgroup' => 'กลุ่มผลิตภัณฑ์',
'Profile' => 'ข้อมูลส่วนตัว', 'Profile' => 'ประวัติโดยย่อ',
'Purchase' => 'ซื้อ', 'Purchase' => 'ซื้อ',
'Quantity' => 'ปริมาณ', 'Quantity' => 'ปริมาณ',
'RecentInvoices' => 'ใบแจ้งหนี้ล่าสุด', 'RecentInvoices' => 'ใบแจ้งหนี้ล่าสุด',
'Sales' => 'ขาย', 'Sales' => 'ฝ่ายขาย',
'Segment' => 'ส่วน', 'Segment' => 'ส่วน',
'Segments' => 'กลุ่ม', 'Segments' => 'กลุ่ม',
'Subtype' => 'ย่อย', 'Subtype' => 'ประเภทย่อย',
'Supplier' => 'ผู้ผลิต', 'Supplier' => 'ผู้ผลิต',
'Suppliers' => 'ซัพพลายเออร์', 'Suppliers' => 'ซัพพลายเออร์',
'Support' => 'สนับสนุน', 'Support' => 'สนับสนุน',
'Tags' => 'แท็ก', 'Tags' => 'แท็ก',
'Title' => '#VALUE!', 'Title' => '#VALUE!',
'Type' => 'ชนิด', 'Type' => 'พิมพ์',
'Website' => '#VALUE!',
'Wire' => 'ลวด', 'Wire' => 'ลวด',
'YTDSales' => 'YTD ขาย', 'YTDSales' => 'ขาย YTD',
'Zip' => 'ซิป', 'Zip' => 'ซิป',
]]; ]];

View File

@ -17,65 +17,65 @@ return ['SupplierManagement' => [
'Addition' => 'İlave', 'Addition' => 'İlave',
'Address' => 'Adres', 'Address' => 'Adres',
'Addresses' => 'Adresler', 'Addresses' => 'Adresler',
'AreaManager' => 'Bölge Müdürü', 'AreaManager' => 'Alan müdürü',
'Articlegroup' => 'Articlegroup', 'Articlegroup' => 'Makale grubu',
'Articles' => 'Nesne', 'Articles' => 'Nesne',
'Balance' => 'Denge', 'Balance' => 'Denge',
'Bonus' => 'Bonus', 'Bonus' => 'Bonus',
'Business' => '', 'Business' => 'İşletme',
'CLV' => 'CLV', 'CLV' => 'Clv',
'Calendar' => 'Takvim', 'Calendar' => 'Takvim',
'City' => 'Kent', 'City' => 'Şehir',
'Client' => 'müşteri', 'Client' => 'Müşteri',
'Clients' => 'Müşteriler', 'Clients' => 'Müşteriler',
'Contact' => 'İletişim', 'Contact' => 'Temas',
'Country' => 'ülke', 'Country' => 'Ülke',
'Created' => 'düzenlendi', 'Created' => 'Yaratılmış',
'CreatedAt' => '#VALUE!', 'CreatedAt' => '#VALUE!',
'CreditRating' => 'Kredi notu', 'CreditRating' => 'Kredi notu',
'Creditcard' => 'Kredi kartı', 'Creditcard' => 'Kredi kartı',
'DSO' => 'DSO', 'DSO' => 'Dso',
'DUE' => 'nedeniyle', 'DUE' => 'Vadesi dolmuş',
'Date' => 'tarih', 'Date' => 'Tarih',
'Default' => 'Varsayılan', 'Default' => 'Varsayılan',
'Delivery' => 'teslim', 'Delivery' => 'Teslimat',
'Discount' => 'İndirim', 'Discount' => 'İndirim',
'DiscountP' => 'İndirim %', 'DiscountP' => 'İndirim %',
'Documents' => 'evraklar', 'Documents' => 'Belgeler',
'Due' => '#VALUE!', 'Due' => '#VALUE!',
'Email' => 'E-posta', 'Email' => 'E-posta',
'Fax' => 'Faks', 'Fax' => 'Faks',
'Files' => 'Dosyalar', 'Files' => 'Dosyalar',
'Freightage' => 'yük taşıma', 'Freightage' => 'Yük',
'Group' => 'grup', 'Group' => 'Grup',
'ID' => 'İD', 'ID' => 'İD',
'Info' => 'Bilgi', 'Info' => 'Bilgi',
'Invoice' => 'Fatura', 'Invoice' => 'Fatura',
'Invoices' => 'Faturalar', 'Invoices' => 'Faturalar',
'IsDefault' => 'varsayılan mı', 'IsDefault' => 'Varsayılan',
'LastContact' => 'Son İletişim', 'LastContact' => 'Son iletişim',
'LastOrder' => 'Son sipariş', 'LastOrder' => 'Son sipariş',
'Log' => 'Giriş', 'Log' => 'Kayıt',
'Logs' => 'Kütükler', 'Logs' => 'Kütükler',
'MRR' => 'MRR', 'MRR' => 'Mrr',
'MTDSales' => 'MTD Satış', 'MTDSales' => 'Mtd satışları',
'Main' => 'Ana', 'Main' => 'Ana',
'Margin' => 'kenar', 'Margin' => 'Marj',
'Master' => 'Usta', 'Master' => 'Usta',
'Messages' => 'Mesajlar', 'Messages' => 'Mesaj',
'Modified' => 'Değiştirilmiş', 'Modified' => 'Değiştirilmiş',
'Modules' => 'Modüller', 'Modules' => 'Modüller',
'Name' => 'ad', 'Name' => 'İsim',
'Name1' => 'İsim1', 'Name1' => 'İsim1',
'Name2' => 'Ad2', 'Name2' => 'İsim2',
'Name3' => 'NAME3', 'Name3' => 'İsim3',
'Net' => 'Ağ', 'Net' => 'Ağ',
'Notes' => 'notlar', 'Notes' => 'Notalar',
'Number' => 'Numara', 'Number' => 'Numara',
'Office' => 'Ofis', 'Office' => 'Ofis',
'Payment' => 'Ödeme', 'Payment' => 'Ödeme',
'PaymentTerm' => 'Ödeme koşulu', 'PaymentTerm' => 'Ödeme koşulu',
'Permission' => 'izin', 'Permission' => 'İzin',
'Phone' => 'Telefon', 'Phone' => 'Telefon',
'Postal' => 'Posta', 'Postal' => 'Posta',
'Price' => 'Fiyat', 'Price' => 'Fiyat',
@ -84,19 +84,20 @@ return ['SupplierManagement' => [
'Productgroup' => 'Ürün grubu', 'Productgroup' => 'Ürün grubu',
'Profile' => 'Profil', 'Profile' => 'Profil',
'Purchase' => 'Satın alma', 'Purchase' => 'Satın alma',
'Quantity' => 'miktar', 'Quantity' => 'Miktar',
'RecentInvoices' => 'Son Faturalar', 'RecentInvoices' => 'Son Faturalar',
'Sales' => 'Satış', 'Sales' => 'Satış',
'Segment' => 'bölüm', 'Segment' => 'Segment',
'Segments' => 'Bölümleri', 'Segments' => 'Segmentler',
'Subtype' => 'Alt tür', 'Subtype' => 'Alt tip',
'Supplier' => 'Tedarikçi', 'Supplier' => 'Tedarikçi',
'Suppliers' => 'Tedarikçiler', 'Suppliers' => 'Tedarikçiler',
'Support' => 'Destek', 'Support' => 'Destek',
'Tags' => 'Etiketler', 'Tags' => 'Etiketler',
'Title' => '#VALUE!', 'Title' => '#VALUE!',
'Type' => 'tip', 'Type' => 'Tip',
'Website' => '#VALUE!',
'Wire' => 'Tel', 'Wire' => 'Tel',
'YTDSales' => 'YBB Satış', 'YTDSales' => 'YTD satışları',
'Zip' => 'Zip', 'Zip' => 'Zip',
]]; ]];

View File

@ -13,90 +13,91 @@
declare(strict_types=1); declare(strict_types=1);
return ['SupplierManagement' => [ return ['SupplierManagement' => [
'Accounting' => 'облік', 'Accounting' => 'Бухгалтерський облік',
'Addition' => 'додаток', 'Addition' => 'Додавання',
'Address' => 'адреса', 'Address' => 'Адреса',
'Addresses' => 'адреси', 'Addresses' => 'Адреси',
'AreaManager' => 'Area Manager', 'AreaManager' => 'Менеджер області',
'Articlegroup' => 'Articlegroup', 'Articlegroup' => 'Статтюгрупи',
'Articles' => 'статті', 'Articles' => 'Статті',
'Balance' => 'баланс', 'Balance' => 'Баланс',
'Bonus' => 'бонус', 'Bonus' => 'Бонус',
'Business' => 'бізнес', 'Business' => 'Бізнес',
'CLV' => 'CLV', 'CLV' => 'Клоп',
'Calendar' => 'календар', 'Calendar' => 'Календар',
'City' => 'місто', 'City' => 'Місто',
'Client' => 'клієнт', 'Client' => 'Клієнт',
'Clients' => 'клієнти', 'Clients' => 'Клієнти',
'Contact' => 'контакт', 'Contact' => 'Контакт',
'Country' => 'країна', 'Country' => 'Країна',
'Created' => 'створений', 'Created' => 'Створений',
'CreatedAt' => '#VALUE!', 'CreatedAt' => '#VALUE!',
'CreditRating' => 'Кредитний рейтинг', 'CreditRating' => 'Кредитний рейтинг',
'Creditcard' => 'Кредитна карта', 'Creditcard' => 'Кредитна карта',
'DSO' => 'DSO', 'DSO' => 'Дз',
'DUE' => 'належне', 'DUE' => 'Заборгованість',
'Date' => 'Дата', 'Date' => 'Дата',
'Default' => 'дефолт', 'Default' => 'За замовчуванням',
'Delivery' => 'доставка', 'Delivery' => 'Доставка',
'Discount' => 'знижка', 'Discount' => 'Знижка',
'DiscountP' => 'знижка%', 'DiscountP' => 'Знижка%',
'Documents' => 'документи', 'Documents' => 'Документи',
'Due' => '#VALUE!', 'Due' => '#VALUE!',
'Email' => 'E-mail', 'Email' => 'Електронна пошта',
'Fax' => 'факс', 'Fax' => 'Факс',
'Files' => 'файли', 'Files' => 'Файли',
'Freightage' => 'вантажомісткість', 'Freightage' => 'Фрахт',
'Group' => 'група', 'Group' => 'Група',
'ID' => 'ID', 'ID' => 'Ідентифікатор',
'Info' => 'інформація', 'Info' => 'Інформація',
'Invoice' => 'рахунок-фактура', 'Invoice' => 'Рахунок-фактура',
'Invoices' => 'Рахунки-фактури', 'Invoices' => 'Рахунки-фактури',
'IsDefault' => 'Чи є за замовчуванням', 'IsDefault' => 'За замовчуванням',
'LastContact' => 'Останній Контакт', 'LastContact' => 'Останній контакт',
'LastOrder' => 'останнє замовлення', 'LastOrder' => 'Остання замовлення',
'Log' => 'Ввійти', 'Log' => 'Журнал',
'Logs' => 'колоди', 'Logs' => 'Журнали',
'MRR' => 'MRR', 'MRR' => 'Пан',
'MTDSales' => 'MTD продажів', 'MTDSales' => 'Продажі MTD',
'Main' => 'головний', 'Main' => 'Основний',
'Margin' => 'націнка', 'Margin' => 'Маржа',
'Master' => 'майстер', 'Master' => 'Майстер',
'Messages' => 'повідомлення', 'Messages' => 'Повідомлень',
'Modified' => 'модифікований', 'Modified' => 'Модифікований',
'Modules' => 'модулі', 'Modules' => 'Модулі',
'Name' => 'ім\'я', 'Name' => 'Назва',
'Name1' => 'Name1', 'Name1' => 'Name1',
'Name2' => 'Name2', 'Name2' => 'Name2',
'Name3' => 'name3', 'Name3' => 'Name3',
'Net' => 'нетто', 'Net' => 'Сітка',
'Notes' => 'примітки', 'Notes' => 'Ноти',
'Number' => 'номер', 'Number' => 'Число',
'Office' => 'офіс', 'Office' => 'Офіс',
'Payment' => 'оплата', 'Payment' => 'Платіж',
'PaymentTerm' => 'Термін оплати', 'PaymentTerm' => 'Термін оплати',
'Permission' => 'дозвіл', 'Permission' => 'Дозвіл',
'Phone' => 'телефон', 'Phone' => 'Телефон',
'Postal' => 'поштовий', 'Postal' => 'Поштовий',
'Price' => 'ціна', 'Price' => 'Ціна',
'Prices' => 'ціни', 'Prices' => 'Ціни',
'Private' => 'приватний', 'Private' => 'Приватний',
'Productgroup' => 'Група продуктів', 'Productgroup' => 'Група продуктів',
'Profile' => 'профіль', 'Profile' => 'Профіль',
'Purchase' => 'покупка', 'Purchase' => 'Придбання',
'Quantity' => 'кількість', 'Quantity' => 'Кількість',
'RecentInvoices' => 'Останні рахунків-фактур', 'RecentInvoices' => 'Останні рахунки-фактури',
'Sales' => 'продажів', 'Sales' => 'Продаж',
'Segment' => 'сегмент', 'Segment' => 'Сегмент',
'Segments' => 'сегменти', 'Segments' => 'Сегменти',
'Subtype' => 'підтип', 'Subtype' => 'Підтип',
'Supplier' => 'постачальник', 'Supplier' => 'Постачальник',
'Suppliers' => 'постачальники', 'Suppliers' => 'Постачальники',
'Support' => 'підтримка', 'Support' => 'Підтримка',
'Tags' => 'Теги', 'Tags' => 'Теги',
'Title' => '#VALUE!', 'Title' => '#VALUE!',
'Type' => 'тип', 'Type' => 'Тип',
'Wire' => 'дротяний', 'Website' => '#VALUE!',
'YTDSales' => 'Найвищий Менеджер з продажу', 'Wire' => 'Дріт',
'Zip' => 'застібка-блискавка', 'YTDSales' => 'Ytd продажі',
'Zip' => 'Блиск',
]]; ]];

View File

@ -18,19 +18,19 @@ return ['SupplierManagement' => [
'Address' => '地址', 'Address' => '地址',
'Addresses' => '地址', 'Addresses' => '地址',
'AreaManager' => '区域经理', 'AreaManager' => '区域经理',
'Articlegroup' => 'Articlegroup', 'Articlegroup' => '商品组',
'Articles' => '用品', 'Articles' => '文章',
'Balance' => '平衡', 'Balance' => '平衡',
'Bonus' => '奖金', 'Bonus' => '奖金',
'Business' => '商业', 'Business' => '商业',
'CLV' => 'CLV', 'CLV' => 'CLV.',
'Calendar' => '日历', 'Calendar' => '日历',
'City' => '城市', 'City' => '城市',
'Client' => '客户', 'Client' => '客户',
'Clients' => '客户', 'Clients' => '客户',
'Contact' => '接触', 'Contact' => '接触',
'Country' => '国家', 'Country' => '国家',
'Created' => '创', 'Created' => '创造了',
'CreatedAt' => '#VALUE!', 'CreatedAt' => '#VALUE!',
'CreditRating' => '信用评级', 'CreditRating' => '信用评级',
'Creditcard' => '信用卡', 'Creditcard' => '信用卡',
@ -45,19 +45,19 @@ return ['SupplierManagement' => [
'Due' => '#VALUE!', 'Due' => '#VALUE!',
'Email' => '电子邮件', 'Email' => '电子邮件',
'Fax' => '传真', 'Fax' => '传真',
'Files' => '', 'Files' => '文件',
'Freightage' => '货物运输', 'Freightage' => 'FRIGUTAGE.',
'Group' => '团体', 'Group' => '团体',
'ID' => 'ID', 'ID' => 'ID',
'Info' => '信息', 'Info' => '信息',
'Invoice' => '发票', 'Invoice' => '发票',
'Invoices' => '发票', 'Invoices' => '发票',
'IsDefault' => '默认', 'IsDefault' => '默认',
'LastContact' => '最后联系', 'LastContact' => '最后联系',
'LastOrder' => '最后的订单', 'LastOrder' => '最后的订单',
'Log' => '日志', 'Log' => '日志',
'Logs' => '日志', 'Logs' => '日志',
'MRR' => 'MRR', 'MRR' => 'MRR.',
'MTDSales' => 'MTD销售', 'MTDSales' => 'MTD销售',
'Main' => '主要的', 'Main' => '主要的',
'Margin' => '利润', 'Margin' => '利润',
@ -65,10 +65,10 @@ return ['SupplierManagement' => [
'Messages' => '消息', 'Messages' => '消息',
'Modified' => '修改的', 'Modified' => '修改的',
'Modules' => '模块', 'Modules' => '模块',
'Name' => '名', 'Name' => '',
'Name1' => '名1', 'Name1' => '名1',
'Name2' => '名称2', 'Name2' => '名称2.',
'Name3' => 'NAME3', 'Name3' => '名称3.',
'Net' => '网', 'Net' => '网',
'Notes' => '笔记', 'Notes' => '笔记',
'Number' => '数字', 'Number' => '数字',
@ -87,7 +87,7 @@ return ['SupplierManagement' => [
'Quantity' => '数量', 'Quantity' => '数量',
'RecentInvoices' => '最近的发票', 'RecentInvoices' => '最近的发票',
'Sales' => '销售量', 'Sales' => '销售量',
'Segment' => '分', 'Segment' => '',
'Segments' => '段', 'Segments' => '段',
'Subtype' => '亚型', 'Subtype' => '亚型',
'Supplier' => '供应商', 'Supplier' => '供应商',
@ -96,7 +96,8 @@ return ['SupplierManagement' => [
'Tags' => '标签', 'Tags' => '标签',
'Title' => '#VALUE!', 'Title' => '#VALUE!',
'Type' => '类型', 'Type' => '类型',
'Website' => '#VALUE!',
'Wire' => '金属丝', 'Wire' => '金属丝',
'YTDSales' => '年初至今累计', 'YTDSales' => 'ytd销售',
'Zip' => '压缩', 'Zip' => '压缩',
]]; ]];