From cf76920ec8100267e5856fe0d364aebccafbcd8b Mon Sep 17 00:00:00 2001 From: Cachet Bot <40326150+CachetBot@users.noreply.github.com> Date: Thu, 12 Jul 2018 08:40:56 +0100 Subject: [PATCH] New translations notifications.php (Italian) --- resources/lang/it-IT/notifications.php | 76 +++++++++++++------------- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/resources/lang/it-IT/notifications.php b/resources/lang/it-IT/notifications.php index 8ac963cb..6a65c6bd 100644 --- a/resources/lang/it-IT/notifications.php +++ b/resources/lang/it-IT/notifications.php @@ -13,84 +13,84 @@ return [ 'component' => [ 'status_update' => [ 'mail' => [ - 'subject' => 'Aggiornato stato del componente', - 'greeting' => 'Lo stato di un componente è stato aggiornato!', - 'content' => ':name stato cambiato da :old_status a :new_status.', - 'action' => 'Visualizza', + 'subject' => 'Component Status Updated', + 'greeting' => 'A component\'s status was updated!', + 'content' => ':name status changed from :old_status to :new_status.', + 'action' => 'View', ], 'slack' => [ - 'title' => 'Aggiornato stato del componente', - 'content' => ':name stato cambiato da :old_status a :new_status.', + 'title' => 'Component Status Updated', + 'content' => ':name status changed from :old_status to :new_status.', ], 'sms' => [ - 'content' => ':name stato cambiato da :old_status a :new_status.', + 'content' => ':name status changed from :old_status to :new_status.', ], ], ], 'incident' => [ 'new' => [ 'mail' => [ - 'subject' => 'Nuovo incidente segnalato', - 'greeting' => 'Un nuovo incidente è stato segnato su :app_name .', - 'content' => 'L\'incidente :name è stato riportato', - 'action' => 'Visualizza', + 'subject' => 'New Incident Reported', + 'greeting' => 'A new incident was reported at :app_name.', + 'content' => 'Incident :name was reported', + 'action' => 'View', ], 'slack' => [ - 'title' => 'Incidente :name riportato', - 'content' => 'Un nuovo incidente è stato riportato su :app_name', + 'title' => 'Incident :name Reported', + 'content' => 'A new incident was reported at :app_name', ], 'sms' => [ - 'content' => 'Un nuovo incidente è stato segnato su :app_name .', + 'content' => 'A new incident was reported at :app_name.', ], ], 'update' => [ 'mail' => [ - 'subject' => 'Incidente aggiornato', - 'content' => ':name è stato aggiornato', - 'title' => ':name è stato aggiornato a :new_status', - 'action' => 'Visualizza', + 'subject' => 'Incident Updated', + 'content' => ':name was updated', + 'title' => ':name was updated to :new_status', + 'action' => 'View', ], 'slack' => [ - 'title' => ':name Aggiornato', - 'content' => ':name è stato aggiornato a :new_status', + 'title' => ':name Updated', + 'content' => ':name was updated to :new_status', ], 'sms' => [ - 'content' => 'L\'incidente :name è stato aggiornato', + 'content' => 'Incident :name was updated', ], ], ], 'schedule' => [ 'new' => [ 'mail' => [ - 'subject' => 'Nuova schedulazione creata', - 'content' => ':name era schedulata per :date', - 'title' => 'E\' stata creata una nuova manutenzione programmata.', - 'action' => 'Visualizza', + 'subject' => 'New Schedule Created', + 'content' => ':name was scheduled for :date', + 'title' => 'A new scheduled maintenance was created.', + 'action' => 'View', ], 'slack' => [ - 'title' => 'Nuova schedulazione creata!', - 'content' => ':name era schedulata per :date', + 'title' => 'New Schedule Created!', + 'content' => ':name was scheduled for :date', ], 'sms' => [ - 'content' => ':name era schedulata per :date', + 'content' => ':name was scheduled for :date', ], ], ], 'subscriber' => [ 'verify' => [ 'mail' => [ - 'subject' => 'Verifica la tua sottoscrizione', - 'content' => 'Fare click per verifica la tua sottoscrizione a :app_name status page.', - 'title' => 'Verifica la tua sottoscrizione a :app_name status page.', - 'action' => 'Verifica', + 'subject' => 'Verify Your Subscription', + 'content' => 'Click to verify your subscription to :app_name status page.', + 'title' => 'Verify your subscription to :app_name status page.', + 'action' => 'Verify', ], ], ], 'system' => [ 'test' => [ 'mail' => [ - 'subject' => 'Ping da Cachet!', - 'content' => 'Questa è una notifica di prova da Cachet!', + 'subject' => 'Ping from Cachet!', + 'content' => 'This is a test notification from Cachet!', 'title' => '🔔', ], ], @@ -98,10 +98,10 @@ return [ 'user' => [ 'invite' => [ 'mail' => [ - 'subject' => 'Il tuo invito è all\'interno...', - 'content' => 'Siete stati invitati a partecipare alla pagina :app_name status.', - 'title' => 'Siete stati invitati a partecipare alla pagina :app_name .', - 'action' => 'Accetta', + 'subject' => 'Your invitation is inside...', + 'content' => 'You have been invited to join :app_name status page.', + 'title' => 'You\'re invited to join :app_name status page.', + 'action' => 'Accept', ], ], ],