dashboard
repositories
filestore
activity
search
login
main
/
InteSecurePlatform
InteSecurePlatform
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
物资
Your Name
2022-11-30
bb7db62b1663c3b30830e1604731c2197f46af75
[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: '請輸入登入帳戶名',
},
};