diff --git a/application/language/zh/config_lang.php b/application/language/zh/config_lang.php index a2ac5600d..596757e82 100755 --- a/application/language/zh/config_lang.php +++ b/application/language/zh/config_lang.php @@ -163,7 +163,7 @@ $lang["config_right"] = "Right"; $lang["config_sales_invoice_format"] = "Sales Invoice Format"; $lang["config_saved_successfully"] = "組態設置儲存成功"; $lang["config_saved_unsuccessfully"] = "組態設置儲存失敗"; -$lang["config_stock_location"] = "Stock location"; +$lang["config_stock_location"] = "倉庫地址"; $lang["config_stock_location_duplicate"] = "Please use an unique location name"; $lang["config_stock_location_invalid_chars"] = "The stock location name can not contain '_'"; $lang["config_stock_location_required"] = "Stock location number is a required field"; diff --git a/application/language/zh/items_lang.php b/application/language/zh/items_lang.php index 14bcce551..3d34eb7e9 100755 --- a/application/language/zh/items_lang.php +++ b/application/language/zh/items_lang.php @@ -69,7 +69,7 @@ $lang["items_sales_tax_1"] = "營業稅"; $lang["items_sales_tax_2"] = "營業稅 2"; $lang["items_search_custom_items"] = "Search Custom Fields"; $lang["items_serialized_items"] = "序列化產品"; -$lang["items_stock_location"] = "Stock location"; +$lang["items_stock_location"] = "倉庫地址"; $lang["items_successful_adding"] = "已成功新增產品"; $lang["items_successful_bulk_edit"] = "您已成功更新所選產品"; $lang["items_successful_deleted"] = "刪除成功"; diff --git a/application/language/zh/receivings_lang.php b/application/language/zh/receivings_lang.php index 0273031d5..88ef22b3d 100755 --- a/application/language/zh/receivings_lang.php +++ b/application/language/zh/receivings_lang.php @@ -38,7 +38,7 @@ $lang["receivings_return"] = "退貨"; $lang["receivings_select_supplier"] = "選擇供應商 (Optional)"; $lang["receivings_start_typing_supplier_name"] = "開始輸入供應商名稱..."; $lang["receivings_stock_destination"] = "Stock destination"; -$lang["receivings_stock_locaiton"] = "Stock location"; +$lang["receivings_stock_locaiton"] = "倉庫地址"; $lang["receivings_stock_source"] = "Stock source"; $lang["receivings_successfully_deleted"] = "You have successfully deleted"; $lang["receivings_successfully_updated"] = "Receiving successfully updated";