Avg. Ping and Avg. Response translation keys

This commit is contained in:
Adam Stachowicz
2021-09-19 15:15:12 +02:00
parent 7665bae927
commit 7dc1e84e44
19 changed files with 401 additions and 28 deletions

View File

@@ -36,7 +36,6 @@ export default {
hour: "Stunde",
"-hour": "-Stunden",
checkEverySecond: "Überprüfe alle {0} Sekunden",
"Avg.": "Durchschn.",
Response: "Antwortzeit",
Ping: "Ping",
"Monitor Type": "Monitor Typ",
@@ -167,4 +166,6 @@ export default {
retryCheckEverySecond: "Versuche alle {0} Sekunden",
"Import Backup": "Import Backup",
"Export Backup": "Export Backup",
"Avg. Ping": "Avg. Ping",
"Avg. Response": "Avg. Response",
}