generated from filamentphp/plugin-skeleton
-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
884d92f
commit 70a3bee
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' => 'Temi', | ||
'primary_color' => 'Colore Primario', | ||
'select_base_color' => 'Seleziona il colore di base per il tuo tema.', | ||
'custom' => 'Personalizzato.', | ||
'no_changing_primary_color' => 'Questo tema non supporta la modifica del colore primario.', | ||
'support_changing_primary_color' => 'Questo tema supporta la modifica del colore primario.', | ||
'select_interface' => 'Seleziona l’aspetto che desideri per la tua interfaccia.', | ||
'select' => 'Seleziona', | ||
'light' => 'Chiaro', | ||
'dark' => 'Scuro', | ||
'active' => 'Attivo', | ||
'primary_color_set' => 'Colore primario del tema impostato su', | ||
'theme_set_to' => 'Tema impostato su', | ||
'appearance' => 'Aspetto', | ||
'no_light_mode' => 'Questo tema non supporta la modalità chiara.', | ||
'no_dark_mode' => 'Questo tema non supporta la modalità scura.', | ||
'support_light_mode' => 'Questo tema supporta la modalità chiara.', | ||
'support_dark_mode' => 'Questo tema supporta la modalità scura.', | ||
'theme_active' => 'Questo tema è attualmente attivo.', | ||
]; |