lean-console/meta/i18n/en/lean.storage.json

28 lines
694 B
JSON

{
"title": "Storage -- LEAN",
"page-title": "LEAN - Storage",
"database": {
"header": "List of databases",
"breadcrumb": "Database",
"name": "Database",
"adapter": "Adapter",
"host": "Hostname:port",
"username": "Username",
"connection": "Connection",
"table": {
"header": "Tables details",
"fields": "{$count} fields",
"name": "Table Name",
"actions": "Actions",
"table-fields" : "Fields in table",
"create": "Create table",
"createAll": "Create all tables",
"query": "SQL Query",
"alter": "Alter table",
"alterAll": "Alter all tables",
"uptodate": "This table is up-to-date"
}
}
}