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

43 lines
2.0 KiB
PHP

<?php
return [
"add_item" => "新增套件",
"all" => "全部",
"cannot_be_deleted" => "無法刪除產品套件.",
"confirm_delete" => "你確定你要刪除選取的產品套件嗎?",
"confirm_restore" => "您確定要恢復選定的物品套件嗎?",
"description" => "產品套件描述",
"discount" => "折扣",
"discount_fixed" => "固定折扣",
"discount_percent" => "折扣百分比",
"discount_type" => "折扣類型",
"error_adding_updating" => "新增/更新產品套件錯誤.",
"find_kit_item" => "套件項目",
"info" => "產品套件資料",
"item" => "產品",
"item_kit_number" => "條碼",
"item_kit_number_duplicate" => "項目套件編號已存在於數據庫中。",
"item_number" => "",
"item_number_duplicate" => "",
"items" => "產品",
"kit" => "Kit Id",
"kit_and_components" => "套件和組件",
"kit_and_stock" => "套件和組件",
"kit_only" => "僅套件",
"name" => "產品套件",
"new" => "新增產品套件",
"no_item_kits_to_display" => "沒有產品套件.",
"none_selected" => "沒有選擇任何產品套件.",
"one_or_multiple" => "產品套件",
"price_option" => "價格選項",
"priced_only" => "只定價",
"print_option" => "列印選項",
"quantity" => "數量",
"sequence" => "順序",
"successful_adding" => "新增產品套件成功",
"successful_deleted" => "刪除成功",
"successful_updating" => "更新產品套件成功",
"unit_price" => "",
"update" => "更新產品套件",
];