Files
opensourcepos/app/Language/zh-Hant/Expenses.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

52 lines
2.4 KiB
PHP

<?php
return [
"add_item" => "添加費用",
"amount" => "數量",
"amount_number" => "金額必須是數字",
"amount_required" => "所需費用金額",
"by_category" => "類別",
"cannot_be_deleted" => "無法刪除類別費用",
"cash" => "現金",
"cash_filter" => "現金",
"categories_name" => "類別",
"category_required" => "類別是必填字段",
"check" => "查看",
"check_filter" => "查看",
"confirm_delete" => "你確定要刪除選擇的費用嗎?",
"confirm_restore" => "你確定要還原選擇的費用嗎?",
"credit" => "信用卡",
"credit_filter" => "信用卡",
"date" => "Date",
"date_number" => "日期必須是數字",
"date_required" => "日期是必填字段",
"debit" => "轉賬卡",
"debit_filter" => "借記卡",
"description" => "Description",
"due" => "到期的",
"due_filter" => "到期的",
"employee" => "由...製作",
"error_adding_updating" => "添加/更新費用時出錯",
"expense_id" => "Id",
"expenses_employee" => "員工",
"info" => "費用信息",
"ip_address" => "",
"is_deleted" => "已刪除",
"name_required" => "費用名稱必填",
"new" => "新費用",
"new_supplier" => "",
"no_expenses_to_display" => "沒有費用顯示",
"none_selected" => "您還沒有選擇任何費用",
"one_or_multiple" => "花費",
"payment" => "付款方式",
"start_typing_supplier_name" => "開始輸入供應商名稱...",
"successful_adding" => "費用添加成功",
"successful_deleted" => "費用刪除成功",
"successful_updating" => "費用更新成功",
"supplier_name" => "供應商",
"supplier_tax_code" => "稅法",
"tax_amount" => "",
"tax_amount_number" => "",
"update" => "更新費用",
];