chore: bump version to v1.2.0, cleanup repo, and update docs refs

This commit is contained in:
dyzulk
2026-01-18 23:29:04 +07:00
parent 6c92985707
commit 18a525e438
36 changed files with 1362 additions and 2777 deletions

View File

@@ -10,6 +10,7 @@
"delete": "Delete",
"edit": "Edit",
"add": "Add",
"install": "Install",
"back": "Back",
"actions": "Actions",
"status": "Status",
@@ -146,12 +147,24 @@
"tip_emmet_html": "<strong>HTML Boilerplate</strong>: Type <code>!</code> then <code>Tab</code>.",
"tip_emmet_tag": "<strong>Auto-Tag</strong>: Type <code>.container</code> then <code>Tab</code> for <code>&lt;div class=\"container\"&gt;</code>.",
"tip_color_picker": "<strong>Color Picker</strong>: Click the color box next to hex codes (e.g., #ff0000) to open the picker.",
"tip_syntax_error": "<strong>Syntax Error</strong>: Red squiggles (and dots in the gutter) show structure errors like mismatched tags."
"tip_syntax_error": "<strong>Syntax Error</strong>: Red squiggles (and dots in the gutter) show structure errors like mismatched tags.",
"plugins_title": "Plugins",
"plugins": "Plugins",
"plugins_desc": "Manage and extend functionality with plugins.",
"upload_plugin": "Upload Plugin",
"upload_plugin_desc": "Select a plugin .zip file to install.",
"no_plugins": "No Plugins Installed",
"no_plugins_desc": "Upload a .zip file to get started.",
"plugin_installed": "Plugin Installed",
"plugin_installed_desc": "Plugin \"{name}\" has been installed successfully.",
"delete_plugin": "Delete Plugin?",
"delete_plugin_confirm": "Are you sure you want to delete plugin <strong>{name}</strong>? This cannot be undone.",
"install_failed": "Installation Failed"
},
"routers": {
"edit_router_title": "Edit Router",
"add_router_title": "Add Router",
"connect_desc": "Connect Mikhmon to your RouterOS device.",
"connect_desc": "Connect Mivo to your RouterOS device.",
"session_settings": "Session Settings",
"unique_id": "Unique ID. Preview:",
"show_quick_access": "Show in Quick Access (Home Page)",
@@ -575,7 +588,13 @@
"cors_rule_updated": "CORS Rule Updated",
"cors_rule_updated_desc": "Changes to CORS rule for {origin} have been saved.",
"cors_rule_deleted": "CORS Rule Deleted",
"cors_rule_deleted_desc": "The CORS rule has been removed."
"cors_rule_deleted_desc": "The CORS rule has been removed.",
"plugin_deleted": "Plugin Deleted",
"plugin_deleted_desc": "The plugin has been removed successfully.",
"upload_failed": "Upload Failed",
"install_failed": "Installation Failed",
"invalid_plugin_desc": "Invalid plugin structure: plugin.php not found.",
"zip_open_failed_desc": "Failed to open the uploaded zip file."
},
"status": {
"check_title": "Check Voucher Status",