Skip to content

Commit 0182404

Browse files
perf: Page Embedded Duplicate Name Check
1 parent 0c5963e commit 0182404

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

backend/locales/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"i18n_ds_name_exist": "Name already exists",
44
"i18n_concat_admin": "Please contact administrator!",
55
"i18n_exist": "{msg} already exists!",
6+
"i18n_name": "Name",
67
"i18n_not_exist": "{msg} not exists",
78
"i18n_error": "{key} error!",
89
"i18n_miss_args": "Missing {key} parameter!",

backend/locales/zh-CN.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"i18n_ds_name_exist": "名称已存在",
44
"i18n_concat_admin": "请联系管理员!",
55
"i18n_exist": "{msg}已存在!",
6+
"i18n_name": "名称",
67
"i18n_not_exist": "{msg}不存在!",
78
"i18n_error": "{key}错误!",
89
"i18n_miss_args": "缺失{key}参数!",

0 commit comments

Comments
 (0)