mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-29 16:16:02 +00:00
chore: sync locize
This commit is contained in:
@@ -28,6 +28,31 @@
|
||||
"shortDescription": "Extract a portion of text between specified positions",
|
||||
"title": "Extract substring"
|
||||
},
|
||||
"hiddenCharacterDetector": {
|
||||
"analysisOptions": "Analysis Options",
|
||||
"category": "Category",
|
||||
"description": "Detect hidden Unicode characters, especially RTL Override characters that could be used in attacks.",
|
||||
"foundChars": "Found {{count}} hidden character(s):",
|
||||
"inputPlaceholder": "Enter text to check for hidden characters...",
|
||||
"inputTitle": "Text to Analyze",
|
||||
"invisibleChar": "Invisible Character",
|
||||
"invisibleFound": "Invisible characters found",
|
||||
"longDescription": "This tool helps you detect hidden Unicode characters in text, particularly Right-to-Left (RTL) Override characters that can be used in attacks. It can identify invisible characters, zero-width characters, and other potentially malicious Unicode sequences that might be hidden in seemingly innocent text.",
|
||||
"noHiddenChars": "No hidden characters detected in the text.",
|
||||
"optionsDescription": "Configure which types of hidden characters to detect and how to display the results.",
|
||||
"position": "Position",
|
||||
"rtlAlert": "⚠️ RTL Override characters detected! This text may contain malicious hidden characters.",
|
||||
"rtlFound": "RTL Override found",
|
||||
"rtlOverride": "RTL Override Character",
|
||||
"rtlWarning": "WARNING: RTL Override characters detected! This could be used in attacks.",
|
||||
"shortDescription": "Find hidden Unicode characters in text",
|
||||
"summary": "Analysis Summary",
|
||||
"title": "Hidden Character Detector",
|
||||
"totalChars": "Total hidden characters: {{count}}",
|
||||
"unicode": "Unicode",
|
||||
"zeroWidthChar": "Zero Width Character",
|
||||
"zeroWidthFound": "Zero-width characters found"
|
||||
},
|
||||
"join": {
|
||||
"blankLinesAndTrailingSpaces": "Blank Lines and Trailing Spaces",
|
||||
"deleteBlankDescription": "Delete lines that don't have text symbols.",
|
||||
@@ -282,30 +307,5 @@
|
||||
"shortDescription": "Quickly URL-escape a string.",
|
||||
"title": "String URL encoder"
|
||||
}
|
||||
},
|
||||
"hiddenCharacterDetector": {
|
||||
"title": "Hidden Character Detector",
|
||||
"description": "Detect hidden Unicode characters, especially RTL Override characters that could be used in attacks.",
|
||||
"shortDescription": "Find hidden Unicode characters in text",
|
||||
"longDescription": "This tool helps you detect hidden Unicode characters in text, particularly Right-to-Left (RTL) Override characters that can be used in attacks. It can identify invisible characters, zero-width characters, and other potentially malicious Unicode sequences that might be hidden in seemingly innocent text.",
|
||||
"inputTitle": "Text to Analyze",
|
||||
"inputPlaceholder": "Enter text to check for hidden characters...",
|
||||
"analysisOptions": "Analysis Options",
|
||||
"optionsDescription": "Configure which types of hidden characters to detect and how to display the results.",
|
||||
"noHiddenChars": "No hidden characters detected in the text.",
|
||||
"foundChars": "Found {{count}} hidden character(s):",
|
||||
"position": "Position",
|
||||
"unicode": "Unicode",
|
||||
"category": "Category",
|
||||
"rtlOverride": "RTL Override Character",
|
||||
"invisibleChar": "Invisible Character",
|
||||
"zeroWidthChar": "Zero Width Character",
|
||||
"rtlWarning": "WARNING: RTL Override characters detected! This could be used in attacks.",
|
||||
"rtlAlert": "⚠️ RTL Override characters detected! This text may contain malicious hidden characters.",
|
||||
"summary": "Analysis Summary",
|
||||
"totalChars": "Total hidden characters: {{count}}",
|
||||
"rtlFound": "RTL Override found",
|
||||
"invisibleFound": "Invisible characters found",
|
||||
"zeroWidthFound": "Zero-width characters found"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user