diff --git a/packages/nc-gui/lang/zh_CN.json b/packages/nc-gui/lang/zh_CN.json index c9d2230aef..bafaec95a8 100644 --- a/packages/nc-gui/lang/zh_CN.json +++ b/packages/nc-gui/lang/zh_CN.json @@ -1,246 +1,246 @@ { "projects": { - "my_projects": "My Projects", - "reload_projects_tooltip": "Refresh projects", + "my_projects": "我的项目", + "reload_projects_tooltip": "刷新项目", "create_new_project_button": { "text": "创建新项目", - "subtext_1": "Create", - "subtext_1_tooltip": "Create a new project", - "subtext_2": "Create By Connecting
To An External Database", - "subtext_2_tooltip": "Supports MySQL, PostgreSQL, SQL Server & SQLite" + "subtext_1": "新建", + "subtext_1_tooltip": "新建一个项目", + "subtext_2": "通过连接新建
连接到外部数据库", + "subtext_2_tooltip": "支持 MySQL、PostgreSQL、SQL Server 和 SQLite" }, - "search_project": "Search Project", - "import_metadata": "Import Metadata", - "export_metadata": "Export Metadata", - "clear_metadata": "Clear Metadata", - "stop_project": "Stop Project", - "start_project": "Start Project", - "restart_project": "Restart Project", - "delete_project": "Delete Project", - "project_api_type_tooltip_graphql": "Accessible via GraphQL APIs", - "project_api_type_tooltip_rest": "Accessible via REST APIs", - "project_empty_message": "Get started by creating a new project", + "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": "Import NocoDB Project by uploading metadata zip file" + "text": "通过上传元数据 zip 文件导入 NocoDB 项目" }, - "show_community_star": "Star", - "show_community_us_on_Github": "us on Github", - "show_community_book_a_free_demo": "Book a Free DEMO", - "show_community_get_your_questions_answered": "Get your questions answered", - "show_community_join_discord": "Join Discord", - "show_community_follow_nocodb": "Follow 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": "Your search for {search} found no results" + "your_search_found_no_results": "你的搜索: {search} 没有发现匹配的结果" }, "ext_db": { "title": { - "edit": "Edit Project", - "create": "Create Project" + "edit": "编辑项目", + "create": "创建项目" }, - "project_name": "Enter Project Name", - "project_type": "Access Project via", + "project_name": "输入项目名称", + "project_type": "访问项目通过", "button": { - "save_project": "Save Project", - "update_and_restart": "Update & Restart", - "cancel": "Cancel", - "cancel_tooltip": "Cancel and Return" + "save_project": "保存项目", + "update_and_restart": "更新 & 重启", + "cancel": "取消", + "cancel_tooltip": "取消并返回" }, "credentials": { - "title": "Database Credentials", - "db_type": "Database Type", - "sqlite_file": "SQLite File", - "host_address": "Host Address", - "port": "Port Number", - "username": "Username", - "password": "Password", - "db_create_if_not_exists": "Database : create if not exists", + "title": "数据库链接凭证", + "db_type": "数据库类型", + "sqlite_file": "SQLite 文件", + "host_address": "服务器地址", + "port": "端口号", + "username": "用户名", + "password": "密码", + "db_create_if_not_exists": "数据库 : 如果不存在则创建", "button": { - "test_db_conn": "Test Database Connection", - "remove_db_from_env": "Remove Database from environment" + "test_db_conn": "测试数据库链接", + "remove_db_from_env": "从环境中删除数据库" }, "advanced": { - "title": "SSL & Advanced parameters", + "title": "SSL 和高级参数", "ssl": { "client_key": { - "title": "Client Key", - "toolip": "Select .key file" + "title": "客户端 Key", + "toolip": "选择 .key 文件" }, "client_cert": { - "title": "Client Cert", - "toolip": "Select .cert file" + "title": "客户端 Cert", + "toolip": "选择 .cert 文件" }, "server_ca": { - "title": "Server CA", - "toolip": "Select CA file" + "title": "服务器 CA", + "toolip": "选择 CA 文件" }, "preferred": "Preferred", "usage": { "no": "No", "preferred": "Preferred", - "required": "Required", - "requried_ca": "Required-CA", - "requried_identity": "Required-IDENTITY" + "required": "必填项", + "requried_ca": "必填项-CA", + "requried_identity": "必填项-IDENTITY" } }, "inflection": { - "table_name": "Inflection - Table name", - "column_name": "Inflection - Column name" + "table_name": "修改 - 表名", + "column_name": "修改 - 列名" }, "button": { - "edit_conn_json": "Edit connection JSON" + "edit_conn_json": "编辑链接JSON" } } }, "error": { - "invalid_char_in_folder_path": "Invalid character in folder path.", - "invalid_db_credentials": "Invalid database credentials.", - "unable_to_connect_to_db": "Unable to connect to database, please check your database is up.", - "user_doesnt_ve_sufficient_permission": "User does not exist or have sufficient permission to create schema." + "invalid_char_in_folder_path": "文件夹路径中的字符无效。", + "invalid_db_credentials": "无效的数据库凭据。", + "unable_to_connect_to_db": "无法连接到数据库,请检查您的数据库是否已启动。", + "user_doesnt_ve_sufficient_permission": "用户不存在或具有创建架构的足够权限。" }, "head": { - "title": "Create Project | NocoDB" + "title": "新建项目 | NocoDB" }, "dialog": { - "success": "Connection was successful", - "failure": "Connection Failure:" + "success": "连接成功", + "failure": "连接失败:" } }, "notifications": { - "no_new": "No new notifications", - "clear": "Clear" + "no_new": "没有新通知", + "clear": "清空" } }, "signin": { - "title": "SIGN IN", - "enter_your_work_email": "Enter your work email", - "enter_your_password": "Enter your password", - "forget_password": "Forgot your password ?", - "dont_ve_an_account": "Don't have an account ?", - "sign_up": "Sign Up", + "title": "登录", + "enter_your_work_email": "请输入您的工作邮箱", + "enter_your_password": "请输入你的密码", + "forget_password": "忘记密码?", + "dont_ve_an_account": "还没有注册账号?", + "sign_up": "注册", "form": { "rules": { - "email_is_reqd": "E-mail is required", - "email_must_be_valid": "E-mail must be valid", - "passwd_required": "Password is required", - "passwd_must_be_8_chars": "You password must be atleast 8 characters" + "email_is_reqd": "邮箱必填", + "email_must_be_valid": "邮箱格式无效", + "passwd_required": "密码必填", + "passwd_must_be_8_chars": "您的密码必须至少为8个字符" } }, "head": { - "title": "Log In | NocoDB", + "title": "登录 | NocoDB", "meta": { - "hid": "Log In To NocoDB", - "name": "Log In To NocoDB", - "content": "Log In To NocoDB" + "hid": "登录到 NocoDB", + "name": "登录到 NocoDB", + "content": "登录到 NocoDB" } }, "password": { "recovery": { - "title": "Reset your password", - "message_1": "Please provide the email address you used when you signed up.", - "message_2": "We will send you an email with a link to reset your password.", - "success": "Please check your email to reset the password", - "button": "SEND EMAIL" + "title": "重置密码", + "message_1": "请提供你注册时使用的电子邮件地址。", + "message_2": "我们将向你发送一封电子邮件,邮件中包含重置密码的链接。", + "success": "请检查你的邮箱以重置密码", + "button": "发送邮件" } } }, "signup": { - "title": "SIGN UP", - "you_will_be_the_super_admin": "You will be the 'Super Admin'", - "already_ve_an_account": "Already have an account ?" + "title": "注册", + "you_will_be_the_super_admin": "你将成为 '超级管理员'", + "already_ve_an_account": "已有账号?" }, "treeview": { "settings": { - "title": "Settings", - "tooltip": "Only visible to Creator" + "title": "设置", + "tooltip": "仅创建人可见" }, - "app_store": "App Store", + "app_store": "软件商店", "team_n_auth": { - "title": "Team & Auth", - "tooltip": "Roles & Users Management" + "title": "团队和认证", + "tooltip": "角色和用户管理" }, "project_metadata": { - "title": "Project Metadata", - "tooltip": "Meta Management" + "title": "项目基础信息", + "tooltip": "项目基础信息管理" }, - "preview_as": "Preview as", - "reset_review": "Reset Preview" + "preview_as": "预览", + "reset_review": "重置预览" }, "nav_drawer": { - "title": "Views", + "title": "视图", "virtual_views": { "action": { - "copy": "Copy view", - "rename": "Rename view", - "delete": "Delete view" + "copy": "复制视图", + "rename": "重命名视图", + "delete": "删除视图" }, - "title": "Create a View", - "caption": "Only visible to Creator", + "title": "创建视图", + "caption": "仅创建人可见", "grid": { - "title": "Grid", - "create": "Add Grid View" + "title": "表格", + "create": "添加表格视图" }, "gallery": { - "title": "Gallery", - "create": "Add Gallery View" + "title": "画廊", + "create": "添加画廊视图" }, "calendar": { - "title": "Calendar", - "create": "Add Calendar View" + "title": "日历", + "create": "添加日历视图" }, "kanban": { - "title": "Kanban", - "create": "Add Kanban View" + "title": "看板", + "create": "添加看板视图" }, "form": { - "title": "Form", - "create": "Add Form View" + "title": "表单", + "create": "添加表单视图" } }, "advanced": { - "title1": "Share View", - "views_list": "Views List", - "copy_api_url": "Copy API URL" + "title1": "分享视图", + "views_list": "视图列表", + "copy_api_url": "复制 API 链接" }, "share_view": { - "title": "This view is shared via a private link", - "body": "People with private link can only see cells visible in this view", + "title": "此视图是通过私人链接共享的", + "body": "拥有私人链接的人只能看到此视图中可见的单元格", "toggle": { - "option1": "Restrict access with a password", - "option2": "Access is password restricted" + "option1": "使用密码限制访问", + "option2": "访问受密码限制" }, "password": { - "caption": "Enter the password", - "button": "Save password" + "caption": "输入密码", + "button": "保存密码" } } }, "management": { "tabs": { - "user": "Users Management", - "api": "API Tokens Management", - "roles": "Roles Management" + "user": "用户账号管理", + "api": "API 令牌管理", + "roles": "角色管理" }, "meta": { - "title": "Metadata Operations", + "title": "元数据操作", "export_to_file": { - "title": "Export to file", - "desc": "Export all metadata from the meta tables to meta directory." + "title": "导出到文件", + "desc": "从元数据表格导出所有元数据到元数据目录" }, "import": { - "title": "Import", - "desc": "Import all metadata from the meta directory to meta tables." + "title": "导入", + "desc": "从元数据目录导入所有的元数据到元数据表格" }, "export_to_zip": { - "title": "Export zip", - "desc": "Export project meta to zip file and download." + "title": "导出为zip格式", + "desc": "导出项目数据为 zip 格式并下载。" }, "import_zip": { - "title": "Import zip", - "desc": "Import project meta zip file and restart." + "title": "zip格式导入", + "desc": "导入项目 zip 格式的元数据并重新启动。" }, "reset": { - "title": "Reset", - "desc": "Clear all metadata from meta tables." + "title": "重置", + "desc": "在元数据表格中清楚所有元数据" } } }