mirror of
https://github.com/veops/cmdb.git
synced 2025-08-12 01:04:39 +08:00
feat(ui):i18n (#352)
This commit is contained in:
@@ -104,12 +104,15 @@ export default {
|
||||
max: 'Max',
|
||||
min: 'Min',
|
||||
visual: 'Visual',
|
||||
default: 'default',
|
||||
tip: 'Tip',
|
||||
pagination: {
|
||||
total: '{range0}-{range1} of {total} items'
|
||||
},
|
||||
topMenu: {
|
||||
personalCenter: 'Personal Center',
|
||||
logout: 'logout',
|
||||
confirmLogout: 'Are you sure to log out?'
|
||||
},
|
||||
cmdbFilterComp: {
|
||||
conditionFilter: 'Conditional filtering',
|
||||
@@ -139,7 +142,8 @@ export default {
|
||||
multicolor: 'Multicolor',
|
||||
custom: 'Custom',
|
||||
preview: 'Preview',
|
||||
sizeLimit: 'The image size cannot exceed 2MB!'
|
||||
sizeLimit: 'The image size cannot exceed 2MB!',
|
||||
nodata: 'There are currently no custom icons available. Click here to upload'
|
||||
},
|
||||
cmdb: cmdb_en,
|
||||
cs: cs_en,
|
||||
|
@@ -104,12 +104,15 @@ export default {
|
||||
max: '最大值',
|
||||
min: '最小值',
|
||||
visual: '虚拟',
|
||||
default: '默认',
|
||||
tip: '提示',
|
||||
pagination: {
|
||||
total: '当前展示 {range0}-{range1} 条数据, 共 {total} 条'
|
||||
},
|
||||
topMenu: {
|
||||
personalCenter: '个人中心',
|
||||
logout: '退出登录',
|
||||
confirmLogout: '确认退出登录吗?'
|
||||
},
|
||||
cmdbFilterComp: {
|
||||
conditionFilter: '条件过滤',
|
||||
@@ -139,7 +142,8 @@ export default {
|
||||
multicolor: '多色',
|
||||
custom: '自定义',
|
||||
preview: '预览',
|
||||
sizeLimit: '图片大小不可超过2MB!'
|
||||
sizeLimit: '图片大小不可超过2MB!',
|
||||
nodata: '暂无自定义图标,点击此处上传'
|
||||
},
|
||||
cmdb: cmdb_zh,
|
||||
cs: cs_zh,
|
||||
|
Reference in New Issue
Block a user