mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
25 lines
1023 B
PHP
25 lines
1023 B
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' => 'Disse legitimasjonene samsvarer ikke med våre oppføringer.',
|
|
'failed-two-factor' => 'Feil 2FA-kode',
|
|
'two-factor-code' => 'To-faktor kode',
|
|
'two-factor-hint' => 'Du kan bruke sikkerhetskoder hvis du mistet tilgang til din enhet.',
|
|
'password' => 'Det angitte passordet er feil.',
|
|
'throttle' => 'For mange påloggingsforsøk. Vennligst prøv igjen om :seconds sekunder.',
|
|
'2fa_must_be_enabled' => 'Administratoren har påkrevd at to-faktor autentisering må aktiveres på din konto for å kunne bruke Panelet.',
|
|
|
|
];
|