This commit is contained in:
Paride Barison 2021-10-15 11:40:38 +02:00
parent e4388e31a1
commit fa5bfd3ee7

View file

@ -178,7 +178,7 @@ export default {
"Add a monitor": "Aggiungi un monitoraggio", "Add a monitor": "Aggiungi un monitoraggio",
"Edit Status Page": "Modifica pagina di stato", "Edit Status Page": "Modifica pagina di stato",
"Go to Dashboard": "Vai al Cruscotto", "Go to Dashboard": "Vai al Cruscotto",
"Status Page": "Status Page", "Status Page": "Pagina di stato",
// Start notification form // Start notification form
defaultNotificationName: "My {notification} Alert ({number})", defaultNotificationName: "My {notification} Alert ({number})",
here: "qui", here: "qui",
@ -194,61 +194,62 @@ export default {
"webhook": "Webhook", "webhook": "Webhook",
"Post URL": "Post URL", "Post URL": "Post URL",
"Content Type": "Content Type", "Content Type": "Content Type",
webhookJsonDesc: "{0} is good for any modern http servers such as express.js", webhookJsonDesc: "{0} va bene per qualsiasi server http moderno ad esempio express.js",
webhookFormDataDesc: "{multipart} is good for PHP, you just need to parse the json by {decodeFunction}", webhookFormDataDesc: "{multipart} va bene per PHP, c'è solo bisogno di analizzare il json con {decodeFunction}",
"smtp": "Email (SMTP)", "smtp": "E-mail (SMTP)",
secureOptionNone: "None / STARTTLS (25, 587)", secureOptionNone: "Nessuno / STARTTLS (25, 587)",
secureOptionTLS: "TLS (465)", secureOptionTLS: "TLS (465)",
"Ignore TLS Error": "Ignore TLS Error", "Ignore TLS Error": "Ignora gli errori TLS",
"From Email": "From Email", "From Email": "Mittente",
"To Email": "To Email", emailCustomSubject: "Oggetto personalizzato",
"To Email": "Destinatario",
smtpCC: "CC", smtpCC: "CC",
smtpBCC: "BCC", smtpBCC: "CCn",
"discord": "Discord", "discord": "Discord",
"Discord Webhook URL": "Discord Webhook URL", "Discord Webhook URL": "URL Webhook di Discord",
wayToGetDiscordURL: "You can get this by going to Server Settings -> Integrations -> Create Webhook", wayToGetDiscordURL: "È possibile recuperarlo da Impostazioni server -> Integrazioni -> Creare Webhook",
"Bot Display Name": "Bot Display Name", "Bot Display Name": "Nome del Bot",
"Prefix Custom Message": "Prefix Custom Message", "Prefix Custom Message": "Prefisso per il messaggio personalizzato",
"Hello @everyone is...": "Hello {'@'}everyone is...", "Hello @everyone is...": "Ciao a {'@'}everyone ...",
"teams": "Microsoft Teams", "teams": "Microsoft Teams",
"Webhook URL": "Webhook URL", "Webhook URL": "URL Webhook",
wayToGetTeamsURL: "You can learn how to create a webhook url {0}.", wayToGetTeamsURL: "È possibile imparare a creare un URL Webhook {0}.",
"signal": "Signal", "signal": "Signal",
"Number": "Number", "Number": "Numero",
"Recipients": "Recipients", "Recipients": "Destinatari",
needSignalAPI: "You need to have a signal client with REST API.", needSignalAPI: "È necessario avere un client Signal con le API REST.",
wayToCheckSignalURL: "You can check this url to view how to setup one:", wayToCheckSignalURL: "Controllare questo url per capire come impostarne uno:",
signalImportant: "IMPORTANT: You cannot mix groups and numbers in recipients!", signalImportant: "IMPORTANTE: Non è possibile mischiare gruppi e numeri all'interno dei destinatari!",
"gotify": "Gotify", "gotify": "Gotify",
"Application Token": "Application Token", "Application Token": "Token Applicazione",
"Server URL": "Server URL", "Server URL": "URL Server",
"Priority": "Priority", "Priority": "Priorità",
"slack": "Slack", "slack": "Slack",
"Icon Emoji": "Icon Emoji", "Icon Emoji": "Icona Emoji",
"Channel Name": "Channel Name", "Channel Name": "Nome Canale",
"Uptime Kuma URL": "Uptime Kuma URL", "Uptime Kuma URL": "Indirizzo Uptime Kuma",
aboutWebhooks: "More info about webhooks on: {0}", aboutWebhooks: "Maggiori informazioni riguardo ai webhooks su: {0}",
aboutChannelName: "Enter the channel name on {0} Channel Name field if you want to bypass the webhook channel. Ex: #other-channel", aboutChannelName: "Inserire il nome del canale nel campo \"Nome Canale\" {0} se si vuole bypassare il canale webhook. Ad esempio: #altro-canale",
aboutKumaURL: "If you leave the Uptime Kuma URL field blank, it will default to the Project Github page.", aboutKumaURL: "Se si lascia bianco il campo Indirizzo Uptime Kuma, la pagina GitHub sarà il valore predefinito.",
emojiCheatSheet: "Emoji cheat sheet: {0}", emojiCheatSheet: "Lista Emoji: {0}",
"rocket.chat": "Rocket.chat", "rocket.chat": "Rocket.chat",
pushover: "Pushover", pushover: "Pushover",
pushy: "Pushy", pushy: "Pushy",
octopush: "Octopush", octopush: "Octopush",
promosms: "PromoSMS", promosms: "PromoSMS",
lunasea: "LunaSea", lunasea: "LunaSea",
apprise: "Apprise (Support 50+ Notification services)", apprise: "Apprise (Supporta più di 50 servizi di notifica)",
pushbullet: "Pushbullet", pushbullet: "Pushbullet",
line: "Line Messenger", line: "Line Messenger",
mattermost: "Mattermost", mattermost: "Mattermost",
"User Key": "User Key", "User Key": "Chiave Utente",
"Device": "Device", "Device": "Dispositivo",
"Message Title": "Message Title", "Message Title": "Titolo Messaggio",
"Notification Sound": "Notification Sound", "Notification Sound": "Suono di Notifica",
"More info on:": "More info on: {0}", "More info on:": "Più informazioni su: {0}",
pushoverDesc1: "Emergency priority (2) has default 30 second timeout between retries and will expire after 1 hour.", pushoverDesc1: "Emergency priority (2) has default 30 second timeout between retries and will expire after 1 hour.",
pushoverDesc2: "If you want to send notifications to different devices, fill out Device field.", pushoverDesc2: "If you want to send notifications to different devices, fill out Device field.",
"SMS Type": "SMS Type", "SMS Type": "Tipo SMS",
octopushTypePremium: "Premium (Fast - recommended for alerting)", octopushTypePremium: "Premium (Fast - recommended for alerting)",
octopushTypeLowCost: "Low Cost (Slow, sometimes blocked by operator)", octopushTypeLowCost: "Low Cost (Slow, sometimes blocked by operator)",
"Check octopush prices": "Check octopush prices {0}.", "Check octopush prices": "Check octopush prices {0}.",