Files
opensourcepos/application/language/zh/customers_lang.php
2017-03-18 16:12:57 +01:00

27 lines
1.5 KiB
PHP
Executable File

<?php
$lang["customers_account_number"] = "帳號 #";
$lang["customers_account_number_duplicate"] = "This account number is already present in the database";
$lang["customers_available_points"] = "";
$lang["customers_cannot_be_deleted"] = "無法刪除選定的客戶,選定的客戶存有銷售紀錄。";
$lang["customers_company_name"] = "Company";
$lang["customers_confirm_delete"] = "你確定要刪除選定的客戶?";
$lang["customers_customer"] = "客戶";
$lang["customers_discount"] = "Discount";
$lang["customers_error_adding_updating"] = "添加/更新客戶錯誤";
$lang["customers_excel_import_failed"] = "Excel匯入失敗";
$lang["customers_excel_import_nodata_wrongformat"] = "Your uploaded file has no data or wrong format";
$lang["customers_excel_import_partially_failed"] = "Most Customers imported. But some were not, here is the list";
$lang["customers_excel_import_success"] = "Import of Customers successful";
$lang["customers_import_items_excel"] = "Import customers from Excel sheet";
$lang["customers_new"] = "新客戶";
$lang["customers_none_selected"] = "您還沒有選擇任何客戶進行刪除";
$lang["customers_one_or_multiple"] = "客戶";
$lang["customers_successful_adding"] = "成功新增顧客";
$lang["customers_successful_deleted"] = "成功刪除";
$lang["customers_successful_updating"] = "成功更新顧客";
$lang["customers_taxable"] = "應課稅";
$lang["customers_total"] = "Total";
$lang["customers_update"] = "更新客戶";
$lang["rewards_package"] = "";