🐛 fix(rules): Change rule type from 'auto' to 'default' and update

This commit is contained in:
web
2025-07-17 03:30:12 -07:00
parent 3304a55fd4
commit 3e290d7cb5
11 changed files with 48 additions and 41 deletions
+3 -2
View File
@@ -1,8 +1,6 @@
{
"analyzing": "Analyzing...",
"appIcon": "Rule Icon",
"auto": "Auto",
"ban": "Ban",
"cancel": "Cancel",
"confirm": "Confirm",
"confirmDelete": "Confirm Deletion",
@@ -10,10 +8,12 @@
"createRule": "Add Rule",
"createSuccess": "Rule created successfully",
"createdAt": "Created At",
"default": "Default",
"defaultRule": "Default Rule",
"delete": "Delete",
"deleteSuccess": "Rule deleted successfully",
"deleteWarning": "Are you sure you want to delete this rule? This action cannot be undone.",
"direct": "Direct",
"downloadTemplate": "Download Template",
"edit": "Edit",
"editRule": "Edit Rule",
@@ -32,6 +32,7 @@
"noValidRules": "No valid rules found",
"pleaseUploadFile": "Please upload a YAML file",
"preview": "Preview",
"reject": "Reject",
"rulesFormat": "Rule format: rule type,match content,[policy], where policy is optional.\nIf policy is not specified, the current rule group name will be used automatically. Examples:",
"rulesLabel": "Rule Content",
"searchRule": "Search rule name",