fix task article link drawer
This commit is contained in:
@@ -664,6 +664,8 @@ const enUS = {
|
||||
generating: 'Generating',
|
||||
running: 'Running',
|
||||
completed: 'Completed',
|
||||
partial_success: 'Partially successful',
|
||||
partial_completed: 'Partially successful',
|
||||
failed: 'Failed',
|
||||
},
|
||||
publish: {
|
||||
@@ -1589,6 +1591,9 @@ const enUS = {
|
||||
executionStatus: 'Execution status',
|
||||
executionTime: 'Execution time',
|
||||
createdTime: 'Created time',
|
||||
generatedArticles: 'Generated article links',
|
||||
articleLinksEmpty: 'No generated articles',
|
||||
openArticle: 'Open article',
|
||||
empty: 'No instant tasks yet.',
|
||||
},
|
||||
filters: {
|
||||
|
||||
@@ -634,6 +634,8 @@ const zhCN = {
|
||||
generating: "生成中",
|
||||
running: "运行中",
|
||||
completed: "已完成",
|
||||
partial_success: "部分成功",
|
||||
partial_completed: "部分成功",
|
||||
failed: "生成失败",
|
||||
},
|
||||
publish: {
|
||||
@@ -1508,6 +1510,9 @@ const zhCN = {
|
||||
executionStatus: "执行状态",
|
||||
executionTime: "执行时间",
|
||||
createdTime: "创建时间",
|
||||
generatedArticles: "生成文章链接",
|
||||
articleLinksEmpty: "暂无生成文章",
|
||||
openArticle: "打开文章",
|
||||
empty: "还未创建即时任务,暂无相关数据~",
|
||||
},
|
||||
filters: {
|
||||
|
||||
Reference in New Issue
Block a user