mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
New language strings [skip ci]
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
/**
|
||||
* form.php
|
||||
* Copyright (c) 2017 thegrumpydictator@gmail.com
|
||||
@@ -33,9 +34,12 @@ return [
|
||||
'amount_min' => 'Importe mínimo',
|
||||
'amount_max' => 'Importe máximo',
|
||||
'match' => 'Encuentros en',
|
||||
'strict' => 'Strict mode',
|
||||
'repeat_freq' => 'Repetición',
|
||||
'journal_currency_id' => 'Divisa',
|
||||
'currency_id' => 'Divisa',
|
||||
'transaction_currency_id' => 'Currency',
|
||||
'external_ip' => 'Your server\'s external IP',
|
||||
'attachments' => 'Adjuntos',
|
||||
'journal_amount' => 'Importe',
|
||||
'journal_source_account_name' => 'Cuenta de ingresos (origen)',
|
||||
|
Reference in New Issue
Block a user