MartinOscar 2ef81eae1a
Refactor & Catch DatabaseManagementService (#1671)
Co-authored-by: notCharles <charles@pelican.dev>
2025-09-06 22:57:11 +02:00

27 lines
931 B
PHP

<?php
return [
'title' => 'Databases',
'empty' => 'No Databases',
'create_database' => 'Create Database',
'limit' => 'Database limit reached',
'viewing' => 'Viewing: :database',
'host' => 'Host',
'database' => 'Database',
'username' => 'Username',
'password' => 'Password',
'remote' => 'Remote',
'created_at' => 'Created at',
'name' => 'Database Name',
'name_hint' => 'Leaving this blank will auto generate a random name',
'connections_from' => 'Connections From',
'max_connections' => 'Max Connections',
'database_host' => 'Database Host',
'database_host_select' => 'Select Database Host',
'jdbc' => 'JDBC Connection String',
'create_notification' => 'Created :database',
'create_notification_fail' => 'Failed to create :database',
'delete_notification' => 'Deleted :database',
'delete_notification_fail' => 'Failed to delete :database',
];