From 9dec2af35d99748b2251089a5e96932b50435254 Mon Sep 17 00:00:00 2001 From: András Marczinkó Date: Fri, 29 Dec 2023 22:46:04 +0100 Subject: Fixed peroid names in the Hungarian translation (#6000) --- app/i18n/hu/gen.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'app/i18n') diff --git a/app/i18n/hu/gen.php b/app/i18n/hu/gen.php index dc9604ffb..fb5353602 100644 --- a/app/i18n/hu/gen.php +++ b/app/i18n/hu/gen.php @@ -188,11 +188,11 @@ return array( 'user_profile' => 'Profil', ), 'period' => array( - 'days' => 'napok', - 'hours' => 'órák', - 'months' => 'hónapok', - 'weeks' => 'hetek', - 'years' => 'évek', + 'days' => 'nap', + 'hours' => 'óra', + 'months' => 'hónap', + 'weeks' => 'hét', + 'years' => 'év', ), 'share' => array( 'Known' => 'Ismert weboldalak', -- cgit v1.2.3