Skip to content

Commit

Permalink
update: 更新 lang 文件
Browse files Browse the repository at this point in the history
  • Loading branch information
kangood committed Feb 17, 2024
1 parent 933c200 commit 2e66b7c
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/locales/lang/en_US/home.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"home": {
"menu": "home"
}
}
2 changes: 2 additions & 0 deletions src/locales/lang/en_US/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import common from './common.json';
import home from './home.json';
import sys from './sys.json';

export default {
...common,
...sys,
...home,
};
14 changes: 14 additions & 0 deletions src/locales/lang/en_US/sys.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,20 @@
"404": "404",
"500": "500"
}
},
"menu2": {
"setting": {
"index": "Setting",
"menu": "Menu",
"dictionary": "Dictionary",
"parameter": "Parameter"
},
"org": {
"index": "Org",
"org": "Institution",
"station": "Station",
"user": "User"
}
}
}
}
5 changes: 5 additions & 0 deletions src/locales/lang/zh_CN/home.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"home": {
"menu": "个人主页"
}
}
2 changes: 2 additions & 0 deletions src/locales/lang/zh_CN/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import common from './common.json';
import home from './home.json';
import sys from './sys.json';

export default {
...common,
...sys,
...home,
};
14 changes: 14 additions & 0 deletions src/locales/lang/zh_CN/sys.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,20 @@
"404": "404",
"500": "500"
}
},
"menu2": {
"setting": {
"index": "系统设置",
"menu": "菜单管理",
"dictionary": "字典管理",
"parameter": "参数管理"
},
"org": {
"index": "组织机构",
"org": "机构管理",
"station": "岗位管理",
"user": "用户管理"
}
}
}
}

0 comments on commit 2e66b7c

Please sign in to comment.