resources/lang/en/dbdoc.php
<?php
return [
'title' => 'DbDocumentator',
'nav-link' => 'DbDocumentator',
'associated' => 'Associated with model ',
/* =============================== */
'table-header' => 'Table columns',
'table-column' => 'Column',
'table-column-type' => 'Type',
'table-column-comment' => 'Comment',
'table-column-default' => 'Default',
'table-column-not-null' => 'Not null',
'table-column-options' => 'Options',
/* =============================== */
'table-foreign-keys' => 'Foreign Keys',
'table-foreign-keys-name' => 'Key\'s name',
'table-foreign-keys-field' => 'On field',
'table-foreign-keys-ref-table' => 'Reference table',
'table-foreign-keys-ref-field' => 'Reference field',
/* =============================== */
'table-indexes-title' => 'Indexes',
'table-indexes-name' => 'Index name',
'table-indexes-fields' => 'Index fields',
];