Skip to content

Commit

Permalink
feat: 更新翻译资源
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangshigui committed Sep 20, 2024
1 parent 0013936 commit 06218ad
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 12 deletions.
18 changes: 15 additions & 3 deletions src/lang/en_US.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* @Author: liuhua
* @Date: 2023-06-25 10:45:33
* @LastEditors: liuhua
* @LastEditTime: 2023-07-29 16:30:35
* @LastEditors: zhangshigui
* @LastEditTime: 2024-09-20 14:30:14
* @Description: 英语(美式)
*
*/
Expand Down Expand Up @@ -51,5 +51,17 @@ export default {
双流区: 'Shuangliu district',
门店访问量: 'Store visits',
销售额: 'Sales',
成华区: 'Chenghua district'
成华区: 'Chenghua district',
权限页面: 'Permission page',
权限说明: 'Permission description',
admin页面: 'Admin page',
test页面: 'Test page',
表格: 'Table',
基础表格: 'Basic table',
搜索条件: 'Search condition',
拖拽表格: 'Drag table',
大屏: 'Big screen',
智慧城市: 'Smart city',
流程图: 'Flow chart',
文件预览: 'File preview'
};
18 changes: 15 additions & 3 deletions src/lang/ja_JP.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* @Author: liuhua
* @Date: 2023-06-25 10:47:28
* @LastEditors: liuhua
* @LastEditTime: 2023-07-29 16:26:13
* @LastEditors: zhangshigui
* @LastEditTime: 2024-09-20 14:33:59
* @Description: 日语
*
*/
Expand Down Expand Up @@ -51,5 +51,17 @@ export default {
双流区: '双流区',
门店访问量: '来店',
销售额: '販売',
成华区: '成華区'
成华区: '成華区',
权限页面: '権限ページ',
权限说明: '権限の説明',
admin页面: '管理者ページ',
test页面: 'テストページ',
表格: 'シート',
基础表格: '基本テーブル',
搜索条件: '検索条件',
拖拽表格: 'テーブルをドラッグアンドドロップする',
大屏: '大画面',
智慧城市: 'スマートシティ',
流程图: 'フローチャート',
文件预览: 'ファイルのプレビュー'
};
18 changes: 15 additions & 3 deletions src/lang/zh_CN.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* @Author: liuhua
* @Date: 2023-06-25 10:38:28
* @LastEditors: liuhua
* @LastEditTime: 2023-07-29 13:17:38
* @LastEditors: zhangshigui
* @LastEditTime: 2024-09-20 14:25:36
* @Description: 简体中文
*
*/
Expand Down Expand Up @@ -51,5 +51,17 @@ export default {
双流区: '双流区',
门店访问量: '门店访问量',
销售额: '销售额',
成华区: '成华区'
成华区: '成华区',
权限页面: '权限页面',
权限说明: '权限说明',
admin页面: 'admin页面',
test页面: 'test页面',
表格: '表格',
基础表格: '基础表格',
搜索条件: '搜索条件',
拖拽表格: '拖拽表格',
大屏: '大屏',
智慧城市: '智慧城市',
流程图: '流程图',
文件预览: '文件预览'
};
18 changes: 15 additions & 3 deletions src/lang/zh_HK.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* @Author: liuhua
* @Date: 2023-06-25 10:45:19
* @LastEditors: liuhua
* @LastEditTime: 2023-07-29 16:23:01
* @LastEditors: zhangshigui
* @LastEditTime: 2024-09-20 14:28:08
* @Description: 繁体中文(中国香港)
*
*/
Expand Down Expand Up @@ -51,5 +51,17 @@ export default {
双流区: '雙流區',
门店访问量: '門店訪問量',
销售额: '銷售額',
成华区: '成華區'
成华区: '成華區',
权限页面: '權限頁面',
权限说明: '權限說明',
admin页面: 'admin頁面',
test页面: 'test頁面',
表格: '表格',
基础表格: '基礎表格',
搜索条件: '搜尋條件',
拖拽表格: '拖曳表格',
大屏: '大螢',
智慧城市: '智慧城市',
流程图: '流程圖',
文件预览: '文件預覽'
};

0 comments on commit 06218ad

Please sign in to comment.