修复了一些挂载bug,将面板技术从纯html变更成了Vue3,界面更有好些,后期扩展更方便。增加了工具配置功能,可以自行选择需要使用的工具。
This commit is contained in:
50
i18n/en.js
50
i18n/en.js
@@ -27,5 +27,53 @@ module.exports = {
|
||||
"failed_to_start": "Failed to start server",
|
||||
"failed_to_stop": "Failed to stop server",
|
||||
"failed_to_save": "Failed to save settings",
|
||||
"url_copied": "HTTP URL copied to clipboard"
|
||||
"url_copied": "HTTP URL copied to clipboard",
|
||||
"tool_manager": "Tool Manager",
|
||||
"open_tool_manager": "Open Tool Manager",
|
||||
"create_config": "Create Configuration",
|
||||
"edit_config": "Edit Configuration",
|
||||
"delete_config": "Delete Configuration",
|
||||
"import_config": "Import Configuration",
|
||||
"export_config": "Export Configuration",
|
||||
"apply_config": "Apply Configuration",
|
||||
"select_all": "Select All",
|
||||
"deselect_all": "Deselect All",
|
||||
"save_changes": "Save Changes",
|
||||
"config_name": "Configuration Name",
|
||||
"config_description": "Configuration Description",
|
||||
"current_config": "Current Configuration",
|
||||
"tool_management": "Tool Management",
|
||||
"total_tools": "Total Tools",
|
||||
"enabled_tools": "Enabled",
|
||||
"disabled_tools": "Disabled",
|
||||
"no_config_selected": "No Configuration Selected",
|
||||
"select_config_first": "Please select a configuration or create a new one first",
|
||||
"config_created": "Configuration created successfully",
|
||||
"config_updated": "Configuration updated successfully",
|
||||
"config_deleted": "Configuration deleted successfully",
|
||||
"config_applied": "Configuration applied successfully",
|
||||
"config_exported": "Configuration exported successfully",
|
||||
"config_imported": "Configuration imported successfully",
|
||||
"confirm_delete": "Confirm Delete",
|
||||
"delete_config_confirm": "Are you sure you want to delete configuration \"{0}\"? This action cannot be undone.",
|
||||
"max_config_slots_reached": "Maximum configuration slots reached ({0})",
|
||||
"invalid_config_format": "Invalid configuration format",
|
||||
"invalid_json_format": "Invalid JSON format or configuration structure",
|
||||
"server_tab": "Server",
|
||||
"tools_tab": "Tool Management",
|
||||
"available_tools": "Available Tools",
|
||||
"scene_tools": "Scene Tools",
|
||||
"node_tools": "Node Tools",
|
||||
"component_tools": "Component Tools",
|
||||
"prefab_tools": "Prefab Tools",
|
||||
"project_tools": "Project Tools",
|
||||
"debug_tools": "Debug Tools",
|
||||
"preferences_tools": "Preferences",
|
||||
"server_tools": "Server Tools",
|
||||
"broadcast_tools": "Broadcast Tools",
|
||||
"scene_advanced_tools": "Advanced Scene Tools",
|
||||
"scene_view_tools": "Scene View Tools",
|
||||
"reference_image_tools": "Reference Image Tools",
|
||||
"asset_advanced_tools": "Advanced Asset Tools",
|
||||
"validation_tools": "Validation Tools"
|
||||
};
|
||||
Reference in New Issue
Block a user