fix i18n
This commit is contained in:
@@ -400,6 +400,20 @@
|
||||
"finish": "完成"
|
||||
}
|
||||
},
|
||||
"githubComments": {
|
||||
"dialog": {
|
||||
"title": "选择 GitHub 评论",
|
||||
"noComments": "此 PR 未找到评论",
|
||||
"selectAll": "全选",
|
||||
"deselectAll": "取消全选",
|
||||
"add": "添加",
|
||||
"selectedCount": "已选择 {{selected}} / {{total}}"
|
||||
},
|
||||
"card": {
|
||||
"review": "审查",
|
||||
"tooltip": "点击在 GitHub 上查看,双击编辑"
|
||||
}
|
||||
},
|
||||
"taskFormDialog": {
|
||||
"createTitle": "创建新任务",
|
||||
"editTitle": "编辑任务",
|
||||
|
||||
Reference in New Issue
Block a user