mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-19 06:47:56 -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.3 KiB
PHP
51 lines
2.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
"amount" => "金額",
|
|
"amount_number" => "金額必須是數字",
|
|
"amount_required" => "金額必需填寫。",
|
|
"cancel_cashups" => "",
|
|
"cancel_cashups_enter" => "",
|
|
"cannot_be_deleted" => "提現不能刪除",
|
|
"cash_difference" => "",
|
|
"close_date" => "截止日期",
|
|
"close_employee" => "關閉時間",
|
|
"closed_amount_card" => "牌",
|
|
"closed_amount_cash" => "現金封閉",
|
|
"closed_amount_check" => "檢查",
|
|
"closed_amount_due" => "金額",
|
|
"closed_amount_giftcard" => "",
|
|
"closed_amount_total" => "總額",
|
|
"closed_date" => "關閉日期",
|
|
"confirm_delete" => "您確定要刪除選定的 Cashup 嗎?",
|
|
"confirm_restore" => "您確定要恢復選定的 Cashup(s) 嗎?",
|
|
"confirm_submit" => "",
|
|
"date_number" => "日期必須是數字",
|
|
"date_required" => "日期必須是數字",
|
|
"description" => "描述",
|
|
"enable_expected" => "",
|
|
"error_adding_updating" => "添加/更新 Cashup 時出錯",
|
|
"giftcard" => "",
|
|
"id" => "ID",
|
|
"info" => "提現信息",
|
|
"info_employee" => "",
|
|
"is_deleted" => "已刪除",
|
|
"new" => "新提現",
|
|
"no_cashups_to_display" => "沒有現金可以顯示",
|
|
"none_selected" => "您還沒有選擇任何兌現",
|
|
"note" => "筆記",
|
|
"one_or_multiple" => "提現",
|
|
"open_amount_cash" => "打開現金",
|
|
"open_date" => "開放日期",
|
|
"open_employee" => "打開者",
|
|
"opened_date" => "開業日期",
|
|
"successful_adding" => "提現添加成功",
|
|
"successful_deleted" => "充值刪除成功",
|
|
"successful_updating" => "提現更新成功",
|
|
"total" => "總額",
|
|
"transfer_amount_cash" => "進/出現金",
|
|
"transfer_amount_cash_minus" => "",
|
|
"update" => "更新提現",
|
|
"warning" => "",
|
|
];
|