oms-ItemManagement/Theme/Backend/Lang/fr.lang.php
2022-02-19 14:33:15 +01:00

142 lines
5.1 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* Karaka
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
*/
declare(strict_types=1);
return ['ItemManagement' => [
'Accounting' => 'Comptabilité',
'Address' => '#VALUE!',
'All' => 'Tout',
'Article' => 'Article',
'Articlegroup' => 'Articlegroup',
'Attribute' => 'Attribut',
'AttributeTypes' => '#VALUE!',
'Attributes' => 'Les attributs',
'Available' => 'Disponible',
'AvgPrice' => 'Avg. Prix',
'Bills' => '#VALUE!',
'Bonus' => 'Prime',
'ClientGroup' => 'Client / Groupe',
'Commission' => 'Commission',
'Container' => 'Récipient',
'CostCenter' => 'Centre de coûts',
'CostIndicator' => 'Indicateur de coût',
'CostObject' => 'Costobject',
'Countries' => 'Des pays',
'Country' => 'Pays',
'Created' => 'Établi',
'CreatedAt' => 'Établi',
'Customer' => 'Client',
'CustomerGroup' => 'Groupe de clients',
'CustomsID' => 'Identifiant de douane',
'Date' => 'Date',
'Description' => 'La description',
'Discount' => 'Remise',
'DiscountP' => 'Rabais en%',
'Disposal' => 'Disposition',
'Documents' => 'Documents',
'EarningIndicator' => 'Indicateur de gain',
'End' => 'Finir',
'Files' => 'Des dossiers',
'General' => 'Général',
'GrossWeight' => 'Poids brut',
'Group' => 'Grouper',
'Groups' => '#VALUE!',
'Height' => 'Hauteur',
'ID' => 'identifiant',
'ILV' => 'Ilv',
'Info' => 'Info',
'IsActive' => 'Actif?',
'Item' => 'Article',
'Items' => 'Articles',
'Language' => 'Langue',
'LastOrder' => 'Dernière commande',
'Leadtime' => 'Délai de mise en œuvre',
'Length' => 'Longueur',
'Localization' => 'Localisation',
'Localizations' => 'Localisations',
'Location' => 'Emplacement',
'Log' => 'Enregistrer',
'Logs' => 'Journaux',
'Lot' => 'Parcelle',
'MRR' => 'Mrr',
'MTDSales' => 'Ventes MTD',
'Makespan' => 'Gibier',
'Margin' => 'Marge',
'Master' => 'Maître',
'MaximumLevel' => 'Niveau de stock maximum',
'Media' => 'Médias',
'MinimumLevel' => 'Niveau de stock minimum',
'Modified' => 'Modifié',
'Name' => 'Nom',
'Name1' => 'Nom1',
'Name2' => 'Nom2',
'Name3' => 'Nom3',
'Name4' => 'Nom4',
'Name5' => 'Nom5',
'Net' => 'Poids net',
'NetWeight' => 'Poids net',
'None' => 'Rien',
'Notes' => 'Remarques',
'Number' => 'Nombre',
'Ordered' => 'Commandé',
'Packaging' => 'Emballage',
'Price' => 'Prix',
'PriceChange' => 'Changement de prix',
'PriceUnit' => 'Unité de prix',
'Prices' => 'Des prix',
'Pricing' => '#VALUE!',
'Productgroup' => 'Groupe de produits',
'Production' => 'Production',
'Profile' => 'Profil',
'Properties' => 'Propriétés',
'Property' => 'Propriété',
'Purchase' => 'Acheter',
'PurchasePrice' => 'Prix d\'achat',
'Purchasing' => 'Achat',
'QA' => 'Qa',
'QM' => 'Qm',
'Quantity' => 'Quantité',
'QuantityUnit' => 'Unité de quantité',
'RecentInvoices' => '#VALUE!',
'ReorderLevel' => 'Niveau de réapprovisionnement',
'Reserved' => 'Réservé',
'SN' => 'Sn',
'Sales' => 'Ventes',
'SalesPrice' => 'Prix de vente',
'Segment' => 'Segment',
'ShelfLife' => 'Durée de vie',
'Source' => 'La source',
'Start' => 'Démarrer',
'Status' => 'Statut',
'Stock' => 'Stocker',
'StockList' => 'Liste des stocks',
'Successor' => 'Successeur',
'Supplier' => 'Fournisseur',
'Tax' => 'Impôt',
'Text' => 'Texte',
'TimeUnit' => 'Unité de temps',
'Title' => 'Titre',
'Tracking' => 'Suivi',
'TradingUnit' => 'Unité de négociation',
'Translation' => 'Traduction',
'Type' => 'Taper',
'Unit' => 'Unité',
'Value' => 'Valeur',
'Variation' => 'Variation',
'Variations' => 'Variations',
'Volume' => 'Le volume',
'Warehouse' => 'Entrepôt',
'Width' => 'Largeur',
'YTDSales' => 'Ventes YTD',
]];