Files
sure/config/locales/models/trend/hu.yml
Brendon Scheiber dce2213a98 feat: add Hungarian (hu) localization (#1677)
* Add Hungarian (hu) localization

Add complete Hungarian translation files and register hu locale

* Update hu.yml

* Hungarian locale: currency formatting & fixes
2026-05-06 22:38:51 +02:00

14 lines
525 B
YAML

---
hu:
activemodel:
errors:
models:
trend:
attributes:
current:
must_be_of_the_same_type_as_previous: ugyanolyan típusú kell legyen, mint az előző
must_be_of_type_money_numeric_or_nil: Money, Numeric vagy nil típusú kell legyen
previous:
must_be_of_the_same_type_as_current: ugyanolyan típusú kell legyen, mint a jelenlegi
must_be_of_type_money_numeric_or_nil: Money, Numeric vagy nil típusú kell legyen