mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-27 03:27:55 -05:00
* 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
51 lines
2.4 KiB
PHP
51 lines
2.4 KiB
PHP
<?php
|
|
|
|
return [
|
|
"amount" => "Amount",
|
|
"amount_number" => "Amount must be a number",
|
|
"amount_required" => "Amount is a Required Field.",
|
|
"cancel_cashups" => "",
|
|
"cancel_cashups_enter" => "",
|
|
"cannot_be_deleted" => "Cashup cannot be deleted",
|
|
"cash_difference" => "",
|
|
"close_date" => "Close Date",
|
|
"close_employee" => "Closed By",
|
|
"closed_amount_card" => "Cards",
|
|
"closed_amount_cash" => "Closed Cash",
|
|
"closed_amount_check" => "Checks",
|
|
"closed_amount_due" => "Dues",
|
|
"closed_amount_giftcard" => "",
|
|
"closed_amount_total" => "Total",
|
|
"closed_date" => "Closed Date",
|
|
"confirm_delete" => "Are you sure you want to delete the selected Cashup?",
|
|
"confirm_restore" => "Are you sure you want to restore selected Cashup(s)?",
|
|
"confirm_submit" => "",
|
|
"date_number" => "Date must be a number",
|
|
"date_required" => "Date is a required field",
|
|
"description" => "Description",
|
|
"enable_expected" => "",
|
|
"error_adding_updating" => "Error adding/updating Cashup",
|
|
"giftcard" => "",
|
|
"id" => "Id",
|
|
"info" => "Cashups Info",
|
|
"info_employee" => "",
|
|
"is_deleted" => "Deleted",
|
|
"new" => "New Cashup",
|
|
"no_cashups_to_display" => "There are no Cashups to display",
|
|
"none_selected" => "You have not selected any Cashups",
|
|
"note" => "Notes",
|
|
"one_or_multiple" => "Cashups(s)",
|
|
"open_amount_cash" => "Open Cash",
|
|
"open_date" => "Open Date",
|
|
"open_employee" => "Opened By",
|
|
"opened_date" => "Opened Date",
|
|
"successful_adding" => "Cashup add successful",
|
|
"successful_deleted" => "Cashup delete successful",
|
|
"successful_updating" => "Cashup update successful",
|
|
"total" => "Total",
|
|
"transfer_amount_cash" => "In/Out Cash",
|
|
"transfer_amount_cash_minus" => "",
|
|
"update" => "Update Cashup",
|
|
"warning" => "",
|
|
];
|