Skip to content

Commit

Permalink
Update date-time-picker.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Dec 17, 2024
1 parent 9a327a5 commit 21febdd
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/theme.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/lang/hu/global-search.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
'placeholder' => 'Keresés',
],

'no_results_message' => 'Nincs találat',
'no_results_message' => 'Nincs találat.',

];
8 changes: 8 additions & 0 deletions resources/lang/hu/layout.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,12 @@

],

'avatar' => [
'alt' => ':name avatárja',
],

'logo' => [
'alt' => ':name logója',
],

];
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

'notification_resend_throttled' => [
'title' => 'Túl sok újraküldési kísérlet',
'body' => 'Kérjük, hogy próbáld meg újra :second másodperc múlva.',
'body' => 'Kérjük, hogy próbáld meg újra :seconds másodperc múlva.',
],

],
Expand Down
2 changes: 1 addition & 1 deletion resources/lang/hu/pages/auth/login.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

'throttled' => [
'title' => 'Túl sok bejelentkezési kísérlet',
'body' => 'Kérjük, próbáld meg újra :second másodperc múlva.',
'body' => 'Kérjük, próbáld meg újra :seconds másodperc múlva.',
],

],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

'throttled' => [
'title' => 'Túl sok próbálkozás',
'body' => 'Kérjük, próbáld meg újra :second másodperc múlva.',
'body' => 'Kérjük, próbáld meg újra :seconds másodperc múlva.',
],

],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

'throttled' => [
'title' => 'Túl sok visszaállítási kísérlet',
'body' => 'Kérjük, próbáld meg újra :second másodperc múlva.',
'body' => 'Kérjük, próbáld meg újra :seconds másodperc múlva.',
],

],
Expand Down
2 changes: 1 addition & 1 deletion resources/lang/hu/pages/auth/register.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

'throttled' => [
'title' => 'Túl sok regisztrációs kísérlet',
'body' => 'Kérjük, próbáld meg újra :second másodperc múlva.',
'body' => 'Kérjük, próbáld meg újra :seconds másodperc múlva.',
],

],
Expand Down
7 changes: 7 additions & 0 deletions resources/lang/hu/unsaved-changes-alert.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

return [

'body' => 'Még nem történt meg a módosítások rögzítése. Biztos, hogy el akarod hagyni ezt az oldalt?',

];

0 comments on commit 21febdd

Please sign in to comment.