forked from pneymrl2f/nightingale
support i18n (#431)
parent
82dadb31b5
commit
74e85cdadc
@ -0,0 +1,63 @@
|
||||
{
|
||||
"zh": {
|
||||
"stra not found": "聚合策略为找到",
|
||||
"unauthorized": "用户未授权",
|
||||
"same stra name %s in node": "同节点下策略名称 %s 已存在",
|
||||
"collect type not support": "采集类型不合法",
|
||||
"[%s] is blank": "参数[%s]值不能为空",
|
||||
"cannot convert %s to int64": "%s 无法转为 int64 类型",
|
||||
"cannot convert %s to int": "%s 无法转为 int 类型",
|
||||
"arg[%s] not found": "参数[%s]没找到",
|
||||
"cannot retrieve node[%d]: %v": "获取不到节点[%d],原因:%v",
|
||||
"no such node[%d]": "节点[%d]不存在",
|
||||
"no such task[id:%d]": "任务[%d]不存在",
|
||||
"no such task tpl[id:%d]": "任务模板[%d]不存在",
|
||||
"cannot retrieve screen[%d]: %v": "获取不到大盘[%d],原因:%v",
|
||||
"no such screen[%d]": "大盘[%d]不存在",
|
||||
"cannot retrieve subclass[%d]: %v": "获取不到大盘分组[%d],原因:%v",
|
||||
"no such subclass[%d]": "大盘分组[%d]不存在",
|
||||
"cannot retrieve chart[%d]: %v": "获取不到大盘图表[%d],原因:%v",
|
||||
"no such chart[%d]": "大盘图表[%d]不存在",
|
||||
"cannot retrieve eventCur[%d]: %v": "获取不到未恢复告警事件[%d],原因:%v",
|
||||
"no such eventCur[%d]": "未恢复告警事件[%d]不存在",
|
||||
"cannot retrieve event[%d]: %v": "获取不到告警事件[%d],原因:%v",
|
||||
"no such event[%d]": "告警事件[%d]不存在",
|
||||
"cannot retrieve user[%d]: %v": "获取不到用户[%d],原因:%v",
|
||||
"no such user[%d]": "用户[%d]不存在",
|
||||
"no such user: %s": "用户[%s]不存在",
|
||||
"cannot retrieve team[%d]: %v": "获取不到团队[%d],原因:%v",
|
||||
"no such team[%d]": "团队[%d]不存在",
|
||||
"cannot retrieve role[%d]: %v": "获取不到角色[%d],原因:%v",
|
||||
"no such role[%d]": "角色[%d]不存在",
|
||||
"no such NodeCate[id:%d]": "节点类型[%d]没找到",
|
||||
"no such field": "扩展字段为找到",
|
||||
"field_type cannot modify": "字段类型不能被修改",
|
||||
"arg[endpoints] empty": "参数不能[endpoints]为空",
|
||||
"arg[cur_nid_paths] empty": "参数不能[cur_nid_paths]为空",
|
||||
"arg[tags] empty": "参数不能[tags]为空",
|
||||
"arg[hosts] empty": "参数不能[hosts]为空",
|
||||
"arg[btime,etime] empty": "参数[btime,etime]不合规范",
|
||||
"arg[name] empty": "参数[name]不合规范",
|
||||
"arg[name] is blank": "参数[名称]不能为空",
|
||||
"arg[ids] is empty": "参数[ids]不能为空",
|
||||
"%s invalid": "%s 不符合规范",
|
||||
"%s too long > 64": "%s 超过64长度限制",
|
||||
"arg[%s] too long > %d": "参数 %s 长度不能超过 %d",
|
||||
"cate is blank": "节点分类不能为空",
|
||||
"uuid is blank": "uuid不能为空",
|
||||
"ident is blank": "唯一标识不能为空",
|
||||
"tenant is blank": "租户不能为空",
|
||||
"ids is blank": "ids不能为空",
|
||||
"items empty": "提交内容不能为空",
|
||||
"url param[%s] is blank": "url参数[%s]不能为空",
|
||||
"query param[%s] is necessary": "query参数[%s]不能为空",
|
||||
"ident legal characters: [a-z0-9_-]": "唯一标识英文只能字母开头,包括数字、中划线、下划线",
|
||||
"ident length should be less than 32": "唯一标识长度需小于32",
|
||||
"cannot modify tenant's node-category": "租户分类不允许修改",
|
||||
"cannot modify node-category to tenant": "节点分类不允许修改为租户",
|
||||
"node is managed by other system": "租户正在被系统系统使用",
|
||||
"resources not found by %s": "通过 %s 没有找到资源",
|
||||
"cannot delete root user": "root用户不能删除",
|
||||
"user not found": "用户未找到"
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue