-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.nls.json
83 lines (83 loc) · 6.6 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
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
{
"angular.enable": "Enable or disable the Angular File Generator extension",
"angular.components.standalone": "Sets the standalone option when generating a new component",
"angular.components.style": "Sets the style file extension when generating a new component",
"angular.files.include": "The list of extensions to include in the File View. The default is ts.",
"angular.files.exclude": "Glob patterns of files or folders to exclude in the Sidebar Angular File Generator. The default is node_modules, dist, out, build, and any hidden files.",
"angular.files.watch": "The list of types of files to watch in the Sidebar Angular File Generator. The default is module, component, directive, enum, guard, interceptor, interface, pipe, resolver, service, and spec.",
"angular.files.showPath": "Show the path in the list of files in the Sidebar Angular File Generator",
"angular.terminal.cwd": "Sets the current working directory for the terminal. The directory must be absolute",
"angular.submenu.customCommands": "The list of custom commands to execute in the Generated Custom Element with CLI submenu",
"angular.submenu.customCommands.name": "The name of the command",
"angular.submenu.customCommands.command": "The command to execute",
"angular.submenu.customCommands.args": "The arguments to pass to the command",
"angular.submenu.templates": "The list of custom templates to create new files",
"angular.submenu.templates.name": "The name of the template",
"angular.submenu.templates.description": "The description of the template",
"angular.submenu.templates.type": "The type of template",
"angular.submenu.templates.template": "The template to generate the file",
"angular.submenu.activateItem.terminal.component": "Activate the component item in the terminal submenu",
"angular.submenu.activateItem.terminal.guard": "Activate the guard item in the terminal submenu",
"angular.submenu.activateItem.terminal.pipe": "Activate the pipe item in the terminal submenu",
"angular.submenu.activateItem.terminal.service": "Activate the service item in the terminal submenu",
"angular.submenu.activateItem.terminal.custom": "Activate the custom item in the terminal submenu",
"angular.submenu.activateItem.file.class": "Activate the class item in the file submenu",
"angular.submenu.activateItem.file.component": "Activate the component item in the file submenu",
"angular.submenu.activateItem.file.directive": "Activate the directive item in the file submenu",
"angular.submenu.activateItem.file.enum": "Activate the enum item in the file submenu",
"angular.submenu.activateItem.file.guard": "Activate the guard item in the file submenu",
"angular.submenu.activateItem.file.interceptor": "Activate the interceptor item in the file submenu",
"angular.submenu.activateItem.file.interface": "Activate the interface item in the file submenu",
"angular.submenu.activateItem.file.module": "Activate the module item in the file submenu",
"angular.submenu.activateItem.file.pipe": "Activate the pipe item in the file submenu",
"angular.submenu.activateItem.file.resolver": "Activate the resolver item in the file submenu",
"angular.submenu.activateItem.file.service": "Activate the service item in the file submenu",
"angular.submenu.activateItem.file.spec": "Activate the spec item in the file submenu",
"angular.submenu.activateItem.file.template": "Activate the template item in the file submenu",
"angular.submenu.activateItem": "Activate or deactivate items in the context menu",
"angular.fileGenerator.skipFolderConfirmation": "Skip folder confirmation when generating a new file",
"angular.file.class": "Generate Class",
"angular.file.component": "Generate Component File",
"angular.file.directive": "Generate Directive",
"angular.file.enum": "Generate Enum",
"angular.file.guard": "Generate Guard",
"angular.file.interceptor": "Generate Interceptor",
"angular.file.interface": "Generate Interface",
"angular.file.module": "Generate Module",
"angular.file.pipe": "Generate Pipe",
"angular.file.resolver": "Generate Resolver",
"angular.file.service": "Generate Service",
"angular.file.spec": "Generate Test",
"angular.file.template": "Generate with Template",
"angular.terminal.analytics.disable": "Disable Analytics",
"angular.terminal.analytics.enable": "Enable Analytics",
"angular.terminal.analytics.info": "Info Analytics",
"angular.terminal.analytics.prompt": "Prompt Analytics",
"angular.terminal.cache.clear": "Clear Cache",
"angular.terminal.cache.disable": "Disable Cache",
"angular.terminal.cache.enable": "Enable Cache",
"angular.terminal.cache.info": "Info Cache",
"angular.terminal.component": "Generate Component with CLI",
"angular.terminal.environments": "Generate Environments",
"angular.terminal.guard": "Generate Guard with CLI",
"angular.terminal.library": "Generate Library",
"angular.terminal.pipe": "Generate Pipe with CLI",
"angular.terminal.service": "Generate Service with CLI",
"angular.terminal.start": "Start Server",
"angular.terminal.test": "Run Test",
"angular.terminal.e2e": "Run E2E",
"angular.terminal.version": "Version",
"angular.terminal.new": "New Application",
"angular.terminal.custom": "Generate Custom Element with CLI",
"angular.transform.json.ts": "Convert JSON to TypeScript",
"angular.listFiles.refreshList": "Refresh List of Files",
"angular.listRoutes.refreshList": "Refresh List of Routes",
"angular.listModules.refreshList": "Refresh List of Modules",
"angular.listFilesView": "List of Files",
"angular.listRoutesView": "List of Routes",
"angular.listModulesView": "List of Modules",
"angular.feedbackView": "Help and Feedback",
"viewsWelcome.angular.listFilesView": "To effectively capture files, ensure you include the plural form of the file type within the workspace settings.\n[Open Workspace Setting](command:workbench.action.openWorkspaceSettingsFile)\nTo learn more about how to use Angular File Generator for VS Code [read our docs](https://github.com/ManuelGil/vscode-angular-generator).",
"viewsWelcome.angular.listRoutesView": "Your project currently lacks routes. You can begin by adding a new route to initiate your work.\n[Generate Class](command:angular.file.class)\nTo learn more about how to use Angular File Generator for VS Code [read our docs](https://github.com/ManuelGil/vscode-angular-generator).",
"viewsWelcome.angular.listModulesView": "Your project currently lacks modules. You can begin by adding a new module to initiate your work.\n[Generate Module](command:angular.file.module)\nTo learn more about how to use Angular File Generator for VS Code [read our docs](https://github.com/ManuelGil/vscode-angular-generator)."
}