仪表盘
版本库
文件存储
活动
搜索
登录
main
/
InteSecurePlatform
InteSecurePlatform
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
Default Changelist
Admin
2022-09-20
23f1bf22c42a904c05cee63e10c9fd8b60dfe8f5
[InteSecurePlatform.git]
/
src
/
i18n
/
pages
/
formI18n
/
zh-tw.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
// 定义内容
export default {
formI18nLabel: {
name: '姓名',
email: '用戶歸屬部門',
autograph: '登入帳戶名',
},
formI18nPlaceholder: {
name: '請輸入姓名',
email: '請輸入用戶歸屬部門',
autograph: '請輸入登入帳戶名',
},
};