lean-console/meta/i18n/en/lean.storage.json
2026-05-21 15:21:45 +00:00

42 lines
1008 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",
"add-column": "+ New row",
"alter": "Alter table",
"alterAll": "Alter all tables",
"uptodate": "This table is up-to-date"
}
},
"database_insert": {
"add": "Create",
"breadcrumb": "Insert",
"readonly": "This field is read-only",
"table": {
"column": "Column",
"type": "Data type",
"function": "Function",
"attributes": "Attributs",
"value": "Value"
}
}
}