49 lines
1.3 KiB
PHP
49 lines
1.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
'2fa' => '2FA',
|
|
'2fa_token' => 'Authenticatie Token',
|
|
'account' => 'account',
|
|
'action' => 'Actie',
|
|
'admin' => 'Admin',
|
|
'admin_control' => 'Admin controle',
|
|
'admin_cp' => 'Admin Besturings Paneel',
|
|
'again' => 'Opnieuw',
|
|
'alias' => 'Alias',
|
|
'api_access' => 'API toegang',
|
|
'close' => 'Sluit',
|
|
'configuration' => 'Configuratie',
|
|
'confirm_password' => 'Bevestig wachtwoord',
|
|
'created_at' => 'Gecreëerd op',
|
|
'data' => 'Bestanden',
|
|
'database' => 'Database',
|
|
'email' => 'Email',
|
|
'enabled' => 'Ingeschakeld',
|
|
'expires' => 'Verloopt',
|
|
'home' => 'Home',
|
|
'language' => 'Taal',
|
|
'memo' => 'Memo',
|
|
'memory' => 'Geheugen',
|
|
'name' => 'Naam',
|
|
'new' => 'nieuw',
|
|
'next_run' => 'Volgende ronde',
|
|
'node' => 'Node',
|
|
'none' => 'Geen',
|
|
'password' => 'Paswoord',
|
|
'players' => 'Spelers',
|
|
'primary' => 'Primair',
|
|
'queued' => 'Wachtrij',
|
|
'root_administrator' => 'Root administrator',
|
|
'save' => 'Opslaan',
|
|
'security' => 'Beveiliging',
|
|
'select_all' => 'Selecteer alles',
|
|
'sftp' => 'SFTP',
|
|
'status' => 'Status',
|
|
'stop' => 'Stop',
|
|
'submit' => 'Bevestig',
|
|
'success' => 'Geslaagd',
|
|
'suspended' => 'Geschorst',
|
|
'username' => 'gebruikersnaam',
|
|
'whoops' => 'Oeps',
|
|
'yes' => 'Ja',
|
|
];
|