Skip to content

Commit

Permalink
Slovak translation
Browse files Browse the repository at this point in the history
  • Loading branch information
hamrak authored May 17, 2024
1 parent a3a13d5 commit 09abd87
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions resources/lang/sk/filament-exceptions.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?php

return [

'labels' => [
'model' => 'Výnimka',
'model_plural' => 'Výnimky',
'navigation' => 'Výnimka',
'navigation_group' => 'Nastavenia',

'tabs' => [
'exception' => 'Výnimka',
'headers' => 'Hlavičky',
'cookies' => 'Cookies',
'body' => 'Telo',
'queries' => 'Dotazy',
],
],

'empty_list' => 'Hurá! len si sadnite a užívajte si 😎',

'columns' => [
'method' => 'Metóda',
'path' => 'Cesta',
'type' => 'Typ',
'code' => 'Kód',
'ip' => 'IP',
'occurred_at' => 'Nastalo o',
],

];

0 comments on commit 09abd87

Please sign in to comment.