From 423789577eaa7f9bb8752f9e888d9c2cb567fefc Mon Sep 17 00:00:00 2001
From: wangzhibo <wangzhibo@shsening.com>
Date: 星期四, 16 七月 2026 16:39:26 +0800
Subject: [PATCH] add translation

---
 src/modules/push/locales/zh-tw.json   |   11 ++
 build/cool/eps.d.ts                   |  256 +++++++++++++++++++++++++-------------------------
 src/modules/push/locales/zh-cn.json   |   11 ++
 src/modules/push/views/vehiclegps.vue |    1 
 src/modules/push/locales/en.json      |   11 ++
 5 files changed, 158 insertions(+), 132 deletions(-)

diff --git a/build/cool/eps.d.ts b/build/cool/eps.d.ts
index 2a61919..ca9debd 100644
--- a/build/cool/eps.d.ts
+++ b/build/cool/eps.d.ts
@@ -1898,24 +1898,24 @@
 		list: PushAuditlogEntity[];
 	}
 
-	interface PushSiteweightPageResponse {
-		pagination: PagePagination;
-		list: PushSiteweightEntity[];
-	}
-
-	interface PushWeightPageResponse {
-		pagination: PagePagination;
-		list: PushWeightEntity[];
-	}
-
 	interface PushCameragpsPageResponse {
 		pagination: PagePagination;
 		list: PushCameraGpsEntity[];
 	}
 
+	interface PushSiteweightPageResponse {
+		pagination: PagePagination;
+		list: PushSiteweightEntity[];
+	}
+
 	interface PushVehiclegpsPageResponse {
 		pagination: PagePagination;
 		list: PushVehicleGpsEntity[];
+	}
+
+	interface PushWeightPageResponse {
+		pagination: PagePagination;
+		list: PushWeightEntity[];
 	}
 
 	interface RecycleDataPageResponse {
@@ -3122,122 +3122,6 @@
 		request: Request;
 	}
 
