You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/src/locales/en.json
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1462,6 +1462,19 @@
1462
1462
"customRulesTitle": "Extra Rules",
1463
1463
"customRulesDesc": "Extra rules are stored in system settings and can be toggled or removed independently.",
1464
1464
"addCustomRule": "Add Rule",
1465
+
"addCustomRuleDesc": "Fill in the extra rule name, regex, weight, category, and strict flag. Saving adds it to system settings immediately.",
1466
+
"editCustomRule": "Edit Rule",
1467
+
"editCustomRuleDesc": "Update the extra rule name, regex, weight, category, and strict flag. Saving applies the change to system settings immediately.",
1468
+
"rulePatternTesterTitle": "Regex Hit Test",
1469
+
"rulePatternTesterDesc": "Enter a prompt and test whether the current rule matches it using backend Go regex.",
1470
+
"rulePatternTest": "Test Hit",
1471
+
"rulePatternTesting": "Testing...",
1472
+
"ruleTestTextPlaceholder": "Enter a prompt to test against this regex",
1473
+
"ruleTestMatched": "Matched: the current regex matches this prompt.",
1474
+
"ruleTestNotMatched": "Not matched: the current regex does not match this prompt.",
0 commit comments