From bb5a4595dabb147211c74804e4b476e444a3d37c Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 31 Jan 2018 21:30:08 +0000 Subject: [PATCH] New translations dashboard.php (Italian) --- resources/lang/it-IT/dashboard.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/it-IT/dashboard.php b/resources/lang/it-IT/dashboard.php index c27f186d..29bfc48e 100644 --- a/resources/lang/it-IT/dashboard.php +++ b/resources/lang/it-IT/dashboard.php @@ -23,15 +23,15 @@ return [ 'incident-templates' => 'Modelli di segnalazione', 'updates' => [ 'title' => 'Incident updates for :incident', - 'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates', + 'count' => '{0} Zero aggiornamenti |[1] Un aggiornamento |[2] Due aggiornamenti | [3, *] Diversi aggiornamenti', 'add' => [ 'title' => 'Crea nuovo aggiornamento incidente', 'success' => 'Your new incident update has been created.', - 'failure' => 'Something went wrong with the incident update.', + 'failure' => 'Qualcosa è andato storto nell\'aggiornamento dell\'incidente.', ], 'edit' => [ - 'title' => 'Edit incident update', - 'success' => 'The incident update has been updated.', + 'title' => 'Modifica aggiornamento incidente', + 'success' => 'L\'aggiornamento dell\'incidente è stato aggiornato.', 'failure' => 'Something went wrong updating the incident update', ], ], @@ -157,12 +157,12 @@ return [ 'subscribers' => [ 'subscribers' => 'Iscritti', 'description' => 'Gli iscritti riceveranno aggiornamenti via email quando vengono create le segnalazioni o vengono aggiornati i componenti vengono.', - 'description_disabled' => 'To use this feature, you need allow people to signup for notifications.', + 'description_disabled' => 'Per utilizzare questa funzionalità, è necessario consentire alle persone l\'iscrizione alle notifiche.', 'verified' => 'Verificato', 'not_verified' => 'Non Verificato', 'subscriber' => ': email, iscritta :date', 'no_subscriptions' => 'Iscritto a tutti gli aggiornamenti', - 'global' => 'Globally subscribed', + 'global' => 'Iscritto a livello globale', 'add' => [ 'title' => 'Aggiungi un nuovo iscritto', 'success' => 'L\'iscritto è stato aggiunto!',