mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-26 02:04:52 +01:00
58 lines
1.6 KiB
PHP
58 lines
1.6 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Titles Language Lines
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
*/
|
|
|
|
'start' => 'Nieuw account',
|
|
'capture' => 'Flash QR',
|
|
'accounts' => 'Accountss',
|
|
'createAccount' => 'Account aanmaken',
|
|
'importAccounts' => 'Importeer accounts',
|
|
'editAccount' => 'Account wijzigen',
|
|
'showQRcode' => 'Account als QR code',
|
|
'groups' => 'Groepen',
|
|
'createGroup' => 'Groep aanmaken',
|
|
'editGroup' => 'Groep wijzigen',
|
|
'settings' => [
|
|
'options' => 'Opties',
|
|
'account' => 'Gebruikersaccount',
|
|
'oauth' => [
|
|
'tokens' => 'OAuth tokens',
|
|
'generatePAT' => 'Nieuwe persoonlijke token',
|
|
],
|
|
'webauthn' => [
|
|
'editCredential' => 'Apparaat wijzigen',
|
|
'devices' => 'WebAuthn apparaten',
|
|
],
|
|
],
|
|
'login' => 'Inloggen',
|
|
'register' => 'Registreer',
|
|
'autolock' => 'Automatisch vergrendelen',
|
|
'password' => [
|
|
'request' => 'Wachtwoord herstellen',
|
|
'reset' => 'Nieuw wachtwoord',
|
|
],
|
|
'webauthn' => [
|
|
'lost' => 'Accountherstel',
|
|
'recover' => 'Registreer een nieuw apparaat',
|
|
],
|
|
'flooded' => 'Vloed',
|
|
'genericError' => 'Fout',
|
|
'404' => 'Item niet gevonden',
|
|
'about' => 'Over',
|
|
'admin' => [
|
|
'appSetup' => 'App instellen',
|
|
'users' => 'Gebruikersbeheer',
|
|
'createUser' => 'Nieuwe gebruiker',
|
|
'manageUser' => 'Beheer gebruiker',
|
|
'logs' => [
|
|
'access' => 'Toegang logboek'
|
|
]
|
|
]
|
|
]; |