Skip to content

Commit

Permalink
add lang nl (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime9446 committed Feb 10, 2024
1 parent df424e1 commit 45da7c4
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions resources/lang/nl/themes.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?php

return [
'themes' => 'Thema\'s',
'primary_color' => 'Primaire Kleur',
'select_base_color' => 'Selecteer de basiskleur voor uw thema.',
'custom' => 'Aangepast.',
'no_changing_primary_color' => 'Dit thema ondersteunt het wijzigen van de primaire kleur niet.',
'support_changing_primary_color' => 'Dit thema ondersteunt het wijzigen van de primaire kleur.',
'select_interface' => 'Selecteer hoe u wilt dat uw interface eruitziet.',
'select' => 'Selecteren',
'light' => 'Licht',
'dark' => 'Donker',
'active' => 'Actief',
'primary_color_set' => 'Primaire kleur van thema ingesteld op',
'theme_set_to' => 'Thema ingesteld op',
'appearance' => 'Uiterlijk',
'no_light_mode' => 'Dit thema ondersteunt geen lichte modus.',
'no_dark_mode' => 'Dit thema ondersteunt geen donkere modus.',
'support_light_mode' => 'Dit thema ondersteunt lichte modus.',
'support_dark_mode' => 'Dit thema ondersteunt donkere modus.',
'theme_active' => 'Dit thema is momenteel actief.',
];

0 comments on commit 45da7c4

Please sign in to comment.