Skip to content

Commit

Permalink
Merge pull request #168 from MarioVillani/main
Browse files Browse the repository at this point in the history
Italian Translation
  • Loading branch information
pxpm committed Feb 27, 2024
2 parents d69f0a5 + ec558df commit 5b5152e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions resources/lang/it/theme-tabler.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?php

return [
// color mode
'color-mode-description' => 'Modalità tema :mode',
'color-mode-system' => 'sistema',
'color-mode-light' => 'chiaro',
'color-mode-dark' => 'scuro',

// password
'password-show' => 'Mostra password',
'password-hide' => 'Nascondi password',
];

0 comments on commit 5b5152e

Please sign in to comment.