mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-18 06:17: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
46 lines
2.3 KiB
PHP
46 lines
2.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
"administrator" => "",
|
|
"basic_information" => "員工基本資料",
|
|
"cannot_be_deleted" => "無法刪除選定的僱員,選定的員工中已有銷售紀錄或你正在試圖刪除自己 :)",
|
|
"change_employee" => "",
|
|
"change_password" => "",
|
|
"clerk" => "",
|
|
"commission" => "",
|
|
"confirm_delete" => "你確定要刪除所選的員工嗎?",
|
|
"confirm_restore" => "",
|
|
"current_password" => "",
|
|
"current_password_invalid" => "",
|
|
"employee" => "員工",
|
|
"error_adding_updating" => "添加/更新員工錯誤",
|
|
"error_deleting_demo_admin" => "您不能刪除admin用戶",
|
|
"error_updating_demo_admin" => "您不能更改admin用戶",
|
|
"language" => "",
|
|
"login_info" => "員工登錄資料",
|
|
"manager" => "",
|
|
"new" => "新員工",
|
|
"none_selected" => "您還沒有選擇任何員工進行刪除",
|
|
"one_or_multiple" => "員工",
|
|
"password" => "密碼",
|
|
"password_minlength" => "密碼需為八個字元以上",
|
|
"password_must_match" => "密碼與確認密碼不一致",
|
|
"password_not_must_match" => "",
|
|
"password_required" => "請輸入密碼",
|
|
"permission_desc" => "勾選後授予使用該模組功能",
|
|
"permission_info" => "員工權限",
|
|
"repeat_password" => "確認密碼",
|
|
"subpermission_required" => "Add at least one grant for each module",
|
|
"successful_adding" => "新增員工資料成功",
|
|
"successful_change_password" => "",
|
|
"successful_deleted" => "成功刪除員工資料",
|
|
"successful_updating" => "成功更新員工資料",
|
|
"system_language" => "",
|
|
"unsuccessful_change_password" => "",
|
|
"update" => "更新員工",
|
|
"username" => "帳號",
|
|
"username_duplicate" => "",
|
|
"username_minlength" => "帳號必需為五個字元以上",
|
|
"username_required" => "帳號為必填",
|
|
];
|