2022-06-07 00:22:34 +00:00

34 lines
1.4 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.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'change_language' => 'Changer la langue',
'last_login' => 'Dernière connexion :time',
'notifications' => [
'counter' => '{0} Vous navez aucune notification|{1} Vous avez :count notification|[2, *] Vous avez :count notifications',
'new_apps' => '{1} :count nouvelle application est publiée|[2,*] :count nouvelles applications publiées',
'overdue_invoices' => '{1} :nombre de factures impayées|[2,*] :nombre de factures impayées',
'upcoming_bills' => '{1} :nombre de factures à venir|[2,*] :nombre de factures à venir',
'view_all' => 'Afficher tout',
'exports' => [
'completed' => '{1} :count exportation terminée |[2,*] :count exportations terminées',
'failed' => '{1} :count exportation échouée|[2,*] :count exportations échouées',
],
'imports' => [
'completed' => '{1} :count importation terminée|[2,*] :count importations terminées',
'failed' => '{1} :count importation échouée|[2,*] :count importations échouées',
],
],
'docs_link' => 'https://akaunting.com/docs',
'support_link' => 'https://akaunting.com/support',
'favorite' => [
'added_favorite' => 'Ajouté aux favoris',
'add_favorite' => 'Ajouter à votre liste de favoris',
],
];