mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-11 10:57:56 -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
50 lines
2.2 KiB
PHP
50 lines
2.2 KiB
PHP
<?php
|
|
|
|
return [
|
|
"admin_cashups" => "",
|
|
"admin_cashups_desc" => "",
|
|
"attributes" => "",
|
|
"attributes_desc" => "",
|
|
"both" => "",
|
|
"cashups" => "",
|
|
"cashups_desc" => "",
|
|
"config" => "系統配置",
|
|
"config_desc" => "修改系統配置",
|
|
"customers" => "客戶",
|
|
"customers_desc" => "添加,更新,刪除,搜索客戶",
|
|
"employees" => "員工",
|
|
"employees_desc" => "添加,更新,刪除,搜索員工",
|
|
"expenses" => "",
|
|
"expenses_categories" => "",
|
|
"expenses_categories_desc" => "",
|
|
"expenses_desc" => "",
|
|
"giftcards" => "禮金券",
|
|
"giftcards_desc" => "添加,更新,刪除,搜索禮金券",
|
|
"home" => "首頁",
|
|
"home_desc" => "",
|
|
"item_kits" => "產品套件",
|
|
"item_kits_desc" => "添加,更新,刪除,搜索產品套件",
|
|
"items" => "產品",
|
|
"items_desc" => "添加,更新,刪除,搜索產品",
|
|
"messages" => "Messages",
|
|
"messages_desc" => "Send Messages to Customers, Suppliers, Employees et al.",
|
|
"migrate" => "",
|
|
"migrate_desc" => "",
|
|
"office" => "",
|
|
"office_desc" => "",
|
|
"receivings" => "進貨",
|
|
"receivings_desc" => "採購訂單流程",
|
|
"reports" => "報表",
|
|
"reports_desc" => "檢視與產生報表",
|
|
"sales" => "出貨",
|
|
"sales_desc" => "出貨與退貨",
|
|
"suppliers" => "供應商",
|
|
"suppliers_desc" => "添加,更新,刪除,搜索供應商",
|
|
"taxes" => "",
|
|
"taxes_desc" => "",
|
|
"timeclocks" => "",
|
|
"timeclocks_categories" => "",
|
|
"timeclocks_categories_desc" => "",
|
|
"timeclocks_desc" => "",
|
|
];
|