akaunting/resources/lang/fr-FR/reconciliations.php

23 lines
799 B
PHP
Raw Permalink Normal View History

2018-11-08 12:11:42 +03:00
<?php
return [
2022-06-05 00:26:20 +00:00
'reconcile' => 'Rapprocher',
'unreconcile' => 'Non rapprochable',
2022-06-07 00:22:34 +00:00
'reconciled' => 'Rapproché',
2020-08-26 00:28:32 +00:00
'opening_balance' => 'Solde à l\'ouverture',
2018-11-08 12:11:42 +03:00
'closing_balance' => 'Solde de clôture',
2022-06-07 00:22:34 +00:00
'unreconciled' => 'Non rapprochable',
2020-06-29 17:11:50 +03:00
'transactions' => 'Transactions',
2018-11-08 12:11:42 +03:00
'start_date' => 'Date de début',
'end_date' => 'Date de fin',
'cleared_amount' => 'Montant traité',
2020-06-29 17:11:50 +03:00
'deposit' => 'Dépôts',
'withdrawal' => 'Retrait',
2022-06-05 00:26:20 +00:00
'reconciled_amount' => 'Rapproché',
'in_progress' => 'En cours',
'save_draft' => 'Enregistrer comme brouillon',
'irreconcilable' => 'Non rapprochable',
2018-11-08 12:11:42 +03:00
];