-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.nls.json
52 lines (45 loc) · 2.14 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
{
"app.title": "Swagger API",
"app.category": "Swagger API",
"view.list.title": "Swagger API List",
"view.local.title": "Local API List",
"viewsWelcome.emptyList": "[Add Swagger API](command:cmd.list.add)\n[Open Workspace Settings](command:cmd.common.setting)\n",
"viewsWelcome.emptyLocal": "The local interface list is empty",
"command.list.refresh": "Refresh the list of remote interfaces",
"command.local.refresh": "Refresh the list of local interfaces",
"command.add": "Add API",
"command.setting": "Setting",
"command.search": "Search",
"command.remove": "Remove",
"command.openLink": "Open in browser",
"command.saveInterface": "Save interface",
"command.local.updateInterface": "Update interface",
"command.local.copyRequest": "Copy request function",
"text.search.placeholder": "Please enter keywords",
"text.title": "Title",
"text.swaggerJsonUrl": "Swagger Json Url",
"text.noWorkspace": "Must be in the workspace",
"text.or": "or",
"text.config.swaggerJsonUrl": "Swagger API List",
"text.config.savePath": "Typescript Interface Save Path",
"text.config.showStatusbarItem": "Show statusbar button",
"text.config.compareChanges": "Compare the changes when updating the interface (no changes will not update) ",
"text.config.reloadWhenSettingsChanged": "Reload the data when the user settings are changed. (It needs to be closed in some cases where the settings are frequently refreshed)",
"text.confirmDeleteFile": "Are you sure to delete the file?",
"text.confirm": "Confirm",
"text.cancel": "Cancel",
"text.group": "Group",
"text.querySwaggerData": "Get Swagger API data...",
"text.updateButton": "Update API",
"text.confirmUpdateAll": "Confirm the update? This will cause the local interface to be overwritten",
"text.noChange": "Interfaces no change",
"text.preview": "Previewing",
"text.clickToSave": "Click to save",
"success": "Success",
"failed": "Failed",
"error.path": "Wrong path",
"error.action": "Operation failed, please check log for details",
"error.other": "unknown error",
"temp.input.placeholder": "Please enter ${1}",
"temp.input.none": "The entered ${1} cannot be empty"
}