mirror of https://github.com/nocodb/nocodb
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.
247 lines
7.6 KiB
247 lines
7.6 KiB
{ |
|
"projects": { |
|
"my_projects": "我的项目", |
|
"reload_projects_tooltip": "刷新项目", |
|
"create_new_project_button": { |
|
"text": "创建新项目", |
|
"subtext_1": "新建", |
|
"subtext_1_tooltip": "新建一个项目", |
|
"subtext_2": "通过连接新建 <br>连接到外部数据库", |
|
"subtext_2_tooltip": "支持 MySQL、PostgreSQL、SQL Server 和 SQLite" |
|
}, |
|
"search_project": "搜索项目", |
|
"import_metadata": "导入元数据", |
|
"export_metadata": "导出元数据", |
|
"clear_metadata": "清除元数据", |
|
"stop_project": "停止项目", |
|
"start_project": "开启项目", |
|
"restart_project": "重启项目", |
|
"delete_project": "删除项目", |
|
"project_api_type_tooltip_graphql": "通过 GraphQL APIs 访问", |
|
"project_api_type_tooltip_rest": "通过 REST APIs 访问", |
|
"project_empty_message": "创建新项目开始使用", |
|
"import_button": { |
|
"text": "通过上传元数据 zip 文件导入 NocoDB 项目" |
|
}, |
|
"show_community_star": "点赞", |
|
"show_community_us_on_Github": "我们在 Github", |
|
"show_community_book_a_free_demo": "查看免费演示", |
|
"show_community_get_your_questions_answered": "通过这里让你的问题得到解答", |
|
"show_community_join_discord": "加入 Discord", |
|
"show_community_follow_nocodb": "关注 NocoDB", |
|
"search": { |
|
"your_search_found_no_results": "你的搜索: {search} 没有发现匹配的结果" |
|
}, |
|
"ext_db": { |
|
"title": { |
|
"edit": "编辑项目", |
|
"create": "创建项目" |
|
}, |
|
"project_name": "输入项目名称", |
|
"project_type": "访问项目通过", |
|
"button": { |
|
"save_project": "保存项目", |
|
"update_and_restart": "更新 & 重启", |
|
"cancel": "取消", |
|
"cancel_tooltip": "取消并返回" |
|
}, |
|
"credentials": { |
|
"title": "数据库链接凭证", |
|
"db_type": "数据库类型", |
|
"sqlite_file": "SQLite 文件", |
|
"host_address": "服务器地址", |
|
"port": "端口号", |
|
"username": "用户名", |
|
"password": "密码", |
|
"db_create_if_not_exists": "数据库 : 如果不存在则创建", |
|
"button": { |
|
"test_db_conn": "测试数据库链接", |
|
"remove_db_from_env": "从环境中删除数据库" |
|
}, |
|
"advanced": { |
|
"title": "SSL 和高级参数", |
|
"ssl": { |
|
"client_key": { |
|
"title": "客户端 Key", |
|
"toolip": "选择 .key 文件" |
|
}, |
|
"client_cert": { |
|
"title": "客户端 Cert", |
|
"toolip": "选择 .cert 文件" |
|
}, |
|
"server_ca": { |
|
"title": "服务器 CA", |
|
"toolip": "选择 CA 文件" |
|
}, |
|
"preferred": "Preferred", |
|
"usage": { |
|
"no": "No", |
|
"preferred": "Preferred", |
|
"required": "必填项", |
|
"requried_ca": "必填项-CA", |
|
"requried_identity": "必填项-IDENTITY" |
|
} |
|
}, |
|
"inflection": { |
|
"table_name": "修改 - 表名", |
|
"column_name": "修改 - 列名" |
|
}, |
|
"button": { |
|
"edit_conn_json": "编辑链接JSON" |
|
} |
|
} |
|
}, |
|
"error": { |
|
"invalid_char_in_folder_path": "文件夹路径中的字符无效。", |
|
"invalid_db_credentials": "无效的数据库凭据。", |
|
"unable_to_connect_to_db": "无法连接到数据库,请检查您的数据库是否已启动。", |
|
"user_doesnt_ve_sufficient_permission": "用户不存在或具有创建架构的足够权限。" |
|
}, |
|
"head": { |
|
"title": "新建项目 | NocoDB" |
|
}, |
|
"dialog": { |
|
"success": "连接成功", |
|
"failure": "连接失败:" |
|
} |
|
}, |
|
"notifications": { |
|
"no_new": "没有新通知", |
|
"clear": "清空" |
|
} |
|
}, |
|
"signin": { |
|
"title": "登录", |
|
"enter_your_work_email": "请输入您的工作邮箱", |
|
"enter_your_password": "请输入你的密码", |
|
"forget_password": "忘记密码?", |
|
"dont_ve_an_account": "还没有注册账号?", |
|
"sign_up": "注册", |
|
"form": { |
|
"rules": { |
|
"email_is_reqd": "邮箱必填", |
|
"email_must_be_valid": "邮箱格式无效", |
|
"passwd_required": "密码必填", |
|
"passwd_must_be_8_chars": "您的密码必须至少为8个字符" |
|
} |
|
}, |
|
"head": { |
|
"title": "登录 | NocoDB", |
|
"meta": { |
|
"hid": "登录到 NocoDB", |
|
"name": "登录到 NocoDB", |
|
"content": "登录到 NocoDB" |
|
} |
|
}, |
|
"password": { |
|
"recovery": { |
|
"title": "重置密码", |
|
"message_1": "请提供你注册时使用的电子邮件地址。", |
|
"message_2": "我们将向你发送一封电子邮件,邮件中包含重置密码的链接。", |
|
"success": "请检查你的邮箱以重置密码", |
|
"button": "发送邮件" |
|
} |
|
} |
|
}, |
|
"signup": { |
|
"title": "注册", |
|
"you_will_be_the_super_admin": "你将成为 '超级管理员'", |
|
"already_ve_an_account": "已有账号?" |
|
}, |
|
"treeview": { |
|
"settings": { |
|
"title": "设置", |
|
"tooltip": "仅创建人可见" |
|
}, |
|
"app_store": "软件商店", |
|
"team_n_auth": { |
|
"title": "团队和认证", |
|
"tooltip": "角色和用户管理" |
|
}, |
|
"project_metadata": { |
|
"title": "项目基础信息", |
|
"tooltip": "项目基础信息管理" |
|
}, |
|
"preview_as": "预览", |
|
"reset_review": "重置预览" |
|
}, |
|
"nav_drawer": { |
|
"title": "视图", |
|
"virtual_views": { |
|
"action": { |
|
"copy": "复制视图", |
|
"rename": "重命名视图", |
|
"delete": "删除视图" |
|
}, |
|
"title": "创建视图", |
|
"caption": "仅创建人可见", |
|
"grid": { |
|
"title": "表格", |
|
"create": "添加表格视图" |
|
}, |
|
"gallery": { |
|
"title": "画廊", |
|
"create": "添加画廊视图" |
|
}, |
|
"calendar": { |
|
"title": "日历", |
|
"create": "添加日历视图" |
|
}, |
|
"kanban": { |
|
"title": "看板", |
|
"create": "添加看板视图" |
|
}, |
|
"form": { |
|
"title": "表单", |
|
"create": "添加表单视图" |
|
} |
|
}, |
|
"advanced": { |
|
"title1": "分享视图", |
|
"views_list": "视图列表", |
|
"copy_api_url": "复制 API 链接" |
|
}, |
|
"share_view": { |
|
"title": "此视图是通过私人链接共享的", |
|
"body": "拥有私人链接的人只能看到此视图中可见的单元格", |
|
"toggle": { |
|
"option1": "使用密码限制访问", |
|
"option2": "访问受密码限制" |
|
}, |
|
"password": { |
|
"caption": "输入密码", |
|
"button": "保存密码" |
|
} |
|
} |
|
}, |
|
"management": { |
|
"tabs": { |
|
"user": "用户账号管理", |
|
"api": "API 令牌管理", |
|
"roles": "角色管理" |
|
}, |
|
"meta": { |
|
"title": "元数据操作", |
|
"export_to_file": { |
|
"title": "导出到文件", |
|
"desc": "从元数据表格导出所有元数据到元数据目录" |
|
}, |
|
"import": { |
|
"title": "导入", |
|
"desc": "从元数据目录导入所有的元数据到元数据表格" |
|
}, |
|
"export_to_zip": { |
|
"title": "导出为zip格式", |
|
"desc": "导出项目数据为 zip 格式并下载。" |
|
}, |
|
"import_zip": { |
|
"title": "zip格式导入", |
|
"desc": "导入项目 zip 格式的元数据并重新启动。" |
|
}, |
|
"reset": { |
|
"title": "重置", |
|
"desc": "在元数据表格中清楚所有元数据" |
|
} |
|
} |
|
} |
|
} |