diff --git a/resources/lang/hu-HU/cachet.php b/resources/lang/hu-HU/cachet.php index acab8773d785..f5cc77859349 100644 --- a/resources/lang/hu-HU/cachet.php +++ b/resources/lang/hu-HU/cachet.php @@ -33,7 +33,7 @@ 'scheduled' => 'Ütemezett karbantartás', 'scheduled_at' => ', ütemezve: :timestamp', 'posted' => 'Közzétéve :timestamp', - 'posted_at' => 'Posted at :timestamp', + 'posted_at' => 'Közzétéve :timestamp', 'status' => [ 1 => 'Kivizsgálás alatt', 2 => 'Azonosítva', @@ -53,7 +53,7 @@ // Service Status 'service' => [ - 'good' => '[0,1]System operational|[2,*]All systems are operational', + 'good' => '[0,1] Rendszer üzemképes|[2,Inf] Az összes rendszer üzemképes', 'bad' => '[0,1] A rendszer problémát észlelt|[2,Inf] Több rendszer problémát észlelt', 'major' => '[0,1] A szolgáltatás jelenleg nem elérhető|[2,Inf] Több szolgáltatás nem elérhető', ], @@ -76,9 +76,9 @@ // Subscriber 'subscriber' => [ 'subscribe' => 'Kérjük iratkozzon fel a legújabb frissítésekért', - 'unsubscribe' => 'Unsubscribe', + 'unsubscribe' => 'Leiratkozás', 'button' => 'Feliratkozás', - 'manage_subscription' => 'Manage subscription', + 'manage_subscription' => 'Feliratkozások kezelése', 'manage' => [ 'no_subscriptions' => 'Minden frissítésre feliratkozva.', 'my_subscriptions' => 'A következő frissítésekre feliratkozva.', diff --git a/resources/lang/hu-HU/notifications.php b/resources/lang/hu-HU/notifications.php index 6a65c6bd1a87..75fffcf875e8 100644 --- a/resources/lang/hu-HU/notifications.php +++ b/resources/lang/hu-HU/notifications.php @@ -51,7 +51,7 @@ 'action' => 'View', ], 'slack' => [ - 'title' => ':name Updated', + 'title' => 'Frissítve', 'content' => ':name was updated to :new_status', ], 'sms' => [ @@ -101,7 +101,7 @@ 'subject' => 'Your invitation is inside...', 'content' => 'You have been invited to join :app_name status page.', 'title' => 'You\'re invited to join :app_name status page.', - 'action' => 'Accept', + 'action' => 'Elfogadás', ], ], ], diff --git a/resources/lang/hu-HU/pagination.php b/resources/lang/hu-HU/pagination.php index 0ee724cf086b..f9a4c152635d 100644 --- a/resources/lang/hu-HU/pagination.php +++ b/resources/lang/hu-HU/pagination.php @@ -22,7 +22,7 @@ | */ - 'previous' => 'Previous', - 'next' => 'Next', + 'previous' => 'Előző', + 'next' => 'Következő', ];