mirror of
https://github.com/veops/cmdb.git
synced 2025-11-13 03:46:10 +08:00
modeling i18n
This commit is contained in:
@@ -25,6 +25,7 @@ export default {
|
||||
add: 'Add',
|
||||
new: 'New',
|
||||
update: 'Edit',
|
||||
save: 'Save',
|
||||
delete: 'Delete',
|
||||
yes: 'Yes',
|
||||
no: 'No',
|
||||
@@ -33,6 +34,7 @@ export default {
|
||||
downloadTemplate: 'Download',
|
||||
upload: 'Upload',
|
||||
download: 'Download',
|
||||
batchUpdate: 'Batch update',
|
||||
displayFields: 'Display Fields'
|
||||
},
|
||||
tip: {
|
||||
@@ -53,6 +55,7 @@ export default {
|
||||
noData: 'No Data',
|
||||
addSuccess: 'Add successfully',
|
||||
updateSuccess: 'Update successfully',
|
||||
saveSuccess: 'Save successfully',
|
||||
deleteSuccess: 'Delete successfully',
|
||||
cancelSuccess: 'Cancel successfully',
|
||||
downloading: 'Downloading ...',
|
||||
@@ -66,7 +69,7 @@ export default {
|
||||
ci: {
|
||||
batchOperate: 'Batch Operation',
|
||||
confirmBatchUpdate: 'Confirm batch modification?',
|
||||
batchUpdate: 'Batch update ...',
|
||||
batchUpdate: 'Batch update',
|
||||
batchUpdateSuccess: 'Batch update successfully',
|
||||
confirmDelete: 'Confirm deleting ?',
|
||||
attribute: 'Attributes',
|
||||
@@ -105,6 +108,9 @@ export default {
|
||||
ciType: {
|
||||
add: 'Add',
|
||||
addAttribute: 'Add Attribute',
|
||||
addAttribute1: 'Add Attribute',
|
||||
moreAttribute: 'More Attributes',
|
||||
bindAttribute: 'Bind Attribute',
|
||||
editModel: 'Edit Model',
|
||||
modelName: 'Model Name',
|
||||
name: 'Name',
|
||||
@@ -116,6 +122,7 @@ export default {
|
||||
link: 'Link',
|
||||
password: 'Password',
|
||||
list: 'List',
|
||||
required: 'Required',
|
||||
integer: 'Integer',
|
||||
float: 'Float',
|
||||
text: 'Text',
|
||||
@@ -124,6 +131,34 @@ export default {
|
||||
isIt: 'Is it ',
|
||||
predefinedValue: 'Predefined values',
|
||||
predefinedValueTip: 'Multiple values are separated by line breaks',
|
||||
defaultShow: 'Default show',
|
||||
typeAttribute: 'Attribute',
|
||||
typeRelation: 'Relation',
|
||||
requiredCheck: 'Required check',
|
||||
defaultShowAttribute: 'Default display attributes',
|
||||
attributeGroup: 'Attribute grouping & sorting',
|
||||
addGroup: 'Add Group',
|
||||
deleteGroup: 'Delete Group',
|
||||
up: 'Up',
|
||||
down: 'Down',
|
||||
moveSuccess: 'Move successfully',
|
||||
moveFailed: 'Move Failed',
|
||||
groupNameExisted: 'The group name already exists',
|
||||
moreAttributeCannotSort: 'More attributes cannot be sorted. If you need to sort, add them to other groups!',
|
||||
newCIType: 'New CI Type',
|
||||
editCIType: 'Edit CI Type',
|
||||
newRelation: 'New Relation',
|
||||
sourceCIType: 'Source CI Type',
|
||||
targetCIType: 'Target CI Type',
|
||||
relationType: 'Relation Type',
|
||||
relationViewDefinePanel: 'Relationship view definition panel',
|
||||
relationViewDefinePanelTip1: 'Method 1. Right-click tree node (recommended)',
|
||||
relationViewDefinePanelTip2: 'Method 2. Open the switch in the upper right corner and select the node of the tree',
|
||||
newRealtionView: 'New relational view',
|
||||
RealtionViewName: 'Relational view name',
|
||||
RealtionViewNameRequired: 'Please enter a relational view name',
|
||||
newRelationType: 'New Relation Type',
|
||||
relationTypeNameRequired: 'Please enter a type name',
|
||||
uniqueFlag: 'unique flag'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -25,6 +25,7 @@ export default {
|
||||
add: '新增',
|
||||
new: '新建',
|
||||
update: '修改',
|
||||
save: '保存',
|
||||
delete: '删除',
|
||||
yes: '是',
|
||||
no: '否',
|
||||
@@ -33,6 +34,7 @@ export default {
|
||||
downloadTemplate: '下载模板',
|
||||
upload: '上传',
|
||||
download: '下载',
|
||||
batchUpdate: '批量修改',
|
||||
displayFields: '显示字段'
|
||||
},
|
||||
tip: {
|
||||
@@ -48,11 +50,12 @@ export default {
|
||||
create: '创建',
|
||||
clear: '清空',
|
||||
modify: '修改',
|
||||
unselectedAttribute: '未选属性',
|
||||
selectedAttribute: '已选属性',
|
||||
unselectedAttribute: '当前项',
|
||||
selectedAttribute: '已选项',
|
||||
noData: '没数据',
|
||||
addSuccess: '新增成功',
|
||||
updateSuccess: '修改成功',
|
||||
saveSuccess: '保存成功',
|
||||
deleteSuccess: '删除成功',
|
||||
cancelSuccess: '取消成功',
|
||||
downloading: '正在下载 ...',
|
||||
@@ -105,6 +108,9 @@ export default {
|
||||
ciType: {
|
||||
add: '新增',
|
||||
addAttribute: '新增属性',
|
||||
bindAttribute: '绑定属性',
|
||||
addAttribute1: '添加属性',
|
||||
moreAttribute: '更多属性',
|
||||
editModel: '编辑模型',
|
||||
modelName: '模型名(英文)',
|
||||
name: '名称',
|
||||
@@ -116,6 +122,7 @@ export default {
|
||||
link: '链接',
|
||||
password: '密码',
|
||||
list: '列表',
|
||||
required: '必须',
|
||||
integer: '整数',
|
||||
float: '浮点数',
|
||||
text: '文本',
|
||||
@@ -124,6 +131,34 @@ export default {
|
||||
isIt: '是否',
|
||||
predefinedValue: '预定义值',
|
||||
predefinedValueTip: '多个值使用换行分隔',
|
||||
defaultShow: '默认显示',
|
||||
typeAttribute: '模型属性',
|
||||
typeRelation: '模型关联',
|
||||
requiredCheck: '必须校验',
|
||||
defaultShowAttribute: '默认显示属性',
|
||||
attributeGroup: '属性分组 & 排序',
|
||||
addGroup: '添加分组',
|
||||
deleteGroup: '删除分组',
|
||||
up: '上移',
|
||||
down: '下移',
|
||||
moveSuccess: '移动成功',
|
||||
moveFailed: '移动出错',
|
||||
groupNameExisted: '分组名称已存在',
|
||||
moreAttributeCannotSort: '更多属性不能进行排序, 如需排序需添加入其他分组中!',
|
||||
newCIType: '新增模型',
|
||||
editCIType: '编辑模型',
|
||||
newRelation: '新增关系',
|
||||
sourceCIType: '源模型',
|
||||
targetCIType: '目标模型',
|
||||
relationType: '关联关系',
|
||||
relationViewDefinePanel: '关系视图定义面板',
|
||||
relationViewDefinePanelTip1: '方法1. 右键选择树节点(推荐)',
|
||||
relationViewDefinePanelTip2: '方法2. 先打开右上角的开关,再选择树的节点',
|
||||
newRealtionView: '新增关系视图',
|
||||
RealtionViewName: '关系视图名',
|
||||
RealtionViewNameRequired: '请输入 关系视图名',
|
||||
newRelationType: '新增关系类型',
|
||||
relationTypeNameRequired: '请输入类型名',
|
||||
uniqueFlag: '唯一标识'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user