mirror of
https://github.com/we-promise/sure.git
synced 2026-06-01 08:49:01 +00:00
* Add Hungarian (hu) localization Add complete Hungarian translation files and register hu locale * Update hu.yml * Hungarian locale: currency formatting & fixes
14 lines
525 B
YAML
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
|