add translation for new email domain overview

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2023-02-03 13:57:28 +01:00
parent 67fc762eef
commit 0a51d97684
4 changed files with 6 additions and 6 deletions

View File

@@ -115,7 +115,7 @@ if ($page == 'email_domain') {
'section' => 'email', 'section' => 'email',
'page' => 'emails', 'page' => 'emails',
]), ]),
'label' => 'back to domain overview', 'label' => lng('emails.back_to_overview'),
'icon' => 'fa-solid fa-reply' 'icon' => 'fa-solid fa-reply'
], ],
CurrentUser::canAddResource('emails') ? [ CurrentUser::canAddResource('emails') ? [

View File

@@ -40,17 +40,17 @@ return [
'field' => 'domain', 'field' => 'domain',
], ],
'addresses' => [ 'addresses' => [
'label' => '# Adresses', 'label' => '# ' . lng('emails.emails'),
'field' => 'addresses', 'field' => 'addresses',
'searchable' => false, 'searchable' => false,
], ],
'accounts' => [ 'accounts' => [
'label' => '# Accounts', 'label' => '# ' . lng('emails.accounts'),
'field' => 'accounts', 'field' => 'accounts',
'searchable' => false, 'searchable' => false,
], ],
'forwarder' => [ 'forwarder' => [
'label' => '# Forwarders', 'label' => '# ' . lng('emails.forwarders'),
'field' => 'forwarder', 'field' => 'forwarder',
'searchable' => false, 'searchable' => false,
], ],

View File

@@ -720,7 +720,7 @@ return [
'updatequota' => 'Update Kontingent', 'updatequota' => 'Update Kontingent',
'quota_edit' => 'E-Mail-Kontingent ändern', 'quota_edit' => 'E-Mail-Kontingent ändern',
'noemaildomainaddedyet' => 'Sie haben bisher noch keine (E-Mail-)Domain in Ihrem Konto.', 'noemaildomainaddedyet' => 'Sie haben bisher noch keine (E-Mail-)Domain in Ihrem Konto.',
'back_to_overview' => 'Zurück zur Übersicht', 'back_to_overview' => 'Zurück zur Domain-Übersicht',
], ],
'error' => [ 'error' => [
'error' => 'Fehlermeldung', 'error' => 'Fehlermeldung',

View File

@@ -786,7 +786,7 @@ return [
'updatequota' => 'Update Quota', 'updatequota' => 'Update Quota',
'quota_edit' => 'Change E-Mail Quota', 'quota_edit' => 'Change E-Mail Quota',
'noemaildomainaddedyet' => 'You do not have a (email-)domain in your account yet.', 'noemaildomainaddedyet' => 'You do not have a (email-)domain in your account yet.',
'back_to_overview' => 'Back to overview', 'back_to_overview' => 'Back to domain overview',
], ],
'error' => [ 'error' => [
'error' => 'Error', 'error' => 'Error',