feat: Implement a core plugin system, integrate flag icon assets, and establish a GitHub release workflow.

This commit is contained in:
MivoDev
2026-01-18 11:00:36 +07:00
parent b245f31236
commit c95c8b08ea
579 changed files with 25054 additions and 313 deletions

View File

@@ -140,7 +140,13 @@
"headers": "Allowed Headers",
"max_age": "Max Age (seconds)",
"cpu_warning": "Low values (< 5s) may increase CPU usage on older routers.",
"back": "Back to Settings"
"back": "Back to Settings",
"editor_shortcuts": "Editor Shortcuts & Emmet",
"emmet_desc": "Use Emmet abbreviations for fast coding. Look for the dotted underline, then press Tab.",
"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."
},
"routers": {
"edit_router_title": "Edit Router",

View File

@@ -140,7 +140,13 @@
"headers": "Header Diizinkan",
"max_age": "Max Age (detik)",
"cpu_warning": "Nilai rendah (< 5s) dapat meningkatkan beban CPU pada router lama.",
"back": "Kembali ke Pengaturan"
"back": "Kembali ke Pengaturan",
"editor_shortcuts": "Shortcut Editor & Emmet",
"emmet_desc": "Gunakan singkatan Emmet untuk mengetik lebih cepat. Perhatikan garis bawah putus-putus, lalu tekan Tab.",
"tip_emmet_html": "<strong>HTML Boilerplate</strong>: Ketik <code>!</code> lalu <code>Tab</code>.",
"tip_emmet_tag": "<strong>Auto-Tag</strong>: Ketik <code>.container</code> lalu <code>Tab</code> untuk <code>&lt;div class=\"container\"&gt;</code>.",
"tip_color_picker": "<strong>Color Picker</strong>: Klik kotak warna di sebelah kode hex (misal: #ff0000) untuk membuka pemilih warna.",
"tip_syntax_error": "<strong>Syntax Error</strong>: Garis bawah merah (dan titik di samping angka baris) menunjukkan kesalahan struktur seperti tag yang tidak tertutup."
},
"routers": {
"edit_router_title": "Edit Router",