Files
DeEarthX-CE/front/lang/en_us.json
15736060610 4654f36202
Some checks failed
CI/CD / Code Check (push) Has been cancelled
CI/CD / Build Windows (push) Has been cancelled
项目迁移
2026-03-14 21:11:59 +08:00

272 lines
13 KiB
JSON

{
"common": {
"app_name": "DeEarthX",
"version": "Version",
"status_loading": "Starting",
"status_success": "Normal",
"status_error": "Error",
"backend_status": "Backend Status",
"confirm": "Confirm",
"cancel": "Cancel",
"submit": "Submit",
"upload": "Upload",
"start": "Start",
"save": "Save",
"delete": "Delete",
"edit": "Edit",
"close": "Close",
"loading": "Loading...",
"error": "Error",
"success": "Success",
"warning": "Warning",
"info": "Info"
},
"menu": {
"home": "Home",
"deearth": "Filter",
"galaxy": "Submit",
"template": "Template",
"setting": "Settings",
"about": "About"
},
"home": {
"title": "Make server hosting available anytime, anywhere!",
"mode_title": "Mode Selection",
"upload_title": "Drag and drop files here or click to upload",
"upload_hint": "Supports .zip (CurseForge, MCBBS) and .mrpack (Modrinth) files",
"mode_server": "Server Mode",
"mode_upload": "Upload Mode",
"preparing": "Preparing...",
"task_preparing": "Connecting to backend service...",
"task_connecting": "Backend service connected successfully, starting to process task...",
"step1_title": "Extract Modpack",
"step1_desc": "Extract content and download files",
"step2_title": "Filter Mods",
"step2_desc": "Core feature of DeEarthX",
"step3_title": "Download Server",
"step3_desc": "Install mod loader server",
"step4_title": "Complete",
"step4_desc": "Everything is ready!",
"progress_title": "Production Progress",
"upload_progress": "Upload Progress",
"unzip_progress": "Extraction Progress",
"download_progress": "Download Progress",
"server_install_progress": "Server Installation",
"server_install_step": "Step",
"server_install_message": "Message",
"server_install_completed": "Installation completed!",
"server_install_error": "Installation failed",
"server_install_duration": "Duration",
"filter_mods_progress": "Filtering Mods",
"filter_mods_total": "Total Mods",
"filter_mods_current": "Currently Checking",
"filter_mods_completed": "Filtering completed! Identified {filtered} client mods, moved {moved}",
"filter_mods_error": "Filtering failed",
"start_production": "Starting production, please do not switch menus!",
"production_complete": "Server production completed! Total time: {time} seconds!",
"please_select_file": "Please drag and drop or select a file first",
"only_zip_mrpack": "Only .zip and .mrpack files are supported",
"file_prepared": "File preparation completed",
"preparing_file": "Preparing file...",
"ws_connecting": "Establishing WebSocket connection...",
"ws_connected": "WebSocket connected successfully",
"ws_failed": "WebSocket connection failed",
"request_failed": "Failed to request backend service, please check if backend service is running",
"backend_error": "DeEarthX.Core encountered a fatal error!",
"backend_error_desc": "Please take a screenshot of the entire window and send it to the group\nError: {error}",
"java_not_found": "Java not found in system variables! Please install Java, otherwise server mode will be unavailable!",
"unknown_step": "Unknown step",
"parse_error": "Failed to parse server message",
"speed": "Speed",
"remaining": "Remaining",
"java_error_title": "Java Not Found",
"java_error_desc": "Java not found in system variables! Please install Java, otherwise server mode will be unavailable!\n\nSuggestions:\n1. Download and install Java 17 or higher\n2. Configure Java environment variables\n3. Restart the application",
"network_error_title": "Network Error",
"network_error_desc": "Network connection issue\nError: {error}",
"file_error_title": "File Error",
"file_error_desc": "File operation issue\nError: {error}",
"memory_error_title": "Memory Error",
"memory_error_desc": "Insufficient memory\nError: {error}",
"unknown_error_title": "Unknown Error",
"unknown_error_desc": "An unknown error occurred, please contact technical support",
"ws_error_title": "WebSocket Connection Failed",
"ws_error_desc": "Unable to establish WebSocket connection with backend",
"suggestions": "Suggested Solutions",
"suggestion_check_network": "Check if network connection is normal",
"suggestion_check_firewall": "Check firewall settings",
"suggestion_retry": "Try again later",
"suggestion_check_disk_space": "Check if disk space is sufficient",
"suggestion_check_permission": "Check file permission settings",
"suggestion_check_file_format": "Confirm file format is correct",
"suggestion_increase_memory": "Increase memory allocated to the application",
"suggestion_close_other_apps": "Close other applications that use memory",
"suggestion_restart_application": "Restart the application",
"suggestion_check_backend": "Check if backend service is running normally",
"suggestion_check_logs": "Check log files for more information",
"suggestion_check_port": "Check if port 37019 is occupied",
"suggestion_contact_support": "Contact technical support for help",
"template_select_title": "Select Server Template",
"template_select_desc": "Choose a template for your server. Using a template will skip server installation and directly copy template files to the server directory",
"template_official_loader": "None",
"template_official_loader_desc": "Do not use any template, perform standard server installation",
"template_name": "Template Name",
"template_description": "Description",
"template_author": "Author",
"template_version": "Version",
"template_selected": "Selected Template",
"template_select_button": "Select Template",
"template_loading": "Loading template list...",
"template_load_failed": "Failed to load template list",
"template_apply_success": "Template applied successfully",
"template_apply_failed": "Failed to apply template",
"template_import_title": "Import Template",
"template_import_hint": "Drag or click to upload template zip file",
"template_import_success": "Template imported successfully",
"template_import_failed": "Failed to import template",
"template_export_button": "Export",
"template_export_success": "Template exported successfully",
"template_export_failed": "Failed to export template",
"template_export_progress": "Exporting template...",
"template_import_progress": "Importing template...",
"template_download_progress": "Downloading template..."
},
"template": {
"title": "Template Management",
"description": "Manage your server templates, create, view and delete templates",
"create_button": "Create Template",
"create_title": "Create New Template",
"name": "Template Name",
"name_required": "Template name is required",
"name_placeholder": "Please enter template name",
"version": "Version",
"version_placeholder": "Please enter version number",
"description": "Description",
"description_placeholder": "Please enter template description",
"author": "Author",
"author_placeholder": "Please enter author name",
"delete_button": "Delete",
"delete_title": "Delete Template",
"delete_confirm": "Are you sure you want to delete template \"{name}\"?",
"delete_warning": "This operation will permanently delete this template and all its files, cannot be recovered.",
"delete_success": "Template deleted successfully",
"delete_failed": "Failed to delete template",
"create_success": "Template created successfully",
"create_failed": "Failed to create template",
"open_folder": "Open Folder",
"open_folder_success": "Template folder opened",
"open_folder_failed": "Failed to open folder",
"edit_button": "Edit",
"edit_title": "Edit Template",
"update_success": "Template updated successfully",
"update_failed": "Failed to update template",
"empty": "No templates yet",
"empty_hint": "Click the button above to create your first template",
"local_templates": "Local Templates",
"template_store": "Template Store",
"store_empty": "Template store is empty",
"store_empty_hint": "No templates available at the moment",
"install_button": "Install",
"install_success": "Template installed successfully",
"install_failed": "Failed to install template",
"store_load_failed": "Failed to load template store"
},
"setting": {
"title": "DeEarthX Settings",
"subtitle": "Make your DeEarthX V3 suit you better!",
"category_filter": "Mod Filter Settings",
"category_mirror": "Download Source Settings",
"category_system": "System Management Settings",
"filter_hashes_name": "Hash Filter",
"filter_hashes_desc": "Filter unnecessary client mods (hash filtering method)",
"filter_dexpub_name": "Galaxy Square Filter",
"filter_dexpub_desc": "Filter client files recorded in Galaxy Square platform",
"filter_modrinth_name": "Modrinth API Filter",
"filter_modrinth_desc": "Check mod client/server compatibility through Modrinth API",
"filter_mixins_name": "Mixin Filter",
"filter_mixins_desc": "Filter Client Mixin related files",
"mirror_mcimirror_name": "MCIM Mirror",
"mirror_mcimirror_desc": "Use MCIM mirror to accelerate downloads",
"mirror_bmclapi_name": "BMCLAPI Mirror",
"mirror_bmclapi_desc": "Use BMCLAPI mirror to accelerate downloads",
"system_oaf_name": "Open directory after operation",
"system_oaf_desc": "Automatically open directory after server production is completed",
"system_autozip_name": "Auto package to zip",
"system_autozip_desc": "Automatically package to zip after server production is completed (not packaged in server mode)",
"switch_on": "On",
"switch_off": "Off",
"language_title": "Language Settings",
"language_desc": "Select interface display language",
"language_chinese": "简体中文",
"language_english": "English",
"config_saved": "Configuration saved",
"config_load_failed": "Failed to load configuration",
"config_save_failed": "Failed to save configuration",
"export_config": "Export Config",
"import_config": "Import Config",
"config_exported": "Configuration exported successfully",
"config_export_failed": "Failed to export configuration",
"config_imported": "Configuration imported successfully",
"config_import_failed": "Failed to import configuration",
"config_invalid_format": "Invalid configuration file format"
},
"about": {
"title": "About DeEarthX",
"subtitle": "Professional Minecraft modpack server production tool",
"about_software": "About Software",
"current_version": "Current version: ",
"build_time": "Build time: ",
"author": "Author: ",
"development_team": "Development Team",
"author_tianpao": "Tianpao",
"contribution_author": "Author",
"dev2_xcc": "XCC",
"contribution_dev2": "Developer 2 (Improvement and Optimization)",
"contributor_bangbang93": "bangbang93",
"contribution_bangbang93": "BMCLAPI Mirror",
"contributor_z0z0r4": "z0z0r4",
"contribution_z0z0r4": "MCIM Mirror",
"sponsor": "Sponsors",
"sponsor_elfidc": "ElfIDC",
"sponsor_type_gold": "Gold Sponsor",
"version_file_read_failed": "Failed to read version file"
},
"galaxy": {
"title": "Galaxy Square",
"subtitle": "Let all mods shine here",
"mod_submit_title": "Mod Submission",
"mod_type_label": "Mod Type",
"mod_type_client": "Client Mod",
"mod_type_server": "Server Mod",
"modid_label": "Modid",
"modid_placeholder": "Please enter Modid (separated by commas) or upload files to automatically obtain",
"modid_count": "Currently added {count} Modids",
"upload_file_label": "Upload File",
"upload_file_hint": "Click or drag files to this area to upload",
"upload_file_support": "Supports .jar format files, multiple selection allowed",
"file_selected": "{count} files selected",
"start_upload": "Start Upload",
"uploading": "Uploading...",
"submit": "Submit {type} Mod",
"submitting": "Submitting...",
"submit_confirm_title": "Confirm Submission",
"submit_confirm_content": "Are you sure you want to submit {count} {type} mods?",
"please_select_file": "Please select files first",
"upload_success": "Successfully uploaded {count} files",
"data_format_error": "Returned data format error",
"upload_failed": "Upload failed",
"upload_error": "Upload error, please try again",
"submit_success": "{type} mod submitted successfully",
"submit_failed": "Submission failed",
"submit_error": "Submission error, please try again"
},
"message": {
"backend_running": "DeEarthX.Core is already running",
"backend_started": "DeEarthX.Core started successfully",
"backend_port_occupied": "Port 37019 is occupied by another application!",
"backend_start_failed": "DeEarthX.Core failed to start, please check if port 37019 is occupied! (Retried {count} times)",
"backend_restart": "DeEarthX.Core restarting!",
"retry_start": "Start failed, retrying ({current}/{max})...",
"config_load_error": "Failed to load configuration"
}
}