diff --git a/app/src/i18n/ar.json b/app/src/i18n/ar.json
index d94da60..1f16184 100644
--- a/app/src/i18n/ar.json
+++ b/app/src/i18n/ar.json
@@ -108,5 +108,7 @@
"warning.click-to-connect": "يرجى النقر أولاً على $1 على اليسار للاتصال",
"reset": "إعادة تعيين",
"read-resource": "قراءة الموارد",
- "enter": "إدخال"
+ "enter": "إدخال",
+ "connect.appearance.connect": "اتصال",
+ "connect.appearance.reconnect": "إعادة الاتصال"
}
\ No newline at end of file
diff --git a/app/src/i18n/de.json b/app/src/i18n/de.json
index 95c16fc..8294633 100644
--- a/app/src/i18n/de.json
+++ b/app/src/i18n/de.json
@@ -108,5 +108,7 @@
"warning.click-to-connect": "Bitte klicken Sie zuerst auf $1 links, um eine Verbindung herzustellen",
"reset": "Zurücksetzen",
"read-resource": "Ressourcen lesen",
- "enter": "Eingabe"
+ "enter": "Eingabe",
+ "connect.appearance.connect": "Verbinden",
+ "connect.appearance.reconnect": "Wiederverbinden"
}
\ No newline at end of file
diff --git a/app/src/i18n/en.json b/app/src/i18n/en.json
index 383b9ac..6dc3e22 100644
--- a/app/src/i18n/en.json
+++ b/app/src/i18n/en.json
@@ -108,5 +108,7 @@
"warning.click-to-connect": "Please first click on $1 on the left to connect",
"reset": "Reset",
"read-resource": "Read resources",
- "enter": "Input"
+ "enter": "Input",
+ "connect.appearance.connect": "Connect",
+ "connect.appearance.reconnect": "Reconnect"
}
\ No newline at end of file
diff --git a/app/src/i18n/fr.json b/app/src/i18n/fr.json
index 85bb248..3b8fb80 100644
--- a/app/src/i18n/fr.json
+++ b/app/src/i18n/fr.json
@@ -108,5 +108,7 @@
"warning.click-to-connect": "Veuillez d'abord cliquer sur $1 à gauche pour vous connecter",
"reset": "Réinitialiser",
"read-resource": "Lire les ressources",
- "enter": "Entrée"
+ "enter": "Entrée",
+ "connect.appearance.connect": "Se connecter",
+ "connect.appearance.reconnect": "Reconnecter"
}
\ No newline at end of file
diff --git a/app/src/i18n/ja.json b/app/src/i18n/ja.json
index 57c731d..e7a5da9 100644
--- a/app/src/i18n/ja.json
+++ b/app/src/i18n/ja.json
@@ -108,5 +108,7 @@
"warning.click-to-connect": "まず左側の$1をクリックして接続してください",
"reset": "リセット",
"read-resource": "リソースを読み込む",
- "enter": "入力"
+ "enter": "入力",
+ "connect.appearance.connect": "接続",
+ "connect.appearance.reconnect": "再接続"
}
\ No newline at end of file
diff --git a/app/src/i18n/ko.json b/app/src/i18n/ko.json
index 1de2dbd..a89b1e2 100644
--- a/app/src/i18n/ko.json
+++ b/app/src/i18n/ko.json
@@ -108,5 +108,7 @@
"warning.click-to-connect": "먼저 왼쪽의 $1을 클릭하여 연결하십시오",
"reset": "재설정",
"read-resource": "리소스 읽기",
- "enter": "입력"
+ "enter": "입력",
+ "connect.appearance.connect": "연결",
+ "connect.appearance.reconnect": "재연결"
}
\ No newline at end of file
diff --git a/app/src/i18n/ru.json b/app/src/i18n/ru.json
index 1a3f793..53f1753 100644
--- a/app/src/i18n/ru.json
+++ b/app/src/i18n/ru.json
@@ -108,5 +108,7 @@
"warning.click-to-connect": "Пожалуйста, сначала нажмите на $1 слева для подключения",
"reset": "Сброс",
"read-resource": "Чтение ресурсов",
- "enter": "Ввод"
+ "enter": "Ввод",
+ "connect.appearance.connect": "Подключиться",
+ "connect.appearance.reconnect": "Переподключиться"
}
\ No newline at end of file
diff --git a/app/src/i18n/zh-cn.json b/app/src/i18n/zh-cn.json
index 45e2038..ef8ab1a 100644
--- a/app/src/i18n/zh-cn.json
+++ b/app/src/i18n/zh-cn.json
@@ -108,5 +108,7 @@
"warning.click-to-connect": "请先点击左侧的 $1 进行连接",
"reset": "重置",
"read-resource": "读取资源",
- "enter": "输入"
+ "enter": "输入",
+ "connect.appearance.connect":"连接",
+ "connect.appearance.reconnect":"重新连接"
}
\ No newline at end of file
diff --git a/app/src/i18n/zh-tw.json b/app/src/i18n/zh-tw.json
index 395cca9..e71a3f6 100644
--- a/app/src/i18n/zh-tw.json
+++ b/app/src/i18n/zh-tw.json
@@ -108,5 +108,7 @@
"warning.click-to-connect": "請先點擊左側的 $1 進行連接",
"reset": "重置",
"read-resource": "讀取資源",
- "enter": "輸入"
+ "enter": "輸入",
+ "connect.appearance.connect": "連接",
+ "connect.appearance.reconnect": "重新連接"
}
\ No newline at end of file
diff --git a/app/src/views/connect/index.vue b/app/src/views/connect/index.vue
index 722ee3f..ad35150 100644
--- a/app/src/views/connect/index.vue
+++ b/app/src/views/connect/index.vue
@@ -12,7 +12,7 @@
:disabled="!connectionResult"
@click="doConnect()"
>
- Connect
+ {{ t('connect.appearance.connect') }}
- Reconnect
+ {{ t('connect.appearance.reconnect') }}
@@ -34,6 +34,10 @@