-
Notifications
You must be signed in to change notification settings - Fork 231
/
en.json
92 lines (92 loc) · 3.12 KB
/
en.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
84
85
86
87
88
89
90
91
92
{
"col-default": "Default",
"col-name": "Name",
"col-type": "Type",
"d1-manager": {
"description": "D1 Manager is a web UI and API for Cloudflare D1, a serverless SQL database. It provides a user-friendly interface for managing databases, tables, and records, as well as an API for performing operations programmatically. D1 Manager simplifies database management, enabling users to focus on their data.",
"name": "D1 Manager",
"short": "A Web UI to manage data in Cloudflare D1."
},
"d1-manager-manage-db": "Use D1 Manager to mange data in {db}",
"download": "Download",
"execute-sql-query-in-database": "Execute SQL query in database {db}",
"import": "Import",
"lang": {
"en": "English",
"es-ES": "Spanish from Spain",
"es-MX": "Mexican Spanish",
"ja": "Japanese",
"zh-CN": "Simplified Chinese",
"zh-TW": "Traditional Chinese"
},
"language": "Language",
"n-ms": "{n} ms",
"n-table-in-db": "{n} tables in {db}",
"plugin": {
"add-record": {
"add": "Add Record",
"column": "Column",
"error": "Error",
"integer-is-required": "INTEGER is required",
"n-ms": "{n} ms",
"name": "Add Record",
"real-is-required": "REAL number is required",
"success": "Success",
"value": "Value"
},
"csv": {
"export": "Export",
"export-csv": "Export CSV",
"import": "Import",
"import-csv": "Import CSV",
"invalid-column-name-key": "Invalid column name: {key}",
"n-ms-m-changes": "{n} ms, {m} changes",
"name": "CSV Importer and Exporter",
"no-result": "No Result",
"select-a-csv-file": "Select a CSV file"
},
"run-query": {
"export": "Export",
"n-ms-m-changes": "{n} ms, {rr} rows read, {rw} rows written",
"name": "Run SQL Query",
"no-result": "No result",
"no-results": "No Results",
"run": "Run",
"unknown-error": "Unknown error"
},
"semantic-query": {
"autorun-on-read-only-queries": "Readonly query will be run automatically.",
"export": "Export",
"n-ms-m-changes": "{n} ms, {rr} rows read, {rw} rows written",
"name": "Semantic Query",
"no-result": "No result",
"no-results": "No Results",
"requires-openai_api_key": "This plugin requires the OPENAI_API_KEY environment variable to be set.",
"run": "Run",
"suggest": "Get SQL",
"unknown-error": "Unknown error"
},
"table-browser": {
"click-to-sort-by": "Click to sort by {col}",
"invalid-rowid": "Invalid rowid",
"name": "Table Browser",
"next": "Next",
"no-record": "No Record",
"no-result": "No Result",
"no-results": "No Matched Result",
"prev": "Previous",
"showing": "{from} ~ {to}",
"table-is-locked": "Table is locked, unlock to edit it",
"table-is-locked-click-to-unlock": "Table is locked, click to unlock",
"table-is-unlocked-click-to-lock": "Table is unlocked, click to lock",
"unknown-error": "Unknown Error"
}
},
"rows": "Rows",
"see-github": "Checkout the usage and guide on GitHub",
"select-database": "Select Database",
"select-database-from-above": "Select a database from the top-right corner",
"show-first-10-records": "show first 10 records in {table}",
"suggestion-will-appear-here": "Generated SQL will appear here",
"theme": "Theme"
}