diff --git a/resources/lang/cz/filament-comments.php b/resources/lang/cz/filament-comments.php new file mode 100644 index 0000000..0edd01c --- /dev/null +++ b/resources/lang/cz/filament-comments.php @@ -0,0 +1,15 @@ + 'Komentáře', + 'comments.add' => 'Přidat komentář', + 'comments.empty' => 'Zatím žádné komentáře.', + 'comments.placeholder' => 'Přidejte komentář...', + + 'notifications.created' => 'Komentář byl přidán.', + 'notifications.deleted' => 'Komentář byl odstraněn.', + + 'modal.heading' => 'Komentáře', + + 'comments.delete.tooltip' => 'Odstranit komentář' +]; diff --git a/resources/lang/sk/filament-comments.php b/resources/lang/sk/filament-comments.php new file mode 100644 index 0000000..294353b --- /dev/null +++ b/resources/lang/sk/filament-comments.php @@ -0,0 +1,15 @@ + 'Komentáre', + 'comments.add' => 'Pridať komentár', + 'comments.empty' => 'Žiadne komentáre.', + 'comments.placeholder' => 'Pridať komentár...', + + 'notifications.created' => 'Komentár bol pridaný.', + 'notifications.deleted' => 'Komentár bol odstránený.', + + 'modal.heading' => 'Komentáre', + + 'comments.delete.tooltip' => 'Odstrániť komentár' +]; diff --git a/resources/views/comments.blade.php b/resources/views/comments.blade.php index f085f32..ad270c5 100644 --- a/resources/views/comments.blade.php +++ b/resources/views/comments.blade.php @@ -13,7 +13,7 @@ @endif @if (count($comments)) -
+
@foreach ($comments as $comment)