Files
opensourcepos/app/Language/fr/Cashups.php
BudsieBuds e83c23cf0c Improve code style and PSR-12 compliance (#4204)
* Improve code style and PSR-12 compliance
- refactored code formatting to adhere to PSR-12 guidelines
- standardized coding conventions across the codebase
- added missing framework files and reverted markup changes
- reformatted arrays for enhanced readability
- updated language files for consistent styling and clarity
- minor miscellaneous improvements
2025-05-02 19:37:06 +02:00

51 lines
2.6 KiB
PHP
Raw Permalink 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
return [
"amount" => "Montant",
"amount_number" => "Le montant doit être un nombre",
"amount_required" => "Le montant est un champs obligatoire.",
"cancel_cashups" => "",
"cancel_cashups_enter" => "",
"cannot_be_deleted" => "L'encaissement ne peut pas être supprimé",
"cash_difference" => "",
"close_date" => "Date de fermeture",
"close_employee" => "Fermé par",
"closed_amount_card" => "Cartes",
"closed_amount_cash" => "Espèces à la fermeture",
"closed_amount_check" => "Chèques",
"closed_amount_due" => "Dûs",
"closed_amount_giftcard" => "",
"closed_amount_total" => "Total",
"closed_date" => "Date de fermeture",
"confirm_delete" => "Êtes-vous certain de vouloir supprimer l'encaissement sélectionné ?",
"confirm_restore" => "Êtes-vous certain de vouloir restaurer le(s)encaissement(s) sélectionné(s)?",
"confirm_submit" => "",
"date_number" => "La date doit être numérique",
"date_required" => "La date est requise",
"description" => "Description",
"enable_expected" => "",
"error_adding_updating" => "Erreur lors de l'ajout/mise à jour de l'encaissement",
"giftcard" => "",
"id" => "Identifiant",
"info" => "Informations d'encaissements",
"info_employee" => "",
"is_deleted" => "Supprimé",
"new" => "Nouvel encaissement",
"no_cashups_to_display" => "Il n'y a aucun encaissement à afficher",
"none_selected" => "Vous n'avez sélectionné aucun encaissement",
"note" => "Notes",
"one_or_multiple" => "Encaissement(s)",
"open_amount_cash" => "Ouverture de caisse",
"open_date" => "Date d'ouverture",
"open_employee" => "Ouvert par",
"opened_date" => "Date d'ouverture",
"successful_adding" => "Ajout d'encaissement réussi",
"successful_deleted" => "Suppression d'encaissement réussie",
"successful_updating" => "Mise à jour d'encaissement réussie",
"total" => "Total",
"transfer_amount_cash" => "Transferts",
"transfer_amount_cash_minus" => "",
"update" => "Mise à jour de l'encaissement",
"warning" => "",
];