diff --git a/src/components/CertificateInfo.vue b/src/components/CertificateInfo.vue index bb10f158d..1ded233f6 100644 --- a/src/components/CertificateInfo.vue +++ b/src/components/CertificateInfo.vue @@ -1,6 +1,6 @@ diff --git a/src/components/PingChart.vue b/src/components/PingChart.vue index 0baa9881d..499a0ab9e 100644 --- a/src/components/PingChart.vue +++ b/src/components/PingChart.vue @@ -85,7 +85,7 @@ export default { y: { title: { display: true, - text: this.$t("respTime"), + text: this.$t("RespTime"), }, offset: false, grid: { diff --git a/src/components/TagsManager.vue b/src/components/TagsManager.vue index 7fc78a340..c341fb762 100644 --- a/src/components/TagsManager.vue +++ b/src/components/TagsManager.vue @@ -59,7 +59,7 @@ @keydown.enter.prevent="onEnter" />
- {{ $t("Tag with this name already exist.") }} + {{ $t("TagWithThisNameAlreadyExist") }}
@@ -100,7 +100,7 @@ @keydown.enter.prevent="onEnter" />
- {{ $t("Tag with this value already exist.") }} + {{ $t("TagWithThisValueAlreadyExist") }}
diff --git a/src/components/TwoFADialog.vue b/src/components/TwoFADialog.vue index b7b9668d8..098283296 100644 --- a/src/components/TwoFADialog.vue +++ b/src/components/TwoFADialog.vue @@ -5,7 +5,7 @@ @@ -104,7 +104,7 @@
- {{ $t("pauseMonitorMsg") }} + {{ $t("PauseMonitorMsg") }} - {{ $t("deleteMonitorMsg") }} + {{ $t("DeleteMonitorMsg") }} - {{ $t("clearEventsMsg") }} + {{ $t("ClearEventsMsg") }} - {{ $t("clearHeartbeatsMsg") }} + {{ $t("ClearHeartbeatsMsg") }}
@@ -240,7 +240,7 @@ export default { return this.lastHeartBeat.ping; } - return this.$t("notAvailableShort"); + return this.$t("NotAvailableShort"); }, avgPing() { @@ -248,7 +248,7 @@ export default { return this.$root.avgPingList[this.monitor.id]; } - return this.$t("notAvailableShort"); + return this.$t("NotAvailableShort"); }, importantHeartBeatList() { diff --git a/src/pages/EditMonitor.vue b/src/pages/EditMonitor.vue index 96f221e8b..271334a81 100644 --- a/src/pages/EditMonitor.vue +++ b/src/pages/EditMonitor.vue @@ -9,7 +9,7 @@

{{ $t("General") }}

- +
- +
@@ -59,7 +59,7 @@
- {{ $t("keywordDescription") }} + {{ $t("KeywordDescription") }}
@@ -78,15 +78,15 @@
- +
@@ -119,13 +119,13 @@
- {{ $t("retriesDescription") }} + {{ $t("RetriesDescription") }}
@@ -136,32 +136,32 @@
- {{ $t("upsideDownModeDescription") }} + {{ $t("UpsideDownModeDescription") }}
@@ -197,7 +197,7 @@

{{ $t("Notifications") }}

- {{ $t("Not available, please setup.") }} + {{ $t("NotAvailablePleaseSetup") }}

@@ -212,7 +212,7 @@
diff --git a/src/pages/Settings.vue b/src/pages/Settings.vue index 22bb586c2..021c882b0 100644 --- a/src/pages/Settings.vue +++ b/src/pages/Settings.vue @@ -37,7 +37,7 @@
- +
@@ -67,24 +67,24 @@
- +
- +
@@ -110,29 +110,29 @@