-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.nls.json
30 lines (30 loc) · 1.71 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
{
"js.to.ts.object.to.typescript": "Object To Typescript",
"js.to.ts.swagger.to.typescript": "Swagger To Typescript",
"js.to.ts": "JS TO TS",
"js.to.ts.api.to.ts": "API TO TS",
"js.to.ts.curl.url": "Curl Url",
"js.to.ts.enter.your.curl.url": "Enter Your Curl Url",
"js.to.ts.swagger.url": "Swagger Url",
"js.to.ts.enter.your.swagger.url": "Enter Your Swagger Url (json)",
"js.to.ts.swagger.path": "Swagger Path",
"js.to.ts.enter.your.swagger.path": "Enter Your Swagger specific path (optional)",
"js.to.ts.server.url": "Server URL",
"js.to.ts.enter.your.server.url": "Enter Your Server Url",
"js.to.ts.headers": "Headers",
"js.to.ts.enter.your.headers": "Enter Your Headers",
"js.to.ts.params": "Params",
"js.to.ts.enter.your.params": "Enter Your Params",
"js.to.ts.configuration.openTemporaryFile.description": "Whether to open temporary files",
"js.to.ts.configuration.exportType.description": "Whether to export the type",
"js.to.ts.configuration.optional.description": "Is the type optional",
"js.to.ts.configuration.comments.description": "whether to keep comments",
"js.to.ts.configuration.all.comments.description": "Keep all comments",
"js.to.ts.configuration.none.comments.description": "Remove all comments",
"js.to.ts.configuration.leadingComments.description": "Keep only starting comments",
"js.to.ts.configuration.innerComments.description": "Keep only middle comments",
"js.to.ts.configuration.trailingComments.description": "Keep only ending comments",
"js.to.ts.configuration.prefix.description": "interface name prefix",
"js.to.ts.configuration.strict.mode.description": "Is it strict mode",
"js.to.ts.configuration.timeout.description": "http request timeout setting (ms)"
}