diff --git a/resources/lang/es_ES/form.php b/resources/lang/es_ES/form.php index 3eae0844a8..21435d2f63 100644 --- a/resources/lang/es_ES/form.php +++ b/resources/lang/es_ES/form.php @@ -16,16 +16,16 @@ return [ // new user: 'bank_name' => 'Banco', 'bank_balance' => 'Saldo', - 'savings_balance' => 'Savings balance', - 'credit_card_limit' => 'Credit card limit', + 'savings_balance' => 'Salgo de ahorro', + 'credit_card_limit' => 'Límite de la tarjeta de crédito', 'automatch' => 'Match automatically', - 'skip' => 'Skip', - 'name' => 'Name', - 'active' => 'Active', - 'amount_min' => 'Minimum amount', - 'amount_max' => 'Maximum amount', + 'skip' => 'Saltar', + 'name' => 'Nombre', + 'active' => 'Activo', + 'amount_min' => 'Importe mínimo', + 'amount_max' => 'Importe máximo', 'match' => 'Matches on', - 'repeat_freq' => 'Repeats', + 'repeat_freq' => 'Repetición', 'journal_currency_id' => 'Currency', 'currency_id' => 'Currency', 'attachments' => 'Attachments',