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.2
|
|
*
|
|
* @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' => 'Comptabilité',
|
|
'Address' => 'Adresse',
|
|
'Addresses' => 'Adresses',
|
|
'AreaManager' => 'Chef de secteur',
|
|
'Articlegroup' => 'Articlegroup',
|
|
'Articles' => 'Des articles',
|
|
'Attribute' => '',
|
|
'AttributeTypes' => '',
|
|
'Attributes' => '',
|
|
'Balance' => 'Équilibre',
|
|
'Bills' => '',
|
|
'Bonus' => 'Prime',
|
|
'CLV' => 'Clv',
|
|
'Calendar' => 'Calendrier',
|
|
'City' => 'Ville',
|
|
'Client' => 'Client',
|
|
'ClientID' => '',
|
|
'Contact' => 'Contact',
|
|
'Country' => 'Pays',
|
|
'Created' => 'Établi',
|
|
'CreatedAt' => '',
|
|
'CreditRating' => 'Cote de crédit',
|
|
'Creditcard' => 'Carte de crédit',
|
|
'DSO' => 'Dso',
|
|
'DUE' => 'Dû',
|
|
'Date' => 'Date',
|
|
'Default' => 'Défaut',
|
|
'Delivery' => 'Livraison',
|
|
'Discount' => 'Remise',
|
|
'DiscountBonus' => '',
|
|
'DiscountP' => 'Remise %',
|
|
'Documents' => 'Documents',
|
|
'Due' => '',
|
|
'Email' => 'E-mail',
|
|
'Fax' => 'Fax',
|
|
'Files' => 'Des dossiers',
|
|
'Freightage' => 'Fret',
|
|
'Group' => 'Grouper',
|
|
'ID' => 'identifiant',
|
|
'Info' => 'Info',
|
|
'Invoice' => 'Facture d\'achat',
|
|
'Invoices' => 'Factures',
|
|
'IsDefault' => 'Est par défaut',
|
|
'Items' => '',
|
|
'LastContact' => 'Dernier contact',
|
|
'LastOrder' => 'Dernière commande',
|
|
'Log' => 'Enregistrer',
|
|
'Logs' => 'Journaux',
|
|
'MRR' => 'Mrr',
|
|
'MTDSales' => 'Ventes MTD',
|
|
'Map' => '',
|
|
'Margin' => 'Marge',
|
|
'Master' => 'Maître',
|
|
'Messages' => 'messages',
|
|
'Modified' => 'Modifié',
|
|
'Name' => 'Nom',
|
|
'Name1' => 'Nom1',
|
|
'Name2' => 'Nom2',
|
|
'Name3' => 'Nom3',
|
|
'Net' => 'Rapporter',
|
|
'Notes' => 'Remarques',
|
|
'Number' => 'Nombre',
|
|
'Office' => 'Bureau',
|
|
'Payment' => 'Paiement',
|
|
'PaymentTerm' => 'Terme de paiement',
|
|
'Permission' => 'Autorisation',
|
|
'Phone' => 'Téléphoner',
|
|
'Postal' => 'Postal',
|
|
'Price' => 'Prix',
|
|
'Prices' => 'Des prix',
|
|
'Productgroup' => 'Groupe de produits',
|
|
'Profile' => 'Profil',
|
|
'Profit' => '',
|
|
'Purchase' => 'Acheter',
|
|
'Quantity' => 'Quantité',
|
|
'RecentInvoices' => 'Factures récentes',
|
|
'Sales' => 'Ventes',
|
|
'Segment' => 'Segment',
|
|
'Segments' => 'Segments',
|
|
'Subtype' => 'Sous-type',
|
|
'Supplier' => 'Fournisseur',
|
|
'Suppliers' => 'Fournisseurs',
|
|
'Support' => 'Soutien',
|
|
'Tags' => 'Mots clés',
|
|
'Title' => '',
|
|
'TotalPrice' => '',
|
|
'Type' => 'Taper',
|
|
'UnitPrice' => '',
|
|
'Website' => '',
|
|
'Wire' => 'Fil',
|
|
'YTDSales' => 'Ventes YTD',
|
|
'Zip' => 'Zipper',
|
|
]];
|