mirror of
https://github.com/we-promise/sure.git
synced 2026-04-14 09:34:05 +00:00
* ADD: Additional ES locales * ADD: Initialize YAML structure for accounts and subscriptions locales * FIX: Adjust line breaks in Spanish locale files for clarity
14 lines
490 B
YAML
14 lines
490 B
YAML
---
|
|
es:
|
|
activemodel:
|
|
errors:
|
|
models:
|
|
trend:
|
|
attributes:
|
|
current:
|
|
must_be_of_the_same_type_as_previous: debe ser del mismo tipo que el anterior
|
|
must_be_of_type_money_numeric_or_nil: debe ser de tipo Money, Numeric o nil
|
|
previous:
|
|
must_be_of_the_same_type_as_current: debe ser del mismo tipo que el actual
|
|
must_be_of_type_money_numeric_or_nil: debe ser de tipo Money, Numeric o nil
|