mirror of
https://github.com/we-promise/sure.git
synced 2026-04-14 17:44:07 +00:00
* feat(i18n): update Catalan translations * feat(i18n): fix catalan translations * fix(i18n): consistent simplefin branding * feat(i18n): missing translation * Eliminate global keys --------- Co-authored-by: Juan José Mata <juanjo.mata@gmail.com>
18 lines
564 B
YAML
18 lines
564 B
YAML
---
|
|
ca:
|
|
activemodel:
|
|
errors:
|
|
models:
|
|
trend:
|
|
attributes:
|
|
current:
|
|
must_be_of_the_same_type_as_previous: ha de ser del mateix tipus que
|
|
l'anterior
|
|
must_be_of_type_money_numeric_or_nil: ha de ser de tipus Money, numèric
|
|
o nil
|
|
previous:
|
|
must_be_of_the_same_type_as_current: ha de ser del mateix tipus que
|
|
l'actual
|
|
must_be_of_type_money_numeric_or_nil: ha de ser de tipus Money, numèric
|
|
o nil
|