25 lines
545 B
JSON
25 lines
545 B
JSON
|
{
|
||
|
"title": "Storage -- LEAN",
|
||
|
"page-title": "LEAN - Storage",
|
||
|
|
||
|
"database": {
|
||
|
"header": "List of databases",
|
||
|
"name": "Database",
|
||
|
"adapter": "Adapter",
|
||
|
"host": "Hostname:port",
|
||
|
"username": "Username",
|
||
|
"connection": "Connection",
|
||
|
|
||
|
"table": {
|
||
|
"header": "Tables details",
|
||
|
"fields": "{$count} fields",
|
||
|
"name": "Name",
|
||
|
"actions": "Actions",
|
||
|
"table-fields" : "Fields in table",
|
||
|
"create": "Create table",
|
||
|
"createAll": "Create all tables",
|
||
|
"query": "SQL Query"
|
||
|
}
|
||
|
}
|
||
|
|
||
|
}
|