2015-12-06 18:58:49 +00:00
|
|
|
<?php
|
2016-12-30 22:19:23 +00:00
|
|
|
|
|
|
|
return [
|
|
|
|
'email' => 'Email',
|
2017-01-03 20:02:51 +00:00
|
|
|
'password' => 'Password',
|
2017-01-15 02:32:33 +00:00
|
|
|
'confirm_password' => 'Confirm Password',
|
|
|
|
'login' => 'Login',
|
2017-01-15 19:09:57 +00: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 01:28:54 +00:00
|
|
|
'settings' => 'Settings',
|
|
|
|
'configuration' => 'Configuration',
|
|
|
|
'sftp' => 'SFTP',
|
|
|
|
'databases' => 'Databases',
|
2017-01-17 23:21:05 +00:00
|
|
|
'memo' => 'Memo',
|
|
|
|
'created' => 'Created',
|
|
|
|
'expires' => 'Expires',
|
|
|
|
'public_key' => 'Public key',
|
|
|
|
'api_access' => 'Api Access',
|
|
|
|
'never' => 'never',
|
|
|
|
'sign_out' => 'Sign out',
|
2017-01-17 23:21:33 +00:00
|
|
|
'admin_control' => 'Admin Control',
|
2017-01-18 00:30:27 +00:00
|
|
|
'required' => 'Required',
|
|
|
|
'port' => 'Port',
|
|
|
|
'username' => 'Username',
|
2017-01-18 00:46:42 +00:00
|
|
|
'database' => 'Database',
|
2017-01-19 00:06:26 +00:00
|
|
|
'new' => 'New',
|
|
|
|
'danger' => 'Danger',
|
|
|
|
'create' => 'Create',
|
|
|
|
'select_all' => 'Select All',
|
|
|
|
'select_none' => 'Select None',
|
2017-01-19 01:45:10 +00:00
|
|
|
'alias' => 'Alias',
|
|
|
|
'primary' => 'Primary',
|
|
|
|
'make_primary' => 'Make Primary',
|
|
|
|
'none' => 'None',
|
2017-01-20 22:10:14 +00:00
|
|
|
'cancel' => 'Cancel',
|
2016-12-30 22:19:23 +00:00
|
|
|
];
|