-
-
Notifications
You must be signed in to change notification settings - Fork 628
/
package.nls.json
47 lines (47 loc) · 3.28 KB
/
package.nls.json
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
{
"command.activateIcons": "Material Icons: Activate Icon Theme",
"command.toggleIconPacks": "Material Icons: Configure Icon Packs",
"command.changeFolderTheme": "Material Icons: Change Folder Theme",
"command.changeFolderColor": "Material Icons: Change Folder Color",
"command.changeFileColor": "Material Icons: Change File Color",
"command.restoreDefaultConfig": "Material Icons: Restore Default Configuration",
"command.toggleExplorerArrows": "Material Icons: Toggle Explorer Arrows",
"command.changeOpacity": "Material Icons: Change Opacity",
"command.toggleGrayscale": "Material Icons: Toggle Grayscale",
"command.changeSaturation": "Material Icons: Change Saturation",
"configuration.title": "Material Icons",
"configuration.files.associations": "Set custom file icon associations.",
"configuration.folders.associations": "Set custom folder icon associations.",
"configuration.languages.associations": "Set custom language icon associations.",
"configuration.customClones": "Clone any existing icon and create a new one with custom colors and associations",
"configuration.customClones.base": "Icon used as a base to create the custom cloned icon",
"configuration.customClones.name": "Name of the custom icon",
"configuration.customClones.color": "Color used as a base to recolor the icon",
"configuration.customClones.lightColor": "Color used as a base to recolor the icon when the theme is light",
"configuration.customClones.fileNames": "File names to associate with the custom icon",
"configuration.customClones.fileExtensions": "File extensions to associate with the custom icon",
"configuration.customClones.folderNames": "Folder names to associate with the custom icon",
"configuration.customClones.activeForPacks": "Only generate this clone when the active icon pack is one of these.",
"configuration.activeIconPack": "Select an icon pack that enables specific icons.",
"configuration.activeIconPack.angular": "Icons for Angular.",
"configuration.activeIconPack.angular_ngrx": "Icons for Angular and ngrx.",
"configuration.activeIconPack.react": "Icons for React.",
"configuration.activeIconPack.react_redux": "Icons for React and Redux.",
"configuration.activeIconPack.roblox": "Icons for Roblox.",
"configuration.activeIconPack.qwik": "Icons for Qwik.",
"configuration.activeIconPack.vue": "Icons for Vue.",
"configuration.activeIconPack.vue_vuex": "Icons for Vue and Vuex.",
"configuration.activeIconPack.nest": "Icons for NestJS.",
"configuration.activeIconPack.none": "No icon pack enabled.",
"configuration.folders.theme": "Set the type for the folder icons.",
"configuration.folders.theme.specific": "Select specific folder icons.",
"configuration.folders.theme.classic": "Select classic folder icons.",
"configuration.folders.theme.none": "No folder icons.",
"configuration.folders.color": "Change the color of the folder icons.",
"configuration.files.color": "Change the color of the file icons.",
"configuration.hidesExplorerArrows": "Hide explorer arrows before folder.",
"configuration.opacity": "Change the opacity of the icons.",
"configuration.saturation": "Change the saturation of the icons.",
"configuration.enableLogging": "Enable logging to the output channel.",
"configuration.logLevel": "Set the log level for output messages."
}