forked from vscode-icons/vscode-icons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.json
27 lines (27 loc) · 2.56 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
{
"command.regenerateIcons.title": "Apply Icons Customization",
"command.ngPreset.title": "Toggle Angular Preset (Workspace Level)",
"command.jsPreset.title": "Toggle Official JS Preset (User Level)",
"command.tsPreset.title": "Toggle Official TS Preset (User Level)",
"command.jsonPreset.title": "Toggle Official JSON Preset (User Level)",
"command.hideFoldersPreset.title": "Toggle Folder Icons Visibility (User Level)",
"command.foldersAllDefaultIconPreset.title": "Toggle Specific Folder Icons (User Level)",
"command.restoreIcons.title": "Restore Default Icon Manifest",
"command.resetProjectDetectionDefaults.title": "Reset Project Detection Defaults",
"configuration.title": "vscode-icons configuration",
"configuration.dontShowNewVersionMessage.description": "If set to true, the new version message won't be shown anymore.",
"configuration.projectDetection.autoReload.description": "If set to true, the extension will restart automatically on project detection.",
"configuration.projectDetection.disableDetect.description": "If set to true, the extension will disable the project detection.",
"configuration.presets.angular.description": "If set to true, the extension will match some of the common Angular patterns.",
"configuration.presets.jsOfficial.description": "If set to true, the extension will use the official JS icon.",
"configuration.presets.tsOfficial.description": "If set to true, the extension will use the official TS icon.",
"configuration.presets.jsonOfficial.description": "If set to true, the extension will use the official JSON icon.",
"configuration.presets.hideFolders.description": "If set to true, all folders will be hidden.",
"configuration.presets.foldersAllDefaultIcon.description": "If set to true, all folders will have the default folder icon.",
"configuration.associations.files.description": "These custom associations will override the file icon associations defined by default.",
"configuration.associations.folders.description": "These custom associations will override the folder icon associations defined by default.",
"configuration.associations.fileDefault.file.description": "This setting will let you change default dark file icon.",
"configuration.associations.fileDefault.file_light.description": "This setting will let you change default light file icon.",
"configuration.associations.folderDefault.folder.description": "This setting will let you change default dark folder icon.",
"configuration.associations.folderDefault.folder_light.description": "This setting will let you change default light folder icon."
}