translate welcome-screen for unconfigured installations

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-09-11 17:08:24 +02:00
parent 589f2b8124
commit 15a1ff2f83
3 changed files with 13 additions and 3 deletions

View File

@@ -2200,4 +2200,9 @@ Vielen Dank, Ihr Administrator',
'notyetconfigured' => 'Es scheint als wären die Dienste (noch) nicht erfolgreich konfiguriert worden. Bitte den angezeigten Befehl ausführen oder überspringen (direkt zum Login)'
]
],
'welcome' => [
'title' => 'Willkommen bei froxlor!',
'config_note' => 'Damit froxlor mit dem Backend vernünftig kommunizieren kann, musst du dieses noch konfigurieren.',
'config_now' => 'Jetzt konfigurieren'
],
];

View File

@@ -2327,4 +2327,9 @@ Yours sincerely, your administrator',
'notyetconfigured' => 'It seems that the services were not yet configured (successfully). Please either run the command shown below or check the box to do it later.'
]
],
'welcome' => [
'title' => 'Welcome to froxlor!',
'config_note' => 'In order for froxlor to be able to communicate properly with the backend, you have to configure it.',
'config_now' => 'Configure now'
],
];