forked from cweijan/vscode-database-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.json
68 lines (68 loc) · 2.87 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
{
"command.history.open": "Open History",
"command.setting.open": "Open Setting",
"command.refresh": "Refresh",
"command.host.copy": "Copy Host",
"command.name.copy": "Copy Name",
"command.diagram.add": "Create Diagram",
"command.query.add": "Create Query",
"command.query.rename": "Rename Query",
"command.query.run": "Run This Query",
"command.diagram.open": "Open Diagram",
"command.diagram.drop": "Drop Diagram",
"command.connection.add": "Add Connection",
"command.connection.edit": "Edit Connection",
"command.connection.config": "Edit Connection Config",
"command.connection.disable": "Close Connection",
"command.struct.diff": "Database Struct Sync",
"command.server.info": "Server Status",
"command.connection.delete": "Delete Connection",
"command.database.add": "New Datasource",
"command.db.drop": "Drop Datasource",
"command.runQuery": "Run Selected SQL",
"command.runAllQuery": "Run All SQL",
"command.util.github": "Star the project to represent support.",
"command.query.switch": "Set Active",
"command.data.import": "Import Sql",
"command.data.export": "Export Data",
"command.document.generate": "Generate Document",
"command.struct.export": "Export Struct",
"command.db.active": "Change Active Database",
"command.table.truncate": "Truncate Table",
"command.db.truncate": "Truncate Database",
"command.table.drop": "Drop table",
"command.mock.run": "Start Generate",
"command.mock.table": "Generate Mock Data",
"command.changeTableName": "Change Name",
"comman.table.design": "Design Table",
"command.column.add": "Add Column",
"command.column.up": "Move Column Up",
"command.column.down": "Move Column Down",
"command.table.source": "Show Table Source",
"command.view.source": "Show View Source",
"command.table.show": "Open In New Panel",
"command.column.update": "Modify Column",
"command.column.drop": "Drop column",
"command.file.upload": "Upload File",
"command.template.table": "Create New Table",
"command.template.sql": "Select Table SQL",
"command.template.view": "Create New View",
"command.template.procedure": "Create New Procedure",
"command.template.trigger": "Create New Trigger",
"command.template.function": "Create New Function",
"command.template.user": "Create New User",
"command.delete.user": "Drop User",
"command.user.grant": "Grant Privileges",
"command.change.user": "Change User Password",
"command.delete.view": "Drop View",
"command.delete.procedure": "Drop Procedure",
"command.delete.function": "Drop Function",
"command.delete.trigger": "Drop Trigger",
"command.connection.terminal": "Open Terminal",
"command.redis.connection.status": "Server status",
"command.redis.key.del": "Delete Key",
"command.redis.key.detail": "View Key Detail",
"config.title":"Database Client",
"config.preferConnectionName":"Using connection name as connection node name",
"config.defaultSelectLimit":"Default limit of query sql."
}