Added translation to pause monitor confirmation

This commit is contained in:
Ponkhy
2021-08-29 04:03:55 +02:00
parent 93edb8817d
commit dd877cfc70
3 changed files with 4 additions and 2 deletions

View File

@@ -103,4 +103,5 @@ export default {
"Resolver Server": "Auflösungsserver",
rrtypeDescription: "Wähle den RR-Typ aus, welchen du überwachen möchtest.",
"Last Result": "Letztes Ergebnis",
pauseMonitorMsg: "Bist du sicher das du den Monitor pausieren möchtest?",
}

View File

@@ -15,4 +15,5 @@ export default {
deleteNotificationMsg: "Are you sure want to delete this notification for all monitors?",
resoverserverDescription: "Cloudflare is the default server, you can change the resolver server anytime.",
rrtypeDescription: "Select the RR-Type you want to monitor",
pauseMonitorMsg: "Are you sure want to pause?",
}