forked from material-extensions/vscode-material-icon-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.json
35 lines (35 loc) · 2.23 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
{
"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.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.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."
}