mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
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:
@@ -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.',
|
||||
|
||||
Reference in New Issue
Block a user