Skip to content

Commit

Permalink
Merge pull request #55 from hamrak/patch-1
Browse files Browse the repository at this point in the history
Slovak translation
  • Loading branch information
bezhanSalleh authored Nov 6, 2024
2 parents a3a13d5 + 09abd87 commit e442221
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 e442221

Please sign in to comment.