Skip to content

Commit

Permalink
Added italian translation
Browse files Browse the repository at this point in the history
  • Loading branch information
carloeusebi authored Dec 26, 2024
1 parent 7c712a6 commit 601c2d3
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions resources/lang/it/filament-exceptions.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?php

return [

'labels' => [
'model' => 'Exception',
'model_plural' => 'Exceptions',
'navigation' => 'Exceptions',
'navigation_group' => 'Impostazioni',

'tabs' => [
'exception' => 'Exception',
'headers' => 'Headers',
'cookies' => 'Cookies',
'body' => 'Body',
'queries' => 'Queries',
],
],

'empty_list' => 'Evviva! Mettiti comodo e goditi il momento 😎',

'columns' => [
'method' => 'Metodo',
'path' => 'Percorso',
'type' => 'Tipo',
'code' => 'Codice',
'ip' => 'IP',
'occurred_at' => 'Verificata il',
],

];

0 comments on commit 601c2d3

Please sign in to comment.