mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-10 07:34:07 -08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
71492aeb3a
|
@ -1,7 +1,7 @@
|
||||||
export default {
|
export default {
|
||||||
languageName: "Danish (Danmark)",
|
languageName: "Danish (Danmark)",
|
||||||
Settings: "Indstillinger",
|
Settings: "Indstillinger",
|
||||||
Dashboard: "Dashboard",
|
Dashboard: "Betjeningspanel",
|
||||||
"New Update": "Opdatering tilgængelig",
|
"New Update": "Opdatering tilgængelig",
|
||||||
Language: "Sprog",
|
Language: "Sprog",
|
||||||
Appearance: "Udseende",
|
Appearance: "Udseende",
|
||||||
|
@ -110,11 +110,11 @@ export default {
|
||||||
notAvailableShort: "N/A",
|
notAvailableShort: "N/A",
|
||||||
Create: "Opret",
|
Create: "Opret",
|
||||||
clearEventsMsg: "Er du sikker på vil slette alle events for denne Overvåger?",
|
clearEventsMsg: "Er du sikker på vil slette alle events for denne Overvåger?",
|
||||||
clearHeartbeatsMsg: "Er du sikker på vil slette alle heartbeats for denne Overvåger?",
|
clearHeartbeatsMsg: "Er du sikker på vil slette alle hjerteslag for denne Overvåger?",
|
||||||
confirmClearStatisticsMsg: "Vil du helt sikkert slette ALLE statistikker?",
|
confirmClearStatisticsMsg: "Vil du helt sikkert slette ALLE statistikker?",
|
||||||
"Clear Data": "Ryd Data",
|
"Clear Data": "Ryd Data",
|
||||||
Events: "Events",
|
Events: "Events",
|
||||||
Heartbeats: "Heartbeats",
|
Heartbeats: "Hjerteslag",
|
||||||
"Auto Get": "Auto-hent",
|
"Auto Get": "Auto-hent",
|
||||||
enableDefaultNotificationDescription: "For hver ny overvåger aktiveres denne underretning som standard. Du kan stadig deaktivere underretningen separat for hver skærm.",
|
enableDefaultNotificationDescription: "For hver ny overvåger aktiveres denne underretning som standard. Du kan stadig deaktivere underretningen separat for hver skærm.",
|
||||||
"Default enabled": "Standard aktiveret",
|
"Default enabled": "Standard aktiveret",
|
||||||
|
@ -145,14 +145,14 @@ export default {
|
||||||
retryCheckEverySecond: "Prøv igen hvert {0} sekund.",
|
retryCheckEverySecond: "Prøv igen hvert {0} sekund.",
|
||||||
importHandleDescription: "Vælg 'Spring over eksisterende', hvis du vil springe over hver overvåger eller underretning med samme navn. 'Overskriv' sletter alle eksisterende overvågere og underretninger.",
|
importHandleDescription: "Vælg 'Spring over eksisterende', hvis du vil springe over hver overvåger eller underretning med samme navn. 'Overskriv' sletter alle eksisterende overvågere og underretninger.",
|
||||||
confirmImportMsg: "Er du sikker på at importere sikkerhedskopien? Sørg for, at du har valgt den rigtige importindstilling.",
|
confirmImportMsg: "Er du sikker på at importere sikkerhedskopien? Sørg for, at du har valgt den rigtige importindstilling.",
|
||||||
"Heartbeat Retry Interval": "Heartbeat Gentagelsesinterval",
|
"Heartbeat Retry Interval": "Hjerteslag Gentagelsesinterval",
|
||||||
"Import Backup": "Importer Backup",
|
"Import Backup": "Importer Backup",
|
||||||
"Export Backup": "Eksporter Backup",
|
"Export Backup": "Eksporter Backup",
|
||||||
"Skip existing": "Spring over eksisterende",
|
"Skip existing": "Spring over eksisterende",
|
||||||
Overwrite: "Overskriv",
|
Overwrite: "Overskriv",
|
||||||
Options: "Valgmuligheder",
|
Options: "Valgmuligheder",
|
||||||
"Keep both": "Behold begge",
|
"Keep both": "Behold begge",
|
||||||
Tags: "Tags",
|
Tags: "Etiketter",
|
||||||
"Add New below or Select...": "Tilføj Nyt nedenfor eller Vælg ...",
|
"Add New below or Select...": "Tilføj Nyt nedenfor eller Vælg ...",
|
||||||
"Tag with this name already exist.": "Et Tag med dette navn findes allerede.",
|
"Tag with this name already exist.": "Et Tag med dette navn findes allerede.",
|
||||||
"Tag with this value already exist.": "Et Tag med denne værdi findes allerede.",
|
"Tag with this value already exist.": "Et Tag med denne værdi findes allerede.",
|
||||||
|
@ -178,8 +178,8 @@ export default {
|
||||||
"Add Group": "Tilføj Gruppe",
|
"Add Group": "Tilføj Gruppe",
|
||||||
"Add a monitor": "Tilføj en Overvåger",
|
"Add a monitor": "Tilføj en Overvåger",
|
||||||
"Edit Status Page": "Rediger Statusside",
|
"Edit Status Page": "Rediger Statusside",
|
||||||
"Go to Dashboard": "Gå til Dashboard",
|
"Go to Dashboard": "Gå til Betjeningspanel",
|
||||||
"Status Page": "Status Page",
|
"Status Page": "Statusside",
|
||||||
telegram: "Telegram",
|
telegram: "Telegram",
|
||||||
webhook: "Webhook",
|
webhook: "Webhook",
|
||||||
smtp: "Email (SMTP)",
|
smtp: "Email (SMTP)",
|
||||||
|
@ -194,8 +194,162 @@ export default {
|
||||||
octopush: "Octopush",
|
octopush: "Octopush",
|
||||||
promosms: "PromoSMS",
|
promosms: "PromoSMS",
|
||||||
lunasea: "LunaSea",
|
lunasea: "LunaSea",
|
||||||
apprise: "Apprise (Support 50+ Notification services)",
|
apprise: "Apprise (Understøtter 50+ Notifikationstjenester)",
|
||||||
pushbullet: "Pushbullet",
|
pushbullet: "Pushbullet",
|
||||||
line: "Line Messenger",
|
line: "Line Messenger",
|
||||||
mattermost: "Mattermost",
|
mattermost: "Mattermost",
|
||||||
|
"Primary Base URL": "Primær Basis-URL",
|
||||||
|
"Push URL": "Push URL",
|
||||||
|
needPushEvery: "Du bør kalde denne webadresse hvert {0} sekund.",
|
||||||
|
pushOptionalParams: "Valgfrie parametre: {0}",
|
||||||
|
defaultNotificationName: "Min {notification} Advarsel ({number})",
|
||||||
|
here: "her",
|
||||||
|
Required: "Påkrævet",
|
||||||
|
"Bot Token": "Bot Token",
|
||||||
|
wayToGetTelegramToken: "Du kan få et token fra {0}.",
|
||||||
|
"Chat ID": "Chat ID",
|
||||||
|
supportTelegramChatID: "Support Direct Chat / Group / Channel's Chat ID",
|
||||||
|
wayToGetTelegramChatID: "Du kan få dit chat-ID ved at sende en besked til bot'en og gå til denne URL for at se chat_id'et:",
|
||||||
|
"YOUR BOT TOKEN HERE": "DIT BOT TOKEN HER",
|
||||||
|
chatIDNotFound: "Chat-ID blev ikke fundet; send venligst en besked til denne bot først ",
|
||||||
|
"Post URL": "Post URL",
|
||||||
|
"Content Type": "Indholdstype",
|
||||||
|
webhookJsonDesc: "{0} er god til alle moderne HTTP-servere som f.eks Express.js",
|
||||||
|
webhookFormDataDesc: "{multipart} er god til PHP. JSON'en skal parses med {decodeFunction}",
|
||||||
|
secureOptionNone: "Ingen / STARTTLS (25, 587)",
|
||||||
|
secureOptionTLS: "TLS (465)",
|
||||||
|
"Ignore TLS Error": "Ignorer TLS-fejl",
|
||||||
|
"From Email": "Afsender Email",
|
||||||
|
emailCustomSubject: "Brugerdefineret Emne",
|
||||||
|
"To Email": "Modtager Email",
|
||||||
|
smtpCC: "CC",
|
||||||
|
smtpBCC: "BCC",
|
||||||
|
"Discord Webhook URL": "Discord Webhook URL",
|
||||||
|
wayToGetDiscordURL: "Du kan få dette ved at gå til Serverindstillinger -> Integrationer -> Opret webhook ",
|
||||||
|
"Bot Display Name": "Bot Visningsnavn",
|
||||||
|
"Prefix Custom Message": "Præfiks Brugerdefineret Besked",
|
||||||
|
"Hello @everyone is...": "Hello {'@'}everyone is...",
|
||||||
|
"Webhook URL": "Webhook URL",
|
||||||
|
wayToGetTeamsURL: "Du kan lære, hvordan du laver en webhook URL {0}.",
|
||||||
|
Number: "Nummer",
|
||||||
|
Recipients: "Modtagere",
|
||||||
|
needSignalAPI: "Du skal have en Signal-klient med REST API.",
|
||||||
|
wayToCheckSignalURL: "Du kan tjekke denne URL for at se, hvordan du konfigurerer en:",
|
||||||
|
signalImportant: "VIGTIGT: Du kan ikke blande grupper og numre i modtagere!",
|
||||||
|
"Application Token": "Program Token",
|
||||||
|
"Server URL": "Server URL",
|
||||||
|
Priority: "Prioritet",
|
||||||
|
"Icon Emoji": "Icon Emoji",
|
||||||
|
"Channel Name": "Kanalnavn",
|
||||||
|
"Uptime Kuma URL": "Uptime Kuma URL",
|
||||||
|
aboutWebhooks: "Mere info om Webhooks på: {0}",
|
||||||
|
aboutChannelName: "Indtast kanalnavnet i {0} Kanalnavn feltet, hvis du vil omgå Webhook-kanalen. Eks: #anden-kanal",
|
||||||
|
aboutKumaURL: "Hvis du efterlader Uptime Kuma URL-feltet tomt, vil det som standard gå til projektets GitHub-siden.",
|
||||||
|
emojiCheatSheet: "Emoji cheat sheet: {0}",
|
||||||
|
clicksendsms: "ClickSend SMS",
|
||||||
|
"User Key": "Bruger-Nøgle",
|
||||||
|
Device: "Enhed",
|
||||||
|
"Message Title": "Besked Titel",
|
||||||
|
"Notification Sound": "Notifikationslyd",
|
||||||
|
"More info on:": "Mere info på: {0}",
|
||||||
|
pushoverDesc1: "Nødprioritet (2) har som standard 30 sekunders timeout mellem genforsøg og udløber efter 1 time.",
|
||||||
|
pushoverDesc2: "Hvis du vil sende meddelelser til forskellige enheder, skal du udfylde feltet Enhed.",
|
||||||
|
"SMS Type": "SMS Type",
|
||||||
|
octopushTypePremium: "Premium (Hurtig - anbefales til advarsel)",
|
||||||
|
octopushTypeLowCost: "Lavpris (Langsom - nogle gange blokeret af operatøren)",
|
||||||
|
checkPrice: "Tjek {0} priser:",
|
||||||
|
apiCredentials: "API legitimationsoplysninger",
|
||||||
|
octopushLegacyHint: "Bruger du den ældre version af Octopush (2011-2020) eller den nye version?",
|
||||||
|
"Check octopush prices": "Tjek octopush priser {0}.",
|
||||||
|
octopushPhoneNumber: "Telefonnummer (intl format, f.eks : +4512345678) ",
|
||||||
|
octopushSMSSender: "SMS Afsender Navn : 3-11 alfanumeriske tegn og mellemrum (a-zA-Z0-9)",
|
||||||
|
"LunaSea Device ID": "LunaSea Enhed-ID",
|
||||||
|
"Apprise URL": "Apprise URL",
|
||||||
|
"Example:": "Eksempel: {0}",
|
||||||
|
"Read more:": "Læs mere: {0}",
|
||||||
|
"Status:": "Status: {0}",
|
||||||
|
"Read more": "Læs mere",
|
||||||
|
appriseInstalled: "Apprise er installeret.",
|
||||||
|
appriseNotInstalled: "Apprise er ikke installeret. {0}",
|
||||||
|
"Access Token": "Access Token",
|
||||||
|
"Channel access token": "kanaladgangstoken",
|
||||||
|
"Line Developers Console": "Line Udviklerkonsol",
|
||||||
|
lineDevConsoleTo: "Line Udviklerkonsol - {0}",
|
||||||
|
"Basic Settings": "Basisindstillinger",
|
||||||
|
"User ID": "Bruger-ID",
|
||||||
|
"Messaging API": "Messaging API",
|
||||||
|
wayToGetLineChannelToken: "Tilgå først {0}, opret en udbyder og kanal (Messaging API), så kan du få kanaladgangstoken'et og bruger-ID'et fra de ovennævnte menupunkter.",
|
||||||
|
"Icon URL": "Ikon URL",
|
||||||
|
aboutIconURL: "Du kan angive et link til et billede i \"Ikon URL\" for at tilsidesætte standardprofilbilledet. Vil ikke blive brugt, hvis Ikon Emoji er angivet.",
|
||||||
|
aboutMattermostChannelName: "Du kan tilsidesætte standardkanalen, som Webhoo'en sender til ved at indtaste kanalnavnet i feltet \"Kanalnavn\". Dette skal aktiveres i Mattermost Webhook-indstillingerne. Eks: #anden-kanal",
|
||||||
|
matrix: "Matrix",
|
||||||
|
promosmsTypeEco: "SMS ECO - billig, men langsom og ofte overbelastet. Begrænset kun til polske modtagere.",
|
||||||
|
promosmsTypeFlash: "SMS FLASH - Beskeden vises automatisk på modtagerenheden. Begrænset kun til polske modtagere.",
|
||||||
|
promosmsTypeFull: "SMS FULL - Premium-niveau af SMS, Du kan bruge dit \"Sender Name\" (Du skal først registrere navn). Pålidelig til advarsler.",
|
||||||
|
promosmsTypeSpeed: "SMS SPEED - Højeste prioritet i systemet. Meget hurtig og pålidelig, men dyr (ca. to gange af SMS FULL pris).",
|
||||||
|
promosmsPhoneNumber: "Telefonnummer (polske numre behøver ikke angive områdenumre)",
|
||||||
|
promosmsSMSSender: "SMS Sender Name : Forudregistreret navn eller en af standarderne: InfoSMS, SMS Info, MaxSMS, INFO, SMS",
|
||||||
|
"Feishu WebHookUrl": "Feishu WebHookURL",
|
||||||
|
matrixHomeserverURL: "Hjemmeserver-URL (med http(s):// og eventuel port)",
|
||||||
|
"Internal Room Id": "Intern Rum-ID",
|
||||||
|
matrixDesc1: "Du kan finde det interne rum-ID ved at se i det avancerede afsnit af rumindstillingerne i din Matrix-klient. Det skulle ligne !QMdRCpUIfLwsfjxye6:home.server.",
|
||||||
|
matrixDesc2: "Det anbefales stærkt, at du opretter en ny bruger og ikke bruger din egen Matrix-brugers adgangstoken, da det giver fuld adgang til din konto og alle de rum, du har tilsluttet dig. I stedet skal du oprette en ny bruger og kun invitere den til det rum, du vil modtage meddelelsen i. Du kan få adgangstokenet ved at køre {0}",
|
||||||
|
Method: "Metode",
|
||||||
|
Body: "Body",
|
||||||
|
Headers: "Headers",
|
||||||
|
PushUrl: "Push URL",
|
||||||
|
HeadersInvalidFormat: "\"request headers\"-erne er ikke gyldige JSON: ",
|
||||||
|
BodyInvalidFormat: "\"request body\"-en er ikke gyldige JSON: ",
|
||||||
|
"Monitor History": "Overvåger Historik",
|
||||||
|
clearDataOlderThan: "Gem overvågningshistorikdata i {0} dage.",
|
||||||
|
PasswordsDoNotMatch: "Adgangskoderne stemmer ikke overens.",
|
||||||
|
records: "forekomster",
|
||||||
|
"One record": "Én forekomst",
|
||||||
|
steamApiKeyDescription: "For at overvåge en Steam Game Server skal du bruge en Steam Web-API nøgle. Du kan registrere din API-nøgle her: ",
|
||||||
|
"Current User": "Nuværende Bruger",
|
||||||
|
recent: "Seneste",
|
||||||
|
Done: "Færdig",
|
||||||
|
Info: "Info",
|
||||||
|
Security: "Sikkerhed",
|
||||||
|
"Steam API Key": "Steam API-nøgle",
|
||||||
|
"Shrink Database": "Krymp Database",
|
||||||
|
"Pick a RR-Type...": "Vælg en RR-Type...",
|
||||||
|
"Pick Accepted Status Codes...": "Vælg Accepterede Statuskoder...",
|
||||||
|
Default: "Standard",
|
||||||
|
"HTTP Options": "HTTP Valgmuligheder",
|
||||||
|
"Create Incident": "Opret Annoncering",
|
||||||
|
Title: "Titel",
|
||||||
|
Content: "Indhold",
|
||||||
|
Style: "Type",
|
||||||
|
info: "info",
|
||||||
|
warning: "advarsel",
|
||||||
|
danger: "fare",
|
||||||
|
primary: "primær",
|
||||||
|
light: "lys",
|
||||||
|
dark: "mørk",
|
||||||
|
Post: "Udgiv",
|
||||||
|
"Please input title and content": "Indtast venligst titel og indhold",
|
||||||
|
Created: "Oprettet",
|
||||||
|
"Last Updated": "Sidst Opdateret",
|
||||||
|
Unpin: "Frigør",
|
||||||
|
"Switch to Light Theme": "Skift til Lys Tema",
|
||||||
|
"Switch to Dark Theme": "Skift til Mørkt Tema",
|
||||||
|
"Show Tags": "Vis Etiketter",
|
||||||
|
"Hide Tags": "Skjul Etiketter",
|
||||||
|
Description: "Beskrivelse",
|
||||||
|
"No monitors available.": "No monitors available.",
|
||||||
|
"Add one": "Tilføj en",
|
||||||
|
"No Monitors": "Ingen Overvågere",
|
||||||
|
"Untitled Group": "Unavngivet Gruppe",
|
||||||
|
Services: "Tjenester",
|
||||||
|
Discard: "Kassér",
|
||||||
|
Cancel: "Annullér",
|
||||||
|
"Powered by": "Drevet af",
|
||||||
|
shrinkDatabaseDescription: "Udfør database VACUUM for SQLite. Hvis din database er oprettet efter 1.10.0, er AUTO_VACUUM allerede aktiveret, og denne handling er ikke nødvendig.",
|
||||||
|
serwersms: "SerwerSMS.pl",
|
||||||
|
serwersmsAPIUser: "API Brugernavn (inkl. webapi_ prefix)",
|
||||||
|
serwersmsAPIPassword: "API Adgangskode",
|
||||||
|
serwersmsPhoneNumber: "Telefonnummer",
|
||||||
|
serwersmsSenderName: "SMS Afsender Navn (registreret via kundeportal)",
|
||||||
|
stackfield: "Stackfield",
|
||||||
};
|
};
|
||||||
|
|
|
@ -129,7 +129,7 @@ export default {
|
||||||
Create: "Créer",
|
Create: "Créer",
|
||||||
"Clear Data": "Effacer les données",
|
"Clear Data": "Effacer les données",
|
||||||
Events: "Evénements",
|
Events: "Evénements",
|
||||||
Heartbeats: "Vérfications",
|
Heartbeats: "Vérifications",
|
||||||
"Auto Get": "Récuperer automatiquement",
|
"Auto Get": "Récuperer automatiquement",
|
||||||
backupDescription: "Vous pouvez sauvegarder toutes les sondes et toutes les notifications dans un fichier JSON.",
|
backupDescription: "Vous pouvez sauvegarder toutes les sondes et toutes les notifications dans un fichier JSON.",
|
||||||
backupDescription2: "PS : Les données relatives à l'historique et aux événements ne sont pas incluses.",
|
backupDescription2: "PS : Les données relatives à l'historique et aux événements ne sont pas incluses.",
|
||||||
|
|
|
@ -8,19 +8,19 @@ export default {
|
||||||
maxRedirectDescription: "Numero massimo di redirezionamenti consentito. Per disabilitare impostare \"0\".",
|
maxRedirectDescription: "Numero massimo di redirezionamenti consentito. Per disabilitare impostare \"0\".",
|
||||||
acceptedStatusCodesDescription: "Inserire i codici di stato considerati come risposte corrette.",
|
acceptedStatusCodesDescription: "Inserire i codici di stato considerati come risposte corrette.",
|
||||||
passwordNotMatchMsg: "La password non coincide.",
|
passwordNotMatchMsg: "La password non coincide.",
|
||||||
notificationDescription: "Assegnare la notifica a uno o più elementi monitorati per metterla in funzione.",
|
notificationDescription: "Assegnare la notifica a uno o più oggetti monitorati per metterla in funzione.",
|
||||||
keywordDescription: "Cerca la parola chiave nella risposta in html o JSON e fai distinzione tra maiuscole e minuscole",
|
keywordDescription: "Cerca la parola chiave nella risposta in html o JSON e fai distinzione tra maiuscole e minuscole",
|
||||||
pauseDashboardHome: "In Pausa",
|
pauseDashboardHome: "In Pausa",
|
||||||
deleteMonitorMsg: "Si è certi di voler eliminare questo monitoraggio?",
|
deleteMonitorMsg: "Si è certi di voler eliminare questo oggetto monitorato?",
|
||||||
deleteNotificationMsg: "Si è certi di voler eliminare questa notifica per tutti gli oggetti monitorati?",
|
deleteNotificationMsg: "Si è certi di voler eliminare questa notifica per tutti gli oggetti monitorati?",
|
||||||
resoverserverDescription: "Cloudflare è il server predefinito, è possibile cambiare il server DNS.",
|
resoverserverDescription: "Cloudflare è il server predefinito, è possibile cambiare il server DNS.",
|
||||||
rrtypeDescription: "Scegliere il tipo di RR che si vuole monitorare",
|
rrtypeDescription: "Scegliere il tipo di RR che si vuole monitorare",
|
||||||
pauseMonitorMsg: "Si è certi di voler mettere in pausa?",
|
pauseMonitorMsg: "Si è certi di voler mettere in pausa?",
|
||||||
enableDefaultNotificationDescription: "Per ogni nuovo monitoraggio questa notifica sarà abilitata di default. È comunque possibile disabilitare la notifica separatamente per ogni monitoraggio.",
|
enableDefaultNotificationDescription: "Per ogni nuovo oggetto monitorato questa notifica sarà abilitata di default. È comunque possibile disabilitare la notifica separatamente per ogni oggetto.",
|
||||||
clearEventsMsg: "Si è certi di voler eliminare tutti gli eventi per questo servizio?",
|
clearEventsMsg: "Si è certi di voler eliminare tutti gli eventi per questo servizio?",
|
||||||
clearHeartbeatsMsg: "Si è certi di voler eliminare tutti gli intervalli di controllo per questo servizio?",
|
clearHeartbeatsMsg: "Si è certi di voler eliminare tutti gli intervalli di controllo per questo servizio?",
|
||||||
confirmClearStatisticsMsg: "Si è certi di voler eliminare TUTTE le statistiche?",
|
confirmClearStatisticsMsg: "Si è certi di voler eliminare TUTTE le statistiche?",
|
||||||
importHandleDescription: "Selezionare 'Ignora gli esistenti' si vuole ignorare l'importazione dei monitoraggi o delle notifiche con lo stesso nome. 'Sovrascrivi' eliminerà ogni monitoraggio e notifica esistente.",
|
importHandleDescription: "Selezionare 'Ignora gli esistenti' si vuole ignorare l'importazione degli oggetti monitorati o delle notifiche con lo stesso nome. 'Sovrascrivi' eliminerà ogni oggetto e notifica esistente.",
|
||||||
confirmImportMsg: "Si è certi di voler importare il backup? Essere certi di aver selezionato l'opzione corretta di importazione.",
|
confirmImportMsg: "Si è certi di voler importare il backup? Essere certi di aver selezionato l'opzione corretta di importazione.",
|
||||||
twoFAVerifyLabel: "Scrivi il token per verificare che l'autenticazione a due fattori funzioni",
|
twoFAVerifyLabel: "Scrivi il token per verificare che l'autenticazione a due fattori funzioni",
|
||||||
tokenValidSettingsMsg: "Il token è valido! È ora possibile salvare le impostazioni.",
|
tokenValidSettingsMsg: "Il token è valido! È ora possibile salvare le impostazioni.",
|
||||||
|
@ -38,7 +38,7 @@ export default {
|
||||||
"Check Update On GitHub": "Controlla aggiornamenti su GitHub",
|
"Check Update On GitHub": "Controlla aggiornamenti su GitHub",
|
||||||
List: "Lista",
|
List: "Lista",
|
||||||
Add: "Aggiungi",
|
Add: "Aggiungi",
|
||||||
"Add New Monitor": "Aggiungi un nuovo monitoraggio",
|
"Add New Monitor": "Aggiungi un nuovo oggetto da monitorare",
|
||||||
"Quick Stats": "Statistiche rapide",
|
"Quick Stats": "Statistiche rapide",
|
||||||
Up: "Su",
|
Up: "Su",
|
||||||
Down: "Giù",
|
Down: "Giù",
|
||||||
|
@ -63,7 +63,7 @@ export default {
|
||||||
"-hour": "-ore",
|
"-hour": "-ore",
|
||||||
Response: "Risposta",
|
Response: "Risposta",
|
||||||
Ping: "Ping",
|
Ping: "Ping",
|
||||||
"Monitor Type": "Tipo di Monitoraggio",
|
"Monitor Type": "Modalità di monitoraggio",
|
||||||
Keyword: "Parola chiave",
|
Keyword: "Parola chiave",
|
||||||
"Friendly Name": "Nomignolo",
|
"Friendly Name": "Nomignolo",
|
||||||
URL: "URL",
|
URL: "URL",
|
||||||
|
@ -111,7 +111,7 @@ export default {
|
||||||
Password: "Password",
|
Password: "Password",
|
||||||
"Remember me": "Ricordami",
|
"Remember me": "Ricordami",
|
||||||
Login: "Accesso",
|
Login: "Accesso",
|
||||||
"No Monitors, please": "Nessun monitoraggio, cortesemente",
|
"No Monitors, please": "Nessun oggetto monitorato,",
|
||||||
"add one": "aggiungerne uno",
|
"add one": "aggiungerne uno",
|
||||||
"Notification Type": "Tipo di notifica",
|
"Notification Type": "Tipo di notifica",
|
||||||
Email: "E-mail",
|
Email: "E-mail",
|
||||||
|
@ -173,33 +173,33 @@ export default {
|
||||||
"Avg. Ping": "Tempo medio di risposta al ping",
|
"Avg. Ping": "Tempo medio di risposta al ping",
|
||||||
"Avg. Response": "Tempo medio di risposta",
|
"Avg. Response": "Tempo medio di risposta",
|
||||||
"Entry Page": "Pagina Principale",
|
"Entry Page": "Pagina Principale",
|
||||||
statusPageNothing: "Non c'è nulla qui, aggiungere un gruppo oppure un monitoraggio.",
|
statusPageNothing: "Non c'è nulla qui, aggiungere un gruppo oppure un oggetto da monitorare.",
|
||||||
"No Services": "Nessun Servizio",
|
"No Services": "Nessun Servizio",
|
||||||
"All Systems Operational": "Tutti i sistemi sono funzionali",
|
"All Systems Operational": "Tutti i sistemi sono funzionali",
|
||||||
"Partially Degraded Service": "Servizio parzialmente degradato",
|
"Partially Degraded Service": "Servizio parzialmente degradato",
|
||||||
"Degraded Service": "Servizio degradato",
|
"Degraded Service": "Servizio degradato",
|
||||||
"Add Group": "Aggiungi Gruppo",
|
"Add Group": "Aggiungi Gruppo",
|
||||||
"Add a monitor": "Aggiungi un monitoraggio",
|
"Add a monitor": "Aggiungi un oggetto",
|
||||||
"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": "Pagina di stato",
|
"Status Page": "Pagina di stato",
|
||||||
defaultNotificationName: "Allarme {notification} ({number})",
|
defaultNotificationName: "Allarme {notification} ({number})",
|
||||||
here: "qui",
|
here: "qui",
|
||||||
"Required": "Richiesto",
|
Required: "Richiesto",
|
||||||
"telegram": "Telegram",
|
telegram: "Telegram",
|
||||||
"Bot Token": "Token del Bot",
|
"Bot Token": "Token del Bot",
|
||||||
"You can get a token from": "Puoi ricevere un token da",
|
wayToGetTelegramToken: "È possibile ricevere un token da {0}.",
|
||||||
"Chat ID": "ID Chat",
|
"Chat ID": "ID Chat",
|
||||||
supportTelegramChatID: "Supporta Chat dirette / di Gruppo / ID Canale",
|
supportTelegramChatID: "Supporta Chat dirette / di Gruppo / ID Canale",
|
||||||
wayToGetTelegramChatID: "Puoi ricereve l'ID chat mandando un messaggio al bot andando in questo url per visualizzare il chat_id:",
|
wayToGetTelegramChatID: "È possibile ricereve l'ID chat mandando un messaggio al bot e poi andando in questo URL per visualizzare il chat_id:",
|
||||||
"YOUR BOT TOKEN HERE": "QUI IL TOKEN DEL BOT",
|
"YOUR BOT TOKEN HERE": "QUI IL TOKEN DEL BOT",
|
||||||
chatIDNotFound: "Non trovo l'ID chat. Prima bisogna mandare un messaggio al bot",
|
chatIDNotFound: "Non trovo l'ID chat. Prima bisogna mandare un messaggio al bot",
|
||||||
"webhook": "Webhook",
|
webhook: "Webhook",
|
||||||
"Post URL": "Post URL",
|
"Post URL": "Post URL",
|
||||||
"Content Type": "Content Type",
|
"Content Type": "Content Type",
|
||||||
webhookJsonDesc: "{0} va bene per qualsiasi server http moderno ad esempio express.js",
|
webhookJsonDesc: "{0} va bene per qualsiasi server http moderno ad esempio express.js",
|
||||||
webhookFormDataDesc: "{multipart} va bene per PHP, c'è solo bisogno di analizzare il json con {decodeFunction}",
|
webhookFormDataDesc: "{multipart} va bene per PHP, c'è solo bisogno di analizzare il json con {decodeFunction}",
|
||||||
"smtp": "E-mail (SMTP)",
|
smtp: "E-mail (SMTP)",
|
||||||
secureOptionNone: "Nessuno / STARTTLS (25, 587)",
|
secureOptionNone: "Nessuno / STARTTLS (25, 587)",
|
||||||
secureOptionTLS: "TLS (465)",
|
secureOptionTLS: "TLS (465)",
|
||||||
"Ignore TLS Error": "Ignora gli errori TLS",
|
"Ignore TLS Error": "Ignora gli errori TLS",
|
||||||
|
@ -208,26 +208,26 @@ export default {
|
||||||
"To Email": "Destinatario",
|
"To Email": "Destinatario",
|
||||||
smtpCC: "CC",
|
smtpCC: "CC",
|
||||||
smtpBCC: "CCn",
|
smtpBCC: "CCn",
|
||||||
"discord": "Discord",
|
discord: "Discord",
|
||||||
"Discord Webhook URL": "URL Webhook di Discord",
|
"Discord Webhook URL": "URL Webhook di Discord",
|
||||||
wayToGetDiscordURL: "È possibile recuperarlo da Impostazioni server -> Integrazioni -> Creare Webhook",
|
wayToGetDiscordURL: "È possibile recuperarlo da Impostazioni server -> Integrazioni -> Creare Webhook",
|
||||||
"Bot Display Name": "Nome del Bot",
|
"Bot Display Name": "Nome del Bot",
|
||||||
"Prefix Custom Message": "Prefisso per il messaggio personalizzato",
|
"Prefix Custom Message": "Prefisso per il messaggio personalizzato",
|
||||||
"Hello @everyone is...": "Ciao a {'@'}everyone ...",
|
"Hello @everyone is...": "Ciao a {'@'}everyone ...",
|
||||||
"teams": "Microsoft Teams",
|
teams: "Microsoft Teams",
|
||||||
"Webhook URL": "URL Webhook",
|
"Webhook URL": "URL Webhook",
|
||||||
wayToGetTeamsURL: "È possibile imparare a creare un URL Webhook {0}.",
|
wayToGetTeamsURL: "È possibile imparare a creare un URL Webhook {0}.",
|
||||||
"signal": "Signal",
|
signal: "Signal",
|
||||||
"Number": "Numero",
|
Number: "Numero",
|
||||||
"Recipients": "Destinatari",
|
Recipients: "Destinatari",
|
||||||
needSignalAPI: "È necessario avere un client Signal con le API REST.",
|
needSignalAPI: "È necessario avere un client Signal con le API REST.",
|
||||||
wayToCheckSignalURL: "Controllare questo url per capire come impostarne uno:",
|
wayToCheckSignalURL: "Controllare questo url per capire come impostarne uno:",
|
||||||
signalImportant: "IMPORTANTE: Non è possibile mischiare gruppi e numeri all'interno dei destinatari!",
|
signalImportant: "IMPORTANTE: Non è possibile mischiare gruppi e numeri all'interno dei destinatari!",
|
||||||
"gotify": "Gotify",
|
gotify: "Gotify",
|
||||||
"Application Token": "Token Applicazione",
|
"Application Token": "Token Applicazione",
|
||||||
"Server URL": "URL Server",
|
"Server URL": "URL Server",
|
||||||
"Priority": "Priorità",
|
Priority: "Priorità",
|
||||||
"slack": "Slack",
|
slack: "Slack",
|
||||||
"Icon Emoji": "Icona Emoji",
|
"Icon Emoji": "Icona Emoji",
|
||||||
"Channel Name": "Nome Canale",
|
"Channel Name": "Nome Canale",
|
||||||
"Uptime Kuma URL": "Indirizzo Uptime Kuma",
|
"Uptime Kuma URL": "Indirizzo Uptime Kuma",
|
||||||
|
@ -247,7 +247,7 @@ export default {
|
||||||
line: "Line Messenger",
|
line: "Line Messenger",
|
||||||
mattermost: "Mattermost",
|
mattermost: "Mattermost",
|
||||||
"User Key": "Chiave Utente",
|
"User Key": "Chiave Utente",
|
||||||
"Device": "Dispositivo",
|
Device: "Dispositivo",
|
||||||
"Message Title": "Titolo Messaggio",
|
"Message Title": "Titolo Messaggio",
|
||||||
"Notification Sound": "Suono di Notifica",
|
"Notification Sound": "Suono di Notifica",
|
||||||
"More info on:": "Maggiori informazioni su: {0}",
|
"More info on:": "Maggiori informazioni su: {0}",
|
||||||
|
@ -281,7 +281,7 @@ export default {
|
||||||
"Icon URL": "URL Icona",
|
"Icon URL": "URL Icona",
|
||||||
aboutIconURL: "È possibile impostare un collegameno a una immagine in \"URL Icona\" per modificare l'immagine di profilo. Non verrà utilizzata se è impostata l'Icona Emoji.",
|
aboutIconURL: "È possibile impostare un collegameno a una immagine in \"URL Icona\" per modificare l'immagine di profilo. Non verrà utilizzata se è impostata l'Icona Emoji.",
|
||||||
aboutMattermostChannelName: "È possibile modificare il canale predefinito che dove il webhook manda messaggi immettendo il nome del canale nel campo \"Nome Canale\". Questo va abilitato nelle impostazioni webhook di Mattermost webhook. P.E.: #altro-canale",
|
aboutMattermostChannelName: "È possibile modificare il canale predefinito che dove il webhook manda messaggi immettendo il nome del canale nel campo \"Nome Canale\". Questo va abilitato nelle impostazioni webhook di Mattermost webhook. P.E.: #altro-canale",
|
||||||
"matrix": "Matrix",
|
matrix: "Matrix",
|
||||||
promosmsTypeEco: "SMS ECO - economico, ma lento e spesso sovraccarico. Limitato solamente a destinatari Polacchi.",
|
promosmsTypeEco: "SMS ECO - economico, ma lento e spesso sovraccarico. Limitato solamente a destinatari Polacchi.",
|
||||||
promosmsTypeFlash: "SMS FLASH - Il messaggio sarà automaticamente mostrato sul dispositivo dei destinatari. Limitato solo a destinatari Polacchi.",
|
promosmsTypeFlash: "SMS FLASH - Il messaggio sarà automaticamente mostrato sul dispositivo dei destinatari. Limitato solo a destinatari Polacchi.",
|
||||||
promosmsTypeFull: "SMS FULL - Premium, È possibile utilizzare il proprio come come mittente (è necessario prima registrare il nome). Affidabile per gli allarmi.",
|
promosmsTypeFull: "SMS FULL - Premium, È possibile utilizzare il proprio come come mittente (è necessario prima registrare il nome). Affidabile per gli allarmi.",
|
||||||
|
@ -299,7 +299,7 @@ export default {
|
||||||
PushUrl: "URL di Push",
|
PushUrl: "URL di Push",
|
||||||
HeadersInvalidFormat: "L'intestazione di richiesta non è un JSON valido: ",
|
HeadersInvalidFormat: "L'intestazione di richiesta non è un JSON valido: ",
|
||||||
BodyInvalidFormat: "Il corpo di richiesta non è un JSON valido: ",
|
BodyInvalidFormat: "Il corpo di richiesta non è un JSON valido: ",
|
||||||
"Monitor History": "Storico monitoraggio",
|
"Monitor History": "Storicizzazione",
|
||||||
clearDataOlderThan: "Mantieni lo storico per {0} giorni.",
|
clearDataOlderThan: "Mantieni lo storico per {0} giorni.",
|
||||||
PasswordsDoNotMatch: "Le password non corrispondono.",
|
PasswordsDoNotMatch: "Le password non corrispondono.",
|
||||||
records: "records",
|
records: "records",
|
||||||
|
@ -323,23 +323,22 @@ export default {
|
||||||
info: "informativo",
|
info: "informativo",
|
||||||
warning: "attenzione",
|
warning: "attenzione",
|
||||||
danger: "critico",
|
danger: "critico",
|
||||||
primary: "primario",
|
primary: "predefinito",
|
||||||
light: "chiaro",
|
light: "chiaro",
|
||||||
dark: "scuro",
|
dark: "scuro",
|
||||||
Post: "Posta",
|
Post: "Posta",
|
||||||
"Please input title and content": "Inserire il titolo e il contenuto",
|
"Please input title and content": "Inserire il titolo e il contenuto",
|
||||||
Created: "Creato",
|
Created: "Creato",
|
||||||
"Last Updated": "Ultima modifica",
|
"Last Updated": "Ultima modifica",
|
||||||
Unpin: "Stacca",
|
Unpin: "Rimuovi",
|
||||||
"Switch to Light Theme": "Utilizza tema chiaro",
|
"Switch to Light Theme": "Utilizza tema chiaro",
|
||||||
"Switch to Dark Theme": "Utilizza tema scuro",
|
"Switch to Dark Theme": "Utilizza tema scuro",
|
||||||
"Show Tags": "Mostra etichette",
|
"Show Tags": "Mostra etichette",
|
||||||
"Hide Tags": "Nascondi etichette",
|
"Hide Tags": "Nascondi etichette",
|
||||||
Description: "Descrizione",
|
Description: "Descrizione",
|
||||||
"No monitors available.": "Nessun monitoraggio disponibile.",
|
"No monitors available.": "Nessun oggetto monitorato disponibile.",
|
||||||
"Add one": "Aggiungi",
|
|
||||||
"No Monitors": "Nessun monitoraggio",
|
|
||||||
"Add one": "Aggiungi",
|
"Add one": "Aggiungi",
|
||||||
|
"No Monitors": "Nessun oggetto monitorato inserito",
|
||||||
"Untitled Group": "Gruppo senza titolo",
|
"Untitled Group": "Gruppo senza titolo",
|
||||||
Services: "Servizi",
|
Services: "Servizi",
|
||||||
Discard: "Scarta",
|
Discard: "Scarta",
|
||||||
|
@ -351,5 +350,5 @@ export default {
|
||||||
serwersmsAPIPassword: "Password API",
|
serwersmsAPIPassword: "Password API",
|
||||||
serwersmsPhoneNumber: "Numero di Telefono",
|
serwersmsPhoneNumber: "Numero di Telefono",
|
||||||
serwersmsSenderName: "Nome del mittente SMS (registrato via portale cliente)",
|
serwersmsSenderName: "Nome del mittente SMS (registrato via portale cliente)",
|
||||||
"stackfield": "Stackfield",
|
stackfield: "Stackfield",
|
||||||
};
|
};
|
||||||
|
|
|
@ -14,7 +14,7 @@ export default {
|
||||||
deleteMonitorMsg: "您確定要刪除此監測器嗎?",
|
deleteMonitorMsg: "您確定要刪除此監測器嗎?",
|
||||||
deleteNotificationMsg: "您確定要為所有監測器刪除此通知嗎?",
|
deleteNotificationMsg: "您確定要為所有監測器刪除此通知嗎?",
|
||||||
resoverserverDescription: "Cloudflare 為預設伺服器。您可以隨時更換解析伺服器。",
|
resoverserverDescription: "Cloudflare 為預設伺服器。您可以隨時更換解析伺服器。",
|
||||||
rrtypeDescription: "選擇您想要監測的資源記錄",
|
rrtypeDescription: "選擇您想要監測的資源記錄類型",
|
||||||
pauseMonitorMsg: "您確定要暫停嗎?",
|
pauseMonitorMsg: "您確定要暫停嗎?",
|
||||||
enableDefaultNotificationDescription: "預設情況下,新監測器將啟用此通知。您仍可分別停用各監測器的通知。",
|
enableDefaultNotificationDescription: "預設情況下,新監測器將啟用此通知。您仍可分別停用各監測器的通知。",
|
||||||
clearEventsMsg: "您確定要刪除此監測器的所有事件嗎?",
|
clearEventsMsg: "您確定要刪除此監測器的所有事件嗎?",
|
||||||
|
@ -307,4 +307,50 @@ export default {
|
||||||
"Showing {from} to {to} of {count} records": "正在顯示 {count} 項記錄中的 {from} 至 {to} 項",
|
"Showing {from} to {to} of {count} records": "正在顯示 {count} 項記錄中的 {from} 至 {to} 項",
|
||||||
steamApiKeyDescription: "若要監測 Steam 遊戲伺服器,您將需要 Steam Web-API 金鑰。您可以在此註冊您的 API 金鑰:",
|
steamApiKeyDescription: "若要監測 Steam 遊戲伺服器,您將需要 Steam Web-API 金鑰。您可以在此註冊您的 API 金鑰:",
|
||||||
"Current User": "目前使用者",
|
"Current User": "目前使用者",
|
||||||
|
recent: "最近",
|
||||||
|
Done: "完成",
|
||||||
|
Info: "資訊",
|
||||||
|
Security: "安全性",
|
||||||
|
"Steam API Key": "Steam API 金鑰",
|
||||||
|
"Shrink Database": "壓縮資料庫",
|
||||||
|
"Pick a RR-Type...": "選擇資源記錄類型...",
|
||||||
|
"Pick Accepted Status Codes...": "選擇可接受的狀態碼...",
|
||||||
|
Default: "預設",
|
||||||
|
"HTTP Options": "HTTP 選項",
|
||||||
|
"Create Incident": "建立事件",
|
||||||
|
Title: "標題",
|
||||||
|
Content: "內容",
|
||||||
|
Style: "樣式",
|
||||||
|
info: "資訊",
|
||||||
|
warning: "警告",
|
||||||
|
danger: "危險",
|
||||||
|
primary: "主要",
|
||||||
|
light: "淺色",
|
||||||
|
dark: "暗色",
|
||||||
|
Post: "發佈",
|
||||||
|
"Please input title and content": "請輸入標題及內容",
|
||||||
|
Created: "建立",
|
||||||
|
"Last Updated": "最後更新",
|
||||||
|
Unpin: "取消釘選",
|
||||||
|
"Switch to Light Theme": "切換至淺色佈景主題",
|
||||||
|
"Switch to Dark Theme": "切換至深色佈景主題",
|
||||||
|
"Show Tags": "顯示標籤",
|
||||||
|
"Hide Tags": "隱藏標籤",
|
||||||
|
Description: "說明",
|
||||||
|
"No monitors available.": "沒有可用的監測器。",
|
||||||
|
"Add one": "新增一個",
|
||||||
|
"No Monitors": "無監測器",
|
||||||
|
"Add one": "新增一個",
|
||||||
|
"Untitled Group": "未命名群組",
|
||||||
|
Services: "服務",
|
||||||
|
Discard: "捨棄",
|
||||||
|
Cancel: "取消",
|
||||||
|
"Powered by": "技術支援",
|
||||||
|
shrinkDatabaseDescription: "觸發 SQLite 的資料庫清理 (VACUUM)。如果您的資料庫是在 1.10.0 版本後建立,AUTO_VACUUM 已自動啟用,則無需此操作。",
|
||||||
|
serwersms: "SerwerSMS.pl",
|
||||||
|
serwersmsAPIUser: "API 使用者名稱 (包括 webapi_ 前綴)",
|
||||||
|
serwersmsAPIPassword: "API 密碼",
|
||||||
|
serwersmsPhoneNumber: "電話號碼",
|
||||||
|
serwersmsSenderName: "SMS 寄件人名稱 (由客戶入口網站註冊)",
|
||||||
|
"stackfield": "Stackfield",
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue