Skip to content

Commit

Permalink
add lang it (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime9446 committed Feb 10, 2024
1 parent 884d92f commit 70a3bee
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions resources/lang/it/themes.php
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.',
];

0 comments on commit 70a3bee

Please sign in to comment.