🌐 Added more internationalization vocabulary

This commit is contained in:
Liyas Thomas
2019-12-16 23:21:32 +05:30
parent 7ef5919ba1
commit 2c93e2f783
12 changed files with 71 additions and 19 deletions

View File

@@ -25,7 +25,7 @@
name="connect"
@click="toggleConnection"
>
{{ !connectionState ? "Connect" : "Disconnect" }}
{{ !connectionState ? $t("connect") : $t("disconnect") }}
<span>
<i class="material-icons">
{{ !connectionState ? "sync" : "sync_disabled" }}
@@ -114,7 +114,7 @@
name="start"
@click="toggleSSEConnection"
>
{{ !connectionSSEState ? "Start" : "Stop" }}
{{ !connectionSSEState ? $t("start") : $t("stop") }}
<span>
<i class="material-icons">
{{ !connectionSSEState ? "sync" : "sync_disabled" }}