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

@@ -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'
],
];