-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.nls.json
More file actions
33 lines (33 loc) Β· 2.49 KB
/
package.nls.json
File metadata and controls
33 lines (33 loc) Β· 2.49 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
{
"bracketLens.toggleMute.title": "Toggle Mute",
"bracketLens.toggleMuteAll.title": "Toggle Mute All",
"bracketLens.updateBrackets.title": "Update Brackets",
"bracketLens.reportProfile.title": "Report Profile",
"bracketLens.mode.description": "Brackets Lens operating mode.",
"bracketLens.mode.none.description": "It does not work.",
"bracketLens.mode.manual.description": "Manual mode: You need to call the `Bracket Lens: Update` command manually.",
"bracketLens.mode.on-save.description": "Automatic mode(on save): The display will be updated automatically on save.",
"bracketLens.mode.auto.description": "Automatic mode(on change): The display will be updated automatically on change.",
"bracketLens.debug.description": "Debug mode.",
"bracketLens.color.description": "The color of the bracket header that appears after the closing bracket.",
"bracketLens.prefix.description": "Bracket header prefix.",
"bracketLens.unmatchBracketsPrefix.description": "Bracket header prefix when unmatch brackets.",
"bracketLens.line.description": "Include line number in bracket header prefix.",
"bracketLens.line.none.description": "Not include line number",
"bracketLens.line.start-line-number.description": "Include start line number.",
"bracketLens.line.end-line-number.description": "Include end line number.",
"bracketLens.line.both-line-numbers.description": "Include both line numbers.",
"bracketLens.maxBracketHeaderLength.description": "Bracket header length than this value are displayed with the tail omitted. ( not include prefix )",
"bracketLens.minBracketScopeLines.description": "The bracket header is displayed only when the number of lines in the bracket scope is greater than or equal to this value. ( include bracket lines )",
"bracketLens.languageConfiguration.description": "Language parsing settings.",
"π« You have already started the profile.": "π« You have already started the profile.",
"β± Start Profile!": "β± Start Profile!",
"π Stop Profile!": "π Stop Profile!",
"π Profile Report": "π Profile Report",
"β Overview": "β Overview",
"π¬ Busy Details": "π¬ Busy Details",
"π« Profile has not been started.": "π« Profile has not been started.",
"%1 is too large! Background Phi Colors has been disabled. But you can over the limit!": "%1 is too large! Background Phi Colors has been disabled. But you can over the limit!",
"Close": "Close",
"Over the limit": "Over the limit"
}