sensitiveWords.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "add": "Add Sensitive Word",
  3. "addFailed": "Failed to create sensitive word",
  4. "addSuccess": "Sensitive word created successfully",
  5. "cacheStats": "Cache stats: Contains({containsCount}) Exact({exactCount}) Regex({regexCount})",
  6. "confirmDelete": "Are you sure you want to delete the sensitive word \"{word}\"?",
  7. "delete": "Delete Sensitive Word",
  8. "deleteFailed": "Delete failed",
  9. "deleteSuccess": "Sensitive word deleted successfully",
  10. "description": "Configure sensitive word filtering rules to block requests with sensitive content.",
  11. "dialog": {
  12. "addDescription": "Configure sensitive word filtering rules. Matched requests will not be forwarded upstream.",
  13. "addTitle": "Add Sensitive Word",
  14. "creating": "Creating...",
  15. "descriptionLabel": "Description",
  16. "descriptionPlaceholder": "Optional: Add description...",
  17. "editDescription": "Modify sensitive word configuration. Changes will automatically refresh the cache.",
  18. "editTitle": "Edit Sensitive Word",
  19. "matchTypeContains": "Contains Match - Block if text contains this word",
  20. "matchTypeExact": "Exact Match - Block only if exact match",
  21. "matchTypeLabel": "Match Type *",
  22. "matchTypeRegex": "Regular Expression - Support complex pattern matching",
  23. "saving": "Saving...",
  24. "wordLabel": "Sensitive Word *",
  25. "wordPlaceholder": "Enter sensitive word...",
  26. "wordRequired": "Please enter a sensitive word"
  27. },
  28. "disable": "Sensitive word disabled",
  29. "edit": "Edit Sensitive Word",
  30. "editFailed": "Failed to update sensitive word",
  31. "editSuccess": "Sensitive word updated successfully",
  32. "emptyState": "No sensitive words yet. Click 'Add Sensitive Word' in the top right to start configuration.",
  33. "enable": "Sensitive word enabled",
  34. "refreshCache": "Refresh Cache",
  35. "refreshCacheFailed": "Failed to refresh cache",
  36. "refreshCacheSuccess": "Cache refreshed successfully, loaded {count} sensitive words",
  37. "section": {
  38. "description": "Requests blocked by sensitive words will not be forwarded upstream and will not be charged. Supports contains matching, exact matching, and regex patterns.",
  39. "title": "Sensitive Words List"
  40. },
  41. "table": {
  42. "actions": "Actions",
  43. "createdAt": "Created At",
  44. "description": "Description",
  45. "matchType": "Match Type",
  46. "matchTypeContains": "Contains Match",
  47. "matchTypeExact": "Exact Match",
  48. "matchTypeRegex": "Regular Expression",
  49. "status": "Status",
  50. "word": "Sensitive Word"
  51. },
  52. "title": "Sensitive Words Management",
  53. "toggleFailed": "Toggle failed",
  54. "toggleFailedError": "Toggle failed:"
  55. }