mirror of
https://github.com/we-promise/sure.git
synced 2026-04-16 02:24:08 +00:00
* Add RO locales * Fixed some missing translations, added ro to SUPPORTED_LOCALES in languages_helper.rb * Fixed a typo --------- Co-authored-by: bzo <bzo@bzo.zresidence.lan>
12 lines
521 B
YAML
12 lines
521 B
YAML
ro:
|
|
activemodel:
|
|
errors:
|
|
models:
|
|
trend:
|
|
attributes:
|
|
current:
|
|
must_be_of_the_same_type_as_previous: trebuie să fie de același tip ca cel anterior
|
|
must_be_of_type_money_numeric_or_nil: trebuie să fie de tip Monedă, Numeric sau nil
|
|
previous:
|
|
must_be_of_the_same_type_as_current: trebuie să fie de același tip ca cel curent
|
|
must_be_of_type_money_numeric_or_nil: trebuie să fie de tip Monedă, Numeric sau nil |