feat: not allow upload scheme with name occupied.
This commit is contained in:
@@ -154,7 +154,10 @@
|
||||
},
|
||||
"upload": {
|
||||
"success": "Upload success ~",
|
||||
"failed": "Upload failed.."
|
||||
"failed": "Upload failed..",
|
||||
"name_occupied": "Name occupied……",
|
||||
"pls_rename": "Please rename",
|
||||
"pls_add_description": "Please enter the scheme description"
|
||||
},
|
||||
"share": {
|
||||
"title": "Are you sure to sharing?",
|
||||
|
||||
@@ -154,7 +154,10 @@
|
||||
},
|
||||
"upload": {
|
||||
"success": "上传成功~",
|
||||
"failed": "上传失败。。"
|
||||
"failed": "上传失败。。",
|
||||
"name_occupied": "名称被占用……",
|
||||
"pls_rename": "请重新命名",
|
||||
"pls_add_description": "请填写方案描述~"
|
||||
},
|
||||
"share": {
|
||||
"title": "确定分享?",
|
||||
|
||||
Reference in New Issue
Block a user