convert Telegram into a vue components

This commit is contained in:
LouisLam
2021-09-07 23:32:05 +08:00
parent d164b6ccce
commit 4a106431f3
17 changed files with 142 additions and 89 deletions

View File

@@ -109,5 +109,12 @@ export default {
"Repeat Password": "Powtórz hasło",
respTime: "Czas odp. (ms)",
notAvailableShort: "N/A",
Create: "Stwórz"
Create: "Stwórz",
clearEventsMsg: "Are you sure want to delete all events for this monitor?",
clearHeartbeatsMsg: "Are you sure want to delete all heartbeats for this monitor?",
confirmClearStatisticsMsg: "Are you sure want to delete ALL statistics?",
"Clear Data": "Clear Data",
Events: "Events",
Heartbeats: "Heartbeats",
"Auto Get": "Auto Get"
}