mirror of https://github.com/jumpserver/jumpserver
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
77 lines
2.6 KiB
77 lines
2.6 KiB
{
|
|
"action": {
|
|
"refresh": "刷新",
|
|
"new": "新建",
|
|
"new_query": "新建查询",
|
|
"view_data": "查看数据",
|
|
"show_properties": "属性",
|
|
"label": {
|
|
"name": "名称",
|
|
"type": "类型",
|
|
"version": "版本",
|
|
"user": "用户",
|
|
"jdbc_url": "JDBC 链接",
|
|
"driver_class": "驱动类",
|
|
"driver_version": "驱动版本"
|
|
}
|
|
},
|
|
"title": {
|
|
"query": "查询",
|
|
"properties": "属性",
|
|
"datasource_properties": "数据源属性"
|
|
},
|
|
"state": {
|
|
"connected": "已连接"
|
|
},
|
|
"msg": {
|
|
"error": {
|
|
"fetch_data": "获取数据失败",
|
|
"connect_error": "连接失败",
|
|
"change_context_error": "切换上下文错误",
|
|
"parse_error": "解析错误",
|
|
"execute_error": "执行错误",
|
|
"already_first_page": "已经是第一页",
|
|
"already_last_page": "已经是最后一页",
|
|
"user_cancel_command_review": "用户取消命令复核",
|
|
"command_review_timeout": "命令复核超时",
|
|
"command_review_reject": "命令复核被 %s 拒绝",
|
|
"perms_expired": "此会话关联的权限已于 %s 过期",
|
|
"over_max_idle_time": "由于此会话空闲时间大于 %d 分钟,已经被关闭",
|
|
"over_max_session_time": "由于此会话时间大于 %d 小时,已经被关闭",
|
|
"session_closed_by": "当前会话被管理员 %s 关闭",
|
|
"session_locked": "当前会话已被锁定,无法继续执行命令",
|
|
"no_permission": " 没有执行此操作的权限",
|
|
"acl_reject": " 此命令禁止被执行"
|
|
},
|
|
"success": {
|
|
"execute_success": "执行成功",
|
|
"connect_success": "连接成功"
|
|
},
|
|
"info": {
|
|
"affected_rows": "受影响行数"
|
|
},
|
|
"dialog": {
|
|
"session_locked": "此会话已被 %s 锁定,无法继续执行命令",
|
|
"session_unlocked": "此会话已被 %s 解锁,可以继续执行命令",
|
|
"title": {
|
|
"init_datasource": "初始化数据源",
|
|
"init_datasource_failed": "初始化数据源失败",
|
|
"error_message": "错误消息",
|
|
"session_finished": "会话已结束",
|
|
"command_review": "命令复核"
|
|
},
|
|
"message": {
|
|
"init_datasource": "正在初始化数据源,请稍候...",
|
|
"init_datasource_failed": "连接失败,请检查数据库连接配置是否正确",
|
|
"command_review": "您输入的命令需要复核后才可以执行, 是否发起复核请求?",
|
|
"wait_command_review": "复核请求已发起, 请等待复核结果"
|
|
}
|
|
}
|
|
},
|
|
"btn": {
|
|
"label": {
|
|
"submit": "提交",
|
|
"cancel": "取消"
|
|
}
|
|
}
|
|
} |