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

150 lines
8.8 KiB
PHP

<?php
return [
"all" => "全部",
"authority" => "機關",
"canceled" => "取消",
"categories" => "類別",
"categories_summary_report" => "分類摘要報告",
"category" => "類別",
"code_canceled" => "取消了",
"code_invoice" => "發票",
"code_pos" => "銷售點",
"code_quote" => "報價",
"code_return" => "退還",
"code_type" => "類型",
"code_work_order" => "工作指示",
"comments" => "評論",
"commission" => "",
"complete" => "已完成的銷售和退貨",
"completed_sales" => "完成銷售",
"confirm_delete" => "您確定要刪除選定的條目嗎?",
"confirm_restore" => "您確定要恢復選定的條目嗎?",
"cost" => "Cost",
"cost_price" => "成本價",
"count" => "",
"customer" => "客戶",
"customers" => "客戶",
"customers_summary_report" => "客戶摘要報告",
"date" => "日期",
"date_range" => "日期範圍",
"description" => "描述",
"detailed_receivings_report" => "詳細的進貨報告",
"detailed_receivings_report_input" => "",
"detailed_reports" => "詳細報表",
"detailed_requisition_report" => "",
"detailed_sales_report" => "詳細銷售報表",
"discount" => "折扣",
"discount_fixed" => "固定折扣",
"discount_percent" => "折扣率",
"discount_type" => "折扣類型",
"discounts" => "折扣",
"discounts_summary_report" => "折扣摘要報告",
"earned" => "獲得積分",
"employee" => "員工",
"employees" => "員工",
"employees_summary_report" => "員工摘要報告",
"expenses" => "花費",
"expenses_amount" => "數量",
"expenses_categories" => "支出",
"expenses_categories_summary_report" => "費用類別匯總報告",
"expenses_category" => "類別",
"expenses_payment_amount" => "",
"expenses_tax_amount" => "",
"expenses_total_amount" => "總金額",
"expenses_total_tax_amount" => "總稅款",
"graphical_reports" => "圖表",
"inventory" => "存貨",
"inventory_low" => "低庫存",
"inventory_low_report" => "低庫存報告",
"inventory_reports" => "庫存報告",
"inventory_summary" => "庫存摘要",
"inventory_summary_report" => "庫存報告摘要",
"item" => "產品",
"item_count" => "過濾項目計數",
"item_name" => "產品名稱",
"item_number" => "產品數量",
"items" => "產品",
"items_purchased" => "銷售產品",
"items_received" => "進貨產品",
"items_summary_report" => "產品摘要報告",
"jurisdiction" => "管轄權",
"low_inventory" => "",
"low_inventory_report" => "",
"low_sell_quantity" => "低銷售量",
"more_than_zero" => "大於零",
"name" => "名稱",
"no_reports_to_display" => "沒有產品可以顯示.",
"payment_type" => "付款方式",
"payments" => "付款",
"payments_summary_report" => "收入報告摘要",
"profit" => "利潤",
"quantity" => "數量",
"quantity_purchased" => "銷售金額",
"quotes" => "引號",
"received_by" => "收款人",
"receiving_id" => "接收ID",
"receiving_type" => "接收類型",
"receivings" => "應付款",
"reorder_level" => "補貨點",
"report" => "報表",
"report_input" => "輸入報表",
"reports" => "報表",
"requisition" => "",
"requisition_by" => "",
"requisition_id" => "",
"requisition_item" => "",
"requisition_item_quantity" => "",
"requisition_related_item" => "",
"requisition_related_item_total_quantity" => "",
"requisition_related_item_unit_quantity" => "",
"requisitions" => "請購單",
"returns" => "返回",
"revenue" => "收入",
"sale_id" => "銷售編號",
"sale_type" => "銷售類型",
"sales" => "銷售",
"sales_amount" => "總銷售額",
"sales_summary_report" => "銷售摘要報告",
"sales_taxes" => "銷售稅",
"sales_taxes_summary_report" => "銷售稅匯總報告",
"serial_number" => "序號 #",
"service_charge" => "",
"sold_by" => "銷售人",
"sold_items" => "",
"sold_to" => "購買人",
"stock_location" => "庫存位置",
"sub_total_value" => "小計",
"subtotal" => "小計",
"summary_reports" => "摘要報表",
"supplied_by" => "付款人",
"supplier" => "供應商",
"suppliers" => "供應商",
"suppliers_summary_report" => "供應商摘要報告",
"tax" => "稅額",
"tax_category" => "稅種",
"tax_name" => "",
"tax_percent" => "稅率",
"tax_rate" => "稅率",
"taxes" => "稅額",
"taxes_summary_report" => "稅金摘要報告",
"total" => "總計",
"total_inventory_value" => "總庫存價值",
"total_low_sell_quantity" => "總低銷售量",
"total_quantity" => "總數量",
"total_retail" => "總投資額零售價",
"trans_amount" => "交易金額",
"trans_due" => "到期",
"trans_group" => "交易組",
"trans_nopay_sales" => "沒有付款的銷售",
"trans_payments" => "付款",
"trans_refunded" => "已退款",
"trans_sales" => "銷售",
"trans_type" => "交易類型",
"type" => "類型",
"unit_price" => "單價",
"used" => "使用點數",
"work_orders" => "工作訂單",
"zero_and_less" => "零和更少",
];