From f726e8b55a0938926fecda1845113ad33b00d30c Mon Sep 17 00:00:00 2001
From: Ylian Saint-Hilaire
Date: Fri, 7 Aug 2020 15:01:28 -0700
Subject: [PATCH] More work on remote desktop sharing.
---
agents/meshcore.js | 4 +-
emails/translations/account-check-min_cs.html | 1 -
emails/translations/account-check-min_de.html | 1 -
emails/translations/account-check-min_es.html | 1 -
emails/translations/account-check-min_fi.html | 1 -
emails/translations/account-check-min_fr.html | 1 -
emails/translations/account-check-min_hi.html | 1 -
emails/translations/account-check-min_ja.html | 1 -
emails/translations/account-check-min_ko.html | 1 -
emails/translations/account-check-min_nl.html | 1 -
emails/translations/account-check-min_pt.html | 1 -
emails/translations/account-check-min_ru.html | 1 -
.../account-check-min_zh-chs.html | 1 -
.../translations/account-invite-min_cs.html | 1 -
.../translations/account-invite-min_de.html | 1 -
.../translations/account-invite-min_es.html | 1 -
.../translations/account-invite-min_fi.html | 1 -
.../translations/account-invite-min_fr.html | 1 -
.../translations/account-invite-min_hi.html | 1 -
.../translations/account-invite-min_ja.html | 1 -
.../translations/account-invite-min_ko.html | 1 -
.../translations/account-invite-min_nl.html | 1 -
.../translations/account-invite-min_pt.html | 1 -
.../translations/account-invite-min_ru.html | 1 -
.../account-invite-min_zh-chs.html | 1 -
emails/translations/account-login-min_cs.html | 1 -
emails/translations/account-login-min_de.html | 1 -
emails/translations/account-login-min_es.html | 1 -
emails/translations/account-login-min_fi.html | 1 -
emails/translations/account-login-min_fr.html | 1 -
emails/translations/account-login-min_hi.html | 1 -
emails/translations/account-login-min_ja.html | 1 -
emails/translations/account-login-min_ko.html | 1 -
emails/translations/account-login-min_nl.html | 1 -
emails/translations/account-login-min_pt.html | 1 -
emails/translations/account-login-min_ru.html | 1 -
.../account-login-min_zh-chs.html | 1 -
emails/translations/account-reset-min_cs.html | 1 -
emails/translations/account-reset-min_de.html | 1 -
emails/translations/account-reset-min_es.html | 1 -
emails/translations/account-reset-min_fi.html | 1 -
emails/translations/account-reset-min_fr.html | 1 -
emails/translations/account-reset-min_hi.html | 1 -
emails/translations/account-reset-min_ja.html | 1 -
emails/translations/account-reset-min_ko.html | 1 -
emails/translations/account-reset-min_nl.html | 1 -
emails/translations/account-reset-min_pt.html | 1 -
emails/translations/account-reset-min_ru.html | 1 -
.../account-reset-min_zh-chs.html | 1 -
emails/translations/mesh-invite-min_cs.html | 1 -
emails/translations/mesh-invite-min_de.html | 1 -
emails/translations/mesh-invite-min_es.html | 1 -
emails/translations/mesh-invite-min_fi.html | 1 -
emails/translations/mesh-invite-min_fr.html | 1 -
emails/translations/mesh-invite-min_hi.html | 1 -
emails/translations/mesh-invite-min_ja.html | 1 -
emails/translations/mesh-invite-min_ko.html | 1 -
emails/translations/mesh-invite-min_nl.html | 1 -
emails/translations/mesh-invite-min_pt.html | 1 -
emails/translations/mesh-invite-min_ru.html | 1 -
.../translations/mesh-invite-min_zh-chs.html | 1 -
meshdesktopmultiplex.js | 58 +-
meshrelay.js | 3 +-
public/scripts/agent-desktop-0.0.2.js | 2 +-
public/scripts/agent-redir-ws-0.1.1-min.js | 2 +-
public/scripts/agent-redir-ws-0.1.1.js | 2 +-
public/scripts/amt-wsman-0.2.0-min.js | 2 +-
translate/translate.json | 3573 +++++++++--------
views/default.handlebars | 11 +-
views/desktop.handlebars | 21 +-
webserver.js | 9 +-
71 files changed, 1870 insertions(+), 1877 deletions(-)
delete mode 100644 emails/translations/account-check-min_cs.html
delete mode 100644 emails/translations/account-check-min_de.html
delete mode 100644 emails/translations/account-check-min_es.html
delete mode 100644 emails/translations/account-check-min_fi.html
delete mode 100644 emails/translations/account-check-min_fr.html
delete mode 100644 emails/translations/account-check-min_hi.html
delete mode 100644 emails/translations/account-check-min_ja.html
delete mode 100644 emails/translations/account-check-min_ko.html
delete mode 100644 emails/translations/account-check-min_nl.html
delete mode 100644 emails/translations/account-check-min_pt.html
delete mode 100644 emails/translations/account-check-min_ru.html
delete mode 100644 emails/translations/account-check-min_zh-chs.html
delete mode 100644 emails/translations/account-invite-min_cs.html
delete mode 100644 emails/translations/account-invite-min_de.html
delete mode 100644 emails/translations/account-invite-min_es.html
delete mode 100644 emails/translations/account-invite-min_fi.html
delete mode 100644 emails/translations/account-invite-min_fr.html
delete mode 100644 emails/translations/account-invite-min_hi.html
delete mode 100644 emails/translations/account-invite-min_ja.html
delete mode 100644 emails/translations/account-invite-min_ko.html
delete mode 100644 emails/translations/account-invite-min_nl.html
delete mode 100644 emails/translations/account-invite-min_pt.html
delete mode 100644 emails/translations/account-invite-min_ru.html
delete mode 100644 emails/translations/account-invite-min_zh-chs.html
delete mode 100644 emails/translations/account-login-min_cs.html
delete mode 100644 emails/translations/account-login-min_de.html
delete mode 100644 emails/translations/account-login-min_es.html
delete mode 100644 emails/translations/account-login-min_fi.html
delete mode 100644 emails/translations/account-login-min_fr.html
delete mode 100644 emails/translations/account-login-min_hi.html
delete mode 100644 emails/translations/account-login-min_ja.html
delete mode 100644 emails/translations/account-login-min_ko.html
delete mode 100644 emails/translations/account-login-min_nl.html
delete mode 100644 emails/translations/account-login-min_pt.html
delete mode 100644 emails/translations/account-login-min_ru.html
delete mode 100644 emails/translations/account-login-min_zh-chs.html
delete mode 100644 emails/translations/account-reset-min_cs.html
delete mode 100644 emails/translations/account-reset-min_de.html
delete mode 100644 emails/translations/account-reset-min_es.html
delete mode 100644 emails/translations/account-reset-min_fi.html
delete mode 100644 emails/translations/account-reset-min_fr.html
delete mode 100644 emails/translations/account-reset-min_hi.html
delete mode 100644 emails/translations/account-reset-min_ja.html
delete mode 100644 emails/translations/account-reset-min_ko.html
delete mode 100644 emails/translations/account-reset-min_nl.html
delete mode 100644 emails/translations/account-reset-min_pt.html
delete mode 100644 emails/translations/account-reset-min_ru.html
delete mode 100644 emails/translations/account-reset-min_zh-chs.html
delete mode 100644 emails/translations/mesh-invite-min_cs.html
delete mode 100644 emails/translations/mesh-invite-min_de.html
delete mode 100644 emails/translations/mesh-invite-min_es.html
delete mode 100644 emails/translations/mesh-invite-min_fi.html
delete mode 100644 emails/translations/mesh-invite-min_fr.html
delete mode 100644 emails/translations/mesh-invite-min_hi.html
delete mode 100644 emails/translations/mesh-invite-min_ja.html
delete mode 100644 emails/translations/mesh-invite-min_ko.html
delete mode 100644 emails/translations/mesh-invite-min_nl.html
delete mode 100644 emails/translations/mesh-invite-min_pt.html
delete mode 100644 emails/translations/mesh-invite-min_ru.html
delete mode 100644 emails/translations/mesh-invite-min_zh-chs.html
diff --git a/agents/meshcore.js b/agents/meshcore.js
index 5eae9c02..d25db3eb 100644
--- a/agents/meshcore.js
+++ b/agents/meshcore.js
@@ -709,8 +709,8 @@ function createMeshCore(agent) {
tunnel.rights = data.rights;
tunnel.consent = data.consent;
tunnel.privacybartext = data.privacybartext ? data.privacybartext : "Sharing desktop with: {0}";
- tunnel.username = data.username;
- tunnel.realname = data.realname ? data.realname : data.username;
+ tunnel.username = data.username + (data.guestname ? (' - ' + data.guestname) : '');
+ tunnel.realname = (data.realname ? data.realname : data.username) + (data.guestname ? (' - ' + data.guestname) : '');
tunnel.userid = data.userid;
tunnel.remoteaddr = data.remoteaddr;
tunnel.state = 0;
diff --git a/emails/translations/account-check-min_cs.html b/emails/translations/account-check-min_cs.html
deleted file mode 100644
index 9dd38c50..00000000
--- a/emails/translations/account-check-min_cs.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - Ověření e-mailem
\ No newline at end of file
diff --git a/emails/translations/account-check-min_de.html b/emails/translations/account-check-min_de.html
deleted file mode 100644
index 1ccd44d3..00000000
--- a/emails/translations/account-check-min_de.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - E-Mail-Überprüfung
\ No newline at end of file
diff --git a/emails/translations/account-check-min_es.html b/emails/translations/account-check-min_es.html
deleted file mode 100644
index 65a20de2..00000000
--- a/emails/translations/account-check-min_es.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - Verificación de Email
\ No newline at end of file
diff --git a/emails/translations/account-check-min_fi.html b/emails/translations/account-check-min_fi.html
deleted file mode 100644
index 3eddf710..00000000
--- a/emails/translations/account-check-min_fi.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - Sähköpostivarmistus
\ No newline at end of file
diff --git a/emails/translations/account-check-min_fr.html b/emails/translations/account-check-min_fr.html
deleted file mode 100644
index 89deac60..00000000
--- a/emails/translations/account-check-min_fr.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - Vérification E-mail
\ No newline at end of file
diff --git a/emails/translations/account-check-min_hi.html b/emails/translations/account-check-min_hi.html
deleted file mode 100644
index 38b754cc..00000000
--- a/emails/translations/account-check-min_hi.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - ईमेल सत्यापन
\ No newline at end of file
diff --git a/emails/translations/account-check-min_ja.html b/emails/translations/account-check-min_ja.html
deleted file mode 100644
index 3874051d..00000000
--- a/emails/translations/account-check-min_ja.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]]-メールの確認
\ No newline at end of file
diff --git a/emails/translations/account-check-min_ko.html b/emails/translations/account-check-min_ko.html
deleted file mode 100644
index d48a3a77..00000000
--- a/emails/translations/account-check-min_ko.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - Email 인증
\ No newline at end of file
diff --git a/emails/translations/account-check-min_nl.html b/emails/translations/account-check-min_nl.html
deleted file mode 100644
index b586adb6..00000000
--- a/emails/translations/account-check-min_nl.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - E-mail Verificatie
\ No newline at end of file
diff --git a/emails/translations/account-check-min_pt.html b/emails/translations/account-check-min_pt.html
deleted file mode 100644
index c1459803..00000000
--- a/emails/translations/account-check-min_pt.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - Email Verification
\ No newline at end of file
diff --git a/emails/translations/account-check-min_ru.html b/emails/translations/account-check-min_ru.html
deleted file mode 100644
index 7998a7ec..00000000
--- a/emails/translations/account-check-min_ru.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - подтверждение по электронной почте
\ No newline at end of file
diff --git a/emails/translations/account-check-min_zh-chs.html b/emails/translations/account-check-min_zh-chs.html
deleted file mode 100644
index 03c6c69c..00000000
--- a/emails/translations/account-check-min_zh-chs.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]]-电子邮件验证
\ No newline at end of file
diff --git a/emails/translations/account-invite-min_cs.html b/emails/translations/account-invite-min_cs.html
deleted file mode 100644
index 7f3892c8..00000000
--- a/emails/translations/account-invite-min_cs.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - Pozvánka na účet
[[[SERVERNAME]]] - Pozvánka na účet
Účet byl pro vás vytvořen na serveru [[[SERVERNAME]]] , nyní k němu máte přístup:
Uživatelské jméno: [[[ACCOUNTNAME]]] Heslo: [[[PASSWORD]]]
S pozdravem,
[[[USERNAME]]]
\ No newline at end of file
diff --git a/emails/translations/account-invite-min_de.html b/emails/translations/account-invite-min_de.html
deleted file mode 100644
index c1a13ac3..00000000
--- a/emails/translations/account-invite-min_de.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - Kontoeinladung
[[[SERVERNAME]]] - Kontoeinladung
Auf dem Server wurde ein Konto für Sie erstellt [[[SERVERNAME]]] können Sie jetzt darauf zugreifen mit:
Benutzername: [[[ACCOUNTNAME]]] Passwort: [[[PASSWORD]]]
Freundliche Grüße,
[[[USERNAME]]]
\ No newline at end of file
diff --git a/emails/translations/account-invite-min_es.html b/emails/translations/account-invite-min_es.html
deleted file mode 100644
index 6ac1a96c..00000000
--- a/emails/translations/account-invite-min_es.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - Invitación de Cuenta
[[[SERVERNAME]]] - Invitación de Cuenta
Una cuenta ha sido creada en su servidor [[[SERVERNAME]]] , ahora puede acceder con:
Usuario: [[[ACCOUNTNAME]]] Contraseña: [[[PASSWORD]]]
Atentamente,
[[[USERNAME]]]
\ No newline at end of file
diff --git a/emails/translations/account-invite-min_fi.html b/emails/translations/account-invite-min_fi.html
deleted file mode 100644
index 4484278c..00000000
--- a/emails/translations/account-invite-min_fi.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - Tili kutsu
[[[SERVERNAME]]] - Tili kutsu
Sinulle on luotu tili palvelimelle [[[SERVERNAME]]] , you can access it now with:
Username: [[[ACCOUNTNAME]]] Password: [[[PASSWORD]]]
Best regards,
[[[USERNAME]]]
\ No newline at end of file
diff --git a/emails/translations/account-invite-min_fr.html b/emails/translations/account-invite-min_fr.html
deleted file mode 100644
index 79363e9e..00000000
--- a/emails/translations/account-invite-min_fr.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - Invitation au compte
[[[SERVERNAME]]] - Invitation au compte
Un compte a été créé pour vous sur le serveur [[[SERVERNAME]]] , vous pouvez y accéder maintenant avec:
Nom d'utilisateur: [[[ACCOUNTNAME]]] Mot de passe: [[[PASSWORD]]]
Meilleures salutations,
[[[USERNAME]]]
\ No newline at end of file
diff --git a/emails/translations/account-invite-min_hi.html b/emails/translations/account-invite-min_hi.html
deleted file mode 100644
index 6cc9317e..00000000
--- a/emails/translations/account-invite-min_hi.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - खाता निमंत्रण
[[[SERVERNAME]]] - खाता निमंत्रण
सर्वर पर आपके लिए एक खाता बनाया गया था [[[SERVERNAME]]] , आप इसे अभी एक्सेस कर सकते हैं:
उपयोगकर्ता नाम: [[[ACCOUNTNAME]]] कुंजिका: [[[PASSWORD]]]
सादर,
[[[उपयोगकर्ता नाम]]]
\ No newline at end of file
diff --git a/emails/translations/account-invite-min_ja.html b/emails/translations/account-invite-min_ja.html
deleted file mode 100644
index 2db915b6..00000000
--- a/emails/translations/account-invite-min_ja.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]]-アカウントの招待
[[[SERVERNAME]]]-アカウントの招待
サーバー上にアカウントが作成されました [[[SERVERNAME]]] 、あなたは今それを使ってそれにアクセスできます:
ユーザー名: [[[ACCOUNTNAME]]] パスワード: [[[PASSWORD]]]
宜しくお願いします、
[[[USERNAME]]]
\ No newline at end of file
diff --git a/emails/translations/account-invite-min_ko.html b/emails/translations/account-invite-min_ko.html
deleted file mode 100644
index 54bda02f..00000000
--- a/emails/translations/account-invite-min_ko.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - 계정 초대
당신을 위해 서버에서 한 계정이 생성되었습니다. [[[SERVERNAME]]] 이제 당신은 다음으로 접근 가능합니다:
사용자 이름: [[[ACCOUNTNAME]]] 암호: [[[PASSWORD]]]
최고의 안부를 전합니다,
[[[USERNAME]]]
\ No newline at end of file
diff --git a/emails/translations/account-invite-min_nl.html b/emails/translations/account-invite-min_nl.html
deleted file mode 100644
index befe7c8d..00000000
--- a/emails/translations/account-invite-min_nl.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - Account uitnodiging
[[[SERVERNAME]]] - Account uitnodiging
Er is een account voor je aangemaakt op de server [[[SERVERNAME]]] , je hebt er nu toegang toe met:
Gebruikersnaam: [[[ACCOUNTNAME]]] Wachtwoord: [[[PASSWORD]]]
Vriendelijke groeten,
[[[USERNAME]]]
\ No newline at end of file
diff --git a/emails/translations/account-invite-min_pt.html b/emails/translations/account-invite-min_pt.html
deleted file mode 100644
index 991c0d29..00000000
--- a/emails/translations/account-invite-min_pt.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - Account Invitation
[[[SERVERNAME]]] - Account Invitation
An account was created for you on server [[[SERVERNAME]]] , you can access it now with:
Nome de usuário: [[[ACCOUNTNAME]]] Senha: [[[PASSWORD]]]
Best regards,
[[[USERNAME]]]
\ No newline at end of file
diff --git a/emails/translations/account-invite-min_ru.html b/emails/translations/account-invite-min_ru.html
deleted file mode 100644
index e454950a..00000000
--- a/emails/translations/account-invite-min_ru.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - приглашение в аккаунт
[[[SERVERNAME]]] - приглашение в аккаунт
Учетная запись была создана для вас на сервере [[[SERVERNAME]]] Вы можете получить к нему доступ сейчас:
Имя пользователя: [[[ACCOUNTNAME]]] Пароль: [[[PASSWORD]]]
С уважением,
[[[USERNAME]]]
\ No newline at end of file
diff --git a/emails/translations/account-invite-min_zh-chs.html b/emails/translations/account-invite-min_zh-chs.html
deleted file mode 100644
index 2b20c96c..00000000
--- a/emails/translations/account-invite-min_zh-chs.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]]-帐户邀请
在服务器上为您创建了一个帐户 [[[SERVERNAME]]] ,您现在可以通过以下方式访问它:
用戶名: [[[ACCOUNTNAME]]] 密碼: [[[PASSWORD]]]
最好的祝福,
[[[USERNAME]]]
\ No newline at end of file
diff --git a/emails/translations/account-login-min_cs.html b/emails/translations/account-login-min_cs.html
deleted file mode 100644
index 6f6ae83f..00000000
--- a/emails/translations/account-login-min_cs.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - Přihlášení k účtu
[[[SERVERNAME]]] - Přihlášení k účtu
Váš přihlašovací token je: [[[TOKEN]]]
Tento token lze použít pouze jednou a je platný po dobu 5 minut.
\ No newline at end of file
diff --git a/emails/translations/account-login-min_de.html b/emails/translations/account-login-min_de.html
deleted file mode 100644
index c8d7f426..00000000
--- a/emails/translations/account-login-min_de.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - Konto-Login
[[[SERVERNAME]]] - Konto-Login
Ihr Login-Token lautet: [[[TOKEN]]]
Dieser Token kann nur einmal verwendet werden und ist 5 Minuten gültig.
\ No newline at end of file
diff --git a/emails/translations/account-login-min_es.html b/emails/translations/account-login-min_es.html
deleted file mode 100644
index 55a45637..00000000
--- a/emails/translations/account-login-min_es.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - Nombre de Usuario
[[[SERVERNAME]]] - Nombre de Usuario
Su token de inicio de sesión es: [[[TOKEN]]]
Este token solo se puede usar una vez y es válido durante 5 minutos.
\ No newline at end of file
diff --git a/emails/translations/account-login-min_fi.html b/emails/translations/account-login-min_fi.html
deleted file mode 100644
index 8104ccc0..00000000
--- a/emails/translations/account-login-min_fi.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - Tilille Kirjautuminen
[[[SERVERNAME]]] - Tilille Kirjautuminen
Your login token is: [[[TOKEN]]]
This token can only be used once and is valid for 5 minutes.
\ No newline at end of file
diff --git a/emails/translations/account-login-min_fr.html b/emails/translations/account-login-min_fr.html
deleted file mode 100644
index 4a7f1305..00000000
--- a/emails/translations/account-login-min_fr.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - Connexion au compte
[[[SERVERNAME]]] - Connexion au compte
Votre jeton de connexion est: [[[TOKEN]]]
Ce jeton ne peut être utilisé qu'une seule fois et est valide pendant 5 minutes.
\ No newline at end of file
diff --git a/emails/translations/account-login-min_hi.html b/emails/translations/account-login-min_hi.html
deleted file mode 100644
index 731a3985..00000000
--- a/emails/translations/account-login-min_hi.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - खाता लॉगिन
[[[SERVERNAME]]] - खाता लॉगिन
आपका लॉगिन टोकन है: [[[टोकन]]]
यह टोकन केवल एक बार उपयोग किया जा सकता है और 5 मिनट के लिए वैध है।
\ No newline at end of file
diff --git a/emails/translations/account-login-min_ja.html b/emails/translations/account-login-min_ja.html
deleted file mode 100644
index f6d5515c..00000000
--- a/emails/translations/account-login-min_ja.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]]-アカウントログイン
[[[SERVERNAME]]]-アカウントログイン
ログイントークンは次のとおりです:[[[TOKEN]]]
このトークンは1回だけ使用でき、5分間有効です。
\ No newline at end of file
diff --git a/emails/translations/account-login-min_ko.html b/emails/translations/account-login-min_ko.html
deleted file mode 100644
index 368ea790..00000000
--- a/emails/translations/account-login-min_ko.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - 계정 로그인
[[[SERVERNAME]]] - 계정 로그인
당신이 로그인한 토큰은 다음과 같습니다 : [[[TOKEN]]]
이 토큰은 오직 한 번만 사용될 수 있으며, 5분 동안만 유효합니다.
\ No newline at end of file
diff --git a/emails/translations/account-login-min_nl.html b/emails/translations/account-login-min_nl.html
deleted file mode 100644
index 7ea6a268..00000000
--- a/emails/translations/account-login-min_nl.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - Inloggen account
[[[SERVERNAME]]] - Inloggen account
Uw login token is: [[[TOKEN]]]
Dit token kan maar één keer worden gebruikt en is 5 minuten geldig.
\ No newline at end of file
diff --git a/emails/translations/account-login-min_pt.html b/emails/translations/account-login-min_pt.html
deleted file mode 100644
index 653bc3c4..00000000
--- a/emails/translations/account-login-min_pt.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - Account Login
[[[SERVERNAME]]] - Account Login
Your login token is: [[[TOKEN]]]
This token can only be used once and is valid for 5 minutes.
\ No newline at end of file
diff --git a/emails/translations/account-login-min_ru.html b/emails/translations/account-login-min_ru.html
deleted file mode 100644
index d77dead5..00000000
--- a/emails/translations/account-login-min_ru.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - Вход в аккаунт
[[[SERVERNAME]]] - Вход в аккаунт
Ваш токен для входа: [[[TOKEN]]]
Этот токен может быть использован только один раз и действителен в течение 5 минут.
\ No newline at end of file
diff --git a/emails/translations/account-login-min_zh-chs.html b/emails/translations/account-login-min_zh-chs.html
deleted file mode 100644
index 0eacb515..00000000
--- a/emails/translations/account-login-min_zh-chs.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]]-帐户登录
您的登录令牌为:[[[TOKEN]]]
该令牌只能使用一次,有效期为5分钟。
\ No newline at end of file
diff --git a/emails/translations/account-reset-min_cs.html b/emails/translations/account-reset-min_cs.html
deleted file mode 100644
index f3590436..00000000
--- a/emails/translations/account-reset-min_cs.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - Reset účtu
\ No newline at end of file
diff --git a/emails/translations/account-reset-min_de.html b/emails/translations/account-reset-min_de.html
deleted file mode 100644
index 99ad8315..00000000
--- a/emails/translations/account-reset-min_de.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - Zurücksetzen des Kontos
\ No newline at end of file
diff --git a/emails/translations/account-reset-min_es.html b/emails/translations/account-reset-min_es.html
deleted file mode 100644
index 001766f7..00000000
--- a/emails/translations/account-reset-min_es.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - Resetear Cuenta
\ No newline at end of file
diff --git a/emails/translations/account-reset-min_fi.html b/emails/translations/account-reset-min_fi.html
deleted file mode 100644
index 848ef8de..00000000
--- a/emails/translations/account-reset-min_fi.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - Tili nollattu
\ No newline at end of file
diff --git a/emails/translations/account-reset-min_fr.html b/emails/translations/account-reset-min_fr.html
deleted file mode 100644
index 1bc1e8a0..00000000
--- a/emails/translations/account-reset-min_fr.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - Réinitialisation du compte
\ No newline at end of file
diff --git a/emails/translations/account-reset-min_hi.html b/emails/translations/account-reset-min_hi.html
deleted file mode 100644
index 1ada7e96..00000000
--- a/emails/translations/account-reset-min_hi.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - खाता रीसेट
\ No newline at end of file
diff --git a/emails/translations/account-reset-min_ja.html b/emails/translations/account-reset-min_ja.html
deleted file mode 100644
index 3d34b8a4..00000000
--- a/emails/translations/account-reset-min_ja.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]]-アカウントのリセット
\ No newline at end of file
diff --git a/emails/translations/account-reset-min_ko.html b/emails/translations/account-reset-min_ko.html
deleted file mode 100644
index 252f089f..00000000
--- a/emails/translations/account-reset-min_ko.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - 계정 재설정
\ No newline at end of file
diff --git a/emails/translations/account-reset-min_nl.html b/emails/translations/account-reset-min_nl.html
deleted file mode 100644
index 2f7400b8..00000000
--- a/emails/translations/account-reset-min_nl.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - Account Reset
\ No newline at end of file
diff --git a/emails/translations/account-reset-min_pt.html b/emails/translations/account-reset-min_pt.html
deleted file mode 100644
index 8d4ca1cf..00000000
--- a/emails/translations/account-reset-min_pt.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - Account Reset
\ No newline at end of file
diff --git a/emails/translations/account-reset-min_ru.html b/emails/translations/account-reset-min_ru.html
deleted file mode 100644
index 980d30bf..00000000
--- a/emails/translations/account-reset-min_ru.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - Сброс учетной записи
\ No newline at end of file
diff --git a/emails/translations/account-reset-min_zh-chs.html b/emails/translations/account-reset-min_zh-chs.html
deleted file mode 100644
index 1d83cfab..00000000
--- a/emails/translations/account-reset-min_zh-chs.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]]-帐户重置
\ No newline at end of file
diff --git a/emails/translations/mesh-invite-min_cs.html b/emails/translations/mesh-invite-min_cs.html
deleted file mode 100644
index a18a774e..00000000
--- a/emails/translations/mesh-invite-min_cs.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - Pozvánka
[[[SERVERNAME]]] - Instalace agenta
Dobrý den, [[[NAME]]],
Uživatel [[[USERNAME]]] na serveru [[[SERVERNAME]]] vás žádá o instalaci softwaru pro spuštění relace dálkového ovládání.
Zpráva: [[[MSG]]]
Kliknutím sem stáhnete MeshAgent pro Windows.
Kliknutím sem stáhnete MeshAgent pro Apple OSX.
V případě systému Linux vyjměte a vložte do terminálu a nainstalujte agenta:
wget -q "[[[SERVERURL]]]/meshagents?script=1" --no-check-certificate -O ./meshinstall.sh && chmod 755 ./meshinstall.sh && sudo ./meshinstall.sh [[[SERVERURL]]] \'[[[MESHIDHEX]]]\'
Chcete-li nainstalovat software, klikněte zde a postupujte podle pokynů.
Pokud jste tento požadavek nezačali, ignorujte tento e-mail.
S pozdravem,
[[[USERNAME]]]
\ No newline at end of file
diff --git a/emails/translations/mesh-invite-min_de.html b/emails/translations/mesh-invite-min_de.html
deleted file mode 100644
index 11cf1d00..00000000
--- a/emails/translations/mesh-invite-min_de.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - Einladung
[[[SERVERNAME]]] - Agenteninstallation
Hallo [[[NAME]]],
Benutzer [[[USERNAME]]] auf dem Server [[[SERVERNAME]]] fordert Sie auf, Software zu installieren, um eine Fernsteuerungssitzung zu starten.
Botschaft: [[[MSG]]]
Klicken Sie hier, um den MeshAgent für Windows herunterzuladen.
Klicken Sie hier, um den MeshAgent für Apple OSX herunterzuladen.
Schneiden Sie unter Linux Folgendes aus und fügen Sie es in ein Terminal ein, um den Agenten zu installieren:
wget -q "[[[SERVERURL]]]/meshagents?script=1" --no-check-certificate -O ./meshinstall.sh && chmod 755 ./meshinstall.sh && sudo ./meshinstall.sh [[[SERVERURL]]] \'[[[MESHIDHEX]]]\'
Um die Software zu installieren, hier klicken und folgen Sie den Anweisungen.
Wenn Sie diese Anfrage nicht initiiert haben, ignorieren Sie diese Mail bitte.
Freundliche Grüße,
[[[USERNAME]]]
\ No newline at end of file
diff --git a/emails/translations/mesh-invite-min_es.html b/emails/translations/mesh-invite-min_es.html
deleted file mode 100644
index 1449a38c..00000000
--- a/emails/translations/mesh-invite-min_es.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - Invitación
\ No newline at end of file
diff --git a/emails/translations/mesh-invite-min_fi.html b/emails/translations/mesh-invite-min_fi.html
deleted file mode 100644
index 55cb54f5..00000000
--- a/emails/translations/mesh-invite-min_fi.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - Kutsu
[[[SERVERNAME]]] - Agentin asennus
Hei [[[NAME]]],
User [[[USERNAME]]] on server [[[SERVERNAME]]] is requesting you to install software to start a remote control session.
Message: [[[MSG]]]
Click here to download the MeshAgent for Windows.
Click here to download the MeshAgent for Apple OSX.
For Linux, cut & paste the following in a terminal to install the agent:
wget -q "[[[SERVERURL]]]/meshagents?script=1" --no-check-certificate -O ./meshinstall.sh && chmod 755 ./meshinstall.sh && sudo ./meshinstall.sh [[[SERVERURL]]] \'[[[MESHIDHEX]]]\'
Asentaaksesi ohjelman, klikkaa tästä ja seuraa ohjeita.
If you did not initiate this request, please ignore this mail.
Best regards,
[[[USERNAME]]]
\ No newline at end of file
diff --git a/emails/translations/mesh-invite-min_fr.html b/emails/translations/mesh-invite-min_fr.html
deleted file mode 100644
index 39745f0e..00000000
--- a/emails/translations/mesh-invite-min_fr.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - Invitation
[[[SERVERNAME]]] - Installation de l'agent
Bonjour [[[NAME]]],
Utilisateur [[[USERNAME]]] sur le serveur [[[SERVERNAME]]] vous demande d'installer un logiciel pour démarrer une session de contrôle à distance.
Message: [[[MSG]]]
Cliquez ici pour télécharger le MeshAgent pour Windows.
Cliquez ici pour télécharger le MeshAgent pour Apple OSX.
Pour Linux, copiez et collez les éléments suivants dans un terminal pour installer l'agent:
wget -q "[[[SERVERURL]]]/meshagents?script=1" --no-check-certificate -O ./meshinstall.sh && chmod 755 ./meshinstall.sh && sudo ./meshinstall.sh [[[SERVERURL]]] \'[[[MESHIDHEX]]]\'
Pour installer le logiciel, cliquez ici et suivez les instructions.
Si vous n'avez pas initié cette demande, veuillez ignorer ce courrier.
Meilleures salutations,
[[[USERNAME]]]
\ No newline at end of file
diff --git a/emails/translations/mesh-invite-min_hi.html b/emails/translations/mesh-invite-min_hi.html
deleted file mode 100644
index 329ffa16..00000000
--- a/emails/translations/mesh-invite-min_hi.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - निमंत्रण
\ No newline at end of file
diff --git a/emails/translations/mesh-invite-min_ja.html b/emails/translations/mesh-invite-min_ja.html
deleted file mode 100644
index ee657713..00000000
--- a/emails/translations/mesh-invite-min_ja.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]]-招待
[[[SERVERNAME]]]-エージェントのインストール
[[[NAME]]]様
サーバー上のユーザー[[[USERNAME]]] [[[SERVERNAME]]] リモートコントロールセッションを開始するソフトウェアをインストールするように要求しています。
メッセージ: [[[MSG]]]
Windows用のMeshAgentをダウンロードするには、ここをクリックしてください。
ここをクリックして、Apple OSX用のMeshAgentをダウンロードしてください。
Linuxの場合は、ターミナルで以下をカットアンドペーストしてエージェントをインストールします。
wget -q "[[[SERVERURL]]]/meshagents?script=1" --no-check-certificate -O ./meshinstall.sh && chmod 755 ./meshinstall.sh && sudo ./meshinstall.sh [[[SERVERURL]]] \'[[[MESHIDHEX]]]\'
ソフトウェアをインストールするには、 ここをクリック 指示に従ってください。
このリクエストを開始していない場合は、このメールを無視してください。
宜しくお願いします、
[[[USERNAME]]]
\ No newline at end of file
diff --git a/emails/translations/mesh-invite-min_ko.html b/emails/translations/mesh-invite-min_ko.html
deleted file mode 100644
index b9f31f70..00000000
--- a/emails/translations/mesh-invite-min_ko.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - 초대
\ No newline at end of file
diff --git a/emails/translations/mesh-invite-min_nl.html b/emails/translations/mesh-invite-min_nl.html
deleted file mode 100644
index ef8a256a..00000000
--- a/emails/translations/mesh-invite-min_nl.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - Uitnodiging
[[[SERVERNAME]]] - Agent installatie
Hallo [[[NAME]]],
Gebruiker [[[USERNAME]]] op server [[[SERVERNAME]]] vraagt u om de software te installeren om een ondersteunings sessie te starten.
Bericht: [[[MSG]]]
Klik hier om de MeshAgent te downloaden voor Windows.
Klik hier om de MeshAgent te downloaden voor Apple OSX.
Voor Linux, knip het volgende en plak dit in een terminal om de agent te installeren:
wget -q "[[[SERVERURL]]]/meshagents?script=1" --no-check-certificate -O ./meshinstall.sh && chmod 755 ./meshinstall.sh && sudo ./meshinstall.sh [[[SERVERURL]]] \'[[[MESHIDHEX]]]\'
Om de software te installeren, Klik hier en volg de instructies.
Als u dit verzoek niet heeft ingediend, dan kunt u deze e-mail negeren.
Vriendelijke groeten,
[[[USERNAME]]]
\ No newline at end of file
diff --git a/emails/translations/mesh-invite-min_pt.html b/emails/translations/mesh-invite-min_pt.html
deleted file mode 100644
index 937970c5..00000000
--- a/emails/translations/mesh-invite-min_pt.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - Invitation
[[[SERVERNAME]]] - Agent Installation
Hello [[[NAME]]],
User [[[USERNAME]]] on server [[[SERVERNAME]]] is requesting you to install software to start a remote control session.
Message: [[[MSG]]]
Click here to download the MeshAgent for Windows.
Click here to download the MeshAgent for Apple OSX.
For Linux, cut & paste the following in a terminal to install the agent:
wget -q "[[[SERVERURL]]]/meshagents?script=1" --no-check-certificate -O ./meshinstall.sh && chmod 755 ./meshinstall.sh && sudo ./meshinstall.sh [[[SERVERURL]]] \'[[[MESHIDHEX]]]\'
To install the software, click here and follow the instructions.
If you did not initiate this request, please ignore this mail.
Best regards,
[[[USERNAME]]]
\ No newline at end of file
diff --git a/emails/translations/mesh-invite-min_ru.html b/emails/translations/mesh-invite-min_ru.html
deleted file mode 100644
index fdd5ab7e..00000000
--- a/emails/translations/mesh-invite-min_ru.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]] - Приглашение
[[[SERVERNAME]]] - Установка агента
Здравствуйте, [[[NAME]]],
Пользователь [[[USERNAME]]] на сервере [[[SERVERNAME]]] просит вас установить программное обеспечение, чтобы начать сеанс удаленного управления.
Сообщение: [[[MSG]]]
Нажмите здесь, чтобы загрузить MeshAgent для Windows.
Нажмите здесь, чтобы загрузить MeshAgent для Apple OSX.
Для Linux вырезайте и вставляйте в терминал следующее, чтобы установить агент:
wget -q "[[[SERVERURL]]]/meshagents?script=1" --no-check-certificate -O ./meshinstall.sh && chmod 755 ./meshinstall.sh && sudo ./meshinstall.sh [[[SERVERURL]]] \'[[[MESHIDHEX]]]\'
Чтобы установить программное обеспечение, кликните сюда и следуйте инструкциям.
Если вы не инициировали этот запрос, игнорируйте это письмо.
С уважением,
[[[USERNAME]]]
\ No newline at end of file
diff --git a/emails/translations/mesh-invite-min_zh-chs.html b/emails/translations/mesh-invite-min_zh-chs.html
deleted file mode 100644
index 2fb859e6..00000000
--- a/emails/translations/mesh-invite-min_zh-chs.html
+++ /dev/null
@@ -1 +0,0 @@
-[[[SERVERNAME]]]-邀请
您好[[[NAME]]],
伺服器上的使用者[[[USERNAME]]] [[[SERVERNAME]]] 正在要求您安装软件以启动远程控制会话。
信息: [[[MSG]]]
单击此处下载适用于Windows的MeshAgent。
单击此处下载适用于Apple OSX的MeshAgent。
对于Linux,将以下内容剪切并粘贴到终端中以安装代理程序:
wget -q "[[[SERVERURL]]]/meshagents?script=1" --no-check-certificate -O ./meshinstall.sh && chmod 755 ./meshinstall.sh && sudo ./meshinstall.sh [[[SERVERURL]]] \'[[[MESHIDHEX]]]\'
要安装软件, 点击这里 并按照说明进行操作。
如果您没有发起此请求,请忽略此邮件。
最好的祝福,
[[[USERNAME]]]
\ No newline at end of file
diff --git a/meshdesktopmultiplex.js b/meshdesktopmultiplex.js
index f92068db..bf50da32 100644
--- a/meshdesktopmultiplex.js
+++ b/meshdesktopmultiplex.js
@@ -797,6 +797,11 @@ function CreateDesktopMultiplexor(parent, domain, nodeid, func) {
}
module.exports.CreateMeshRelay = function (parent, ws, req, domain, user, cookie) {
+ const currentTime = Date.now();
+ if (cookie) {
+ if ((typeof cookie.expire == 'number') && (cookie.expire <= currentTime)) { delete req.query.nodeid; }
+ else if (typeof cookie.nid == 'string') { req.query.nodeid = cookie.nid; }
+ }
if ((req.query.nodeid == null) || (req.query.p != '2') || (req.query.id == null) || (domain == null)) { try { ws.close(); } catch (e) { } return; } // Not is not a valid remote desktop connection.
var obj = {};
obj.ws = ws;
@@ -860,6 +865,7 @@ module.exports.CreateMeshRelay = function (parent, ws, req, domain, user, cookie
delete obj.user;
delete obj.nodeid;
delete obj.ruserid;
+ delete obj.expireTimer;
delete obj.deskMultiplexor;
// Clear timers if present
@@ -884,8 +890,8 @@ module.exports.CreateMeshRelay = function (parent, ws, req, domain, user, cookie
mesh = parent.meshes[agent.dbMeshKey];
if ((rights != null) && (mesh != null) || ((rights & 16) != 0)) { // TODO: 16 is console permission, may need more gradular permission checking
if (ws.sessionId) { command.sessionid = ws.sessionId; } // Set the session id, required for responses.
- command.rights = rights.rights; // Add user rights flags to the message
- command.consent = mesh.consent; // Add user consent
+ command.rights = rights; // Add user rights flags to the message
+ if (typeof command.consent == 'number') { command.consent = command.consent | mesh.consent; } else { command.consent = mesh.consent; } // Add user consent
if (typeof domain.userconsentflags == 'number') { command.consent |= domain.userconsentflags; } // Add server required consent flags
command.username = user.name; // Add user name
command.realname = user.realname; // Add real name
@@ -903,8 +909,8 @@ module.exports.CreateMeshRelay = function (parent, ws, req, domain, user, cookie
mesh = parent.meshes[routing.meshid];
if (rights != null || ((rights & 16) != 0)) { // TODO: 16 is console permission, may need more gradular permission checking
if (ws.sessionId) { command.fromSessionid = ws.sessionId; } // Set the session id, required for responses.
- command.rights = rights.rights; // Add user rights flags to the message
- command.consent = mesh.consent; // Add user consent
+ command.rights = rights; // Add user rights flags to the message
+ if (typeof command.consent == 'number') { command.consent = command.consent | mesh.consent; } else { command.consent = mesh.consent; } // Add user consent
if (typeof domain.userconsentflags == 'number') { command.consent |= domain.userconsentflags; } // Add server required consent flags
command.username = user.name; // Add user name
command.realname = user.realname; // Add real name
@@ -1003,6 +1009,9 @@ module.exports.CreateMeshRelay = function (parent, ws, req, domain, user, cookie
obj.close();
});
+ // If this session has a expire time, setup the expire timer now.
+ if (cookie && (typeof cookie.expire == 'number')) { obj.expireTimer = setTimeout(obj.close, cookie.expire - currentTime); }
+
// Mark this relay session as authenticated if this is the user end.
obj.authenticated = (user != null);
if (obj.authenticated) {
@@ -1013,14 +1022,14 @@ module.exports.CreateMeshRelay = function (parent, ws, req, domain, user, cookie
parent.db.Get(cookie.nodeid, function (err, docs) {
if (docs.length == 0) { console.log('ERR: Node not found'); try { obj.close(); } catch (e) { } return; } // Disconnect websocket
const node = docs[0];
-
+
// Check if this user has permission to manage this computer
if ((parent.GetNodeRights(user, node.meshid, node._id) & MESHRIGHT_REMOTECONTROL) == 0) { console.log('ERR: Access denied (1)'); try { obj.close(); } catch (e) { } return; }
// Send connection request to agent
const rcookie = parent.parent.encodeCookie({ ruserid: user._id, nodeid: node._id }, parent.parent.loginCookieEncryptionKey);
if (obj.id == undefined) { obj.id = ('' + Math.random()).substring(2); } // If there is no connection id, generate one.
- const command = { nodeid: cookie.nodeid, action: 'msg', type: 'tunnel', value: '*/meshrelay.ashx?id=' + obj.id + '&rauth=' + rcookie, tcpport: cookie.tcpport, tcpaddr: cookie.tcpaddr };
+ const command = { nodeid: node._id, action: 'msg', type: 'tunnel', value: '*/meshrelay.ashx?id=' + obj.id + '&rauth=' + rcookie, tcpport: cookie.tcpport, tcpaddr: cookie.tcpaddr };
parent.parent.debug('relay', 'Relay: Sending agent tunnel command: ' + JSON.stringify(command));
if (obj.sendAgentMessage(command, user._id, cookie.domainid) == false) { delete obj.id; parent.parent.debug('relay', 'Relay: Unable to contact this agent (' + obj.req.clientIp + ')'); }
performRelay(0);
@@ -1031,7 +1040,7 @@ module.exports.CreateMeshRelay = function (parent, ws, req, domain, user, cookie
parent.db.Get(obj.req.query.nodeid, function (err, docs) {
if (docs.length == 0) { console.log('ERR: Node not found'); try { obj.close(); } catch (e) { } return; } // Disconnect websocket
const node = docs[0];
-
+
// Check if this user has permission to manage this computer
if ((parent.GetNodeRights(user, node.meshid, node._id) & MESHRIGHT_REMOTECONTROL) == 0) { console.log('ERR: Access denied (2)'); try { obj.close(); } catch (e) { } return; }
@@ -1040,17 +1049,48 @@ module.exports.CreateMeshRelay = function (parent, ws, req, domain, user, cookie
const rcookie = parent.parent.encodeCookie({ ruserid: user._id, nodeid: node._id }, parent.parent.loginCookieEncryptionKey);
if (obj.req.query.tcpport != null) {
- const command = { nodeid: obj.req.query.nodeid, action: 'msg', type: 'tunnel', value: '*/meshrelay.ashx?id=' + obj.id + '&rauth=' + rcookie, tcpport: obj.req.query.tcpport, tcpaddr: ((obj.req.query.tcpaddr == null) ? '127.0.0.1' : obj.req.query.tcpaddr) };
+ const command = { nodeid: node._id, action: 'msg', type: 'tunnel', value: '*/meshrelay.ashx?id=' + obj.id + '&rauth=' + rcookie, tcpport: obj.req.query.tcpport, tcpaddr: ((obj.req.query.tcpaddr == null) ? '127.0.0.1' : obj.req.query.tcpaddr) };
parent.parent.debug('relay', 'Relay: Sending agent TCP tunnel command: ' + JSON.stringify(command));
if (obj.sendAgentMessage(command, user._id, domain.id) == false) { delete obj.id; parent.parent.debug('relay', 'Relay: Unable to contact this agent (' + obj.req.clientIp + ')'); }
} else if (obj.req.query.udpport != null) {
- const command = { nodeid: obj.req.query.nodeid, action: 'msg', type: 'tunnel', value: '*/meshrelay.ashx?id=' + obj.id + '&rauth=' + rcookie, udpport: obj.req.query.udpport, udpaddr: ((obj.req.query.udpaddr == null) ? '127.0.0.1' : obj.req.query.udpaddr) };
+ const command = { nodeid: node._id, action: 'msg', type: 'tunnel', value: '*/meshrelay.ashx?id=' + obj.id + '&rauth=' + rcookie, udpport: obj.req.query.udpport, udpaddr: ((obj.req.query.udpaddr == null) ? '127.0.0.1' : obj.req.query.udpaddr) };
parent.parent.debug('relay', 'Relay: Sending agent UDP tunnel command: ' + JSON.stringify(command));
if (obj.sendAgentMessage(command, user._id, domain.id) == false) { delete obj.id; parent.parent.debug('relay', 'Relay: Unable to contact this agent (' + obj.req.clientIp + ')'); }
}
performRelay(0);
});
return obj;
+ } else if ((cookie != null) && (cookie.nid != null) && (typeof cookie.r == 'number') && (typeof cookie.cf == 'number') && (typeof cookie.gn == 'string')) {
+ // We have routing instructions in the cookie, but first, check user access for this node.
+ parent.db.Get(cookie.nid, function (err, docs) {
+ if (docs.length == 0) { console.log('ERR: Node not found'); try { obj.close(); } catch (e) { } return; } // Disconnect websocket
+ const node = docs[0];
+
+ // Check if this user has permission to manage this computer
+ if ((parent.GetNodeRights(user, node.meshid, node._id) & MESHRIGHT_REMOTECONTROL) == 0) { console.log('ERR: Access denied (2)'); try { obj.close(); } catch (e) { } return; }
+
+ // Send connection request to agent
+ if (obj.id == null) { obj.id = ('' + Math.random()).substring(2); }
+ const rcookie = parent.parent.encodeCookie({ ruserid: user._id, nodeid: node._id }, parent.parent.loginCookieEncryptionKey);
+ const command = { nodeid: node._id, action: 'msg', type: 'tunnel', userid: user._id, value: '*/meshrelay.ashx?p=2&id=' + obj.id + '&rauth=' + rcookie + '&nodeid=' + node._id, soptions: {}, usage: 2, rights: cookie.r, guestname: cookie.gn, consent: cookie.cf, remoteaddr: cleanRemoteAddr(obj.req.clientIp) };
+ if (typeof domain.consentmessages == 'object') {
+ if (typeof domain.consentmessages.title == 'string') { command.soptions.consentTitle = domain.consentmessages.title; }
+ if (typeof domain.consentmessages.desktop == 'string') { command.soptions.consentMsgDesktop = domain.consentmessages.desktop; }
+ if (typeof domain.consentmessages.terminal == 'string') { command.soptions.consentMsgTerminal = domain.consentmessages.terminal; }
+ if (typeof domain.consentmessages.files == 'string') { command.soptions.consentMsgFiles = domain.consentmessages.files; }
+ }
+ if (typeof domain.notificationmessages == 'object') {
+ if (typeof domain.notificationmessages.title == 'string') { command.soptions.notifyTitle = domain.notificationmessages.title; }
+ if (typeof domain.notificationmessages.desktop == 'string') { command.soptions.notifyMsgDesktop = domain.notificationmessages.desktop; }
+ if (typeof domain.notificationmessages.terminal == 'string') { command.soptions.notifyMsgTerminal = domain.notificationmessages.terminal; }
+ if (typeof domain.notificationmessages.files == 'string') { command.soptions.notifyMsgFiles = domain.notificationmessages.files; }
+ }
+ parent.parent.debug('relay', 'Relay: Sending agent tunnel command: ' + JSON.stringify(command));
+ if (obj.sendAgentMessage(command, user._id, domain.id) == false) { delete obj.id; parent.parent.debug('relay', 'Relay: Unable to contact this agent (' + obj.req.clientIp + ')'); }
+
+ performRelay(0);
+ });
+ return obj;
}
}
diff --git a/meshrelay.js b/meshrelay.js
index 7acab67e..14bd3f59 100644
--- a/meshrelay.js
+++ b/meshrelay.js
@@ -14,6 +14,7 @@
"use strict";
module.exports.CreateMeshRelay = function (parent, ws, req, domain, user, cookie) {
+ if (cookie && (cookie.nid != null)) { req.query.nodeid = cookie.nid; }
var obj = {};
obj.ws = ws;
obj.id = req.query.id;
@@ -493,7 +494,7 @@ module.exports.CreateMeshRelay = function (parent, ws, req, domain, user, cookie
// Send connection request to agent
const rcookie = parent.parent.encodeCookie({ ruserid: user._id }, parent.parent.loginCookieEncryptionKey);
- if (obj.id == undefined) { obj.id = ('' + Math.random()).substring(2); } // If there is no connection id, generate one.
+ if (obj.id == null) { obj.id = ('' + Math.random()).substring(2); } // If there is no connection id, generate one.
const command = { nodeid: cookie.nodeid, action: 'msg', type: 'tunnel', userid: user._id, value: '*/meshrelay.ashx?id=' + obj.id + '&rauth=' + rcookie, tcpport: cookie.tcpport, tcpaddr: cookie.tcpaddr, soptions: {} };
if (typeof domain.consentmessages == 'object') {
if (typeof domain.consentmessages.title == 'string') { command.soptions.consentTitle = domain.consentmessages.title; }
diff --git a/public/scripts/agent-desktop-0.0.2.js b/public/scripts/agent-desktop-0.0.2.js
index 18990ca2..aa6b8fda 100644
--- a/public/scripts/agent-desktop-0.0.2.js
+++ b/public/scripts/agent-desktop-0.0.2.js
@@ -12,7 +12,7 @@ var CreateAgentRemoteDesktop = function (canvasid, scrolldiv) {
var obj = {}
obj.CanvasId = canvasid;
if (typeof canvasid === 'string') obj.CanvasId = Q(canvasid);
- obj.Canvas = obj.CanvasId.getContext("2d");
+ obj.Canvas = obj.CanvasId.getContext('2d');
obj.scrolldiv = scrolldiv;
obj.State = 0;
obj.PendingOperations = [];
diff --git a/public/scripts/agent-redir-ws-0.1.1-min.js b/public/scripts/agent-redir-ws-0.1.1-min.js
index 72b24be1..fe3481b8 100644
--- a/public/scripts/agent-redir-ws-0.1.1-min.js
+++ b/public/scripts/agent-redir-ws-0.1.1-min.js
@@ -1 +1 @@
-var CreateAgentRedirect=function(e,t,n,o,a,c){var s={};function l(){1==s.webSwitchOk&&1==s.webRtcActive&&(s.latency.current=-1,s.sendCtrlMsg('{"ctrlChannel":"102938","type":"webrtc0"}'),s.sendCtrlMsg('{"ctrlChannel":"102938","type":"webrtc1"}'),null!=s.onStateChanged&&s.onStateChanged(s,s.State))}((s.m=t).parent=s).meshserver=e,s.authCookie=o,s.rauthCookie=a,s.State=0,s.nodeid=null,s.options=null,s.socket=null,s.connectstate=-1,s.tunnelid=Math.random().toString(36).substring(2),s.protocol=t.protocol,s.onStateChanged=null,s.ctrlMsgAllowed=!0,s.attemptWebRTC=!1,s.webRtcActive=!1,s.webSwitchOk=!1,s.webchannel=null,s.webrtc=null,s.debugmode=0,s.serverIsRecording=!1,s.latency={lastSend:null,current:-1,callback:null},null==c&&(c="/"),s.consoleMessage=null,s.onConsoleMessageChange=null,s.metadata=null,s.onMetadataChange=null,s.Start=function(e){var t=window.location.protocol.replace("http","ws")+"//"+window.location.host+window.location.pathname.substring(0,window.location.pathname.lastIndexOf("/"))+"/meshrelay.ashx?browser=1&p="+s.protocol+"&nodeid="+e+"&id="+s.tunnelid;if(null!=o&&""!=o&&(t+="&auth="+o),null!=urlargs&&null!=urlargs.slowrelay&&(t+="&slowrelay="+urlargs.slowrelay),s.nodeid=e,s.connectstate=0,s.socket=new WebSocket(t),s.socket.binaryType="arraybuffer",s.socket.onopen=s.xxOnSocketConnected,s.socket.onmessage=s.xxOnMessage,s.socket.onerror=function(e){},s.socket.onclose=s.xxOnSocketClosed,s.xxStateChange(1),null!=s.meshserver){var n="*"+c+"meshrelay.ashx?p="+s.protocol+"&nodeid="+e+"&id="+s.tunnelid;null!=a&&""!=a&&(n+="&rauth="+a),s.meshserver.send({action:"msg",type:"tunnel",nodeid:s.nodeid,value:n,usage:s.protocol})}},s.xxOnSocketConnected=function(){1==s.debugmode&&console.log("onSocketConnected"),s.xxStateChange(2)},s.xxOnControlCommand=function(e){var t;try{t=JSON.parse(e)}catch(e){return}"102938"==t.ctrlChannel?("undefined"!=typeof args&&args.redirtrace&&console.log("RedirRecv",t),"console"==t.type?s.setConsoleMessage(t.msg,t.msgid,t.msgargs,t.timeout):"metadata"==t.type?(s.metadata=t,s.onMetadataChange&&s.onMetadataChange(s.metadata)):"rtt"==t.type&&"number"==typeof t.time?(s.latency.current=(new Date).getTime()-t.time,null!=s.latency.callbacks&&s.latency.callback(s.latency.current)):null!=s.webrtc&&("answer"==t.type?s.webrtc.setRemoteDescription(new RTCSessionDescription(t),function(){},s.xxCloseWebRTC):"webrtc0"==t.type?(s.webSwitchOk=!0,l()):"webrtc1"==t.type?s.sendCtrlMsg('{"ctrlChannel":"102938","type":"webrtc2"}'):t.type)):s.m.ProcessData(e)},s.setConsoleMessage=function(e,t,n,o){s.consoleMessage!=e&&(s.consoleMessage=e,s.consoleMessageId=t,s.consoleMessageArgs=n,s.consoleMessageTimeout=o,s.onConsoleMessageChange&&s.onConsoleMessageChange(s,s.consoleMessage,s.consoleMessageId))},s.sendCtrlMsg=function(e){if(1==s.ctrlMsgAllowed){"undefined"!=typeof args&&args.redirtrace&&console.log("RedirSend",typeof e,e);try{s.socket.send(e)}catch(e){}}},s.xxOnMessage=function(e){if(s.State<3&&("c"==e.data||"cr"==e.data)){if("cr"==e.data&&(s.serverIsRecording=!0),null!=s.options){delete s.options.action,s.options.type="options";try{s.sendCtrlMsg(JSON.stringify(s.options))}catch(e){}}try{s.socket.send(s.protocol)}catch(e){}if(s.xxStateChange(3),1==s.attemptWebRTC){"undefined"!=typeof RTCPeerConnection?s.webrtc=new RTCPeerConnection(null):"undefined"!=typeof webkitRTCPeerConnection&&(s.webrtc=new webkitRTCPeerConnection(null)),null!=s.webrtc&&s.webrtc.createDataChannel&&(s.webchannel=s.webrtc.createDataChannel("DataChannel",{}),s.webchannel.binaryType="arraybuffer",s.webchannel.onmessage=s.xxOnMessage,s.webchannel.onopen=function(){s.webRtcActive=!0,l()},s.webchannel.onclose=function(e){s.webRtcActive&&s.Stop()},s.webrtc.onicecandidate=function(e){if(null==e.candidate)try{s.sendCtrlMsg(JSON.stringify(s.webrtcoffer))}catch(e){}else s.webrtcoffer.sdp+="a="+e.candidate.candidate+"\r\n"},s.webrtc.oniceconnectionstatechange=function(){null!=s.webrtc&&("disconnected"==s.webrtc.iceConnectionState?1==s.webRtcActive?s.Stop():s.xxCloseWebRTC():"failed"==s.webrtc.iceConnectionState&&s.xxCloseWebRTC())},s.webrtc.createOffer(function(e){s.webrtcoffer=e,s.webrtc.setLocalDescription(e,function(){},s.xxCloseWebRTC)},s.xxCloseWebRTC,{mandatory:{OfferToReceiveAudio:!1,OfferToReceiveVideo:!1}}))}}else if("string"==typeof e.data)s.xxOnControlCommand(e.data);else if(s.m.ProcessBinaryCommand)if(0!=u){var t=new Uint8Array(e.data);if(g.push(t),u+=t.byteLength,d<=u){var n=new Uint8Array(u),o=0;for(var a in g)n.set(g[a],o),o+=g[a].byteLength;s.m.ProcessBinaryCommand(i,d,n),u=d=i=0,g=[]}}else{var c=((t=new Uint8Array(e.data))[0]<<8)+t[1],r=(t[2]<<8)+t[3];27==c&&8==r&&(c=(t[8]<<8)+t[9],r=(t[5]<<16)+(t[6]<<8)+t[7],t=t.slice(8)),r!=t.byteLength?(i=c,d=r,u=t.byteLength,g=[t]):s.m.ProcessBinaryCommand(c,r,t)}else s.m.ProcessBinaryData?s.m.ProcessBinaryData(new Uint8Array(e.data)):s.m.ProcessData(String.fromCharCode.apply(null,new Uint8Array(e.data)))};var i=0,d=0,u=0,g=[];return s.sendText=function(e){"string"!=typeof e&&(e=JSON.stringify(e)),s.send(encode_utf8(e))},s.send=function(e){"undefined"!=typeof args&&args.redirtrace&&console.log("RedirSend",typeof e,e.length,"{"==e[0]?e:rstr2hex(e).substring(0,64));try{if(null!=s.socket&&s.socket.readyState==WebSocket.OPEN)if("string"==typeof e)if(1==s.debugmode){for(var t=new Uint8Array(e.length),n=[],o=0;o'+e.InstanceID+" ";var s="";for(var r in e)if(e.hasOwnProperty(r)){if(s+='',e[r].ReferenceParameters){s+="",s+=""+e[r].Address+" "+e[r].ReferenceParameters.ResourceURI+" ";var a=e[r].ReferenceParameters.SelectorSet.Selector;if(Array.isArray(a))for(var o=0;o"+a[o].Value+" ";else s+=""+a.Value+" ";s+=" "}else s+=e[r];s+=""}return s+=""}return p.NextMessageId=1,p.Address="/wsman",p.comm=CreateWsmanComm(e,s,r,a,o,t),p.PerformAjax=function(e,o,s,r,a){null==a&&(a=""),p.comm.PerformAjax('"+e,function(e,s,r){if(200==s){var a=p.ParseWsman(e);a&&null!=a?o(p,a.Header.ResourceURI,a,200,r):o(p,null,{Header:{HttpError:s}},601,r)}else o(p,null,{Header:{HttpError:s}},s,r)},s,r)},p.CancelAllQueries=function(e){p.comm.CancelAllQueries(e)},p.GetNameFromUrl=function(e){var s=e.lastIndexOf("/");return-1==s?e:e.substring(s+1)},p.ExecSubscribe=function(e,s,r,a,o,t,n,l,c,d){var m="",i="";null!=c&&null!=d&&(m="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#UsernameToken "+c+' '+d+" ",i=' '),l=null!=l&&null!=l?""+l+" ":"";var u="http://schemas.xmlsoap.org/ws/2004/08/eventing/Subscribe "+p.Address+" "+e+" "+p.NextMessageId+++" http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous "+w(n)+m+''+r+" "+i+"PT0.000000S ";p.PerformAjax(u+" ",a,o,t,'xmlns:e="http://schemas.xmlsoap.org/ws/2004/08/eventing" xmlns:t="http://schemas.xmlsoap.org/ws/2005/02/trust" xmlns:se="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:m="http://x.com"')},p.ExecUnSubscribe=function(e,s,r,a,o){var t="http://schemas.xmlsoap.org/ws/2004/08/eventing/Unsubscribe"+p.Address+" "+e+" "+p.NextMessageId+++" http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous "+w(o)+" ";p.PerformAjax(t+"",s,r,a,'xmlns:e="http://schemas.xmlsoap.org/ws/2004/08/eventing"')},p.ExecPut=function(e,s,r,a,o,t){var n="http://schemas.xmlsoap.org/ws/2004/09/transfer/Put"+p.Address+" "+e+" "+p.NextMessageId+++" http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous PT60.000S "+w(t)+""+function(e,s){if(!e||null==s)return"";var r=p.GetNameFromUrl(e),a="';for(var o in s)if(s.hasOwnProperty(o)&&0!==o.indexOf("__")&&0!==o.indexOf("@")&&void 0!==s[o]&&null!==s[o]&&"function"!=typeof s[o])if("object"==typeof s[o]&&s[o].ReferenceParameters){a+=""+s[o].Address+" "+s[o].ReferenceParameters.ResourceURI+" ";var t=s[o].ReferenceParameters.SelectorSet.Selector;if(Array.isArray(t))for(var n=0;n"+t[n].Value+"";else a+=""+t.Value+" ";a+=" "}else if(Array.isArray(s[o]))for(n=0;n"+s[o][n].toString()+" ";else a+=""+s[o].toString()+" ";return a+=""}(e,s);p.PerformAjax(n+"",r,a,o)},p.ExecCreate=function(e,s,r,a,o,t){var n=p.GetNameFromUrl(e),l="http://schemas.xmlsoap.org/ws/2004/09/transfer/Create"+p.Address+" "+e+" "+p.NextMessageId+++" http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous PT60S "+w(t)+"';for(var c in s)l+=""+s[c]+" ";p.PerformAjax(l+" ",r,a,o)},p.ExecCreateXml=function(e,s,r,a,o){var t=p.GetNameFromUrl(e);p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/transfer/Create"+p.Address+" "+e+" "+p.NextMessageId+++" http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous PT60.000S '+s+" ",r,a,o)},p.ExecDelete=function(e,s,r,a,o){var t="http://schemas.xmlsoap.org/ws/2004/09/transfer/Delete"+p.Address+" "+e+" "+p.NextMessageId+++" http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous PT60S "+w(s)+" ";p.PerformAjax(t,r,a,o)},p.ExecGet=function(e,s,r,a){p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/transfer/Get"+p.Address+" "+e+" "+p.NextMessageId+++" http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous PT60S ",s,r,a)},p.ExecMethod=function(e,s,r,a,o,t,n){var l="";for(var c in r)if(null!=r[c])if(Array.isArray(r[c]))for(var d in r[c])l+=""+r[c][d]+" ";else l+=""+r[c]+" ";p.ExecMethodXml(e,s,l,a,o,t,n)},p.ExecMethodXml=function(e,s,r,a,o,t,n){p.PerformAjax(e+"/"+s+""+p.Address+" "+e+" "+p.NextMessageId+++" http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous PT60S "+w(n)+"
'+r+" ",a,o,t)},p.ExecEnum=function(e,s,r,a){p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate"+p.Address+" "+e+" "+p.NextMessageId+++' http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous PT60S ',s,r,a)},p.ExecPull=function(e,s,r,a,o){p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/enumeration/Pull"+p.Address+" "+e+" "+p.NextMessageId+++' http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous PT60S '+s+" 999 99999 ",r,a,o)},p.ParseWsman=function(s){try{s.childNodes||(s=function(e){{if(window.DOMParser)return(new DOMParser).parseFromString(e,"text/xml");var s=new ActiveXObject("Microsoft.XMLDOM");return s.async=!1,s.loadXML(e),s}}(s));var e,r={Header:{}},a=s.getElementsByTagName("Header")[0];if(!(a=a||s.getElementsByTagName("a:Header")[0]))return null;for(var o=0;o'+e.InstanceID+" ";var s="";for(var r in e)if(e.hasOwnProperty(r)){if(s+='',e[r].ReferenceParameters){s+="",s+=""+e[r].Address+" "+e[r].ReferenceParameters.ResourceURI+" ";var a=e[r].ReferenceParameters.SelectorSet.Selector;if(Array.isArray(a))for(var o=0;o"+a[o].Value+" ";else s+=""+a.Value+" ";s+=" "}else s+=e[r];s+=""}return s+=""}return p.NextMessageId=1,p.Address="/wsman",p.comm=CreateWsmanComm(e,s,r,a,o,t),p.PerformAjax=function(e,o,s,r,a){null==a&&(a=""),p.comm.PerformAjax('"+e,function(e,s,r){if(200==s){var a=p.ParseWsman(e);a&&null!=a?o(p,a.Header.ResourceURI,a,200,r):o(p,null,{Header:{HttpError:s}},601,r)}else o(p,null,{Header:{HttpError:s}},s,r)},s,r)},p.CancelAllQueries=function(e){p.comm.CancelAllQueries(e)},p.GetNameFromUrl=function(e){var s=e.lastIndexOf("/");return-1==s?e:e.substring(s+1)},p.ExecSubscribe=function(e,s,r,a,o,t,n,l,d,c){var m="",i="";null!=d&&null!=c&&(m="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#UsernameToken "+d+' '+c+" ",i=' '),l=null!=l&&null!=l?""+l+" ":"";var u="http://schemas.xmlsoap.org/ws/2004/08/eventing/Subscribe "+p.Address+" "+e+" "+p.NextMessageId+++" http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous "+w(n)+m+''+r+" "+i+"PT0.000000S ";p.PerformAjax(u+" ",a,o,t,'xmlns:e="http://schemas.xmlsoap.org/ws/2004/08/eventing" xmlns:t="http://schemas.xmlsoap.org/ws/2005/02/trust" xmlns:se="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:m="http://x.com"')},p.ExecUnSubscribe=function(e,s,r,a,o){var t="http://schemas.xmlsoap.org/ws/2004/08/eventing/Unsubscribe"+p.Address+" "+e+" "+p.NextMessageId+++" http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous "+w(o)+" ";p.PerformAjax(t+"",s,r,a,'xmlns:e="http://schemas.xmlsoap.org/ws/2004/08/eventing"')},p.ExecPut=function(e,s,r,a,o,t){var n="http://schemas.xmlsoap.org/ws/2004/09/transfer/Put"+p.Address+" "+e+" "+p.NextMessageId+++" http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous PT60.000S "+w(t)+""+function(e,s){if(!e||null==s)return"";var r=p.GetNameFromUrl(e),a="';for(var o in s)if(s.hasOwnProperty(o)&&0!==o.indexOf("__")&&0!==o.indexOf("@")&&void 0!==s[o]&&null!==s[o]&&"function"!=typeof s[o])if("object"==typeof s[o]&&s[o].ReferenceParameters){a+=""+s[o].Address+" "+s[o].ReferenceParameters.ResourceURI+" ";var t=s[o].ReferenceParameters.SelectorSet.Selector;if(Array.isArray(t))for(var n=0;n"+t[n].Value+"";else a+=""+t.Value+" ";a+=" "}else if(Array.isArray(s[o]))for(n=0;n"+s[o][n].toString()+" ";else a+=""+s[o].toString()+" ";return a+=""}(e,s);p.PerformAjax(n+"",r,a,o)},p.ExecCreate=function(e,s,r,a,o,t){var n=p.GetNameFromUrl(e),l="http://schemas.xmlsoap.org/ws/2004/09/transfer/Create"+p.Address+" "+e+" "+p.NextMessageId+++" http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous PT60S "+w(t)+"';for(var d in s)l+=""+s[d]+" ";p.PerformAjax(l+" ",r,a,o)},p.ExecCreateXml=function(e,s,r,a,o){var t=p.GetNameFromUrl(e);p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/transfer/Create"+p.Address+" "+e+" "+p.NextMessageId+++" http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous PT60.000S '+s+" ",r,a,o)},p.ExecDelete=function(e,s,r,a,o){var t="http://schemas.xmlsoap.org/ws/2004/09/transfer/Delete"+p.Address+" "+e+" "+p.NextMessageId+++" http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous PT60S "+w(s)+" ";p.PerformAjax(t,r,a,o)},p.ExecGet=function(e,s,r,a){p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/transfer/Get"+p.Address+" "+e+" "+p.NextMessageId+++" http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous PT60S '+r+" ",a,o,t)},p.ExecEnum=function(e,s,r,a){p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate"+p.Address+" "+e+" "+p.NextMessageId+++' http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous PT60S ',s,r,a)},p.ExecPull=function(e,s,r,a,o){p.PerformAjax("http://schemas.xmlsoap.org/ws/2004/09/enumeration/Pull"+p.Address+" "+e+" "+p.NextMessageId+++' http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous PT60S '+s+" 999 99999 ",r,a,o)},p.ParseWsman=function(s){try{s.childNodes||(s=function(e){{if(window.DOMParser)return(new DOMParser).parseFromString(e,"text/xml");var s=new ActiveXObject("Microsoft.XMLDOM");return s.async=!1,s.loadXML(e),s}}(s));var e,r={Header:{}},a=s.getElementsByTagName("Header")[0];if(!(a=a||s.getElementsByTagName("a:Header")[0]))return null;for(var o=0;o27->1295",
- "default.handlebars->27->1297"
+ "default.handlebars->27->1297",
+ "default.handlebars->27->1299"
]
},
{
@@ -177,7 +177,7 @@
"zh-chs": " 可以使用密碼提示,但不建議使用。",
"fi": " Salasanavihjeitä voidaan käyttää, mutta niitä ei suositella.",
"xloc": [
- "default.handlebars->27->1221"
+ "default.handlebars->27->1223"
]
},
{
@@ -195,8 +195,8 @@
"zh-chs": " 用戶需要先登錄到該服務器一次,然後才能將其添加到設備組。",
"fi": " Käyttäjien on kirjauduttava sisään tähän palvelimeen kerran, ennen kuin heidät voidaan lisätä laiteryhmään.",
"xloc": [
- "default.handlebars->27->1370",
- "default.handlebars->27->1709"
+ "default.handlebars->27->1372",
+ "default.handlebars->27->1711"
]
},
{
@@ -214,7 +214,7 @@
"zh-chs": " 並使用該用戶名和任何密碼對服務器進行身份驗證。",
"fi": " ja todenna palvelimelle tällä käyttäjänimellä ja millä tahansa salasanalla.",
"xloc": [
- "default.handlebars->27->310"
+ "default.handlebars->27->311"
]
},
{
@@ -232,7 +232,7 @@
"zh-chs": " 並使用該用戶名和密碼向服務器驗證身份。",
"fi": " ja todenna palvelimelle tällä käyttäjätunnuksella ja salasanalla.",
"xloc": [
- "default.handlebars->27->309"
+ "default.handlebars->27->310"
]
},
{
@@ -356,7 +356,7 @@
"zh-chs": "(可選的)",
"fi": "(valinnainen)",
"xloc": [
- "default.handlebars->27->349"
+ "default.handlebars->27->350"
]
},
{
@@ -389,7 +389,7 @@
"ru": "* Для BSD сначала запустите \\\"pkg install wget sudo bash\\\".",
"zh-chs": "*對於BSD,首先運行 “pkg install wget sudo bash”。",
"xloc": [
- "default.handlebars->27->388"
+ "default.handlebars->27->389"
]
},
{
@@ -406,7 +406,7 @@
"ru": "* Оставьте пустым для установления случайного пароля каждому устройству.",
"zh-chs": "*保留空白以為每個設備分配一個隨機密碼。",
"xloc": [
- "default.handlebars->27->1342"
+ "default.handlebars->27->1344"
]
},
{
@@ -440,7 +440,7 @@
"zh-chs": ",",
"xloc": [
"default-mobile.handlebars->9->446",
- "default.handlebars->27->1437"
+ "default.handlebars->27->1439"
]
},
{
@@ -459,7 +459,7 @@
"fi": ", vain Intel® AMT",
"xloc": [
"default-mobile.handlebars->9->147",
- "default.handlebars->27->198"
+ "default.handlebars->27->199"
]
},
{
@@ -477,7 +477,7 @@
"zh-chs": ",MQTT在線",
"fi": ", MQTT on online-tilassa",
"xloc": [
- "default.handlebars->27->964"
+ "default.handlebars->27->966"
]
},
{
@@ -494,8 +494,8 @@
"ru": ", Soft-KVM",
"zh-chs": ",軟KVM",
"xloc": [
- "default.handlebars->27->794",
- "desktop.handlebars->3->12"
+ "default.handlebars->27->796",
+ "desktop.handlebars->3->13"
]
},
{
@@ -514,10 +514,10 @@
"xloc": [
"default-mobile.handlebars->9->284",
"default-mobile.handlebars->9->293",
- "default.handlebars->27->801",
- "default.handlebars->27->834",
- "default.handlebars->27->846",
- "desktop.handlebars->3->19",
+ "default.handlebars->27->803",
+ "default.handlebars->27->836",
+ "default.handlebars->27->848",
+ "desktop.handlebars->3->20",
"xterm.handlebars->9->6"
]
},
@@ -602,8 +602,8 @@
"nl": ", {0} kijken",
"fi": ", {0} katselee",
"xloc": [
- "default.handlebars->27->795",
- "desktop.handlebars->3->13"
+ "default.handlebars->27->797",
+ "desktop.handlebars->3->14"
]
},
{
@@ -660,9 +660,9 @@
"xloc": [
"default-mobile.handlebars->9->108",
"default-mobile.handlebars->9->295",
- "default.handlebars->27->1478",
- "default.handlebars->27->1864",
- "default.handlebars->27->848"
+ "default.handlebars->27->1480",
+ "default.handlebars->27->1866",
+ "default.handlebars->27->850"
]
},
{
@@ -712,7 +712,7 @@
"zh-chs": "1個活動會話",
"fi": "1 aktiivinen istunto",
"xloc": [
- "default.handlebars->27->1778"
+ "default.handlebars->27->1780"
]
},
{
@@ -732,7 +732,7 @@
"xloc": [
"default-mobile.handlebars->9->118",
"default-mobile.handlebars->9->450",
- "default.handlebars->27->1497"
+ "default.handlebars->27->1499"
]
},
{
@@ -740,8 +740,8 @@
"nl": "1 verbinding",
"fi": "1 yhteys",
"xloc": [
- "default.handlebars->27->797",
- "desktop.handlebars->3->15"
+ "default.handlebars->27->799",
+ "desktop.handlebars->3->16"
]
},
{
@@ -760,8 +760,8 @@
"fi": "1 päivä",
"xloc": [
"default.handlebars->27->178",
- "default.handlebars->27->340",
- "default.handlebars->27->354"
+ "default.handlebars->27->341",
+ "default.handlebars->27->355"
]
},
{
@@ -779,7 +779,7 @@
"zh-chs": "1組",
"fi": "1 ryhmä",
"xloc": [
- "default.handlebars->27->1743"
+ "default.handlebars->27->1745"
]
},
{
@@ -798,9 +798,15 @@
"fi": "1 tunti",
"xloc": [
"default.handlebars->27->176",
- "default.handlebars->27->338",
- "default.handlebars->27->352",
- "default.handlebars->27->706"
+ "default.handlebars->27->339",
+ "default.handlebars->27->353",
+ "default.handlebars->27->708"
+ ]
+ },
+ {
+ "en": "1 minute",
+ "xloc": [
+ "default.handlebars->27->702"
]
},
{
@@ -837,8 +843,8 @@
"fi": "1 kuukausi",
"xloc": [
"default.handlebars->27->180",
- "default.handlebars->27->342",
- "default.handlebars->27->356"
+ "default.handlebars->27->343",
+ "default.handlebars->27->357"
]
},
{
@@ -855,7 +861,7 @@
"ru": "Еще 1 пользователь не показан, используйте поиск чтобы найти пользователей...",
"zh-chs": "未再顯示1個用戶,請使用搜索框查找用戶...",
"xloc": [
- "default.handlebars->27->1546"
+ "default.handlebars->27->1548"
]
},
{
@@ -873,7 +879,7 @@
"zh-chs": "1個節點",
"fi": "1 solmu",
"xloc": [
- "default.handlebars->27->406"
+ "default.handlebars->27->407"
]
},
{
@@ -915,13 +921,13 @@
"default-mobile.handlebars->9->168",
"default-mobile.handlebars->9->171",
"default-mobile.handlebars->9->174",
- "default.handlebars->27->1550",
- "default.handlebars->27->238",
- "default.handlebars->27->241",
- "default.handlebars->27->244",
- "default.handlebars->27->247",
- "default.handlebars->27->250",
- "default.handlebars->27->253"
+ "default.handlebars->27->1552",
+ "default.handlebars->27->239",
+ "default.handlebars->27->242",
+ "default.handlebars->27->245",
+ "default.handlebars->27->248",
+ "default.handlebars->27->251",
+ "default.handlebars->27->254"
]
},
{
@@ -940,8 +946,8 @@
"fi": "1 viikko",
"xloc": [
"default.handlebars->27->179",
- "default.handlebars->27->341",
- "default.handlebars->27->355"
+ "default.handlebars->27->342",
+ "default.handlebars->27->356"
]
},
{
@@ -1021,7 +1027,7 @@
{
"en": "10 minutes",
"xloc": [
- "default.handlebars->27->702"
+ "default.handlebars->27->704"
]
},
{
@@ -1103,7 +1109,7 @@
{
"en": "15 minutes",
"xloc": [
- "default.handlebars->27->703"
+ "default.handlebars->27->705"
]
},
{
@@ -1223,8 +1229,8 @@
"zh-chs": "啟用第二因素身份驗證",
"fi": "kaksivaiheinen todennus käytössä",
"xloc": [
- "default.handlebars->27->1563",
- "default.handlebars->27->1765"
+ "default.handlebars->27->1565",
+ "default.handlebars->27->1767"
]
},
{
@@ -1317,7 +1323,7 @@
{
"en": "30 minutes",
"xloc": [
- "default.handlebars->27->704"
+ "default.handlebars->27->706"
]
},
{
@@ -1335,8 +1341,8 @@
"zh-chs": "MeshAgent的32位版本",
"fi": "MeshAgentin 32bittinen versio",
"xloc": [
- "default.handlebars->27->378",
- "default.handlebars->27->395"
+ "default.handlebars->27->379",
+ "default.handlebars->27->396"
]
},
{
@@ -1416,7 +1422,7 @@
{
"en": "45 minutes",
"xloc": [
- "default.handlebars->27->705"
+ "default.handlebars->27->707"
]
},
{
@@ -1440,7 +1446,7 @@
{
"en": "5 minutes",
"xloc": [
- "default.handlebars->27->701"
+ "default.handlebars->27->703"
]
},
{
@@ -1569,7 +1575,7 @@
"ru": "64-битная версия macOS Mesh Agent",
"zh-chs": "64位版本的macOS Mesh Agent",
"xloc": [
- "default.handlebars->27->391"
+ "default.handlebars->27->392"
]
},
{
@@ -1587,8 +1593,8 @@
"zh-chs": "MeshAgent的64位版本",
"fi": "MeshAgentin 64bittinen versio",
"xloc": [
- "default.handlebars->27->382",
- "default.handlebars->27->398"
+ "default.handlebars->27->383",
+ "default.handlebars->27->399"
]
},
{
@@ -1629,7 +1635,7 @@
"zh-chs": "7天電源狀態",
"fi": "7 päivän virtatila",
"xloc": [
- "default.handlebars->27->727"
+ "default.handlebars->27->729"
]
},
{
@@ -1685,8 +1691,8 @@
"zh-chs": "8小時",
"fi": "8 tuntia",
"xloc": [
- "default.handlebars->27->339",
- "default.handlebars->27->353"
+ "default.handlebars->27->340",
+ "default.handlebars->27->354"
]
},
{
@@ -1882,7 +1888,7 @@
"zh-chs": "ACM",
"xloc": [
"default-mobile.handlebars->9->231",
- "default.handlebars->27->559"
+ "default.handlebars->27->560"
]
},
{
@@ -1899,8 +1905,8 @@
"ru": "AMT",
"zh-chs": "AMT",
"xloc": [
- "default.handlebars->27->209",
- "default.handlebars->27->434"
+ "default.handlebars->27->210",
+ "default.handlebars->27->435"
]
},
{
@@ -1990,7 +1996,7 @@
"zh-chs": "拒絕訪問",
"fi": "Pääsy Evätty",
"xloc": [
- "default.handlebars->27->965"
+ "default.handlebars->27->967"
]
},
{
@@ -2027,7 +2033,7 @@
"zh-chs": "訪問服務器文件",
"fi": "Pääsy palvelintiedostoihin",
"xloc": [
- "default.handlebars->27->1715"
+ "default.handlebars->27->1717"
]
},
{
@@ -2106,10 +2112,10 @@
"default-mobile.handlebars->9->93",
"default-mobile.handlebars->9->95",
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->p2AccountSecurity->1->0",
- "default.handlebars->27->1230",
"default.handlebars->27->1232",
- "default.handlebars->27->528",
- "default.handlebars->27->530"
+ "default.handlebars->27->1234",
+ "default.handlebars->27->529",
+ "default.handlebars->27->531"
]
},
{
@@ -2158,8 +2164,8 @@
"zh-chs": "帐户已被锁定",
"fi": "Tili on lukittu",
"xloc": [
- "default.handlebars->27->1565",
- "default.handlebars->27->1712"
+ "default.handlebars->27->1567",
+ "default.handlebars->27->1714"
]
},
{
@@ -2252,7 +2258,7 @@
"zh-chs": "行動",
"fi": "Toiminta",
"xloc": [
- "default.handlebars->27->970",
+ "default.handlebars->27->972",
"default.handlebars->container->column_l->p42->p42tbl->1->0->8"
]
},
@@ -2271,8 +2277,8 @@
"zh-chs": "動作文件",
"fi": "Toimintotiedosto",
"xloc": [
- "default.handlebars->27->770",
- "default.handlebars->27->772"
+ "default.handlebars->27->772",
+ "default.handlebars->27->774"
]
},
{
@@ -2293,7 +2299,7 @@
"default-mobile.handlebars->9->248",
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea4->1->3",
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->1",
- "default.handlebars->27->604",
+ "default.handlebars->27->605",
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->1",
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->1",
"default.handlebars->container->column_l->p13->p13toolbar->1->0->1->1"
@@ -2353,9 +2359,9 @@
"default-mobile.handlebars->9->226",
"default-mobile.handlebars->9->228",
"default-mobile.handlebars->9->355",
- "default.handlebars->27->552",
- "default.handlebars->27->554",
- "default.handlebars->27->928"
+ "default.handlebars->27->553",
+ "default.handlebars->27->555",
+ "default.handlebars->27->930"
]
},
{
@@ -2373,10 +2379,10 @@
"zh-chs": "激活",
"fi": "Aktivointi",
"xloc": [
- "default.handlebars->27->1308",
"default.handlebars->27->1310",
- "default.handlebars->27->271",
- "default.handlebars->27->273"
+ "default.handlebars->27->1312",
+ "default.handlebars->27->272",
+ "default.handlebars->27->274"
]
},
{
@@ -2394,7 +2400,7 @@
"zh-chs": "活動用戶{0}",
"fi": "Aktiivinen käyttäjä{0}",
"xloc": [
- "default.handlebars->27->579"
+ "default.handlebars->27->580"
]
},
{
@@ -2412,8 +2418,8 @@
"zh-chs": "添加代理",
"fi": "Lisää agentti",
"xloc": [
- "default.handlebars->27->1312",
- "default.handlebars->27->275"
+ "default.handlebars->27->1314",
+ "default.handlebars->27->276"
]
},
{
@@ -2431,7 +2437,7 @@
"zh-chs": "添加CIRA",
"fi": "Lisää CIRA",
"xloc": [
- "default.handlebars->27->265"
+ "default.handlebars->27->266"
]
},
{
@@ -2449,8 +2455,8 @@
"zh-chs": "添加設備",
"fi": "Lisää Laite",
"xloc": [
- "default.handlebars->27->1689",
- "default.handlebars->27->1813"
+ "default.handlebars->27->1691",
+ "default.handlebars->27->1815"
]
},
{
@@ -2468,7 +2474,7 @@
"zh-chs": "添加設備事件",
"fi": "Lisää laitetapahtuma",
"xloc": [
- "default.handlebars->27->690"
+ "default.handlebars->27->691"
]
},
{
@@ -2486,10 +2492,10 @@
"zh-chs": "添加設備組",
"fi": "Lisää laiteryhmä",
"xloc": [
- "default.handlebars->27->1403",
- "default.handlebars->27->1683",
- "default.handlebars->27->1801",
- "default.handlebars->27->226"
+ "default.handlebars->27->1405",
+ "default.handlebars->27->1685",
+ "default.handlebars->27->1803",
+ "default.handlebars->27->227"
]
},
{
@@ -2504,7 +2510,7 @@
"zh-chs": "添加设备组权限",
"fi": "Lisää laiteryhmän käyttöoikeudet",
"xloc": [
- "default.handlebars->27->1400"
+ "default.handlebars->27->1402"
]
},
{
@@ -2521,8 +2527,8 @@
"zh-chs": "添加设备权限",
"fi": "Lisää laitteen käyttöoikeudet",
"xloc": [
- "default.handlebars->27->1405",
- "default.handlebars->27->1407"
+ "default.handlebars->27->1407",
+ "default.handlebars->27->1409"
]
},
{
@@ -2540,7 +2546,7 @@
"zh-chs": "添加英特爾®AMT CIRA設備",
"fi": "Lisää Intel® AMT CIRA laite",
"xloc": [
- "default.handlebars->27->323"
+ "default.handlebars->27->324"
]
},
{
@@ -2558,7 +2564,7 @@
"zh-chs": "添加英特爾®AMT設備",
"fi": "Lisää Intel® AMT laite",
"xloc": [
- "default.handlebars->27->288"
+ "default.handlebars->27->289"
]
},
{
@@ -2594,7 +2600,7 @@
"zh-chs": "添加本地",
"fi": "Lisää paikallinen",
"xloc": [
- "default.handlebars->27->267"
+ "default.handlebars->27->268"
]
},
{
@@ -2612,7 +2618,7 @@
"zh-chs": "添加會員",
"fi": "Lisää jäsenyys",
"xloc": [
- "default.handlebars->27->1831"
+ "default.handlebars->27->1833"
]
},
{
@@ -2630,7 +2636,7 @@
"zh-chs": "添加網格代理",
"fi": "Lisää Mesh Agent",
"xloc": [
- "default.handlebars->27->405"
+ "default.handlebars->27->406"
]
},
{
@@ -2648,12 +2654,12 @@
"zh-chs": "添加安全密鑰",
"fi": "Lisää suojausavain",
"xloc": [
+ "default.handlebars->27->1000",
+ "default.handlebars->27->1001",
"default.handlebars->27->149",
"default.handlebars->27->151",
"default.handlebars->27->154",
- "default.handlebars->27->155",
- "default.handlebars->27->998",
- "default.handlebars->27->999"
+ "default.handlebars->27->155"
]
},
{
@@ -2672,7 +2678,7 @@
"fi": "Lisää Käyttäjä",
"xloc": [
"default-mobile.handlebars->9->395",
- "default.handlebars->27->647"
+ "default.handlebars->27->648"
]
},
{
@@ -2689,7 +2695,7 @@
"zh-chs": "添加用户设备权限",
"fi": "Lisää käyttäjän laitteen käyttöoikeudet",
"xloc": [
- "default.handlebars->27->1410"
+ "default.handlebars->27->1412"
]
},
{
@@ -2707,10 +2713,10 @@
"zh-chs": "添加用戶組",
"fi": "Lisää Käyttäjä Ryhmä",
"xloc": [
- "default.handlebars->27->1302",
- "default.handlebars->27->1402",
- "default.handlebars->27->1807",
- "default.handlebars->27->648"
+ "default.handlebars->27->1304",
+ "default.handlebars->27->1404",
+ "default.handlebars->27->1809",
+ "default.handlebars->27->649"
]
},
{
@@ -2725,7 +2731,7 @@
"zh-chs": "添加用户组设备权限",
"fi": "Lisää käyttäjäryhmän laiteoikeudet",
"xloc": [
- "default.handlebars->27->1412"
+ "default.handlebars->27->1414"
]
},
{
@@ -2773,8 +2779,8 @@
"zh-chs": "添加用戶",
"fi": "Lisää Käyttäjiä",
"xloc": [
- "default.handlebars->27->1301",
- "default.handlebars->27->1678"
+ "default.handlebars->27->1303",
+ "default.handlebars->27->1680"
]
},
{
@@ -2792,7 +2798,7 @@
"zh-chs": "將用戶添加到設備組",
"fi": "Lisää käyttäjiä laiteryhmään",
"xloc": [
- "default.handlebars->27->1399"
+ "default.handlebars->27->1401"
]
},
{
@@ -2810,7 +2816,7 @@
"zh-chs": "將用戶添加到用戶組",
"fi": "Lisää käyttäjät käyttäjäryhmään",
"xloc": [
- "default.handlebars->27->1711"
+ "default.handlebars->27->1713"
]
},
{
@@ -2846,7 +2852,7 @@
"zh-chs": "通過掃描本地網絡添加新的英特爾®AMT計算機。",
"fi": "Lisää uusi Intel® AMT-tietokone skannaamalla lähiverkko.",
"xloc": [
- "default.handlebars->27->268"
+ "default.handlebars->27->269"
]
},
{
@@ -2864,8 +2870,8 @@
"zh-chs": "添加位於互聯網上的新英特爾®AMT計算機。",
"fi": "Lisää uusi Intel® AMT-tietokone, joka sijaitsee Internetissä.",
"xloc": [
- "default.handlebars->27->1303",
- "default.handlebars->27->264"
+ "default.handlebars->27->1305",
+ "default.handlebars->27->265"
]
},
{
@@ -2883,8 +2889,8 @@
"zh-chs": "添加位於本地網絡上的新英特爾®AMT計算機。",
"fi": "Lisää uusi Intel® AMT-tietokone, joka sijaitsee lähiverkossa.",
"xloc": [
- "default.handlebars->27->1305",
- "default.handlebars->27->266"
+ "default.handlebars->27->1307",
+ "default.handlebars->27->267"
]
},
{
@@ -2902,7 +2908,7 @@
"zh-chs": "將新的英特爾®AMT設備添加到設備組“{0}”。",
"fi": "Lisää uusi Intel® AMT -laite laiteryhmään \\\"{0}\\\".",
"xloc": [
- "default.handlebars->27->278"
+ "default.handlebars->27->279"
]
},
{
@@ -2917,15 +2923,15 @@
"zh-chs": "通过安装网状代理,将新计算机添加到该设备组。",
"fi": "Lisää uusi tietokone tähän laiteryhmään asentamalla MeshAgent.",
"xloc": [
- "default.handlebars->27->1311",
- "default.handlebars->27->274"
+ "default.handlebars->27->1313",
+ "default.handlebars->27->275"
]
},
{
"en": "Add tags",
"nl": "Voeg tags toe",
"xloc": [
- "default.handlebars->27->466"
+ "default.handlebars->27->467"
]
},
{
@@ -2943,7 +2949,7 @@
"zh-chs": "地址",
"fi": "Osoite",
"xloc": [
- "default.handlebars->27->222"
+ "default.handlebars->27->223"
]
},
{
@@ -2979,7 +2985,7 @@
"zh-chs": "管理員控制模式(ACM)",
"xloc": [
"default-mobile.handlebars->9->357",
- "default.handlebars->27->930"
+ "default.handlebars->27->932"
]
},
{
@@ -2997,7 +3003,7 @@
"zh-chs": "管理員憑證",
"xloc": [
"default-mobile.handlebars->9->363",
- "default.handlebars->27->936"
+ "default.handlebars->27->938"
]
},
{
@@ -3032,7 +3038,7 @@
"ru": "Области администратора",
"zh-chs": "管理領域",
"xloc": [
- "default.handlebars->27->1747"
+ "default.handlebars->27->1749"
]
},
{
@@ -3067,7 +3073,7 @@
"ru": "Административные области",
"zh-chs": "行政領域",
"xloc": [
- "default.handlebars->27->1628"
+ "default.handlebars->27->1630"
]
},
{
@@ -3085,7 +3091,7 @@
"zh-chs": "管理員",
"fi": "Järjestelmänvalvoja",
"xloc": [
- "default.handlebars->27->1557"
+ "default.handlebars->27->1559"
]
},
{
@@ -3102,7 +3108,7 @@
"ru": "Африканский",
"zh-chs": "南非語",
"xloc": [
- "default.handlebars->27->1001"
+ "default.handlebars->27->1003"
]
},
{
@@ -3123,10 +3129,10 @@
"default-mobile.handlebars->9->199",
"default-mobile.handlebars->9->223",
"default-mobile.handlebars->9->239",
- "default.handlebars->27->1464",
- "default.handlebars->27->1472",
- "default.handlebars->27->205",
- "default.handlebars->27->430",
+ "default.handlebars->27->1466",
+ "default.handlebars->27->1474",
+ "default.handlebars->27->206",
+ "default.handlebars->27->431",
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->1"
]
},
@@ -3145,8 +3151,8 @@
"zh-chs": "代理+英特爾AMT",
"fi": "Agentti + Intel AMT",
"xloc": [
- "default.handlebars->27->1466",
- "default.handlebars->27->1474"
+ "default.handlebars->27->1468",
+ "default.handlebars->27->1476"
]
},
{
@@ -3183,7 +3189,7 @@
"fi": "Agentin konsoli",
"xloc": [
"default-mobile.handlebars->9->430",
- "default.handlebars->27->1420"
+ "default.handlebars->27->1422"
]
},
{
@@ -3201,7 +3207,7 @@
"zh-chs": "座席錯誤計數器",
"fi": "Agentin virhe laskurit",
"xloc": [
- "default.handlebars->27->1874"
+ "default.handlebars->27->1876"
]
},
{
@@ -3227,7 +3233,7 @@
"nl": "Agent berichten",
"xloc": [
"default-mobile.handlebars->9->177",
- "default.handlebars->27->256"
+ "default.handlebars->27->257"
]
},
{
@@ -3281,7 +3287,7 @@
"zh-chs": "座席會議",
"fi": "Agentin istunnot",
"xloc": [
- "default.handlebars->27->1890"
+ "default.handlebars->27->1892"
]
},
{
@@ -3299,7 +3305,7 @@
"zh-chs": "代理商標籤",
"xloc": [
"default-mobile.handlebars->9->238",
- "default.handlebars->27->572"
+ "default.handlebars->27->573"
]
},
{
@@ -3317,7 +3323,7 @@
"zh-chs": "代理類型",
"fi": "Agenttityypit",
"xloc": [
- "default.handlebars->27->1470",
+ "default.handlebars->27->1472",
"default.handlebars->container->column_l->p21->3->1->meshOsChartDiv->1"
]
},
@@ -3337,8 +3343,8 @@
"fi": "Agentti yhdistetty",
"xloc": [
"default.handlebars->27->160",
- "default.handlebars->27->638",
- "default.handlebars->27->639"
+ "default.handlebars->27->639",
+ "default.handlebars->27->640"
]
},
{
@@ -3374,7 +3380,7 @@
"zh-chs": "代理離線",
"fi": "Agentti on offline-tilassa",
"xloc": [
- "default.handlebars->27->963"
+ "default.handlebars->27->965"
]
},
{
@@ -3392,7 +3398,7 @@
"zh-chs": "代理在線",
"fi": "Agentti on online-tilassa",
"xloc": [
- "default.handlebars->27->962"
+ "default.handlebars->27->964"
]
},
{
@@ -3410,7 +3416,7 @@
"zh-chs": "代理商",
"fi": "Agentit",
"xloc": [
- "default.handlebars->27->1903"
+ "default.handlebars->27->1905"
]
},
{
@@ -3427,7 +3433,7 @@
"ru": "Албанский",
"zh-chs": "阿爾巴尼亞語",
"xloc": [
- "default.handlebars->27->1002"
+ "default.handlebars->27->1004"
]
},
{
@@ -3454,7 +3460,7 @@
"en": "All Available",
"nl": "Alle beschikbare",
"xloc": [
- "default.handlebars->27->1520"
+ "default.handlebars->27->1522"
]
},
{
@@ -3477,7 +3483,7 @@
"nl": "Alle gebeurtenissen",
"fi": "Kaikki tapahtumat",
"xloc": [
- "default.handlebars->27->1518"
+ "default.handlebars->27->1520"
]
},
{
@@ -3494,9 +3500,9 @@
"ru": "Фокусирование всех",
"zh-chs": "全部聚焦",
"xloc": [
- "default.handlebars->27->802",
"default.handlebars->27->804",
- "default.handlebars->27->805"
+ "default.handlebars->27->806",
+ "default.handlebars->27->807"
]
},
{
@@ -3514,8 +3520,8 @@
"zh-chs": "允許用戶管理此設備組和該組中的設備。",
"fi": "Salli käyttäjien hallita tätä laiteryhmää ja tämän ryhmän laitteita.",
"xloc": [
- "default.handlebars->27->1368",
- "default.handlebars->27->1708"
+ "default.handlebars->27->1370",
+ "default.handlebars->27->1710"
]
},
{
@@ -3532,7 +3538,7 @@
"zh-chs": "允许用户管理此设备。",
"fi": "Salli käyttäjien hallita tätä laitetta.",
"xloc": [
- "default.handlebars->27->1369"
+ "default.handlebars->27->1371"
]
},
{
@@ -3588,7 +3594,7 @@
"zh-chs": "備用(F10 = ESC + 0)",
"fi": "Vaihtoehtoinen (F10 = ESC + 0)",
"xloc": [
- "default.handlebars->27->839"
+ "default.handlebars->27->841"
]
},
{
@@ -3625,9 +3631,9 @@
"zh-chs": "始終通知",
"fi": "Ilmoita aina",
"xloc": [
- "default.handlebars->27->1282",
- "default.handlebars->27->1756",
- "default.handlebars->27->588"
+ "default.handlebars->27->1284",
+ "default.handlebars->27->1758",
+ "default.handlebars->27->589"
]
},
{
@@ -3645,9 +3651,9 @@
"zh-chs": "總是提示",
"fi": "Kysy Aina",
"xloc": [
- "default.handlebars->27->1283",
- "default.handlebars->27->1757",
- "default.handlebars->27->589"
+ "default.handlebars->27->1285",
+ "default.handlebars->27->1759",
+ "default.handlebars->27->590"
]
},
{
@@ -3764,7 +3770,7 @@
"ru": "Антивирус",
"zh-chs": "防毒軟件",
"xloc": [
- "default.handlebars->27->578"
+ "default.handlebars->27->579"
]
},
{
@@ -3782,7 +3788,7 @@
"zh-chs": "任何支持",
"fi": "Kaikki tuetut",
"xloc": [
- "default.handlebars->27->333"
+ "default.handlebars->27->334"
]
},
{
@@ -3799,7 +3805,7 @@
"ru": "Apple macOS",
"zh-chs": "蘋果macOS",
"xloc": [
- "default.handlebars->27->368"
+ "default.handlebars->27->369"
]
},
{
@@ -3816,7 +3822,7 @@
"ru": "Только Apple macOS",
"zh-chs": "僅限Apple macOS",
"xloc": [
- "default.handlebars->27->335"
+ "default.handlebars->27->336"
]
},
{
@@ -3850,7 +3856,7 @@
"ru": "Арабский (Алжир)",
"zh-chs": "阿拉伯文(阿爾及利亞)",
"xloc": [
- "default.handlebars->27->1004"
+ "default.handlebars->27->1006"
]
},
{
@@ -3867,7 +3873,7 @@
"ru": "Арабский (Бахрейн)",
"zh-chs": "阿拉伯文(巴林)",
"xloc": [
- "default.handlebars->27->1005"
+ "default.handlebars->27->1007"
]
},
{
@@ -3884,7 +3890,7 @@
"ru": "Арабский (Египет)",
"zh-chs": "阿拉伯文(埃及)",
"xloc": [
- "default.handlebars->27->1006"
+ "default.handlebars->27->1008"
]
},
{
@@ -3901,7 +3907,7 @@
"ru": "Арабский (Ирак)",
"zh-chs": "阿拉伯文(伊拉克)",
"xloc": [
- "default.handlebars->27->1007"
+ "default.handlebars->27->1009"
]
},
{
@@ -3918,7 +3924,7 @@
"ru": "Арабский (Иордания)",
"zh-chs": "阿拉伯語(約旦)",
"xloc": [
- "default.handlebars->27->1008"
+ "default.handlebars->27->1010"
]
},
{
@@ -3935,7 +3941,7 @@
"ru": "Арабский (Кувейт)",
"zh-chs": "阿拉伯文(科威特)",
"xloc": [
- "default.handlebars->27->1009"
+ "default.handlebars->27->1011"
]
},
{
@@ -3952,7 +3958,7 @@
"ru": "Арабский (Ливан)",
"zh-chs": "阿拉伯語(黎巴嫩)",
"xloc": [
- "default.handlebars->27->1010"
+ "default.handlebars->27->1012"
]
},
{
@@ -3969,7 +3975,7 @@
"ru": "Арабский (Ливия)",
"zh-chs": "阿拉伯文(利比亞)",
"xloc": [
- "default.handlebars->27->1011"
+ "default.handlebars->27->1013"
]
},
{
@@ -3986,7 +3992,7 @@
"ru": "Арабский (Марокко)",
"zh-chs": "阿拉伯文(摩洛哥)",
"xloc": [
- "default.handlebars->27->1012"
+ "default.handlebars->27->1014"
]
},
{
@@ -4003,7 +4009,7 @@
"ru": "Арабский (Оман)",
"zh-chs": "阿拉伯文(阿曼)",
"xloc": [
- "default.handlebars->27->1013"
+ "default.handlebars->27->1015"
]
},
{
@@ -4020,7 +4026,7 @@
"ru": "Арабский (Катар)",
"zh-chs": "阿拉伯語(卡塔爾)",
"xloc": [
- "default.handlebars->27->1014"
+ "default.handlebars->27->1016"
]
},
{
@@ -4037,7 +4043,7 @@
"ru": "Арабский (Саудовская Аравия)",
"zh-chs": "阿拉伯語(沙特阿拉伯)",
"xloc": [
- "default.handlebars->27->1015"
+ "default.handlebars->27->1017"
]
},
{
@@ -4054,7 +4060,7 @@
"ru": "Арабский (стандартный)",
"zh-chs": "阿拉伯語(標準)",
"xloc": [
- "default.handlebars->27->1003"
+ "default.handlebars->27->1005"
]
},
{
@@ -4071,7 +4077,7 @@
"ru": "Арабский (Сирия)",
"zh-chs": "阿拉伯語(敘利亞)",
"xloc": [
- "default.handlebars->27->1016"
+ "default.handlebars->27->1018"
]
},
{
@@ -4088,7 +4094,7 @@
"ru": "Арабский (Тунис)",
"zh-chs": "阿拉伯文(突尼斯)",
"xloc": [
- "default.handlebars->27->1017"
+ "default.handlebars->27->1019"
]
},
{
@@ -4105,7 +4111,7 @@
"ru": "Арабский (О.А.Э.)",
"zh-chs": "阿拉伯文(阿聯酋)",
"xloc": [
- "default.handlebars->27->1018"
+ "default.handlebars->27->1020"
]
},
{
@@ -4122,7 +4128,7 @@
"ru": "Арабский (Йемен)",
"zh-chs": "阿拉伯文(也門)",
"xloc": [
- "default.handlebars->27->1019"
+ "default.handlebars->27->1021"
]
},
{
@@ -4139,7 +4145,7 @@
"ru": "Арагонский",
"zh-chs": "阿拉貢人",
"xloc": [
- "default.handlebars->27->1020"
+ "default.handlebars->27->1022"
]
},
{
@@ -4158,7 +4164,7 @@
"fi": "Arkkitehtuuri",
"xloc": [
"default-mobile.handlebars->9->327",
- "default.handlebars->27->890"
+ "default.handlebars->27->892"
]
},
{
@@ -4176,7 +4182,7 @@
"zh-chs": "您確定要連接到{0}設備嗎?",
"fi": "Haluatko varmasti muodostaa yhteyden {0} laitteeseen?",
"xloc": [
- "default.handlebars->27->259"
+ "default.handlebars->27->260"
]
},
{
@@ -4195,7 +4201,7 @@
"fi": "Haluatko varmasti poistaa ryhmän {0}? Laiteryhmän poistaminen poistaa myös kaikki tämän ryhmän laitteiden tiedot.",
"xloc": [
"default-mobile.handlebars->9->401",
- "default.handlebars->27->1346"
+ "default.handlebars->27->1348"
]
},
{
@@ -4213,7 +4219,7 @@
"zh-chs": "您確定要刪除節點{0}嗎?",
"fi": "Haluatko varmasti poistaa solmun {0}?",
"xloc": [
- "default.handlebars->27->749"
+ "default.handlebars->27->751"
]
},
{
@@ -4231,7 +4237,7 @@
"zh-chs": "您確定要卸載所選代理嗎?",
"fi": "Haluatko varmasti poistaa valitun agentin?",
"xloc": [
- "default.handlebars->27->738"
+ "default.handlebars->27->740"
]
},
{
@@ -4249,7 +4255,7 @@
"zh-chs": "您確定要卸載所選的{0}代理嗎?",
"fi": "Haluatko varmasti poistaa valitut {0} agenttia?",
"xloc": [
- "default.handlebars->27->737"
+ "default.handlebars->27->739"
]
},
{
@@ -4267,7 +4273,7 @@
"zh-chs": "您確定要{0}插件嗎:{1}",
"fi": "Haluatko varmasti {0} laajennuksen: {1}",
"xloc": [
- "default.handlebars->27->1943"
+ "default.handlebars->27->1945"
]
},
{
@@ -4284,7 +4290,7 @@
"ru": "Армянский",
"zh-chs": "亞美尼亞人",
"xloc": [
- "default.handlebars->27->1021"
+ "default.handlebars->27->1023"
]
},
{
@@ -4331,7 +4337,7 @@
"ru": "Ассамский",
"zh-chs": "阿薩姆語",
"xloc": [
- "default.handlebars->27->1022"
+ "default.handlebars->27->1024"
]
},
{
@@ -4348,7 +4354,7 @@
"ru": "Астурии",
"zh-chs": "阿斯圖里亞斯人",
"xloc": [
- "default.handlebars->27->1023"
+ "default.handlebars->27->1025"
]
},
{
@@ -4366,7 +4372,7 @@
"zh-chs": "身份驗證應用",
"fi": "Todennussovellus",
"xloc": [
- "default.handlebars->27->1760"
+ "default.handlebars->27->1762"
]
},
{
@@ -4390,8 +4396,8 @@
"default-mobile.handlebars->9->73",
"default.handlebars->27->125",
"default.handlebars->27->130",
- "default.handlebars->27->987",
- "default.handlebars->27->989"
+ "default.handlebars->27->989",
+ "default.handlebars->27->991"
]
},
{
@@ -4461,7 +4467,7 @@
"ru": "Автоудаление",
"zh-chs": "自動刪除",
"xloc": [
- "default.handlebars->27->1270"
+ "default.handlebars->27->1272"
]
},
{
@@ -4517,7 +4523,7 @@
"ru": "Азербайджанский",
"zh-chs": "阿塞拜疆",
"xloc": [
- "default.handlebars->27->1024"
+ "default.handlebars->27->1026"
]
},
{
@@ -4535,7 +4541,7 @@
"zh-chs": "的BIOS",
"xloc": [
"default-mobile.handlebars->9->369",
- "default.handlebars->27->942"
+ "default.handlebars->27->944"
]
},
{
@@ -4618,7 +4624,7 @@
"zh-chs": "背景與互動",
"fi": "Tausta & vuorovaikutteinen",
"xloc": [
- "default.handlebars->27->373"
+ "default.handlebars->27->374"
]
},
{
@@ -4636,10 +4642,10 @@
"zh-chs": "背景與互動",
"fi": "Tausta ja vuorovaikutteinen",
"xloc": [
- "default.handlebars->27->1447",
- "default.handlebars->27->1454",
- "default.handlebars->27->345",
- "default.handlebars->27->359"
+ "default.handlebars->27->1449",
+ "default.handlebars->27->1456",
+ "default.handlebars->27->346",
+ "default.handlebars->27->360"
]
},
{
@@ -4657,11 +4663,11 @@
"zh-chs": "僅背景",
"fi": "Vain tausta",
"xloc": [
- "default.handlebars->27->1448",
- "default.handlebars->27->1455",
- "default.handlebars->27->346",
- "default.handlebars->27->360",
- "default.handlebars->27->374"
+ "default.handlebars->27->1450",
+ "default.handlebars->27->1457",
+ "default.handlebars->27->347",
+ "default.handlebars->27->361",
+ "default.handlebars->27->375"
]
},
{
@@ -4697,7 +4703,7 @@
"zh-chs": "備用碼",
"fi": "Varmuuskoodit",
"xloc": [
- "default.handlebars->27->1762"
+ "default.handlebars->27->1764"
]
},
{
@@ -4715,7 +4721,7 @@
"zh-chs": "錯誤的簽名",
"fi": "Huono allekirjoitus",
"xloc": [
- "default.handlebars->27->1881"
+ "default.handlebars->27->1883"
]
},
{
@@ -4733,7 +4739,7 @@
"zh-chs": "錯誤的網絡證書",
"fi": "Huono Web-varmenne",
"xloc": [
- "default.handlebars->27->1880"
+ "default.handlebars->27->1882"
]
},
{
@@ -4751,7 +4757,7 @@
"zh-chs": "巴斯克",
"fi": "Baski",
"xloc": [
- "default.handlebars->27->1025"
+ "default.handlebars->27->1027"
]
},
{
@@ -4785,7 +4791,7 @@
"ru": "Белорусский",
"zh-chs": "白俄羅斯語",
"xloc": [
- "default.handlebars->27->1027"
+ "default.handlebars->27->1029"
]
},
{
@@ -4802,7 +4808,7 @@
"ru": "Бенгальский",
"zh-chs": "孟加拉",
"xloc": [
- "default.handlebars->27->1028"
+ "default.handlebars->27->1030"
]
},
{
@@ -4838,7 +4844,7 @@
"ru": "Боснийский",
"zh-chs": "波斯尼亞人",
"xloc": [
- "default.handlebars->27->1029"
+ "default.handlebars->27->1031"
]
},
{
@@ -4855,7 +4861,7 @@
"ru": "Бретонский",
"zh-chs": "布列塔尼",
"xloc": [
- "default.handlebars->27->1030"
+ "default.handlebars->27->1032"
]
},
{
@@ -4872,7 +4878,7 @@
"ru": "Отправить сообщение",
"zh-chs": "廣播",
"xloc": [
- "default.handlebars->27->1676",
+ "default.handlebars->27->1678",
"default.handlebars->container->column_l->p4->3->1->0->3->1"
]
},
@@ -4891,7 +4897,7 @@
"zh-chs": "廣播消息",
"fi": "Lähetä viesti",
"xloc": [
- "default.handlebars->27->1610"
+ "default.handlebars->27->1612"
]
},
{
@@ -4909,7 +4915,7 @@
"zh-chs": "向所有連接的用戶廣播消息。",
"fi": "Lähetä viesti kaikille yhteydessä oleville käyttäjille.",
"xloc": [
- "default.handlebars->27->1605"
+ "default.handlebars->27->1607"
]
},
{
@@ -4926,7 +4932,7 @@
"ru": "Болгарский",
"zh-chs": "保加利亞語",
"xloc": [
- "default.handlebars->27->1026"
+ "default.handlebars->27->1028"
]
},
{
@@ -4943,7 +4949,7 @@
"ru": "Бирманский",
"zh-chs": "緬甸人",
"xloc": [
- "default.handlebars->27->1031"
+ "default.handlebars->27->1033"
]
},
{
@@ -4961,7 +4967,7 @@
"zh-chs": "CCM",
"xloc": [
"default-mobile.handlebars->9->230",
- "default.handlebars->27->557"
+ "default.handlebars->27->558"
]
},
{
@@ -4979,10 +4985,10 @@
"zh-chs": "CIRA",
"xloc": [
"default-mobile.handlebars->9->200",
- "default.handlebars->27->1334",
- "default.handlebars->27->1339",
- "default.handlebars->27->207",
- "default.handlebars->27->432"
+ "default.handlebars->27->1336",
+ "default.handlebars->27->1341",
+ "default.handlebars->27->208",
+ "default.handlebars->27->433"
]
},
{
@@ -5000,7 +5006,7 @@
"zh-chs": "CIRA服務器",
"fi": "CIRA Palvelin",
"xloc": [
- "default.handlebars->27->1931"
+ "default.handlebars->27->1933"
]
},
{
@@ -5017,7 +5023,7 @@
"ru": "CIRA Сервер команды",
"zh-chs": "CIRA服務器命令",
"xloc": [
- "default.handlebars->27->1932"
+ "default.handlebars->27->1934"
]
},
{
@@ -5034,7 +5040,7 @@
"zh-chs": "CPU",
"xloc": [
"default-mobile.handlebars->9->375",
- "default.handlebars->27->948"
+ "default.handlebars->27->950"
]
},
{
@@ -5051,7 +5057,7 @@
"ru": "Загрузка CPU",
"zh-chs": "CPU負載",
"xloc": [
- "default.handlebars->27->1895"
+ "default.handlebars->27->1897"
]
},
{
@@ -5068,7 +5074,7 @@
"ru": "Загрузка CPU за последние 15 минут",
"zh-chs": "最近15分鐘的CPU負載",
"xloc": [
- "default.handlebars->27->1898"
+ "default.handlebars->27->1900"
]
},
{
@@ -5085,7 +5091,7 @@
"ru": "Загрузка CPU за последние 5 минут",
"zh-chs": "最近5分鐘的CPU負載",
"xloc": [
- "default.handlebars->27->1897"
+ "default.handlebars->27->1899"
]
},
{
@@ -5102,7 +5108,7 @@
"ru": "Загрузка CPU за последнюю минуту",
"zh-chs": "最後一分鐘的CPU負載",
"xloc": [
- "default.handlebars->27->1896"
+ "default.handlebars->27->1898"
]
},
{
@@ -5119,8 +5125,8 @@
"ru": "CR+LF",
"zh-chs": "CR +低頻",
"xloc": [
- "default.handlebars->27->832",
- "default.handlebars->27->841",
+ "default.handlebars->27->834",
+ "default.handlebars->27->843",
"default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSettingsButtons"
]
},
@@ -5137,7 +5143,7 @@
"ru": "CSV",
"zh-chs": "CSV",
"xloc": [
- "default.handlebars->27->1528"
+ "default.handlebars->27->1530"
]
},
{
@@ -5154,9 +5160,9 @@
"ru": "Формат CSV",
"zh-chs": "CSV格式",
"xloc": [
- "default.handlebars->27->1532",
- "default.handlebars->27->1597",
- "default.handlebars->27->473"
+ "default.handlebars->27->1534",
+ "default.handlebars->27->1599",
+ "default.handlebars->27->474"
]
},
{
@@ -5173,7 +5179,7 @@
"ru": "Ошибка вызова",
"zh-chs": "通話錯誤",
"xloc": [
- "default.handlebars->27->1944"
+ "default.handlebars->27->1946"
]
},
{
@@ -5193,7 +5199,7 @@
"xloc": [
"default-mobile.handlebars->9->82",
"default-mobile.handlebars->dialog->idx_dlgButtonBar",
- "default.handlebars->27->1251",
+ "default.handlebars->27->1253",
"default.handlebars->container->dialog->idx_dlgButtonBar",
"desktop.handlebars->p11->dialog->idx_dlgButtonBar",
"login-mobile.handlebars->dialog->idx_dlgButtonBar",
@@ -5215,8 +5221,8 @@
"xloc": [
"default-mobile.handlebars->9->383",
"default-mobile.handlebars->9->385",
- "default.handlebars->27->956",
- "default.handlebars->27->958"
+ "default.handlebars->27->958",
+ "default.handlebars->27->960"
]
},
{
@@ -5235,7 +5241,7 @@
"fi": "Kapasiteetti / Nopeus",
"xloc": [
"default-mobile.handlebars->9->378",
- "default.handlebars->27->951"
+ "default.handlebars->27->953"
]
},
{
@@ -5252,7 +5258,7 @@
"ru": "Каталонский",
"zh-chs": "加泰羅尼亞語",
"xloc": [
- "default.handlebars->27->1032"
+ "default.handlebars->27->1034"
]
},
{
@@ -5270,7 +5276,7 @@
"zh-chs": "中心地圖在這裡",
"fi": "Keskitä kartta tähän",
"xloc": [
- "default.handlebars->27->519"
+ "default.handlebars->27->520"
]
},
{
@@ -5287,7 +5293,7 @@
"ru": "Чаморро",
"zh-chs": "查莫羅",
"xloc": [
- "default.handlebars->27->1033"
+ "default.handlebars->27->1035"
]
},
{
@@ -5320,7 +5326,7 @@
"zh-chs": "更改{0}的電子郵件",
"fi": "Vaihda sähköpostiosoite käyttäjälle {0}",
"xloc": [
- "default.handlebars->27->1790"
+ "default.handlebars->27->1792"
]
},
{
@@ -5338,9 +5344,9 @@
"zh-chs": "變更組",
"fi": "Vaihda Ryhmää",
"xloc": [
- "default.handlebars->27->615",
- "default.handlebars->27->746",
- "default.handlebars->27->747"
+ "default.handlebars->27->616",
+ "default.handlebars->27->748",
+ "default.handlebars->27->749"
]
},
{
@@ -5359,8 +5365,8 @@
"fi": "Vaihda Salasana",
"xloc": [
"default-mobile.handlebars->9->90",
- "default.handlebars->27->1227",
- "default.handlebars->27->1777"
+ "default.handlebars->27->1229",
+ "default.handlebars->27->1779"
]
},
{
@@ -5378,7 +5384,7 @@
"zh-chs": "更改{0}的密碼",
"fi": "Vaihda Salasana käyttäjälle {0}",
"xloc": [
- "default.handlebars->27->1797"
+ "default.handlebars->27->1799"
]
},
{
@@ -5386,7 +5392,7 @@
"nl": "Verander echte naam voor {0}",
"fi": "Vaihda Nimi käyttäjälle {0}",
"xloc": [
- "default.handlebars->27->1785"
+ "default.handlebars->27->1787"
]
},
{
@@ -5459,7 +5465,7 @@
"zh-chs": "更改該用戶的密碼",
"fi": "Vaihda tämän käyttäjän salasana",
"xloc": [
- "default.handlebars->27->1776"
+ "default.handlebars->27->1778"
]
},
{
@@ -5493,7 +5499,7 @@
"ru": "Измените адрес электронной почты вашей учетной записи здесь.",
"zh-chs": "在此處更改您的帳戶電子郵件地址。",
"xloc": [
- "default.handlebars->27->1214"
+ "default.handlebars->27->1216"
]
},
{
@@ -5510,7 +5516,7 @@
"ru": "Измените пароль своей учетной записи, введя старый пароль и дважды новый пароль в поля ниже.",
"zh-chs": "在下面的框中兩次輸入舊密碼和新密碼,以更改帳戶密碼。",
"xloc": [
- "default.handlebars->27->1220"
+ "default.handlebars->27->1222"
]
},
{
@@ -5527,7 +5533,7 @@
"ru": "Изменение языка потребует перезагрузить страницу.",
"zh-chs": "更改語言將需要刷新頁面。",
"xloc": [
- "default.handlebars->27->1199"
+ "default.handlebars->27->1201"
]
},
{
@@ -5544,9 +5550,9 @@
"ru": "Чат",
"zh-chs": "聊天室",
"xloc": [
- "default.handlebars->27->1549",
- "default.handlebars->27->668",
- "default.handlebars->27->687"
+ "default.handlebars->27->1551",
+ "default.handlebars->27->669",
+ "default.handlebars->27->688"
]
},
{
@@ -5565,8 +5571,8 @@
"xloc": [
"default-mobile.handlebars->9->422",
"default-mobile.handlebars->9->440",
- "default.handlebars->27->1396",
- "default.handlebars->27->1431"
+ "default.handlebars->27->1398",
+ "default.handlebars->27->1433"
]
},
{
@@ -5590,7 +5596,7 @@
"ru": "Чеченский",
"zh-chs": "車臣",
"xloc": [
- "default.handlebars->27->1034"
+ "default.handlebars->27->1036"
]
},
{
@@ -5673,8 +5679,8 @@
"zh-chs": "檢查...",
"fi": "Tarkistetaan...",
"xloc": [
- "default.handlebars->27->1000",
- "default.handlebars->27->1938"
+ "default.handlebars->27->1002",
+ "default.handlebars->27->1940"
]
},
{
@@ -5691,7 +5697,7 @@
"ru": "Китайский",
"zh-chs": "中文",
"xloc": [
- "default.handlebars->27->1035"
+ "default.handlebars->27->1037"
]
},
{
@@ -5708,7 +5714,7 @@
"ru": "Китайский (Гонконг)",
"zh-chs": "中文(香港)",
"xloc": [
- "default.handlebars->27->1036"
+ "default.handlebars->27->1038"
]
},
{
@@ -5725,7 +5731,7 @@
"ru": "Китайский (КНР)",
"zh-chs": "中文(中國)",
"xloc": [
- "default.handlebars->27->1037"
+ "default.handlebars->27->1039"
]
},
{
@@ -5742,7 +5748,7 @@
"ru": "Упрощенный китайский)",
"zh-chs": "简体中文)",
"xloc": [
- "default.handlebars->27->1197"
+ "default.handlebars->27->1199"
]
},
{
@@ -5759,7 +5765,7 @@
"ru": "Китайский (Сингапур)",
"zh-chs": "中文(新加坡)",
"xloc": [
- "default.handlebars->27->1038"
+ "default.handlebars->27->1040"
]
},
{
@@ -5776,7 +5782,7 @@
"ru": "Китайский (Тайвань)",
"zh-chs": "中文(台灣)",
"xloc": [
- "default.handlebars->27->1039"
+ "default.handlebars->27->1041"
]
},
{
@@ -5811,7 +5817,7 @@
"ru": "Чувашский",
"zh-chs": "楚瓦什",
"xloc": [
- "default.handlebars->27->1040"
+ "default.handlebars->27->1042"
]
},
{
@@ -5828,7 +5834,7 @@
"ru": "Очистка CIRA",
"zh-chs": "清理CIRA",
"xloc": [
- "default.handlebars->27->307"
+ "default.handlebars->27->308"
]
},
{
@@ -5852,11 +5858,11 @@
"default-mobile.handlebars->9->318",
"default-mobile.handlebars->9->320",
"default-mobile.handlebars->9->59",
- "default.handlebars->27->1512",
- "default.handlebars->27->867",
+ "default.handlebars->27->1514",
"default.handlebars->27->869",
"default.handlebars->27->871",
"default.handlebars->27->873",
+ "default.handlebars->27->875",
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7",
"default.handlebars->container->column_l->p41->3->1",
"messenger.handlebars->xbottom"
@@ -5891,7 +5897,7 @@
"zh-chs": "全部清除",
"fi": "Tyhjennä kaikki",
"xloc": [
- "default.handlebars->27->1868"
+ "default.handlebars->27->1870"
]
},
{
@@ -5908,7 +5914,7 @@
"ru": "Очистить ядро",
"zh-chs": "清除核心",
"xloc": [
- "default.handlebars->27->972"
+ "default.handlebars->27->974"
]
},
{
@@ -5942,7 +5948,7 @@
"zh-chs": "清除此通知",
"fi": "Kuittaa tämä ilmoitus",
"xloc": [
- "default.handlebars->27->1867"
+ "default.handlebars->27->1869"
]
},
{
@@ -5987,8 +5993,8 @@
"nl": "Klik hier om de apparaatgroepsnaam te bewerken",
"zh-chs": "单击此处编辑设备组名称",
"xloc": [
- "default.handlebars->27->1262",
- "default.handlebars->27->1468"
+ "default.handlebars->27->1264",
+ "default.handlebars->27->1470"
]
},
{
@@ -6005,7 +6011,7 @@
"ru": "Для изменения имени устройства на сервере нажмите сюда",
"zh-chs": "單擊此處編輯服務器端設備名稱",
"xloc": [
- "default.handlebars->27->535"
+ "default.handlebars->27->536"
]
},
{
@@ -6018,7 +6024,7 @@
"nl": "Klik hier om de gebruikersgroepsnaam te bewerken",
"zh-chs": "单击此处编辑用户组名称",
"xloc": [
- "default.handlebars->27->1665"
+ "default.handlebars->27->1667"
]
},
{
@@ -6068,7 +6074,7 @@
"zh-chs": "單擊確定將驗證郵件發送到:",
"xloc": [
"default-mobile.handlebars->9->75",
- "default.handlebars->27->1211"
+ "default.handlebars->27->1213"
]
},
{
@@ -6103,7 +6109,7 @@
"zh-chs": "客戶端控制模式(CCM)",
"xloc": [
"default-mobile.handlebars->9->356",
- "default.handlebars->27->929"
+ "default.handlebars->27->931"
]
},
{
@@ -6121,8 +6127,8 @@
"zh-chs": "客戶端啟動的遠程訪問",
"fi": "Asiakkaan aloittama etäkäyttö",
"xloc": [
- "default.handlebars->27->1333",
- "default.handlebars->27->1338"
+ "default.handlebars->27->1335",
+ "default.handlebars->27->1340"
]
},
{
@@ -6161,8 +6167,7 @@
"default-mobile.handlebars->9->57",
"default.handlebars->27->137",
"default.handlebars->27->145",
- "default.handlebars->27->823",
- "desktop.handlebars->3->36"
+ "default.handlebars->27->825"
]
},
{
@@ -6207,8 +6212,8 @@
"zh-chs": "通用設備組",
"fi": "Yleiset laiteryhmät",
"xloc": [
- "default.handlebars->27->1684",
- "default.handlebars->27->1802"
+ "default.handlebars->27->1686",
+ "default.handlebars->27->1804"
]
},
{
@@ -6226,8 +6231,8 @@
"zh-chs": "通用設備",
"fi": "Yleiset laitteet",
"xloc": [
- "default.handlebars->27->1690",
- "default.handlebars->27->1814"
+ "default.handlebars->27->1692",
+ "default.handlebars->27->1816"
]
},
{
@@ -6245,7 +6250,7 @@
"zh-chs": "將{1}入口{2}中的{0}限製到此位置?",
"xloc": [
"default-mobile.handlebars->9->127",
- "default.handlebars->27->1507"
+ "default.handlebars->27->1509"
]
},
{
@@ -6265,14 +6270,14 @@
"xloc": [
"default-mobile.handlebars->9->276",
"default-mobile.handlebars->9->402",
- "default.handlebars->27->1347",
- "default.handlebars->27->1577",
- "default.handlebars->27->1655",
- "default.handlebars->27->1704",
- "default.handlebars->27->1800",
- "default.handlebars->27->457",
- "default.handlebars->27->741",
- "default.handlebars->27->750"
+ "default.handlebars->27->1349",
+ "default.handlebars->27->1579",
+ "default.handlebars->27->1657",
+ "default.handlebars->27->1706",
+ "default.handlebars->27->1802",
+ "default.handlebars->27->458",
+ "default.handlebars->27->743",
+ "default.handlebars->27->752"
]
},
{
@@ -6290,7 +6295,7 @@
"zh-chs": "確認將1個副本複製到此位置?",
"xloc": [
"default-mobile.handlebars->9->309",
- "default.handlebars->27->862"
+ "default.handlebars->27->864"
]
},
{
@@ -6308,7 +6313,7 @@
"zh-chs": "確認{0}個條目的副本到此位置?",
"xloc": [
"default-mobile.handlebars->9->308",
- "default.handlebars->27->861"
+ "default.handlebars->27->863"
]
},
{
@@ -6322,7 +6327,7 @@
"nl": "Bevestig verwijdering geselecteerde account(s)?",
"zh-chs": "确认删除选定的帐户?",
"xloc": [
- "default.handlebars->27->1576"
+ "default.handlebars->27->1578"
]
},
{
@@ -6339,7 +6344,7 @@
"ru": "Подтвердить удаление выбранных устройств?",
"zh-chs": "確認刪除所選設備?",
"xloc": [
- "default.handlebars->27->456"
+ "default.handlebars->27->457"
]
},
{
@@ -6353,7 +6358,7 @@
"nl": "Bevestig verwijdering geselecteerde gebruikersgroep(en)?",
"zh-chs": "确认删除选定的用户组?",
"xloc": [
- "default.handlebars->27->1654"
+ "default.handlebars->27->1656"
]
},
{
@@ -6370,7 +6375,7 @@
"ru": "Подтвердить удаление пользователя {0}?",
"zh-chs": "確認刪除用戶{0}?",
"xloc": [
- "default.handlebars->27->1799"
+ "default.handlebars->27->1801"
]
},
{
@@ -6384,7 +6389,7 @@
"nl": "Bevestig lidmaatschap verwijderen van gebruiker \\\"{0}\\\"?",
"zh-chs": "确认删除用户\\“ {0} \\”的成员身份?",
"xloc": [
- "default.handlebars->27->1707"
+ "default.handlebars->27->1709"
]
},
{
@@ -6398,7 +6403,7 @@
"nl": "Bevestig lidmaatschap verwijdering van gebruikergroep \\\"{0}\\\"?",
"zh-chs": "确认删除用户组 “{0}” 的成员身份?",
"xloc": [
- "default.handlebars->27->1829"
+ "default.handlebars->27->1831"
]
},
{
@@ -6416,7 +6421,7 @@
"zh-chs": "確認將1個入口移動到此位置?",
"xloc": [
"default-mobile.handlebars->9->311",
- "default.handlebars->27->864"
+ "default.handlebars->27->866"
]
},
{
@@ -6434,7 +6439,7 @@
"zh-chs": "確認將{0}個條目移到此位置?",
"xloc": [
"default-mobile.handlebars->9->310",
- "default.handlebars->27->863"
+ "default.handlebars->27->865"
]
},
{
@@ -6451,7 +6456,7 @@
"ru": "Подтвердить перезапись?",
"zh-chs": "確認覆蓋?",
"xloc": [
- "default.handlebars->27->1506"
+ "default.handlebars->27->1508"
]
},
{
@@ -6465,8 +6470,8 @@
"nl": "Bevestig verwijdering van toegangsrechten voor apparaat \\\"{0}\\\"?",
"zh-chs": "确认删除设备“ {0} ”的访问权限?",
"xloc": [
- "default.handlebars->27->1697",
- "default.handlebars->27->1820"
+ "default.handlebars->27->1699",
+ "default.handlebars->27->1822"
]
},
{
@@ -6480,8 +6485,8 @@
"nl": "Bevestig verwijdering van toegangsrechten voor apparaatgroep \\\"{0}\\\"?",
"zh-chs": "是否确认删除设备组“ {0}”的访问权限?",
"xloc": [
- "default.handlebars->27->1699",
- "default.handlebars->27->1833"
+ "default.handlebars->27->1701",
+ "default.handlebars->27->1835"
]
},
{
@@ -6495,7 +6500,7 @@
"nl": "Bevestig verwijdering van toegangsrechten voor gebruiker \\\"{0}\\\"?",
"zh-chs": "确认删除用户\\“ {0} \\”的访问权限?",
"xloc": [
- "default.handlebars->27->1822"
+ "default.handlebars->27->1824"
]
},
{
@@ -6509,7 +6514,7 @@
"nl": "Bevestig verwijdering van toegangsrechten voor gebruikergroep \\\"{0}\\\"?",
"zh-chs": "确认删除用户组“ {0}”的访问权限?",
"xloc": [
- "default.handlebars->27->1825"
+ "default.handlebars->27->1827"
]
},
{
@@ -6523,8 +6528,8 @@
"nl": "Verwijdering van toegangsrechten bevestigen?",
"zh-chs": "确认删除访问权限?",
"xloc": [
- "default.handlebars->27->1823",
- "default.handlebars->27->1826"
+ "default.handlebars->27->1825",
+ "default.handlebars->27->1828"
]
},
{
@@ -6542,7 +6547,7 @@
"zh-chs": "確認刪除身份驗證器應用程序兩步登錄?",
"xloc": [
"default-mobile.handlebars->9->74",
- "default.handlebars->27->990"
+ "default.handlebars->27->992"
]
},
{
@@ -6597,7 +6602,7 @@
"nl": "Bevestig de verwijdering van rechten voor gebruiker \\\"{0}\\\"?",
"zh-chs": "确认删除用户“ {0} ”的权限?",
"xloc": [
- "default.handlebars->27->1440"
+ "default.handlebars->27->1442"
]
},
{
@@ -6611,7 +6616,7 @@
"nl": "Bevestig de verwijdering van rechten voor de gebruikergroep \\\"{0}\\\"?",
"zh-chs": "确认删除用户组“ {0} ”的权限?",
"xloc": [
- "default.handlebars->27->1442"
+ "default.handlebars->27->1444"
]
},
{
@@ -6659,8 +6664,8 @@
"default-mobile.handlebars->9->291",
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3",
- "default.handlebars->27->1286",
- "default.handlebars->27->844",
+ "default.handlebars->27->1288",
+ "default.handlebars->27->846",
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span",
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span",
"default.handlebars->container->column_l->p13->p13toolbar->1->0->1->3",
@@ -6683,7 +6688,7 @@
"ru": "Подключиться ко всем",
"zh-chs": "全部連接",
"xloc": [
- "default.handlebars->27->258",
+ "default.handlebars->27->259",
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->kvmListToolbar"
]
},
@@ -6701,8 +6706,8 @@
"ru": "Подключиться к серверу",
"zh-chs": "連接到服務器",
"xloc": [
- "default.handlebars->27->1337",
- "default.handlebars->27->1341"
+ "default.handlebars->27->1339",
+ "default.handlebars->27->1343"
]
},
{
@@ -6775,7 +6780,7 @@
"ru": "Подключено Intel® AMT",
"zh-chs": "連接的英特爾®AMT",
"xloc": [
- "default.handlebars->27->1886"
+ "default.handlebars->27->1888"
]
},
{
@@ -6792,7 +6797,7 @@
"ru": "Подключенные пользователи",
"zh-chs": "關聯用戶",
"xloc": [
- "default.handlebars->27->1891"
+ "default.handlebars->27->1893"
]
},
{
@@ -6810,7 +6815,7 @@
"zh-chs": "現在已連接",
"xloc": [
"default-mobile.handlebars->9->331",
- "default.handlebars->27->894"
+ "default.handlebars->27->896"
]
},
{
@@ -6847,10 +6852,10 @@
"default-mobile.handlebars->9->2",
"default-mobile.handlebars->9->324",
"default-mobile.handlebars->9->37",
- "default.handlebars->27->232",
- "default.handlebars->27->235",
- "default.handlebars->27->261",
- "default.handlebars->27->885",
+ "default.handlebars->27->233",
+ "default.handlebars->27->236",
+ "default.handlebars->27->262",
+ "default.handlebars->27->887",
"default.handlebars->27->9",
"desktop.handlebars->3->2",
"xterm.handlebars->9->2"
@@ -6870,7 +6875,7 @@
"ru": "Подключений ",
"zh-chs": "連接數",
"xloc": [
- "default.handlebars->27->1902"
+ "default.handlebars->27->1904"
]
},
{
@@ -6887,7 +6892,7 @@
"ru": "Ретранслятор подключения",
"zh-chs": "連接繼電器",
"xloc": [
- "default.handlebars->27->1930"
+ "default.handlebars->27->1932"
]
},
{
@@ -6939,9 +6944,9 @@
"zh-chs": "連接性",
"xloc": [
"default-mobile.handlebars->9->244",
- "default.handlebars->27->1475",
- "default.handlebars->27->223",
- "default.handlebars->27->602",
+ "default.handlebars->27->1477",
+ "default.handlebars->27->224",
+ "default.handlebars->27->603",
"default.handlebars->container->column_l->p21->3->1->meshConnChartDiv->1"
]
},
@@ -6960,8 +6965,8 @@
"zh-chs": "安慰",
"fi": "Konsoli",
"xloc": [
- "default.handlebars->27->663",
- "default.handlebars->27->682",
+ "default.handlebars->27->664",
+ "default.handlebars->27->683",
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevConsole",
"default.handlebars->container->topbar->1->1->ServerSubMenuSpan->ServerSubMenu->1->0->ServerConsole",
"default.handlebars->contextMenu->cxconsole"
@@ -6981,7 +6986,7 @@
"ru": "Консоль - ",
"zh-chs": "安慰 -",
"xloc": [
- "default.handlebars->27->536"
+ "default.handlebars->27->537"
]
},
{
@@ -6997,8 +7002,8 @@
"ru": "контроль",
"zh-chs": "控制",
"xloc": [
- "default.handlebars->27->662",
- "default.handlebars->27->681",
+ "default.handlebars->27->663",
+ "default.handlebars->27->682",
"messenger.handlebars->13->1"
]
},
@@ -7016,7 +7021,7 @@
"ru": "Cookie-кодировщик",
"zh-chs": "Cookie編碼器",
"xloc": [
- "default.handlebars->27->1916"
+ "default.handlebars->27->1918"
]
},
{
@@ -7073,7 +7078,7 @@
"ru": "Скопировать URL-адрес агента Windows 32bit в буфер обмена",
"zh-chs": "将Windows 32位代理URL复制到剪贴板",
"xloc": [
- "default.handlebars->27->380"
+ "default.handlebars->27->381"
]
},
{
@@ -7089,7 +7094,7 @@
"ru": "Скопировать URL-адрес агента Windows 64bit в буфер обмена",
"zh-chs": "将Windows 64位代理URL复制到剪贴板",
"xloc": [
- "default.handlebars->27->384"
+ "default.handlebars->27->385"
]
},
{
@@ -7125,7 +7130,7 @@
"en": "Copy agent URL to clipboard",
"nl": "Kopieer de agent URL naar het klembord",
"xloc": [
- "default.handlebars->27->404"
+ "default.handlebars->27->405"
]
},
{
@@ -7143,10 +7148,10 @@
"zh-chs": "複製鏈接到剪貼板",
"fi": "Kopioi linkki leikepöydälle",
"xloc": [
- "default.handlebars->27->1480",
- "default.handlebars->27->1494",
- "default.handlebars->27->191",
- "default.handlebars->27->362"
+ "default.handlebars->27->1482",
+ "default.handlebars->27->1496",
+ "default.handlebars->27->192",
+ "default.handlebars->27->363"
]
},
{
@@ -7163,7 +7168,7 @@
"ru": "Скопировать ссылку macOS agent в буфер обмена",
"zh-chs": "將macOS代理URL複製到剪貼板",
"xloc": [
- "default.handlebars->27->392"
+ "default.handlebars->27->393"
]
},
{
@@ -7340,7 +7345,7 @@
"ru": "Основной сервер",
"zh-chs": "核心服務器",
"xloc": [
- "default.handlebars->27->1915"
+ "default.handlebars->27->1917"
]
},
{
@@ -7357,7 +7362,7 @@
"ru": "Kорсиканский",
"zh-chs": "科西嘉人",
"xloc": [
- "default.handlebars->27->1041"
+ "default.handlebars->27->1043"
]
},
{
@@ -7375,7 +7380,7 @@
"zh-chs": "創建帳號",
"fi": "Luo käyttäjätunnus",
"xloc": [
- "default.handlebars->27->1624",
+ "default.handlebars->27->1626",
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->12->1->1",
"login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1"
]
@@ -7411,13 +7416,13 @@
"ru": "Создать группу пользователей",
"zh-chs": "創建用戶組",
"xloc": [
- "default.handlebars->27->1662"
+ "default.handlebars->27->1664"
]
},
{
"en": "Create a link to share this device with a guest",
"xloc": [
- "default.handlebars->27->613"
+ "default.handlebars->27->614"
]
},
{
@@ -7434,7 +7439,7 @@
"ru": "Создайте новую группу устройств, используя параметры ниже.",
"zh-chs": "使用以下選項創建一個新的設備組。",
"xloc": [
- "default.handlebars->27->1234"
+ "default.handlebars->27->1236"
]
},
{
@@ -7451,7 +7456,7 @@
"ru": "Создать новую группу устройств.",
"zh-chs": "創建一個新的設備組。",
"xloc": [
- "default.handlebars->27->225"
+ "default.handlebars->27->226"
]
},
{
@@ -7468,7 +7473,7 @@
"ru": "Создайте сразу несколько учетных записей, импортировав файл JSON в следующем формате:",
"zh-chs": "通過導入以下格式的JSON文件一次創建多個帳戶:",
"xloc": [
- "default.handlebars->27->1588"
+ "default.handlebars->27->1590"
]
},
{
@@ -7492,7 +7497,7 @@
{
"en": "Creates a link that allows a guest without an account to remote desktop into this device for up to 1 hour.",
"xloc": [
- "default.handlebars->27->698"
+ "default.handlebars->27->699"
]
},
{
@@ -7509,7 +7514,7 @@
"ru": "Создано",
"zh-chs": "創建",
"xloc": [
- "default.handlebars->27->1736"
+ "default.handlebars->27->1738"
]
},
{
@@ -7544,7 +7549,7 @@
"ru": "Кри (Канадский язык)",
"zh-chs": "克里",
"xloc": [
- "default.handlebars->27->1042"
+ "default.handlebars->27->1044"
]
},
{
@@ -7561,7 +7566,7 @@
"ru": "Хорватский",
"zh-chs": "克羅地亞語",
"xloc": [
- "default.handlebars->27->1043"
+ "default.handlebars->27->1045"
]
},
{
@@ -7705,7 +7710,7 @@
"ru": "Чешский",
"zh-chs": "捷克文",
"xloc": [
- "default.handlebars->27->1044"
+ "default.handlebars->27->1046"
]
},
{
@@ -7739,7 +7744,7 @@
"ru": "Датский",
"zh-chs": "丹麥文",
"xloc": [
- "default.handlebars->27->1045"
+ "default.handlebars->27->1047"
]
},
{
@@ -7756,8 +7761,8 @@
"ru": "DataChannel",
"zh-chs": "數據通道",
"xloc": [
- "default.handlebars->27->793",
- "desktop.handlebars->3->11"
+ "default.handlebars->27->795",
+ "desktop.handlebars->3->12"
]
},
{
@@ -7774,7 +7779,7 @@
"ru": "Дата & Время",
"zh-chs": "日期和時間",
"xloc": [
- "default.handlebars->27->1202"
+ "default.handlebars->27->1204"
]
},
{
@@ -7792,7 +7797,7 @@
"zh-chs": "天",
"xloc": [
"default-mobile.handlebars->9->266",
- "default.handlebars->27->725"
+ "default.handlebars->27->727"
]
},
{
@@ -7809,7 +7814,7 @@
"ru": "Деактивировать режим управления клиентом (CCM)",
"zh-chs": "停用客戶端控制模式(CCM)",
"xloc": [
- "default.handlebars->27->1325"
+ "default.handlebars->27->1327"
]
},
{
@@ -7827,17 +7832,17 @@
"zh-chs": "沉睡",
"xloc": [
"default-mobile.handlebars->9->188",
- "default.handlebars->27->415"
+ "default.handlebars->27->416"
]
},
{
"en": "Default",
"nl": "Standaard",
"xloc": [
- "default.handlebars->27->1611",
- "default.handlebars->27->1658",
- "default.handlebars->27->1669",
- "default.handlebars->27->1725"
+ "default.handlebars->27->1613",
+ "default.handlebars->27->1660",
+ "default.handlebars->27->1671",
+ "default.handlebars->27->1727"
]
},
{
@@ -7859,9 +7864,9 @@
"default-mobile.handlebars->9->301",
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1",
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
- "default.handlebars->27->1501",
- "default.handlebars->27->506",
- "default.handlebars->27->854",
+ "default.handlebars->27->1503",
+ "default.handlebars->27->507",
+ "default.handlebars->27->856",
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
"default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
"default.handlebars->container->dialog->idx_dlgButtonBar->5",
@@ -7887,7 +7892,7 @@
"fi": "Poista Tili",
"xloc": [
"default-mobile.handlebars->9->84",
- "default.handlebars->27->1219"
+ "default.handlebars->27->1221"
]
},
{
@@ -7901,7 +7906,7 @@
"nl": "Verwijder accounts",
"zh-chs": "删除帐号",
"xloc": [
- "default.handlebars->27->1578"
+ "default.handlebars->27->1580"
]
},
{
@@ -7920,7 +7925,7 @@
"fi": "Poista laite",
"xloc": [
"default-mobile.handlebars->9->249",
- "default.handlebars->27->617"
+ "default.handlebars->27->618"
]
},
{
@@ -7939,8 +7944,8 @@
"xloc": [
"default-mobile.handlebars->9->400",
"default-mobile.handlebars->9->403",
- "default.handlebars->27->1318",
- "default.handlebars->27->1348"
+ "default.handlebars->27->1320",
+ "default.handlebars->27->1350"
]
},
{
@@ -7958,7 +7963,7 @@
"zh-chs": "刪除節點",
"xloc": [
"default-mobile.handlebars->9->274",
- "default.handlebars->27->751"
+ "default.handlebars->27->753"
]
},
{
@@ -7975,7 +7980,7 @@
"ru": "Удалить устройства",
"zh-chs": "刪除節點",
"xloc": [
- "default.handlebars->27->458"
+ "default.handlebars->27->459"
]
},
{
@@ -7993,7 +7998,7 @@
"zh-chs": "刪除用戶",
"fi": "Poista Käyttäjä",
"xloc": [
- "default.handlebars->27->1775"
+ "default.handlebars->27->1777"
]
},
{
@@ -8011,8 +8016,8 @@
"zh-chs": "刪除用戶組",
"fi": "Poista käyttäjäryhmä",
"xloc": [
- "default.handlebars->27->1695",
- "default.handlebars->27->1705"
+ "default.handlebars->27->1697",
+ "default.handlebars->27->1707"
]
},
{
@@ -8026,7 +8031,7 @@
"nl": "Gebruikersgroepen verwijderen",
"zh-chs": "删除用户组",
"xloc": [
- "default.handlebars->27->1656"
+ "default.handlebars->27->1658"
]
},
{
@@ -8043,7 +8048,7 @@
"ru": "Удалить пользователя {0}",
"zh-chs": "刪除用戶{0}",
"xloc": [
- "default.handlebars->27->1798"
+ "default.handlebars->27->1800"
]
},
{
@@ -8062,7 +8067,7 @@
"fi": "Poista tili",
"xloc": [
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->p2AccountActions->3->9->0",
- "default.handlebars->27->1574",
+ "default.handlebars->27->1576",
"default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7"
]
},
@@ -8081,7 +8086,7 @@
"zh-chs": "刪除設備",
"fi": "Poista laitteet",
"xloc": [
- "default.handlebars->27->454"
+ "default.handlebars->27->455"
]
},
{
@@ -8095,7 +8100,7 @@
"nl": "Verwijder groep",
"zh-chs": "删除群组",
"xloc": [
- "default.handlebars->27->1652"
+ "default.handlebars->27->1654"
]
},
{
@@ -8112,7 +8117,7 @@
"ru": "Удалить пункт?",
"zh-chs": "刪除項目?",
"xloc": [
- "default.handlebars->27->507"
+ "default.handlebars->27->508"
]
},
{
@@ -8131,8 +8136,8 @@
"xloc": [
"default-mobile.handlebars->9->124",
"default-mobile.handlebars->9->303",
- "default.handlebars->27->1503",
- "default.handlebars->27->856"
+ "default.handlebars->27->1505",
+ "default.handlebars->27->858"
]
},
{
@@ -8149,7 +8154,7 @@
"ru": "Удалить группу пользователей {0}?",
"zh-chs": "刪除用戶組{0}?",
"xloc": [
- "default.handlebars->27->1703"
+ "default.handlebars->27->1705"
]
},
{
@@ -8168,8 +8173,8 @@
"xloc": [
"default-mobile.handlebars->9->123",
"default-mobile.handlebars->9->302",
- "default.handlebars->27->1502",
- "default.handlebars->27->855"
+ "default.handlebars->27->1504",
+ "default.handlebars->27->857"
]
},
{
@@ -8199,8 +8204,8 @@
"ko": "거부",
"zh-chs": "被拒绝",
"xloc": [
- "default.handlebars->27->789",
- "desktop.handlebars->3->7"
+ "default.handlebars->27->791",
+ "desktop.handlebars->3->8"
]
},
{
@@ -8285,19 +8290,19 @@
"default-mobile.handlebars->9->337",
"default-mobile.handlebars->9->392",
"default-mobile.handlebars->9->405",
- "default.handlebars->27->1239",
- "default.handlebars->27->1267",
- "default.handlebars->27->1350",
- "default.handlebars->27->1661",
- "default.handlebars->27->1671",
- "default.handlebars->27->1672",
- "default.handlebars->27->1701",
- "default.handlebars->27->547",
+ "default.handlebars->27->1241",
+ "default.handlebars->27->1269",
+ "default.handlebars->27->1352",
+ "default.handlebars->27->1663",
+ "default.handlebars->27->1673",
+ "default.handlebars->27->1674",
+ "default.handlebars->27->1703",
"default.handlebars->27->548",
+ "default.handlebars->27->549",
"default.handlebars->27->77",
- "default.handlebars->27->784",
- "default.handlebars->27->900",
- "default.handlebars->27->910",
+ "default.handlebars->27->786",
+ "default.handlebars->27->902",
+ "default.handlebars->27->912",
"default.handlebars->container->column_l->p42->p42tbl->1->0->3"
]
},
@@ -8331,13 +8336,13 @@
"fi": "Työpöytä",
"xloc": [
"default-mobile.handlebars->9->256",
- "default.handlebars->27->1355",
- "default.handlebars->27->1845",
- "default.handlebars->27->512",
- "default.handlebars->27->829",
+ "default.handlebars->27->1357",
+ "default.handlebars->27->1847",
+ "default.handlebars->27->513",
+ "default.handlebars->27->831",
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
"default.handlebars->contextMenu->cxdesktop",
- "desktop.handlebars->3->41"
+ "desktop.handlebars->3->24"
]
},
{
@@ -8373,9 +8378,9 @@
"zh-chs": "桌面通知",
"fi": "Työpöytä ilmoitus",
"xloc": [
- "default.handlebars->27->1277",
- "default.handlebars->27->1751",
- "default.handlebars->27->583"
+ "default.handlebars->27->1279",
+ "default.handlebars->27->1753",
+ "default.handlebars->27->584"
]
},
{
@@ -8392,9 +8397,9 @@
"ru": "Запрос рабочего стола",
"zh-chs": "桌面提示",
"xloc": [
- "default.handlebars->27->1276",
- "default.handlebars->27->1750",
- "default.handlebars->27->582"
+ "default.handlebars->27->1278",
+ "default.handlebars->27->1752",
+ "default.handlebars->27->583"
]
},
{
@@ -8411,9 +8416,9 @@
"ru": "Запрос рабочего стола + панель инструментов",
"zh-chs": "桌面提示+工具欄",
"xloc": [
- "default.handlebars->27->1274",
- "default.handlebars->27->1748",
- "default.handlebars->27->580"
+ "default.handlebars->27->1276",
+ "default.handlebars->27->1750",
+ "default.handlebars->27->581"
]
},
{
@@ -8445,16 +8450,16 @@
"ru": "Панель инструментов рабочего стола",
"zh-chs": "桌面工具欄",
"xloc": [
- "default.handlebars->27->1275",
- "default.handlebars->27->1749",
- "default.handlebars->27->581"
+ "default.handlebars->27->1277",
+ "default.handlebars->27->1751",
+ "default.handlebars->27->582"
]
},
{
"en": "DesktopSession",
"nl": "Desktop sessie",
"xloc": [
- "default.handlebars->27->828"
+ "default.handlebars->27->830"
]
},
{
@@ -8528,8 +8533,8 @@
"zh-chs": "設備",
"fi": "Laite",
"xloc": [
- "default.handlebars->27->1377",
- "default.handlebars->27->1817",
+ "default.handlebars->27->1379",
+ "default.handlebars->27->1819",
"default.handlebars->27->183",
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5"
]
@@ -8550,7 +8555,7 @@
"fi": "Laitetoiminto",
"xloc": [
"default-mobile.handlebars->9->265",
- "default.handlebars->27->720"
+ "default.handlebars->27->722"
]
},
{
@@ -8568,14 +8573,14 @@
"zh-chs": "設備組",
"fi": "Laiteryhmä",
"xloc": [
- "default.handlebars->27->1372",
- "default.handlebars->27->1375",
- "default.handlebars->27->1376",
- "default.handlebars->27->1525",
- "default.handlebars->27->1687",
- "default.handlebars->27->1693",
- "default.handlebars->27->1805",
- "default.handlebars->27->1854"
+ "default.handlebars->27->1374",
+ "default.handlebars->27->1377",
+ "default.handlebars->27->1378",
+ "default.handlebars->27->1527",
+ "default.handlebars->27->1689",
+ "default.handlebars->27->1695",
+ "default.handlebars->27->1807",
+ "default.handlebars->27->1856"
]
},
{
@@ -8593,7 +8598,7 @@
"zh-chs": "設備組用戶",
"xloc": [
"default-mobile.handlebars->9->447",
- "default.handlebars->27->1438"
+ "default.handlebars->27->1440"
]
},
{
@@ -8612,11 +8617,11 @@
"fi": "Laiteryhmät",
"xloc": [
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->3",
- "default.handlebars->27->1541",
- "default.handlebars->27->1646",
- "default.handlebars->27->1674",
- "default.handlebars->27->1745",
- "default.handlebars->27->1889",
+ "default.handlebars->27->1543",
+ "default.handlebars->27->1648",
+ "default.handlebars->27->1676",
+ "default.handlebars->27->1747",
+ "default.handlebars->27->1891",
"default.handlebars->container->column_l->p2->p2info->7"
]
},
@@ -8634,7 +8639,7 @@
"ru": "Экспорт информации об устройстве",
"zh-chs": "設備信息導出",
"xloc": [
- "default.handlebars->27->477"
+ "default.handlebars->27->478"
]
},
{
@@ -8652,7 +8657,7 @@
"zh-chs": "設備位置",
"fi": "Laitteen sijainti",
"xloc": [
- "default.handlebars->27->752"
+ "default.handlebars->27->754"
]
},
{
@@ -8660,7 +8665,7 @@
"nl": "Apparaatbericht",
"fr": "Message de Service",
"xloc": [
- "default.handlebars->27->695"
+ "default.handlebars->27->696"
]
},
{
@@ -8678,9 +8683,9 @@
"zh-chs": "設備名稱",
"xloc": [
"default-mobile.handlebars->9->278",
- "default.handlebars->27->1853",
- "default.handlebars->27->279",
- "default.handlebars->27->782",
+ "default.handlebars->27->1855",
+ "default.handlebars->27->280",
+ "default.handlebars->27->784",
"player.handlebars->3->9"
]
},
@@ -8698,7 +8703,7 @@
"ru": "Уведомление устройства",
"zh-chs": "設備通知",
"xloc": [
- "default.handlebars->27->697"
+ "default.handlebars->27->698"
]
},
{
@@ -8732,8 +8737,8 @@
"ru": "Подключения устройств.",
"zh-chs": "設備連接。",
"xloc": [
- "default.handlebars->27->1207",
- "default.handlebars->27->1459"
+ "default.handlebars->27->1209",
+ "default.handlebars->27->1461"
]
},
{
@@ -8750,8 +8755,8 @@
"ru": "Отключения устройств.",
"zh-chs": "設備斷開連接。",
"xloc": [
- "default.handlebars->27->1208",
- "default.handlebars->27->1460"
+ "default.handlebars->27->1210",
+ "default.handlebars->27->1462"
]
},
{
@@ -8769,7 +8774,7 @@
"zh-chs": "其他設備組管理員可以查看和更改設備組註釋。",
"fi": "Laiteryhmän muistiinpanoja voivat tarkastella ja muuttaa muut laiteryhmän järjestelmänvalvojat.",
"xloc": [
- "default.handlebars->27->692"
+ "default.handlebars->27->693"
]
},
{
@@ -8778,8 +8783,8 @@
"xloc": [
"default-mobile.handlebars->9->152",
"default-mobile.handlebars->9->212",
- "default.handlebars->27->203",
- "default.handlebars->27->533"
+ "default.handlebars->27->204",
+ "default.handlebars->27->534"
]
},
{
@@ -8796,7 +8801,7 @@
"ru": "Устройство обнаружено, но состояние питания не может быть получено.",
"zh-chs": "檢測到設備,但無法獲得電源狀態。",
"xloc": [
- "default.handlebars->27->420"
+ "default.handlebars->27->421"
]
},
{
@@ -8814,7 +8819,7 @@
"zh-chs": "設備正在休眠(S4)",
"xloc": [
"default-mobile.handlebars->9->196",
- "default.handlebars->27->426"
+ "default.handlebars->27->427"
]
},
{
@@ -8832,7 +8837,7 @@
"zh-chs": "設備處於深度睡眠狀態(S3)",
"xloc": [
"default-mobile.handlebars->9->195",
- "default.handlebars->27->425"
+ "default.handlebars->27->426"
]
},
{
@@ -8849,7 +8854,7 @@
"ru": "Устройство находится в состоянии глубокого сна (S3).",
"zh-chs": "設備處於深度睡眠狀態(S3)。",
"xloc": [
- "default.handlebars->27->414"
+ "default.handlebars->27->415"
]
},
{
@@ -8866,7 +8871,7 @@
"ru": "Устройство находится в режиме гибернации (S4).",
"zh-chs": "設備處於休眠狀態(S4)。",
"xloc": [
- "default.handlebars->27->416"
+ "default.handlebars->27->417"
]
},
{
@@ -8883,7 +8888,7 @@
"ru": "Устройство находится в выключенном состоянии (S5).",
"zh-chs": "設備處於關機狀態(S5)。",
"xloc": [
- "default.handlebars->27->418"
+ "default.handlebars->27->419"
]
},
{
@@ -8901,7 +8906,7 @@
"zh-chs": "設備處於睡眠狀態(S1)",
"xloc": [
"default-mobile.handlebars->9->193",
- "default.handlebars->27->423"
+ "default.handlebars->27->424"
]
},
{
@@ -8918,7 +8923,7 @@
"ru": "Устройство находится в спящем режиме (S1).",
"zh-chs": "設備處於睡眠狀態(S1)。",
"xloc": [
- "default.handlebars->27->410"
+ "default.handlebars->27->411"
]
},
{
@@ -8936,7 +8941,7 @@
"zh-chs": "設備處於睡眠狀態(S2)",
"xloc": [
"default-mobile.handlebars->9->194",
- "default.handlebars->27->424"
+ "default.handlebars->27->425"
]
},
{
@@ -8953,7 +8958,7 @@
"ru": "Устройство находится в спящем режиме (S2).",
"zh-chs": "設備處於睡眠狀態(S2)。",
"xloc": [
- "default.handlebars->27->412"
+ "default.handlebars->27->413"
]
},
{
@@ -8971,7 +8976,7 @@
"zh-chs": "設備處於軟斷開狀態(S5)",
"xloc": [
"default-mobile.handlebars->9->197",
- "default.handlebars->27->427"
+ "default.handlebars->27->428"
]
},
{
@@ -8980,8 +8985,8 @@
"xloc": [
"default-mobile.handlebars->9->151",
"default-mobile.handlebars->9->211",
- "default.handlebars->27->202",
- "default.handlebars->27->532"
+ "default.handlebars->27->203",
+ "default.handlebars->27->533"
]
},
{
@@ -8999,7 +9004,7 @@
"zh-chs": "設備已上電",
"xloc": [
"default-mobile.handlebars->9->192",
- "default.handlebars->27->422"
+ "default.handlebars->27->423"
]
},
{
@@ -9016,7 +9021,7 @@
"ru": "Устройство включено.",
"zh-chs": "設備上電。",
"xloc": [
- "default.handlebars->27->408"
+ "default.handlebars->27->409"
]
},
{
@@ -9034,7 +9039,7 @@
"zh-chs": "設備存在,但無法確定電源狀態",
"xloc": [
"default-mobile.handlebars->9->198",
- "default.handlebars->27->428"
+ "default.handlebars->27->429"
]
},
{
@@ -9052,7 +9057,7 @@
"zh-chs": "設備名稱",
"fi": "Laitteen nimi",
"xloc": [
- "default.handlebars->27->524"
+ "default.handlebars->27->525"
]
},
{
@@ -9081,8 +9086,8 @@
"zh-chs": "设备",
"fi": "Laitteet",
"xloc": [
- "default.handlebars->27->1647",
- "default.handlebars->27->1675"
+ "default.handlebars->27->1649",
+ "default.handlebars->27->1677"
]
},
{
@@ -9099,7 +9104,7 @@
"ru": "Отключено",
"zh-chs": "殘障人士",
"xloc": [
- "default.handlebars->27->575"
+ "default.handlebars->27->576"
]
},
{
@@ -9118,8 +9123,8 @@
"xloc": [
"default-mobile.handlebars->9->292",
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
- "default.handlebars->27->1287",
- "default.handlebars->27->845",
+ "default.handlebars->27->1289",
+ "default.handlebars->27->847",
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->disconnectbutton1span",
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->disconnectbutton2span",
"desktop.handlebars->p11->deskarea0->deskarea1->3->disconnectbutton1span",
@@ -9160,10 +9165,10 @@
"default-mobile.handlebars->9->1",
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3->deskstatus",
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3->p13Status",
- "default.handlebars->27->214",
- "default.handlebars->27->231",
- "default.handlebars->27->234",
- "default.handlebars->27->260",
+ "default.handlebars->27->215",
+ "default.handlebars->27->232",
+ "default.handlebars->27->235",
+ "default.handlebars->27->261",
"default.handlebars->27->8",
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->deskstatus",
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->termstatus",
@@ -9178,7 +9183,7 @@
"nl": "Geef een berichtvenster weer op het externe apparaat.",
"fr": "Afficher un message sur le poste distant",
"xloc": [
- "default.handlebars->27->696"
+ "default.handlebars->27->697"
]
},
{
@@ -9203,7 +9208,7 @@
"nl": "Geef een tekstbericht weer op het externe apparaat",
"fr": "Afficher un message sur le poste distant",
"xloc": [
- "default.handlebars->27->611"
+ "default.handlebars->27->612"
]
},
{
@@ -9220,7 +9225,7 @@
"ru": "Отобразить имя группы устройств",
"zh-chs": "顯示設備組名稱",
"xloc": [
- "default.handlebars->27->1206"
+ "default.handlebars->27->1208"
]
},
{
@@ -9237,8 +9242,7 @@
"ru": "Отображаемое имя",
"zh-chs": "顯示名稱",
"xloc": [
- "default.handlebars->27->814",
- "desktop.handlebars->3->27"
+ "default.handlebars->27->816"
]
},
{
@@ -9254,7 +9258,7 @@
"ru": "Показать публичную ссылку",
"zh-chs": "显示公共链接",
"xloc": [
- "default.handlebars->27->1479"
+ "default.handlebars->27->1481"
]
},
{
@@ -9271,17 +9275,17 @@
"ru": "Ничего не делать",
"zh-chs": "沒做什麼",
"xloc": [
- "default.handlebars->27->1331"
+ "default.handlebars->27->1333"
]
},
{
"en": "Domain",
"nl": "Domein",
"xloc": [
- "default.handlebars->27->1612",
- "default.handlebars->27->1659",
- "default.handlebars->27->1668",
- "default.handlebars->27->1724",
+ "default.handlebars->27->1614",
+ "default.handlebars->27->1661",
+ "default.handlebars->27->1670",
+ "default.handlebars->27->1726",
"mstsc.handlebars->main->1->3->1->2->1->0",
"mstsc.handlebars->main->1->3->1->2->3"
]
@@ -9296,8 +9300,8 @@
"nl": "Niet configureren",
"zh-chs": "不要配置",
"xloc": [
- "default.handlebars->27->1335",
- "default.handlebars->27->1340"
+ "default.handlebars->27->1337",
+ "default.handlebars->27->1342"
]
},
{
@@ -9310,7 +9314,7 @@
"nl": "Maak geen verbinding met de server",
"zh-chs": "不要连接到服务器",
"xloc": [
- "default.handlebars->27->1336"
+ "default.handlebars->27->1338"
]
},
{
@@ -9411,7 +9415,7 @@
"zh-chs": "下載文件",
"xloc": [
"default-mobile.handlebars->9->322",
- "default.handlebars->27->874"
+ "default.handlebars->27->876"
]
},
{
@@ -9429,7 +9433,7 @@
"zh-chs": "下載MeshCentral Router,一個TCP端口映射工具。",
"fi": "Lataa MeshCentral Reititin, TCP-porttien tunnelointi työkalu.",
"xloc": [
- "default.handlebars->27->229"
+ "default.handlebars->27->230"
]
},
{
@@ -9446,7 +9450,7 @@
"ru": "Скачать MeshCmd",
"zh-chs": "下載MeshCmd",
"xloc": [
- "default.handlebars->27->774"
+ "default.handlebars->27->776"
]
},
{
@@ -9463,7 +9467,7 @@
"ru": "Скачать MeshCmd, инструмент командной строки, выполняющий множество функций.",
"zh-chs": "下載MeshCmd,這是一個執行許多功能的命令行工具。",
"xloc": [
- "default.handlebars->27->227"
+ "default.handlebars->27->228"
]
},
{
@@ -9487,7 +9491,7 @@
"en": "Download Report",
"nl": "Rapport downloaden",
"xloc": [
- "default.handlebars->27->1530",
+ "default.handlebars->27->1532",
"default.handlebars->container->column_l->p3->3->1->0->3"
]
},
@@ -9505,7 +9509,7 @@
"ru": "Скачайте \\\"meshcmd\\\" с файлом команд для маршрутизации трафика к этому устройству через сервер. Не забудьте указать пароль от своей учетной записи в meshaction.txt и сделать другие правки при необходимости.",
"zh-chs": "下載帶有動作文件的“ meshcmd”,以將通過此服務器的流量路由到該設備。確保編輯meshaction.txt並添加您的帳戶密碼或進行任何必要的更改。",
"xloc": [
- "default.handlebars->27->767"
+ "default.handlebars->27->769"
]
},
{
@@ -9573,7 +9577,7 @@
"ru": "Скачать события состояния питания",
"zh-chs": "下載電源事件",
"xloc": [
- "default.handlebars->27->726"
+ "default.handlebars->27->728"
]
},
{
@@ -9625,7 +9629,7 @@
"ru": "Загрузите список устройств с одним из форматов файлов ниже.",
"zh-chs": "使用以下一種文件格式下載設備列表。",
"xloc": [
- "default.handlebars->27->472"
+ "default.handlebars->27->473"
]
},
{
@@ -9642,7 +9646,7 @@
"ru": "Скачать список событий в одном из форматов ниже.",
"zh-chs": "使用以下一種文件格式下載事件列表。",
"xloc": [
- "default.handlebars->27->1531"
+ "default.handlebars->27->1533"
]
},
{
@@ -9659,7 +9663,7 @@
"ru": "Скачать список пользователей в одном из форматов ниже.",
"zh-chs": "使用以下一種文件格式下載用戶列表。",
"xloc": [
- "default.handlebars->27->1596"
+ "default.handlebars->27->1598"
]
},
{
@@ -9742,7 +9746,7 @@
"nl": "Dubbele agent",
"zh-chs": "代理重复",
"xloc": [
- "default.handlebars->27->1885"
+ "default.handlebars->27->1887"
]
},
{
@@ -9776,7 +9780,7 @@
"ru": "Скопировать группу пользователей",
"zh-chs": "重複的用戶組",
"xloc": [
- "default.handlebars->27->1663"
+ "default.handlebars->27->1665"
]
},
{
@@ -9807,8 +9811,8 @@
"ru": "Длительность",
"zh-chs": "持續時間",
"xloc": [
- "default.handlebars->27->1839",
- "default.handlebars->27->1859",
+ "default.handlebars->27->1841",
+ "default.handlebars->27->1861",
"player.handlebars->3->2"
]
},
@@ -9826,7 +9830,7 @@
"ru": "Во время активации агент будет иметь доступ к паролю администратора.",
"zh-chs": "在激活期間,代理將有權訪問管理員密碼信息。",
"xloc": [
- "default.handlebars->27->1345"
+ "default.handlebars->27->1347"
]
},
{
@@ -9843,7 +9847,7 @@
"ru": "Голландский (Бельгийский)",
"zh-chs": "荷蘭語(比利時)",
"xloc": [
- "default.handlebars->27->1047"
+ "default.handlebars->27->1049"
]
},
{
@@ -9860,7 +9864,7 @@
"ru": "Голландский (Стандартный)",
"zh-chs": "荷蘭語(標準)",
"xloc": [
- "default.handlebars->27->1046"
+ "default.handlebars->27->1048"
]
},
{
@@ -10054,7 +10058,7 @@
"fi": "Muokkaa laitetta",
"xloc": [
"default-mobile.handlebars->9->283",
- "default.handlebars->27->787"
+ "default.handlebars->27->789"
]
},
{
@@ -10075,10 +10079,10 @@
"default-mobile.handlebars->9->406",
"default-mobile.handlebars->9->408",
"default-mobile.handlebars->9->426",
- "default.handlebars->27->1351",
- "default.handlebars->27->1381",
- "default.handlebars->27->1404",
- "default.handlebars->27->1416"
+ "default.handlebars->27->1353",
+ "default.handlebars->27->1383",
+ "default.handlebars->27->1406",
+ "default.handlebars->27->1418"
]
},
{
@@ -10095,7 +10099,7 @@
"ru": "Редактировать функции группы устройств",
"zh-chs": "編輯設備組功能",
"xloc": [
- "default.handlebars->27->1367"
+ "default.handlebars->27->1369"
]
},
{
@@ -10112,8 +10116,8 @@
"ru": "Редактировать права группы устройств",
"zh-chs": "編輯設備組權限",
"xloc": [
- "default.handlebars->27->1401",
- "default.handlebars->27->1413"
+ "default.handlebars->27->1403",
+ "default.handlebars->27->1415"
]
},
{
@@ -10130,7 +10134,7 @@
"ru": "Редактировать согласие пользователя группы устройств",
"zh-chs": "編輯設備組用戶同意",
"xloc": [
- "default.handlebars->27->1352"
+ "default.handlebars->27->1354"
]
},
{
@@ -10148,7 +10152,7 @@
"zh-chs": "編輯設備說明",
"xloc": [
"default-mobile.handlebars->9->420",
- "default.handlebars->27->1394"
+ "default.handlebars->27->1396"
]
},
{
@@ -10164,15 +10168,15 @@
"ru": "Изменить разрешения устройства",
"zh-chs": "编辑设备权限",
"xloc": [
- "default.handlebars->27->1406",
- "default.handlebars->27->1408"
+ "default.handlebars->27->1408",
+ "default.handlebars->27->1410"
]
},
{
"en": "Edit Device Tags",
"nl": "Berwerk apparaat tags",
"xloc": [
- "default.handlebars->27->471"
+ "default.handlebars->27->472"
]
},
{
@@ -10186,7 +10190,7 @@
"nl": "Gebruikerstoestemming apparaat bewerken",
"zh-chs": "编辑设备用户同意",
"xloc": [
- "default.handlebars->27->1354"
+ "default.handlebars->27->1356"
]
},
{
@@ -10202,7 +10206,7 @@
"ru": "Редактировать группу",
"zh-chs": "编辑组",
"xloc": [
- "default.handlebars->27->672"
+ "default.handlebars->27->673"
]
},
{
@@ -10220,9 +10224,9 @@
"zh-chs": "編輯英特爾®AMT憑據",
"xloc": [
"default-mobile.handlebars->9->273",
- "default.handlebars->27->562",
- "default.handlebars->27->565",
- "default.handlebars->27->733"
+ "default.handlebars->27->563",
+ "default.handlebars->27->566",
+ "default.handlebars->27->735"
]
},
{
@@ -10241,7 +10245,7 @@
"fi": "Muokkaa muistiinpanoja",
"xloc": [
"default-mobile.handlebars->9->433",
- "default.handlebars->27->1423"
+ "default.handlebars->27->1425"
]
},
{
@@ -10255,7 +10259,7 @@
"nl": "Gebruikerstoestemming bewerken",
"zh-chs": "编辑用户同意",
"xloc": [
- "default.handlebars->27->1353"
+ "default.handlebars->27->1355"
]
},
{
@@ -10272,7 +10276,7 @@
"ru": "Редактировать права пользователя для группы устройств",
"zh-chs": "編輯用戶設備組權限",
"xloc": [
- "default.handlebars->27->1414"
+ "default.handlebars->27->1416"
]
},
{
@@ -10288,7 +10292,7 @@
"ru": "Изменить разрешения для пользовательских устройств",
"zh-chs": "编辑用户设备权限",
"xloc": [
- "default.handlebars->27->1409"
+ "default.handlebars->27->1411"
]
},
{
@@ -10305,7 +10309,7 @@
"ru": "Редактировать группу пользователей",
"zh-chs": "編輯用戶組",
"xloc": [
- "default.handlebars->27->1702"
+ "default.handlebars->27->1704"
]
},
{
@@ -10319,7 +10323,7 @@
"nl": "Gebruikersmachtigingen voor apparaatgroep bewerken",
"zh-chs": "编辑用户组设备权限",
"xloc": [
- "default.handlebars->27->1411"
+ "default.handlebars->27->1413"
]
},
{
@@ -10344,7 +10348,7 @@
"en": "Edit tags",
"nl": "Bewerk tags",
"xloc": [
- "default.handlebars->27->453"
+ "default.handlebars->27->454"
]
},
{
@@ -10363,12 +10367,12 @@
"fi": "Sähköposti",
"xloc": [
"default-mobile.handlebars->9->78",
- "default.handlebars->27->1614",
- "default.handlebars->27->1728",
+ "default.handlebars->27->1616",
"default.handlebars->27->1730",
- "default.handlebars->27->1770",
- "default.handlebars->27->1786",
- "default.handlebars->27->329",
+ "default.handlebars->27->1732",
+ "default.handlebars->27->1772",
+ "default.handlebars->27->1788",
+ "default.handlebars->27->330",
"login-mobile.handlebars->5->42",
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
"login.handlebars->5->43",
@@ -10390,7 +10394,7 @@
"zh-chs": "電郵地址變更",
"xloc": [
"default-mobile.handlebars->9->79",
- "default.handlebars->27->1215"
+ "default.handlebars->27->1217"
]
},
{
@@ -10408,7 +10412,7 @@
"zh-chs": "郵件認證",
"xloc": [
"default-mobile.handlebars->9->68",
- "default.handlebars->27->984"
+ "default.handlebars->27->986"
]
},
{
@@ -10453,7 +10457,7 @@
"zh-chs": "電子郵件驗證",
"xloc": [
"default-mobile.handlebars->9->77",
- "default.handlebars->27->1213"
+ "default.handlebars->27->1215"
]
},
{
@@ -10467,7 +10471,7 @@
"nl": "E-mail uitnodiging",
"zh-chs": "电子邮件邀请",
"xloc": [
- "default.handlebars->27->326"
+ "default.handlebars->27->327"
]
},
{
@@ -10483,7 +10487,7 @@
"ru": "Электронная почта не подтверждена",
"zh-chs": "邮件未验证",
"xloc": [
- "default.handlebars->27->1560"
+ "default.handlebars->27->1562"
]
},
{
@@ -10500,8 +10504,8 @@
"ru": "Email подтвержден",
"zh-chs": "電子郵件已驗證",
"xloc": [
- "default.handlebars->27->1561",
- "default.handlebars->27->1722"
+ "default.handlebars->27->1563",
+ "default.handlebars->27->1724"
]
},
{
@@ -10518,7 +10522,7 @@
"ru": "Email подтвержден.",
"zh-chs": "電子郵件已驗證。",
"xloc": [
- "default.handlebars->27->1620"
+ "default.handlebars->27->1622"
]
},
{
@@ -10535,7 +10539,7 @@
"ru": "Email не подтвержден",
"zh-chs": "電子郵件未驗證",
"xloc": [
- "default.handlebars->27->1723"
+ "default.handlebars->27->1725"
]
},
{
@@ -10574,7 +10578,7 @@
"en": "Email verified and forced password reset required.",
"nl": "E-mail geverifieerd en geforceerd opnieuw instellen van wachtwoord vereist.",
"xloc": [
- "default.handlebars->27->1621"
+ "default.handlebars->27->1623"
]
},
{
@@ -10587,7 +10591,7 @@
"nl": "Email/SMS verkeer",
"zh-chs": "电子邮件/短信流量",
"xloc": [
- "default.handlebars->27->1924"
+ "default.handlebars->27->1926"
]
},
{
@@ -10627,7 +10631,7 @@
"ru": "Включить коды приглашения",
"zh-chs": "啟用邀請代碼",
"xloc": [
- "default.handlebars->27->1444"
+ "default.handlebars->27->1446"
]
},
{
@@ -10662,7 +10666,7 @@
"zh-chs": "啟用電子郵件兩因素驗證。",
"xloc": [
"default-mobile.handlebars->9->70",
- "default.handlebars->27->986"
+ "default.handlebars->27->988"
]
},
{
@@ -10686,7 +10690,7 @@
"en": "Enabled",
"nl": "Ingeschakeld",
"xloc": [
- "default.handlebars->27->1861"
+ "default.handlebars->27->1863"
]
},
{
@@ -10711,7 +10715,7 @@
"nl": "Eindtijd",
"fi": "päättymisaika",
"xloc": [
- "default.handlebars->27->1858"
+ "default.handlebars->27->1860"
]
},
{
@@ -10729,7 +10733,7 @@
"zh-chs": "英語",
"fi": "Englanti",
"xloc": [
- "default.handlebars->27->1048"
+ "default.handlebars->27->1050"
]
},
{
@@ -10747,7 +10751,7 @@
"zh-chs": "英文(澳洲)",
"fi": "Englanti (Australia)",
"xloc": [
- "default.handlebars->27->1049"
+ "default.handlebars->27->1051"
]
},
{
@@ -10764,7 +10768,7 @@
"ru": "Английский (Белиз)",
"zh-chs": "英語(伯利茲)",
"xloc": [
- "default.handlebars->27->1050"
+ "default.handlebars->27->1052"
]
},
{
@@ -10781,7 +10785,7 @@
"ru": "Английский (Канада)",
"zh-chs": "英文(加拿大)",
"xloc": [
- "default.handlebars->27->1051"
+ "default.handlebars->27->1053"
]
},
{
@@ -10798,7 +10802,7 @@
"ru": "Английский (Ирландия)",
"zh-chs": "英文(愛爾蘭)",
"xloc": [
- "default.handlebars->27->1052"
+ "default.handlebars->27->1054"
]
},
{
@@ -10815,7 +10819,7 @@
"ru": "Английский (Ямайка)",
"zh-chs": "英文(牙買加)",
"xloc": [
- "default.handlebars->27->1053"
+ "default.handlebars->27->1055"
]
},
{
@@ -10832,7 +10836,7 @@
"ru": "Английский (Новая Зеландия)",
"zh-chs": "英文(紐西蘭)",
"xloc": [
- "default.handlebars->27->1054"
+ "default.handlebars->27->1056"
]
},
{
@@ -10849,7 +10853,7 @@
"ru": "Английский (Филиппины)",
"zh-chs": "英文(菲律賓)",
"xloc": [
- "default.handlebars->27->1055"
+ "default.handlebars->27->1057"
]
},
{
@@ -10866,7 +10870,7 @@
"ru": "Английский (Южная Африка)",
"zh-chs": "英語(南非)",
"xloc": [
- "default.handlebars->27->1056"
+ "default.handlebars->27->1058"
]
},
{
@@ -10883,7 +10887,7 @@
"ru": "Английский (Тринидад и Тобаго)",
"zh-chs": "英文(特立尼達和多巴哥)",
"xloc": [
- "default.handlebars->27->1057"
+ "default.handlebars->27->1059"
]
},
{
@@ -10900,7 +10904,7 @@
"ru": "Английский (Великобритания)",
"zh-chs": "英文(英國)",
"xloc": [
- "default.handlebars->27->1058"
+ "default.handlebars->27->1060"
]
},
{
@@ -10917,7 +10921,7 @@
"ru": "Английский (Соединенные Штаты)",
"zh-chs": "美國英語)",
"xloc": [
- "default.handlebars->27->1059"
+ "default.handlebars->27->1061"
]
},
{
@@ -10934,7 +10938,7 @@
"ru": "Английский (Зимбабве)",
"zh-chs": "英文(津巴布韋)",
"xloc": [
- "default.handlebars->27->1060"
+ "default.handlebars->27->1062"
]
},
{
@@ -10951,8 +10955,8 @@
"ru": "Ввод",
"zh-chs": "輸入",
"xloc": [
- "default.handlebars->27->1241",
- "default.handlebars->27->1242"
+ "default.handlebars->27->1243",
+ "default.handlebars->27->1244"
]
},
{
@@ -10969,7 +10973,7 @@
"ru": "Введите разделенный запятыми список имен административных областей.",
"zh-chs": "輸入管理領域名稱的逗號分隔列表。",
"xloc": [
- "default.handlebars->27->1625"
+ "default.handlebars->27->1627"
]
},
{
@@ -10986,7 +10990,7 @@
"ru": "Введите диапазон IP-адресов для сканирования Intel AMT устройств.",
"zh-chs": "輸入IP地址範圍以掃描Intel AMT設備。",
"xloc": [
- "default.handlebars->27->294"
+ "default.handlebars->27->295"
]
},
{
@@ -11003,8 +11007,8 @@
"ru": "Для удаленного набора введите текст, используя английскую раскладку и нажмите OK. Перед продолжением убедитесь, что курсор на удаленном компьютере установлен в правильное положение.",
"zh-chs": "輸入文本,然後單擊“確定”以使用美式英語鍵盤遠程輸入文本。在繼續操作之前,請確保將遠程光標放置在正確的位置。",
"xloc": [
- "default.handlebars->27->808",
- "desktop.handlebars->3->21"
+ "default.handlebars->27->810",
+ "desktop.handlebars->3->22"
]
},
{
@@ -11052,7 +11056,7 @@
"nl": "Voer uw telefoonnummer in dat geschikt is voor SMS. Na verificatie kan het nummer worden gebruikt voor inlogverificatie en andere meldingen.",
"zh-chs": "输入支持SMS的电话号码。验证后,该号码可用于登录验证和其他通知。",
"xloc": [
- "default.handlebars->27->981"
+ "default.handlebars->27->983"
]
},
{
@@ -11103,7 +11107,7 @@
"ru": "Эсперанто",
"zh-chs": "世界語",
"xloc": [
- "default.handlebars->27->1061"
+ "default.handlebars->27->1063"
]
},
{
@@ -11120,7 +11124,7 @@
"ru": "Эстонский",
"zh-chs": "愛沙尼亞語",
"xloc": [
- "default.handlebars->27->1062"
+ "default.handlebars->27->1064"
]
},
{
@@ -11138,7 +11142,7 @@
"zh-chs": "活動詳情",
"fi": "Tapahtuman lisätiedot",
"xloc": [
- "default.handlebars->27->887"
+ "default.handlebars->27->889"
]
},
{
@@ -11155,7 +11159,7 @@
"ru": "Экспорт списка событий",
"zh-chs": "活動列表導出",
"xloc": [
- "default.handlebars->27->1536"
+ "default.handlebars->27->1538"
]
},
{
@@ -11217,7 +11221,13 @@
"en": "Expire Time",
"xloc": [
"default.handlebars->27->185",
- "default.handlebars->27->700"
+ "default.handlebars->27->701"
+ ]
+ },
+ {
+ "en": "Expires at {0}",
+ "xloc": [
+ "desktop.handlebars->3->6"
]
},
{
@@ -11234,7 +11244,7 @@
"ru": "Экспорт информации об устройстве",
"zh-chs": "導出設備信息",
"xloc": [
- "default.handlebars->27->451"
+ "default.handlebars->27->452"
]
},
{
@@ -11251,7 +11261,7 @@
"ru": "Расширенный ASCII",
"zh-chs": "擴展ASCII",
"xloc": [
- "default.handlebars->27->836"
+ "default.handlebars->27->838"
]
},
{
@@ -11285,7 +11295,7 @@
"ru": "Внешний",
"zh-chs": "外部",
"xloc": [
- "default.handlebars->27->1909"
+ "default.handlebars->27->1911"
]
},
{
@@ -11309,7 +11319,7 @@
"ru": "Mакедонский (БЮР)",
"zh-chs": "FYRO馬其頓語",
"xloc": [
- "default.handlebars->27->1112"
+ "default.handlebars->27->1114"
]
},
{
@@ -11326,7 +11336,7 @@
"ru": "Фарерский",
"zh-chs": "法羅語",
"xloc": [
- "default.handlebars->27->1063"
+ "default.handlebars->27->1065"
]
},
{
@@ -11356,8 +11366,8 @@
"ko": "원격 터미널 세션을 시작하지 못했습니다 : {0} ({1})",
"zh-chs": "无法启动远程终端会话{0}({1})",
"xloc": [
- "default.handlebars->27->790",
- "desktop.handlebars->3->8"
+ "default.handlebars->27->792",
+ "desktop.handlebars->3->9"
]
},
{
@@ -11374,7 +11384,7 @@
"ru": "Фарси (Персидский)",
"zh-chs": "波斯語(波斯語)",
"xloc": [
- "default.handlebars->27->1064"
+ "default.handlebars->27->1066"
]
},
{
@@ -11410,7 +11420,7 @@
"ru": "Функции",
"zh-chs": "特徵",
"xloc": [
- "default.handlebars->27->1273"
+ "default.handlebars->27->1275"
]
},
{
@@ -11427,7 +11437,7 @@
"ru": "Фиджи",
"zh-chs": "斐濟",
"xloc": [
- "default.handlebars->27->1065"
+ "default.handlebars->27->1067"
]
},
{
@@ -11445,8 +11455,8 @@
"zh-chs": "文件編輯器",
"xloc": [
"default-mobile.handlebars->9->306",
- "default.handlebars->27->504",
- "default.handlebars->27->859"
+ "default.handlebars->27->505",
+ "default.handlebars->27->861"
]
},
{
@@ -11480,8 +11490,7 @@
"ru": "Драйвер файловой системы",
"zh-chs": "FileSystemDriver",
"xloc": [
- "default.handlebars->27->817",
- "desktop.handlebars->3->30"
+ "default.handlebars->27->819"
]
},
{
@@ -11500,9 +11509,9 @@
"xloc": [
"default-mobile.handlebars->9->167",
"default-mobile.handlebars->9->257",
- "default.handlebars->27->1362",
- "default.handlebars->27->1846",
- "default.handlebars->27->246",
+ "default.handlebars->27->1364",
+ "default.handlebars->27->1848",
+ "default.handlebars->27->247",
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles",
"default.handlebars->contextMenu->cxfiles"
]
@@ -11538,9 +11547,9 @@
"ru": "Уведомление файлов",
"zh-chs": "文件通知",
"xloc": [
- "default.handlebars->27->1281",
- "default.handlebars->27->1755",
- "default.handlebars->27->587"
+ "default.handlebars->27->1283",
+ "default.handlebars->27->1757",
+ "default.handlebars->27->588"
]
},
{
@@ -11557,9 +11566,9 @@
"ru": "Запрос файлов",
"zh-chs": "文件提示",
"xloc": [
- "default.handlebars->27->1280",
- "default.handlebars->27->1754",
- "default.handlebars->27->586"
+ "default.handlebars->27->1282",
+ "default.handlebars->27->1756",
+ "default.handlebars->27->587"
]
},
{
@@ -11597,7 +11606,7 @@
"zh-chs": "芬蘭",
"fi": "Suomalainen",
"xloc": [
- "default.handlebars->27->1066"
+ "default.handlebars->27->1068"
]
},
{
@@ -11721,8 +11730,8 @@
"ru": "Принудительно сбросить пароль при следующем входе в систему.",
"zh-chs": "下次登錄時強制重置密碼。",
"xloc": [
- "default.handlebars->27->1619",
- "default.handlebars->27->1795"
+ "default.handlebars->27->1621",
+ "default.handlebars->27->1797"
]
},
{
@@ -11781,7 +11790,7 @@
"en": "Format",
"nl": "Formaat",
"xloc": [
- "default.handlebars->27->1527"
+ "default.handlebars->27->1529"
]
},
{
@@ -11816,8 +11825,8 @@
"ru": "Свободно",
"zh-chs": "自由",
"xloc": [
- "default.handlebars->27->1870",
- "default.handlebars->27->1872"
+ "default.handlebars->27->1872",
+ "default.handlebars->27->1874"
]
},
{
@@ -11852,7 +11861,7 @@
"ru": "Французский (Бельгия)",
"zh-chs": "法語(比利時)",
"xloc": [
- "default.handlebars->27->1068"
+ "default.handlebars->27->1070"
]
},
{
@@ -11869,7 +11878,7 @@
"ru": "Французский (Канада)",
"zh-chs": "法語(加拿大)",
"xloc": [
- "default.handlebars->27->1069"
+ "default.handlebars->27->1071"
]
},
{
@@ -11886,7 +11895,7 @@
"ru": "Французский (Франция)",
"zh-chs": "法語(法國)",
"xloc": [
- "default.handlebars->27->1070"
+ "default.handlebars->27->1072"
]
},
{
@@ -11903,7 +11912,7 @@
"ru": "Французский (Люксембург)",
"zh-chs": "法語(盧森堡)",
"xloc": [
- "default.handlebars->27->1071"
+ "default.handlebars->27->1073"
]
},
{
@@ -11920,7 +11929,7 @@
"ru": "Французский (Монако)",
"zh-chs": "法語(摩納哥)",
"xloc": [
- "default.handlebars->27->1072"
+ "default.handlebars->27->1074"
]
},
{
@@ -11937,7 +11946,7 @@
"ru": "Французский (Стандартный)",
"zh-chs": "法語(標準)",
"xloc": [
- "default.handlebars->27->1067"
+ "default.handlebars->27->1069"
]
},
{
@@ -11954,7 +11963,7 @@
"ru": "Французский (Швейцария)",
"zh-chs": "法語(瑞士)",
"xloc": [
- "default.handlebars->27->1073"
+ "default.handlebars->27->1075"
]
},
{
@@ -11971,7 +11980,7 @@
"ru": "Фризский",
"zh-chs": "弗里斯蘭語",
"xloc": [
- "default.handlebars->27->1074"
+ "default.handlebars->27->1076"
]
},
{
@@ -11988,7 +11997,7 @@
"ru": "Фриульский",
"zh-chs": "弗留利",
"xloc": [
- "default.handlebars->27->1075"
+ "default.handlebars->27->1077"
]
},
{
@@ -12010,9 +12019,9 @@
"default-mobile.handlebars->9->398",
"default-mobile.handlebars->9->407",
"default-mobile.handlebars->9->425",
- "default.handlebars->27->1248",
- "default.handlebars->27->1380",
- "default.handlebars->27->1631"
+ "default.handlebars->27->1250",
+ "default.handlebars->27->1382",
+ "default.handlebars->27->1633"
]
},
{
@@ -12030,7 +12039,7 @@
"zh-chs": "正式管理員(保留所有權利)",
"fi": "Täysi Järjestelmänvalvoja (kaikki oikeudet)",
"xloc": [
- "default.handlebars->27->1415"
+ "default.handlebars->27->1417"
]
},
{
@@ -12062,7 +12071,7 @@
"ru": "Полные права на устройство",
"zh-chs": "完整的設備權限",
"xloc": [
- "default.handlebars->27->655"
+ "default.handlebars->27->656"
]
},
{
@@ -12078,7 +12087,7 @@
"ru": "Полные права",
"zh-chs": "完全权利",
"xloc": [
- "default.handlebars->27->671"
+ "default.handlebars->27->672"
]
},
{
@@ -12115,7 +12124,7 @@
"zh-chs": "正式管理員",
"fi": "Täysi järjestelmänvalvoja",
"xloc": [
- "default.handlebars->27->1716"
+ "default.handlebars->27->1718"
]
},
{
@@ -12129,7 +12138,7 @@
"zh-chs": "显卡",
"xloc": [
"default-mobile.handlebars->9->376",
- "default.handlebars->27->949"
+ "default.handlebars->27->951"
]
},
{
@@ -12146,7 +12155,7 @@
"ru": "Гэльский (Ирландский)",
"zh-chs": "蓋爾語(愛爾蘭)",
"xloc": [
- "default.handlebars->27->1077"
+ "default.handlebars->27->1079"
]
},
{
@@ -12163,7 +12172,7 @@
"ru": "Гэльский (Шотландия)",
"zh-chs": "蓋爾語(蘇格蘭語)",
"xloc": [
- "default.handlebars->27->1076"
+ "default.handlebars->27->1078"
]
},
{
@@ -12180,7 +12189,7 @@
"ru": "Галицкий",
"zh-chs": "加拉契人",
"xloc": [
- "default.handlebars->27->1078"
+ "default.handlebars->27->1080"
]
},
{
@@ -12256,7 +12265,7 @@
"zh-chs": "一般信息",
"fi": "Yleistä tietoa",
"xloc": [
- "default.handlebars->27->511"
+ "default.handlebars->27->512"
]
},
{
@@ -12290,7 +12299,7 @@
"ru": "Грузинский",
"zh-chs": "格魯吉亞人",
"xloc": [
- "default.handlebars->27->1079"
+ "default.handlebars->27->1081"
]
},
{
@@ -12307,7 +12316,7 @@
"ru": "Немецкий (Австрия)",
"zh-chs": "德語(奧地利)",
"xloc": [
- "default.handlebars->27->1081"
+ "default.handlebars->27->1083"
]
},
{
@@ -12324,7 +12333,7 @@
"ru": "Немецкий (Германия)",
"zh-chs": "德文(德國)",
"xloc": [
- "default.handlebars->27->1082"
+ "default.handlebars->27->1084"
]
},
{
@@ -12341,7 +12350,7 @@
"ru": "Немецкий (Лихтенштейн)",
"zh-chs": "德文(列支敦士登)",
"xloc": [
- "default.handlebars->27->1083"
+ "default.handlebars->27->1085"
]
},
{
@@ -12358,7 +12367,7 @@
"ru": "Немецкий (Люксембург)",
"zh-chs": "德語(盧森堡)",
"xloc": [
- "default.handlebars->27->1084"
+ "default.handlebars->27->1086"
]
},
{
@@ -12375,7 +12384,7 @@
"ru": "Немецкий (Стандартный)",
"zh-chs": "德語(標準)",
"xloc": [
- "default.handlebars->27->1080"
+ "default.handlebars->27->1082"
]
},
{
@@ -12392,7 +12401,7 @@
"ru": "Немецкий (Швейцария)",
"zh-chs": "德語(瑞士)",
"xloc": [
- "default.handlebars->27->1085"
+ "default.handlebars->27->1087"
]
},
{
@@ -12409,7 +12418,7 @@
"ru": "Получить учетные данные MQTT для этого устройства.",
"zh-chs": "獲取此設備的MQTT登錄憑據。",
"xloc": [
- "default.handlebars->27->636"
+ "default.handlebars->27->637"
]
},
{
@@ -12476,7 +12485,7 @@
"zh-chs": "好",
"fi": "Hyvä",
"xloc": [
- "default.handlebars->27->1244"
+ "default.handlebars->27->1246"
]
},
{
@@ -12514,7 +12523,7 @@
"ru": "Греческий",
"zh-chs": "希臘語",
"xloc": [
- "default.handlebars->27->1086"
+ "default.handlebars->27->1088"
]
},
{
@@ -12533,7 +12542,7 @@
"fi": "Ryhmä",
"xloc": [
"default-mobile.handlebars->9->214",
- "default.handlebars->27->539",
+ "default.handlebars->27->540",
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->1"
]
},
@@ -12551,9 +12560,9 @@
"ru": "Групповое действие",
"zh-chs": "集體行動",
"xloc": [
- "default.handlebars->27->1575",
- "default.handlebars->27->1653",
- "default.handlebars->27->455",
+ "default.handlebars->27->1577",
+ "default.handlebars->27->1655",
+ "default.handlebars->27->456",
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar",
"default.handlebars->container->column_l->p4->3->1->0->3->3",
"default.handlebars->container->column_l->p50->3->1->0->3->3"
@@ -12563,14 +12572,14 @@
"en": "Group By",
"nl": "Groeperen op",
"xloc": [
- "default.handlebars->27->1523"
+ "default.handlebars->27->1525"
]
},
{
"en": "Group Identifier",
"nl": "Groepsidentificatie",
"xloc": [
- "default.handlebars->27->1670"
+ "default.handlebars->27->1672"
]
},
{
@@ -12587,7 +12596,7 @@
"ru": "Члены группы",
"zh-chs": "小組成員",
"xloc": [
- "default.handlebars->27->1679"
+ "default.handlebars->27->1681"
]
},
{
@@ -12604,7 +12613,7 @@
"ru": "Права на группу для пользователя {0}.",
"zh-chs": "用戶{0}的組權限。",
"xloc": [
- "default.handlebars->27->1379"
+ "default.handlebars->27->1381"
]
},
{
@@ -12621,7 +12630,7 @@
"ru": "Права на группу для {0}.",
"zh-chs": "{0}的組權限。",
"xloc": [
- "default.handlebars->27->1378"
+ "default.handlebars->27->1380"
]
},
{
@@ -12662,7 +12671,7 @@
"en": "Guest Name",
"xloc": [
"default.handlebars->27->184",
- "default.handlebars->27->699"
+ "default.handlebars->27->700"
]
},
{
@@ -12679,7 +12688,7 @@
"ru": "Гуджарати",
"zh-chs": "古久拉提",
"xloc": [
- "default.handlebars->27->1087"
+ "default.handlebars->27->1089"
]
},
{
@@ -12716,7 +12725,7 @@
"ru": "Гаитянский",
"zh-chs": "海地",
"xloc": [
- "default.handlebars->27->1088"
+ "default.handlebars->27->1090"
]
},
{
@@ -12750,7 +12759,7 @@
"ru": "Жесткое отключение агента",
"zh-chs": "硬斷開劑",
"xloc": [
- "default.handlebars->27->976"
+ "default.handlebars->27->978"
]
},
{
@@ -12767,7 +12776,7 @@
"ru": "Всего кучи",
"zh-chs": "堆總數",
"xloc": [
- "default.handlebars->27->1911"
+ "default.handlebars->27->1913"
]
},
{
@@ -12784,7 +12793,7 @@
"ru": "Куча используется",
"zh-chs": "堆使用",
"xloc": [
- "default.handlebars->27->1910"
+ "default.handlebars->27->1912"
]
},
{
@@ -12801,7 +12810,7 @@
"ru": "Иврит",
"zh-chs": "希伯來語",
"xloc": [
- "default.handlebars->27->1089"
+ "default.handlebars->27->1091"
]
},
{
@@ -12837,7 +12846,7 @@
"zh-chs": "幫助翻譯MeshCentral",
"fi": "Auto kääntämään MeshCentral",
"xloc": [
- "default.handlebars->27->1203"
+ "default.handlebars->27->1205"
]
},
{
@@ -12907,7 +12916,7 @@
"xloc": [
"default-mobile.handlebars->9->182",
"default-mobile.handlebars->9->189",
- "default.handlebars->27->417",
+ "default.handlebars->27->418",
"default.handlebars->27->5"
]
},
@@ -12925,7 +12934,7 @@
"ru": "Хинди",
"zh-chs": "印地語",
"xloc": [
- "default.handlebars->27->1090"
+ "default.handlebars->27->1092"
]
},
{
@@ -12958,7 +12967,7 @@
"zh-chs": "持有1份副本",
"xloc": [
"default-mobile.handlebars->9->315",
- "default.handlebars->27->868"
+ "default.handlebars->27->870"
]
},
{
@@ -12976,7 +12985,7 @@
"zh-chs": "持有1個搬家公司",
"xloc": [
"default-mobile.handlebars->9->319",
- "default.handlebars->27->872"
+ "default.handlebars->27->874"
]
},
{
@@ -12994,7 +13003,7 @@
"zh-chs": "保留{0}個條目進行複制",
"xloc": [
"default-mobile.handlebars->9->313",
- "default.handlebars->27->866"
+ "default.handlebars->27->868"
]
},
{
@@ -13012,7 +13021,7 @@
"zh-chs": "保留{0}個條目以進行移動",
"xloc": [
"default-mobile.handlebars->9->317",
- "default.handlebars->27->870"
+ "default.handlebars->27->872"
]
},
{
@@ -13030,7 +13039,7 @@
"zh-chs": "保持{2}的{0}入口{1}",
"xloc": [
"default-mobile.handlebars->9->129",
- "default.handlebars->27->1509"
+ "default.handlebars->27->1511"
]
},
{
@@ -13052,9 +13061,9 @@
"default-mobile.handlebars->9->217",
"default-mobile.handlebars->9->219",
"default-mobile.handlebars->9->279",
- "default.handlebars->27->280",
- "default.handlebars->27->544",
- "default.handlebars->27->783"
+ "default.handlebars->27->281",
+ "default.handlebars->27->545",
+ "default.handlebars->27->785"
]
},
{
@@ -13072,7 +13081,7 @@
"zh-chs": "主機名同步",
"fi": "Isäntänimen synkronointi",
"xloc": [
- "default.handlebars->27->1271"
+ "default.handlebars->27->1273"
]
},
{
@@ -13089,7 +13098,7 @@
"ru": "Венгерский",
"zh-chs": "匈牙利",
"xloc": [
- "default.handlebars->27->1091"
+ "default.handlebars->27->1093"
]
},
{
@@ -13107,8 +13116,8 @@
"zh-chs": "IP範圍",
"fi": "IP Alue",
"xloc": [
- "default.handlebars->27->295",
- "default.handlebars->27->297"
+ "default.handlebars->27->296",
+ "default.handlebars->27->298"
]
},
{
@@ -13146,9 +13155,9 @@
"xloc": [
"default-mobile.handlebars->9->345",
"default-mobile.handlebars->9->349",
- "default.handlebars->27->908",
- "default.handlebars->27->918",
- "default.handlebars->27->922"
+ "default.handlebars->27->910",
+ "default.handlebars->27->920",
+ "default.handlebars->27->924"
]
},
{
@@ -13167,9 +13176,9 @@
"xloc": [
"default-mobile.handlebars->9->343",
"default-mobile.handlebars->9->347",
- "default.handlebars->27->906",
- "default.handlebars->27->916",
- "default.handlebars->27->920"
+ "default.handlebars->27->908",
+ "default.handlebars->27->918",
+ "default.handlebars->27->922"
]
},
{
@@ -13188,10 +13197,10 @@
"xloc": [
"default-mobile.handlebars->9->342",
"default-mobile.handlebars->9->344",
- "default.handlebars->27->905",
"default.handlebars->27->907",
- "default.handlebars->27->915",
- "default.handlebars->27->917"
+ "default.handlebars->27->909",
+ "default.handlebars->27->917",
+ "default.handlebars->27->919"
]
},
{
@@ -13256,8 +13265,8 @@
"xloc": [
"default-mobile.handlebars->9->346",
"default-mobile.handlebars->9->348",
- "default.handlebars->27->919",
- "default.handlebars->27->921"
+ "default.handlebars->27->921",
+ "default.handlebars->27->923"
]
},
{
@@ -13295,7 +13304,7 @@
"ru": "Исландский",
"zh-chs": "冰島的",
"xloc": [
- "default.handlebars->27->1092"
+ "default.handlebars->27->1094"
]
},
{
@@ -13313,7 +13322,7 @@
"zh-chs": "圖標選擇",
"xloc": [
"default-mobile.handlebars->9->277",
- "default.handlebars->27->781"
+ "default.handlebars->27->783"
]
},
{
@@ -13331,7 +13340,7 @@
"zh-chs": "識別碼",
"xloc": [
"default-mobile.handlebars->9->374",
- "default.handlebars->27->947"
+ "default.handlebars->27->949"
]
},
{
@@ -13426,7 +13435,7 @@
"zh-chs": "个别装置",
"xloc": [
"default-mobile.handlebars->9->148",
- "default.handlebars->27->199"
+ "default.handlebars->27->200"
]
},
{
@@ -13443,7 +13452,7 @@
"ru": "Индонезийский",
"zh-chs": "印度尼西亞",
"xloc": [
- "default.handlebars->27->1093"
+ "default.handlebars->27->1095"
]
},
{
@@ -13563,7 +13572,7 @@
"zh-chs": "安裝CIRA",
"fi": "Asenna CIRA",
"xloc": [
- "default.handlebars->27->1304"
+ "default.handlebars->27->1306"
]
},
{
@@ -13581,7 +13590,7 @@
"zh-chs": "安裝本地",
"fi": "Asenna paikallinen",
"xloc": [
- "default.handlebars->27->1306"
+ "default.handlebars->27->1308"
]
},
{
@@ -13599,11 +13608,11 @@
"zh-chs": "安裝類型",
"fi": "Asennustyyppi",
"xloc": [
- "default.handlebars->27->1446",
- "default.handlebars->27->1453",
- "default.handlebars->27->344",
- "default.handlebars->27->358",
- "default.handlebars->27->372"
+ "default.handlebars->27->1448",
+ "default.handlebars->27->1455",
+ "default.handlebars->27->345",
+ "default.handlebars->27->359",
+ "default.handlebars->27->373"
]
},
{
@@ -13620,7 +13629,7 @@
"ru": "Intel (F10 = ESC+[OM)",
"zh-chs": "英特爾(F10 = ESC + [OM)",
"xloc": [
- "default.handlebars->27->838",
+ "default.handlebars->27->840",
"default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSettingsButtons"
]
},
@@ -13638,10 +13647,10 @@
"ru": "Intel AMT",
"zh-chs": "英特爾AMT",
"xloc": [
- "default.handlebars->27->1465",
- "default.handlebars->27->1473",
- "default.handlebars->27->1907",
- "default.handlebars->27->1929"
+ "default.handlebars->27->1467",
+ "default.handlebars->27->1475",
+ "default.handlebars->27->1909",
+ "default.handlebars->27->1931"
]
},
{
@@ -13682,14 +13691,14 @@
"en": "Intel AMT Redirection",
"nl": "Intel AMT omleiding",
"xloc": [
- "default.handlebars->27->1848"
+ "default.handlebars->27->1850"
]
},
{
"en": "Intel AMT WSMAN",
"nl": "Intel AMT WSMAN",
"xloc": [
- "default.handlebars->27->1847"
+ "default.handlebars->27->1849"
]
},
{
@@ -13723,7 +13732,7 @@
"ru": "Intel AMT активирован в режиме администратора",
"zh-chs": "在管理控制模式下激活了Intel AMT",
"xloc": [
- "default.handlebars->27->558"
+ "default.handlebars->27->559"
]
},
{
@@ -13740,7 +13749,7 @@
"ru": "Intel AMT активирован в режиме клиента",
"zh-chs": "英特爾AMT在客戶端控制模式下被激活",
"xloc": [
- "default.handlebars->27->556"
+ "default.handlebars->27->557"
]
},
{
@@ -13757,7 +13766,7 @@
"ru": "Intel AMT настроен с TLS безопасностью сети",
"zh-chs": "英特爾AMT已設置TLS網絡安全性",
"xloc": [
- "default.handlebars->27->560"
+ "default.handlebars->27->561"
]
},
{
@@ -13791,7 +13800,7 @@
"ru": "Intel AMT необходимо установить с доверенным FQDN в MEBx или иметь кабельное подключение к локальной сети:",
"zh-chs": "英特爾AMT將需要在MEBx中設置為受信任的FQDN,或者在網絡上具有有線局域網:",
"xloc": [
- "default.handlebars->27->292"
+ "default.handlebars->27->293"
]
},
{
@@ -13808,7 +13817,7 @@
"ru": "Intel ASCII",
"zh-chs": "英特爾ASCII",
"xloc": [
- "default.handlebars->27->837"
+ "default.handlebars->27->839"
]
},
{
@@ -13828,11 +13837,11 @@
"default-mobile.handlebars->9->201",
"default-mobile.handlebars->9->236",
"default-mobile.handlebars->9->241",
- "default.handlebars->27->1288",
- "default.handlebars->27->1298",
- "default.handlebars->27->514",
- "default.handlebars->27->569",
- "default.handlebars->27->597"
+ "default.handlebars->27->1290",
+ "default.handlebars->27->1300",
+ "default.handlebars->27->515",
+ "default.handlebars->27->570",
+ "default.handlebars->27->598"
]
},
{
@@ -13850,7 +13859,7 @@
"zh-chs": "英特爾®AMT CIRA",
"xloc": [
"default-mobile.handlebars->9->240",
- "default.handlebars->27->595"
+ "default.handlebars->27->596"
]
},
{
@@ -13867,9 +13876,9 @@
"ru": "Intel® AMT CIRA подключен и готов к использованию.",
"zh-chs": "英特爾®AMT CIRA已連接並可以使用。",
"xloc": [
- "default.handlebars->27->206",
- "default.handlebars->27->431",
- "default.handlebars->27->594"
+ "default.handlebars->27->207",
+ "default.handlebars->27->432",
+ "default.handlebars->27->595"
]
},
{
@@ -13919,7 +13928,7 @@
"ru": "Политика Intel® AMT",
"zh-chs": "英特爾®AMT政策",
"xloc": [
- "default.handlebars->27->1327"
+ "default.handlebars->27->1329"
]
},
{
@@ -13953,7 +13962,7 @@
"ru": "Intel® AMT Тег",
"zh-chs": "英特爾®AMT標籤",
"xloc": [
- "default.handlebars->27->573"
+ "default.handlebars->27->574"
]
},
{
@@ -13987,8 +13996,8 @@
"ru": "Активация Intel® AMT",
"zh-chs": "英特爾®AMT激活",
"xloc": [
- "default.handlebars->27->290",
- "default.handlebars->27->293"
+ "default.handlebars->27->291",
+ "default.handlebars->27->294"
]
},
{
@@ -14006,8 +14015,8 @@
"zh-chs": "英特爾®AMT已連接",
"xloc": [
"default-mobile.handlebars->9->251",
- "default.handlebars->27->640",
- "default.handlebars->27->641"
+ "default.handlebars->27->641",
+ "default.handlebars->27->642"
]
},
{
@@ -14024,8 +14033,8 @@
"ru": "События Intel® AMT desktop или serial.",
"zh-chs": "英特爾®AMT桌面和串行事件。",
"xloc": [
- "default.handlebars->27->1209",
- "default.handlebars->27->1461"
+ "default.handlebars->27->1211",
+ "default.handlebars->27->1463"
]
},
{
@@ -14043,8 +14052,8 @@
"zh-chs": "檢測到英特爾®AMT",
"xloc": [
"default-mobile.handlebars->9->252",
- "default.handlebars->27->642",
- "default.handlebars->27->643"
+ "default.handlebars->27->643",
+ "default.handlebars->27->644"
]
},
{
@@ -14061,7 +14070,7 @@
"ru": "Intel® AMT маршрутизируется и готов к использованию.",
"zh-chs": "英特爾®AMT可路由並可以使用。",
"xloc": [
- "default.handlebars->27->596"
+ "default.handlebars->27->597"
]
},
{
@@ -14078,8 +14087,8 @@
"ru": "Intel® AMT маршрутизируется.",
"zh-chs": "英特爾®AMT是可路由的。",
"xloc": [
- "default.handlebars->27->208",
- "default.handlebars->27->433"
+ "default.handlebars->27->209",
+ "default.handlebars->27->434"
]
},
{
@@ -14114,8 +14123,8 @@
"zh-chs": "僅限英特爾®AMT,無代理",
"xloc": [
"default-mobile.handlebars->9->389",
- "default.handlebars->27->1238",
- "default.handlebars->27->1264"
+ "default.handlebars->27->1240",
+ "default.handlebars->27->1266"
]
},
{
@@ -14132,7 +14141,7 @@
"ru": "Технология Intel® Active Management",
"zh-chs": "英特爾®主動管理技術",
"xloc": [
- "default.handlebars->27->568"
+ "default.handlebars->27->569"
]
},
{
@@ -14150,7 +14159,7 @@
"zh-chs": "英特爾®主動管理技術(英特爾®AMT)",
"xloc": [
"default-mobile.handlebars->9->366",
- "default.handlebars->27->939"
+ "default.handlebars->27->941"
]
},
{
@@ -14168,7 +14177,7 @@
"zh-chs": "英特爾®ME",
"xloc": [
"default-mobile.handlebars->9->235",
- "default.handlebars->27->567"
+ "default.handlebars->27->568"
]
},
{
@@ -14181,7 +14190,7 @@
"nl": "Intel® Manageability Engine",
"zh-chs": "英特尔®可管理性引擎",
"xloc": [
- "default.handlebars->27->566"
+ "default.handlebars->27->567"
]
},
{
@@ -14199,7 +14208,7 @@
"zh-chs": "英特爾®SM",
"xloc": [
"default-mobile.handlebars->9->237",
- "default.handlebars->27->571"
+ "default.handlebars->27->572"
]
},
{
@@ -14216,7 +14225,7 @@
"ru": "Intel® Standard Manageability",
"zh-chs": "英特爾®標準可管理性",
"xloc": [
- "default.handlebars->27->570"
+ "default.handlebars->27->571"
]
},
{
@@ -14318,8 +14327,7 @@
"ru": "Интерактивный",
"zh-chs": "互動",
"xloc": [
- "default.handlebars->27->818",
- "desktop.handlebars->3->31"
+ "default.handlebars->27->820"
]
},
{
@@ -14336,11 +14344,11 @@
"ru": "Только интерактивный режим",
"zh-chs": "僅限互動",
"xloc": [
- "default.handlebars->27->1449",
- "default.handlebars->27->1456",
- "default.handlebars->27->347",
- "default.handlebars->27->361",
- "default.handlebars->27->375"
+ "default.handlebars->27->1451",
+ "default.handlebars->27->1458",
+ "default.handlebars->27->348",
+ "default.handlebars->27->362",
+ "default.handlebars->27->376"
]
},
{
@@ -14357,7 +14365,7 @@
"ru": "Интерфейсы",
"zh-chs": "介面",
"xloc": [
- "default.handlebars->27->619"
+ "default.handlebars->27->620"
]
},
{
@@ -14374,7 +14382,7 @@
"ru": "Инуктитут",
"zh-chs": "因紐特人",
"xloc": [
- "default.handlebars->27->1094"
+ "default.handlebars->27->1096"
]
},
{
@@ -14391,7 +14399,7 @@
"ru": "Некорректный тип группы устройств",
"zh-chs": "無效的設備組類型",
"xloc": [
- "default.handlebars->27->1884"
+ "default.handlebars->27->1886"
]
},
{
@@ -14408,7 +14416,7 @@
"ru": "Некорректный JSON",
"zh-chs": "無效的JSON",
"xloc": [
- "default.handlebars->27->1878"
+ "default.handlebars->27->1880"
]
},
{
@@ -14425,8 +14433,8 @@
"ru": "Некорректный формат файла JSON.",
"zh-chs": "無效的JSON文件格式。",
"xloc": [
- "default.handlebars->27->1593",
- "default.handlebars->27->1595"
+ "default.handlebars->27->1595",
+ "default.handlebars->27->1597"
]
},
{
@@ -14443,7 +14451,7 @@
"ru": "Некорректный файл JSON: {0}.",
"zh-chs": "無效的JSON文件:{0}。",
"xloc": [
- "default.handlebars->27->1591"
+ "default.handlebars->27->1593"
]
},
{
@@ -14460,7 +14468,7 @@
"ru": "Некорректная сигнатура PKCS",
"zh-chs": "無效的PKCS簽名",
"xloc": [
- "default.handlebars->27->1876"
+ "default.handlebars->27->1878"
]
},
{
@@ -14477,7 +14485,7 @@
"ru": "Некорректная сигнатура RSA",
"zh-chs": "無效的RSA密碼",
"xloc": [
- "default.handlebars->27->1877"
+ "default.handlebars->27->1879"
]
},
{
@@ -14555,7 +14563,7 @@
"en": "Invalidate Email",
"nl": "E-mail ongeldig maken",
"xloc": [
- "default.handlebars->27->1569"
+ "default.handlebars->27->1571"
]
},
{
@@ -14603,7 +14611,7 @@
"ru": "Тип приглашения",
"zh-chs": "邀請類型",
"xloc": [
- "default.handlebars->27->324"
+ "default.handlebars->27->325"
]
},
{
@@ -14620,7 +14628,7 @@
"ru": "Коды приглашений могут использоваться любым пользователем для присоединения устройств к этой группе устройств по следующей общедоступной ссылке:",
"zh-chs": "任何人都可以使用邀請代碼通過以下公共鏈接將設備加入該設備組:",
"xloc": [
- "default.handlebars->27->1451"
+ "default.handlebars->27->1453"
]
},
{
@@ -14654,9 +14662,9 @@
"zh-chs": "邀請",
"fi": "Kutsu",
"xloc": [
- "default.handlebars->27->1314",
- "default.handlebars->27->277",
- "default.handlebars->27->363"
+ "default.handlebars->27->1316",
+ "default.handlebars->27->278",
+ "default.handlebars->27->364"
]
},
{
@@ -14673,11 +14681,11 @@
"ru": "Пригласительные коды",
"zh-chs": "邀請碼",
"xloc": [
- "default.handlebars->27->1292",
- "default.handlebars->27->1445",
- "default.handlebars->27->1450",
+ "default.handlebars->27->1294",
+ "default.handlebars->27->1447",
"default.handlebars->27->1452",
- "default.handlebars->27->1457"
+ "default.handlebars->27->1454",
+ "default.handlebars->27->1459"
]
},
{
@@ -14694,7 +14702,7 @@
"ru": "Пригласите установить Mesh Agent поделившись ссылкой. Эта ссылка ведет на инструкции для установки для группы устройств \\\"{0}\\\". Ссылка общедоступна и не требует наличия учетной записи на сервере.",
"zh-chs": "通過共享邀請鏈接來邀請某人安裝網格代理。該鏈接為用戶提供 “{0}” 設備組的安裝說明。該鏈接是公共的,不需要該服務器的帳戶。",
"xloc": [
- "default.handlebars->27->350"
+ "default.handlebars->27->351"
]
},
{
@@ -14709,8 +14717,8 @@
"zh-chs": "邀请某人在该设备组上安装网状代理。",
"fi": "Kutsu joku asentamaan Mesh agentti tähän laiteryhmään.",
"xloc": [
- "default.handlebars->27->1313",
- "default.handlebars->27->276"
+ "default.handlebars->27->1315",
+ "default.handlebars->27->277"
]
},
{
@@ -14727,7 +14735,7 @@
"ru": "Пригласите установить Mesh Agent. Ссылка на установку для группы \\\"{0}\\\" будет отправлена по электронной почте.",
"zh-chs": "邀請某人安裝網狀代理。將發送一封電子郵件,其中包含指向 “{0}” 設備組的網狀代理安裝的鏈接。",
"xloc": [
- "default.handlebars->27->327"
+ "default.handlebars->27->328"
]
},
{
@@ -14744,7 +14752,7 @@
"ru": "Ирландский",
"zh-chs": "愛爾蘭人",
"xloc": [
- "default.handlebars->27->1095"
+ "default.handlebars->27->1097"
]
},
{
@@ -14761,7 +14769,7 @@
"ru": "Итальянский (Стандартный)",
"zh-chs": "意大利語(標準)",
"xloc": [
- "default.handlebars->27->1096"
+ "default.handlebars->27->1098"
]
},
{
@@ -14778,7 +14786,7 @@
"ru": "Итальянский (Швейцария)",
"zh-chs": "義大利文(瑞士)",
"xloc": [
- "default.handlebars->27->1097"
+ "default.handlebars->27->1099"
]
},
{
@@ -14795,7 +14803,7 @@
"ru": "JSON",
"zh-chs": "JSON",
"xloc": [
- "default.handlebars->27->1529"
+ "default.handlebars->27->1531"
]
},
{
@@ -14812,9 +14820,9 @@
"ru": "Формат JSON",
"zh-chs": "JSON格式",
"xloc": [
- "default.handlebars->27->1534",
- "default.handlebars->27->1599",
- "default.handlebars->27->475"
+ "default.handlebars->27->1536",
+ "default.handlebars->27->1601",
+ "default.handlebars->27->476"
]
},
{
@@ -14831,7 +14839,7 @@
"ru": "Японский",
"zh-chs": "日本",
"xloc": [
- "default.handlebars->27->1098"
+ "default.handlebars->27->1100"
]
},
{
@@ -14848,7 +14856,7 @@
"ru": "Каннада",
"zh-chs": "卡納達語",
"xloc": [
- "default.handlebars->27->1099"
+ "default.handlebars->27->1101"
]
},
{
@@ -14865,7 +14873,7 @@
"ru": "Кашмирский",
"zh-chs": "克什米爾語",
"xloc": [
- "default.handlebars->27->1100"
+ "default.handlebars->27->1102"
]
},
{
@@ -14882,7 +14890,7 @@
"ru": "Казахский",
"zh-chs": "哈薩克語",
"xloc": [
- "default.handlebars->27->1101"
+ "default.handlebars->27->1103"
]
},
{
@@ -14899,8 +14907,7 @@
"ru": "Драйвер ядра",
"zh-chs": "內核驅動程序",
"xloc": [
- "default.handlebars->27->819",
- "desktop.handlebars->3->32"
+ "default.handlebars->27->821"
]
},
{
@@ -14917,8 +14924,8 @@
"ru": "Имя ключа",
"zh-chs": "鍵名",
"xloc": [
- "default.handlebars->27->992",
- "default.handlebars->27->995"
+ "default.handlebars->27->994",
+ "default.handlebars->27->997"
]
},
{
@@ -14960,7 +14967,7 @@
"ru": "Кхмерский",
"zh-chs": "高棉語",
"xloc": [
- "default.handlebars->27->1102"
+ "default.handlebars->27->1104"
]
},
{
@@ -14977,7 +14984,7 @@
"ru": "Киргизский",
"zh-chs": "吉爾吉斯",
"xloc": [
- "default.handlebars->27->1103"
+ "default.handlebars->27->1105"
]
},
{
@@ -14994,7 +15001,7 @@
"ru": "Клингонский",
"zh-chs": "克林貢",
"xloc": [
- "default.handlebars->27->1104"
+ "default.handlebars->27->1106"
]
},
{
@@ -15012,7 +15019,7 @@
"zh-chs": "已知的",
"xloc": [
"default-mobile.handlebars->9->365",
- "default.handlebars->27->938"
+ "default.handlebars->27->940"
]
},
{
@@ -15029,7 +15036,7 @@
"ru": "Korean",
"zh-chs": "韓語",
"xloc": [
- "default.handlebars->27->1105"
+ "default.handlebars->27->1107"
]
},
{
@@ -15046,7 +15053,7 @@
"ru": "Корейский (Северная Корея)",
"zh-chs": "韓語(朝鮮)",
"xloc": [
- "default.handlebars->27->1106"
+ "default.handlebars->27->1108"
]
},
{
@@ -15063,7 +15070,7 @@
"ru": "Корейский (Южная Корея)",
"zh-chs": "韓語(韓國)",
"xloc": [
- "default.handlebars->27->1107"
+ "default.handlebars->27->1109"
]
},
{
@@ -15080,8 +15087,8 @@
"ru": "LF",
"zh-chs": "如果",
"xloc": [
- "default.handlebars->27->833",
- "default.handlebars->27->842"
+ "default.handlebars->27->835",
+ "default.handlebars->27->844"
]
},
{
@@ -15099,7 +15106,7 @@
"zh-chs": "語言",
"fi": "Kieli",
"xloc": [
- "default.handlebars->27->1201"
+ "default.handlebars->27->1203"
]
},
{
@@ -15133,7 +15140,7 @@
"ru": "Большой Фокус",
"zh-chs": "大焦點",
"xloc": [
- "default.handlebars->27->807"
+ "default.handlebars->27->809"
]
},
{
@@ -15325,7 +15332,7 @@
"ru": "Последний доступ",
"zh-chs": "最後訪問",
"xloc": [
- "default.handlebars->27->1542"
+ "default.handlebars->27->1544"
]
},
{
@@ -15342,7 +15349,7 @@
"ru": "Последний вход в систему",
"zh-chs": "上次登錄",
"xloc": [
- "default.handlebars->27->1737"
+ "default.handlebars->27->1739"
]
},
{
@@ -15365,9 +15372,9 @@
"default.handlebars->27->69",
"default.handlebars->27->71",
"default.handlebars->27->73",
- "default.handlebars->27->896",
- "default.handlebars->27->897",
- "default.handlebars->27->898"
+ "default.handlebars->27->898",
+ "default.handlebars->27->899",
+ "default.handlebars->27->900"
]
},
{
@@ -15387,8 +15394,8 @@
"default-mobile.handlebars->9->330",
"default-mobile.handlebars->9->332",
"default.handlebars->27->68",
- "default.handlebars->27->893",
- "default.handlebars->27->895"
+ "default.handlebars->27->895",
+ "default.handlebars->27->897"
]
},
{
@@ -15405,7 +15412,7 @@
"ru": "Последнее изменение: {0}",
"zh-chs": "上次更改:{0}",
"xloc": [
- "default.handlebars->27->1741"
+ "default.handlebars->27->1743"
]
},
{
@@ -15456,7 +15463,7 @@
"ru": "Последний вход в систему: {0}",
"zh-chs": "上次登錄:{0}",
"xloc": [
- "default.handlebars->27->1552"
+ "default.handlebars->27->1554"
]
},
{
@@ -15473,7 +15480,7 @@
"ru": "Последнее посещение:",
"zh-chs": "最後一次露面:",
"xloc": [
- "default.handlebars->27->646",
+ "default.handlebars->27->647",
"default.handlebars->27->65"
]
},
@@ -15544,7 +15551,7 @@
"ru": "Латинский",
"zh-chs": "拉丁",
"xloc": [
- "default.handlebars->27->1108"
+ "default.handlebars->27->1110"
]
},
{
@@ -15561,7 +15568,7 @@
"ru": "Латышский",
"zh-chs": "拉脫維亞語",
"xloc": [
- "default.handlebars->27->1109"
+ "default.handlebars->27->1111"
]
},
{
@@ -15569,21 +15576,21 @@
"nl": "Start MeshCentral Router",
"fi": "Käynnistä MeshCentral Reititin",
"xloc": [
- "default.handlebars->27->758"
+ "default.handlebars->27->760"
]
},
{
"en": "Launch noVNC session to this device",
"nl": "Start een noVNC-sessie op dit apparaat",
"xloc": [
- "default.handlebars->27->632"
+ "default.handlebars->27->633"
]
},
{
"en": "Launch web-based RDP session to this device",
"nl": "Start een webgebaseerde RDP-sessie op dit apparaat",
"xloc": [
- "default.handlebars->27->634"
+ "default.handlebars->27->635"
]
},
{
@@ -15596,7 +15603,7 @@
"nl": "Leeg laten voor geen.",
"zh-chs": "一无所有。",
"xloc": [
- "default.handlebars->27->1781"
+ "default.handlebars->27->1783"
]
},
{
@@ -15636,7 +15643,7 @@
"zh-chs": "減",
"fi": "Vähemmän",
"xloc": [
- "default.handlebars->27->1946"
+ "default.handlebars->27->1948"
]
},
{
@@ -15652,8 +15659,8 @@
"ru": "Предельные события",
"zh-chs": "极限赛事",
"xloc": [
- "default.handlebars->27->667",
- "default.handlebars->27->686"
+ "default.handlebars->27->668",
+ "default.handlebars->27->687"
]
},
{
@@ -15689,9 +15696,9 @@
"zh-chs": "有限輸入",
"xloc": [
"default-mobile.handlebars->9->438",
- "default.handlebars->27->1429",
- "default.handlebars->27->660",
- "default.handlebars->27->679"
+ "default.handlebars->27->1431",
+ "default.handlebars->27->661",
+ "default.handlebars->27->680"
]
},
{
@@ -15709,7 +15716,7 @@
"zh-chs": "僅限於輸入",
"xloc": [
"default-mobile.handlebars->9->413",
- "default.handlebars->27->1386"
+ "default.handlebars->27->1388"
]
},
{
@@ -15746,8 +15753,8 @@
"zh-chs": "鏈接過期",
"fi": "Linkin vanheneminen",
"xloc": [
- "default.handlebars->27->337",
- "default.handlebars->27->351"
+ "default.handlebars->27->338",
+ "default.handlebars->27->352"
]
},
{
@@ -15761,7 +15768,7 @@
"nl": "Uitnodigingslink",
"zh-chs": "链接邀请",
"xloc": [
- "default.handlebars->27->325"
+ "default.handlebars->27->326"
]
},
{
@@ -15796,7 +15803,7 @@
"ru": "Linux / BSD",
"zh-chs": "Linux / BSD",
"xloc": [
- "default.handlebars->27->366"
+ "default.handlebars->27->367"
]
},
{
@@ -15814,14 +15821,14 @@
"zh-chs": "Linux / BSD(卸載)",
"fi": "Linux / BSD (Asennuksen poisto)",
"xloc": [
- "default.handlebars->27->370"
+ "default.handlebars->27->371"
]
},
{
"en": "Linux / BSD / macOS Binary Installer",
"nl": "Linux / BSD / macOS Biniar installatieprogramma",
"xloc": [
- "default.handlebars->27->367"
+ "default.handlebars->27->368"
]
},
{
@@ -15892,7 +15899,7 @@
"ru": "Linux ARM, Raspberry Pi (32bit)",
"zh-chs": "Linux ARM,Raspberry Pi(32位)",
"xloc": [
- "default.handlebars->27->765"
+ "default.handlebars->27->767"
]
},
{
@@ -15981,7 +15988,7 @@
"ru": "Только Linux",
"zh-chs": "僅Linux",
"xloc": [
- "default.handlebars->27->336"
+ "default.handlebars->27->337"
]
},
{
@@ -15998,7 +16005,7 @@
"ru": "Linux x86 (32bit)",
"zh-chs": "Linux x86(32位)",
"xloc": [
- "default.handlebars->27->762"
+ "default.handlebars->27->764"
]
},
{
@@ -16015,14 +16022,14 @@
"ru": "Linux x86 (64bit)",
"zh-chs": "Linux x86(64位)",
"xloc": [
- "default.handlebars->27->763"
+ "default.handlebars->27->765"
]
},
{
"en": "Linux/BSD/macOS Command Shell",
"nl": "Linux/BSD/macOS Command Shell",
"xloc": [
- "default.handlebars->27->462"
+ "default.handlebars->27->463"
]
},
{
@@ -16061,7 +16068,7 @@
"ru": "Литовский",
"zh-chs": "立陶宛語",
"xloc": [
- "default.handlebars->27->1110"
+ "default.handlebars->27->1112"
]
},
{
@@ -16080,11 +16087,11 @@
"fi": "Ladataan...",
"xloc": [
"default-mobile.handlebars->9->72",
- "default.handlebars->27->1255",
- "default.handlebars->27->1259",
- "default.handlebars->27->1835",
- "default.handlebars->27->754",
- "default.handlebars->27->988"
+ "default.handlebars->27->1257",
+ "default.handlebars->27->1261",
+ "default.handlebars->27->1837",
+ "default.handlebars->27->756",
+ "default.handlebars->27->990"
]
},
{
@@ -16155,7 +16162,7 @@
"zh-chs": "本地化設置",
"fi": "Lokalisointiasetukset",
"xloc": [
- "default.handlebars->27->1204",
+ "default.handlebars->27->1206",
"default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->7"
]
},
@@ -16174,7 +16181,7 @@
"zh-chs": "位置",
"fi": "Sijainti",
"xloc": [
- "default.handlebars->27->621"
+ "default.handlebars->27->622"
]
},
{
@@ -16209,14 +16216,14 @@
"zh-chs": "鎖定賬戶",
"fi": "Lukitse Tili",
"xloc": [
- "default.handlebars->27->1638"
+ "default.handlebars->27->1640"
]
},
{
"en": "Lock Account Settings",
"xloc": [
- "default.handlebars->27->1398",
- "default.handlebars->27->1641"
+ "default.handlebars->27->1400",
+ "default.handlebars->27->1643"
]
},
{
@@ -16234,7 +16241,7 @@
"zh-chs": "鎖定賬戶",
"fi": "Lukitse tili",
"xloc": [
- "default.handlebars->27->1572"
+ "default.handlebars->27->1574"
]
},
{
@@ -16252,7 +16259,7 @@
"zh-chs": "已鎖定",
"fi": "Lukittu",
"xloc": [
- "default.handlebars->27->1553"
+ "default.handlebars->27->1555"
]
},
{
@@ -16270,7 +16277,7 @@
"zh-chs": "賬戶鎖定",
"fi": "Lukittu tili",
"xloc": [
- "default.handlebars->27->1713"
+ "default.handlebars->27->1715"
]
},
{
@@ -16287,7 +16294,7 @@
"ru": "Добавить событие",
"zh-chs": "記錄事件",
"xloc": [
- "default.handlebars->27->608"
+ "default.handlebars->27->609"
]
},
{
@@ -16459,7 +16466,7 @@
"ru": "Люксембургский",
"zh-chs": "盧森堡語",
"xloc": [
- "default.handlebars->27->1111"
+ "default.handlebars->27->1113"
]
},
{
@@ -16478,10 +16485,10 @@
"xloc": [
"default-mobile.handlebars->9->338",
"default-mobile.handlebars->9->340",
- "default.handlebars->27->901",
"default.handlebars->27->903",
- "default.handlebars->27->911",
- "default.handlebars->27->913"
+ "default.handlebars->27->905",
+ "default.handlebars->27->913",
+ "default.handlebars->27->915"
]
},
{
@@ -16517,8 +16524,8 @@
"zh-chs": "MAC:{0}",
"xloc": [
"default-mobile.handlebars->9->341",
- "default.handlebars->27->904",
- "default.handlebars->27->914"
+ "default.handlebars->27->906",
+ "default.handlebars->27->916"
]
},
{
@@ -16536,8 +16543,8 @@
"zh-chs": "MAC:{0},網關:{1}",
"xloc": [
"default-mobile.handlebars->9->339",
- "default.handlebars->27->902",
- "default.handlebars->27->912"
+ "default.handlebars->27->904",
+ "default.handlebars->27->914"
]
},
{
@@ -16572,8 +16579,8 @@
"ru": "MPS Сервер",
"zh-chs": "MPS服務器",
"xloc": [
- "default.handlebars->27->316",
- "default.handlebars->27->322"
+ "default.handlebars->27->317",
+ "default.handlebars->27->323"
]
},
{
@@ -16592,11 +16599,11 @@
"xloc": [
"default-mobile.handlebars->9->203",
"default-mobile.handlebars->9->243",
- "default.handlebars->27->213",
- "default.handlebars->27->438",
- "default.handlebars->27->601",
- "default.handlebars->27->966",
- "default.handlebars->27->967",
+ "default.handlebars->27->214",
+ "default.handlebars->27->439",
+ "default.handlebars->27->602",
+ "default.handlebars->27->968",
+ "default.handlebars->27->969",
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->3"
]
},
@@ -16614,7 +16621,7 @@
"ru": "MQTT Учетные данные",
"zh-chs": "MQTT憑證",
"xloc": [
- "default.handlebars->27->194"
+ "default.handlebars->27->195"
]
},
{
@@ -16631,7 +16638,7 @@
"ru": "MQTT Вход",
"zh-chs": "MQTT登錄",
"xloc": [
- "default.handlebars->27->637"
+ "default.handlebars->27->638"
]
},
{
@@ -16649,7 +16656,7 @@
"zh-chs": "MQTT通道已連接",
"xloc": [
"default-mobile.handlebars->9->253",
- "default.handlebars->27->645"
+ "default.handlebars->27->646"
]
},
{
@@ -16667,7 +16674,7 @@
"zh-chs": "MQTT已連接",
"xloc": [
"default.handlebars->27->163",
- "default.handlebars->27->644"
+ "default.handlebars->27->645"
]
},
{
@@ -16684,9 +16691,9 @@
"ru": "MQTT подключение к устройству активно.",
"zh-chs": "與設備的MQTT連接已激活。",
"xloc": [
- "default.handlebars->27->212",
- "default.handlebars->27->437",
- "default.handlebars->27->600"
+ "default.handlebars->27->213",
+ "default.handlebars->27->438",
+ "default.handlebars->27->601"
]
},
{
@@ -16771,7 +16778,7 @@
"ru": "Сообщения главного сервера",
"zh-chs": "主服務器消息",
"xloc": [
- "default.handlebars->27->1918"
+ "default.handlebars->27->1920"
]
},
{
@@ -16788,7 +16795,7 @@
"ru": "Малайский",
"zh-chs": "馬來語",
"xloc": [
- "default.handlebars->27->1113"
+ "default.handlebars->27->1115"
]
},
{
@@ -16805,7 +16812,7 @@
"ru": "Малаяламский",
"zh-chs": "馬拉雅拉姆語",
"xloc": [
- "default.handlebars->27->1114"
+ "default.handlebars->27->1116"
]
},
{
@@ -16822,7 +16829,7 @@
"ru": "Мальтийский",
"zh-chs": "馬耳他語",
"xloc": [
- "default.handlebars->27->1115"
+ "default.handlebars->27->1117"
]
},
{
@@ -16861,8 +16868,8 @@
"xloc": [
"default-mobile.handlebars->9->410",
"default-mobile.handlebars->9->428",
- "default.handlebars->27->1383",
- "default.handlebars->27->1418"
+ "default.handlebars->27->1385",
+ "default.handlebars->27->1420"
]
},
{
@@ -16882,8 +16889,8 @@
"xloc": [
"default-mobile.handlebars->9->409",
"default-mobile.handlebars->9->427",
- "default.handlebars->27->1382",
- "default.handlebars->27->1417"
+ "default.handlebars->27->1384",
+ "default.handlebars->27->1419"
]
},
{
@@ -16900,7 +16907,7 @@
"zh-chs": "管理设备",
"fi": "Hallitse laitteita",
"xloc": [
- "default.handlebars->27->674"
+ "default.handlebars->27->675"
]
},
{
@@ -16908,7 +16915,7 @@
"nl": "Beheeer opnames",
"fi": "Hallinnoi nauhoituksia",
"xloc": [
- "default.handlebars->27->1637"
+ "default.handlebars->27->1639"
]
},
{
@@ -16944,7 +16951,7 @@
"zh-chs": "管理用戶組",
"fi": "Hallitse käyttäjäryhmiä",
"xloc": [
- "default.handlebars->27->1636"
+ "default.handlebars->27->1638"
]
},
{
@@ -16962,8 +16969,8 @@
"zh-chs": "管理用戶",
"fi": "Hallitse käyttäjiä",
"xloc": [
- "default.handlebars->27->1635",
- "default.handlebars->27->673"
+ "default.handlebars->27->1637",
+ "default.handlebars->27->674"
]
},
{
@@ -17073,7 +17080,7 @@
"zh-chs": "使用軟件代理進行管理",
"fi": "Hallitse ohjelmistoagentilla",
"xloc": [
- "default.handlebars->27->1237"
+ "default.handlebars->27->1239"
]
},
{
@@ -17091,7 +17098,7 @@
"zh-chs": "使用軟件代理進行管理",
"xloc": [
"default-mobile.handlebars->9->390",
- "default.handlebars->27->1265"
+ "default.handlebars->27->1267"
]
},
{
@@ -17108,7 +17115,7 @@
"ru": "Менеджер",
"zh-chs": "經理",
"xloc": [
- "default.handlebars->27->1558"
+ "default.handlebars->27->1560"
]
},
{
@@ -17125,7 +17132,7 @@
"ru": "Ручной Сертификат",
"zh-chs": "手動證書",
"xloc": [
- "default.handlebars->27->303"
+ "default.handlebars->27->304"
]
},
{
@@ -17142,7 +17149,7 @@
"ru": "Ручной Имя пользователя/Пароль",
"zh-chs": "手動用戶名/密碼",
"xloc": [
- "default.handlebars->27->302"
+ "default.handlebars->27->303"
]
},
{
@@ -17159,7 +17166,7 @@
"ru": "Маори",
"zh-chs": "毛利人",
"xloc": [
- "default.handlebars->27->1116"
+ "default.handlebars->27->1118"
]
},
{
@@ -17194,7 +17201,7 @@
"ru": "Маратхи",
"zh-chs": "馬拉地語",
"xloc": [
- "default.handlebars->27->1117"
+ "default.handlebars->27->1119"
]
},
{
@@ -17211,7 +17218,7 @@
"ru": "Достигнуто максимальное число сессий",
"zh-chs": "達到的會話數上限",
"xloc": [
- "default.handlebars->27->1882"
+ "default.handlebars->27->1884"
]
},
{
@@ -17266,7 +17273,7 @@
"ru": "Мегабайт",
"zh-chs": "兆字節",
"xloc": [
- "default.handlebars->27->1908"
+ "default.handlebars->27->1910"
]
},
{
@@ -17284,8 +17291,8 @@
"zh-chs": "記憶",
"xloc": [
"default-mobile.handlebars->9->381",
- "default.handlebars->27->1899",
- "default.handlebars->27->954",
+ "default.handlebars->27->1901",
+ "default.handlebars->27->956",
"default.handlebars->container->column_l->p40->3->1->p40type->3"
]
},
@@ -17306,16 +17313,16 @@
"default-mobile.handlebars->9->250",
"default-mobile.handlebars->9->329",
"default-mobile.handlebars->9->336",
- "default.handlebars->27->377",
- "default.handlebars->27->381",
- "default.handlebars->27->390",
- "default.handlebars->27->394",
- "default.handlebars->27->397",
- "default.handlebars->27->402",
- "default.handlebars->27->549",
- "default.handlebars->27->593",
- "default.handlebars->27->892",
- "default.handlebars->27->899"
+ "default.handlebars->27->378",
+ "default.handlebars->27->382",
+ "default.handlebars->27->391",
+ "default.handlebars->27->395",
+ "default.handlebars->27->398",
+ "default.handlebars->27->403",
+ "default.handlebars->27->550",
+ "default.handlebars->27->594",
+ "default.handlebars->27->894",
+ "default.handlebars->27->901"
]
},
{
@@ -17333,7 +17340,7 @@
"zh-chs": "網格代理控制台",
"xloc": [
"default-mobile.handlebars->9->417",
- "default.handlebars->27->1391"
+ "default.handlebars->27->1393"
]
},
{
@@ -17350,7 +17357,7 @@
"ru": "Ретранслятор Mesh",
"zh-chs": "網狀中繼",
"xloc": [
- "default.handlebars->27->599"
+ "default.handlebars->27->600"
]
},
{
@@ -17367,9 +17374,9 @@
"ru": "Mesh Agent подключен и готов к использованию.",
"zh-chs": "已連接網狀代理並準備使用。",
"xloc": [
- "default.handlebars->27->204",
- "default.handlebars->27->429",
- "default.handlebars->27->592"
+ "default.handlebars->27->205",
+ "default.handlebars->27->430",
+ "default.handlebars->27->593"
]
},
{
@@ -17386,9 +17393,9 @@
"ru": "Mesh Agent доступен с использованием другого агента в качестве ретранслятора.",
"zh-chs": "使用其他代理作為中繼可以訪問網狀代理。",
"xloc": [
- "default.handlebars->27->210",
- "default.handlebars->27->435",
- "default.handlebars->27->598"
+ "default.handlebars->27->211",
+ "default.handlebars->27->436",
+ "default.handlebars->27->599"
]
},
{
@@ -17405,8 +17412,8 @@
"ru": "MeshAction (.txt)",
"zh-chs": "MeshAction(.txt)",
"xloc": [
- "default.handlebars->27->771",
- "default.handlebars->27->773"
+ "default.handlebars->27->773",
+ "default.handlebars->27->775"
]
},
{
@@ -17423,7 +17430,7 @@
"ru": "Трафик MeshAgent",
"zh-chs": "MeshAgent流量",
"xloc": [
- "default.handlebars->27->1920"
+ "default.handlebars->27->1922"
]
},
{
@@ -17440,7 +17447,7 @@
"ru": "Обновление MeshAgent",
"zh-chs": "MeshAgent更新",
"xloc": [
- "default.handlebars->27->1921"
+ "default.handlebars->27->1923"
]
},
{
@@ -17474,7 +17481,7 @@
"ru": "Ошибки MeshCentral",
"zh-chs": "網格中心錯誤",
"xloc": [
- "default.handlebars->27->1258"
+ "default.handlebars->27->1260"
]
},
{
@@ -17492,7 +17499,7 @@
"zh-chs": "MeshCentral路由器",
"fi": "MeshCentral Reititin",
"xloc": [
- "default.handlebars->27->759"
+ "default.handlebars->27->761"
]
},
{
@@ -17510,7 +17517,7 @@
"zh-chs": "MeshCentral Router是Windows工具,用於TCP端口映射。例如,您可以通過該服務器將RDP放入遠程設備。",
"fi": "MeshCentral Reititin on Windows-työkalu TCP-porttien tunneloimiseen. Voit esimerkiksi yhdistää etälaitteesi RDP:n tämän palvelimen kautta.",
"xloc": [
- "default.handlebars->27->755"
+ "default.handlebars->27->757"
]
},
{
@@ -17545,7 +17552,7 @@
"ru": "Соединения сервера MeshCentral",
"zh-chs": "MeshCentral服務器對等",
"xloc": [
- "default.handlebars->27->1919"
+ "default.handlebars->27->1921"
]
},
{
@@ -17581,7 +17588,7 @@
"xloc": [
"default.handlebars->27->115",
"default.handlebars->27->117",
- "default.handlebars->27->1254"
+ "default.handlebars->27->1256"
]
},
{
@@ -17598,9 +17605,9 @@
"ru": "MeshCmd",
"zh-chs": "MeshCmd",
"xloc": [
- "default.handlebars->27->228",
- "default.handlebars->27->623",
- "default.handlebars->27->769"
+ "default.handlebars->27->229",
+ "default.handlebars->27->624",
+ "default.handlebars->27->771"
]
},
{
@@ -17617,7 +17624,7 @@
"ru": "MeshCmd (Linux ARM, 32bit)",
"zh-chs": "MeshCmd(Linux ARM,32位)",
"xloc": [
- "default.handlebars->27->780"
+ "default.handlebars->27->782"
]
},
{
@@ -17634,7 +17641,7 @@
"ru": "MeshCmd (Linux x86, 32bit)",
"zh-chs": "MeshCmd(Linux x86,32bit)",
"xloc": [
- "default.handlebars->27->777"
+ "default.handlebars->27->779"
]
},
{
@@ -17651,7 +17658,7 @@
"ru": "MeshCmd (Linux x86, 64bit)",
"zh-chs": "MeshCmd(Linux x86,64bit)",
"xloc": [
- "default.handlebars->27->778"
+ "default.handlebars->27->780"
]
},
{
@@ -17668,7 +17675,7 @@
"ru": "MeshCmd (приложение Win32)",
"zh-chs": "MeshCmd(Win32可執行文件)",
"xloc": [
- "default.handlebars->27->775"
+ "default.handlebars->27->777"
]
},
{
@@ -17685,7 +17692,7 @@
"ru": "MeshCmd (приложение Win64)",
"zh-chs": "MeshCmd(Win64可執行文件)",
"xloc": [
- "default.handlebars->27->776"
+ "default.handlebars->27->778"
]
},
{
@@ -17702,7 +17709,7 @@
"ru": "MeshCmd (macOS, 64bit)",
"zh-chs": "MeshCmd(macOS,64位)",
"xloc": [
- "default.handlebars->27->779"
+ "default.handlebars->27->781"
]
},
{
@@ -17719,7 +17726,7 @@
"ru": "MeshCmd это утилита с командной строкой, которая позволяет выполнить множество операций. Файл с командами может быть опционально скачан и отредактирован для указания информации о сервере и учетных данных.",
"zh-chs": "MeshCmd是執行許多不同操作的命令行工具。可以選擇下載和編輯操作文件以提供服務器信息和憑據。",
"xloc": [
- "default.handlebars->27->766"
+ "default.handlebars->27->768"
]
},
{
@@ -17736,7 +17743,7 @@
"ru": "MeshCommander Script",
"zh-chs": "MeshCommander腳本",
"xloc": [
- "default.handlebars->27->301"
+ "default.handlebars->27->302"
]
},
{
@@ -17772,8 +17779,8 @@
"ru": "MeshServerRootCert.cer",
"zh-chs": "MeshServerRootCert.cer",
"xloc": [
- "default.handlebars->27->312",
- "default.handlebars->27->319"
+ "default.handlebars->27->313",
+ "default.handlebars->27->320"
]
},
{
@@ -17790,9 +17797,9 @@
"ru": "Сообщение",
"zh-chs": "信息",
"xloc": [
- "default.handlebars->27->348",
- "default.handlebars->27->610",
- "default.handlebars->27->735"
+ "default.handlebars->27->349",
+ "default.handlebars->27->611",
+ "default.handlebars->27->737"
]
},
{
@@ -17809,7 +17816,7 @@
"ru": "Диспетчер сообщения",
"zh-chs": "郵件調度程序",
"xloc": [
- "default.handlebars->27->1917"
+ "default.handlebars->27->1919"
]
},
{
@@ -17907,7 +17914,7 @@
"zh-chs": "模型",
"xloc": [
"default-mobile.handlebars->9->382",
- "default.handlebars->27->955"
+ "default.handlebars->27->957"
]
},
{
@@ -17924,7 +17931,7 @@
"ru": "Изменить позицию узла",
"zh-chs": "修改節點位置",
"xloc": [
- "default.handlebars->27->508"
+ "default.handlebars->27->509"
]
},
{
@@ -17941,7 +17948,7 @@
"ru": "Молдавский",
"zh-chs": "摩爾達維亞人",
"xloc": [
- "default.handlebars->27->1118"
+ "default.handlebars->27->1120"
]
},
{
@@ -17959,7 +17966,7 @@
"zh-chs": "更多",
"fi": "Lisää",
"xloc": [
- "default.handlebars->27->1945"
+ "default.handlebars->27->1947"
]
},
{
@@ -17977,7 +17984,7 @@
"zh-chs": "母板",
"xloc": [
"default-mobile.handlebars->9->377",
- "default.handlebars->27->950"
+ "default.handlebars->27->952"
]
},
{
@@ -17994,7 +18001,7 @@
"ru": "Переместить это устройство в другую группу устройств",
"zh-chs": "將此設備移到其他設備組",
"xloc": [
- "default.handlebars->27->614"
+ "default.handlebars->27->615"
]
},
{
@@ -18011,7 +18018,7 @@
"ru": "Переместить в группу устройств",
"zh-chs": "移至設備組",
"xloc": [
- "default.handlebars->27->452"
+ "default.handlebars->27->453"
]
},
{
@@ -18035,7 +18042,7 @@
"en": "Multiplexor",
"nl": "Multiplexor",
"xloc": [
- "default.handlebars->27->1860"
+ "default.handlebars->27->1862"
]
},
{
@@ -18152,7 +18159,7 @@
"ru": "Консоль моего сервера",
"zh-chs": "我的服務器控制台",
"xloc": [
- "default.handlebars->27->961"
+ "default.handlebars->27->963"
]
},
{
@@ -18280,8 +18287,8 @@
"ru": "Мой ключ",
"zh-chs": "我的鑰匙",
"xloc": [
- "default.handlebars->27->993",
- "default.handlebars->27->996"
+ "default.handlebars->27->995",
+ "default.handlebars->27->998"
]
},
{
@@ -18306,25 +18313,24 @@
"default-mobile.handlebars->9->404",
"default-mobile.handlebars->9->97",
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea3->deskarea3x->DeskTools->5->1->1",
- "default.handlebars->27->1235",
- "default.handlebars->27->1266",
- "default.handlebars->27->1349",
- "default.handlebars->27->1540",
- "default.handlebars->27->1644",
- "default.handlebars->27->1660",
- "default.handlebars->27->1667",
- "default.handlebars->27->1700",
- "default.handlebars->27->1719",
- "default.handlebars->27->537",
+ "default.handlebars->27->1237",
+ "default.handlebars->27->1268",
+ "default.handlebars->27->1351",
+ "default.handlebars->27->1542",
+ "default.handlebars->27->1646",
+ "default.handlebars->27->1662",
+ "default.handlebars->27->1669",
+ "default.handlebars->27->1702",
+ "default.handlebars->27->1721",
+ "default.handlebars->27->538",
"default.handlebars->27->76",
- "default.handlebars->27->813",
- "default.handlebars->27->888",
+ "default.handlebars->27->815",
+ "default.handlebars->27->890",
"default.handlebars->27->90",
- "default.handlebars->27->944",
+ "default.handlebars->27->946",
"default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->3",
"default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsServiceTab->deskToolsServiceHeader->3",
- "default.handlebars->container->column_l->p42->p42tbl->1->0->2",
- "desktop.handlebars->3->26"
+ "default.handlebars->container->column_l->p42->p42tbl->1->0->2"
]
},
{
@@ -18342,7 +18348,7 @@
"zh-chs": "名稱(可選)",
"fi": "Nimi (valinnainen)",
"xloc": [
- "default.handlebars->27->328"
+ "default.handlebars->27->329"
]
},
{
@@ -18359,7 +18365,7 @@
"ru": "Имя1, Имя2, Имя3",
"zh-chs": "名稱1,名稱2,名稱3",
"xloc": [
- "default.handlebars->27->1627"
+ "default.handlebars->27->1629"
]
},
{
@@ -18376,7 +18382,7 @@
"ru": "Навахо",
"zh-chs": "納瓦霍人",
"xloc": [
- "default.handlebars->27->1119"
+ "default.handlebars->27->1121"
]
},
{
@@ -18393,7 +18399,7 @@
"ru": "Ндонга",
"zh-chs": "恩東加",
"xloc": [
- "default.handlebars->27->1120"
+ "default.handlebars->27->1122"
]
},
{
@@ -18410,7 +18416,7 @@
"ru": "Непальский",
"zh-chs": "尼泊爾文",
"xloc": [
- "default.handlebars->27->1121"
+ "default.handlebars->27->1123"
]
},
{
@@ -18427,7 +18433,7 @@
"ru": "Сетевые интерфейсы",
"zh-chs": "網絡接口",
"xloc": [
- "default.handlebars->27->753"
+ "default.handlebars->27->755"
]
},
{
@@ -18460,8 +18466,8 @@
"zh-chs": "聯網",
"xloc": [
"default-mobile.handlebars->9->350",
- "default.handlebars->27->909",
- "default.handlebars->27->923"
+ "default.handlebars->27->911",
+ "default.handlebars->27->925"
]
},
{
@@ -18517,9 +18523,9 @@
"fi": "Uusi laiteryhmä",
"xloc": [
"default-mobile.handlebars->9->91",
- "default.handlebars->27->1228",
- "default.handlebars->27->1240",
- "default.handlebars->27->745"
+ "default.handlebars->27->1230",
+ "default.handlebars->27->1242",
+ "default.handlebars->27->747"
]
},
{
@@ -18539,8 +18545,8 @@
"xloc": [
"default-mobile.handlebars->9->120",
"default-mobile.handlebars->9->299",
- "default.handlebars->27->1499",
- "default.handlebars->27->852",
+ "default.handlebars->27->1501",
+ "default.handlebars->27->854",
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
"default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3"
]
@@ -18597,8 +18603,8 @@
"xloc": [
"default-mobile.handlebars->9->86",
"default-mobile.handlebars->9->87",
- "default.handlebars->27->1223",
- "default.handlebars->27->1224"
+ "default.handlebars->27->1225",
+ "default.handlebars->27->1226"
]
},
{
@@ -18615,8 +18621,8 @@
"ru": "Нет AMT",
"zh-chs": "没有AMT",
"xloc": [
- "default.handlebars->27->659",
- "default.handlebars->27->678"
+ "default.handlebars->27->660",
+ "default.handlebars->27->679"
]
},
{
@@ -18666,8 +18672,8 @@
"xloc": [
"default-mobile.handlebars->9->233",
"default-mobile.handlebars->9->234",
- "default.handlebars->27->563",
- "default.handlebars->27->564"
+ "default.handlebars->27->564",
+ "default.handlebars->27->565"
]
},
{
@@ -18684,9 +18690,9 @@
"ru": "Нет рабочего стола",
"zh-chs": "沒有桌面",
"xloc": [
- "default.handlebars->27->1425",
- "default.handlebars->27->661",
- "default.handlebars->27->680"
+ "default.handlebars->27->1427",
+ "default.handlebars->27->662",
+ "default.handlebars->27->681"
]
},
{
@@ -18703,7 +18709,7 @@
"ru": "Нет доступа к рабочему столу",
"zh-chs": "沒有桌面訪問",
"xloc": [
- "default.handlebars->27->1387"
+ "default.handlebars->27->1389"
]
},
{
@@ -18720,9 +18726,9 @@
"ru": "События не найдены",
"zh-chs": "找不到活動",
"xloc": [
- "default.handlebars->27->1516",
- "default.handlebars->27->1834",
- "default.handlebars->27->886"
+ "default.handlebars->27->1518",
+ "default.handlebars->27->1836",
+ "default.handlebars->27->888"
]
},
{
@@ -18740,7 +18746,7 @@
"zh-chs": "沒有文件訪問",
"xloc": [
"default-mobile.handlebars->9->415",
- "default.handlebars->27->1389"
+ "default.handlebars->27->1391"
]
},
{
@@ -18759,9 +18765,9 @@
"fi": "Ei tiedostoja",
"xloc": [
"default-mobile.handlebars->9->436",
- "default.handlebars->27->1427",
- "default.handlebars->27->658",
- "default.handlebars->27->677"
+ "default.handlebars->27->1429",
+ "default.handlebars->27->659",
+ "default.handlebars->27->678"
]
},
{
@@ -18777,8 +18783,8 @@
"ru": "Нет ввода",
"zh-chs": "无输入",
"xloc": [
- "default.handlebars->27->656",
- "default.handlebars->27->675"
+ "default.handlebars->27->657",
+ "default.handlebars->27->676"
]
},
{
@@ -18797,8 +18803,8 @@
"xloc": [
"default-mobile.handlebars->9->416",
"default-mobile.handlebars->9->437",
- "default.handlebars->27->1390",
- "default.handlebars->27->1428"
+ "default.handlebars->27->1392",
+ "default.handlebars->27->1430"
]
},
{
@@ -18832,7 +18838,7 @@
"ru": "Intel® AMT устройств в этой сети нет",
"zh-chs": "此網格中沒有英特爾®AMT設備",
"xloc": [
- "default.handlebars->27->217"
+ "default.handlebars->27->218"
]
},
{
@@ -18866,7 +18872,7 @@
"ru": "Нет членов",
"zh-chs": "沒有會員",
"xloc": [
- "default.handlebars->27->1682"
+ "default.handlebars->27->1684"
]
},
{
@@ -18884,7 +18890,7 @@
"zh-chs": "沒有新的設備組",
"fi": "Ei uusia laiteryhmiä.",
"xloc": [
- "default.handlebars->27->1639"
+ "default.handlebars->27->1641"
]
},
{
@@ -18901,9 +18907,9 @@
"ru": "Политик нет",
"zh-chs": "沒有政策",
"xloc": [
- "default.handlebars->27->1293",
- "default.handlebars->27->1321",
- "default.handlebars->27->1324"
+ "default.handlebars->27->1295",
+ "default.handlebars->27->1323",
+ "default.handlebars->27->1326"
]
},
{
@@ -18923,10 +18929,10 @@
"default-mobile.handlebars->9->106",
"default-mobile.handlebars->9->399",
"default-mobile.handlebars->9->442",
- "default.handlebars->27->1249",
- "default.handlebars->27->1433",
- "default.handlebars->27->670",
- "default.handlebars->27->689"
+ "default.handlebars->27->1251",
+ "default.handlebars->27->1435",
+ "default.handlebars->27->671",
+ "default.handlebars->27->690"
]
},
{
@@ -18944,8 +18950,8 @@
"zh-chs": "沒有TLS安全性",
"xloc": [
"default-mobile.handlebars->9->271",
- "default.handlebars->27->286",
- "default.handlebars->27->731"
+ "default.handlebars->27->287",
+ "default.handlebars->27->733"
]
},
{
@@ -18963,9 +18969,9 @@
"zh-chs": "沒有終端",
"xloc": [
"default-mobile.handlebars->9->435",
- "default.handlebars->27->1426",
- "default.handlebars->27->657",
- "default.handlebars->27->676"
+ "default.handlebars->27->1428",
+ "default.handlebars->27->658",
+ "default.handlebars->27->677"
]
},
{
@@ -18983,7 +18989,7 @@
"zh-chs": "沒有終端訪問",
"xloc": [
"default-mobile.handlebars->9->414",
- "default.handlebars->27->1388"
+ "default.handlebars->27->1390"
]
},
{
@@ -19001,7 +19007,7 @@
"zh-chs": "沒有工具(MeshCmd /路由器)",
"fi": "Estä työkalut (MeshCmd/Router)",
"xloc": [
- "default.handlebars->27->1640"
+ "default.handlebars->27->1642"
]
},
{
@@ -19018,8 +19024,8 @@
"ru": "Нет общих групп устройств",
"zh-chs": "沒有共同的設備組",
"xloc": [
- "default.handlebars->27->1688",
- "default.handlebars->27->1806"
+ "default.handlebars->27->1690",
+ "default.handlebars->27->1808"
]
},
{
@@ -19068,7 +19074,7 @@
"nl": "Er zijn geen apparaten opgenomen in groepen, klik op het apparaat \\\"Groups\\\" om het aan een groep toe te voegen.",
"zh-chs": "任何组中均不包含任何设备,请单击设备的“组”以添加到组中。",
"xloc": [
- "default.handlebars->27->215"
+ "default.handlebars->27->216"
]
},
{
@@ -19099,7 +19105,7 @@
"ru": "Устройства не найдены.",
"zh-chs": "找不到設備。",
"xloc": [
- "default.handlebars->27->525"
+ "default.handlebars->27->526"
]
},
{
@@ -19116,8 +19122,8 @@
"ru": "Нет общих устройств",
"zh-chs": "沒有共同的設備",
"xloc": [
- "default.handlebars->27->1694",
- "default.handlebars->27->1818"
+ "default.handlebars->27->1696",
+ "default.handlebars->27->1820"
]
},
{
@@ -19135,7 +19141,7 @@
"zh-chs": "該設備組中沒有設備。",
"fi": "Ei laitteita tässä laiteryhmässä",
"xloc": [
- "default.handlebars->27->1476"
+ "default.handlebars->27->1478"
]
},
{
@@ -19154,7 +19160,7 @@
"fi": "Ei laitteita tässä ryhmässä",
"xloc": [
"default-mobile.handlebars->9->155",
- "default.handlebars->27->219"
+ "default.handlebars->27->220"
]
},
{
@@ -19172,7 +19178,7 @@
"zh-chs": "沒有與此搜索匹配的設備。",
"xloc": [
"default-mobile.handlebars->9->153",
- "default.handlebars->27->216"
+ "default.handlebars->27->217"
]
},
{
@@ -19189,7 +19195,7 @@
"ru": "Не найдено устройств с тегом.",
"zh-chs": "找不到帶有標籤的設備。",
"xloc": [
- "default.handlebars->27->224"
+ "default.handlebars->27->225"
]
},
{
@@ -19206,7 +19212,7 @@
"ru": "Группы не найдены.",
"zh-chs": "找不到群組。",
"xloc": [
- "default.handlebars->27->1643"
+ "default.handlebars->27->1645"
]
},
{
@@ -19224,7 +19230,7 @@
"zh-chs": "沒有此設備的信息。",
"xloc": [
"default-mobile.handlebars->9->387",
- "default.handlebars->27->960"
+ "default.handlebars->27->962"
]
},
{
@@ -19241,7 +19247,7 @@
"ru": "Местоположение не найдено.",
"zh-chs": "找不到位置。",
"xloc": [
- "default.handlebars->27->527"
+ "default.handlebars->27->528"
]
},
{
@@ -19275,7 +19281,7 @@
"ru": "Других групп устройств такого же типа не существует.",
"zh-chs": "沒有其他相同類型的設備組。",
"xloc": [
- "default.handlebars->27->748"
+ "default.handlebars->27->750"
]
},
{
@@ -19299,7 +19305,7 @@
"en": "No recordings.",
"nl": "Geen opnames.",
"xloc": [
- "default.handlebars->27->1836"
+ "default.handlebars->27->1838"
]
},
{
@@ -19316,7 +19322,7 @@
"ru": "Нет серверных прав",
"zh-chs": "沒有服務器權限",
"xloc": [
- "default.handlebars->27->1714"
+ "default.handlebars->27->1716"
]
},
{
@@ -19333,7 +19339,7 @@
"ru": "Нет членства в группах пользователей",
"zh-chs": "沒有用戶組成員身份",
"xloc": [
- "default.handlebars->27->1812"
+ "default.handlebars->27->1814"
]
},
{
@@ -19350,7 +19356,7 @@
"ru": "Пользователи не найдены.",
"zh-chs": "未找到相應的用戶。",
"xloc": [
- "default.handlebars->27->1548"
+ "default.handlebars->27->1550"
]
},
{
@@ -19366,7 +19372,7 @@
"ru": "Нет пользователей со специальными правами доступа к устройству",
"zh-chs": "没有拥有特殊设备权限的用户",
"xloc": [
- "default.handlebars->27->654"
+ "default.handlebars->27->655"
]
},
{
@@ -19427,30 +19433,30 @@
"default-mobile.handlebars->9->245",
"default-mobile.handlebars->9->297",
"default-mobile.handlebars->9->393",
- "default.handlebars->27->1261",
- "default.handlebars->27->1268",
- "default.handlebars->27->1272",
- "default.handlebars->27->1284",
- "default.handlebars->27->1289",
+ "default.handlebars->27->1263",
+ "default.handlebars->27->1270",
+ "default.handlebars->27->1274",
+ "default.handlebars->27->1286",
"default.handlebars->27->1291",
- "default.handlebars->27->1467",
- "default.handlebars->27->1486",
- "default.handlebars->27->1524",
- "default.handlebars->27->1664",
+ "default.handlebars->27->1293",
+ "default.handlebars->27->1469",
+ "default.handlebars->27->1488",
+ "default.handlebars->27->1526",
"default.handlebars->27->1666",
- "default.handlebars->27->1733",
+ "default.handlebars->27->1668",
+ "default.handlebars->27->1735",
"default.handlebars->27->174",
- "default.handlebars->27->1742",
- "default.handlebars->27->1746",
- "default.handlebars->27->1758",
- "default.handlebars->27->187",
- "default.handlebars->27->200",
+ "default.handlebars->27->1744",
+ "default.handlebars->27->1748",
+ "default.handlebars->27->1760",
+ "default.handlebars->27->189",
"default.handlebars->27->201",
- "default.handlebars->27->534",
- "default.handlebars->27->545",
+ "default.handlebars->27->202",
+ "default.handlebars->27->535",
"default.handlebars->27->546",
- "default.handlebars->27->590",
- "default.handlebars->27->603",
+ "default.handlebars->27->547",
+ "default.handlebars->27->591",
+ "default.handlebars->27->604",
"default.handlebars->27->63",
"default.handlebars->container->column_l->p41->3->3->p41traceStatus"
]
@@ -19486,7 +19492,7 @@
"ru": "Норвежский",
"zh-chs": "挪威",
"xloc": [
- "default.handlebars->27->1122"
+ "default.handlebars->27->1124"
]
},
{
@@ -19503,7 +19509,7 @@
"ru": "Норвежский (Букмол)",
"zh-chs": "挪威文(Bokmal)",
"xloc": [
- "default.handlebars->27->1123"
+ "default.handlebars->27->1125"
]
},
{
@@ -19520,7 +19526,7 @@
"ru": "Норвежский (Нюнорск)",
"zh-chs": "挪威文(尼諾斯克)",
"xloc": [
- "default.handlebars->27->1124"
+ "default.handlebars->27->1126"
]
},
{
@@ -19539,8 +19545,8 @@
"xloc": [
"default-mobile.handlebars->9->225",
"default-mobile.handlebars->9->354",
- "default.handlebars->27->551",
- "default.handlebars->27->927"
+ "default.handlebars->27->552",
+ "default.handlebars->27->929"
]
},
{
@@ -19559,8 +19565,8 @@
"xloc": [
"default-mobile.handlebars->9->224",
"default-mobile.handlebars->9->353",
- "default.handlebars->27->550",
- "default.handlebars->27->926"
+ "default.handlebars->27->551",
+ "default.handlebars->27->928"
]
},
{
@@ -19577,8 +19583,8 @@
"ru": "Не подключен",
"zh-chs": "未連接",
"xloc": [
- "default.handlebars->27->1463",
- "default.handlebars->27->1471"
+ "default.handlebars->27->1465",
+ "default.handlebars->27->1473"
]
},
{
@@ -19596,14 +19602,14 @@
"zh-chs": "未知",
"xloc": [
"default-mobile.handlebars->9->364",
- "default.handlebars->27->937"
+ "default.handlebars->27->939"
]
},
{
"en": "Not on server",
"nl": "Niet op de server",
"xloc": [
- "default.handlebars->27->1852"
+ "default.handlebars->27->1854"
]
},
{
@@ -19620,8 +19626,8 @@
"ru": "Не задано",
"zh-chs": "沒有設置",
"xloc": [
- "default.handlebars->27->1720",
- "default.handlebars->27->1721"
+ "default.handlebars->27->1722",
+ "default.handlebars->27->1723"
]
},
{
@@ -19638,7 +19644,7 @@
"ru": "не подтверждено",
"zh-chs": "未經審核的",
"xloc": [
- "default.handlebars->27->1788"
+ "default.handlebars->27->1790"
]
},
{
@@ -19656,12 +19662,12 @@
"zh-chs": "筆記",
"fi": "Muistiinpanot",
"xloc": [
- "default.handlebars->27->1299",
- "default.handlebars->27->1766",
- "default.handlebars->27->606",
- "default.handlebars->27->666",
- "default.handlebars->27->685",
- "default.handlebars->27->693"
+ "default.handlebars->27->1301",
+ "default.handlebars->27->1768",
+ "default.handlebars->27->607",
+ "default.handlebars->27->667",
+ "default.handlebars->27->686",
+ "default.handlebars->27->694"
]
},
{
@@ -19696,8 +19702,8 @@
"zh-chs": "通知設置",
"fi": "Ilmoitusasetukset",
"xloc": [
- "default.handlebars->27->1210",
- "default.handlebars->27->1462",
+ "default.handlebars->27->1212",
+ "default.handlebars->27->1464",
"default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->10"
]
},
@@ -19716,7 +19722,7 @@
"zh-chs": "通知設置還必須在帳戶設置中啟用。",
"fi": "Ilmoitusasetusten on oltava käytössä myös tiliasetuksissa.",
"xloc": [
- "default.handlebars->27->1458"
+ "default.handlebars->27->1460"
]
},
{
@@ -19734,7 +19740,7 @@
"zh-chs": "通知聲音。",
"fi": "Ilmoitusääni.",
"xloc": [
- "default.handlebars->27->1205"
+ "default.handlebars->27->1207"
]
},
{
@@ -19751,7 +19757,7 @@
"ru": "Уведомления",
"zh-chs": "通知事項",
"xloc": [
- "default.handlebars->27->1290"
+ "default.handlebars->27->1292"
]
},
{
@@ -19768,14 +19774,14 @@
"ru": "Уведомить",
"zh-chs": "通知",
"xloc": [
- "default.handlebars->27->1772"
+ "default.handlebars->27->1774",
+ "default.handlebars->27->186"
]
},
{
"en": "Notify Only",
"xloc": [
- "default.handlebars->27->188",
- "default.handlebars->27->709"
+ "default.handlebars->27->711"
]
},
{
@@ -19792,9 +19798,9 @@
"ru": "Уведомить пользователя",
"zh-chs": "通知使用者",
"xloc": [
- "default.handlebars->27->1356",
- "default.handlebars->27->1360",
- "default.handlebars->27->1363"
+ "default.handlebars->27->1358",
+ "default.handlebars->27->1362",
+ "default.handlebars->27->1365"
]
},
{
@@ -19811,7 +19817,7 @@
"ru": "Уведомить {0}",
"zh-chs": "通知{0}",
"xloc": [
- "default.handlebars->27->1587"
+ "default.handlebars->27->1589"
]
},
{
@@ -19830,8 +19836,8 @@
"xloc": [
"default-mobile.handlebars->9->83",
"default-mobile.handlebars->dialog->idx_dlgButtonBar",
- "default.handlebars->27->1252",
- "default.handlebars->27->577",
+ "default.handlebars->27->1254",
+ "default.handlebars->27->578",
"default.handlebars->container->dialog->idx_dlgButtonBar",
"desktop.handlebars->p11->dialog->idx_dlgButtonBar",
"login-mobile.handlebars->dialog->idx_dlgButtonBar",
@@ -19855,7 +19861,7 @@
"zh-chs": "操作系統名稱",
"xloc": [
"default-mobile.handlebars->container->page_content->column_l->p2->xdevicesBar->1->5",
- "default.handlebars->27->542",
+ "default.handlebars->27->543",
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->7->1"
]
},
@@ -19873,7 +19879,7 @@
"ru": "Окситанский",
"zh-chs": "歐舒丹",
"xloc": [
- "default.handlebars->27->1125"
+ "default.handlebars->27->1127"
]
},
{
@@ -19890,7 +19896,7 @@
"ru": "Произошло в {0}",
"zh-chs": "發生在{0}",
"xloc": [
- "default.handlebars->27->1866"
+ "default.handlebars->27->1868"
]
},
{
@@ -19908,7 +19914,7 @@
"zh-chs": "離線用戶",
"fi": "Offline-tilassa olevat käyttäjät",
"xloc": [
- "default.handlebars->27->1545"
+ "default.handlebars->27->1547"
]
},
{
@@ -19927,14 +19933,14 @@
"fi": "Vanha salasana:",
"xloc": [
"default-mobile.handlebars->9->85",
- "default.handlebars->27->1222"
+ "default.handlebars->27->1224"
]
},
{
"en": "One Day",
"nl": "één dag",
"xloc": [
- "default.handlebars->27->1521"
+ "default.handlebars->27->1523"
]
},
{
@@ -19979,7 +19985,7 @@
"zh-chs": "在線用戶",
"fi": "Online-tilassa olevat käyttäjät",
"xloc": [
- "default.handlebars->27->1544"
+ "default.handlebars->27->1546"
]
},
{
@@ -19997,8 +20003,8 @@
"zh-chs": "只能編輯小於200k的文件。",
"xloc": [
"default-mobile.handlebars->9->307",
- "default.handlebars->27->505",
- "default.handlebars->27->860"
+ "default.handlebars->27->506",
+ "default.handlebars->27->862"
]
},
{
@@ -20041,7 +20047,7 @@
"ru": "Открыть страницу на устройстве",
"zh-chs": "在設備上打開頁面",
"xloc": [
- "default.handlebars->27->694"
+ "default.handlebars->27->695"
]
},
{
@@ -20072,7 +20078,7 @@
"ru": "Открыть терминал XTerm",
"zh-chs": "打開XTerm終端",
"xloc": [
- "default.handlebars->27->624"
+ "default.handlebars->27->625"
]
},
{
@@ -20125,11 +20131,11 @@
"zh-chs": "操作系統",
"xloc": [
"default-mobile.handlebars->9->328",
- "default.handlebars->27->331",
- "default.handlebars->27->364",
- "default.handlebars->27->574",
- "default.handlebars->27->768",
- "default.handlebars->27->891"
+ "default.handlebars->27->332",
+ "default.handlebars->27->365",
+ "default.handlebars->27->575",
+ "default.handlebars->27->770",
+ "default.handlebars->27->893"
]
},
{
@@ -20147,11 +20153,11 @@
"zh-chs": "運作方式",
"xloc": [
"default-mobile.handlebars->9->264",
- "default.handlebars->27->1571",
- "default.handlebars->27->1651",
- "default.handlebars->27->445",
- "default.handlebars->27->465",
- "default.handlebars->27->719"
+ "default.handlebars->27->1573",
+ "default.handlebars->27->1653",
+ "default.handlebars->27->446",
+ "default.handlebars->27->466",
+ "default.handlebars->27->721"
]
},
{
@@ -20168,7 +20174,7 @@
"ru": "Организация",
"zh-chs": "組織",
"xloc": [
- "default.handlebars->27->321"
+ "default.handlebars->27->322"
]
},
{
@@ -20185,7 +20191,7 @@
"ru": "Ория",
"zh-chs": "奧里亞",
"xloc": [
- "default.handlebars->27->1126"
+ "default.handlebars->27->1128"
]
},
{
@@ -20202,7 +20208,7 @@
"ru": "Оромо",
"zh-chs": "奧羅莫",
"xloc": [
- "default.handlebars->27->1127"
+ "default.handlebars->27->1129"
]
},
{
@@ -20254,7 +20260,7 @@
"ru": "Устаревший",
"zh-chs": "過時的",
"xloc": [
- "default.handlebars->27->576"
+ "default.handlebars->27->577"
]
},
{
@@ -20271,8 +20277,7 @@
"ru": "Собственный процесс",
"zh-chs": "自己的過程",
"xloc": [
- "default.handlebars->27->820",
- "desktop.handlebars->3->33"
+ "default.handlebars->27->822"
]
},
{
@@ -20290,9 +20295,8 @@
"zh-chs": "PID",
"xloc": [
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea3->deskarea3x->DeskTools->5->1->0",
- "default.handlebars->27->816",
- "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->1",
- "desktop.handlebars->3->29"
+ "default.handlebars->27->818",
+ "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->1"
]
},
{
@@ -20310,7 +20314,7 @@
"zh-chs": "零件號",
"xloc": [
"default-mobile.handlebars->9->380",
- "default.handlebars->27->953"
+ "default.handlebars->27->955"
]
},
{
@@ -20327,7 +20331,7 @@
"ru": "Частично",
"zh-chs": "部分的",
"xloc": [
- "default.handlebars->27->1559"
+ "default.handlebars->27->1561"
]
},
{
@@ -20374,7 +20378,7 @@
"xloc": [
"default-mobile.handlebars->9->104",
"default-mobile.handlebars->9->397",
- "default.handlebars->27->1247"
+ "default.handlebars->27->1249"
]
},
{
@@ -20391,7 +20395,7 @@
"ru": "Частичные права",
"zh-chs": "部分權利",
"xloc": [
- "default.handlebars->27->1717"
+ "default.handlebars->27->1719"
]
},
{
@@ -20427,15 +20431,15 @@
"fi": "Salasana",
"xloc": [
"default-mobile.handlebars->9->269",
- "default.handlebars->27->1615",
- "default.handlebars->27->1616",
- "default.handlebars->27->1738",
+ "default.handlebars->27->1617",
+ "default.handlebars->27->1618",
"default.handlebars->27->1740",
- "default.handlebars->27->1791",
- "default.handlebars->27->1792",
- "default.handlebars->27->284",
- "default.handlebars->27->315",
- "default.handlebars->27->729",
+ "default.handlebars->27->1742",
+ "default.handlebars->27->1793",
+ "default.handlebars->27->1794",
+ "default.handlebars->27->285",
+ "default.handlebars->27->316",
+ "default.handlebars->27->731",
"mstsc.handlebars->main->1->3->1->6->1->0",
"mstsc.handlebars->main->1->3->1->6->3"
]
@@ -20547,7 +20551,7 @@
"zh-chs": "密碼提示",
"fi": "Salasana vihje",
"xloc": [
- "default.handlebars->27->1793"
+ "default.handlebars->27->1795"
]
},
{
@@ -20566,7 +20570,7 @@
"fi": "Salasana vihje",
"xloc": [
"default-mobile.handlebars->9->88",
- "default.handlebars->27->1225"
+ "default.handlebars->27->1227"
]
},
{
@@ -20584,7 +20588,7 @@
"zh-chs": "密碼不符合",
"fi": "Salasanat eivät täsmää",
"xloc": [
- "default.handlebars->27->1330"
+ "default.handlebars->27->1332"
]
},
{
@@ -20619,8 +20623,8 @@
"ru": "Пароль*",
"zh-chs": "密碼*",
"xloc": [
- "default.handlebars->27->1328",
- "default.handlebars->27->1329"
+ "default.handlebars->27->1330",
+ "default.handlebars->27->1331"
]
},
{
@@ -20640,8 +20644,8 @@
"account-invite.html->2->5",
"default-mobile.handlebars->9->80",
"default-mobile.handlebars->9->81",
- "default.handlebars->27->1217",
- "default.handlebars->27->1218",
+ "default.handlebars->27->1219",
+ "default.handlebars->27->1220",
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->4->1",
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->6->1",
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->loginpanel->1->7->1->2->1",
@@ -20673,9 +20677,9 @@
"default-mobile.handlebars->9->312",
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->3",
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->3",
- "default.handlebars->27->1508",
- "default.handlebars->27->843",
- "default.handlebars->27->865",
+ "default.handlebars->27->1510",
+ "default.handlebars->27->845",
+ "default.handlebars->27->867",
"default.handlebars->container->column_l->p12->termTable->1->1->6->1->3",
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
"default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3"
@@ -20730,7 +20734,7 @@
"ru": "Произвести действие агента",
"zh-chs": "執行代理動作",
"xloc": [
- "default.handlebars->27->969"
+ "default.handlebars->27->971"
]
},
{
@@ -20747,7 +20751,7 @@
"ru": "Выполнить активацию Intel AMT в режиме управления администратора (ACM) для группы \\\"{0}\\\",скачав инструмент MeshCMD и запустив его следующим образом:",
"zh-chs": "通過下載MeshCMD工具並像下面這樣運行它,以執行Intel AMT管理員控制模式(ACM)激活以將 “{0}” 組:",
"xloc": [
- "default.handlebars->27->291"
+ "default.handlebars->27->292"
]
},
{
@@ -20764,8 +20768,8 @@
"ru": "Выполнить активацию Intel AMT в режиме управления администратора (ACM).",
"zh-chs": "執行英特爾AMT管理員控制模式(ACM)激活。",
"xloc": [
- "default.handlebars->27->1309",
- "default.handlebars->27->272"
+ "default.handlebars->27->1311",
+ "default.handlebars->27->273"
]
},
{
@@ -20782,7 +20786,7 @@
"ru": "Выполнить активацию Intel AMT в режиме управления клиента (CCM) для группы \\\"{0}\\\",скачав инструмент MeshCMD и запустив его следующим образом:",
"zh-chs": "通過下載MeshCMD工具並像下面這樣運行,來執行Intel AMT客戶端控制模式(CCM)激活以將\\“{0}\\”分組:",
"xloc": [
- "default.handlebars->27->289"
+ "default.handlebars->27->290"
]
},
{
@@ -20799,15 +20803,15 @@
"ru": "Выполнить активацию Intel AMT в режиме управления клиента (CCM).",
"zh-chs": "執行英特爾AMT客戶端控制模式(CCM)激活。",
"xloc": [
- "default.handlebars->27->1307",
- "default.handlebars->27->270"
+ "default.handlebars->27->1309",
+ "default.handlebars->27->271"
]
},
{
"en": "Perform batch device tag operation",
"nl": "Voer een batch-apparaat tag bewerking uit",
"xloc": [
- "default.handlebars->27->464"
+ "default.handlebars->27->465"
]
},
{
@@ -20824,7 +20828,7 @@
"ru": "Управление питанием устройства",
"zh-chs": "在設備上執行電源操作",
"xloc": [
- "default.handlebars->27->605",
+ "default.handlebars->27->606",
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->1",
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->1",
"default.handlebars->container->column_l->p13->p13toolbar->1->0->1->1"
@@ -20846,8 +20850,8 @@
"fi": "Käyttöoikeudet",
"xloc": [
"default-mobile.handlebars->9->445",
- "default.handlebars->27->1436",
- "default.handlebars->27->1543"
+ "default.handlebars->27->1438",
+ "default.handlebars->27->1545"
]
},
{
@@ -20864,7 +20868,7 @@
"ru": "Персидский/Иран",
"zh-chs": "波斯/伊朗",
"xloc": [
- "default.handlebars->27->1128"
+ "default.handlebars->27->1130"
]
},
{
@@ -20881,9 +20885,9 @@
"default-mobile.handlebars->9->65",
"default-mobile.handlebars->9->67",
"default.handlebars->27->159",
- "default.handlebars->27->1783",
- "default.handlebars->27->980",
- "default.handlebars->27->983"
+ "default.handlebars->27->1785",
+ "default.handlebars->27->982",
+ "default.handlebars->27->985"
]
},
{
@@ -20896,7 +20900,7 @@
"nl": "Telefoonnummer",
"zh-chs": "电话号码",
"xloc": [
- "default.handlebars->27->1732"
+ "default.handlebars->27->1734"
]
},
{
@@ -20910,8 +20914,8 @@
"zh-chs": "电话号码:",
"xloc": [
"default-mobile.handlebars->9->66",
- "default.handlebars->27->1782",
- "default.handlebars->27->982"
+ "default.handlebars->27->1784",
+ "default.handlebars->27->984"
]
},
{
@@ -20942,7 +20946,7 @@
"ru": "Поместить узел сюда",
"zh-chs": "將節點放在這裡",
"xloc": [
- "default.handlebars->27->520"
+ "default.handlebars->27->521"
]
},
{
@@ -20993,7 +20997,7 @@
"ru": "Внимание, понижение версии не рекомендуется. Делайте это только в том случае, если недавнее обновление что-то сломало.",
"zh-chs": "請注意,不建議降級。請僅在最近的升級損壞了某些情況時才這樣做。",
"xloc": [
- "default.handlebars->27->196"
+ "default.handlebars->27->197"
]
},
{
@@ -21030,7 +21034,7 @@
"zh-chs": "請等待幾分鐘以接收驗證。",
"xloc": [
"default-mobile.handlebars->9->76",
- "default.handlebars->27->1212"
+ "default.handlebars->27->1214"
]
},
{
@@ -21047,8 +21051,8 @@
"ru": "Действие плагина",
"zh-chs": "插件動作",
"xloc": [
- "default.handlebars->27->1942",
- "default.handlebars->27->195"
+ "default.handlebars->27->1944",
+ "default.handlebars->27->196"
]
},
{
@@ -21065,7 +21069,7 @@
"ru": "Ошибка плагина",
"zh-chs": "插件錯誤",
"xloc": [
- "default.handlebars->27->197"
+ "default.handlebars->27->198"
]
},
{
@@ -21171,7 +21175,7 @@
"zh-chs": "政策",
"xloc": [
"default-mobile.handlebars->9->103",
- "default.handlebars->27->1246"
+ "default.handlebars->27->1248"
]
},
{
@@ -21188,7 +21192,7 @@
"ru": "Польский",
"zh-chs": "拋光",
"xloc": [
- "default.handlebars->27->1129"
+ "default.handlebars->27->1131"
]
},
{
@@ -21205,7 +21209,7 @@
"ru": "Португальский",
"zh-chs": "葡萄牙語",
"xloc": [
- "default.handlebars->27->1130"
+ "default.handlebars->27->1132"
]
},
{
@@ -21222,7 +21226,7 @@
"ru": "Португальский (Бразилия)",
"zh-chs": "葡萄牙語(巴西)",
"xloc": [
- "default.handlebars->27->1131"
+ "default.handlebars->27->1133"
]
},
{
@@ -21284,7 +21288,7 @@
"ru": "Состояния питания",
"zh-chs": "電力國",
"xloc": [
- "default.handlebars->27->1469",
+ "default.handlebars->27->1471",
"default.handlebars->container->column_l->p21->3->1->meshPowerChartDiv->1"
]
},
@@ -21306,7 +21310,7 @@
"default-mobile.handlebars->9->183",
"default-mobile.handlebars->9->263",
"default.handlebars->27->6",
- "default.handlebars->27->716"
+ "default.handlebars->27->718"
]
},
{
@@ -21323,7 +21327,7 @@
"ru": "Выключить устройства",
"zh-chs": "關閉設備電源",
"xloc": [
- "default.handlebars->27->450"
+ "default.handlebars->27->451"
]
},
{
@@ -21343,7 +21347,7 @@
"default-mobile.handlebars->9->178",
"default-mobile.handlebars->9->185",
"default.handlebars->27->1",
- "default.handlebars->27->409"
+ "default.handlebars->27->410"
]
},
{
@@ -21362,7 +21366,7 @@
"xloc": [
"default-mobile.handlebars->9->184",
"default-mobile.handlebars->9->191",
- "default.handlebars->27->421",
+ "default.handlebars->27->422",
"default.handlebars->27->7"
]
},
@@ -21370,7 +21374,7 @@
"en": "Present on server",
"nl": "Aanwezig op de server",
"xloc": [
- "default.handlebars->27->1851"
+ "default.handlebars->27->1853"
]
},
{
@@ -21417,6 +21421,12 @@
"default.handlebars->deskConnectContextMenu->5"
]
},
+ {
+ "en": "Privacy bar",
+ "xloc": [
+ "default.handlebars->27->188"
+ ]
+ },
{
"cs": "Správa procesů",
"de": "Prozesskontrolle",
@@ -21432,8 +21442,8 @@
"zh-chs": "過程控制",
"xloc": [
"default-mobile.handlebars->9->289",
- "default.handlebars->27->830",
- "desktop.handlebars->3->42"
+ "default.handlebars->27->832",
+ "desktop.handlebars->3->25"
]
},
{
@@ -21455,11 +21465,16 @@
"default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsAreaTop->deskToolsTopTabProcess"
]
},
+ {
+ "en": "Prompt",
+ "xloc": [
+ "default.handlebars->27->187"
+ ]
+ },
{
"en": "Prompt for consent",
"xloc": [
- "default.handlebars->27->189",
- "default.handlebars->27->708"
+ "default.handlebars->27->710"
]
},
{
@@ -21476,9 +21491,9 @@
"ru": "Запрос согласия пользователя",
"zh-chs": "提示用戶同意",
"xloc": [
- "default.handlebars->27->1357",
- "default.handlebars->27->1361",
- "default.handlebars->27->1364"
+ "default.handlebars->27->1359",
+ "default.handlebars->27->1363",
+ "default.handlebars->27->1366"
]
},
{
@@ -21496,7 +21511,7 @@
"zh-chs": "協議",
"fi": "Protokolla",
"xloc": [
- "default.handlebars->27->1849",
+ "default.handlebars->27->1851",
"player.handlebars->3->16"
]
},
@@ -21529,7 +21544,7 @@
"zh-chs": "供應國",
"xloc": [
"default-mobile.handlebars->9->358",
- "default.handlebars->27->931"
+ "default.handlebars->27->933"
]
},
{
@@ -21547,7 +21562,7 @@
"zh-chs": "公開連結",
"xloc": [
"default-mobile.handlebars->9->115",
- "default.handlebars->27->1493"
+ "default.handlebars->27->1495"
]
},
{
@@ -21564,7 +21579,7 @@
"ru": "Пенджаби",
"zh-chs": "旁遮普語",
"xloc": [
- "default.handlebars->27->1132"
+ "default.handlebars->27->1134"
]
},
{
@@ -21581,7 +21596,7 @@
"ru": "Пенджаби (Индия)",
"zh-chs": "旁遮普(印度)",
"xloc": [
- "default.handlebars->27->1133"
+ "default.handlebars->27->1135"
]
},
{
@@ -21598,7 +21613,7 @@
"ru": "Пенджаби (Пакистан)",
"zh-chs": "旁遮普(巴基斯坦)",
"xloc": [
- "default.handlebars->27->1134"
+ "default.handlebars->27->1136"
]
},
{
@@ -21615,7 +21630,7 @@
"ru": "Putty",
"zh-chs": "油灰",
"xloc": [
- "default.handlebars->27->629"
+ "default.handlebars->27->630"
]
},
{
@@ -21651,7 +21666,7 @@
"ru": "Кечуа",
"zh-chs": "蓋丘亞族",
"xloc": [
- "default.handlebars->27->1135"
+ "default.handlebars->27->1137"
]
},
{
@@ -21707,7 +21722,7 @@
"zh-chs": "RDP",
"fi": "RDP",
"xloc": [
- "default.handlebars->27->627"
+ "default.handlebars->27->628"
]
},
{
@@ -21725,7 +21740,7 @@
"zh-chs": "RDP連接",
"fi": "RDP Yhteys",
"xloc": [
- "default.handlebars->27->500"
+ "default.handlebars->27->501"
]
},
{
@@ -21743,7 +21758,7 @@
"zh-chs": "RDP遠程連接端口:",
"fi": "RDP-etäyhteysportti:",
"xloc": [
- "default.handlebars->27->499"
+ "default.handlebars->27->500"
]
},
{
@@ -21813,7 +21828,7 @@
"ru": "RSS",
"zh-chs": "的RSS",
"xloc": [
- "default.handlebars->27->1912"
+ "default.handlebars->27->1914"
]
},
{
@@ -21830,7 +21845,7 @@
"ru": "Случайный пароль.",
"zh-chs": "隨機化密碼。",
"xloc": [
- "default.handlebars->27->1617"
+ "default.handlebars->27->1619"
]
},
{
@@ -21864,7 +21879,7 @@
"ru": "Реактивировать Intel® AMT",
"zh-chs": "重新激活英特爾®AMT",
"xloc": [
- "default.handlebars->27->1332"
+ "default.handlebars->27->1334"
]
},
{
@@ -21872,9 +21887,9 @@
"nl": "Echte naam",
"fi": "Oikea nimi",
"xloc": [
- "default.handlebars->27->1729",
"default.handlebars->27->1731",
- "default.handlebars->27->1784"
+ "default.handlebars->27->1733",
+ "default.handlebars->27->1786"
]
},
{
@@ -21891,15 +21906,15 @@
"ru": "Области",
"zh-chs": "境界",
"xloc": [
- "default.handlebars->27->1626"
+ "default.handlebars->27->1628"
]
},
{
"en": "Received invalid network data",
"nl": "Ongeldige netwerkgegevens ontvangen",
"xloc": [
- "default.handlebars->27->792",
- "desktop.handlebars->3->10"
+ "default.handlebars->27->794",
+ "desktop.handlebars->3->11"
]
},
{
@@ -21919,7 +21934,7 @@
"en": "Recording Details",
"nl": "Opname details",
"xloc": [
- "default.handlebars->27->1863"
+ "default.handlebars->27->1865"
]
},
{
@@ -21945,8 +21960,8 @@
"xloc": [
"default-mobile.handlebars->9->121",
"default-mobile.handlebars->9->300",
- "default.handlebars->27->1500",
- "default.handlebars->27->853"
+ "default.handlebars->27->1502",
+ "default.handlebars->27->855"
]
},
{
@@ -21986,7 +22001,7 @@
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea3->deskarea3x->DeskTools->DeskToolsRefreshButton",
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->3",
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->3",
- "default.handlebars->27->517",
+ "default.handlebars->27->518",
"default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsAreaTop->DeskToolsRefreshButton",
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
"default.handlebars->container->column_l->p40->3->3",
@@ -22025,8 +22040,8 @@
"zh-chs": "中繼",
"xloc": [
"default-mobile.handlebars->9->202",
- "default.handlebars->27->211",
- "default.handlebars->27->436"
+ "default.handlebars->27->212",
+ "default.handlebars->27->437"
]
},
{
@@ -22043,7 +22058,7 @@
"ru": "Число ретрансляций",
"zh-chs": "中繼計數",
"xloc": [
- "default.handlebars->27->1894"
+ "default.handlebars->27->1896"
]
},
{
@@ -22060,7 +22075,7 @@
"ru": "Ошибки ретранслятора",
"zh-chs": "中繼錯誤",
"xloc": [
- "default.handlebars->27->1887"
+ "default.handlebars->27->1889"
]
},
{
@@ -22077,8 +22092,8 @@
"ru": "Сессии ретранслятора",
"zh-chs": "接力會議",
"xloc": [
- "default.handlebars->27->1893",
- "default.handlebars->27->1906"
+ "default.handlebars->27->1895",
+ "default.handlebars->27->1908"
]
},
{
@@ -22190,8 +22205,7 @@
"ru": "Удаленный буфер обмена",
"zh-chs": "遠程剪貼板",
"xloc": [
- "default.handlebars->27->811",
- "desktop.handlebars->3->24"
+ "default.handlebars->27->813"
]
},
{
@@ -22211,8 +22225,8 @@
"xloc": [
"default-mobile.handlebars->9->411",
"default-mobile.handlebars->9->429",
- "default.handlebars->27->1384",
- "default.handlebars->27->1419"
+ "default.handlebars->27->1386",
+ "default.handlebars->27->1421"
]
},
{
@@ -22221,14 +22235,14 @@
"xloc": [
"default-mobile.handlebars->9->158",
"default-mobile.handlebars->9->161",
- "default.handlebars->27->237",
- "default.handlebars->27->240"
+ "default.handlebars->27->238",
+ "default.handlebars->27->241"
]
},
{
"en": "Remote Desktop Link",
"xloc": [
- "default.handlebars->27->190"
+ "default.handlebars->27->191"
]
},
{
@@ -22246,9 +22260,9 @@
"zh-chs": "遠程桌面設置",
"xloc": [
"default-mobile.handlebars->9->285",
- "default.handlebars->27->263",
- "default.handlebars->27->803",
- "desktop.handlebars->3->20"
+ "default.handlebars->27->264",
+ "default.handlebars->27->805",
+ "desktop.handlebars->3->21"
]
},
{
@@ -22265,8 +22279,8 @@
"ru": "Ввод с удаленной клавиатуры",
"zh-chs": "遠程鍵盤輸入",
"xloc": [
- "default.handlebars->27->809",
- "desktop.handlebars->3->22"
+ "default.handlebars->27->811",
+ "desktop.handlebars->3->23"
]
},
{
@@ -22317,8 +22331,8 @@
"xloc": [
"default-mobile.handlebars->9->412",
"default-mobile.handlebars->9->434",
- "default.handlebars->27->1385",
- "default.handlebars->27->1424"
+ "default.handlebars->27->1387",
+ "default.handlebars->27->1426"
]
},
{
@@ -22335,8 +22349,7 @@
"ru": "Удаленный буфер обмена действителен в течении 60 секунд.",
"zh-chs": "遠程剪貼板的有效期為60秒。",
"xloc": [
- "default.handlebars->27->810",
- "desktop.handlebars->3->23"
+ "default.handlebars->27->812"
]
},
{
@@ -22412,8 +22425,8 @@
"nl": "Apparaatgroepmachtigingen verwijderen",
"zh-chs": "删除设备组权限",
"xloc": [
- "default.handlebars->27->1698",
- "default.handlebars->27->1832"
+ "default.handlebars->27->1700",
+ "default.handlebars->27->1834"
]
},
{
@@ -22427,8 +22440,8 @@
"nl": "Apparaatmachtigingen verwijderen",
"zh-chs": "删除设备权限",
"xloc": [
- "default.handlebars->27->1696",
- "default.handlebars->27->1819"
+ "default.handlebars->27->1698",
+ "default.handlebars->27->1821"
]
},
{
@@ -22456,7 +22469,7 @@
"nl": "Lidmaatschap van gebruikersgroep verwijderen",
"zh-chs": "删除用户组成员身份",
"xloc": [
- "default.handlebars->27->1828"
+ "default.handlebars->27->1830"
]
},
{
@@ -22470,8 +22483,8 @@
"nl": "Gebruikersgroepmachtigingen verwijderen",
"zh-chs": "删除用户组权限",
"xloc": [
- "default.handlebars->27->1441",
- "default.handlebars->27->1824"
+ "default.handlebars->27->1443",
+ "default.handlebars->27->1826"
]
},
{
@@ -22485,7 +22498,7 @@
"nl": "Gebruikerslidmaatschap verwijderen",
"zh-chs": "删除用户成员资格",
"xloc": [
- "default.handlebars->27->1706"
+ "default.handlebars->27->1708"
]
},
{
@@ -22499,8 +22512,8 @@
"nl": "Gebruikersmachtigingen verwijderen",
"zh-chs": "删除用户权限",
"xloc": [
- "default.handlebars->27->1439",
- "default.handlebars->27->1821"
+ "default.handlebars->27->1441",
+ "default.handlebars->27->1823"
]
},
{
@@ -22517,7 +22530,7 @@
"ru": "Удалить все двухфакторные аутентификации.",
"zh-chs": "刪除所有第二因素驗證。",
"xloc": [
- "default.handlebars->27->1796"
+ "default.handlebars->27->1798"
]
},
{
@@ -22534,7 +22547,7 @@
"ru": "Удалить все прошлые события для этого userid.",
"zh-chs": "刪除此用戶標識的所有先前事件。",
"xloc": [
- "default.handlebars->27->1618"
+ "default.handlebars->27->1620"
]
},
{
@@ -22551,7 +22564,7 @@
"ru": "Удалить устройство при отключении",
"zh-chs": "斷開連接後移除設備",
"xloc": [
- "default.handlebars->27->1365"
+ "default.handlebars->27->1367"
]
},
{
@@ -22568,7 +22581,7 @@
"ru": "Удалить местоположение узла",
"zh-chs": "刪除節點位置",
"xloc": [
- "default.handlebars->27->509"
+ "default.handlebars->27->510"
]
},
{
@@ -22582,14 +22595,14 @@
"zh-chs": "删除电话号码",
"xloc": [
"default-mobile.handlebars->9->64",
- "default.handlebars->27->979"
+ "default.handlebars->27->981"
]
},
{
"en": "Remove tags",
"nl": "Verwijder tags",
"xloc": [
- "default.handlebars->27->468"
+ "default.handlebars->27->469"
]
},
{
@@ -22606,7 +22619,7 @@
"ru": "Удалить это устройство",
"zh-chs": "刪除此設備",
"xloc": [
- "default.handlebars->27->616"
+ "default.handlebars->27->617"
]
},
{
@@ -22622,7 +22635,7 @@
"ru": "Удалить этого пользователя",
"zh-chs": "删除该用户",
"xloc": [
- "default.handlebars->27->1774"
+ "default.handlebars->27->1776"
]
},
{
@@ -22639,7 +22652,7 @@
"ru": "Удалить членство пользователя в группе",
"zh-chs": "刪除用戶組成員身份",
"xloc": [
- "default.handlebars->27->1810"
+ "default.handlebars->27->1812"
]
},
{
@@ -22653,7 +22666,7 @@
"nl": "Gebruikersrechten voor dit apparaat verwijderen",
"zh-chs": "删除此设备的用户组权限",
"xloc": [
- "default.handlebars->27->1692"
+ "default.handlebars->27->1694"
]
},
{
@@ -22670,8 +22683,8 @@
"ru": "Удалить права группы пользователей для этой группы устройств",
"zh-chs": "刪除該設備組的用戶組權限",
"xloc": [
- "default.handlebars->27->1686",
- "default.handlebars->27->650"
+ "default.handlebars->27->1688",
+ "default.handlebars->27->651"
]
},
{
@@ -22688,11 +22701,11 @@
"ru": "Удалить права пользователя для этой группы устройств",
"zh-chs": "刪除此設備組的用戶權限",
"xloc": [
- "default.handlebars->27->1316",
- "default.handlebars->27->1680",
- "default.handlebars->27->1804",
- "default.handlebars->27->1816",
- "default.handlebars->27->651"
+ "default.handlebars->27->1318",
+ "default.handlebars->27->1682",
+ "default.handlebars->27->1806",
+ "default.handlebars->27->1818",
+ "default.handlebars->27->652"
]
},
{
@@ -22713,9 +22726,9 @@
"default-mobile.handlebars->9->304",
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1",
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
- "default.handlebars->27->1504",
- "default.handlebars->27->503",
- "default.handlebars->27->857",
+ "default.handlebars->27->1506",
+ "default.handlebars->27->504",
+ "default.handlebars->27->859",
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
"default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
"default.handlebars->filesContextMenu->1"
@@ -22725,14 +22738,14 @@
"en": "Report Day",
"nl": "Dag rapport",
"xloc": [
- "default.handlebars->27->1522"
+ "default.handlebars->27->1524"
]
},
{
"en": "Report Type",
"nl": "Rapporttype",
"xloc": [
- "default.handlebars->27->1517"
+ "default.handlebars->27->1519"
]
},
{
@@ -22749,7 +22762,7 @@
"ru": "Требования: ",
"zh-chs": "要求:",
"xloc": [
- "default.handlebars->27->1226"
+ "default.handlebars->27->1228"
]
},
{
@@ -22767,8 +22780,8 @@
"zh-chs": "要求:{0}。",
"xloc": [
"default-mobile.handlebars->9->89",
- "default.handlebars->27->1623",
- "default.handlebars->27->1794"
+ "default.handlebars->27->1625",
+ "default.handlebars->27->1796"
]
},
{
@@ -22785,7 +22798,7 @@
"ru": "Требуется поддержка Microsoft ClickOnce в вашем браузере",
"zh-chs": "需要瀏覽器中的Microsoft ClickOnce支持",
"xloc": [
- "default.handlebars->27->626"
+ "default.handlebars->27->627"
]
},
{
@@ -22802,8 +22815,8 @@
"ru": "Требуется поддержка Microsoft ClickOnce в вашем браузере.",
"zh-chs": "在瀏覽器中需要Microsoft ClickOnce支持。",
"xloc": [
- "default.handlebars->27->628",
- "default.handlebars->27->630"
+ "default.handlebars->27->629",
+ "default.handlebars->27->631"
]
},
{
@@ -22835,7 +22848,7 @@
"zh-chs": "重啟",
"xloc": [
"default-mobile.handlebars->9->262",
- "default.handlebars->27->715",
+ "default.handlebars->27->717",
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devMapToolbar"
]
},
@@ -22908,7 +22921,7 @@
"ru": "Отправить в перезагрузку",
"zh-chs": "重置設備",
"xloc": [
- "default.handlebars->27->449"
+ "default.handlebars->27->450"
]
},
{
@@ -22942,8 +22955,7 @@
"ru": "Перезапуск",
"zh-chs": "重新開始",
"xloc": [
- "default.handlebars->27->826",
- "desktop.handlebars->3->39",
+ "default.handlebars->27->828",
"player.handlebars->p11->deskarea0->deskarea4->3"
]
},
@@ -22961,7 +22973,7 @@
"ru": "Восстановить сервер",
"zh-chs": "還原伺服器",
"xloc": [
- "default.handlebars->27->1253"
+ "default.handlebars->27->1255"
]
},
{
@@ -22995,7 +23007,7 @@
"ru": "Восстановить сервер из резервной копии, это удалит существующие данные сервера . Продолжайте дальше только если знаете, что делаете.",
"zh-chs": "使用備份還原服務器,這將刪除現有服務器數據 span>。僅當您知道自己在做什麼時才這樣做。",
"xloc": [
- "default.handlebars->27->1250"
+ "default.handlebars->27->1252"
]
},
{
@@ -23012,7 +23024,7 @@
"ru": "Ограничения",
"zh-chs": "限制條件",
"xloc": [
- "default.handlebars->27->1718"
+ "default.handlebars->27->1720"
]
},
{
@@ -23029,7 +23041,7 @@
"ru": "Ретороманский",
"zh-chs": "修羅羅馬式",
"xloc": [
- "default.handlebars->27->1136"
+ "default.handlebars->27->1138"
]
},
{
@@ -23046,7 +23058,7 @@
"ru": "Румынский",
"zh-chs": "羅馬尼亞語",
"xloc": [
- "default.handlebars->27->1137"
+ "default.handlebars->27->1139"
]
},
{
@@ -23063,7 +23075,7 @@
"ru": "Румынский (Молдавия)",
"zh-chs": "羅馬尼亞文(摩爾達維亞)",
"xloc": [
- "default.handlebars->27->1138"
+ "default.handlebars->27->1140"
]
},
{
@@ -23082,8 +23094,8 @@
"xloc": [
"default-mobile.handlebars->9->107",
"default-mobile.handlebars->9->294",
- "default.handlebars->27->1477",
- "default.handlebars->27->847"
+ "default.handlebars->27->1479",
+ "default.handlebars->27->849"
]
},
{
@@ -23100,8 +23112,8 @@
"ru": "Корневой сертификат",
"zh-chs": "根證書",
"xloc": [
- "default.handlebars->27->311",
- "default.handlebars->27->318"
+ "default.handlebars->27->312",
+ "default.handlebars->27->319"
]
},
{
@@ -23118,8 +23130,8 @@
"ru": "Файл корневого сертификата",
"zh-chs": "根證書文件",
"xloc": [
- "default.handlebars->27->313",
- "default.handlebars->27->320"
+ "default.handlebars->27->314",
+ "default.handlebars->27->321"
]
},
{
@@ -23191,16 +23203,16 @@
"zh-chs": "路由器",
"fi": "Reititin",
"xloc": [
- "default.handlebars->27->230"
+ "default.handlebars->27->231"
]
},
{
"en": "Run Commands",
"nl": "Voer opdrachten uit",
"xloc": [
- "default.handlebars->27->463",
- "default.handlebars->27->713",
- "default.handlebars->27->724"
+ "default.handlebars->27->464",
+ "default.handlebars->27->715",
+ "default.handlebars->27->726"
]
},
{
@@ -23208,28 +23220,28 @@
"nl": "Start MeshCentral Router en klik \\\"install\\\" om het startbaar te maken vanuit de browser.",
"fi": "Suorita MeshCentral Reititin ja napsauta \\\"asenna\\\", jotta se voidaan käynnistää selaimesta.",
"xloc": [
- "default.handlebars->27->757"
+ "default.handlebars->27->759"
]
},
{
"en": "Run commands",
"nl": "Voer opdrachten uit",
"xloc": [
- "default.handlebars->27->447"
+ "default.handlebars->27->448"
]
},
{
"en": "Run commands on selected devices.",
"nl": "Voer opdrachten uit op geselecteerde apparaten.",
"xloc": [
- "default.handlebars->27->459"
+ "default.handlebars->27->460"
]
},
{
"en": "Run commands on this device.",
"nl": "Voer opdrachten uit op dit apparaat.",
"xloc": [
- "default.handlebars->27->721"
+ "default.handlebars->27->723"
]
},
{
@@ -23246,7 +23258,7 @@
"ru": "Русский",
"zh-chs": "俄語",
"xloc": [
- "default.handlebars->27->1139"
+ "default.handlebars->27->1141"
]
},
{
@@ -23263,7 +23275,7 @@
"ru": "Русский (Молдавия)",
"zh-chs": "俄文(摩爾達維亞)",
"xloc": [
- "default.handlebars->27->1140"
+ "default.handlebars->27->1142"
]
},
{
@@ -23277,8 +23289,8 @@
"zh-chs": "短信",
"fi": "Tekstiviesti",
"xloc": [
- "default.handlebars->27->1763",
- "default.handlebars->27->1768",
+ "default.handlebars->27->1765",
+ "default.handlebars->27->1770",
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
"login.handlebars->container->column_l->centralTable->1->0->logincell->tokenpanel->1->7->1->4->1->3"
]
@@ -23293,7 +23305,7 @@
"nl": "SMS geschikt telefoonnummer voor deze gebruiker.",
"zh-chs": "此用户的短信功能电话号码。",
"xloc": [
- "default.handlebars->27->1780"
+ "default.handlebars->27->1782"
]
},
{
@@ -23325,7 +23337,7 @@
"ru": "Такое же как имя устройства",
"zh-chs": "與設備名稱相同",
"xloc": [
- "default.handlebars->27->281"
+ "default.handlebars->27->282"
]
},
{
@@ -23342,7 +23354,7 @@
"ru": "Саамский",
"zh-chs": "薩米(拉普蘭)",
"xloc": [
- "default.handlebars->27->1141"
+ "default.handlebars->27->1143"
]
},
{
@@ -23387,7 +23399,7 @@
"ru": "Санго",
"zh-chs": "三鄉",
"xloc": [
- "default.handlebars->27->1142"
+ "default.handlebars->27->1144"
]
},
{
@@ -23404,7 +23416,7 @@
"ru": "Санскритский",
"zh-chs": "梵文",
"xloc": [
- "default.handlebars->27->1143"
+ "default.handlebars->27->1145"
]
},
{
@@ -23421,7 +23433,7 @@
"ru": "Сардинский",
"zh-chs": "撒丁島",
"xloc": [
- "default.handlebars->27->1144"
+ "default.handlebars->27->1146"
]
},
{
@@ -23464,7 +23476,7 @@
"ru": "Сохранить расположение узла",
"zh-chs": "保存節點位置",
"xloc": [
- "default.handlebars->27->510"
+ "default.handlebars->27->511"
]
},
{
@@ -23515,8 +23527,8 @@
"ru": "Сканировать",
"zh-chs": "掃瞄",
"xloc": [
- "default.handlebars->27->296",
- "default.handlebars->27->298"
+ "default.handlebars->27->297",
+ "default.handlebars->27->299"
]
},
{
@@ -23533,7 +23545,7 @@
"ru": "Сканировать сеть",
"zh-chs": "掃描網絡",
"xloc": [
- "default.handlebars->27->269"
+ "default.handlebars->27->270"
]
},
{
@@ -23550,7 +23562,7 @@
"ru": "Сканировать на наличие Intel® AMT устройств",
"zh-chs": "掃描英特爾®AMT設備",
"xloc": [
- "default.handlebars->27->299"
+ "default.handlebars->27->300"
]
},
{
@@ -23580,7 +23592,7 @@
"ru": "Сканирование...",
"zh-chs": "掃描...",
"xloc": [
- "default.handlebars->27->300"
+ "default.handlebars->27->301"
]
},
{
@@ -23619,7 +23631,7 @@
"zh-chs": "搜索",
"fi": "Etsi",
"xloc": [
- "default.handlebars->27->523",
+ "default.handlebars->27->524",
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devMapToolbar"
]
},
@@ -23692,7 +23704,7 @@
"zh-chs": "使用TLS保護",
"xloc": [
"default-mobile.handlebars->9->361",
- "default.handlebars->27->934"
+ "default.handlebars->27->936"
]
},
{
@@ -23712,10 +23724,10 @@
"xloc": [
"default-mobile.handlebars->9->270",
"default-mobile.handlebars->9->360",
- "default.handlebars->27->1764",
- "default.handlebars->27->285",
- "default.handlebars->27->730",
- "default.handlebars->27->933"
+ "default.handlebars->27->1766",
+ "default.handlebars->27->286",
+ "default.handlebars->27->732",
+ "default.handlebars->27->935"
]
},
{
@@ -23732,7 +23744,7 @@
"ru": "Ключ безопасности",
"zh-chs": "安全密鑰",
"xloc": [
- "default.handlebars->27->1761"
+ "default.handlebars->27->1763"
]
},
{
@@ -23767,12 +23779,12 @@
"zh-chs": "全選",
"fi": "Valitse kaikki",
"xloc": [
- "default.handlebars->27->1496",
- "default.handlebars->27->1567",
- "default.handlebars->27->1649",
- "default.handlebars->27->441",
- "default.handlebars->27->849",
+ "default.handlebars->27->1498",
+ "default.handlebars->27->1569",
+ "default.handlebars->27->1651",
+ "default.handlebars->27->442",
"default.handlebars->27->851",
+ "default.handlebars->27->853",
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar",
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
"default.handlebars->container->column_l->p4->3->1->0->3->3",
@@ -23796,11 +23808,11 @@
"zh-chs": "選擇無",
"fi": "Poista valinta",
"xloc": [
- "default.handlebars->27->1495",
- "default.handlebars->27->1566",
- "default.handlebars->27->1648",
- "default.handlebars->27->440",
- "default.handlebars->27->850",
+ "default.handlebars->27->1497",
+ "default.handlebars->27->1568",
+ "default.handlebars->27->1650",
+ "default.handlebars->27->441",
+ "default.handlebars->27->852",
"default.handlebars->meshContextMenu->cxselectnone"
]
},
@@ -23818,7 +23830,7 @@
"ru": "Выберите новую группу для выбранных устройств",
"zh-chs": "為所選設備選擇一個新組",
"xloc": [
- "default.handlebars->27->744"
+ "default.handlebars->27->746"
]
},
{
@@ -23835,7 +23847,7 @@
"ru": "Выберите новую группу для этого устройства",
"zh-chs": "選擇此設備的新組",
"xloc": [
- "default.handlebars->27->743"
+ "default.handlebars->27->745"
]
},
{
@@ -23852,7 +23864,7 @@
"ru": "Выберите узел для размещения",
"zh-chs": "選擇要放置的節點",
"xloc": [
- "default.handlebars->27->526"
+ "default.handlebars->27->527"
]
},
{
@@ -23869,7 +23881,7 @@
"ru": "Выберите действие для осуществления на всех выбранных устройствах. Действия будут выполнены только при наличии соответствующих прав.",
"zh-chs": "選擇要在所有選定設備上執行的操作。僅在擁有適當權限的情況下才能執行操作。",
"xloc": [
- "default.handlebars->27->444"
+ "default.handlebars->27->445"
]
},
{
@@ -23883,8 +23895,8 @@
"nl": "Selecteer een bewerking die u op alle geselecteerde gebruikers wilt uitvoeren.",
"zh-chs": "选择要对所有选定用户执行的操作。",
"xloc": [
- "default.handlebars->27->1570",
- "default.handlebars->27->1650"
+ "default.handlebars->27->1572",
+ "default.handlebars->27->1652"
]
},
{
@@ -23902,7 +23914,7 @@
"zh-chs": "選擇要在此設備上執行的操作。",
"xloc": [
"default-mobile.handlebars->9->259",
- "default.handlebars->27->711"
+ "default.handlebars->27->713"
]
},
{
@@ -23938,7 +23950,7 @@
"zh-chs": "僅自我事件",
"xloc": [
"default-mobile.handlebars->9->439",
- "default.handlebars->27->1430"
+ "default.handlebars->27->1432"
]
},
{
@@ -23966,7 +23978,7 @@
"en": "Send Email",
"nl": "E-mail verzenden",
"xloc": [
- "default.handlebars->27->1581"
+ "default.handlebars->27->1583"
]
},
{
@@ -23983,8 +23995,8 @@
"ru": "Отправить MQTT сообщение",
"zh-chs": "發送MQTT消息",
"xloc": [
- "default.handlebars->27->442",
- "default.handlebars->27->717"
+ "default.handlebars->27->443",
+ "default.handlebars->27->719"
]
},
{
@@ -24001,7 +24013,7 @@
"ru": "Отправить MQTT сообщение",
"zh-chs": "發送MQTT消息",
"xloc": [
- "default.handlebars->27->736"
+ "default.handlebars->27->738"
]
},
{
@@ -24015,7 +24027,7 @@
"zh-chs": "发送短信",
"fi": "Lähetä tekstiviesti",
"xloc": [
- "default.handlebars->27->1579"
+ "default.handlebars->27->1581"
]
},
{
@@ -24028,7 +24040,7 @@
"nl": "Stuur een SMS bericht naar deze gebruiker",
"zh-chs": "发送短信给该用户",
"xloc": [
- "default.handlebars->27->1769"
+ "default.handlebars->27->1771"
]
},
{
@@ -24036,7 +24048,7 @@
"nl": "Stuur een e-mailbericht naar deze gebruiker",
"fr": "Envoyer un Mail à cet utilisateur",
"xloc": [
- "default.handlebars->27->1771"
+ "default.handlebars->27->1773"
]
},
{
@@ -24053,7 +24065,7 @@
"ru": "Отправить уведомление всем пользователям этой группы.",
"zh-chs": "向該組中的所有用戶發送通知。",
"xloc": [
- "default.handlebars->27->1677"
+ "default.handlebars->27->1679"
]
},
{
@@ -24070,7 +24082,7 @@
"ru": "Отправить текстовое уведомление этому пользователю.",
"zh-chs": "向該用戶發送文本通知。",
"xloc": [
- "default.handlebars->27->1582"
+ "default.handlebars->27->1584"
]
},
{
@@ -24086,7 +24098,7 @@
"ru": "Отправить письмо пользователю",
"zh-chs": "发送电子邮件给用户",
"xloc": [
- "default.handlebars->27->1562"
+ "default.handlebars->27->1564"
]
},
{
@@ -24104,7 +24116,7 @@
"zh-chs": "發送安裝鏈接",
"fi": "Lähetä asennus linkki",
"xloc": [
- "default.handlebars->27->332"
+ "default.handlebars->27->333"
]
},
{
@@ -24121,7 +24133,7 @@
"ru": "Отправить приглашение по email.",
"zh-chs": "發送邀請電子郵件。",
"xloc": [
- "default.handlebars->27->1622"
+ "default.handlebars->27->1624"
]
},
{
@@ -24187,7 +24199,7 @@
"ru": "Отправить уведомление пользователю",
"zh-chs": "發送用戶通知",
"xloc": [
- "default.handlebars->27->1773"
+ "default.handlebars->27->1775"
]
},
{
@@ -24204,7 +24216,7 @@
"ru": "Сербский",
"zh-chs": "塞爾維亞",
"xloc": [
- "default.handlebars->27->1147"
+ "default.handlebars->27->1149"
]
},
{
@@ -24222,7 +24234,7 @@
"zh-chs": "序列號",
"xloc": [
"default-mobile.handlebars->9->372",
- "default.handlebars->27->945"
+ "default.handlebars->27->947"
]
},
{
@@ -24239,7 +24251,7 @@
"ru": "Резервное копирование сервера",
"zh-chs": "服務器備份",
"xloc": [
- "default.handlebars->27->1632"
+ "default.handlebars->27->1634"
]
},
{
@@ -24256,7 +24268,7 @@
"ru": "Сертификат сервера",
"zh-chs": "服務器證書",
"xloc": [
- "default.handlebars->27->1922"
+ "default.handlebars->27->1924"
]
},
{
@@ -24273,7 +24285,7 @@
"ru": "База данных сервера",
"zh-chs": "服務器數據庫",
"xloc": [
- "default.handlebars->27->1923"
+ "default.handlebars->27->1925"
]
},
{
@@ -24292,11 +24304,11 @@
"xloc": [
"default-mobile.handlebars->9->418",
"default-mobile.handlebars->9->431",
- "default.handlebars->27->1392",
- "default.handlebars->27->1421",
- "default.handlebars->27->1629",
- "default.handlebars->27->664",
- "default.handlebars->27->683"
+ "default.handlebars->27->1394",
+ "default.handlebars->27->1423",
+ "default.handlebars->27->1631",
+ "default.handlebars->27->665",
+ "default.handlebars->27->684"
]
},
{
@@ -24313,8 +24325,8 @@
"ru": "Разрешения сервера",
"zh-chs": "服務器權限",
"xloc": [
- "default.handlebars->27->1554",
- "default.handlebars->27->1642"
+ "default.handlebars->27->1556",
+ "default.handlebars->27->1644"
]
},
{
@@ -24331,7 +24343,7 @@
"ru": "Квота сервера",
"zh-chs": "服務器配額",
"xloc": [
- "default.handlebars->27->1735"
+ "default.handlebars->27->1737"
]
},
{
@@ -24348,7 +24360,7 @@
"ru": "Восстановление сервера",
"zh-chs": "服務器還原",
"xloc": [
- "default.handlebars->27->1633"
+ "default.handlebars->27->1635"
]
},
{
@@ -24365,7 +24377,7 @@
"ru": "Права",
"zh-chs": "服務器權限",
"xloc": [
- "default.handlebars->27->1734"
+ "default.handlebars->27->1736"
]
},
{
@@ -24382,7 +24394,7 @@
"ru": "Состояние сервера",
"zh-chs": "服務器狀態",
"xloc": [
- "default.handlebars->27->1873"
+ "default.handlebars->27->1875"
]
},
{
@@ -24416,7 +24428,7 @@
"ru": "Трассировка сервера",
"zh-chs": "服務器跟踪",
"xloc": [
- "default.handlebars->27->1933"
+ "default.handlebars->27->1935"
]
},
{
@@ -24433,7 +24445,7 @@
"ru": "Обновление сервера",
"zh-chs": "服務器更新",
"xloc": [
- "default.handlebars->27->1634"
+ "default.handlebars->27->1636"
]
},
{
@@ -24556,7 +24568,7 @@
"ru": "ServerStats.csv",
"zh-chs": "ServerStats.csv",
"xloc": [
- "default.handlebars->27->1914"
+ "default.handlebars->27->1916"
]
},
{
@@ -24573,8 +24585,7 @@
"ru": "Детали службы",
"zh-chs": "服務詳情",
"xloc": [
- "default.handlebars->27->827",
- "desktop.handlebars->3->40"
+ "default.handlebars->27->829"
]
},
{
@@ -24598,15 +24609,15 @@
"en": "Session",
"nl": "Sessie",
"xloc": [
- "default.handlebars->27->1837"
+ "default.handlebars->27->1839"
]
},
{
"en": "Session Information",
"nl": "Sessie informatie",
"xloc": [
- "default.handlebars->27->800",
- "desktop.handlebars->3->18"
+ "default.handlebars->27->802",
+ "desktop.handlebars->3->19"
]
},
{
@@ -24650,14 +24661,14 @@
"nl": "Sessies",
"xloc": [
"default-mobile.handlebars->9->176",
- "default.handlebars->27->255"
+ "default.handlebars->27->256"
]
},
{
"en": "Set tags",
"nl": "Stel tags in",
"xloc": [
- "default.handlebars->27->467"
+ "default.handlebars->27->468"
]
},
{
@@ -24692,7 +24703,7 @@
"ru": "Файл с настройками",
"zh-chs": "設定文件",
"xloc": [
- "default.handlebars->27->385"
+ "default.handlebars->27->386"
]
},
{
@@ -24728,7 +24739,7 @@
"ru": "Установить CIRA",
"zh-chs": "設置CIRA",
"xloc": [
- "default.handlebars->27->306"
+ "default.handlebars->27->307"
]
},
{
@@ -24745,7 +24756,7 @@
"ru": "Метод установки",
"zh-chs": "設定方法",
"xloc": [
- "default.handlebars->27->304"
+ "default.handlebars->27->305"
]
},
{
@@ -24764,9 +24775,9 @@
"xloc": [
"default-mobile.handlebars->9->3",
"default.handlebars->27->10",
- "default.handlebars->27->233",
- "default.handlebars->27->236",
- "default.handlebars->27->262",
+ "default.handlebars->27->234",
+ "default.handlebars->27->237",
+ "default.handlebars->27->263",
"desktop.handlebars->3->3",
"xterm.handlebars->9->3"
]
@@ -24774,14 +24785,14 @@
{
"en": "Share",
"xloc": [
- "default.handlebars->27->612"
+ "default.handlebars->27->613"
]
},
{
"en": "Share Device",
"xloc": [
- "default.handlebars->27->192",
- "default.handlebars->27->710"
+ "default.handlebars->27->193",
+ "default.handlebars->27->712"
]
},
{
@@ -24815,8 +24826,7 @@
"ru": "Общий процесс",
"zh-chs": "共享過程",
"xloc": [
- "default.handlebars->27->821",
- "desktop.handlebars->3->34"
+ "default.handlebars->27->823"
]
},
{
@@ -24937,7 +24947,7 @@
"zh-chs": "只顯示自己的事件",
"xloc": [
"default-mobile.handlebars->9->421",
- "default.handlebars->27->1395"
+ "default.handlebars->27->1397"
]
},
{
@@ -24954,7 +24964,7 @@
"ru": "Показывать панель-уведомление",
"zh-chs": "顯示連接工具欄",
"xloc": [
- "default.handlebars->27->1358"
+ "default.handlebars->27->1360"
]
},
{
@@ -24971,7 +24981,7 @@
"ru": "Показать информацию о расположении устройства",
"zh-chs": "顯示設備位置信息",
"xloc": [
- "default.handlebars->27->620"
+ "default.handlebars->27->621"
]
},
{
@@ -24988,7 +24998,7 @@
"ru": "Показать информацию о сетевом интерфейсе устройства",
"zh-chs": "顯示設備網絡接口信息",
"xloc": [
- "default.handlebars->27->618"
+ "default.handlebars->27->619"
]
},
{
@@ -25012,32 +25022,32 @@
"en": "Show for 1 minute",
"nl": "Toon gedurende 1 minuut",
"xloc": [
- "default.handlebars->27->1585",
- "default.handlebars->27->1608"
+ "default.handlebars->27->1587",
+ "default.handlebars->27->1610"
]
},
{
"en": "Show for 10 seconds",
"nl": "Toon gedurende 10 seconden",
"xloc": [
- "default.handlebars->27->1584",
- "default.handlebars->27->1607"
+ "default.handlebars->27->1586",
+ "default.handlebars->27->1609"
]
},
{
"en": "Show for 5 minutes",
"nl": "Toon gedurende 5 minuten",
"xloc": [
- "default.handlebars->27->1586",
- "default.handlebars->27->1609"
+ "default.handlebars->27->1588",
+ "default.handlebars->27->1611"
]
},
{
"en": "Show message until dismissed by user",
"nl": "Toon bericht totdat het door de gebruiker wordt afgewezen",
"xloc": [
- "default.handlebars->27->1583",
- "default.handlebars->27->1606"
+ "default.handlebars->27->1585",
+ "default.handlebars->27->1608"
]
},
{
@@ -25127,8 +25137,8 @@
"ru": "Простой режим управления администратора (ACM)",
"zh-chs": "簡單管理員控制模式(ACM)",
"xloc": [
- "default.handlebars->27->1296",
- "default.handlebars->27->1319"
+ "default.handlebars->27->1298",
+ "default.handlebars->27->1321"
]
},
{
@@ -25145,9 +25155,9 @@
"ru": "Простой режим управления клиента (CCM)",
"zh-chs": "簡單客戶端控制模式(CCM)",
"xloc": [
- "default.handlebars->27->1294",
- "default.handlebars->27->1322",
- "default.handlebars->27->1326"
+ "default.handlebars->27->1296",
+ "default.handlebars->27->1324",
+ "default.handlebars->27->1328"
]
},
{
@@ -25164,7 +25174,7 @@
"ru": "Синдхи",
"zh-chs": "信地",
"xloc": [
- "default.handlebars->27->1145"
+ "default.handlebars->27->1147"
]
},
{
@@ -25181,7 +25191,7 @@
"ru": "Сингальский",
"zh-chs": "僧伽羅語",
"xloc": [
- "default.handlebars->27->1146"
+ "default.handlebars->27->1148"
]
},
{
@@ -25207,8 +25217,8 @@
"zh-chs": "尺寸",
"fi": "Koko",
"xloc": [
- "default.handlebars->27->1840",
- "default.handlebars->27->1855",
+ "default.handlebars->27->1842",
+ "default.handlebars->27->1857",
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSize"
]
},
@@ -25226,7 +25236,7 @@
"ru": "Размер: 100%",
"zh-chs": "尺寸:100%",
"xloc": [
- "default.handlebars->27->877"
+ "default.handlebars->27->879"
]
},
{
@@ -25243,7 +25253,7 @@
"ru": "Размер: 125%",
"zh-chs": "尺寸:125%",
"xloc": [
- "default.handlebars->27->878"
+ "default.handlebars->27->880"
]
},
{
@@ -25260,7 +25270,7 @@
"ru": "Размер: 150%",
"zh-chs": "尺寸:150%",
"xloc": [
- "default.handlebars->27->879"
+ "default.handlebars->27->881"
]
},
{
@@ -25277,7 +25287,7 @@
"ru": "Размер: 200%",
"zh-chs": "尺寸:200%",
"xloc": [
- "default.handlebars->27->880"
+ "default.handlebars->27->882"
]
},
{
@@ -25301,7 +25311,7 @@
"default.handlebars->27->2",
"default.handlebars->27->3",
"default.handlebars->27->4",
- "default.handlebars->27->714"
+ "default.handlebars->27->716"
]
},
{
@@ -25318,7 +25328,7 @@
"ru": "Отправить в сон",
"zh-chs": "睡眠裝置",
"xloc": [
- "default.handlebars->27->448"
+ "default.handlebars->27->449"
]
},
{
@@ -25337,8 +25347,8 @@
"xloc": [
"default-mobile.handlebars->9->186",
"default-mobile.handlebars->9->187",
- "default.handlebars->27->411",
- "default.handlebars->27->413"
+ "default.handlebars->27->412",
+ "default.handlebars->27->414"
]
},
{
@@ -25355,7 +25365,7 @@
"ru": "Словацкий",
"zh-chs": "斯洛伐克文",
"xloc": [
- "default.handlebars->27->1148"
+ "default.handlebars->27->1150"
]
},
{
@@ -25372,7 +25382,7 @@
"ru": "Словенский",
"zh-chs": "斯洛文尼亞文",
"xloc": [
- "default.handlebars->27->1149"
+ "default.handlebars->27->1151"
]
},
{
@@ -25427,7 +25437,7 @@
"ru": "Малая фокусировка",
"zh-chs": "小焦點",
"xloc": [
- "default.handlebars->27->806"
+ "default.handlebars->27->808"
]
},
{
@@ -25444,7 +25454,7 @@
"ru": "Програмное отключение агента",
"zh-chs": "軟斷開劑",
"xloc": [
- "default.handlebars->27->975"
+ "default.handlebars->27->977"
]
},
{
@@ -25462,7 +25472,7 @@
"zh-chs": "軟關",
"xloc": [
"default-mobile.handlebars->9->190",
- "default.handlebars->27->419"
+ "default.handlebars->27->420"
]
},
{
@@ -25496,7 +25506,7 @@
"ru": "Сомани",
"zh-chs": "索馬尼",
"xloc": [
- "default.handlebars->27->1150"
+ "default.handlebars->27->1152"
]
},
{
@@ -25513,7 +25523,7 @@
"ru": "Сорбский",
"zh-chs": "索比亞人",
"xloc": [
- "default.handlebars->27->1151"
+ "default.handlebars->27->1153"
]
},
{
@@ -25643,7 +25653,7 @@
"ru": "Испанский",
"zh-chs": "西班牙文",
"xloc": [
- "default.handlebars->27->1152"
+ "default.handlebars->27->1154"
]
},
{
@@ -25660,7 +25670,7 @@
"ru": "Испанский (Аргентина)",
"zh-chs": "西班牙文(阿根廷)",
"xloc": [
- "default.handlebars->27->1153"
+ "default.handlebars->27->1155"
]
},
{
@@ -25677,7 +25687,7 @@
"ru": "Испанский (Боливия)",
"zh-chs": "西班牙語(玻利維亞)",
"xloc": [
- "default.handlebars->27->1154"
+ "default.handlebars->27->1156"
]
},
{
@@ -25694,7 +25704,7 @@
"ru": "Испанский (Чили)",
"zh-chs": "西班牙語(智利)",
"xloc": [
- "default.handlebars->27->1155"
+ "default.handlebars->27->1157"
]
},
{
@@ -25711,7 +25721,7 @@
"ru": "Испанский (Колумбия)",
"zh-chs": "西班牙語(哥倫比亞)",
"xloc": [
- "default.handlebars->27->1156"
+ "default.handlebars->27->1158"
]
},
{
@@ -25728,7 +25738,7 @@
"ru": "Испанский (Коста-Рика)",
"zh-chs": "西班牙語(哥斯達黎加)",
"xloc": [
- "default.handlebars->27->1157"
+ "default.handlebars->27->1159"
]
},
{
@@ -25745,7 +25755,7 @@
"ru": "Испанский (Доминиканская Республика)",
"zh-chs": "西班牙語(多米尼加共和國)",
"xloc": [
- "default.handlebars->27->1158"
+ "default.handlebars->27->1160"
]
},
{
@@ -25762,7 +25772,7 @@
"ru": "Испанский (Эквадор)",
"zh-chs": "西班牙語(厄瓜多爾)",
"xloc": [
- "default.handlebars->27->1159"
+ "default.handlebars->27->1161"
]
},
{
@@ -25779,7 +25789,7 @@
"ru": "Испанский (Сальвадор)",
"zh-chs": "西班牙語(薩爾瓦多)",
"xloc": [
- "default.handlebars->27->1160"
+ "default.handlebars->27->1162"
]
},
{
@@ -25796,7 +25806,7 @@
"ru": "Испанский (Гватемала)",
"zh-chs": "西班牙語(危地馬拉)",
"xloc": [
- "default.handlebars->27->1161"
+ "default.handlebars->27->1163"
]
},
{
@@ -25813,7 +25823,7 @@
"ru": "Испанский (Гондурас)",
"zh-chs": "西班牙語(洪都拉斯)",
"xloc": [
- "default.handlebars->27->1162"
+ "default.handlebars->27->1164"
]
},
{
@@ -25830,7 +25840,7 @@
"ru": "Испанский (Мексика)",
"zh-chs": "西班牙語(墨西哥)",
"xloc": [
- "default.handlebars->27->1163"
+ "default.handlebars->27->1165"
]
},
{
@@ -25847,7 +25857,7 @@
"ru": "Испанский (Никарагуа)",
"zh-chs": "西班牙語(尼加拉瓜)",
"xloc": [
- "default.handlebars->27->1164"
+ "default.handlebars->27->1166"
]
},
{
@@ -25864,7 +25874,7 @@
"ru": "Испанский (Панама)",
"zh-chs": "西班牙語(巴拿馬)",
"xloc": [
- "default.handlebars->27->1165"
+ "default.handlebars->27->1167"
]
},
{
@@ -25881,7 +25891,7 @@
"ru": "Испанский (Парагвай)",
"zh-chs": "西班牙語(巴拉圭)",
"xloc": [
- "default.handlebars->27->1166"
+ "default.handlebars->27->1168"
]
},
{
@@ -25898,7 +25908,7 @@
"ru": "Испанский (Перу)",
"zh-chs": "西班牙語(秘魯)",
"xloc": [
- "default.handlebars->27->1167"
+ "default.handlebars->27->1169"
]
},
{
@@ -25915,7 +25925,7 @@
"ru": "Испанский (Пуэрто-Рико)",
"zh-chs": "西班牙語(波多黎各)",
"xloc": [
- "default.handlebars->27->1168"
+ "default.handlebars->27->1170"
]
},
{
@@ -25932,7 +25942,7 @@
"ru": "Испанский (Испания)",
"zh-chs": "西班牙語(西班牙)",
"xloc": [
- "default.handlebars->27->1169"
+ "default.handlebars->27->1171"
]
},
{
@@ -25949,7 +25959,7 @@
"ru": "Испанский (Уругвай)",
"zh-chs": "西班牙語(烏拉圭)",
"xloc": [
- "default.handlebars->27->1170"
+ "default.handlebars->27->1172"
]
},
{
@@ -25966,7 +25976,7 @@
"ru": "Испанский (Венесуэла)",
"zh-chs": "西班牙語(委內瑞拉)",
"xloc": [
- "default.handlebars->27->1171"
+ "default.handlebars->27->1173"
]
},
{
@@ -26014,8 +26024,7 @@
"ru": "Старт",
"zh-chs": "開始",
"xloc": [
- "default.handlebars->27->824",
- "desktop.handlebars->3->37"
+ "default.handlebars->27->826"
]
},
{
@@ -26027,10 +26036,10 @@
"en": "Start Time",
"nl": "Start tijd",
"xloc": [
- "default.handlebars->27->1838",
- "default.handlebars->27->1857",
- "default.handlebars->27->796",
- "desktop.handlebars->3->14"
+ "default.handlebars->27->1840",
+ "default.handlebars->27->1859",
+ "default.handlebars->27->798",
+ "desktop.handlebars->3->15"
]
},
{
@@ -26047,9 +26056,8 @@
"ru": "Состояние",
"zh-chs": "州",
"xloc": [
- "default.handlebars->27->815",
- "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsServiceTab->deskToolsServiceHeader->1",
- "desktop.handlebars->3->28"
+ "default.handlebars->27->817",
+ "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsServiceTab->deskToolsServiceHeader->1"
]
},
{
@@ -26083,8 +26091,8 @@
"ru": "Статус",
"zh-chs": "狀態",
"xloc": [
- "default.handlebars->27->1787",
- "default.handlebars->27->1850",
+ "default.handlebars->27->1789",
+ "default.handlebars->27->1852",
"default.handlebars->container->column_l->p42->p42tbl->1->0->7"
]
},
@@ -26102,8 +26110,7 @@
"ru": "Стоп",
"zh-chs": "停止",
"xloc": [
- "default.handlebars->27->825",
- "desktop.handlebars->3->38"
+ "default.handlebars->27->827"
]
},
{
@@ -26119,8 +26126,7 @@
"ru": "Остановить процесс",
"zh-chs": "停止程序",
"xloc": [
- "default.handlebars->27->812",
- "desktop.handlebars->3->25"
+ "default.handlebars->27->814"
]
},
{
@@ -26138,8 +26144,8 @@
"zh-chs": "停止進程#{0} \\“ {1} \\”?",
"xloc": [
"default-mobile.handlebars->9->290",
- "default.handlebars->27->831",
- "desktop.handlebars->3->43"
+ "default.handlebars->27->833",
+ "desktop.handlebars->3->26"
]
},
{
@@ -26153,7 +26159,7 @@
"zh-chs": "存储",
"xloc": [
"default-mobile.handlebars->9->386",
- "default.handlebars->27->959"
+ "default.handlebars->27->961"
]
},
{
@@ -26187,7 +26193,7 @@
"ru": "Превышен лимит места для хранения",
"zh-chs": "儲存空間超過",
"xloc": [
- "default.handlebars->27->1481"
+ "default.handlebars->27->1483"
]
},
{
@@ -26204,7 +26210,7 @@
"ru": "Надежный",
"zh-chs": "強大",
"xloc": [
- "default.handlebars->27->1243"
+ "default.handlebars->27->1245"
]
},
{
@@ -26233,7 +26239,7 @@
"nl": "Onderwerp",
"fi": "Otsikko",
"xloc": [
- "default.handlebars->27->1580"
+ "default.handlebars->27->1582"
]
},
{
@@ -26319,7 +26325,7 @@
"ru": "Суту",
"zh-chs": "蘇圖",
"xloc": [
- "default.handlebars->27->1172"
+ "default.handlebars->27->1174"
]
},
{
@@ -26336,7 +26342,7 @@
"ru": "Суахили",
"zh-chs": "斯瓦希里語",
"xloc": [
- "default.handlebars->27->1173"
+ "default.handlebars->27->1175"
]
},
{
@@ -26353,7 +26359,7 @@
"ru": "Шведский",
"zh-chs": "瑞典",
"xloc": [
- "default.handlebars->27->1174"
+ "default.handlebars->27->1176"
]
},
{
@@ -26370,7 +26376,7 @@
"ru": "Шведский (Финляндия)",
"zh-chs": "瑞典語(芬蘭)",
"xloc": [
- "default.handlebars->27->1175"
+ "default.handlebars->27->1177"
]
},
{
@@ -26387,7 +26393,7 @@
"ru": "Шведский (Швеция)",
"zh-chs": "瑞典文(瑞典)",
"xloc": [
- "default.handlebars->27->1176"
+ "default.handlebars->27->1178"
]
},
{
@@ -26404,14 +26410,14 @@
"ru": "Синхронизировать имя устройства на сервере с именем хоста",
"zh-chs": "將服務器設備名稱同步到主機名",
"xloc": [
- "default.handlebars->27->1366"
+ "default.handlebars->27->1368"
]
},
{
"en": "System Type",
"nl": "Systeem type",
"xloc": [
- "default.handlebars->27->371"
+ "default.handlebars->27->372"
]
},
{
@@ -26419,7 +26425,7 @@
"nl": "TCP routering",
"xloc": [
"default-mobile.handlebars->9->170",
- "default.handlebars->27->249"
+ "default.handlebars->27->250"
]
},
{
@@ -26495,7 +26501,7 @@
"zh-chs": "TLS",
"xloc": [
"default-mobile.handlebars->9->232",
- "default.handlebars->27->561"
+ "default.handlebars->27->562"
]
},
{
@@ -26513,7 +26519,7 @@
"zh-chs": "未設置TLS",
"xloc": [
"default-mobile.handlebars->9->362",
- "default.handlebars->27->935"
+ "default.handlebars->27->937"
]
},
{
@@ -26531,8 +26537,8 @@
"zh-chs": "需要TLS安全",
"xloc": [
"default-mobile.handlebars->9->272",
- "default.handlebars->27->287",
- "default.handlebars->27->732"
+ "default.handlebars->27->288",
+ "default.handlebars->27->734"
]
},
{
@@ -26566,8 +26572,8 @@
"ru": "Тег1, Тег2, Тег3",
"zh-chs": "標籤1,標籤2,標籤3",
"xloc": [
- "default.handlebars->27->470",
- "default.handlebars->27->786"
+ "default.handlebars->27->471",
+ "default.handlebars->27->788"
]
},
{
@@ -26587,8 +26593,8 @@
"default-mobile.handlebars->9->246",
"default-mobile.handlebars->9->247",
"default-mobile.handlebars->9->281",
- "default.handlebars->27->469",
- "default.handlebars->27->785",
+ "default.handlebars->27->470",
+ "default.handlebars->27->787",
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->7"
]
},
@@ -26606,7 +26612,7 @@
"ru": "Тамильский",
"zh-chs": "泰米爾語",
"xloc": [
- "default.handlebars->27->1177"
+ "default.handlebars->27->1179"
]
},
{
@@ -26623,7 +26629,7 @@
"ru": "Татарский",
"zh-chs": "塔塔爾族",
"xloc": [
- "default.handlebars->27->1178"
+ "default.handlebars->27->1180"
]
},
{
@@ -26640,7 +26646,7 @@
"ru": "Телугу",
"zh-chs": "泰盧加",
"xloc": [
- "default.handlebars->27->1179"
+ "default.handlebars->27->1181"
]
},
{
@@ -26658,10 +26664,10 @@
"zh-chs": "終奌站",
"xloc": [
"default-mobile.handlebars->9->164",
- "default.handlebars->27->1359",
- "default.handlebars->27->1844",
- "default.handlebars->27->243",
- "default.handlebars->27->513",
+ "default.handlebars->27->1361",
+ "default.handlebars->27->1846",
+ "default.handlebars->27->244",
+ "default.handlebars->27->514",
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevTerminal",
"default.handlebars->contextMenu->cxterminal"
]
@@ -26697,9 +26703,9 @@
"ru": "Терминал уведомление",
"zh-chs": "終端通知",
"xloc": [
- "default.handlebars->27->1279",
- "default.handlebars->27->1753",
- "default.handlebars->27->585"
+ "default.handlebars->27->1281",
+ "default.handlebars->27->1755",
+ "default.handlebars->27->586"
]
},
{
@@ -26716,9 +26722,9 @@
"ru": "Запрос терминала",
"zh-chs": "終端提示",
"xloc": [
- "default.handlebars->27->1278",
- "default.handlebars->27->1752",
- "default.handlebars->27->584"
+ "default.handlebars->27->1280",
+ "default.handlebars->27->1754",
+ "default.handlebars->27->585"
]
},
{
@@ -26774,7 +26780,7 @@
"ru": "Тайский",
"zh-chs": "泰國",
"xloc": [
- "default.handlebars->27->1180"
+ "default.handlebars->27->1182"
]
},
{
@@ -26809,7 +26815,7 @@
"ru": "Имя группы устройств, к которой принадлежит этот компьютер",
"zh-chs": "該計算機所屬的設備組的名稱",
"xloc": [
- "default.handlebars->27->540"
+ "default.handlebars->27->541"
]
},
{
@@ -26826,7 +26832,7 @@
"ru": "Имя группы устройств, к которой принадлежит этот компьютер.",
"zh-chs": "該計算機所屬的設備組的名稱。",
"xloc": [
- "default.handlebars->27->538"
+ "default.handlebars->27->539"
]
},
{
@@ -26843,8 +26849,8 @@
"ru": "Имя этого компьютера, указанное в операционной системе",
"zh-chs": "在操作系統中設置的此計算機的名稱",
"xloc": [
- "default.handlebars->27->541",
- "default.handlebars->27->543"
+ "default.handlebars->27->542",
+ "default.handlebars->27->544"
]
},
{
@@ -26861,7 +26867,7 @@
"ru": "На данный момент уведомлений нет",
"zh-chs": "目前沒有任何通知",
"xloc": [
- "default.handlebars->27->1865"
+ "default.handlebars->27->1867"
]
},
{
@@ -26895,7 +26901,7 @@
"ru": "Эти настройки можно использовать для подключения MQTT для этого устройства.",
"zh-chs": "這些設置可用於連接該設備的MQTT。",
"xloc": [
- "default.handlebars->27->193"
+ "default.handlebars->27->194"
]
},
{
@@ -26913,14 +26919,14 @@
"zh-chs": "該帳戶無權創建新的設備組。",
"xloc": [
"default-mobile.handlebars->9->92",
- "default.handlebars->27->1229"
+ "default.handlebars->27->1231"
]
},
{
"en": "This is a executable on OS's with graphical user interfaces. You need to 'chmod +x meshagent' and run this file.",
"nl": "Dit is een uitvoerbaar bestand op besturingssystemen met grafische gebruikersinterfaces.U moet 'chmod + x meshagent' gebruiken en dit bestand uitvoeren.",
"xloc": [
- "default.handlebars->27->401"
+ "default.handlebars->27->402"
]
},
{
@@ -26958,7 +26964,7 @@
"ru": "Это не безопасная политика, так как агенты будут выполнять активацию.",
"zh-chs": "這不是安全的策略,因為代理將執行激活。",
"xloc": [
- "default.handlebars->27->1344"
+ "default.handlebars->27->1346"
]
},
{
@@ -26994,7 +27000,7 @@
"ru": "Эта политика не повлияет на устройства с Intel® AMT в режиме ACM.",
"zh-chs": "該策略不會影響採用ACM模式的英特爾®AMT的設備。",
"xloc": [
- "default.handlebars->27->1343"
+ "default.handlebars->27->1345"
]
},
{
@@ -27060,7 +27066,7 @@
"nl": "Hiermee wordt een vermelding toegevoegd aan het gebeurtenislogboek van dit apparaat.",
"zh-chs": "这会将条目添加到该设备的事件日志中。",
"xloc": [
- "default.handlebars->27->691"
+ "default.handlebars->27->692"
]
},
{
@@ -27091,7 +27097,7 @@
"ru": "Это не приведет к удалению устройств с сервера, но они больше не смогут подключаться к серверу. Весь удаленный доступ к устройствам будет потерян. Устройства должны быть подключены, чтобы эта команда работала.",
"zh-chs": "這不會從服務器上刪除設備,但是設備將不再能夠連接到服務器。對設備的所有遠程訪問都將丟失。必須連接設備,此命令才能起作用。",
"xloc": [
- "default.handlebars->27->739"
+ "default.handlebars->27->741"
]
},
{
@@ -27108,7 +27114,7 @@
"ru": "Это не приведет к удалению этого устройства с сервера, но оно больше не сможет подключаться к серверу. Весь удаленный доступ к устройству будет потерян. Для работы этой команды устройство должно быть подключено.",
"zh-chs": "這不會將該設備從服務器上刪除,但是該設備將不再能夠連接到服務器。對設備的所有遠程訪問都將丟失。必須連接設備,此命令才能起作用。",
"xloc": [
- "default.handlebars->27->740"
+ "default.handlebars->27->742"
]
},
{
@@ -27125,7 +27131,7 @@
"ru": "Тигровый",
"zh-chs": "蒂格雷",
"xloc": [
- "default.handlebars->27->1181"
+ "default.handlebars->27->1183"
]
},
{
@@ -27150,15 +27156,15 @@
"en": "Time Span",
"nl": "Tijdspanne",
"xloc": [
- "default.handlebars->27->1519"
+ "default.handlebars->27->1521"
]
},
{
"en": "Timeout",
"nl": "Time-out",
"xloc": [
- "default.handlebars->27->791",
- "desktop.handlebars->3->9"
+ "default.handlebars->27->793",
+ "desktop.handlebars->3->10"
]
},
{
@@ -27175,7 +27181,7 @@
"ru": "Чтобы добавить компьютер в группу \\\"{0}\\\", выполните следующую команду. Потребуются права root.",
"zh-chs": "要將計算機添加到{0},請運行以下命令。需要根憑證。",
"xloc": [
- "default.handlebars->27->387"
+ "default.handlebars->27->388"
]
},
{
@@ -27192,7 +27198,7 @@
"ru": "Чтобы добавить новое устройство Intel® AMT в группу устройств \\\"{0}\\\" с CIRA, загрузите следующие файлы со скриптами и используйте MeshCommander , чтобы запустить скрипт для настройки компьютеров.",
"zh-chs": "要將新的英特爾®AMT設備添加到具有CIRA的設備組“ {0} \\”中,請下載以下腳本文件,並使用 MeshCommander 來運行腳本來配置計算機。",
"xloc": [
- "default.handlebars->27->305"
+ "default.handlebars->27->306"
]
},
{
@@ -27209,7 +27215,7 @@
"ru": "Чтобы добавить новое устройство Intel® AMT в группу устройств \\\"{0}\\\" с CIRA, загрузите следующий сертификат в качестве доверенного в Intel AMT",
"zh-chs": "要將新的英特爾®AMT設備添加到具有CIRA的設備組“ {0} \\”,請在英特爾AMT中將以下證書作為受信任的根加載",
"xloc": [
- "default.handlebars->27->308"
+ "default.handlebars->27->309"
]
},
{
@@ -27226,7 +27232,7 @@
"ru": "Чтобы добавить новое устройство Intel® AMT в группу устройств \\\"{0}\\\" с CIRA, загрузите следующий сертификат в качестве доверенного в Intel AMT, выполните аутентификацию с использованием сертификата клиента со следующим общим именем и подключитесь к серверу.",
"zh-chs": "要將新的英特爾®AMT設備添加到具有CIRA的設備組“{0}”中,請將以下證書作為受信任的根加載到英特爾AMT中,使用具有以下通用名稱的客戶端證書進行身份驗證並連接到以下服務器。",
"xloc": [
- "default.handlebars->27->317"
+ "default.handlebars->27->318"
]
},
{
@@ -27243,7 +27249,7 @@
"ru": "Чтобы добавить новый компьютер в группу устройств \\\"{0}\\\", скачайте Mesh Agent и установите его для управления этим компьютером. В этот агент встроена информация о текущем сервере и группе устройств.",
"zh-chs": "要將新計算機添加到設備組\\“ {0} \\”,請下載網狀代理並安裝該計算機以進行管理。該代理中嵌入了服務器和設備組信息。",
"xloc": [
- "default.handlebars->27->376"
+ "default.handlebars->27->377"
]
},
{
@@ -27260,7 +27266,7 @@
"ru": "Чтобы добавить новый компьютер в группу устройств \\\"{0}\\\", скачайте Mesh Agent и установите его для управления этим компьютером. В этот установщик агента встроена информация о текущем сервере и группе устройств.",
"zh-chs": "要將新計算機添加到設備組\\“ {0} \\”,請下載網狀代理並安裝該計算機以進行管理。該代理安裝程序中嵌入了服務器和設備組信息。",
"xloc": [
- "default.handlebars->27->389"
+ "default.handlebars->27->390"
]
},
{
@@ -27277,7 +27283,7 @@
"ru": "Чтобы удалить эту учетную запись, введите пароль учетной записи в оба поля и нажмите ОК.",
"zh-chs": "要刪除此帳戶,請在下面的兩個框中鍵入帳戶密碼,然後單擊確定。",
"xloc": [
- "default.handlebars->27->1216"
+ "default.handlebars->27->1218"
]
},
{
@@ -27361,7 +27367,7 @@
"ru": "Для удаления Mesh Agent скачайте файл ниже, запустите его и нажмите \\\"удалить\\\".",
"zh-chs": "要刪除網格代理,請下載以下文件,運行並單擊\\“卸載\\”。",
"xloc": [
- "default.handlebars->27->393"
+ "default.handlebars->27->394"
]
},
{
@@ -27378,7 +27384,7 @@
"ru": "Для удаления Mesh Agent выполните следующую команду. Потребуются учетные данные root.",
"zh-chs": "要刪除網格代理,請運行以下命令。需要根憑證。",
"xloc": [
- "default.handlebars->27->400"
+ "default.handlebars->27->401"
]
},
{
@@ -27638,7 +27644,7 @@
"ru": "Тема",
"zh-chs": "話題",
"xloc": [
- "default.handlebars->27->734"
+ "default.handlebars->27->736"
]
},
{
@@ -27689,7 +27695,7 @@
"ru": "Router используется для подключения к различным портам устройства через этот сервер",
"zh-chs": "用於通過此服務器連接到設備的流量路由器",
"xloc": [
- "default.handlebars->27->622"
+ "default.handlebars->27->623"
]
},
{
@@ -27723,7 +27729,7 @@
"ru": "Тсонга",
"zh-chs": "特松加",
"xloc": [
- "default.handlebars->27->1182"
+ "default.handlebars->27->1184"
]
},
{
@@ -27740,7 +27746,7 @@
"ru": "Тсвана",
"zh-chs": "茨瓦納",
"xloc": [
- "default.handlebars->27->1183"
+ "default.handlebars->27->1185"
]
},
{
@@ -27757,7 +27763,7 @@
"ru": "Турецкий",
"zh-chs": "土耳其",
"xloc": [
- "default.handlebars->27->1184"
+ "default.handlebars->27->1186"
]
},
{
@@ -27774,7 +27780,7 @@
"ru": "Туркменский",
"zh-chs": "土庫曼人",
"xloc": [
- "default.handlebars->27->1185"
+ "default.handlebars->27->1187"
]
},
{
@@ -27810,13 +27816,12 @@
"xloc": [
"default-mobile.handlebars->9->394",
"default-mobile.handlebars->9->98",
- "default.handlebars->27->1236",
- "default.handlebars->27->1269",
- "default.handlebars->27->1320",
- "default.handlebars->27->1323",
- "default.handlebars->27->822",
+ "default.handlebars->27->1238",
+ "default.handlebars->27->1271",
+ "default.handlebars->27->1322",
+ "default.handlebars->27->1325",
+ "default.handlebars->27->824",
"default.handlebars->container->column_l->p11->deskarea0->deskarea4->3",
- "desktop.handlebars->3->35",
"desktop.handlebars->p11->deskarea0->deskarea4->3"
]
},
@@ -27834,7 +27839,7 @@
"ru": "Введите имя ключа, выберите поле OTP и нажмите кнопку на YubiKey™.",
"zh-chs": "輸入密鑰名稱,選擇OTP框,然後按YubiKey™上的按鈕。",
"xloc": [
- "default.handlebars->27->994"
+ "default.handlebars->27->996"
]
},
{
@@ -27851,7 +27856,7 @@
"ru": "Введите имя ключа для добавления.",
"zh-chs": "輸入要添加的密鑰的名稱。",
"xloc": [
- "default.handlebars->27->991"
+ "default.handlebars->27->993"
]
},
{
@@ -27859,7 +27864,7 @@
"nl": "UDP routering",
"xloc": [
"default-mobile.handlebars->9->173",
- "default.handlebars->27->252"
+ "default.handlebars->27->253"
]
},
{
@@ -27876,7 +27881,7 @@
"ru": "Терминал UTF8",
"zh-chs": "UTF8終端",
"xloc": [
- "default.handlebars->27->835"
+ "default.handlebars->27->837"
]
},
{
@@ -27893,7 +27898,7 @@
"ru": "Украинский",
"zh-chs": "烏克蘭",
"xloc": [
- "default.handlebars->27->1186"
+ "default.handlebars->27->1188"
]
},
{
@@ -27910,8 +27915,8 @@
"ru": "Невозможно получить доступ к устройству, пока адрес email не подтвержден. Это необходимо для восстановления пароля. Перейдите на вкладку \\\"Моя учетная запись\\\", чтобы изменить и подтвердить адрес email.",
"zh-chs": "在驗證電子郵件地址之前,無法訪問設備。這是密碼恢復所必需的。轉到“我的帳戶”標籤以更改和驗證電子郵件地址。",
"xloc": [
- "default.handlebars->27->1231",
- "default.handlebars->27->529"
+ "default.handlebars->27->1233",
+ "default.handlebars->27->530"
]
},
{
@@ -27964,8 +27969,8 @@
"ru": "Невозможно получить доступ к устройству, пока не включена двухфакторная аутентификация. Это требуется для дополнительной безопасности. Перейдите на вкладку \\\"Моя учетная запись\\\" и посмотрите \\\"Безопасность учетной записи\\\".",
"zh-chs": "在啟用兩因素身份驗證之前,無法訪問設備。這是額外的安全性所必需的。轉到“我的帳戶”標籤,然後查看“帳戶安全性”部分。",
"xloc": [
- "default.handlebars->27->1233",
- "default.handlebars->27->531"
+ "default.handlebars->27->1235",
+ "default.handlebars->27->532"
]
},
{
@@ -28072,9 +28077,9 @@
"zh-chs": "卸載",
"xloc": [
"default-mobile.handlebars->9->441",
- "default.handlebars->27->1432",
- "default.handlebars->27->669",
- "default.handlebars->27->688"
+ "default.handlebars->27->1434",
+ "default.handlebars->27->670",
+ "default.handlebars->27->689"
]
},
{
@@ -28092,9 +28097,9 @@
"zh-chs": "卸載代理",
"xloc": [
"default-mobile.handlebars->9->423",
- "default.handlebars->27->1397",
- "default.handlebars->27->443",
- "default.handlebars->27->718"
+ "default.handlebars->27->1399",
+ "default.handlebars->27->444",
+ "default.handlebars->27->720"
]
},
{
@@ -28111,7 +28116,7 @@
"ru": "Удалить агент",
"zh-chs": "卸載代理",
"xloc": [
- "default.handlebars->27->742"
+ "default.handlebars->27->744"
]
},
{
@@ -28139,17 +28144,17 @@
"default.handlebars->27->109",
"default.handlebars->27->111",
"default.handlebars->27->113",
- "default.handlebars->27->1256",
- "default.handlebars->27->1257",
+ "default.handlebars->27->1258",
+ "default.handlebars->27->1259",
"default.handlebars->27->13",
- "default.handlebars->27->1827",
- "default.handlebars->27->1842",
- "default.handlebars->27->1843",
+ "default.handlebars->27->1829",
+ "default.handlebars->27->1844",
+ "default.handlebars->27->1845",
"default.handlebars->27->41",
"default.handlebars->27->42",
- "default.handlebars->27->439",
- "default.handlebars->27->925",
- "default.handlebars->27->932"
+ "default.handlebars->27->440",
+ "default.handlebars->27->927",
+ "default.handlebars->27->934"
]
},
{
@@ -28167,7 +28172,7 @@
"zh-chs": "未知#{0}",
"xloc": [
"default-mobile.handlebars->9->388",
- "default.handlebars->27->1263"
+ "default.handlebars->27->1265"
]
},
{
@@ -28184,7 +28189,7 @@
"ru": "Неизвестное действие",
"zh-chs": "未知動作",
"xloc": [
- "default.handlebars->27->1879"
+ "default.handlebars->27->1881"
]
},
{
@@ -28201,8 +28206,8 @@
"ru": "Неизвестное устройство",
"zh-chs": "未知設備",
"xloc": [
- "default.handlebars->27->1691",
- "default.handlebars->27->1815"
+ "default.handlebars->27->1693",
+ "default.handlebars->27->1817"
]
},
{
@@ -28219,9 +28224,9 @@
"ru": "Неизвестная группа устройств",
"zh-chs": "未知設備組",
"xloc": [
- "default.handlebars->27->1685",
- "default.handlebars->27->1803",
- "default.handlebars->27->1883"
+ "default.handlebars->27->1687",
+ "default.handlebars->27->1805",
+ "default.handlebars->27->1885"
]
},
{
@@ -28238,7 +28243,7 @@
"ru": "Неизвестная группа",
"zh-chs": "未知群組",
"xloc": [
- "default.handlebars->27->1875"
+ "default.handlebars->27->1877"
]
},
{
@@ -28256,7 +28261,7 @@
"zh-chs": "未知狀態",
"xloc": [
"default-mobile.handlebars->9->227",
- "default.handlebars->27->553"
+ "default.handlebars->27->554"
]
},
{
@@ -28273,7 +28278,7 @@
"ru": "Неизвестная группа пользователей",
"zh-chs": "未知用戶組",
"xloc": [
- "default.handlebars->27->1809"
+ "default.handlebars->27->1811"
]
},
{
@@ -28291,7 +28296,7 @@
"zh-chs": "未知版本和狀態",
"xloc": [
"default-mobile.handlebars->9->229",
- "default.handlebars->27->555"
+ "default.handlebars->27->556"
]
},
{
@@ -28310,8 +28315,8 @@
"fi": "Rajoittamaton",
"xloc": [
"default.handlebars->27->181",
- "default.handlebars->27->343",
- "default.handlebars->27->357"
+ "default.handlebars->27->344",
+ "default.handlebars->27->358"
]
},
{
@@ -28325,7 +28330,7 @@
"nl": "Account ontgrendelen",
"zh-chs": "解锁帐号",
"xloc": [
- "default.handlebars->27->1573"
+ "default.handlebars->27->1575"
]
},
{
@@ -28363,7 +28368,7 @@
"ru": "Актуально",
"zh-chs": "最新",
"xloc": [
- "default.handlebars->27->1940"
+ "default.handlebars->27->1942"
]
},
{
@@ -28404,11 +28409,11 @@
"default-mobile.handlebars->9->126",
"default-mobile.handlebars->9->305",
"default-mobile.handlebars->9->323",
- "default.handlebars->27->1505",
- "default.handlebars->27->1513",
- "default.handlebars->27->858",
- "default.handlebars->27->881",
- "default.handlebars->27->884",
+ "default.handlebars->27->1507",
+ "default.handlebars->27->1515",
+ "default.handlebars->27->860",
+ "default.handlebars->27->883",
+ "default.handlebars->27->886",
"default.handlebars->container->dialog->dialogBody->dialog3->d3localmode->1"
]
},
@@ -28426,7 +28431,7 @@
"ru": "Загрузить ядро Mesh Agent",
"zh-chs": "上傳網格代理核心",
"xloc": [
- "default.handlebars->27->977"
+ "default.handlebars->27->979"
]
},
{
@@ -28443,7 +28448,7 @@
"ru": "Загрузить файл ядра",
"zh-chs": "上載核心文件",
"xloc": [
- "default.handlebars->27->974"
+ "default.handlebars->27->976"
]
},
{
@@ -28460,7 +28465,7 @@
"ru": "Загрузить ядро по умолчанию с сервера ",
"zh-chs": "上載默認服務器核心",
"xloc": [
- "default.handlebars->27->971"
+ "default.handlebars->27->973"
]
},
{
@@ -28477,7 +28482,7 @@
"ru": "Загрузить ядро восстановления",
"zh-chs": "上傳恢復核心",
"xloc": [
- "default.handlebars->27->973"
+ "default.handlebars->27->975"
]
},
{
@@ -28494,8 +28499,8 @@
"ru": "Загрузка перезапишет 1 файл. Продолжить?",
"zh-chs": "上傳將覆蓋1個文件。繼續?",
"xloc": [
- "default.handlebars->27->1514",
- "default.handlebars->27->882"
+ "default.handlebars->27->1516",
+ "default.handlebars->27->884"
]
},
{
@@ -28512,8 +28517,8 @@
"ru": "Загрузка перезапишет {0} файлов. Продолжить?",
"zh-chs": "上傳將覆蓋{0}個文件。繼續?",
"xloc": [
- "default.handlebars->27->1515",
- "default.handlebars->27->883"
+ "default.handlebars->27->1517",
+ "default.handlebars->27->885"
]
},
{
@@ -28544,7 +28549,7 @@
"ru": "Верхний Сорбский",
"zh-chs": "上索布族",
"xloc": [
- "default.handlebars->27->1187"
+ "default.handlebars->27->1189"
]
},
{
@@ -28561,7 +28566,7 @@
"ru": "Урду",
"zh-chs": "烏爾都語",
"xloc": [
- "default.handlebars->27->1188"
+ "default.handlebars->27->1190"
]
},
{
@@ -28613,8 +28618,8 @@
"ru": "Использовано",
"zh-chs": "用過的",
"xloc": [
- "default.handlebars->27->1869",
- "default.handlebars->27->1871"
+ "default.handlebars->27->1871",
+ "default.handlebars->27->1873"
]
},
{
@@ -28631,13 +28636,13 @@
"ru": "Пользователь",
"zh-chs": "用戶",
"xloc": [
- "default.handlebars->27->1317",
- "default.handlebars->27->1526",
- "default.handlebars->27->1555",
- "default.handlebars->27->1681",
- "default.handlebars->27->1862",
- "default.handlebars->27->221",
- "default.handlebars->27->653"
+ "default.handlebars->27->1319",
+ "default.handlebars->27->1528",
+ "default.handlebars->27->1557",
+ "default.handlebars->27->1683",
+ "default.handlebars->27->1864",
+ "default.handlebars->27->222",
+ "default.handlebars->27->654"
]
},
{
@@ -28654,7 +28659,7 @@
"ru": "Пользователь + Файлы",
"zh-chs": "用戶+文件",
"xloc": [
- "default.handlebars->27->1556"
+ "default.handlebars->27->1558"
]
},
{
@@ -28671,10 +28676,10 @@
"ru": "Импорт учетной записи пользователя",
"zh-chs": "用戶帳戶導入",
"xloc": [
- "default.handlebars->27->1589",
- "default.handlebars->27->1590",
+ "default.handlebars->27->1591",
"default.handlebars->27->1592",
- "default.handlebars->27->1594"
+ "default.handlebars->27->1594",
+ "default.handlebars->27->1596"
]
},
{
@@ -28691,7 +28696,7 @@
"ru": "Учетные записи пользователей",
"zh-chs": "用戶帳號",
"xloc": [
- "default.handlebars->27->1888"
+ "default.handlebars->27->1890"
]
},
{
@@ -28709,8 +28714,8 @@
"zh-chs": "用戶授權",
"xloc": [
"default-mobile.handlebars->9->396",
- "default.handlebars->27->1315",
- "default.handlebars->27->649"
+ "default.handlebars->27->1317",
+ "default.handlebars->27->650"
]
},
{
@@ -28727,11 +28732,11 @@
"ru": "Согласие пользователя",
"zh-chs": "用戶同意",
"xloc": [
- "default.handlebars->27->1285",
- "default.handlebars->27->1759",
- "default.handlebars->27->186",
- "default.handlebars->27->591",
- "default.handlebars->27->707"
+ "default.handlebars->27->1287",
+ "default.handlebars->27->1761",
+ "default.handlebars->27->190",
+ "default.handlebars->27->592",
+ "default.handlebars->27->709"
]
},
{
@@ -28748,12 +28753,12 @@
"ru": "Группа пользователей",
"zh-chs": "用戶組",
"xloc": [
- "default.handlebars->27->1373",
- "default.handlebars->27->1374",
- "default.handlebars->27->1657",
- "default.handlebars->27->1811",
- "default.handlebars->27->1830",
- "default.handlebars->27->652"
+ "default.handlebars->27->1375",
+ "default.handlebars->27->1376",
+ "default.handlebars->27->1659",
+ "default.handlebars->27->1813",
+ "default.handlebars->27->1832",
+ "default.handlebars->27->653"
]
},
{
@@ -28787,7 +28792,7 @@
"ru": "Членство в группах пользователей",
"zh-chs": "用戶組成員資格",
"xloc": [
- "default.handlebars->27->1808"
+ "default.handlebars->27->1810"
]
},
{
@@ -28811,17 +28816,17 @@
"ru": "Идентификатор пользователя",
"zh-chs": "用戶標識",
"xloc": [
- "default.handlebars->27->1435",
- "default.handlebars->27->1726",
- "default.handlebars->27->1727"
+ "default.handlebars->27->1437",
+ "default.handlebars->27->1728",
+ "default.handlebars->27->1729"
]
},
{
"en": "User Identifiers",
"nl": "Gebruikers-ID's",
"xloc": [
- "default.handlebars->27->1371",
- "default.handlebars->27->1710"
+ "default.handlebars->27->1373",
+ "default.handlebars->27->1712"
]
},
{
@@ -28838,7 +28843,7 @@
"ru": "Экспортировать список пользователей",
"zh-chs": "用戶列表導出",
"xloc": [
- "default.handlebars->27->1601"
+ "default.handlebars->27->1603"
]
},
{
@@ -28856,7 +28861,7 @@
"zh-chs": "用戶名",
"xloc": [
"default-mobile.handlebars->9->443",
- "default.handlebars->27->1434"
+ "default.handlebars->27->1436"
]
},
{
@@ -28918,7 +28923,7 @@
"ru": "Сессии пользователя",
"zh-chs": "用戶會話",
"xloc": [
- "default.handlebars->27->1905"
+ "default.handlebars->27->1907"
]
},
{
@@ -28977,8 +28982,8 @@
"en": "User \\\"{0}\\\"",
"nl": "Gebuiker \\\"{0}\\\"",
"xloc": [
- "default.handlebars->27->799",
- "desktop.handlebars->3->17"
+ "default.handlebars->27->801",
+ "desktop.handlebars->3->18"
]
},
{
@@ -28995,8 +29000,8 @@
"ru": "Использовать настройки браузера",
"zh-chs": "用戶瀏覽器價值",
"xloc": [
- "default.handlebars->27->1198",
- "default.handlebars->27->1200"
+ "default.handlebars->27->1200",
+ "default.handlebars->27->1202"
]
},
{
@@ -29053,10 +29058,10 @@
"zh-chs": "用戶名",
"xloc": [
"default-mobile.handlebars->9->268",
- "default.handlebars->27->1613",
- "default.handlebars->27->282",
- "default.handlebars->27->314",
- "default.handlebars->27->728",
+ "default.handlebars->27->1615",
+ "default.handlebars->27->283",
+ "default.handlebars->27->315",
+ "default.handlebars->27->730",
"mstsc.handlebars->main->1->3->1->4->1->0",
"mstsc.handlebars->main->1->3->1->4->3",
"player.handlebars->3->4"
@@ -29115,9 +29120,9 @@
"ru": "Пользователи",
"zh-chs": "用戶數",
"xloc": [
- "default.handlebars->27->1645",
- "default.handlebars->27->1673",
- "default.handlebars->27->1904",
+ "default.handlebars->27->1647",
+ "default.handlebars->27->1675",
+ "default.handlebars->27->1906",
"default.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGeneral"
]
},
@@ -29135,7 +29140,7 @@
"ru": "Сессии пользователей",
"zh-chs": "用戶會話",
"xloc": [
- "default.handlebars->27->1892"
+ "default.handlebars->27->1894"
]
},
{
@@ -29152,14 +29157,14 @@
"ru": "VT100+ (F10 = ESC+[OY)",
"zh-chs": "VT100 +(F10 = ESC + [OY)",
"xloc": [
- "default.handlebars->27->840"
+ "default.handlebars->27->842"
]
},
{
"en": "Validate Email",
"nl": "E-mail valideren",
"xloc": [
- "default.handlebars->27->1568"
+ "default.handlebars->27->1570"
]
},
{
@@ -29176,7 +29181,7 @@
"ru": "Венда",
"zh-chs": "文達",
"xloc": [
- "default.handlebars->27->1189"
+ "default.handlebars->27->1191"
]
},
{
@@ -29195,8 +29200,8 @@
"xloc": [
"default-mobile.handlebars->9->367",
"default-mobile.handlebars->9->370",
- "default.handlebars->27->940",
- "default.handlebars->27->943"
+ "default.handlebars->27->942",
+ "default.handlebars->27->945"
]
},
{
@@ -29227,7 +29232,7 @@
"ru": "Проверенный",
"zh-chs": "已驗證",
"xloc": [
- "default.handlebars->27->1789"
+ "default.handlebars->27->1791"
]
},
{
@@ -29254,8 +29259,8 @@
"zh-chs": "验证电话号码",
"xloc": [
"default-mobile.handlebars->9->63",
- "default.handlebars->27->1564",
- "default.handlebars->27->978"
+ "default.handlebars->27->1566",
+ "default.handlebars->27->980"
]
},
{
@@ -29312,10 +29317,10 @@
"default-mobile.handlebars->9->351",
"default-mobile.handlebars->9->368",
"default-mobile.handlebars->9->373",
- "default.handlebars->27->889",
- "default.handlebars->27->924",
- "default.handlebars->27->941",
- "default.handlebars->27->946",
+ "default.handlebars->27->891",
+ "default.handlebars->27->926",
+ "default.handlebars->27->943",
+ "default.handlebars->27->948",
"default.handlebars->container->column_l->p42->p42tbl->1->0->5"
]
},
@@ -29332,7 +29337,7 @@
"ru": "Версия несовместима, пожалуйста, сначала обновите установку MeshCentral",
"zh-chs": "版本不兼容,请先升级您的MeshCentral安装",
"xloc": [
- "default.handlebars->27->1936"
+ "default.handlebars->27->1938"
]
},
{
@@ -29368,7 +29373,7 @@
"ru": "Вьетнамский",
"zh-chs": "越南文",
"xloc": [
- "default.handlebars->27->1190"
+ "default.handlebars->27->1192"
]
},
{
@@ -29402,8 +29407,8 @@
"ru": "Просмотр журнала изменений",
"zh-chs": "查看变更日志",
"xloc": [
- "default.handlebars->27->1939",
- "default.handlebars->27->1941"
+ "default.handlebars->27->1941",
+ "default.handlebars->27->1943"
]
},
{
@@ -29420,7 +29425,7 @@
"ru": "Посмотреть примечания этого устройства",
"zh-chs": "查看有關此設備的註釋",
"xloc": [
- "default.handlebars->27->607"
+ "default.handlebars->27->608"
]
},
{
@@ -29437,7 +29442,7 @@
"ru": "Посмотреть примечания этой группы устройств",
"zh-chs": "查看有關此設備組的註釋",
"xloc": [
- "default.handlebars->27->1300"
+ "default.handlebars->27->1302"
]
},
{
@@ -29454,7 +29459,7 @@
"ru": "Посмотреть примечания об этом пользователе",
"zh-chs": "查看有關此用戶的註釋",
"xloc": [
- "default.handlebars->27->1767"
+ "default.handlebars->27->1769"
]
},
{
@@ -29471,7 +29476,7 @@
"ru": "Волапукский",
"zh-chs": "沃拉普克",
"xloc": [
- "default.handlebars->27->1191"
+ "default.handlebars->27->1193"
]
},
{
@@ -29519,8 +29524,8 @@
"ko": "사용자가 액세스 권한을 부여하기를 기다리는 중 ...",
"zh-chs": "正在等待用户授予访问权限...",
"xloc": [
- "default.handlebars->27->788",
- "desktop.handlebars->3->6"
+ "default.handlebars->27->790",
+ "desktop.handlebars->3->7"
]
},
{
@@ -29536,8 +29541,8 @@
"ru": "Услуга",
"zh-chs": "唤醒",
"xloc": [
- "default.handlebars->27->665",
- "default.handlebars->27->684"
+ "default.handlebars->27->666",
+ "default.handlebars->27->685"
]
},
{
@@ -29556,8 +29561,8 @@
"xloc": [
"default-mobile.handlebars->9->419",
"default-mobile.handlebars->9->432",
- "default.handlebars->27->1393",
- "default.handlebars->27->1422"
+ "default.handlebars->27->1395",
+ "default.handlebars->27->1424"
]
},
{
@@ -29575,7 +29580,7 @@
"zh-chs": "醒來",
"xloc": [
"default-mobile.handlebars->9->260",
- "default.handlebars->27->712"
+ "default.handlebars->27->714"
]
},
{
@@ -29592,7 +29597,7 @@
"ru": "Разбудить устройства",
"zh-chs": "喚醒設備",
"xloc": [
- "default.handlebars->27->446"
+ "default.handlebars->27->447"
]
},
{
@@ -29609,7 +29614,7 @@
"ru": "Валлонский",
"zh-chs": "瓦隆",
"xloc": [
- "default.handlebars->27->1192"
+ "default.handlebars->27->1194"
]
},
{
@@ -29627,7 +29632,7 @@
"zh-chs": "弱",
"fi": "Heikko",
"xloc": [
- "default.handlebars->27->1245"
+ "default.handlebars->27->1247"
]
},
{
@@ -29665,8 +29670,8 @@
"ru": "Веб-сервер",
"zh-chs": "網絡服務器",
"xloc": [
- "default.handlebars->27->1925",
- "default.handlebars->27->1926"
+ "default.handlebars->27->1927",
+ "default.handlebars->27->1928"
]
},
{
@@ -29683,7 +29688,7 @@
"ru": "Запросы веб-сервера",
"zh-chs": "Web服務器請求",
"xloc": [
- "default.handlebars->27->1927"
+ "default.handlebars->27->1929"
]
},
{
@@ -29700,14 +29705,14 @@
"ru": "Ретранслятор Web Socket",
"zh-chs": "Web套接字中繼",
"xloc": [
- "default.handlebars->27->1928"
+ "default.handlebars->27->1930"
]
},
{
"en": "Web-RDP",
"nl": "Web-RDP",
"xloc": [
- "default.handlebars->27->635"
+ "default.handlebars->27->636"
]
},
{
@@ -29762,7 +29767,7 @@
"ru": "Уэльский",
"zh-chs": "威爾士語",
"xloc": [
- "default.handlebars->27->1193"
+ "default.handlebars->27->1195"
]
},
{
@@ -29779,7 +29784,7 @@
"ru": "Когда этот параметр включен, коды приглашений могут использоваться любым пользователем для присоединения устройств к этой группе устройств по следующей общедоступной ссылке:",
"zh-chs": "啟用後,任何人都可以使用邀請代碼通過以下公共鏈接將設備加入該設備組:",
"xloc": [
- "default.handlebars->27->1443"
+ "default.handlebars->27->1445"
]
},
{
@@ -29797,7 +29802,7 @@
"zh-chs": "啟用後,每次登錄時,您都可以選擇向電子郵件帳戶接收登錄令牌,以提高安全性。",
"xloc": [
"default-mobile.handlebars->9->69",
- "default.handlebars->27->985"
+ "default.handlebars->27->987"
]
},
{
@@ -29815,7 +29820,7 @@
"zh-chs": "下次登錄時將更改。",
"fi": "Vaihdetaan seuraavan kirjautumisen yhteydessä",
"xloc": [
- "default.handlebars->27->1739"
+ "default.handlebars->27->1741"
]
},
{
@@ -29982,7 +29987,7 @@
"ru": "Исполняемый файл Win32",
"zh-chs": "Win32可執行文件",
"xloc": [
- "default.handlebars->27->756"
+ "default.handlebars->27->758"
]
},
{
@@ -29999,7 +30004,7 @@
"ru": "WinSCP",
"zh-chs": "WinSCP",
"xloc": [
- "default.handlebars->27->631"
+ "default.handlebars->27->632"
]
},
{
@@ -30016,7 +30021,7 @@
"ru": "Windows",
"zh-chs": "視窗",
"xloc": [
- "default.handlebars->27->365"
+ "default.handlebars->27->366"
]
},
{
@@ -30033,8 +30038,8 @@
"ru": "Windows (.exe)",
"zh-chs": "Windows(.exe)",
"xloc": [
- "default.handlebars->27->379",
- "default.handlebars->27->396"
+ "default.handlebars->27->380",
+ "default.handlebars->27->397"
]
},
{
@@ -30051,7 +30056,7 @@
"ru": "Windows (32bit)",
"zh-chs": "Windows(32位)",
"xloc": [
- "default.handlebars->27->760"
+ "default.handlebars->27->762"
]
},
{
@@ -30068,7 +30073,7 @@
"ru": "Windows (64bit)",
"zh-chs": "Windows(64位)",
"xloc": [
- "default.handlebars->27->761"
+ "default.handlebars->27->763"
]
},
{
@@ -30085,7 +30090,7 @@
"ru": "Windows (Удаление)",
"zh-chs": "Windows(卸載)",
"xloc": [
- "default.handlebars->27->369"
+ "default.handlebars->27->370"
]
},
{
@@ -30198,8 +30203,8 @@
"en": "Windows Command Prompt",
"nl": "Windows opdrachtprompt",
"xloc": [
- "default.handlebars->27->460",
- "default.handlebars->27->722"
+ "default.handlebars->27->461",
+ "default.handlebars->27->724"
]
},
{
@@ -30242,8 +30247,8 @@
"en": "Windows PowerShell",
"nl": "Windows PowerShell",
"xloc": [
- "default.handlebars->27->461",
- "default.handlebars->27->723"
+ "default.handlebars->27->462",
+ "default.handlebars->27->725"
]
},
{
@@ -30261,7 +30266,7 @@
"zh-chs": "僅Windows",
"fi": "Vain Windows",
"xloc": [
- "default.handlebars->27->334"
+ "default.handlebars->27->335"
]
},
{
@@ -30278,8 +30283,8 @@
"ru": "Windows x64 (.exe)",
"zh-chs": "Windows x64(.exe)",
"xloc": [
- "default.handlebars->27->383",
- "default.handlebars->27->399"
+ "default.handlebars->27->384",
+ "default.handlebars->27->400"
]
},
{
@@ -30313,7 +30318,7 @@
"ru": "Перенос строк: ВЫКЛ",
"zh-chs": "包裝:關閉",
"xloc": [
- "default.handlebars->27->876"
+ "default.handlebars->27->878"
]
},
{
@@ -30330,7 +30335,7 @@
"ru": "Перенос строк: ВКЛ",
"zh-chs": "包裝:開",
"xloc": [
- "default.handlebars->27->875"
+ "default.handlebars->27->877"
]
},
{
@@ -30347,7 +30352,7 @@
"ru": "Записать событие к этому устройству",
"zh-chs": "為此設備寫一個事件",
"xloc": [
- "default.handlebars->27->609"
+ "default.handlebars->27->610"
]
},
{
@@ -30401,7 +30406,7 @@
"ru": "XTerm",
"zh-chs": "XTerm",
"xloc": [
- "default.handlebars->27->625"
+ "default.handlebars->27->626"
]
},
{
@@ -30418,7 +30423,7 @@
"ru": "Кос",
"zh-chs": "科薩",
"xloc": [
- "default.handlebars->27->1194"
+ "default.handlebars->27->1196"
]
},
{
@@ -30435,7 +30440,7 @@
"ru": "Идиш",
"zh-chs": "意第緒語",
"xloc": [
- "default.handlebars->27->1195"
+ "default.handlebars->27->1197"
]
},
{
@@ -30510,7 +30515,7 @@
"ru": "YubiKey™ OTP",
"zh-chs": "YubiKey™ OTP",
"xloc": [
- "default.handlebars->27->997"
+ "default.handlebars->27->999"
]
},
{
@@ -30527,7 +30532,7 @@
"ru": "Масштабирование по размеру",
"zh-chs": "縮放至適合範圍",
"xloc": [
- "default.handlebars->27->518"
+ "default.handlebars->27->519"
]
},
{
@@ -30544,8 +30549,8 @@
"ru": "Масштабирование +",
"zh-chs": "放大到一定程度",
"xloc": [
- "default.handlebars->27->515",
- "default.handlebars->27->521"
+ "default.handlebars->27->516",
+ "default.handlebars->27->522"
]
},
{
@@ -30562,8 +30567,8 @@
"ru": "Масштабирование -",
"zh-chs": "縮小到一定程度",
"xloc": [
- "default.handlebars->27->516",
- "default.handlebars->27->522"
+ "default.handlebars->27->517",
+ "default.handlebars->27->523"
]
},
{
@@ -30580,7 +30585,7 @@
"ru": "Зулусский",
"zh-chs": "祖魯族",
"xloc": [
- "default.handlebars->27->1196"
+ "default.handlebars->27->1198"
]
},
{
@@ -30801,7 +30806,7 @@
"ru": "\\\\'",
"zh-chs": "\\\\'",
"xloc": [
- "default.handlebars->27->1937"
+ "default.handlebars->27->1939"
]
},
{
@@ -30813,8 +30818,8 @@
"fr": "a:",
"de": "a:",
"xloc": [
- "default.handlebars->27->497",
- "default.handlebars->27->498"
+ "default.handlebars->27->498",
+ "default.handlebars->27->499"
]
},
{
@@ -30832,8 +30837,8 @@
"zh-chs": "加一",
"fi": "lisää yksi",
"xloc": [
- "default.handlebars->27->218",
- "default.handlebars->27->220"
+ "default.handlebars->27->219",
+ "default.handlebars->27->221"
]
},
{
@@ -30851,7 +30856,7 @@
"zh-chs": "管理員",
"fi": "pääkäyttäjä",
"xloc": [
- "default.handlebars->27->283"
+ "default.handlebars->27->284"
]
},
{
@@ -30894,8 +30899,8 @@
"en": "atag:",
"nl": "atag:",
"xloc": [
- "default.handlebars->27->495",
- "default.handlebars->27->496"
+ "default.handlebars->27->496",
+ "default.handlebars->27->497"
]
},
{
@@ -30985,7 +30990,7 @@
"ru": "console.txt",
"zh-chs": "console.txt",
"xloc": [
- "default.handlebars->27->968"
+ "default.handlebars->27->970"
]
},
{
@@ -31004,7 +31009,7 @@
"fi": "kopioi",
"xloc": [
"default-mobile.handlebars->9->130",
- "default.handlebars->27->1510"
+ "default.handlebars->27->1512"
]
},
{
@@ -31028,8 +31033,8 @@
"ru": "devicelist.csv",
"zh-chs": "devicelist.csv",
"xloc": [
- "default.handlebars->27->474",
- "default.handlebars->27->479"
+ "default.handlebars->27->475",
+ "default.handlebars->27->480"
]
},
{
@@ -31046,8 +31051,8 @@
"ru": "devicelist.json",
"zh-chs": "devicelist.json",
"xloc": [
- "default.handlebars->27->476",
- "default.handlebars->27->480"
+ "default.handlebars->27->477",
+ "default.handlebars->27->481"
]
},
{
@@ -31078,8 +31083,8 @@
"ru": "eventslist.csv",
"zh-chs": "eventslist.csv",
"xloc": [
- "default.handlebars->27->1533",
- "default.handlebars->27->1538"
+ "default.handlebars->27->1535",
+ "default.handlebars->27->1540"
]
},
{
@@ -31096,8 +31101,8 @@
"ru": "eventslist.json",
"zh-chs": "eventslist.json",
"xloc": [
- "default.handlebars->27->1535",
- "default.handlebars->27->1539"
+ "default.handlebars->27->1537",
+ "default.handlebars->27->1541"
]
},
{
@@ -31114,7 +31119,7 @@
"ru": "example@email.com",
"zh-chs": "example@email.com",
"xloc": [
- "default.handlebars->27->330"
+ "default.handlebars->27->331"
]
},
{
@@ -31131,7 +31136,7 @@
"ru": "свободно",
"zh-chs": "自由",
"xloc": [
- "default.handlebars->27->1900"
+ "default.handlebars->27->1902"
]
},
{
@@ -31150,8 +31155,8 @@
"xloc": [
"default-mobile.handlebars->9->141",
"default-mobile.handlebars->9->142",
- "default.handlebars->27->489",
- "default.handlebars->27->490"
+ "default.handlebars->27->490",
+ "default.handlebars->27->491"
]
},
{
@@ -31170,8 +31175,8 @@
"xloc": [
"default-mobile.handlebars->9->139",
"default-mobile.handlebars->9->140",
- "default.handlebars->27->487",
- "default.handlebars->27->488"
+ "default.handlebars->27->488",
+ "default.handlebars->27->489"
]
},
{
@@ -31316,7 +31321,7 @@
"ru": "id, name, email, creation, lastlogin, groups, authfactors",
"zh-chs": "id,名稱,電子郵件,創建,lastlogin,組,authfactors",
"xloc": [
- "default.handlebars->27->1602"
+ "default.handlebars->27->1604"
]
},
{
@@ -31333,7 +31338,7 @@
"ru": "идентификатор, имя, имя, хост, значок, ip, osdesc, состояние, имя группы, conn, pwr",
"zh-chs": "id,名稱,rname,主機,圖標,ip,osdesc,狀態,組名,conn,pwr",
"xloc": [
- "default.handlebars->27->478"
+ "default.handlebars->27->479"
]
},
{
@@ -31352,8 +31357,8 @@
"xloc": [
"default-mobile.handlebars->9->137",
"default-mobile.handlebars->9->138",
- "default.handlebars->27->485",
- "default.handlebars->27->486"
+ "default.handlebars->27->486",
+ "default.handlebars->27->487"
]
},
{
@@ -31417,7 +31422,7 @@
"ru": "k max, пусто по умолчанию",
"zh-chs": "k max,默认为空白",
"xloc": [
- "default.handlebars->27->1630"
+ "default.handlebars->27->1632"
]
},
{
@@ -31452,7 +31457,7 @@
"ru": "macOS (64bit)",
"zh-chs": "macOS (64位)",
"xloc": [
- "default.handlebars->27->764"
+ "default.handlebars->27->766"
]
},
{
@@ -31503,7 +31508,7 @@
"ru": "MeshAgent",
"zh-chs": "MeshAgent",
"xloc": [
- "default.handlebars->27->403"
+ "default.handlebars->27->404"
]
},
{
@@ -31522,21 +31527,21 @@
"fi": "siirrä",
"xloc": [
"default-mobile.handlebars->9->131",
- "default.handlebars->27->1511"
+ "default.handlebars->27->1513"
]
},
{
"en": "noVNC",
"nl": "noVNC",
"xloc": [
- "default.handlebars->27->633"
+ "default.handlebars->27->634"
]
},
{
"en": "noVNC Connection",
"nl": "noVNC verbinding",
"xloc": [
- "default.handlebars->27->502"
+ "default.handlebars->27->503"
]
},
{
@@ -31544,7 +31549,7 @@
"nl": "noVNC externe verbindingspoort:",
"fi": "noVNC-etäyhteysportti:",
"xloc": [
- "default.handlebars->27->501"
+ "default.handlebars->27->502"
]
},
{
@@ -31575,7 +31580,7 @@
"ru": "servererrors.txt",
"zh-chs": "servererrors.txt",
"xloc": [
- "default.handlebars->27->1260"
+ "default.handlebars->27->1262"
]
},
{
@@ -31592,7 +31597,7 @@
"ru": "servertrace.csv",
"zh-chs": "servertrace.csv",
"xloc": [
- "default.handlebars->27->1935"
+ "default.handlebars->27->1937"
]
},
{
@@ -31611,8 +31616,8 @@
"xloc": [
"default-mobile.handlebars->9->145",
"default-mobile.handlebars->9->146",
- "default.handlebars->27->493",
- "default.handlebars->27->494"
+ "default.handlebars->27->494",
+ "default.handlebars->27->495"
]
},
{
@@ -31631,8 +31636,8 @@
"xloc": [
"default-mobile.handlebars->9->143",
"default-mobile.handlebars->9->144",
- "default.handlebars->27->491",
- "default.handlebars->27->492"
+ "default.handlebars->27->492",
+ "default.handlebars->27->493"
]
},
{
@@ -31649,7 +31654,7 @@
"ru": "time, conn.agent, conn.users, conn.usersessions, conn.relaysession, conn.intelamt, mem.external, mem.heapused, mem.heaptotal, mem.rss",
"zh-chs": "時間,conn.agent,conn.users,conn.usersessions,conn.relaysession,conn.intelamt,mem.external,mem.heapused,mem.heaptotal,mem.rss",
"xloc": [
- "default.handlebars->27->1913"
+ "default.handlebars->27->1915"
]
},
{
@@ -31666,7 +31671,7 @@
"ru": "time, source, message",
"zh-chs": "時間,來源,訊息",
"xloc": [
- "default.handlebars->27->1934"
+ "default.handlebars->27->1936"
]
},
{
@@ -31697,7 +31702,7 @@
"ru": "всего",
"zh-chs": "總",
"xloc": [
- "default.handlebars->27->1901"
+ "default.handlebars->27->1903"
]
},
{
@@ -31716,8 +31721,8 @@
"xloc": [
"default-mobile.handlebars->9->135",
"default-mobile.handlebars->9->136",
- "default.handlebars->27->483",
- "default.handlebars->27->484"
+ "default.handlebars->27->484",
+ "default.handlebars->27->485"
]
},
{
@@ -31750,8 +31755,8 @@
"xloc": [
"default-mobile.handlebars->9->133",
"default-mobile.handlebars->9->134",
- "default.handlebars->27->481",
- "default.handlebars->27->482"
+ "default.handlebars->27->482",
+ "default.handlebars->27->483"
]
},
{
@@ -31768,8 +31773,8 @@
"ru": "userlist.csv",
"zh-chs": "userlist.csv",
"xloc": [
- "default.handlebars->27->1598",
- "default.handlebars->27->1603"
+ "default.handlebars->27->1600",
+ "default.handlebars->27->1605"
]
},
{
@@ -31786,8 +31791,8 @@
"ru": "userlist.json",
"zh-chs": "userlist.json",
"xloc": [
- "default.handlebars->27->1600",
- "default.handlebars->27->1604"
+ "default.handlebars->27->1602",
+ "default.handlebars->27->1606"
]
},
{
@@ -31804,7 +31809,7 @@
"ru": "utc, время, тип, действие, пользователь, устройство, сообщение",
"zh-chs": "utc,時間,類型,操作,用戶,設備,消息",
"xloc": [
- "default.handlebars->27->1537"
+ "default.handlebars->27->1539"
]
},
{
@@ -31838,7 +31843,7 @@
"ru": "{0} Гб",
"zh-chs": "{0} Gb",
"xloc": [
- "default.handlebars->27->1490"
+ "default.handlebars->27->1492"
]
},
{
@@ -31855,8 +31860,8 @@
"ru": "{0} Kб",
"zh-chs": "{0} Kb",
"xloc": [
- "default.handlebars->27->1488",
- "default.handlebars->27->1841"
+ "default.handlebars->27->1490",
+ "default.handlebars->27->1843"
]
},
{
@@ -31874,8 +31879,8 @@
"zh-chs": "{0} Mb",
"xloc": [
"default-mobile.handlebars->9->384",
- "default.handlebars->27->1489",
- "default.handlebars->27->957"
+ "default.handlebars->27->1491",
+ "default.handlebars->27->959"
]
},
{
@@ -31893,7 +31898,7 @@
"zh-chs": "{0} Mb,{1} Mhz",
"xloc": [
"default-mobile.handlebars->9->379",
- "default.handlebars->27->952"
+ "default.handlebars->27->954"
]
},
{
@@ -31910,7 +31915,7 @@
"ru": "{0} активных сессий",
"zh-chs": "{0}個活動會話",
"xloc": [
- "default.handlebars->27->1779"
+ "default.handlebars->27->1781"
]
},
{
@@ -31927,7 +31932,7 @@
"ru": "{0} байт",
"zh-chs": "{0} b",
"xloc": [
- "default.handlebars->27->1487"
+ "default.handlebars->27->1489"
]
},
{
@@ -31946,8 +31951,8 @@
"fi": "{0} tavua",
"xloc": [
"default-mobile.handlebars->9->119",
- "default.handlebars->27->1498",
- "default.handlebars->27->1856"
+ "default.handlebars->27->1500",
+ "default.handlebars->27->1858"
]
},
{
@@ -31965,15 +31970,15 @@
"zh-chs": "剩餘{0}個字節",
"fi": "{0} tavua jäljellä",
"xloc": [
- "default.handlebars->27->1482"
+ "default.handlebars->27->1484"
]
},
{
"en": "{0} connections",
"nl": "{0} verbindingen",
"xloc": [
- "default.handlebars->27->798",
- "desktop.handlebars->3->16"
+ "default.handlebars->27->800",
+ "desktop.handlebars->3->17"
]
},
{
@@ -31991,7 +31996,7 @@
"zh-chs": "剩餘{0} GB",
"fi": "{0} gigatavua jäljellä",
"xloc": [
- "default.handlebars->27->1485"
+ "default.handlebars->27->1487"
]
},
{
@@ -32009,7 +32014,7 @@
"zh-chs": "{0}個群組",
"fi": "{0} ryhmää",
"xloc": [
- "default.handlebars->27->1744"
+ "default.handlebars->27->1746"
]
},
{
@@ -32059,7 +32064,7 @@
"zh-chs": "剩餘{0}千字節",
"fi": "{0} kilotavua jäljellä",
"xloc": [
- "default.handlebars->27->1483"
+ "default.handlebars->27->1485"
]
},
{
@@ -32095,7 +32100,7 @@
"zh-chs": "剩餘{0}兆字節",
"fi": "{0} megatavua jäljellä",
"xloc": [
- "default.handlebars->27->1484"
+ "default.handlebars->27->1486"
]
},
{
@@ -32129,7 +32134,7 @@
"ru": "Еще {0} пользователей не показаны, используйте поиск для нахождения пользователей...",
"zh-chs": "{0}未顯示更多用戶,請使用搜索框查找用戶...",
"xloc": [
- "default.handlebars->27->1547"
+ "default.handlebars->27->1549"
]
},
{
@@ -32147,7 +32152,7 @@
"zh-chs": "{0}個節點",
"fi": "{0} solmua",
"xloc": [
- "default.handlebars->27->407"
+ "default.handlebars->27->408"
]
},
{
@@ -32268,13 +32273,13 @@
"default-mobile.handlebars->9->169",
"default-mobile.handlebars->9->172",
"default-mobile.handlebars->9->175",
- "default.handlebars->27->1551",
- "default.handlebars->27->239",
- "default.handlebars->27->242",
- "default.handlebars->27->245",
- "default.handlebars->27->248",
- "default.handlebars->27->251",
- "default.handlebars->27->254"
+ "default.handlebars->27->1553",
+ "default.handlebars->27->240",
+ "default.handlebars->27->243",
+ "default.handlebars->27->246",
+ "default.handlebars->27->249",
+ "default.handlebars->27->252",
+ "default.handlebars->27->255"
]
},
{
@@ -32291,7 +32296,7 @@
"ru": "{0} настройки (.msh)",
"zh-chs": "{0}設置(.msh)",
"xloc": [
- "default.handlebars->27->386"
+ "default.handlebars->27->387"
]
},
{
@@ -32343,7 +32348,7 @@
"ru": "{0} пользователей",
"zh-chs": "{0}個用戶",
"xloc": [
- "default.handlebars->27->257"
+ "default.handlebars->27->258"
]
},
{
@@ -32394,7 +32399,7 @@
"ru": "{0}k в 1 файле. {1}k максимум",
"zh-chs": "{0} k合1檔案。最多{1} k",
"xloc": [
- "default.handlebars->27->1492"
+ "default.handlebars->27->1494"
]
},
{
@@ -32411,7 +32416,7 @@
"ru": "{0}k в {1} файлах. {2}k максимум",
"zh-chs": "{1}個文件中有{0}個。最多{2} k",
"xloc": [
- "default.handlebars->27->1491"
+ "default.handlebars->27->1493"
]
},
{
diff --git a/views/default.handlebars b/views/default.handlebars
index 0806685d..51e26b8c 100644
--- a/views/default.handlebars
+++ b/views/default.handlebars
@@ -2981,7 +2981,12 @@
x += addHtmlValue("Device", node.name);
x += addHtmlValue("Guest Name", message.guestname);
x += addHtmlValue("Expire Time", printDateTime(new Date(message.expire)));
- x += addHtmlValue("User Consent", ["None", "Notify Only", "Prompt for consent"][message.consent]);
+ var y = [];
+ if (message.consent & 1) { y.push("Notify"); }
+ if (message.consent & 8) { y.push("Prompt"); }
+ if (message.consent & 64) { y.push("Privacy bar"); }
+ if (y.length == 0) { y.push("None"); }
+ x += addHtmlValue("User Consent", y.join(', '));
x += '';
setDialogMode(2, "Share Device", 1, null, x);
break;
@@ -5942,8 +5947,8 @@
if (xxdialogMode) return;
var x = "Creates a link that allows a guest without an account to remote desktop into this device for up to 1 hour." + ' ';
x += addHtmlValue("Guest Name", ' ');
- x += addHtmlValue("Expire Time", '' + "5 minutes" + ' ' + "10 minutes" + ' ' + "15 minutes" + ' ' + "30 minutes" + ' ' + "45 minutes" + ' ' + "1 hour" + ' ');
- x += addHtmlValue("User Consent", '' + "Prompt for consent" + ' ' + "Notify Only" + ' ');
+ x += addHtmlValue("Expire Time", '' + "1 minute" + ' ' + "5 minutes" + ' ' + "10 minutes" + ' ' + "15 minutes" + ' ' + "30 minutes" + ' ' + "45 minutes" + ' ' + "1 hour" + ' ');
+ x += addHtmlValue("User Consent", '' + "Prompt for consent" + ' ' + "Notify Only" + ' ');
setDialogMode(2, "Share Device", 3, showShareDeviceEx, x);
showShareDeviceValidate();
}
diff --git a/views/desktop.handlebars b/views/desktop.handlebars
index 6cc756b6..324e73ad 100644
--- a/views/desktop.handlebars
+++ b/views/desktop.handlebars
@@ -43,7 +43,7 @@
Disconnected
-
+
@@ -157,19 +157,20 @@
var agentPresent = true;
var intelAmtPresent = false;
var deskAspectRatio = 0;
- var desktopsettings = { encoding: 2, showfocus: false, showmouse: true, showcad: true, quality: 40, scaling: 1024, framerate: 50, localkeymap: false };
+ var desktopsettings = { encoding: 2, showfocus: false, showmouse: true, showcad: true, quality: 40, scaling: 1024, framerate: 100, localkeymap: false };
var p11DeskConsoleMsgTimer = null;
var serverPublicNamePort = '{{{serverDnsName}}}:{{{serverPublicPort}}}';
var domain = '{{{domain}}}';
var domainUrl = '{{{domainurl}}}';
var authCookie = '{{{authCookie}}}';
- var authRelayCookie = '{{{authRelayCookie}}}';
- var desktopNodeId = '{{{nodeid}}}';
var urlargs = parseUriArgs();
var debugmode = urlargs.debug;
var attemptWebRTC = false;
var updateSessionTimer = null;
var StatusStrs = ["Disconnected", "Connecting...", "Setup...", "Connected", "Intel® AMT Connected"];
+ var webPageFullScreen = false;
+ var expire = '{{{expire}}}';
+ if (expire != '') { QH('p11power', format("Expires at {0}", printTime(new Date(parseInt(expire))))) }
function start() {
window.onresize = deskAdjust;
@@ -387,13 +388,13 @@
}
}
};
- desktop.Start(desktopNodeId, 16994, '*', '*', 0);
+ desktop.Start(null, 16994, '*', '*', 0);
desktop.contype = 2;
} else if ((contype == null) || (contype == 1) || (contype == 3)) {
// Setup the Mesh Agent remote desktop
var meshserver = null;
- desktop = CreateAgentRedirect(meshserver, CreateAgentRemoteDesktop('Desk'), serverPublicNamePort, authCookie, authRelayCookie, domainUrl);
- desktop.m.mouseCursorActive(xxcurrentView == 11);
+ desktop = CreateAgentRedirect(meshserver, CreateAgentRemoteDesktop('Desk'), serverPublicNamePort, authCookie, null, domainUrl);
+ desktop.m.mouseCursorActive(true);
desktop.debugmode = debugmode;
desktop.m.debugmode = debugmode;
desktop.attemptWebRTC = attemptWebRTC;
@@ -417,7 +418,7 @@
if (desktopsettings.framerate) { desktop.m.FrameRateTimer = desktopsettings.framerate; }
desktop.m.onDisplayinfo = deskDisplayInfo;
desktop.m.onScreenSizeChange = deskAdjust;
- desktop.Start(desktopNodeId);
+ desktop.Start(null);
desktop.latency.callback = function (ms) { console.log('latency', ms); updateSessionTime(); };
desktop.contype = 1;
}
@@ -486,7 +487,6 @@
}
function onDesktopStateChange(xdesktop, state) {
- console.log('onDesktopStateChange', state);
var xstate = state;
if ((xstate == 3) && (xdesktop.contype == 2)) { xstate++; }
var str = StatusStrs[xstate];
@@ -1102,6 +1102,9 @@
function pad2(num) { var s = '00' + num; return s.substr(s.length - 2); }
function format(format) { var args = Array.prototype.slice.call(arguments, 1); return format.replace(/{(\d+)}/g, function (match, number) { return typeof args[number] != 'undefined' ? args[number] : match; }); };
function setSessionActivity() { sessionActivity = Date.now(); /*QH('idleTimeoutNotify', '');*/ }
+ function printDate(d) { return d.toLocaleDateString(urlargs.locale); }
+ function printTime(d) { return d.toLocaleTimeString(urlargs.locale); }
+ function printDateTime(d) { return d.toLocaleString(urlargs.locale); }
start();
diff --git a/webserver.js b/webserver.js
index c7b6f3fc..8de6b66b 100644
--- a/webserver.js
+++ b/webserver.js
@@ -2884,15 +2884,14 @@ module.exports.CreateWebServer = function (parent, db, args, certificates) {
if ((c == null) || (c.a !== 5) || (typeof c.uid != 'string') || (typeof c.nid != 'string') || (typeof c.gn != 'string') || (typeof c.cf != 'number') || (typeof c.expire != 'number') || (c.expire <= Date.now())) { res.sendStatus(404); return; }
// Looks good, let's create the outbound session cookies.
- // TODO: Make sure to restrict these cookies to a specific NodeID and remote desktop usage.
- const authCookie = obj.parent.encodeCookie({ userid: c.uid, domainid: domain.id, nid: c.nid, ip: req.clientIp }, obj.parent.loginCookieEncryptionKey);
- const authRelayCookie = obj.parent.encodeCookie({ ruserid: c.uid, domainid: domain.id, nid: c.nid }, obj.parent.loginCookieEncryptionKey);
+ // Consent flags are 1 = Notify, 8 = Prompt, 64 = Privacy Bar.
+ const authCookie = obj.parent.encodeCookie({ userid: c.uid, domainid: domain.id, nid: c.nid, ip: req.clientIp, gn: c.gn, cf: 65 | c.cf, r: 8, expire: c.expire }, obj.parent.loginCookieEncryptionKey);
// Lets respond by sending out the desktop viewer.
var httpsPort = ((obj.args.aliasport == null) ? obj.args.port : obj.args.aliasport); // Use HTTPS alias port is specified
- parent.debug('web', 'handleDesktopRequest: sending guest desktop page');
+ parent.debug('web', 'handleDesktopRequest: Sending guest desktop page for \"' + c.uid + '\", guest \"' + c.gn + '\".');
res.set({ 'Cache-Control': 'no-cache, no-store, must-revalidate', 'Pragma': 'no-cache', 'Expires': '0' });
- render(req, res, getRenderPage('desktop', req, domain), getRenderArgs({ authCookie: authCookie, authRelayCookie: authRelayCookie, domainurl: encodeURIComponent(domain.url).replace(/'/g, '%27'), nodeid: c.nid, serverDnsName: obj.getWebServerName(domain), serverRedirPort: args.redirport, serverPublicPort: httpsPort }, req, domain));
+ render(req, res, getRenderPage('desktop', req, domain), getRenderArgs({ authCookie: authCookie, authRelayCookie: '', domainurl: encodeURIComponent(domain.url).replace(/'/g, '%27'), nodeid: c.nid, serverDnsName: obj.getWebServerName(domain), serverRedirPort: args.redirport, serverPublicPort: httpsPort, expire: c.expire }, req, domain));
}
// Handle domain redirection