forked from OtterMind/Chat2DB
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworkspace.ts
More file actions
37 lines (37 loc) · 1.99 KB
/
Copy pathworkspace.ts
File metadata and controls
37 lines (37 loc) · 1.99 KB
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
export default {
'workspace.title': 'Workspace',
'workspace.cascader.placeholder': 'Select Here',
'workspace.ai.input.placeholder': 'Enter your plain text statement here',
'workspace.title.savedConsole': 'Saved console',
'workspace.menu.ViewDDL': 'View DDL',
'workspace.menu.deleteTable': 'Delete Table',
'workspace.menu.openTable': 'Open Table',
'workspace.menu.editTable': 'Edit Table',
'workspace.menu.view': 'View',
'workspace.menu.pin': 'Pin',
'workspace.menu.unPin': 'Unpin',
'workspace.menu.editTableData': 'Edit Table Data',
'workspace.menu.queryConsole': 'Query console',
'workspace.menu.viewAllTable': 'View all table',
'workspace.menu.createDatabase': 'Create database',
'workspace.menu.createSchema': 'Create schema',
'workspace.menu.deleteTablePlaceHolder': 'Please enter the name of the table you want to delete',
'workspace.tips.affirmDeleteTable':
'The table name you entered is not the same as the table name you want to delete, please confirm again',
'workspace.table.total': 'Total',
'workspace.table.total.tip': 'Load total number of rows',
'workspace.table.export.all.csv': 'Export results as a CSV',
'workspace.table.export.cur.csv': 'Export results on the current page as a CSV',
'workspace.table.export.all.insert': 'Export results as INSERT SQL',
'workspace.table.export.cur.insert': 'Export results on the current page as INSERT SQL',
'workspace.tree.view': 'View',
'workspace.tree.trigger': 'Trigger',
'workspace.tree.function': 'Function',
'workspace.tree.procedure': 'Procedure',
'workspace.tree.search.placeholder': 'Search in the expand node',
'workspace.tree.delete.tip': 'I understand that this operation is permanently deleted',
'workspace.tree.delete.table.tip': 'Are you sure you want to delete the table {1}?',
'workspace.tips.noConnection': 'You have not created a connection yet',
'workspace.tips.maxConsole': 'You can only open up to 20 consoles',
'workspace.tips.openExecutiveLogging': 'Open this executive logging',
};