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:
Jakob 2017-01-18 00:21:05 +01:00 committed by Dane Everitt
parent 515e543c7f
commit 31b4589eab
5 changed files with 149 additions and 21 deletions

View file

@ -7,6 +7,14 @@ return [
'header_sub' => 'Servers you own and have access to.',
'list' => 'Server List',
],
'api' => [
'index' => [
'header' => 'API Access',
'header_sub' => 'Manage your API access keys.',
'list' => 'API Keys',
'create_new' => 'Create new API key'
],
],
'account' => [
'header' => 'Your Account',
'header_sub' => 'Manage your account details.',