New translations and routes.

This commit is contained in:
James Cole
2018-06-29 12:11:44 +02:00
parent f048e943f8
commit 8c28c4b5ac
22 changed files with 234 additions and 60 deletions

View File

@@ -465,7 +465,7 @@ return [
'pref_two_factor_auth_code_help' => 'Esegui la scansione del codice QR con un\'applicazione sul tuo telefono come Authy o Google Authenticator e inserisci il codice generato.',
'pref_two_factor_auth_reset_code' => 'Reimposta il codice di verifica',
'pref_two_factor_auth_disable_2fa' => 'Disattiva 2FA',
'2fa_use_secret_instead' => 'If you cannot scan the QR code, feel free to use the secret instead: :secret.',
'2fa_use_secret_instead' => 'Se non puoi scansionare il codice QR puoi utilizzare il segreto: :secret.',
'pref_save_settings' => 'Salva le impostazioni',
'saved_preferences' => 'Preferenze salvate!',
'preferences_general' => 'Generale',
@@ -1134,6 +1134,8 @@ return [
'is (partially) refunded by_inward' => 'è (parzialmente) rimborsata da',
'is (partially) paid for by_inward' => 'è (parzialmente) pagata da',
'is (partially) reimbursed by_inward' => 'è (parzialmente) rimborsata da',
'inward_transaction' => 'Inward transaction',
'outward_transaction' => 'Outward transaction',
'relates to_outward' => 'inerente a',
'(partially) refunds_outward' => '(parzialmente) rimborsa',
'(partially) pays for_outward' => '(parzialmente) paga per',
@@ -1260,15 +1262,15 @@ return [
'update_recurrence' => 'Aggiorna transazione ricorrente',
'updated_recurrence' => 'Transazione ricorrente ":title" aggiornata',
'recurrence_is_inactive' => 'Questa transazione ricorrente non è attiva e non genererà nuove transazioni.',
'delete_recurring' => 'Delete recurring transaction ":title"',
'new_recurring_transaction' => 'New recurring transaction',
'help_weekend' => 'What should Firefly III do when the recurring transaction falls on a Saturday or Sunday?',
'do_nothing' => 'Just create the transaction',
'skip_transaction' => 'Skip the occurence',
'jump_to_friday' => 'Create the transaction on the previous Friday instead',
'jump_to_monday' => 'Create the transaction on the next Monday instead',
'will_jump_friday' => 'Will be created on Friday instead of the weekends.',
'will_jump_monday' => 'Will be created on Monday instead of the weekends.',
'except_weekends' => 'Except weekends',
'recurrence_deleted' => 'Recurring transaction ":title" deleted',
'delete_recurring' => 'Elimina transazione ricorrente ":title"',
'new_recurring_transaction' => 'Nuova transazione ricorrente',
'help_weekend' => 'Cosa vuoi che Firefly III faccia quando la transazione ricorrente cade di sabato o domenica?',
'do_nothing' => 'Crea la transazione',
'skip_transaction' => 'Salta l\'occorrenza',
'jump_to_friday' => 'Crea la transazione il venerdì precedente',
'jump_to_monday' => 'Crea la transazione il lunedì successivo',
'will_jump_friday' => 'Verrà creata il venerdì anziché nel fine settimana.',
'will_jump_monday' => 'Verrà creata il lunedì anziché il fine settimana.',
'except_weekends' => 'Tranne il fine settimana',
'recurrence_deleted' => 'La transazione ricorrente ":title" è stata eliminata',
];