Sync up languages from CrowdIn. Closes #1259
This commit is contained in:
+67
-54
@@ -14,13 +14,13 @@ return [
|
||||
// Setup form fields
|
||||
'setup' => [
|
||||
'email' => 'Email',
|
||||
'username' => 'Username',
|
||||
'username' => 'Nome Utente',
|
||||
'password' => 'Password',
|
||||
'site_name' => 'Nome del sito',
|
||||
'site_domain' => 'Dominio del sito',
|
||||
'site_timezone' => 'Seleziona il tuo Fuso Orario',
|
||||
'site_locale' => 'Seleziona la tua lingua',
|
||||
'enable_google2fa' => 'Abilita la verifica in 2 passaggi di Google',
|
||||
'site_name' => 'Nome del Sito',
|
||||
'site_domain' => 'Dominio del Sito',
|
||||
'site_timezone' => 'Seleziona il fuso orario',
|
||||
'site_locale' => 'Seleziona la lingua',
|
||||
'enable_google2fa' => 'Abilita la Verifica in Due Passaggi di Google',
|
||||
'cache_driver' => 'Cache Driver',
|
||||
'session_driver' => 'Session Driver',
|
||||
],
|
||||
@@ -30,10 +30,10 @@ return [
|
||||
'login' => 'Username or Email',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'2fauth' => 'Codice di autenticazione',
|
||||
'invalid' => 'Email o password non valida',
|
||||
'2fauth' => 'Codice di Autenticazione',
|
||||
'invalid' => 'Invalid username or password',
|
||||
'invalid-token' => 'Token non valido',
|
||||
'cookies' => 'Devi abilitare i cookie per accedere.',
|
||||
'cookies' => 'You must enable cookies to login.',
|
||||
],
|
||||
|
||||
// Incidents form fields
|
||||
@@ -42,13 +42,13 @@ return [
|
||||
'status' => 'Stato',
|
||||
'component' => 'Componente',
|
||||
'message' => 'Messaggio',
|
||||
'message-help' => 'Puoi usare anche Markdown.',
|
||||
'scheduled_at' => 'Per quando programmare la manutenzione?',
|
||||
'incident_time' => 'Quando è avvenuto l\'incidente?',
|
||||
'notify_subscribers' => 'Notifica gli iscritti',
|
||||
'visibility' => 'Visibilità incidente',
|
||||
'public' => 'Visibilità pubblica',
|
||||
'logged_in_only' => 'Visibile solo agli utenti loggati',
|
||||
'message-help' => 'You may also use Markdown.',
|
||||
'scheduled_at' => 'When to schedule the maintenance for?',
|
||||
'incident_time' => 'Quando è accaduto questo incidente?',
|
||||
'notify_subscribers' => 'Notify Subscribers?',
|
||||
'visibility' => 'Visibilità dell\'Incidente',
|
||||
'public' => 'Viewable by public',
|
||||
'logged_in_only' => 'Only visible to logged in users',
|
||||
'templates' => [
|
||||
'name' => 'Nome',
|
||||
'template' => 'Modello',
|
||||
@@ -62,13 +62,14 @@ return [
|
||||
'status' => 'Stato',
|
||||
'group' => 'Gruppo',
|
||||
'description' => 'Descrizione',
|
||||
'link' => 'Link',
|
||||
'tags' => 'Tags',
|
||||
'tags-help' => 'Separati da virgola.',
|
||||
'link' => 'Collegamento',
|
||||
'tags' => 'Etichette',
|
||||
'tags-help' => 'Comma separated.',
|
||||
'enabled' => 'Component enabled?',
|
||||
|
||||
'groups' => [
|
||||
'name' => 'Nome',
|
||||
'name' => 'Nome',
|
||||
'collapsed' => 'Collapse the group by default?',
|
||||
],
|
||||
],
|
||||
|
||||
@@ -77,12 +78,14 @@ return [
|
||||
'name' => 'Nome',
|
||||
'suffix' => 'Suffisso',
|
||||
'description' => 'Descrizione',
|
||||
'description-help' => 'Puoi usare anche Markdown.',
|
||||
'display-chart' => 'Visualizzare grafico sulla Status Page?',
|
||||
'default-value' => 'Valore di default',
|
||||
'calc_type' => 'Calcolo delle metriche',
|
||||
'description-help' => 'You may also use Markdown.',
|
||||
'display-chart' => 'Display chart on status page?',
|
||||
'default-value' => 'Default Value',
|
||||
'calc_type' => 'Calculation of Metrics',
|
||||
'type_sum' => 'Somma',
|
||||
'type_avg' => 'Media',
|
||||
'places' => 'Decimal Places',
|
||||
'default_view' => 'Default View',
|
||||
|
||||
'points' => [
|
||||
'value' => 'Valore',
|
||||
@@ -93,58 +96,66 @@ return [
|
||||
'settings' => [
|
||||
/// Application setup
|
||||
'app-setup' => [
|
||||
'site-name' => 'Nome del sito',
|
||||
'site-url' => 'URL del sito',
|
||||
'display-graphs' => 'Visualizzare grafici sulla Status Page?',
|
||||
'about-this-page' => 'Su questa pagina',
|
||||
'days-of-incidents' => 'Quanti giorni di incidenti mostrare?',
|
||||
'banner' => 'Immagine Banner',
|
||||
'banner-help' => 'Si consiglia di caricare file non più grandi di 930px di larghezza.',
|
||||
'subscribers' => 'Consentire alle persone di iscriversi alle notifiche email?',
|
||||
'site-name' => 'Nome del Sito',
|
||||
'site-url' => 'URL del Sito',
|
||||
'display-graphs' => 'Visualizzare i grafici nella pagina di stato?',
|
||||
'about-this-page' => 'About this page',
|
||||
'days-of-incidents' => 'How many days of incidents to show?',
|
||||
'banner' => 'Banner Image',
|
||||
'banner-help' => "It's recommended that you upload files no bigger than 930px wide .",
|
||||
'subscribers' => 'Allow people to signup to email notifications?',
|
||||
],
|
||||
'analytics' => [
|
||||
'analytics_google' => 'Codice Google Analytics',
|
||||
'analytics_gosquared' => 'Codice GoSquared Analytics',
|
||||
'analytics_piwik_url' => 'URL della tua istanza Piwik (senza http(s)://)',
|
||||
'analytics_piwik_siteid' => 'ID sito Piwik',
|
||||
'analytics_google' => 'Google Analytics code',
|
||||
'analytics_gosquared' => 'GoSquared Analytics code',
|
||||
'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)',
|
||||
'analytics_piwik_siteid' => 'Piwik\'s site id',
|
||||
],
|
||||
'localization' => [
|
||||
'site-timezone' => 'Fuso orario del sito',
|
||||
'site-locale' => 'Lingua del sito',
|
||||
'date-format' => 'Formato Data',
|
||||
'incident-date-format' => 'Formato Timestamp dell\'incidente',
|
||||
'site-timezone' => 'Site Timezone',
|
||||
'site-locale' => 'Site Language',
|
||||
'date-format' => 'Date Format',
|
||||
'incident-date-format' => 'Incident Timestamp Format',
|
||||
],
|
||||
'security' => [
|
||||
'allowed-domains' => 'Domini consentiti',
|
||||
'allowed-domains-help' => 'Separati da virgola. Il dominio impostato sopra è automaticamente consentito di default.',
|
||||
'allowed-domains' => 'Allowed Domains',
|
||||
'allowed-domains-help' => 'Comma separated. The domain set above is automatically allowed by default.',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'custom-css' => 'Foglio di stile personalizzato',
|
||||
'custom-css' => 'Foglio di Stile Personalizzato',
|
||||
],
|
||||
'theme' => [
|
||||
'background-color' => 'Colore di sfondo',
|
||||
'text-color' => 'Colore del testo',
|
||||
'dashboard-login' => 'Visualizzare il pulsante Dashboard nel footer?',
|
||||
'background-color' => 'Colore di Sfondo',
|
||||
'background-fills' => 'Background Fills (Components, Incidents, Footer)',
|
||||
'banner-background-color' => 'Banner Background Color',
|
||||
'banner-padding' => 'Banner Padding',
|
||||
'fullwidth-banner' => 'Enable fullwidth banner?',
|
||||
'text-color' => 'Colore del Testo',
|
||||
'dashboard-login' => 'Show dashboard button in the footer?',
|
||||
'reds' => 'Red (Used for errors)',
|
||||
'blues' => 'Blue (Used for information)',
|
||||
'greens' => 'Green (Used for success)',
|
||||
'yellows' => 'Yellow (Used for alerts)',
|
||||
'oranges' => 'Orange (Used for notices)',
|
||||
'metrics' => 'Metrics Fill',
|
||||
'links' => 'Links',
|
||||
],
|
||||
],
|
||||
|
||||
'user' => [
|
||||
'username' => 'Username',
|
||||
'username' => 'Nome Utente',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'api-token' => 'Token API',
|
||||
'api-token-help' => 'Rigenerando il token delle API impedirai l\'accesso a Cachet alle applicazioni esistenti.',
|
||||
'api-token' => 'API Token',
|
||||
'api-token-help' => 'Regenerating your API token will prevent existing applications from accessing Cachet.',
|
||||
'gravatar' => 'Change your profile picture at Gravatar.',
|
||||
'user_level' => 'Livello utente',
|
||||
'user_level' => 'User Level',
|
||||
'levels' => [
|
||||
'admin' => 'Amministratore',
|
||||
'user' => 'Utente',
|
||||
'admin' => 'Admin',
|
||||
'user' => 'User',
|
||||
],
|
||||
'2fa' => [
|
||||
'help' => 'L\'abilitazione della verifica in 2 passaggi aumenta la sicurezza del tuo account. Sarà necessario scaricare <a href="https://support.google.com/accounts/answer/1066447?hl=it">Google Authenticator</a> o un\'applicazione simile sul tuo dispositivo mobile. Quando accederai, ti verrà chiesto di fornire un token generato dall\'app.',
|
||||
'help' => 'Enabling two factor authentication increases security of your account. You will need to download <a href="https://support.google.com/accounts/answer/1066447?hl=en">Google Authenticator</a> or a similar app on to your mobile device. When you login you will be asked to provide a token generated by the app.',
|
||||
],
|
||||
'team' => [
|
||||
'description' => 'Invite your team members by entering their email addresses here.',
|
||||
@@ -160,8 +171,10 @@ return [
|
||||
'edit' => 'Modifica',
|
||||
'delete' => 'Elimina',
|
||||
'submit' => 'Invia',
|
||||
'cancel' => 'Annulla',
|
||||
'cancel' => 'Cancella',
|
||||
'remove' => 'Rimuovi',
|
||||
'invite' => 'Invite',
|
||||
'signup' => 'Sign Up',
|
||||
|
||||
// Other
|
||||
'optional' => '* Opzionale',
|
||||
|
||||
Reference in New Issue
Block a user