aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGravatar András Marczinkó <andris155@users.noreply.github.com> 2023-12-29 22:46:04 +0100
committerGravatar GitHub <noreply@github.com> 2023-12-29 22:46:04 +0100
commit9dec2af35d99748b2251089a5e96932b50435254 (patch)
tree2d21c041a40a6a2f1e26111338ca95f5209aa82f /app
parent386c98244334d03078c574eb7fab68f28b481ea7 (diff)
Fixed peroid names in the Hungarian translation (#6000)
Diffstat (limited to 'app')
-rw-r--r--app/i18n/hu/gen.php10
1 files changed, 5 insertions, 5 deletions
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',