mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Update language strings.
This commit is contained in:
@@ -218,6 +218,8 @@ return [
|
||||
'unpaid_in_currency' => 'Non pagata in :currency',
|
||||
'is_alpha_warning' => 'Stai eseguendo una versione ALHPA. Fai attenzione a bug e problemi.',
|
||||
'is_beta_warning' => 'Stai eseguendo una versione BETA. Fai attenzione a bug e problemi.',
|
||||
'all_destination_accounts' => 'Destination accounts',
|
||||
'all_source_accounts' => 'Source accounts',
|
||||
|
||||
// check for updates:
|
||||
'update_check_title' => 'Controlla aggiornamenti',
|
||||
@@ -305,6 +307,9 @@ return [
|
||||
'created_new_rule_group' => 'Nuovo gruppo di regole ":title" memorizzate!',
|
||||
'updated_rule_group' => 'Gruppo di regole ":title" aggiornato con successo.',
|
||||
'edit_rule_group' => 'Modifica il gruppo di regole ":title"',
|
||||
'duplicate_rule' => 'Duplicate rule ":title"',
|
||||
'rule_copy_of' => 'Copy of ":title"',
|
||||
'duplicated_rule' => 'Duplicated rule ":title" into ":newTitle"',
|
||||
'delete_rule_group' => 'Elimina il gruppo di regole ":title"',
|
||||
'deleted_rule_group' => 'Gruppo regole eliminato ":title"',
|
||||
'update_rule_group' => 'Aggiorna gruppo di regole',
|
||||
@@ -783,6 +788,18 @@ return [
|
||||
'over_budget_warn' => '<i class="fa fa-money"></i> Di solito metti a budget circa :amount al giorno. Questa volta è :over_amount al giorno. Sei sicuro?',
|
||||
'transferred_in' => 'Trasferito (ingresso)',
|
||||
'transferred_away' => 'Trasferito (uscita)',
|
||||
'auto_budget_none' => 'No auto-budget',
|
||||
'auto_budget_reset' => 'Set a fixed amount every period',
|
||||
'auto_budget_rollover' => 'Add an amount every period',
|
||||
'auto_budget_period_daily' => 'Daily',
|
||||
'auto_budget_period_weekly' => 'Weekly',
|
||||
'auto_budget_period_monthly' => 'Monthly',
|
||||
'auto_budget_period_quarterly' => 'Quarterly',
|
||||
'auto_budget_period_half_year' => 'Every half year',
|
||||
'auto_budget_period_yearly' => 'Yearly',
|
||||
'auto_budget_help' => 'You can read more about this feature in the help. Click the top-right (?) icon.',
|
||||
'auto_budget_reset_icon' => 'This budget will be set periodically',
|
||||
'auto_budget_rollover_icon' => 'The budget amount will increase periodically',
|
||||
|
||||
// bills:
|
||||
'match_between_amounts' => 'La bolletta abbina le transazioni tra :low e :high.',
|
||||
@@ -944,7 +961,7 @@ return [
|
||||
'deleted_withdrawal' => 'Prelievo ":description" eliminato correttamente',
|
||||
'deleted_deposit' => 'Entrata ":description" eliminata correttamente',
|
||||
'deleted_transfer' => 'Trasferimento ":description" eliminato correttamente',
|
||||
'deleted_reconciliation' => 'Successfully deleted reconciliation transaction ":description"',
|
||||
'deleted_reconciliation' => 'Transazione di riconciliazione ":description" elimina con successo',
|
||||
'stored_journal' => 'Nuova transazione ":description" creata correttamente',
|
||||
'stored_journal_no_descr' => 'Hai creato con successo la nuova transazione',
|
||||
'updated_journal_no_descr' => 'Transazione aggiornata con successo',
|
||||
@@ -970,7 +987,7 @@ return [
|
||||
'no_budget' => '(nessun budget)',
|
||||
'account_per_budget' => 'Conto per budget',
|
||||
'account_per_category' => 'Conto per categoria',
|
||||
'create_new_object' => 'Create',
|
||||
'create_new_object' => 'Crea',
|
||||
'empty' => '(vuoto)',
|
||||
'all_other_budgets' => '(tutti gli altri budget)',
|
||||
'all_other_accounts' => '(tutti gli altri conti)',
|
||||
|
||||
@@ -43,6 +43,7 @@ return [
|
||||
'journal_currency_id' => 'Valuta',
|
||||
'currency_id' => 'Valuta',
|
||||
'transaction_currency_id' => 'Valuta',
|
||||
'auto_budget_currency_id' => 'Currency',
|
||||
'external_ip' => 'L\'IP esterno del tuo server',
|
||||
'attachments' => 'Allegati',
|
||||
'journal_amount' => 'Importo',
|
||||
@@ -260,4 +261,9 @@ return [
|
||||
'expected_on' => 'Prevista il',
|
||||
'paid' => 'Pagata',
|
||||
|
||||
'auto_budget_type' => 'Auto-budget',
|
||||
'auto_budget_amount' => 'Auto-budget amount',
|
||||
'auto_budget_period' => 'Auto-budget period',
|
||||
|
||||
|
||||
];
|
||||
|
||||
@@ -130,6 +130,7 @@ return [
|
||||
'amount_zero' => 'L\'importo totale non può essere zero.',
|
||||
'current_target_amount' => 'L\'importo corrente deve essere minore dell\'importo obiettivo.',
|
||||
'unique_piggy_bank_for_user' => 'Il nome del salvadanaio deve essere unico.',
|
||||
|
||||
'secure_password' => 'Questa non è una password sicura. Riprova. Per maggiori informazioni visita https://bit.ly/FF3-password-security',
|
||||
'valid_recurrence_rep_type' => 'Il tipo di ripetizione della transazione ricorrente non è valido.',
|
||||
'valid_recurrence_rep_moment' => 'Il momento di ripetizione per questo tipo di ripetizione non è valido.',
|
||||
@@ -200,4 +201,8 @@ return [
|
||||
'gte.file' => 'Il campo :attribute deve essere maggiore o uguale a :value kilobyte.',
|
||||
'gte.string' => 'Il campo :attribute deve essere maggiore o uguale a :value caratteri.',
|
||||
'gte.array' => 'Il campo :attribute deve avere :value o più elementi.',
|
||||
|
||||
'amount_required_for_auto_budget' => 'The amount is required.',
|
||||
'auto_budget_amount_positive' => 'The amount must be more than zero.',
|
||||
'auto_budget_period_mandatory' => 'The auto budget period is a mandatory field.',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user