mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-10 23:17:08 -04:00
57 lines
2.5 KiB
PHP
57 lines
2.5 KiB
PHP
<?php
|
|
return [
|
|
'customers_account_number' => '帳號 #',
|
|
'customers_account_number_duplicate' => 'This account number is already present in the database',
|
|
'customers_available_points' => '可用积分',
|
|
'customers_available_points_value' => '',
|
|
'customers_average' => '',
|
|
'customers_avg_discount' => '',
|
|
'customers_basic_information' => '个人信息',
|
|
'customers_cannot_be_deleted' => '無法刪除選定的客戶,選定的客戶存有銷售紀錄。',
|
|
'customers_company_name' => 'Company',
|
|
'customers_confirm_delete' => '你確定要刪除選定的客戶?',
|
|
'customers_confirm_restore' => '',
|
|
'customers_consent' => '',
|
|
'customers_consent_required' => '',
|
|
'customers_csv_import_failed' => 'CSV匯入失敗',
|
|
'customers_csv_import_nodata_wrongformat' => 'Your uploaded file has no data or wrong format',
|
|
'customers_csv_import_partially_failed' => 'Most Customers imported. But some were not, here is the list',
|
|
'customers_csv_import_success' => 'Import of Customers successful',
|
|
'customers_customer' => '客戶',
|
|
'customers_date' => '日期',
|
|
'customers_discount' => '折扣',
|
|
'customers_discount_fixed' => '',
|
|
'customers_discount_percent' => '折扣率',
|
|
'customers_discount_type' => '优惠类型',
|
|
'customers_email_duplicate' => 'email地址已被使用',
|
|
'customers_employee' => '员工',
|
|
'customers_error_adding_updating' => '添加/更新客戶錯誤',
|
|
'customers_import_items_csv' => 'Import customers from CSV sheet',
|
|
'customers_mailchimp_activity_click' => '',
|
|
'customers_mailchimp_activity_lastopen' => '',
|
|
'customers_mailchimp_activity_open' => '',
|
|
'customers_mailchimp_activity_total' => '',
|
|
'customers_mailchimp_activity_unopen' => '',
|
|
'customers_mailchimp_email_client' => '',
|
|
'customers_mailchimp_info' => '',
|
|
'customers_mailchimp_member_rating' => '',
|
|
'customers_mailchimp_status' => '',
|
|
'customers_mailchimp_vip' => '',
|
|
'customers_max' => '',
|
|
'customers_min' => '',
|
|
'customers_new' => '新客戶',
|
|
'customers_none_selected' => '您還沒有選擇任何客戶進行刪除',
|
|
'customers_one_or_multiple' => '客戶',
|
|
'customers_quantity' => '',
|
|
'customers_stats_info' => '',
|
|
'customers_successful_adding' => '成功新增顧客',
|
|
'customers_successful_deleted' => '成功刪除',
|
|
'customers_successful_updating' => '成功更新顧客',
|
|
'customers_tax_code' => '',
|
|
'customers_tax_id' => '',
|
|
'customers_taxable' => '應課稅',
|
|
'customers_total' => 'Total',
|
|
'customers_update' => '更新客戶',
|
|
'rewards_package' => '',
|
|
];
|