mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-01-13 14:18:40 +00:00
52 lines
1.5 KiB
PHP
52 lines
1.5 KiB
PHP
<?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 ['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',
|
|
'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',
|
|
]];
|