mirror of
https://github.com/pelican-dev/panel.git
synced 2025-10-30 10:16:53 +01:00
25 lines
1.0 KiB
PHP
25 lines
1.0 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Authentication Language Lines
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| The following language lines are used during authentication for various
|
|
| messages that we need to display to the user. You are free to modify
|
|
| these language lines according to your application's requirements.
|
|
|
|
|
*/
|
|
|
|
'failed' => 'Dessa autentiseringsuppgifter matchar inte våra register.',
|
|
'failed-two-factor' => 'Felaktig 2FA-kod',
|
|
'two-factor-code' => 'Tvåfaktorsautentisering',
|
|
'two-factor-hint' => 'Du kan använda reservkoder om du har förlorat åtkomst till din enhet.',
|
|
'password' => 'Det angivna lösenordet är felaktigt.',
|
|
'throttle' => 'För många inloggningsförsök. Försök igen om :seconds sekunder.',
|
|
'2fa_must_be_enabled' => 'Administratören har krävt att 2 Faktors autentisering måste vara aktiverat för ditt konto för att kunna använda panelen.',
|
|
|
|
];
|