2015-12-06 19:58:49 +01:00
|
|
|
<?php
|
2016-12-30 23:19:23 +01:00
|
|
|
|
|
|
|
return [
|
|
|
|
'email' => 'Email',
|
2017-01-03 21:02:51 +01:00
|
|
|
'password' => 'Password',
|
2017-01-15 03:32:33 +01:00
|
|
|
'confirm_password' => 'Confirm Password',
|
|
|
|
'login' => 'Login',
|
2017-01-15 20:09:57 +01:00
|
|
|
'home' => 'Home',
|
|
|
|
'servers' => 'Servers',
|
|
|
|
'id' => 'ID',
|
|
|
|
'name' => 'Name',
|
|
|
|
'node' => 'Node',
|
|
|
|
'connection' => 'Connection',
|
|
|
|
'memory' => 'Memory',
|
|
|
|
'cpu' => 'CPU',
|
|
|
|
'status' => 'Status',
|
|
|
|
'search' => 'Search',
|
|
|
|
'suspended' => 'Suspended',
|
|
|
|
'account' => 'Account',
|
|
|
|
'security' => 'Security',
|
|
|
|
'ip' => 'IP Address',
|
|
|
|
'last_activity' => 'Last Activitiy',
|
|
|
|
'revoke' => 'Revoke',
|
|
|
|
'2fa_token' => 'Authentication Token',
|
|
|
|
'submit' => 'Submit',
|
|
|
|
'close' => 'Close',
|
2017-01-16 02:28:54 +01:00
|
|
|
'settings' => 'Settings',
|
|
|
|
'configuration' => 'Configuration',
|
|
|
|
'sftp' => 'SFTP',
|
|
|
|
'databases' => 'Databases',
|
2017-01-18 00:21:05 +01:00
|
|
|
'memo' => 'Memo',
|
|
|
|
'created' => 'Created',
|
|
|
|
'expires' => 'Expires',
|
|
|
|
'public_key' => 'Public key',
|
|
|
|
'api_access' => 'Api Access',
|
|
|
|
'never' => 'never',
|
|
|
|
'sign_out' => 'Sign out',
|
2017-01-18 00:21:33 +01:00
|
|
|
'admin_control' => 'Admin Control',
|
2017-01-18 01:30:27 +01:00
|
|
|
'required' => 'Required',
|
|
|
|
'port' => 'Port',
|
|
|
|
'username' => 'Username',
|
2017-01-18 01:46:42 +01:00
|
|
|
'database' => 'Database',
|
2017-01-19 01:06:26 +01:00
|
|
|
'new' => 'New',
|
|
|
|
'danger' => 'Danger',
|
|
|
|
'create' => 'Create',
|
|
|
|
'select_all' => 'Select All',
|
|
|
|
'select_none' => 'Select None',
|
2017-01-19 02:45:10 +01:00
|
|
|
'alias' => 'Alias',
|
|
|
|
'primary' => 'Primary',
|
|
|
|
'make_primary' => 'Make Primary',
|
|
|
|
'none' => 'None',
|
2017-01-20 23:10:14 +01:00
|
|
|
'cancel' => 'Cancel',
|
2017-01-21 05:39:37 +01:00
|
|
|
'created_at' => 'Created At',
|
2017-01-21 21:40:46 +01:00
|
|
|
'action' => 'Action',
|
|
|
|
'data' => 'Data',
|
|
|
|
'queued' => 'Queued',
|
|
|
|
'last_run' => 'Last Run',
|
|
|
|
'next_run' => 'Next Run',
|
|
|
|
'yes' => 'Yes',
|
|
|
|
'no' => 'No',
|
|
|
|
'delete' => 'Delete',
|
2016-12-30 23:19:23 +01:00
|
|
|
];
|