mirror of
https://github.com/Karaka-Management/oms-SupplierManagement.git
synced 2026-01-11 01:18:40 +00:00
109 lines
3.4 KiB
PHP
Executable File
109 lines
3.4 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Jingga
|
|
*
|
|
* PHP Version 8.1
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 2.0
|
|
* @version 1.0.0
|
|
* @link https://jingga.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['SupplierManagement' => [
|
|
'Accounting' => 'Contabilità',
|
|
'Address' => 'Indirizzo',
|
|
'Addresses' => 'Indirizzi',
|
|
'AreaManager' => 'Area Manager',
|
|
'Articlegroup' => 'Art.group.',
|
|
'Articles' => 'Artificio',
|
|
'Attribute' => '',
|
|
'AttributeTypes' => '',
|
|
'Attributes' => '',
|
|
'Balance' => 'Bilancia',
|
|
'Bills' => '',
|
|
'Bonus' => 'Bonus.',
|
|
'CLV' => 'Clv.',
|
|
'Calendar' => 'Calendario',
|
|
'City' => 'Città',
|
|
'Client' => 'Cliente',
|
|
'ClientID' => '',
|
|
'Contact' => 'Contatto',
|
|
'Country' => 'Nazione',
|
|
'Created' => 'Creato',
|
|
'CreatedAt' => '',
|
|
'CreditRating' => 'Rating del credito',
|
|
'Creditcard' => 'Carta di credito',
|
|
'DSO' => 'DSO.',
|
|
'DUE' => 'Dovuto',
|
|
'Date' => 'Data',
|
|
'Default' => 'Predefinito',
|
|
'Delivery' => 'Consegna',
|
|
'Discount' => 'Sconto',
|
|
'DiscountBonus' => '',
|
|
'DiscountP' => 'Sconto%',
|
|
'Documents' => 'Documenti',
|
|
'Due' => '',
|
|
'Email' => 'E-mail',
|
|
'Fax' => 'Fax',
|
|
'Files' => 'File',
|
|
'Freightage' => 'Liberare',
|
|
'Group' => 'Gruppo',
|
|
'ID' => 'ID',
|
|
'Info' => 'Informazioni',
|
|
'Invoice' => 'Fattura',
|
|
'Invoices' => 'Fatture',
|
|
'IsDefault' => 'È predefinito',
|
|
'Items' => '',
|
|
'LastContact' => 'Ultimo contatto',
|
|
'LastOrder' => 'Ultimo ordine',
|
|
'Log' => 'Tronco d\'albero',
|
|
'Logs' => 'Logs.',
|
|
'MRR' => 'Mrr.',
|
|
'MTDSales' => 'Vendite di mtd.',
|
|
'Map' => '',
|
|
'Margin' => 'Margine',
|
|
'Master' => 'Maestro',
|
|
'Messages' => 'Messaggi',
|
|
'Modified' => 'Modificati',
|
|
'Name' => 'Nome',
|
|
'Name1' => 'Nome1.',
|
|
'Name2' => 'Nome2.',
|
|
'Name3' => 'Nome3.',
|
|
'Net' => 'Rete',
|
|
'Notes' => 'Appunti',
|
|
'Number' => 'Numero',
|
|
'Office' => 'Ufficio',
|
|
'Payment' => 'Pagamento',
|
|
'PaymentTerm' => 'Termine di pagamento',
|
|
'Permission' => 'Autorizzazione',
|
|
'Phone' => 'Telefono',
|
|
'Postal' => 'postale',
|
|
'Price' => 'Prezzo',
|
|
'Prices' => 'Prezzi',
|
|
'Productgroup' => 'Gruppo di prodotti',
|
|
'Profile' => 'Profilo',
|
|
'Profit' => '',
|
|
'Purchase' => 'Acquistare',
|
|
'Quantity' => 'Quantità',
|
|
'RecentInvoices' => 'Recenti fatture',
|
|
'Sales' => 'Saldi',
|
|
'Segment' => 'Segmento',
|
|
'Segments' => 'Segmenti',
|
|
'Subtype' => 'Sottotipo',
|
|
'Supplier' => 'Fornitore',
|
|
'Suppliers' => 'Fornitori',
|
|
'Support' => 'Supporto',
|
|
'Tags' => 'Tags.',
|
|
'Title' => '',
|
|
'TotalPrice' => '',
|
|
'Type' => 'Tipo',
|
|
'UnitPrice' => '',
|
|
'Website' => '',
|
|
'Wire' => 'Filo',
|
|
'YTDSales' => 'Vendite di ytd.',
|
|
'Zip' => 'Cerniera lampo',
|
|
]];
|