From 6b40f4244c32b6eab72f504dff7e96cd9320ef7e Mon Sep 17 00:00:00 2001
From: Ylian Saint-Hilaire
Date: Tue, 28 Jul 2020 18:45:17 -0700
Subject: [PATCH] New agent messages
---
agents/meshcore.js | 18 +-
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_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_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_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_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_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 +
meshagent.js | 7 +-
public/scripts/amt-wsman-0.2.0-min.js | 2 +-
public/styles/style.css | 8 +-
translate/translate.json | 3793 +++++++++--------
views/default-mobile.handlebars | 37 +-
views/default.handlebars | 30 +-
62 files changed, 2044 insertions(+), 1906 deletions(-)
create mode 100644 emails/translations/account-check-min_cs.html
create mode 100644 emails/translations/account-check-min_de.html
create mode 100644 emails/translations/account-check-min_es.html
create mode 100644 emails/translations/account-check-min_fr.html
create mode 100644 emails/translations/account-check-min_hi.html
create mode 100644 emails/translations/account-check-min_ja.html
create mode 100644 emails/translations/account-check-min_ko.html
create mode 100644 emails/translations/account-check-min_nl.html
create mode 100644 emails/translations/account-check-min_pt.html
create mode 100644 emails/translations/account-check-min_ru.html
create mode 100644 emails/translations/account-check-min_zh-chs.html
create mode 100644 emails/translations/account-invite-min_cs.html
create mode 100644 emails/translations/account-invite-min_de.html
create mode 100644 emails/translations/account-invite-min_es.html
create mode 100644 emails/translations/account-invite-min_fr.html
create mode 100644 emails/translations/account-invite-min_hi.html
create mode 100644 emails/translations/account-invite-min_ja.html
create mode 100644 emails/translations/account-invite-min_ko.html
create mode 100644 emails/translations/account-invite-min_nl.html
create mode 100644 emails/translations/account-invite-min_pt.html
create mode 100644 emails/translations/account-invite-min_ru.html
create mode 100644 emails/translations/account-invite-min_zh-chs.html
create mode 100644 emails/translations/account-login-min_cs.html
create mode 100644 emails/translations/account-login-min_de.html
create mode 100644 emails/translations/account-login-min_es.html
create mode 100644 emails/translations/account-login-min_fr.html
create mode 100644 emails/translations/account-login-min_hi.html
create mode 100644 emails/translations/account-login-min_ja.html
create mode 100644 emails/translations/account-login-min_ko.html
create mode 100644 emails/translations/account-login-min_nl.html
create mode 100644 emails/translations/account-login-min_pt.html
create mode 100644 emails/translations/account-login-min_ru.html
create mode 100644 emails/translations/account-login-min_zh-chs.html
create mode 100644 emails/translations/account-reset-min_cs.html
create mode 100644 emails/translations/account-reset-min_de.html
create mode 100644 emails/translations/account-reset-min_es.html
create mode 100644 emails/translations/account-reset-min_fr.html
create mode 100644 emails/translations/account-reset-min_hi.html
create mode 100644 emails/translations/account-reset-min_ja.html
create mode 100644 emails/translations/account-reset-min_ko.html
create mode 100644 emails/translations/account-reset-min_nl.html
create mode 100644 emails/translations/account-reset-min_pt.html
create mode 100644 emails/translations/account-reset-min_ru.html
create mode 100644 emails/translations/account-reset-min_zh-chs.html
create mode 100644 emails/translations/mesh-invite-min_cs.html
create mode 100644 emails/translations/mesh-invite-min_de.html
create mode 100644 emails/translations/mesh-invite-min_es.html
create mode 100644 emails/translations/mesh-invite-min_fr.html
create mode 100644 emails/translations/mesh-invite-min_hi.html
create mode 100644 emails/translations/mesh-invite-min_ja.html
create mode 100644 emails/translations/mesh-invite-min_ko.html
create mode 100644 emails/translations/mesh-invite-min_nl.html
create mode 100644 emails/translations/mesh-invite-min_pt.html
create mode 100644 emails/translations/mesh-invite-min_ru.html
create mode 100644 emails/translations/mesh-invite-min_zh-chs.html
diff --git a/agents/meshcore.js b/agents/meshcore.js
index 222f95fd..384772f4 100644
--- a/agents/meshcore.js
+++ b/agents/meshcore.js
@@ -341,7 +341,7 @@ function createMeshCore(agent) {
var nextTunnelIndex = 1;
var amtPolicy = null;
var apftunnel = null;
- var tunnelUserCount = { terminal: {}, files: {}, tcp: {}, udp: {} }; // List of userid->count sessions for terminal, files and TCP/UDP routing
+ var tunnelUserCount = { terminal: {}, files: {}, tcp: {}, udp: {}, msg: {} }; // List of userid->count sessions for terminal, files and TCP/UDP routing
// Add to the server event log
function MeshServerLog(msg, state) {
@@ -2374,7 +2374,7 @@ function createMeshCore(agent) {
var response = null;
switch (cmd) {
case 'help': { // Displays available commands
- var fin = '', f = '', availcommands = 'coredump,service,fdsnapshot,fdcount,startupoptions,alert,agentsize,versions,help,info,osinfo,args,print,type,dbkeys,dbget,dbset,dbcompact,eval,parseuri,httpget,nwslist,plugin,wsconnect,wssend,wsclose,notify,ls,ps,kill,amt,netinfo,location,power,wakeonlan,setdebug,smbios,rawsmbios,toast,lock,users,sendcaps,openurl,amtreset,amtccm,amtacm,amtdeactivate,amtpolicy,getscript,getclip,setclip,log,av,cpuinfo,sysinfo,apf,scanwifi,scanamt,wallpaper';
+ var fin = '', f = '', availcommands = 'coredump,service,fdsnapshot,fdcount,startupoptions,alert,agentsize,versions,help,info,osinfo,args,print,type,dbkeys,dbget,dbset,dbcompact,eval,parseuri,httpget,nwslist,plugin,wsconnect,wssend,wsclose,notify,ls,ps,kill,amt,netinfo,location,power,wakeonlan,setdebug,smbios,rawsmbios,toast,lock,users,sendcaps,openurl,amtreset,amtccm,amtacm,amtdeactivate,amtpolicy,getscript,getclip,setclip,log,av,cpuinfo,sysinfo,apf,scanwifi,scanamt,wallpaper,addagentmsg,clearagentmsg';
if (process.platform == 'win32') { availcommands += ',safemode,wpfhwacceleration,uac'; }
if (process.platform != 'freebsd') { availcommands += ',vm';}
if (require('MeshAgent').maxKvmTileSize != null) { availcommands += ',kvmmode'; }
@@ -2389,6 +2389,20 @@ function createMeshCore(agent) {
response = "Available commands: \r\n" + fin + ".";
break;
}
+ case 'addagentmsg': {
+ if (args['_'].length != 1) {
+ response = "Proper usage: addagentmsg \"Alert Message\""; // Display usage
+ } else {
+ tunnelUserCount.msg[args['_']] = 1;
+ try { mesh.SendCommand({ action: 'sessions', type: 'msg', value: tunnelUserCount.msg }); } catch (ex) { }
+ }
+ break;
+ }
+ case 'clearagentmsg': {
+ tunnelUserCount.msg = {};
+ try { mesh.SendCommand({ action: 'sessions', type: 'msg', value: tunnelUserCount.msg }); } catch (ex) { }
+ break;
+ }
case 'coredump':
if (args['_'].length != 1) {
response = "Proper usage: coredump on|off|status|clear"; // Display usage
diff --git a/emails/translations/account-check-min_cs.html b/emails/translations/account-check-min_cs.html
new file mode 100644
index 00000000..9dd38c50
--- /dev/null
+++ b/emails/translations/account-check-min_cs.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..1ccd44d3
--- /dev/null
+++ b/emails/translations/account-check-min_de.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..65a20de2
--- /dev/null
+++ b/emails/translations/account-check-min_es.html
@@ -0,0 +1 @@
+[[[SERVERNAME]]] - Verificación de Email
\ No newline at end of file
diff --git a/emails/translations/account-check-min_fr.html b/emails/translations/account-check-min_fr.html
new file mode 100644
index 00000000..89deac60
--- /dev/null
+++ b/emails/translations/account-check-min_fr.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..38b754cc
--- /dev/null
+++ b/emails/translations/account-check-min_hi.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..3874051d
--- /dev/null
+++ b/emails/translations/account-check-min_ja.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..d48a3a77
--- /dev/null
+++ b/emails/translations/account-check-min_ko.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..b586adb6
--- /dev/null
+++ b/emails/translations/account-check-min_nl.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..c1459803
--- /dev/null
+++ b/emails/translations/account-check-min_pt.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..7998a7ec
--- /dev/null
+++ b/emails/translations/account-check-min_ru.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..03c6c69c
--- /dev/null
+++ b/emails/translations/account-check-min_zh-chs.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..7f3892c8
--- /dev/null
+++ b/emails/translations/account-invite-min_cs.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..c1a13ac3
--- /dev/null
+++ b/emails/translations/account-invite-min_de.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..6ac1a96c
--- /dev/null
+++ b/emails/translations/account-invite-min_es.html
@@ -0,0 +1 @@
+[[[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_fr.html b/emails/translations/account-invite-min_fr.html
new file mode 100644
index 00000000..79363e9e
--- /dev/null
+++ b/emails/translations/account-invite-min_fr.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..6cc9317e
--- /dev/null
+++ b/emails/translations/account-invite-min_hi.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..2db915b6
--- /dev/null
+++ b/emails/translations/account-invite-min_ja.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..54bda02f
--- /dev/null
+++ b/emails/translations/account-invite-min_ko.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..befe7c8d
--- /dev/null
+++ b/emails/translations/account-invite-min_nl.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..991c0d29
--- /dev/null
+++ b/emails/translations/account-invite-min_pt.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..e454950a
--- /dev/null
+++ b/emails/translations/account-invite-min_ru.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..2b20c96c
--- /dev/null
+++ b/emails/translations/account-invite-min_zh-chs.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..6f6ae83f
--- /dev/null
+++ b/emails/translations/account-login-min_cs.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..c8d7f426
--- /dev/null
+++ b/emails/translations/account-login-min_de.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..55a45637
--- /dev/null
+++ b/emails/translations/account-login-min_es.html
@@ -0,0 +1 @@
+[[[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_fr.html b/emails/translations/account-login-min_fr.html
new file mode 100644
index 00000000..4a7f1305
--- /dev/null
+++ b/emails/translations/account-login-min_fr.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..731a3985
--- /dev/null
+++ b/emails/translations/account-login-min_hi.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..f6d5515c
--- /dev/null
+++ b/emails/translations/account-login-min_ja.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..368ea790
--- /dev/null
+++ b/emails/translations/account-login-min_ko.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..7ea6a268
--- /dev/null
+++ b/emails/translations/account-login-min_nl.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..653bc3c4
--- /dev/null
+++ b/emails/translations/account-login-min_pt.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..d77dead5
--- /dev/null
+++ b/emails/translations/account-login-min_ru.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..0eacb515
--- /dev/null
+++ b/emails/translations/account-login-min_zh-chs.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..f3590436
--- /dev/null
+++ b/emails/translations/account-reset-min_cs.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..99ad8315
--- /dev/null
+++ b/emails/translations/account-reset-min_de.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..001766f7
--- /dev/null
+++ b/emails/translations/account-reset-min_es.html
@@ -0,0 +1 @@
+[[[SERVERNAME]]] - Resetear Cuenta
\ No newline at end of file
diff --git a/emails/translations/account-reset-min_fr.html b/emails/translations/account-reset-min_fr.html
new file mode 100644
index 00000000..1bc1e8a0
--- /dev/null
+++ b/emails/translations/account-reset-min_fr.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..1ada7e96
--- /dev/null
+++ b/emails/translations/account-reset-min_hi.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..3d34b8a4
--- /dev/null
+++ b/emails/translations/account-reset-min_ja.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..252f089f
--- /dev/null
+++ b/emails/translations/account-reset-min_ko.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..2f7400b8
--- /dev/null
+++ b/emails/translations/account-reset-min_nl.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..8d4ca1cf
--- /dev/null
+++ b/emails/translations/account-reset-min_pt.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..980d30bf
--- /dev/null
+++ b/emails/translations/account-reset-min_ru.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..1d83cfab
--- /dev/null
+++ b/emails/translations/account-reset-min_zh-chs.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..a18a774e
--- /dev/null
+++ b/emails/translations/mesh-invite-min_cs.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..11cf1d00
--- /dev/null
+++ b/emails/translations/mesh-invite-min_de.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..1449a38c
--- /dev/null
+++ b/emails/translations/mesh-invite-min_es.html
@@ -0,0 +1 @@
+[[[SERVERNAME]]] - Invitación
\ No newline at end of file
diff --git a/emails/translations/mesh-invite-min_fr.html b/emails/translations/mesh-invite-min_fr.html
new file mode 100644
index 00000000..39745f0e
--- /dev/null
+++ b/emails/translations/mesh-invite-min_fr.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..329ffa16
--- /dev/null
+++ b/emails/translations/mesh-invite-min_hi.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..ee657713
--- /dev/null
+++ b/emails/translations/mesh-invite-min_ja.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..b9f31f70
--- /dev/null
+++ b/emails/translations/mesh-invite-min_ko.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..ef8a256a
--- /dev/null
+++ b/emails/translations/mesh-invite-min_nl.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..937970c5
--- /dev/null
+++ b/emails/translations/mesh-invite-min_pt.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..fdd5ab7e
--- /dev/null
+++ b/emails/translations/mesh-invite-min_ru.html
@@ -0,0 +1 @@
+[[[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
new file mode 100644
index 00000000..2fb859e6
--- /dev/null
+++ b/emails/translations/mesh-invite-min_zh-chs.html
@@ -0,0 +1 @@
+[[[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/meshagent.js b/meshagent.js
index 24b182fe..c27d85ec 100644
--- a/meshagent.js
+++ b/meshagent.js
@@ -179,7 +179,7 @@ module.exports.CreateMeshAgent = function (parent, db, ws, req, args, domain) {
var taskLimiterOptions = { hash: meshcorehash, core: parent.parent.defaultMeshCores[corename], name: corename };
// If the agent supports compression, sent the core compressed.
- if ((obj.agentInfo.capabilities & 0x80) && (parent.parent.defaultMeshCoresDeflate[corename])) {
+ if ((obj.agentInfo.capabilities & 0x100) && (parent.parent.defaultMeshCoresDeflate[corename])) {
args.core = parent.parent.defaultMeshCoresDeflate[corename];
}
@@ -241,7 +241,7 @@ module.exports.CreateMeshAgent = function (parent, db, ws, req, args, domain) {
if (obj.authenticated != 2) { parent.parent.taskLimiter.completed(taskid); return; } // If agent disconnection, complete and exit now.
if (obj.nodeid != null) { parent.parent.debug('agent', "Agent update required, NodeID=0x" + obj.nodeid.substring(0, 16) + ', ' + obj.agentExeInfo.desc); }
parent.agentStats.agentBinaryUpdate++;
- if ((obj.agentExeInfo.data == null) && (((obj.agentInfo.capabilities & 0x80) == 0) || (obj.agentExeInfo.zdata == null))) {
+ if ((obj.agentExeInfo.data == null) && (((obj.agentInfo.capabilities & 0x100) == 0) || (obj.agentExeInfo.zdata == null))) {
// Read the agent from disk
parent.fs.open(obj.agentExeInfo.path, 'r', function (err, fd) {
if (obj.agentExeInfo == null) return; // Agent disconnected during this call.
@@ -295,7 +295,7 @@ module.exports.CreateMeshAgent = function (parent, db, ws, req, args, domain) {
obj.agentUpdate.buf[3] = 1;
// If agent supports compression, send the compressed agent if possible.
- if ((obj.agentInfo.capabilities & 0x80) && (obj.agentExeInfo.zdata != null)) {
+ if ((obj.agentInfo.capabilities & 0x100) && (obj.agentExeInfo.zdata != null)) {
// Send compressed data
obj.agentUpdate.agentUpdateData = obj.agentExeInfo.zdata;
obj.agentUpdate.agentUpdateHash = obj.agentExeInfo.zhash;
@@ -1377,6 +1377,7 @@ module.exports.CreateMeshAgent = function (parent, db, ws, req, args, domain) {
else if (command.type == 'files') { obj.sessions.files = command.value; }
else if (command.type == 'tcp') { obj.sessions.tcp = command.value; }
else if (command.type == 'udp') { obj.sessions.udp = command.value; }
+ else if (command.type == 'msg') { obj.sessions.msg = command.value; }
obj.updateSessions();
break;
}
diff --git a/public/scripts/amt-wsman-0.2.0-min.js b/public/scripts/amt-wsman-0.2.0-min.js
index 389c6296..293387e7 100644
--- a/public/scripts/amt-wsman-0.2.0-min.js
+++ b/public/scripts/amt-wsman-0.2.0-min.js
@@ -1 +1 @@
-var WsmanStackCreateService=function(e,s,r,a,o,t){var p={};function l(e){if(!e)return"";var s=" ";for(var r in e)e.hasOwnProperty(r)&&0===r.indexOf("@")&&(s+=r.substring(1)+'="'+e[r]+'" ');return s}function w(e){if(!e)return"";if("string"==typeof e)return e;if(e.InstanceID)return''+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/anonymousPT60.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/anonymousPT60S"+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/anonymousPT60.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/anonymousPT60S"+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/anonymousPT60S
'+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/anonymousPT60S',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/anonymousPT60S'+s+"99999999",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/anonymousPT60.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/anonymousPT60S"+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/anonymousPT60.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/anonymousPT60S"+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/anonymousPT60S'+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/anonymousPT60S',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/anonymousPT60S'+s+"99999999",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->1248",
- "default.handlebars->27->1250"
+ "default.handlebars->27->1249",
+ "default.handlebars->27->1251"
]
},
{
@@ -174,7 +174,7 @@
"ru": " Может быть использована подсказка пароля, но не рекоммендуется.",
"zh-chs": " 可以使用密碼提示,但不建議使用。",
"xloc": [
- "default.handlebars->27->1174"
+ "default.handlebars->27->1175"
]
},
{
@@ -191,8 +191,8 @@
"ru": " Для добавления в группу устройств, пользователь должен зайти на сервер хотя бы один раз.",
"zh-chs": " 用戶需要先登錄到該服務器一次,然後才能將其添加到設備組。",
"xloc": [
- "default.handlebars->27->1323",
- "default.handlebars->27->1652"
+ "default.handlebars->27->1324",
+ "default.handlebars->27->1653"
]
},
{
@@ -209,7 +209,7 @@
"ru": " и задайте указанное ниже имя пользователя и любой пароль.",
"zh-chs": " 並使用該用戶名和任何密碼對服務器進行身份驗證。",
"xloc": [
- "default.handlebars->27->299"
+ "default.handlebars->27->300"
]
},
{
@@ -226,7 +226,7 @@
"ru": " и задайте указанные ниже имя пользователя и пароль.",
"zh-chs": " 並使用該用戶名和密碼向服務器驗證身份。",
"xloc": [
- "default.handlebars->27->298"
+ "default.handlebars->27->299"
]
},
{
@@ -243,7 +243,7 @@
"ru": " устройство",
"zh-chs": " 節點",
"xloc": [
- "default-mobile.handlebars->9->204"
+ "default-mobile.handlebars->9->205"
]
},
{
@@ -260,7 +260,7 @@
"ru": " устройства",
"zh-chs": " 節點",
"xloc": [
- "default-mobile.handlebars->9->205"
+ "default-mobile.handlebars->9->206"
]
},
{
@@ -345,7 +345,7 @@
"ru": "(необязательно)",
"zh-chs": "(可選的)",
"xloc": [
- "default.handlebars->27->338"
+ "default.handlebars->27->339"
]
},
{
@@ -378,7 +378,7 @@
"ru": "* Для BSD сначала запустите \\\"pkg install wget sudo bash\\\".",
"zh-chs": "*對於BSD,首先運行 “pkg install wget sudo bash”。",
"xloc": [
- "default.handlebars->27->371"
+ "default.handlebars->27->372"
]
},
{
@@ -395,7 +395,7 @@
"ru": "* Оставьте пустым для установления случайного пароля каждому устройству.",
"zh-chs": "*保留空白以為每個設備分配一個隨機密碼。",
"xloc": [
- "default.handlebars->27->1295"
+ "default.handlebars->27->1296"
]
},
{
@@ -428,8 +428,8 @@
"ru": ", ",
"zh-chs": ",",
"xloc": [
- "default-mobile.handlebars->9->445",
- "default.handlebars->27->1389"
+ "default-mobile.handlebars->9->446",
+ "default.handlebars->27->1390"
]
},
{
@@ -464,7 +464,7 @@
"ru": ", MQTT онлайн",
"zh-chs": ",MQTT在線",
"xloc": [
- "default.handlebars->27->917"
+ "default.handlebars->27->918"
]
},
{
@@ -481,7 +481,7 @@
"ru": ", Soft-KVM",
"zh-chs": ",軟KVM",
"xloc": [
- "default.handlebars->27->749"
+ "default.handlebars->27->750"
]
},
{
@@ -498,11 +498,11 @@
"ru": ", WebRTC",
"zh-chs": ",WebRTC",
"xloc": [
- "default-mobile.handlebars->9->283",
- "default-mobile.handlebars->9->292",
- "default.handlebars->27->756",
- "default.handlebars->27->787",
- "default.handlebars->27->799",
+ "default-mobile.handlebars->9->284",
+ "default-mobile.handlebars->9->293",
+ "default.handlebars->27->757",
+ "default.handlebars->27->788",
+ "default.handlebars->27->800",
"xterm.handlebars->9->6"
]
},
@@ -583,7 +583,7 @@
"en": ", {0} watching",
"nl": ", {0} kijken",
"xloc": [
- "default.handlebars->27->750"
+ "default.handlebars->27->751"
]
},
{
@@ -639,10 +639,10 @@
"zh-chs": "...",
"xloc": [
"default-mobile.handlebars->9->108",
- "default-mobile.handlebars->9->294",
- "default.handlebars->27->1430",
- "default.handlebars->27->1805",
- "default.handlebars->27->801"
+ "default-mobile.handlebars->9->295",
+ "default.handlebars->27->1431",
+ "default.handlebars->27->1806",
+ "default.handlebars->27->802"
]
},
{
@@ -691,7 +691,7 @@
"ru": "1 активная сессия",
"zh-chs": "1個活動會話",
"xloc": [
- "default.handlebars->27->1721"
+ "default.handlebars->27->1722"
]
},
{
@@ -709,15 +709,15 @@
"zh-chs": "1個字節",
"xloc": [
"default-mobile.handlebars->9->118",
- "default-mobile.handlebars->9->449",
- "default.handlebars->27->1449"
+ "default-mobile.handlebars->9->450",
+ "default.handlebars->27->1450"
]
},
{
"en": "1 connection",
"nl": "1 verbinding",
"xloc": [
- "default.handlebars->27->752"
+ "default.handlebars->27->753"
]
},
{
@@ -735,8 +735,8 @@
"zh-chs": "1天",
"xloc": [
"default.handlebars->27->178",
- "default.handlebars->27->329",
- "default.handlebars->27->343"
+ "default.handlebars->27->330",
+ "default.handlebars->27->344"
]
},
{
@@ -753,7 +753,7 @@
"ru": "1 группа",
"zh-chs": "1組",
"xloc": [
- "default.handlebars->27->1686"
+ "default.handlebars->27->1687"
]
},
{
@@ -771,8 +771,8 @@
"zh-chs": "1小時",
"xloc": [
"default.handlebars->27->176",
- "default.handlebars->27->327",
- "default.handlebars->27->341"
+ "default.handlebars->27->328",
+ "default.handlebars->27->342"
]
},
{
@@ -807,8 +807,8 @@
"zh-chs": "1個月",
"xloc": [
"default.handlebars->27->180",
- "default.handlebars->27->331",
- "default.handlebars->27->345"
+ "default.handlebars->27->332",
+ "default.handlebars->27->346"
]
},
{
@@ -825,7 +825,7 @@
"ru": "Еще 1 пользователь не показан, используйте поиск чтобы найти пользователей...",
"zh-chs": "未再顯示1個用戶,請使用搜索框查找用戶...",
"xloc": [
- "default.handlebars->27->1498"
+ "default.handlebars->27->1499"
]
},
{
@@ -842,7 +842,7 @@
"ru": "1 устройство",
"zh-chs": "1個節點",
"xloc": [
- "default.handlebars->27->385"
+ "default.handlebars->27->386"
]
},
{
@@ -882,7 +882,7 @@
"default-mobile.handlebars->9->168",
"default-mobile.handlebars->9->171",
"default-mobile.handlebars->9->174",
- "default.handlebars->27->1502",
+ "default.handlebars->27->1503",
"default.handlebars->27->228",
"default.handlebars->27->231",
"default.handlebars->27->234",
@@ -906,8 +906,8 @@
"zh-chs": "1週",
"xloc": [
"default.handlebars->27->179",
- "default.handlebars->27->330",
- "default.handlebars->27->344"
+ "default.handlebars->27->331",
+ "default.handlebars->27->345"
]
},
{
@@ -1163,8 +1163,8 @@
"ru": "двухфакторная аутентификация включена",
"zh-chs": "啟用第二因素身份驗證",
"xloc": [
- "default.handlebars->27->1515",
- "default.handlebars->27->1708"
+ "default.handlebars->27->1516",
+ "default.handlebars->27->1709"
]
},
{
@@ -1196,7 +1196,7 @@
"ru": "3",
"ko": "3",
"xloc": [
- "default-mobile.handlebars->9->320"
+ "default-mobile.handlebars->9->321"
]
},
{
@@ -1266,8 +1266,8 @@
"ru": "32-разрядная версия MeshAgent",
"zh-chs": "MeshAgent的32位版本",
"xloc": [
- "default.handlebars->27->361",
- "default.handlebars->27->378"
+ "default.handlebars->27->362",
+ "default.handlebars->27->379"
]
},
{
@@ -1480,7 +1480,7 @@
"ru": "64-битная версия MacOS Mesh Agent",
"zh-chs": "64位版本的MacOS Mesh Agent",
"xloc": [
- "default.handlebars->27->374"
+ "default.handlebars->27->375"
]
},
{
@@ -1497,8 +1497,8 @@
"ru": "64-разрядная версия MeshAgent",
"zh-chs": "MeshAgent的64位版本",
"xloc": [
- "default.handlebars->27->365",
- "default.handlebars->27->381"
+ "default.handlebars->27->366",
+ "default.handlebars->27->382"
]
},
{
@@ -1536,7 +1536,7 @@
"ru": "7-дневная статистика работы",
"zh-chs": "7天電源狀態",
"xloc": [
- "default.handlebars->27->682"
+ "default.handlebars->27->683"
]
},
{
@@ -1589,8 +1589,8 @@
"ru": "8 часов",
"zh-chs": "8小時",
"xloc": [
- "default.handlebars->27->328",
- "default.handlebars->27->342"
+ "default.handlebars->27->329",
+ "default.handlebars->27->343"
]
},
{
@@ -1775,8 +1775,8 @@
"ru": "ACM",
"zh-chs": "ACM",
"xloc": [
- "default-mobile.handlebars->9->230",
- "default.handlebars->27->529"
+ "default-mobile.handlebars->9->231",
+ "default.handlebars->27->530"
]
},
{
@@ -1794,7 +1794,7 @@
"zh-chs": "AMT",
"xloc": [
"default.handlebars->27->199",
- "default.handlebars->27->413"
+ "default.handlebars->27->414"
]
},
{
@@ -1883,7 +1883,7 @@
"ru": "Отказано в доступе",
"zh-chs": "拒絕訪問",
"xloc": [
- "default.handlebars->27->918"
+ "default.handlebars->27->919"
]
},
{
@@ -1918,7 +1918,7 @@
"ru": "Доступ к файлам сервера",
"zh-chs": "訪問服務器文件",
"xloc": [
- "default.handlebars->27->1658"
+ "default.handlebars->27->1659"
]
},
{
@@ -1988,15 +1988,15 @@
"ru": "Безопасность учетной записи",
"zh-chs": "帳號安全",
"xloc": [
- "default-mobile.handlebars->9->206",
- "default-mobile.handlebars->9->208",
+ "default-mobile.handlebars->9->207",
+ "default-mobile.handlebars->9->209",
"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->1183",
- "default.handlebars->27->1185",
- "default.handlebars->27->498",
- "default.handlebars->27->500"
+ "default.handlebars->27->1184",
+ "default.handlebars->27->1186",
+ "default.handlebars->27->499",
+ "default.handlebars->27->501"
]
},
{
@@ -2042,8 +2042,8 @@
"ru": "Аккаунт заблокирован",
"zh-chs": "帐户已被锁定",
"xloc": [
- "default.handlebars->27->1517",
- "default.handlebars->27->1655"
+ "default.handlebars->27->1518",
+ "default.handlebars->27->1656"
]
},
{
@@ -2131,7 +2131,7 @@
"ru": "Действиe",
"zh-chs": "行動",
"xloc": [
- "default.handlebars->27->923",
+ "default.handlebars->27->924",
"default.handlebars->container->column_l->p42->p42tbl->1->0->8"
]
},
@@ -2149,8 +2149,8 @@
"ru": "Файл действий",
"zh-chs": "動作文件",
"xloc": [
- "default.handlebars->27->725",
- "default.handlebars->27->727"
+ "default.handlebars->27->726",
+ "default.handlebars->27->728"
]
},
{
@@ -2167,10 +2167,10 @@
"ru": "Действия",
"zh-chs": "動作",
"xloc": [
- "default-mobile.handlebars->9->247",
+ "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->574",
+ "default.handlebars->27->575",
"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"
@@ -2224,12 +2224,12 @@
"ru": "Активировано",
"zh-chs": "活性",
"xloc": [
- "default-mobile.handlebars->9->225",
- "default-mobile.handlebars->9->227",
- "default-mobile.handlebars->9->354",
- "default.handlebars->27->522",
- "default.handlebars->27->524",
- "default.handlebars->27->881"
+ "default-mobile.handlebars->9->226",
+ "default-mobile.handlebars->9->228",
+ "default-mobile.handlebars->9->355",
+ "default.handlebars->27->523",
+ "default.handlebars->27->525",
+ "default.handlebars->27->882"
]
},
{
@@ -2246,10 +2246,10 @@
"ru": "Активация",
"zh-chs": "激活",
"xloc": [
- "default.handlebars->27->1261",
- "default.handlebars->27->1263",
- "default.handlebars->27->260",
- "default.handlebars->27->262"
+ "default.handlebars->27->1262",
+ "default.handlebars->27->1264",
+ "default.handlebars->27->261",
+ "default.handlebars->27->263"
]
},
{
@@ -2266,7 +2266,7 @@
"ru": "Активный пользователь",
"zh-chs": "活動用戶{0}",
"xloc": [
- "default.handlebars->27->549"
+ "default.handlebars->27->550"
]
},
{
@@ -2283,8 +2283,8 @@
"ru": "Добавить агент",
"zh-chs": "添加代理",
"xloc": [
- "default.handlebars->27->1265",
- "default.handlebars->27->264"
+ "default.handlebars->27->1266",
+ "default.handlebars->27->265"
]
},
{
@@ -2301,7 +2301,7 @@
"ru": "Добавить CIRA",
"zh-chs": "添加CIRA",
"xloc": [
- "default.handlebars->27->254"
+ "default.handlebars->27->255"
]
},
{
@@ -2318,8 +2318,8 @@
"ru": "Добавить устройство",
"zh-chs": "添加設備",
"xloc": [
- "default.handlebars->27->1632",
- "default.handlebars->27->1756"
+ "default.handlebars->27->1633",
+ "default.handlebars->27->1757"
]
},
{
@@ -2336,7 +2336,7 @@
"ru": "Добавить событие к устройству",
"zh-chs": "添加設備事件",
"xloc": [
- "default.handlebars->27->658"
+ "default.handlebars->27->659"
]
},
{
@@ -2353,9 +2353,9 @@
"ru": "Добавить группу устройств",
"zh-chs": "添加設備組",
"xloc": [
- "default.handlebars->27->1355",
- "default.handlebars->27->1626",
- "default.handlebars->27->1744",
+ "default.handlebars->27->1356",
+ "default.handlebars->27->1627",
+ "default.handlebars->27->1745",
"default.handlebars->27->216"
]
},
@@ -2370,7 +2370,7 @@
"nl": "Machtigingen voor apparaatgroep toevoegen",
"zh-chs": "添加设备组权限",
"xloc": [
- "default.handlebars->27->1352"
+ "default.handlebars->27->1353"
]
},
{
@@ -2386,8 +2386,8 @@
"ru": "Добавить разрешения для устройства",
"zh-chs": "添加设备权限",
"xloc": [
- "default.handlebars->27->1357",
- "default.handlebars->27->1359"
+ "default.handlebars->27->1358",
+ "default.handlebars->27->1360"
]
},
{
@@ -2404,7 +2404,7 @@
"ru": "Добавить Intel® AMT CIRA устройство",
"zh-chs": "添加英特爾®AMT CIRA設備",
"xloc": [
- "default.handlebars->27->312"
+ "default.handlebars->27->313"
]
},
{
@@ -2421,7 +2421,7 @@
"ru": "Добавить Intel® AMT устройство",
"zh-chs": "添加英特爾®AMT設備",
"xloc": [
- "default.handlebars->27->277"
+ "default.handlebars->27->278"
]
},
{
@@ -2455,7 +2455,7 @@
"ru": "Добавить локально",
"zh-chs": "添加本地",
"xloc": [
- "default.handlebars->27->256"
+ "default.handlebars->27->257"
]
},
{
@@ -2472,7 +2472,7 @@
"ru": "Добавить участие",
"zh-chs": "添加會員",
"xloc": [
- "default.handlebars->27->1774"
+ "default.handlebars->27->1775"
]
},
{
@@ -2489,7 +2489,7 @@
"ru": "Добавить Mesh Agent",
"zh-chs": "添加網格代理",
"xloc": [
- "default.handlebars->27->384"
+ "default.handlebars->27->385"
]
},
{
@@ -2510,8 +2510,8 @@
"default.handlebars->27->151",
"default.handlebars->27->154",
"default.handlebars->27->155",
- "default.handlebars->27->951",
- "default.handlebars->27->952"
+ "default.handlebars->27->952",
+ "default.handlebars->27->953"
]
},
{
@@ -2528,8 +2528,8 @@
"ru": "Добавить пользователя",
"zh-chs": "添加用戶",
"xloc": [
- "default-mobile.handlebars->9->394",
- "default.handlebars->27->615"
+ "default-mobile.handlebars->9->395",
+ "default.handlebars->27->616"
]
},
{
@@ -2545,7 +2545,7 @@
"ru": "Добавить разрешения для пользовательских устройств",
"zh-chs": "添加用户设备权限",
"xloc": [
- "default.handlebars->27->1362"
+ "default.handlebars->27->1363"
]
},
{
@@ -2562,10 +2562,10 @@
"ru": "Добавить группу пользователей",
"zh-chs": "添加用戶組",
"xloc": [
- "default.handlebars->27->1255",
- "default.handlebars->27->1354",
- "default.handlebars->27->1750",
- "default.handlebars->27->616"
+ "default.handlebars->27->1256",
+ "default.handlebars->27->1355",
+ "default.handlebars->27->1751",
+ "default.handlebars->27->617"
]
},
{
@@ -2579,7 +2579,7 @@
"nl": "Gebruikersmachtigingen voor apparaatgroep toevoegen",
"zh-chs": "添加用户组设备权限",
"xloc": [
- "default.handlebars->27->1364"
+ "default.handlebars->27->1365"
]
},
{
@@ -2593,7 +2593,7 @@
"nl": "Gebruiker toevoegen aan apparaatgroep",
"zh-chs": "将用户添加到设备组",
"xloc": [
- "default-mobile.handlebars->9->423"
+ "default-mobile.handlebars->9->424"
]
},
{
@@ -2624,8 +2624,8 @@
"ru": "Добавить пользователей",
"zh-chs": "添加用戶",
"xloc": [
- "default.handlebars->27->1254",
- "default.handlebars->27->1621"
+ "default.handlebars->27->1255",
+ "default.handlebars->27->1622"
]
},
{
@@ -2642,7 +2642,7 @@
"ru": "Добавить пользователей в группу устройств",
"zh-chs": "將用戶添加到設備組",
"xloc": [
- "default.handlebars->27->1351"
+ "default.handlebars->27->1352"
]
},
{
@@ -2659,7 +2659,7 @@
"ru": "Добавить пользователей в группу",
"zh-chs": "將用戶添加到用戶組",
"xloc": [
- "default.handlebars->27->1654"
+ "default.handlebars->27->1655"
]
},
{
@@ -2693,7 +2693,7 @@
"ru": "Добавить новый Intel® AMT компьютер сканированием локальной сети.",
"zh-chs": "通過掃描本地網絡添加新的英特爾®AMT計算機。",
"xloc": [
- "default.handlebars->27->257"
+ "default.handlebars->27->258"
]
},
{
@@ -2710,8 +2710,8 @@
"ru": "Добавить новый Intel® AMT компьютер, находящийся в интернете.",
"zh-chs": "添加位於互聯網上的新英特爾®AMT計算機。",
"xloc": [
- "default.handlebars->27->1256",
- "default.handlebars->27->253"
+ "default.handlebars->27->1257",
+ "default.handlebars->27->254"
]
},
{
@@ -2728,8 +2728,8 @@
"ru": "Добавить новый Intel® AMT компьютер, находящийся в локальной сети.",
"zh-chs": "添加位於本地網絡上的新英特爾®AMT計算機。",
"xloc": [
- "default.handlebars->27->1258",
- "default.handlebars->27->255"
+ "default.handlebars->27->1259",
+ "default.handlebars->27->256"
]
},
{
@@ -2746,7 +2746,7 @@
"ru": "Добавить новое Intel® AMT устройство к группе устройств \\\"{0}\\\".",
"zh-chs": "將新的英特爾®AMT設備添加到設備組“{0}”。",
"xloc": [
- "default.handlebars->27->267"
+ "default.handlebars->27->268"
]
},
{
@@ -2760,8 +2760,8 @@
"nl": "Voeg een nieuwe computer toe aan deze apparaatgroep door de mesh-agent te installeren.",
"zh-chs": "通过安装网状代理,将新计算机添加到该设备组。",
"xloc": [
- "default.handlebars->27->1264",
- "default.handlebars->27->263"
+ "default.handlebars->27->1265",
+ "default.handlebars->27->264"
]
},
{
@@ -2812,8 +2812,8 @@
"ru": "Режим управления администратора (ACM)",
"zh-chs": "管理員控制模式(ACM)",
"xloc": [
- "default-mobile.handlebars->9->356",
- "default.handlebars->27->883"
+ "default-mobile.handlebars->9->357",
+ "default.handlebars->27->884"
]
},
{
@@ -2830,8 +2830,8 @@
"ru": "Учетные данные администратора",
"zh-chs": "管理員憑證",
"xloc": [
- "default-mobile.handlebars->9->362",
- "default.handlebars->27->889"
+ "default-mobile.handlebars->9->363",
+ "default.handlebars->27->890"
]
},
{
@@ -2866,7 +2866,7 @@
"ru": "Области администратора",
"zh-chs": "管理領域",
"xloc": [
- "default.handlebars->27->1690"
+ "default.handlebars->27->1691"
]
},
{
@@ -2901,7 +2901,7 @@
"ru": "Административные области",
"zh-chs": "行政領域",
"xloc": [
- "default.handlebars->27->1572"
+ "default.handlebars->27->1573"
]
},
{
@@ -2918,7 +2918,7 @@
"ru": "Администратор",
"zh-chs": "管理員",
"xloc": [
- "default.handlebars->27->1509"
+ "default.handlebars->27->1510"
]
},
{
@@ -2935,7 +2935,7 @@
"ru": "Африканский",
"zh-chs": "南非語",
"xloc": [
- "default.handlebars->27->954"
+ "default.handlebars->27->955"
]
},
{
@@ -2952,13 +2952,13 @@
"ru": "Агент",
"zh-chs": "代理人",
"xloc": [
- "default-mobile.handlebars->9->198",
- "default-mobile.handlebars->9->222",
- "default-mobile.handlebars->9->238",
- "default.handlebars->27->1416",
- "default.handlebars->27->1424",
+ "default-mobile.handlebars->9->199",
+ "default-mobile.handlebars->9->223",
+ "default-mobile.handlebars->9->239",
+ "default.handlebars->27->1417",
+ "default.handlebars->27->1425",
"default.handlebars->27->195",
- "default.handlebars->27->409",
+ "default.handlebars->27->410",
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->1"
]
},
@@ -2976,8 +2976,8 @@
"ru": "Агент + Intel AMT",
"zh-chs": "代理+英特爾AMT",
"xloc": [
- "default.handlebars->27->1418",
- "default.handlebars->27->1426"
+ "default.handlebars->27->1419",
+ "default.handlebars->27->1427"
]
},
{
@@ -3011,8 +3011,8 @@
"ru": "Консоль агента",
"zh-chs": "代理控制台",
"xloc": [
- "default-mobile.handlebars->9->429",
- "default.handlebars->27->1372"
+ "default-mobile.handlebars->9->430",
+ "default.handlebars->27->1373"
]
},
{
@@ -3029,7 +3029,7 @@
"ru": "Счетчик ошибок агента",
"zh-chs": "座席錯誤計數器",
"xloc": [
- "default.handlebars->27->1815"
+ "default.handlebars->27->1816"
]
},
{
@@ -3049,6 +3049,13 @@
"agentinvite.handlebars->3->3"
]
},
+ {
+ "en": "Agent Messages",
+ "xloc": [
+ "default-mobile.handlebars->9->177",
+ "default.handlebars->27->246"
+ ]
+ },
{
"cs": "Agent Relay (předávání)",
"de": "Agent-Weiterleitung",
@@ -3063,7 +3070,7 @@
"ru": "Ретранслятор агента",
"zh-chs": "代理中繼",
"xloc": [
- "default-mobile.handlebars->9->241"
+ "default-mobile.handlebars->9->242"
]
},
{
@@ -3098,7 +3105,7 @@
"ru": "Сессии агентов",
"zh-chs": "座席會議",
"xloc": [
- "default.handlebars->27->1831"
+ "default.handlebars->27->1832"
]
},
{
@@ -3115,8 +3122,8 @@
"ru": "Тег агента",
"zh-chs": "代理商標籤",
"xloc": [
- "default-mobile.handlebars->9->237",
- "default.handlebars->27->542"
+ "default-mobile.handlebars->9->238",
+ "default.handlebars->27->543"
]
},
{
@@ -3133,7 +3140,7 @@
"ru": "Типы агента",
"zh-chs": "代理類型",
"xloc": [
- "default.handlebars->27->1422",
+ "default.handlebars->27->1423",
"default.handlebars->container->column_l->p21->3->1->meshOsChartDiv->1"
]
},
@@ -3152,8 +3159,8 @@
"zh-chs": "代理已連接",
"xloc": [
"default.handlebars->27->160",
- "default.handlebars->27->606",
- "default.handlebars->27->607"
+ "default.handlebars->27->607",
+ "default.handlebars->27->608"
]
},
{
@@ -3187,7 +3194,7 @@
"ru": "Агент оффлайн",
"zh-chs": "代理離線",
"xloc": [
- "default.handlebars->27->916"
+ "default.handlebars->27->917"
]
},
{
@@ -3204,7 +3211,7 @@
"ru": "Агент онлайн",
"zh-chs": "代理在線",
"xloc": [
- "default.handlebars->27->915"
+ "default.handlebars->27->916"
]
},
{
@@ -3221,7 +3228,7 @@
"ru": "Агенты",
"zh-chs": "代理商",
"xloc": [
- "default.handlebars->27->1844"
+ "default.handlebars->27->1845"
]
},
{
@@ -3238,7 +3245,7 @@
"ru": "Албанский",
"zh-chs": "阿爾巴尼亞語",
"xloc": [
- "default.handlebars->27->955"
+ "default.handlebars->27->956"
]
},
{
@@ -3256,15 +3263,15 @@
"zh-chs": "所有",
"xloc": [
"default-mobile.handlebars->9->117",
- "default-mobile.handlebars->9->295",
- "default-mobile.handlebars->9->297"
+ "default-mobile.handlebars->9->296",
+ "default-mobile.handlebars->9->298"
]
},
{
"en": "All Available",
"nl": "Alle beschikbare",
"xloc": [
- "default.handlebars->27->1472"
+ "default.handlebars->27->1473"
]
},
{
@@ -3285,7 +3292,7 @@
"en": "All Events",
"nl": "Alle gebeurtenissen",
"xloc": [
- "default.handlebars->27->1470"
+ "default.handlebars->27->1471"
]
},
{
@@ -3302,9 +3309,9 @@
"ru": "Фокусирование всех",
"zh-chs": "全部聚焦",
"xloc": [
- "default.handlebars->27->757",
- "default.handlebars->27->759",
- "default.handlebars->27->760"
+ "default.handlebars->27->758",
+ "default.handlebars->27->760",
+ "default.handlebars->27->761"
]
},
{
@@ -3321,8 +3328,8 @@
"ru": "Разрешить пользователям управлять этой группой и устройствами этой группы.",
"zh-chs": "允許用戶管理此設備組和該組中的設備。",
"xloc": [
- "default.handlebars->27->1321",
- "default.handlebars->27->1651"
+ "default.handlebars->27->1322",
+ "default.handlebars->27->1652"
]
},
{
@@ -3338,7 +3345,7 @@
"ru": "Разрешить пользователям управлять этим устройством.",
"zh-chs": "允许用户管理此设备。",
"xloc": [
- "default.handlebars->27->1322"
+ "default.handlebars->27->1323"
]
},
{
@@ -3391,7 +3398,7 @@
"ru": "Поменять (F10 = ESC+0)",
"zh-chs": "備用(F10 = ESC + 0)",
"xloc": [
- "default.handlebars->27->792"
+ "default.handlebars->27->793"
]
},
{
@@ -3426,9 +3433,9 @@
"ru": "Всегда уведомлять",
"zh-chs": "始終通知",
"xloc": [
- "default.handlebars->27->1235",
- "default.handlebars->27->1699",
- "default.handlebars->27->558"
+ "default.handlebars->27->1236",
+ "default.handlebars->27->1700",
+ "default.handlebars->27->559"
]
},
{
@@ -3445,9 +3452,9 @@
"ru": "Всегда запрашивать",
"zh-chs": "總是提示",
"xloc": [
- "default.handlebars->27->1236",
- "default.handlebars->27->1700",
- "default.handlebars->27->559"
+ "default.handlebars->27->1237",
+ "default.handlebars->27->1701",
+ "default.handlebars->27->560"
]
},
{
@@ -3561,7 +3568,7 @@
"ru": "Антивирус",
"zh-chs": "防毒軟件",
"xloc": [
- "default.handlebars->27->548"
+ "default.handlebars->27->549"
]
},
{
@@ -3578,7 +3585,7 @@
"ru": "Любые поддерживаемые",
"zh-chs": "任何支持",
"xloc": [
- "default.handlebars->27->322"
+ "default.handlebars->27->323"
]
},
{
@@ -3595,7 +3602,7 @@
"ru": "Apple MacOS",
"zh-chs": "蘋果MacOS",
"xloc": [
- "default.handlebars->27->352"
+ "default.handlebars->27->353"
]
},
{
@@ -3612,7 +3619,7 @@
"ru": "Только Apple MacOS",
"zh-chs": "僅限Apple MacOS",
"xloc": [
- "default.handlebars->27->324"
+ "default.handlebars->27->325"
]
},
{
@@ -3646,7 +3653,7 @@
"ru": "Арабский (Алжир)",
"zh-chs": "阿拉伯文(阿爾及利亞)",
"xloc": [
- "default.handlebars->27->957"
+ "default.handlebars->27->958"
]
},
{
@@ -3663,7 +3670,7 @@
"ru": "Арабский (Бахрейн)",
"zh-chs": "阿拉伯文(巴林)",
"xloc": [
- "default.handlebars->27->958"
+ "default.handlebars->27->959"
]
},
{
@@ -3680,7 +3687,7 @@
"ru": "Арабский (Египет)",
"zh-chs": "阿拉伯文(埃及)",
"xloc": [
- "default.handlebars->27->959"
+ "default.handlebars->27->960"
]
},
{
@@ -3697,7 +3704,7 @@
"ru": "Арабский (Ирак)",
"zh-chs": "阿拉伯文(伊拉克)",
"xloc": [
- "default.handlebars->27->960"
+ "default.handlebars->27->961"
]
},
{
@@ -3714,7 +3721,7 @@
"ru": "Арабский (Иордания)",
"zh-chs": "阿拉伯語(約旦)",
"xloc": [
- "default.handlebars->27->961"
+ "default.handlebars->27->962"
]
},
{
@@ -3731,7 +3738,7 @@
"ru": "Арабский (Кувейт)",
"zh-chs": "阿拉伯文(科威特)",
"xloc": [
- "default.handlebars->27->962"
+ "default.handlebars->27->963"
]
},
{
@@ -3748,7 +3755,7 @@
"ru": "Арабский (Ливан)",
"zh-chs": "阿拉伯語(黎巴嫩)",
"xloc": [
- "default.handlebars->27->963"
+ "default.handlebars->27->964"
]
},
{
@@ -3765,7 +3772,7 @@
"ru": "Арабский (Ливия)",
"zh-chs": "阿拉伯文(利比亞)",
"xloc": [
- "default.handlebars->27->964"
+ "default.handlebars->27->965"
]
},
{
@@ -3782,7 +3789,7 @@
"ru": "Арабский (Марокко)",
"zh-chs": "阿拉伯文(摩洛哥)",
"xloc": [
- "default.handlebars->27->965"
+ "default.handlebars->27->966"
]
},
{
@@ -3799,7 +3806,7 @@
"ru": "Арабский (Оман)",
"zh-chs": "阿拉伯文(阿曼)",
"xloc": [
- "default.handlebars->27->966"
+ "default.handlebars->27->967"
]
},
{
@@ -3816,7 +3823,7 @@
"ru": "Арабский (Катар)",
"zh-chs": "阿拉伯語(卡塔爾)",
"xloc": [
- "default.handlebars->27->967"
+ "default.handlebars->27->968"
]
},
{
@@ -3833,7 +3840,7 @@
"ru": "Арабский (Саудовская Аравия)",
"zh-chs": "阿拉伯語(沙特阿拉伯)",
"xloc": [
- "default.handlebars->27->968"
+ "default.handlebars->27->969"
]
},
{
@@ -3850,7 +3857,7 @@
"ru": "Арабский (стандартный)",
"zh-chs": "阿拉伯語(標準)",
"xloc": [
- "default.handlebars->27->956"
+ "default.handlebars->27->957"
]
},
{
@@ -3867,7 +3874,7 @@
"ru": "Арабский (Сирия)",
"zh-chs": "阿拉伯語(敘利亞)",
"xloc": [
- "default.handlebars->27->969"
+ "default.handlebars->27->970"
]
},
{
@@ -3884,7 +3891,7 @@
"ru": "Арабский (Тунис)",
"zh-chs": "阿拉伯文(突尼斯)",
"xloc": [
- "default.handlebars->27->970"
+ "default.handlebars->27->971"
]
},
{
@@ -3901,7 +3908,7 @@
"ru": "Арабский (О.А.Э.)",
"zh-chs": "阿拉伯文(阿聯酋)",
"xloc": [
- "default.handlebars->27->971"
+ "default.handlebars->27->972"
]
},
{
@@ -3918,7 +3925,7 @@
"ru": "Арабский (Йемен)",
"zh-chs": "阿拉伯文(也門)",
"xloc": [
- "default.handlebars->27->972"
+ "default.handlebars->27->973"
]
},
{
@@ -3935,7 +3942,7 @@
"ru": "Арагонский",
"zh-chs": "阿拉貢人",
"xloc": [
- "default.handlebars->27->973"
+ "default.handlebars->27->974"
]
},
{
@@ -3952,8 +3959,8 @@
"ru": "Архитектура",
"zh-chs": "建築",
"xloc": [
- "default-mobile.handlebars->9->326",
- "default.handlebars->27->843"
+ "default-mobile.handlebars->9->327",
+ "default.handlebars->27->844"
]
},
{
@@ -3970,7 +3977,7 @@
"ru": "Вы действительно хотите подключиться к {0} устройствам?",
"zh-chs": "您確定要連接到{0}設備嗎?",
"xloc": [
- "default.handlebars->27->248"
+ "default.handlebars->27->249"
]
},
{
@@ -3987,8 +3994,8 @@
"ru": "Вы действительно хотите удалить группу \\\"{0}\\\"? Удаление группы приведет к удалению всей информации связанной с устройствами в этой группе.",
"zh-chs": "您確定要刪除組{0}嗎?刪除設備組還將刪除該組中有關設備的所有信息。",
"xloc": [
- "default-mobile.handlebars->9->400",
- "default.handlebars->27->1299"
+ "default-mobile.handlebars->9->401",
+ "default.handlebars->27->1300"
]
},
{
@@ -4005,7 +4012,7 @@
"ru": "Вы действительно хотите удалить устройство \\\"{0}\\\"?",
"zh-chs": "您確定要刪除節點{0}嗎?",
"xloc": [
- "default.handlebars->27->704"
+ "default.handlebars->27->705"
]
},
{
@@ -4022,7 +4029,7 @@
"ru": "Вы действительно хотите деинсталировать выбранного агента?",
"zh-chs": "您確定要卸載所選代理嗎?",
"xloc": [
- "default.handlebars->27->693"
+ "default.handlebars->27->694"
]
},
{
@@ -4039,7 +4046,7 @@
"ru": "Вы действительно хотите деинсталлировать выбранных {0} агентов?",
"zh-chs": "您確定要卸載所選的{0}代理嗎?",
"xloc": [
- "default.handlebars->27->692"
+ "default.handlebars->27->693"
]
},
{
@@ -4056,7 +4063,7 @@
"ru": "Вы уверенны, что {0} плагин: {1}",
"zh-chs": "您確定要{0}插件嗎:{1}",
"xloc": [
- "default.handlebars->27->1884"
+ "default.handlebars->27->1885"
]
},
{
@@ -4073,7 +4080,7 @@
"ru": "Армянский",
"zh-chs": "亞美尼亞人",
"xloc": [
- "default.handlebars->27->974"
+ "default.handlebars->27->975"
]
},
{
@@ -4118,7 +4125,7 @@
"ru": "Ассамский",
"zh-chs": "阿薩姆語",
"xloc": [
- "default.handlebars->27->975"
+ "default.handlebars->27->976"
]
},
{
@@ -4135,7 +4142,7 @@
"ru": "Астурии",
"zh-chs": "阿斯圖里亞斯人",
"xloc": [
- "default.handlebars->27->976"
+ "default.handlebars->27->977"
]
},
{
@@ -4152,7 +4159,7 @@
"ru": "Приложение аутентификации",
"zh-chs": "身份驗證應用",
"xloc": [
- "default.handlebars->27->1703"
+ "default.handlebars->27->1704"
]
},
{
@@ -4175,8 +4182,8 @@
"default-mobile.handlebars->9->73",
"default.handlebars->27->125",
"default.handlebars->27->130",
- "default.handlebars->27->940",
- "default.handlebars->27->942"
+ "default.handlebars->27->941",
+ "default.handlebars->27->943"
]
},
{
@@ -4244,7 +4251,7 @@
"ru": "Автоудаление",
"zh-chs": "自動刪除",
"xloc": [
- "default.handlebars->27->1223"
+ "default.handlebars->27->1224"
]
},
{
@@ -4298,7 +4305,7 @@
"ru": "Азербайджанский",
"zh-chs": "阿塞拜疆",
"xloc": [
- "default.handlebars->27->977"
+ "default.handlebars->27->978"
]
},
{
@@ -4315,8 +4322,8 @@
"ru": "BIOS",
"zh-chs": "的BIOS",
"xloc": [
- "default-mobile.handlebars->9->368",
- "default.handlebars->27->895"
+ "default-mobile.handlebars->9->369",
+ "default.handlebars->27->896"
]
},
{
@@ -4396,7 +4403,7 @@
"ru": "Фоновый и интерактивный",
"zh-chs": "背景與互動",
"xloc": [
- "default.handlebars->27->356"
+ "default.handlebars->27->357"
]
},
{
@@ -4413,9 +4420,9 @@
"ru": "Фоновый и интерактивный",
"zh-chs": "背景與互動",
"xloc": [
- "default.handlebars->27->1399",
- "default.handlebars->27->1406",
- "default.handlebars->27->334"
+ "default.handlebars->27->1400",
+ "default.handlebars->27->1407",
+ "default.handlebars->27->335"
]
},
{
@@ -4432,10 +4439,10 @@
"ru": "Только фоновый",
"zh-chs": "僅背景",
"xloc": [
- "default.handlebars->27->1400",
- "default.handlebars->27->1407",
- "default.handlebars->27->335",
- "default.handlebars->27->357"
+ "default.handlebars->27->1401",
+ "default.handlebars->27->1408",
+ "default.handlebars->27->336",
+ "default.handlebars->27->358"
]
},
{
@@ -4469,7 +4476,7 @@
"ru": "Резервные коды",
"zh-chs": "備用碼",
"xloc": [
- "default.handlebars->27->1705"
+ "default.handlebars->27->1706"
]
},
{
@@ -4486,7 +4493,7 @@
"ru": "Плохой ключ",
"zh-chs": "錯誤的簽名",
"xloc": [
- "default.handlebars->27->1822"
+ "default.handlebars->27->1823"
]
},
{
@@ -4503,7 +4510,7 @@
"ru": "Плохой веб-сертификат",
"zh-chs": "錯誤的網絡證書",
"xloc": [
- "default.handlebars->27->1821"
+ "default.handlebars->27->1822"
]
},
{
@@ -4520,7 +4527,7 @@
"ru": "Баскский",
"zh-chs": "巴斯克",
"xloc": [
- "default.handlebars->27->978"
+ "default.handlebars->27->979"
]
},
{
@@ -4554,7 +4561,7 @@
"ru": "Белорусский",
"zh-chs": "白俄羅斯語",
"xloc": [
- "default.handlebars->27->980"
+ "default.handlebars->27->981"
]
},
{
@@ -4571,7 +4578,7 @@
"ru": "Бенгальский",
"zh-chs": "孟加拉",
"xloc": [
- "default.handlebars->27->981"
+ "default.handlebars->27->982"
]
},
{
@@ -4607,7 +4614,7 @@
"ru": "Боснийский",
"zh-chs": "波斯尼亞人",
"xloc": [
- "default.handlebars->27->982"
+ "default.handlebars->27->983"
]
},
{
@@ -4624,7 +4631,7 @@
"ru": "Бретонский",
"zh-chs": "布列塔尼",
"xloc": [
- "default.handlebars->27->983"
+ "default.handlebars->27->984"
]
},
{
@@ -4641,7 +4648,7 @@
"ru": "Отправить сообщение",
"zh-chs": "廣播",
"xloc": [
- "default.handlebars->27->1619",
+ "default.handlebars->27->1620",
"default.handlebars->container->column_l->p4->3->1->0->3->1"
]
},
@@ -4659,7 +4666,7 @@
"ru": "Отправить сообщение",
"zh-chs": "廣播消息",
"xloc": [
- "default.handlebars->27->1554"
+ "default.handlebars->27->1555"
]
},
{
@@ -4676,7 +4683,7 @@
"ru": "Отправить сообщение всем подключенным пользователям.",
"zh-chs": "向所有連接的用戶廣播消息。",
"xloc": [
- "default.handlebars->27->1553"
+ "default.handlebars->27->1554"
]
},
{
@@ -4693,7 +4700,7 @@
"ru": "Болгарский",
"zh-chs": "保加利亞語",
"xloc": [
- "default.handlebars->27->979"
+ "default.handlebars->27->980"
]
},
{
@@ -4710,7 +4717,7 @@
"ru": "Бирманский",
"zh-chs": "緬甸人",
"xloc": [
- "default.handlebars->27->984"
+ "default.handlebars->27->985"
]
},
{
@@ -4727,8 +4734,8 @@
"ru": "CCM",
"zh-chs": "CCM",
"xloc": [
- "default-mobile.handlebars->9->229",
- "default.handlebars->27->527"
+ "default-mobile.handlebars->9->230",
+ "default.handlebars->27->528"
]
},
{
@@ -4745,11 +4752,11 @@
"ru": "CIRA",
"zh-chs": "CIRA",
"xloc": [
- "default-mobile.handlebars->9->199",
- "default.handlebars->27->1287",
- "default.handlebars->27->1292",
+ "default-mobile.handlebars->9->200",
+ "default.handlebars->27->1288",
+ "default.handlebars->27->1293",
"default.handlebars->27->197",
- "default.handlebars->27->411"
+ "default.handlebars->27->412"
]
},
{
@@ -4766,7 +4773,7 @@
"ru": "CIRA Сервер",
"zh-chs": "CIRA服務器",
"xloc": [
- "default.handlebars->27->1872"
+ "default.handlebars->27->1873"
]
},
{
@@ -4783,7 +4790,7 @@
"ru": "CIRA Сервер команды",
"zh-chs": "CIRA服務器命令",
"xloc": [
- "default.handlebars->27->1873"
+ "default.handlebars->27->1874"
]
},
{
@@ -4799,8 +4806,8 @@
"ru": "CPU",
"zh-chs": "CPU",
"xloc": [
- "default-mobile.handlebars->9->374",
- "default.handlebars->27->901"
+ "default-mobile.handlebars->9->375",
+ "default.handlebars->27->902"
]
},
{
@@ -4817,7 +4824,7 @@
"ru": "Загрузка CPU",
"zh-chs": "CPU負載",
"xloc": [
- "default.handlebars->27->1836"
+ "default.handlebars->27->1837"
]
},
{
@@ -4834,7 +4841,7 @@
"ru": "Загрузка CPU за последние 15 минут",
"zh-chs": "最近15分鐘的CPU負載",
"xloc": [
- "default.handlebars->27->1839"
+ "default.handlebars->27->1840"
]
},
{
@@ -4851,7 +4858,7 @@
"ru": "Загрузка CPU за последние 5 минут",
"zh-chs": "最近5分鐘的CPU負載",
"xloc": [
- "default.handlebars->27->1838"
+ "default.handlebars->27->1839"
]
},
{
@@ -4868,7 +4875,7 @@
"ru": "Загрузка CPU за последнюю минуту",
"zh-chs": "最後一分鐘的CPU負載",
"xloc": [
- "default.handlebars->27->1837"
+ "default.handlebars->27->1838"
]
},
{
@@ -4885,8 +4892,8 @@
"ru": "CR+LF",
"zh-chs": "CR +低頻",
"xloc": [
- "default.handlebars->27->785",
- "default.handlebars->27->794",
+ "default.handlebars->27->786",
+ "default.handlebars->27->795",
"default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSettingsButtons"
]
},
@@ -4903,7 +4910,7 @@
"ru": "CSV",
"zh-chs": "CSV",
"xloc": [
- "default.handlebars->27->1480"
+ "default.handlebars->27->1481"
]
},
{
@@ -4920,9 +4927,9 @@
"ru": "Формат CSV",
"zh-chs": "CSV格式",
"xloc": [
- "default.handlebars->27->1484",
- "default.handlebars->27->1545",
- "default.handlebars->27->443"
+ "default.handlebars->27->1485",
+ "default.handlebars->27->1546",
+ "default.handlebars->27->444"
]
},
{
@@ -4939,7 +4946,7 @@
"ru": "Ошибка вызова",
"zh-chs": "通話錯誤",
"xloc": [
- "default.handlebars->27->1885"
+ "default.handlebars->27->1886"
]
},
{
@@ -4958,7 +4965,7 @@
"xloc": [
"default-mobile.handlebars->9->82",
"default-mobile.handlebars->dialog->idx_dlgButtonBar",
- "default.handlebars->27->1204",
+ "default.handlebars->27->1205",
"default.handlebars->container->dialog->idx_dlgButtonBar",
"login-mobile.handlebars->dialog->idx_dlgButtonBar",
"login.handlebars->dialog->idx_dlgButtonBar",
@@ -4976,10 +4983,10 @@
"nl": "Capaciteit",
"zh-chs": "容量",
"xloc": [
- "default-mobile.handlebars->9->382",
- "default-mobile.handlebars->9->384",
- "default.handlebars->27->909",
- "default.handlebars->27->911"
+ "default-mobile.handlebars->9->383",
+ "default-mobile.handlebars->9->385",
+ "default.handlebars->27->910",
+ "default.handlebars->27->912"
]
},
{
@@ -4996,8 +5003,8 @@
"ru": "Объем / Скорость",
"zh-chs": "容量/速度",
"xloc": [
- "default-mobile.handlebars->9->377",
- "default.handlebars->27->904"
+ "default-mobile.handlebars->9->378",
+ "default.handlebars->27->905"
]
},
{
@@ -5014,7 +5021,7 @@
"ru": "Каталонский",
"zh-chs": "加泰羅尼亞語",
"xloc": [
- "default.handlebars->27->985"
+ "default.handlebars->27->986"
]
},
{
@@ -5031,7 +5038,7 @@
"ru": "Установить центр карты здесь",
"zh-chs": "中心地圖在這裡",
"xloc": [
- "default.handlebars->27->489"
+ "default.handlebars->27->490"
]
},
{
@@ -5048,7 +5055,7 @@
"ru": "Чаморро",
"zh-chs": "查莫羅",
"xloc": [
- "default.handlebars->27->986"
+ "default.handlebars->27->987"
]
},
{
@@ -5079,7 +5086,7 @@
"ru": "Смена email для {0}",
"zh-chs": "更改{0}的電子郵件",
"xloc": [
- "default.handlebars->27->1733"
+ "default.handlebars->27->1734"
]
},
{
@@ -5096,9 +5103,9 @@
"ru": "Смена группы",
"zh-chs": "變更組",
"xloc": [
- "default.handlebars->27->583",
- "default.handlebars->27->701",
- "default.handlebars->27->702"
+ "default.handlebars->27->584",
+ "default.handlebars->27->702",
+ "default.handlebars->27->703"
]
},
{
@@ -5116,8 +5123,8 @@
"zh-chs": "更改密碼",
"xloc": [
"default-mobile.handlebars->9->90",
- "default.handlebars->27->1180",
- "default.handlebars->27->1720"
+ "default.handlebars->27->1181",
+ "default.handlebars->27->1721"
]
},
{
@@ -5134,14 +5141,14 @@
"ru": "Смена пароля для {0}",
"zh-chs": "更改{0}的密碼",
"xloc": [
- "default.handlebars->27->1740"
+ "default.handlebars->27->1741"
]
},
{
"en": "Change Real Name for {0}",
"nl": "Verander echte naam voor {0}",
"xloc": [
- "default.handlebars->27->1728"
+ "default.handlebars->27->1729"
]
},
{
@@ -5211,7 +5218,7 @@
"ru": "Изменить пароль для этого пользователя",
"zh-chs": "更改該用戶的密碼",
"xloc": [
- "default.handlebars->27->1719"
+ "default.handlebars->27->1720"
]
},
{
@@ -5245,7 +5252,7 @@
"ru": "Измените адрес электронной почты вашей учетной записи здесь.",
"zh-chs": "在此處更改您的帳戶電子郵件地址。",
"xloc": [
- "default.handlebars->27->1167"
+ "default.handlebars->27->1168"
]
},
{
@@ -5262,7 +5269,7 @@
"ru": "Измените пароль своей учетной записи, введя старый пароль и дважды новый пароль в поля ниже.",
"zh-chs": "在下面的框中兩次輸入舊密碼和新密碼,以更改帳戶密碼。",
"xloc": [
- "default.handlebars->27->1173"
+ "default.handlebars->27->1174"
]
},
{
@@ -5279,7 +5286,7 @@
"ru": "Изменение языка потребует перезагрузить страницу.",
"zh-chs": "更改語言將需要刷新頁面。",
"xloc": [
- "default.handlebars->27->1152"
+ "default.handlebars->27->1153"
]
},
{
@@ -5296,9 +5303,9 @@
"ru": "Чат",
"zh-chs": "聊天室",
"xloc": [
- "default.handlebars->27->1501",
- "default.handlebars->27->636",
- "default.handlebars->27->655"
+ "default.handlebars->27->1502",
+ "default.handlebars->27->637",
+ "default.handlebars->27->656"
]
},
{
@@ -5315,10 +5322,10 @@
"ru": "Чаты и уведомления",
"zh-chs": "聊天並通知",
"xloc": [
- "default-mobile.handlebars->9->421",
- "default-mobile.handlebars->9->439",
- "default.handlebars->27->1349",
- "default.handlebars->27->1383"
+ "default-mobile.handlebars->9->422",
+ "default-mobile.handlebars->9->440",
+ "default.handlebars->27->1350",
+ "default.handlebars->27->1384"
]
},
{
@@ -5342,7 +5349,7 @@
"ru": "Чеченский",
"zh-chs": "車臣",
"xloc": [
- "default.handlebars->27->987"
+ "default.handlebars->27->988"
]
},
{
@@ -5423,8 +5430,8 @@
"ru": "Проверка...",
"zh-chs": "檢查...",
"xloc": [
- "default.handlebars->27->1879",
- "default.handlebars->27->953"
+ "default.handlebars->27->1880",
+ "default.handlebars->27->954"
]
},
{
@@ -5441,7 +5448,7 @@
"ru": "Китайский",
"zh-chs": "中文",
"xloc": [
- "default.handlebars->27->988"
+ "default.handlebars->27->989"
]
},
{
@@ -5458,7 +5465,7 @@
"ru": "Китайский (Гонконг)",
"zh-chs": "中文(香港)",
"xloc": [
- "default.handlebars->27->989"
+ "default.handlebars->27->990"
]
},
{
@@ -5475,7 +5482,7 @@
"ru": "Китайский (КНР)",
"zh-chs": "中文(中國)",
"xloc": [
- "default.handlebars->27->990"
+ "default.handlebars->27->991"
]
},
{
@@ -5492,7 +5499,7 @@
"ru": "Упрощенный китайский)",
"zh-chs": "简体中文)",
"xloc": [
- "default.handlebars->27->1150"
+ "default.handlebars->27->1151"
]
},
{
@@ -5509,7 +5516,7 @@
"ru": "Китайский (Сингапур)",
"zh-chs": "中文(新加坡)",
"xloc": [
- "default.handlebars->27->991"
+ "default.handlebars->27->992"
]
},
{
@@ -5526,7 +5533,7 @@
"ru": "Китайский (Тайвань)",
"zh-chs": "中文(台灣)",
"xloc": [
- "default.handlebars->27->992"
+ "default.handlebars->27->993"
]
},
{
@@ -5561,7 +5568,7 @@
"ru": "Чувашский",
"zh-chs": "楚瓦什",
"xloc": [
- "default.handlebars->27->993"
+ "default.handlebars->27->994"
]
},
{
@@ -5578,7 +5585,7 @@
"ru": "Очистка CIRA",
"zh-chs": "清理CIRA",
"xloc": [
- "default.handlebars->27->296"
+ "default.handlebars->27->297"
]
},
{
@@ -5596,16 +5603,16 @@
"zh-chs": "明確",
"xloc": [
"default-mobile.handlebars->9->132",
- "default-mobile.handlebars->9->313",
- "default-mobile.handlebars->9->315",
- "default-mobile.handlebars->9->317",
- "default-mobile.handlebars->9->319",
+ "default-mobile.handlebars->9->314",
+ "default-mobile.handlebars->9->316",
+ "default-mobile.handlebars->9->318",
+ "default-mobile.handlebars->9->320",
"default-mobile.handlebars->9->59",
- "default.handlebars->27->1464",
- "default.handlebars->27->820",
- "default.handlebars->27->822",
- "default.handlebars->27->824",
- "default.handlebars->27->826",
+ "default.handlebars->27->1465",
+ "default.handlebars->27->821",
+ "default.handlebars->27->823",
+ "default.handlebars->27->825",
+ "default.handlebars->27->827",
"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"
@@ -5639,7 +5646,7 @@
"nl": "Wis alle meldingen",
"zh-chs": "全部清除",
"xloc": [
- "default.handlebars->27->1809"
+ "default.handlebars->27->1810"
]
},
{
@@ -5656,7 +5663,7 @@
"ru": "Очистить ядро",
"zh-chs": "清除核心",
"xloc": [
- "default.handlebars->27->925"
+ "default.handlebars->27->926"
]
},
{
@@ -5689,7 +5696,7 @@
"ru": "Очистить это уведомление",
"zh-chs": "清除此通知",
"xloc": [
- "default.handlebars->27->1808"
+ "default.handlebars->27->1809"
]
},
{
@@ -5734,8 +5741,8 @@
"nl": "Klik hier om de apparaatgroepsnaam te bewerken",
"zh-chs": "单击此处编辑设备组名称",
"xloc": [
- "default.handlebars->27->1215",
- "default.handlebars->27->1420"
+ "default.handlebars->27->1216",
+ "default.handlebars->27->1421"
]
},
{
@@ -5752,7 +5759,7 @@
"ru": "Для изменения имени устройства на сервере нажмите сюда",
"zh-chs": "單擊此處編輯服務器端設備名稱",
"xloc": [
- "default.handlebars->27->505"
+ "default.handlebars->27->506"
]
},
{
@@ -5765,7 +5772,7 @@
"nl": "Klik hier om de gebruikersgroepsnaam te bewerken",
"zh-chs": "单击此处编辑用户组名称",
"xloc": [
- "default.handlebars->27->1608"
+ "default.handlebars->27->1609"
]
},
{
@@ -5815,7 +5822,7 @@
"zh-chs": "單擊確定將驗證郵件發送到:",
"xloc": [
"default-mobile.handlebars->9->75",
- "default.handlebars->27->1164"
+ "default.handlebars->27->1165"
]
},
{
@@ -5849,8 +5856,8 @@
"ru": "Режим управления клиентом (CCM)",
"zh-chs": "客戶端控制模式(CCM)",
"xloc": [
- "default-mobile.handlebars->9->355",
- "default.handlebars->27->882"
+ "default-mobile.handlebars->9->356",
+ "default.handlebars->27->883"
]
},
{
@@ -5867,8 +5874,8 @@
"ru": "Клиент инициировал удаленный доступ",
"zh-chs": "客戶端啟動的遠程訪問",
"xloc": [
- "default.handlebars->27->1286",
- "default.handlebars->27->1291"
+ "default.handlebars->27->1287",
+ "default.handlebars->27->1292"
]
},
{
@@ -5905,7 +5912,7 @@
"default-mobile.handlebars->9->57",
"default.handlebars->27->137",
"default.handlebars->27->145",
- "default.handlebars->27->778"
+ "default.handlebars->27->779"
]
},
{
@@ -5948,8 +5955,8 @@
"ru": "Общие группы устройств",
"zh-chs": "通用設備組",
"xloc": [
- "default.handlebars->27->1627",
- "default.handlebars->27->1745"
+ "default.handlebars->27->1628",
+ "default.handlebars->27->1746"
]
},
{
@@ -5966,8 +5973,8 @@
"ru": "Общие устройства",
"zh-chs": "通用設備",
"xloc": [
- "default.handlebars->27->1633",
- "default.handlebars->27->1757"
+ "default.handlebars->27->1634",
+ "default.handlebars->27->1758"
]
},
{
@@ -5985,7 +5992,7 @@
"zh-chs": "將{1}入口{2}中的{0}限製到此位置?",
"xloc": [
"default-mobile.handlebars->9->127",
- "default.handlebars->27->1459"
+ "default.handlebars->27->1460"
]
},
{
@@ -6002,16 +6009,16 @@
"ru": "Подтвердить",
"zh-chs": "確認",
"xloc": [
- "default-mobile.handlebars->9->275",
- "default-mobile.handlebars->9->401",
- "default.handlebars->27->1300",
- "default.handlebars->27->1529",
- "default.handlebars->27->1598",
- "default.handlebars->27->1647",
- "default.handlebars->27->1743",
- "default.handlebars->27->435",
- "default.handlebars->27->696",
- "default.handlebars->27->705"
+ "default-mobile.handlebars->9->276",
+ "default-mobile.handlebars->9->402",
+ "default.handlebars->27->1301",
+ "default.handlebars->27->1530",
+ "default.handlebars->27->1599",
+ "default.handlebars->27->1648",
+ "default.handlebars->27->1744",
+ "default.handlebars->27->436",
+ "default.handlebars->27->697",
+ "default.handlebars->27->706"
]
},
{
@@ -6028,8 +6035,8 @@
"ru": "Подтвердить копирование 1 записи в это расположение?",
"zh-chs": "確認將1個副本複製到此位置?",
"xloc": [
- "default-mobile.handlebars->9->308",
- "default.handlebars->27->815"
+ "default-mobile.handlebars->9->309",
+ "default.handlebars->27->816"
]
},
{
@@ -6046,8 +6053,8 @@
"ru": "Подтвердить копирование {0} записей в это расположение?",
"zh-chs": "確認{0}個條目的副本到此位置?",
"xloc": [
- "default-mobile.handlebars->9->307",
- "default.handlebars->27->814"
+ "default-mobile.handlebars->9->308",
+ "default.handlebars->27->815"
]
},
{
@@ -6061,7 +6068,7 @@
"nl": "Bevestig verwijdering geselecteerde account(s)?",
"zh-chs": "确认删除选定的帐户?",
"xloc": [
- "default.handlebars->27->1528"
+ "default.handlebars->27->1529"
]
},
{
@@ -6078,7 +6085,7 @@
"ru": "Подтвердить удаление выбранных устройств?",
"zh-chs": "確認刪除所選設備?",
"xloc": [
- "default.handlebars->27->434"
+ "default.handlebars->27->435"
]
},
{
@@ -6092,7 +6099,7 @@
"nl": "Bevestig verwijdering geselecteerde gebruikersgroep(en)?",
"zh-chs": "确认删除选定的用户组?",
"xloc": [
- "default.handlebars->27->1597"
+ "default.handlebars->27->1598"
]
},
{
@@ -6109,7 +6116,7 @@
"ru": "Подтвердить удаление пользователя {0}?",
"zh-chs": "確認刪除用戶{0}?",
"xloc": [
- "default.handlebars->27->1742"
+ "default.handlebars->27->1743"
]
},
{
@@ -6123,7 +6130,7 @@
"nl": "Bevestig lidmaatschap verwijderen van gebruiker \\\"{0}\\\"?",
"zh-chs": "确认删除用户\\“ {0} \\”的成员身份?",
"xloc": [
- "default.handlebars->27->1650"
+ "default.handlebars->27->1651"
]
},
{
@@ -6137,7 +6144,7 @@
"nl": "Bevestig lidmaatschap verwijdering van gebruikergroep \\\"{0}\\\"?",
"zh-chs": "确认删除用户组 “{0}” 的成员身份?",
"xloc": [
- "default.handlebars->27->1772"
+ "default.handlebars->27->1773"
]
},
{
@@ -6154,8 +6161,8 @@
"ru": "Подтвердить перемещение 1 записи в это расположение?",
"zh-chs": "確認將1個入口移動到此位置?",
"xloc": [
- "default-mobile.handlebars->9->310",
- "default.handlebars->27->817"
+ "default-mobile.handlebars->9->311",
+ "default.handlebars->27->818"
]
},
{
@@ -6172,8 +6179,8 @@
"ru": "Подтвердить перемещение {0} записей в это расположение?",
"zh-chs": "確認將{0}個條目移到此位置?",
"xloc": [
- "default-mobile.handlebars->9->309",
- "default.handlebars->27->816"
+ "default-mobile.handlebars->9->310",
+ "default.handlebars->27->817"
]
},
{
@@ -6190,7 +6197,7 @@
"ru": "Подтвердить перезапись?",
"zh-chs": "確認覆蓋?",
"xloc": [
- "default.handlebars->27->1458"
+ "default.handlebars->27->1459"
]
},
{
@@ -6204,8 +6211,8 @@
"nl": "Bevestig verwijdering van toegangsrechten voor apparaat \\\"{0}\\\"?",
"zh-chs": "确认删除设备“ {0} ”的访问权限?",
"xloc": [
- "default.handlebars->27->1640",
- "default.handlebars->27->1763"
+ "default.handlebars->27->1641",
+ "default.handlebars->27->1764"
]
},
{
@@ -6219,8 +6226,8 @@
"nl": "Bevestig verwijdering van toegangsrechten voor apparaatgroep \\\"{0}\\\"?",
"zh-chs": "是否确认删除设备组“ {0}”的访问权限?",
"xloc": [
- "default.handlebars->27->1642",
- "default.handlebars->27->1776"
+ "default.handlebars->27->1643",
+ "default.handlebars->27->1777"
]
},
{
@@ -6234,7 +6241,7 @@
"nl": "Bevestig verwijdering van toegangsrechten voor gebruiker \\\"{0}\\\"?",
"zh-chs": "确认删除用户\\“ {0} \\”的访问权限?",
"xloc": [
- "default.handlebars->27->1765"
+ "default.handlebars->27->1766"
]
},
{
@@ -6248,7 +6255,7 @@
"nl": "Bevestig verwijdering van toegangsrechten voor gebruikergroep \\\"{0}\\\"?",
"zh-chs": "确认删除用户组“ {0}”的访问权限?",
"xloc": [
- "default.handlebars->27->1768"
+ "default.handlebars->27->1769"
]
},
{
@@ -6262,8 +6269,8 @@
"nl": "Verwijdering van toegangsrechten bevestigen?",
"zh-chs": "确认删除访问权限?",
"xloc": [
- "default.handlebars->27->1766",
- "default.handlebars->27->1769"
+ "default.handlebars->27->1767",
+ "default.handlebars->27->1770"
]
},
{
@@ -6281,7 +6288,7 @@
"zh-chs": "確認刪除身份驗證器應用程序兩步登錄?",
"xloc": [
"default-mobile.handlebars->9->74",
- "default.handlebars->27->943"
+ "default.handlebars->27->944"
]
},
{
@@ -6336,7 +6343,7 @@
"nl": "Bevestig de verwijdering van rechten voor gebruiker \\\"{0}\\\"?",
"zh-chs": "确认删除用户“ {0} ”的权限?",
"xloc": [
- "default.handlebars->27->1392"
+ "default.handlebars->27->1393"
]
},
{
@@ -6350,7 +6357,7 @@
"nl": "Bevestig de verwijdering van rechten voor de gebruikergroep \\\"{0}\\\"?",
"zh-chs": "确认删除用户组“ {0} ”的权限?",
"xloc": [
- "default.handlebars->27->1394"
+ "default.handlebars->27->1395"
]
},
{
@@ -6378,7 +6385,7 @@
"ru": "Подтвердить удаление пользователя {0}?",
"zh-chs": "確認刪除用戶{0}?",
"xloc": [
- "default-mobile.handlebars->9->448"
+ "default-mobile.handlebars->9->449"
]
},
{
@@ -6395,11 +6402,11 @@
"ru": "Подключиться",
"zh-chs": "連接",
"xloc": [
- "default-mobile.handlebars->9->290",
+ "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->1239",
- "default.handlebars->27->797",
+ "default.handlebars->27->1240",
+ "default.handlebars->27->798",
"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",
@@ -6421,7 +6428,7 @@
"ru": "Подключиться ко всем",
"zh-chs": "全部連接",
"xloc": [
- "default.handlebars->27->247",
+ "default.handlebars->27->248",
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->kvmListToolbar"
]
},
@@ -6439,8 +6446,8 @@
"ru": "Подключиться к серверу",
"zh-chs": "連接到服務器",
"xloc": [
- "default.handlebars->27->1290",
- "default.handlebars->27->1294"
+ "default.handlebars->27->1291",
+ "default.handlebars->27->1295"
]
},
{
@@ -6511,7 +6518,7 @@
"ru": "Подключено Intel® AMT",
"zh-chs": "連接的英特爾®AMT",
"xloc": [
- "default.handlebars->27->1827"
+ "default.handlebars->27->1828"
]
},
{
@@ -6528,7 +6535,7 @@
"ru": "Подключенные пользователи",
"zh-chs": "關聯用戶",
"xloc": [
- "default.handlebars->27->1832"
+ "default.handlebars->27->1833"
]
},
{
@@ -6545,8 +6552,8 @@
"ru": "Подключено сейчас",
"zh-chs": "現在已連接",
"xloc": [
- "default-mobile.handlebars->9->330",
- "default.handlebars->27->847"
+ "default-mobile.handlebars->9->331",
+ "default.handlebars->27->848"
]
},
{
@@ -6581,12 +6588,12 @@
"zh-chs": "正在連線...",
"xloc": [
"default-mobile.handlebars->9->2",
- "default-mobile.handlebars->9->323",
+ "default-mobile.handlebars->9->324",
"default-mobile.handlebars->9->37",
"default.handlebars->27->222",
"default.handlebars->27->225",
- "default.handlebars->27->250",
- "default.handlebars->27->838",
+ "default.handlebars->27->251",
+ "default.handlebars->27->839",
"default.handlebars->27->9",
"xterm.handlebars->9->2"
]
@@ -6605,7 +6612,7 @@
"ru": "Подключений ",
"zh-chs": "連接數",
"xloc": [
- "default.handlebars->27->1843"
+ "default.handlebars->27->1844"
]
},
{
@@ -6622,7 +6629,7 @@
"ru": "Ретранслятор подключения",
"zh-chs": "連接繼電器",
"xloc": [
- "default.handlebars->27->1871"
+ "default.handlebars->27->1872"
]
},
{
@@ -6673,10 +6680,10 @@
"ru": "Связь",
"zh-chs": "連接性",
"xloc": [
- "default-mobile.handlebars->9->243",
- "default.handlebars->27->1427",
+ "default-mobile.handlebars->9->244",
+ "default.handlebars->27->1428",
"default.handlebars->27->213",
- "default.handlebars->27->572",
+ "default.handlebars->27->573",
"default.handlebars->container->column_l->p21->3->1->meshConnChartDiv->1"
]
},
@@ -6694,8 +6701,8 @@
"ru": "Консоль",
"zh-chs": "安慰",
"xloc": [
- "default.handlebars->27->631",
- "default.handlebars->27->650",
+ "default.handlebars->27->632",
+ "default.handlebars->27->651",
"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"
@@ -6715,7 +6722,7 @@
"ru": "Консоль - ",
"zh-chs": "安慰 -",
"xloc": [
- "default.handlebars->27->506"
+ "default.handlebars->27->507"
]
},
{
@@ -6731,8 +6738,8 @@
"ru": "контроль",
"zh-chs": "控制",
"xloc": [
- "default.handlebars->27->630",
- "default.handlebars->27->649",
+ "default.handlebars->27->631",
+ "default.handlebars->27->650",
"messenger.handlebars->13->1"
]
},
@@ -6750,7 +6757,7 @@
"ru": "Cookie-кодировщик",
"zh-chs": "Cookie編碼器",
"xloc": [
- "default.handlebars->27->1857"
+ "default.handlebars->27->1858"
]
},
{
@@ -6806,7 +6813,7 @@
"ru": "Скопировать ссылку MacOS agent в буфер обмена",
"zh-chs": "將MacOS代理URL複製到剪貼板",
"xloc": [
- "default.handlebars->27->375"
+ "default.handlebars->27->376"
]
},
{
@@ -6822,7 +6829,7 @@
"ru": "Скопировать URL-адрес агента Windows 32bit в буфер обмена",
"zh-chs": "将Windows 32位代理URL复制到剪贴板",
"xloc": [
- "default.handlebars->27->363"
+ "default.handlebars->27->364"
]
},
{
@@ -6838,7 +6845,7 @@
"ru": "Скопировать URL-адрес агента Windows 64bit в буфер обмена",
"zh-chs": "将Windows 64位代理URL复制到剪贴板",
"xloc": [
- "default.handlebars->27->367"
+ "default.handlebars->27->368"
]
},
{
@@ -6883,9 +6890,9 @@
"ru": "Скопировать ссылку в буфер обмена",
"zh-chs": "複製鏈接到剪貼板",
"xloc": [
- "default.handlebars->27->1432",
- "default.handlebars->27->1446",
- "default.handlebars->27->347"
+ "default.handlebars->27->1433",
+ "default.handlebars->27->1447",
+ "default.handlebars->27->348"
]
},
{
@@ -7062,7 +7069,7 @@
"ru": "Основной сервер",
"zh-chs": "核心服務器",
"xloc": [
- "default.handlebars->27->1856"
+ "default.handlebars->27->1857"
]
},
{
@@ -7079,7 +7086,7 @@
"ru": "Kорсиканский",
"zh-chs": "科西嘉人",
"xloc": [
- "default.handlebars->27->994"
+ "default.handlebars->27->995"
]
},
{
@@ -7096,7 +7103,7 @@
"ru": "Создать учетную запись",
"zh-chs": "創建帳號",
"xloc": [
- "default.handlebars->27->1568",
+ "default.handlebars->27->1569",
"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"
]
@@ -7132,7 +7139,7 @@
"ru": "Создать группу пользователей",
"zh-chs": "創建用戶組",
"xloc": [
- "default.handlebars->27->1605"
+ "default.handlebars->27->1606"
]
},
{
@@ -7149,7 +7156,7 @@
"ru": "Создайте новую группу устройств, используя параметры ниже.",
"zh-chs": "使用以下選項創建一個新的設備組。",
"xloc": [
- "default.handlebars->27->1187"
+ "default.handlebars->27->1188"
]
},
{
@@ -7183,7 +7190,7 @@
"ru": "Создайте сразу несколько учетных записей, импортировав файл JSON в следующем формате:",
"zh-chs": "通過導入以下格式的JSON文件一次創建多個帳戶:",
"xloc": [
- "default.handlebars->27->1536"
+ "default.handlebars->27->1537"
]
},
{
@@ -7218,7 +7225,7 @@
"ru": "Создано",
"zh-chs": "創建",
"xloc": [
- "default.handlebars->27->1679"
+ "default.handlebars->27->1680"
]
},
{
@@ -7253,7 +7260,7 @@
"ru": "Кри (Канадский язык)",
"zh-chs": "克里",
"xloc": [
- "default.handlebars->27->995"
+ "default.handlebars->27->996"
]
},
{
@@ -7270,7 +7277,7 @@
"ru": "Хорватский",
"zh-chs": "克羅地亞語",
"xloc": [
- "default.handlebars->27->996"
+ "default.handlebars->27->997"
]
},
{
@@ -7411,7 +7418,7 @@
"ru": "Чешский",
"zh-chs": "捷克文",
"xloc": [
- "default.handlebars->27->997"
+ "default.handlebars->27->998"
]
},
{
@@ -7445,7 +7452,7 @@
"ru": "Датский",
"zh-chs": "丹麥文",
"xloc": [
- "default.handlebars->27->998"
+ "default.handlebars->27->999"
]
},
{
@@ -7462,7 +7469,7 @@
"ru": "DataChannel",
"zh-chs": "數據通道",
"xloc": [
- "default.handlebars->27->748"
+ "default.handlebars->27->749"
]
},
{
@@ -7479,7 +7486,7 @@
"ru": "Дата & Время",
"zh-chs": "日期和時間",
"xloc": [
- "default.handlebars->27->1155"
+ "default.handlebars->27->1156"
]
},
{
@@ -7496,8 +7503,8 @@
"ru": "День",
"zh-chs": "天",
"xloc": [
- "default-mobile.handlebars->9->265",
- "default.handlebars->27->680"
+ "default-mobile.handlebars->9->266",
+ "default.handlebars->27->681"
]
},
{
@@ -7514,7 +7521,7 @@
"ru": "Деактивировать режим управления клиентом (CCM)",
"zh-chs": "停用客戶端控制模式(CCM)",
"xloc": [
- "default.handlebars->27->1278"
+ "default.handlebars->27->1279"
]
},
{
@@ -7531,18 +7538,18 @@
"ru": "Глубокий сон",
"zh-chs": "沉睡",
"xloc": [
- "default-mobile.handlebars->9->187",
- "default.handlebars->27->394"
+ "default-mobile.handlebars->9->188",
+ "default.handlebars->27->395"
]
},
{
"en": "Default",
"nl": "Standaard",
"xloc": [
- "default.handlebars->27->1555",
- "default.handlebars->27->1601",
- "default.handlebars->27->1612",
- "default.handlebars->27->1668"
+ "default.handlebars->27->1556",
+ "default.handlebars->27->1602",
+ "default.handlebars->27->1613",
+ "default.handlebars->27->1669"
]
},
{
@@ -7560,12 +7567,12 @@
"zh-chs": "刪除",
"xloc": [
"default-mobile.handlebars->9->122",
- "default-mobile.handlebars->9->300",
+ "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->1453",
- "default.handlebars->27->476",
- "default.handlebars->27->807",
+ "default.handlebars->27->1454",
+ "default.handlebars->27->477",
+ "default.handlebars->27->808",
"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",
@@ -7589,7 +7596,7 @@
"zh-chs": "刪除帳戶",
"xloc": [
"default-mobile.handlebars->9->84",
- "default.handlebars->27->1172"
+ "default.handlebars->27->1173"
]
},
{
@@ -7603,7 +7610,7 @@
"nl": "Verwijder accounts",
"zh-chs": "删除帐号",
"xloc": [
- "default.handlebars->27->1530"
+ "default.handlebars->27->1531"
]
},
{
@@ -7620,8 +7627,8 @@
"ru": "Удалить устройство",
"zh-chs": "刪除裝置",
"xloc": [
- "default-mobile.handlebars->9->248",
- "default.handlebars->27->585"
+ "default-mobile.handlebars->9->249",
+ "default.handlebars->27->586"
]
},
{
@@ -7638,10 +7645,10 @@
"ru": "Удалить группу",
"zh-chs": "刪除群組",
"xloc": [
- "default-mobile.handlebars->9->399",
- "default-mobile.handlebars->9->402",
- "default.handlebars->27->1271",
- "default.handlebars->27->1301"
+ "default-mobile.handlebars->9->400",
+ "default-mobile.handlebars->9->403",
+ "default.handlebars->27->1272",
+ "default.handlebars->27->1302"
]
},
{
@@ -7658,8 +7665,8 @@
"ru": "Удалить устройство",
"zh-chs": "刪除節點",
"xloc": [
- "default-mobile.handlebars->9->273",
- "default.handlebars->27->706"
+ "default-mobile.handlebars->9->274",
+ "default.handlebars->27->707"
]
},
{
@@ -7676,7 +7683,7 @@
"ru": "Удалить устройства",
"zh-chs": "刪除節點",
"xloc": [
- "default.handlebars->27->436"
+ "default.handlebars->27->437"
]
},
{
@@ -7693,7 +7700,7 @@
"ru": "Удалить пользователя",
"zh-chs": "刪除用戶",
"xloc": [
- "default.handlebars->27->1718"
+ "default.handlebars->27->1719"
]
},
{
@@ -7710,8 +7717,8 @@
"ru": "Удалить группу пользователей",
"zh-chs": "刪除用戶組",
"xloc": [
- "default.handlebars->27->1638",
- "default.handlebars->27->1648"
+ "default.handlebars->27->1639",
+ "default.handlebars->27->1649"
]
},
{
@@ -7725,7 +7732,7 @@
"nl": "Gebruikersgroepen verwijderen",
"zh-chs": "删除用户组",
"xloc": [
- "default.handlebars->27->1599"
+ "default.handlebars->27->1600"
]
},
{
@@ -7742,7 +7749,7 @@
"ru": "Удалить пользователя {0}",
"zh-chs": "刪除用戶{0}",
"xloc": [
- "default.handlebars->27->1741"
+ "default.handlebars->27->1742"
]
},
{
@@ -7760,7 +7767,7 @@
"zh-chs": "刪除帳戶",
"xloc": [
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->p2AccountActions->3->9->0",
- "default.handlebars->27->1526",
+ "default.handlebars->27->1527",
"default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7"
]
},
@@ -7778,7 +7785,7 @@
"ru": "Удалить устройства",
"zh-chs": "刪除設備",
"xloc": [
- "default.handlebars->27->432"
+ "default.handlebars->27->433"
]
},
{
@@ -7792,7 +7799,7 @@
"nl": "Verwijder groep",
"zh-chs": "删除群组",
"xloc": [
- "default.handlebars->27->1595"
+ "default.handlebars->27->1596"
]
},
{
@@ -7809,7 +7816,7 @@
"ru": "Удалить пункт?",
"zh-chs": "刪除項目?",
"xloc": [
- "default.handlebars->27->477"
+ "default.handlebars->27->478"
]
},
{
@@ -7827,9 +7834,9 @@
"zh-chs": "刪除所選項目?",
"xloc": [
"default-mobile.handlebars->9->124",
- "default-mobile.handlebars->9->302",
- "default.handlebars->27->1455",
- "default.handlebars->27->809"
+ "default-mobile.handlebars->9->303",
+ "default.handlebars->27->1456",
+ "default.handlebars->27->810"
]
},
{
@@ -7846,7 +7853,7 @@
"ru": "Удалить группу пользователей {0}?",
"zh-chs": "刪除用戶組{0}?",
"xloc": [
- "default.handlebars->27->1646"
+ "default.handlebars->27->1647"
]
},
{
@@ -7864,9 +7871,9 @@
"zh-chs": "刪除{0}個所選項目?",
"xloc": [
"default-mobile.handlebars->9->123",
- "default-mobile.handlebars->9->301",
- "default.handlebars->27->1454",
- "default.handlebars->27->808"
+ "default-mobile.handlebars->9->302",
+ "default.handlebars->27->1455",
+ "default.handlebars->27->809"
]
},
{
@@ -7883,7 +7890,7 @@
"ru": "Удалить {0}?",
"zh-chs": "刪除{0}?",
"xloc": [
- "default-mobile.handlebars->9->274"
+ "default-mobile.handlebars->9->275"
]
},
{
@@ -7896,7 +7903,7 @@
"ko": "거부",
"zh-chs": "被拒绝",
"xloc": [
- "default.handlebars->27->744"
+ "default.handlebars->27->745"
]
},
{
@@ -7974,25 +7981,25 @@
"zh-chs": "描述",
"xloc": [
"default-mobile.handlebars->9->101",
- "default-mobile.handlebars->9->220",
"default-mobile.handlebars->9->221",
- "default-mobile.handlebars->9->279",
- "default-mobile.handlebars->9->336",
- "default-mobile.handlebars->9->391",
- "default-mobile.handlebars->9->404",
- "default.handlebars->27->1192",
- "default.handlebars->27->1220",
- "default.handlebars->27->1303",
- "default.handlebars->27->1604",
- "default.handlebars->27->1614",
+ "default-mobile.handlebars->9->222",
+ "default-mobile.handlebars->9->280",
+ "default-mobile.handlebars->9->337",
+ "default-mobile.handlebars->9->392",
+ "default-mobile.handlebars->9->405",
+ "default.handlebars->27->1193",
+ "default.handlebars->27->1221",
+ "default.handlebars->27->1304",
+ "default.handlebars->27->1605",
"default.handlebars->27->1615",
- "default.handlebars->27->1644",
- "default.handlebars->27->517",
+ "default.handlebars->27->1616",
+ "default.handlebars->27->1645",
"default.handlebars->27->518",
- "default.handlebars->27->739",
+ "default.handlebars->27->519",
+ "default.handlebars->27->740",
"default.handlebars->27->77",
- "default.handlebars->27->853",
- "default.handlebars->27->863",
+ "default.handlebars->27->854",
+ "default.handlebars->27->864",
"default.handlebars->container->column_l->p42->p42tbl->1->0->3"
]
},
@@ -8024,10 +8031,10 @@
"ru": "Рабочий стол",
"zh-chs": "桌面",
"xloc": [
- "default-mobile.handlebars->9->255",
- "default.handlebars->27->1308",
- "default.handlebars->27->1786",
- "default.handlebars->27->482",
+ "default-mobile.handlebars->9->256",
+ "default.handlebars->27->1309",
+ "default.handlebars->27->1787",
+ "default.handlebars->27->483",
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
"default.handlebars->contextMenu->cxdesktop"
]
@@ -8063,9 +8070,9 @@
"ru": "Уведомление на рабочем столе",
"zh-chs": "桌面通知",
"xloc": [
- "default.handlebars->27->1230",
- "default.handlebars->27->1694",
- "default.handlebars->27->553"
+ "default.handlebars->27->1231",
+ "default.handlebars->27->1695",
+ "default.handlebars->27->554"
]
},
{
@@ -8082,9 +8089,9 @@
"ru": "Запрос рабочего стола",
"zh-chs": "桌面提示",
"xloc": [
- "default.handlebars->27->1229",
- "default.handlebars->27->1693",
- "default.handlebars->27->552"
+ "default.handlebars->27->1230",
+ "default.handlebars->27->1694",
+ "default.handlebars->27->553"
]
},
{
@@ -8101,9 +8108,9 @@
"ru": "Запрос рабочего стола + панель инструментов",
"zh-chs": "桌面提示+工具欄",
"xloc": [
- "default.handlebars->27->1227",
- "default.handlebars->27->1691",
- "default.handlebars->27->550"
+ "default.handlebars->27->1228",
+ "default.handlebars->27->1692",
+ "default.handlebars->27->551"
]
},
{
@@ -8134,9 +8141,9 @@
"ru": "Панель инструментов рабочего стола",
"zh-chs": "桌面工具欄",
"xloc": [
- "default.handlebars->27->1228",
- "default.handlebars->27->1692",
- "default.handlebars->27->551"
+ "default.handlebars->27->1229",
+ "default.handlebars->27->1693",
+ "default.handlebars->27->552"
]
},
{
@@ -8171,7 +8178,7 @@
"ru": "Детали",
"zh-chs": "細節",
"xloc": [
- "default-mobile.handlebars->9->257",
+ "default-mobile.handlebars->9->258",
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevInfo",
"default.handlebars->contextMenu->cxdetails"
]
@@ -8207,8 +8214,8 @@
"ru": "Устройство",
"zh-chs": "設備",
"xloc": [
- "default.handlebars->27->1330",
- "default.handlebars->27->1760",
+ "default.handlebars->27->1331",
+ "default.handlebars->27->1761",
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5"
]
},
@@ -8226,8 +8233,8 @@
"ru": "Управление устройством",
"zh-chs": "設備動作",
"xloc": [
- "default-mobile.handlebars->9->264",
- "default.handlebars->27->675"
+ "default-mobile.handlebars->9->265",
+ "default.handlebars->27->676"
]
},
{
@@ -8244,14 +8251,14 @@
"ru": "Группа устройства",
"zh-chs": "設備組",
"xloc": [
- "default.handlebars->27->1325",
- "default.handlebars->27->1328",
+ "default.handlebars->27->1326",
"default.handlebars->27->1329",
- "default.handlebars->27->1477",
- "default.handlebars->27->1630",
- "default.handlebars->27->1636",
- "default.handlebars->27->1748",
- "default.handlebars->27->1795"
+ "default.handlebars->27->1330",
+ "default.handlebars->27->1478",
+ "default.handlebars->27->1631",
+ "default.handlebars->27->1637",
+ "default.handlebars->27->1749",
+ "default.handlebars->27->1796"
]
},
{
@@ -8268,8 +8275,8 @@
"ru": "Пользователь группы устройств",
"zh-chs": "設備組用戶",
"xloc": [
- "default-mobile.handlebars->9->446",
- "default.handlebars->27->1390"
+ "default-mobile.handlebars->9->447",
+ "default.handlebars->27->1391"
]
},
{
@@ -8287,11 +8294,11 @@
"zh-chs": "設備組",
"xloc": [
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->3",
- "default.handlebars->27->1493",
- "default.handlebars->27->1589",
- "default.handlebars->27->1617",
- "default.handlebars->27->1688",
- "default.handlebars->27->1830",
+ "default.handlebars->27->1494",
+ "default.handlebars->27->1590",
+ "default.handlebars->27->1618",
+ "default.handlebars->27->1689",
+ "default.handlebars->27->1831",
"default.handlebars->container->column_l->p2->p2info->7"
]
},
@@ -8309,7 +8316,7 @@
"ru": "Экспорт информации об устройстве",
"zh-chs": "設備信息導出",
"xloc": [
- "default.handlebars->27->447"
+ "default.handlebars->27->448"
]
},
{
@@ -8326,7 +8333,7 @@
"ru": "Местонахождение устройства",
"zh-chs": "設備位置",
"xloc": [
- "default.handlebars->27->707"
+ "default.handlebars->27->708"
]
},
{
@@ -8334,7 +8341,7 @@
"nl": "Apparaatbericht",
"fr": "Message de Service",
"xloc": [
- "default.handlebars->27->663"
+ "default.handlebars->27->664"
]
},
{
@@ -8351,10 +8358,10 @@
"ru": "Имя устройства",
"zh-chs": "設備名稱",
"xloc": [
- "default-mobile.handlebars->9->277",
- "default.handlebars->27->1794",
- "default.handlebars->27->268",
- "default.handlebars->27->737",
+ "default-mobile.handlebars->9->278",
+ "default.handlebars->27->1795",
+ "default.handlebars->27->269",
+ "default.handlebars->27->738",
"player.handlebars->3->9"
]
},
@@ -8372,7 +8379,7 @@
"ru": "Уведомление устройства",
"zh-chs": "設備通知",
"xloc": [
- "default.handlebars->27->665"
+ "default.handlebars->27->666"
]
},
{
@@ -8389,7 +8396,7 @@
"ru": "Уведомление устройства в трее",
"zh-chs": "設備吐司",
"xloc": [
- "default-mobile.handlebars->9->253"
+ "default-mobile.handlebars->9->254"
]
},
{
@@ -8406,8 +8413,8 @@
"ru": "Подключения устройств.",
"zh-chs": "設備連接。",
"xloc": [
- "default.handlebars->27->1160",
- "default.handlebars->27->1411"
+ "default.handlebars->27->1161",
+ "default.handlebars->27->1412"
]
},
{
@@ -8424,8 +8431,8 @@
"ru": "Отключения устройств.",
"zh-chs": "設備斷開連接。",
"xloc": [
- "default.handlebars->27->1161",
- "default.handlebars->27->1412"
+ "default.handlebars->27->1162",
+ "default.handlebars->27->1413"
]
},
{
@@ -8442,7 +8449,7 @@
"ru": "Примечания могут быть просмотрены и изменены другими администраторами.",
"zh-chs": "其他設備組管理員可以查看和更改設備組註釋。",
"xloc": [
- "default.handlebars->27->661"
+ "default.handlebars->27->662"
]
},
{
@@ -8450,9 +8457,9 @@
"nl": "Apparaat werkt op batterijen",
"xloc": [
"default-mobile.handlebars->9->152",
- "default-mobile.handlebars->9->211",
+ "default-mobile.handlebars->9->212",
"default.handlebars->27->193",
- "default.handlebars->27->503"
+ "default.handlebars->27->504"
]
},
{
@@ -8469,7 +8476,7 @@
"ru": "Устройство обнаружено, но состояние питания не может быть получено.",
"zh-chs": "檢測到設備,但無法獲得電源狀態。",
"xloc": [
- "default.handlebars->27->399"
+ "default.handlebars->27->400"
]
},
{
@@ -8486,8 +8493,8 @@
"ru": "Устройство находится в режиме гибернации (S4)",
"zh-chs": "設備正在休眠(S4)",
"xloc": [
- "default-mobile.handlebars->9->195",
- "default.handlebars->27->405"
+ "default-mobile.handlebars->9->196",
+ "default.handlebars->27->406"
]
},
{
@@ -8504,8 +8511,8 @@
"ru": "Устройство находится в состоянии глубокого сна (S3)",
"zh-chs": "設備處於深度睡眠狀態(S3)",
"xloc": [
- "default-mobile.handlebars->9->194",
- "default.handlebars->27->404"
+ "default-mobile.handlebars->9->195",
+ "default.handlebars->27->405"
]
},
{
@@ -8522,7 +8529,7 @@
"ru": "Устройство находится в состоянии глубокого сна (S3).",
"zh-chs": "設備處於深度睡眠狀態(S3)。",
"xloc": [
- "default.handlebars->27->393"
+ "default.handlebars->27->394"
]
},
{
@@ -8539,7 +8546,7 @@
"ru": "Устройство находится в режиме гибернации (S4).",
"zh-chs": "設備處於休眠狀態(S4)。",
"xloc": [
- "default.handlebars->27->395"
+ "default.handlebars->27->396"
]
},
{
@@ -8556,7 +8563,7 @@
"ru": "Устройство находится в выключенном состоянии (S5).",
"zh-chs": "設備處於關機狀態(S5)。",
"xloc": [
- "default.handlebars->27->397"
+ "default.handlebars->27->398"
]
},
{
@@ -8573,8 +8580,8 @@
"ru": "Устройство находится в спящем режиме (S1)",
"zh-chs": "設備處於睡眠狀態(S1)",
"xloc": [
- "default-mobile.handlebars->9->192",
- "default.handlebars->27->402"
+ "default-mobile.handlebars->9->193",
+ "default.handlebars->27->403"
]
},
{
@@ -8591,7 +8598,7 @@
"ru": "Устройство находится в спящем режиме (S1).",
"zh-chs": "設備處於睡眠狀態(S1)。",
"xloc": [
- "default.handlebars->27->389"
+ "default.handlebars->27->390"
]
},
{
@@ -8608,8 +8615,8 @@
"ru": "Устройство находится в спящем режиме (S2)",
"zh-chs": "設備處於睡眠狀態(S2)",
"xloc": [
- "default-mobile.handlebars->9->193",
- "default.handlebars->27->403"
+ "default-mobile.handlebars->9->194",
+ "default.handlebars->27->404"
]
},
{
@@ -8626,7 +8633,7 @@
"ru": "Устройство находится в спящем режиме (S2).",
"zh-chs": "設備處於睡眠狀態(S2)。",
"xloc": [
- "default.handlebars->27->391"
+ "default.handlebars->27->392"
]
},
{
@@ -8643,8 +8650,8 @@
"ru": "Устройство находится в выключенном состоянии (S5)",
"zh-chs": "設備處於軟斷開狀態(S5)",
"xloc": [
- "default-mobile.handlebars->9->196",
- "default.handlebars->27->406"
+ "default-mobile.handlebars->9->197",
+ "default.handlebars->27->407"
]
},
{
@@ -8652,9 +8659,9 @@
"nl": "Apparaat is aangesloten",
"xloc": [
"default-mobile.handlebars->9->151",
- "default-mobile.handlebars->9->210",
+ "default-mobile.handlebars->9->211",
"default.handlebars->27->192",
- "default.handlebars->27->502"
+ "default.handlebars->27->503"
]
},
{
@@ -8671,8 +8678,8 @@
"ru": "Устройство включено",
"zh-chs": "設備已上電",
"xloc": [
- "default-mobile.handlebars->9->191",
- "default.handlebars->27->401"
+ "default-mobile.handlebars->9->192",
+ "default.handlebars->27->402"
]
},
{
@@ -8689,7 +8696,7 @@
"ru": "Устройство включено.",
"zh-chs": "設備上電。",
"xloc": [
- "default.handlebars->27->387"
+ "default.handlebars->27->388"
]
},
{
@@ -8706,8 +8713,8 @@
"ru": "Устройство присутствует, но состояние питания не может быть определено",
"zh-chs": "設備存在,但無法確定電源狀態",
"xloc": [
- "default-mobile.handlebars->9->197",
- "default.handlebars->27->407"
+ "default-mobile.handlebars->9->198",
+ "default.handlebars->27->408"
]
},
{
@@ -8724,7 +8731,7 @@
"ru": "Имя устройства",
"zh-chs": "設備名稱",
"xloc": [
- "default.handlebars->27->494"
+ "default.handlebars->27->495"
]
},
{
@@ -8752,8 +8759,8 @@
"nl": "Apparaten",
"zh-chs": "设备",
"xloc": [
- "default.handlebars->27->1590",
- "default.handlebars->27->1618"
+ "default.handlebars->27->1591",
+ "default.handlebars->27->1619"
]
},
{
@@ -8770,7 +8777,7 @@
"ru": "Отключено",
"zh-chs": "殘障人士",
"xloc": [
- "default.handlebars->27->545"
+ "default.handlebars->27->546"
]
},
{
@@ -8787,10 +8794,10 @@
"ru": "Разъединить",
"zh-chs": "斷開",
"xloc": [
- "default-mobile.handlebars->9->291",
+ "default-mobile.handlebars->9->292",
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
- "default.handlebars->27->1240",
- "default.handlebars->27->798",
+ "default.handlebars->27->1241",
+ "default.handlebars->27->799",
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->disconnectbutton1span",
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->disconnectbutton2span",
"xterm.handlebars->p11->deskarea0->deskarea1->3"
@@ -8833,7 +8840,7 @@
"default.handlebars->27->204",
"default.handlebars->27->221",
"default.handlebars->27->224",
- "default.handlebars->27->249",
+ "default.handlebars->27->250",
"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",
@@ -8846,7 +8853,7 @@
"nl": "Geef een berichtvenster weer op het externe apparaat.",
"fr": "Afficher un message sur le poste distant",
"xloc": [
- "default.handlebars->27->664"
+ "default.handlebars->27->665"
]
},
{
@@ -8871,7 +8878,7 @@
"nl": "Geef een tekstbericht weer op het externe apparaat",
"fr": "Afficher un message sur le poste distant",
"xloc": [
- "default.handlebars->27->581"
+ "default.handlebars->27->582"
]
},
{
@@ -8888,7 +8895,7 @@
"ru": "Отобразить имя группы устройств",
"zh-chs": "顯示設備組名稱",
"xloc": [
- "default.handlebars->27->1159"
+ "default.handlebars->27->1160"
]
},
{
@@ -8905,7 +8912,7 @@
"ru": "Отображаемое имя",
"zh-chs": "顯示名稱",
"xloc": [
- "default.handlebars->27->769"
+ "default.handlebars->27->770"
]
},
{
@@ -8921,7 +8928,7 @@
"ru": "Показать публичную ссылку",
"zh-chs": "显示公共链接",
"xloc": [
- "default.handlebars->27->1431"
+ "default.handlebars->27->1432"
]
},
{
@@ -8938,17 +8945,17 @@
"ru": "Ничего не делать",
"zh-chs": "沒做什麼",
"xloc": [
- "default.handlebars->27->1284"
+ "default.handlebars->27->1285"
]
},
{
"en": "Domain",
"nl": "Domein",
"xloc": [
- "default.handlebars->27->1556",
- "default.handlebars->27->1602",
- "default.handlebars->27->1611",
- "default.handlebars->27->1667",
+ "default.handlebars->27->1557",
+ "default.handlebars->27->1603",
+ "default.handlebars->27->1612",
+ "default.handlebars->27->1668",
"mstsc.handlebars->main->1->3->1->2->1->0",
"mstsc.handlebars->main->1->3->1->2->3"
]
@@ -8963,8 +8970,8 @@
"nl": "Niet configureren",
"zh-chs": "不要配置",
"xloc": [
- "default.handlebars->27->1288",
- "default.handlebars->27->1293"
+ "default.handlebars->27->1289",
+ "default.handlebars->27->1294"
]
},
{
@@ -8977,7 +8984,7 @@
"nl": "Maak geen verbinding met de server",
"zh-chs": "不要连接到服务器",
"xloc": [
- "default.handlebars->27->1289"
+ "default.handlebars->27->1290"
]
},
{
@@ -9077,8 +9084,8 @@
"ru": "Скачать файл",
"zh-chs": "下載文件",
"xloc": [
- "default-mobile.handlebars->9->321",
- "default.handlebars->27->827"
+ "default-mobile.handlebars->9->322",
+ "default.handlebars->27->828"
]
},
{
@@ -9112,7 +9119,7 @@
"ru": "Скачать MeshCmd",
"zh-chs": "下載MeshCmd",
"xloc": [
- "default.handlebars->27->729"
+ "default.handlebars->27->730"
]
},
{
@@ -9153,7 +9160,7 @@
"en": "Download Report",
"nl": "Rapport downloaden",
"xloc": [
- "default.handlebars->27->1482",
+ "default.handlebars->27->1483",
"default.handlebars->container->column_l->p3->3->1->0->3"
]
},
@@ -9171,7 +9178,7 @@
"ru": "Скачайте \\\"meshcmd\\\" с файлом команд для маршрутизации трафика к этому устройству через сервер. Не забудьте указать пароль от своей учетной записи в meshaction.txt и сделать другие правки при необходимости.",
"zh-chs": "下載帶有動作文件的“ meshcmd”,以將通過此服務器的流量路由到該設備。確保編輯meshaction.txt並添加您的帳戶密碼或進行任何必要的更改。",
"xloc": [
- "default.handlebars->27->722"
+ "default.handlebars->27->723"
]
},
{
@@ -9239,7 +9246,7 @@
"ru": "Скачать события состояния питания",
"zh-chs": "下載電源事件",
"xloc": [
- "default.handlebars->27->681"
+ "default.handlebars->27->682"
]
},
{
@@ -9290,7 +9297,7 @@
"ru": "Загрузите список устройств с одним из форматов файлов ниже.",
"zh-chs": "使用以下一種文件格式下載設備列表。",
"xloc": [
- "default.handlebars->27->442"
+ "default.handlebars->27->443"
]
},
{
@@ -9307,7 +9314,7 @@
"ru": "Скачать список событий в одном из форматов ниже.",
"zh-chs": "使用以下一種文件格式下載事件列表。",
"xloc": [
- "default.handlebars->27->1483"
+ "default.handlebars->27->1484"
]
},
{
@@ -9324,7 +9331,7 @@
"ru": "Скачать список пользователей в одном из форматов ниже.",
"zh-chs": "使用以下一種文件格式下載用戶列表。",
"xloc": [
- "default.handlebars->27->1544"
+ "default.handlebars->27->1545"
]
},
{
@@ -9407,7 +9414,7 @@
"nl": "Dubbele agent",
"zh-chs": "代理重复",
"xloc": [
- "default.handlebars->27->1826"
+ "default.handlebars->27->1827"
]
},
{
@@ -9441,7 +9448,7 @@
"ru": "Скопировать группу пользователей",
"zh-chs": "重複的用戶組",
"xloc": [
- "default.handlebars->27->1606"
+ "default.handlebars->27->1607"
]
},
{
@@ -9472,8 +9479,8 @@
"ru": "Длительность",
"zh-chs": "持續時間",
"xloc": [
- "default.handlebars->27->1780",
- "default.handlebars->27->1800",
+ "default.handlebars->27->1781",
+ "default.handlebars->27->1801",
"player.handlebars->3->2"
]
},
@@ -9491,7 +9498,7 @@
"ru": "Во время активации агент будет иметь доступ к паролю администратора.",
"zh-chs": "在激活期間,代理將有權訪問管理員密碼信息。",
"xloc": [
- "default.handlebars->27->1298"
+ "default.handlebars->27->1299"
]
},
{
@@ -9508,7 +9515,7 @@
"ru": "Голландский (Бельгийский)",
"zh-chs": "荷蘭語(比利時)",
"xloc": [
- "default.handlebars->27->1000"
+ "default.handlebars->27->1001"
]
},
{
@@ -9525,7 +9532,7 @@
"ru": "Голландский (Стандартный)",
"zh-chs": "荷蘭語(標準)",
"xloc": [
- "default.handlebars->27->999"
+ "default.handlebars->27->1000"
]
},
{
@@ -9715,8 +9722,8 @@
"ru": "Редактировать устройство",
"zh-chs": "編輯裝置",
"xloc": [
- "default-mobile.handlebars->9->282",
- "default.handlebars->27->742"
+ "default-mobile.handlebars->9->283",
+ "default.handlebars->27->743"
]
},
{
@@ -9733,13 +9740,13 @@
"ru": "Редактировать группу устройств",
"zh-chs": "編輯設備組",
"xloc": [
- "default-mobile.handlebars->9->405",
- "default-mobile.handlebars->9->407",
- "default-mobile.handlebars->9->425",
- "default.handlebars->27->1304",
- "default.handlebars->27->1334",
- "default.handlebars->27->1356",
- "default.handlebars->27->1368"
+ "default-mobile.handlebars->9->406",
+ "default-mobile.handlebars->9->408",
+ "default-mobile.handlebars->9->426",
+ "default.handlebars->27->1305",
+ "default.handlebars->27->1335",
+ "default.handlebars->27->1357",
+ "default.handlebars->27->1369"
]
},
{
@@ -9756,7 +9763,7 @@
"ru": "Редактировать функции группы устройств",
"zh-chs": "編輯設備組功能",
"xloc": [
- "default.handlebars->27->1320"
+ "default.handlebars->27->1321"
]
},
{
@@ -9773,8 +9780,8 @@
"ru": "Редактировать права группы устройств",
"zh-chs": "編輯設備組權限",
"xloc": [
- "default.handlebars->27->1353",
- "default.handlebars->27->1365"
+ "default.handlebars->27->1354",
+ "default.handlebars->27->1366"
]
},
{
@@ -9791,7 +9798,7 @@
"ru": "Редактировать согласие пользователя группы устройств",
"zh-chs": "編輯設備組用戶同意",
"xloc": [
- "default.handlebars->27->1305"
+ "default.handlebars->27->1306"
]
},
{
@@ -9808,8 +9815,8 @@
"ru": "Редактировать примечания устройства",
"zh-chs": "編輯設備說明",
"xloc": [
- "default-mobile.handlebars->9->419",
- "default.handlebars->27->1347"
+ "default-mobile.handlebars->9->420",
+ "default.handlebars->27->1348"
]
},
{
@@ -9825,8 +9832,8 @@
"ru": "Изменить разрешения устройства",
"zh-chs": "编辑设备权限",
"xloc": [
- "default.handlebars->27->1358",
- "default.handlebars->27->1360"
+ "default.handlebars->27->1359",
+ "default.handlebars->27->1361"
]
},
{
@@ -9840,7 +9847,7 @@
"nl": "Gebruikerstoestemming apparaat bewerken",
"zh-chs": "编辑设备用户同意",
"xloc": [
- "default.handlebars->27->1307"
+ "default.handlebars->27->1308"
]
},
{
@@ -9856,7 +9863,7 @@
"ru": "Редактировать группу",
"zh-chs": "编辑组",
"xloc": [
- "default.handlebars->27->640"
+ "default.handlebars->27->641"
]
},
{
@@ -9873,10 +9880,10 @@
"ru": "Редактировать учетные данные Intel® AMT",
"zh-chs": "編輯英特爾®AMT憑據",
"xloc": [
- "default-mobile.handlebars->9->272",
- "default.handlebars->27->532",
- "default.handlebars->27->535",
- "default.handlebars->27->688"
+ "default-mobile.handlebars->9->273",
+ "default.handlebars->27->533",
+ "default.handlebars->27->536",
+ "default.handlebars->27->689"
]
},
{
@@ -9893,8 +9900,8 @@
"ru": "Редактировать примечания",
"zh-chs": "編輯筆記",
"xloc": [
- "default-mobile.handlebars->9->432",
- "default.handlebars->27->1375"
+ "default-mobile.handlebars->9->433",
+ "default.handlebars->27->1376"
]
},
{
@@ -9908,7 +9915,7 @@
"nl": "Gebruikerstoestemming bewerken",
"zh-chs": "编辑用户同意",
"xloc": [
- "default.handlebars->27->1306"
+ "default.handlebars->27->1307"
]
},
{
@@ -9925,7 +9932,7 @@
"ru": "Редактировать права пользователя для группы устройств",
"zh-chs": "編輯用戶設備組權限",
"xloc": [
- "default.handlebars->27->1366"
+ "default.handlebars->27->1367"
]
},
{
@@ -9941,7 +9948,7 @@
"ru": "Изменить разрешения для пользовательских устройств",
"zh-chs": "编辑用户设备权限",
"xloc": [
- "default.handlebars->27->1361"
+ "default.handlebars->27->1362"
]
},
{
@@ -9958,7 +9965,7 @@
"ru": "Редактировать группу пользователей",
"zh-chs": "編輯用戶組",
"xloc": [
- "default.handlebars->27->1645"
+ "default.handlebars->27->1646"
]
},
{
@@ -9972,7 +9979,7 @@
"nl": "Gebruikersmachtigingen voor apparaatgroep bewerken",
"zh-chs": "编辑用户组设备权限",
"xloc": [
- "default.handlebars->27->1363"
+ "default.handlebars->27->1364"
]
},
{
@@ -10007,12 +10014,12 @@
"zh-chs": "電子郵件",
"xloc": [
"default-mobile.handlebars->9->78",
- "default.handlebars->27->1558",
- "default.handlebars->27->1671",
- "default.handlebars->27->1673",
- "default.handlebars->27->1713",
- "default.handlebars->27->1729",
- "default.handlebars->27->318",
+ "default.handlebars->27->1559",
+ "default.handlebars->27->1672",
+ "default.handlebars->27->1674",
+ "default.handlebars->27->1714",
+ "default.handlebars->27->1730",
+ "default.handlebars->27->319",
"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",
@@ -10034,7 +10041,7 @@
"zh-chs": "電郵地址變更",
"xloc": [
"default-mobile.handlebars->9->79",
- "default.handlebars->27->1168"
+ "default.handlebars->27->1169"
]
},
{
@@ -10052,7 +10059,7 @@
"zh-chs": "郵件認證",
"xloc": [
"default-mobile.handlebars->9->68",
- "default.handlebars->27->937"
+ "default.handlebars->27->938"
]
},
{
@@ -10097,7 +10104,7 @@
"zh-chs": "電子郵件驗證",
"xloc": [
"default-mobile.handlebars->9->77",
- "default.handlebars->27->1166"
+ "default.handlebars->27->1167"
]
},
{
@@ -10111,7 +10118,7 @@
"nl": "E-mail uitnodiging",
"zh-chs": "电子邮件邀请",
"xloc": [
- "default.handlebars->27->315"
+ "default.handlebars->27->316"
]
},
{
@@ -10127,7 +10134,7 @@
"ru": "Электронная почта не подтверждена",
"zh-chs": "邮件未验证",
"xloc": [
- "default.handlebars->27->1512"
+ "default.handlebars->27->1513"
]
},
{
@@ -10144,8 +10151,8 @@
"ru": "Email подтвержден",
"zh-chs": "電子郵件已驗證",
"xloc": [
- "default.handlebars->27->1513",
- "default.handlebars->27->1665"
+ "default.handlebars->27->1514",
+ "default.handlebars->27->1666"
]
},
{
@@ -10162,7 +10169,7 @@
"ru": "Email подтвержден.",
"zh-chs": "電子郵件已驗證。",
"xloc": [
- "default.handlebars->27->1564"
+ "default.handlebars->27->1565"
]
},
{
@@ -10179,7 +10186,7 @@
"ru": "Email не подтвержден",
"zh-chs": "電子郵件未驗證",
"xloc": [
- "default.handlebars->27->1666"
+ "default.handlebars->27->1667"
]
},
{
@@ -10218,7 +10225,7 @@
"en": "Email verified and forced password reset required.",
"nl": "E-mail geverifieerd en geforceerd opnieuw instellen van wachtwoord vereist.",
"xloc": [
- "default.handlebars->27->1565"
+ "default.handlebars->27->1566"
]
},
{
@@ -10231,7 +10238,7 @@
"nl": "Email/SMS verkeer",
"zh-chs": "电子邮件/短信流量",
"xloc": [
- "default.handlebars->27->1865"
+ "default.handlebars->27->1866"
]
},
{
@@ -10270,7 +10277,7 @@
"ru": "Включить коды приглашения",
"zh-chs": "啟用邀請代碼",
"xloc": [
- "default.handlebars->27->1396"
+ "default.handlebars->27->1397"
]
},
{
@@ -10305,7 +10312,7 @@
"zh-chs": "啟用電子郵件兩因素驗證。",
"xloc": [
"default-mobile.handlebars->9->70",
- "default.handlebars->27->939"
+ "default.handlebars->27->940"
]
},
{
@@ -10329,7 +10336,7 @@
"en": "Enabled",
"nl": "Ingeschakeld",
"xloc": [
- "default.handlebars->27->1802"
+ "default.handlebars->27->1803"
]
},
{
@@ -10353,7 +10360,7 @@
"en": "End Time",
"nl": "Eindtijd",
"xloc": [
- "default.handlebars->27->1799"
+ "default.handlebars->27->1800"
]
},
{
@@ -10370,7 +10377,7 @@
"ru": "Английский",
"zh-chs": "英語",
"xloc": [
- "default.handlebars->27->1001"
+ "default.handlebars->27->1002"
]
},
{
@@ -10387,7 +10394,7 @@
"ru": "Английский (Австралия)",
"zh-chs": "英文(澳洲)",
"xloc": [
- "default.handlebars->27->1002"
+ "default.handlebars->27->1003"
]
},
{
@@ -10404,7 +10411,7 @@
"ru": "Английский (Белиз)",
"zh-chs": "英語(伯利茲)",
"xloc": [
- "default.handlebars->27->1003"
+ "default.handlebars->27->1004"
]
},
{
@@ -10421,7 +10428,7 @@
"ru": "Английский (Канада)",
"zh-chs": "英文(加拿大)",
"xloc": [
- "default.handlebars->27->1004"
+ "default.handlebars->27->1005"
]
},
{
@@ -10438,7 +10445,7 @@
"ru": "Английский (Ирландия)",
"zh-chs": "英文(愛爾蘭)",
"xloc": [
- "default.handlebars->27->1005"
+ "default.handlebars->27->1006"
]
},
{
@@ -10455,7 +10462,7 @@
"ru": "Английский (Ямайка)",
"zh-chs": "英文(牙買加)",
"xloc": [
- "default.handlebars->27->1006"
+ "default.handlebars->27->1007"
]
},
{
@@ -10472,7 +10479,7 @@
"ru": "Английский (Новая Зеландия)",
"zh-chs": "英文(紐西蘭)",
"xloc": [
- "default.handlebars->27->1007"
+ "default.handlebars->27->1008"
]
},
{
@@ -10489,7 +10496,7 @@
"ru": "Английский (Филиппины)",
"zh-chs": "英文(菲律賓)",
"xloc": [
- "default.handlebars->27->1008"
+ "default.handlebars->27->1009"
]
},
{
@@ -10506,7 +10513,7 @@
"ru": "Английский (Южная Африка)",
"zh-chs": "英語(南非)",
"xloc": [
- "default.handlebars->27->1009"
+ "default.handlebars->27->1010"
]
},
{
@@ -10523,7 +10530,7 @@
"ru": "Английский (Тринидад и Тобаго)",
"zh-chs": "英文(特立尼達和多巴哥)",
"xloc": [
- "default.handlebars->27->1010"
+ "default.handlebars->27->1011"
]
},
{
@@ -10540,7 +10547,7 @@
"ru": "Английский (Великобритания)",
"zh-chs": "英文(英國)",
"xloc": [
- "default.handlebars->27->1011"
+ "default.handlebars->27->1012"
]
},
{
@@ -10557,7 +10564,7 @@
"ru": "Английский (Соединенные Штаты)",
"zh-chs": "美國英語)",
"xloc": [
- "default.handlebars->27->1012"
+ "default.handlebars->27->1013"
]
},
{
@@ -10574,7 +10581,7 @@
"ru": "Английский (Зимбабве)",
"zh-chs": "英文(津巴布韋)",
"xloc": [
- "default.handlebars->27->1013"
+ "default.handlebars->27->1014"
]
},
{
@@ -10591,8 +10598,8 @@
"ru": "Ввод",
"zh-chs": "輸入",
"xloc": [
- "default.handlebars->27->1194",
- "default.handlebars->27->1195"
+ "default.handlebars->27->1195",
+ "default.handlebars->27->1196"
]
},
{
@@ -10609,7 +10616,7 @@
"ru": "Введите разделенный запятыми список имен административных областей.",
"zh-chs": "輸入管理領域名稱的逗號分隔列表。",
"xloc": [
- "default.handlebars->27->1569"
+ "default.handlebars->27->1570"
]
},
{
@@ -10626,7 +10633,7 @@
"ru": "Введите диапазон IP-адресов для сканирования Intel AMT устройств.",
"zh-chs": "輸入IP地址範圍以掃描Intel AMT設備。",
"xloc": [
- "default.handlebars->27->283"
+ "default.handlebars->27->284"
]
},
{
@@ -10643,7 +10650,7 @@
"ru": "Для удаленного набора введите текст, используя английскую раскладку и нажмите OK. Перед продолжением убедитесь, что курсор на удаленном компьютере установлен в правильное положение.",
"zh-chs": "輸入文本,然後單擊“確定”以使用美式英語鍵盤遠程輸入文本。在繼續操作之前,請確保將遠程光標放置在正確的位置。",
"xloc": [
- "default.handlebars->27->763"
+ "default.handlebars->27->764"
]
},
{
@@ -10691,7 +10698,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->934"
+ "default.handlebars->27->935"
]
},
{
@@ -10742,7 +10749,7 @@
"ru": "Эсперанто",
"zh-chs": "世界語",
"xloc": [
- "default.handlebars->27->1014"
+ "default.handlebars->27->1015"
]
},
{
@@ -10759,7 +10766,7 @@
"ru": "Эстонский",
"zh-chs": "愛沙尼亞語",
"xloc": [
- "default.handlebars->27->1015"
+ "default.handlebars->27->1016"
]
},
{
@@ -10776,7 +10783,7 @@
"ru": "Детали события",
"zh-chs": "活動詳情",
"xloc": [
- "default.handlebars->27->840"
+ "default.handlebars->27->841"
]
},
{
@@ -10793,7 +10800,7 @@
"ru": "Экспорт списка событий",
"zh-chs": "活動列表導出",
"xloc": [
- "default.handlebars->27->1488"
+ "default.handlebars->27->1489"
]
},
{
@@ -10865,7 +10872,7 @@
"ru": "Экспорт информации об устройстве",
"zh-chs": "導出設備信息",
"xloc": [
- "default.handlebars->27->430"
+ "default.handlebars->27->431"
]
},
{
@@ -10882,7 +10889,7 @@
"ru": "Расширенный ASCII",
"zh-chs": "擴展ASCII",
"xloc": [
- "default.handlebars->27->789"
+ "default.handlebars->27->790"
]
},
{
@@ -10916,7 +10923,7 @@
"ru": "Внешний",
"zh-chs": "外部",
"xloc": [
- "default.handlebars->27->1850"
+ "default.handlebars->27->1851"
]
},
{
@@ -10940,7 +10947,7 @@
"ru": "Mакедонский (БЮР)",
"zh-chs": "FYRO馬其頓語",
"xloc": [
- "default.handlebars->27->1065"
+ "default.handlebars->27->1066"
]
},
{
@@ -10957,7 +10964,7 @@
"ru": "Фарерский",
"zh-chs": "法羅語",
"xloc": [
- "default.handlebars->27->1016"
+ "default.handlebars->27->1017"
]
},
{
@@ -10987,7 +10994,7 @@
"ko": "원격 터미널 세션을 시작하지 못했습니다 : {0} ({1})",
"zh-chs": "无法启动远程终端会话{0}({1})",
"xloc": [
- "default.handlebars->27->745"
+ "default.handlebars->27->746"
]
},
{
@@ -11004,7 +11011,7 @@
"ru": "Фарси (Персидский)",
"zh-chs": "波斯語(波斯語)",
"xloc": [
- "default.handlebars->27->1017"
+ "default.handlebars->27->1018"
]
},
{
@@ -11039,7 +11046,7 @@
"ru": "Функции",
"zh-chs": "特徵",
"xloc": [
- "default.handlebars->27->1226"
+ "default.handlebars->27->1227"
]
},
{
@@ -11056,7 +11063,7 @@
"ru": "Фиджи",
"zh-chs": "斐濟",
"xloc": [
- "default.handlebars->27->1018"
+ "default.handlebars->27->1019"
]
},
{
@@ -11073,9 +11080,9 @@
"ru": "Редактор файлов",
"zh-chs": "文件編輯器",
"xloc": [
- "default-mobile.handlebars->9->305",
- "default.handlebars->27->474",
- "default.handlebars->27->812"
+ "default-mobile.handlebars->9->306",
+ "default.handlebars->27->475",
+ "default.handlebars->27->813"
]
},
{
@@ -11109,7 +11116,7 @@
"ru": "Драйвер файловой системы",
"zh-chs": "FileSystemDriver",
"xloc": [
- "default.handlebars->27->772"
+ "default.handlebars->27->773"
]
},
{
@@ -11127,9 +11134,9 @@
"zh-chs": "檔案",
"xloc": [
"default-mobile.handlebars->9->167",
- "default-mobile.handlebars->9->256",
- "default.handlebars->27->1315",
- "default.handlebars->27->1787",
+ "default-mobile.handlebars->9->257",
+ "default.handlebars->27->1316",
+ "default.handlebars->27->1788",
"default.handlebars->27->236",
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles",
"default.handlebars->contextMenu->cxfiles"
@@ -11166,9 +11173,9 @@
"ru": "Уведомление файлов",
"zh-chs": "文件通知",
"xloc": [
- "default.handlebars->27->1234",
- "default.handlebars->27->1698",
- "default.handlebars->27->557"
+ "default.handlebars->27->1235",
+ "default.handlebars->27->1699",
+ "default.handlebars->27->558"
]
},
{
@@ -11185,9 +11192,9 @@
"ru": "Запрос файлов",
"zh-chs": "文件提示",
"xloc": [
- "default.handlebars->27->1233",
- "default.handlebars->27->1697",
- "default.handlebars->27->556"
+ "default.handlebars->27->1234",
+ "default.handlebars->27->1698",
+ "default.handlebars->27->557"
]
},
{
@@ -11224,7 +11231,7 @@
"ru": "Финский",
"zh-chs": "芬蘭",
"xloc": [
- "default.handlebars->27->1019"
+ "default.handlebars->27->1020"
]
},
{
@@ -11347,8 +11354,8 @@
"ru": "Принудительно сбросить пароль при следующем входе в систему.",
"zh-chs": "下次登錄時強制重置密碼。",
"xloc": [
- "default.handlebars->27->1563",
- "default.handlebars->27->1738"
+ "default.handlebars->27->1564",
+ "default.handlebars->27->1739"
]
},
{
@@ -11407,7 +11414,7 @@
"en": "Format",
"nl": "Formaat",
"xloc": [
- "default.handlebars->27->1479"
+ "default.handlebars->27->1480"
]
},
{
@@ -11441,8 +11448,8 @@
"ru": "Свободно",
"zh-chs": "自由",
"xloc": [
- "default.handlebars->27->1811",
- "default.handlebars->27->1813"
+ "default.handlebars->27->1812",
+ "default.handlebars->27->1814"
]
},
{
@@ -11477,7 +11484,7 @@
"ru": "Французский (Бельгия)",
"zh-chs": "法語(比利時)",
"xloc": [
- "default.handlebars->27->1021"
+ "default.handlebars->27->1022"
]
},
{
@@ -11494,7 +11501,7 @@
"ru": "Французский (Канада)",
"zh-chs": "法語(加拿大)",
"xloc": [
- "default.handlebars->27->1022"
+ "default.handlebars->27->1023"
]
},
{
@@ -11511,7 +11518,7 @@
"ru": "Французский (Франция)",
"zh-chs": "法語(法國)",
"xloc": [
- "default.handlebars->27->1023"
+ "default.handlebars->27->1024"
]
},
{
@@ -11528,7 +11535,7 @@
"ru": "Французский (Люксембург)",
"zh-chs": "法語(盧森堡)",
"xloc": [
- "default.handlebars->27->1024"
+ "default.handlebars->27->1025"
]
},
{
@@ -11545,7 +11552,7 @@
"ru": "Французский (Монако)",
"zh-chs": "法語(摩納哥)",
"xloc": [
- "default.handlebars->27->1025"
+ "default.handlebars->27->1026"
]
},
{
@@ -11562,7 +11569,7 @@
"ru": "Французский (Стандартный)",
"zh-chs": "法語(標準)",
"xloc": [
- "default.handlebars->27->1020"
+ "default.handlebars->27->1021"
]
},
{
@@ -11579,7 +11586,7 @@
"ru": "Французский (Швейцария)",
"zh-chs": "法語(瑞士)",
"xloc": [
- "default.handlebars->27->1026"
+ "default.handlebars->27->1027"
]
},
{
@@ -11596,7 +11603,7 @@
"ru": "Фризский",
"zh-chs": "弗里斯蘭語",
"xloc": [
- "default.handlebars->27->1027"
+ "default.handlebars->27->1028"
]
},
{
@@ -11613,7 +11620,7 @@
"ru": "Фриульский",
"zh-chs": "弗留利",
"xloc": [
- "default.handlebars->27->1028"
+ "default.handlebars->27->1029"
]
},
{
@@ -11631,12 +11638,12 @@
"zh-chs": "正式管理員",
"xloc": [
"default-mobile.handlebars->9->105",
- "default-mobile.handlebars->9->397",
- "default-mobile.handlebars->9->406",
- "default-mobile.handlebars->9->424",
- "default.handlebars->27->1201",
- "default.handlebars->27->1333",
- "default.handlebars->27->1575"
+ "default-mobile.handlebars->9->398",
+ "default-mobile.handlebars->9->407",
+ "default-mobile.handlebars->9->425",
+ "default.handlebars->27->1202",
+ "default.handlebars->27->1334",
+ "default.handlebars->27->1576"
]
},
{
@@ -11653,7 +11660,7 @@
"ru": "Администратор с полным доступом (все права)",
"zh-chs": "正式管理員(保留所有權利)",
"xloc": [
- "default.handlebars->27->1367"
+ "default.handlebars->27->1368"
]
},
{
@@ -11684,7 +11691,7 @@
"ru": "Полные права на устройство",
"zh-chs": "完整的設備權限",
"xloc": [
- "default.handlebars->27->623"
+ "default.handlebars->27->624"
]
},
{
@@ -11700,7 +11707,7 @@
"ru": "Полные права",
"zh-chs": "完全权利",
"xloc": [
- "default.handlebars->27->639"
+ "default.handlebars->27->640"
]
},
{
@@ -11736,7 +11743,7 @@
"ru": "Администратор с полным доступом",
"zh-chs": "正式管理員",
"xloc": [
- "default.handlebars->27->1659"
+ "default.handlebars->27->1660"
]
},
{
@@ -11749,8 +11756,8 @@
"nl": "GPU",
"zh-chs": "显卡",
"xloc": [
- "default-mobile.handlebars->9->375",
- "default.handlebars->27->902"
+ "default-mobile.handlebars->9->376",
+ "default.handlebars->27->903"
]
},
{
@@ -11767,7 +11774,7 @@
"ru": "Гэльский (Ирландский)",
"zh-chs": "蓋爾語(愛爾蘭)",
"xloc": [
- "default.handlebars->27->1030"
+ "default.handlebars->27->1031"
]
},
{
@@ -11784,7 +11791,7 @@
"ru": "Гэльский (Шотландия)",
"zh-chs": "蓋爾語(蘇格蘭語)",
"xloc": [
- "default.handlebars->27->1029"
+ "default.handlebars->27->1030"
]
},
{
@@ -11801,7 +11808,7 @@
"ru": "Галицкий",
"zh-chs": "加拉契人",
"xloc": [
- "default.handlebars->27->1031"
+ "default.handlebars->27->1032"
]
},
{
@@ -11835,7 +11842,7 @@
"ru": "Сводка",
"zh-chs": "一般",
"xloc": [
- "default-mobile.handlebars->9->254",
+ "default-mobile.handlebars->9->255",
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDev",
"default.handlebars->container->topbar->1->1->MeshSubMenuSpan->MeshSubMenu->1->0->MeshGeneral",
"default.handlebars->container->topbar->1->1->ServerSubMenuSpan->ServerSubMenu->1->0->ServerGeneral",
@@ -11875,7 +11882,7 @@
"ru": "Общая информация",
"zh-chs": "一般信息",
"xloc": [
- "default.handlebars->27->481"
+ "default.handlebars->27->482"
]
},
{
@@ -11909,7 +11916,7 @@
"ru": "Грузинский",
"zh-chs": "格魯吉亞人",
"xloc": [
- "default.handlebars->27->1032"
+ "default.handlebars->27->1033"
]
},
{
@@ -11926,7 +11933,7 @@
"ru": "Немецкий (Австрия)",
"zh-chs": "德語(奧地利)",
"xloc": [
- "default.handlebars->27->1034"
+ "default.handlebars->27->1035"
]
},
{
@@ -11943,7 +11950,7 @@
"ru": "Немецкий (Германия)",
"zh-chs": "德文(德國)",
"xloc": [
- "default.handlebars->27->1035"
+ "default.handlebars->27->1036"
]
},
{
@@ -11960,7 +11967,7 @@
"ru": "Немецкий (Лихтенштейн)",
"zh-chs": "德文(列支敦士登)",
"xloc": [
- "default.handlebars->27->1036"
+ "default.handlebars->27->1037"
]
},
{
@@ -11977,7 +11984,7 @@
"ru": "Немецкий (Люксембург)",
"zh-chs": "德語(盧森堡)",
"xloc": [
- "default.handlebars->27->1037"
+ "default.handlebars->27->1038"
]
},
{
@@ -11994,7 +12001,7 @@
"ru": "Немецкий (Стандартный)",
"zh-chs": "德語(標準)",
"xloc": [
- "default.handlebars->27->1033"
+ "default.handlebars->27->1034"
]
},
{
@@ -12011,7 +12018,7 @@
"ru": "Немецкий (Швейцария)",
"zh-chs": "德語(瑞士)",
"xloc": [
- "default.handlebars->27->1038"
+ "default.handlebars->27->1039"
]
},
{
@@ -12028,7 +12035,7 @@
"ru": "Получить учетные данные MQTT для этого устройства.",
"zh-chs": "獲取此設備的MQTT登錄憑據。",
"xloc": [
- "default.handlebars->27->604"
+ "default.handlebars->27->605"
]
},
{
@@ -12094,7 +12101,7 @@
"ru": "Хорошо",
"zh-chs": "好",
"xloc": [
- "default.handlebars->27->1197"
+ "default.handlebars->27->1198"
]
},
{
@@ -12131,7 +12138,7 @@
"ru": "Греческий",
"zh-chs": "希臘語",
"xloc": [
- "default.handlebars->27->1039"
+ "default.handlebars->27->1040"
]
},
{
@@ -12148,8 +12155,8 @@
"ru": "Группа",
"zh-chs": "組",
"xloc": [
- "default-mobile.handlebars->9->213",
- "default.handlebars->27->509",
+ "default-mobile.handlebars->9->214",
+ "default.handlebars->27->510",
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->1"
]
},
@@ -12167,9 +12174,9 @@
"ru": "Групповое действие",
"zh-chs": "集體行動",
"xloc": [
- "default.handlebars->27->1527",
- "default.handlebars->27->1596",
- "default.handlebars->27->433",
+ "default.handlebars->27->1528",
+ "default.handlebars->27->1597",
+ "default.handlebars->27->434",
"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"
@@ -12179,14 +12186,14 @@
"en": "Group By",
"nl": "Groeperen op",
"xloc": [
- "default.handlebars->27->1475"
+ "default.handlebars->27->1476"
]
},
{
"en": "Group Identifier",
"nl": "Groepsidentificatie",
"xloc": [
- "default.handlebars->27->1613"
+ "default.handlebars->27->1614"
]
},
{
@@ -12203,7 +12210,7 @@
"ru": "Члены группы",
"zh-chs": "小組成員",
"xloc": [
- "default.handlebars->27->1622"
+ "default.handlebars->27->1623"
]
},
{
@@ -12220,7 +12227,7 @@
"ru": "Права на группу для пользователя {0}.",
"zh-chs": "用戶{0}的組權限。",
"xloc": [
- "default.handlebars->27->1332"
+ "default.handlebars->27->1333"
]
},
{
@@ -12237,7 +12244,7 @@
"ru": "Права на группу для {0}.",
"zh-chs": "{0}的組權限。",
"xloc": [
- "default.handlebars->27->1331"
+ "default.handlebars->27->1332"
]
},
{
@@ -12254,7 +12261,7 @@
"ru": "Группа1, Группа2, Группа3",
"zh-chs": "組1,組2,組3",
"xloc": [
- "default-mobile.handlebars->9->281"
+ "default-mobile.handlebars->9->282"
]
},
{
@@ -12288,7 +12295,7 @@
"ru": "Гуджарати",
"zh-chs": "古久拉提",
"xloc": [
- "default.handlebars->27->1040"
+ "default.handlebars->27->1041"
]
},
{
@@ -12324,7 +12331,7 @@
"ru": "Гаитянский",
"zh-chs": "海地",
"xloc": [
- "default.handlebars->27->1041"
+ "default.handlebars->27->1042"
]
},
{
@@ -12358,7 +12365,7 @@
"ru": "Жесткое отключение агента",
"zh-chs": "硬斷開劑",
"xloc": [
- "default.handlebars->27->929"
+ "default.handlebars->27->930"
]
},
{
@@ -12375,7 +12382,7 @@
"ru": "Всего кучи",
"zh-chs": "堆總數",
"xloc": [
- "default.handlebars->27->1852"
+ "default.handlebars->27->1853"
]
},
{
@@ -12392,7 +12399,7 @@
"ru": "Куча используется",
"zh-chs": "堆使用",
"xloc": [
- "default.handlebars->27->1851"
+ "default.handlebars->27->1852"
]
},
{
@@ -12409,7 +12416,7 @@
"ru": "Иврит",
"zh-chs": "希伯來語",
"xloc": [
- "default.handlebars->27->1042"
+ "default.handlebars->27->1043"
]
},
{
@@ -12443,7 +12450,7 @@
"ru": "Помочь перевести MeshCentral",
"zh-chs": "幫助翻譯MeshCentral",
"xloc": [
- "default.handlebars->27->1156"
+ "default.handlebars->27->1157"
]
},
{
@@ -12509,9 +12516,9 @@
"ru": "Гибернация",
"zh-chs": "冬眠",
"xloc": [
- "default-mobile.handlebars->9->181",
- "default-mobile.handlebars->9->188",
- "default.handlebars->27->396",
+ "default-mobile.handlebars->9->182",
+ "default-mobile.handlebars->9->189",
+ "default.handlebars->27->397",
"default.handlebars->27->5"
]
},
@@ -12529,7 +12536,7 @@
"ru": "Хинди",
"zh-chs": "印地語",
"xloc": [
- "default.handlebars->27->1043"
+ "default.handlebars->27->1044"
]
},
{
@@ -12560,8 +12567,8 @@
"ru": "Задержана 1 запись для копирования",
"zh-chs": "持有1份副本",
"xloc": [
- "default-mobile.handlebars->9->314",
- "default.handlebars->27->821"
+ "default-mobile.handlebars->9->315",
+ "default.handlebars->27->822"
]
},
{
@@ -12578,8 +12585,8 @@
"ru": "Задержана 1 запись для перемещения",
"zh-chs": "持有1個搬家公司",
"xloc": [
- "default-mobile.handlebars->9->318",
- "default.handlebars->27->825"
+ "default-mobile.handlebars->9->319",
+ "default.handlebars->27->826"
]
},
{
@@ -12596,8 +12603,8 @@
"ru": "Задержано {0} записей для копирования",
"zh-chs": "保留{0}個條目進行複制",
"xloc": [
- "default-mobile.handlebars->9->312",
- "default.handlebars->27->819"
+ "default-mobile.handlebars->9->313",
+ "default.handlebars->27->820"
]
},
{
@@ -12614,8 +12621,8 @@
"ru": "Задержано {0} записей для перемещения",
"zh-chs": "保留{0}個條目以進行移動",
"xloc": [
- "default-mobile.handlebars->9->316",
- "default.handlebars->27->823"
+ "default-mobile.handlebars->9->317",
+ "default.handlebars->27->824"
]
},
{
@@ -12633,7 +12640,7 @@
"zh-chs": "保持{2}的{0}入口{1}",
"xloc": [
"default-mobile.handlebars->9->129",
- "default.handlebars->27->1461"
+ "default.handlebars->27->1462"
]
},
{
@@ -12650,13 +12657,13 @@
"ru": "Имя хоста",
"zh-chs": "主機名",
"xloc": [
- "default-mobile.handlebars->9->215",
"default-mobile.handlebars->9->216",
- "default-mobile.handlebars->9->218",
- "default-mobile.handlebars->9->278",
- "default.handlebars->27->269",
- "default.handlebars->27->514",
- "default.handlebars->27->738"
+ "default-mobile.handlebars->9->217",
+ "default-mobile.handlebars->9->219",
+ "default-mobile.handlebars->9->279",
+ "default.handlebars->27->270",
+ "default.handlebars->27->515",
+ "default.handlebars->27->739"
]
},
{
@@ -12673,7 +12680,7 @@
"ru": "Синхронизация имени хоста",
"zh-chs": "主機名同步",
"xloc": [
- "default.handlebars->27->1224"
+ "default.handlebars->27->1225"
]
},
{
@@ -12690,7 +12697,7 @@
"ru": "Венгерский",
"zh-chs": "匈牙利",
"xloc": [
- "default.handlebars->27->1044"
+ "default.handlebars->27->1045"
]
},
{
@@ -12707,8 +12714,8 @@
"ru": "Диапазон IP",
"zh-chs": "IP範圍",
"xloc": [
- "default.handlebars->27->284",
- "default.handlebars->27->286"
+ "default.handlebars->27->285",
+ "default.handlebars->27->287"
]
},
{
@@ -12743,11 +12750,11 @@
"ru": "IP: {0}",
"zh-chs": "IP:{0}",
"xloc": [
- "default-mobile.handlebars->9->344",
- "default-mobile.handlebars->9->348",
- "default.handlebars->27->861",
- "default.handlebars->27->871",
- "default.handlebars->27->875"
+ "default-mobile.handlebars->9->345",
+ "default-mobile.handlebars->9->349",
+ "default.handlebars->27->862",
+ "default.handlebars->27->872",
+ "default.handlebars->27->876"
]
},
{
@@ -12764,11 +12771,11 @@
"ru": "IP: {0}, маска: {1}, шлюз: {2}",
"zh-chs": "IP:{0},掩碼:{1},網關:{2}",
"xloc": [
- "default-mobile.handlebars->9->342",
- "default-mobile.handlebars->9->346",
- "default.handlebars->27->859",
- "default.handlebars->27->869",
- "default.handlebars->27->873"
+ "default-mobile.handlebars->9->343",
+ "default-mobile.handlebars->9->347",
+ "default.handlebars->27->860",
+ "default.handlebars->27->870",
+ "default.handlebars->27->874"
]
},
{
@@ -12785,12 +12792,12 @@
"ru": "Уровень IPv4",
"zh-chs": "IPv4層",
"xloc": [
- "default-mobile.handlebars->9->341",
- "default-mobile.handlebars->9->343",
- "default.handlebars->27->858",
- "default.handlebars->27->860",
- "default.handlebars->27->868",
- "default.handlebars->27->870"
+ "default-mobile.handlebars->9->342",
+ "default-mobile.handlebars->9->344",
+ "default.handlebars->27->859",
+ "default.handlebars->27->861",
+ "default.handlebars->27->869",
+ "default.handlebars->27->871"
]
},
{
@@ -12851,10 +12858,10 @@
"en": "IPv6 Layer",
"nl": "IPv6 Layer",
"xloc": [
- "default-mobile.handlebars->9->345",
- "default-mobile.handlebars->9->347",
- "default.handlebars->27->872",
- "default.handlebars->27->874"
+ "default-mobile.handlebars->9->346",
+ "default-mobile.handlebars->9->348",
+ "default.handlebars->27->873",
+ "default.handlebars->27->875"
]
},
{
@@ -12892,7 +12899,7 @@
"ru": "Исландский",
"zh-chs": "冰島的",
"xloc": [
- "default.handlebars->27->1045"
+ "default.handlebars->27->1046"
]
},
{
@@ -12909,8 +12916,8 @@
"ru": "Выбор иконки",
"zh-chs": "圖標選擇",
"xloc": [
- "default-mobile.handlebars->9->276",
- "default.handlebars->27->736"
+ "default-mobile.handlebars->9->277",
+ "default.handlebars->27->737"
]
},
{
@@ -12927,8 +12934,8 @@
"ru": "Идентификатор",
"zh-chs": "識別碼",
"xloc": [
- "default-mobile.handlebars->9->373",
- "default.handlebars->27->900"
+ "default-mobile.handlebars->9->374",
+ "default.handlebars->27->901"
]
},
{
@@ -13039,7 +13046,7 @@
"ru": "Индонезийский",
"zh-chs": "印度尼西亞",
"xloc": [
- "default.handlebars->27->1046"
+ "default.handlebars->27->1047"
]
},
{
@@ -13156,7 +13163,7 @@
"ru": "Установка CIRA",
"zh-chs": "安裝CIRA",
"xloc": [
- "default.handlebars->27->1257"
+ "default.handlebars->27->1258"
]
},
{
@@ -13173,7 +13180,7 @@
"ru": "Локальная установка",
"zh-chs": "安裝本地",
"xloc": [
- "default.handlebars->27->1259"
+ "default.handlebars->27->1260"
]
},
{
@@ -13190,10 +13197,10 @@
"ru": "Тип установки",
"zh-chs": "安裝類型",
"xloc": [
- "default.handlebars->27->1398",
- "default.handlebars->27->1405",
- "default.handlebars->27->333",
- "default.handlebars->27->355"
+ "default.handlebars->27->1399",
+ "default.handlebars->27->1406",
+ "default.handlebars->27->334",
+ "default.handlebars->27->356"
]
},
{
@@ -13210,7 +13217,7 @@
"ru": "Intel (F10 = ESC+[OM)",
"zh-chs": "英特爾(F10 = ESC + [OM)",
"xloc": [
- "default.handlebars->27->791",
+ "default.handlebars->27->792",
"default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSettingsButtons"
]
},
@@ -13228,10 +13235,10 @@
"ru": "Intel AMT",
"zh-chs": "英特爾AMT",
"xloc": [
- "default.handlebars->27->1417",
- "default.handlebars->27->1425",
- "default.handlebars->27->1848",
- "default.handlebars->27->1870"
+ "default.handlebars->27->1418",
+ "default.handlebars->27->1426",
+ "default.handlebars->27->1849",
+ "default.handlebars->27->1871"
]
},
{
@@ -13272,14 +13279,14 @@
"en": "Intel AMT Redirection",
"nl": "Intel AMT omleiding",
"xloc": [
- "default.handlebars->27->1789"
+ "default.handlebars->27->1790"
]
},
{
"en": "Intel AMT WSMAN",
"nl": "Intel AMT WSMAN",
"xloc": [
- "default.handlebars->27->1788"
+ "default.handlebars->27->1789"
]
},
{
@@ -13313,7 +13320,7 @@
"ru": "Intel AMT активирован в режиме администратора",
"zh-chs": "在管理控制模式下激活了Intel AMT",
"xloc": [
- "default.handlebars->27->528"
+ "default.handlebars->27->529"
]
},
{
@@ -13330,7 +13337,7 @@
"ru": "Intel AMT активирован в режиме клиента",
"zh-chs": "英特爾AMT在客戶端控制模式下被激活",
"xloc": [
- "default.handlebars->27->526"
+ "default.handlebars->27->527"
]
},
{
@@ -13347,7 +13354,7 @@
"ru": "Intel AMT настроен с TLS безопасностью сети",
"zh-chs": "英特爾AMT已設置TLS網絡安全性",
"xloc": [
- "default.handlebars->27->530"
+ "default.handlebars->27->531"
]
},
{
@@ -13381,7 +13388,7 @@
"ru": "Intel AMT необходимо установить с доверенным FQDN в MEBx или иметь кабельное подключение к локальной сети:",
"zh-chs": "英特爾AMT將需要在MEBx中設置為受信任的FQDN,或者在網絡上具有有線局域網:",
"xloc": [
- "default.handlebars->27->281"
+ "default.handlebars->27->282"
]
},
{
@@ -13398,7 +13405,7 @@
"ru": "Intel ASCII",
"zh-chs": "英特爾ASCII",
"xloc": [
- "default.handlebars->27->790"
+ "default.handlebars->27->791"
]
},
{
@@ -13415,14 +13422,14 @@
"ru": "Intel® AMT",
"zh-chs": "英特爾®AMT",
"xloc": [
- "default-mobile.handlebars->9->200",
- "default-mobile.handlebars->9->235",
- "default-mobile.handlebars->9->240",
- "default.handlebars->27->1241",
- "default.handlebars->27->1251",
- "default.handlebars->27->484",
- "default.handlebars->27->539",
- "default.handlebars->27->567"
+ "default-mobile.handlebars->9->201",
+ "default-mobile.handlebars->9->236",
+ "default-mobile.handlebars->9->241",
+ "default.handlebars->27->1242",
+ "default.handlebars->27->1252",
+ "default.handlebars->27->485",
+ "default.handlebars->27->540",
+ "default.handlebars->27->568"
]
},
{
@@ -13439,8 +13446,8 @@
"ru": "Intel® AMT CIRA",
"zh-chs": "英特爾®AMT CIRA",
"xloc": [
- "default-mobile.handlebars->9->239",
- "default.handlebars->27->565"
+ "default-mobile.handlebars->9->240",
+ "default.handlebars->27->566"
]
},
{
@@ -13458,8 +13465,8 @@
"zh-chs": "英特爾®AMT CIRA已連接並可以使用。",
"xloc": [
"default.handlebars->27->196",
- "default.handlebars->27->410",
- "default.handlebars->27->564"
+ "default.handlebars->27->411",
+ "default.handlebars->27->565"
]
},
{
@@ -13508,7 +13515,7 @@
"ru": "Политика Intel® AMT",
"zh-chs": "英特爾®AMT政策",
"xloc": [
- "default.handlebars->27->1280"
+ "default.handlebars->27->1281"
]
},
{
@@ -13542,7 +13549,7 @@
"ru": "Intel® AMT Тег",
"zh-chs": "英特爾®AMT標籤",
"xloc": [
- "default.handlebars->27->543"
+ "default.handlebars->27->544"
]
},
{
@@ -13576,8 +13583,8 @@
"ru": "Активация Intel® AMT",
"zh-chs": "英特爾®AMT激活",
"xloc": [
- "default.handlebars->27->279",
- "default.handlebars->27->282"
+ "default.handlebars->27->280",
+ "default.handlebars->27->283"
]
},
{
@@ -13594,9 +13601,9 @@
"ru": "Intel® AMT подключен",
"zh-chs": "英特爾®AMT已連接",
"xloc": [
- "default-mobile.handlebars->9->250",
- "default.handlebars->27->608",
- "default.handlebars->27->609"
+ "default-mobile.handlebars->9->251",
+ "default.handlebars->27->609",
+ "default.handlebars->27->610"
]
},
{
@@ -13613,8 +13620,8 @@
"ru": "События Intel® AMT desktop или serial.",
"zh-chs": "英特爾®AMT桌面和串行事件。",
"xloc": [
- "default.handlebars->27->1162",
- "default.handlebars->27->1413"
+ "default.handlebars->27->1163",
+ "default.handlebars->27->1414"
]
},
{
@@ -13631,9 +13638,9 @@
"ru": "Intel® AMT обнаружен",
"zh-chs": "檢測到英特爾®AMT",
"xloc": [
- "default-mobile.handlebars->9->251",
- "default.handlebars->27->610",
- "default.handlebars->27->611"
+ "default-mobile.handlebars->9->252",
+ "default.handlebars->27->611",
+ "default.handlebars->27->612"
]
},
{
@@ -13650,7 +13657,7 @@
"ru": "Intel® AMT маршрутизируется и готов к использованию.",
"zh-chs": "英特爾®AMT可路由並可以使用。",
"xloc": [
- "default.handlebars->27->566"
+ "default.handlebars->27->567"
]
},
{
@@ -13668,7 +13675,7 @@
"zh-chs": "英特爾®AMT是可路由的。",
"xloc": [
"default.handlebars->27->198",
- "default.handlebars->27->412"
+ "default.handlebars->27->413"
]
},
{
@@ -13702,9 +13709,9 @@
"ru": "Только Intel® AMT, без агента",
"zh-chs": "僅限英特爾®AMT,無代理",
"xloc": [
- "default-mobile.handlebars->9->388",
- "default.handlebars->27->1191",
- "default.handlebars->27->1217"
+ "default-mobile.handlebars->9->389",
+ "default.handlebars->27->1192",
+ "default.handlebars->27->1218"
]
},
{
@@ -13721,7 +13728,7 @@
"ru": "Технология Intel® Active Management",
"zh-chs": "英特爾®主動管理技術",
"xloc": [
- "default.handlebars->27->538"
+ "default.handlebars->27->539"
]
},
{
@@ -13738,8 +13745,8 @@
"ru": "Intel® Active Management Technology (Intel® AMT)",
"zh-chs": "英特爾®主動管理技術(英特爾®AMT)",
"xloc": [
- "default-mobile.handlebars->9->365",
- "default.handlebars->27->892"
+ "default-mobile.handlebars->9->366",
+ "default.handlebars->27->893"
]
},
{
@@ -13756,8 +13763,8 @@
"ru": "Intel® ME",
"zh-chs": "英特爾®ME",
"xloc": [
- "default-mobile.handlebars->9->234",
- "default.handlebars->27->537"
+ "default-mobile.handlebars->9->235",
+ "default.handlebars->27->538"
]
},
{
@@ -13770,7 +13777,7 @@
"nl": "Intel® Manageability Engine",
"zh-chs": "英特尔®可管理性引擎",
"xloc": [
- "default.handlebars->27->536"
+ "default.handlebars->27->537"
]
},
{
@@ -13787,8 +13794,8 @@
"ru": "Intel® SM",
"zh-chs": "英特爾®SM",
"xloc": [
- "default-mobile.handlebars->9->236",
- "default.handlebars->27->541"
+ "default-mobile.handlebars->9->237",
+ "default.handlebars->27->542"
]
},
{
@@ -13805,7 +13812,7 @@
"ru": "Intel® Standard Manageability",
"zh-chs": "英特爾®標準可管理性",
"xloc": [
- "default.handlebars->27->540"
+ "default.handlebars->27->541"
]
},
{
@@ -13906,7 +13913,7 @@
"ru": "Интерактивный",
"zh-chs": "互動",
"xloc": [
- "default.handlebars->27->773"
+ "default.handlebars->27->774"
]
},
{
@@ -13923,10 +13930,10 @@
"ru": "Только интерактивный режим",
"zh-chs": "僅限互動",
"xloc": [
- "default.handlebars->27->1401",
- "default.handlebars->27->1408",
- "default.handlebars->27->336",
- "default.handlebars->27->358"
+ "default.handlebars->27->1402",
+ "default.handlebars->27->1409",
+ "default.handlebars->27->337",
+ "default.handlebars->27->359"
]
},
{
@@ -13943,7 +13950,7 @@
"ru": "Интерфейсы",
"zh-chs": "介面",
"xloc": [
- "default.handlebars->27->587"
+ "default.handlebars->27->588"
]
},
{
@@ -13960,7 +13967,7 @@
"ru": "Инуктитут",
"zh-chs": "因紐特人",
"xloc": [
- "default.handlebars->27->1047"
+ "default.handlebars->27->1048"
]
},
{
@@ -13977,7 +13984,7 @@
"ru": "Некорректный тип группы устройств",
"zh-chs": "無效的設備組類型",
"xloc": [
- "default.handlebars->27->1825"
+ "default.handlebars->27->1826"
]
},
{
@@ -13994,7 +14001,7 @@
"ru": "Некорректный JSON",
"zh-chs": "無效的JSON",
"xloc": [
- "default.handlebars->27->1819"
+ "default.handlebars->27->1820"
]
},
{
@@ -14011,8 +14018,8 @@
"ru": "Некорректный формат файла JSON.",
"zh-chs": "無效的JSON文件格式。",
"xloc": [
- "default.handlebars->27->1541",
- "default.handlebars->27->1543"
+ "default.handlebars->27->1542",
+ "default.handlebars->27->1544"
]
},
{
@@ -14029,7 +14036,7 @@
"ru": "Некорректный файл JSON: {0}.",
"zh-chs": "無效的JSON文件:{0}。",
"xloc": [
- "default.handlebars->27->1539"
+ "default.handlebars->27->1540"
]
},
{
@@ -14046,7 +14053,7 @@
"ru": "Некорректная сигнатура PKCS",
"zh-chs": "無效的PKCS簽名",
"xloc": [
- "default.handlebars->27->1817"
+ "default.handlebars->27->1818"
]
},
{
@@ -14063,7 +14070,7 @@
"ru": "Некорректная сигнатура RSA",
"zh-chs": "無效的RSA密碼",
"xloc": [
- "default.handlebars->27->1818"
+ "default.handlebars->27->1819"
]
},
{
@@ -14141,7 +14148,7 @@
"en": "Invalidate Email",
"nl": "E-mail ongeldig maken",
"xloc": [
- "default.handlebars->27->1521"
+ "default.handlebars->27->1522"
]
},
{
@@ -14189,7 +14196,7 @@
"ru": "Тип приглашения",
"zh-chs": "邀請類型",
"xloc": [
- "default.handlebars->27->313"
+ "default.handlebars->27->314"
]
},
{
@@ -14206,7 +14213,7 @@
"ru": "Коды приглашений могут использоваться любым пользователем для присоединения устройств к этой группе устройств по следующей общедоступной ссылке:",
"zh-chs": "任何人都可以使用邀請代碼通過以下公共鏈接將設備加入該設備組:",
"xloc": [
- "default.handlebars->27->1403"
+ "default.handlebars->27->1404"
]
},
{
@@ -14239,9 +14246,9 @@
"ru": "Пригласить",
"zh-chs": "邀請",
"xloc": [
- "default.handlebars->27->1267",
- "default.handlebars->27->266",
- "default.handlebars->27->348"
+ "default.handlebars->27->1268",
+ "default.handlebars->27->267",
+ "default.handlebars->27->349"
]
},
{
@@ -14258,11 +14265,11 @@
"ru": "Пригласительные коды",
"zh-chs": "邀請碼",
"xloc": [
- "default.handlebars->27->1245",
- "default.handlebars->27->1397",
- "default.handlebars->27->1402",
- "default.handlebars->27->1404",
- "default.handlebars->27->1409"
+ "default.handlebars->27->1246",
+ "default.handlebars->27->1398",
+ "default.handlebars->27->1403",
+ "default.handlebars->27->1405",
+ "default.handlebars->27->1410"
]
},
{
@@ -14279,7 +14286,7 @@
"ru": "Пригласите установить Mesh Agent поделившись ссылкой. Эта ссылка ведет на инструкции для установки для группы устройств \\\"{0}\\\". Ссылка общедоступна и не требует наличия учетной записи на сервере.",
"zh-chs": "通過共享邀請鏈接來邀請某人安裝網格代理。該鏈接為用戶提供 “{0}” 設備組的安裝說明。該鏈接是公共的,不需要該服務器的帳戶。",
"xloc": [
- "default.handlebars->27->339"
+ "default.handlebars->27->340"
]
},
{
@@ -14293,8 +14300,8 @@
"nl": "Nodig iemand uit om de mesh-agent in deze apparaatgroep te installeren.",
"zh-chs": "邀请某人在该设备组上安装网状代理。",
"xloc": [
- "default.handlebars->27->1266",
- "default.handlebars->27->265"
+ "default.handlebars->27->1267",
+ "default.handlebars->27->266"
]
},
{
@@ -14311,7 +14318,7 @@
"ru": "Пригласите установить Mesh Agent. Ссылка на установку для группы \\\"{0}\\\" будет отправлена по электронной почте.",
"zh-chs": "邀請某人安裝網狀代理。將發送一封電子郵件,其中包含指向 “{0}” 設備組的網狀代理安裝的鏈接。",
"xloc": [
- "default.handlebars->27->316"
+ "default.handlebars->27->317"
]
},
{
@@ -14328,7 +14335,7 @@
"ru": "Ирландский",
"zh-chs": "愛爾蘭人",
"xloc": [
- "default.handlebars->27->1048"
+ "default.handlebars->27->1049"
]
},
{
@@ -14345,7 +14352,7 @@
"ru": "Итальянский (Стандартный)",
"zh-chs": "意大利語(標準)",
"xloc": [
- "default.handlebars->27->1049"
+ "default.handlebars->27->1050"
]
},
{
@@ -14362,7 +14369,7 @@
"ru": "Итальянский (Швейцария)",
"zh-chs": "義大利文(瑞士)",
"xloc": [
- "default.handlebars->27->1050"
+ "default.handlebars->27->1051"
]
},
{
@@ -14379,7 +14386,7 @@
"ru": "JSON",
"zh-chs": "JSON",
"xloc": [
- "default.handlebars->27->1481"
+ "default.handlebars->27->1482"
]
},
{
@@ -14396,9 +14403,9 @@
"ru": "Формат JSON",
"zh-chs": "JSON格式",
"xloc": [
- "default.handlebars->27->1486",
- "default.handlebars->27->1547",
- "default.handlebars->27->445"
+ "default.handlebars->27->1487",
+ "default.handlebars->27->1548",
+ "default.handlebars->27->446"
]
},
{
@@ -14415,7 +14422,7 @@
"ru": "Японский",
"zh-chs": "日本",
"xloc": [
- "default.handlebars->27->1051"
+ "default.handlebars->27->1052"
]
},
{
@@ -14432,7 +14439,7 @@
"ru": "Каннада",
"zh-chs": "卡納達語",
"xloc": [
- "default.handlebars->27->1052"
+ "default.handlebars->27->1053"
]
},
{
@@ -14449,7 +14456,7 @@
"ru": "Кашмирский",
"zh-chs": "克什米爾語",
"xloc": [
- "default.handlebars->27->1053"
+ "default.handlebars->27->1054"
]
},
{
@@ -14466,7 +14473,7 @@
"ru": "Казахский",
"zh-chs": "哈薩克語",
"xloc": [
- "default.handlebars->27->1054"
+ "default.handlebars->27->1055"
]
},
{
@@ -14483,7 +14490,7 @@
"ru": "Драйвер ядра",
"zh-chs": "內核驅動程序",
"xloc": [
- "default.handlebars->27->774"
+ "default.handlebars->27->775"
]
},
{
@@ -14500,8 +14507,8 @@
"ru": "Имя ключа",
"zh-chs": "鍵名",
"xloc": [
- "default.handlebars->27->945",
- "default.handlebars->27->948"
+ "default.handlebars->27->946",
+ "default.handlebars->27->949"
]
},
{
@@ -14542,7 +14549,7 @@
"ru": "Кхмерский",
"zh-chs": "高棉語",
"xloc": [
- "default.handlebars->27->1055"
+ "default.handlebars->27->1056"
]
},
{
@@ -14559,7 +14566,7 @@
"ru": "Киргизский",
"zh-chs": "吉爾吉斯",
"xloc": [
- "default.handlebars->27->1056"
+ "default.handlebars->27->1057"
]
},
{
@@ -14576,7 +14583,7 @@
"ru": "Клингонский",
"zh-chs": "克林貢",
"xloc": [
- "default.handlebars->27->1057"
+ "default.handlebars->27->1058"
]
},
{
@@ -14593,8 +14600,8 @@
"ru": "Известный",
"zh-chs": "已知的",
"xloc": [
- "default-mobile.handlebars->9->364",
- "default.handlebars->27->891"
+ "default-mobile.handlebars->9->365",
+ "default.handlebars->27->892"
]
},
{
@@ -14611,7 +14618,7 @@
"ru": "Korean",
"zh-chs": "韓語",
"xloc": [
- "default.handlebars->27->1058"
+ "default.handlebars->27->1059"
]
},
{
@@ -14628,7 +14635,7 @@
"ru": "Корейский (Северная Корея)",
"zh-chs": "韓語(朝鮮)",
"xloc": [
- "default.handlebars->27->1059"
+ "default.handlebars->27->1060"
]
},
{
@@ -14645,7 +14652,7 @@
"ru": "Корейский (Южная Корея)",
"zh-chs": "韓語(韓國)",
"xloc": [
- "default.handlebars->27->1060"
+ "default.handlebars->27->1061"
]
},
{
@@ -14662,8 +14669,8 @@
"ru": "LF",
"zh-chs": "如果",
"xloc": [
- "default.handlebars->27->786",
- "default.handlebars->27->795"
+ "default.handlebars->27->787",
+ "default.handlebars->27->796"
]
},
{
@@ -14680,7 +14687,7 @@
"ru": "Язык",
"zh-chs": "語言",
"xloc": [
- "default.handlebars->27->1154"
+ "default.handlebars->27->1155"
]
},
{
@@ -14714,7 +14721,7 @@
"ru": "Большой Фокус",
"zh-chs": "大焦點",
"xloc": [
- "default.handlebars->27->762"
+ "default.handlebars->27->763"
]
},
{
@@ -14897,7 +14904,7 @@
"ru": "Последний доступ",
"zh-chs": "最後訪問",
"xloc": [
- "default.handlebars->27->1494"
+ "default.handlebars->27->1495"
]
},
{
@@ -14914,7 +14921,7 @@
"ru": "Последний вход в систему",
"zh-chs": "上次登錄",
"xloc": [
- "default.handlebars->27->1680"
+ "default.handlebars->27->1681"
]
},
{
@@ -14931,15 +14938,15 @@
"ru": "Последний адрес агента",
"zh-chs": "最後代理商地址",
"xloc": [
- "default-mobile.handlebars->9->332",
"default-mobile.handlebars->9->333",
"default-mobile.handlebars->9->334",
+ "default-mobile.handlebars->9->335",
"default.handlebars->27->69",
"default.handlebars->27->71",
"default.handlebars->27->73",
- "default.handlebars->27->849",
"default.handlebars->27->850",
- "default.handlebars->27->851"
+ "default.handlebars->27->851",
+ "default.handlebars->27->852"
]
},
{
@@ -14956,11 +14963,11 @@
"ru": "Последнее подключение агента",
"zh-chs": "上次代理連接",
"xloc": [
- "default-mobile.handlebars->9->329",
- "default-mobile.handlebars->9->331",
+ "default-mobile.handlebars->9->330",
+ "default-mobile.handlebars->9->332",
"default.handlebars->27->68",
- "default.handlebars->27->846",
- "default.handlebars->27->848"
+ "default.handlebars->27->847",
+ "default.handlebars->27->849"
]
},
{
@@ -14977,7 +14984,7 @@
"ru": "Последнее изменение: {0}",
"zh-chs": "上次更改:{0}",
"xloc": [
- "default.handlebars->27->1684"
+ "default.handlebars->27->1685"
]
},
{
@@ -15028,7 +15035,7 @@
"ru": "Последний вход в систему: {0}",
"zh-chs": "上次登錄:{0}",
"xloc": [
- "default.handlebars->27->1504"
+ "default.handlebars->27->1505"
]
},
{
@@ -15045,7 +15052,7 @@
"ru": "Последнее посещение:",
"zh-chs": "最後一次露面:",
"xloc": [
- "default.handlebars->27->614",
+ "default.handlebars->27->615",
"default.handlebars->27->65"
]
},
@@ -15114,7 +15121,7 @@
"ru": "Латинский",
"zh-chs": "拉丁",
"xloc": [
- "default.handlebars->27->1061"
+ "default.handlebars->27->1062"
]
},
{
@@ -15131,28 +15138,28 @@
"ru": "Латышский",
"zh-chs": "拉脫維亞語",
"xloc": [
- "default.handlebars->27->1062"
+ "default.handlebars->27->1063"
]
},
{
"en": "Launch MeshCentral Router",
"nl": "Start MeshCentral Router",
"xloc": [
- "default.handlebars->27->713"
+ "default.handlebars->27->714"
]
},
{
"en": "Launch noVNC session to this device",
"nl": "Start een noVNC-sessie op dit apparaat",
"xloc": [
- "default.handlebars->27->600"
+ "default.handlebars->27->601"
]
},
{
"en": "Launch web-based RDP session to this device",
"nl": "Start een webgebaseerde RDP-sessie op dit apparaat",
"xloc": [
- "default.handlebars->27->602"
+ "default.handlebars->27->603"
]
},
{
@@ -15165,7 +15172,7 @@
"nl": "Leeg laten voor geen.",
"zh-chs": "一无所有。",
"xloc": [
- "default.handlebars->27->1724"
+ "default.handlebars->27->1725"
]
},
{
@@ -15204,7 +15211,7 @@
"ru": "Меньше",
"zh-chs": "減",
"xloc": [
- "default.handlebars->27->1887"
+ "default.handlebars->27->1888"
]
},
{
@@ -15220,8 +15227,8 @@
"ru": "Предельные события",
"zh-chs": "极限赛事",
"xloc": [
- "default.handlebars->27->635",
- "default.handlebars->27->654"
+ "default.handlebars->27->636",
+ "default.handlebars->27->655"
]
},
{
@@ -15256,10 +15263,10 @@
"ru": "Ограниченный ввод",
"zh-chs": "有限輸入",
"xloc": [
- "default-mobile.handlebars->9->437",
- "default.handlebars->27->1381",
- "default.handlebars->27->628",
- "default.handlebars->27->647"
+ "default-mobile.handlebars->9->438",
+ "default.handlebars->27->1382",
+ "default.handlebars->27->629",
+ "default.handlebars->27->648"
]
},
{
@@ -15276,8 +15283,8 @@
"ru": "Ограничить элементы ввода",
"zh-chs": "僅限於輸入",
"xloc": [
- "default-mobile.handlebars->9->412",
- "default.handlebars->27->1339"
+ "default-mobile.handlebars->9->413",
+ "default.handlebars->27->1340"
]
},
{
@@ -15312,8 +15319,8 @@
"ru": "Срок действия ссылки",
"zh-chs": "鏈接過期",
"xloc": [
- "default.handlebars->27->326",
- "default.handlebars->27->340"
+ "default.handlebars->27->327",
+ "default.handlebars->27->341"
]
},
{
@@ -15327,7 +15334,7 @@
"nl": "Uitnodigingslink",
"zh-chs": "链接邀请",
"xloc": [
- "default.handlebars->27->314"
+ "default.handlebars->27->315"
]
},
{
@@ -15362,7 +15369,7 @@
"ru": "Linux / BSD",
"zh-chs": "Linux / BSD",
"xloc": [
- "default.handlebars->27->351"
+ "default.handlebars->27->352"
]
},
{
@@ -15379,7 +15386,7 @@
"ru": "Linux / BSD (Удаление)",
"zh-chs": "Linux / BSD(卸載)",
"xloc": [
- "default.handlebars->27->354"
+ "default.handlebars->27->355"
]
},
{
@@ -15450,7 +15457,7 @@
"ru": "Linux ARM, Raspberry Pi (32bit)",
"zh-chs": "Linux ARM,Raspberry Pi(32位)",
"xloc": [
- "default.handlebars->27->720"
+ "default.handlebars->27->721"
]
},
{
@@ -15539,7 +15546,7 @@
"ru": "Только Linux",
"zh-chs": "僅Linux",
"xloc": [
- "default.handlebars->27->325"
+ "default.handlebars->27->326"
]
},
{
@@ -15556,7 +15563,7 @@
"ru": "Linux x86 (32bit)",
"zh-chs": "Linux x86(32位)",
"xloc": [
- "default.handlebars->27->717"
+ "default.handlebars->27->718"
]
},
{
@@ -15573,14 +15580,14 @@
"ru": "Linux x86 (64bit)",
"zh-chs": "Linux x86(64位)",
"xloc": [
- "default.handlebars->27->718"
+ "default.handlebars->27->719"
]
},
{
"en": "Linux/BSD/macOS Command Shell",
"nl": "Linux/BSD/macOS Command Shell",
"xloc": [
- "default.handlebars->27->440"
+ "default.handlebars->27->441"
]
},
{
@@ -15615,7 +15622,7 @@
"ru": "Литовский",
"zh-chs": "立陶宛語",
"xloc": [
- "default.handlebars->27->1063"
+ "default.handlebars->27->1064"
]
},
{
@@ -15633,10 +15640,10 @@
"zh-chs": "載入中...",
"xloc": [
"default-mobile.handlebars->9->72",
- "default.handlebars->27->1208",
- "default.handlebars->27->1212",
- "default.handlebars->27->709",
- "default.handlebars->27->941"
+ "default.handlebars->27->1209",
+ "default.handlebars->27->1213",
+ "default.handlebars->27->710",
+ "default.handlebars->27->942"
]
},
{
@@ -15705,7 +15712,7 @@
"ru": "Настройки локализации",
"zh-chs": "本地化設置",
"xloc": [
- "default.handlebars->27->1157",
+ "default.handlebars->27->1158",
"default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->7"
]
},
@@ -15723,7 +15730,7 @@
"ru": "Местонахождение",
"zh-chs": "位置",
"xloc": [
- "default.handlebars->27->589"
+ "default.handlebars->27->590"
]
},
{
@@ -15757,7 +15764,7 @@
"ru": "Заблокировать учетную запись",
"zh-chs": "鎖定賬戶",
"xloc": [
- "default.handlebars->27->1582"
+ "default.handlebars->27->1583"
]
},
{
@@ -15774,7 +15781,7 @@
"ru": "Заблокировать учетную запись",
"zh-chs": "鎖定賬戶",
"xloc": [
- "default.handlebars->27->1524"
+ "default.handlebars->27->1525"
]
},
{
@@ -15791,7 +15798,7 @@
"ru": "Заблокирован",
"zh-chs": "已鎖定",
"xloc": [
- "default.handlebars->27->1505"
+ "default.handlebars->27->1506"
]
},
{
@@ -15808,7 +15815,7 @@
"ru": "Заблокированная учетная запись",
"zh-chs": "賬戶鎖定",
"xloc": [
- "default.handlebars->27->1656"
+ "default.handlebars->27->1657"
]
},
{
@@ -15825,7 +15832,7 @@
"ru": "Добавить событие",
"zh-chs": "記錄事件",
"xloc": [
- "default.handlebars->27->578"
+ "default.handlebars->27->579"
]
},
{
@@ -15995,7 +16002,7 @@
"ru": "Люксембургский",
"zh-chs": "盧森堡語",
"xloc": [
- "default.handlebars->27->1064"
+ "default.handlebars->27->1065"
]
},
{
@@ -16012,12 +16019,12 @@
"ru": "MAC-уровень",
"zh-chs": "MAC層",
"xloc": [
- "default-mobile.handlebars->9->337",
- "default-mobile.handlebars->9->339",
- "default.handlebars->27->854",
- "default.handlebars->27->856",
- "default.handlebars->27->864",
- "default.handlebars->27->866"
+ "default-mobile.handlebars->9->338",
+ "default-mobile.handlebars->9->340",
+ "default.handlebars->27->855",
+ "default.handlebars->27->857",
+ "default.handlebars->27->865",
+ "default.handlebars->27->867"
]
},
{
@@ -16052,9 +16059,9 @@
"ru": "MAC: {0}",
"zh-chs": "MAC:{0}",
"xloc": [
- "default-mobile.handlebars->9->340",
- "default.handlebars->27->857",
- "default.handlebars->27->867"
+ "default-mobile.handlebars->9->341",
+ "default.handlebars->27->858",
+ "default.handlebars->27->868"
]
},
{
@@ -16071,9 +16078,9 @@
"ru": "MAC: {0}, шлюз: {1}",
"zh-chs": "MAC:{0},網關:{1}",
"xloc": [
- "default-mobile.handlebars->9->338",
- "default.handlebars->27->855",
- "default.handlebars->27->865"
+ "default-mobile.handlebars->9->339",
+ "default.handlebars->27->856",
+ "default.handlebars->27->866"
]
},
{
@@ -16108,8 +16115,8 @@
"ru": "MPS Сервер",
"zh-chs": "MPS服務器",
"xloc": [
- "default.handlebars->27->305",
- "default.handlebars->27->311"
+ "default.handlebars->27->306",
+ "default.handlebars->27->312"
]
},
{
@@ -16126,13 +16133,13 @@
"ru": "MQTT",
"zh-chs": "MQTT",
"xloc": [
- "default-mobile.handlebars->9->202",
- "default-mobile.handlebars->9->242",
+ "default-mobile.handlebars->9->203",
+ "default-mobile.handlebars->9->243",
"default.handlebars->27->203",
- "default.handlebars->27->417",
- "default.handlebars->27->571",
- "default.handlebars->27->919",
+ "default.handlebars->27->418",
+ "default.handlebars->27->572",
"default.handlebars->27->920",
+ "default.handlebars->27->921",
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->3"
]
},
@@ -16167,7 +16174,7 @@
"ru": "MQTT Вход",
"zh-chs": "MQTT登錄",
"xloc": [
- "default.handlebars->27->605"
+ "default.handlebars->27->606"
]
},
{
@@ -16184,8 +16191,8 @@
"ru": "Подключен MQTT канал",
"zh-chs": "MQTT通道已連接",
"xloc": [
- "default-mobile.handlebars->9->252",
- "default.handlebars->27->613"
+ "default-mobile.handlebars->9->253",
+ "default.handlebars->27->614"
]
},
{
@@ -16203,7 +16210,7 @@
"zh-chs": "MQTT已連接",
"xloc": [
"default.handlebars->27->163",
- "default.handlebars->27->612"
+ "default.handlebars->27->613"
]
},
{
@@ -16221,8 +16228,8 @@
"zh-chs": "與設備的MQTT連接已激活。",
"xloc": [
"default.handlebars->27->202",
- "default.handlebars->27->416",
- "default.handlebars->27->570"
+ "default.handlebars->27->417",
+ "default.handlebars->27->571"
]
},
{
@@ -16273,7 +16280,7 @@
"ru": "MacOS (64bit)",
"zh-chs": "MacOS(64位)",
"xloc": [
- "default.handlebars->27->719"
+ "default.handlebars->27->720"
]
},
{
@@ -16326,7 +16333,7 @@
"ru": "Сообщения главного сервера",
"zh-chs": "主服務器消息",
"xloc": [
- "default.handlebars->27->1859"
+ "default.handlebars->27->1860"
]
},
{
@@ -16343,7 +16350,7 @@
"ru": "Малайский",
"zh-chs": "馬來語",
"xloc": [
- "default.handlebars->27->1066"
+ "default.handlebars->27->1067"
]
},
{
@@ -16360,7 +16367,7 @@
"ru": "Малаяламский",
"zh-chs": "馬拉雅拉姆語",
"xloc": [
- "default.handlebars->27->1067"
+ "default.handlebars->27->1068"
]
},
{
@@ -16377,7 +16384,7 @@
"ru": "Мальтийский",
"zh-chs": "馬耳他語",
"xloc": [
- "default.handlebars->27->1068"
+ "default.handlebars->27->1069"
]
},
{
@@ -16412,10 +16419,10 @@
"ru": "Управление компьютерами группы устройств",
"zh-chs": "管理設備組計算機",
"xloc": [
- "default-mobile.handlebars->9->409",
- "default-mobile.handlebars->9->427",
- "default.handlebars->27->1336",
- "default.handlebars->27->1370"
+ "default-mobile.handlebars->9->410",
+ "default-mobile.handlebars->9->428",
+ "default.handlebars->27->1337",
+ "default.handlebars->27->1371"
]
},
{
@@ -16432,10 +16439,10 @@
"ru": "Управление пользователями группы устройств",
"zh-chs": "管理設備組用戶",
"xloc": [
- "default-mobile.handlebars->9->408",
- "default-mobile.handlebars->9->426",
- "default.handlebars->27->1335",
- "default.handlebars->27->1369"
+ "default-mobile.handlebars->9->409",
+ "default-mobile.handlebars->9->427",
+ "default.handlebars->27->1336",
+ "default.handlebars->27->1370"
]
},
{
@@ -16451,14 +16458,14 @@
"ru": "Управление устройствами",
"zh-chs": "管理设备",
"xloc": [
- "default.handlebars->27->642"
+ "default.handlebars->27->643"
]
},
{
"en": "Manage Recordings",
"nl": "Beheeer opnames",
"xloc": [
- "default.handlebars->27->1581"
+ "default.handlebars->27->1582"
]
},
{
@@ -16492,7 +16499,7 @@
"ru": "Управление группами пользователя",
"zh-chs": "管理用戶組",
"xloc": [
- "default.handlebars->27->1580"
+ "default.handlebars->27->1581"
]
},
{
@@ -16509,8 +16516,8 @@
"ru": "Управление пользователями",
"zh-chs": "管理用戶",
"xloc": [
- "default.handlebars->27->1579",
- "default.handlebars->27->641"
+ "default.handlebars->27->1580",
+ "default.handlebars->27->642"
]
},
{
@@ -16614,7 +16621,7 @@
"ru": "Управление с помощью программного агента",
"zh-chs": "使用軟件代理進行管理",
"xloc": [
- "default.handlebars->27->1190"
+ "default.handlebars->27->1191"
]
},
{
@@ -16631,8 +16638,8 @@
"ru": "Управляется с помощью программного агента",
"zh-chs": "使用軟件代理進行管理",
"xloc": [
- "default-mobile.handlebars->9->389",
- "default.handlebars->27->1218"
+ "default-mobile.handlebars->9->390",
+ "default.handlebars->27->1219"
]
},
{
@@ -16649,7 +16656,7 @@
"ru": "Менеджер",
"zh-chs": "經理",
"xloc": [
- "default.handlebars->27->1510"
+ "default.handlebars->27->1511"
]
},
{
@@ -16666,7 +16673,7 @@
"ru": "Ручной Сертификат",
"zh-chs": "手動證書",
"xloc": [
- "default.handlebars->27->292"
+ "default.handlebars->27->293"
]
},
{
@@ -16683,7 +16690,7 @@
"ru": "Ручной Имя пользователя/Пароль",
"zh-chs": "手動用戶名/密碼",
"xloc": [
- "default.handlebars->27->291"
+ "default.handlebars->27->292"
]
},
{
@@ -16700,7 +16707,7 @@
"ru": "Маори",
"zh-chs": "毛利人",
"xloc": [
- "default.handlebars->27->1069"
+ "default.handlebars->27->1070"
]
},
{
@@ -16735,7 +16742,7 @@
"ru": "Маратхи",
"zh-chs": "馬拉地語",
"xloc": [
- "default.handlebars->27->1070"
+ "default.handlebars->27->1071"
]
},
{
@@ -16752,7 +16759,7 @@
"ru": "Достигнуто максимальное число сессий",
"zh-chs": "達到的會話數上限",
"xloc": [
- "default.handlebars->27->1823"
+ "default.handlebars->27->1824"
]
},
{
@@ -16806,7 +16813,7 @@
"ru": "Мегабайт",
"zh-chs": "兆字節",
"xloc": [
- "default.handlebars->27->1849"
+ "default.handlebars->27->1850"
]
},
{
@@ -16823,9 +16830,9 @@
"ru": "ОЗУ",
"zh-chs": "記憶",
"xloc": [
- "default-mobile.handlebars->9->380",
- "default.handlebars->27->1840",
- "default.handlebars->27->907",
+ "default-mobile.handlebars->9->381",
+ "default.handlebars->27->1841",
+ "default.handlebars->27->908",
"default.handlebars->container->column_l->p40->3->1->p40type->3"
]
},
@@ -16843,18 +16850,18 @@
"ru": "Mesh Agent",
"zh-chs": "網格代理",
"xloc": [
- "default-mobile.handlebars->9->249",
- "default-mobile.handlebars->9->328",
- "default-mobile.handlebars->9->335",
- "default.handlebars->27->360",
- "default.handlebars->27->364",
- "default.handlebars->27->373",
- "default.handlebars->27->377",
- "default.handlebars->27->380",
- "default.handlebars->27->519",
- "default.handlebars->27->563",
- "default.handlebars->27->845",
- "default.handlebars->27->852"
+ "default-mobile.handlebars->9->250",
+ "default-mobile.handlebars->9->329",
+ "default-mobile.handlebars->9->336",
+ "default.handlebars->27->361",
+ "default.handlebars->27->365",
+ "default.handlebars->27->374",
+ "default.handlebars->27->378",
+ "default.handlebars->27->381",
+ "default.handlebars->27->520",
+ "default.handlebars->27->564",
+ "default.handlebars->27->846",
+ "default.handlebars->27->853"
]
},
{
@@ -16871,8 +16878,8 @@
"ru": "Консоль Mesh Agent",
"zh-chs": "網格代理控制台",
"xloc": [
- "default-mobile.handlebars->9->416",
- "default.handlebars->27->1344"
+ "default-mobile.handlebars->9->417",
+ "default.handlebars->27->1345"
]
},
{
@@ -16889,7 +16896,7 @@
"ru": "Ретранслятор Mesh",
"zh-chs": "網狀中繼",
"xloc": [
- "default.handlebars->27->569"
+ "default.handlebars->27->570"
]
},
{
@@ -16907,8 +16914,8 @@
"zh-chs": "已連接網狀代理並準備使用。",
"xloc": [
"default.handlebars->27->194",
- "default.handlebars->27->408",
- "default.handlebars->27->562"
+ "default.handlebars->27->409",
+ "default.handlebars->27->563"
]
},
{
@@ -16926,8 +16933,8 @@
"zh-chs": "使用其他代理作為中繼可以訪問網狀代理。",
"xloc": [
"default.handlebars->27->200",
- "default.handlebars->27->414",
- "default.handlebars->27->568"
+ "default.handlebars->27->415",
+ "default.handlebars->27->569"
]
},
{
@@ -16944,8 +16951,8 @@
"ru": "MeshAction (.txt)",
"zh-chs": "MeshAction(.txt)",
"xloc": [
- "default.handlebars->27->726",
- "default.handlebars->27->728"
+ "default.handlebars->27->727",
+ "default.handlebars->27->729"
]
},
{
@@ -16962,7 +16969,7 @@
"ru": "Трафик MeshAgent",
"zh-chs": "MeshAgent流量",
"xloc": [
- "default.handlebars->27->1861"
+ "default.handlebars->27->1862"
]
},
{
@@ -16979,7 +16986,7 @@
"ru": "Обновление MeshAgent",
"zh-chs": "MeshAgent更新",
"xloc": [
- "default.handlebars->27->1862"
+ "default.handlebars->27->1863"
]
},
{
@@ -17013,7 +17020,7 @@
"ru": "Ошибки MeshCentral",
"zh-chs": "網格中心錯誤",
"xloc": [
- "default.handlebars->27->1211"
+ "default.handlebars->27->1212"
]
},
{
@@ -17030,7 +17037,7 @@
"ru": "MeshCentral Router ",
"zh-chs": "MeshCentral路由器",
"xloc": [
- "default.handlebars->27->714"
+ "default.handlebars->27->715"
]
},
{
@@ -17047,7 +17054,7 @@
"ru": "MeshCentral Router это инструмент Windows для сопоставления портов TCP. Например, через этот сервер можно установить подключение по RDP к удаленному устройству.",
"zh-chs": "MeshCentral Router是Windows工具,用於TCP端口映射。例如,您可以通過該服務器將RDP放入遠程設備。",
"xloc": [
- "default.handlebars->27->710"
+ "default.handlebars->27->711"
]
},
{
@@ -17082,7 +17089,7 @@
"ru": "Соединения сервера MeshCentral",
"zh-chs": "MeshCentral服務器對等",
"xloc": [
- "default.handlebars->27->1860"
+ "default.handlebars->27->1861"
]
},
{
@@ -17118,7 +17125,7 @@
"xloc": [
"default.handlebars->27->115",
"default.handlebars->27->117",
- "default.handlebars->27->1207"
+ "default.handlebars->27->1208"
]
},
{
@@ -17136,8 +17143,8 @@
"zh-chs": "MeshCmd",
"xloc": [
"default.handlebars->27->218",
- "default.handlebars->27->591",
- "default.handlebars->27->724"
+ "default.handlebars->27->592",
+ "default.handlebars->27->725"
]
},
{
@@ -17154,7 +17161,7 @@
"ru": "MeshCmd (Linux ARM, 32bit)",
"zh-chs": "MeshCmd(Linux ARM,32位)",
"xloc": [
- "default.handlebars->27->735"
+ "default.handlebars->27->736"
]
},
{
@@ -17171,7 +17178,7 @@
"ru": "MeshCmd (Linux x86, 32bit)",
"zh-chs": "MeshCmd(Linux x86,32bit)",
"xloc": [
- "default.handlebars->27->732"
+ "default.handlebars->27->733"
]
},
{
@@ -17188,7 +17195,7 @@
"ru": "MeshCmd (Linux x86, 64bit)",
"zh-chs": "MeshCmd(Linux x86,64bit)",
"xloc": [
- "default.handlebars->27->733"
+ "default.handlebars->27->734"
]
},
{
@@ -17205,7 +17212,7 @@
"ru": "MeshCmd (MacOS, 64bit)",
"zh-chs": "MeshCmd(MacOS,64位)",
"xloc": [
- "default.handlebars->27->734"
+ "default.handlebars->27->735"
]
},
{
@@ -17222,7 +17229,7 @@
"ru": "MeshCmd (приложение Win32)",
"zh-chs": "MeshCmd(Win32可執行文件)",
"xloc": [
- "default.handlebars->27->730"
+ "default.handlebars->27->731"
]
},
{
@@ -17239,7 +17246,7 @@
"ru": "MeshCmd (приложение Win64)",
"zh-chs": "MeshCmd(Win64可執行文件)",
"xloc": [
- "default.handlebars->27->731"
+ "default.handlebars->27->732"
]
},
{
@@ -17256,7 +17263,7 @@
"ru": "MeshCmd это утилита с командной строкой, которая позволяет выполнить множество операций. Файл с командами может быть опционально скачан и отредактирован для указания информации о сервере и учетных данных.",
"zh-chs": "MeshCmd是執行許多不同操作的命令行工具。可以選擇下載和編輯操作文件以提供服務器信息和憑據。",
"xloc": [
- "default.handlebars->27->721"
+ "default.handlebars->27->722"
]
},
{
@@ -17273,7 +17280,7 @@
"ru": "MeshCommander Script",
"zh-chs": "MeshCommander腳本",
"xloc": [
- "default.handlebars->27->290"
+ "default.handlebars->27->291"
]
},
{
@@ -17309,8 +17316,8 @@
"ru": "MeshServerRootCert.cer",
"zh-chs": "MeshServerRootCert.cer",
"xloc": [
- "default.handlebars->27->301",
- "default.handlebars->27->308"
+ "default.handlebars->27->302",
+ "default.handlebars->27->309"
]
},
{
@@ -17327,9 +17334,9 @@
"ru": "Сообщение",
"zh-chs": "信息",
"xloc": [
- "default.handlebars->27->337",
- "default.handlebars->27->580",
- "default.handlebars->27->690"
+ "default.handlebars->27->338",
+ "default.handlebars->27->581",
+ "default.handlebars->27->691"
]
},
{
@@ -17346,7 +17353,7 @@
"ru": "Диспетчер сообщения",
"zh-chs": "郵件調度程序",
"xloc": [
- "default.handlebars->27->1858"
+ "default.handlebars->27->1859"
]
},
{
@@ -17443,8 +17450,8 @@
"nl": "Model",
"zh-chs": "模型",
"xloc": [
- "default-mobile.handlebars->9->381",
- "default.handlebars->27->908"
+ "default-mobile.handlebars->9->382",
+ "default.handlebars->27->909"
]
},
{
@@ -17461,7 +17468,7 @@
"ru": "Изменить позицию узла",
"zh-chs": "修改節點位置",
"xloc": [
- "default.handlebars->27->478"
+ "default.handlebars->27->479"
]
},
{
@@ -17478,7 +17485,7 @@
"ru": "Молдавский",
"zh-chs": "摩爾達維亞人",
"xloc": [
- "default.handlebars->27->1071"
+ "default.handlebars->27->1072"
]
},
{
@@ -17495,7 +17502,7 @@
"ru": "Еще",
"zh-chs": "更多",
"xloc": [
- "default.handlebars->27->1886"
+ "default.handlebars->27->1887"
]
},
{
@@ -17512,8 +17519,8 @@
"ru": "Материнская плата",
"zh-chs": "母板",
"xloc": [
- "default-mobile.handlebars->9->376",
- "default.handlebars->27->903"
+ "default-mobile.handlebars->9->377",
+ "default.handlebars->27->904"
]
},
{
@@ -17530,7 +17537,7 @@
"ru": "Переместить это устройство в другую группу устройств",
"zh-chs": "將此設備移到其他設備組",
"xloc": [
- "default.handlebars->27->582"
+ "default.handlebars->27->583"
]
},
{
@@ -17547,7 +17554,7 @@
"ru": "Переместить в группу устройств",
"zh-chs": "移至設備組",
"xloc": [
- "default.handlebars->27->431"
+ "default.handlebars->27->432"
]
},
{
@@ -17571,7 +17578,7 @@
"en": "Multiplexor",
"nl": "Multiplexor",
"xloc": [
- "default.handlebars->27->1801"
+ "default.handlebars->27->1802"
]
},
{
@@ -17686,7 +17693,7 @@
"ru": "Консоль моего сервера",
"zh-chs": "我的服務器控制台",
"xloc": [
- "default.handlebars->27->914"
+ "default.handlebars->27->915"
]
},
{
@@ -17814,8 +17821,8 @@
"ru": "Мой ключ",
"zh-chs": "我的鑰匙",
"xloc": [
- "default.handlebars->27->946",
- "default.handlebars->27->949"
+ "default.handlebars->27->947",
+ "default.handlebars->27->950"
]
},
{
@@ -17832,27 +17839,27 @@
"ru": "Имя",
"zh-chs": "名稱",
"xloc": [
- "default-mobile.handlebars->9->214",
- "default-mobile.handlebars->9->324",
- "default-mobile.handlebars->9->370",
- "default-mobile.handlebars->9->390",
- "default-mobile.handlebars->9->403",
+ "default-mobile.handlebars->9->215",
+ "default-mobile.handlebars->9->325",
+ "default-mobile.handlebars->9->371",
+ "default-mobile.handlebars->9->391",
+ "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->1188",
- "default.handlebars->27->1219",
- "default.handlebars->27->1302",
- "default.handlebars->27->1492",
- "default.handlebars->27->1587",
- "default.handlebars->27->1603",
- "default.handlebars->27->1610",
- "default.handlebars->27->1643",
- "default.handlebars->27->1662",
- "default.handlebars->27->507",
+ "default.handlebars->27->1189",
+ "default.handlebars->27->1220",
+ "default.handlebars->27->1303",
+ "default.handlebars->27->1493",
+ "default.handlebars->27->1588",
+ "default.handlebars->27->1604",
+ "default.handlebars->27->1611",
+ "default.handlebars->27->1644",
+ "default.handlebars->27->1663",
+ "default.handlebars->27->508",
"default.handlebars->27->76",
- "default.handlebars->27->768",
- "default.handlebars->27->841",
- "default.handlebars->27->897",
+ "default.handlebars->27->769",
+ "default.handlebars->27->842",
+ "default.handlebars->27->898",
"default.handlebars->27->90",
"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",
@@ -17873,7 +17880,7 @@
"ru": "Имя (не обязательно)",
"zh-chs": "名稱(可選)",
"xloc": [
- "default.handlebars->27->317"
+ "default.handlebars->27->318"
]
},
{
@@ -17890,7 +17897,7 @@
"ru": "Имя1, Имя2, Имя3",
"zh-chs": "名稱1,名稱2,名稱3",
"xloc": [
- "default.handlebars->27->1571"
+ "default.handlebars->27->1572"
]
},
{
@@ -17907,7 +17914,7 @@
"ru": "Навахо",
"zh-chs": "納瓦霍人",
"xloc": [
- "default.handlebars->27->1072"
+ "default.handlebars->27->1073"
]
},
{
@@ -17924,7 +17931,7 @@
"ru": "Ндонга",
"zh-chs": "恩東加",
"xloc": [
- "default.handlebars->27->1073"
+ "default.handlebars->27->1074"
]
},
{
@@ -17941,7 +17948,7 @@
"ru": "Непальский",
"zh-chs": "尼泊爾文",
"xloc": [
- "default.handlebars->27->1074"
+ "default.handlebars->27->1075"
]
},
{
@@ -17958,7 +17965,7 @@
"ru": "Сетевые интерфейсы",
"zh-chs": "網絡接口",
"xloc": [
- "default.handlebars->27->708"
+ "default.handlebars->27->709"
]
},
{
@@ -17989,9 +17996,9 @@
"ru": "сетей",
"zh-chs": "聯網",
"xloc": [
- "default-mobile.handlebars->9->349",
- "default.handlebars->27->862",
- "default.handlebars->27->876"
+ "default-mobile.handlebars->9->350",
+ "default.handlebars->27->863",
+ "default.handlebars->27->877"
]
},
{
@@ -18044,9 +18051,9 @@
"zh-chs": "新設備組",
"xloc": [
"default-mobile.handlebars->9->91",
- "default.handlebars->27->1181",
- "default.handlebars->27->1193",
- "default.handlebars->27->700"
+ "default.handlebars->27->1182",
+ "default.handlebars->27->1194",
+ "default.handlebars->27->701"
]
},
{
@@ -18064,9 +18071,9 @@
"zh-chs": "新建文件夾",
"xloc": [
"default-mobile.handlebars->9->120",
- "default-mobile.handlebars->9->298",
- "default.handlebars->27->1451",
- "default.handlebars->27->805",
+ "default-mobile.handlebars->9->299",
+ "default.handlebars->27->1452",
+ "default.handlebars->27->806",
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
"default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3"
]
@@ -18121,8 +18128,8 @@
"xloc": [
"default-mobile.handlebars->9->86",
"default-mobile.handlebars->9->87",
- "default.handlebars->27->1176",
- "default.handlebars->27->1177"
+ "default.handlebars->27->1177",
+ "default.handlebars->27->1178"
]
},
{
@@ -18139,8 +18146,8 @@
"ru": "Нет AMT",
"zh-chs": "没有AMT",
"xloc": [
- "default.handlebars->27->627",
- "default.handlebars->27->646"
+ "default.handlebars->27->628",
+ "default.handlebars->27->647"
]
},
{
@@ -18188,10 +18195,10 @@
"ru": "Учетных данных нет",
"zh-chs": "沒有憑證",
"xloc": [
- "default-mobile.handlebars->9->232",
"default-mobile.handlebars->9->233",
- "default.handlebars->27->533",
- "default.handlebars->27->534"
+ "default-mobile.handlebars->9->234",
+ "default.handlebars->27->534",
+ "default.handlebars->27->535"
]
},
{
@@ -18208,9 +18215,9 @@
"ru": "Нет рабочего стола",
"zh-chs": "沒有桌面",
"xloc": [
- "default.handlebars->27->1377",
- "default.handlebars->27->629",
- "default.handlebars->27->648"
+ "default.handlebars->27->1378",
+ "default.handlebars->27->630",
+ "default.handlebars->27->649"
]
},
{
@@ -18227,7 +18234,7 @@
"ru": "Нет доступа к рабочему столу",
"zh-chs": "沒有桌面訪問",
"xloc": [
- "default.handlebars->27->1340"
+ "default.handlebars->27->1341"
]
},
{
@@ -18244,9 +18251,9 @@
"ru": "События не найдены",
"zh-chs": "找不到活動",
"xloc": [
- "default.handlebars->27->1468",
- "default.handlebars->27->1777",
- "default.handlebars->27->839"
+ "default.handlebars->27->1469",
+ "default.handlebars->27->1778",
+ "default.handlebars->27->840"
]
},
{
@@ -18263,8 +18270,8 @@
"ru": "Нет доступа к файлам",
"zh-chs": "沒有文件訪問",
"xloc": [
- "default-mobile.handlebars->9->414",
- "default.handlebars->27->1342"
+ "default-mobile.handlebars->9->415",
+ "default.handlebars->27->1343"
]
},
{
@@ -18281,10 +18288,10 @@
"ru": "Файлов нет",
"zh-chs": "沒有文件",
"xloc": [
- "default-mobile.handlebars->9->435",
- "default.handlebars->27->1379",
- "default.handlebars->27->626",
- "default.handlebars->27->645"
+ "default-mobile.handlebars->9->436",
+ "default.handlebars->27->1380",
+ "default.handlebars->27->627",
+ "default.handlebars->27->646"
]
},
{
@@ -18300,8 +18307,8 @@
"ru": "Нет ввода",
"zh-chs": "无输入",
"xloc": [
- "default.handlebars->27->624",
- "default.handlebars->27->643"
+ "default.handlebars->27->625",
+ "default.handlebars->27->644"
]
},
{
@@ -18318,10 +18325,10 @@
"ru": "Нет Intel® AMT",
"zh-chs": "沒有英特爾®AMT",
"xloc": [
- "default-mobile.handlebars->9->415",
- "default-mobile.handlebars->9->436",
- "default.handlebars->27->1343",
- "default.handlebars->27->1380"
+ "default-mobile.handlebars->9->416",
+ "default-mobile.handlebars->9->437",
+ "default.handlebars->27->1344",
+ "default.handlebars->27->1381"
]
},
{
@@ -18389,7 +18396,7 @@
"ru": "Нет членов",
"zh-chs": "沒有會員",
"xloc": [
- "default.handlebars->27->1625"
+ "default.handlebars->27->1626"
]
},
{
@@ -18406,7 +18413,7 @@
"ru": "Запретить создание групп устройств",
"zh-chs": "沒有新的設備組",
"xloc": [
- "default.handlebars->27->1583"
+ "default.handlebars->27->1584"
]
},
{
@@ -18423,9 +18430,9 @@
"ru": "Политик нет",
"zh-chs": "沒有政策",
"xloc": [
- "default.handlebars->27->1246",
- "default.handlebars->27->1274",
- "default.handlebars->27->1277"
+ "default.handlebars->27->1247",
+ "default.handlebars->27->1275",
+ "default.handlebars->27->1278"
]
},
{
@@ -18443,12 +18450,12 @@
"zh-chs": "沒有權利",
"xloc": [
"default-mobile.handlebars->9->106",
- "default-mobile.handlebars->9->398",
- "default-mobile.handlebars->9->441",
- "default.handlebars->27->1202",
- "default.handlebars->27->1385",
- "default.handlebars->27->638",
- "default.handlebars->27->657"
+ "default-mobile.handlebars->9->399",
+ "default-mobile.handlebars->9->442",
+ "default.handlebars->27->1203",
+ "default.handlebars->27->1386",
+ "default.handlebars->27->639",
+ "default.handlebars->27->658"
]
},
{
@@ -18465,9 +18472,9 @@
"ru": "Нет безопасности TLS",
"zh-chs": "沒有TLS安全性",
"xloc": [
- "default-mobile.handlebars->9->270",
- "default.handlebars->27->275",
- "default.handlebars->27->686"
+ "default-mobile.handlebars->9->271",
+ "default.handlebars->27->276",
+ "default.handlebars->27->687"
]
},
{
@@ -18484,10 +18491,10 @@
"ru": "Нет терминала",
"zh-chs": "沒有終端",
"xloc": [
- "default-mobile.handlebars->9->434",
- "default.handlebars->27->1378",
- "default.handlebars->27->625",
- "default.handlebars->27->644"
+ "default-mobile.handlebars->9->435",
+ "default.handlebars->27->1379",
+ "default.handlebars->27->626",
+ "default.handlebars->27->645"
]
},
{
@@ -18504,8 +18511,8 @@
"ru": "Нет доступа к терминалу",
"zh-chs": "沒有終端訪問",
"xloc": [
- "default-mobile.handlebars->9->413",
- "default.handlebars->27->1341"
+ "default-mobile.handlebars->9->414",
+ "default.handlebars->27->1342"
]
},
{
@@ -18522,7 +18529,7 @@
"ru": "Нет инструментов (MeshCmd/Router)",
"zh-chs": "沒有工具(MeshCmd /路由器)",
"xloc": [
- "default.handlebars->27->1584"
+ "default.handlebars->27->1585"
]
},
{
@@ -18539,8 +18546,8 @@
"ru": "Нет общих групп устройств",
"zh-chs": "沒有共同的設備組",
"xloc": [
- "default.handlebars->27->1631",
- "default.handlebars->27->1749"
+ "default.handlebars->27->1632",
+ "default.handlebars->27->1750"
]
},
{
@@ -18619,7 +18626,7 @@
"ru": "Устройства не найдены.",
"zh-chs": "找不到設備。",
"xloc": [
- "default.handlebars->27->495"
+ "default.handlebars->27->496"
]
},
{
@@ -18636,8 +18643,8 @@
"ru": "Нет общих устройств",
"zh-chs": "沒有共同的設備",
"xloc": [
- "default.handlebars->27->1637",
- "default.handlebars->27->1761"
+ "default.handlebars->27->1638",
+ "default.handlebars->27->1762"
]
},
{
@@ -18654,7 +18661,7 @@
"ru": "В группе нет устройств.",
"zh-chs": "該設備組中沒有設備。",
"xloc": [
- "default.handlebars->27->1428"
+ "default.handlebars->27->1429"
]
},
{
@@ -18724,7 +18731,7 @@
"ru": "Группы не найдены.",
"zh-chs": "找不到群組。",
"xloc": [
- "default.handlebars->27->1586"
+ "default.handlebars->27->1587"
]
},
{
@@ -18741,8 +18748,8 @@
"ru": "Информации об этом устройстве нет",
"zh-chs": "沒有此設備的信息。",
"xloc": [
- "default-mobile.handlebars->9->386",
- "default.handlebars->27->913"
+ "default-mobile.handlebars->9->387",
+ "default.handlebars->27->914"
]
},
{
@@ -18759,7 +18766,7 @@
"ru": "Местоположение не найдено.",
"zh-chs": "找不到位置。",
"xloc": [
- "default.handlebars->27->497"
+ "default.handlebars->27->498"
]
},
{
@@ -18793,7 +18800,7 @@
"ru": "Других групп устройств такого же типа не существует.",
"zh-chs": "沒有其他相同類型的設備組。",
"xloc": [
- "default.handlebars->27->703"
+ "default.handlebars->27->704"
]
},
{
@@ -18827,7 +18834,7 @@
"ru": "Нет серверных прав",
"zh-chs": "沒有服務器權限",
"xloc": [
- "default.handlebars->27->1657"
+ "default.handlebars->27->1658"
]
},
{
@@ -18844,7 +18851,7 @@
"ru": "Нет членства в группах пользователей",
"zh-chs": "沒有用戶組成員身份",
"xloc": [
- "default.handlebars->27->1755"
+ "default.handlebars->27->1756"
]
},
{
@@ -18861,7 +18868,7 @@
"ru": "Пользователи не найдены.",
"zh-chs": "未找到相應的用戶。",
"xloc": [
- "default.handlebars->27->1500"
+ "default.handlebars->27->1501"
]
},
{
@@ -18877,7 +18884,7 @@
"ru": "Нет пользователей со специальными правами доступа к устройству",
"zh-chs": "没有拥有特殊设备权限的用户",
"xloc": [
- "default.handlebars->27->622"
+ "default.handlebars->27->623"
]
},
{
@@ -18932,35 +18939,35 @@
"default-mobile.handlebars->9->116",
"default-mobile.handlebars->9->149",
"default-mobile.handlebars->9->150",
- "default-mobile.handlebars->9->212",
- "default-mobile.handlebars->9->217",
- "default-mobile.handlebars->9->219",
- "default-mobile.handlebars->9->244",
- "default-mobile.handlebars->9->296",
- "default-mobile.handlebars->9->392",
- "default.handlebars->27->1214",
- "default.handlebars->27->1221",
- "default.handlebars->27->1225",
- "default.handlebars->27->1237",
- "default.handlebars->27->1242",
- "default.handlebars->27->1244",
- "default.handlebars->27->1419",
- "default.handlebars->27->1438",
- "default.handlebars->27->1476",
- "default.handlebars->27->1607",
- "default.handlebars->27->1609",
- "default.handlebars->27->1676",
- "default.handlebars->27->1685",
- "default.handlebars->27->1689",
- "default.handlebars->27->1701",
+ "default-mobile.handlebars->9->213",
+ "default-mobile.handlebars->9->218",
+ "default-mobile.handlebars->9->220",
+ "default-mobile.handlebars->9->245",
+ "default-mobile.handlebars->9->297",
+ "default-mobile.handlebars->9->393",
+ "default.handlebars->27->1215",
+ "default.handlebars->27->1222",
+ "default.handlebars->27->1226",
+ "default.handlebars->27->1238",
+ "default.handlebars->27->1243",
+ "default.handlebars->27->1245",
+ "default.handlebars->27->1420",
+ "default.handlebars->27->1439",
+ "default.handlebars->27->1477",
+ "default.handlebars->27->1608",
+ "default.handlebars->27->1610",
+ "default.handlebars->27->1677",
+ "default.handlebars->27->1686",
+ "default.handlebars->27->1690",
+ "default.handlebars->27->1702",
"default.handlebars->27->174",
"default.handlebars->27->190",
"default.handlebars->27->191",
- "default.handlebars->27->504",
- "default.handlebars->27->515",
+ "default.handlebars->27->505",
"default.handlebars->27->516",
- "default.handlebars->27->560",
- "default.handlebars->27->573",
+ "default.handlebars->27->517",
+ "default.handlebars->27->561",
+ "default.handlebars->27->574",
"default.handlebars->27->63",
"default.handlebars->container->column_l->p41->3->3->p41traceStatus"
]
@@ -18996,7 +19003,7 @@
"ru": "Норвежский",
"zh-chs": "挪威",
"xloc": [
- "default.handlebars->27->1075"
+ "default.handlebars->27->1076"
]
},
{
@@ -19013,7 +19020,7 @@
"ru": "Норвежский (Букмол)",
"zh-chs": "挪威文(Bokmal)",
"xloc": [
- "default.handlebars->27->1076"
+ "default.handlebars->27->1077"
]
},
{
@@ -19030,7 +19037,7 @@
"ru": "Норвежский (Нюнорск)",
"zh-chs": "挪威文(尼諾斯克)",
"xloc": [
- "default.handlebars->27->1077"
+ "default.handlebars->27->1078"
]
},
{
@@ -19047,10 +19054,10 @@
"ru": "Не активированно (In)",
"zh-chs": "未激活(輸入)",
"xloc": [
- "default-mobile.handlebars->9->224",
- "default-mobile.handlebars->9->353",
- "default.handlebars->27->521",
- "default.handlebars->27->880"
+ "default-mobile.handlebars->9->225",
+ "default-mobile.handlebars->9->354",
+ "default.handlebars->27->522",
+ "default.handlebars->27->881"
]
},
{
@@ -19067,10 +19074,10 @@
"ru": "Не активированно (Pre)",
"zh-chs": "未激活(預)",
"xloc": [
- "default-mobile.handlebars->9->223",
- "default-mobile.handlebars->9->352",
- "default.handlebars->27->520",
- "default.handlebars->27->879"
+ "default-mobile.handlebars->9->224",
+ "default-mobile.handlebars->9->353",
+ "default.handlebars->27->521",
+ "default.handlebars->27->880"
]
},
{
@@ -19087,8 +19094,8 @@
"ru": "Не подключен",
"zh-chs": "未連接",
"xloc": [
- "default.handlebars->27->1415",
- "default.handlebars->27->1423"
+ "default.handlebars->27->1416",
+ "default.handlebars->27->1424"
]
},
{
@@ -19105,15 +19112,15 @@
"ru": "Неизвестный",
"zh-chs": "未知",
"xloc": [
- "default-mobile.handlebars->9->363",
- "default.handlebars->27->890"
+ "default-mobile.handlebars->9->364",
+ "default.handlebars->27->891"
]
},
{
"en": "Not on server",
"nl": "Niet op de server",
"xloc": [
- "default.handlebars->27->1793"
+ "default.handlebars->27->1794"
]
},
{
@@ -19130,8 +19137,8 @@
"ru": "Не задано",
"zh-chs": "沒有設置",
"xloc": [
- "default.handlebars->27->1663",
- "default.handlebars->27->1664"
+ "default.handlebars->27->1664",
+ "default.handlebars->27->1665"
]
},
{
@@ -19148,7 +19155,7 @@
"ru": "не подтверждено",
"zh-chs": "未經審核的",
"xloc": [
- "default.handlebars->27->1731"
+ "default.handlebars->27->1732"
]
},
{
@@ -19165,12 +19172,12 @@
"ru": "Примечания",
"zh-chs": "筆記",
"xloc": [
- "default.handlebars->27->1252",
- "default.handlebars->27->1709",
- "default.handlebars->27->576",
- "default.handlebars->27->634",
- "default.handlebars->27->653",
- "default.handlebars->27->660"
+ "default.handlebars->27->1253",
+ "default.handlebars->27->1710",
+ "default.handlebars->27->577",
+ "default.handlebars->27->635",
+ "default.handlebars->27->654",
+ "default.handlebars->27->661"
]
},
{
@@ -19204,8 +19211,8 @@
"ru": "Настройки уведомлений",
"zh-chs": "通知設置",
"xloc": [
- "default.handlebars->27->1163",
- "default.handlebars->27->1414",
+ "default.handlebars->27->1164",
+ "default.handlebars->27->1415",
"default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->10"
]
},
@@ -19223,7 +19230,7 @@
"ru": "Уведомления также должны быть включены в настройках учетной записи.",
"zh-chs": "通知設置還必須在帳戶設置中啟用。",
"xloc": [
- "default.handlebars->27->1410"
+ "default.handlebars->27->1411"
]
},
{
@@ -19240,7 +19247,7 @@
"ru": "Звук уведомления",
"zh-chs": "通知聲音。",
"xloc": [
- "default.handlebars->27->1158"
+ "default.handlebars->27->1159"
]
},
{
@@ -19257,7 +19264,7 @@
"ru": "Уведомления",
"zh-chs": "通知事項",
"xloc": [
- "default.handlebars->27->1243"
+ "default.handlebars->27->1244"
]
},
{
@@ -19274,7 +19281,7 @@
"ru": "Уведомить",
"zh-chs": "通知",
"xloc": [
- "default.handlebars->27->1715"
+ "default.handlebars->27->1716"
]
},
{
@@ -19291,9 +19298,9 @@
"ru": "Уведомить пользователя",
"zh-chs": "通知使用者",
"xloc": [
- "default.handlebars->27->1309",
- "default.handlebars->27->1313",
- "default.handlebars->27->1316"
+ "default.handlebars->27->1310",
+ "default.handlebars->27->1314",
+ "default.handlebars->27->1317"
]
},
{
@@ -19310,7 +19317,7 @@
"ru": "Уведомить {0}",
"zh-chs": "通知{0}",
"xloc": [
- "default.handlebars->27->1534"
+ "default.handlebars->27->1535"
]
},
{
@@ -19329,8 +19336,8 @@
"xloc": [
"default-mobile.handlebars->9->83",
"default-mobile.handlebars->dialog->idx_dlgButtonBar",
- "default.handlebars->27->1205",
- "default.handlebars->27->547",
+ "default.handlebars->27->1206",
+ "default.handlebars->27->548",
"default.handlebars->container->dialog->idx_dlgButtonBar",
"login-mobile.handlebars->dialog->idx_dlgButtonBar",
"login.handlebars->dialog->idx_dlgButtonBar",
@@ -19353,7 +19360,7 @@
"zh-chs": "操作系統名稱",
"xloc": [
"default-mobile.handlebars->container->page_content->column_l->p2->xdevicesBar->1->5",
- "default.handlebars->27->512",
+ "default.handlebars->27->513",
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->7->1"
]
},
@@ -19371,7 +19378,7 @@
"ru": "Окситанский",
"zh-chs": "歐舒丹",
"xloc": [
- "default.handlebars->27->1078"
+ "default.handlebars->27->1079"
]
},
{
@@ -19388,7 +19395,7 @@
"ru": "Произошло в {0}",
"zh-chs": "發生在{0}",
"xloc": [
- "default.handlebars->27->1807"
+ "default.handlebars->27->1808"
]
},
{
@@ -19405,7 +19412,7 @@
"ru": "Оффлайн пользователи",
"zh-chs": "離線用戶",
"xloc": [
- "default.handlebars->27->1497"
+ "default.handlebars->27->1498"
]
},
{
@@ -19423,14 +19430,14 @@
"zh-chs": "舊密碼:",
"xloc": [
"default-mobile.handlebars->9->85",
- "default.handlebars->27->1175"
+ "default.handlebars->27->1176"
]
},
{
"en": "One Day",
"nl": "één dag",
"xloc": [
- "default.handlebars->27->1473"
+ "default.handlebars->27->1474"
]
},
{
@@ -19473,7 +19480,7 @@
"ru": "Онлайн пользователи",
"zh-chs": "在線用戶",
"xloc": [
- "default.handlebars->27->1496"
+ "default.handlebars->27->1497"
]
},
{
@@ -19490,9 +19497,9 @@
"ru": "Редактировать файлы можно только размером менее 200КБ.",
"zh-chs": "只能編輯小於200k的文件。",
"xloc": [
- "default-mobile.handlebars->9->306",
- "default.handlebars->27->475",
- "default.handlebars->27->813"
+ "default-mobile.handlebars->9->307",
+ "default.handlebars->27->476",
+ "default.handlebars->27->814"
]
},
{
@@ -19534,7 +19541,7 @@
"ru": "Открыть страницу на устройстве",
"zh-chs": "在設備上打開頁面",
"xloc": [
- "default.handlebars->27->662"
+ "default.handlebars->27->663"
]
},
{
@@ -19565,7 +19572,7 @@
"ru": "Открыть терминал XTerm",
"zh-chs": "打開XTerm終端",
"xloc": [
- "default.handlebars->27->592"
+ "default.handlebars->27->593"
]
},
{
@@ -19616,12 +19623,12 @@
"ru": "Операционная система",
"zh-chs": "操作系統",
"xloc": [
- "default-mobile.handlebars->9->327",
- "default.handlebars->27->320",
- "default.handlebars->27->349",
- "default.handlebars->27->544",
- "default.handlebars->27->723",
- "default.handlebars->27->844"
+ "default-mobile.handlebars->9->328",
+ "default.handlebars->27->321",
+ "default.handlebars->27->350",
+ "default.handlebars->27->545",
+ "default.handlebars->27->724",
+ "default.handlebars->27->845"
]
},
{
@@ -19638,11 +19645,11 @@
"ru": "Операция",
"zh-chs": "運作方式",
"xloc": [
- "default-mobile.handlebars->9->263",
- "default.handlebars->27->1523",
- "default.handlebars->27->1594",
- "default.handlebars->27->424",
- "default.handlebars->27->674"
+ "default-mobile.handlebars->9->264",
+ "default.handlebars->27->1524",
+ "default.handlebars->27->1595",
+ "default.handlebars->27->425",
+ "default.handlebars->27->675"
]
},
{
@@ -19659,7 +19666,7 @@
"ru": "Организация",
"zh-chs": "組織",
"xloc": [
- "default.handlebars->27->310"
+ "default.handlebars->27->311"
]
},
{
@@ -19676,7 +19683,7 @@
"ru": "Ория",
"zh-chs": "奧里亞",
"xloc": [
- "default.handlebars->27->1079"
+ "default.handlebars->27->1080"
]
},
{
@@ -19693,7 +19700,7 @@
"ru": "Оромо",
"zh-chs": "奧羅莫",
"xloc": [
- "default.handlebars->27->1080"
+ "default.handlebars->27->1081"
]
},
{
@@ -19744,7 +19751,7 @@
"ru": "Устаревший",
"zh-chs": "過時的",
"xloc": [
- "default.handlebars->27->546"
+ "default.handlebars->27->547"
]
},
{
@@ -19761,7 +19768,7 @@
"ru": "Собственный процесс",
"zh-chs": "自己的過程",
"xloc": [
- "default.handlebars->27->775"
+ "default.handlebars->27->776"
]
},
{
@@ -19779,7 +19786,7 @@
"zh-chs": "PID",
"xloc": [
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea3->deskarea3x->DeskTools->5->1->0",
- "default.handlebars->27->771",
+ "default.handlebars->27->772",
"default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->1"
]
},
@@ -19797,8 +19804,8 @@
"ru": "Part Number",
"zh-chs": "零件號",
"xloc": [
- "default-mobile.handlebars->9->379",
- "default.handlebars->27->906"
+ "default-mobile.handlebars->9->380",
+ "default.handlebars->27->907"
]
},
{
@@ -19815,7 +19822,7 @@
"ru": "Частично",
"zh-chs": "部分的",
"xloc": [
- "default.handlebars->27->1511"
+ "default.handlebars->27->1512"
]
},
{
@@ -19861,8 +19868,8 @@
"zh-chs": "部分權利",
"xloc": [
"default-mobile.handlebars->9->104",
- "default-mobile.handlebars->9->396",
- "default.handlebars->27->1200"
+ "default-mobile.handlebars->9->397",
+ "default.handlebars->27->1201"
]
},
{
@@ -19879,7 +19886,7 @@
"ru": "Частичные права",
"zh-chs": "部分權利",
"xloc": [
- "default.handlebars->27->1660"
+ "default.handlebars->27->1661"
]
},
{
@@ -19913,16 +19920,16 @@
"ru": "Пароль",
"zh-chs": "密碼",
"xloc": [
- "default-mobile.handlebars->9->268",
- "default.handlebars->27->1559",
+ "default-mobile.handlebars->9->269",
"default.handlebars->27->1560",
- "default.handlebars->27->1681",
- "default.handlebars->27->1683",
- "default.handlebars->27->1734",
+ "default.handlebars->27->1561",
+ "default.handlebars->27->1682",
+ "default.handlebars->27->1684",
"default.handlebars->27->1735",
- "default.handlebars->27->273",
- "default.handlebars->27->304",
- "default.handlebars->27->684",
+ "default.handlebars->27->1736",
+ "default.handlebars->27->274",
+ "default.handlebars->27->305",
+ "default.handlebars->27->685",
"mstsc.handlebars->main->1->3->1->6->1->0",
"mstsc.handlebars->main->1->3->1->6->3"
]
@@ -20030,7 +20037,7 @@
"ru": "Подсказка пароля",
"zh-chs": "密碼提示",
"xloc": [
- "default.handlebars->27->1736"
+ "default.handlebars->27->1737"
]
},
{
@@ -20048,7 +20055,7 @@
"zh-chs": "密碼提示:",
"xloc": [
"default-mobile.handlebars->9->88",
- "default.handlebars->27->1178"
+ "default.handlebars->27->1179"
]
},
{
@@ -20065,7 +20072,7 @@
"ru": "Пароль не совпадает",
"zh-chs": "密碼不符合",
"xloc": [
- "default.handlebars->27->1283"
+ "default.handlebars->27->1284"
]
},
{
@@ -20100,8 +20107,8 @@
"ru": "Пароль*",
"zh-chs": "密碼*",
"xloc": [
- "default.handlebars->27->1281",
- "default.handlebars->27->1282"
+ "default.handlebars->27->1282",
+ "default.handlebars->27->1283"
]
},
{
@@ -20121,8 +20128,8 @@
"account-invite.html->2->5",
"default-mobile.handlebars->9->80",
"default-mobile.handlebars->9->81",
- "default.handlebars->27->1170",
"default.handlebars->27->1171",
+ "default.handlebars->27->1172",
"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",
@@ -20150,12 +20157,12 @@
"zh-chs": "糊",
"xloc": [
"default-mobile.handlebars->9->128",
- "default-mobile.handlebars->9->311",
+ "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->1460",
- "default.handlebars->27->796",
- "default.handlebars->27->818",
+ "default.handlebars->27->1461",
+ "default.handlebars->27->797",
+ "default.handlebars->27->819",
"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"
@@ -20209,7 +20216,7 @@
"ru": "Произвести действие агента",
"zh-chs": "執行代理動作",
"xloc": [
- "default.handlebars->27->922"
+ "default.handlebars->27->923"
]
},
{
@@ -20226,7 +20233,7 @@
"ru": "Выполнить активацию Intel AMT в режиме управления администратора (ACM) для группы \\\"{0}\\\",скачав инструмент MeshCMD и запустив его следующим образом:",
"zh-chs": "通過下載MeshCMD工具並像下面這樣運行它,以執行Intel AMT管理員控制模式(ACM)激活以將 “{0}” 組:",
"xloc": [
- "default.handlebars->27->280"
+ "default.handlebars->27->281"
]
},
{
@@ -20243,8 +20250,8 @@
"ru": "Выполнить активацию Intel AMT в режиме управления администратора (ACM).",
"zh-chs": "執行英特爾AMT管理員控制模式(ACM)激活。",
"xloc": [
- "default.handlebars->27->1262",
- "default.handlebars->27->261"
+ "default.handlebars->27->1263",
+ "default.handlebars->27->262"
]
},
{
@@ -20261,7 +20268,7 @@
"ru": "Выполнить активацию Intel AMT в режиме управления клиента (CCM) для группы \\\"{0}\\\",скачав инструмент MeshCMD и запустив его следующим образом:",
"zh-chs": "通過下載MeshCMD工具並像下面這樣運行,來執行Intel AMT客戶端控制模式(CCM)激活以將\\“{0}\\”分組:",
"xloc": [
- "default.handlebars->27->278"
+ "default.handlebars->27->279"
]
},
{
@@ -20278,8 +20285,8 @@
"ru": "Выполнить активацию Intel AMT в режиме управления клиента (CCM).",
"zh-chs": "執行英特爾AMT客戶端控制模式(CCM)激活。",
"xloc": [
- "default.handlebars->27->1260",
- "default.handlebars->27->259"
+ "default.handlebars->27->1261",
+ "default.handlebars->27->260"
]
},
{
@@ -20296,7 +20303,7 @@
"ru": "Управление питанием устройства",
"zh-chs": "在設備上執行電源操作",
"xloc": [
- "default.handlebars->27->575",
+ "default.handlebars->27->576",
"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"
@@ -20316,9 +20323,9 @@
"ru": "Права",
"zh-chs": "權限",
"xloc": [
- "default-mobile.handlebars->9->444",
- "default.handlebars->27->1388",
- "default.handlebars->27->1495"
+ "default-mobile.handlebars->9->445",
+ "default.handlebars->27->1389",
+ "default.handlebars->27->1496"
]
},
{
@@ -20335,7 +20342,7 @@
"ru": "Персидский/Иран",
"zh-chs": "波斯/伊朗",
"xloc": [
- "default.handlebars->27->1081"
+ "default.handlebars->27->1082"
]
},
{
@@ -20352,9 +20359,9 @@
"default-mobile.handlebars->9->65",
"default-mobile.handlebars->9->67",
"default.handlebars->27->159",
- "default.handlebars->27->1726",
- "default.handlebars->27->933",
- "default.handlebars->27->936"
+ "default.handlebars->27->1727",
+ "default.handlebars->27->934",
+ "default.handlebars->27->937"
]
},
{
@@ -20367,7 +20374,7 @@
"nl": "Telefoonnummer",
"zh-chs": "电话号码",
"xloc": [
- "default.handlebars->27->1675"
+ "default.handlebars->27->1676"
]
},
{
@@ -20381,8 +20388,8 @@
"zh-chs": "电话号码:",
"xloc": [
"default-mobile.handlebars->9->66",
- "default.handlebars->27->1725",
- "default.handlebars->27->935"
+ "default.handlebars->27->1726",
+ "default.handlebars->27->936"
]
},
{
@@ -20413,7 +20420,7 @@
"ru": "Поместить узел сюда",
"zh-chs": "將節點放在這裡",
"xloc": [
- "default.handlebars->27->490"
+ "default.handlebars->27->491"
]
},
{
@@ -20500,7 +20507,7 @@
"zh-chs": "請等待幾分鐘以接收驗證。",
"xloc": [
"default-mobile.handlebars->9->76",
- "default.handlebars->27->1165"
+ "default.handlebars->27->1166"
]
},
{
@@ -20518,7 +20525,7 @@
"zh-chs": "插件動作",
"xloc": [
"default.handlebars->27->185",
- "default.handlebars->27->1883"
+ "default.handlebars->27->1884"
]
},
{
@@ -20641,7 +20648,7 @@
"zh-chs": "政策",
"xloc": [
"default-mobile.handlebars->9->103",
- "default.handlebars->27->1199"
+ "default.handlebars->27->1200"
]
},
{
@@ -20658,7 +20665,7 @@
"ru": "Польский",
"zh-chs": "拋光",
"xloc": [
- "default.handlebars->27->1082"
+ "default.handlebars->27->1083"
]
},
{
@@ -20675,7 +20682,7 @@
"ru": "Португальский",
"zh-chs": "葡萄牙語",
"xloc": [
- "default.handlebars->27->1083"
+ "default.handlebars->27->1084"
]
},
{
@@ -20692,7 +20699,7 @@
"ru": "Португальский (Бразилия)",
"zh-chs": "葡萄牙語(巴西)",
"xloc": [
- "default.handlebars->27->1084"
+ "default.handlebars->27->1085"
]
},
{
@@ -20734,7 +20741,7 @@
"en": "Power State",
"nl": "Stroomstatus",
"xloc": [
- "default-mobile.handlebars->9->266"
+ "default-mobile.handlebars->9->267"
]
},
{
@@ -20751,7 +20758,7 @@
"ru": "Состояния питания",
"zh-chs": "電力國",
"xloc": [
- "default.handlebars->27->1421",
+ "default.handlebars->27->1422",
"default.handlebars->container->column_l->p21->3->1->meshPowerChartDiv->1"
]
},
@@ -20769,10 +20776,10 @@
"ru": "Выключить",
"zh-chs": "斷電",
"xloc": [
- "default-mobile.handlebars->9->182",
- "default-mobile.handlebars->9->262",
+ "default-mobile.handlebars->9->183",
+ "default-mobile.handlebars->9->263",
"default.handlebars->27->6",
- "default.handlebars->27->671"
+ "default.handlebars->27->672"
]
},
{
@@ -20789,7 +20796,7 @@
"ru": "Выключить устройства",
"zh-chs": "關閉設備電源",
"xloc": [
- "default.handlebars->27->429"
+ "default.handlebars->27->430"
]
},
{
@@ -20806,10 +20813,10 @@
"ru": "Включено",
"zh-chs": "供電",
"xloc": [
- "default-mobile.handlebars->9->177",
- "default-mobile.handlebars->9->184",
+ "default-mobile.handlebars->9->178",
+ "default-mobile.handlebars->9->185",
"default.handlebars->27->1",
- "default.handlebars->27->388"
+ "default.handlebars->27->389"
]
},
{
@@ -20826,9 +20833,9 @@
"ru": "Текущее состояние",
"zh-chs": "當下",
"xloc": [
- "default-mobile.handlebars->9->183",
- "default-mobile.handlebars->9->190",
- "default.handlebars->27->400",
+ "default-mobile.handlebars->9->184",
+ "default-mobile.handlebars->9->191",
+ "default.handlebars->27->401",
"default.handlebars->27->7"
]
},
@@ -20836,7 +20843,7 @@
"en": "Present on server",
"nl": "Aanwezig op de server",
"xloc": [
- "default.handlebars->27->1792"
+ "default.handlebars->27->1793"
]
},
{
@@ -20897,8 +20904,8 @@
"ru": "Управление процессами",
"zh-chs": "過程控制",
"xloc": [
- "default-mobile.handlebars->9->288",
- "default.handlebars->27->783"
+ "default-mobile.handlebars->9->289",
+ "default.handlebars->27->784"
]
},
{
@@ -20933,9 +20940,9 @@
"ru": "Запрос согласия пользователя",
"zh-chs": "提示用戶同意",
"xloc": [
- "default.handlebars->27->1310",
- "default.handlebars->27->1314",
- "default.handlebars->27->1317"
+ "default.handlebars->27->1311",
+ "default.handlebars->27->1315",
+ "default.handlebars->27->1318"
]
},
{
@@ -20952,7 +20959,7 @@
"ru": "Протокол",
"zh-chs": "協議",
"xloc": [
- "default.handlebars->27->1790",
+ "default.handlebars->27->1791",
"player.handlebars->3->16"
]
},
@@ -20984,8 +20991,8 @@
"ru": "Предоставление государства",
"zh-chs": "供應國",
"xloc": [
- "default-mobile.handlebars->9->357",
- "default.handlebars->27->884"
+ "default-mobile.handlebars->9->358",
+ "default.handlebars->27->885"
]
},
{
@@ -21003,7 +21010,7 @@
"zh-chs": "公開連結",
"xloc": [
"default-mobile.handlebars->9->115",
- "default.handlebars->27->1445"
+ "default.handlebars->27->1446"
]
},
{
@@ -21020,7 +21027,7 @@
"ru": "Пенджаби",
"zh-chs": "旁遮普語",
"xloc": [
- "default.handlebars->27->1085"
+ "default.handlebars->27->1086"
]
},
{
@@ -21037,7 +21044,7 @@
"ru": "Пенджаби (Индия)",
"zh-chs": "旁遮普(印度)",
"xloc": [
- "default.handlebars->27->1086"
+ "default.handlebars->27->1087"
]
},
{
@@ -21054,7 +21061,7 @@
"ru": "Пенджаби (Пакистан)",
"zh-chs": "旁遮普(巴基斯坦)",
"xloc": [
- "default.handlebars->27->1087"
+ "default.handlebars->27->1088"
]
},
{
@@ -21071,7 +21078,7 @@
"ru": "Putty",
"zh-chs": "油灰",
"xloc": [
- "default.handlebars->27->597"
+ "default.handlebars->27->598"
]
},
{
@@ -21106,7 +21113,7 @@
"ru": "Кечуа",
"zh-chs": "蓋丘亞族",
"xloc": [
- "default.handlebars->27->1088"
+ "default.handlebars->27->1089"
]
},
{
@@ -21159,7 +21166,7 @@
"ru": "RDP",
"zh-chs": "RDP",
"xloc": [
- "default.handlebars->27->595"
+ "default.handlebars->27->596"
]
},
{
@@ -21176,7 +21183,7 @@
"ru": "Подключение RDP",
"zh-chs": "RDP連接",
"xloc": [
- "default.handlebars->27->470"
+ "default.handlebars->27->471"
]
},
{
@@ -21193,7 +21200,7 @@
"ru": "Порт RDP:",
"zh-chs": "RDP遠程連接端口:",
"xloc": [
- "default.handlebars->27->469"
+ "default.handlebars->27->470"
]
},
{
@@ -21260,7 +21267,7 @@
"ru": "RSS",
"zh-chs": "的RSS",
"xloc": [
- "default.handlebars->27->1853"
+ "default.handlebars->27->1854"
]
},
{
@@ -21277,7 +21284,7 @@
"ru": "Случайный пароль.",
"zh-chs": "隨機化密碼。",
"xloc": [
- "default.handlebars->27->1561"
+ "default.handlebars->27->1562"
]
},
{
@@ -21311,16 +21318,16 @@
"ru": "Реактивировать Intel® AMT",
"zh-chs": "重新激活英特爾®AMT",
"xloc": [
- "default.handlebars->27->1285"
+ "default.handlebars->27->1286"
]
},
{
"en": "Real Name",
"nl": "Echte naam",
"xloc": [
- "default.handlebars->27->1672",
- "default.handlebars->27->1674",
- "default.handlebars->27->1727"
+ "default.handlebars->27->1673",
+ "default.handlebars->27->1675",
+ "default.handlebars->27->1728"
]
},
{
@@ -21337,14 +21344,14 @@
"ru": "Области",
"zh-chs": "境界",
"xloc": [
- "default.handlebars->27->1570"
+ "default.handlebars->27->1571"
]
},
{
"en": "Received invalid network data",
"nl": "Ongeldige netwerkgegevens ontvangen",
"xloc": [
- "default.handlebars->27->747"
+ "default.handlebars->27->748"
]
},
{
@@ -21364,7 +21371,7 @@
"en": "Recording Details",
"nl": "Opname details",
"xloc": [
- "default.handlebars->27->1804"
+ "default.handlebars->27->1805"
]
},
{
@@ -21389,9 +21396,9 @@
"zh-chs": "遞歸刪除",
"xloc": [
"default-mobile.handlebars->9->121",
- "default-mobile.handlebars->9->299",
- "default.handlebars->27->1452",
- "default.handlebars->27->806"
+ "default-mobile.handlebars->9->300",
+ "default.handlebars->27->1453",
+ "default.handlebars->27->807"
]
},
{
@@ -21431,7 +21438,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->487",
+ "default.handlebars->27->488",
"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",
@@ -21469,9 +21476,9 @@
"ru": "Ретранслятор",
"zh-chs": "中繼",
"xloc": [
- "default-mobile.handlebars->9->201",
+ "default-mobile.handlebars->9->202",
"default.handlebars->27->201",
- "default.handlebars->27->415"
+ "default.handlebars->27->416"
]
},
{
@@ -21488,7 +21495,7 @@
"ru": "Число ретрансляций",
"zh-chs": "中繼計數",
"xloc": [
- "default.handlebars->27->1835"
+ "default.handlebars->27->1836"
]
},
{
@@ -21505,7 +21512,7 @@
"ru": "Ошибки ретранслятора",
"zh-chs": "中繼錯誤",
"xloc": [
- "default.handlebars->27->1828"
+ "default.handlebars->27->1829"
]
},
{
@@ -21522,8 +21529,8 @@
"ru": "Сессии ретранслятора",
"zh-chs": "接力會議",
"xloc": [
- "default.handlebars->27->1834",
- "default.handlebars->27->1847"
+ "default.handlebars->27->1835",
+ "default.handlebars->27->1848"
]
},
{
@@ -21634,7 +21641,7 @@
"ru": "Удаленный буфер обмена",
"zh-chs": "遠程剪貼板",
"xloc": [
- "default.handlebars->27->766"
+ "default.handlebars->27->767"
]
},
{
@@ -21651,10 +21658,10 @@
"ru": "Удаленное управление",
"zh-chs": "遙控",
"xloc": [
- "default-mobile.handlebars->9->410",
- "default-mobile.handlebars->9->428",
- "default.handlebars->27->1337",
- "default.handlebars->27->1371"
+ "default-mobile.handlebars->9->411",
+ "default-mobile.handlebars->9->429",
+ "default.handlebars->27->1338",
+ "default.handlebars->27->1372"
]
},
{
@@ -21681,9 +21688,9 @@
"ru": "Настройки удаленного рабочего стола",
"zh-chs": "遠程桌面設置",
"xloc": [
- "default-mobile.handlebars->9->284",
- "default.handlebars->27->252",
- "default.handlebars->27->758"
+ "default-mobile.handlebars->9->285",
+ "default.handlebars->27->253",
+ "default.handlebars->27->759"
]
},
{
@@ -21700,7 +21707,7 @@
"ru": "Ввод с удаленной клавиатуры",
"zh-chs": "遠程鍵盤輸入",
"xloc": [
- "default.handlebars->27->764"
+ "default.handlebars->27->765"
]
},
{
@@ -21717,7 +21724,7 @@
"ru": "Удаленный пользователь Mesh",
"zh-chs": "遠程網狀用戶",
"xloc": [
- "default-mobile.handlebars->9->447"
+ "default-mobile.handlebars->9->448"
]
},
{
@@ -21748,10 +21755,10 @@
"ru": "Только просмотр экрана без ввода",
"zh-chs": "僅遠程查看",
"xloc": [
- "default-mobile.handlebars->9->411",
- "default-mobile.handlebars->9->433",
- "default.handlebars->27->1338",
- "default.handlebars->27->1376"
+ "default-mobile.handlebars->9->412",
+ "default-mobile.handlebars->9->434",
+ "default.handlebars->27->1339",
+ "default.handlebars->27->1377"
]
},
{
@@ -21768,7 +21775,7 @@
"ru": "Удаленный буфер обмена действителен в течении 60 секунд.",
"zh-chs": "遠程剪貼板的有效期為60秒。",
"xloc": [
- "default.handlebars->27->765"
+ "default.handlebars->27->766"
]
},
{
@@ -21844,8 +21851,8 @@
"nl": "Apparaatgroepmachtigingen verwijderen",
"zh-chs": "删除设备组权限",
"xloc": [
- "default.handlebars->27->1641",
- "default.handlebars->27->1775"
+ "default.handlebars->27->1642",
+ "default.handlebars->27->1776"
]
},
{
@@ -21859,8 +21866,8 @@
"nl": "Apparaatmachtigingen verwijderen",
"zh-chs": "删除设备权限",
"xloc": [
- "default.handlebars->27->1639",
- "default.handlebars->27->1762"
+ "default.handlebars->27->1640",
+ "default.handlebars->27->1763"
]
},
{
@@ -21888,7 +21895,7 @@
"nl": "Lidmaatschap van gebruikersgroep verwijderen",
"zh-chs": "删除用户组成员身份",
"xloc": [
- "default.handlebars->27->1771"
+ "default.handlebars->27->1772"
]
},
{
@@ -21902,8 +21909,8 @@
"nl": "Gebruikersgroepmachtigingen verwijderen",
"zh-chs": "删除用户组权限",
"xloc": [
- "default.handlebars->27->1393",
- "default.handlebars->27->1767"
+ "default.handlebars->27->1394",
+ "default.handlebars->27->1768"
]
},
{
@@ -21917,7 +21924,7 @@
"nl": "Gebruikerslidmaatschap verwijderen",
"zh-chs": "删除用户成员资格",
"xloc": [
- "default.handlebars->27->1649"
+ "default.handlebars->27->1650"
]
},
{
@@ -21931,8 +21938,8 @@
"nl": "Gebruikersmachtigingen verwijderen",
"zh-chs": "删除用户权限",
"xloc": [
- "default.handlebars->27->1391",
- "default.handlebars->27->1764"
+ "default.handlebars->27->1392",
+ "default.handlebars->27->1765"
]
},
{
@@ -21949,7 +21956,7 @@
"ru": "Удалить все двухфакторные аутентификации.",
"zh-chs": "刪除所有第二因素驗證。",
"xloc": [
- "default.handlebars->27->1739"
+ "default.handlebars->27->1740"
]
},
{
@@ -21966,7 +21973,7 @@
"ru": "Удалить все прошлые события для этого userid.",
"zh-chs": "刪除此用戶標識的所有先前事件。",
"xloc": [
- "default.handlebars->27->1562"
+ "default.handlebars->27->1563"
]
},
{
@@ -21983,7 +21990,7 @@
"ru": "Удалить устройство при отключении",
"zh-chs": "斷開連接後移除設備",
"xloc": [
- "default.handlebars->27->1318"
+ "default.handlebars->27->1319"
]
},
{
@@ -22000,7 +22007,7 @@
"ru": "Удалить местоположение узла",
"zh-chs": "刪除節點位置",
"xloc": [
- "default.handlebars->27->479"
+ "default.handlebars->27->480"
]
},
{
@@ -22014,7 +22021,7 @@
"zh-chs": "删除电话号码",
"xloc": [
"default-mobile.handlebars->9->64",
- "default.handlebars->27->932"
+ "default.handlebars->27->933"
]
},
{
@@ -22031,7 +22038,7 @@
"ru": "Удалить это устройство",
"zh-chs": "刪除此設備",
"xloc": [
- "default.handlebars->27->584"
+ "default.handlebars->27->585"
]
},
{
@@ -22047,7 +22054,7 @@
"ru": "Удалить этого пользователя",
"zh-chs": "删除该用户",
"xloc": [
- "default.handlebars->27->1717"
+ "default.handlebars->27->1718"
]
},
{
@@ -22064,7 +22071,7 @@
"ru": "Удалить членство пользователя в группе",
"zh-chs": "刪除用戶組成員身份",
"xloc": [
- "default.handlebars->27->1753"
+ "default.handlebars->27->1754"
]
},
{
@@ -22078,7 +22085,7 @@
"nl": "Gebruikersrechten voor dit apparaat verwijderen",
"zh-chs": "删除此设备的用户组权限",
"xloc": [
- "default.handlebars->27->1635"
+ "default.handlebars->27->1636"
]
},
{
@@ -22095,8 +22102,8 @@
"ru": "Удалить права группы пользователей для этой группы устройств",
"zh-chs": "刪除該設備組的用戶組權限",
"xloc": [
- "default.handlebars->27->1629",
- "default.handlebars->27->618"
+ "default.handlebars->27->1630",
+ "default.handlebars->27->619"
]
},
{
@@ -22113,11 +22120,11 @@
"ru": "Удалить права пользователя для этой группы устройств",
"zh-chs": "刪除此設備組的用戶權限",
"xloc": [
- "default.handlebars->27->1269",
- "default.handlebars->27->1623",
- "default.handlebars->27->1747",
- "default.handlebars->27->1759",
- "default.handlebars->27->619"
+ "default.handlebars->27->1270",
+ "default.handlebars->27->1624",
+ "default.handlebars->27->1748",
+ "default.handlebars->27->1760",
+ "default.handlebars->27->620"
]
},
{
@@ -22135,12 +22142,12 @@
"zh-chs": "改名",
"xloc": [
"default-mobile.handlebars->9->125",
- "default-mobile.handlebars->9->303",
+ "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->1456",
- "default.handlebars->27->473",
- "default.handlebars->27->810",
+ "default.handlebars->27->1457",
+ "default.handlebars->27->474",
+ "default.handlebars->27->811",
"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"
@@ -22150,14 +22157,14 @@
"en": "Report Day",
"nl": "Dag rapport",
"xloc": [
- "default.handlebars->27->1474"
+ "default.handlebars->27->1475"
]
},
{
"en": "Report Type",
"nl": "Rapporttype",
"xloc": [
- "default.handlebars->27->1469"
+ "default.handlebars->27->1470"
]
},
{
@@ -22174,7 +22181,7 @@
"ru": "Требования: ",
"zh-chs": "要求:",
"xloc": [
- "default.handlebars->27->1179"
+ "default.handlebars->27->1180"
]
},
{
@@ -22192,8 +22199,8 @@
"zh-chs": "要求:{0}。",
"xloc": [
"default-mobile.handlebars->9->89",
- "default.handlebars->27->1567",
- "default.handlebars->27->1737"
+ "default.handlebars->27->1568",
+ "default.handlebars->27->1738"
]
},
{
@@ -22210,7 +22217,7 @@
"ru": "Требуется поддержка Microsoft ClickOnce в вашем браузере",
"zh-chs": "需要瀏覽器中的Microsoft ClickOnce支持",
"xloc": [
- "default.handlebars->27->594"
+ "default.handlebars->27->595"
]
},
{
@@ -22227,8 +22234,8 @@
"ru": "Требуется поддержка Microsoft ClickOnce в вашем браузере.",
"zh-chs": "在瀏覽器中需要Microsoft ClickOnce支持。",
"xloc": [
- "default.handlebars->27->596",
- "default.handlebars->27->598"
+ "default.handlebars->27->597",
+ "default.handlebars->27->599"
]
},
{
@@ -22259,8 +22266,8 @@
"ru": "Перезагрузить",
"zh-chs": "重啟",
"xloc": [
- "default-mobile.handlebars->9->261",
- "default.handlebars->27->670",
+ "default-mobile.handlebars->9->262",
+ "default.handlebars->27->671",
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devMapToolbar"
]
},
@@ -22332,7 +22339,7 @@
"ru": "Отправить в перезагрузку",
"zh-chs": "重置設備",
"xloc": [
- "default.handlebars->27->428"
+ "default.handlebars->27->429"
]
},
{
@@ -22366,7 +22373,7 @@
"ru": "Перезапуск",
"zh-chs": "重新開始",
"xloc": [
- "default.handlebars->27->781",
+ "default.handlebars->27->782",
"player.handlebars->p11->deskarea0->deskarea4->3"
]
},
@@ -22384,7 +22391,7 @@
"ru": "Восстановить сервер",
"zh-chs": "還原伺服器",
"xloc": [
- "default.handlebars->27->1206"
+ "default.handlebars->27->1207"
]
},
{
@@ -22418,7 +22425,7 @@
"ru": "Восстановить сервер из резервной копии, это удалит существующие данные сервера . Продолжайте дальше только если знаете, что делаете.",
"zh-chs": "使用備份還原服務器,這將刪除現有服務器數據 span>。僅當您知道自己在做什麼時才這樣做。",
"xloc": [
- "default.handlebars->27->1203"
+ "default.handlebars->27->1204"
]
},
{
@@ -22435,7 +22442,7 @@
"ru": "Ограничения",
"zh-chs": "限制條件",
"xloc": [
- "default.handlebars->27->1661"
+ "default.handlebars->27->1662"
]
},
{
@@ -22452,7 +22459,7 @@
"ru": "Ретороманский",
"zh-chs": "修羅羅馬式",
"xloc": [
- "default.handlebars->27->1089"
+ "default.handlebars->27->1090"
]
},
{
@@ -22469,7 +22476,7 @@
"ru": "Румынский",
"zh-chs": "羅馬尼亞語",
"xloc": [
- "default.handlebars->27->1090"
+ "default.handlebars->27->1091"
]
},
{
@@ -22486,7 +22493,7 @@
"ru": "Румынский (Молдавия)",
"zh-chs": "羅馬尼亞文(摩爾達維亞)",
"xloc": [
- "default.handlebars->27->1091"
+ "default.handlebars->27->1092"
]
},
{
@@ -22504,9 +22511,9 @@
"zh-chs": "根",
"xloc": [
"default-mobile.handlebars->9->107",
- "default-mobile.handlebars->9->293",
- "default.handlebars->27->1429",
- "default.handlebars->27->800"
+ "default-mobile.handlebars->9->294",
+ "default.handlebars->27->1430",
+ "default.handlebars->27->801"
]
},
{
@@ -22523,8 +22530,8 @@
"ru": "Корневой сертификат",
"zh-chs": "根證書",
"xloc": [
- "default.handlebars->27->300",
- "default.handlebars->27->307"
+ "default.handlebars->27->301",
+ "default.handlebars->27->308"
]
},
{
@@ -22541,8 +22548,8 @@
"ru": "Файл корневого сертификата",
"zh-chs": "根證書文件",
"xloc": [
- "default.handlebars->27->302",
- "default.handlebars->27->309"
+ "default.handlebars->27->303",
+ "default.handlebars->27->310"
]
},
{
@@ -22618,37 +22625,37 @@
"en": "Run Commands",
"nl": "Voer opdrachten uit",
"xloc": [
- "default.handlebars->27->441",
- "default.handlebars->27->668",
- "default.handlebars->27->679"
+ "default.handlebars->27->442",
+ "default.handlebars->27->669",
+ "default.handlebars->27->680"
]
},
{
"en": "Run MeshCentral Router and click \\\"install\\\" to make it launchable from the browser.",
"nl": "Start MeshCentral Router en klik \\\"install\\\" om het startbaar te maken vanuit de browser.",
"xloc": [
- "default.handlebars->27->712"
+ "default.handlebars->27->713"
]
},
{
"en": "Run commands",
"nl": "Voer opdrachten uit",
"xloc": [
- "default.handlebars->27->426"
+ "default.handlebars->27->427"
]
},
{
"en": "Run commands on selected devices.",
"nl": "Voer opdrachten uit op geselecteerde apparaten.",
"xloc": [
- "default.handlebars->27->437"
+ "default.handlebars->27->438"
]
},
{
"en": "Run commands on this device.",
"nl": "Voer opdrachten uit op dit apparaat.",
"xloc": [
- "default.handlebars->27->676"
+ "default.handlebars->27->677"
]
},
{
@@ -22665,7 +22672,7 @@
"ru": "Русский",
"zh-chs": "俄語",
"xloc": [
- "default.handlebars->27->1092"
+ "default.handlebars->27->1093"
]
},
{
@@ -22682,7 +22689,7 @@
"ru": "Русский (Молдавия)",
"zh-chs": "俄文(摩爾達維亞)",
"xloc": [
- "default.handlebars->27->1093"
+ "default.handlebars->27->1094"
]
},
{
@@ -22695,8 +22702,8 @@
"nl": "SMS",
"zh-chs": "短信",
"xloc": [
- "default.handlebars->27->1706",
- "default.handlebars->27->1711",
+ "default.handlebars->27->1707",
+ "default.handlebars->27->1712",
"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"
]
@@ -22711,7 +22718,7 @@
"nl": "SMS geschikt telefoonnummer voor deze gebruiker.",
"zh-chs": "此用户的短信功能电话号码。",
"xloc": [
- "default.handlebars->27->1723"
+ "default.handlebars->27->1724"
]
},
{
@@ -22742,7 +22749,7 @@
"ru": "Такое же как имя устройства",
"zh-chs": "與設備名稱相同",
"xloc": [
- "default.handlebars->27->270"
+ "default.handlebars->27->271"
]
},
{
@@ -22759,7 +22766,7 @@
"ru": "Саамский",
"zh-chs": "薩米(拉普蘭)",
"xloc": [
- "default.handlebars->27->1094"
+ "default.handlebars->27->1095"
]
},
{
@@ -22804,7 +22811,7 @@
"ru": "Санго",
"zh-chs": "三鄉",
"xloc": [
- "default.handlebars->27->1095"
+ "default.handlebars->27->1096"
]
},
{
@@ -22821,7 +22828,7 @@
"ru": "Санскритский",
"zh-chs": "梵文",
"xloc": [
- "default.handlebars->27->1096"
+ "default.handlebars->27->1097"
]
},
{
@@ -22838,7 +22845,7 @@
"ru": "Сардинский",
"zh-chs": "撒丁島",
"xloc": [
- "default.handlebars->27->1097"
+ "default.handlebars->27->1098"
]
},
{
@@ -22879,7 +22886,7 @@
"ru": "Сохранить расположение узла",
"zh-chs": "保存節點位置",
"xloc": [
- "default.handlebars->27->480"
+ "default.handlebars->27->481"
]
},
{
@@ -22928,8 +22935,8 @@
"ru": "Сканировать",
"zh-chs": "掃瞄",
"xloc": [
- "default.handlebars->27->285",
- "default.handlebars->27->287"
+ "default.handlebars->27->286",
+ "default.handlebars->27->288"
]
},
{
@@ -22946,7 +22953,7 @@
"ru": "Сканировать сеть",
"zh-chs": "掃描網絡",
"xloc": [
- "default.handlebars->27->258"
+ "default.handlebars->27->259"
]
},
{
@@ -22963,7 +22970,7 @@
"ru": "Сканировать на наличие Intel® AMT устройств",
"zh-chs": "掃描英特爾®AMT設備",
"xloc": [
- "default.handlebars->27->288"
+ "default.handlebars->27->289"
]
},
{
@@ -22993,21 +23000,21 @@
"ru": "Сканирование...",
"zh-chs": "掃描...",
"xloc": [
- "default.handlebars->27->289"
+ "default.handlebars->27->290"
]
},
{
"en": "Screen",
"nl": "Scherm",
"xloc": [
- "default-mobile.handlebars->9->286"
+ "default-mobile.handlebars->9->287"
]
},
{
"en": "Screen Selection",
"nl": "Scherm Selectie",
"xloc": [
- "default-mobile.handlebars->9->287"
+ "default-mobile.handlebars->9->288"
]
},
{
@@ -23031,7 +23038,7 @@
"ru": "Поиск",
"zh-chs": "搜索",
"xloc": [
- "default.handlebars->27->493",
+ "default.handlebars->27->494",
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devMapToolbar"
]
},
@@ -23103,8 +23110,8 @@
"ru": "Защищено с помощью TLS",
"zh-chs": "使用TLS保護",
"xloc": [
- "default-mobile.handlebars->9->360",
- "default.handlebars->27->887"
+ "default-mobile.handlebars->9->361",
+ "default.handlebars->27->888"
]
},
{
@@ -23121,12 +23128,12 @@
"ru": "Защита",
"zh-chs": "安全",
"xloc": [
- "default-mobile.handlebars->9->269",
- "default-mobile.handlebars->9->359",
- "default.handlebars->27->1707",
- "default.handlebars->27->274",
- "default.handlebars->27->685",
- "default.handlebars->27->886"
+ "default-mobile.handlebars->9->270",
+ "default-mobile.handlebars->9->360",
+ "default.handlebars->27->1708",
+ "default.handlebars->27->275",
+ "default.handlebars->27->686",
+ "default.handlebars->27->887"
]
},
{
@@ -23143,7 +23150,7 @@
"ru": "Ключ безопасности",
"zh-chs": "安全密鑰",
"xloc": [
- "default.handlebars->27->1704"
+ "default.handlebars->27->1705"
]
},
{
@@ -23177,12 +23184,12 @@
"ru": "Выбрать все",
"zh-chs": "全選",
"xloc": [
- "default.handlebars->27->1448",
- "default.handlebars->27->1519",
- "default.handlebars->27->1592",
- "default.handlebars->27->420",
- "default.handlebars->27->802",
- "default.handlebars->27->804",
+ "default.handlebars->27->1449",
+ "default.handlebars->27->1520",
+ "default.handlebars->27->1593",
+ "default.handlebars->27->421",
+ "default.handlebars->27->803",
+ "default.handlebars->27->805",
"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",
@@ -23205,11 +23212,11 @@
"ru": "Очистить все",
"zh-chs": "選擇無",
"xloc": [
- "default.handlebars->27->1447",
- "default.handlebars->27->1518",
- "default.handlebars->27->1591",
- "default.handlebars->27->419",
- "default.handlebars->27->803",
+ "default.handlebars->27->1448",
+ "default.handlebars->27->1519",
+ "default.handlebars->27->1592",
+ "default.handlebars->27->420",
+ "default.handlebars->27->804",
"default.handlebars->meshContextMenu->cxselectnone"
]
},
@@ -23227,7 +23234,7 @@
"ru": "Выберите новую группу для выбранных устройств",
"zh-chs": "為所選設備選擇一個新組",
"xloc": [
- "default.handlebars->27->699"
+ "default.handlebars->27->700"
]
},
{
@@ -23244,7 +23251,7 @@
"ru": "Выберите новую группу для этого устройства",
"zh-chs": "選擇此設備的新組",
"xloc": [
- "default.handlebars->27->698"
+ "default.handlebars->27->699"
]
},
{
@@ -23261,7 +23268,7 @@
"ru": "Выберите узел для размещения",
"zh-chs": "選擇要放置的節點",
"xloc": [
- "default.handlebars->27->496"
+ "default.handlebars->27->497"
]
},
{
@@ -23278,7 +23285,7 @@
"ru": "Выберите действие для осуществления на всех выбранных устройствах. Действия будут выполнены только при наличии соответствующих прав.",
"zh-chs": "選擇要在所有選定設備上執行的操作。僅在擁有適當權限的情況下才能執行操作。",
"xloc": [
- "default.handlebars->27->423"
+ "default.handlebars->27->424"
]
},
{
@@ -23292,8 +23299,8 @@
"nl": "Selecteer een bewerking die u op alle geselecteerde gebruikers wilt uitvoeren.",
"zh-chs": "选择要对所有选定用户执行的操作。",
"xloc": [
- "default.handlebars->27->1522",
- "default.handlebars->27->1593"
+ "default.handlebars->27->1523",
+ "default.handlebars->27->1594"
]
},
{
@@ -23310,8 +23317,8 @@
"ru": "Выберите действие для осуществления на этом устройстве.",
"zh-chs": "選擇要在此設備上執行的操作。",
"xloc": [
- "default-mobile.handlebars->9->258",
- "default.handlebars->27->666"
+ "default-mobile.handlebars->9->259",
+ "default.handlebars->27->667"
]
},
{
@@ -23346,8 +23353,8 @@
"ru": "Только собственные события",
"zh-chs": "僅自我事件",
"xloc": [
- "default-mobile.handlebars->9->438",
- "default.handlebars->27->1382"
+ "default-mobile.handlebars->9->439",
+ "default.handlebars->27->1383"
]
},
{
@@ -23373,7 +23380,7 @@
"en": "Send Email",
"nl": "E-mail verzenden",
"xloc": [
- "default.handlebars->27->1533"
+ "default.handlebars->27->1534"
]
},
{
@@ -23390,8 +23397,8 @@
"ru": "Отправить MQTT сообщение",
"zh-chs": "發送MQTT消息",
"xloc": [
- "default.handlebars->27->421",
- "default.handlebars->27->672"
+ "default.handlebars->27->422",
+ "default.handlebars->27->673"
]
},
{
@@ -23408,7 +23415,7 @@
"ru": "Отправить MQTT сообщение",
"zh-chs": "發送MQTT消息",
"xloc": [
- "default.handlebars->27->691"
+ "default.handlebars->27->692"
]
},
{
@@ -23421,7 +23428,7 @@
"nl": "verstuur SMS",
"zh-chs": "发送短信",
"xloc": [
- "default.handlebars->27->1531"
+ "default.handlebars->27->1532"
]
},
{
@@ -23434,7 +23441,7 @@
"nl": "Stuur een SMS bericht naar deze gebruiker",
"zh-chs": "发送短信给该用户",
"xloc": [
- "default.handlebars->27->1712"
+ "default.handlebars->27->1713"
]
},
{
@@ -23442,7 +23449,7 @@
"nl": "Stuur een e-mailbericht naar deze gebruiker",
"fr": "Envoyer un Mail à cet utilisateur",
"xloc": [
- "default.handlebars->27->1714"
+ "default.handlebars->27->1715"
]
},
{
@@ -23459,7 +23466,7 @@
"ru": "Отправить уведомление всем пользователям этой группы.",
"zh-chs": "向該組中的所有用戶發送通知。",
"xloc": [
- "default.handlebars->27->1620"
+ "default.handlebars->27->1621"
]
},
{
@@ -23476,7 +23483,7 @@
"ru": "Отправить текстовое уведомление этому пользователю.",
"zh-chs": "向該用戶發送文本通知。",
"xloc": [
- "default.handlebars->27->1535"
+ "default.handlebars->27->1536"
]
},
{
@@ -23492,7 +23499,7 @@
"ru": "Отправить письмо пользователю",
"zh-chs": "发送电子邮件给用户",
"xloc": [
- "default.handlebars->27->1514"
+ "default.handlebars->27->1515"
]
},
{
@@ -23509,7 +23516,7 @@
"ru": "Отправить ссылку для установки",
"zh-chs": "發送安裝鏈接",
"xloc": [
- "default.handlebars->27->321"
+ "default.handlebars->27->322"
]
},
{
@@ -23526,7 +23533,7 @@
"ru": "Отправить приглашение по email.",
"zh-chs": "發送邀請電子郵件。",
"xloc": [
- "default.handlebars->27->1566"
+ "default.handlebars->27->1567"
]
},
{
@@ -23592,7 +23599,7 @@
"ru": "Отправить уведомление пользователю",
"zh-chs": "發送用戶通知",
"xloc": [
- "default.handlebars->27->1716"
+ "default.handlebars->27->1717"
]
},
{
@@ -23609,7 +23616,7 @@
"ru": "Сербский",
"zh-chs": "塞爾維亞",
"xloc": [
- "default.handlebars->27->1100"
+ "default.handlebars->27->1101"
]
},
{
@@ -23626,8 +23633,8 @@
"ru": "Серийный номер",
"zh-chs": "序列號",
"xloc": [
- "default-mobile.handlebars->9->371",
- "default.handlebars->27->898"
+ "default-mobile.handlebars->9->372",
+ "default.handlebars->27->899"
]
},
{
@@ -23644,7 +23651,7 @@
"ru": "Резервное копирование сервера",
"zh-chs": "服務器備份",
"xloc": [
- "default.handlebars->27->1576"
+ "default.handlebars->27->1577"
]
},
{
@@ -23661,7 +23668,7 @@
"ru": "Сертификат сервера",
"zh-chs": "服務器證書",
"xloc": [
- "default.handlebars->27->1863"
+ "default.handlebars->27->1864"
]
},
{
@@ -23678,7 +23685,7 @@
"ru": "База данных сервера",
"zh-chs": "服務器數據庫",
"xloc": [
- "default.handlebars->27->1864"
+ "default.handlebars->27->1865"
]
},
{
@@ -23695,13 +23702,13 @@
"ru": "Серверные файлы",
"zh-chs": "服務器文件",
"xloc": [
- "default-mobile.handlebars->9->417",
- "default-mobile.handlebars->9->430",
- "default.handlebars->27->1345",
- "default.handlebars->27->1373",
- "default.handlebars->27->1573",
- "default.handlebars->27->632",
- "default.handlebars->27->651"
+ "default-mobile.handlebars->9->418",
+ "default-mobile.handlebars->9->431",
+ "default.handlebars->27->1346",
+ "default.handlebars->27->1374",
+ "default.handlebars->27->1574",
+ "default.handlebars->27->633",
+ "default.handlebars->27->652"
]
},
{
@@ -23718,8 +23725,8 @@
"ru": "Разрешения сервера",
"zh-chs": "服務器權限",
"xloc": [
- "default.handlebars->27->1506",
- "default.handlebars->27->1585"
+ "default.handlebars->27->1507",
+ "default.handlebars->27->1586"
]
},
{
@@ -23736,7 +23743,7 @@
"ru": "Квота сервера",
"zh-chs": "服務器配額",
"xloc": [
- "default.handlebars->27->1678"
+ "default.handlebars->27->1679"
]
},
{
@@ -23753,7 +23760,7 @@
"ru": "Восстановление сервера",
"zh-chs": "服務器還原",
"xloc": [
- "default.handlebars->27->1577"
+ "default.handlebars->27->1578"
]
},
{
@@ -23770,7 +23777,7 @@
"ru": "Права",
"zh-chs": "服務器權限",
"xloc": [
- "default.handlebars->27->1677"
+ "default.handlebars->27->1678"
]
},
{
@@ -23787,7 +23794,7 @@
"ru": "Состояние сервера",
"zh-chs": "服務器狀態",
"xloc": [
- "default.handlebars->27->1814"
+ "default.handlebars->27->1815"
]
},
{
@@ -23821,7 +23828,7 @@
"ru": "Трассировка сервера",
"zh-chs": "服務器跟踪",
"xloc": [
- "default.handlebars->27->1874"
+ "default.handlebars->27->1875"
]
},
{
@@ -23838,7 +23845,7 @@
"ru": "Обновление сервера",
"zh-chs": "服務器更新",
"xloc": [
- "default.handlebars->27->1578"
+ "default.handlebars->27->1579"
]
},
{
@@ -23960,7 +23967,7 @@
"ru": "ServerStats.csv",
"zh-chs": "ServerStats.csv",
"xloc": [
- "default.handlebars->27->1855"
+ "default.handlebars->27->1856"
]
},
{
@@ -23977,7 +23984,7 @@
"ru": "Детали службы",
"zh-chs": "服務詳情",
"xloc": [
- "default.handlebars->27->782"
+ "default.handlebars->27->783"
]
},
{
@@ -24001,14 +24008,14 @@
"en": "Session",
"nl": "Sessie",
"xloc": [
- "default.handlebars->27->1778"
+ "default.handlebars->27->1779"
]
},
{
"en": "Session Information",
"nl": "Sessie informatie",
"xloc": [
- "default.handlebars->27->755"
+ "default.handlebars->27->756"
]
},
{
@@ -24086,7 +24093,7 @@
"ru": "Файл с настройками",
"zh-chs": "設定文件",
"xloc": [
- "default.handlebars->27->368"
+ "default.handlebars->27->369"
]
},
{
@@ -24120,7 +24127,7 @@
"ru": "Установить CIRA",
"zh-chs": "設置CIRA",
"xloc": [
- "default.handlebars->27->295"
+ "default.handlebars->27->296"
]
},
{
@@ -24137,7 +24144,7 @@
"ru": "Метод установки",
"zh-chs": "設定方法",
"xloc": [
- "default.handlebars->27->293"
+ "default.handlebars->27->294"
]
},
{
@@ -24158,7 +24165,7 @@
"default.handlebars->27->10",
"default.handlebars->27->223",
"default.handlebars->27->226",
- "default.handlebars->27->251",
+ "default.handlebars->27->252",
"xterm.handlebars->9->3"
]
},
@@ -24193,7 +24200,7 @@
"ru": "Общий процесс",
"zh-chs": "共享過程",
"xloc": [
- "default.handlebars->27->776"
+ "default.handlebars->27->777"
]
},
{
@@ -24309,8 +24316,8 @@
"ru": "Показывать только собственные события",
"zh-chs": "只顯示自己的事件",
"xloc": [
- "default-mobile.handlebars->9->420",
- "default.handlebars->27->1348"
+ "default-mobile.handlebars->9->421",
+ "default.handlebars->27->1349"
]
},
{
@@ -24327,7 +24334,7 @@
"ru": "Показывать панель-уведомление",
"zh-chs": "顯示連接工具欄",
"xloc": [
- "default.handlebars->27->1311"
+ "default.handlebars->27->1312"
]
},
{
@@ -24344,7 +24351,7 @@
"ru": "Показать информацию о расположении устройства",
"zh-chs": "顯示設備位置信息",
"xloc": [
- "default.handlebars->27->588"
+ "default.handlebars->27->589"
]
},
{
@@ -24361,7 +24368,7 @@
"ru": "Показать информацию о сетевом интерфейсе устройства",
"zh-chs": "顯示設備網絡接口信息",
"xloc": [
- "default.handlebars->27->586"
+ "default.handlebars->27->587"
]
},
{
@@ -24468,8 +24475,8 @@
"ru": "Простой режим управления администратора (ACM)",
"zh-chs": "簡單管理員控制模式(ACM)",
"xloc": [
- "default.handlebars->27->1249",
- "default.handlebars->27->1272"
+ "default.handlebars->27->1250",
+ "default.handlebars->27->1273"
]
},
{
@@ -24486,9 +24493,9 @@
"ru": "Простой режим управления клиента (CCM)",
"zh-chs": "簡單客戶端控制模式(CCM)",
"xloc": [
- "default.handlebars->27->1247",
- "default.handlebars->27->1275",
- "default.handlebars->27->1279"
+ "default.handlebars->27->1248",
+ "default.handlebars->27->1276",
+ "default.handlebars->27->1280"
]
},
{
@@ -24505,7 +24512,7 @@
"ru": "Синдхи",
"zh-chs": "信地",
"xloc": [
- "default.handlebars->27->1098"
+ "default.handlebars->27->1099"
]
},
{
@@ -24522,7 +24529,7 @@
"ru": "Сингальский",
"zh-chs": "僧伽羅語",
"xloc": [
- "default.handlebars->27->1099"
+ "default.handlebars->27->1100"
]
},
{
@@ -24547,8 +24554,8 @@
"ru": "Размер",
"zh-chs": "尺寸",
"xloc": [
- "default.handlebars->27->1781",
- "default.handlebars->27->1796",
+ "default.handlebars->27->1782",
+ "default.handlebars->27->1797",
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSize"
]
},
@@ -24566,7 +24573,7 @@
"ru": "Размер: 100%",
"zh-chs": "尺寸:100%",
"xloc": [
- "default.handlebars->27->830"
+ "default.handlebars->27->831"
]
},
{
@@ -24583,7 +24590,7 @@
"ru": "Размер: 125%",
"zh-chs": "尺寸:125%",
"xloc": [
- "default.handlebars->27->831"
+ "default.handlebars->27->832"
]
},
{
@@ -24600,7 +24607,7 @@
"ru": "Размер: 150%",
"zh-chs": "尺寸:150%",
"xloc": [
- "default.handlebars->27->832"
+ "default.handlebars->27->833"
]
},
{
@@ -24617,7 +24624,7 @@
"ru": "Размер: 200%",
"zh-chs": "尺寸:200%",
"xloc": [
- "default.handlebars->27->833"
+ "default.handlebars->27->834"
]
},
{
@@ -24634,14 +24641,14 @@
"ru": "Отправить в сон",
"zh-chs": "睡覺",
"xloc": [
- "default-mobile.handlebars->9->178",
"default-mobile.handlebars->9->179",
"default-mobile.handlebars->9->180",
- "default-mobile.handlebars->9->260",
+ "default-mobile.handlebars->9->181",
+ "default-mobile.handlebars->9->261",
"default.handlebars->27->2",
"default.handlebars->27->3",
"default.handlebars->27->4",
- "default.handlebars->27->669"
+ "default.handlebars->27->670"
]
},
{
@@ -24658,7 +24665,7 @@
"ru": "Отправить в сон",
"zh-chs": "睡眠裝置",
"xloc": [
- "default.handlebars->27->427"
+ "default.handlebars->27->428"
]
},
{
@@ -24675,10 +24682,10 @@
"ru": "В режиме сна",
"zh-chs": "睡眠",
"xloc": [
- "default-mobile.handlebars->9->185",
"default-mobile.handlebars->9->186",
- "default.handlebars->27->390",
- "default.handlebars->27->392"
+ "default-mobile.handlebars->9->187",
+ "default.handlebars->27->391",
+ "default.handlebars->27->393"
]
},
{
@@ -24695,7 +24702,7 @@
"ru": "Словацкий",
"zh-chs": "斯洛伐克文",
"xloc": [
- "default.handlebars->27->1101"
+ "default.handlebars->27->1102"
]
},
{
@@ -24712,7 +24719,7 @@
"ru": "Словенский",
"zh-chs": "斯洛文尼亞文",
"xloc": [
- "default.handlebars->27->1102"
+ "default.handlebars->27->1103"
]
},
{
@@ -24765,7 +24772,7 @@
"ru": "Малая фокусировка",
"zh-chs": "小焦點",
"xloc": [
- "default.handlebars->27->761"
+ "default.handlebars->27->762"
]
},
{
@@ -24782,7 +24789,7 @@
"ru": "Програмное отключение агента",
"zh-chs": "軟斷開劑",
"xloc": [
- "default.handlebars->27->928"
+ "default.handlebars->27->929"
]
},
{
@@ -24799,8 +24806,8 @@
"ru": "Soft-Off",
"zh-chs": "軟關",
"xloc": [
- "default-mobile.handlebars->9->189",
- "default.handlebars->27->398"
+ "default-mobile.handlebars->9->190",
+ "default.handlebars->27->399"
]
},
{
@@ -24834,7 +24841,7 @@
"ru": "Сомани",
"zh-chs": "索馬尼",
"xloc": [
- "default.handlebars->27->1103"
+ "default.handlebars->27->1104"
]
},
{
@@ -24851,7 +24858,7 @@
"ru": "Сорбский",
"zh-chs": "索比亞人",
"xloc": [
- "default.handlebars->27->1104"
+ "default.handlebars->27->1105"
]
},
{
@@ -24981,7 +24988,7 @@
"ru": "Испанский",
"zh-chs": "西班牙文",
"xloc": [
- "default.handlebars->27->1105"
+ "default.handlebars->27->1106"
]
},
{
@@ -24998,7 +25005,7 @@
"ru": "Испанский (Аргентина)",
"zh-chs": "西班牙文(阿根廷)",
"xloc": [
- "default.handlebars->27->1106"
+ "default.handlebars->27->1107"
]
},
{
@@ -25015,7 +25022,7 @@
"ru": "Испанский (Боливия)",
"zh-chs": "西班牙語(玻利維亞)",
"xloc": [
- "default.handlebars->27->1107"
+ "default.handlebars->27->1108"
]
},
{
@@ -25032,7 +25039,7 @@
"ru": "Испанский (Чили)",
"zh-chs": "西班牙語(智利)",
"xloc": [
- "default.handlebars->27->1108"
+ "default.handlebars->27->1109"
]
},
{
@@ -25049,7 +25056,7 @@
"ru": "Испанский (Колумбия)",
"zh-chs": "西班牙語(哥倫比亞)",
"xloc": [
- "default.handlebars->27->1109"
+ "default.handlebars->27->1110"
]
},
{
@@ -25066,7 +25073,7 @@
"ru": "Испанский (Коста-Рика)",
"zh-chs": "西班牙語(哥斯達黎加)",
"xloc": [
- "default.handlebars->27->1110"
+ "default.handlebars->27->1111"
]
},
{
@@ -25083,7 +25090,7 @@
"ru": "Испанский (Доминиканская Республика)",
"zh-chs": "西班牙語(多米尼加共和國)",
"xloc": [
- "default.handlebars->27->1111"
+ "default.handlebars->27->1112"
]
},
{
@@ -25100,7 +25107,7 @@
"ru": "Испанский (Эквадор)",
"zh-chs": "西班牙語(厄瓜多爾)",
"xloc": [
- "default.handlebars->27->1112"
+ "default.handlebars->27->1113"
]
},
{
@@ -25117,7 +25124,7 @@
"ru": "Испанский (Сальвадор)",
"zh-chs": "西班牙語(薩爾瓦多)",
"xloc": [
- "default.handlebars->27->1113"
+ "default.handlebars->27->1114"
]
},
{
@@ -25134,7 +25141,7 @@
"ru": "Испанский (Гватемала)",
"zh-chs": "西班牙語(危地馬拉)",
"xloc": [
- "default.handlebars->27->1114"
+ "default.handlebars->27->1115"
]
},
{
@@ -25151,7 +25158,7 @@
"ru": "Испанский (Гондурас)",
"zh-chs": "西班牙語(洪都拉斯)",
"xloc": [
- "default.handlebars->27->1115"
+ "default.handlebars->27->1116"
]
},
{
@@ -25168,7 +25175,7 @@
"ru": "Испанский (Мексика)",
"zh-chs": "西班牙語(墨西哥)",
"xloc": [
- "default.handlebars->27->1116"
+ "default.handlebars->27->1117"
]
},
{
@@ -25185,7 +25192,7 @@
"ru": "Испанский (Никарагуа)",
"zh-chs": "西班牙語(尼加拉瓜)",
"xloc": [
- "default.handlebars->27->1117"
+ "default.handlebars->27->1118"
]
},
{
@@ -25202,7 +25209,7 @@
"ru": "Испанский (Панама)",
"zh-chs": "西班牙語(巴拿馬)",
"xloc": [
- "default.handlebars->27->1118"
+ "default.handlebars->27->1119"
]
},
{
@@ -25219,7 +25226,7 @@
"ru": "Испанский (Парагвай)",
"zh-chs": "西班牙語(巴拉圭)",
"xloc": [
- "default.handlebars->27->1119"
+ "default.handlebars->27->1120"
]
},
{
@@ -25236,7 +25243,7 @@
"ru": "Испанский (Перу)",
"zh-chs": "西班牙語(秘魯)",
"xloc": [
- "default.handlebars->27->1120"
+ "default.handlebars->27->1121"
]
},
{
@@ -25253,7 +25260,7 @@
"ru": "Испанский (Пуэрто-Рико)",
"zh-chs": "西班牙語(波多黎各)",
"xloc": [
- "default.handlebars->27->1121"
+ "default.handlebars->27->1122"
]
},
{
@@ -25270,7 +25277,7 @@
"ru": "Испанский (Испания)",
"zh-chs": "西班牙語(西班牙)",
"xloc": [
- "default.handlebars->27->1122"
+ "default.handlebars->27->1123"
]
},
{
@@ -25287,7 +25294,7 @@
"ru": "Испанский (Уругвай)",
"zh-chs": "西班牙語(烏拉圭)",
"xloc": [
- "default.handlebars->27->1123"
+ "default.handlebars->27->1124"
]
},
{
@@ -25304,7 +25311,7 @@
"ru": "Испанский (Венесуэла)",
"zh-chs": "西班牙語(委內瑞拉)",
"xloc": [
- "default.handlebars->27->1124"
+ "default.handlebars->27->1125"
]
},
{
@@ -25321,7 +25328,7 @@
"ru": "Специальные клавиши",
"zh-chs": "特殊鍵",
"xloc": [
- "default-mobile.handlebars->9->285"
+ "default-mobile.handlebars->9->286"
]
},
{
@@ -25352,7 +25359,7 @@
"ru": "Старт",
"zh-chs": "開始",
"xloc": [
- "default.handlebars->27->779"
+ "default.handlebars->27->780"
]
},
{
@@ -25363,9 +25370,9 @@
"en": "Start Time",
"nl": "Start tijd",
"xloc": [
- "default.handlebars->27->1779",
- "default.handlebars->27->1798",
- "default.handlebars->27->751"
+ "default.handlebars->27->1780",
+ "default.handlebars->27->1799",
+ "default.handlebars->27->752"
]
},
{
@@ -25382,7 +25389,7 @@
"ru": "Состояние",
"zh-chs": "州",
"xloc": [
- "default.handlebars->27->770",
+ "default.handlebars->27->771",
"default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsServiceTab->deskToolsServiceHeader->1"
]
},
@@ -25417,8 +25424,8 @@
"ru": "Статус",
"zh-chs": "狀態",
"xloc": [
- "default.handlebars->27->1730",
- "default.handlebars->27->1791",
+ "default.handlebars->27->1731",
+ "default.handlebars->27->1792",
"default.handlebars->container->column_l->p42->p42tbl->1->0->7"
]
},
@@ -25436,7 +25443,7 @@
"ru": "Стоп",
"zh-chs": "停止",
"xloc": [
- "default.handlebars->27->780"
+ "default.handlebars->27->781"
]
},
{
@@ -25452,7 +25459,7 @@
"ru": "Остановить процесс",
"zh-chs": "停止程序",
"xloc": [
- "default.handlebars->27->767"
+ "default.handlebars->27->768"
]
},
{
@@ -25469,8 +25476,8 @@
"ru": "Прервать процесс #{0} \\\"{1}\\\"?",
"zh-chs": "停止進程#{0} \\“ {1} \\”?",
"xloc": [
- "default-mobile.handlebars->9->289",
- "default.handlebars->27->784"
+ "default-mobile.handlebars->9->290",
+ "default.handlebars->27->785"
]
},
{
@@ -25483,8 +25490,8 @@
"nl": "Opslag",
"zh-chs": "存储",
"xloc": [
- "default-mobile.handlebars->9->385",
- "default.handlebars->27->912"
+ "default-mobile.handlebars->9->386",
+ "default.handlebars->27->913"
]
},
{
@@ -25518,7 +25525,7 @@
"ru": "Превышен лимит места для хранения",
"zh-chs": "儲存空間超過",
"xloc": [
- "default.handlebars->27->1433"
+ "default.handlebars->27->1434"
]
},
{
@@ -25535,7 +25542,7 @@
"ru": "Надежный",
"zh-chs": "強大",
"xloc": [
- "default.handlebars->27->1196"
+ "default.handlebars->27->1197"
]
},
{
@@ -25562,7 +25569,7 @@
"en": "Subject",
"nl": "Onderwerp",
"xloc": [
- "default.handlebars->27->1532"
+ "default.handlebars->27->1533"
]
},
{
@@ -25647,7 +25654,7 @@
"ru": "Суту",
"zh-chs": "蘇圖",
"xloc": [
- "default.handlebars->27->1125"
+ "default.handlebars->27->1126"
]
},
{
@@ -25664,7 +25671,7 @@
"ru": "Суахили",
"zh-chs": "斯瓦希里語",
"xloc": [
- "default.handlebars->27->1126"
+ "default.handlebars->27->1127"
]
},
{
@@ -25681,7 +25688,7 @@
"ru": "Шведский",
"zh-chs": "瑞典",
"xloc": [
- "default.handlebars->27->1127"
+ "default.handlebars->27->1128"
]
},
{
@@ -25698,7 +25705,7 @@
"ru": "Шведский (Финляндия)",
"zh-chs": "瑞典語(芬蘭)",
"xloc": [
- "default.handlebars->27->1128"
+ "default.handlebars->27->1129"
]
},
{
@@ -25715,7 +25722,7 @@
"ru": "Шведский (Швеция)",
"zh-chs": "瑞典文(瑞典)",
"xloc": [
- "default.handlebars->27->1129"
+ "default.handlebars->27->1130"
]
},
{
@@ -25732,7 +25739,7 @@
"ru": "Синхронизировать имя устройства на сервере с именем хоста",
"zh-chs": "將服務器設備名稱同步到主機名",
"xloc": [
- "default.handlebars->27->1319"
+ "default.handlebars->27->1320"
]
},
{
@@ -25815,8 +25822,8 @@
"ru": "TLS",
"zh-chs": "TLS",
"xloc": [
- "default-mobile.handlebars->9->231",
- "default.handlebars->27->531"
+ "default-mobile.handlebars->9->232",
+ "default.handlebars->27->532"
]
},
{
@@ -25833,8 +25840,8 @@
"ru": "TLS не настроен",
"zh-chs": "未設置TLS",
"xloc": [
- "default-mobile.handlebars->9->361",
- "default.handlebars->27->888"
+ "default-mobile.handlebars->9->362",
+ "default.handlebars->27->889"
]
},
{
@@ -25851,9 +25858,9 @@
"ru": "Требуется безопасность TLS",
"zh-chs": "需要TLS安全",
"xloc": [
- "default-mobile.handlebars->9->271",
- "default.handlebars->27->276",
- "default.handlebars->27->687"
+ "default-mobile.handlebars->9->272",
+ "default.handlebars->27->277",
+ "default.handlebars->27->688"
]
},
{
@@ -25887,7 +25894,7 @@
"ru": "Тег1, Тег2, Тег3",
"zh-chs": "標籤1,標籤2,標籤3",
"xloc": [
- "default.handlebars->27->741"
+ "default.handlebars->27->742"
]
},
{
@@ -25904,10 +25911,10 @@
"ru": "Теги",
"zh-chs": "標籤",
"xloc": [
- "default-mobile.handlebars->9->245",
"default-mobile.handlebars->9->246",
- "default-mobile.handlebars->9->280",
- "default.handlebars->27->740",
+ "default-mobile.handlebars->9->247",
+ "default-mobile.handlebars->9->281",
+ "default.handlebars->27->741",
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->7"
]
},
@@ -25925,7 +25932,7 @@
"ru": "Тамильский",
"zh-chs": "泰米爾語",
"xloc": [
- "default.handlebars->27->1130"
+ "default.handlebars->27->1131"
]
},
{
@@ -25942,7 +25949,7 @@
"ru": "Татарский",
"zh-chs": "塔塔爾族",
"xloc": [
- "default.handlebars->27->1131"
+ "default.handlebars->27->1132"
]
},
{
@@ -25959,7 +25966,7 @@
"ru": "Телугу",
"zh-chs": "泰盧加",
"xloc": [
- "default.handlebars->27->1132"
+ "default.handlebars->27->1133"
]
},
{
@@ -25977,10 +25984,10 @@
"zh-chs": "終奌站",
"xloc": [
"default-mobile.handlebars->9->164",
- "default.handlebars->27->1312",
- "default.handlebars->27->1785",
+ "default.handlebars->27->1313",
+ "default.handlebars->27->1786",
"default.handlebars->27->233",
- "default.handlebars->27->483",
+ "default.handlebars->27->484",
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevTerminal",
"default.handlebars->contextMenu->cxterminal"
]
@@ -26016,9 +26023,9 @@
"ru": "Терминал уведомление",
"zh-chs": "終端通知",
"xloc": [
- "default.handlebars->27->1232",
- "default.handlebars->27->1696",
- "default.handlebars->27->555"
+ "default.handlebars->27->1233",
+ "default.handlebars->27->1697",
+ "default.handlebars->27->556"
]
},
{
@@ -26035,9 +26042,9 @@
"ru": "Запрос терминала",
"zh-chs": "終端提示",
"xloc": [
- "default.handlebars->27->1231",
- "default.handlebars->27->1695",
- "default.handlebars->27->554"
+ "default.handlebars->27->1232",
+ "default.handlebars->27->1696",
+ "default.handlebars->27->555"
]
},
{
@@ -26093,7 +26100,7 @@
"ru": "Тайский",
"zh-chs": "泰國",
"xloc": [
- "default.handlebars->27->1133"
+ "default.handlebars->27->1134"
]
},
{
@@ -26128,7 +26135,7 @@
"ru": "Имя группы устройств, к которой принадлежит этот компьютер",
"zh-chs": "該計算機所屬的設備組的名稱",
"xloc": [
- "default.handlebars->27->510"
+ "default.handlebars->27->511"
]
},
{
@@ -26145,7 +26152,7 @@
"ru": "Имя группы устройств, к которой принадлежит этот компьютер.",
"zh-chs": "該計算機所屬的設備組的名稱。",
"xloc": [
- "default.handlebars->27->508"
+ "default.handlebars->27->509"
]
},
{
@@ -26162,8 +26169,8 @@
"ru": "Имя этого компьютера, указанное в операционной системе",
"zh-chs": "在操作系統中設置的此計算機的名稱",
"xloc": [
- "default.handlebars->27->511",
- "default.handlebars->27->513"
+ "default.handlebars->27->512",
+ "default.handlebars->27->514"
]
},
{
@@ -26180,7 +26187,7 @@
"ru": "На данный момент уведомлений нет",
"zh-chs": "目前沒有任何通知",
"xloc": [
- "default.handlebars->27->1806"
+ "default.handlebars->27->1807"
]
},
{
@@ -26232,7 +26239,7 @@
"zh-chs": "該帳戶無權創建新的設備組。",
"xloc": [
"default-mobile.handlebars->9->92",
- "default.handlebars->27->1182"
+ "default.handlebars->27->1183"
]
},
{
@@ -26266,7 +26273,7 @@
"ru": "Это не безопасная политика, так как агенты будут выполнять активацию.",
"zh-chs": "這不是安全的策略,因為代理將執行激活。",
"xloc": [
- "default.handlebars->27->1297"
+ "default.handlebars->27->1298"
]
},
{
@@ -26301,7 +26308,7 @@
"ru": "Эта политика не повлияет на устройства с Intel® AMT в режиме ACM.",
"zh-chs": "該策略不會影響採用ACM模式的英特爾®AMT的設備。",
"xloc": [
- "default.handlebars->27->1296"
+ "default.handlebars->27->1297"
]
},
{
@@ -26367,7 +26374,7 @@
"nl": "Hiermee wordt een vermelding toegevoegd aan het gebeurtenislogboek van dit apparaat.",
"zh-chs": "这会将条目添加到该设备的事件日志中。",
"xloc": [
- "default.handlebars->27->659"
+ "default.handlebars->27->660"
]
},
{
@@ -26398,7 +26405,7 @@
"ru": "Это не приведет к удалению устройств с сервера, но они больше не смогут подключаться к серверу. Весь удаленный доступ к устройствам будет потерян. Устройства должны быть подключены, чтобы эта команда работала.",
"zh-chs": "這不會從服務器上刪除設備,但是設備將不再能夠連接到服務器。對設備的所有遠程訪問都將丟失。必須連接設備,此命令才能起作用。",
"xloc": [
- "default.handlebars->27->694"
+ "default.handlebars->27->695"
]
},
{
@@ -26415,7 +26422,7 @@
"ru": "Это не приведет к удалению этого устройства с сервера, но оно больше не сможет подключаться к серверу. Весь удаленный доступ к устройству будет потерян. Для работы этой команды устройство должно быть подключено.",
"zh-chs": "這不會將該設備從服務器上刪除,但是該設備將不再能夠連接到服務器。對設備的所有遠程訪問都將丟失。必須連接設備,此命令才能起作用。",
"xloc": [
- "default.handlebars->27->695"
+ "default.handlebars->27->696"
]
},
{
@@ -26432,7 +26439,7 @@
"ru": "Тигровый",
"zh-chs": "蒂格雷",
"xloc": [
- "default.handlebars->27->1134"
+ "default.handlebars->27->1135"
]
},
{
@@ -26456,14 +26463,14 @@
"en": "Time Span",
"nl": "Tijdspanne",
"xloc": [
- "default.handlebars->27->1471"
+ "default.handlebars->27->1472"
]
},
{
"en": "Timeout",
"nl": "Time-out",
"xloc": [
- "default.handlebars->27->746"
+ "default.handlebars->27->747"
]
},
{
@@ -26480,7 +26487,7 @@
"ru": "Чтобы добавить компьютер в группу \\\"{0}\\\", выполните следующую команду. Потребуются права root.",
"zh-chs": "要將計算機添加到{0},請運行以下命令。需要根憑證。",
"xloc": [
- "default.handlebars->27->370"
+ "default.handlebars->27->371"
]
},
{
@@ -26497,7 +26504,7 @@
"ru": "Чтобы добавить новое устройство Intel® AMT в группу устройств \\\"{0}\\\" с CIRA, загрузите следующие файлы со скриптами и используйте MeshCommander, чтобы запустить скрипт для настройки компьютеров.",
"zh-chs": "要將新的英特爾®AMT設備添加到具有CIRA的設備組“ {0} \\”中,請下載以下腳本文件,並使用 MeshCommander 來運行腳本來配置計算機。",
"xloc": [
- "default.handlebars->27->294"
+ "default.handlebars->27->295"
]
},
{
@@ -26514,7 +26521,7 @@
"ru": "Чтобы добавить новое устройство Intel® AMT в группу устройств \\\"{0}\\\" с CIRA, загрузите следующий сертификат в качестве доверенного в Intel AMT",
"zh-chs": "要將新的英特爾®AMT設備添加到具有CIRA的設備組“ {0} \\”,請在英特爾AMT中將以下證書作為受信任的根加載",
"xloc": [
- "default.handlebars->27->297"
+ "default.handlebars->27->298"
]
},
{
@@ -26531,7 +26538,7 @@
"ru": "Чтобы добавить новое устройство Intel® AMT в группу устройств \\\"{0}\\\" с CIRA, загрузите следующий сертификат в качестве доверенного в Intel AMT, выполните аутентификацию с использованием сертификата клиента со следующим общим именем и подключитесь к серверу.",
"zh-chs": "要將新的英特爾®AMT設備添加到具有CIRA的設備組“{0}”中,請將以下證書作為受信任的根加載到英特爾AMT中,使用具有以下通用名稱的客戶端證書進行身份驗證並連接到以下服務器。",
"xloc": [
- "default.handlebars->27->306"
+ "default.handlebars->27->307"
]
},
{
@@ -26548,7 +26555,7 @@
"ru": "Чтобы добавить новый компьютер в группу устройств \\\"{0}\\\", скачайте Mesh Agent и установите его для управления этим компьютером. В этот агент встроена информация о текущем сервере и группе устройств.",
"zh-chs": "要將新計算機添加到設備組\\“ {0} \\”,請下載網狀代理並安裝該計算機以進行管理。該代理中嵌入了服務器和設備組信息。",
"xloc": [
- "default.handlebars->27->359"
+ "default.handlebars->27->360"
]
},
{
@@ -26565,7 +26572,7 @@
"ru": "Чтобы добавить новый компьютер в группу устройств \\\"{0}\\\", скачайте Mesh Agent и установите его для управления этим компьютером. В этот установщик агента встроена информация о текущем сервере и группе устройств.",
"zh-chs": "要將新計算機添加到設備組\\“ {0} \\”,請下載網狀代理並安裝該計算機以進行管理。該代理安裝程序中嵌入了服務器和設備組信息。",
"xloc": [
- "default.handlebars->27->372"
+ "default.handlebars->27->373"
]
},
{
@@ -26582,7 +26589,7 @@
"ru": "Чтобы удалить эту учетную запись, введите пароль учетной записи в оба поля и нажмите ОК.",
"zh-chs": "要刪除此帳戶,請在下面的兩個框中鍵入帳戶密碼,然後單擊確定。",
"xloc": [
- "default.handlebars->27->1169"
+ "default.handlebars->27->1170"
]
},
{
@@ -26665,7 +26672,7 @@
"ru": "Для удаления Mesh Agent скачайте файл ниже, запустите его и нажмите \\\"удалить\\\".",
"zh-chs": "要刪除網格代理,請下載以下文件,運行並單擊\\“卸載\\”。",
"xloc": [
- "default.handlebars->27->376"
+ "default.handlebars->27->377"
]
},
{
@@ -26682,7 +26689,7 @@
"ru": "Для удаления Mesh Agent выполните следующую команду. Потребуются учетные данные root.",
"zh-chs": "要刪除網格代理,請運行以下命令。需要根憑證。",
"xloc": [
- "default.handlebars->27->383"
+ "default.handlebars->27->384"
]
},
{
@@ -26937,7 +26944,7 @@
"ru": "Тема",
"zh-chs": "話題",
"xloc": [
- "default.handlebars->27->689"
+ "default.handlebars->27->690"
]
},
{
@@ -26988,7 +26995,7 @@
"ru": "Router используется для подключения к различным портам устройства через этот сервер",
"zh-chs": "用於通過此服務器連接到設備的流量路由器",
"xloc": [
- "default.handlebars->27->590"
+ "default.handlebars->27->591"
]
},
{
@@ -27022,7 +27029,7 @@
"ru": "Тсонга",
"zh-chs": "特松加",
"xloc": [
- "default.handlebars->27->1135"
+ "default.handlebars->27->1136"
]
},
{
@@ -27039,7 +27046,7 @@
"ru": "Тсвана",
"zh-chs": "茨瓦納",
"xloc": [
- "default.handlebars->27->1136"
+ "default.handlebars->27->1137"
]
},
{
@@ -27056,7 +27063,7 @@
"ru": "Турецкий",
"zh-chs": "土耳其",
"xloc": [
- "default.handlebars->27->1137"
+ "default.handlebars->27->1138"
]
},
{
@@ -27073,7 +27080,7 @@
"ru": "Туркменский",
"zh-chs": "土庫曼人",
"xloc": [
- "default.handlebars->27->1138"
+ "default.handlebars->27->1139"
]
},
{
@@ -27107,13 +27114,13 @@
"ru": "Удаленный ввод",
"zh-chs": "類型",
"xloc": [
- "default-mobile.handlebars->9->393",
+ "default-mobile.handlebars->9->394",
"default-mobile.handlebars->9->98",
- "default.handlebars->27->1189",
- "default.handlebars->27->1222",
- "default.handlebars->27->1273",
- "default.handlebars->27->1276",
- "default.handlebars->27->777",
+ "default.handlebars->27->1190",
+ "default.handlebars->27->1223",
+ "default.handlebars->27->1274",
+ "default.handlebars->27->1277",
+ "default.handlebars->27->778",
"default.handlebars->container->column_l->p11->deskarea0->deskarea4->3"
]
},
@@ -27131,7 +27138,7 @@
"ru": "Введите имя ключа, выберите поле OTP и нажмите кнопку на YubiKey™.",
"zh-chs": "輸入密鑰名稱,選擇OTP框,然後按YubiKey™上的按鈕。",
"xloc": [
- "default.handlebars->27->947"
+ "default.handlebars->27->948"
]
},
{
@@ -27148,7 +27155,7 @@
"ru": "Введите имя ключа для добавления.",
"zh-chs": "輸入要添加的密鑰的名稱。",
"xloc": [
- "default.handlebars->27->944"
+ "default.handlebars->27->945"
]
},
{
@@ -27173,7 +27180,7 @@
"ru": "Терминал UTF8",
"zh-chs": "UTF8終端",
"xloc": [
- "default.handlebars->27->788"
+ "default.handlebars->27->789"
]
},
{
@@ -27190,7 +27197,7 @@
"ru": "Украинский",
"zh-chs": "烏克蘭",
"xloc": [
- "default.handlebars->27->1139"
+ "default.handlebars->27->1140"
]
},
{
@@ -27207,8 +27214,8 @@
"ru": "Невозможно получить доступ к устройству, пока адрес email не подтвержден. Это необходимо для восстановления пароля. Перейдите на вкладку \\\"Моя учетная запись\\\", чтобы изменить и подтвердить адрес email.",
"zh-chs": "在驗證電子郵件地址之前,無法訪問設備。這是密碼恢復所必需的。轉到“我的帳戶”標籤以更改和驗證電子郵件地址。",
"xloc": [
- "default.handlebars->27->1184",
- "default.handlebars->27->499"
+ "default.handlebars->27->1185",
+ "default.handlebars->27->500"
]
},
{
@@ -27225,7 +27232,7 @@
"ru": "Невозможно получить доступ к устройству, пока адрес email не подтвержден. Это необходимо для восстановления пароля. Перейдите в раздел \\\"Моя учетная запись\\\", чтобы изменить и подтвердить адрес email.",
"zh-chs": "在驗證電子郵件地址之前,無法訪問設備。這是密碼恢復所必需的。轉到“我的帳戶”以更改並驗證電子郵件地址。",
"xloc": [
- "default-mobile.handlebars->9->207",
+ "default-mobile.handlebars->9->208",
"default-mobile.handlebars->9->94"
]
},
@@ -27243,7 +27250,7 @@
"ru": "Невозможно получить доступ к устройству, пока не включена двухфакторная аутентификация. Это требуется для дополнительной безопасности. Перейдите в раздел \\\"Моя учетная запись\\\" и посмотрите \\\"Безопасность учетной записи\\\".",
"zh-chs": "在啟用兩因素身份驗證之前,無法訪問設備。這是額外的安全性所必需的。轉到“我的帳戶”,然後查看“帳戶安全性”部分。",
"xloc": [
- "default-mobile.handlebars->9->209",
+ "default-mobile.handlebars->9->210",
"default-mobile.handlebars->9->96"
]
},
@@ -27261,8 +27268,8 @@
"ru": "Невозможно получить доступ к устройству, пока не включена двухфакторная аутентификация. Это требуется для дополнительной безопасности. Перейдите на вкладку \\\"Моя учетная запись\\\" и посмотрите \\\"Безопасность учетной записи\\\".",
"zh-chs": "在啟用兩因素身份驗證之前,無法訪問設備。這是額外的安全性所必需的。轉到“我的帳戶”標籤,然後查看“帳戶安全性”部分。",
"xloc": [
- "default.handlebars->27->1186",
- "default.handlebars->27->501"
+ "default.handlebars->27->1187",
+ "default.handlebars->27->502"
]
},
{
@@ -27368,10 +27375,10 @@
"ru": "Удаление",
"zh-chs": "卸載",
"xloc": [
- "default-mobile.handlebars->9->440",
- "default.handlebars->27->1384",
- "default.handlebars->27->637",
- "default.handlebars->27->656"
+ "default-mobile.handlebars->9->441",
+ "default.handlebars->27->1385",
+ "default.handlebars->27->638",
+ "default.handlebars->27->657"
]
},
{
@@ -27388,10 +27395,10 @@
"ru": "Удаление агента",
"zh-chs": "卸載代理",
"xloc": [
- "default-mobile.handlebars->9->422",
- "default.handlebars->27->1350",
- "default.handlebars->27->422",
- "default.handlebars->27->673"
+ "default-mobile.handlebars->9->423",
+ "default.handlebars->27->1351",
+ "default.handlebars->27->423",
+ "default.handlebars->27->674"
]
},
{
@@ -27408,7 +27415,7 @@
"ru": "Удалить агент",
"zh-chs": "卸載代理",
"xloc": [
- "default.handlebars->27->697"
+ "default.handlebars->27->698"
]
},
{
@@ -27425,28 +27432,28 @@
"ru": "Неизвестно",
"zh-chs": "未知",
"xloc": [
- "default-mobile.handlebars->9->203",
+ "default-mobile.handlebars->9->204",
"default-mobile.handlebars->9->34",
"default-mobile.handlebars->9->35",
- "default-mobile.handlebars->9->351",
- "default-mobile.handlebars->9->358",
+ "default-mobile.handlebars->9->352",
+ "default-mobile.handlebars->9->359",
"default-mobile.handlebars->9->6",
"default.handlebars->27->107",
"default.handlebars->27->108",
"default.handlebars->27->109",
"default.handlebars->27->111",
"default.handlebars->27->113",
- "default.handlebars->27->1209",
"default.handlebars->27->1210",
+ "default.handlebars->27->1211",
"default.handlebars->27->13",
- "default.handlebars->27->1770",
- "default.handlebars->27->1783",
+ "default.handlebars->27->1771",
"default.handlebars->27->1784",
+ "default.handlebars->27->1785",
"default.handlebars->27->41",
- "default.handlebars->27->418",
+ "default.handlebars->27->419",
"default.handlebars->27->42",
- "default.handlebars->27->878",
- "default.handlebars->27->885"
+ "default.handlebars->27->879",
+ "default.handlebars->27->886"
]
},
{
@@ -27463,8 +27470,8 @@
"ru": "Неизвестно #{0}",
"zh-chs": "未知#{0}",
"xloc": [
- "default-mobile.handlebars->9->387",
- "default.handlebars->27->1216"
+ "default-mobile.handlebars->9->388",
+ "default.handlebars->27->1217"
]
},
{
@@ -27481,7 +27488,7 @@
"ru": "Неизвестное действие",
"zh-chs": "未知動作",
"xloc": [
- "default.handlebars->27->1820"
+ "default.handlebars->27->1821"
]
},
{
@@ -27498,8 +27505,8 @@
"ru": "Неизвестное устройство",
"zh-chs": "未知設備",
"xloc": [
- "default.handlebars->27->1634",
- "default.handlebars->27->1758"
+ "default.handlebars->27->1635",
+ "default.handlebars->27->1759"
]
},
{
@@ -27516,9 +27523,9 @@
"ru": "Неизвестная группа устройств",
"zh-chs": "未知設備組",
"xloc": [
- "default.handlebars->27->1628",
- "default.handlebars->27->1746",
- "default.handlebars->27->1824"
+ "default.handlebars->27->1629",
+ "default.handlebars->27->1747",
+ "default.handlebars->27->1825"
]
},
{
@@ -27535,7 +27542,7 @@
"ru": "Неизвестная группа",
"zh-chs": "未知群組",
"xloc": [
- "default.handlebars->27->1816"
+ "default.handlebars->27->1817"
]
},
{
@@ -27552,8 +27559,8 @@
"ru": "Состояние неизвестно",
"zh-chs": "未知狀態",
"xloc": [
- "default-mobile.handlebars->9->226",
- "default.handlebars->27->523"
+ "default-mobile.handlebars->9->227",
+ "default.handlebars->27->524"
]
},
{
@@ -27570,7 +27577,7 @@
"ru": "Неизвестная группа пользователей",
"zh-chs": "未知用戶組",
"xloc": [
- "default.handlebars->27->1752"
+ "default.handlebars->27->1753"
]
},
{
@@ -27587,8 +27594,8 @@
"ru": "Версия и состояние неизвестны",
"zh-chs": "未知版本和狀態",
"xloc": [
- "default-mobile.handlebars->9->228",
- "default.handlebars->27->525"
+ "default-mobile.handlebars->9->229",
+ "default.handlebars->27->526"
]
},
{
@@ -27606,8 +27613,8 @@
"zh-chs": "無限",
"xloc": [
"default.handlebars->27->181",
- "default.handlebars->27->332",
- "default.handlebars->27->346"
+ "default.handlebars->27->333",
+ "default.handlebars->27->347"
]
},
{
@@ -27621,7 +27628,7 @@
"nl": "Account ontgrendelen",
"zh-chs": "解锁帐号",
"xloc": [
- "default.handlebars->27->1525"
+ "default.handlebars->27->1526"
]
},
{
@@ -27659,7 +27666,7 @@
"ru": "Актуально",
"zh-chs": "最新",
"xloc": [
- "default.handlebars->27->1881"
+ "default.handlebars->27->1882"
]
},
{
@@ -27698,13 +27705,13 @@
"zh-chs": "上傳文件",
"xloc": [
"default-mobile.handlebars->9->126",
- "default-mobile.handlebars->9->304",
- "default-mobile.handlebars->9->322",
- "default.handlebars->27->1457",
- "default.handlebars->27->1465",
- "default.handlebars->27->811",
- "default.handlebars->27->834",
- "default.handlebars->27->837",
+ "default-mobile.handlebars->9->305",
+ "default-mobile.handlebars->9->323",
+ "default.handlebars->27->1458",
+ "default.handlebars->27->1466",
+ "default.handlebars->27->812",
+ "default.handlebars->27->835",
+ "default.handlebars->27->838",
"default.handlebars->container->dialog->dialogBody->dialog3->d3localmode->1"
]
},
@@ -27722,7 +27729,7 @@
"ru": "Загрузить ядро Mesh Agent",
"zh-chs": "上傳網格代理核心",
"xloc": [
- "default.handlebars->27->930"
+ "default.handlebars->27->931"
]
},
{
@@ -27739,7 +27746,7 @@
"ru": "Загрузить файл ядра",
"zh-chs": "上載核心文件",
"xloc": [
- "default.handlebars->27->927"
+ "default.handlebars->27->928"
]
},
{
@@ -27756,7 +27763,7 @@
"ru": "Загрузить ядро по умолчанию с сервера ",
"zh-chs": "上載默認服務器核心",
"xloc": [
- "default.handlebars->27->924"
+ "default.handlebars->27->925"
]
},
{
@@ -27773,7 +27780,7 @@
"ru": "Загрузить ядро восстановления",
"zh-chs": "上傳恢復核心",
"xloc": [
- "default.handlebars->27->926"
+ "default.handlebars->27->927"
]
},
{
@@ -27790,8 +27797,8 @@
"ru": "Загрузка перезапишет 1 файл. Продолжить?",
"zh-chs": "上傳將覆蓋1個文件。繼續?",
"xloc": [
- "default.handlebars->27->1466",
- "default.handlebars->27->835"
+ "default.handlebars->27->1467",
+ "default.handlebars->27->836"
]
},
{
@@ -27808,8 +27815,8 @@
"ru": "Загрузка перезапишет {0} файлов. Продолжить?",
"zh-chs": "上傳將覆蓋{0}個文件。繼續?",
"xloc": [
- "default.handlebars->27->1467",
- "default.handlebars->27->836"
+ "default.handlebars->27->1468",
+ "default.handlebars->27->837"
]
},
{
@@ -27840,7 +27847,7 @@
"ru": "Верхний Сорбский",
"zh-chs": "上索布族",
"xloc": [
- "default.handlebars->27->1140"
+ "default.handlebars->27->1141"
]
},
{
@@ -27857,7 +27864,7 @@
"ru": "Урду",
"zh-chs": "烏爾都語",
"xloc": [
- "default.handlebars->27->1141"
+ "default.handlebars->27->1142"
]
},
{
@@ -27909,8 +27916,8 @@
"ru": "Использовано",
"zh-chs": "用過的",
"xloc": [
- "default.handlebars->27->1810",
- "default.handlebars->27->1812"
+ "default.handlebars->27->1811",
+ "default.handlebars->27->1813"
]
},
{
@@ -27927,13 +27934,13 @@
"ru": "Пользователь",
"zh-chs": "用戶",
"xloc": [
- "default.handlebars->27->1270",
- "default.handlebars->27->1478",
- "default.handlebars->27->1507",
- "default.handlebars->27->1624",
- "default.handlebars->27->1803",
+ "default.handlebars->27->1271",
+ "default.handlebars->27->1479",
+ "default.handlebars->27->1508",
+ "default.handlebars->27->1625",
+ "default.handlebars->27->1804",
"default.handlebars->27->211",
- "default.handlebars->27->621"
+ "default.handlebars->27->622"
]
},
{
@@ -27950,7 +27957,7 @@
"ru": "Пользователь + Файлы",
"zh-chs": "用戶+文件",
"xloc": [
- "default.handlebars->27->1508"
+ "default.handlebars->27->1509"
]
},
{
@@ -27967,10 +27974,10 @@
"ru": "Импорт учетной записи пользователя",
"zh-chs": "用戶帳戶導入",
"xloc": [
- "default.handlebars->27->1537",
"default.handlebars->27->1538",
- "default.handlebars->27->1540",
- "default.handlebars->27->1542"
+ "default.handlebars->27->1539",
+ "default.handlebars->27->1541",
+ "default.handlebars->27->1543"
]
},
{
@@ -27987,7 +27994,7 @@
"ru": "Учетные записи пользователей",
"zh-chs": "用戶帳號",
"xloc": [
- "default.handlebars->27->1829"
+ "default.handlebars->27->1830"
]
},
{
@@ -28004,9 +28011,9 @@
"ru": "Полномочия пользователя",
"zh-chs": "用戶授權",
"xloc": [
- "default-mobile.handlebars->9->395",
- "default.handlebars->27->1268",
- "default.handlebars->27->617"
+ "default-mobile.handlebars->9->396",
+ "default.handlebars->27->1269",
+ "default.handlebars->27->618"
]
},
{
@@ -28023,9 +28030,9 @@
"ru": "Согласие пользователя",
"zh-chs": "用戶同意",
"xloc": [
- "default.handlebars->27->1238",
- "default.handlebars->27->1702",
- "default.handlebars->27->561"
+ "default.handlebars->27->1239",
+ "default.handlebars->27->1703",
+ "default.handlebars->27->562"
]
},
{
@@ -28042,12 +28049,12 @@
"ru": "Группа пользователей",
"zh-chs": "用戶組",
"xloc": [
- "default.handlebars->27->1326",
"default.handlebars->27->1327",
- "default.handlebars->27->1600",
- "default.handlebars->27->1754",
- "default.handlebars->27->1773",
- "default.handlebars->27->620"
+ "default.handlebars->27->1328",
+ "default.handlebars->27->1601",
+ "default.handlebars->27->1755",
+ "default.handlebars->27->1774",
+ "default.handlebars->27->621"
]
},
{
@@ -28081,14 +28088,14 @@
"ru": "Членство в группах пользователей",
"zh-chs": "用戶組成員資格",
"xloc": [
- "default.handlebars->27->1751"
+ "default.handlebars->27->1752"
]
},
{
"en": "User ID",
"nl": "Gebruikers ID",
"xloc": [
- "default-mobile.handlebars->9->443"
+ "default-mobile.handlebars->9->444"
]
},
{
@@ -28105,17 +28112,17 @@
"ru": "Идентификатор пользователя",
"zh-chs": "用戶標識",
"xloc": [
- "default.handlebars->27->1387",
- "default.handlebars->27->1669",
- "default.handlebars->27->1670"
+ "default.handlebars->27->1388",
+ "default.handlebars->27->1670",
+ "default.handlebars->27->1671"
]
},
{
"en": "User Identifiers",
"nl": "Gebruikers-ID's",
"xloc": [
- "default.handlebars->27->1324",
- "default.handlebars->27->1653"
+ "default.handlebars->27->1325",
+ "default.handlebars->27->1654"
]
},
{
@@ -28132,7 +28139,7 @@
"ru": "Экспортировать список пользователей",
"zh-chs": "用戶列表導出",
"xloc": [
- "default.handlebars->27->1549"
+ "default.handlebars->27->1550"
]
},
{
@@ -28149,8 +28156,8 @@
"ru": "Имя пользователя",
"zh-chs": "用戶名",
"xloc": [
- "default-mobile.handlebars->9->442",
- "default.handlebars->27->1386"
+ "default-mobile.handlebars->9->443",
+ "default.handlebars->27->1387"
]
},
{
@@ -28212,7 +28219,7 @@
"ru": "Сессии пользователя",
"zh-chs": "用戶會話",
"xloc": [
- "default.handlebars->27->1846"
+ "default.handlebars->27->1847"
]
},
{
@@ -28271,7 +28278,7 @@
"en": "User \\\"{0}\\\"",
"nl": "Gebuiker \\\"{0}\\\"",
"xloc": [
- "default.handlebars->27->754"
+ "default.handlebars->27->755"
]
},
{
@@ -28288,8 +28295,8 @@
"ru": "Использовать настройки браузера",
"zh-chs": "用戶瀏覽器價值",
"xloc": [
- "default.handlebars->27->1151",
- "default.handlebars->27->1153"
+ "default.handlebars->27->1152",
+ "default.handlebars->27->1154"
]
},
{
@@ -28345,11 +28352,11 @@
"ru": "Имя пользователя",
"zh-chs": "用戶名",
"xloc": [
- "default-mobile.handlebars->9->267",
- "default.handlebars->27->1557",
- "default.handlebars->27->271",
- "default.handlebars->27->303",
- "default.handlebars->27->683",
+ "default-mobile.handlebars->9->268",
+ "default.handlebars->27->1558",
+ "default.handlebars->27->272",
+ "default.handlebars->27->304",
+ "default.handlebars->27->684",
"mstsc.handlebars->main->1->3->1->4->1->0",
"mstsc.handlebars->main->1->3->1->4->3",
"player.handlebars->3->4"
@@ -28408,9 +28415,9 @@
"ru": "Пользователи",
"zh-chs": "用戶數",
"xloc": [
- "default.handlebars->27->1588",
- "default.handlebars->27->1616",
- "default.handlebars->27->1845",
+ "default.handlebars->27->1589",
+ "default.handlebars->27->1617",
+ "default.handlebars->27->1846",
"default.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGeneral"
]
},
@@ -28428,7 +28435,7 @@
"ru": "Сессии пользователей",
"zh-chs": "用戶會話",
"xloc": [
- "default.handlebars->27->1833"
+ "default.handlebars->27->1834"
]
},
{
@@ -28445,14 +28452,14 @@
"ru": "VT100+ (F10 = ESC+[OY)",
"zh-chs": "VT100 +(F10 = ESC + [OY)",
"xloc": [
- "default.handlebars->27->793"
+ "default.handlebars->27->794"
]
},
{
"en": "Validate Email",
"nl": "E-mail valideren",
"xloc": [
- "default.handlebars->27->1520"
+ "default.handlebars->27->1521"
]
},
{
@@ -28469,7 +28476,7 @@
"ru": "Венда",
"zh-chs": "文達",
"xloc": [
- "default.handlebars->27->1142"
+ "default.handlebars->27->1143"
]
},
{
@@ -28486,10 +28493,10 @@
"ru": "Вендор",
"zh-chs": "供應商",
"xloc": [
- "default-mobile.handlebars->9->366",
- "default-mobile.handlebars->9->369",
- "default.handlebars->27->893",
- "default.handlebars->27->896"
+ "default-mobile.handlebars->9->367",
+ "default-mobile.handlebars->9->370",
+ "default.handlebars->27->894",
+ "default.handlebars->27->897"
]
},
{
@@ -28520,7 +28527,7 @@
"ru": "Проверенный",
"zh-chs": "已驗證",
"xloc": [
- "default.handlebars->27->1732"
+ "default.handlebars->27->1733"
]
},
{
@@ -28547,8 +28554,8 @@
"zh-chs": "验证电话号码",
"xloc": [
"default-mobile.handlebars->9->63",
- "default.handlebars->27->1516",
- "default.handlebars->27->931"
+ "default.handlebars->27->1517",
+ "default.handlebars->27->932"
]
},
{
@@ -28600,14 +28607,14 @@
"ru": "Версия",
"zh-chs": "版",
"xloc": [
- "default-mobile.handlebars->9->325",
- "default-mobile.handlebars->9->350",
- "default-mobile.handlebars->9->367",
- "default-mobile.handlebars->9->372",
- "default.handlebars->27->842",
- "default.handlebars->27->877",
- "default.handlebars->27->894",
- "default.handlebars->27->899",
+ "default-mobile.handlebars->9->326",
+ "default-mobile.handlebars->9->351",
+ "default-mobile.handlebars->9->368",
+ "default-mobile.handlebars->9->373",
+ "default.handlebars->27->843",
+ "default.handlebars->27->878",
+ "default.handlebars->27->895",
+ "default.handlebars->27->900",
"default.handlebars->container->column_l->p42->p42tbl->1->0->5"
]
},
@@ -28624,7 +28631,7 @@
"ru": "Версия несовместима, пожалуйста, сначала обновите установку MeshCentral",
"zh-chs": "版本不兼容,请先升级您的MeshCentral安装",
"xloc": [
- "default.handlebars->27->1877"
+ "default.handlebars->27->1878"
]
},
{
@@ -28659,7 +28666,7 @@
"ru": "Вьетнамский",
"zh-chs": "越南文",
"xloc": [
- "default.handlebars->27->1143"
+ "default.handlebars->27->1144"
]
},
{
@@ -28692,8 +28699,8 @@
"ru": "Просмотр журнала изменений",
"zh-chs": "查看变更日志",
"xloc": [
- "default.handlebars->27->1880",
- "default.handlebars->27->1882"
+ "default.handlebars->27->1881",
+ "default.handlebars->27->1883"
]
},
{
@@ -28710,7 +28717,7 @@
"ru": "Посмотреть примечания этого устройства",
"zh-chs": "查看有關此設備的註釋",
"xloc": [
- "default.handlebars->27->577"
+ "default.handlebars->27->578"
]
},
{
@@ -28727,7 +28734,7 @@
"ru": "Посмотреть примечания этой группы устройств",
"zh-chs": "查看有關此設備組的註釋",
"xloc": [
- "default.handlebars->27->1253"
+ "default.handlebars->27->1254"
]
},
{
@@ -28744,7 +28751,7 @@
"ru": "Посмотреть примечания об этом пользователе",
"zh-chs": "查看有關此用戶的註釋",
"xloc": [
- "default.handlebars->27->1710"
+ "default.handlebars->27->1711"
]
},
{
@@ -28761,7 +28768,7 @@
"ru": "Волапукский",
"zh-chs": "沃拉普克",
"xloc": [
- "default.handlebars->27->1144"
+ "default.handlebars->27->1145"
]
},
{
@@ -28808,7 +28815,7 @@
"ko": "사용자가 액세스 권한을 부여하기를 기다리는 중 ...",
"zh-chs": "正在等待用户授予访问权限...",
"xloc": [
- "default.handlebars->27->743"
+ "default.handlebars->27->744"
]
},
{
@@ -28824,8 +28831,8 @@
"ru": "Услуга",
"zh-chs": "唤醒",
"xloc": [
- "default.handlebars->27->633",
- "default.handlebars->27->652"
+ "default.handlebars->27->634",
+ "default.handlebars->27->653"
]
},
{
@@ -28842,10 +28849,10 @@
"ru": "Разбудить устройства",
"zh-chs": "喚醒設備",
"xloc": [
- "default-mobile.handlebars->9->418",
- "default-mobile.handlebars->9->431",
- "default.handlebars->27->1346",
- "default.handlebars->27->1374"
+ "default-mobile.handlebars->9->419",
+ "default-mobile.handlebars->9->432",
+ "default.handlebars->27->1347",
+ "default.handlebars->27->1375"
]
},
{
@@ -28862,8 +28869,8 @@
"ru": "Разбудить",
"zh-chs": "醒來",
"xloc": [
- "default-mobile.handlebars->9->259",
- "default.handlebars->27->667"
+ "default-mobile.handlebars->9->260",
+ "default.handlebars->27->668"
]
},
{
@@ -28880,7 +28887,7 @@
"ru": "Разбудить устройства",
"zh-chs": "喚醒設備",
"xloc": [
- "default.handlebars->27->425"
+ "default.handlebars->27->426"
]
},
{
@@ -28897,7 +28904,7 @@
"ru": "Валлонский",
"zh-chs": "瓦隆",
"xloc": [
- "default.handlebars->27->1145"
+ "default.handlebars->27->1146"
]
},
{
@@ -28914,7 +28921,7 @@
"ru": "Слабый",
"zh-chs": "弱",
"xloc": [
- "default.handlebars->27->1198"
+ "default.handlebars->27->1199"
]
},
{
@@ -28951,8 +28958,8 @@
"ru": "Веб-сервер",
"zh-chs": "網絡服務器",
"xloc": [
- "default.handlebars->27->1866",
- "default.handlebars->27->1867"
+ "default.handlebars->27->1867",
+ "default.handlebars->27->1868"
]
},
{
@@ -28969,7 +28976,7 @@
"ru": "Запросы веб-сервера",
"zh-chs": "Web服務器請求",
"xloc": [
- "default.handlebars->27->1868"
+ "default.handlebars->27->1869"
]
},
{
@@ -28986,14 +28993,14 @@
"ru": "Ретранслятор Web Socket",
"zh-chs": "Web套接字中繼",
"xloc": [
- "default.handlebars->27->1869"
+ "default.handlebars->27->1870"
]
},
{
"en": "Web-RDP",
"nl": "Web-RDP",
"xloc": [
- "default.handlebars->27->603"
+ "default.handlebars->27->604"
]
},
{
@@ -29046,7 +29053,7 @@
"ru": "Уэльский",
"zh-chs": "威爾士語",
"xloc": [
- "default.handlebars->27->1146"
+ "default.handlebars->27->1147"
]
},
{
@@ -29063,7 +29070,7 @@
"ru": "Когда этот параметр включен, коды приглашений могут использоваться любым пользователем для присоединения устройств к этой группе устройств по следующей общедоступной ссылке:",
"zh-chs": "啟用後,任何人都可以使用邀請代碼通過以下公共鏈接將設備加入該設備組:",
"xloc": [
- "default.handlebars->27->1395"
+ "default.handlebars->27->1396"
]
},
{
@@ -29081,7 +29088,7 @@
"zh-chs": "啟用後,每次登錄時,您都可以選擇向電子郵件帳戶接收登錄令牌,以提高安全性。",
"xloc": [
"default-mobile.handlebars->9->69",
- "default.handlebars->27->938"
+ "default.handlebars->27->939"
]
},
{
@@ -29098,7 +29105,7 @@
"ru": "Будет изменено при следующем входе в систему.",
"zh-chs": "下次登錄時將更改。",
"xloc": [
- "default.handlebars->27->1682"
+ "default.handlebars->27->1683"
]
},
{
@@ -29257,7 +29264,7 @@
"ru": "Исполняемый файл Win32",
"zh-chs": "Win32可執行文件",
"xloc": [
- "default.handlebars->27->711"
+ "default.handlebars->27->712"
]
},
{
@@ -29274,7 +29281,7 @@
"ru": "WinSCP",
"zh-chs": "WinSCP",
"xloc": [
- "default.handlebars->27->599"
+ "default.handlebars->27->600"
]
},
{
@@ -29291,7 +29298,7 @@
"ru": "Windows",
"zh-chs": "視窗",
"xloc": [
- "default.handlebars->27->350"
+ "default.handlebars->27->351"
]
},
{
@@ -29308,8 +29315,8 @@
"ru": "Windows (.exe)",
"zh-chs": "Windows(.exe)",
"xloc": [
- "default.handlebars->27->362",
- "default.handlebars->27->379"
+ "default.handlebars->27->363",
+ "default.handlebars->27->380"
]
},
{
@@ -29326,7 +29333,7 @@
"ru": "Windows (32bit)",
"zh-chs": "Windows(32位)",
"xloc": [
- "default.handlebars->27->715"
+ "default.handlebars->27->716"
]
},
{
@@ -29343,7 +29350,7 @@
"ru": "Windows (64bit)",
"zh-chs": "Windows(64位)",
"xloc": [
- "default.handlebars->27->716"
+ "default.handlebars->27->717"
]
},
{
@@ -29360,7 +29367,7 @@
"ru": "Windows (Удаление)",
"zh-chs": "Windows(卸載)",
"xloc": [
- "default.handlebars->27->353"
+ "default.handlebars->27->354"
]
},
{
@@ -29473,8 +29480,8 @@
"en": "Windows Command Prompt",
"nl": "Windows opdrachtprompt",
"xloc": [
- "default.handlebars->27->438",
- "default.handlebars->27->677"
+ "default.handlebars->27->439",
+ "default.handlebars->27->678"
]
},
{
@@ -29517,8 +29524,8 @@
"en": "Windows PowerShell",
"nl": "Windows PowerShell",
"xloc": [
- "default.handlebars->27->439",
- "default.handlebars->27->678"
+ "default.handlebars->27->440",
+ "default.handlebars->27->679"
]
},
{
@@ -29535,7 +29542,7 @@
"ru": "Только Windows",
"zh-chs": "僅Windows",
"xloc": [
- "default.handlebars->27->323"
+ "default.handlebars->27->324"
]
},
{
@@ -29552,8 +29559,8 @@
"ru": "Windows x64 (.exe)",
"zh-chs": "Windows x64(.exe)",
"xloc": [
- "default.handlebars->27->366",
- "default.handlebars->27->382"
+ "default.handlebars->27->367",
+ "default.handlebars->27->383"
]
},
{
@@ -29587,7 +29594,7 @@
"ru": "Перенос строк: ВЫКЛ",
"zh-chs": "包裝:關閉",
"xloc": [
- "default.handlebars->27->829"
+ "default.handlebars->27->830"
]
},
{
@@ -29604,7 +29611,7 @@
"ru": "Перенос строк: ВКЛ",
"zh-chs": "包裝:開",
"xloc": [
- "default.handlebars->27->828"
+ "default.handlebars->27->829"
]
},
{
@@ -29621,7 +29628,7 @@
"ru": "Записать событие к этому устройству",
"zh-chs": "為此設備寫一個事件",
"xloc": [
- "default.handlebars->27->579"
+ "default.handlebars->27->580"
]
},
{
@@ -29675,7 +29682,7 @@
"ru": "XTerm",
"zh-chs": "XTerm",
"xloc": [
- "default.handlebars->27->593"
+ "default.handlebars->27->594"
]
},
{
@@ -29692,7 +29699,7 @@
"ru": "Кос",
"zh-chs": "科薩",
"xloc": [
- "default.handlebars->27->1147"
+ "default.handlebars->27->1148"
]
},
{
@@ -29709,7 +29716,7 @@
"ru": "Идиш",
"zh-chs": "意第緒語",
"xloc": [
- "default.handlebars->27->1148"
+ "default.handlebars->27->1149"
]
},
{
@@ -29784,7 +29791,7 @@
"ru": "YubiKey™ OTP",
"zh-chs": "YubiKey™ OTP",
"xloc": [
- "default.handlebars->27->950"
+ "default.handlebars->27->951"
]
},
{
@@ -29801,7 +29808,7 @@
"ru": "Масштабирование по размеру",
"zh-chs": "縮放至適合範圍",
"xloc": [
- "default.handlebars->27->488"
+ "default.handlebars->27->489"
]
},
{
@@ -29818,8 +29825,8 @@
"ru": "Масштабирование +",
"zh-chs": "放大到一定程度",
"xloc": [
- "default.handlebars->27->485",
- "default.handlebars->27->491"
+ "default.handlebars->27->486",
+ "default.handlebars->27->492"
]
},
{
@@ -29836,8 +29843,8 @@
"ru": "Масштабирование -",
"zh-chs": "縮小到一定程度",
"xloc": [
- "default.handlebars->27->486",
- "default.handlebars->27->492"
+ "default.handlebars->27->487",
+ "default.handlebars->27->493"
]
},
{
@@ -29854,7 +29861,7 @@
"ru": "Зулусский",
"zh-chs": "祖魯族",
"xloc": [
- "default.handlebars->27->1149"
+ "default.handlebars->27->1150"
]
},
{
@@ -30067,7 +30074,7 @@
"ru": "\\\\'",
"zh-chs": "\\\\'",
"xloc": [
- "default.handlebars->27->1878"
+ "default.handlebars->27->1879"
]
},
{
@@ -30079,8 +30086,8 @@
"fr": "a:",
"de": "a:",
"xloc": [
- "default.handlebars->27->467",
- "default.handlebars->27->468"
+ "default.handlebars->27->468",
+ "default.handlebars->27->469"
]
},
{
@@ -30115,7 +30122,7 @@
"ru": "админ",
"zh-chs": "管理員",
"xloc": [
- "default.handlebars->27->272"
+ "default.handlebars->27->273"
]
},
{
@@ -30156,8 +30163,8 @@
"en": "atag:",
"nl": "atag:",
"xloc": [
- "default.handlebars->27->465",
- "default.handlebars->27->466"
+ "default.handlebars->27->466",
+ "default.handlebars->27->467"
]
},
{
@@ -30243,7 +30250,7 @@
"ru": "console.txt",
"zh-chs": "console.txt",
"xloc": [
- "default.handlebars->27->921"
+ "default.handlebars->27->922"
]
},
{
@@ -30261,7 +30268,7 @@
"zh-chs": "複製",
"xloc": [
"default-mobile.handlebars->9->130",
- "default.handlebars->27->1462"
+ "default.handlebars->27->1463"
]
},
{
@@ -30285,8 +30292,8 @@
"ru": "devicelist.csv",
"zh-chs": "devicelist.csv",
"xloc": [
- "default.handlebars->27->444",
- "default.handlebars->27->449"
+ "default.handlebars->27->445",
+ "default.handlebars->27->450"
]
},
{
@@ -30303,8 +30310,8 @@
"ru": "devicelist.json",
"zh-chs": "devicelist.json",
"xloc": [
- "default.handlebars->27->446",
- "default.handlebars->27->450"
+ "default.handlebars->27->447",
+ "default.handlebars->27->451"
]
},
{
@@ -30335,8 +30342,8 @@
"ru": "eventslist.csv",
"zh-chs": "eventslist.csv",
"xloc": [
- "default.handlebars->27->1485",
- "default.handlebars->27->1490"
+ "default.handlebars->27->1486",
+ "default.handlebars->27->1491"
]
},
{
@@ -30353,8 +30360,8 @@
"ru": "eventslist.json",
"zh-chs": "eventslist.json",
"xloc": [
- "default.handlebars->27->1487",
- "default.handlebars->27->1491"
+ "default.handlebars->27->1488",
+ "default.handlebars->27->1492"
]
},
{
@@ -30371,7 +30378,7 @@
"ru": "example@email.com",
"zh-chs": "example@email.com",
"xloc": [
- "default.handlebars->27->319"
+ "default.handlebars->27->320"
]
},
{
@@ -30388,7 +30395,7 @@
"ru": "свободно",
"zh-chs": "自由",
"xloc": [
- "default.handlebars->27->1841"
+ "default.handlebars->27->1842"
]
},
{
@@ -30407,8 +30414,8 @@
"xloc": [
"default-mobile.handlebars->9->141",
"default-mobile.handlebars->9->142",
- "default.handlebars->27->459",
- "default.handlebars->27->460"
+ "default.handlebars->27->460",
+ "default.handlebars->27->461"
]
},
{
@@ -30427,8 +30434,8 @@
"xloc": [
"default-mobile.handlebars->9->139",
"default-mobile.handlebars->9->140",
- "default.handlebars->27->457",
- "default.handlebars->27->458"
+ "default.handlebars->27->458",
+ "default.handlebars->27->459"
]
},
{
@@ -30573,7 +30580,7 @@
"ru": "id, name, email, creation, lastlogin, groups, authfactors",
"zh-chs": "id,名稱,電子郵件,創建,lastlogin,組,authfactors",
"xloc": [
- "default.handlebars->27->1550"
+ "default.handlebars->27->1551"
]
},
{
@@ -30590,7 +30597,7 @@
"ru": "идентификатор, имя, имя, хост, значок, ip, osdesc, состояние, имя группы, conn, pwr",
"zh-chs": "id,名稱,rname,主機,圖標,ip,osdesc,狀態,組名,conn,pwr",
"xloc": [
- "default.handlebars->27->448"
+ "default.handlebars->27->449"
]
},
{
@@ -30609,8 +30616,8 @@
"xloc": [
"default-mobile.handlebars->9->137",
"default-mobile.handlebars->9->138",
- "default.handlebars->27->455",
- "default.handlebars->27->456"
+ "default.handlebars->27->456",
+ "default.handlebars->27->457"
]
},
{
@@ -30674,7 +30681,7 @@
"ru": "k max, пусто по умолчанию",
"zh-chs": "k max,默认为空白",
"xloc": [
- "default.handlebars->27->1574"
+ "default.handlebars->27->1575"
]
},
{
@@ -30710,28 +30717,28 @@
"zh-chs": "移動",
"xloc": [
"default-mobile.handlebars->9->131",
- "default.handlebars->27->1463"
+ "default.handlebars->27->1464"
]
},
{
"en": "noVNC",
"nl": "noVNC",
"xloc": [
- "default.handlebars->27->601"
+ "default.handlebars->27->602"
]
},
{
"en": "noVNC Connection",
"nl": "noVNC verbinding",
"xloc": [
- "default.handlebars->27->472"
+ "default.handlebars->27->473"
]
},
{
"en": "noVNC remote connection port:",
"nl": "noVNC externe verbindingspoort:",
"xloc": [
- "default.handlebars->27->471"
+ "default.handlebars->27->472"
]
},
{
@@ -30762,7 +30769,7 @@
"ru": "servererrors.txt",
"zh-chs": "servererrors.txt",
"xloc": [
- "default.handlebars->27->1213"
+ "default.handlebars->27->1214"
]
},
{
@@ -30779,7 +30786,7 @@
"ru": "servertrace.csv",
"zh-chs": "servertrace.csv",
"xloc": [
- "default.handlebars->27->1876"
+ "default.handlebars->27->1877"
]
},
{
@@ -30798,8 +30805,8 @@
"xloc": [
"default-mobile.handlebars->9->145",
"default-mobile.handlebars->9->146",
- "default.handlebars->27->463",
- "default.handlebars->27->464"
+ "default.handlebars->27->464",
+ "default.handlebars->27->465"
]
},
{
@@ -30818,8 +30825,8 @@
"xloc": [
"default-mobile.handlebars->9->143",
"default-mobile.handlebars->9->144",
- "default.handlebars->27->461",
- "default.handlebars->27->462"
+ "default.handlebars->27->462",
+ "default.handlebars->27->463"
]
},
{
@@ -30836,7 +30843,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->1854"
+ "default.handlebars->27->1855"
]
},
{
@@ -30853,7 +30860,7 @@
"ru": "time, source, message",
"zh-chs": "時間,來源,訊息",
"xloc": [
- "default.handlebars->27->1875"
+ "default.handlebars->27->1876"
]
},
{
@@ -30884,7 +30891,7 @@
"ru": "всего",
"zh-chs": "總",
"xloc": [
- "default.handlebars->27->1842"
+ "default.handlebars->27->1843"
]
},
{
@@ -30903,8 +30910,8 @@
"xloc": [
"default-mobile.handlebars->9->135",
"default-mobile.handlebars->9->136",
- "default.handlebars->27->453",
- "default.handlebars->27->454"
+ "default.handlebars->27->454",
+ "default.handlebars->27->455"
]
},
{
@@ -30937,8 +30944,8 @@
"xloc": [
"default-mobile.handlebars->9->133",
"default-mobile.handlebars->9->134",
- "default.handlebars->27->451",
- "default.handlebars->27->452"
+ "default.handlebars->27->452",
+ "default.handlebars->27->453"
]
},
{
@@ -30955,8 +30962,8 @@
"ru": "userlist.csv",
"zh-chs": "userlist.csv",
"xloc": [
- "default.handlebars->27->1546",
- "default.handlebars->27->1551"
+ "default.handlebars->27->1547",
+ "default.handlebars->27->1552"
]
},
{
@@ -30973,8 +30980,8 @@
"ru": "userlist.json",
"zh-chs": "userlist.json",
"xloc": [
- "default.handlebars->27->1548",
- "default.handlebars->27->1552"
+ "default.handlebars->27->1549",
+ "default.handlebars->27->1553"
]
},
{
@@ -30991,7 +30998,7 @@
"ru": "utc, время, тип, действие, пользователь, устройство, сообщение",
"zh-chs": "utc,時間,類型,操作,用戶,設備,消息",
"xloc": [
- "default.handlebars->27->1489"
+ "default.handlebars->27->1490"
]
},
{
@@ -31025,7 +31032,7 @@
"ru": "{0} Гб",
"zh-chs": "{0} Gb",
"xloc": [
- "default.handlebars->27->1442"
+ "default.handlebars->27->1443"
]
},
{
@@ -31042,8 +31049,8 @@
"ru": "{0} Kб",
"zh-chs": "{0} Kb",
"xloc": [
- "default.handlebars->27->1440",
- "default.handlebars->27->1782"
+ "default.handlebars->27->1441",
+ "default.handlebars->27->1783"
]
},
{
@@ -31060,9 +31067,9 @@
"ru": "{0} Mб",
"zh-chs": "{0} Mb",
"xloc": [
- "default-mobile.handlebars->9->383",
- "default.handlebars->27->1441",
- "default.handlebars->27->910"
+ "default-mobile.handlebars->9->384",
+ "default.handlebars->27->1442",
+ "default.handlebars->27->911"
]
},
{
@@ -31079,8 +31086,8 @@
"ru": "{0} Мб, {1} Мгц",
"zh-chs": "{0} Mb,{1} Mhz",
"xloc": [
- "default-mobile.handlebars->9->378",
- "default.handlebars->27->905"
+ "default-mobile.handlebars->9->379",
+ "default.handlebars->27->906"
]
},
{
@@ -31097,7 +31104,7 @@
"ru": "{0} активных сессий",
"zh-chs": "{0}個活動會話",
"xloc": [
- "default.handlebars->27->1722"
+ "default.handlebars->27->1723"
]
},
{
@@ -31114,7 +31121,7 @@
"ru": "{0} байт",
"zh-chs": "{0} b",
"xloc": [
- "default.handlebars->27->1439"
+ "default.handlebars->27->1440"
]
},
{
@@ -31132,8 +31139,8 @@
"zh-chs": "{0}個字節",
"xloc": [
"default-mobile.handlebars->9->119",
- "default.handlebars->27->1450",
- "default.handlebars->27->1797"
+ "default.handlebars->27->1451",
+ "default.handlebars->27->1798"
]
},
{
@@ -31150,14 +31157,14 @@
"ru": "{0} байт осталось",
"zh-chs": "剩餘{0}個字節",
"xloc": [
- "default.handlebars->27->1434"
+ "default.handlebars->27->1435"
]
},
{
"en": "{0} connections",
"nl": "{0} verbindingen",
"xloc": [
- "default.handlebars->27->753"
+ "default.handlebars->27->754"
]
},
{
@@ -31174,7 +31181,7 @@
"ru": "{0} гигабайт осталось",
"zh-chs": "剩餘{0} GB",
"xloc": [
- "default.handlebars->27->1437"
+ "default.handlebars->27->1438"
]
},
{
@@ -31191,7 +31198,7 @@
"ru": "{0} групп",
"zh-chs": "{0}個群組",
"xloc": [
- "default.handlebars->27->1687"
+ "default.handlebars->27->1688"
]
},
{
@@ -31239,7 +31246,7 @@
"ru": "{0} килобайт осталось",
"zh-chs": "剩餘{0}千字節",
"xloc": [
- "default.handlebars->27->1435"
+ "default.handlebars->27->1436"
]
},
{
@@ -31274,7 +31281,7 @@
"ru": "{0} мегабайт осталось",
"zh-chs": "剩餘{0}兆字節",
"xloc": [
- "default.handlebars->27->1436"
+ "default.handlebars->27->1437"
]
},
{
@@ -31308,7 +31315,7 @@
"ru": "Еще {0} пользователей не показаны, используйте поиск для нахождения пользователей...",
"zh-chs": "{0}未顯示更多用戶,請使用搜索框查找用戶...",
"xloc": [
- "default.handlebars->27->1499"
+ "default.handlebars->27->1500"
]
},
{
@@ -31325,7 +31332,7 @@
"ru": "{0} устройств",
"zh-chs": "{0}個節點",
"xloc": [
- "default.handlebars->27->386"
+ "default.handlebars->27->387"
]
},
{
@@ -31446,7 +31453,7 @@
"default-mobile.handlebars->9->169",
"default-mobile.handlebars->9->172",
"default-mobile.handlebars->9->175",
- "default.handlebars->27->1503",
+ "default.handlebars->27->1504",
"default.handlebars->27->229",
"default.handlebars->27->232",
"default.handlebars->27->235",
@@ -31469,7 +31476,7 @@
"ru": "{0} настройки (.msh)",
"zh-chs": "{0}設置(.msh)",
"xloc": [
- "default.handlebars->27->369"
+ "default.handlebars->27->370"
]
},
{
@@ -31521,7 +31528,7 @@
"ru": "{0} пользователей",
"zh-chs": "{0}個用戶",
"xloc": [
- "default.handlebars->27->246"
+ "default.handlebars->27->247"
]
},
{
@@ -31572,7 +31579,7 @@
"ru": "{0}k в 1 файле. {1}k максимум",
"zh-chs": "{0} k合1檔案。最多{1} k",
"xloc": [
- "default.handlebars->27->1444"
+ "default.handlebars->27->1445"
]
},
{
@@ -31589,7 +31596,7 @@
"ru": "{0}k в {1} файлах. {2}k максимум",
"zh-chs": "{1}個文件中有{0}個。最多{2} k",
"xloc": [
- "default.handlebars->27->1443"
+ "default.handlebars->27->1444"
]
},
{
diff --git a/views/default-mobile.handlebars b/views/default-mobile.handlebars
index c1f2b5d4..add8134f 100644
--- a/views/default-mobile.handlebars
+++ b/views/default-mobile.handlebars
@@ -230,6 +230,7 @@
box-shadow: 2px 2px 10px black;
cursor:pointer;
margin-left:3px;
+ float:left;
}
.deviceNotifyDotSub:hover {
@@ -253,6 +254,7 @@
box-shadow: 2px 2px 10px black;
cursor:pointer;
margin-left:2px;
+ float:left;
}
.deviceNotifySmallDotSub:hover {
@@ -268,8 +270,8 @@
.deviceNotifyLargeDotSub {
text-align:center;
- width:40px;
- height:40px;
+ width:35px;
+ height:35px;
color:#FFF;
padding:2px;
background-color:#00F;
@@ -277,6 +279,8 @@
box-shadow: 2px 2px 10px black;
cursor:pointer;
margin-left:4px;
+ font-size:30px;
+ float:left;
}
.deviceNotifyLargeDotSub:hover {
@@ -518,8 +522,9 @@
@@ -2167,6 +2172,11 @@
// This device has session information
if (nodes[i].sessions != null) {
+ // Display any agent messages
+ if (nodes[i].sessions.msg != null) {
+ devNotifySub += '
' + Object.keys(nodes[i].sessions.msg).length + '
';
+ }
+
// Sessions are active
if ((nodes[i].sessions.kvm != null) || (nodes[i].sessions.terminal != null) || (nodes[i].sessions.files != null) || (nodes[i].sessions.tcp != null) || (nodes[i].sessions.udp != null)) {
devNotifySub += '
';
@@ -2286,6 +2296,22 @@
if (x != '') setDialogMode(2, "Sessions" + ' - ' + EscapeHtml(node.name), 1, null, x, 'SESSIONS-' + node._id);
}
+ // Show currently active sessions on this device
+ function showDeviceMessages(nodeid, force, e) {
+ if (e) haltEvent(e);
+ if (xxdialogMode && !force) return false;
+ var node = null, x = '';
+ if (nodeid == null) { node = currentNode; } else { node = getNodeFromId(nodeid); }
+ if ((node == null) || (node.sessions == null) || (node.sessions.msg == null)) { setDialogMode(0); return false; }
+ for (var i in node.sessions.msg) {
+ var msg = i;
+ if (typeof node.sessions.msg[i].msg == 'string') { msg = node.sessions.msg[i].msg; }
+ x += '
' + EscapeHtml(i) + '
';
+ }
+ if (x != '') setDialogMode(2, "Agent Messages" + ' - ' + EscapeHtml(node.name), 1, null, x, 'MESSAGES-' + node._id);
+ return false;
+ }
+
var powerStatetable = ['', "Powered", "Sleep", "Sleep", "Sleep", "Hibernating", "Power off", "Present"];
var powerStateStrings = ['', "Powered", "Sleeping", "Sleeping", "Deep Sleep", "Hibernating", "Soft-Off", "Present"];
var powerStateStrings2 = ['', "Device is powered", "Device is in sleep state (S1)", "Device is in sleep state (S2)", "Device is in deep sleep state (S3)", "Device is hibernating (S4)", "Device is in soft-off state (S5)", "Device is present, but power state cannot be determined"];
@@ -2370,6 +2396,7 @@
// Setup session notification
QV('p10deviceNotify', (currentNode.sessions != null) && ((node.sessions.kvm != null) || (node.sessions.terminal != null) || (node.sessions.files != null) || (node.sessions.tcp != null) || (node.sessions.udp != null)));
QV('p10deviceStar', stars[currentNode._id] == 1);
+ if ((currentNode.sessions != null) && (currentNode.sessions.msg != null)) { QV('p10deviceMsg', true); QH('p10deviceMsg', Object.keys(currentNode.sessions.msg).length); } else { QV('p10deviceMsg', false); }
// Device Battery
QV('p10deviceBattery', false);
@@ -2557,7 +2584,7 @@
go(panel);
// Update the footer menu
- setupDeviceMenu();
+ if (xxcurrentView == 10) { setupDeviceMenu(); }
}
function deviceToastFunction() {
diff --git a/views/default.handlebars b/views/default.handlebars
index 32d86154..0143a0dc 100644
--- a/views/default.handlebars
+++ b/views/default.handlebars
@@ -496,8 +496,9 @@
|
@@ -2913,6 +2914,7 @@
// If we are looking at the sessions dialog box for this device now, update it
if (xxdialogTag == ('SESSIONS-' + message.event.nodeid)) { showDeviceSessions(message.event.nodeid, true); }
+ if (xxdialogTag == ('MESSAGES-' + message.event.nodeid)) { showDeviceMessages(message.event.nodeid, true); }
break;
}
@@ -3365,6 +3367,15 @@
// This device has session information
if (node.sessions != null) {
+ // Display any agent messages
+ if (node.sessions.msg != null) {
+ if (view == 2) {
+ devNotifySub += '';
+ } else {
+ devNotifySub += ' ' + Object.keys(node.sessions.msg).length + ' ';
+ }
+ }
+
// Sessions are active
if ((node.sessions.kvm != null) || (node.sessions.terminal != null) || (node.sessions.files != null) || (node.sessions.tcp != null) || (node.sessions.udp != null)) {
if (view == 2) {
@@ -3678,6 +3689,22 @@
return false;
}
+ // Show currently active sessions on this device
+ function showDeviceMessages(nodeid, force, e) {
+ if (e) haltEvent(e);
+ if (xxdialogMode && !force) return false;
+ var node = null, x = '';
+ if (nodeid == null) { node = currentNode; } else { node = getNodeFromId(nodeid); }
+ if ((node == null) || (node.sessions == null) || (node.sessions.msg == null)) { setDialogMode(0); return false; }
+ for (var i in node.sessions.msg) {
+ var msg = i;
+ if (typeof node.sessions.msg[i].msg == 'string') { msg = node.sessions.msg[i].msg; }
+ x += '' + EscapeHtml(i) + ' ';
+ }
+ if (x != '') setDialogMode(2, "Agent Messages" + ' - ' + EscapeHtml(node.name), 1, null, x, 'MESSAGES-' + node._id);
+ return false;
+ }
+
function toggleCollapseGroup(id, id2, type) {
var x;
if (type == 2) {
@@ -5318,6 +5345,7 @@
// Device Notification
QV('p10deviceNotify', (currentNode.sessions != null) && ((currentNode.sessions.kvm != null) || (currentNode.sessions.terminal != null) || (currentNode.sessions.files != null) || (currentNode.sessions.tcp != null) || (currentNode.sessions.udp != null)));
QV('p10deviceStar', stars[currentNode._id] == 1);
+ if ((currentNode.sessions != null) && (currentNode.sessions.msg != null)) { QV('p10deviceMsg', true); QH('p10deviceMsg', Object.keys(currentNode.sessions.msg).length); } else { QV('p10deviceMsg', false); }
// Device Battery
QV('p10deviceBattery', false);
|