Add translations for database overview
This commit is contained in:
parent
f6600f447f
commit
542b919bd1
3 changed files with 24 additions and 14 deletions
|
@ -22,5 +22,14 @@ return [
|
|||
'conn_addr' => 'Connection Address',
|
||||
'warning' => 'Ensure that your client is set to use SFTP and not FTP or FTPS for connections, there is a difference between the protocols.',
|
||||
],
|
||||
]
|
||||
'database' => [
|
||||
'header' => 'Databases',
|
||||
'header_sub' => 'All databases available for this server.',
|
||||
'your_dbs' => 'Your Databases',
|
||||
'host' => 'MySQL Host',
|
||||
'reset_password' => 'Reset Password',
|
||||
'no_dbs' => 'There are no databases listed for this server.',
|
||||
'add_db' => 'Add a new database.',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
|
|
@ -39,4 +39,5 @@ return [
|
|||
'required' => 'Required',
|
||||
'port' => 'Port',
|
||||
'username' => 'Username',
|
||||
'database' => 'Database',
|
||||
];
|
||||
|
|
Reference in a new issue