Contribution to feature/new-theme (#254)
* add translation to navigation * redesign base.api.index view add translations * remove license derp * translate never in base.api.index view * simplify user drop down for now add translations
This commit is contained in:
parent
515e543c7f
commit
31b4589eab
5 changed files with 149 additions and 21 deletions
|
@ -28,4 +28,12 @@ return [
|
|||
'configuration' => 'Configuration',
|
||||
'sftp' => 'SFTP',
|
||||
'databases' => 'Databases',
|
||||
'memo' => 'Memo',
|
||||
'created' => 'Created',
|
||||
'expires' => 'Expires',
|
||||
'public_key' => 'Public key',
|
||||
'api_access' => 'Api Access',
|
||||
'never' => 'never',
|
||||
'sign_out' => 'Sign out',
|
||||
'admin_control' => 'Admin Control'
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue