wip: show error when scheme name conflict.

This commit is contained in:
2021-12-14 18:47:21 +08:00
parent cbaf61f70b
commit 214b06cac8
5 changed files with 36 additions and 11 deletions
+6 -1
View File
@@ -65,7 +65,8 @@
"paste": "paste"
},
"str": {
"null": "Null"
"null": "Null",
"new_scheme": "New gesture scheme"
},
"built_in_commands": {
"ShowWorkspace": "ShowWorkspace",
@@ -87,6 +88,10 @@
"gesture_prop_duplicated": {
"title": "Duplicated !",
"description": "Now you can go to other scheme and click the paste button ~"
},
"scheme_name_conflict": {
"title": "Save failed!",
"description": "Scheme name conflict, please rename it!"
}
}
}
+6 -1
View File
@@ -65,7 +65,8 @@
"paste": "粘贴"
},
"str": {
"null": "无"
"null": "无",
"new_scheme": "新建手势方案"
},
"built_in_commands": {
"ShowWorkspace": "显示工作区",
@@ -87,6 +88,10 @@
"gesture_prop_duplicated": {
"title": "复制成功!",
"description": "现在可以去其他方案中点击粘贴按钮试试哦~"
},
"scheme_name_conflict": {
"title": "保存失败!",
"description": "方案名冲突,请重新命名!"
}
}
}