Files
opensourcepos/app/Language/zh-Hans/Customers.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

58 lines
2.8 KiB
PHP

<?php
return [
"account_number" => "账号 #",
"account_number_duplicate" => "账号已存在",
"available_points" => "可用积分",
"available_points_value" => "",
"average" => "平均花费",
"avg_discount" => "",
"basic_information" => "个人信息",
"cannot_be_deleted" => "无法删除选定客户,选定的客户存有销售记录。",
"company_name" => "公司名字",
"confirm_delete" => "你确定要删除选定的客户?",
"confirm_restore" => "你确定要恢复选定的客户?",
"consent" => "",
"consent_required" => "",
"csv_import_failed" => "CSV导入失败",
"csv_import_nodata_wrongformat" => "上传文件没有数据或者格式不正确",
"csv_import_partially_failed" => "Most Customers imported. But some were not, here is the list",
"csv_import_success" => "成功导入客户",
"customer" => "客戶",
"date" => "日期",
"discount" => "折扣",
"discount_fixed" => "",
"discount_percent" => "折扣率",
"discount_type" => "优惠类型",
"email_duplicate" => "email地址已被使用",
"employee" => "员工",
"error_adding_updating" => "添加/更新客戶错误",
"import_items_csv" => "Import customers from CSV sheet",
"mailchimp_activity_click" => "",
"mailchimp_activity_lastopen" => "",
"mailchimp_activity_open" => "",
"mailchimp_activity_total" => "",
"mailchimp_activity_unopen" => "",
"mailchimp_email_client" => "",
"mailchimp_info" => "",
"mailchimp_member_rating" => "",
"mailchimp_status" => "",
"mailchimp_vip" => "",
"max" => "",
"min" => "",
"new" => "新客戶",
"none_selected" => "您还没有选择任何客户进行删除",
"one_or_multiple" => "客戶",
"quantity" => "",
"stats_info" => "",
"successful_adding" => "成功新增客户",
"successful_deleted" => "成功刪除",
"successful_updating" => "成功更新客户",
"tax_code" => "税代号",
"tax_id" => "税ID",
"taxable" => "應課稅",
"total" => "总支出",
"update" => "更新客戶",
"rewards_package" => "",
];