| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "add": "Add Sensitive Word",
- "addFailed": "Failed to create sensitive word",
- "addSuccess": "Sensitive word created successfully",
- "cacheStats": "Cache stats: Contains({containsCount}) Exact({exactCount}) Regex({regexCount})",
- "confirmDelete": "Are you sure you want to delete the sensitive word \"{word}\"?",
- "delete": "Delete Sensitive Word",
- "deleteFailed": "Delete failed",
- "deleteSuccess": "Sensitive word deleted successfully",
- "description": "Configure sensitive word filtering rules to block requests with sensitive content.",
- "dialog": {
- "addDescription": "Configure sensitive word filtering rules. Matched requests will not be forwarded upstream.",
- "addTitle": "Add Sensitive Word",
- "creating": "Creating...",
- "descriptionLabel": "Description",
- "descriptionPlaceholder": "Optional: Add description...",
- "editDescription": "Modify sensitive word configuration. Changes will automatically refresh the cache.",
- "editTitle": "Edit Sensitive Word",
- "matchTypeContains": "Contains Match - Block if text contains this word",
- "matchTypeExact": "Exact Match - Block only if exact match",
- "matchTypeLabel": "Match Type *",
- "matchTypeRegex": "Regular Expression - Support complex pattern matching",
- "saving": "Saving...",
- "wordLabel": "Sensitive Word *",
- "wordPlaceholder": "Enter sensitive word...",
- "wordRequired": "Please enter a sensitive word"
- },
- "disable": "Sensitive word disabled",
- "edit": "Edit Sensitive Word",
- "editFailed": "Failed to update sensitive word",
- "editSuccess": "Sensitive word updated successfully",
- "emptyState": "No sensitive words yet. Click 'Add Sensitive Word' in the top right to start configuration.",
- "enable": "Sensitive word enabled",
- "refreshCache": "Refresh Cache",
- "refreshCacheFailed": "Failed to refresh cache",
- "refreshCacheSuccess": "Cache refreshed successfully, loaded {count} sensitive words",
- "section": {
- "description": "Requests blocked by sensitive words will not be forwarded upstream and will not be charged. Supports contains matching, exact matching, and regex patterns.",
- "title": "Sensitive Words List"
- },
- "table": {
- "actions": "Actions",
- "createdAt": "Created At",
- "description": "Description",
- "matchType": "Match Type",
- "matchTypeContains": "Contains Match",
- "matchTypeExact": "Exact Match",
- "matchTypeRegex": "Regular Expression",
- "status": "Status",
- "word": "Sensitive Word"
- },
- "title": "Sensitive Words Management",
- "toggleFailed": "Toggle failed",
- "toggleFailedError": "Toggle failed:"
- }
|