mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-01-26 22:38:40 +00:00
71 lines
2.3 KiB
PHP
Executable File
71 lines
2.3 KiB
PHP
Executable File
<?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 ['Billing' => [
|
|
'Address' => 'Adresse',
|
|
'Addresses' => 'adresses',
|
|
'AlreadyPaid' => 'Déjà payé',
|
|
'Bills' => 'Factures',
|
|
'Bonus' => 'Prime',
|
|
'Cashback' => 'cash Back',
|
|
'City' => 'Ville',
|
|
'Client' => 'Client',
|
|
'ClientID' => 'identité du client',
|
|
'Confirmation' => 'Confirmation',
|
|
'Country' => 'De campagne',
|
|
'Created' => 'Créé',
|
|
'CreditCard' => 'Carte de crédit',
|
|
'CreditNote' => 'Note de crédit',
|
|
'Date' => 'Date',
|
|
'Delivery' => 'Livraison',
|
|
'DeliveryNote' => 'Bon de livraison',
|
|
'DirectDebit' => 'Prélèvement automatique',
|
|
'Discount' => 'Rabais',
|
|
'DiscountP' => 'Rabais %',
|
|
'Due' => 'Payable',
|
|
'Freightage' => 'Fret',
|
|
'Gross' => 'Brut',
|
|
'Invoice' => 'Facture d\'achat',
|
|
'Invoices' => 'Les factures',
|
|
'Item' => 'Article',
|
|
'Items' => 'Articles',
|
|
'Log' => 'Enregistrer',
|
|
'Logs' => 'journaux',
|
|
'Media' => 'Médias',
|
|
'MoneyTransfer' => 'Transfert d\'argent',
|
|
'Name' => 'Nom',
|
|
'Net' => 'Rapporter',
|
|
'Offer' => 'Offre',
|
|
'Payment' => 'Paiement',
|
|
'Postal' => 'Postal',
|
|
'Prepaid' => 'Prépayé',
|
|
'Preview' => 'Aperçu',
|
|
'Price' => 'Prix',
|
|
'Profit' => 'Profit',
|
|
'Quantity' => 'Quantité',
|
|
'Recipient' => 'Destinataire',
|
|
'Select' => 'Sélectionner',
|
|
'Shipment' => 'Expédition',
|
|
'Source' => 'La source',
|
|
'Supplier' => 'Fournisseur',
|
|
'SupplierID' => 'ID du fournisseur',
|
|
'Tax' => 'Impôt',
|
|
'TermsOfDelivery' => 'Conditions de livraison',
|
|
'Total' => 'Total',
|
|
'Type' => 'Taper',
|
|
'Upload' => 'Télécharger',
|
|
'Variation' => 'Variation',
|
|
'Zip' => 'Zipper',
|
|
]];
|