-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.nls.json
More file actions
97 lines (97 loc) · 8.06 KB
/
Copy pathpackage.nls.json
File metadata and controls
97 lines (97 loc) · 8.06 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
{
"config.title.core": "☀️ Kernel",
"config.title.rover": "🛸 Roam",
"config.title.observe": "👁️ observer",
"config.title.html": "🍌 HTML & Rich Text",
"config.title.docExport": "📦 Doc Export Settings",
"config.language.desc": "☀️ Language:",
"config.language.enum.zh": "中文 (Chinese)",
"config.language.enum.zh-tw": "繁體中文 (Traditional Chinese)",
"config.language.enum.en": "English",
"config.language.enum.ja": "日本語 (Japanese)",
"config.language.enum.de": "Deutsch (German)",
"config.language.enum.ru": "Русский (Russian)",
"config.language.enum.ar": "العربية (Arabic)",
"config.language.enum.ko": "한국어 (Korean)",
"config.language.enum.es": "Español (Spanish)",
"config.language.enum.fr": "Français (French)",
"config.language.enum.pt-br": "Português BR (Portuguese)",
"config.language.enum.hi": "हिन्दी (Hindi)",
"config.language.enum.vi": "Tiếng Việt (Vietnamese)",
"config.performanceMode.desc": "☀️ Performance Mode:",
"config.performanceMode.enum.extreme": "Extreme: Keep first frame only, quality 47.",
"config.performanceMode.enum.accelerated": "Accelerated: Keep at most the first 2 seconds for both GIFs and videos, 7fps, quality 47, no progress bar.",
"config.performanceMode.enum.optmum": "Optimum: Keep full duration for GIFs, extract 4s from start/middle/end of video, preserve original fps, quality 71.",
"config.ioEngine.desc": "☀️ IO Engine — [see tradeoffs](https://github.com/gh555com/qqq/blob/qq/docs/IO_ENGINE_v16.md)",
"config.ioEngine.enum.excludePython": "Gain: Silence; save ~50MB memory.",
"config.transactionLevel.desc": "☀️ Transaction Wrapping Level:",
"config.transactionLevel.enum.full": "Full wrap (resilience first): All \"time-consuming operations\" (video downloads, batch files, mixed rich text, etc.) are wrapped in transactions — progress bar, undo support, extreme-exception resilience, automatic rollback.",
"config.transactionLevel.enum.half": "Half wrap (lightweight first): Lightweight operations within time-consuming tasks (files/folders < 80 MB, in-memory screenshots, etc.) use simple paste — fastest response, no progress bar, **no** rollback or cleanup on exception.",
"config.szDisplayMode.desc": "🛸 sz column display:",
"config.szDisplayMode.enum.nothing": "Show nothing",
"config.szDisplayMode.enum.size": "Show file size",
"config.szDisplayMode.enum.ctime": "Show creation time",
"config.szDisplayMode.enum.mtime": "Show modification time",
"config.sortBy.desc": "🛸 ↑↓",
"config.sortBy.enum.name": "Sort by name",
"config.sortBy.enum.size": "Sort by size (folders with known sizes participate, files descending by size)",
"config.sortBy.enum.ctime": "Sort by creation time (folders descending separately, files descending separately)",
"config.sortBy.enum.mtime": "Sort by modification time (folders descending separately, files descending separately)",
"config.autoWatchChanges.desc": "🛸 Checked: Automatically refresh the file list (including sz column and sort order) when external programs modify files in the current directory.\n Unchecked: Zero performance overhead, zero visual jitter. Unchecked by default. ",
"config.roamAsStartPage.desc": "🛸 Use qqq Roam as Start Page",
"config.roamName.desc": "🛸 Name Roam",
"config.theme.desc": "👁️ Panel theme:",
"config.theme.enum.auto": "Auto: follow VS Code color theme",
"config.theme.enum.dark": "Dark: warm dark palette (no blue)",
"config.theme.enum.solarizeLight": "Solarize Light: classic warm light palette",
"config.frameSizeMode.desc": "👁️ Frame Size Mode: controls the display size of preview images.",
"config.frameSizeMode.enum.large": "Large frame: 512×288",
"config.frameSizeMode.enum.small": "Small frame: 256×144",
"config.frameSizeMode.enum.fix": "Fix: auto-select frame based on image dimensions",
"config.cleanFreak.desc": "👁️ Clean Freak (anti-overlap): Before saving, auto-ensure enough blank lines below every cipher (/path/) to prevent preview/content overlap.",
"config.cleanFreak.enum.never": "No auto-tidy (manual weave only)",
"config.cleanFreak.enum.add": "Add only: ensure enough blank lines below each cipher, never remove extra lines.",
"config.cleanFreak.enum.addRemove": "Strict tidy: ensure each cipher has exactly the right number of blank lines — remove extras, add missing.",
"config.enlargeSmallImages.desc": "👁️ Checked: Enlarge preview images smaller than the frame to fill it.\n Unchecked: Small images keep their original size, centered inside the frame.",
"config.textSlideColorScheme.desc": "👁️ Text slide background color:",
"config.textSlideFontSize.desc": "👁️ Text slide font size:",
"config.codelensLevel.desc": "👁️ CodeLens level:",
"config.codelensLevel.enum.0": "none",
"config.codelensLevel.enum.1": "open file",
"config.codelensLevel.enum.7": "✎open folder ✎rename ✎c1 copy path ✎c2 copy file ±[✎c3 copy image binary] ✎open file ±[✎qode]",
"config.takeOverCodelensStyle.desc": "👁️ Take over CodeLens style: red, size 13.",
"config.downloadSecurityLevel.desc": "🍌 If video download fails, try a more relaxed policy here. See tradeoffs at https://github.com/gh555com/qqq/blob/qq/docs/downloadSecurityLevel.md",
"config.downloadSecurityLevel.enum.0": "All 11 security switches OFF.",
"config.downloadSecurityLevel.enum.1": "4 of 11 security switches ON, 7 OFF. \n \n Enabled: \n ◉ http/https protocol restriction; \n ◉ Redirect protocol restriction; \n ◉ Download lock; \n ◉ Header injection sanitization.",
"config.downloadSecurityLevel.enum.2": "All 11 security switches ON. \n \n Additionally enabled 7: \n ◉ SSRF protection; \n ◉ Path traversal protection; \n ◉ content-length/content-range pre-check; \n ◉ Strict resume; \n ◉ Symlink protection; \n ◉ yt-dlp probe output limit; \n ◉ Fail-fast.",
"config.forceTextFlowScheme.desc": "🍌 Force fix HTML garbled text. Only check when encountering stubborn HTML (or rich text) encoding issues; otherwise keep unchecked — the tradeoff is reduced layout precision.",
"config.autoDownload.desc": "🍌 Auto-download when a video is detected",
"config.docExportImageResolution.desc": "📦 Image resolution to use:",
"config.docExportImageResolution.label.original": "Original Resolution",
"config.docExportImageResolution.label.frame": "Frame Resolution",
"config.docExportImageResolution.enum.original": "Original resolution — full precision",
"config.docExportImageResolution.enum.frame": "Advantages: 1. Smaller file size; 2. Frame thumbnails always correspond to a complete image preview (no cropping due to Word page-size limits).",
"config.docExportIncludeCipher.desc": "📦 Export image cipher string (e.g. /\\qqq/bN9Khq_2026.01.03__6__11.09.56.png\\\\/ )",
"view.name": "的梦gaea",
"cmd.q1": "qqq: Paste ( Ctrl+V )",
"cmd.q2": "qqq: Roam ( Tab )",
"cmd.pure": "qqq: Pure",
"cmd.allSettings": "qqq: ⚙️",
"cmd.weave": "qqq: Weave",
"cmd.clipboardHistory": "qqq: Clipboard History",
"cmd.exportDoc": "qqq: Export Doc",
"cmd.exportZip": "qqq: Export Zip",
"cmd.downloadVideosFromUrl": "qqq: Video Url",
"cmd.savorMoments": "qqq: Savor moments for yourself",
"cmd.clearCache": "qqq: Clear Cache",
"cmd.uploadUserData": "qqq: Upload Data to Cloud",
"cmd.pullUserData": "qqq: Restore Data from Cloud",
"cmd.logout": "qqq: Log Out",
"cmd.openProfile": "qqq: Cloud Profile",
"config.guide.title": "Preference Guide:",
"config.guide.label.1": "1. Get Licensed",
"config.guide.label.2": "2. Cloud Preferences",
"config.guide.label.3": "3. Click me, or long-press the sidebar ⚙ gear for 1 second to pull cloud config",
"config.guide.desc.common": "Local preference changes are not saved (for trial only). To save preferences, register for a license and modify preferences on the GH Health website.\n\nWays to pull cloud config:\n1. Select option 3 \"Click me...\" right here.\n2. Long-press the sidebar gear button for 1 second (recommended).\n3. On window restart.",
"config.guide.label.none": "— Select an action —"
}