Plop the languages into the project
This commit is contained in:
parent
3082a57a4d
commit
44a00c3957
56 changed files with 5535 additions and 1258 deletions
49
resources/lang/nl/strings.php
Normal file
49
resources/lang/nl/strings.php
Normal file
|
@ -0,0 +1,49 @@
|
|||
<?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',
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue