oms-Accounting/Theme/Backend/Lang/fr.lang.php
Dennis Eichhorn 2302a91fa6 fix language
2023-09-23 23:05:18 +00:00

53 lines
1.6 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 ['Accounting' => [
'Account' => 'Compte',
'Accounts' => 'Comptes',
'BatchPostings' => 'Annonces par lots',
'Charts' => 'Graphiques',
'Code' => 'Code',
'ContraAccount' => 'Contra',
'CostCenter' => 'Centre de coûts',
'CostCenters' => 'Centres de coûts',
'CostObject' => 'Objet de coût',
'CostObjects' => 'Objets coûteux',
'Created' => 'Établi',
'Creator' => 'Créateur',
'Credit' => 'Crédit',
'Debit' => 'Débit',
'Description' => '',
'Due' => 'Dû',
'Entries' => 'Entrées',
'EntryDate' => 'Date d\'entrée',
'Evaluation' => 'Évaluation',
'ExternalVoucher' => 'Bon d\'achat',
'GL' => 'Canette',
'Incoming' => 'Entrant',
'Journal' => 'Journal',
'List' => 'Lister',
'Name' => 'Nom',
'Outgoing' => 'Sortant',
'Parent' => 'Parent',
'Receipt' => 'Reçu',
'ReceiptDate' => 'Date de réception',
'Search' => 'Chercher',
'Stack' => 'Empiler',
'TAccount' => 'Compte T-Compte',
'Text' => 'Texte',
'To' => 'À',
'Total' => 'Le total',
'Type' => 'Taper',
]];