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

60 lines
3.1 KiB
PHP

<?php
return [
"amount_due" => "",
"cancel_receiving" => "取消",
"cannot_be_deleted" => "進貨刪除失敗.",
"comments" => "備註",
"complete_receiving" => "完成",
"confirm_cancel_receiving" => "您確定要刪除此進貨資料嗎?本資料中所有的產品資料也將會被清空。",
"confirm_delete" => "您確定要刪除此進貨嗎? 此操作無法還原.",
"confirm_finish_receiving" => "您確定要提交此進貨資料嗎?一旦送出將不能撤消。",
"confirm_restore" => "",
"cost" => "成本",
"daily" => "",
"date" => "收貨日期",
"date_required" => "必須輸一個正確的日期.",
"date_type" => "日期必須填寫.",
"delete_entire_sale" => "刪除整個銷售",
"discount" => "折扣%",
"edit" => "編輯",
"edit_sale" => "編輯入庫",
"employee" => "僱員",
"error_editing_item" => "產品編輯錯誤.",
"error_requisition" => "庫存不能在相同地點轉移.",
"find_or_scan_item" => "查找 / 掃描產品",
"find_or_scan_item_or_receipt" => "查找 / 掃描產品或收據",
"id" => "進貨編號",
"item_name" => "產品名稱",
"mode" => "進貨模式",
"new_supplier" => "新供應商",
"one_or_multiple" => "進貨",
"print_after_sale" => "出貨時打印收據",
"quantity" => "數量.",
"receipt" => "收貨憑證",
"receipt_number" => "入庫 #",
"receiving" => "收貨",
"reference" => "參考",
"register" => "產品進貨",
"requisition" => "請求",
"return" => "退貨",
"select_supplier" => "選擇供應商 (Optional)",
"ship_pack" => "郵寄包裹",
"start_typing_supplier_name" => "開始輸入供應商的名稱...",
"stock" => "庫存",
"stock_destination" => "庫存目的地",
"stock_locaiton" => "倉庫地址",
"stock_source" => "庫存來源",
"successfully_deleted" => "己成功刪除",
"successfully_updated" => "入庫成功更新",
"supplier" => "供應商",
"supplier_address" => "地址",
"supplier_email" => "郵箱",
"supplier_location" => "地方",
"total" => "總數量",
"transaction_failed" => "進貨交易失敗.",
"unable_to_add_item" => "無法新增進貨資料.",
"unsuccessfully_updated" => "入庫更新失敗.",
"update" => "編輯",
];