-	interface PushSiteweight {
-		/**
-		 * 鍒犻櫎
-		 */
-		delete(data?: any): Promise<any>;
-
-		/**
-		 * 淇敼
-		 */
-		update(data?: any): Promise<any>;
-
-		/**
-		 * 鍗曚釜淇℃伅
-		 */
-		info(data?: any): Promise<PushSiteweightEntity>;
-
-		/**
-		 * 鍒楄〃鏌ヨ
-		 */
-		list(data?: any): Promise<PushSiteweightEntity[]>;
-
-		/**
-		 * 鍒嗛〉鏌ヨ
-		 */
-		page(data?: any): Promise<PushSiteweightPageResponse>;
-
-		/**
-		 * 鏂板
-		 */
-		add(data?: any): Promise<any>;
-
-		/**
-		 * 鏉冮檺鏍囪瘑
-		 */
-		permission: {
-			delete: string;
-			update: string;
-			info: string;
-			list: string;
-			page: string;
-			add: string;
-		};
-
-		/**
-		 * 鏉冮檺鐘舵��
-		 */
-		_permission: {
-			delete: boolean;
-			update: boolean;
-			info: boolean;
-			list: boolean;
-			page: boolean;
-			add: boolean;
-		};
-
-		request: Request;
-	}
-
-	interface PushWeight {
-		/**
-		 * 鍒犻櫎
-		 */
-		delete(data?: any): Promise<any>;
-
-		/**
-		 * 淇敼
-		 */
-		update(data?: any): Promise<any>;
-
-		/**
-		 * 鍗曚釜淇℃伅
-		 */
-		info(data?: any): Promise<PushWeightEntity>;
-
-		/**
-		 * 鍒楄〃鏌ヨ
-		 */
-		list(data?: any): Promise<PushWeightEntity[]>;
-
-		/**
-		 * 鍒嗛〉鏌ヨ
-		 */
-		page(data?: any): Promise<PushWeightPageResponse>;
-
-		/**
-		 * 鏂板
-		 */
-		add(data?: any): Promise<any>;
-
-		/**
-		 * 鏉冮檺鏍囪瘑
-		 */
-		permission: {
-			delete: string;
-			update: string;
-			info: string;
-			list: string;
-			page: string;
-			add: string;
-		};
-
-		/**
-		 * 鏉冮檺鐘舵��
-		 */
-		_permission: {
-			delete: boolean;
-			update: boolean;
-			info: boolean;
-			list: boolean;
-			page: boolean;
-			add: boolean;
-		};
-
-		request: Request;
-	}
-
 	interface PushCameragps {
 		/**
 		 * 鍒犻櫎
@@ -3296,6 +3180,64 @@
 		request: Request;
 	}
 
+	interface PushSiteweight {
+		/**
+		 * 鍒犻櫎
+		 */
+		delete(data?: any): Promise<any>;
+
+		/**
+		 * 淇敼
+		 */
+		update(data?: any): Promise<any>;
+
+		/**
+		 * 鍗曚釜淇℃伅
+		 */
+		info(data?: any): Promise<PushSiteweightEntity>;
+
+		/**
+		 * 鍒楄〃鏌ヨ
+		 */
+		list(data?: any): Promise<PushSiteweightEntity[]>;
+
+		/**
+		 * 鍒嗛〉鏌ヨ
+		 */
+		page(data?: any): Promise<PushSiteweightPageResponse>;
+
+		/**
+		 * 鏂板
+		 */
+		add(data?: any): Promise<any>;
+
+		/**
+		 * 鏉冮檺鏍囪瘑
+		 */
+		permission: {
+			delete: string;
+			update: string;
+			info: string;
+			list: string;
+			page: string;
+			add: string;
+		};
+
+		/**
+		 * 鏉冮檺鐘舵��
+		 */
+		_permission: {
+			delete: boolean;
+			update: boolean;
+			info: boolean;
+			list: boolean;
+			page: boolean;
+			add: boolean;
+		};
+
+		request: Request;
+	}
+
 	interface PushVehiclegps {
 		/**
 		 * 鍒犻櫎
@@ -3321,6 +3263,64 @@
 		 * 鍒嗛〉鏌ヨ
 		 */
 		page(data?: any): Promise<PushVehiclegpsPageResponse>;
+
+		/**
+		 * 鏂板
+		 */
+		add(data?: any): Promise<any>;
+
+		/**
+		 * 鏉冮檺鏍囪瘑
+		 */
+		permission: {
+			delete: string;
+			update: string;
+			info: string;
+			list: string;
+			page: string;
+			add: string;
+		};
+
+		/**
+		 * 鏉冮檺鐘舵��
+		 */
+		_permission: {
+			delete: boolean;
+			update: boolean;
+			info: boolean;
+			list: boolean;
+			page: boolean;
+			add: boolean;
+		};
+
+		request: Request;
+	}
+
+	interface PushWeight {
+		/**
+		 * 鍒犻櫎
+		 */
+		delete(data?: any): Promise<any>;
+
+		/**
+		 * 淇敼
+		 */
+		update(data?: any): Promise<any>;
+
+		/**
+		 * 鍗曚釜淇℃伅
+		 */
+		info(data?: any): Promise<PushWeightEntity>;
+
+		/**
+		 * 鍒楄〃鏌ヨ
+		 */
+		list(data?: any): Promise<PushWeightEntity[]>;
+
+		/**
+		 * 鍒嗛〉鏌ヨ
+		 */
+		page(data?: any): Promise<PushWeightPageResponse>;
 
 		/**
 		 * 鏂板
@@ -3743,10 +3743,10 @@
 		plugin: { info: PluginInfo };
 		push: {
 			auditlog: PushAuditlog;
-			siteweight: PushSiteweight;
-			weight: PushWeight;
 			cameragps: PushCameragps;
+			siteweight: PushSiteweight;
 			vehiclegps: PushVehiclegps;
+			weight: PushWeight;
 		};
 		recycle: { data: RecycleData };
 		space: { info: SpaceInfo; type: SpaceType };
diff --git a/src/modules/push/locales/en.json b/src/modules/push/locales/en.json
index 8083bc6..5d3644e 100644
--- a/src/modules/push/locales/en.json
+++ b/src/modules/push/locales/en.json
@@ -21,5 +21,14 @@
 "閿欒杩斿洖淇℃伅":"閿欒杩斿洖淇℃伅",
 "鍒涘缓鏃堕棿":"鍒涘缓鏃堕棿",
 "鏇存柊鏃堕棿":"鏇存柊鏃堕棿",
-
+"璁惧搴忓垪鍙�":"璁惧搴忓垪鍙�",
+"娑堟伅搴忓垪鍙�":"娑堟伅搴忓垪鍙�",
+"娑堟伅鍒涘缓鏃堕棿":"娑堟伅鍒涘缓鏃堕棿",
+"GPS瀹氫綅鏃堕棿":"GPS瀹氫綅鏃堕棿",
+"閫熷害":"閫熷害",
+"鏂瑰悜瑙�":"鏂瑰悜瑙�",
+"娴锋嫈楂樺害":"娴锋嫈楂樺害",
+"瀹氫綅鐘舵��":"瀹氫綅鐘舵��",
+"鏈夋晥瀹氫綅":"鏈夋晥瀹氫綅",
+"鏃犳晥瀹氫綅":"鏃犳晥瀹氫綅"
 }
\ No newline at end of file
diff --git a/src/modules/push/locales/zh-cn.json b/src/modules/push/locales/zh-cn.json
index 8083bc6..5d3644e 100644
--- a/src/modules/push/locales/zh-cn.json
+++ b/src/modules/push/locales/zh-cn.json
@@ -21,5 +21,14 @@
 "閿欒杩斿洖淇℃伅":"閿欒杩斿洖淇℃伅",
 "鍒涘缓鏃堕棿":"鍒涘缓鏃堕棿",
 "鏇存柊鏃堕棿":"鏇存柊鏃堕棿",
-
+"璁惧搴忓垪鍙�":"璁惧搴忓垪鍙�",
+"娑堟伅搴忓垪鍙�":"娑堟伅搴忓垪鍙�",
+"娑堟伅鍒涘缓鏃堕棿":"娑堟伅鍒涘缓鏃堕棿",
+"GPS瀹氫綅鏃堕棿":"GPS瀹氫綅鏃堕棿",
+"閫熷害":"閫熷害",
+"鏂瑰悜瑙�":"鏂瑰悜瑙�",
+"娴锋嫈楂樺害":"娴锋嫈楂樺害",
+"瀹氫綅鐘舵��":"瀹氫綅鐘舵��",
+"鏈夋晥瀹氫綅":"鏈夋晥瀹氫綅",
+"鏃犳晥瀹氫綅":"鏃犳晥瀹氫綅"
 }
\ No newline at end of file
diff --git a/src/modules/push/locales/zh-tw.json b/src/modules/push/locales/zh-tw.json
index 8083bc6..5d3644e 100644
--- a/src/modules/push/locales/zh-tw.json
+++ b/src/modules/push/locales/zh-tw.json
@@ -21,5 +21,14 @@
 "閿欒杩斿洖淇℃伅":"閿欒杩斿洖淇℃伅",
 "鍒涘缓鏃堕棿":"鍒涘缓鏃堕棿",
 "鏇存柊鏃堕棿":"鏇存柊鏃堕棿",
-
+"璁惧搴忓垪鍙�":"璁惧搴忓垪鍙�",
+"娑堟伅搴忓垪鍙�":"娑堟伅搴忓垪鍙�",
+"娑堟伅鍒涘缓鏃堕棿":"娑堟伅鍒涘缓鏃堕棿",
+"GPS瀹氫綅鏃堕棿":"GPS瀹氫綅鏃堕棿",
+"閫熷害":"閫熷害",
+"鏂瑰悜瑙�":"鏂瑰悜瑙�",
+"娴锋嫈楂樺害":"娴锋嫈楂樺害",
+"瀹氫綅鐘舵��":"瀹氫綅鐘舵��",
+"鏈夋晥瀹氫綅":"鏈夋晥瀹氫綅",
+"鏃犳晥瀹氫綅":"鏃犳晥瀹氫綅"
 }
\ No newline at end of file
diff --git a/src/modules/push/views/vehiclegps.vue b/src/modules/push/views/vehiclegps.vue
index 4012fd6..ae2aaa9 100644
--- a/src/modules/push/views/vehiclegps.vue
+++ b/src/modules/push/views/vehiclegps.vue
@@ -164,7 +164,6 @@
         { label: t('鏂瑰悜瑙�'), prop: "direction", minWidth: 140, sortable: "custom" },
         { label: t('娴锋嫈楂樺害'), prop: "elevation", minWidth: 140, sortable: "custom" },
         { label: t('瀹氫綅鐘舵��'), prop: "status", minWidth: 120 },
-
         {
             label: t('鍒涘缓鏃堕棿'),
             prop: "createTime",

--
Gitblit v1.9.1