Sync languages

This commit is contained in:
James Brooks
2016-04-17 17:17:29 +01:00
parent 6e7df6e1f7
commit 6ccac55e1d
69 changed files with 777 additions and 744 deletions
+30 -29
View File
@@ -12,7 +12,7 @@
return [
// Components
'components' => [
'last_updated' => 'Last updated :timestamp',
'last_updated' => 'Ultimo aggiornamento :timestamp',
'status' => [
1 => 'Operativo',
2 => 'Problemi sulle prestazioni',
@@ -27,7 +27,7 @@ return [
// Incidents
'incidents' => [
'none' => 'Nessun incidente segnalato',
'past' => 'Past Incidents',
'past' => 'Problemi passati',
'previous_week' => 'Settimana Precedente',
'next_week' => 'Prossima Settimana',
'scheduled' => 'Manutenzione programmata',
@@ -43,9 +43,9 @@ return [
// Service Status
'service' => [
'good' => '[0,1] System operational|[2,Inf] All systems are operational',
'bad' => '[0,1] The system is currently experiencing issues|[2,Inf] Some systems are experiencing issues',
'major' => '[0,1] The service experiencing a major outage|[2,Inf] Some systems are experiencing a major outage',
'good' => '[0,1] Sistema operativo|[2,Inf] Tutti i sistemi sono operativi',
'bad' => '[0,1] Il sistema al momento presenta problemi|[2,Inf] Alcuni sistemi presentano problemi',
'major' => '[0,1] Il servizio presenta presenta un grave problema|[2,Inf] Alcuni sistemi presentano un grave problema',
],
'api' => [
@@ -65,30 +65,30 @@ return [
// Subscriber
'subscriber' => [
'subscribe' => 'Subscribe to get the most recent updates',
'subscribe' => 'Iscriviti per ricevere gli aggiornamenti più recenti',
'button' => 'Iscriviti',
'manage' => [
'no_subscriptions' => 'You\'re currently subscribed to all updates.',
'my_subscriptions' => 'You\'re currently subscribed to the following updates.',
'no_subscriptions' => 'Sei attualmente iscritto a tutti gli aggiornamenti.',
'my_subscriptions' => 'Sei attualmente iscritto ai seguenti suggerimenti.',
],
'email' => [
'subscribe' => 'Iscriviti agli aggiornamenti via email.',
'subscribed' => 'Ti sei appena iscritto agli aggiornamenti email, controlla la tua casella per confermare la sottoscrizione',
'verified' => 'La tua iscrizione è stata confermata. Grazie!',
'manage' => 'Manage your subscription.',
'unsubscribe' => 'Unsubscribe from email updates.',
'manage' => 'Gestisci il tuo abbonamento.',
'unsubscribe' => 'Annulla l\'iscrizione agli aggiornamenti email.',
'unsubscribed' => 'La tua iscrizione è stata rimossa.',
'failure' => 'Qualcosa è andato storto con l\'iscrizione.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
'already-subscribed' => 'Non è possibile iscrivere :email perchè risulta già iscritto.',
'verify' => [
'text' => "Conferma la sottoscrizione email per gli aggiornamento di stato su :app_name \n:link\nGrazie, :app_name",
'html-preheader' => 'Conferma la sottoscrizione email per gli aggiornamento di stato su :app_name',
'html' => '<p>Please confirm your email subscription to :app_name status updates.</p><p><a href=":link">:link</a></p><p>Thank you, :app_name</p>',
'html' => '<p>Si prega di confermare l\'iscrizione dell\'email agli aggiornamenti di stato di :app_name.</p><p><a href=":link">:link</a></p><p>Grazie, :app_name</p>',
],
'maintenance' => [
'text' => "Una nuova manutenzione programmata &egrave; stata inserita su :app_name.\nGrazie, :app_name",
'html-preheader' => 'Una nuova manutenzione programmata &egrave; stata inserita su :app_name.',
'html' => '<p>New maintenance has been scheduled on :app_name.</p>',
'html' => '<p>Un nuovo intervento di manutenzione è stato pianficato su :app_name.</p>',
],
'incident' => [
'text' => "Un nuovo incidente &egrave; stato segnalato su :app_name.\nGrazie, :app_name",
@@ -96,11 +96,11 @@ return [
'html' => '<p>Un nuovo incidente &egrave; stato segnalato su :app_name.</p><p>Grazie, :app_name</p>',
],
'component' => [
'subject' => 'Component Status Update',
'text' => 'The component :component_name has seen a status change. The component is now at :component_human_status.\nThank you, :app_name',
'html-preheader' => 'Component Update from :app_name',
'html' => '<p>The component :component_name has seen a status change. The component is now at :component_human_status.</p><p>Thank you, :app_name</p>',
'tooltip-title' => 'Subscribe to notifications for :component_name.',
'subject' => 'Aggiornamento di stato del componente',
'text' => 'Lo stato del componente: nome_componente è cambiato. Il nuovo stato del componente è :component_human_status.\nGrazie,: app_name',
'html-preheader' => 'Aggiornamento del componente di :app_name',
'html' => '<p>Lo stato del componente: nome_componente è cambiato. Il nuovo stato del componente è :component_human_status.</p><p>Grazie, :app_name</p>',
'tooltip-title' => 'Iscriviti alle notifiche di :component_name.',
],
],
],
@@ -108,9 +108,9 @@ return [
'users' => [
'email' => [
'invite' => [
'text' => "You have been invited to the team :app_name status page, to sign up follow the next link.\n:link\nThank you, :app_name",
'html-preheader' => 'You have been invited to the team :app_name.',
'html' => '<p>You have been invited to the team :app_name status page, to sign up follow the next link.</p><p><a href=":link">:link</a></p><p>Thank you, :app_name</p>',
'text' => "Sei stato invitato nel team :app_name status page, per iscriverti segui il prossimo link.\n:link\nGrazie, :app_name",
'html-preheader' => 'Sei stato invitato nel team :app_name.',
'html' => '<p>Sei stato invitato nel team :app_name status page, per iscriverti segui il prossimo link.</p><p><a href=":link">:link</a></p><p>Grazie, :app_name</p>',
],
],
],
@@ -120,28 +120,29 @@ return [
'username' => 'Nome Utente',
'email' => 'Email',
'password' => 'Password',
'success' => 'Your account has been created.',
'failure' => 'Something went wrong with the signup.',
'success' => 'Il tuo account è stato creato.',
'failure' => 'Qualcosa non ha funzionato durante la procedura d\'iscrizione.',
],
'system' => [
'update' => 'There is a newer version of Cachet available. You can learn how to update <a href="https://docs.cachethq.io/docs/updating-cachet">here</a>!',
'update' => 'E\' disponibile una nuova versione di Cachet. Scopri come fare <a href="https://docs.cachethq.io/docs/updating-cachet">qui</a>!',
],
// Modal
'modal' => [
'close' => 'Chiudi',
'subscribe' => [
'title' => 'Subscribe to component updates',
'body' => 'Enter your email address to subscribe to updates for this component. If you\'re already subscribed, you\'ll already receive emails for this component.',
'title' => 'Iscriviti agli aggiornamenti dei componenti',
'body' => 'Inserisci il tuo indirizzo e-mail per iscriverti agli aggiornamenti di questo componente. Se sei già iscritto, riceverai già email relative a questo componente.',
'button' => 'Iscriviti',
],
],
// Other
'description' => 'Stay up to date with the latest service updates from :app.',
'powered_by' => ':app Status Page is powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
'about_this_site' => 'About This Site',
'home' => 'Home',
'description' => 'Resta informato sugli ultimi aggiornamenti dei servizi di :app.',
'powered_by' => ':app Status Page è stata realizzata con <a href="https://cachethq.io" class="links">Cachet</a>.',
'about_this_site' => 'Informazioni sul sito',
'rss-feed' => 'RSS',
'atom-feed' => 'Atom',
'feed' => 'Status Feed',