generated from filamentphp/plugin-skeleton
-
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
df424e1
commit 45da7c4
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.', | ||
]; |