Push 'Account' and 'Security' pages as well as 'My Servers'
This commit is contained in:
parent
1c85b1fbc4
commit
2fc852c6a4
19 changed files with 1068 additions and 3 deletions
|
@ -5,4 +5,23 @@ return [
|
|||
'password' => 'Password',
|
||||
'confirm_password' => 'Confirm Password',
|
||||
'login' => 'Login',
|
||||
'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',
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue