it0/it0-web-admin/src/i18n/locales/zh/common.json

90 lines
2.1 KiB
JSON

{
"save": "保存更改",
"saving": "保存中...",
"cancel": "取消",
"delete": "删除",
"deleting": "删除中...",
"edit": "编辑",
"create": "创建",
"creating": "创建中...",
"add": "添加",
"remove": "移除",
"close": "关闭",
"confirm": "确认",
"back": "返回",
"next": "下一步",
"loading": "加载中...",
"search": "搜索...",
"noResults": "未找到结果。",
"actions": "操作",
"name": "名称",
"type": "类型",
"status": "状态",
"description": "描述",
"created": "创建时间",
"updated": "更新时间",
"createdAt": "创建时间",
"updatedAt": "更新时间",
"required": "必填",
"optional": "可选",
"enabled": "已启用",
"disabled": "已禁用",
"active": "活跃",
"inactive": "未激活",
"pending": "待处理",
"running": "运行中",
"completed": "已完成",
"failed": "失败",
"error": "错误",
"success": "成功",
"warning": "警告",
"info": "信息",
"yes": "是",
"no": "否",
"none": "无",
"all": "全部",
"id": "ID",
"email": "邮箱",
"role": "角色",
"roles": "角色",
"environment": "环境",
"tags": "标签",
"priority": "优先级",
"severity": "严重程度",
"details": "详情",
"configuration": "配置",
"view": "查看",
"refresh": "刷新",
"export": "导出",
"import": "导入",
"copy": "复制",
"copied": "已复制!",
"never": "从未",
"unknown": "未知",
"notSelected": "未选择",
"comingSoon": "即将推出",
"noData": "暂无数据。",
"confirmDelete": "确定要删除吗?",
"operationSuccess": "操作成功。",
"operationFailed": "操作失败。",
"passwordsNoMatch": "两次密码不一致。",
"riskLevel": {
"l0": "只读",
"l1": "低风险",
"l2": "高风险",
"l3": "禁止"
},
"approvalStatus": {
"pending": "待审批",
"approved": "已批准",
"rejected": "已拒绝",
"expired": "已过期"
},
"serverStatus": {
"active": "在线",
"inactive": "离线",
"maintenance": "维护中",
"unreachable": "不可达"
}
}