Modify translation content and Change zh-cn to zh-CN (#2528)

This commit is contained in:
landon 2021-11-26 22:28:21 +08:00 committed by GitHub
parent b698a579bd
commit eb705b301c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 21 additions and 21 deletions

View file

@ -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}}'
}
},

View file

@ -7,7 +7,7 @@ export const resources = {
'WebhookDefinitions': 'Webhook Definitions',
}
},
'zh-cn': {
'zh-CN': {
default: {
'WorkflowDefinitions': '工作流定义',
'WorkflowInstances': '工作流实例',

View file

@ -5,7 +5,7 @@ export const resources = {
'CreateButton': 'Create Workflow'
}
},
'zh-cn': {
'zh-CN': {
default: {
'Title': '工作流程定义',
'CreateButton': '创建工作流程'

View file

@ -4,7 +4,7 @@ export const resources = {
'Title': 'Workflow Instances'
}
},
'zh-cn': {
'zh-CN': {
default: {
'Title': '工作流实例'
}

View file

@ -5,7 +5,7 @@ export const resources = {
'CreateButton': 'Create Workflow'
}
},
'zh-cn': {
'zh-CN': {
default: {
'Title': '工作流程注册表',
'CreateButton': '创建工作流程'

View file

@ -12,7 +12,7 @@ export const resources = {
'Properties': '{{name}} Properties'
}
},
'zh-cn': {
'zh-CN': {
default: {
'Name': '名称',
'Untitled': '无题',

View file

@ -32,7 +32,7 @@ export const resources = {
}
}
},
'zh-cn': {
'zh-CN': {
'default': {
"Buttons": {
'Save': '保存',

View file

@ -14,7 +14,7 @@ export const resources = {
'Restart': 'Restart'
}
},
'zh-cn': {
'zh-CN': {
'default': {
'Publishing': '发布中...',
'Published': '已发布',

View file

@ -12,7 +12,7 @@ export const resources = {
'Draft': 'Draft'
}
},
'zh-cn': {
'zh-CN': {
default: {
'Name': '名称',
'DisplayName': '展示名称',

View file

@ -8,7 +8,7 @@ export const resources = {
'Export': 'Export',
}
},
'zh-cn': {
'zh-CN': {
'default': {
'Publish': '发布',
'Publishing': '发布中',

View file

@ -7,7 +7,7 @@ export const resources = {
'Status': 'Status'
}
},
'zh-cn': {
'zh-CN': {
default: {
'ExecuteWorkflow': '执行工作流程',
'StopWorkflow': '停止工作流程',

View file

@ -13,7 +13,7 @@ export const resources = {
}
}
},
'zh-cn': {
'zh-CN': {
'default': {
'Name': '名称',
'Instances': '实例',

View file

@ -75,7 +75,7 @@ export const resources = {
}
}
},
'zh-cn': {
'zh-CN': {
'default': {
'Title': '工作流实例',
'Search': '搜索',

View file

@ -5,7 +5,7 @@ export const resources = {
'No': 'No'
}
},
'zh-cn': {
'zh-CN': {
'default': {
'Yes': '是',
'No': '否'

View file

@ -5,7 +5,7 @@ export const resources = {
'CreateButton': 'Create Webhook'
}
},
'zh-cn': {
'zh-CN': {
default: {
'Title': 'Webhook的定义',
'CreateButton': '创建 Webhook'