diff options
| author | 2023-12-29 22:46:04 +0100 | |
|---|---|---|
| committer | 2023-12-29 22:46:04 +0100 | |
| commit | 9dec2af35d99748b2251089a5e96932b50435254 (patch) | |
| tree | 2d21c041a40a6a2f1e26111338ca95f5209aa82f /app | |
| parent | 386c98244334d03078c574eb7fab68f28b481ea7 (diff) | |
Fixed peroid names in the Hungarian translation (#6000)
Diffstat (limited to 'app')
| -rw-r--r-- | app/i18n/hu/gen.php | 10 |
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', |
