mirror of
https://github.com/we-promise/sure.git
synced 2026-06-01 00:39:01 +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
21 lines
542 B
YAML
21 lines
542 B
YAML
---
|
|
es:
|
|
activerecord:
|
|
attributes:
|
|
account:
|
|
balance: Saldo
|
|
currency: Moneda
|
|
family: Familia
|
|
family_id: Familia
|
|
name: Nombre
|
|
subtype: Subtipo
|
|
models:
|
|
account: Cuenta
|
|
account/credit: Tarjeta de crédito
|
|
account/depository: Cuenta bancaria
|
|
account/investment: Inversión
|
|
account/loan: Préstamo
|
|
account/other_asset: Otro activo
|
|
account/other_liability: Otra obligación
|
|
account/property: Bien inmueble
|
|
account/vehicle: Vehículo |