From 09abd872efaf54cc5d8fd37a9f315da7780d996f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1n=20Hamr=C3=A1k?= Date: Fri, 17 May 2024 12:31:36 +0200 Subject: [PATCH] Slovak translation --- resources/lang/sk/filament-exceptions.php | 31 +++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 resources/lang/sk/filament-exceptions.php diff --git a/resources/lang/sk/filament-exceptions.php b/resources/lang/sk/filament-exceptions.php new file mode 100644 index 0000000..c53c27a --- /dev/null +++ b/resources/lang/sk/filament-exceptions.php @@ -0,0 +1,31 @@ + [ + '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', + ], + +];