wangzhibo
2026-07-16 423789577eaa7f9bb8752f9e888d9c2cb567fefc
add translation
5个文件已修改
290 ■■■■ 已修改文件
build/cool/eps.d.ts 256 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/modules/push/locales/en.json 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/modules/push/locales/zh-cn.json 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/modules/push/locales/zh-tw.json 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/modules/push/views/vehiclegps.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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 };
src/modules/push/locales/en.json
@@ -21,5 +21,14 @@
"错误返回信息":"错误返回信息",
"创建时间":"创建时间",
"更新时间":"更新时间",
"设备序列号":"设备序列号",
"消息序列号":"消息序列号",
"消息创建时间":"消息创建时间",
"GPS定位时间":"GPS定位时间",
"速度":"速度",
"方向角":"方向角",
"海拔高度":"海拔高度",
"定位状态":"定位状态",
"有效定位":"有效定位",
"无效定位":"无效定位"
}
src/modules/push/locales/zh-cn.json
@@ -21,5 +21,14 @@
"错误返回信息":"错误返回信息",
"创建时间":"创建时间",
"更新时间":"更新时间",
"设备序列号":"设备序列号",
"消息序列号":"消息序列号",
"消息创建时间":"消息创建时间",
"GPS定位时间":"GPS定位时间",
"速度":"速度",
"方向角":"方向角",
"海拔高度":"海拔高度",
"定位状态":"定位状态",
"有效定位":"有效定位",
"无效定位":"无效定位"
}
src/modules/push/locales/zh-tw.json
@@ -21,5 +21,14 @@
"错误返回信息":"错误返回信息",
"创建时间":"创建时间",
"更新时间":"更新时间",
"设备序列号":"设备序列号",
"消息序列号":"消息序列号",
"消息创建时间":"消息创建时间",
"GPS定位时间":"GPS定位时间",
"速度":"速度",
"方向角":"方向角",
"海拔高度":"海拔高度",
"定位状态":"定位状态",
"有效定位":"有效定位",
"无效定位":"无效定位"
}
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",