wyyl/resources/lang/fr/admin/currency.php

20 lines
564 B
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.

<?php
/**
* currency.php
*
* @copyright 2022 beikeshop.com - All Rights Reserved
* @link https://beikeshop.com
* @author TL <mengwb@guangda.work>
* @created 2022-07-28 17:21:38
* @modified 2022-07-28 17:21:38
*/
return [
'decimal_point' => '.',
'thousand_point' => ',',
'currencies_index' => 'liste des devises',
'currencies_create' => 'Créer une devise',
'currencies_show' => 'détails de la devise',
'currencies_update' => 'mettre à jour la devise',
'currencies_delete' => 'Supprimer la devise',
] ;