mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Updated translations.
This commit is contained in:
@@ -583,6 +583,7 @@ return [
|
||||
'converted_to_Deposit' => 'La transazione è stata convertita in un deposito',
|
||||
'converted_to_Transfer' => 'La transazione è stata convertita in un giroconto',
|
||||
'invalid_convert_selection' => 'Tl\'account che hai selezionato è già utilizzato in questa transazione o non esiste.',
|
||||
'source_or_dest_invalid' => 'Cannot find the correct transaction details. Conversion is not possible.',
|
||||
|
||||
// create new stuff:
|
||||
'create_new_withdrawal' => 'Crea un nuovo prelievo',
|
||||
|
||||
@@ -23,7 +23,7 @@ declare(strict_types=1);
|
||||
|
||||
return [
|
||||
// new user:
|
||||
'bank_name' => 'Nome Banca',
|
||||
'bank_name' => 'Nome banca',
|
||||
'bank_balance' => 'Saldo',
|
||||
'savings_balance' => 'Saldo risparmio',
|
||||
'credit_card_limit' => 'Limite Carta di Credito',
|
||||
@@ -94,8 +94,8 @@ return [
|
||||
'convert_Transfer' => 'Converti giroconto',
|
||||
|
||||
'amount' => 'Importo',
|
||||
'foreign_amount' => 'Foreign amount',
|
||||
'existing_attachments' => 'Existing attachments',
|
||||
'foreign_amount' => 'Importo estero',
|
||||
'existing_attachments' => 'Allegati esistenti',
|
||||
'date' => 'Data',
|
||||
'interest_date' => 'Data interesse',
|
||||
'book_date' => 'Agenda',
|
||||
|
||||
Reference in New Issue
Block a user