mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-19 14:57:55 -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
43 lines
1.8 KiB
PHP
43 lines
1.8 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" => "更新產品套件",
|
|
];
|