项目迁移
This commit is contained in:
271
front/lang/zh_cn.json
Normal file
271
front/lang/zh_cn.json
Normal file
@@ -0,0 +1,271 @@
|
||||
{
|
||||
"common": {
|
||||
"app_name": "DeEarthX",
|
||||
"version": "版本",
|
||||
"status_loading": "启动中",
|
||||
"status_success": "正常",
|
||||
"status_error": "错误",
|
||||
"backend_status": "后端状态",
|
||||
"confirm": "确定",
|
||||
"cancel": "取消",
|
||||
"submit": "提交",
|
||||
"upload": "上传",
|
||||
"start": "开始",
|
||||
"save": "保存",
|
||||
"delete": "删除",
|
||||
"edit": "编辑",
|
||||
"close": "关闭",
|
||||
"loading": "加载中...",
|
||||
"error": "错误",
|
||||
"success": "成功",
|
||||
"warning": "警告",
|
||||
"info": "提示"
|
||||
},
|
||||
"menu": {
|
||||
"home": "主页",
|
||||
"deearth": "筛选",
|
||||
"galaxy": "提交",
|
||||
"template": "模板",
|
||||
"setting": "设置",
|
||||
"about": "关于"
|
||||
},
|
||||
"home": {
|
||||
"title": "让开服变得随时随地!",
|
||||
"mode_title": "模式选择",
|
||||
"upload_title": "拖拽或点击上传文件",
|
||||
"upload_hint": "支持 .zip(CurseForge、MCBBS)和 .mrpack(Modrinth)格式文件",
|
||||
"mode_server": "开服模式",
|
||||
"mode_upload": "上传模式",
|
||||
"preparing": "准备中...",
|
||||
"task_preparing": "正在连接后端服务...",
|
||||
"task_connecting": "后端服务连接成功,开始处理任务...",
|
||||
"step1_title": "解压整合包",
|
||||
"step1_desc": "解压内容并下载文件",
|
||||
"step2_title": "筛选模组",
|
||||
"step2_desc": "DeEarthX 的核心功能",
|
||||
"step3_title": "下载服务端",
|
||||
"step3_desc": "安装模组加载器服务端",
|
||||
"step4_title": "完成",
|
||||
"step4_desc": "一切就绪!",
|
||||
"progress_title": "制作进度",
|
||||
"upload_progress": "上传进度",
|
||||
"unzip_progress": "解压进度",
|
||||
"download_progress": "下载进度",
|
||||
"server_install_progress": "服务端安装",
|
||||
"server_install_step": "步骤",
|
||||
"server_install_message": "消息",
|
||||
"server_install_completed": "安装完成!",
|
||||
"server_install_error": "安装失败",
|
||||
"server_install_duration": "耗时",
|
||||
"filter_mods_progress": "筛选模组",
|
||||
"filter_mods_total": "总模组数",
|
||||
"filter_mods_current": "当前检查",
|
||||
"filter_mods_completed": "筛选完成!识别到 {filtered} 个客户端模组,移动 {moved} 个",
|
||||
"filter_mods_error": "筛选失败",
|
||||
"start_production": "开始制作,请勿切换菜单!",
|
||||
"production_complete": "服务端制作完成!共用时 {time} 秒!",
|
||||
"please_select_file": "请先拖拽或选择文件",
|
||||
"only_zip_mrpack": "仅支持 .zip 和 .mrpack 文件",
|
||||
"file_prepared": "文件准备完成",
|
||||
"preparing_file": "正在准备文件...",
|
||||
"ws_connecting": "正在建立 WebSocket 连接...",
|
||||
"ws_connected": "WebSocket 连接成功",
|
||||
"ws_failed": "WebSocket 连接失败",
|
||||
"request_failed": "请求后端服务失败,请检查后端服务是否运行",
|
||||
"backend_error": "DeEarthX.Core 遇到致命错误!",
|
||||
"backend_error_desc": "请将整个窗口截图发在群里\n错误信息:{error}",
|
||||
"java_not_found": "未在系统变量中找到 Java!请安装 Java,否则开服模式将无法使用!",
|
||||
"unknown_step": "未知步骤",
|
||||
"parse_error": "解析服务器消息失败",
|
||||
"speed": "速度",
|
||||
"remaining": "剩余时间",
|
||||
"java_error_title": "Java 未找到",
|
||||
"java_error_desc": "未在系统变量中找到 Java!请安装 Java,否则开服模式将无法使用!\n\n建议:\n1. 下载并安装 Java 17 或更高版本\n2. 配置 Java 环境变量\n3. 重启应用程序",
|
||||
"network_error_title": "网络错误",
|
||||
"network_error_desc": "网络连接出现问题\n错误信息:{error}",
|
||||
"file_error_title": "文件错误",
|
||||
"file_error_desc": "文件操作出现问题\n错误信息:{error}",
|
||||
"memory_error_title": "内存错误",
|
||||
"memory_error_desc": "内存不足\n错误信息:{error}",
|
||||
"unknown_error_title": "未知错误",
|
||||
"unknown_error_desc": "发生未知错误,请联系技术支持",
|
||||
"ws_error_title": "WebSocket 连接失败",
|
||||
"ws_error_desc": "无法建立与后端的 WebSocket 连接",
|
||||
"suggestions": "建议解决方案",
|
||||
"suggestion_check_network": "检查网络连接是否正常",
|
||||
"suggestion_check_firewall": "检查防火墙设置",
|
||||
"suggestion_retry": "稍后重试",
|
||||
"suggestion_check_disk_space": "检查磁盘空间是否充足",
|
||||
"suggestion_check_permission": "检查文件权限设置",
|
||||
"suggestion_check_file_format": "确认文件格式正确",
|
||||
"suggestion_increase_memory": "增加分配给应用程序的内存",
|
||||
"suggestion_close_other_apps": "关闭其他占用内存的应用程序",
|
||||
"suggestion_restart_application": "重启应用程序",
|
||||
"suggestion_check_backend": "检查后端服务是否正常运行",
|
||||
"suggestion_check_logs": "查看日志文件获取更多信息",
|
||||
"suggestion_check_port": "检查端口 37019 是否被占用",
|
||||
"suggestion_contact_support": "联系技术支持获取帮助",
|
||||
"template_select_title": "选择服务端模板",
|
||||
"template_select_desc": "为您的服务器选择一个模板,使用模板将跳过服务端安装,直接复制模板文件到服务器目录",
|
||||
"template_official_loader": "标准安装",
|
||||
"template_official_loader_desc": "不使用任何模板,进行标准的服务端安装流程",
|
||||
"template_name": "模板名称",
|
||||
"template_description": "描述",
|
||||
"template_author": "作者",
|
||||
"template_version": "版本",
|
||||
"template_selected": "已选择模板",
|
||||
"template_select_button": "选择模板",
|
||||
"template_loading": "加载模板列表中...",
|
||||
"template_load_failed": "加载模板列表失败",
|
||||
"template_apply_success": "模板应用成功",
|
||||
"template_apply_failed": "模板应用失败",
|
||||
"template_import_title": "导入模板",
|
||||
"template_import_hint": "拖拽或点击上传模板 zip 文件",
|
||||
"template_import_success": "模板导入成功",
|
||||
"template_import_failed": "模板导入失败",
|
||||
"template_export_button": "导出",
|
||||
"template_export_success": "模板导出成功",
|
||||
"template_export_failed": "模板导出失败",
|
||||
"template_export_progress": "正在导出模板...",
|
||||
"template_import_progress": "正在导入模板...",
|
||||
"template_download_progress": "正在下载模板..."
|
||||
},
|
||||
"template": {
|
||||
"title": "模板管理",
|
||||
"description": "管理您的服务端模板,创建、查看和删除模板",
|
||||
"create_button": "创建模板",
|
||||
"create_title": "创建新模板",
|
||||
"name": "模板名称",
|
||||
"name_required": "模板名称不能为空",
|
||||
"name_placeholder": "请输入模板名称",
|
||||
"version": "版本",
|
||||
"version_placeholder": "请输入版本号",
|
||||
"description": "描述",
|
||||
"description_placeholder": "请输入模板描述",
|
||||
"author": "作者",
|
||||
"author_placeholder": "请输入作者名称",
|
||||
"delete_button": "删除",
|
||||
"delete_title": "删除模板",
|
||||
"delete_confirm": "确定要删除模板 \"{name}\" 吗?",
|
||||
"delete_warning": "此操作将永久删除该模板及其所有文件,无法恢复。",
|
||||
"delete_success": "模板删除成功",
|
||||
"delete_failed": "模板删除失败",
|
||||
"create_success": "模板创建成功",
|
||||
"create_failed": "模板创建失败",
|
||||
"open_folder": "打开文件夹",
|
||||
"open_folder_success": "已打开模板文件夹",
|
||||
"open_folder_failed": "打开文件夹失败",
|
||||
"edit_button": "编辑",
|
||||
"edit_title": "编辑模板",
|
||||
"update_success": "模板更新成功",
|
||||
"update_failed": "模板更新失败",
|
||||
"empty": "还没有模板哦~",
|
||||
"empty_hint": "点击上方按钮创建你的第一个模板",
|
||||
"local_templates": "本地模板",
|
||||
"template_store": "模板商店",
|
||||
"store_empty": "模板商店为空",
|
||||
"store_empty_hint": "暂时没有可用的模板",
|
||||
"install_button": "安装",
|
||||
"install_success": "模板安装成功",
|
||||
"install_failed": "模板安装失败",
|
||||
"store_load_failed": "加载模板商店失败"
|
||||
},
|
||||
"setting": {
|
||||
"title": "DeEarthX 设置",
|
||||
"subtitle": "让 DeEarthX V3 更适合你!",
|
||||
"category_filter": "模组筛选设置",
|
||||
"category_mirror": "下载源设置",
|
||||
"category_system": "系统管理设置",
|
||||
"filter_hashes_name": "哈希过滤",
|
||||
"filter_hashes_desc": "过滤不必要的客户端模组(哈希过滤法)",
|
||||
"filter_dexpub_name": "Galaxy Square 过滤",
|
||||
"filter_dexpub_desc": "过滤 Galaxy Square 平台中记录的客户端文件",
|
||||
"filter_modrinth_name": "Modrinth API 过滤",
|
||||
"filter_modrinth_desc": "通过 Modrinth API 检查模组的客户端/服务端兼容性",
|
||||
"filter_mixins_name": "Mixin 过滤",
|
||||
"filter_mixins_desc": "过滤 Client Mixin 相关文件",
|
||||
"mirror_mcimirror_name": "MCIM 镜像源",
|
||||
"mirror_mcimirror_desc": "使用 MCIM 镜像源加速下载",
|
||||
"mirror_bmclapi_name": "BMCLAPI 镜像源",
|
||||
"mirror_bmclapi_desc": "使用 BMCLAPI 镜像源加速下载",
|
||||
"system_oaf_name": "操作完成后打开目录",
|
||||
"system_oaf_desc": "服务端制作完成后自动打开目录",
|
||||
"system_autozip_name": "自动打包成 zip",
|
||||
"system_autozip_desc": "服务端制作完成后自动打包成 zip(开服模式不打包)",
|
||||
"switch_on": "开",
|
||||
"switch_off": "关",
|
||||
"language_title": "语言设置",
|
||||
"language_desc": "选择界面显示语言",
|
||||
"language_chinese": "简体中文",
|
||||
"language_english": "English",
|
||||
"config_saved": "配置已保存",
|
||||
"config_load_failed": "加载配置失败",
|
||||
"config_save_failed": "保存配置失败",
|
||||
"export_config": "导出配置",
|
||||
"import_config": "导入配置",
|
||||
"config_exported": "配置导出成功",
|
||||
"config_export_failed": "配置导出失败",
|
||||
"config_imported": "配置导入成功",
|
||||
"config_import_failed": "配置导入失败",
|
||||
"config_invalid_format": "配置文件格式无效"
|
||||
},
|
||||
"about": {
|
||||
"title": "关于 DeEarthX",
|
||||
"subtitle": "专业的 Minecraft 整合包服务端制作工具",
|
||||
"about_software": "关于软件",
|
||||
"current_version": "当前版本:",
|
||||
"build_time": "构建时间:",
|
||||
"author": "作者:",
|
||||
"development_team": "开发团队",
|
||||
"author_tianpao": "天跑",
|
||||
"contribution_author": "作者",
|
||||
"dev2_xcc": "XCC",
|
||||
"contribution_dev2": "2号开发(改良与优化)",
|
||||
"contributor_bangbang93": "bangbang93",
|
||||
"contribution_bangbang93": "BMCLAPI 镜像",
|
||||
"contributor_z0z0r4": "z0z0r4",
|
||||
"contribution_z0z0r4": "MCIM 镜像",
|
||||
"sponsor": "赞助商",
|
||||
"sponsor_elfidc": "亿讯云",
|
||||
"sponsor_type_gold": "金牌赞助",
|
||||
"version_file_read_failed": "版本文件读取失败"
|
||||
},
|
||||
"galaxy": {
|
||||
"title": "Galaxy Square",
|
||||
"subtitle": "让所有模组都在这里发光",
|
||||
"mod_submit_title": "模组提交",
|
||||
"mod_type_label": "模组类型",
|
||||
"mod_type_client": "客户端模组",
|
||||
"mod_type_server": "服务端模组",
|
||||
"modid_label": "Modid",
|
||||
"modid_placeholder": "请输入 Modid(多个用逗号分隔)或上传文件自动获取",
|
||||
"modid_count": "当前已添加 {count} 个 Modid",
|
||||
"upload_file_label": "上传文件",
|
||||
"upload_file_hint": "点击或拖拽文件到此区域上传",
|
||||
"upload_file_support": "支持 .jar 格式文件,可多选",
|
||||
"file_selected": "已选择 {count} 个文件",
|
||||
"start_upload": "开始上传",
|
||||
"uploading": "上传中...",
|
||||
"submit": "提交 {type} 模组",
|
||||
"submitting": "提交中...",
|
||||
"submit_confirm_title": "确认提交",
|
||||
"submit_confirm_content": "确定要提交 {count} 个 {type} 模组吗?",
|
||||
"please_select_file": "请先选择文件",
|
||||
"upload_success": "成功上传 {count} 个文件",
|
||||
"data_format_error": "返回数据格式错误",
|
||||
"upload_failed": "上传失败",
|
||||
"upload_error": "上传出错,请重试",
|
||||
"submit_success": "{type} 模组提交成功",
|
||||
"submit_failed": "提交失败",
|
||||
"submit_error": "提交出错,请重试"
|
||||
},
|
||||
"message": {
|
||||
"backend_running": "DeEarthX.Core 已在运行",
|
||||
"backend_started": "DeEarthX.Core 启动成功",
|
||||
"backend_port_occupied": "37019 端口被其他应用占用!",
|
||||
"backend_start_failed": "DeEarthX.Core 启动失败,请检查 37019 端口是否被占用!(已重试 {count} 次)",
|
||||
"backend_restart": "DeEarthX.Core 重新启动!",
|
||||
"retry_start": "启动失败,正在重试 ({current}/{max})...",
|
||||
"config_load_error": "加载配置失败"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user