Modify translation content and Change zh-cn to zh-CN (#2528)
This commit is contained in:
parent
b698a579bd
commit
eb705b301c
|
|
@ -10,14 +10,14 @@ export const resources = {
|
|||
'Display': '{{template}}'
|
||||
}
|
||||
},
|
||||
'zh-cn': {
|
||||
'zh-CN': {
|
||||
'default': {
|
||||
'Previous': '上一封',
|
||||
'Next': '下一封',
|
||||
'From': '发件人',
|
||||
'To': '收件人',
|
||||
'Of': '来自',
|
||||
'Results': '结果',
|
||||
'Previous': '上一页',
|
||||
'Next': '下一页',
|
||||
'From': '从',
|
||||
'To': '到',
|
||||
'Of': ' 共',
|
||||
'Results': '条数据',
|
||||
'Display': '{{template}}'
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ export const resources = {
|
|||
'WebhookDefinitions': 'Webhook Definitions',
|
||||
}
|
||||
},
|
||||
'zh-cn': {
|
||||
'zh-CN': {
|
||||
default: {
|
||||
'WorkflowDefinitions': '工作流定义',
|
||||
'WorkflowInstances': '工作流实例',
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ export const resources = {
|
|||
'CreateButton': 'Create Workflow'
|
||||
}
|
||||
},
|
||||
'zh-cn': {
|
||||
'zh-CN': {
|
||||
default: {
|
||||
'Title': '工作流程定义',
|
||||
'CreateButton': '创建工作流程'
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ export const resources = {
|
|||
'Title': 'Workflow Instances'
|
||||
}
|
||||
},
|
||||
'zh-cn': {
|
||||
'zh-CN': {
|
||||
default: {
|
||||
'Title': '工作流实例'
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ export const resources = {
|
|||
'CreateButton': 'Create Workflow'
|
||||
}
|
||||
},
|
||||
'zh-cn': {
|
||||
'zh-CN': {
|
||||
default: {
|
||||
'Title': '工作流程注册表',
|
||||
'CreateButton': '创建工作流程'
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ export const resources = {
|
|||
'Properties': '{{name}} Properties'
|
||||
}
|
||||
},
|
||||
'zh-cn': {
|
||||
'zh-CN': {
|
||||
default: {
|
||||
'Name': '名称',
|
||||
'Untitled': '无题',
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ export const resources = {
|
|||
}
|
||||
}
|
||||
},
|
||||
'zh-cn': {
|
||||
'zh-CN': {
|
||||
'default': {
|
||||
"Buttons": {
|
||||
'Save': '保存',
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ export const resources = {
|
|||
'Restart': 'Restart'
|
||||
}
|
||||
},
|
||||
'zh-cn': {
|
||||
'zh-CN': {
|
||||
'default': {
|
||||
'Publishing': '发布中...',
|
||||
'Published': '已发布',
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ export const resources = {
|
|||
'Draft': 'Draft'
|
||||
}
|
||||
},
|
||||
'zh-cn': {
|
||||
'zh-CN': {
|
||||
default: {
|
||||
'Name': '名称',
|
||||
'DisplayName': '展示名称',
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ export const resources = {
|
|||
'Export': 'Export',
|
||||
}
|
||||
},
|
||||
'zh-cn': {
|
||||
'zh-CN': {
|
||||
'default': {
|
||||
'Publish': '发布',
|
||||
'Publishing': '发布中',
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ export const resources = {
|
|||
'Status': 'Status'
|
||||
}
|
||||
},
|
||||
'zh-cn': {
|
||||
'zh-CN': {
|
||||
default: {
|
||||
'ExecuteWorkflow': '执行工作流程',
|
||||
'StopWorkflow': '停止工作流程',
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ export const resources = {
|
|||
}
|
||||
}
|
||||
},
|
||||
'zh-cn': {
|
||||
'zh-CN': {
|
||||
'default': {
|
||||
'Name': '名称',
|
||||
'Instances': '实例',
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@ export const resources = {
|
|||
}
|
||||
}
|
||||
},
|
||||
'zh-cn': {
|
||||
'zh-CN': {
|
||||
'default': {
|
||||
'Title': '工作流实例',
|
||||
'Search': '搜索',
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ export const resources = {
|
|||
'No': 'No'
|
||||
}
|
||||
},
|
||||
'zh-cn': {
|
||||
'zh-CN': {
|
||||
'default': {
|
||||
'Yes': '是',
|
||||
'No': '否'
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ export const resources = {
|
|||
'CreateButton': 'Create Webhook'
|
||||
}
|
||||
},
|
||||
'zh-cn': {
|
||||
'zh-CN': {
|
||||
default: {
|
||||
'Title': 'Webhook的定义',
|
||||
'CreateButton': '创建 Webhook'
|
||||
|
|
|
|||
Loading…
Reference in a new issue