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

27 lines
613 B
JSON
Raw Normal View History

{
"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",
2023-03-30 15:25:27 +00:00
"query": "SQL Query",
"alter": "Alter table",
"alterAll": "Alter all tables"
}
}
}