We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c5963e commit 0182404Copy full SHA for 0182404
backend/locales/en.json
@@ -3,6 +3,7 @@
3
"i18n_ds_name_exist": "Name already exists",
4
"i18n_concat_admin": "Please contact administrator!",
5
"i18n_exist": "{msg} already exists!",
6
+ "i18n_name": "Name",
7
"i18n_not_exist": "{msg} not exists",
8
"i18n_error": "{key} error!",
9
"i18n_miss_args": "Missing {key} parameter!",
backend/locales/zh-CN.json
"i18n_ds_name_exist": "名称已存在",
"i18n_concat_admin": "请联系管理员!",
"i18n_exist": "{msg}已存在!",
+ "i18n_name": "名称",
"i18n_not_exist": "{msg}不存在!",
"i18n_error": "{key}错误!",
"i18n_miss_args": "缺失{key}参数!",
0 commit comments