-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.nls.json
More file actions
124 lines (123 loc) · 9.38 KB
/
package.nls.json
File metadata and controls
124 lines (123 loc) · 9.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"manifest.ext.name": "Dates-LE",
"manifest.ext.description": "Zero Hassle Date/Time Extraction and Analysis from Logs, Configs, and Code",
"manifest.command.category": "Dates-LE",
"manifest.command.extract.title": "Extract Dates",
"manifest.command.dedupe.title": "Deduplicate Dates",
"manifest.command.sort.title": "Sort Dates",
"manifest.command.analyze.title": "Analyze Dates",
"manifest.command.convert.title": "Convert Dates",
"manifest.command.filter.title": "Filter Dates",
"manifest.command.validate.title": "Validate Dates",
"manifest.command.settings.title": "Open Settings",
"manifest.command.help.title": "Help & Troubleshooting",
"manifest.settings.title": "Dates-LE Settings",
"manifest.settings.copy.clipboard.desc": "Automatically copy extraction results to the clipboard",
"manifest.settings.dedupe.desc": "Enable automatic deduplication of extracted dates",
"manifest.settings.notifications.level.desc": "Controls the verbosity of notifications",
"manifest.settings.notifications.level.option.all": "Show all notifications",
"manifest.settings.notifications.level.option.important": "Show only important notifications",
"manifest.settings.notifications.level.option.silent": "Suppress all notifications",
"manifest.settings.open.new-file.desc": "Open post-processed content in a new editor",
"manifest.settings.open.side-by-side.desc": "Open extraction results in a new editor to the side",
"manifest.settings.safety.enabled.desc": "Enable safety checks for large files and operations",
"manifest.settings.safety.warn.file-size.desc": "Warn when input file size exceeds this threshold in bytes",
"manifest.settings.safety.warn.large-output.desc": "Warn before opening/copying when result lines exceed this threshold",
"manifest.settings.safety.warn.many-documents.desc": "Warn before opening multiple result documents when count exceeds this threshold",
"manifest.settings.parse-errors.desc": "Show parse errors as VS Code notifications when parsing fails",
"manifest.settings.statusbar.enabled.desc": "Show Dates-LE status bar entry for quick access",
"manifest.settings.telemetry.desc": "Enable local-only telemetry logs to the Output panel",
"manifest.settings.csv.streaming.desc": "Enable streaming mode for large CSV files to reduce memory usage",
"manifest.settings.analysis.enabled.desc": "Enable automatic analysis of extracted dates",
"manifest.settings.analysis.stats.desc": "Include statistical analysis in results",
"manifest.settings.analysis.patterns.desc": "Include pattern analysis in results",
"manifest.settings.analysis.ranges.desc": "Include range analysis in results",
"manifest.settings.analysis.anomalies.desc": "Include anomaly detection in results",
"manifest.settings.output.format.desc": "Output format for extracted dates",
"manifest.settings.output.format.option.iso": "ISO 8601 (YYYY-MM-DDTHH:mm:ss.sssZ)",
"manifest.settings.output.format.option.rfc2822": "RFC 2822 (ddd, DD MMM YYYY HH:mm:ss Z)",
"manifest.settings.output.format.option.unix": "Unix timestamp (seconds since epoch)",
"manifest.settings.output.format.option.utc": "UTC string (UTC format)",
"manifest.settings.output.format.option.local": "Local string (local format)",
"manifest.settings.output.format.option.original": "Original format",
"manifest.settings.timezone.desc": "Default timezone for date processing",
"manifest.settings.performance.enabled.desc": "Enable performance monitoring and optimization",
"manifest.settings.performance.max-duration.desc": "Maximum processing duration in milliseconds before warning",
"manifest.settings.performance.max-memory.desc": "Maximum memory usage in bytes before warning",
"manifest.settings.performance.max-cpu.desc": "Maximum CPU usage in milliseconds before warning",
"manifest.settings.performance.min-throughput.desc": "Minimum throughput in dates per second before warning",
"manifest.settings.performance.max-cache.desc": "Maximum cache size in entries before cleanup",
"manifest.settings.keyboard.shortcuts.enabled.desc": "Enable keyboard shortcuts for quick access to Dates-LE commands",
"manifest.settings.keyboard.extract.shortcut.desc": "Keyboard shortcut for extracting dates from current document",
"manifest.settings.keyboard.dedupe.shortcut.desc": "Keyboard shortcut for deduplicating extracted dates",
"manifest.settings.keyboard.sort.shortcut.desc": "Keyboard shortcut for sorting extracted dates",
"manifest.settings.keyboard.convert.shortcut.desc": "Keyboard shortcut for converting date formats",
"manifest.settings.keyboard.analyze.shortcut.desc": "Keyboard shortcut for analyzing extracted dates",
"manifest.settings.presets.enabled.desc": "Enable preset configurations for different use cases",
"manifest.settings.presets.default.desc": "Default preset configuration to use",
"manifest.settings.presets.default.option.minimal": "Minimal - Basic date extraction only",
"manifest.settings.presets.default.option.balanced": "Balanced - Standard extraction with analysis",
"manifest.settings.presets.default.option.comprehensive": "Comprehensive - Full analysis with all features",
"manifest.settings.presets.default.option.performance": "Performance - Optimized for large files",
"manifest.settings.presets.default.option.dates": "Dates - Optimized for date-specific workflows",
"manifest.settings.presets.default.option.timezone": "Timezone - Focus on timezone analysis",
"manifest.capability.untrusted-workspaces.desc": "Limited functionality in untrusted workspaces",
"runtime.statusbar.text.default": "Dates-LE",
"runtime.statusbar.tooltip.default": "Dates-LE: Date extraction and analysis",
"runtime.sort.no-editor": "No active editor found",
"runtime.sort.pick.placeholder": "Select sort order",
"runtime.sort.pick.chronological": "Chronological (Oldest First)",
"runtime.sort.pick.reverse-chronological": "Reverse Chronological (Newest First)",
"runtime.sort.pick.alpha-asc": "Alphabetical (A → Z)",
"runtime.sort.pick.alpha-desc": "Alphabetical (Z → A)",
"runtime.sort.success": "Sorted {0} dates ({1})",
"runtime.sort.error": "Sorting failed: {0}",
"runtime.dedupe.no-editor": "No active editor found",
"runtime.dedupe.empty": "No dates found to deduplicate",
"runtime.dedupe.progress": "Deduplicating dates...",
"runtime.dedupe.success": "Removed {0} duplicate dates ({1} remaining)",
"runtime.dedupe.error": "Deduplication failed: {0}",
"runtime.error.unknown-fallback": "Unknown error occurred",
"runtime.error.parsing": "Error parsing dates: {0}",
"runtime.error.validation": "Validation error: {0}",
"runtime.error.file-system": "File system error: {0}",
"runtime.error.configuration": "Configuration error: {0}",
"runtime.error.performance": "Performance error: {0}",
"runtime.error.unknown": "Unknown error: {0}",
"runtime.warning.large-file": "Large file detected ({0}). Processing may take time.",
"runtime.warning.memory-usage": "High memory usage detected ({0}). Consider reducing file size.",
"runtime.warning.performance": "Performance threshold exceeded. Processing may be slow.",
"runtime.info.extraction-complete": "Extraction complete. Found {0} dates.",
"runtime.info.analysis-complete": "Analysis complete. Generated report with {0} sections.",
"runtime.info.conversion-complete": "Conversion complete. Converted {0} dates.",
"runtime.progress.extracting": "Extracting dates...",
"runtime.progress.analyzing": "Analyzing dates...",
"runtime.progress.converting": "Converting dates...",
"runtime.progress.validating": "Validating dates...",
"runtime.status.extracting": "Extracting dates from {0}",
"runtime.status.analyzing": "Analyzing {0} dates",
"runtime.status.converting": "Converting {0} dates",
"runtime.status.validating": "Validating {0} dates",
"runtime.recovery.retry": "Retrying operation...",
"runtime.recovery.fallback": "Using fallback method...",
"runtime.recovery.skip": "Skipping problematic entry...",
"runtime.recovery.abort": "Aborting operation due to errors",
"runtime.performance.duration": "Duration: {0}",
"runtime.performance.memory": "Memory: {0}",
"runtime.performance.throughput": "Throughput: {0} dates/second",
"runtime.performance.cpu": "CPU: {0}",
"runtime.safety.file-size-warning": "File size ({0}) exceeds threshold. Continue?",
"runtime.safety.output-size-warning": "Output size ({0} lines) exceeds threshold. Continue?",
"runtime.safety.many-documents-warning": "Will open {0} documents. Continue?",
"runtime.confirmation.continue": "Continue",
"runtime.confirmation.cancel": "Cancel",
"runtime.confirmation.yes": "Yes",
"runtime.confirmation.no": "No",
"runtime.help.title": "Dates-LE Help",
"runtime.help.quick-start": "1. Open a JSON, YAML, or CSV file\n2. Run \"Dates-LE: Extract Dates\"\n3. View extracted dates in results",
"runtime.help.commands": "**Extract Dates**: Extract from current document\n**Sort Dates**: Sort chronologically or alphabetically\n**Deduplicate Dates**: Remove duplicate dates\n**Settings**: Configure options",
"runtime.help.formats": "**Supported**: JSON, YAML, CSV\n**Date Formats**: ISO 8601, RFC 2822, Unix timestamp, UTC, Local, Custom",
"runtime.help.troubleshooting": "**No dates found?** Check file format and date patterns\n**Performance issues?** Enable safety settings for large files\n**Need help?** Check Output panel for details",
"runtime.help.settings": "Access via Command Palette: \"Dates-LE: Open Settings\"\nKey settings: Copy to clipboard, deduplication, output format, timezone",
"runtime.help.support": "GitHub Issues: https://github.com/OffensiveEdge/dates-le/issues"
}