From c28ed4536837e0da7907f5143b0d98bb5697aa02 Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Fri, 21 Aug 2020 01:57:03 -0700 Subject: [PATCH] First version of auto-upload backup to Google Cloud. --- db.js | 55 +- emails/translations/account-check-min_cs.html | 1 - emails/translations/account-check-min_de.html | 1 - emails/translations/account-check-min_es.html | 1 - emails/translations/account-check-min_fi.html | 1 - emails/translations/account-check-min_fr.html | 1 - emails/translations/account-check-min_hi.html | 1 - emails/translations/account-check-min_ja.html | 1 - emails/translations/account-check-min_ko.html | 1 - emails/translations/account-check-min_nl.html | 1 - emails/translations/account-check-min_pt.html | 1 - emails/translations/account-check-min_ru.html | 1 - .../account-check-min_zh-chs.html | 1 - .../account-check-min_zh-cht.html | 1 - .../translations/account-invite-min_cs.html | 1 - .../translations/account-invite-min_de.html | 1 - .../translations/account-invite-min_es.html | 1 - .../translations/account-invite-min_fi.html | 1 - .../translations/account-invite-min_fr.html | 1 - .../translations/account-invite-min_hi.html | 1 - .../translations/account-invite-min_ja.html | 1 - .../translations/account-invite-min_ko.html | 1 - .../translations/account-invite-min_nl.html | 1 - .../translations/account-invite-min_pt.html | 1 - .../translations/account-invite-min_ru.html | 1 - .../account-invite-min_zh-chs.html | 1 - .../account-invite-min_zh-cht.html | 1 - emails/translations/account-login-min_cs.html | 1 - emails/translations/account-login-min_de.html | 1 - emails/translations/account-login-min_es.html | 1 - emails/translations/account-login-min_fi.html | 1 - emails/translations/account-login-min_fr.html | 1 - emails/translations/account-login-min_hi.html | 1 - emails/translations/account-login-min_ja.html | 1 - emails/translations/account-login-min_ko.html | 1 - emails/translations/account-login-min_nl.html | 1 - emails/translations/account-login-min_pt.html | 1 - emails/translations/account-login-min_ru.html | 1 - .../account-login-min_zh-chs.html | 1 - .../account-login-min_zh-cht.html | 1 - emails/translations/account-reset-min_cs.html | 1 - emails/translations/account-reset-min_de.html | 1 - emails/translations/account-reset-min_es.html | 1 - emails/translations/account-reset-min_fi.html | 1 - emails/translations/account-reset-min_fr.html | 1 - emails/translations/account-reset-min_hi.html | 1 - emails/translations/account-reset-min_ja.html | 1 - emails/translations/account-reset-min_ko.html | 1 - emails/translations/account-reset-min_nl.html | 1 - emails/translations/account-reset-min_pt.html | 1 - emails/translations/account-reset-min_ru.html | 1 - .../account-reset-min_zh-chs.html | 1 - .../account-reset-min_zh-cht.html | 1 - emails/translations/mesh-invite-min_cs.html | 1 - emails/translations/mesh-invite-min_de.html | 1 - emails/translations/mesh-invite-min_es.html | 1 - emails/translations/mesh-invite-min_fi.html | 1 - emails/translations/mesh-invite-min_fr.html | 1 - emails/translations/mesh-invite-min_hi.html | 1 - emails/translations/mesh-invite-min_ja.html | 1 - emails/translations/mesh-invite-min_ko.html | 1 - emails/translations/mesh-invite-min_nl.html | 1 - emails/translations/mesh-invite-min_pt.html | 1 - emails/translations/mesh-invite-min_ru.html | 1 - .../translations/mesh-invite-min_zh-chs.html | 1 - .../translations/mesh-invite-min_zh-cht.html | 1 - meshcentral.js | 9 +- meshuser.js | 35 + package.json | 3 + translate/translate.json | 3596 +++++++++-------- views/default.handlebars | 52 +- 71 files changed, 1975 insertions(+), 1840 deletions(-) delete mode 100644 emails/translations/account-check-min_cs.html delete mode 100644 emails/translations/account-check-min_de.html delete mode 100644 emails/translations/account-check-min_es.html delete mode 100644 emails/translations/account-check-min_fi.html delete mode 100644 emails/translations/account-check-min_fr.html delete mode 100644 emails/translations/account-check-min_hi.html delete mode 100644 emails/translations/account-check-min_ja.html delete mode 100644 emails/translations/account-check-min_ko.html delete mode 100644 emails/translations/account-check-min_nl.html delete mode 100644 emails/translations/account-check-min_pt.html delete mode 100644 emails/translations/account-check-min_ru.html delete mode 100644 emails/translations/account-check-min_zh-chs.html delete mode 100644 emails/translations/account-check-min_zh-cht.html delete mode 100644 emails/translations/account-invite-min_cs.html delete mode 100644 emails/translations/account-invite-min_de.html delete mode 100644 emails/translations/account-invite-min_es.html delete mode 100644 emails/translations/account-invite-min_fi.html delete mode 100644 emails/translations/account-invite-min_fr.html delete mode 100644 emails/translations/account-invite-min_hi.html delete mode 100644 emails/translations/account-invite-min_ja.html delete mode 100644 emails/translations/account-invite-min_ko.html delete mode 100644 emails/translations/account-invite-min_nl.html delete mode 100644 emails/translations/account-invite-min_pt.html delete mode 100644 emails/translations/account-invite-min_ru.html delete mode 100644 emails/translations/account-invite-min_zh-chs.html delete mode 100644 emails/translations/account-invite-min_zh-cht.html delete mode 100644 emails/translations/account-login-min_cs.html delete mode 100644 emails/translations/account-login-min_de.html delete mode 100644 emails/translations/account-login-min_es.html delete mode 100644 emails/translations/account-login-min_fi.html delete mode 100644 emails/translations/account-login-min_fr.html delete mode 100644 emails/translations/account-login-min_hi.html delete mode 100644 emails/translations/account-login-min_ja.html delete mode 100644 emails/translations/account-login-min_ko.html delete mode 100644 emails/translations/account-login-min_nl.html delete mode 100644 emails/translations/account-login-min_pt.html delete mode 100644 emails/translations/account-login-min_ru.html delete mode 100644 emails/translations/account-login-min_zh-chs.html delete mode 100644 emails/translations/account-login-min_zh-cht.html delete mode 100644 emails/translations/account-reset-min_cs.html delete mode 100644 emails/translations/account-reset-min_de.html delete mode 100644 emails/translations/account-reset-min_es.html delete mode 100644 emails/translations/account-reset-min_fi.html delete mode 100644 emails/translations/account-reset-min_fr.html delete mode 100644 emails/translations/account-reset-min_hi.html delete mode 100644 emails/translations/account-reset-min_ja.html delete mode 100644 emails/translations/account-reset-min_ko.html delete mode 100644 emails/translations/account-reset-min_nl.html delete mode 100644 emails/translations/account-reset-min_pt.html delete mode 100644 emails/translations/account-reset-min_ru.html delete mode 100644 emails/translations/account-reset-min_zh-chs.html delete mode 100644 emails/translations/account-reset-min_zh-cht.html delete mode 100644 emails/translations/mesh-invite-min_cs.html delete mode 100644 emails/translations/mesh-invite-min_de.html delete mode 100644 emails/translations/mesh-invite-min_es.html delete mode 100644 emails/translations/mesh-invite-min_fi.html delete mode 100644 emails/translations/mesh-invite-min_fr.html delete mode 100644 emails/translations/mesh-invite-min_hi.html delete mode 100644 emails/translations/mesh-invite-min_ja.html delete mode 100644 emails/translations/mesh-invite-min_ko.html delete mode 100644 emails/translations/mesh-invite-min_nl.html delete mode 100644 emails/translations/mesh-invite-min_pt.html delete mode 100644 emails/translations/mesh-invite-min_ru.html delete mode 100644 emails/translations/mesh-invite-min_zh-chs.html delete mode 100644 emails/translations/mesh-invite-min_zh-cht.html diff --git a/db.js b/db.js index 0dc04dce..3b3bed49 100644 --- a/db.js +++ b/db.js @@ -1329,7 +1329,7 @@ module.exports.CreateDB = function (parent, func) { } else { archive = archiver('zip', { zlib: { level: 9 } }); } - output.on('close', function () { obj.performingBackup = false; setTimeout(function () { try { parent.fs.unlink(newBackupPath + '.archive', function () { }); } catch (ex) { console.log(ex); } }, 5000); }); + output.on('close', function () { obj.performingBackup = false; obj.performCloudBackup(newAutoBackupPath + '.zip'); setTimeout(function () { try { parent.fs.unlink(newBackupPath + '.archive', function () { }); } catch (ex) { console.log(ex); } }, 5000); }); output.on('end', function () { }); archive.on('warning', function (err) { console.log('Backup warning: ' + err); }); archive.on('error', function (err) { console.log('Backup error: ' + err); }); @@ -1350,7 +1350,7 @@ module.exports.CreateDB = function (parent, func) { } else { archive = archiver('zip', { zlib: { level: 9 } }); } - output.on('close', function () { obj.performingBackup = false; }); + output.on('close', function () { obj.performingBackup = false; obj.performCloudBackup(newAutoBackupPath + '.zip'); }); output.on('end', function () { }); archive.on('warning', function (err) { console.log('Backup warning: ' + err); }); archive.on('error', function (err) { console.log('Backup error: ' + err); }); @@ -1384,6 +1384,57 @@ module.exports.CreateDB = function (parent, func) { return 0; } + // Perform cloud backup + obj.performCloudBackup = function(filename) { + if (parent.config.settings.autobackup.googledrive != true) return; + obj.Get('GoogleDriveBackup', function (err, docs) { + if ((err != null) || (docs.length != 1) || (docs[0].state == 3)) return; + const {google} = require('googleapis'); + const oAuth2Client = new google.auth.OAuth2(docs[0].clientid, docs[0].clientsecret, "urn:ietf:wg:oauth:2.0:oob"); + oAuth2Client.on('tokens', function(tokens) { if (tokens.refresh_token) { docs[0].token = tokens.refresh_token; parent.db.Set(docs[0]); } }); // Update the token in the database + oAuth2Client.setCredentials(docs[0].token); + const drive = google.drive({ version: 'v3', auth: oAuth2Client }); + const createdTimeSort = function (a, b) { if (a.createdTime > b.createdTime) return 1; if (a.createdTime < b.createdTime) return -1; return 0; } + + // Called once we know our folder id, clean up and upload a backup. + var useGoogleDrive = function (folderid) { + // List files to see if we need to delete some + drive.files.list({ + q: 'trashed = false and \'' + folderid + '\' in parents', + fields: 'nextPageToken, files(id, name, size, createdTime)', + }, function (err, res) { + if (err) { console.log('GoogleDrive error: ' + err); return; } + // Delete any old files if more than 10 files are present in the backup folder. + res.data.files.sort(createdTimeSort); + while (res.data.files.length > 10) { drive.files.delete({ fileId: res.data.files.shift().id }, function (err, res) { }); } + }); + + // Upload the backup + drive.files.create({ + requestBody: { name: require('path').basename(filename), mimeType: 'text/plain', parents: [folderid] }, + media: { mimeType: 'application/zip', body: require('fs').createReadStream(filename) }, + }, function (err, res) { + if (err) { console.log('GoogleDrive error: ' + err); return; } + }); + } + + // Find our backup folder, create one if needed. + drive.files.list({ + q: 'mimeType = \'application/vnd.google-apps.folder\' and name=\'MeshCentral-Backups\' and trashed = false', + fields: 'nextPageToken, files(id, name)', + }, function (err, res) { + if (err) { console.log('GoogleDrive error: ' + err); return; } + if (res.data.files.length == 0) { + // Create a folder + drive.files.create({ resource: { 'name': 'MeshCentral-Backups', 'mimeType': 'application/vnd.google-apps.folder' }, fields: 'id' }, function (err, file) { + if (err) { console.log('GoogleDrive error: ' + err); return; } + useGoogleDrive(file.data.id); + }); + } else { useGoogleDrive(res.data.files[0].id); } + }); + }); + } + function padNumber(number, digits) { return Array(Math.max(digits - String(number).length + 1, 0)).join(0) + number; } // Called when a node has changed diff --git a/emails/translations/account-check-min_cs.html b/emails/translations/account-check-min_cs.html deleted file mode 100644 index 9dd38c50..00000000 --- a/emails/translations/account-check-min_cs.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - Ověření e-mailem
[[[SERVERNAME]]] - Ověření

Ahoj [[[USERNAME]]], [[[SERVERNAME]]] požaduje ověření e-mailem a dokončete proces kliknutím na následující odkaz.

Kliknutím sem ověřte svou e-mailovou adresu.

Pokud jste tento požadavek nezačali, ignorujte tento e-mail.
\ No newline at end of file diff --git a/emails/translations/account-check-min_de.html b/emails/translations/account-check-min_de.html deleted file mode 100644 index 1ccd44d3..00000000 --- a/emails/translations/account-check-min_de.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - E-Mail-Überprüfung
[[[SERVERNAME]]] - Überprüfung

Hallo [[[USERNAME]]], [[[SERVERNAME]]] Wenn Sie eine E-Mail-Bestätigung anfordern, klicken Sie auf den folgenden Link, um den Vorgang abzuschließen.

Klicken Sie hier, um Ihre E-Mail-Adresse zu bestätigen.

Wenn Sie diese Anfrage nicht initiiert haben, ignorieren Sie diese Mail bitte.
\ No newline at end of file diff --git a/emails/translations/account-check-min_es.html b/emails/translations/account-check-min_es.html deleted file mode 100644 index 65a20de2..00000000 --- a/emails/translations/account-check-min_es.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - Verificación de Email
[[[SERVERNAME]]] - Invitación

Hola [[[USERNAME]]], [[[SERVERNAME]]] solicita la verificación por correo electrónico, haga clic en el siguiente enlace para completar el proceso.

Haga click aquí para verificar su dirección de e-mail

Si Ud. no inicio este proceso, por favor ignore este email
\ No newline at end of file diff --git a/emails/translations/account-check-min_fi.html b/emails/translations/account-check-min_fi.html deleted file mode 100644 index 5d58319a..00000000 --- a/emails/translations/account-check-min_fi.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - Sähköpostivarmistus
[[[SERVERNAME]]] - Todentaminen

Moi [[[USERNAME]]], [[[SERVERNAME]]] pyytää sähköpostitse vahvistusta, suorita prosessi napsauttamalla seuraavaa linkkiä.

Napsauta tätä vahvistaaksesi sähköpostiosoitteesi.

Jos et suorittanut tätä pyyntöä, voit ohitaa tämän sähköpostin.
\ No newline at end of file diff --git a/emails/translations/account-check-min_fr.html b/emails/translations/account-check-min_fr.html deleted file mode 100644 index 89deac60..00000000 --- a/emails/translations/account-check-min_fr.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - Vérification E-mail
[[[SERVERNAME]]] - Vérification

Bonjour [[[USERNAME]]], [[[SERVERNAME]]] demande une vérification par e-mail, cliquez sur le lien suivant pour terminer le processus.

Cliquez ici pour vérifier votre adresse e-mail.

Si vous n'avez pas initié cette demande, veuillez ignorer ce courrier.
\ No newline at end of file diff --git a/emails/translations/account-check-min_hi.html b/emails/translations/account-check-min_hi.html deleted file mode 100644 index 38b754cc..00000000 --- a/emails/translations/account-check-min_hi.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - ईमेल सत्यापन
[[[SERVERNAME]] - सत्यापन

हाय [[[USERNAME]]], [[[सर्वर का नाम]]] ईमेल सत्यापन का अनुरोध कर रहा है, प्रक्रिया को पूरा करने के लिए निम्न लिंक पर क्लिक करें।

अपना ई-मेल पता सत्यापित करने के लिए यहां क्लिक करें।

यदि आपने यह अनुरोध आरंभ नहीं किया है, तो कृपया इस मेल को अनदेखा करें।
\ No newline at end of file diff --git a/emails/translations/account-check-min_ja.html b/emails/translations/account-check-min_ja.html deleted file mode 100644 index 3874051d..00000000 --- a/emails/translations/account-check-min_ja.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]]-メールの確認
[[[SERVERNAME]]]-確認

[[[USERNAME]]]様 [[[SERVERNAME]]] がメールの確認をリクエストしている場合は、次のリンクをクリックしてプロセスを完了してください。

ここをクリックして、電子メールアドレスを確認してください。

このリクエストを開始していない場合は、このメールを無視してください。
\ No newline at end of file diff --git a/emails/translations/account-check-min_ko.html b/emails/translations/account-check-min_ko.html deleted file mode 100644 index d48a3a77..00000000 --- a/emails/translations/account-check-min_ko.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - Email 인증
[[[SERVERNAME]]] - 인증

안녕하세요, [[[USERNAME]]]님. [[[SERVERNAME]]] 이메일 검증을 요구하는 경우, 다음 링크를 클릭하여 과정을 완료하십시오.

이메일 주소를 검증하려면 여기를 클릭하십시오.

이 요청을 시작하지 않은 경우, 이 메일을 무시하십시오.
\ No newline at end of file diff --git a/emails/translations/account-check-min_nl.html b/emails/translations/account-check-min_nl.html deleted file mode 100644 index b586adb6..00000000 --- a/emails/translations/account-check-min_nl.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - E-mail Verificatie
[[[SERVERNAME]]] - Verificatie

Hallo [[[USERNAME]]], [[[SERVERNAME]]] vraagt om e-mailverificatie, klik op de volgende link om het proces te voltooien.

Klik hier om uw e-mailadres te verifiëren.

Als u dit verzoek niet heeft ingediend, dan kunt u deze e-mail negeren.
\ No newline at end of file diff --git a/emails/translations/account-check-min_pt.html b/emails/translations/account-check-min_pt.html deleted file mode 100644 index c1459803..00000000 --- a/emails/translations/account-check-min_pt.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - Email Verification
[[[SERVERNAME]]] - Verification

Hi [[[USERNAME]]], [[[SERVERNAME]]] is requesting email verification, click on the following link to complete the process.

Click here to verify your e-mail address.

If you did not initiate this request, please ignore this mail.
\ No newline at end of file diff --git a/emails/translations/account-check-min_ru.html b/emails/translations/account-check-min_ru.html deleted file mode 100644 index 7998a7ec..00000000 --- a/emails/translations/account-check-min_ru.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - подтверждение по электронной почте
[[[SERVERNAME]]] - Подтверждение

Привет [[[USERNAME]]], [[[SERVERNAME]]] запрашивает подтверждение по электронной почте, нажмите на следующую ссылку, чтобы завершить процесс.

Нажмите здесь, чтобы подтвердить свой адрес электронной почты.

Если вы не инициировали этот запрос, игнорируйте это письмо.
\ No newline at end of file diff --git a/emails/translations/account-check-min_zh-chs.html b/emails/translations/account-check-min_zh-chs.html deleted file mode 100644 index 03c6c69c..00000000 --- a/emails/translations/account-check-min_zh-chs.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]]-电子邮件验证
[[[SERVERNAME]]]-验证

[[[USERNAME]],你好, [[[SERVERNAME]]] 正在请求电子邮件验证,请单击以下链接以完成该过程。

单击此处以验证您的电子邮件地址。

如果您没有发起此请求,请忽略此邮件。
\ No newline at end of file diff --git a/emails/translations/account-check-min_zh-cht.html b/emails/translations/account-check-min_zh-cht.html deleted file mode 100644 index a18f8162..00000000 --- a/emails/translations/account-check-min_zh-cht.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]]-電子郵件驗證
[[[SERVERNAME]]]-驗證

[[[USERNAME]],你好, [[[服務器名稱]]] 正在請求電子郵件驗證,請單擊以下鏈接以完成該過程。

單擊此處以驗證您的電子郵件地址。

如果您沒有發起此請求,請忽略此郵件。
\ No newline at end of file diff --git a/emails/translations/account-invite-min_cs.html b/emails/translations/account-invite-min_cs.html deleted file mode 100644 index 7f3892c8..00000000 --- a/emails/translations/account-invite-min_cs.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - Pozvánka na účet
[[[SERVERNAME]]] - Pozvánka na účet

Účet byl pro vás vytvořen na serveru [[[SERVERNAME]]], nyní k němu máte přístup:

   Uživatelské jméno: [[[ACCOUNTNAME]]]
   Heslo: [[[PASSWORD]]]

S pozdravem,
[[[USERNAME]]]
\ No newline at end of file diff --git a/emails/translations/account-invite-min_de.html b/emails/translations/account-invite-min_de.html deleted file mode 100644 index c1a13ac3..00000000 --- a/emails/translations/account-invite-min_de.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - Kontoeinladung
[[[SERVERNAME]]] - Kontoeinladung

Auf dem Server wurde ein Konto für Sie erstellt [[[SERVERNAME]]]können Sie jetzt darauf zugreifen mit:

   Benutzername: [[[ACCOUNTNAME]]]
   Passwort: [[[PASSWORD]]]

Freundliche Grüße,
[[[USERNAME]]]
\ No newline at end of file diff --git a/emails/translations/account-invite-min_es.html b/emails/translations/account-invite-min_es.html deleted file mode 100644 index 6ac1a96c..00000000 --- a/emails/translations/account-invite-min_es.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - Invitación de Cuenta
[[[SERVERNAME]]] - Invitación de Cuenta

Una cuenta ha sido creada en su servidor [[[SERVERNAME]]], ahora puede acceder con:

   Usuario: [[[ACCOUNTNAME]]]
   Contraseña: [[[PASSWORD]]]

Atentamente,
[[[USERNAME]]]
\ No newline at end of file diff --git a/emails/translations/account-invite-min_fi.html b/emails/translations/account-invite-min_fi.html deleted file mode 100644 index c9b7d82a..00000000 --- a/emails/translations/account-invite-min_fi.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - Tili kutsu
[[[SERVERNAME]]] - Tili kutsu

Sinulle on luotu tili palvelimelle [[[SERVERNAME]]], voit käyttää sitä nyt:

   Käyttäjätunnus: [[[ACCOUNTNAME]]]
   Salasana: [[[PASSWORD]]]

Ystävällisin terveisin,
[[[USERNAME]]]
\ No newline at end of file diff --git a/emails/translations/account-invite-min_fr.html b/emails/translations/account-invite-min_fr.html deleted file mode 100644 index 79363e9e..00000000 --- a/emails/translations/account-invite-min_fr.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - Invitation au compte
[[[SERVERNAME]]] - Invitation au compte

Un compte a été créé pour vous sur le serveur [[[SERVERNAME]]], vous pouvez y accéder maintenant avec:

   Nom d'utilisateur: [[[ACCOUNTNAME]]]
   Mot de passe: [[[PASSWORD]]]

Meilleures salutations,
[[[USERNAME]]]
\ No newline at end of file diff --git a/emails/translations/account-invite-min_hi.html b/emails/translations/account-invite-min_hi.html deleted file mode 100644 index 6cc9317e..00000000 --- a/emails/translations/account-invite-min_hi.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - खाता निमंत्रण
[[[SERVERNAME]]] - खाता निमंत्रण

सर्वर पर आपके लिए एक खाता बनाया गया था [[[SERVERNAME]]], आप इसे अभी एक्सेस कर सकते हैं:

   उपयोगकर्ता नाम: [[[ACCOUNTNAME]]]
   कुंजिका: [[[PASSWORD]]]

सादर,
[[[उपयोगकर्ता नाम]]]
\ No newline at end of file diff --git a/emails/translations/account-invite-min_ja.html b/emails/translations/account-invite-min_ja.html deleted file mode 100644 index 2db915b6..00000000 --- a/emails/translations/account-invite-min_ja.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]]-アカウントの招待
[[[SERVERNAME]]]-アカウントの招待

サーバー上にアカウントが作成されました [[[SERVERNAME]]]、あなたは今それを使ってそれにアクセスできます:

   ユーザー名: [[[ACCOUNTNAME]]]
   パスワード: [[[PASSWORD]]]

宜しくお願いします、
[[[USERNAME]]]
\ No newline at end of file diff --git a/emails/translations/account-invite-min_ko.html b/emails/translations/account-invite-min_ko.html deleted file mode 100644 index 54bda02f..00000000 --- a/emails/translations/account-invite-min_ko.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - 계정 초대
[[[SERVERNAME]]] - 계정 초대

당신을 위해 서버에서 한 계정이 생성되었습니다. [[[SERVERNAME]]]이제 당신은 다음으로 접근 가능합니다:

   사용자 이름: [[[ACCOUNTNAME]]]
   암호: [[[PASSWORD]]]

최고의 안부를 전합니다,
[[[USERNAME]]]
\ No newline at end of file diff --git a/emails/translations/account-invite-min_nl.html b/emails/translations/account-invite-min_nl.html deleted file mode 100644 index befe7c8d..00000000 --- a/emails/translations/account-invite-min_nl.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - Account uitnodiging
[[[SERVERNAME]]] - Account uitnodiging

Er is een account voor je aangemaakt op de server [[[SERVERNAME]]], je hebt er nu toegang toe met:

   Gebruikersnaam: [[[ACCOUNTNAME]]]
   Wachtwoord: [[[PASSWORD]]]

Vriendelijke groeten,
[[[USERNAME]]]
\ No newline at end of file diff --git a/emails/translations/account-invite-min_pt.html b/emails/translations/account-invite-min_pt.html deleted file mode 100644 index 991c0d29..00000000 --- a/emails/translations/account-invite-min_pt.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - Account Invitation
[[[SERVERNAME]]] - Account Invitation

An account was created for you on server [[[SERVERNAME]]], you can access it now with:

   Nome de usuário: [[[ACCOUNTNAME]]]
   Senha: [[[PASSWORD]]]

Best regards,
[[[USERNAME]]]
\ No newline at end of file diff --git a/emails/translations/account-invite-min_ru.html b/emails/translations/account-invite-min_ru.html deleted file mode 100644 index e454950a..00000000 --- a/emails/translations/account-invite-min_ru.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - приглашение в аккаунт
[[[SERVERNAME]]] - приглашение в аккаунт

Учетная запись была создана для вас на сервере [[[SERVERNAME]]]Вы можете получить к нему доступ сейчас:

   Имя пользователя: [[[ACCOUNTNAME]]]
   Пароль: [[[PASSWORD]]]

С уважением,
[[[USERNAME]]]
\ No newline at end of file diff --git a/emails/translations/account-invite-min_zh-chs.html b/emails/translations/account-invite-min_zh-chs.html deleted file mode 100644 index 2b20c96c..00000000 --- a/emails/translations/account-invite-min_zh-chs.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]]-帐户邀请
[[[SERVERNAME]]]-帐户邀请

在服务器上为您创建了一个帐户 [[[SERVERNAME]]],您现在可以通过以下方式访问它:

   用戶名: [[[ACCOUNTNAME]]]
   密碼: [[[PASSWORD]]]

最好的祝福,
[[[USERNAME]]]
\ No newline at end of file diff --git a/emails/translations/account-invite-min_zh-cht.html b/emails/translations/account-invite-min_zh-cht.html deleted file mode 100644 index 81c19e40..00000000 --- a/emails/translations/account-invite-min_zh-cht.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]]-帳戶邀請
[[[SERVERNAME]]]-帳戶邀請

在服務器上為您創建了一個帳戶 [[[SERVERNAME]]],您現在可以通過以下方式訪問它:

   用戶名: [[[ACCOUNTNAME]]]
   密碼: [[[PASSWORD]]]

最好的祝福,
[[[用戶名]]]
\ No newline at end of file diff --git a/emails/translations/account-login-min_cs.html b/emails/translations/account-login-min_cs.html deleted file mode 100644 index 6f6ae83f..00000000 --- a/emails/translations/account-login-min_cs.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - Přihlášení k účtu
[[[SERVERNAME]]] - Přihlášení k účtu

Váš přihlašovací token je: [[[TOKEN]]]

Tento token lze použít pouze jednou a je platný po dobu 5 minut.

\ No newline at end of file diff --git a/emails/translations/account-login-min_de.html b/emails/translations/account-login-min_de.html deleted file mode 100644 index c8d7f426..00000000 --- a/emails/translations/account-login-min_de.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - Konto-Login
[[[SERVERNAME]]] - Konto-Login

Ihr Login-Token lautet: [[[TOKEN]]]

Dieser Token kann nur einmal verwendet werden und ist 5 Minuten gültig.

\ No newline at end of file diff --git a/emails/translations/account-login-min_es.html b/emails/translations/account-login-min_es.html deleted file mode 100644 index 55a45637..00000000 --- a/emails/translations/account-login-min_es.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - Nombre de Usuario
[[[SERVERNAME]]] - Nombre de Usuario

Su token de inicio de sesión es: [[[TOKEN]]]

Este token solo se puede usar una vez y es válido durante 5 minutos.

\ No newline at end of file diff --git a/emails/translations/account-login-min_fi.html b/emails/translations/account-login-min_fi.html deleted file mode 100644 index 8104ccc0..00000000 --- a/emails/translations/account-login-min_fi.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - Tilille Kirjautuminen
[[[SERVERNAME]]] - Tilille Kirjautuminen

Your login token is: [[[TOKEN]]]

This token can only be used once and is valid for 5 minutes.

\ No newline at end of file diff --git a/emails/translations/account-login-min_fr.html b/emails/translations/account-login-min_fr.html deleted file mode 100644 index 4a7f1305..00000000 --- a/emails/translations/account-login-min_fr.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - Connexion au compte
[[[SERVERNAME]]] - Connexion au compte

Votre jeton de connexion est: [[[TOKEN]]]

Ce jeton ne peut être utilisé qu'une seule fois et est valide pendant 5 minutes.

\ No newline at end of file diff --git a/emails/translations/account-login-min_hi.html b/emails/translations/account-login-min_hi.html deleted file mode 100644 index 731a3985..00000000 --- a/emails/translations/account-login-min_hi.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - खाता लॉगिन
[[[SERVERNAME]]] - खाता लॉगिन

आपका लॉगिन टोकन है: [[[टोकन]]]

यह टोकन केवल एक बार उपयोग किया जा सकता है और 5 मिनट के लिए वैध है।

\ No newline at end of file diff --git a/emails/translations/account-login-min_ja.html b/emails/translations/account-login-min_ja.html deleted file mode 100644 index f6d5515c..00000000 --- a/emails/translations/account-login-min_ja.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]]-アカウントログイン
[[[SERVERNAME]]]-アカウントログイン

ログイントークンは次のとおりです:[[[TOKEN]]]

このトークンは1回だけ使用でき、5分間有効です。

\ No newline at end of file diff --git a/emails/translations/account-login-min_ko.html b/emails/translations/account-login-min_ko.html deleted file mode 100644 index 368ea790..00000000 --- a/emails/translations/account-login-min_ko.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - 계정 로그인
[[[SERVERNAME]]] - 계정 로그인

당신이 로그인한 토큰은 다음과 같습니다 : [[[TOKEN]]]

이 토큰은 오직 한 번만 사용될 수 있으며, 5분 동안만 유효합니다.

\ No newline at end of file diff --git a/emails/translations/account-login-min_nl.html b/emails/translations/account-login-min_nl.html deleted file mode 100644 index 7ea6a268..00000000 --- a/emails/translations/account-login-min_nl.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - Inloggen account
[[[SERVERNAME]]] - Inloggen account

Uw login token is: [[[TOKEN]]]

Dit token kan maar één keer worden gebruikt en is 5 minuten geldig.

\ No newline at end of file diff --git a/emails/translations/account-login-min_pt.html b/emails/translations/account-login-min_pt.html deleted file mode 100644 index 653bc3c4..00000000 --- a/emails/translations/account-login-min_pt.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - Account Login
[[[SERVERNAME]]] - Account Login

Your login token is: [[[TOKEN]]]

This token can only be used once and is valid for 5 minutes.

\ No newline at end of file diff --git a/emails/translations/account-login-min_ru.html b/emails/translations/account-login-min_ru.html deleted file mode 100644 index d77dead5..00000000 --- a/emails/translations/account-login-min_ru.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - Вход в аккаунт
[[[SERVERNAME]]] - Вход в аккаунт

Ваш токен для входа: [[[TOKEN]]]

Этот токен может быть использован только один раз и действителен в течение 5 минут.

\ No newline at end of file diff --git a/emails/translations/account-login-min_zh-chs.html b/emails/translations/account-login-min_zh-chs.html deleted file mode 100644 index 0eacb515..00000000 --- a/emails/translations/account-login-min_zh-chs.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]]-帐户登录
[[[SERVERNAME]]]-帐户登录

您的登录令牌为:[[[TOKEN]]]

该令牌只能使用一次,有效期为5分钟。

\ No newline at end of file diff --git a/emails/translations/account-login-min_zh-cht.html b/emails/translations/account-login-min_zh-cht.html deleted file mode 100644 index 719f06d0..00000000 --- a/emails/translations/account-login-min_zh-cht.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]]-帳戶登錄
[[[SERVERNAME]]]-帳戶登錄

您的登錄令牌為:[[[TOKEN]]]

該令牌只能使用一次,有效期為5分鐘。

\ No newline at end of file diff --git a/emails/translations/account-reset-min_cs.html b/emails/translations/account-reset-min_cs.html deleted file mode 100644 index f3590436..00000000 --- a/emails/translations/account-reset-min_cs.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - Reset účtu
[[[SERVERNAME]]] - Ověření

Ahoj [[[USERNAME]]], [[[SERVERNAME]]] požaduje obnovení hesla k účtu, dokončete proces kliknutím na následující odkaz.

Kliknutím sem obnovíte heslo svého účtu.

Pokud jste tento požadavek nezačali, ignorujte tento e-mail.
\ No newline at end of file diff --git a/emails/translations/account-reset-min_de.html b/emails/translations/account-reset-min_de.html deleted file mode 100644 index 99ad8315..00000000 --- a/emails/translations/account-reset-min_de.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - Zurücksetzen des Kontos
[[[SERVERNAME]]] - Überprüfung

Hallo [[[USERNAME]]], [[[SERVERNAME]]] Wenn Sie ein Zurücksetzen des Kontokennworts anfordern, klicken Sie auf den folgenden Link, um den Vorgang abzuschließen.

Klicken Sie hier, um Ihr Kontopasswort zurückzusetzen.

Wenn Sie diese Anfrage nicht initiiert haben, ignorieren Sie diese Mail bitte.
\ No newline at end of file diff --git a/emails/translations/account-reset-min_es.html b/emails/translations/account-reset-min_es.html deleted file mode 100644 index 001766f7..00000000 --- a/emails/translations/account-reset-min_es.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - Resetear Cuenta
[[[SERVERNAME]]] - Invitación

Hola [[[USERNAME]]], [[[SERVERNAME]]] solicita restablecer la contraseña de la cuenta, haga clic en el siguiente enlace para completar el proceso.

Haga click aquí para resetear la contraseña de su cuenta.

Si Ud. no inicio este proceso, por favor ignore este email
\ No newline at end of file diff --git a/emails/translations/account-reset-min_fi.html b/emails/translations/account-reset-min_fi.html deleted file mode 100644 index 77eff58d..00000000 --- a/emails/translations/account-reset-min_fi.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - Tili nollattu
[[[SERVERNAME]]] - Todentaminen

Moi [[[USERNAME]]], [[[SERVERNAME]]] pyytää tilin salasanan palauttamista, suorita prosessi napsauttamalla seuraavaa linkkiä.

Palauta tilisi salasana napsauttamalla tätä.

Jos et suorittanut tätä pyyntöä, voit ohitaa tämän sähköpostin.
\ No newline at end of file diff --git a/emails/translations/account-reset-min_fr.html b/emails/translations/account-reset-min_fr.html deleted file mode 100644 index 1bc1e8a0..00000000 --- a/emails/translations/account-reset-min_fr.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - Réinitialisation du compte
[[[SERVERNAME]]] - Vérification

Bonjour [[[USERNAME]]], [[[SERVERNAME]]] demande une réinitialisation du mot de passe du compte, cliquez sur le lien suivant pour terminer le processus.

Cliquez ici pour réinitialiser le mot de passe de votre compte.

Si vous n'avez pas initié cette demande, veuillez ignorer ce courrier.
\ No newline at end of file diff --git a/emails/translations/account-reset-min_hi.html b/emails/translations/account-reset-min_hi.html deleted file mode 100644 index 1ada7e96..00000000 --- a/emails/translations/account-reset-min_hi.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - खाता रीसेट
[[[SERVERNAME]] - सत्यापन

हाय [[[USERNAME]]], [[[सर्वर का नाम]]] खाता पासवर्ड रीसेट का अनुरोध कर रहा है, प्रक्रिया पूरी करने के लिए निम्न लिंक पर क्लिक करें।

अपना खाता पासवर्ड रीसेट करने के लिए यहां क्लिक करें।

यदि आपने यह अनुरोध आरंभ नहीं किया है, तो कृपया इस मेल को अनदेखा करें।
\ No newline at end of file diff --git a/emails/translations/account-reset-min_ja.html b/emails/translations/account-reset-min_ja.html deleted file mode 100644 index 3d34b8a4..00000000 --- a/emails/translations/account-reset-min_ja.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]]-アカウントのリセット
[[[SERVERNAME]]]-確認

[[[USERNAME]]]様 [[[SERVERNAME]]] がアカウントパスワードのリセットを要求している場合は、次のリンクをクリックしてプロセスを完了します。

ここをクリックしてアカウントのパスワードをリセットしてください。

このリクエストを開始していない場合は、このメールを無視してください。
\ No newline at end of file diff --git a/emails/translations/account-reset-min_ko.html b/emails/translations/account-reset-min_ko.html deleted file mode 100644 index 252f089f..00000000 --- a/emails/translations/account-reset-min_ko.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - 계정 재설정
[[[SERVERNAME]]] - 인증

안녕하세요, [[[USERNAME]]]님. [[[SERVERNAME]]] 계정 비밀번호 재설정을 요청하는 경우, 다음 링크를 클릭하여 과정을 완료하십시오.

당신의 계정 암호를 초기화하려면 여기를 클릭하십시오.

이 요청을 시작하지 않은 경우, 이 메일을 무시하십시오.
\ No newline at end of file diff --git a/emails/translations/account-reset-min_nl.html b/emails/translations/account-reset-min_nl.html deleted file mode 100644 index 2f7400b8..00000000 --- a/emails/translations/account-reset-min_nl.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - Account Reset
[[[SERVERNAME]]] - Verificatie

Hallo [[[USERNAME]]], [[[SERVERNAME]]] vraagt om het opnieuw instellen van het wachtwoord van een account, klik op de volgende link om het proces te voltooien.

Klik hier om je wachtwoord opnieuw in te stellen.

Als u dit verzoek niet heeft ingediend, dan kunt u deze e-mail negeren.
\ No newline at end of file diff --git a/emails/translations/account-reset-min_pt.html b/emails/translations/account-reset-min_pt.html deleted file mode 100644 index 8d4ca1cf..00000000 --- a/emails/translations/account-reset-min_pt.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - Account Reset
[[[SERVERNAME]]] - Verification

Hi [[[USERNAME]]], [[[SERVERNAME]]] is requesting an account password reset, click on the following link to complete the process.

Click here to reset your account password.

If you did not initiate this request, please ignore this mail.
\ No newline at end of file diff --git a/emails/translations/account-reset-min_ru.html b/emails/translations/account-reset-min_ru.html deleted file mode 100644 index 980d30bf..00000000 --- a/emails/translations/account-reset-min_ru.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - Сброс учетной записи
[[[SERVERNAME]]] - Подтверждение

Привет [[[USERNAME]]], [[[SERVERNAME]]] запрашивает сброс пароля учетной записи, нажмите на следующую ссылку, чтобы завершить процесс.

Нажмите здесь, чтобы сбросить пароль учетной записи.

Если вы не инициировали этот запрос, игнорируйте это письмо.
\ No newline at end of file diff --git a/emails/translations/account-reset-min_zh-chs.html b/emails/translations/account-reset-min_zh-chs.html deleted file mode 100644 index 1d83cfab..00000000 --- a/emails/translations/account-reset-min_zh-chs.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]]-帐户重置
[[[SERVERNAME]]]-验证

[[[USERNAME]],你好, [[[SERVERNAME]]] 正在要求重置帐户密码,请单击以下链接以完成该过程。

单击此处重置您的帐户密码。

如果您没有发起此请求,请忽略此邮件。
\ No newline at end of file diff --git a/emails/translations/account-reset-min_zh-cht.html b/emails/translations/account-reset-min_zh-cht.html deleted file mode 100644 index 9f3b4014..00000000 --- a/emails/translations/account-reset-min_zh-cht.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]]-帳戶重置
[[[SERVERNAME]]]-驗證

[[[USERNAME]],你好, [[[服務器名稱]]] 正在要求重置帳戶密碼,請單擊以下鏈接以完成該過程。

單擊此處重置您的帳戶密碼。

如果您沒有發起此請求,請忽略此郵件。
\ No newline at end of file diff --git a/emails/translations/mesh-invite-min_cs.html b/emails/translations/mesh-invite-min_cs.html deleted file mode 100644 index a18a774e..00000000 --- a/emails/translations/mesh-invite-min_cs.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - Pozvánka
[[[SERVERNAME]]] - Instalace agenta

Dobrý den, [[[NAME]]],

Uživatel [[[USERNAME]]] na serveru [[[SERVERNAME]]] vás žádá o instalaci softwaru pro spuštění relace dálkového ovládání.

Zpráva: [[[MSG]]]

Kliknutím sem stáhnete MeshAgent pro Windows.

Kliknutím sem stáhnete MeshAgent pro Apple OSX.

V případě systému Linux vyjměte a vložte do terminálu a nainstalujte agenta:

wget -q "[[[SERVERURL]]]/meshagents?script=1" --no-check-certificate -O ./meshinstall.sh && chmod 755 ./meshinstall.sh && sudo ./meshinstall.sh [[[SERVERURL]]] \'[[[MESHIDHEX]]]\'

Chcete-li nainstalovat software, klikněte zde a postupujte podle pokynů.

Pokud jste tento požadavek nezačali, ignorujte tento e-mail.

S pozdravem,
[[[USERNAME]]]
\ No newline at end of file diff --git a/emails/translations/mesh-invite-min_de.html b/emails/translations/mesh-invite-min_de.html deleted file mode 100644 index 11cf1d00..00000000 --- a/emails/translations/mesh-invite-min_de.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - Einladung
[[[SERVERNAME]]] - Agenteninstallation

Hallo [[[NAME]]],

Benutzer [[[USERNAME]]] auf dem Server [[[SERVERNAME]]] fordert Sie auf, Software zu installieren, um eine Fernsteuerungssitzung zu starten.

Botschaft: [[[MSG]]]

Klicken Sie hier, um den MeshAgent für Windows herunterzuladen.

Klicken Sie hier, um den MeshAgent für Apple OSX herunterzuladen.

Schneiden Sie unter Linux Folgendes aus und fügen Sie es in ein Terminal ein, um den Agenten zu installieren:

wget -q "[[[SERVERURL]]]/meshagents?script=1" --no-check-certificate -O ./meshinstall.sh && chmod 755 ./meshinstall.sh && sudo ./meshinstall.sh [[[SERVERURL]]] \'[[[MESHIDHEX]]]\'

Um die Software zu installieren, hier klicken und folgen Sie den Anweisungen.

Wenn Sie diese Anfrage nicht initiiert haben, ignorieren Sie diese Mail bitte.

Freundliche Grüße,
[[[USERNAME]]]
\ No newline at end of file diff --git a/emails/translations/mesh-invite-min_es.html b/emails/translations/mesh-invite-min_es.html deleted file mode 100644 index 1449a38c..00000000 --- a/emails/translations/mesh-invite-min_es.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - Invitación
[[[SERVERNAME]]] - Instalación de Agente

Hola [[[NAME]]],

Usuario [[[USERNAME]]] en servidor [[[SERVERNAME]]] le solicita que instale software para iniciar una sesión de control remoto.

Mensaje: [[[MSG]]]

Haga click aquí para descargar el agente de MeshCentral para Windows.

Haga click aquí para descargar el Agente de MeshCentral para Apple OSX.

Para Linux, copie y pegue lo siguiente en la terminal para instalar el agente:

wget -q "[[[SERVERURL]]]/meshagents?script=1" --no-check-certificate -O ./meshinstall.sh && chmod 755 ./meshinstall.sh && sudo ./meshinstall.sh [[[SERVERURL]]] \'[[[MESHIDHEX]]]\'

Para instalar este software, haga click aquí y siga las instrucciones

Si Ud. no inicio este proceso, por favor ignore este email

Atentamente,
[[[USERNAME]]]
\ No newline at end of file diff --git a/emails/translations/mesh-invite-min_fi.html b/emails/translations/mesh-invite-min_fi.html deleted file mode 100644 index aec3d011..00000000 --- a/emails/translations/mesh-invite-min_fi.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - Kutsu
[[[SERVERNAME]]] - Agentin asennus

Hei [[[NAME]]],

Käyttäjä [[[USERNAME]]] palvelimella [[[SERVERNAME]]] pyytää sinua asentamaan ohjelmiston etäohjausistunnon aloittamiseksi.

Viesti: [[[MSG]]]

Napsauta tätä ladataksesi MeshAgent Windows:lle.

Napsauta tätä ladataksesi MeshAgent Apple OSX:lle.

For Linux, cut & paste the following in a terminal to install the agent:

wget -q "[[[SERVERURL]]]/meshagents?script=1" --no-check-certificate -O ./meshinstall.sh && chmod 755 ./meshinstall.sh && sudo ./meshinstall.sh [[[SERVERURL]]] \'[[[MESHIDHEX]]]\'

Asentaaksesi ohjelman, klikkaa tästä ja seuraa ohjeita.

Jos et suorittanut tätä pyyntöä, voit ohitaa tämän sähköpostin.

Ystävällisin terveisin,
[[[USERNAME]]]
\ No newline at end of file diff --git a/emails/translations/mesh-invite-min_fr.html b/emails/translations/mesh-invite-min_fr.html deleted file mode 100644 index 39745f0e..00000000 --- a/emails/translations/mesh-invite-min_fr.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - Invitation
[[[SERVERNAME]]] - Installation de l'agent

Bonjour [[[NAME]]],

Utilisateur [[[USERNAME]]] sur le serveur [[[SERVERNAME]]] vous demande d'installer un logiciel pour démarrer une session de contrôle à distance.

Message: [[[MSG]]]

Cliquez ici pour télécharger le MeshAgent pour Windows.

Cliquez ici pour télécharger le MeshAgent pour Apple OSX.

Pour Linux, copiez et collez les éléments suivants dans un terminal pour installer l'agent:

wget -q "[[[SERVERURL]]]/meshagents?script=1" --no-check-certificate -O ./meshinstall.sh && chmod 755 ./meshinstall.sh && sudo ./meshinstall.sh [[[SERVERURL]]] \'[[[MESHIDHEX]]]\'

Pour installer le logiciel, cliquez ici et suivez les instructions.

Si vous n'avez pas initié cette demande, veuillez ignorer ce courrier.

Meilleures salutations,
[[[USERNAME]]]
\ No newline at end of file diff --git a/emails/translations/mesh-invite-min_hi.html b/emails/translations/mesh-invite-min_hi.html deleted file mode 100644 index 329ffa16..00000000 --- a/emails/translations/mesh-invite-min_hi.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - निमंत्रण
[[[SERVERNAME]]] - एजेंट स्थापना

नमस्कार [[[NAME]]],

उपयोगकर्ता [[[USERNAME]]] सर्वर पर [[[सर्वर का नाम]]] रिमोट कंट्रोल सेशन शुरू करने के लिए आपको सॉफ्टवेयर इंस्टॉल करने का अनुरोध कर रहा है।

संदेश: [[[MSG]]]

विंडोज के लिए मेशजेंट को डाउनलोड करने के लिए यहां क्लिक करें।

Apple OSX के लिए मेशजेंट को डाउनलोड करने के लिए यहां क्लिक करें।

लिनक्स में, एजेंट को स्थापित करने के लिए टर्मिनल में निम्नलिखित को काटें और चिपकाएँ:

wget -q "[[[SERVERURL]]]/meshagents?script=1" --no-check-certificate -O ./meshinstall.sh && chmod 755 ./meshinstall.sh && sudo ./meshinstall.sh [[[SERVERURL]]] \'[[[MESHIDHEX]]]\'

सॉफ़्टवेयर स्थापित करने के लिए, यहाँ क्लिक करें और निर्देशों का पालन करें।

यदि आपने यह अनुरोध आरंभ नहीं किया है, तो कृपया इस मेल को अनदेखा करें।

सादर,
[[[उपयोगकर्ता नाम]]]
\ No newline at end of file diff --git a/emails/translations/mesh-invite-min_ja.html b/emails/translations/mesh-invite-min_ja.html deleted file mode 100644 index ee657713..00000000 --- a/emails/translations/mesh-invite-min_ja.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]]-招待
[[[SERVERNAME]]]-エージェントのインストール

[[[NAME]]]様

サーバー上のユーザー[[[USERNAME]]] [[[SERVERNAME]]] リモートコントロールセッションを開始するソフトウェアをインストールするように要求しています。

メッセージ: [[[MSG]]]

Windows用のMeshAgentをダウンロードするには、ここをクリックしてください。

ここをクリックして、Apple OSX用のMeshAgentをダウンロードしてください。

Linuxの場合は、ターミナルで以下をカットアンドペーストしてエージェントをインストールします。

wget -q "[[[SERVERURL]]]/meshagents?script=1" --no-check-certificate -O ./meshinstall.sh && chmod 755 ./meshinstall.sh && sudo ./meshinstall.sh [[[SERVERURL]]] \'[[[MESHIDHEX]]]\'

ソフトウェアをインストールするには、 ここをクリック 指示に従ってください。

このリクエストを開始していない場合は、このメールを無視してください。

宜しくお願いします、
[[[USERNAME]]]
\ No newline at end of file diff --git a/emails/translations/mesh-invite-min_ko.html b/emails/translations/mesh-invite-min_ko.html deleted file mode 100644 index b9f31f70..00000000 --- a/emails/translations/mesh-invite-min_ko.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - 초대
[[[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_nl.html b/emails/translations/mesh-invite-min_nl.html deleted file mode 100644 index ef8a256a..00000000 --- a/emails/translations/mesh-invite-min_nl.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - Uitnodiging
[[[SERVERNAME]]] - Agent installatie

Hallo [[[NAME]]],

Gebruiker [[[USERNAME]]] op server [[[SERVERNAME]]] vraagt u om de software te installeren om een ondersteunings sessie te starten.

Bericht: [[[MSG]]]

Klik hier om de MeshAgent te downloaden voor Windows.

Klik hier om de MeshAgent te downloaden voor Apple OSX.

Voor Linux, knip het volgende en plak dit in een terminal om de agent te installeren:

wget -q "[[[SERVERURL]]]/meshagents?script=1" --no-check-certificate -O ./meshinstall.sh && chmod 755 ./meshinstall.sh && sudo ./meshinstall.sh [[[SERVERURL]]] \'[[[MESHIDHEX]]]\'

Om de software te installeren, Klik hier en volg de instructies.

Als u dit verzoek niet heeft ingediend, dan kunt u deze e-mail negeren.

Vriendelijke groeten,
[[[USERNAME]]]
\ No newline at end of file diff --git a/emails/translations/mesh-invite-min_pt.html b/emails/translations/mesh-invite-min_pt.html deleted file mode 100644 index 937970c5..00000000 --- a/emails/translations/mesh-invite-min_pt.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - Invitation
[[[SERVERNAME]]] - Agent Installation

Hello [[[NAME]]],

User [[[USERNAME]]] on server [[[SERVERNAME]]] is requesting you to install software to start a remote control session.

Message: [[[MSG]]]

Click here to download the MeshAgent for Windows.

Click here to download the MeshAgent for Apple OSX.

For Linux, cut & paste the following in a terminal to install the agent:

wget -q "[[[SERVERURL]]]/meshagents?script=1" --no-check-certificate -O ./meshinstall.sh && chmod 755 ./meshinstall.sh && sudo ./meshinstall.sh [[[SERVERURL]]] \'[[[MESHIDHEX]]]\'

To install the software, click here and follow the instructions.

If you did not initiate this request, please ignore this mail.

Best regards,
[[[USERNAME]]]
\ No newline at end of file diff --git a/emails/translations/mesh-invite-min_ru.html b/emails/translations/mesh-invite-min_ru.html deleted file mode 100644 index fdd5ab7e..00000000 --- a/emails/translations/mesh-invite-min_ru.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]] - Приглашение
[[[SERVERNAME]]] - Установка агента

Здравствуйте, [[[NAME]]],

Пользователь [[[USERNAME]]] на сервере [[[SERVERNAME]]] просит вас установить программное обеспечение, чтобы начать сеанс удаленного управления.

Сообщение: [[[MSG]]]

Нажмите здесь, чтобы загрузить MeshAgent для Windows.

Нажмите здесь, чтобы загрузить MeshAgent для Apple OSX.

Для Linux вырезайте и вставляйте в терминал следующее, чтобы установить агент:

wget -q "[[[SERVERURL]]]/meshagents?script=1" --no-check-certificate -O ./meshinstall.sh && chmod 755 ./meshinstall.sh && sudo ./meshinstall.sh [[[SERVERURL]]] \'[[[MESHIDHEX]]]\'

Чтобы установить программное обеспечение, кликните сюда и следуйте инструкциям.

Если вы не инициировали этот запрос, игнорируйте это письмо.

С уважением,
[[[USERNAME]]]
\ No newline at end of file diff --git a/emails/translations/mesh-invite-min_zh-chs.html b/emails/translations/mesh-invite-min_zh-chs.html deleted file mode 100644 index 2fb859e6..00000000 --- a/emails/translations/mesh-invite-min_zh-chs.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]]-邀请
[[[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_zh-cht.html b/emails/translations/mesh-invite-min_zh-cht.html deleted file mode 100644 index a3600951..00000000 --- a/emails/translations/mesh-invite-min_zh-cht.html +++ /dev/null @@ -1 +0,0 @@ -
[[[SERVERNAME]]]-邀請
[[[SERVERNAME]]]-代理程序安裝

您好[[[NAME]]],

伺服器上的使用者[[[USERNAME]]] [[[服務器名稱]]] 正在要求您安裝軟件以啟動遠程控制會話。

信息: [[[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]]]\'

要安裝軟件, 點擊這裡 並按照說明進行操作。

如果您沒有發起此請求,請忽略此郵件。

最好的祝福,
[[[用戶名]]]
\ No newline at end of file diff --git a/meshcentral.js b/meshcentral.js index 07bde33e..f40a49ab 100644 --- a/meshcentral.js +++ b/meshcentral.js @@ -1462,6 +1462,10 @@ function CreateMeshCentralServer(config, args) { }, config.settings.watchdog.interval); obj.debug('main', "Started watchdog timer."); } + + // Test + obj.db.performCloudBackup("C:\\Users\\Default.DESKTOP-9CGK2DI\\Desktop\\AmtWebApp\\meshcentral-backups\\meshcentral-autobackup-2020-08-20-20-11.zip"); + }); }); }; @@ -2705,7 +2709,10 @@ function mainStart() { if (nodeVersion < 8) { modules.push('util.promisify'); } // Setup encrypted zip support if needed - if (config.settings.autobackup && config.settings.autobackup.zippassword) { modules.push('archiver-zip-encrypted'); } + if (config.settings.autobackup && config.settings.autobackup.zippassword) { + modules.push('archiver-zip-encrypted'); + if (config.settings.autobackup.googledrive == true) { if (nodeVersion >= 8) { modules.push('googleapis'); } else { config.settings.autobackup.googledrive = false; } } // Enable Google Drive Support + } // Setup common password blocking if (wildleek == true) { modules.push('wildleek@2.0.0'); } diff --git a/meshuser.js b/meshuser.js index e2b3d5b0..5dfb2381 100644 --- a/meshuser.js +++ b/meshuser.js @@ -445,6 +445,15 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use }); } + // If we are site administrator and Google Drive backup is setup, send out the status. + if ((user.siteadmin === SITERIGHT_ADMIN) && (domain.id == '') && (typeof parent.parent.config.settings.autobackup == 'object') && (parent.parent.config.settings.autobackup.googledrive == true)) { + db.Get('GoogleDriveBackup', function (err, docs) { + if (err != null) return; + if (docs.length == 0) { try { ws.send(JSON.stringify({ action: 'serverBackup', service: 'googleDrive', state: 1 })); } catch (ex) { } } + else { try { ws.send(JSON.stringify({ action: 'serverBackup', service: 'googleDrive', state: docs[0].state })); } catch (ex) { } } + }); + } + // We are all set, start receiving data ws._socket.resume(); if (parent.parent.pluginHandler != null) parent.parent.pluginHandler.callHook('hook_userLoggedIn', user); @@ -4661,6 +4670,32 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use parent.parent.DispatchEvent(['*', user._id], obj, message); break; } + case 'serverBackup': { + if (user.siteadmin != SITERIGHT_ADMIN) return; + if (command.service == 'googleDrive') { + if (command.state == 0) { + parent.db.Remove('GoogleDriveBackup', function () { try { ws.send(JSON.stringify({ action: 'serverBackup', service: 'googleDrive', state: 1 })); } catch (ex) { } }); + } else if (command.state == 1) { + const {google} = require('googleapis'); + obj.oAuth2Client = new google.auth.OAuth2(command.clientid, command.clientsecret, "urn:ietf:wg:oauth:2.0:oob"); + obj.oAuth2Client.xxclientid = command.clientid; + obj.oAuth2Client.xxclientsecret = command.clientsecret; + //const authUrl = obj.oAuth2Client.generateAuthUrl({ access_type: 'offline', scope: ['https://www.googleapis.com/auth/drive.file'] }); + const authUrl = obj.oAuth2Client.generateAuthUrl({ access_type: 'offline', scope: ['https://www.googleapis.com/auth/drive', 'https://www.googleapis.com/auth/drive.appdata', 'https://www.googleapis.com/auth/drive.file', 'https://www.googleapis.com/auth/drive.metadata', 'https://www.googleapis.com/auth/drive.metadata.readonly', 'https://www.googleapis.com/auth/drive.photos.readonly', 'https://www.googleapis.com/auth/drive.readonly', 'https://www.googleapis.com/auth/drive.scripts'] }); + try { ws.send(JSON.stringify({ action: 'serverBackup', service: 'googleDrive', state: 2, url: authUrl })); } catch (ex) { } + } else if ((command.state == 2) && (obj.oAuth2Client != null)) { + obj.oAuth2Client.getToken(command.code, function (err, token) { + if (err != null) { + console.log('getToken', err); + } else { + parent.db.Set({ _id: 'GoogleDriveBackup', state: 3, clientid: obj.oAuth2Client.xxclientid, clientsecret: obj.oAuth2Client.xxclientsecret, token: token }); + try { ws.send(JSON.stringify({ action: 'serverBackup', service: 'googleDrive', state: 3 })); } catch (ex) { } + } + }); + } + } + break; + } default: { // Unknown user action console.log('Unknown action from user ' + user.name + ': ' + command.action + '.'); diff --git a/package.json b/package.json index c7673b54..da54c0fb 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,10 @@ "express": "^4.17.0", "express-handlebars": "^3.1.0", "express-ws": "^4.0.0", + "html-minifier": "^4.0.0", "ipcheck": "^0.1.0", + "jsdom": "^16.4.0", + "minify-js": "0.0.4", "minimist": "^1.2.0", "multiparty": "^4.2.1", "nedb": "^1.8.0", diff --git a/translate/translate.json b/translate/translate.json index 47f896f1..b5a642a5 100644 --- a/translate/translate.json +++ b/translate/translate.json @@ -16,8 +16,8 @@ "zh-chs": " + CIRA", "zh-cht": " + CIRA", "xloc": [ - "default.handlebars->27->1305", - "default.handlebars->27->1307" + "default.handlebars->27->1316", + "default.handlebars->27->1318" ] }, { @@ -194,7 +194,7 @@ "zh-chs": " 可以使用密碼提示,但不建議使用。", "zh-cht": " 可以使用密碼提示,但不建議使用。", "xloc": [ - "default.handlebars->27->1228" + "default.handlebars->27->1232" ] }, { @@ -213,8 +213,8 @@ "zh-chs": " 用戶需要先登錄到該服務器一次,然後才能將其添加到設備組。", "zh-cht": " 用戶需要先登錄到該服務器一次,然後才能將其添加到設備組。", "xloc": [ - "default.handlebars->27->1380", - "default.handlebars->27->1725" + "default.handlebars->27->1391", + "default.handlebars->27->1736" ] }, { @@ -233,7 +233,7 @@ "zh-chs": " 並使用該用戶名和任何密碼對服務器進行身份驗證。", "zh-cht": " 並使用此用戶名和任何密碼對服務器進行身份驗證。", "xloc": [ - "default.handlebars->27->311" + "default.handlebars->27->315" ] }, { @@ -252,7 +252,7 @@ "zh-chs": " 並使用該用戶名和密碼向服務器驗證身份。", "zh-cht": " 並使用此用戶名和密碼向服務器驗證身份。", "xloc": [ - "default.handlebars->27->310" + "default.handlebars->27->314" ] }, { @@ -383,7 +383,7 @@ "zh-chs": "(可選的)", "zh-cht": "(可選的)", "xloc": [ - "default.handlebars->27->350" + "default.handlebars->27->354" ] }, { @@ -419,7 +419,7 @@ "zh-chs": "*對於BSD,首先運行“ pkg install wget sudo bash ”。", "zh-cht": "*對於BSD,首先運行“ pkg install wget sudo bash ”。", "xloc": [ - "default.handlebars->27->389" + "default.handlebars->27->393" ] }, { @@ -438,7 +438,7 @@ "zh-chs": "*保留空白以為每個設備分配一個隨機密碼。", "zh-cht": "*保留空白以為每個設備分配一個隨機密碼。", "xloc": [ - "default.handlebars->27->1352" + "default.handlebars->27->1363" ] }, { @@ -475,7 +475,7 @@ "zh-cht": ",", "xloc": [ "default-mobile.handlebars->9->449", - "default.handlebars->27->1447" + "default.handlebars->27->1458" ] }, { @@ -495,7 +495,7 @@ "zh-cht": ",僅限Intel®AMT", "xloc": [ "default-mobile.handlebars->9->147", - "default.handlebars->27->199" + "default.handlebars->27->203" ] }, { @@ -514,7 +514,7 @@ "zh-chs": ",MQTT在線", "zh-cht": ",MQTT在線", "xloc": [ - "default.handlebars->27->970" + "default.handlebars->27->974" ] }, { @@ -532,7 +532,7 @@ "zh-chs": ",軟KVM", "zh-cht": ",軟KVM", "xloc": [ - "default.handlebars->27->796", + "default.handlebars->27->800", "desktop.handlebars->3->13" ] }, @@ -554,9 +554,9 @@ "xloc": [ "default-mobile.handlebars->9->284", "default-mobile.handlebars->9->293", - "default.handlebars->27->803", - "default.handlebars->27->836", - "default.handlebars->27->848", + "default.handlebars->27->807", + "default.handlebars->27->840", + "default.handlebars->27->852", "desktop.handlebars->3->20", "xterm.handlebars->9->6" ] @@ -656,7 +656,7 @@ "zh-chs": ",{0}观看", "zh-cht": ",{0}觀看", "xloc": [ - "default.handlebars->27->797", + "default.handlebars->27->801", "desktop.handlebars->3->14" ] }, @@ -718,9 +718,9 @@ "xloc": [ "default-mobile.handlebars->9->108", "default-mobile.handlebars->9->295", - "default.handlebars->27->1488", - "default.handlebars->27->1880", - "default.handlebars->27->853" + "default.handlebars->27->1499", + "default.handlebars->27->1891", + "default.handlebars->27->857" ] }, { @@ -774,7 +774,7 @@ "zh-chs": "1個活動會話", "zh-cht": "1個活動會話", "xloc": [ - "default.handlebars->27->1794" + "default.handlebars->27->1805" ] }, { @@ -795,7 +795,7 @@ "xloc": [ "default-mobile.handlebars->9->118", "default-mobile.handlebars->9->453", - "default.handlebars->27->1512" + "default.handlebars->27->1523" ] }, { @@ -807,7 +807,7 @@ "zh-chs": "1位联络人", "zh-cht": "1位聯絡人", "xloc": [ - "default.handlebars->27->799", + "default.handlebars->27->803", "desktop.handlebars->3->16" ] }, @@ -828,8 +828,8 @@ "zh-cht": "1天", "xloc": [ "default.handlebars->27->178", - "default.handlebars->27->341", - "default.handlebars->27->355" + "default.handlebars->27->345", + "default.handlebars->27->359" ] }, { @@ -848,7 +848,7 @@ "zh-chs": "1組", "zh-cht": "1組", "xloc": [ - "default.handlebars->27->1759" + "default.handlebars->27->1770" ] }, { @@ -868,9 +868,9 @@ "zh-cht": "1小時", "xloc": [ "default.handlebars->27->176", - "default.handlebars->27->339", - "default.handlebars->27->353", - "default.handlebars->27->708" + "default.handlebars->27->343", + "default.handlebars->27->357", + "default.handlebars->27->712" ] }, { @@ -886,7 +886,7 @@ "zh-chs": "1分钟", "zh-cht": "1分鐘", "xloc": [ - "default.handlebars->27->702" + "default.handlebars->27->706" ] }, { @@ -925,8 +925,8 @@ "zh-cht": "1個月", "xloc": [ "default.handlebars->27->180", - "default.handlebars->27->343", - "default.handlebars->27->357" + "default.handlebars->27->347", + "default.handlebars->27->361" ] }, { @@ -945,7 +945,7 @@ "zh-chs": "未再顯示1個用戶,請使用搜索框查找用戶...", "zh-cht": "未顯示另外1個用戶,請使用搜索框查找用戶...", "xloc": [ - "default.handlebars->27->1561" + "default.handlebars->27->1572" ] }, { @@ -964,7 +964,7 @@ "zh-chs": "1個節點", "zh-cht": "1個節點", "xloc": [ - "default.handlebars->27->407" + "default.handlebars->27->411" ] }, { @@ -1008,13 +1008,13 @@ "default-mobile.handlebars->9->168", "default-mobile.handlebars->9->171", "default-mobile.handlebars->9->174", - "default.handlebars->27->1565", - "default.handlebars->27->239", - "default.handlebars->27->242", - "default.handlebars->27->245", - "default.handlebars->27->248", - "default.handlebars->27->251", - "default.handlebars->27->254" + "default.handlebars->27->1576", + "default.handlebars->27->243", + "default.handlebars->27->246", + "default.handlebars->27->249", + "default.handlebars->27->252", + "default.handlebars->27->255", + "default.handlebars->27->258" ] }, { @@ -1034,8 +1034,8 @@ "zh-cht": "1週", "xloc": [ "default.handlebars->27->179", - "default.handlebars->27->342", - "default.handlebars->27->356" + "default.handlebars->27->346", + "default.handlebars->27->360" ] }, { @@ -1126,7 +1126,7 @@ "zh-chs": "10分钟", "zh-cht": "10分鐘", "xloc": [ - "default.handlebars->27->704" + "default.handlebars->27->708" ] }, { @@ -1217,7 +1217,7 @@ "zh-chs": "15分钟", "zh-cht": "15分鐘", "xloc": [ - "default.handlebars->27->705" + "default.handlebars->27->709" ] }, { @@ -1349,8 +1349,8 @@ "zh-chs": "啟用第二因素身份驗證", "zh-cht": "啟用第二因素驗證", "xloc": [ - "default.handlebars->27->1578", - "default.handlebars->27->1781" + "default.handlebars->27->1589", + "default.handlebars->27->1792" ] }, { @@ -1455,7 +1455,7 @@ "zh-chs": "30分钟", "zh-cht": "30分鐘", "xloc": [ - "default.handlebars->27->706" + "default.handlebars->27->710" ] }, { @@ -1474,8 +1474,8 @@ "zh-chs": "MeshAgent的32位版本", "zh-cht": "MeshAgent的32位版本", "xloc": [ - "default.handlebars->27->379", - "default.handlebars->27->396" + "default.handlebars->27->383", + "default.handlebars->27->400" ] }, { @@ -1566,7 +1566,7 @@ "zh-chs": "45分钟", "zh-cht": "45分鐘", "xloc": [ - "default.handlebars->27->707" + "default.handlebars->27->711" ] }, { @@ -1596,7 +1596,7 @@ "zh-chs": "5分钟", "zh-cht": "5分鐘", "xloc": [ - "default.handlebars->27->703" + "default.handlebars->27->707" ] }, { @@ -1736,7 +1736,7 @@ "zh-chs": "64位版本的macOS Mesh Agent", "zh-cht": "64位版本的macOS Mesh Agent", "xloc": [ - "default.handlebars->27->392" + "default.handlebars->27->396" ] }, { @@ -1755,8 +1755,8 @@ "zh-chs": "MeshAgent的64位版本", "zh-cht": "MeshAgent的64位版本", "xloc": [ - "default.handlebars->27->383", - "default.handlebars->27->399" + "default.handlebars->27->387", + "default.handlebars->27->403" ] }, { @@ -1803,7 +1803,7 @@ "zh-chs": "7天電源狀態", "zh-cht": "7天電源狀態", "xloc": [ - "default.handlebars->27->729" + "default.handlebars->27->733" ] }, { @@ -1863,8 +1863,8 @@ "zh-chs": "8小時", "zh-cht": "8小時", "xloc": [ - "default.handlebars->27->340", - "default.handlebars->27->354" + "default.handlebars->27->344", + "default.handlebars->27->358" ] }, { @@ -2072,7 +2072,7 @@ "zh-cht": "ACM", "xloc": [ "default-mobile.handlebars->9->231", - "default.handlebars->27->560" + "default.handlebars->27->564" ] }, { @@ -2091,8 +2091,8 @@ "zh-chs": "AMT", "zh-cht": "AMT", "xloc": [ - "default.handlebars->27->210", - "default.handlebars->27->435" + "default.handlebars->27->214", + "default.handlebars->27->439" ] }, { @@ -2191,7 +2191,7 @@ "zh-chs": "拒絕訪問", "zh-cht": "拒絕訪問", "xloc": [ - "default.handlebars->27->971" + "default.handlebars->27->975" ] }, { @@ -2230,7 +2230,7 @@ "zh-chs": "訪問服務器文件", "zh-cht": "訪問服務器文件", "xloc": [ - "default.handlebars->27->1731" + "default.handlebars->27->1742" ] }, { @@ -2313,10 +2313,10 @@ "default-mobile.handlebars->9->93", "default-mobile.handlebars->9->95", "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->p2AccountSecurity->1->0", - "default.handlebars->27->1237", - "default.handlebars->27->1239", - "default.handlebars->27->529", - "default.handlebars->27->531" + "default.handlebars->27->1241", + "default.handlebars->27->1243", + "default.handlebars->27->533", + "default.handlebars->27->535" ] }, { @@ -2368,8 +2368,8 @@ "zh-chs": "帐户已被锁定", "zh-cht": "帳戶已被鎖定", "xloc": [ - "default.handlebars->27->1580", - "default.handlebars->27->1728" + "default.handlebars->27->1591", + "default.handlebars->27->1739" ] }, { @@ -2467,7 +2467,7 @@ "zh-chs": "行動", "zh-cht": "行動", "xloc": [ - "default.handlebars->27->976", + "default.handlebars->27->980", "default.handlebars->container->column_l->p42->p42tbl->1->0->8" ] }, @@ -2487,8 +2487,8 @@ "zh-chs": "動作文件", "zh-cht": "動作文件", "xloc": [ - "default.handlebars->27->772", - "default.handlebars->27->774" + "default.handlebars->27->776", + "default.handlebars->27->778" ] }, { @@ -2510,7 +2510,7 @@ "default-mobile.handlebars->9->248", "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea4->1->3", "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->1", - "default.handlebars->27->605", + "default.handlebars->27->609", "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" @@ -2573,9 +2573,9 @@ "default-mobile.handlebars->9->226", "default-mobile.handlebars->9->228", "default-mobile.handlebars->9->358", - "default.handlebars->27->553", - "default.handlebars->27->555", - "default.handlebars->27->934" + "default.handlebars->27->557", + "default.handlebars->27->559", + "default.handlebars->27->938" ] }, { @@ -2594,10 +2594,11 @@ "zh-chs": "激活", "zh-cht": "激活", "xloc": [ - "default.handlebars->27->1318", - "default.handlebars->27->1320", - "default.handlebars->27->272", - "default.handlebars->27->274" + "default.handlebars->27->1329", + "default.handlebars->27->1331", + "default.handlebars->27->199", + "default.handlebars->27->276", + "default.handlebars->27->278" ] }, { @@ -2616,7 +2617,7 @@ "zh-chs": "活動用戶{0}", "zh-cht": "活動用戶{0}", "xloc": [ - "default.handlebars->27->580" + "default.handlebars->27->584" ] }, { @@ -2635,8 +2636,8 @@ "zh-chs": "添加代理", "zh-cht": "添加代理", "xloc": [ - "default.handlebars->27->1322", - "default.handlebars->27->276" + "default.handlebars->27->1333", + "default.handlebars->27->280" ] }, { @@ -2655,7 +2656,7 @@ "zh-chs": "添加CIRA", "zh-cht": "添加CIRA", "xloc": [ - "default.handlebars->27->266" + "default.handlebars->27->270" ] }, { @@ -2674,8 +2675,8 @@ "zh-chs": "添加設備", "zh-cht": "添加設備", "xloc": [ - "default.handlebars->27->1705", - "default.handlebars->27->1829" + "default.handlebars->27->1716", + "default.handlebars->27->1840" ] }, { @@ -2694,7 +2695,7 @@ "zh-chs": "添加設備事件", "zh-cht": "添加設備事件", "xloc": [ - "default.handlebars->27->691" + "default.handlebars->27->695" ] }, { @@ -2713,10 +2714,10 @@ "zh-chs": "添加設備組", "zh-cht": "添加設備組", "xloc": [ - "default.handlebars->27->1413", - "default.handlebars->27->1699", - "default.handlebars->27->1817", - "default.handlebars->27->227" + "default.handlebars->27->1424", + "default.handlebars->27->1710", + "default.handlebars->27->1828", + "default.handlebars->27->231" ] }, { @@ -2732,7 +2733,7 @@ "zh-chs": "添加设备组权限", "zh-cht": "添加設備組權限", "xloc": [ - "default.handlebars->27->1410" + "default.handlebars->27->1421" ] }, { @@ -2750,8 +2751,8 @@ "zh-chs": "添加设备权限", "zh-cht": "添加設備權限", "xloc": [ - "default.handlebars->27->1415", - "default.handlebars->27->1417" + "default.handlebars->27->1426", + "default.handlebars->27->1428" ] }, { @@ -2770,7 +2771,7 @@ "zh-chs": "添加英特爾®AMT CIRA設備", "zh-cht": "添加英特爾®AMT CIRA設備", "xloc": [ - "default.handlebars->27->324" + "default.handlebars->27->328" ] }, { @@ -2789,7 +2790,7 @@ "zh-chs": "添加英特爾®AMT設備", "zh-cht": "添加英特爾®AMT設備", "xloc": [ - "default.handlebars->27->289" + "default.handlebars->27->293" ] }, { @@ -2827,7 +2828,7 @@ "zh-chs": "添加本地", "zh-cht": "添加本地", "xloc": [ - "default.handlebars->27->268" + "default.handlebars->27->272" ] }, { @@ -2846,7 +2847,7 @@ "zh-chs": "添加會員", "zh-cht": "添加會員", "xloc": [ - "default.handlebars->27->1847" + "default.handlebars->27->1858" ] }, { @@ -2865,7 +2866,7 @@ "zh-chs": "添加網格代理", "zh-cht": "添加網格代理", "xloc": [ - "default.handlebars->27->406" + "default.handlebars->27->410" ] }, { @@ -2884,8 +2885,8 @@ "zh-chs": "添加安全密鑰", "zh-cht": "添加安全密鑰", "xloc": [ - "default.handlebars->27->1004", - "default.handlebars->27->1005", + "default.handlebars->27->1008", + "default.handlebars->27->1009", "default.handlebars->27->149", "default.handlebars->27->151", "default.handlebars->27->154", @@ -2909,7 +2910,7 @@ "zh-cht": "添加用戶", "xloc": [ "default-mobile.handlebars->9->398", - "default.handlebars->27->648" + "default.handlebars->27->652" ] }, { @@ -2927,7 +2928,7 @@ "zh-chs": "添加用户设备权限", "zh-cht": "添加用戶設備權限", "xloc": [ - "default.handlebars->27->1420" + "default.handlebars->27->1431" ] }, { @@ -2946,10 +2947,10 @@ "zh-chs": "添加用戶組", "zh-cht": "添加用戶組", "xloc": [ - "default.handlebars->27->1312", - "default.handlebars->27->1412", - "default.handlebars->27->1823", - "default.handlebars->27->649" + "default.handlebars->27->1323", + "default.handlebars->27->1423", + "default.handlebars->27->1834", + "default.handlebars->27->653" ] }, { @@ -2965,7 +2966,7 @@ "zh-chs": "添加用户组设备权限", "zh-cht": "添加用戶組設備權限", "xloc": [ - "default.handlebars->27->1422" + "default.handlebars->27->1433" ] }, { @@ -3016,8 +3017,8 @@ "zh-chs": "添加用戶", "zh-cht": "添加用戶", "xloc": [ - "default.handlebars->27->1311", - "default.handlebars->27->1694" + "default.handlebars->27->1322", + "default.handlebars->27->1705" ] }, { @@ -3036,7 +3037,7 @@ "zh-chs": "將用戶添加到設備組", "zh-cht": "將用戶添加到設備組", "xloc": [ - "default.handlebars->27->1409" + "default.handlebars->27->1420" ] }, { @@ -3055,7 +3056,7 @@ "zh-chs": "將用戶添加到用戶組", "zh-cht": "將用戶添加到用戶組", "xloc": [ - "default.handlebars->27->1727" + "default.handlebars->27->1738" ] }, { @@ -3093,7 +3094,7 @@ "zh-chs": "通過掃描本地網絡添加新的英特爾®AMT計算機。", "zh-cht": "通過掃描本地網絡添加新的英特爾®AMT計算機。", "xloc": [ - "default.handlebars->27->269" + "default.handlebars->27->273" ] }, { @@ -3112,8 +3113,8 @@ "zh-chs": "添加位於互聯網上的新英特爾®AMT計算機。", "zh-cht": "添加位於互聯網上的新英特爾®AMT計算機。", "xloc": [ - "default.handlebars->27->1313", - "default.handlebars->27->265" + "default.handlebars->27->1324", + "default.handlebars->27->269" ] }, { @@ -3132,8 +3133,8 @@ "zh-chs": "添加位於本地網絡上的新英特爾®AMT計算機。", "zh-cht": "添加位於本地網絡上的新英特爾®AMT計算機。", "xloc": [ - "default.handlebars->27->1315", - "default.handlebars->27->267" + "default.handlebars->27->1326", + "default.handlebars->27->271" ] }, { @@ -3152,7 +3153,7 @@ "zh-chs": "將新的英特爾®AMT設備添加到設備組“{0}”。", "zh-cht": "將新的英特爾®AMT設備添加到設備組“{0}”。", "xloc": [ - "default.handlebars->27->279" + "default.handlebars->27->283" ] }, { @@ -3168,8 +3169,8 @@ "zh-chs": "通过安装网状代理,将新计算机添加到该设备组。", "zh-cht": "通過安裝網狀代理將新計算機添加到該設備組。", "xloc": [ - "default.handlebars->27->1321", - "default.handlebars->27->275" + "default.handlebars->27->1332", + "default.handlebars->27->279" ] }, { @@ -3180,7 +3181,7 @@ "zh-chs": "添加标签", "zh-cht": "添加標籤", "xloc": [ - "default.handlebars->27->467" + "default.handlebars->27->471" ] }, { @@ -3199,7 +3200,7 @@ "zh-chs": "地址", "zh-cht": "地址", "xloc": [ - "default.handlebars->27->223" + "default.handlebars->27->227" ] }, { @@ -3238,7 +3239,7 @@ "zh-cht": "管理員控制模式(ACM)", "xloc": [ "default-mobile.handlebars->9->360", - "default.handlebars->27->936" + "default.handlebars->27->940" ] }, { @@ -3258,7 +3259,7 @@ "zh-cht": "管理員憑證", "xloc": [ "default-mobile.handlebars->9->366", - "default.handlebars->27->942" + "default.handlebars->27->946" ] }, { @@ -3297,7 +3298,7 @@ "zh-chs": "管理領域", "zh-cht": "管理領域", "xloc": [ - "default.handlebars->27->1763" + "default.handlebars->27->1774" ] }, { @@ -3336,7 +3337,7 @@ "zh-chs": "行政領域", "zh-cht": "行政領域", "xloc": [ - "default.handlebars->27->1643" + "default.handlebars->27->1654" ] }, { @@ -3355,7 +3356,7 @@ "zh-chs": "管理員", "zh-cht": "管理員", "xloc": [ - "default.handlebars->27->1572" + "default.handlebars->27->1583" ] }, { @@ -3373,7 +3374,7 @@ "zh-chs": "南非語", "zh-cht": "南非語", "xloc": [ - "default.handlebars->27->1007" + "default.handlebars->27->1011" ] }, { @@ -3395,10 +3396,10 @@ "default-mobile.handlebars->9->199", "default-mobile.handlebars->9->223", "default-mobile.handlebars->9->239", - "default.handlebars->27->1474", - "default.handlebars->27->1482", - "default.handlebars->27->206", - "default.handlebars->27->431", + "default.handlebars->27->1485", + "default.handlebars->27->1493", + "default.handlebars->27->210", + "default.handlebars->27->435", "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->1" ] }, @@ -3418,8 +3419,8 @@ "zh-chs": "代理+英特爾AMT", "zh-cht": "代理+英特爾AMT", "xloc": [ - "default.handlebars->27->1476", - "default.handlebars->27->1484" + "default.handlebars->27->1487", + "default.handlebars->27->1495" ] }, { @@ -3458,7 +3459,7 @@ "zh-cht": "代理控制台", "xloc": [ "default-mobile.handlebars->9->433", - "default.handlebars->27->1430" + "default.handlebars->27->1441" ] }, { @@ -3477,7 +3478,7 @@ "zh-chs": "座席錯誤計數器", "zh-cht": "座席錯誤計數器", "xloc": [ - "default.handlebars->27->1890" + "default.handlebars->27->1901" ] }, { @@ -3507,7 +3508,7 @@ "zh-cht": "代理訊息", "xloc": [ "default-mobile.handlebars->9->177", - "default.handlebars->27->257" + "default.handlebars->27->261" ] }, { @@ -3565,7 +3566,7 @@ "zh-chs": "座席會議", "zh-cht": "座席會議", "xloc": [ - "default.handlebars->27->1906" + "default.handlebars->27->1917" ] }, { @@ -3585,7 +3586,7 @@ "zh-cht": "代理商標籤", "xloc": [ "default-mobile.handlebars->9->238", - "default.handlebars->27->573" + "default.handlebars->27->577" ] }, { @@ -3604,7 +3605,7 @@ "zh-chs": "代理類型", "zh-cht": "代理類型", "xloc": [ - "default.handlebars->27->1480", + "default.handlebars->27->1491", "default.handlebars->container->column_l->p21->3->1->meshOsChartDiv->1" ] }, @@ -3625,8 +3626,8 @@ "zh-cht": "代理已連接", "xloc": [ "default.handlebars->27->160", - "default.handlebars->27->639", - "default.handlebars->27->640" + "default.handlebars->27->643", + "default.handlebars->27->644" ] }, { @@ -3664,7 +3665,7 @@ "zh-chs": "代理離線", "zh-cht": "代理離線", "xloc": [ - "default.handlebars->27->969" + "default.handlebars->27->973" ] }, { @@ -3683,7 +3684,7 @@ "zh-chs": "代理在線", "zh-cht": "代理在線", "xloc": [ - "default.handlebars->27->968" + "default.handlebars->27->972" ] }, { @@ -3702,7 +3703,7 @@ "zh-chs": "代理商", "zh-cht": "代理商", "xloc": [ - "default.handlebars->27->1922" + "default.handlebars->27->1933" ] }, { @@ -3721,7 +3722,7 @@ "zh-chs": "阿爾巴尼亞語", "zh-cht": "阿爾巴尼亞語", "xloc": [ - "default.handlebars->27->1008" + "default.handlebars->27->1012" ] }, { @@ -3754,7 +3755,7 @@ "zh-chs": "全部可用", "zh-cht": "全部可用", "xloc": [ - "default.handlebars->27->1535" + "default.handlebars->27->1546" ] }, { @@ -3782,7 +3783,7 @@ "zh-chs": "所有活动", "zh-cht": "所有活動", "xloc": [ - "default.handlebars->27->1533" + "default.handlebars->27->1544" ] }, { @@ -3800,9 +3801,9 @@ "zh-chs": "全部聚焦", "zh-cht": "全部聚焦", "xloc": [ - "default.handlebars->27->804", - "default.handlebars->27->806", - "default.handlebars->27->807" + "default.handlebars->27->808", + "default.handlebars->27->810", + "default.handlebars->27->811" ] }, { @@ -3821,8 +3822,8 @@ "zh-chs": "允許用戶管理此設備組和該組中的設備。", "zh-cht": "允許用戶管理此設備組和該組中的設備。", "xloc": [ - "default.handlebars->27->1378", - "default.handlebars->27->1724" + "default.handlebars->27->1389", + "default.handlebars->27->1735" ] }, { @@ -3840,7 +3841,7 @@ "zh-chs": "允许用户管理此设备。", "zh-cht": "允許用戶管理此設備。", "xloc": [ - "default.handlebars->27->1379" + "default.handlebars->27->1390" ] }, { @@ -3901,7 +3902,7 @@ "zh-chs": "備用(F10 = ESC + 0)", "zh-cht": "備用(F10 = ESC + 0)", "xloc": [ - "default.handlebars->27->841" + "default.handlebars->27->845" ] }, { @@ -3940,9 +3941,9 @@ "zh-chs": "始終通知", "zh-cht": "始終通知", "xloc": [ - "default.handlebars->27->1292", - "default.handlebars->27->1772", - "default.handlebars->27->589" + "default.handlebars->27->1303", + "default.handlebars->27->1783", + "default.handlebars->27->593" ] }, { @@ -3961,9 +3962,9 @@ "zh-chs": "總是提示", "zh-cht": "總是提示", "xloc": [ - "default.handlebars->27->1293", - "default.handlebars->27->1773", - "default.handlebars->27->590" + "default.handlebars->27->1304", + "default.handlebars->27->1784", + "default.handlebars->27->594" ] }, { @@ -4090,7 +4091,7 @@ "zh-chs": "防毒軟件", "zh-cht": "防毒軟件", "xloc": [ - "default.handlebars->27->579" + "default.handlebars->27->583" ] }, { @@ -4109,7 +4110,7 @@ "zh-chs": "任何支持", "zh-cht": "任何支持", "xloc": [ - "default.handlebars->27->334" + "default.handlebars->27->338" ] }, { @@ -4127,7 +4128,7 @@ "zh-chs": "蘋果macOS", "zh-cht": "蘋果macOS", "xloc": [ - "default.handlebars->27->369" + "default.handlebars->27->373" ] }, { @@ -4145,7 +4146,7 @@ "zh-chs": "僅限Apple macOS", "zh-cht": "僅限Apple macOS", "xloc": [ - "default.handlebars->27->336" + "default.handlebars->27->340" ] }, { @@ -4183,7 +4184,7 @@ "zh-chs": "阿拉伯文(阿爾及利亞)", "zh-cht": "阿拉伯文(阿爾及利亞)", "xloc": [ - "default.handlebars->27->1010" + "default.handlebars->27->1014" ] }, { @@ -4202,7 +4203,7 @@ "zh-chs": "阿拉伯文(巴林)", "zh-cht": "阿拉伯語(巴林)", "xloc": [ - "default.handlebars->27->1011" + "default.handlebars->27->1015" ] }, { @@ -4221,7 +4222,7 @@ "zh-chs": "阿拉伯文(埃及)", "zh-cht": "阿拉伯文(埃及)", "xloc": [ - "default.handlebars->27->1012" + "default.handlebars->27->1016" ] }, { @@ -4240,7 +4241,7 @@ "zh-chs": "阿拉伯文(伊拉克)", "zh-cht": "阿拉伯文(伊拉克)", "xloc": [ - "default.handlebars->27->1013" + "default.handlebars->27->1017" ] }, { @@ -4259,7 +4260,7 @@ "zh-chs": "阿拉伯語(約旦)", "zh-cht": "阿拉伯語(約旦)", "xloc": [ - "default.handlebars->27->1014" + "default.handlebars->27->1018" ] }, { @@ -4278,7 +4279,7 @@ "zh-chs": "阿拉伯文(科威特)", "zh-cht": "阿拉伯文(科威特)", "xloc": [ - "default.handlebars->27->1015" + "default.handlebars->27->1019" ] }, { @@ -4297,7 +4298,7 @@ "zh-chs": "阿拉伯語(黎巴嫩)", "zh-cht": "阿拉伯語(黎巴嫩)", "xloc": [ - "default.handlebars->27->1016" + "default.handlebars->27->1020" ] }, { @@ -4316,7 +4317,7 @@ "zh-chs": "阿拉伯文(利比亞)", "zh-cht": "阿拉伯文(利比亞)", "xloc": [ - "default.handlebars->27->1017" + "default.handlebars->27->1021" ] }, { @@ -4335,7 +4336,7 @@ "zh-chs": "阿拉伯文(摩洛哥)", "zh-cht": "阿拉伯文(摩洛哥)", "xloc": [ - "default.handlebars->27->1018" + "default.handlebars->27->1022" ] }, { @@ -4354,7 +4355,7 @@ "zh-chs": "阿拉伯文(阿曼)", "zh-cht": "阿拉伯文(阿曼)", "xloc": [ - "default.handlebars->27->1019" + "default.handlebars->27->1023" ] }, { @@ -4373,7 +4374,7 @@ "zh-chs": "阿拉伯語(卡塔爾)", "zh-cht": "阿拉伯語(卡塔爾)", "xloc": [ - "default.handlebars->27->1020" + "default.handlebars->27->1024" ] }, { @@ -4392,7 +4393,7 @@ "zh-chs": "阿拉伯語(沙特阿拉伯)", "zh-cht": "阿拉伯語(沙特阿拉伯)", "xloc": [ - "default.handlebars->27->1021" + "default.handlebars->27->1025" ] }, { @@ -4411,7 +4412,7 @@ "zh-chs": "阿拉伯語(標準)", "zh-cht": "阿拉伯語(標準)", "xloc": [ - "default.handlebars->27->1009" + "default.handlebars->27->1013" ] }, { @@ -4430,7 +4431,7 @@ "zh-chs": "阿拉伯語(敘利亞)", "zh-cht": "阿拉伯語(敘利亞)", "xloc": [ - "default.handlebars->27->1022" + "default.handlebars->27->1026" ] }, { @@ -4449,7 +4450,7 @@ "zh-chs": "阿拉伯文(突尼斯)", "zh-cht": "阿拉伯文(突尼斯)", "xloc": [ - "default.handlebars->27->1023" + "default.handlebars->27->1027" ] }, { @@ -4468,7 +4469,7 @@ "zh-chs": "阿拉伯文(阿聯酋)", "zh-cht": "阿拉伯文(阿聯酋)", "xloc": [ - "default.handlebars->27->1024" + "default.handlebars->27->1028" ] }, { @@ -4487,7 +4488,7 @@ "zh-chs": "阿拉伯文(也門)", "zh-cht": "阿拉伯文(也門)", "xloc": [ - "default.handlebars->27->1025" + "default.handlebars->27->1029" ] }, { @@ -4506,7 +4507,7 @@ "zh-chs": "阿拉貢人", "zh-cht": "阿拉貢人", "xloc": [ - "default.handlebars->27->1026" + "default.handlebars->27->1030" ] }, { @@ -4526,7 +4527,7 @@ "zh-cht": "建築", "xloc": [ "default-mobile.handlebars->9->330", - "default.handlebars->27->896" + "default.handlebars->27->900" ] }, { @@ -4545,7 +4546,7 @@ "zh-chs": "您確定要連接到{0}設備嗎?", "zh-cht": "您確定要連接到{0}設備嗎?", "xloc": [ - "default.handlebars->27->260" + "default.handlebars->27->264" ] }, { @@ -4565,7 +4566,7 @@ "zh-cht": "您確定要刪除組{0}嗎?刪除設備組還將刪除該組中有關設備的所有信息。", "xloc": [ "default-mobile.handlebars->9->404", - "default.handlebars->27->1356" + "default.handlebars->27->1367" ] }, { @@ -4584,7 +4585,7 @@ "zh-chs": "您確定要刪除節點{0}嗎?", "zh-cht": "您確定要刪除節點{0}嗎?", "xloc": [ - "default.handlebars->27->751" + "default.handlebars->27->755" ] }, { @@ -4603,7 +4604,7 @@ "zh-chs": "您確定要卸載所選代理嗎?", "zh-cht": "您確定要卸載所選代理嗎?", "xloc": [ - "default.handlebars->27->740" + "default.handlebars->27->744" ] }, { @@ -4622,7 +4623,7 @@ "zh-chs": "您確定要卸載所選的{0}代理嗎?", "zh-cht": "您確定要卸載所選的{0}代理嗎?", "xloc": [ - "default.handlebars->27->739" + "default.handlebars->27->743" ] }, { @@ -4641,7 +4642,7 @@ "zh-chs": "您確定要{0}插件嗎:{1}", "zh-cht": "您確定要{0}插件嗎:{1}", "xloc": [ - "default.handlebars->27->1962" + "default.handlebars->27->1973" ] }, { @@ -4660,7 +4661,7 @@ "zh-chs": "亞美尼亞人", "zh-cht": "亞美尼亞人", "xloc": [ - "default.handlebars->27->1027" + "default.handlebars->27->1031" ] }, { @@ -4711,7 +4712,7 @@ "zh-chs": "阿薩姆語", "zh-cht": "阿薩姆語", "xloc": [ - "default.handlebars->27->1028" + "default.handlebars->27->1032" ] }, { @@ -4730,7 +4731,7 @@ "zh-chs": "阿斯圖里亞斯人", "zh-cht": "阿斯圖里亞斯人", "xloc": [ - "default.handlebars->27->1029" + "default.handlebars->27->1033" ] }, { @@ -4749,7 +4750,7 @@ "zh-chs": "身份驗證應用", "zh-cht": "認證應用", "xloc": [ - "default.handlebars->27->1776" + "default.handlebars->27->1787" ] }, { @@ -4774,8 +4775,8 @@ "default-mobile.handlebars->9->73", "default.handlebars->27->125", "default.handlebars->27->130", - "default.handlebars->27->993", - "default.handlebars->27->995" + "default.handlebars->27->997", + "default.handlebars->27->999" ] }, { @@ -4851,7 +4852,7 @@ "zh-chs": "自動刪除", "zh-cht": "自動刪除", "xloc": [ - "default.handlebars->27->1280" + "default.handlebars->27->1291" ] }, { @@ -4903,7 +4904,7 @@ "zh-chs": "有效内存", "zh-cht": "有效內存", "xloc": [ - "default.handlebars->27->1915" + "default.handlebars->27->1926" ] }, { @@ -4922,7 +4923,7 @@ "zh-chs": "阿塞拜疆", "zh-cht": "阿塞拜疆人", "xloc": [ - "default.handlebars->27->1030" + "default.handlebars->27->1034" ] }, { @@ -4942,7 +4943,7 @@ "zh-cht": "的BIOS", "xloc": [ "default-mobile.handlebars->9->372", - "default.handlebars->27->948" + "default.handlebars->27->952" ] }, { @@ -5028,7 +5029,7 @@ "zh-chs": "背景與互動", "zh-cht": "背景與互動", "xloc": [ - "default.handlebars->27->374" + "default.handlebars->27->378" ] }, { @@ -5047,10 +5048,10 @@ "zh-chs": "背景與互動", "zh-cht": "背景與互動", "xloc": [ - "default.handlebars->27->1457", - "default.handlebars->27->1464", - "default.handlebars->27->346", - "default.handlebars->27->360" + "default.handlebars->27->1468", + "default.handlebars->27->1475", + "default.handlebars->27->350", + "default.handlebars->27->364" ] }, { @@ -5069,11 +5070,11 @@ "zh-chs": "僅背景", "zh-cht": "僅背景", "xloc": [ - "default.handlebars->27->1458", - "default.handlebars->27->1465", - "default.handlebars->27->347", - "default.handlebars->27->361", - "default.handlebars->27->375" + "default.handlebars->27->1469", + "default.handlebars->27->1476", + "default.handlebars->27->351", + "default.handlebars->27->365", + "default.handlebars->27->379" ] }, { @@ -5111,7 +5112,7 @@ "zh-chs": "備用碼", "zh-cht": "備用碼", "xloc": [ - "default.handlebars->27->1778" + "default.handlebars->27->1789" ] }, { @@ -5130,7 +5131,7 @@ "zh-chs": "錯誤的簽名", "zh-cht": "錯誤的簽名", "xloc": [ - "default.handlebars->27->1897" + "default.handlebars->27->1908" ] }, { @@ -5149,7 +5150,7 @@ "zh-chs": "錯誤的網絡證書", "zh-cht": "錯誤的網絡證書", "xloc": [ - "default.handlebars->27->1896" + "default.handlebars->27->1907" ] }, { @@ -5168,7 +5169,7 @@ "zh-chs": "巴斯克", "zh-cht": "巴斯克", "xloc": [ - "default.handlebars->27->1031" + "default.handlebars->27->1035" ] }, { @@ -5206,7 +5207,7 @@ "zh-chs": "白俄羅斯語", "zh-cht": "白俄羅斯語", "xloc": [ - "default.handlebars->27->1033" + "default.handlebars->27->1037" ] }, { @@ -5225,7 +5226,7 @@ "zh-chs": "孟加拉", "zh-cht": "孟加拉", "xloc": [ - "default.handlebars->27->1034" + "default.handlebars->27->1038" ] }, { @@ -5265,7 +5266,7 @@ "zh-chs": "波斯尼亞人", "zh-cht": "波斯尼亞人", "xloc": [ - "default.handlebars->27->1035" + "default.handlebars->27->1039" ] }, { @@ -5284,7 +5285,7 @@ "zh-chs": "布列塔尼", "zh-cht": "布列塔尼", "xloc": [ - "default.handlebars->27->1036" + "default.handlebars->27->1040" ] }, { @@ -5303,7 +5304,7 @@ "zh-chs": "廣播", "zh-cht": "廣播", "xloc": [ - "default.handlebars->27->1692", + "default.handlebars->27->1703", "default.handlebars->container->column_l->p4->3->1->0->3->1" ] }, @@ -5323,7 +5324,7 @@ "zh-chs": "廣播消息", "zh-cht": "廣播消息", "xloc": [ - "default.handlebars->27->1625" + "default.handlebars->27->1636" ] }, { @@ -5342,7 +5343,7 @@ "zh-chs": "向所有連接的用戶廣播消息。", "zh-cht": "向所有連接的用戶廣播消息。", "xloc": [ - "default.handlebars->27->1620" + "default.handlebars->27->1631" ] }, { @@ -5361,7 +5362,7 @@ "zh-chs": "保加利亞語", "zh-cht": "保加利亞語", "xloc": [ - "default.handlebars->27->1032" + "default.handlebars->27->1036" ] }, { @@ -5380,7 +5381,7 @@ "zh-chs": "緬甸人", "zh-cht": "緬甸人", "xloc": [ - "default.handlebars->27->1037" + "default.handlebars->27->1041" ] }, { @@ -5400,7 +5401,7 @@ "zh-cht": "CCM", "xloc": [ "default-mobile.handlebars->9->230", - "default.handlebars->27->558" + "default.handlebars->27->562" ] }, { @@ -5420,10 +5421,10 @@ "zh-cht": "CIRA", "xloc": [ "default-mobile.handlebars->9->200", - "default.handlebars->27->1344", - "default.handlebars->27->1349", - "default.handlebars->27->208", - "default.handlebars->27->433" + "default.handlebars->27->1355", + "default.handlebars->27->1360", + "default.handlebars->27->212", + "default.handlebars->27->437" ] }, { @@ -5442,7 +5443,7 @@ "zh-chs": "CIRA服務器", "zh-cht": "CIRA服務器", "xloc": [ - "default.handlebars->27->1950" + "default.handlebars->27->1961" ] }, { @@ -5461,7 +5462,7 @@ "zh-chs": "CIRA服務器命令", "zh-cht": "CIRA服務器命令", "xloc": [ - "default.handlebars->27->1951" + "default.handlebars->27->1962" ] }, { @@ -5480,7 +5481,7 @@ "zh-cht": "中央處理器", "xloc": [ "default-mobile.handlebars->9->378", - "default.handlebars->27->954" + "default.handlebars->27->958" ] }, { @@ -5499,7 +5500,7 @@ "zh-chs": "CPU負載", "zh-cht": "CPU負載", "xloc": [ - "default.handlebars->27->1911" + "default.handlebars->27->1922" ] }, { @@ -5518,7 +5519,7 @@ "zh-chs": "最近15分鐘的CPU負載", "zh-cht": "最近15分鐘的CPU負載", "xloc": [ - "default.handlebars->27->1914" + "default.handlebars->27->1925" ] }, { @@ -5537,7 +5538,7 @@ "zh-chs": "最近5分鐘的CPU負載", "zh-cht": "最近5分鐘的CPU負載", "xloc": [ - "default.handlebars->27->1913" + "default.handlebars->27->1924" ] }, { @@ -5556,7 +5557,7 @@ "zh-chs": "最後一分鐘的CPU負載", "zh-cht": "最後一分鐘的CPU負載", "xloc": [ - "default.handlebars->27->1912" + "default.handlebars->27->1923" ] }, { @@ -5575,8 +5576,8 @@ "zh-chs": "CR +低頻", "zh-cht": "CR +低頻", "xloc": [ - "default.handlebars->27->834", - "default.handlebars->27->843", + "default.handlebars->27->838", + "default.handlebars->27->847", "default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSettingsButtons" ] }, @@ -5595,7 +5596,7 @@ "zh-chs": "CSV", "zh-cht": "CSV", "xloc": [ - "default.handlebars->27->1543" + "default.handlebars->27->1554" ] }, { @@ -5614,9 +5615,9 @@ "zh-chs": "CSV格式", "zh-cht": "CSV格式", "xloc": [ - "default.handlebars->27->1547", - "default.handlebars->27->1612", - "default.handlebars->27->474" + "default.handlebars->27->1558", + "default.handlebars->27->1623", + "default.handlebars->27->478" ] }, { @@ -5635,7 +5636,7 @@ "zh-chs": "通話錯誤", "zh-cht": "通話錯誤", "xloc": [ - "default.handlebars->27->1963" + "default.handlebars->27->1974" ] }, { @@ -5656,7 +5657,7 @@ "xloc": [ "default-mobile.handlebars->9->82", "default-mobile.handlebars->dialog->idx_dlgButtonBar", - "default.handlebars->27->1258", + "default.handlebars->27->1269", "default.handlebars->container->dialog->idx_dlgButtonBar", "desktop.handlebars->p11->dialog->idx_dlgButtonBar", "login-mobile.handlebars->dialog->idx_dlgButtonBar", @@ -5679,8 +5680,8 @@ "xloc": [ "default-mobile.handlebars->9->386", "default-mobile.handlebars->9->388", - "default.handlebars->27->962", - "default.handlebars->27->964" + "default.handlebars->27->966", + "default.handlebars->27->968" ] }, { @@ -5700,7 +5701,7 @@ "zh-cht": "容量/速度", "xloc": [ "default-mobile.handlebars->9->381", - "default.handlebars->27->957" + "default.handlebars->27->961" ] }, { @@ -5719,7 +5720,7 @@ "zh-chs": "加泰羅尼亞語", "zh-cht": "加泰羅尼亞語", "xloc": [ - "default.handlebars->27->1038" + "default.handlebars->27->1042" ] }, { @@ -5738,7 +5739,7 @@ "zh-chs": "中心地圖在這裡", "zh-cht": "中心地圖在這裡", "xloc": [ - "default.handlebars->27->520" + "default.handlebars->27->524" ] }, { @@ -5757,7 +5758,7 @@ "zh-chs": "查莫羅", "zh-cht": "查莫羅", "xloc": [ - "default.handlebars->27->1039" + "default.handlebars->27->1043" ] }, { @@ -5792,7 +5793,7 @@ "zh-chs": "更改{0}的電子郵件", "zh-cht": "更改{0}的電子郵件", "xloc": [ - "default.handlebars->27->1806" + "default.handlebars->27->1817" ] }, { @@ -5811,9 +5812,9 @@ "zh-chs": "變更組", "zh-cht": "變更組", "xloc": [ - "default.handlebars->27->616", - "default.handlebars->27->748", - "default.handlebars->27->749" + "default.handlebars->27->620", + "default.handlebars->27->752", + "default.handlebars->27->753" ] }, { @@ -5833,8 +5834,8 @@ "zh-cht": "更改密碼", "xloc": [ "default-mobile.handlebars->9->90", - "default.handlebars->27->1234", - "default.handlebars->27->1793" + "default.handlebars->27->1238", + "default.handlebars->27->1804" ] }, { @@ -5853,7 +5854,7 @@ "zh-chs": "更改{0}的密碼", "zh-cht": "更改{0}的密碼", "xloc": [ - "default.handlebars->27->1813" + "default.handlebars->27->1824" ] }, { @@ -5865,7 +5866,7 @@ "zh-chs": "更改{0}的真实名称", "zh-cht": "更改{0}的真實名稱", "xloc": [ - "default.handlebars->27->1801" + "default.handlebars->27->1812" ] }, { @@ -5943,7 +5944,7 @@ "zh-chs": "更改該用戶的密碼", "zh-cht": "更改該用戶的密碼", "xloc": [ - "default.handlebars->27->1792" + "default.handlebars->27->1803" ] }, { @@ -5981,7 +5982,7 @@ "zh-chs": "在此處更改您的帳戶電子郵件地址。", "zh-cht": "在此處更改您的帳戶電子郵件地址。", "xloc": [ - "default.handlebars->27->1221" + "default.handlebars->27->1225" ] }, { @@ -6000,7 +6001,7 @@ "zh-chs": "在下面的框中兩次輸入舊密碼和新密碼,以更改帳戶密碼。", "zh-cht": "在下面的框中兩次輸入舊密碼和新密碼,以更改帳戶密碼。", "xloc": [ - "default.handlebars->27->1227" + "default.handlebars->27->1231" ] }, { @@ -6019,7 +6020,7 @@ "zh-chs": "更改語言將需要刷新頁面。", "zh-cht": "更改語言將需要刷新頁面。", "xloc": [ - "default.handlebars->27->1206" + "default.handlebars->27->1210" ] }, { @@ -6038,9 +6039,9 @@ "zh-chs": "聊天室", "zh-cht": "聊天室", "xloc": [ - "default.handlebars->27->1564", - "default.handlebars->27->669", - "default.handlebars->27->688" + "default.handlebars->27->1575", + "default.handlebars->27->673", + "default.handlebars->27->692" ] }, { @@ -6061,8 +6062,8 @@ "xloc": [ "default-mobile.handlebars->9->425", "default-mobile.handlebars->9->443", - "default.handlebars->27->1406", - "default.handlebars->27->1441" + "default.handlebars->27->1417", + "default.handlebars->27->1452" ] }, { @@ -6093,7 +6094,7 @@ "zh-chs": "車臣", "zh-cht": "車臣", "xloc": [ - "default.handlebars->27->1040" + "default.handlebars->27->1044" ] }, { @@ -6150,7 +6151,7 @@ "zh-chs": "檢查服務器版本", "zh-cht": "檢查服務器版本", "xloc": [ - "default.handlebars->container->column_l->p6->p6info->p2ServerActions->3->p2ServerActionsVersion->0" + "default.handlebars->container->column_l->p6->p6info->p2ServerActions->3->p2ServerActionsVersion->1" ] }, { @@ -6184,8 +6185,8 @@ "zh-chs": "檢查...", "zh-cht": "檢查...", "xloc": [ - "default.handlebars->27->1006", - "default.handlebars->27->1957" + "default.handlebars->27->1010", + "default.handlebars->27->1968" ] }, { @@ -6204,7 +6205,7 @@ "zh-chs": "中文", "zh-cht": "中文", "xloc": [ - "default.handlebars->27->1041" + "default.handlebars->27->1045" ] }, { @@ -6223,7 +6224,7 @@ "zh-chs": "中文(香港)", "zh-cht": "中文(香港)", "xloc": [ - "default.handlebars->27->1042" + "default.handlebars->27->1046" ] }, { @@ -6242,7 +6243,7 @@ "zh-chs": "中文(中國)", "zh-cht": "中文(中國)", "xloc": [ - "default.handlebars->27->1043" + "default.handlebars->27->1047" ] }, { @@ -6261,7 +6262,7 @@ "zh-chs": "简体中文)", "zh-cht": "簡體中文)", "xloc": [ - "default.handlebars->27->1203" + "default.handlebars->27->1207" ] }, { @@ -6280,7 +6281,7 @@ "zh-chs": "中文(新加坡)", "zh-cht": "中文(新加坡)", "xloc": [ - "default.handlebars->27->1044" + "default.handlebars->27->1048" ] }, { @@ -6299,7 +6300,7 @@ "zh-chs": "中文(台灣)", "zh-cht": "中文(台灣)", "xloc": [ - "default.handlebars->27->1045" + "default.handlebars->27->1049" ] }, { @@ -6307,7 +6308,7 @@ "zh-chs": "中国传统的)", "zh-cht": "中國傳統的)", "xloc": [ - "default.handlebars->27->1204" + "default.handlebars->27->1208" ] }, { @@ -6346,7 +6347,7 @@ "zh-chs": "楚瓦什", "zh-cht": "楚瓦什", "xloc": [ - "default.handlebars->27->1046" + "default.handlebars->27->1050" ] }, { @@ -6365,7 +6366,7 @@ "zh-chs": "清理CIRA", "zh-cht": "清理CIRA", "xloc": [ - "default.handlebars->27->308" + "default.handlebars->27->312" ] }, { @@ -6390,11 +6391,11 @@ "default-mobile.handlebars->9->318", "default-mobile.handlebars->9->320", "default-mobile.handlebars->9->59", - "default.handlebars->27->1527", - "default.handlebars->27->873", - "default.handlebars->27->875", + "default.handlebars->27->1538", "default.handlebars->27->877", "default.handlebars->27->879", + "default.handlebars->27->881", + "default.handlebars->27->883", "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" @@ -6432,7 +6433,7 @@ "zh-chs": "全部清除", "zh-cht": "全部清除", "xloc": [ - "default.handlebars->27->1884" + "default.handlebars->27->1895" ] }, { @@ -6451,7 +6452,7 @@ "zh-chs": "清除核心", "zh-cht": "清除核心", "xloc": [ - "default.handlebars->27->978" + "default.handlebars->27->982" ] }, { @@ -6488,7 +6489,7 @@ "zh-chs": "清除此通知", "zh-cht": "清除此通知", "xloc": [ - "default.handlebars->27->1883" + "default.handlebars->27->1894" ] }, { @@ -6539,8 +6540,8 @@ "zh-chs": "单击此处编辑设备组名称", "zh-cht": "單擊此處編輯設備組名稱", "xloc": [ - "default.handlebars->27->1269", - "default.handlebars->27->1478" + "default.handlebars->27->1280", + "default.handlebars->27->1489" ] }, { @@ -6559,7 +6560,7 @@ "zh-chs": "單擊此處編輯服務器端設備名稱", "zh-cht": "單擊此處編輯服務器端設備名稱", "xloc": [ - "default.handlebars->27->536" + "default.handlebars->27->540" ] }, { @@ -6574,7 +6575,7 @@ "zh-chs": "单击此处编辑用户组名称", "zh-cht": "單擊此處編輯用戶組名稱", "xloc": [ - "default.handlebars->27->1681" + "default.handlebars->27->1692" ] }, { @@ -6630,7 +6631,7 @@ "zh-cht": "單擊確定將驗證郵件發送到:", "xloc": [ "default-mobile.handlebars->9->75", - "default.handlebars->27->1218" + "default.handlebars->27->1222" ] }, { @@ -6669,7 +6670,13 @@ "zh-cht": "客戶端控制模式(CCM)", "xloc": [ "default-mobile.handlebars->9->359", - "default.handlebars->27->935" + "default.handlebars->27->939" + ] + }, + { + "en": "Client ID", + "xloc": [ + "default.handlebars->27->1262" ] }, { @@ -6688,8 +6695,14 @@ "zh-chs": "客戶端啟動的遠程訪問", "zh-cht": "客戶端啟動的遠程訪問", "xloc": [ - "default.handlebars->27->1343", - "default.handlebars->27->1348" + "default.handlebars->27->1354", + "default.handlebars->27->1359" + ] + }, + { + "en": "Client Secret", + "xloc": [ + "default.handlebars->27->1263" ] }, { @@ -6731,7 +6744,13 @@ "default-mobile.handlebars->9->57", "default.handlebars->27->137", "default.handlebars->27->145", - "default.handlebars->27->825" + "default.handlebars->27->829" + ] + }, + { + "en": "Code", + "xloc": [ + "default.handlebars->27->200" ] }, { @@ -6783,8 +6802,8 @@ "zh-chs": "通用設備組", "zh-cht": "通用設備組", "xloc": [ - "default.handlebars->27->1700", - "default.handlebars->27->1818" + "default.handlebars->27->1711", + "default.handlebars->27->1829" ] }, { @@ -6803,8 +6822,8 @@ "zh-chs": "通用設備", "zh-cht": "通用設備", "xloc": [ - "default.handlebars->27->1706", - "default.handlebars->27->1830" + "default.handlebars->27->1717", + "default.handlebars->27->1841" ] }, { @@ -6814,7 +6833,7 @@ "zh-chs": "压缩文件...", "zh-cht": "壓縮文件...", "xloc": [ - "default.handlebars->27->850" + "default.handlebars->27->854" ] }, { @@ -6834,7 +6853,7 @@ "zh-cht": "將{1}入口{2}中的{0}限製到此位置?", "xloc": [ "default-mobile.handlebars->9->127", - "default.handlebars->27->1522" + "default.handlebars->27->1533" ] }, { @@ -6855,14 +6874,14 @@ "xloc": [ "default-mobile.handlebars->9->276", "default-mobile.handlebars->9->405", - "default.handlebars->27->1357", - "default.handlebars->27->1592", - "default.handlebars->27->1671", - "default.handlebars->27->1720", - "default.handlebars->27->1816", - "default.handlebars->27->458", - "default.handlebars->27->743", - "default.handlebars->27->752" + "default.handlebars->27->1368", + "default.handlebars->27->1603", + "default.handlebars->27->1682", + "default.handlebars->27->1731", + "default.handlebars->27->1827", + "default.handlebars->27->462", + "default.handlebars->27->747", + "default.handlebars->27->756" ] }, { @@ -6882,7 +6901,7 @@ "zh-cht": "確認將1個副本複製到此位置?", "xloc": [ "default-mobile.handlebars->9->309", - "default.handlebars->27->868" + "default.handlebars->27->872" ] }, { @@ -6902,7 +6921,7 @@ "zh-cht": "確認{0}個條目的副本到此位置?", "xloc": [ "default-mobile.handlebars->9->308", - "default.handlebars->27->867" + "default.handlebars->27->871" ] }, { @@ -6918,7 +6937,7 @@ "zh-chs": "确认删除选定的帐户?", "zh-cht": "確認刪除所選帳戶?", "xloc": [ - "default.handlebars->27->1591" + "default.handlebars->27->1602" ] }, { @@ -6937,7 +6956,7 @@ "zh-chs": "確認刪除所選設備?", "zh-cht": "確認刪除所選設備?", "xloc": [ - "default.handlebars->27->457" + "default.handlebars->27->461" ] }, { @@ -6953,7 +6972,7 @@ "zh-chs": "确认删除选定的用户组?", "zh-cht": "確認刪除選定的用戶組?", "xloc": [ - "default.handlebars->27->1670" + "default.handlebars->27->1681" ] }, { @@ -6972,7 +6991,7 @@ "zh-chs": "確認刪除用戶{0}?", "zh-cht": "確認刪除用戶{0}?", "xloc": [ - "default.handlebars->27->1815" + "default.handlebars->27->1826" ] }, { @@ -6988,7 +7007,7 @@ "zh-chs": "确认删除用户“ {0} ”的成员身份?", "zh-cht": "確認刪除用戶“ {0} ”的成員身份?", "xloc": [ - "default.handlebars->27->1723" + "default.handlebars->27->1734" ] }, { @@ -7004,7 +7023,7 @@ "zh-chs": "确认删除用户组“ {0} ”的成员身份?", "zh-cht": "確認刪除用戶組“ {0} ”的成員身份?", "xloc": [ - "default.handlebars->27->1845" + "default.handlebars->27->1856" ] }, { @@ -7024,7 +7043,7 @@ "zh-cht": "確認將1個入口移動到此位置?", "xloc": [ "default-mobile.handlebars->9->311", - "default.handlebars->27->870" + "default.handlebars->27->874" ] }, { @@ -7044,7 +7063,7 @@ "zh-cht": "確認將{0}個條目移到該位置?", "xloc": [ "default-mobile.handlebars->9->310", - "default.handlebars->27->869" + "default.handlebars->27->873" ] }, { @@ -7063,7 +7082,7 @@ "zh-chs": "確認覆蓋?", "zh-cht": "確認覆蓋?", "xloc": [ - "default.handlebars->27->1521" + "default.handlebars->27->1532" ] }, { @@ -7079,8 +7098,8 @@ "zh-chs": "确认删除设备“ {0} ”的访问权限?", "zh-cht": "是否確認刪除設備“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->27->1713", - "default.handlebars->27->1836" + "default.handlebars->27->1724", + "default.handlebars->27->1847" ] }, { @@ -7096,8 +7115,8 @@ "zh-chs": "是否确认删除设备组“ {0} ”的访问权限?", "zh-cht": "確認刪除設備組“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->27->1715", - "default.handlebars->27->1849" + "default.handlebars->27->1726", + "default.handlebars->27->1860" ] }, { @@ -7113,7 +7132,7 @@ "zh-chs": "确认删除用户“ {0} ”的访问权限?", "zh-cht": "是否確認刪除用戶“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->27->1838" + "default.handlebars->27->1849" ] }, { @@ -7129,7 +7148,7 @@ "zh-chs": "确认删除用户组“ {0} ”的访问权限?", "zh-cht": "確認刪除用戶組“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->27->1841" + "default.handlebars->27->1852" ] }, { @@ -7145,8 +7164,8 @@ "zh-chs": "确认删除访问权限?", "zh-cht": "確認刪除訪問權限?", "xloc": [ - "default.handlebars->27->1839", - "default.handlebars->27->1842" + "default.handlebars->27->1850", + "default.handlebars->27->1853" ] }, { @@ -7166,7 +7185,7 @@ "zh-cht": "確認刪除身份驗證器應用程序兩步登錄?", "xloc": [ "default-mobile.handlebars->9->74", - "default.handlebars->27->996" + "default.handlebars->27->1000" ] }, { @@ -7229,7 +7248,7 @@ "zh-chs": "确认删除用户“ {0} ”的权限?", "zh-cht": "是否確認刪除用戶“ {0} ”的權限?", "xloc": [ - "default.handlebars->27->1450" + "default.handlebars->27->1461" ] }, { @@ -7245,7 +7264,7 @@ "zh-chs": "确认删除用户组“ {0} ”的权限?", "zh-cht": "確認刪除用戶組“ {0} ”的權限?", "xloc": [ - "default.handlebars->27->1452" + "default.handlebars->27->1463" ] }, { @@ -7299,8 +7318,8 @@ "default-mobile.handlebars->9->291", "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3", "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3", - "default.handlebars->27->1296", - "default.handlebars->27->846", + "default.handlebars->27->1307", + "default.handlebars->27->850", "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", @@ -7325,7 +7344,7 @@ "zh-chs": "全部連接", "zh-cht": "全部連接", "xloc": [ - "default.handlebars->27->259", + "default.handlebars->27->263", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->kvmListToolbar" ] }, @@ -7345,8 +7364,8 @@ "zh-chs": "連接到服務器", "zh-cht": "連接到服務器", "xloc": [ - "default.handlebars->27->1347", - "default.handlebars->27->1351" + "default.handlebars->27->1358", + "default.handlebars->27->1362" ] }, { @@ -7427,7 +7446,7 @@ "zh-chs": "連接的英特爾®AMT", "zh-cht": "連接的英特爾®AMT", "xloc": [ - "default.handlebars->27->1902" + "default.handlebars->27->1913" ] }, { @@ -7446,7 +7465,7 @@ "zh-chs": "關聯用戶", "zh-cht": "關聯用戶", "xloc": [ - "default.handlebars->27->1907" + "default.handlebars->27->1918" ] }, { @@ -7466,7 +7485,7 @@ "zh-cht": "現在已連接", "xloc": [ "default-mobile.handlebars->9->334", - "default.handlebars->27->900" + "default.handlebars->27->904" ] }, { @@ -7507,10 +7526,10 @@ "default-mobile.handlebars->9->2", "default-mobile.handlebars->9->327", "default-mobile.handlebars->9->37", - "default.handlebars->27->233", - "default.handlebars->27->236", - "default.handlebars->27->262", - "default.handlebars->27->891", + "default.handlebars->27->237", + "default.handlebars->27->240", + "default.handlebars->27->266", + "default.handlebars->27->895", "default.handlebars->27->9", "desktop.handlebars->3->2", "xterm.handlebars->9->2" @@ -7532,7 +7551,7 @@ "zh-chs": "連接數", "zh-cht": "連接數", "xloc": [ - "default.handlebars->27->1921" + "default.handlebars->27->1932" ] }, { @@ -7550,7 +7569,7 @@ "zh-chs": "連接繼電器", "zh-cht": "連接繼電器", "xloc": [ - "default.handlebars->27->1949" + "default.handlebars->27->1960" ] }, { @@ -7608,9 +7627,9 @@ "zh-cht": "連接性", "xloc": [ "default-mobile.handlebars->9->244", - "default.handlebars->27->1485", - "default.handlebars->27->224", - "default.handlebars->27->603", + "default.handlebars->27->1496", + "default.handlebars->27->228", + "default.handlebars->27->607", "default.handlebars->container->column_l->p21->3->1->meshConnChartDiv->1" ] }, @@ -7630,8 +7649,8 @@ "zh-chs": "安慰", "zh-cht": "安慰", "xloc": [ - "default.handlebars->27->664", - "default.handlebars->27->683", + "default.handlebars->27->668", + "default.handlebars->27->687", "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" @@ -7653,7 +7672,7 @@ "zh-chs": "安慰 -", "zh-cht": "安慰 -", "xloc": [ - "default.handlebars->27->537" + "default.handlebars->27->541" ] }, { @@ -7671,8 +7690,8 @@ "zh-chs": "控制", "zh-cht": "控制", "xloc": [ - "default.handlebars->27->663", - "default.handlebars->27->682", + "default.handlebars->27->667", + "default.handlebars->27->686", "messenger.handlebars->13->1" ] }, @@ -7692,7 +7711,7 @@ "zh-chs": "Cookie編碼器", "zh-cht": "Cookie編碼器", "xloc": [ - "default.handlebars->27->1935" + "default.handlebars->27->1946" ] }, { @@ -7753,7 +7772,7 @@ "zh-chs": "将Windows 32位代理URL复制到剪贴板", "zh-cht": "將Windows 32位代理URL複製到剪貼板", "xloc": [ - "default.handlebars->27->381" + "default.handlebars->27->385" ] }, { @@ -7771,7 +7790,7 @@ "zh-chs": "将Windows 64位代理URL复制到剪贴板", "zh-cht": "將Windows 64位代理URL複製到剪貼板", "xloc": [ - "default.handlebars->27->385" + "default.handlebars->27->389" ] }, { @@ -7812,7 +7831,7 @@ "zh-chs": "将座席URL复制到剪贴板", "zh-cht": "將座席URL複製到剪貼板", "xloc": [ - "default.handlebars->27->405" + "default.handlebars->27->409" ] }, { @@ -7831,10 +7850,10 @@ "zh-chs": "複製鏈接到剪貼板", "zh-cht": "複製鏈接到剪貼板", "xloc": [ - "default.handlebars->27->1490", - "default.handlebars->27->1509", + "default.handlebars->27->1501", + "default.handlebars->27->1520", "default.handlebars->27->192", - "default.handlebars->27->363" + "default.handlebars->27->367" ] }, { @@ -7852,7 +7871,7 @@ "zh-chs": "將macOS代理URL複製到剪貼板", "zh-cht": "將macOS代理URL複製到剪貼板", "xloc": [ - "default.handlebars->27->393" + "default.handlebars->27->397" ] }, { @@ -8049,7 +8068,7 @@ "zh-chs": "核心服務器", "zh-cht": "核心服務器", "xloc": [ - "default.handlebars->27->1934" + "default.handlebars->27->1945" ] }, { @@ -8068,7 +8087,7 @@ "zh-chs": "科西嘉人", "zh-cht": "科西嘉人", "xloc": [ - "default.handlebars->27->1047" + "default.handlebars->27->1051" ] }, { @@ -8087,7 +8106,7 @@ "zh-chs": "創建帳號", "zh-cht": "創建帳號", "xloc": [ - "default.handlebars->27->1639", + "default.handlebars->27->1650", "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" ] @@ -8127,7 +8146,7 @@ "zh-chs": "創建用戶組", "zh-cht": "創建用戶組", "xloc": [ - "default.handlebars->27->1678" + "default.handlebars->27->1689" ] }, { @@ -8138,7 +8157,7 @@ "zh-chs": "创建链接以与访客共享此设备", "zh-cht": "創建鏈接以與訪客共享此設備", "xloc": [ - "default.handlebars->27->614" + "default.handlebars->27->618" ] }, { @@ -8157,7 +8176,7 @@ "zh-chs": "使用以下選項創建一個新的設備組。", "zh-cht": "使用以下選項創建一個新的設備組。", "xloc": [ - "default.handlebars->27->1241" + "default.handlebars->27->1245" ] }, { @@ -8176,7 +8195,7 @@ "zh-chs": "創建一個新的設備組。", "zh-cht": "創建一個新的設備組。", "xloc": [ - "default.handlebars->27->226" + "default.handlebars->27->230" ] }, { @@ -8195,7 +8214,7 @@ "zh-chs": "通過導入以下格式的JSON文件一次創建多個帳戶:", "zh-cht": "通過導入以下格式的JSON文件一次創建多個帳戶:", "xloc": [ - "default.handlebars->27->1603" + "default.handlebars->27->1614" ] }, { @@ -8226,7 +8245,7 @@ "zh-chs": "创建一个链接,该链接允许没有帐户的访客将远程桌面访问此设备最多1小时。", "zh-cht": "創建一個鏈接,該鏈接允許沒有帳戶的訪客將遠程桌面訪問此設備最多1小時。", "xloc": [ - "default.handlebars->27->699" + "default.handlebars->27->703" ] }, { @@ -8245,7 +8264,7 @@ "zh-chs": "創建", "zh-cht": "創建", "xloc": [ - "default.handlebars->27->1752" + "default.handlebars->27->1763" ] }, { @@ -8254,7 +8273,7 @@ "zh-chs": "创作时间", "zh-cht": "創作時間", "xloc": [ - "default.handlebars->27->1279" + "default.handlebars->27->1290" ] }, { @@ -8283,8 +8302,8 @@ "zh-chs": "创作者", "zh-cht": "創作者", "xloc": [ - "default.handlebars->27->1277", - "default.handlebars->27->1278" + "default.handlebars->27->1288", + "default.handlebars->27->1289" ] }, { @@ -8303,7 +8322,7 @@ "zh-chs": "克里", "zh-cht": "克里", "xloc": [ - "default.handlebars->27->1048" + "default.handlebars->27->1052" ] }, { @@ -8322,7 +8341,7 @@ "zh-chs": "克羅地亞語", "zh-cht": "克羅地亞語", "xloc": [ - "default.handlebars->27->1049" + "default.handlebars->27->1053" ] }, { @@ -8481,7 +8500,7 @@ "zh-chs": "捷克文", "zh-cht": "捷克文", "xloc": [ - "default.handlebars->27->1050" + "default.handlebars->27->1054" ] }, { @@ -8519,7 +8538,7 @@ "zh-chs": "丹麥文", "zh-cht": "丹麥文", "xloc": [ - "default.handlebars->27->1051" + "default.handlebars->27->1055" ] }, { @@ -8538,7 +8557,7 @@ "zh-chs": "數據通道", "zh-cht": "數據通道", "xloc": [ - "default.handlebars->27->795", + "default.handlebars->27->799", "desktop.handlebars->3->12" ] }, @@ -8558,7 +8577,7 @@ "zh-chs": "日期和時間", "zh-cht": "日期和時間", "xloc": [ - "default.handlebars->27->1209" + "default.handlebars->27->1213" ] }, { @@ -8578,7 +8597,7 @@ "zh-cht": "天", "xloc": [ "default-mobile.handlebars->9->266", - "default.handlebars->27->727" + "default.handlebars->27->731" ] }, { @@ -8597,7 +8616,7 @@ "zh-chs": "停用客戶端控制模式(CCM)", "zh-cht": "停用客戶端控制模式(CCM)", "xloc": [ - "default.handlebars->27->1335" + "default.handlebars->27->1346" ] }, { @@ -8617,7 +8636,7 @@ "zh-cht": "沉睡", "xloc": [ "default-mobile.handlebars->9->188", - "default.handlebars->27->416" + "default.handlebars->27->420" ] }, { @@ -8629,10 +8648,10 @@ "zh-chs": "默认", "zh-cht": "默認", "xloc": [ - "default.handlebars->27->1626", - "default.handlebars->27->1674", + "default.handlebars->27->1637", "default.handlebars->27->1685", - "default.handlebars->27->1741" + "default.handlebars->27->1696", + "default.handlebars->27->1752" ] }, { @@ -8655,9 +8674,9 @@ "default-mobile.handlebars->9->301", "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1", "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1", - "default.handlebars->27->1516", - "default.handlebars->27->507", - "default.handlebars->27->859", + "default.handlebars->27->1527", + "default.handlebars->27->511", + "default.handlebars->27->863", "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", @@ -8684,7 +8703,7 @@ "zh-cht": "刪除帳戶", "xloc": [ "default-mobile.handlebars->9->84", - "default.handlebars->27->1226" + "default.handlebars->27->1230" ] }, { @@ -8700,7 +8719,7 @@ "zh-chs": "删除帐号", "zh-cht": "刪除帳號", "xloc": [ - "default.handlebars->27->1593" + "default.handlebars->27->1604" ] }, { @@ -8720,7 +8739,7 @@ "zh-cht": "刪除裝置", "xloc": [ "default-mobile.handlebars->9->249", - "default.handlebars->27->618" + "default.handlebars->27->622" ] }, { @@ -8741,8 +8760,8 @@ "xloc": [ "default-mobile.handlebars->9->403", "default-mobile.handlebars->9->406", - "default.handlebars->27->1328", - "default.handlebars->27->1358" + "default.handlebars->27->1339", + "default.handlebars->27->1369" ] }, { @@ -8762,7 +8781,7 @@ "zh-cht": "刪除節點", "xloc": [ "default-mobile.handlebars->9->274", - "default.handlebars->27->753" + "default.handlebars->27->757" ] }, { @@ -8781,7 +8800,7 @@ "zh-chs": "刪除節點", "zh-cht": "刪除節點", "xloc": [ - "default.handlebars->27->459" + "default.handlebars->27->463" ] }, { @@ -8800,7 +8819,7 @@ "zh-chs": "刪除用戶", "zh-cht": "刪除用戶", "xloc": [ - "default.handlebars->27->1791" + "default.handlebars->27->1802" ] }, { @@ -8819,8 +8838,8 @@ "zh-chs": "刪除用戶組", "zh-cht": "刪除用戶組", "xloc": [ - "default.handlebars->27->1711", - "default.handlebars->27->1721" + "default.handlebars->27->1722", + "default.handlebars->27->1732" ] }, { @@ -8836,7 +8855,7 @@ "zh-chs": "删除用户组", "zh-cht": "刪除用戶組", "xloc": [ - "default.handlebars->27->1672" + "default.handlebars->27->1683" ] }, { @@ -8855,7 +8874,7 @@ "zh-chs": "刪除用戶{0}", "zh-cht": "刪除用戶{0}", "xloc": [ - "default.handlebars->27->1814" + "default.handlebars->27->1825" ] }, { @@ -8875,7 +8894,7 @@ "zh-cht": "刪除帳戶", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->p2AccountActions->3->9->0", - "default.handlebars->27->1589", + "default.handlebars->27->1600", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7" ] }, @@ -8895,7 +8914,7 @@ "zh-chs": "刪除設備", "zh-cht": "刪除設備", "xloc": [ - "default.handlebars->27->455" + "default.handlebars->27->459" ] }, { @@ -8911,7 +8930,7 @@ "zh-chs": "删除群组", "zh-cht": "刪除群組", "xloc": [ - "default.handlebars->27->1668" + "default.handlebars->27->1679" ] }, { @@ -8930,7 +8949,7 @@ "zh-chs": "刪除項目?", "zh-cht": "刪除項目?", "xloc": [ - "default.handlebars->27->508" + "default.handlebars->27->512" ] }, { @@ -8951,8 +8970,8 @@ "xloc": [ "default-mobile.handlebars->9->124", "default-mobile.handlebars->9->303", - "default.handlebars->27->1518", - "default.handlebars->27->861" + "default.handlebars->27->1529", + "default.handlebars->27->865" ] }, { @@ -8971,7 +8990,7 @@ "zh-chs": "刪除用戶組{0}?", "zh-cht": "刪除用戶組{0}?", "xloc": [ - "default.handlebars->27->1719" + "default.handlebars->27->1730" ] }, { @@ -8992,8 +9011,8 @@ "xloc": [ "default-mobile.handlebars->9->123", "default-mobile.handlebars->9->302", - "default.handlebars->27->1517", - "default.handlebars->27->860" + "default.handlebars->27->1528", + "default.handlebars->27->864" ] }, { @@ -9027,7 +9046,7 @@ "zh-chs": "被拒绝", "zh-cht": "被拒絕", "xloc": [ - "default.handlebars->27->791", + "default.handlebars->27->795", "desktop.handlebars->3->8" ] }, @@ -9120,19 +9139,19 @@ "default-mobile.handlebars->9->340", "default-mobile.handlebars->9->395", "default-mobile.handlebars->9->408", - "default.handlebars->27->1246", - "default.handlebars->27->1274", - "default.handlebars->27->1360", - "default.handlebars->27->1677", - "default.handlebars->27->1687", + "default.handlebars->27->1250", + "default.handlebars->27->1285", + "default.handlebars->27->1371", "default.handlebars->27->1688", - "default.handlebars->27->1717", - "default.handlebars->27->548", - "default.handlebars->27->549", + "default.handlebars->27->1698", + "default.handlebars->27->1699", + "default.handlebars->27->1728", + "default.handlebars->27->552", + "default.handlebars->27->553", "default.handlebars->27->77", - "default.handlebars->27->786", - "default.handlebars->27->906", - "default.handlebars->27->916", + "default.handlebars->27->790", + "default.handlebars->27->910", + "default.handlebars->27->920", "default.handlebars->container->column_l->p42->p42tbl->1->0->3" ] }, @@ -9169,10 +9188,10 @@ "zh-cht": "桌面", "xloc": [ "default-mobile.handlebars->9->256", - "default.handlebars->27->1365", - "default.handlebars->27->1861", - "default.handlebars->27->513", - "default.handlebars->27->831", + "default.handlebars->27->1376", + "default.handlebars->27->1872", + "default.handlebars->27->517", + "default.handlebars->27->835", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop", "default.handlebars->contextMenu->cxdesktop", "desktop.handlebars->3->24" @@ -9213,9 +9232,9 @@ "zh-chs": "桌面通知", "zh-cht": "桌面通知", "xloc": [ - "default.handlebars->27->1287", - "default.handlebars->27->1767", - "default.handlebars->27->584" + "default.handlebars->27->1298", + "default.handlebars->27->1778", + "default.handlebars->27->588" ] }, { @@ -9234,9 +9253,9 @@ "zh-chs": "桌面提示", "zh-cht": "桌面提示", "xloc": [ - "default.handlebars->27->1286", - "default.handlebars->27->1766", - "default.handlebars->27->583" + "default.handlebars->27->1297", + "default.handlebars->27->1777", + "default.handlebars->27->587" ] }, { @@ -9255,9 +9274,9 @@ "zh-chs": "桌面提示+工具欄", "zh-cht": "桌面提示+工具欄", "xloc": [ - "default.handlebars->27->1284", - "default.handlebars->27->1764", - "default.handlebars->27->581" + "default.handlebars->27->1295", + "default.handlebars->27->1775", + "default.handlebars->27->585" ] }, { @@ -9293,9 +9312,9 @@ "zh-chs": "桌面工具欄", "zh-cht": "桌面工具欄", "xloc": [ - "default.handlebars->27->1285", - "default.handlebars->27->1765", - "default.handlebars->27->582" + "default.handlebars->27->1296", + "default.handlebars->27->1776", + "default.handlebars->27->586" ] }, { @@ -9305,7 +9324,7 @@ "zh-chs": "桌面会话", "zh-cht": "桌面會話", "xloc": [ - "default.handlebars->27->830" + "default.handlebars->27->834" ] }, { @@ -9384,9 +9403,9 @@ "zh-chs": "設備", "zh-cht": "設備", "xloc": [ - "default.handlebars->27->1387", + "default.handlebars->27->1398", "default.handlebars->27->183", - "default.handlebars->27->1833", + "default.handlebars->27->1844", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5" ] }, @@ -9407,7 +9426,7 @@ "zh-cht": "設備動作", "xloc": [ "default-mobile.handlebars->9->265", - "default.handlebars->27->722" + "default.handlebars->27->726" ] }, { @@ -9426,14 +9445,14 @@ "zh-chs": "設備組", "zh-cht": "設備組", "xloc": [ - "default.handlebars->27->1382", - "default.handlebars->27->1385", - "default.handlebars->27->1386", - "default.handlebars->27->1540", - "default.handlebars->27->1703", - "default.handlebars->27->1709", - "default.handlebars->27->1821", - "default.handlebars->27->1870" + "default.handlebars->27->1393", + "default.handlebars->27->1396", + "default.handlebars->27->1397", + "default.handlebars->27->1551", + "default.handlebars->27->1714", + "default.handlebars->27->1720", + "default.handlebars->27->1832", + "default.handlebars->27->1881" ] }, { @@ -9453,7 +9472,7 @@ "zh-cht": "設備組用戶", "xloc": [ "default-mobile.handlebars->9->450", - "default.handlebars->27->1448" + "default.handlebars->27->1459" ] }, { @@ -9473,11 +9492,11 @@ "zh-cht": "設備組", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->3", - "default.handlebars->27->1556", - "default.handlebars->27->1662", - "default.handlebars->27->1690", - "default.handlebars->27->1761", - "default.handlebars->27->1905", + "default.handlebars->27->1567", + "default.handlebars->27->1673", + "default.handlebars->27->1701", + "default.handlebars->27->1772", + "default.handlebars->27->1916", "default.handlebars->container->column_l->p2->p2info->7" ] }, @@ -9497,7 +9516,7 @@ "zh-chs": "設備信息導出", "zh-cht": "設備信息導出", "xloc": [ - "default.handlebars->27->478" + "default.handlebars->27->482" ] }, { @@ -9516,7 +9535,7 @@ "zh-chs": "設備位置", "zh-cht": "設備位置", "xloc": [ - "default.handlebars->27->754" + "default.handlebars->27->758" ] }, { @@ -9528,7 +9547,7 @@ "zh-chs": "设备信息", "zh-cht": "設備信息", "xloc": [ - "default.handlebars->27->696" + "default.handlebars->27->700" ] }, { @@ -9548,9 +9567,9 @@ "zh-cht": "設備名稱", "xloc": [ "default-mobile.handlebars->9->278", - "default.handlebars->27->1869", - "default.handlebars->27->280", - "default.handlebars->27->784", + "default.handlebars->27->1880", + "default.handlebars->27->284", + "default.handlebars->27->788", "player.handlebars->3->9" ] }, @@ -9570,7 +9589,7 @@ "zh-chs": "設備通知", "zh-cht": "設備通知", "xloc": [ - "default.handlebars->27->698" + "default.handlebars->27->702" ] }, { @@ -9607,8 +9626,8 @@ "zh-chs": "設備連接。", "zh-cht": "設備連接。", "xloc": [ - "default.handlebars->27->1214", - "default.handlebars->27->1469" + "default.handlebars->27->1218", + "default.handlebars->27->1480" ] }, { @@ -9627,8 +9646,8 @@ "zh-chs": "設備斷開連接。", "zh-cht": "設備斷開連接。", "xloc": [ - "default.handlebars->27->1215", - "default.handlebars->27->1470" + "default.handlebars->27->1219", + "default.handlebars->27->1481" ] }, { @@ -9647,7 +9666,7 @@ "zh-chs": "其他設備組管理員可以查看和更改設備組註釋。", "zh-cht": "其他設備組管理員可以查看和更改設備組註釋。", "xloc": [ - "default.handlebars->27->693" + "default.handlebars->27->697" ] }, { @@ -9661,8 +9680,8 @@ "xloc": [ "default-mobile.handlebars->9->157", "default-mobile.handlebars->9->212", - "default.handlebars->27->204", - "default.handlebars->27->534" + "default.handlebars->27->208", + "default.handlebars->27->538" ] }, { @@ -9681,7 +9700,7 @@ "zh-chs": "檢測到設備,但無法獲得電源狀態。", "zh-cht": "檢測到設備,但無法獲得電源狀態。", "xloc": [ - "default.handlebars->27->421" + "default.handlebars->27->425" ] }, { @@ -9701,7 +9720,7 @@ "zh-cht": "設備正在休眠(S4)", "xloc": [ "default-mobile.handlebars->9->196", - "default.handlebars->27->427" + "default.handlebars->27->431" ] }, { @@ -9721,7 +9740,7 @@ "zh-cht": "設備處於深度睡眠狀態(S3)", "xloc": [ "default-mobile.handlebars->9->195", - "default.handlebars->27->426" + "default.handlebars->27->430" ] }, { @@ -9740,7 +9759,7 @@ "zh-chs": "設備處於深度睡眠狀態(S3)。", "zh-cht": "設備處於深度睡眠狀態(S3)。", "xloc": [ - "default.handlebars->27->415" + "default.handlebars->27->419" ] }, { @@ -9759,7 +9778,7 @@ "zh-chs": "設備處於休眠狀態(S4)。", "zh-cht": "設備處於休眠狀態(S4)。", "xloc": [ - "default.handlebars->27->417" + "default.handlebars->27->421" ] }, { @@ -9778,7 +9797,7 @@ "zh-chs": "設備處於關機狀態(S5)。", "zh-cht": "設備處於關機狀態(S5)。", "xloc": [ - "default.handlebars->27->419" + "default.handlebars->27->423" ] }, { @@ -9798,7 +9817,7 @@ "zh-cht": "設備處於睡眠狀態(S1)", "xloc": [ "default-mobile.handlebars->9->193", - "default.handlebars->27->424" + "default.handlebars->27->428" ] }, { @@ -9817,7 +9836,7 @@ "zh-chs": "設備處於睡眠狀態(S1)。", "zh-cht": "設備處於睡眠狀態(S1)。", "xloc": [ - "default.handlebars->27->411" + "default.handlebars->27->415" ] }, { @@ -9837,7 +9856,7 @@ "zh-cht": "設備處於睡眠狀態(S2)", "xloc": [ "default-mobile.handlebars->9->194", - "default.handlebars->27->425" + "default.handlebars->27->429" ] }, { @@ -9856,7 +9875,7 @@ "zh-chs": "設備處於睡眠狀態(S2)。", "zh-cht": "設備處於睡眠狀態(S2)。", "xloc": [ - "default.handlebars->27->413" + "default.handlebars->27->417" ] }, { @@ -9876,7 +9895,7 @@ "zh-cht": "設備處於軟斷開狀態(S5)", "xloc": [ "default-mobile.handlebars->9->197", - "default.handlebars->27->428" + "default.handlebars->27->432" ] }, { @@ -9890,8 +9909,8 @@ "xloc": [ "default-mobile.handlebars->9->156", "default-mobile.handlebars->9->211", - "default.handlebars->27->203", - "default.handlebars->27->533" + "default.handlebars->27->207", + "default.handlebars->27->537" ] }, { @@ -9911,7 +9930,7 @@ "zh-cht": "設備已上電", "xloc": [ "default-mobile.handlebars->9->192", - "default.handlebars->27->423" + "default.handlebars->27->427" ] }, { @@ -9930,7 +9949,7 @@ "zh-chs": "設備上電。", "zh-cht": "設備上電。", "xloc": [ - "default.handlebars->27->409" + "default.handlebars->27->413" ] }, { @@ -9950,7 +9969,7 @@ "zh-cht": "設備存在,但無法確定電源狀態", "xloc": [ "default-mobile.handlebars->9->198", - "default.handlebars->27->429" + "default.handlebars->27->433" ] }, { @@ -9969,7 +9988,7 @@ "zh-chs": "設備名稱", "zh-cht": "設備名稱", "xloc": [ - "default.handlebars->27->525" + "default.handlebars->27->529" ] }, { @@ -10001,8 +10020,8 @@ "zh-chs": "设备", "zh-cht": "設備", "xloc": [ - "default.handlebars->27->1663", - "default.handlebars->27->1691" + "default.handlebars->27->1674", + "default.handlebars->27->1702" ] }, { @@ -10021,7 +10040,7 @@ "zh-chs": "殘障人士", "zh-cht": "殘障人士", "xloc": [ - "default.handlebars->27->576" + "default.handlebars->27->580" ] }, { @@ -10042,8 +10061,8 @@ "xloc": [ "default-mobile.handlebars->9->292", "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3", - "default.handlebars->27->1297", - "default.handlebars->27->847", + "default.handlebars->27->1308", + "default.handlebars->27->851", "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->disconnectbutton1span", "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->disconnectbutton2span", "desktop.handlebars->p11->deskarea0->deskarea1->3->disconnectbutton1span", @@ -10088,10 +10107,10 @@ "default-mobile.handlebars->9->1", "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3->deskstatus", "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3->p13Status", - "default.handlebars->27->215", - "default.handlebars->27->232", - "default.handlebars->27->235", - "default.handlebars->27->261", + "default.handlebars->27->219", + "default.handlebars->27->236", + "default.handlebars->27->239", + "default.handlebars->27->265", "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", @@ -10110,7 +10129,7 @@ "zh-chs": "在远程设备上显示一个消息框。", "zh-cht": "在遠程設備上顯示一個消息框。", "xloc": [ - "default.handlebars->27->697" + "default.handlebars->27->701" ] }, { @@ -10141,7 +10160,7 @@ "zh-chs": "在远程设备上显示短信", "zh-cht": "在遠程設備上顯示短信", "xloc": [ - "default.handlebars->27->612" + "default.handlebars->27->616" ] }, { @@ -10160,7 +10179,7 @@ "zh-chs": "顯示設備組名稱", "zh-cht": "顯示設備組名稱", "xloc": [ - "default.handlebars->27->1213" + "default.handlebars->27->1217" ] }, { @@ -10179,7 +10198,7 @@ "zh-chs": "顯示名稱", "zh-cht": "顯示名稱", "xloc": [ - "default.handlebars->27->816" + "default.handlebars->27->820" ] }, { @@ -10197,7 +10216,7 @@ "zh-chs": "显示公共链接", "zh-cht": "顯示公共鏈接", "xloc": [ - "default.handlebars->27->1489" + "default.handlebars->27->1500" ] }, { @@ -10216,7 +10235,7 @@ "zh-chs": "沒做什麼", "zh-cht": "沒做什麼", "xloc": [ - "default.handlebars->27->1341" + "default.handlebars->27->1352" ] }, { @@ -10227,10 +10246,10 @@ "zh-chs": "域", "zh-cht": "域", "xloc": [ - "default.handlebars->27->1627", - "default.handlebars->27->1675", - "default.handlebars->27->1684", - "default.handlebars->27->1740", + "default.handlebars->27->1638", + "default.handlebars->27->1686", + "default.handlebars->27->1695", + "default.handlebars->27->1751", "mstsc.handlebars->main->1->3->1->2->1->0", "mstsc.handlebars->main->1->3->1->2->3" ] @@ -10247,8 +10266,8 @@ "zh-chs": "不要配置", "zh-cht": "不要配置", "xloc": [ - "default.handlebars->27->1345", - "default.handlebars->27->1350" + "default.handlebars->27->1356", + "default.handlebars->27->1361" ] }, { @@ -10263,7 +10282,7 @@ "zh-chs": "不要连接到服务器", "zh-cht": "不要連接到服務器", "xloc": [ - "default.handlebars->27->1346" + "default.handlebars->27->1357" ] }, { @@ -10376,7 +10395,7 @@ "zh-cht": "下載文件", "xloc": [ "default-mobile.handlebars->9->322", - "default.handlebars->27->880" + "default.handlebars->27->884" ] }, { @@ -10395,7 +10414,7 @@ "zh-chs": "下載MeshCentral Router,一個TCP端口映射工具。", "zh-cht": "下載MeshCentral Router,一個TCP端口映射工具。", "xloc": [ - "default.handlebars->27->230" + "default.handlebars->27->234" ] }, { @@ -10414,7 +10433,7 @@ "zh-chs": "下載MeshCmd", "zh-cht": "下載MeshCmd", "xloc": [ - "default.handlebars->27->776" + "default.handlebars->27->780" ] }, { @@ -10433,7 +10452,7 @@ "zh-chs": "下載MeshCmd,這是一個執行許多功能的命令行工具。", "zh-cht": "下載MeshCmd,這是一個執行許多功能的命令行工具。", "xloc": [ - "default.handlebars->27->228" + "default.handlebars->27->232" ] }, { @@ -10464,7 +10483,7 @@ "zh-chs": "下载报告", "zh-cht": "下載報告", "xloc": [ - "default.handlebars->27->1545", + "default.handlebars->27->1556", "default.handlebars->container->column_l->p3->3->1->0->3" ] }, @@ -10484,7 +10503,7 @@ "zh-chs": "下載帶有動作文件的“ meshcmd”,以將通過此服務器的流量路由到該設備。確保編輯meshaction.txt並添加您的帳戶密碼或進行任何必要的更改。", "zh-cht": "下載帶有動作文件的“ meshcmd”,以將通過此服務器的流量路由到該設備。確保編輯meshaction.txt並添加您的帳戶密碼或進行任何必要的更改。", "xloc": [ - "default.handlebars->27->769" + "default.handlebars->27->773" ] }, { @@ -10560,7 +10579,7 @@ "zh-chs": "下載電源事件", "zh-cht": "下載電源事件", "xloc": [ - "default.handlebars->27->728" + "default.handlebars->27->732" ] }, { @@ -10588,7 +10607,7 @@ "zh-chs": "下載服務器備份", "zh-cht": "下載服務器備份", "xloc": [ - "default.handlebars->container->column_l->p6->p6info->p2ServerActions->3->p2ServerActionsBackup->0" + "default.handlebars->container->column_l->p6->p6info->p2ServerActions->3->p2ServerActionsBackup->1" ] }, { @@ -10626,7 +10645,7 @@ "zh-chs": "使用以下一種文件格式下載設備列表。", "zh-cht": "使用以下一種文件格式下載設備列表。", "xloc": [ - "default.handlebars->27->473" + "default.handlebars->27->477" ] }, { @@ -10645,7 +10664,7 @@ "zh-chs": "使用以下一種文件格式下載事件列表。", "zh-cht": "使用以下一種文件格式下載事件列表。", "xloc": [ - "default.handlebars->27->1546" + "default.handlebars->27->1557" ] }, { @@ -10664,7 +10683,7 @@ "zh-chs": "使用以下一種文件格式下載用戶列表。", "zh-cht": "使用以下一種文件格式下載用戶列表。", "xloc": [ - "default.handlebars->27->1611" + "default.handlebars->27->1622" ] }, { @@ -10757,7 +10776,7 @@ "zh-chs": "代理重复", "zh-cht": "代理重複", "xloc": [ - "default.handlebars->27->1901" + "default.handlebars->27->1912" ] }, { @@ -10795,7 +10814,7 @@ "zh-chs": "重複的用戶組", "zh-cht": "重複的用戶組", "xloc": [ - "default.handlebars->27->1679" + "default.handlebars->27->1690" ] }, { @@ -10830,8 +10849,8 @@ "zh-chs": "持續時間", "zh-cht": "持續時間", "xloc": [ - "default.handlebars->27->1855", - "default.handlebars->27->1875", + "default.handlebars->27->1866", + "default.handlebars->27->1886", "player.handlebars->3->2" ] }, @@ -10851,7 +10870,7 @@ "zh-chs": "在激活期間,代理將有權訪問管理員密碼信息。", "zh-cht": "在激活期間,代理將有權訪問管理員密碼信息。", "xloc": [ - "default.handlebars->27->1355" + "default.handlebars->27->1366" ] }, { @@ -10870,7 +10889,7 @@ "zh-chs": "荷蘭語(比利時)", "zh-cht": "荷蘭語(比利時)", "xloc": [ - "default.handlebars->27->1053" + "default.handlebars->27->1057" ] }, { @@ -10889,7 +10908,7 @@ "zh-chs": "荷蘭語(標準)", "zh-cht": "荷蘭語(標準)", "xloc": [ - "default.handlebars->27->1052" + "default.handlebars->27->1056" ] }, { @@ -11105,7 +11124,7 @@ "zh-cht": "編輯裝置", "xloc": [ "default-mobile.handlebars->9->283", - "default.handlebars->27->789" + "default.handlebars->27->793" ] }, { @@ -11127,10 +11146,10 @@ "default-mobile.handlebars->9->409", "default-mobile.handlebars->9->411", "default-mobile.handlebars->9->429", - "default.handlebars->27->1361", - "default.handlebars->27->1391", - "default.handlebars->27->1414", - "default.handlebars->27->1426" + "default.handlebars->27->1372", + "default.handlebars->27->1402", + "default.handlebars->27->1425", + "default.handlebars->27->1437" ] }, { @@ -11149,7 +11168,7 @@ "zh-chs": "編輯設備組功能", "zh-cht": "編輯設備組功能", "xloc": [ - "default.handlebars->27->1377" + "default.handlebars->27->1388" ] }, { @@ -11168,8 +11187,8 @@ "zh-chs": "編輯設備組權限", "zh-cht": "編輯設備組權限", "xloc": [ - "default.handlebars->27->1411", - "default.handlebars->27->1423" + "default.handlebars->27->1422", + "default.handlebars->27->1434" ] }, { @@ -11188,7 +11207,7 @@ "zh-chs": "編輯設備組用戶同意", "zh-cht": "編輯設備組用戶同意", "xloc": [ - "default.handlebars->27->1362" + "default.handlebars->27->1373" ] }, { @@ -11208,7 +11227,7 @@ "zh-cht": "編輯設備說明", "xloc": [ "default-mobile.handlebars->9->423", - "default.handlebars->27->1404" + "default.handlebars->27->1415" ] }, { @@ -11226,8 +11245,8 @@ "zh-chs": "编辑设备权限", "zh-cht": "編輯設備權限", "xloc": [ - "default.handlebars->27->1416", - "default.handlebars->27->1418" + "default.handlebars->27->1427", + "default.handlebars->27->1429" ] }, { @@ -11238,7 +11257,7 @@ "zh-chs": "编辑设备标签", "zh-cht": "編輯設備標籤", "xloc": [ - "default.handlebars->27->472" + "default.handlebars->27->476" ] }, { @@ -11254,7 +11273,7 @@ "zh-chs": "编辑设备用户同意", "zh-cht": "編輯設備用戶同意", "xloc": [ - "default.handlebars->27->1364" + "default.handlebars->27->1375" ] }, { @@ -11272,7 +11291,7 @@ "zh-chs": "编辑组", "zh-cht": "編輯組", "xloc": [ - "default.handlebars->27->673" + "default.handlebars->27->677" ] }, { @@ -11292,9 +11311,9 @@ "zh-cht": "編輯英特爾®AMT憑據", "xloc": [ "default-mobile.handlebars->9->273", - "default.handlebars->27->563", - "default.handlebars->27->566", - "default.handlebars->27->735" + "default.handlebars->27->567", + "default.handlebars->27->570", + "default.handlebars->27->739" ] }, { @@ -11314,7 +11333,7 @@ "zh-cht": "編輯筆記", "xloc": [ "default-mobile.handlebars->9->436", - "default.handlebars->27->1433" + "default.handlebars->27->1444" ] }, { @@ -11330,7 +11349,7 @@ "zh-chs": "编辑用户同意", "zh-cht": "編輯用戶同意", "xloc": [ - "default.handlebars->27->1363" + "default.handlebars->27->1374" ] }, { @@ -11349,7 +11368,7 @@ "zh-chs": "編輯用戶設備組權限", "zh-cht": "編輯用戶設備組權限", "xloc": [ - "default.handlebars->27->1424" + "default.handlebars->27->1435" ] }, { @@ -11367,7 +11386,7 @@ "zh-chs": "编辑用户设备权限", "zh-cht": "編輯用戶設備權限", "xloc": [ - "default.handlebars->27->1419" + "default.handlebars->27->1430" ] }, { @@ -11386,7 +11405,7 @@ "zh-chs": "編輯用戶組", "zh-cht": "編輯用戶組", "xloc": [ - "default.handlebars->27->1718" + "default.handlebars->27->1729" ] }, { @@ -11402,7 +11421,7 @@ "zh-chs": "编辑用户组设备权限", "zh-cht": "編輯用戶組設備權限", "xloc": [ - "default.handlebars->27->1421" + "default.handlebars->27->1432" ] }, { @@ -11433,7 +11452,7 @@ "zh-chs": "编辑标签", "zh-cht": "編輯標籤", "xloc": [ - "default.handlebars->27->454" + "default.handlebars->27->458" ] }, { @@ -11453,12 +11472,12 @@ "zh-cht": "電子郵件", "xloc": [ "default-mobile.handlebars->9->78", - "default.handlebars->27->1629", - "default.handlebars->27->1744", - "default.handlebars->27->1746", - "default.handlebars->27->1786", - "default.handlebars->27->1802", - "default.handlebars->27->330", + "default.handlebars->27->1640", + "default.handlebars->27->1755", + "default.handlebars->27->1757", + "default.handlebars->27->1797", + "default.handlebars->27->1813", + "default.handlebars->27->334", "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", @@ -11482,7 +11501,7 @@ "zh-cht": "電郵地址變更", "xloc": [ "default-mobile.handlebars->9->79", - "default.handlebars->27->1222" + "default.handlebars->27->1226" ] }, { @@ -11502,7 +11521,7 @@ "zh-cht": "郵件認證", "xloc": [ "default-mobile.handlebars->9->68", - "default.handlebars->27->990" + "default.handlebars->27->994" ] }, { @@ -11553,7 +11572,7 @@ "zh-cht": "電子郵件驗證", "xloc": [ "default-mobile.handlebars->9->77", - "default.handlebars->27->1220" + "default.handlebars->27->1224" ] }, { @@ -11569,7 +11588,7 @@ "zh-chs": "电子邮件邀请", "zh-cht": "電子郵件邀請", "xloc": [ - "default.handlebars->27->327" + "default.handlebars->27->331" ] }, { @@ -11587,7 +11606,7 @@ "zh-chs": "邮件未验证", "zh-cht": "郵件未驗證", "xloc": [ - "default.handlebars->27->1575" + "default.handlebars->27->1586" ] }, { @@ -11606,8 +11625,8 @@ "zh-chs": "電子郵件已驗證", "zh-cht": "電子郵件已驗證", "xloc": [ - "default.handlebars->27->1576", - "default.handlebars->27->1738" + "default.handlebars->27->1587", + "default.handlebars->27->1749" ] }, { @@ -11626,7 +11645,7 @@ "zh-chs": "電子郵件已驗證。", "zh-cht": "電子郵件已驗證。", "xloc": [ - "default.handlebars->27->1635" + "default.handlebars->27->1646" ] }, { @@ -11645,7 +11664,7 @@ "zh-chs": "電子郵件未驗證", "zh-cht": "電子郵件未驗證", "xloc": [ - "default.handlebars->27->1739" + "default.handlebars->27->1750" ] }, { @@ -11692,7 +11711,7 @@ "zh-chs": "已通过电子邮件验证,并且需要重置密码。", "zh-cht": "已通過電子郵件驗證,並且需要重置密碼。", "xloc": [ - "default.handlebars->27->1636" + "default.handlebars->27->1647" ] }, { @@ -11707,7 +11726,7 @@ "zh-chs": "电子邮件/短信流量", "zh-cht": "電子郵件/短信流量", "xloc": [ - "default.handlebars->27->1943" + "default.handlebars->27->1954" ] }, { @@ -11750,7 +11769,7 @@ "zh-chs": "啟用邀請代碼", "zh-cht": "啟用邀請代碼", "xloc": [ - "default.handlebars->27->1454" + "default.handlebars->27->1465" ] }, { @@ -11789,7 +11808,7 @@ "zh-cht": "啟用電子郵件兩因素驗證。", "xloc": [ "default-mobile.handlebars->9->70", - "default.handlebars->27->992" + "default.handlebars->27->996" ] }, { @@ -11820,7 +11839,7 @@ "zh-chs": "已启用", "zh-cht": "已啟用", "xloc": [ - "default.handlebars->27->1877" + "default.handlebars->27->1888" ] }, { @@ -11851,7 +11870,7 @@ "zh-chs": "时间结束", "zh-cht": "時間結束", "xloc": [ - "default.handlebars->27->1874" + "default.handlebars->27->1885" ] }, { @@ -11870,7 +11889,7 @@ "zh-chs": "英語", "zh-cht": "英語", "xloc": [ - "default.handlebars->27->1054" + "default.handlebars->27->1058" ] }, { @@ -11889,7 +11908,7 @@ "zh-chs": "英文(澳洲)", "zh-cht": "英文(澳洲)", "xloc": [ - "default.handlebars->27->1055" + "default.handlebars->27->1059" ] }, { @@ -11908,7 +11927,7 @@ "zh-chs": "英語(伯利茲)", "zh-cht": "英語(伯利茲)", "xloc": [ - "default.handlebars->27->1056" + "default.handlebars->27->1060" ] }, { @@ -11927,7 +11946,7 @@ "zh-chs": "英文(加拿大)", "zh-cht": "英文(加拿大)", "xloc": [ - "default.handlebars->27->1057" + "default.handlebars->27->1061" ] }, { @@ -11946,7 +11965,7 @@ "zh-chs": "英文(愛爾蘭)", "zh-cht": "英文(愛爾蘭)", "xloc": [ - "default.handlebars->27->1058" + "default.handlebars->27->1062" ] }, { @@ -11965,7 +11984,7 @@ "zh-chs": "英文(牙買加)", "zh-cht": "英文(牙買加)", "xloc": [ - "default.handlebars->27->1059" + "default.handlebars->27->1063" ] }, { @@ -11984,7 +12003,7 @@ "zh-chs": "英文(紐西蘭)", "zh-cht": "英文(紐西蘭)", "xloc": [ - "default.handlebars->27->1060" + "default.handlebars->27->1064" ] }, { @@ -12003,7 +12022,7 @@ "zh-chs": "英文(菲律賓)", "zh-cht": "英文(菲律賓)", "xloc": [ - "default.handlebars->27->1061" + "default.handlebars->27->1065" ] }, { @@ -12022,7 +12041,7 @@ "zh-chs": "英語(南非)", "zh-cht": "英語(南非)", "xloc": [ - "default.handlebars->27->1062" + "default.handlebars->27->1066" ] }, { @@ -12041,7 +12060,7 @@ "zh-chs": "英文(特立尼達和多巴哥)", "zh-cht": "英文(特立尼達和多巴哥)", "xloc": [ - "default.handlebars->27->1063" + "default.handlebars->27->1067" ] }, { @@ -12060,7 +12079,7 @@ "zh-chs": "英文(英國)", "zh-cht": "英文(英國)", "xloc": [ - "default.handlebars->27->1064" + "default.handlebars->27->1068" ] }, { @@ -12079,7 +12098,7 @@ "zh-chs": "美國英語)", "zh-cht": "美國英語)", "xloc": [ - "default.handlebars->27->1065" + "default.handlebars->27->1069" ] }, { @@ -12098,7 +12117,7 @@ "zh-chs": "英文(津巴布韋)", "zh-cht": "英文(津巴布韋)", "xloc": [ - "default.handlebars->27->1066" + "default.handlebars->27->1070" ] }, { @@ -12116,8 +12135,8 @@ "zh-chs": "輸入", "zh-cht": "輸入", "xloc": [ - "default.handlebars->27->1248", - "default.handlebars->27->1249" + "default.handlebars->27->1252", + "default.handlebars->27->1253" ] }, { @@ -12136,7 +12155,7 @@ "zh-chs": "輸入管理領域名稱的逗號分隔列表。", "zh-cht": "輸入管理領域名稱的逗號分隔列表。", "xloc": [ - "default.handlebars->27->1640" + "default.handlebars->27->1651" ] }, { @@ -12155,7 +12174,7 @@ "zh-chs": "輸入IP地址範圍以掃描Intel AMT設備。", "zh-cht": "輸入IP地址範圍以掃描Intel AMT設備。", "xloc": [ - "default.handlebars->27->295" + "default.handlebars->27->299" ] }, { @@ -12174,7 +12193,7 @@ "zh-chs": "輸入文本,然後單擊“確定”以使用美式英語鍵盤遠程輸入文本。在繼續操作之前,請確保將遠程光標放置在正確的位置。", "zh-cht": "輸入文本,然後單擊確定以使用美式英語鍵盤遠程輸入文本。在繼續操作之前,請確保將遠程光標放置在正確的位置。", "xloc": [ - "default.handlebars->27->810", + "default.handlebars->27->814", "desktop.handlebars->3->22" ] }, @@ -12229,7 +12248,7 @@ "zh-chs": "输入支持SMS的电话号码。验证后,该号码可用于登录验证和其他通知。", "zh-cht": "輸入支持SMS的電話號碼。驗證後,該號碼可用於登錄驗證和其他通知。", "xloc": [ - "default.handlebars->27->987" + "default.handlebars->27->991" ] }, { @@ -12286,7 +12305,7 @@ "zh-chs": "世界語", "zh-cht": "世界語", "xloc": [ - "default.handlebars->27->1067" + "default.handlebars->27->1071" ] }, { @@ -12305,7 +12324,7 @@ "zh-chs": "愛沙尼亞語", "zh-cht": "愛沙尼亞語", "xloc": [ - "default.handlebars->27->1068" + "default.handlebars->27->1072" ] }, { @@ -12324,7 +12343,7 @@ "zh-chs": "活動詳情", "zh-cht": "活動詳情", "xloc": [ - "default.handlebars->27->893" + "default.handlebars->27->897" ] }, { @@ -12343,7 +12362,7 @@ "zh-chs": "活動列表導出", "zh-cht": "活動列表導出", "xloc": [ - "default.handlebars->27->1551" + "default.handlebars->27->1562" ] }, { @@ -12416,7 +12435,7 @@ "zh-cht": "到期時間", "xloc": [ "default.handlebars->27->185", - "default.handlebars->27->701" + "default.handlebars->27->705" ] }, { @@ -12446,7 +12465,7 @@ "zh-chs": "導出設備信息", "zh-cht": "導出設備信息", "xloc": [ - "default.handlebars->27->452" + "default.handlebars->27->456" ] }, { @@ -12465,7 +12484,7 @@ "zh-chs": "擴展ASCII", "zh-cht": "擴展ASCII", "xloc": [ - "default.handlebars->27->838" + "default.handlebars->27->842" ] }, { @@ -12503,7 +12522,7 @@ "zh-chs": "外部", "zh-cht": "外部", "xloc": [ - "default.handlebars->27->1928" + "default.handlebars->27->1939" ] }, { @@ -12534,7 +12553,7 @@ "zh-chs": "FYRO馬其頓語", "zh-cht": "馬其頓人", "xloc": [ - "default.handlebars->27->1118" + "default.handlebars->27->1122" ] }, { @@ -12553,7 +12572,7 @@ "zh-chs": "法羅語", "zh-cht": "法羅語", "xloc": [ - "default.handlebars->27->1069" + "default.handlebars->27->1073" ] }, { @@ -12587,7 +12606,7 @@ "zh-chs": "无法启动远程终端会话{0}({1})", "zh-cht": "無法啟動遠程終端會話{0}({1})", "xloc": [ - "default.handlebars->27->792", + "default.handlebars->27->796", "desktop.handlebars->3->9" ] }, @@ -12607,7 +12626,7 @@ "zh-chs": "波斯語(波斯語)", "zh-cht": "波斯語(波斯語)", "xloc": [ - "default.handlebars->27->1070" + "default.handlebars->27->1074" ] }, { @@ -12647,7 +12666,7 @@ "zh-chs": "特徵", "zh-cht": "特徵", "xloc": [ - "default.handlebars->27->1283" + "default.handlebars->27->1294" ] }, { @@ -12666,7 +12685,7 @@ "zh-chs": "斐濟", "zh-cht": "斐濟", "xloc": [ - "default.handlebars->27->1071" + "default.handlebars->27->1075" ] }, { @@ -12686,8 +12705,8 @@ "zh-cht": "文件編輯器", "xloc": [ "default-mobile.handlebars->9->306", - "default.handlebars->27->505", - "default.handlebars->27->864" + "default.handlebars->27->509", + "default.handlebars->27->868" ] }, { @@ -12697,8 +12716,8 @@ "zh-chs": "文件操作", "zh-cht": "文件操作", "xloc": [ - "default.handlebars->27->849", - "default.handlebars->27->851" + "default.handlebars->27->853", + "default.handlebars->27->855" ] }, { @@ -12736,7 +12755,7 @@ "zh-chs": "FileSystemDriver", "zh-cht": "FileSystemDriver", "xloc": [ - "default.handlebars->27->819" + "default.handlebars->27->823" ] }, { @@ -12757,9 +12776,9 @@ "xloc": [ "default-mobile.handlebars->9->167", "default-mobile.handlebars->9->257", - "default.handlebars->27->1372", - "default.handlebars->27->1862", - "default.handlebars->27->247", + "default.handlebars->27->1383", + "default.handlebars->27->1873", + "default.handlebars->27->251", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles", "default.handlebars->contextMenu->cxfiles" ] @@ -12799,9 +12818,9 @@ "zh-chs": "文件通知", "zh-cht": "文件通知", "xloc": [ - "default.handlebars->27->1291", - "default.handlebars->27->1771", - "default.handlebars->27->588" + "default.handlebars->27->1302", + "default.handlebars->27->1782", + "default.handlebars->27->592" ] }, { @@ -12820,9 +12839,9 @@ "zh-chs": "文件提示", "zh-cht": "文件提示", "xloc": [ - "default.handlebars->27->1290", - "default.handlebars->27->1770", - "default.handlebars->27->587" + "default.handlebars->27->1301", + "default.handlebars->27->1781", + "default.handlebars->27->591" ] }, { @@ -12863,7 +12882,7 @@ "zh-chs": "芬蘭", "zh-cht": "芬蘭", "xloc": [ - "default.handlebars->27->1072" + "default.handlebars->27->1076" ] }, { @@ -12996,8 +13015,8 @@ "zh-chs": "下次登錄時強制重置密碼。", "zh-cht": "下次登錄時強制重置密碼。", "xloc": [ - "default.handlebars->27->1634", - "default.handlebars->27->1811" + "default.handlebars->27->1645", + "default.handlebars->27->1822" ] }, { @@ -13066,7 +13085,7 @@ "zh-chs": "格式", "zh-cht": "格式", "xloc": [ - "default.handlebars->27->1542" + "default.handlebars->27->1553" ] }, { @@ -13105,8 +13124,8 @@ "zh-chs": "自由", "zh-cht": "自由", "xloc": [ - "default.handlebars->27->1886", - "default.handlebars->27->1888" + "default.handlebars->27->1897", + "default.handlebars->27->1899" ] }, { @@ -13145,7 +13164,7 @@ "zh-chs": "法語(比利時)", "zh-cht": "法語(比利時)", "xloc": [ - "default.handlebars->27->1074" + "default.handlebars->27->1078" ] }, { @@ -13164,7 +13183,7 @@ "zh-chs": "法語(加拿大)", "zh-cht": "法語(加拿大)", "xloc": [ - "default.handlebars->27->1075" + "default.handlebars->27->1079" ] }, { @@ -13183,7 +13202,7 @@ "zh-chs": "法語(法國)", "zh-cht": "法語(法國)", "xloc": [ - "default.handlebars->27->1076" + "default.handlebars->27->1080" ] }, { @@ -13202,7 +13221,7 @@ "zh-chs": "法語(盧森堡)", "zh-cht": "法語(盧森堡)", "xloc": [ - "default.handlebars->27->1077" + "default.handlebars->27->1081" ] }, { @@ -13221,7 +13240,7 @@ "zh-chs": "法語(摩納哥)", "zh-cht": "法語(摩納哥)", "xloc": [ - "default.handlebars->27->1078" + "default.handlebars->27->1082" ] }, { @@ -13240,7 +13259,7 @@ "zh-chs": "法語(標準)", "zh-cht": "法語(標準)", "xloc": [ - "default.handlebars->27->1073" + "default.handlebars->27->1077" ] }, { @@ -13259,7 +13278,7 @@ "zh-chs": "法語(瑞士)", "zh-cht": "法語(瑞士)", "xloc": [ - "default.handlebars->27->1079" + "default.handlebars->27->1083" ] }, { @@ -13278,7 +13297,7 @@ "zh-chs": "弗里斯蘭語", "zh-cht": "弗里斯蘭語", "xloc": [ - "default.handlebars->27->1080" + "default.handlebars->27->1084" ] }, { @@ -13297,7 +13316,7 @@ "zh-chs": "弗留利", "zh-cht": "弗留利", "xloc": [ - "default.handlebars->27->1081" + "default.handlebars->27->1085" ] }, { @@ -13320,9 +13339,9 @@ "default-mobile.handlebars->9->401", "default-mobile.handlebars->9->410", "default-mobile.handlebars->9->428", - "default.handlebars->27->1255", - "default.handlebars->27->1390", - "default.handlebars->27->1646" + "default.handlebars->27->1259", + "default.handlebars->27->1401", + "default.handlebars->27->1657" ] }, { @@ -13341,7 +13360,7 @@ "zh-chs": "正式管理員(保留所有權利)", "zh-cht": "正式管理員(保留所有權利)", "xloc": [ - "default.handlebars->27->1425" + "default.handlebars->27->1436" ] }, { @@ -13376,7 +13395,7 @@ "zh-chs": "完整的設備權限", "zh-cht": "完整的設備權限", "xloc": [ - "default.handlebars->27->656" + "default.handlebars->27->660" ] }, { @@ -13394,7 +13413,7 @@ "zh-chs": "完全权利", "zh-cht": "完全權利", "xloc": [ - "default.handlebars->27->672" + "default.handlebars->27->676" ] }, { @@ -13433,7 +13452,7 @@ "zh-chs": "正式管理員", "zh-cht": "正式管理員", "xloc": [ - "default.handlebars->27->1732" + "default.handlebars->27->1743" ] }, { @@ -13449,7 +13468,7 @@ "zh-cht": "顯卡", "xloc": [ "default-mobile.handlebars->9->379", - "default.handlebars->27->955" + "default.handlebars->27->959" ] }, { @@ -13468,7 +13487,7 @@ "zh-chs": "蓋爾語(愛爾蘭)", "zh-cht": "蓋爾語(愛爾蘭)", "xloc": [ - "default.handlebars->27->1083" + "default.handlebars->27->1087" ] }, { @@ -13487,7 +13506,7 @@ "zh-chs": "蓋爾語(蘇格蘭語)", "zh-cht": "蓋爾語(蘇格蘭語)", "xloc": [ - "default.handlebars->27->1082" + "default.handlebars->27->1086" ] }, { @@ -13506,7 +13525,7 @@ "zh-chs": "加拉契人", "zh-cht": "加拉契語", "xloc": [ - "default.handlebars->27->1084" + "default.handlebars->27->1088" ] }, { @@ -13588,7 +13607,7 @@ "zh-chs": "一般信息", "zh-cht": "一般信息", "xloc": [ - "default.handlebars->27->512" + "default.handlebars->27->516" ] }, { @@ -13625,7 +13644,7 @@ "zh-chs": "格魯吉亞人", "zh-cht": "格魯吉亞人", "xloc": [ - "default.handlebars->27->1085" + "default.handlebars->27->1089" ] }, { @@ -13644,7 +13663,7 @@ "zh-chs": "德語(奧地利)", "zh-cht": "德語(奧地利)", "xloc": [ - "default.handlebars->27->1087" + "default.handlebars->27->1091" ] }, { @@ -13663,7 +13682,7 @@ "zh-chs": "德文(德國)", "zh-cht": "德文(德國)", "xloc": [ - "default.handlebars->27->1088" + "default.handlebars->27->1092" ] }, { @@ -13682,7 +13701,7 @@ "zh-chs": "德文(列支敦士登)", "zh-cht": "德文(列支敦士登)", "xloc": [ - "default.handlebars->27->1089" + "default.handlebars->27->1093" ] }, { @@ -13701,7 +13720,7 @@ "zh-chs": "德語(盧森堡)", "zh-cht": "德語(盧森堡)", "xloc": [ - "default.handlebars->27->1090" + "default.handlebars->27->1094" ] }, { @@ -13720,7 +13739,7 @@ "zh-chs": "德語(標準)", "zh-cht": "德語(標準)", "xloc": [ - "default.handlebars->27->1086" + "default.handlebars->27->1090" ] }, { @@ -13739,7 +13758,7 @@ "zh-chs": "德語(瑞士)", "zh-cht": "德語(瑞士)", "xloc": [ - "default.handlebars->27->1091" + "default.handlebars->27->1095" ] }, { @@ -13758,7 +13777,7 @@ "zh-chs": "獲取此設備的MQTT登錄憑據。", "zh-cht": "獲取此設備的MQTT登錄憑據。", "xloc": [ - "default.handlebars->27->637" + "default.handlebars->27->641" ] }, { @@ -13832,7 +13851,7 @@ "zh-chs": "好", "zh-cht": "好", "xloc": [ - "default.handlebars->27->1251" + "default.handlebars->27->1255" ] }, { @@ -13857,6 +13876,26 @@ "login.handlebars->5->33" ] }, + { + "en": "Google Drive Backup", + "xloc": [ + "default.handlebars->27->1264", + "default.handlebars->27->1267", + "default.handlebars->27->201" + ] + }, + { + "en": "Google Drive backup", + "xloc": [ + "default.handlebars->container->column_l->p6->p6info->p2ServerActions->3->p2ServerActionsGoogleBackup->1->0" + ] + }, + { + "en": "Google Drive backup is currently active.", + "xloc": [ + "default.handlebars->27->1265" + ] + }, { "cs": "řečtina", "de": "Griechisch", @@ -13873,7 +13912,7 @@ "zh-chs": "希臘語", "zh-cht": "希臘語", "xloc": [ - "default.handlebars->27->1092" + "default.handlebars->27->1096" ] }, { @@ -13893,7 +13932,7 @@ "zh-cht": "組", "xloc": [ "default-mobile.handlebars->9->214", - "default.handlebars->27->540", + "default.handlebars->27->544", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->1" ] }, @@ -13913,9 +13952,9 @@ "zh-chs": "集體行動", "zh-cht": "集體行動", "xloc": [ - "default.handlebars->27->1590", - "default.handlebars->27->1669", - "default.handlebars->27->456", + "default.handlebars->27->1601", + "default.handlebars->27->1680", + "default.handlebars->27->460", "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" @@ -13930,7 +13969,7 @@ "zh-chs": "通过...分组", "zh-cht": "通過...分組", "xloc": [ - "default.handlebars->27->1538" + "default.handlebars->27->1549" ] }, { @@ -13942,7 +13981,7 @@ "zh-chs": "组标识符", "zh-cht": "組標識符", "xloc": [ - "default.handlebars->27->1686" + "default.handlebars->27->1697" ] }, { @@ -13961,7 +14000,7 @@ "zh-chs": "小組成員", "zh-cht": "小組成員", "xloc": [ - "default.handlebars->27->1695" + "default.handlebars->27->1706" ] }, { @@ -13980,7 +14019,7 @@ "zh-chs": "用戶{0}的組權限。", "zh-cht": "用戶{0}的組權限。", "xloc": [ - "default.handlebars->27->1389" + "default.handlebars->27->1400" ] }, { @@ -13999,7 +14038,7 @@ "zh-chs": "{0}的組權限。", "zh-cht": "{0}的組權限。", "xloc": [ - "default.handlebars->27->1388" + "default.handlebars->27->1399" ] }, { @@ -14049,7 +14088,7 @@ "zh-cht": "客人姓名", "xloc": [ "default.handlebars->27->184", - "default.handlebars->27->700" + "default.handlebars->27->704" ] }, { @@ -14068,7 +14107,7 @@ "zh-chs": "古久拉提", "zh-cht": "古久拉提", "xloc": [ - "default.handlebars->27->1093" + "default.handlebars->27->1097" ] }, { @@ -14108,7 +14147,7 @@ "zh-chs": "海地", "zh-cht": "海地", "xloc": [ - "default.handlebars->27->1094" + "default.handlebars->27->1098" ] }, { @@ -14146,7 +14185,7 @@ "zh-chs": "硬斷開劑", "zh-cht": "硬斷開劑", "xloc": [ - "default.handlebars->27->982" + "default.handlebars->27->986" ] }, { @@ -14165,7 +14204,7 @@ "zh-chs": "堆總數", "zh-cht": "堆總數", "xloc": [ - "default.handlebars->27->1930" + "default.handlebars->27->1941" ] }, { @@ -14184,7 +14223,7 @@ "zh-chs": "堆使用", "zh-cht": "堆使用", "xloc": [ - "default.handlebars->27->1929" + "default.handlebars->27->1940" ] }, { @@ -14203,7 +14242,7 @@ "zh-chs": "希伯來語", "zh-cht": "希伯來語", "xloc": [ - "default.handlebars->27->1095" + "default.handlebars->27->1099" ] }, { @@ -14241,7 +14280,7 @@ "zh-chs": "幫助翻譯MeshCentral", "zh-cht": "幫助翻譯MeshCentral", "xloc": [ - "default.handlebars->27->1210" + "default.handlebars->27->1214" ] }, { @@ -14317,7 +14356,7 @@ "xloc": [ "default-mobile.handlebars->9->182", "default-mobile.handlebars->9->189", - "default.handlebars->27->418", + "default.handlebars->27->422", "default.handlebars->27->5" ] }, @@ -14337,7 +14376,7 @@ "zh-chs": "印地語", "zh-cht": "印地語", "xloc": [ - "default.handlebars->27->1096" + "default.handlebars->27->1100" ] }, { @@ -14373,7 +14412,7 @@ "zh-cht": "持有1個副本", "xloc": [ "default-mobile.handlebars->9->315", - "default.handlebars->27->874" + "default.handlebars->27->878" ] }, { @@ -14393,7 +14432,7 @@ "zh-cht": "持有1個入口以進行移動", "xloc": [ "default-mobile.handlebars->9->319", - "default.handlebars->27->878" + "default.handlebars->27->882" ] }, { @@ -14413,7 +14452,7 @@ "zh-cht": "保留{0}個條目進行複制", "xloc": [ "default-mobile.handlebars->9->313", - "default.handlebars->27->872" + "default.handlebars->27->876" ] }, { @@ -14433,7 +14472,7 @@ "zh-cht": "保留{0}個條目以進行移動", "xloc": [ "default-mobile.handlebars->9->317", - "default.handlebars->27->876" + "default.handlebars->27->880" ] }, { @@ -14453,7 +14492,7 @@ "zh-cht": "為{2}持有{0}項{1}", "xloc": [ "default-mobile.handlebars->9->129", - "default.handlebars->27->1524" + "default.handlebars->27->1535" ] }, { @@ -14476,9 +14515,9 @@ "default-mobile.handlebars->9->217", "default-mobile.handlebars->9->219", "default-mobile.handlebars->9->279", - "default.handlebars->27->281", - "default.handlebars->27->545", - "default.handlebars->27->785" + "default.handlebars->27->285", + "default.handlebars->27->549", + "default.handlebars->27->789" ] }, { @@ -14497,7 +14536,7 @@ "zh-chs": "主機名同步", "zh-cht": "主機名同步", "xloc": [ - "default.handlebars->27->1281" + "default.handlebars->27->1292" ] }, { @@ -14516,7 +14555,7 @@ "zh-chs": "匈牙利", "zh-cht": "匈牙利", "xloc": [ - "default.handlebars->27->1097" + "default.handlebars->27->1101" ] }, { @@ -14535,8 +14574,8 @@ "zh-chs": "IP範圍", "zh-cht": "IP範圍", "xloc": [ - "default.handlebars->27->296", - "default.handlebars->27->298" + "default.handlebars->27->300", + "default.handlebars->27->302" ] }, { @@ -14577,9 +14616,9 @@ "xloc": [ "default-mobile.handlebars->9->348", "default-mobile.handlebars->9->352", - "default.handlebars->27->914", - "default.handlebars->27->924", - "default.handlebars->27->928" + "default.handlebars->27->918", + "default.handlebars->27->928", + "default.handlebars->27->932" ] }, { @@ -14600,9 +14639,9 @@ "xloc": [ "default-mobile.handlebars->9->346", "default-mobile.handlebars->9->350", - "default.handlebars->27->912", - "default.handlebars->27->922", - "default.handlebars->27->926" + "default.handlebars->27->916", + "default.handlebars->27->926", + "default.handlebars->27->930" ] }, { @@ -14623,10 +14662,10 @@ "xloc": [ "default-mobile.handlebars->9->345", "default-mobile.handlebars->9->347", - "default.handlebars->27->911", - "default.handlebars->27->913", - "default.handlebars->27->921", - "default.handlebars->27->923" + "default.handlebars->27->915", + "default.handlebars->27->917", + "default.handlebars->27->925", + "default.handlebars->27->927" ] }, { @@ -14699,8 +14738,8 @@ "xloc": [ "default-mobile.handlebars->9->349", "default-mobile.handlebars->9->351", - "default.handlebars->27->925", - "default.handlebars->27->927" + "default.handlebars->27->929", + "default.handlebars->27->931" ] }, { @@ -14755,7 +14794,7 @@ "zh-chs": "冰島的", "zh-cht": "冰島的", "xloc": [ - "default.handlebars->27->1098" + "default.handlebars->27->1102" ] }, { @@ -14775,7 +14814,7 @@ "zh-cht": "圖標選擇", "xloc": [ "default-mobile.handlebars->9->277", - "default.handlebars->27->783" + "default.handlebars->27->787" ] }, { @@ -14795,7 +14834,7 @@ "zh-cht": "識別碼", "xloc": [ "default-mobile.handlebars->9->377", - "default.handlebars->27->953" + "default.handlebars->27->957" ] }, { @@ -14905,7 +14944,7 @@ "zh-cht": "個別裝置", "xloc": [ "default-mobile.handlebars->9->148", - "default.handlebars->27->200" + "default.handlebars->27->204" ] }, { @@ -14924,7 +14963,7 @@ "zh-chs": "印度尼西亞", "zh-cht": "印度尼西亞", "xloc": [ - "default.handlebars->27->1099" + "default.handlebars->27->1103" ] }, { @@ -15056,7 +15095,7 @@ "zh-chs": "安裝CIRA", "zh-cht": "安裝CIRA", "xloc": [ - "default.handlebars->27->1314" + "default.handlebars->27->1325" ] }, { @@ -15075,7 +15114,7 @@ "zh-chs": "安裝本地", "zh-cht": "安裝本地", "xloc": [ - "default.handlebars->27->1316" + "default.handlebars->27->1327" ] }, { @@ -15094,11 +15133,11 @@ "zh-chs": "安裝類型", "zh-cht": "安裝方式", "xloc": [ - "default.handlebars->27->1456", - "default.handlebars->27->1463", - "default.handlebars->27->345", - "default.handlebars->27->359", - "default.handlebars->27->373" + "default.handlebars->27->1467", + "default.handlebars->27->1474", + "default.handlebars->27->349", + "default.handlebars->27->363", + "default.handlebars->27->377" ] }, { @@ -15117,7 +15156,7 @@ "zh-chs": "英特爾(F10 = ESC + [OM)", "zh-cht": "英特爾(F10 = ESC + [OM)", "xloc": [ - "default.handlebars->27->840", + "default.handlebars->27->844", "default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSettingsButtons" ] }, @@ -15137,10 +15176,10 @@ "zh-chs": "英特爾AMT", "zh-cht": "英特爾AMT", "xloc": [ - "default.handlebars->27->1475", - "default.handlebars->27->1483", - "default.handlebars->27->1926", - "default.handlebars->27->1948" + "default.handlebars->27->1486", + "default.handlebars->27->1494", + "default.handlebars->27->1937", + "default.handlebars->27->1959" ] }, { @@ -15190,7 +15229,7 @@ "zh-chs": "英特尔AMT重定向", "zh-cht": "英特爾AMT重定向", "xloc": [ - "default.handlebars->27->1864" + "default.handlebars->27->1875" ] }, { @@ -15202,7 +15241,7 @@ "zh-chs": "英特尔AMT WSMAN", "zh-cht": "英特爾AMT WSMAN", "xloc": [ - "default.handlebars->27->1863" + "default.handlebars->27->1874" ] }, { @@ -15240,7 +15279,7 @@ "zh-chs": "在管理控制模式下激活了Intel AMT", "zh-cht": "在管理控制模式下激活了英特爾AMT", "xloc": [ - "default.handlebars->27->559" + "default.handlebars->27->563" ] }, { @@ -15259,7 +15298,7 @@ "zh-chs": "英特爾AMT在客戶端控制模式下被激活", "zh-cht": "英特爾AMT在客戶端控制模式下被激活", "xloc": [ - "default.handlebars->27->557" + "default.handlebars->27->561" ] }, { @@ -15277,7 +15316,7 @@ "zh-chs": "英特爾AMT已設置TLS網絡安全性", "zh-cht": "英特爾AMT已設置TLS網絡安全性", "xloc": [ - "default.handlebars->27->561" + "default.handlebars->27->565" ] }, { @@ -15314,7 +15353,7 @@ "zh-chs": "英特爾AMT將需要在MEBx中設置為受信任的FQDN,或者在網絡上具有有線局域網:", "zh-cht": "英特爾AMT將需要在MEBx中設置為受信任的FQDN,或者在網絡上具有有線局域網:", "xloc": [ - "default.handlebars->27->293" + "default.handlebars->27->297" ] }, { @@ -15333,7 +15372,7 @@ "zh-chs": "英特爾ASCII", "zh-cht": "英特爾ASCII", "xloc": [ - "default.handlebars->27->839" + "default.handlebars->27->843" ] }, { @@ -15355,11 +15394,11 @@ "default-mobile.handlebars->9->201", "default-mobile.handlebars->9->236", "default-mobile.handlebars->9->241", - "default.handlebars->27->1298", - "default.handlebars->27->1308", - "default.handlebars->27->515", - "default.handlebars->27->570", - "default.handlebars->27->598" + "default.handlebars->27->1309", + "default.handlebars->27->1319", + "default.handlebars->27->519", + "default.handlebars->27->574", + "default.handlebars->27->602" ] }, { @@ -15379,7 +15418,7 @@ "zh-cht": "英特爾®AMT CIRA", "xloc": [ "default-mobile.handlebars->9->240", - "default.handlebars->27->596" + "default.handlebars->27->600" ] }, { @@ -15398,9 +15437,9 @@ "zh-chs": "英特爾®AMT CIRA已連接並可以使用。", "zh-cht": "英特爾®AMT CIRA已連接並可以使用。", "xloc": [ - "default.handlebars->27->207", - "default.handlebars->27->432", - "default.handlebars->27->595" + "default.handlebars->27->211", + "default.handlebars->27->436", + "default.handlebars->27->599" ] }, { @@ -15457,7 +15496,7 @@ "zh-chs": "英特爾®AMT政策", "zh-cht": "英特爾®AMT政策", "xloc": [ - "default.handlebars->27->1337" + "default.handlebars->27->1348" ] }, { @@ -15494,7 +15533,7 @@ "zh-chs": "英特爾®AMT標籤", "zh-cht": "英特爾®AMT標籤", "xloc": [ - "default.handlebars->27->574" + "default.handlebars->27->578" ] }, { @@ -15532,8 +15571,8 @@ "zh-chs": "英特爾®AMT激活", "zh-cht": "英特爾®AMT激活", "xloc": [ - "default.handlebars->27->291", - "default.handlebars->27->294" + "default.handlebars->27->295", + "default.handlebars->27->298" ] }, { @@ -15553,8 +15592,8 @@ "zh-cht": "英特爾®AMT已連接", "xloc": [ "default-mobile.handlebars->9->251", - "default.handlebars->27->641", - "default.handlebars->27->642" + "default.handlebars->27->645", + "default.handlebars->27->646" ] }, { @@ -15573,8 +15612,8 @@ "zh-chs": "英特爾®AMT桌面和串行事件。", "zh-cht": "英特爾®AMT桌面和串行事件。", "xloc": [ - "default.handlebars->27->1216", - "default.handlebars->27->1471" + "default.handlebars->27->1220", + "default.handlebars->27->1482" ] }, { @@ -15594,8 +15633,8 @@ "zh-cht": "檢測到英特爾®AMT", "xloc": [ "default-mobile.handlebars->9->252", - "default.handlebars->27->643", - "default.handlebars->27->644" + "default.handlebars->27->647", + "default.handlebars->27->648" ] }, { @@ -15613,7 +15652,7 @@ "zh-chs": "英特爾®AMT可路由並可以使用。", "zh-cht": "英特爾®AMT可路由並可以使用。", "xloc": [ - "default.handlebars->27->597" + "default.handlebars->27->601" ] }, { @@ -15631,8 +15670,8 @@ "zh-chs": "英特爾®AMT是可路由的。", "zh-cht": "英特爾®AMT是可路由的。", "xloc": [ - "default.handlebars->27->209", - "default.handlebars->27->434" + "default.handlebars->27->213", + "default.handlebars->27->438" ] }, { @@ -15671,8 +15710,8 @@ "zh-cht": "僅限英特爾®AMT,無代理", "xloc": [ "default-mobile.handlebars->9->392", - "default.handlebars->27->1245", - "default.handlebars->27->1271" + "default.handlebars->27->1249", + "default.handlebars->27->1282" ] }, { @@ -15691,7 +15730,7 @@ "zh-chs": "英特爾®主動管理技術", "zh-cht": "英特爾®主動管理技術", "xloc": [ - "default.handlebars->27->569" + "default.handlebars->27->573" ] }, { @@ -15711,7 +15750,7 @@ "zh-cht": "英特爾®主動管理技術(英特爾®AMT)", "xloc": [ "default-mobile.handlebars->9->369", - "default.handlebars->27->945" + "default.handlebars->27->949" ] }, { @@ -15731,7 +15770,7 @@ "zh-cht": "英特爾®ME", "xloc": [ "default-mobile.handlebars->9->235", - "default.handlebars->27->568" + "default.handlebars->27->572" ] }, { @@ -15746,7 +15785,7 @@ "zh-chs": "英特尔®可管理性引擎", "zh-cht": "英特爾®可管理性引擎", "xloc": [ - "default.handlebars->27->567" + "default.handlebars->27->571" ] }, { @@ -15766,7 +15805,7 @@ "zh-cht": "英特爾®SM", "xloc": [ "default-mobile.handlebars->9->237", - "default.handlebars->27->572" + "default.handlebars->27->576" ] }, { @@ -15785,7 +15824,7 @@ "zh-chs": "英特爾®標準可管理性", "zh-cht": "英特爾®標準可管理性", "xloc": [ - "default.handlebars->27->571" + "default.handlebars->27->575" ] }, { @@ -15898,7 +15937,7 @@ "zh-chs": "互動", "zh-cht": "互動", "xloc": [ - "default.handlebars->27->820" + "default.handlebars->27->824" ] }, { @@ -15917,11 +15956,11 @@ "zh-chs": "僅限互動", "zh-cht": "僅限互動", "xloc": [ - "default.handlebars->27->1459", - "default.handlebars->27->1466", - "default.handlebars->27->348", - "default.handlebars->27->362", - "default.handlebars->27->376" + "default.handlebars->27->1470", + "default.handlebars->27->1477", + "default.handlebars->27->352", + "default.handlebars->27->366", + "default.handlebars->27->380" ] }, { @@ -15940,7 +15979,7 @@ "zh-chs": "介面", "zh-cht": "介面", "xloc": [ - "default.handlebars->27->620" + "default.handlebars->27->624" ] }, { @@ -15959,7 +15998,7 @@ "zh-chs": "因紐特人", "zh-cht": "因紐特人", "xloc": [ - "default.handlebars->27->1100" + "default.handlebars->27->1104" ] }, { @@ -15978,7 +16017,7 @@ "zh-chs": "無效的設備組類型", "zh-cht": "無效的設備組類型", "xloc": [ - "default.handlebars->27->1900" + "default.handlebars->27->1911" ] }, { @@ -15997,7 +16036,7 @@ "zh-chs": "無效的JSON", "zh-cht": "無效的JSON", "xloc": [ - "default.handlebars->27->1894" + "default.handlebars->27->1905" ] }, { @@ -16016,8 +16055,8 @@ "zh-chs": "無效的JSON文件格式。", "zh-cht": "無效的JSON文件格式。", "xloc": [ - "default.handlebars->27->1608", - "default.handlebars->27->1610" + "default.handlebars->27->1619", + "default.handlebars->27->1621" ] }, { @@ -16036,7 +16075,7 @@ "zh-chs": "無效的JSON文件:{0}。", "zh-cht": "無效的JSON文件:{0}。", "xloc": [ - "default.handlebars->27->1606" + "default.handlebars->27->1617" ] }, { @@ -16055,7 +16094,7 @@ "zh-chs": "無效的PKCS簽名", "zh-cht": "無效的PKCS簽名", "xloc": [ - "default.handlebars->27->1892" + "default.handlebars->27->1903" ] }, { @@ -16074,7 +16113,7 @@ "zh-chs": "無效的RSA密碼", "zh-cht": "無效的RSA密碼", "xloc": [ - "default.handlebars->27->1893" + "default.handlebars->27->1904" ] }, { @@ -16165,7 +16204,7 @@ "zh-chs": "使电子邮件无效", "zh-cht": "使電子郵件無效", "xloc": [ - "default.handlebars->27->1584" + "default.handlebars->27->1595" ] }, { @@ -16219,7 +16258,7 @@ "zh-chs": "邀請類型", "zh-cht": "邀請類型", "xloc": [ - "default.handlebars->27->325" + "default.handlebars->27->329" ] }, { @@ -16237,7 +16276,7 @@ "zh-chs": "任何人都可以使用邀請代碼通過以下公共鏈接將設備加入該設備組:", "zh-cht": "任何人都可以使用邀請代碼通過以下公共鏈接將設備加入該設備組:", "xloc": [ - "default.handlebars->27->1461" + "default.handlebars->27->1472" ] }, { @@ -16274,9 +16313,9 @@ "zh-chs": "邀請", "zh-cht": "邀請", "xloc": [ - "default.handlebars->27->1324", - "default.handlebars->27->278", - "default.handlebars->27->364" + "default.handlebars->27->1335", + "default.handlebars->27->282", + "default.handlebars->27->368" ] }, { @@ -16295,11 +16334,11 @@ "zh-chs": "邀請碼", "zh-cht": "邀請碼", "xloc": [ - "default.handlebars->27->1302", - "default.handlebars->27->1455", - "default.handlebars->27->1460", - "default.handlebars->27->1462", - "default.handlebars->27->1467" + "default.handlebars->27->1313", + "default.handlebars->27->1466", + "default.handlebars->27->1471", + "default.handlebars->27->1473", + "default.handlebars->27->1478" ] }, { @@ -16317,7 +16356,7 @@ "zh-chs": "通過共享邀請鏈接來邀請某人安裝網格代理。該鏈接為用戶提供“ {0} ”設備組的安裝說明。該鏈接是公共的,不需要該服務器的帳戶。", "zh-cht": "通過共享邀請鏈接來邀請某人安裝網格代理。該鏈接將用戶指向“ {0} ”設備組的安裝說明。該鏈接是公共的,不需要該服務器的帳戶。", "xloc": [ - "default.handlebars->27->351" + "default.handlebars->27->355" ] }, { @@ -16333,8 +16372,8 @@ "zh-chs": "邀请某人在该设备组上安装网状代理。", "zh-cht": "邀請某人在該設備組上安裝網狀代理。", "xloc": [ - "default.handlebars->27->1323", - "default.handlebars->27->277" + "default.handlebars->27->1334", + "default.handlebars->27->281" ] }, { @@ -16352,7 +16391,7 @@ "zh-chs": "邀請某人安裝網狀代理。將發送一封電子郵件,其中包含指向“ {0} ”設備組的網狀代理安裝的鏈接。", "zh-cht": "邀請某人安裝網狀代理。將發送一封電子郵件,其中包含指向“ {0} ”設備組的網狀代理安裝的鏈接。", "xloc": [ - "default.handlebars->27->328" + "default.handlebars->27->332" ] }, { @@ -16371,7 +16410,7 @@ "zh-chs": "愛爾蘭人", "zh-cht": "愛爾蘭人", "xloc": [ - "default.handlebars->27->1101" + "default.handlebars->27->1105" ] }, { @@ -16390,7 +16429,7 @@ "zh-chs": "意大利語(標準)", "zh-cht": "意大利語(標準)", "xloc": [ - "default.handlebars->27->1102" + "default.handlebars->27->1106" ] }, { @@ -16409,7 +16448,7 @@ "zh-chs": "義大利文(瑞士)", "zh-cht": "義大利文(瑞士)", "xloc": [ - "default.handlebars->27->1103" + "default.handlebars->27->1107" ] }, { @@ -16428,7 +16467,7 @@ "zh-chs": "JSON", "zh-cht": "JSON格式", "xloc": [ - "default.handlebars->27->1544" + "default.handlebars->27->1555" ] }, { @@ -16447,9 +16486,9 @@ "zh-chs": "JSON格式", "zh-cht": "JSON格式", "xloc": [ - "default.handlebars->27->1549", - "default.handlebars->27->1614", - "default.handlebars->27->476" + "default.handlebars->27->1560", + "default.handlebars->27->1625", + "default.handlebars->27->480" ] }, { @@ -16468,7 +16507,7 @@ "zh-chs": "日本", "zh-cht": "日本", "xloc": [ - "default.handlebars->27->1104" + "default.handlebars->27->1108" ] }, { @@ -16486,7 +16525,7 @@ "zh-chs": "卡納達語", "zh-cht": "卡納達語", "xloc": [ - "default.handlebars->27->1105" + "default.handlebars->27->1109" ] }, { @@ -16504,7 +16543,7 @@ "zh-chs": "克什米爾語", "zh-cht": "克什米爾語", "xloc": [ - "default.handlebars->27->1106" + "default.handlebars->27->1110" ] }, { @@ -16522,7 +16561,7 @@ "zh-chs": "哈薩克語", "zh-cht": "哈薩克語", "xloc": [ - "default.handlebars->27->1107" + "default.handlebars->27->1111" ] }, { @@ -16541,7 +16580,7 @@ "zh-chs": "內核驅動程序", "zh-cht": "內核驅動程序", "xloc": [ - "default.handlebars->27->821" + "default.handlebars->27->825" ] }, { @@ -16560,8 +16599,8 @@ "zh-chs": "鍵名", "zh-cht": "鍵名", "xloc": [ - "default.handlebars->27->1001", - "default.handlebars->27->998" + "default.handlebars->27->1002", + "default.handlebars->27->1005" ] }, { @@ -16610,7 +16649,7 @@ "zh-chs": "高棉語", "zh-cht": "高棉語", "xloc": [ - "default.handlebars->27->1108" + "default.handlebars->27->1112" ] }, { @@ -16628,7 +16667,7 @@ "zh-chs": "吉爾吉斯", "zh-cht": "吉爾吉斯", "xloc": [ - "default.handlebars->27->1109" + "default.handlebars->27->1113" ] }, { @@ -16647,7 +16686,7 @@ "zh-chs": "克林貢", "zh-cht": "克林貢", "xloc": [ - "default.handlebars->27->1110" + "default.handlebars->27->1114" ] }, { @@ -16667,7 +16706,7 @@ "zh-cht": "已知的", "xloc": [ "default-mobile.handlebars->9->368", - "default.handlebars->27->944" + "default.handlebars->27->948" ] }, { @@ -16686,7 +16725,7 @@ "zh-chs": "韓語", "zh-cht": "韓語", "xloc": [ - "default.handlebars->27->1111" + "default.handlebars->27->1115" ] }, { @@ -16705,7 +16744,7 @@ "zh-chs": "韓語(朝鮮)", "zh-cht": "韓語(朝鮮)", "xloc": [ - "default.handlebars->27->1112" + "default.handlebars->27->1116" ] }, { @@ -16724,7 +16763,7 @@ "zh-chs": "韓語(韓國)", "zh-cht": "韓語(韓國)", "xloc": [ - "default.handlebars->27->1113" + "default.handlebars->27->1117" ] }, { @@ -16743,8 +16782,8 @@ "zh-chs": "如果", "zh-cht": "如果", "xloc": [ - "default.handlebars->27->835", - "default.handlebars->27->844" + "default.handlebars->27->839", + "default.handlebars->27->848" ] }, { @@ -16763,7 +16802,7 @@ "zh-chs": "語言", "zh-cht": "語言", "xloc": [ - "default.handlebars->27->1208" + "default.handlebars->27->1212" ] }, { @@ -16800,7 +16839,7 @@ "zh-chs": "大焦點", "zh-cht": "大焦點", "xloc": [ - "default.handlebars->27->809" + "default.handlebars->27->813" ] }, { @@ -17003,7 +17042,7 @@ "zh-chs": "最後訪問", "zh-cht": "最後訪問", "xloc": [ - "default.handlebars->27->1557" + "default.handlebars->27->1568" ] }, { @@ -17022,7 +17061,7 @@ "zh-chs": "上次登錄", "zh-cht": "上次登錄", "xloc": [ - "default.handlebars->27->1753" + "default.handlebars->27->1764" ] }, { @@ -17047,9 +17086,9 @@ "default.handlebars->27->69", "default.handlebars->27->71", "default.handlebars->27->73", - "default.handlebars->27->902", - "default.handlebars->27->903", - "default.handlebars->27->904" + "default.handlebars->27->906", + "default.handlebars->27->907", + "default.handlebars->27->908" ] }, { @@ -17071,8 +17110,8 @@ "default-mobile.handlebars->9->333", "default-mobile.handlebars->9->335", "default.handlebars->27->68", - "default.handlebars->27->899", - "default.handlebars->27->901" + "default.handlebars->27->903", + "default.handlebars->27->905" ] }, { @@ -17091,7 +17130,7 @@ "zh-chs": "上次更改:{0}", "zh-cht": "上次更改:{0}", "xloc": [ - "default.handlebars->27->1757" + "default.handlebars->27->1768" ] }, { @@ -17148,7 +17187,7 @@ "zh-chs": "上次登錄:{0}", "zh-cht": "上次登錄:{0}", "xloc": [ - "default.handlebars->27->1567" + "default.handlebars->27->1578" ] }, { @@ -17167,8 +17206,8 @@ "zh-chs": "最後一次露面:", "zh-cht": "最後一次露面:", "xloc": [ - "default.handlebars->27->647", - "default.handlebars->27->65" + "default.handlebars->27->65", + "default.handlebars->27->651" ] }, { @@ -17244,7 +17283,7 @@ "zh-chs": "拉丁", "zh-cht": "拉丁", "xloc": [ - "default.handlebars->27->1114" + "default.handlebars->27->1118" ] }, { @@ -17263,7 +17302,7 @@ "zh-chs": "拉脫維亞語", "zh-cht": "拉脫維亞語", "xloc": [ - "default.handlebars->27->1115" + "default.handlebars->27->1119" ] }, { @@ -17275,7 +17314,7 @@ "zh-chs": "启动MeshCentral路由器", "zh-cht": "啟動MeshCentral路由器", "xloc": [ - "default.handlebars->27->760" + "default.handlebars->27->764" ] }, { @@ -17287,7 +17326,7 @@ "zh-chs": "启动noVNC会话到此设备", "zh-cht": "啟動noVNC會話到此設備", "xloc": [ - "default.handlebars->27->633" + "default.handlebars->27->637" ] }, { @@ -17299,7 +17338,7 @@ "zh-chs": "启动基于Web的RDP会话到此设备", "zh-cht": "啟動基於Web的RDP會話到此設備", "xloc": [ - "default.handlebars->27->635" + "default.handlebars->27->639" ] }, { @@ -17313,7 +17352,7 @@ "zh-chs": "一无所有。", "zh-cht": "一無所有。", "xloc": [ - "default.handlebars->27->1797" + "default.handlebars->27->1808" ] }, { @@ -17356,7 +17395,7 @@ "zh-chs": "減", "zh-cht": "減", "xloc": [ - "default.handlebars->27->1965" + "default.handlebars->27->1976" ] }, { @@ -17374,8 +17413,8 @@ "zh-chs": "极限赛事", "zh-cht": "極限賽事", "xloc": [ - "default.handlebars->27->668", - "default.handlebars->27->687" + "default.handlebars->27->672", + "default.handlebars->27->691" ] }, { @@ -17414,9 +17453,9 @@ "zh-cht": "有限輸入", "xloc": [ "default-mobile.handlebars->9->441", - "default.handlebars->27->1439", - "default.handlebars->27->661", - "default.handlebars->27->680" + "default.handlebars->27->1450", + "default.handlebars->27->665", + "default.handlebars->27->684" ] }, { @@ -17436,7 +17475,7 @@ "zh-cht": "僅限於輸入", "xloc": [ "default-mobile.handlebars->9->416", - "default.handlebars->27->1396" + "default.handlebars->27->1407" ] }, { @@ -17475,8 +17514,8 @@ "zh-chs": "鏈接過期", "zh-cht": "鏈接過期", "xloc": [ - "default.handlebars->27->338", - "default.handlebars->27->352" + "default.handlebars->27->342", + "default.handlebars->27->356" ] }, { @@ -17492,7 +17531,7 @@ "zh-chs": "链接邀请", "zh-cht": "鏈接邀請", "xloc": [ - "default.handlebars->27->326" + "default.handlebars->27->330" ] }, { @@ -17531,7 +17570,7 @@ "zh-chs": "Linux / BSD", "zh-cht": "Linux / BSD", "xloc": [ - "default.handlebars->27->367" + "default.handlebars->27->371" ] }, { @@ -17550,7 +17589,7 @@ "zh-chs": "Linux / BSD(卸載)", "zh-cht": "Linux / BSD(卸載)", "xloc": [ - "default.handlebars->27->371" + "default.handlebars->27->375" ] }, { @@ -17561,7 +17600,7 @@ "zh-chs": "Linux / BSD / macOS二进制安装程序", "zh-cht": "Linux / BSD / macOS二進制安裝程序", "xloc": [ - "default.handlebars->27->368" + "default.handlebars->27->372" ] }, { @@ -17640,7 +17679,7 @@ "zh-chs": "Linux ARM,Raspberry Pi(32位)", "zh-cht": "Linux ARM,Raspberry Pi(32位)", "xloc": [ - "default.handlebars->27->767" + "default.handlebars->27->771" ] }, { @@ -17739,7 +17778,7 @@ "zh-chs": "僅Linux", "zh-cht": "僅Linux", "xloc": [ - "default.handlebars->27->337" + "default.handlebars->27->341" ] }, { @@ -17758,7 +17797,7 @@ "zh-chs": "Linux x86(32位)", "zh-cht": "Linux x86(32位)", "xloc": [ - "default.handlebars->27->764" + "default.handlebars->27->768" ] }, { @@ -17777,7 +17816,7 @@ "zh-chs": "Linux x86(64位)", "zh-cht": "Linux x86(64位)", "xloc": [ - "default.handlebars->27->765" + "default.handlebars->27->769" ] }, { @@ -17789,7 +17828,7 @@ "zh-chs": "Linux / BSD / macOS命令外壳", "zh-cht": "Linux / BSD / macOS命令外殼", "xloc": [ - "default.handlebars->27->463" + "default.handlebars->27->467" ] }, { @@ -17836,7 +17875,7 @@ "zh-chs": "立陶宛語", "zh-cht": "立陶宛語", "xloc": [ - "default.handlebars->27->1116" + "default.handlebars->27->1120" ] }, { @@ -17856,11 +17895,11 @@ "zh-cht": "載入中...", "xloc": [ "default-mobile.handlebars->9->72", - "default.handlebars->27->1262", - "default.handlebars->27->1266", - "default.handlebars->27->1851", - "default.handlebars->27->756", - "default.handlebars->27->994" + "default.handlebars->27->1273", + "default.handlebars->27->1277", + "default.handlebars->27->1862", + "default.handlebars->27->760", + "default.handlebars->27->998" ] }, { @@ -17936,7 +17975,7 @@ "zh-chs": "本地化設置", "zh-cht": "本地化設置", "xloc": [ - "default.handlebars->27->1211", + "default.handlebars->27->1215", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->7" ] }, @@ -17956,7 +17995,7 @@ "zh-chs": "位置", "zh-cht": "位置", "xloc": [ - "default.handlebars->27->622" + "default.handlebars->27->626" ] }, { @@ -17994,7 +18033,7 @@ "zh-chs": "鎖定賬戶", "zh-cht": "鎖定賬戶", "xloc": [ - "default.handlebars->27->1654" + "default.handlebars->27->1665" ] }, { @@ -18005,8 +18044,8 @@ "zh-chs": "锁定帐户设置", "zh-cht": "鎖定帳戶設置", "xloc": [ - "default.handlebars->27->1408", - "default.handlebars->27->1657" + "default.handlebars->27->1419", + "default.handlebars->27->1668" ] }, { @@ -18025,7 +18064,7 @@ "zh-chs": "鎖定賬戶", "zh-cht": "鎖定賬戶", "xloc": [ - "default.handlebars->27->1587" + "default.handlebars->27->1598" ] }, { @@ -18044,7 +18083,7 @@ "zh-chs": "已鎖定", "zh-cht": "已鎖定", "xloc": [ - "default.handlebars->27->1568" + "default.handlebars->27->1579" ] }, { @@ -18063,7 +18102,7 @@ "zh-chs": "賬戶鎖定", "zh-cht": "賬戶鎖定", "xloc": [ - "default.handlebars->27->1729" + "default.handlebars->27->1740" ] }, { @@ -18082,7 +18121,7 @@ "zh-chs": "記錄事件", "zh-cht": "記錄事件", "xloc": [ - "default.handlebars->27->609" + "default.handlebars->27->613" ] }, { @@ -18272,7 +18311,7 @@ "zh-chs": "盧森堡語", "zh-cht": "盧森堡語", "xloc": [ - "default.handlebars->27->1117" + "default.handlebars->27->1121" ] }, { @@ -18293,10 +18332,10 @@ "xloc": [ "default-mobile.handlebars->9->341", "default-mobile.handlebars->9->343", - "default.handlebars->27->907", - "default.handlebars->27->909", - "default.handlebars->27->917", - "default.handlebars->27->919" + "default.handlebars->27->911", + "default.handlebars->27->913", + "default.handlebars->27->921", + "default.handlebars->27->923" ] }, { @@ -18336,8 +18375,8 @@ "zh-cht": "MAC:{0}", "xloc": [ "default-mobile.handlebars->9->344", - "default.handlebars->27->910", - "default.handlebars->27->920" + "default.handlebars->27->914", + "default.handlebars->27->924" ] }, { @@ -18357,8 +18396,8 @@ "zh-cht": "MAC:{0},網關:{1}", "xloc": [ "default-mobile.handlebars->9->342", - "default.handlebars->27->908", - "default.handlebars->27->918" + "default.handlebars->27->912", + "default.handlebars->27->922" ] }, { @@ -18397,8 +18436,8 @@ "zh-chs": "MPS服務器", "zh-cht": "MPS服務器", "xloc": [ - "default.handlebars->27->317", - "default.handlebars->27->323" + "default.handlebars->27->321", + "default.handlebars->27->327" ] }, { @@ -18419,11 +18458,11 @@ "xloc": [ "default-mobile.handlebars->9->203", "default-mobile.handlebars->9->243", - "default.handlebars->27->214", - "default.handlebars->27->439", - "default.handlebars->27->602", - "default.handlebars->27->972", - "default.handlebars->27->973", + "default.handlebars->27->218", + "default.handlebars->27->443", + "default.handlebars->27->606", + "default.handlebars->27->976", + "default.handlebars->27->977", "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->3" ] }, @@ -18462,7 +18501,7 @@ "zh-chs": "MQTT登錄", "zh-cht": "MQTT登錄", "xloc": [ - "default.handlebars->27->638" + "default.handlebars->27->642" ] }, { @@ -18482,7 +18521,7 @@ "zh-cht": "MQTT通道已連接", "xloc": [ "default-mobile.handlebars->9->253", - "default.handlebars->27->646" + "default.handlebars->27->650" ] }, { @@ -18502,7 +18541,7 @@ "zh-cht": "MQTT已連接", "xloc": [ "default.handlebars->27->163", - "default.handlebars->27->645" + "default.handlebars->27->649" ] }, { @@ -18521,9 +18560,9 @@ "zh-chs": "與設備的MQTT連接已激活。", "zh-cht": "與設備的MQTT連接已激活。", "xloc": [ - "default.handlebars->27->213", - "default.handlebars->27->438", - "default.handlebars->27->601" + "default.handlebars->27->217", + "default.handlebars->27->442", + "default.handlebars->27->605" ] }, { @@ -18618,7 +18657,7 @@ "zh-chs": "主服務器消息", "zh-cht": "主服務器消息", "xloc": [ - "default.handlebars->27->1937" + "default.handlebars->27->1948" ] }, { @@ -18637,7 +18676,7 @@ "zh-chs": "馬來語", "zh-cht": "馬來語", "xloc": [ - "default.handlebars->27->1119" + "default.handlebars->27->1123" ] }, { @@ -18656,7 +18695,7 @@ "zh-chs": "馬拉雅拉姆語", "zh-cht": "馬拉雅拉姆語", "xloc": [ - "default.handlebars->27->1120" + "default.handlebars->27->1124" ] }, { @@ -18675,7 +18714,7 @@ "zh-chs": "馬耳他語", "zh-cht": "馬耳他語", "xloc": [ - "default.handlebars->27->1121" + "default.handlebars->27->1125" ] }, { @@ -18716,8 +18755,8 @@ "xloc": [ "default-mobile.handlebars->9->413", "default-mobile.handlebars->9->431", - "default.handlebars->27->1393", - "default.handlebars->27->1428" + "default.handlebars->27->1404", + "default.handlebars->27->1439" ] }, { @@ -18738,8 +18777,8 @@ "xloc": [ "default-mobile.handlebars->9->412", "default-mobile.handlebars->9->430", - "default.handlebars->27->1392", - "default.handlebars->27->1427" + "default.handlebars->27->1403", + "default.handlebars->27->1438" ] }, { @@ -18757,7 +18796,7 @@ "zh-chs": "管理设备", "zh-cht": "管理設備", "xloc": [ - "default.handlebars->27->675" + "default.handlebars->27->679" ] }, { @@ -18769,7 +18808,7 @@ "zh-chs": "管理录音", "zh-cht": "管理錄音", "xloc": [ - "default.handlebars->27->1652" + "default.handlebars->27->1663" ] }, { @@ -18807,7 +18846,7 @@ "zh-chs": "管理用戶組", "zh-cht": "管理用戶組", "xloc": [ - "default.handlebars->27->1651" + "default.handlebars->27->1662" ] }, { @@ -18826,8 +18865,8 @@ "zh-chs": "管理用戶", "zh-cht": "管理用戶", "xloc": [ - "default.handlebars->27->1650", - "default.handlebars->27->674" + "default.handlebars->27->1661", + "default.handlebars->27->678" ] }, { @@ -18943,7 +18982,7 @@ "zh-chs": "使用軟件代理進行管理", "zh-cht": "使用軟件代理進行管理", "xloc": [ - "default.handlebars->27->1244" + "default.handlebars->27->1248" ] }, { @@ -18963,7 +19002,7 @@ "zh-cht": "使用軟件代理進行管理", "xloc": [ "default-mobile.handlebars->9->393", - "default.handlebars->27->1272" + "default.handlebars->27->1283" ] }, { @@ -18982,7 +19021,7 @@ "zh-chs": "經理", "zh-cht": "經理", "xloc": [ - "default.handlebars->27->1573" + "default.handlebars->27->1584" ] }, { @@ -19001,7 +19040,7 @@ "zh-chs": "手動證書", "zh-cht": "手動證書", "xloc": [ - "default.handlebars->27->304" + "default.handlebars->27->308" ] }, { @@ -19020,7 +19059,7 @@ "zh-chs": "手動用戶名/密碼", "zh-cht": "手動用戶名/密碼", "xloc": [ - "default.handlebars->27->303" + "default.handlebars->27->307" ] }, { @@ -19039,7 +19078,7 @@ "zh-chs": "毛利人", "zh-cht": "毛利人", "xloc": [ - "default.handlebars->27->1122" + "default.handlebars->27->1126" ] }, { @@ -19078,7 +19117,7 @@ "zh-chs": "馬拉地語", "zh-cht": "馬拉地語", "xloc": [ - "default.handlebars->27->1123" + "default.handlebars->27->1127" ] }, { @@ -19097,7 +19136,7 @@ "zh-chs": "達到的會話數上限", "zh-cht": "達到的會話數上限", "xloc": [ - "default.handlebars->27->1898" + "default.handlebars->27->1909" ] }, { @@ -19158,7 +19197,7 @@ "zh-chs": "兆字節", "zh-cht": "兆字節", "xloc": [ - "default.handlebars->27->1927" + "default.handlebars->27->1938" ] }, { @@ -19178,8 +19217,8 @@ "zh-cht": "記憶", "xloc": [ "default-mobile.handlebars->9->384", - "default.handlebars->27->1918", - "default.handlebars->27->960", + "default.handlebars->27->1929", + "default.handlebars->27->964", "default.handlebars->container->column_l->p40->3->1->p40type->3" ] }, @@ -19202,16 +19241,16 @@ "default-mobile.handlebars->9->250", "default-mobile.handlebars->9->332", "default-mobile.handlebars->9->339", - "default.handlebars->27->378", "default.handlebars->27->382", - "default.handlebars->27->391", + "default.handlebars->27->386", "default.handlebars->27->395", - "default.handlebars->27->398", - "default.handlebars->27->403", - "default.handlebars->27->550", - "default.handlebars->27->594", - "default.handlebars->27->898", - "default.handlebars->27->905" + "default.handlebars->27->399", + "default.handlebars->27->402", + "default.handlebars->27->407", + "default.handlebars->27->554", + "default.handlebars->27->598", + "default.handlebars->27->902", + "default.handlebars->27->909" ] }, { @@ -19231,7 +19270,7 @@ "zh-cht": "網格代理控制台", "xloc": [ "default-mobile.handlebars->9->420", - "default.handlebars->27->1401" + "default.handlebars->27->1412" ] }, { @@ -19249,7 +19288,7 @@ "zh-chs": "網狀中繼", "zh-cht": "網狀中繼", "xloc": [ - "default.handlebars->27->600" + "default.handlebars->27->604" ] }, { @@ -19268,9 +19307,9 @@ "zh-chs": "已連接網狀代理並準備使用。", "zh-cht": "已連接網狀代理並準備使用。", "xloc": [ - "default.handlebars->27->205", - "default.handlebars->27->430", - "default.handlebars->27->593" + "default.handlebars->27->209", + "default.handlebars->27->434", + "default.handlebars->27->597" ] }, { @@ -19288,9 +19327,9 @@ "zh-chs": "使用其他代理作為中繼可以訪問網狀代理。", "zh-cht": "使用其他代理作為中繼可以訪問網狀代理。", "xloc": [ - "default.handlebars->27->211", - "default.handlebars->27->436", - "default.handlebars->27->599" + "default.handlebars->27->215", + "default.handlebars->27->440", + "default.handlebars->27->603" ] }, { @@ -19308,8 +19347,8 @@ "zh-chs": "MeshAction(.txt)", "zh-cht": "MeshAction(.txt)", "xloc": [ - "default.handlebars->27->773", - "default.handlebars->27->775" + "default.handlebars->27->777", + "default.handlebars->27->779" ] }, { @@ -19328,7 +19367,7 @@ "zh-chs": "MeshAgent流量", "zh-cht": "MeshAgent流量", "xloc": [ - "default.handlebars->27->1939" + "default.handlebars->27->1950" ] }, { @@ -19347,7 +19386,7 @@ "zh-chs": "MeshAgent更新", "zh-cht": "MeshAgent更新", "xloc": [ - "default.handlebars->27->1940" + "default.handlebars->27->1951" ] }, { @@ -19385,7 +19424,7 @@ "zh-chs": "網格中心錯誤", "zh-cht": "網格中心錯誤", "xloc": [ - "default.handlebars->27->1265" + "default.handlebars->27->1276" ] }, { @@ -19404,7 +19443,7 @@ "zh-chs": "MeshCentral路由器", "zh-cht": "MeshCentral路由器", "xloc": [ - "default.handlebars->27->761" + "default.handlebars->27->765" ] }, { @@ -19423,7 +19462,7 @@ "zh-chs": "MeshCentral Router是Windows工具,用於TCP端口映射。例如,您可以通過該服務器將RDP放入遠程設備。", "zh-cht": "MeshCentral Router是Windows工具,用於TCP端口映射。例如,您可以通過該服務器將RDP放入遠程設備。", "xloc": [ - "default.handlebars->27->757" + "default.handlebars->27->761" ] }, { @@ -19460,7 +19499,7 @@ "zh-chs": "MeshCentral服務器對等", "zh-cht": "MeshCentral服務器對等", "xloc": [ - "default.handlebars->27->1938" + "default.handlebars->27->1949" ] }, { @@ -19499,7 +19538,7 @@ "xloc": [ "default.handlebars->27->115", "default.handlebars->27->117", - "default.handlebars->27->1261" + "default.handlebars->27->1272" ] }, { @@ -19518,9 +19557,9 @@ "zh-chs": "MeshCmd", "zh-cht": "網格命令", "xloc": [ - "default.handlebars->27->229", - "default.handlebars->27->624", - "default.handlebars->27->771" + "default.handlebars->27->233", + "default.handlebars->27->628", + "default.handlebars->27->775" ] }, { @@ -19539,7 +19578,7 @@ "zh-chs": "MeshCmd(Linux ARM,32位)", "zh-cht": "MeshCmd(Linux ARM,32位)", "xloc": [ - "default.handlebars->27->782" + "default.handlebars->27->786" ] }, { @@ -19558,7 +19597,7 @@ "zh-chs": "MeshCmd(Linux x86,32bit)", "zh-cht": "MeshCmd(Linux x86,32bit)", "xloc": [ - "default.handlebars->27->779" + "default.handlebars->27->783" ] }, { @@ -19577,7 +19616,7 @@ "zh-chs": "MeshCmd(Linux x86,64bit)", "zh-cht": "MeshCmd(Linux x86,64位)", "xloc": [ - "default.handlebars->27->780" + "default.handlebars->27->784" ] }, { @@ -19596,7 +19635,7 @@ "zh-chs": "MeshCmd(Win32可執行文件)", "zh-cht": "MeshCmd(Win32可執行文件)", "xloc": [ - "default.handlebars->27->777" + "default.handlebars->27->781" ] }, { @@ -19615,7 +19654,7 @@ "zh-chs": "MeshCmd(Win64可執行文件)", "zh-cht": "MeshCmd(Win64可執行文件)", "xloc": [ - "default.handlebars->27->778" + "default.handlebars->27->782" ] }, { @@ -19633,7 +19672,7 @@ "zh-chs": "MeshCmd(macOS,64位)", "zh-cht": "MeshCmd(macOS,64位)", "xloc": [ - "default.handlebars->27->781" + "default.handlebars->27->785" ] }, { @@ -19651,7 +19690,7 @@ "zh-chs": "MeshCmd是執行許多不同操作的命令行工具。可以選擇下載和編輯操作文件以提供服務器信息和憑據。", "zh-cht": "MeshCmd是執行許多不同操作的命令行工具。可以選擇下載和編輯操作文件以提供服務器信息和憑據。", "xloc": [ - "default.handlebars->27->768" + "default.handlebars->27->772" ] }, { @@ -19670,7 +19709,7 @@ "zh-chs": "MeshCommander腳本", "zh-cht": "MeshCommander腳本", "xloc": [ - "default.handlebars->27->302" + "default.handlebars->27->306" ] }, { @@ -19709,8 +19748,8 @@ "zh-chs": "MeshServerRootCert.cer", "zh-cht": "MeshServerRootCert.cer", "xloc": [ - "default.handlebars->27->313", - "default.handlebars->27->320" + "default.handlebars->27->317", + "default.handlebars->27->324" ] }, { @@ -19729,9 +19768,9 @@ "zh-chs": "信息", "zh-cht": "信息", "xloc": [ - "default.handlebars->27->349", - "default.handlebars->27->611", - "default.handlebars->27->737" + "default.handlebars->27->353", + "default.handlebars->27->615", + "default.handlebars->27->741" ] }, { @@ -19750,7 +19789,7 @@ "zh-chs": "郵件調度程序", "zh-cht": "郵件調度程序", "xloc": [ - "default.handlebars->27->1936" + "default.handlebars->27->1947" ] }, { @@ -19860,7 +19899,7 @@ "zh-cht": "模型", "xloc": [ "default-mobile.handlebars->9->385", - "default.handlebars->27->961" + "default.handlebars->27->965" ] }, { @@ -19879,7 +19918,7 @@ "zh-chs": "修改節點位置", "zh-cht": "修改節點位置", "xloc": [ - "default.handlebars->27->509" + "default.handlebars->27->513" ] }, { @@ -19898,7 +19937,7 @@ "zh-chs": "摩爾達維亞人", "zh-cht": "摩爾達維亞人", "xloc": [ - "default.handlebars->27->1124" + "default.handlebars->27->1128" ] }, { @@ -19917,7 +19956,7 @@ "zh-chs": "更多", "zh-cht": "更多", "xloc": [ - "default.handlebars->27->1964" + "default.handlebars->27->1975" ] }, { @@ -19937,7 +19976,7 @@ "zh-cht": "母板", "xloc": [ "default-mobile.handlebars->9->380", - "default.handlebars->27->956" + "default.handlebars->27->960" ] }, { @@ -19956,7 +19995,7 @@ "zh-chs": "將此設備移到其他設備組", "zh-cht": "將此設備移至其他設備組", "xloc": [ - "default.handlebars->27->615" + "default.handlebars->27->619" ] }, { @@ -19975,7 +20014,7 @@ "zh-chs": "移至設備組", "zh-cht": "移至設備組", "xloc": [ - "default.handlebars->27->453" + "default.handlebars->27->457" ] }, { @@ -20003,7 +20042,7 @@ "zh-chs": "多路复用器", "zh-cht": "多路復用器", "xloc": [ - "default.handlebars->27->1876" + "default.handlebars->27->1887" ] }, { @@ -20129,7 +20168,7 @@ "zh-chs": "我的服務器控制台", "zh-cht": "我的服務器控制台", "xloc": [ - "default.handlebars->27->967" + "default.handlebars->27->971" ] }, { @@ -20271,8 +20310,14 @@ "zh-chs": "我的鑰匙", "zh-cht": "我的鑰匙", "xloc": [ - "default.handlebars->27->1002", - "default.handlebars->27->999" + "default.handlebars->27->1003", + "default.handlebars->27->1006" + ] + }, + { + "en": "Nagivate to the URL below, grant access and copy the token code back.", + "xloc": [ + "default.handlebars->27->198" ] }, { @@ -20298,21 +20343,21 @@ "default-mobile.handlebars->9->407", "default-mobile.handlebars->9->97", "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea3->deskarea3x->DeskTools->5->1->1", - "default.handlebars->27->1242", - "default.handlebars->27->1273", - "default.handlebars->27->1359", - "default.handlebars->27->1555", - "default.handlebars->27->1660", - "default.handlebars->27->1676", - "default.handlebars->27->1683", - "default.handlebars->27->1716", - "default.handlebars->27->1735", - "default.handlebars->27->538", + "default.handlebars->27->1246", + "default.handlebars->27->1284", + "default.handlebars->27->1370", + "default.handlebars->27->1566", + "default.handlebars->27->1671", + "default.handlebars->27->1687", + "default.handlebars->27->1694", + "default.handlebars->27->1727", + "default.handlebars->27->1746", + "default.handlebars->27->542", "default.handlebars->27->76", - "default.handlebars->27->815", - "default.handlebars->27->894", + "default.handlebars->27->819", + "default.handlebars->27->898", "default.handlebars->27->90", - "default.handlebars->27->950", + "default.handlebars->27->954", "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->3", "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsServiceTab->deskToolsServiceHeader->3", "default.handlebars->container->column_l->p42->p42tbl->1->0->2" @@ -20334,7 +20379,7 @@ "zh-chs": "名稱(可選)", "zh-cht": "名稱(可選)", "xloc": [ - "default.handlebars->27->329" + "default.handlebars->27->333" ] }, { @@ -20353,7 +20398,7 @@ "zh-chs": "名稱1,名稱2,名稱3", "zh-cht": "名稱1,名稱2,名稱3", "xloc": [ - "default.handlebars->27->1642" + "default.handlebars->27->1653" ] }, { @@ -20371,7 +20416,7 @@ "zh-chs": "納瓦霍人", "zh-cht": "納瓦霍人", "xloc": [ - "default.handlebars->27->1125" + "default.handlebars->27->1129" ] }, { @@ -20389,7 +20434,7 @@ "zh-chs": "恩東加", "zh-cht": "恩東加", "xloc": [ - "default.handlebars->27->1126" + "default.handlebars->27->1130" ] }, { @@ -20407,7 +20452,7 @@ "zh-chs": "尼泊爾文", "zh-cht": "尼泊爾文", "xloc": [ - "default.handlebars->27->1127" + "default.handlebars->27->1131" ] }, { @@ -20426,7 +20471,7 @@ "zh-chs": "網絡接口", "zh-cht": "網絡接口", "xloc": [ - "default.handlebars->27->755" + "default.handlebars->27->759" ] }, { @@ -20462,8 +20507,8 @@ "zh-cht": "聯網", "xloc": [ "default-mobile.handlebars->9->353", - "default.handlebars->27->915", - "default.handlebars->27->929" + "default.handlebars->27->919", + "default.handlebars->27->933" ] }, { @@ -20522,9 +20567,9 @@ "zh-cht": "新設備組", "xloc": [ "default-mobile.handlebars->9->91", - "default.handlebars->27->1235", - "default.handlebars->27->1247", - "default.handlebars->27->747" + "default.handlebars->27->1239", + "default.handlebars->27->1251", + "default.handlebars->27->751" ] }, { @@ -20545,8 +20590,8 @@ "xloc": [ "default-mobile.handlebars->9->120", "default-mobile.handlebars->9->299", - "default.handlebars->27->1514", - "default.handlebars->27->857", + "default.handlebars->27->1525", + "default.handlebars->27->861", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3" ] @@ -20606,8 +20651,8 @@ "xloc": [ "default-mobile.handlebars->9->86", "default-mobile.handlebars->9->87", - "default.handlebars->27->1230", - "default.handlebars->27->1231" + "default.handlebars->27->1234", + "default.handlebars->27->1235" ] }, { @@ -20626,8 +20671,8 @@ "zh-chs": "没有AMT", "zh-cht": "沒有AMT", "xloc": [ - "default.handlebars->27->660", - "default.handlebars->27->679" + "default.handlebars->27->664", + "default.handlebars->27->683" ] }, { @@ -20681,8 +20726,8 @@ "xloc": [ "default-mobile.handlebars->9->233", "default-mobile.handlebars->9->234", - "default.handlebars->27->564", - "default.handlebars->27->565" + "default.handlebars->27->568", + "default.handlebars->27->569" ] }, { @@ -20701,9 +20746,9 @@ "zh-chs": "沒有桌面", "zh-cht": "沒有桌面", "xloc": [ - "default.handlebars->27->1435", - "default.handlebars->27->662", - "default.handlebars->27->681" + "default.handlebars->27->1446", + "default.handlebars->27->666", + "default.handlebars->27->685" ] }, { @@ -20722,7 +20767,7 @@ "zh-chs": "沒有桌面訪問", "zh-cht": "沒有桌面訪問", "xloc": [ - "default.handlebars->27->1397" + "default.handlebars->27->1408" ] }, { @@ -20741,9 +20786,9 @@ "zh-chs": "找不到活動", "zh-cht": "找不到活動", "xloc": [ - "default.handlebars->27->1531", - "default.handlebars->27->1850", - "default.handlebars->27->892" + "default.handlebars->27->1542", + "default.handlebars->27->1861", + "default.handlebars->27->896" ] }, { @@ -20763,7 +20808,7 @@ "zh-cht": "沒有文件訪問", "xloc": [ "default-mobile.handlebars->9->418", - "default.handlebars->27->1399" + "default.handlebars->27->1410" ] }, { @@ -20783,9 +20828,9 @@ "zh-cht": "沒有文件", "xloc": [ "default-mobile.handlebars->9->439", - "default.handlebars->27->1437", - "default.handlebars->27->659", - "default.handlebars->27->678" + "default.handlebars->27->1448", + "default.handlebars->27->663", + "default.handlebars->27->682" ] }, { @@ -20802,8 +20847,8 @@ "zh-chs": "无输入", "zh-cht": "無輸入", "xloc": [ - "default.handlebars->27->657", - "default.handlebars->27->676" + "default.handlebars->27->661", + "default.handlebars->27->680" ] }, { @@ -20824,8 +20869,8 @@ "xloc": [ "default-mobile.handlebars->9->419", "default-mobile.handlebars->9->440", - "default.handlebars->27->1400", - "default.handlebars->27->1438" + "default.handlebars->27->1411", + "default.handlebars->27->1449" ] }, { @@ -20862,7 +20907,7 @@ "zh-chs": "此網格中沒有英特爾®AMT設備", "zh-cht": "此網格中沒有英特爾®AMT設備", "xloc": [ - "default.handlebars->27->218" + "default.handlebars->27->222" ] }, { @@ -20899,7 +20944,7 @@ "zh-chs": "沒有會員", "zh-cht": "沒有會員", "xloc": [ - "default.handlebars->27->1698" + "default.handlebars->27->1709" ] }, { @@ -20918,7 +20963,7 @@ "zh-chs": "沒有新的設備組", "zh-cht": "沒有新的設備組", "xloc": [ - "default.handlebars->27->1655" + "default.handlebars->27->1666" ] }, { @@ -20937,9 +20982,9 @@ "zh-chs": "沒有政策", "zh-cht": "沒有政策", "xloc": [ - "default.handlebars->27->1303", - "default.handlebars->27->1331", - "default.handlebars->27->1334" + "default.handlebars->27->1314", + "default.handlebars->27->1342", + "default.handlebars->27->1345" ] }, { @@ -20961,10 +21006,10 @@ "default-mobile.handlebars->9->106", "default-mobile.handlebars->9->402", "default-mobile.handlebars->9->445", - "default.handlebars->27->1256", - "default.handlebars->27->1443", - "default.handlebars->27->671", - "default.handlebars->27->690" + "default.handlebars->27->1260", + "default.handlebars->27->1454", + "default.handlebars->27->675", + "default.handlebars->27->694" ] }, { @@ -20984,8 +21029,8 @@ "zh-cht": "沒有TLS安全性", "xloc": [ "default-mobile.handlebars->9->271", - "default.handlebars->27->287", - "default.handlebars->27->733" + "default.handlebars->27->291", + "default.handlebars->27->737" ] }, { @@ -21005,9 +21050,9 @@ "zh-cht": "沒有終端", "xloc": [ "default-mobile.handlebars->9->438", - "default.handlebars->27->1436", - "default.handlebars->27->658", - "default.handlebars->27->677" + "default.handlebars->27->1447", + "default.handlebars->27->662", + "default.handlebars->27->681" ] }, { @@ -21026,7 +21071,7 @@ "zh-cht": "沒有終端訪問", "xloc": [ "default-mobile.handlebars->9->417", - "default.handlebars->27->1398" + "default.handlebars->27->1409" ] }, { @@ -21045,7 +21090,7 @@ "zh-chs": "沒有工具(MeshCmd /路由器)", "zh-cht": "沒有工具(MeshCmd /路由器)", "xloc": [ - "default.handlebars->27->1656" + "default.handlebars->27->1667" ] }, { @@ -21063,8 +21108,8 @@ "zh-chs": "沒有共同的設備組", "zh-cht": "沒有共同的設備組", "xloc": [ - "default.handlebars->27->1704", - "default.handlebars->27->1822" + "default.handlebars->27->1715", + "default.handlebars->27->1833" ] }, { @@ -21117,7 +21162,7 @@ "zh-chs": "任何组中均不包含任何设备,请单击设备的“组”以添加到组中。", "zh-cht": "任何組中均不包含任何設備,請單擊設備的“組”以添加到組中。", "xloc": [ - "default.handlebars->27->216" + "default.handlebars->27->220" ] }, { @@ -21151,7 +21196,7 @@ "zh-chs": "找不到設備。", "zh-cht": "找不到設備。", "xloc": [ - "default.handlebars->27->526" + "default.handlebars->27->530" ] }, { @@ -21169,8 +21214,8 @@ "zh-chs": "沒有共同的設備", "zh-cht": "沒有共同的設備", "xloc": [ - "default.handlebars->27->1710", - "default.handlebars->27->1834" + "default.handlebars->27->1721", + "default.handlebars->27->1845" ] }, { @@ -21189,7 +21234,7 @@ "zh-chs": "該設備組中沒有設備。", "zh-cht": "該設備組中沒有設備。", "xloc": [ - "default.handlebars->27->1486" + "default.handlebars->27->1497" ] }, { @@ -21209,7 +21254,7 @@ "zh-cht": "該組中沒有設備", "xloc": [ "default-mobile.handlebars->9->151", - "default.handlebars->27->220" + "default.handlebars->27->224" ] }, { @@ -21229,7 +21274,7 @@ "zh-cht": "沒有與此搜索匹配的設備。", "xloc": [ "default-mobile.handlebars->9->149", - "default.handlebars->27->217" + "default.handlebars->27->221" ] }, { @@ -21247,7 +21292,7 @@ "zh-chs": "找不到帶有標籤的設備。", "zh-cht": "找不到帶有標籤的設備。", "xloc": [ - "default.handlebars->27->225" + "default.handlebars->27->229" ] }, { @@ -21266,7 +21311,7 @@ "zh-chs": "找不到群組。", "zh-cht": "找不到群組。", "xloc": [ - "default.handlebars->27->1659" + "default.handlebars->27->1670" ] }, { @@ -21286,7 +21331,7 @@ "zh-cht": "沒有此設備的信息。", "xloc": [ "default-mobile.handlebars->9->390", - "default.handlebars->27->966" + "default.handlebars->27->970" ] }, { @@ -21305,7 +21350,7 @@ "zh-chs": "找不到位置。", "zh-cht": "找不到位置。", "xloc": [ - "default.handlebars->27->528" + "default.handlebars->27->532" ] }, { @@ -21342,7 +21387,7 @@ "zh-chs": "沒有其他相同類型的設備組。", "zh-cht": "沒有其他相同類型的設備組。", "xloc": [ - "default.handlebars->27->750" + "default.handlebars->27->754" ] }, { @@ -21372,7 +21417,7 @@ "zh-chs": "没有录音。", "zh-cht": "沒有錄音。", "xloc": [ - "default.handlebars->27->1852" + "default.handlebars->27->1863" ] }, { @@ -21391,7 +21436,7 @@ "zh-chs": "沒有服務器權限", "zh-cht": "沒有服務器權限", "xloc": [ - "default.handlebars->27->1730" + "default.handlebars->27->1741" ] }, { @@ -21410,7 +21455,7 @@ "zh-chs": "沒有用戶組成員身份", "zh-cht": "沒有用戶組成員身份", "xloc": [ - "default.handlebars->27->1828" + "default.handlebars->27->1839" ] }, { @@ -21429,7 +21474,7 @@ "zh-chs": "未找到相應的用戶。", "zh-cht": "未找到相應的用戶。", "xloc": [ - "default.handlebars->27->1563" + "default.handlebars->27->1574" ] }, { @@ -21446,7 +21491,7 @@ "zh-chs": "没有拥有特殊设备权限的用户", "zh-cht": "沒有擁有特殊設備權限的用戶", "xloc": [ - "default.handlebars->27->655" + "default.handlebars->27->659" ] }, { @@ -21511,31 +21556,31 @@ "default-mobile.handlebars->9->245", "default-mobile.handlebars->9->297", "default-mobile.handlebars->9->396", - "default.handlebars->27->1268", - "default.handlebars->27->1275", - "default.handlebars->27->1282", - "default.handlebars->27->1294", - "default.handlebars->27->1299", - "default.handlebars->27->1301", - "default.handlebars->27->1477", - "default.handlebars->27->1496", - "default.handlebars->27->1501", - "default.handlebars->27->1539", - "default.handlebars->27->1680", - "default.handlebars->27->1682", + "default.handlebars->27->1279", + "default.handlebars->27->1286", + "default.handlebars->27->1293", + "default.handlebars->27->1305", + "default.handlebars->27->1310", + "default.handlebars->27->1312", + "default.handlebars->27->1488", + "default.handlebars->27->1507", + "default.handlebars->27->1512", + "default.handlebars->27->1550", + "default.handlebars->27->1691", + "default.handlebars->27->1693", "default.handlebars->27->174", - "default.handlebars->27->1749", - "default.handlebars->27->1758", - "default.handlebars->27->1762", - "default.handlebars->27->1774", + "default.handlebars->27->1760", + "default.handlebars->27->1769", + "default.handlebars->27->1773", + "default.handlebars->27->1785", "default.handlebars->27->189", - "default.handlebars->27->201", - "default.handlebars->27->202", - "default.handlebars->27->535", - "default.handlebars->27->546", - "default.handlebars->27->547", - "default.handlebars->27->591", - "default.handlebars->27->604", + "default.handlebars->27->205", + "default.handlebars->27->206", + "default.handlebars->27->539", + "default.handlebars->27->550", + "default.handlebars->27->551", + "default.handlebars->27->595", + "default.handlebars->27->608", "default.handlebars->27->63", "default.handlebars->container->column_l->p41->3->3->p41traceStatus" ] @@ -21575,7 +21620,7 @@ "zh-chs": "挪威", "zh-cht": "挪威", "xloc": [ - "default.handlebars->27->1128" + "default.handlebars->27->1132" ] }, { @@ -21594,7 +21639,7 @@ "zh-chs": "挪威文(Bokmal)", "zh-cht": "挪威文(Bokmal)", "xloc": [ - "default.handlebars->27->1129" + "default.handlebars->27->1133" ] }, { @@ -21613,7 +21658,7 @@ "zh-chs": "挪威文(尼諾斯克)", "zh-cht": "挪威文(尼諾斯克)", "xloc": [ - "default.handlebars->27->1130" + "default.handlebars->27->1134" ] }, { @@ -21634,8 +21679,8 @@ "xloc": [ "default-mobile.handlebars->9->225", "default-mobile.handlebars->9->357", - "default.handlebars->27->552", - "default.handlebars->27->933" + "default.handlebars->27->556", + "default.handlebars->27->937" ] }, { @@ -21656,8 +21701,8 @@ "xloc": [ "default-mobile.handlebars->9->224", "default-mobile.handlebars->9->356", - "default.handlebars->27->551", - "default.handlebars->27->932" + "default.handlebars->27->555", + "default.handlebars->27->936" ] }, { @@ -21676,8 +21721,8 @@ "zh-chs": "未連接", "zh-cht": "未連接", "xloc": [ - "default.handlebars->27->1473", - "default.handlebars->27->1481" + "default.handlebars->27->1484", + "default.handlebars->27->1492" ] }, { @@ -21697,7 +21742,7 @@ "zh-cht": "未知", "xloc": [ "default-mobile.handlebars->9->367", - "default.handlebars->27->943" + "default.handlebars->27->947" ] }, { @@ -21709,7 +21754,7 @@ "zh-chs": "不在服务器上", "zh-cht": "不在服務器上", "xloc": [ - "default.handlebars->27->1868" + "default.handlebars->27->1879" ] }, { @@ -21728,8 +21773,8 @@ "zh-chs": "沒有設置", "zh-cht": "沒有設置", "xloc": [ - "default.handlebars->27->1736", - "default.handlebars->27->1737" + "default.handlebars->27->1747", + "default.handlebars->27->1748" ] }, { @@ -21748,7 +21793,7 @@ "zh-chs": "未經審核的", "zh-cht": "未經審核的", "xloc": [ - "default.handlebars->27->1804" + "default.handlebars->27->1815" ] }, { @@ -21767,12 +21812,12 @@ "zh-chs": "筆記", "zh-cht": "筆記", "xloc": [ - "default.handlebars->27->1309", - "default.handlebars->27->1782", - "default.handlebars->27->607", - "default.handlebars->27->667", - "default.handlebars->27->686", - "default.handlebars->27->694" + "default.handlebars->27->1320", + "default.handlebars->27->1793", + "default.handlebars->27->611", + "default.handlebars->27->671", + "default.handlebars->27->690", + "default.handlebars->27->698" ] }, { @@ -21810,8 +21855,8 @@ "zh-chs": "通知設置", "zh-cht": "通知設置", "xloc": [ - "default.handlebars->27->1217", - "default.handlebars->27->1472", + "default.handlebars->27->1221", + "default.handlebars->27->1483", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->10" ] }, @@ -21831,7 +21876,7 @@ "zh-chs": "通知設置還必須在帳戶設置中啟用。", "zh-cht": "通知設置還必須在帳戶設置中啟用。", "xloc": [ - "default.handlebars->27->1468" + "default.handlebars->27->1479" ] }, { @@ -21850,7 +21895,7 @@ "zh-chs": "通知聲音。", "zh-cht": "通知聲音。", "xloc": [ - "default.handlebars->27->1212" + "default.handlebars->27->1216" ] }, { @@ -21869,7 +21914,7 @@ "zh-chs": "通知事項", "zh-cht": "通知事項", "xloc": [ - "default.handlebars->27->1300" + "default.handlebars->27->1311" ] }, { @@ -21888,7 +21933,7 @@ "zh-chs": "通知", "zh-cht": "通知", "xloc": [ - "default.handlebars->27->1788", + "default.handlebars->27->1799", "default.handlebars->27->186" ] }, @@ -21900,7 +21945,7 @@ "zh-chs": "仅通知", "zh-cht": "僅通知", "xloc": [ - "default.handlebars->27->711" + "default.handlebars->27->715" ] }, { @@ -21919,9 +21964,9 @@ "zh-chs": "通知使用者", "zh-cht": "通知使用者", "xloc": [ - "default.handlebars->27->1366", - "default.handlebars->27->1370", - "default.handlebars->27->1373" + "default.handlebars->27->1377", + "default.handlebars->27->1381", + "default.handlebars->27->1384" ] }, { @@ -21940,7 +21985,7 @@ "zh-chs": "通知{0}", "zh-cht": "通知{0}", "xloc": [ - "default.handlebars->27->1602" + "default.handlebars->27->1613" ] }, { @@ -21961,8 +22006,8 @@ "xloc": [ "default-mobile.handlebars->9->83", "default-mobile.handlebars->dialog->idx_dlgButtonBar", - "default.handlebars->27->1259", - "default.handlebars->27->578", + "default.handlebars->27->1270", + "default.handlebars->27->582", "default.handlebars->container->dialog->idx_dlgButtonBar", "desktop.handlebars->p11->dialog->idx_dlgButtonBar", "login-mobile.handlebars->dialog->idx_dlgButtonBar", @@ -21988,7 +22033,7 @@ "zh-cht": "操作系統名稱", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p2->xdevicesBar->1->5", - "default.handlebars->27->543", + "default.handlebars->27->547", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->7->1" ] }, @@ -22007,7 +22052,7 @@ "zh-chs": "歐舒丹", "zh-cht": "歐舒丹", "xloc": [ - "default.handlebars->27->1131" + "default.handlebars->27->1135" ] }, { @@ -22026,7 +22071,7 @@ "zh-chs": "發生在{0}", "zh-cht": "發生在{0}", "xloc": [ - "default.handlebars->27->1882" + "default.handlebars->27->1893" ] }, { @@ -22045,7 +22090,7 @@ "zh-chs": "離線用戶", "zh-cht": "離線用戶", "xloc": [ - "default.handlebars->27->1560" + "default.handlebars->27->1571" ] }, { @@ -22065,7 +22110,7 @@ "zh-cht": "舊密碼:", "xloc": [ "default-mobile.handlebars->9->85", - "default.handlebars->27->1229" + "default.handlebars->27->1233" ] }, { @@ -22077,7 +22122,7 @@ "zh-chs": "一天", "zh-cht": "一天", "xloc": [ - "default.handlebars->27->1536" + "default.handlebars->27->1547" ] }, { @@ -22129,7 +22174,7 @@ "zh-chs": "在線用戶", "zh-cht": "在線用戶", "xloc": [ - "default.handlebars->27->1559" + "default.handlebars->27->1570" ] }, { @@ -22149,8 +22194,8 @@ "zh-cht": "只能編輯小於200k的文件。", "xloc": [ "default-mobile.handlebars->9->307", - "default.handlebars->27->506", - "default.handlebars->27->865" + "default.handlebars->27->510", + "default.handlebars->27->869" ] }, { @@ -22201,7 +22246,7 @@ "zh-chs": "在設備上打開頁面", "zh-cht": "在設備上打開頁面", "xloc": [ - "default.handlebars->27->695" + "default.handlebars->27->699" ] }, { @@ -22234,7 +22279,7 @@ "zh-chs": "打開XTerm終端", "zh-cht": "打開XTerm終端", "xloc": [ - "default.handlebars->27->625" + "default.handlebars->27->629" ] }, { @@ -22291,11 +22336,11 @@ "zh-cht": "操作系統", "xloc": [ "default-mobile.handlebars->9->331", - "default.handlebars->27->332", - "default.handlebars->27->365", - "default.handlebars->27->575", - "default.handlebars->27->770", - "default.handlebars->27->897" + "default.handlebars->27->336", + "default.handlebars->27->369", + "default.handlebars->27->579", + "default.handlebars->27->774", + "default.handlebars->27->901" ] }, { @@ -22315,11 +22360,11 @@ "zh-cht": "操作方式", "xloc": [ "default-mobile.handlebars->9->264", - "default.handlebars->27->1586", - "default.handlebars->27->1667", - "default.handlebars->27->446", - "default.handlebars->27->466", - "default.handlebars->27->721" + "default.handlebars->27->1597", + "default.handlebars->27->1678", + "default.handlebars->27->450", + "default.handlebars->27->470", + "default.handlebars->27->725" ] }, { @@ -22338,7 +22383,7 @@ "zh-chs": "組織", "zh-cht": "組織", "xloc": [ - "default.handlebars->27->322" + "default.handlebars->27->326" ] }, { @@ -22356,7 +22401,7 @@ "zh-chs": "奧里亞", "zh-cht": "奧里亞", "xloc": [ - "default.handlebars->27->1132" + "default.handlebars->27->1136" ] }, { @@ -22374,7 +22419,7 @@ "zh-chs": "奧羅莫", "zh-cht": "奧羅莫", "xloc": [ - "default.handlebars->27->1133" + "default.handlebars->27->1137" ] }, { @@ -22432,7 +22477,7 @@ "zh-chs": "過時的", "zh-cht": "過時的", "xloc": [ - "default.handlebars->27->577" + "default.handlebars->27->581" ] }, { @@ -22451,7 +22496,7 @@ "zh-chs": "自己的過程", "zh-cht": "自己的過程", "xloc": [ - "default.handlebars->27->822" + "default.handlebars->27->826" ] }, { @@ -22470,7 +22515,7 @@ "zh-cht": "PID", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea3->deskarea3x->DeskTools->5->1->0", - "default.handlebars->27->818", + "default.handlebars->27->822", "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->1" ] }, @@ -22491,7 +22536,7 @@ "zh-cht": "零件號", "xloc": [ "default-mobile.handlebars->9->383", - "default.handlebars->27->959" + "default.handlebars->27->963" ] }, { @@ -22510,7 +22555,7 @@ "zh-chs": "部分的", "zh-cht": "部分的", "xloc": [ - "default.handlebars->27->1574" + "default.handlebars->27->1585" ] }, { @@ -22563,7 +22608,7 @@ "xloc": [ "default-mobile.handlebars->9->104", "default-mobile.handlebars->9->400", - "default.handlebars->27->1254" + "default.handlebars->27->1258" ] }, { @@ -22582,7 +22627,7 @@ "zh-chs": "部分權利", "zh-cht": "部分權利", "xloc": [ - "default.handlebars->27->1733" + "default.handlebars->27->1744" ] }, { @@ -22621,15 +22666,15 @@ "zh-cht": "密碼", "xloc": [ "default-mobile.handlebars->9->269", - "default.handlebars->27->1630", - "default.handlebars->27->1631", - "default.handlebars->27->1754", - "default.handlebars->27->1756", - "default.handlebars->27->1807", - "default.handlebars->27->1808", - "default.handlebars->27->285", - "default.handlebars->27->316", - "default.handlebars->27->731", + "default.handlebars->27->1641", + "default.handlebars->27->1642", + "default.handlebars->27->1765", + "default.handlebars->27->1767", + "default.handlebars->27->1818", + "default.handlebars->27->1819", + "default.handlebars->27->289", + "default.handlebars->27->320", + "default.handlebars->27->735", "mstsc.handlebars->main->1->3->1->6->1->0", "mstsc.handlebars->main->1->3->1->6->3" ] @@ -22749,7 +22794,7 @@ "zh-chs": "密碼提示", "zh-cht": "密碼提示", "xloc": [ - "default.handlebars->27->1809" + "default.handlebars->27->1820" ] }, { @@ -22769,7 +22814,7 @@ "zh-cht": "密碼提示:", "xloc": [ "default-mobile.handlebars->9->88", - "default.handlebars->27->1232" + "default.handlebars->27->1236" ] }, { @@ -22788,7 +22833,7 @@ "zh-chs": "密碼不符合", "zh-cht": "密碼不符合", "xloc": [ - "default.handlebars->27->1340" + "default.handlebars->27->1351" ] }, { @@ -22827,8 +22872,8 @@ "zh-chs": "密碼*", "zh-cht": "密碼*", "xloc": [ - "default.handlebars->27->1338", - "default.handlebars->27->1339" + "default.handlebars->27->1349", + "default.handlebars->27->1350" ] }, { @@ -22850,8 +22895,8 @@ "account-invite.html->2->5", "default-mobile.handlebars->9->80", "default-mobile.handlebars->9->81", - "default.handlebars->27->1224", - "default.handlebars->27->1225", + "default.handlebars->27->1228", + "default.handlebars->27->1229", "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", @@ -22884,9 +22929,9 @@ "default-mobile.handlebars->9->312", "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->3", "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->3", - "default.handlebars->27->1523", - "default.handlebars->27->845", - "default.handlebars->27->871", + "default.handlebars->27->1534", + "default.handlebars->27->849", + "default.handlebars->27->875", "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" @@ -22946,7 +22991,7 @@ "zh-chs": "執行代理動作", "zh-cht": "執行代理動作", "xloc": [ - "default.handlebars->27->975" + "default.handlebars->27->979" ] }, { @@ -22964,7 +23009,7 @@ "zh-chs": "通過下載MeshCMD工具並像下面這樣運行它,以執行Intel AMT管理員控制模式(ACM)激活以將“ {0} ”組:", "zh-cht": "通過下載MeshCMD工具並像下面這樣運行,來執行Intel AMT管理員控制模式(ACM)激活以將“ {0} ”分組:", "xloc": [ - "default.handlebars->27->292" + "default.handlebars->27->296" ] }, { @@ -22982,8 +23027,8 @@ "zh-chs": "執行英特爾AMT管理員控制模式(ACM)激活。", "zh-cht": "執行英特爾AMT管理員控制模式(ACM)激活。", "xloc": [ - "default.handlebars->27->1319", - "default.handlebars->27->273" + "default.handlebars->27->1330", + "default.handlebars->27->277" ] }, { @@ -23001,7 +23046,7 @@ "zh-chs": "通過下載MeshCMD工具並像下面這樣運行,來執行Intel AMT客戶端控制模式(CCM)激活以將“ {0} ”分組:", "zh-cht": "通過下載MeshCMD工具並像下面這樣運行,來執行Intel AMT客戶端控制模式(CCM)激活以將“ {0} ”分組:", "xloc": [ - "default.handlebars->27->290" + "default.handlebars->27->294" ] }, { @@ -23019,8 +23064,8 @@ "zh-chs": "執行英特爾AMT客戶端控制模式(CCM)激活。", "zh-cht": "執行英特爾AMT客戶端控制模式(CCM)激活。", "xloc": [ - "default.handlebars->27->1317", - "default.handlebars->27->271" + "default.handlebars->27->1328", + "default.handlebars->27->275" ] }, { @@ -23031,7 +23076,7 @@ "zh-chs": "执行批处理设备标签操作", "zh-cht": "執行批處理設備標籤操作", "xloc": [ - "default.handlebars->27->465" + "default.handlebars->27->469" ] }, { @@ -23050,7 +23095,7 @@ "zh-chs": "在設備上執行電源操作", "zh-cht": "在設備上執行電源操作", "xloc": [ - "default.handlebars->27->606", + "default.handlebars->27->610", "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" @@ -23073,8 +23118,8 @@ "zh-cht": "權限", "xloc": [ "default-mobile.handlebars->9->448", - "default.handlebars->27->1446", - "default.handlebars->27->1558" + "default.handlebars->27->1457", + "default.handlebars->27->1569" ] }, { @@ -23092,7 +23137,7 @@ "zh-chs": "波斯/伊朗", "zh-cht": "波斯/伊朗", "xloc": [ - "default.handlebars->27->1134" + "default.handlebars->27->1138" ] }, { @@ -23111,9 +23156,9 @@ "default-mobile.handlebars->9->65", "default-mobile.handlebars->9->67", "default.handlebars->27->159", - "default.handlebars->27->1799", - "default.handlebars->27->986", - "default.handlebars->27->989" + "default.handlebars->27->1810", + "default.handlebars->27->990", + "default.handlebars->27->993" ] }, { @@ -23128,7 +23173,7 @@ "zh-chs": "电话号码", "zh-cht": "電話號碼", "xloc": [ - "default.handlebars->27->1748" + "default.handlebars->27->1759" ] }, { @@ -23144,8 +23189,8 @@ "zh-cht": "電話號碼:", "xloc": [ "default-mobile.handlebars->9->66", - "default.handlebars->27->1798", - "default.handlebars->27->988" + "default.handlebars->27->1809", + "default.handlebars->27->992" ] }, { @@ -23178,7 +23223,7 @@ "zh-chs": "將節點放在這裡", "zh-cht": "將節點放在這裡", "xloc": [ - "default.handlebars->27->521" + "default.handlebars->27->525" ] }, { @@ -23272,7 +23317,7 @@ "zh-cht": "請等待幾分鐘以接收驗證。", "xloc": [ "default-mobile.handlebars->9->76", - "default.handlebars->27->1219" + "default.handlebars->27->1223" ] }, { @@ -23292,7 +23337,7 @@ "zh-cht": "插件動作", "xloc": [ "default.handlebars->27->196", - "default.handlebars->27->1961" + "default.handlebars->27->1972" ] }, { @@ -23311,7 +23356,7 @@ "zh-chs": "插件錯誤", "zh-cht": "插件錯誤", "xloc": [ - "default.handlebars->27->198" + "default.handlebars->27->202" ] }, { @@ -23426,7 +23471,7 @@ "zh-cht": "政策", "xloc": [ "default-mobile.handlebars->9->103", - "default.handlebars->27->1253" + "default.handlebars->27->1257" ] }, { @@ -23445,7 +23490,7 @@ "zh-chs": "拋光", "zh-cht": "拋光", "xloc": [ - "default.handlebars->27->1135" + "default.handlebars->27->1139" ] }, { @@ -23464,7 +23509,7 @@ "zh-chs": "葡萄牙語", "zh-cht": "葡萄牙語", "xloc": [ - "default.handlebars->27->1136" + "default.handlebars->27->1140" ] }, { @@ -23483,7 +23528,7 @@ "zh-chs": "葡萄牙語(巴西)", "zh-cht": "葡萄牙語(巴西)", "xloc": [ - "default.handlebars->27->1137" + "default.handlebars->27->1141" ] }, { @@ -23553,7 +23598,7 @@ "zh-chs": "電力國", "zh-cht": "電力國", "xloc": [ - "default.handlebars->27->1479", + "default.handlebars->27->1490", "default.handlebars->container->column_l->p21->3->1->meshPowerChartDiv->1" ] }, @@ -23576,7 +23621,7 @@ "default-mobile.handlebars->9->183", "default-mobile.handlebars->9->263", "default.handlebars->27->6", - "default.handlebars->27->718" + "default.handlebars->27->722" ] }, { @@ -23595,7 +23640,7 @@ "zh-chs": "關閉設備電源", "zh-cht": "關閉設備電源", "xloc": [ - "default.handlebars->27->451" + "default.handlebars->27->455" ] }, { @@ -23617,7 +23662,7 @@ "default-mobile.handlebars->9->178", "default-mobile.handlebars->9->185", "default.handlebars->27->1", - "default.handlebars->27->410" + "default.handlebars->27->414" ] }, { @@ -23638,7 +23683,7 @@ "xloc": [ "default-mobile.handlebars->9->184", "default-mobile.handlebars->9->191", - "default.handlebars->27->422", + "default.handlebars->27->426", "default.handlebars->27->7" ] }, @@ -23651,7 +23696,7 @@ "zh-chs": "存在于服务器上", "zh-cht": "存在於服務器上", "xloc": [ - "default.handlebars->27->1867" + "default.handlebars->27->1878" ] }, { @@ -23733,7 +23778,7 @@ "zh-cht": "過程控制", "xloc": [ "default-mobile.handlebars->9->289", - "default.handlebars->27->832", + "default.handlebars->27->836", "desktop.handlebars->3->25" ] }, @@ -23776,7 +23821,7 @@ "zh-chs": "提示同意", "zh-cht": "提示同意", "xloc": [ - "default.handlebars->27->710" + "default.handlebars->27->714" ] }, { @@ -23795,9 +23840,9 @@ "zh-chs": "提示用戶同意", "zh-cht": "提示用戶同意", "xloc": [ - "default.handlebars->27->1367", - "default.handlebars->27->1371", - "default.handlebars->27->1374" + "default.handlebars->27->1378", + "default.handlebars->27->1382", + "default.handlebars->27->1385" ] }, { @@ -23816,7 +23861,7 @@ "zh-chs": "協議", "zh-cht": "協議", "xloc": [ - "default.handlebars->27->1865", + "default.handlebars->27->1876", "player.handlebars->3->16" ] }, @@ -23853,7 +23898,7 @@ "zh-cht": "供應國", "xloc": [ "default-mobile.handlebars->9->361", - "default.handlebars->27->937" + "default.handlebars->27->941" ] }, { @@ -23873,7 +23918,7 @@ "zh-cht": "公開連結", "xloc": [ "default-mobile.handlebars->9->115", - "default.handlebars->27->1508" + "default.handlebars->27->1519" ] }, { @@ -23891,7 +23936,7 @@ "zh-chs": "旁遮普語", "zh-cht": "旁遮普語", "xloc": [ - "default.handlebars->27->1138" + "default.handlebars->27->1142" ] }, { @@ -23909,7 +23954,7 @@ "zh-chs": "旁遮普(印度)", "zh-cht": "旁遮普(印度)", "xloc": [ - "default.handlebars->27->1139" + "default.handlebars->27->1143" ] }, { @@ -23927,7 +23972,7 @@ "zh-chs": "旁遮普(巴基斯坦)", "zh-cht": "旁遮普(巴基斯坦)", "xloc": [ - "default.handlebars->27->1140" + "default.handlebars->27->1144" ] }, { @@ -23946,7 +23991,7 @@ "zh-chs": "油灰", "zh-cht": "油灰", "xloc": [ - "default.handlebars->27->630" + "default.handlebars->27->634" ] }, { @@ -23985,7 +24030,7 @@ "zh-chs": "蓋丘亞族", "zh-cht": "蓋丘亞族", "xloc": [ - "default.handlebars->27->1141" + "default.handlebars->27->1145" ] }, { @@ -24046,7 +24091,7 @@ "zh-chs": "RDP", "zh-cht": "RDP", "xloc": [ - "default.handlebars->27->628" + "default.handlebars->27->632" ] }, { @@ -24065,7 +24110,7 @@ "zh-chs": "RDP連接", "zh-cht": "RDP連接", "xloc": [ - "default.handlebars->27->501" + "default.handlebars->27->505" ] }, { @@ -24084,7 +24129,7 @@ "zh-chs": "RDP遠程連接端口:", "zh-cht": "RDP遠程連接端口:", "xloc": [ - "default.handlebars->27->500" + "default.handlebars->27->504" ] }, { @@ -24160,7 +24205,7 @@ "zh-chs": "的RSS", "zh-cht": "的RSS", "xloc": [ - "default.handlebars->27->1931" + "default.handlebars->27->1942" ] }, { @@ -24178,7 +24223,7 @@ "zh-chs": "隨機化密碼。", "zh-cht": "隨機化密碼。", "xloc": [ - "default.handlebars->27->1632" + "default.handlebars->27->1643" ] }, { @@ -24215,7 +24260,7 @@ "zh-chs": "重新激活英特爾®AMT", "zh-cht": "重新激活英特爾®AMT", "xloc": [ - "default.handlebars->27->1342" + "default.handlebars->27->1353" ] }, { @@ -24227,9 +24272,9 @@ "zh-chs": "真正的名字", "zh-cht": "真正的名字", "xloc": [ - "default.handlebars->27->1745", - "default.handlebars->27->1747", - "default.handlebars->27->1800" + "default.handlebars->27->1756", + "default.handlebars->27->1758", + "default.handlebars->27->1811" ] }, { @@ -24248,7 +24293,7 @@ "zh-chs": "境界", "zh-cht": "境界", "xloc": [ - "default.handlebars->27->1641" + "default.handlebars->27->1652" ] }, { @@ -24259,7 +24304,7 @@ "zh-chs": "收到无效的网络数据", "zh-cht": "收到無效的網絡數據", "xloc": [ - "default.handlebars->27->794", + "default.handlebars->27->798", "desktop.handlebars->3->11" ] }, @@ -24286,7 +24331,7 @@ "zh-chs": "记录细节", "zh-cht": "記錄細節", "xloc": [ - "default.handlebars->27->1879" + "default.handlebars->27->1890" ] }, { @@ -24317,8 +24362,8 @@ "xloc": [ "default-mobile.handlebars->9->121", "default-mobile.handlebars->9->300", - "default.handlebars->27->1515", - "default.handlebars->27->858" + "default.handlebars->27->1526", + "default.handlebars->27->862" ] }, { @@ -24361,7 +24406,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->518", + "default.handlebars->27->522", "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", @@ -24403,8 +24448,8 @@ "zh-cht": "中繼", "xloc": [ "default-mobile.handlebars->9->202", - "default.handlebars->27->212", - "default.handlebars->27->437" + "default.handlebars->27->216", + "default.handlebars->27->441" ] }, { @@ -24422,7 +24467,7 @@ "zh-chs": "中繼計數", "zh-cht": "中繼計數", "xloc": [ - "default.handlebars->27->1910" + "default.handlebars->27->1921" ] }, { @@ -24440,7 +24485,7 @@ "zh-chs": "中繼錯誤", "zh-cht": "中繼錯誤", "xloc": [ - "default.handlebars->27->1903" + "default.handlebars->27->1914" ] }, { @@ -24458,8 +24503,8 @@ "zh-chs": "接力會議", "zh-cht": "接力會議", "xloc": [ - "default.handlebars->27->1909", - "default.handlebars->27->1925" + "default.handlebars->27->1920", + "default.handlebars->27->1936" ] }, { @@ -24582,7 +24627,7 @@ "zh-chs": "遠程剪貼板", "zh-cht": "遠程剪貼板", "xloc": [ - "default.handlebars->27->813" + "default.handlebars->27->817" ] }, { @@ -24603,8 +24648,8 @@ "xloc": [ "default-mobile.handlebars->9->414", "default-mobile.handlebars->9->432", - "default.handlebars->27->1394", - "default.handlebars->27->1429" + "default.handlebars->27->1405", + "default.handlebars->27->1440" ] }, { @@ -24618,8 +24663,8 @@ "xloc": [ "default-mobile.handlebars->9->158", "default-mobile.handlebars->9->161", - "default.handlebars->27->238", - "default.handlebars->27->241" + "default.handlebars->27->242", + "default.handlebars->27->245" ] }, { @@ -24650,8 +24695,8 @@ "zh-cht": "遠程桌面設置", "xloc": [ "default-mobile.handlebars->9->285", - "default.handlebars->27->264", - "default.handlebars->27->805", + "default.handlebars->27->268", + "default.handlebars->27->809", "desktop.handlebars->3->21" ] }, @@ -24670,7 +24715,7 @@ "zh-chs": "遠程鍵盤輸入", "zh-cht": "遠程鍵盤輸入", "xloc": [ - "default.handlebars->27->811", + "default.handlebars->27->815", "desktop.handlebars->3->23" ] }, @@ -24725,8 +24770,8 @@ "xloc": [ "default-mobile.handlebars->9->415", "default-mobile.handlebars->9->437", - "default.handlebars->27->1395", - "default.handlebars->27->1434" + "default.handlebars->27->1406", + "default.handlebars->27->1445" ] }, { @@ -24745,7 +24790,7 @@ "zh-chs": "遠程剪貼板的有效期為60秒。", "zh-cht": "遠程剪貼板的有效期為60秒。", "xloc": [ - "default.handlebars->27->812" + "default.handlebars->27->816" ] }, { @@ -24787,6 +24832,12 @@ "default.handlebars->27->143" ] }, + { + "en": "Remove Configuration", + "xloc": [ + "default.handlebars->27->1266" + ] + }, { "cs": "Odebrat zařízení", "de": "Gerät entfernen", @@ -24831,8 +24882,8 @@ "zh-chs": "删除设备组权限", "zh-cht": "刪除設備組權限", "xloc": [ - "default.handlebars->27->1714", - "default.handlebars->27->1848" + "default.handlebars->27->1725", + "default.handlebars->27->1859" ] }, { @@ -24847,8 +24898,8 @@ "zh-chs": "删除设备权限", "zh-cht": "刪除設備權限", "xloc": [ - "default.handlebars->27->1712", - "default.handlebars->27->1835" + "default.handlebars->27->1723", + "default.handlebars->27->1846" ] }, { @@ -24880,7 +24931,7 @@ "zh-chs": "删除用户组成员身份", "zh-cht": "刪除用戶組成員身份", "xloc": [ - "default.handlebars->27->1844" + "default.handlebars->27->1855" ] }, { @@ -24895,8 +24946,8 @@ "zh-chs": "删除用户组权限", "zh-cht": "刪除用戶組權限", "xloc": [ - "default.handlebars->27->1451", - "default.handlebars->27->1840" + "default.handlebars->27->1462", + "default.handlebars->27->1851" ] }, { @@ -24911,7 +24962,7 @@ "zh-chs": "删除用户成员资格", "zh-cht": "刪除用戶成員資格", "xloc": [ - "default.handlebars->27->1722" + "default.handlebars->27->1733" ] }, { @@ -24926,8 +24977,8 @@ "zh-chs": "删除用户权限", "zh-cht": "刪除用戶權限", "xloc": [ - "default.handlebars->27->1449", - "default.handlebars->27->1837" + "default.handlebars->27->1460", + "default.handlebars->27->1848" ] }, { @@ -24945,7 +24996,7 @@ "zh-chs": "刪除所有第二因素驗證。", "zh-cht": "刪除所有第二因素驗證。", "xloc": [ - "default.handlebars->27->1812" + "default.handlebars->27->1823" ] }, { @@ -24963,7 +25014,7 @@ "zh-chs": "刪除此用戶標識的所有先前事件。", "zh-cht": "刪除此用戶標識的所有先前事件。", "xloc": [ - "default.handlebars->27->1633" + "default.handlebars->27->1644" ] }, { @@ -24982,7 +25033,7 @@ "zh-chs": "斷開連接後移除設備", "zh-cht": "斷開連接後移除設備", "xloc": [ - "default.handlebars->27->1375" + "default.handlebars->27->1386" ] }, { @@ -25000,7 +25051,7 @@ "zh-chs": "刪除節點位置", "zh-cht": "刪除節點位置", "xloc": [ - "default.handlebars->27->510" + "default.handlebars->27->514" ] }, { @@ -25016,7 +25067,7 @@ "zh-cht": "刪除電話號碼", "xloc": [ "default-mobile.handlebars->9->64", - "default.handlebars->27->985" + "default.handlebars->27->989" ] }, { @@ -25027,7 +25078,7 @@ "zh-chs": "移除标签", "zh-cht": "移除標籤", "xloc": [ - "default.handlebars->27->469" + "default.handlebars->27->473" ] }, { @@ -25046,7 +25097,7 @@ "zh-chs": "刪除此設備", "zh-cht": "刪除此設備", "xloc": [ - "default.handlebars->27->617" + "default.handlebars->27->621" ] }, { @@ -25064,7 +25115,7 @@ "zh-chs": "删除该用户", "zh-cht": "刪除該用戶", "xloc": [ - "default.handlebars->27->1790" + "default.handlebars->27->1801" ] }, { @@ -25083,7 +25134,7 @@ "zh-chs": "刪除用戶組成員身份", "zh-cht": "刪除用戶組成員", "xloc": [ - "default.handlebars->27->1826" + "default.handlebars->27->1837" ] }, { @@ -25098,7 +25149,7 @@ "zh-chs": "删除此设备的用户组权限", "zh-cht": "刪除此設備的用戶組權限", "xloc": [ - "default.handlebars->27->1708" + "default.handlebars->27->1719" ] }, { @@ -25116,8 +25167,8 @@ "zh-chs": "刪除該設備組的用戶組權限", "zh-cht": "刪除該設備組的用戶組權限", "xloc": [ - "default.handlebars->27->1702", - "default.handlebars->27->651" + "default.handlebars->27->1713", + "default.handlebars->27->655" ] }, { @@ -25136,11 +25187,11 @@ "zh-chs": "刪除此設備組的用戶權限", "zh-cht": "刪除該設備組的用戶權限", "xloc": [ - "default.handlebars->27->1326", - "default.handlebars->27->1696", - "default.handlebars->27->1820", - "default.handlebars->27->1832", - "default.handlebars->27->652" + "default.handlebars->27->1337", + "default.handlebars->27->1707", + "default.handlebars->27->1831", + "default.handlebars->27->1843", + "default.handlebars->27->656" ] }, { @@ -25163,9 +25214,9 @@ "default-mobile.handlebars->9->304", "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1", "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1", - "default.handlebars->27->1519", - "default.handlebars->27->504", - "default.handlebars->27->862", + "default.handlebars->27->1530", + "default.handlebars->27->508", + "default.handlebars->27->866", "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" @@ -25179,7 +25230,7 @@ "zh-chs": "报告日", "zh-cht": "報告日", "xloc": [ - "default.handlebars->27->1537" + "default.handlebars->27->1548" ] }, { @@ -25190,7 +25241,7 @@ "zh-chs": "报告类型", "zh-cht": "報告類型", "xloc": [ - "default.handlebars->27->1532" + "default.handlebars->27->1543" ] }, { @@ -25209,7 +25260,7 @@ "zh-chs": "要求:", "zh-cht": "要求:", "xloc": [ - "default.handlebars->27->1233" + "default.handlebars->27->1237" ] }, { @@ -25229,8 +25280,8 @@ "zh-cht": "要求:{0}。", "xloc": [ "default-mobile.handlebars->9->89", - "default.handlebars->27->1638", - "default.handlebars->27->1810" + "default.handlebars->27->1649", + "default.handlebars->27->1821" ] }, { @@ -25249,7 +25300,7 @@ "zh-chs": "需要瀏覽器中的Microsoft ClickOnce支持", "zh-cht": "需要瀏覽器中的Microsoft ClickOnce支持", "xloc": [ - "default.handlebars->27->627" + "default.handlebars->27->631" ] }, { @@ -25268,8 +25319,8 @@ "zh-chs": "在瀏覽器中需要Microsoft ClickOnce支持。", "zh-cht": "在瀏覽器中需要Microsoft ClickOnce支持。", "xloc": [ - "default.handlebars->27->629", - "default.handlebars->27->631" + "default.handlebars->27->633", + "default.handlebars->27->635" ] }, { @@ -25305,7 +25356,7 @@ "zh-cht": "重啟", "xloc": [ "default-mobile.handlebars->9->262", - "default.handlebars->27->717", + "default.handlebars->27->721", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devMapToolbar" ] }, @@ -25385,7 +25436,7 @@ "zh-chs": "重置設備", "zh-cht": "重置設備", "xloc": [ - "default.handlebars->27->450" + "default.handlebars->27->454" ] }, { @@ -25423,7 +25474,7 @@ "zh-chs": "重新開始", "zh-cht": "重新開始", "xloc": [ - "default.handlebars->27->828", + "default.handlebars->27->832", "player.handlebars->p11->deskarea0->deskarea4->3" ] }, @@ -25443,7 +25494,7 @@ "zh-chs": "還原伺服器", "zh-cht": "還原伺服器", "xloc": [ - "default.handlebars->27->1260" + "default.handlebars->27->1271" ] }, { @@ -25462,7 +25513,7 @@ "zh-chs": "通過備份還原服務器", "zh-cht": "通過備份還原服務器", "xloc": [ - "default.handlebars->container->column_l->p6->p6info->p2ServerActions->3->p2ServerActionsRestore->0" + "default.handlebars->container->column_l->p6->p6info->p2ServerActions->3->p2ServerActionsRestore->1" ] }, { @@ -25481,7 +25532,7 @@ "zh-chs": "使用備份還原服務器,這將刪除現有服務器數據。僅當您知道自己在做什麼時才這樣做。", "zh-cht": "使用備份還原服務器,這將刪除現有服務器數據。僅當您知道自己在做什麼時才這樣做。", "xloc": [ - "default.handlebars->27->1257" + "default.handlebars->27->1268" ] }, { @@ -25500,7 +25551,7 @@ "zh-chs": "限制條件", "zh-cht": "限制條件", "xloc": [ - "default.handlebars->27->1734" + "default.handlebars->27->1745" ] }, { @@ -25518,7 +25569,7 @@ "zh-chs": "修羅羅馬式", "zh-cht": "修羅羅馬式", "xloc": [ - "default.handlebars->27->1142" + "default.handlebars->27->1146" ] }, { @@ -25536,7 +25587,7 @@ "zh-chs": "羅馬尼亞語", "zh-cht": "羅馬尼亞語", "xloc": [ - "default.handlebars->27->1143" + "default.handlebars->27->1147" ] }, { @@ -25554,7 +25605,7 @@ "zh-chs": "羅馬尼亞文(摩爾達維亞)", "zh-cht": "羅馬尼亞文(摩爾達維亞)", "xloc": [ - "default.handlebars->27->1144" + "default.handlebars->27->1148" ] }, { @@ -25574,8 +25625,8 @@ "xloc": [ "default-mobile.handlebars->9->107", "default-mobile.handlebars->9->294", - "default.handlebars->27->1487", - "default.handlebars->27->852" + "default.handlebars->27->1498", + "default.handlebars->27->856" ] }, { @@ -25593,8 +25644,8 @@ "zh-chs": "根證書", "zh-cht": "根證書", "xloc": [ - "default.handlebars->27->312", - "default.handlebars->27->319" + "default.handlebars->27->316", + "default.handlebars->27->323" ] }, { @@ -25612,8 +25663,8 @@ "zh-chs": "根證書文件", "zh-cht": "根證書文件", "xloc": [ - "default.handlebars->27->314", - "default.handlebars->27->321" + "default.handlebars->27->318", + "default.handlebars->27->325" ] }, { @@ -25689,7 +25740,7 @@ "zh-chs": "路由器", "zh-cht": "路由器", "xloc": [ - "default.handlebars->27->231" + "default.handlebars->27->235" ] }, { @@ -25701,9 +25752,9 @@ "zh-chs": "运行命令", "zh-cht": "運行命令", "xloc": [ - "default.handlebars->27->464", - "default.handlebars->27->715", - "default.handlebars->27->726" + "default.handlebars->27->468", + "default.handlebars->27->719", + "default.handlebars->27->730" ] }, { @@ -25715,7 +25766,7 @@ "zh-chs": "运行MeshCentral Router,然后单击\\“安装\\”以使其可从浏览器启动。", "zh-cht": "運行MeshCentral Router,然後單擊\\“安裝\\”以使其可從瀏覽器啟動。", "xloc": [ - "default.handlebars->27->759" + "default.handlebars->27->763" ] }, { @@ -25727,7 +25778,7 @@ "zh-chs": "运行命令", "zh-cht": "運行命令", "xloc": [ - "default.handlebars->27->448" + "default.handlebars->27->452" ] }, { @@ -25739,7 +25790,7 @@ "zh-chs": "在所选设备上运行命令。", "zh-cht": "在所選設備上運行命令。", "xloc": [ - "default.handlebars->27->460" + "default.handlebars->27->464" ] }, { @@ -25751,7 +25802,7 @@ "zh-chs": "在此设备上运行命令。", "zh-cht": "在此設備上運行命令。", "xloc": [ - "default.handlebars->27->723" + "default.handlebars->27->727" ] }, { @@ -25770,7 +25821,7 @@ "zh-chs": "俄語", "zh-cht": "俄語", "xloc": [ - "default.handlebars->27->1145" + "default.handlebars->27->1149" ] }, { @@ -25789,7 +25840,7 @@ "zh-chs": "俄文(摩爾達維亞)", "zh-cht": "俄文(摩爾達維亞)", "xloc": [ - "default.handlebars->27->1146" + "default.handlebars->27->1150" ] }, { @@ -25804,8 +25855,8 @@ "zh-chs": "短信", "zh-cht": "短信", "xloc": [ - "default.handlebars->27->1779", - "default.handlebars->27->1784", + "default.handlebars->27->1790", + "default.handlebars->27->1795", "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" ] @@ -25821,7 +25872,7 @@ "zh-chs": "此用户的短信功能电话号码。", "zh-cht": "此用戶的短信功能電話號碼。", "xloc": [ - "default.handlebars->27->1796" + "default.handlebars->27->1807" ] }, { @@ -25856,7 +25907,7 @@ "zh-chs": "與設備名稱相同", "zh-cht": "與設備名稱相同", "xloc": [ - "default.handlebars->27->282" + "default.handlebars->27->286" ] }, { @@ -25874,7 +25925,7 @@ "zh-chs": "薩米(拉普蘭)", "zh-cht": "薩米(拉普蘭)", "xloc": [ - "default.handlebars->27->1147" + "default.handlebars->27->1151" ] }, { @@ -25924,7 +25975,7 @@ "zh-chs": "三鄉", "zh-cht": "三鄉", "xloc": [ - "default.handlebars->27->1148" + "default.handlebars->27->1152" ] }, { @@ -25942,7 +25993,7 @@ "zh-chs": "梵文", "zh-cht": "梵文", "xloc": [ - "default.handlebars->27->1149" + "default.handlebars->27->1153" ] }, { @@ -25960,7 +26011,7 @@ "zh-chs": "撒丁島", "zh-cht": "撒丁島", "xloc": [ - "default.handlebars->27->1150" + "default.handlebars->27->1154" ] }, { @@ -26011,7 +26062,7 @@ "zh-chs": "保存節點位置", "zh-cht": "保存節點位置", "xloc": [ - "default.handlebars->27->511" + "default.handlebars->27->515" ] }, { @@ -26067,8 +26118,8 @@ "zh-chs": "掃瞄", "zh-cht": "掃瞄", "xloc": [ - "default.handlebars->27->297", - "default.handlebars->27->299" + "default.handlebars->27->301", + "default.handlebars->27->303" ] }, { @@ -26087,7 +26138,7 @@ "zh-chs": "掃描網絡", "zh-cht": "掃描網絡", "xloc": [ - "default.handlebars->27->270" + "default.handlebars->27->274" ] }, { @@ -26106,7 +26157,7 @@ "zh-chs": "掃描英特爾®AMT設備", "zh-cht": "掃描英特爾®AMT設備", "xloc": [ - "default.handlebars->27->300" + "default.handlebars->27->304" ] }, { @@ -26139,7 +26190,7 @@ "zh-chs": "掃描...", "zh-cht": "掃描...", "xloc": [ - "default.handlebars->27->301" + "default.handlebars->27->305" ] }, { @@ -26194,7 +26245,7 @@ "zh-chs": "搜索", "zh-cht": "搜索", "xloc": [ - "default.handlebars->27->524", + "default.handlebars->27->528", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devMapToolbar" ] }, @@ -26274,7 +26325,7 @@ "zh-cht": "使用TLS保護", "xloc": [ "default-mobile.handlebars->9->364", - "default.handlebars->27->940" + "default.handlebars->27->944" ] }, { @@ -26295,10 +26346,10 @@ "xloc": [ "default-mobile.handlebars->9->270", "default-mobile.handlebars->9->363", - "default.handlebars->27->1780", - "default.handlebars->27->286", - "default.handlebars->27->732", - "default.handlebars->27->939" + "default.handlebars->27->1791", + "default.handlebars->27->290", + "default.handlebars->27->736", + "default.handlebars->27->943" ] }, { @@ -26317,7 +26368,7 @@ "zh-chs": "安全密鑰", "zh-cht": "安全密鑰", "xloc": [ - "default.handlebars->27->1777" + "default.handlebars->27->1788" ] }, { @@ -26355,12 +26406,12 @@ "zh-chs": "全選", "zh-cht": "全選", "xloc": [ - "default.handlebars->27->1511", - "default.handlebars->27->1582", - "default.handlebars->27->1665", - "default.handlebars->27->442", - "default.handlebars->27->854", - "default.handlebars->27->856", + "default.handlebars->27->1522", + "default.handlebars->27->1593", + "default.handlebars->27->1676", + "default.handlebars->27->446", + "default.handlebars->27->858", + "default.handlebars->27->860", "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", @@ -26385,11 +26436,11 @@ "zh-chs": "選擇無", "zh-cht": "選擇無", "xloc": [ - "default.handlebars->27->1510", - "default.handlebars->27->1581", - "default.handlebars->27->1664", - "default.handlebars->27->441", - "default.handlebars->27->855", + "default.handlebars->27->1521", + "default.handlebars->27->1592", + "default.handlebars->27->1675", + "default.handlebars->27->445", + "default.handlebars->27->859", "default.handlebars->meshContextMenu->cxselectnone" ] }, @@ -26409,7 +26460,7 @@ "zh-chs": "為所選設備選擇一個新組", "zh-cht": "為所選設備選擇一個新組", "xloc": [ - "default.handlebars->27->746" + "default.handlebars->27->750" ] }, { @@ -26428,7 +26479,7 @@ "zh-chs": "選擇此設備的新組", "zh-cht": "選擇此設備的新組", "xloc": [ - "default.handlebars->27->745" + "default.handlebars->27->749" ] }, { @@ -26446,7 +26497,7 @@ "zh-chs": "選擇要放置的節點", "zh-cht": "選擇要放置的節點", "xloc": [ - "default.handlebars->27->527" + "default.handlebars->27->531" ] }, { @@ -26464,7 +26515,7 @@ "zh-chs": "選擇要在所有選定設備上執行的操作。僅在擁有適當權限的情況下才能執行操作。", "zh-cht": "選擇要在所有選定設備上執行的操作。僅在擁有適當權限的情況下才能執行操作。", "xloc": [ - "default.handlebars->27->445" + "default.handlebars->27->449" ] }, { @@ -26479,8 +26530,8 @@ "zh-chs": "选择要对所有选定用户执行的操作。", "zh-cht": "選擇要對所有選定用戶執行的操作。", "xloc": [ - "default.handlebars->27->1585", - "default.handlebars->27->1666" + "default.handlebars->27->1596", + "default.handlebars->27->1677" ] }, { @@ -26499,7 +26550,7 @@ "zh-cht": "選擇要在此設備上執行的操作。", "xloc": [ "default-mobile.handlebars->9->259", - "default.handlebars->27->713" + "default.handlebars->27->717" ] }, { @@ -26538,7 +26589,7 @@ "zh-cht": "僅自我事件", "xloc": [ "default-mobile.handlebars->9->442", - "default.handlebars->27->1440" + "default.handlebars->27->1451" ] }, { @@ -26572,7 +26623,7 @@ "zh-chs": "发电子邮件", "zh-cht": "發電子郵件", "xloc": [ - "default.handlebars->27->1596" + "default.handlebars->27->1607" ] }, { @@ -26591,8 +26642,8 @@ "zh-chs": "發送MQTT消息", "zh-cht": "發送MQTT消息", "xloc": [ - "default.handlebars->27->443", - "default.handlebars->27->719" + "default.handlebars->27->447", + "default.handlebars->27->723" ] }, { @@ -26611,7 +26662,7 @@ "zh-chs": "發送MQTT消息", "zh-cht": "發送MQTT消息", "xloc": [ - "default.handlebars->27->738" + "default.handlebars->27->742" ] }, { @@ -26626,7 +26677,7 @@ "zh-chs": "发送短信", "zh-cht": "發簡訊", "xloc": [ - "default.handlebars->27->1594" + "default.handlebars->27->1605" ] }, { @@ -26641,7 +26692,7 @@ "zh-chs": "发送短信给该用户", "zh-cht": "發送短信給該用戶", "xloc": [ - "default.handlebars->27->1785" + "default.handlebars->27->1796" ] }, { @@ -26653,7 +26704,7 @@ "zh-chs": "发送电子邮件给该用户", "zh-cht": "發送電子郵件給該用戶", "xloc": [ - "default.handlebars->27->1787" + "default.handlebars->27->1798" ] }, { @@ -26672,7 +26723,7 @@ "zh-chs": "向該組中的所有用戶發送通知。", "zh-cht": "向該組中的所有用戶發送通知。", "xloc": [ - "default.handlebars->27->1693" + "default.handlebars->27->1704" ] }, { @@ -26690,7 +26741,7 @@ "zh-chs": "向該用戶發送文本通知。", "zh-cht": "向該用戶發送文本通知。", "xloc": [ - "default.handlebars->27->1597" + "default.handlebars->27->1608" ] }, { @@ -26708,7 +26759,7 @@ "zh-chs": "发送电子邮件给用户", "zh-cht": "發送電子郵件給用戶", "xloc": [ - "default.handlebars->27->1577" + "default.handlebars->27->1588" ] }, { @@ -26727,7 +26778,7 @@ "zh-chs": "發送安裝鏈接", "zh-cht": "發送安裝鏈接", "xloc": [ - "default.handlebars->27->333" + "default.handlebars->27->337" ] }, { @@ -26746,7 +26797,7 @@ "zh-chs": "發送邀請電子郵件。", "zh-cht": "發送邀請電子郵件。", "xloc": [ - "default.handlebars->27->1637" + "default.handlebars->27->1648" ] }, { @@ -26816,7 +26867,7 @@ "zh-chs": "發送用戶通知", "zh-cht": "發送用戶通知", "xloc": [ - "default.handlebars->27->1789" + "default.handlebars->27->1800" ] }, { @@ -26834,7 +26885,7 @@ "zh-chs": "塞爾維亞", "zh-cht": "塞爾維亞", "xloc": [ - "default.handlebars->27->1153" + "default.handlebars->27->1157" ] }, { @@ -26853,7 +26904,7 @@ "zh-cht": "序列號", "xloc": [ "default-mobile.handlebars->9->375", - "default.handlebars->27->951" + "default.handlebars->27->955" ] }, { @@ -26872,7 +26923,7 @@ "zh-chs": "服務器備份", "zh-cht": "服務器備份", "xloc": [ - "default.handlebars->27->1647" + "default.handlebars->27->1658" ] }, { @@ -26891,7 +26942,7 @@ "zh-chs": "服務器證書", "zh-cht": "服務器證書", "xloc": [ - "default.handlebars->27->1941" + "default.handlebars->27->1952" ] }, { @@ -26910,7 +26961,7 @@ "zh-chs": "服務器數據庫", "zh-cht": "服務器數據庫", "xloc": [ - "default.handlebars->27->1942" + "default.handlebars->27->1953" ] }, { @@ -26931,11 +26982,11 @@ "xloc": [ "default-mobile.handlebars->9->421", "default-mobile.handlebars->9->434", - "default.handlebars->27->1402", - "default.handlebars->27->1431", - "default.handlebars->27->1644", - "default.handlebars->27->665", - "default.handlebars->27->684" + "default.handlebars->27->1413", + "default.handlebars->27->1442", + "default.handlebars->27->1655", + "default.handlebars->27->669", + "default.handlebars->27->688" ] }, { @@ -26954,8 +27005,8 @@ "zh-chs": "服務器權限", "zh-cht": "服務器權限", "xloc": [ - "default.handlebars->27->1569", - "default.handlebars->27->1658" + "default.handlebars->27->1580", + "default.handlebars->27->1669" ] }, { @@ -26974,7 +27025,7 @@ "zh-chs": "服務器配額", "zh-cht": "服務器配額", "xloc": [ - "default.handlebars->27->1751" + "default.handlebars->27->1762" ] }, { @@ -26993,7 +27044,7 @@ "zh-chs": "服務器還原", "zh-cht": "服務器還原", "xloc": [ - "default.handlebars->27->1648" + "default.handlebars->27->1659" ] }, { @@ -27012,7 +27063,7 @@ "zh-chs": "服務器權限", "zh-cht": "服務器權限", "xloc": [ - "default.handlebars->27->1750" + "default.handlebars->27->1761" ] }, { @@ -27031,7 +27082,7 @@ "zh-chs": "服務器狀態", "zh-cht": "服務器狀態", "xloc": [ - "default.handlebars->27->1889" + "default.handlebars->27->1900" ] }, { @@ -27068,7 +27119,7 @@ "zh-chs": "服務器跟踪", "zh-cht": "服務器跟踪", "xloc": [ - "default.handlebars->27->1952" + "default.handlebars->27->1963" ] }, { @@ -27087,7 +27138,7 @@ "zh-chs": "服務器更新", "zh-cht": "服務器更新", "xloc": [ - "default.handlebars->27->1649" + "default.handlebars->27->1660" ] }, { @@ -27222,7 +27273,7 @@ "zh-chs": "ServerStats.csv", "zh-cht": "ServerStats.csv", "xloc": [ - "default.handlebars->27->1933" + "default.handlebars->27->1944" ] }, { @@ -27241,7 +27292,7 @@ "zh-chs": "服務詳情", "zh-cht": "服務詳情", "xloc": [ - "default.handlebars->27->829" + "default.handlebars->27->833" ] }, { @@ -27272,7 +27323,7 @@ "zh-chs": "届会", "zh-cht": "屆會", "xloc": [ - "default.handlebars->27->1853" + "default.handlebars->27->1864" ] }, { @@ -27284,7 +27335,7 @@ "zh-chs": "会议信息", "zh-cht": "會議信息", "xloc": [ - "default.handlebars->27->802", + "default.handlebars->27->806", "desktop.handlebars->3->19" ] }, @@ -27337,7 +27388,7 @@ "zh-cht": "屆會", "xloc": [ "default-mobile.handlebars->9->176", - "default.handlebars->27->256" + "default.handlebars->27->260" ] }, { @@ -27348,7 +27399,7 @@ "zh-chs": "设置标签", "zh-cht": "設置標籤", "xloc": [ - "default.handlebars->27->468" + "default.handlebars->27->472" ] }, { @@ -27387,7 +27438,7 @@ "zh-chs": "設定文件", "zh-cht": "設定文件", "xloc": [ - "default.handlebars->27->386" + "default.handlebars->27->390" ] }, { @@ -27425,7 +27476,7 @@ "zh-chs": "設置CIRA", "zh-cht": "設置CIRA", "xloc": [ - "default.handlebars->27->307" + "default.handlebars->27->311" ] }, { @@ -27444,7 +27495,7 @@ "zh-chs": "設定方法", "zh-cht": "設定方法", "xloc": [ - "default.handlebars->27->305" + "default.handlebars->27->309" ] }, { @@ -27465,9 +27516,9 @@ "xloc": [ "default-mobile.handlebars->9->3", "default.handlebars->27->10", - "default.handlebars->27->234", - "default.handlebars->27->237", - "default.handlebars->27->263", + "default.handlebars->27->238", + "default.handlebars->27->241", + "default.handlebars->27->267", "desktop.handlebars->3->3", "xterm.handlebars->9->3" ] @@ -27480,7 +27531,7 @@ "zh-chs": "分享", "zh-cht": "分享", "xloc": [ - "default.handlebars->27->613" + "default.handlebars->27->617" ] }, { @@ -27492,7 +27543,7 @@ "zh-cht": "共享設備", "xloc": [ "default.handlebars->27->193", - "default.handlebars->27->712" + "default.handlebars->27->716" ] }, { @@ -27530,7 +27581,7 @@ "zh-chs": "共享過程", "zh-cht": "共享過程", "xloc": [ - "default.handlebars->27->823" + "default.handlebars->27->827" ] }, { @@ -27661,7 +27712,7 @@ "zh-cht": "只顯示自己的事件", "xloc": [ "default-mobile.handlebars->9->424", - "default.handlebars->27->1405" + "default.handlebars->27->1416" ] }, { @@ -27680,7 +27731,7 @@ "zh-chs": "顯示連接工具欄", "zh-cht": "顯示連接工具欄", "xloc": [ - "default.handlebars->27->1368" + "default.handlebars->27->1379" ] }, { @@ -27698,7 +27749,7 @@ "zh-chs": "顯示設備位置信息", "zh-cht": "顯示設備位置信息", "xloc": [ - "default.handlebars->27->621" + "default.handlebars->27->625" ] }, { @@ -27717,7 +27768,7 @@ "zh-chs": "顯示設備網絡接口信息", "zh-cht": "顯示設備網絡接口信息", "xloc": [ - "default.handlebars->27->619" + "default.handlebars->27->623" ] }, { @@ -27746,8 +27797,8 @@ "zh-chs": "显示1分钟", "zh-cht": "顯示1分鐘", "xloc": [ - "default.handlebars->27->1600", - "default.handlebars->27->1623" + "default.handlebars->27->1611", + "default.handlebars->27->1634" ] }, { @@ -27758,8 +27809,8 @@ "zh-chs": "放映10秒", "zh-cht": "放映10秒", "xloc": [ - "default.handlebars->27->1599", - "default.handlebars->27->1622" + "default.handlebars->27->1610", + "default.handlebars->27->1633" ] }, { @@ -27770,8 +27821,8 @@ "zh-chs": "显示5分钟", "zh-cht": "顯示5分鐘", "xloc": [ - "default.handlebars->27->1601", - "default.handlebars->27->1624" + "default.handlebars->27->1612", + "default.handlebars->27->1635" ] }, { @@ -27782,8 +27833,8 @@ "zh-chs": "显示消息,直到被用户拒绝", "zh-cht": "顯示消息,直到被用戶拒絕", "xloc": [ - "default.handlebars->27->1598", - "default.handlebars->27->1621" + "default.handlebars->27->1609", + "default.handlebars->27->1632" ] }, { @@ -27802,7 +27853,7 @@ "zh-chs": "顯示服務器錯誤日誌", "zh-cht": "顯示服務器錯誤日誌", "xloc": [ - "default.handlebars->container->column_l->p6->p6info->p2ServerActions->3->p2ServerActionsErrors->0" + "default.handlebars->container->column_l->p6->p6info->p2ServerActions->3->p2ServerActionsErrors->1" ] }, { @@ -27912,8 +27963,8 @@ "zh-chs": "簡單管理員控制模式(ACM)", "zh-cht": "簡單管理員控制模式(ACM)", "xloc": [ - "default.handlebars->27->1306", - "default.handlebars->27->1329" + "default.handlebars->27->1317", + "default.handlebars->27->1340" ] }, { @@ -27932,9 +27983,9 @@ "zh-chs": "簡單客戶端控制模式(CCM)", "zh-cht": "簡單客戶端控制模式(CCM)", "xloc": [ - "default.handlebars->27->1304", - "default.handlebars->27->1332", - "default.handlebars->27->1336" + "default.handlebars->27->1315", + "default.handlebars->27->1343", + "default.handlebars->27->1347" ] }, { @@ -27952,7 +28003,7 @@ "zh-chs": "信地", "zh-cht": "信地", "xloc": [ - "default.handlebars->27->1151" + "default.handlebars->27->1155" ] }, { @@ -27970,7 +28021,7 @@ "zh-chs": "僧伽羅語", "zh-cht": "僧伽羅語", "xloc": [ - "default.handlebars->27->1152" + "default.handlebars->27->1156" ] }, { @@ -28002,8 +28053,8 @@ "zh-chs": "尺寸", "zh-cht": "尺寸", "xloc": [ - "default.handlebars->27->1856", - "default.handlebars->27->1871", + "default.handlebars->27->1867", + "default.handlebars->27->1882", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSize" ] }, @@ -28023,7 +28074,7 @@ "zh-chs": "尺寸:100%", "zh-cht": "尺寸:100%", "xloc": [ - "default.handlebars->27->883" + "default.handlebars->27->887" ] }, { @@ -28042,7 +28093,7 @@ "zh-chs": "尺寸:125%", "zh-cht": "尺寸:125%", "xloc": [ - "default.handlebars->27->884" + "default.handlebars->27->888" ] }, { @@ -28061,7 +28112,7 @@ "zh-chs": "尺寸:150%", "zh-cht": "尺寸:150%", "xloc": [ - "default.handlebars->27->885" + "default.handlebars->27->889" ] }, { @@ -28080,7 +28131,7 @@ "zh-chs": "尺寸:200%", "zh-cht": "尺寸:200%", "xloc": [ - "default.handlebars->27->886" + "default.handlebars->27->890" ] }, { @@ -28105,7 +28156,7 @@ "default.handlebars->27->2", "default.handlebars->27->3", "default.handlebars->27->4", - "default.handlebars->27->716" + "default.handlebars->27->720" ] }, { @@ -28123,7 +28174,7 @@ "zh-chs": "睡眠裝置", "zh-cht": "睡眠裝置", "xloc": [ - "default.handlebars->27->449" + "default.handlebars->27->453" ] }, { @@ -28143,8 +28194,8 @@ "xloc": [ "default-mobile.handlebars->9->186", "default-mobile.handlebars->9->187", - "default.handlebars->27->412", - "default.handlebars->27->414" + "default.handlebars->27->416", + "default.handlebars->27->418" ] }, { @@ -28162,7 +28213,7 @@ "zh-chs": "斯洛伐克文", "zh-cht": "斯洛伐克文", "xloc": [ - "default.handlebars->27->1154" + "default.handlebars->27->1158" ] }, { @@ -28180,7 +28231,7 @@ "zh-chs": "斯洛文尼亞文", "zh-cht": "斯洛文尼亞文", "xloc": [ - "default.handlebars->27->1155" + "default.handlebars->27->1159" ] }, { @@ -28239,7 +28290,7 @@ "zh-chs": "小焦點", "zh-cht": "小焦點", "xloc": [ - "default.handlebars->27->808" + "default.handlebars->27->812" ] }, { @@ -28257,7 +28308,7 @@ "zh-chs": "軟斷開劑", "zh-cht": "軟斷開劑", "xloc": [ - "default.handlebars->27->981" + "default.handlebars->27->985" ] }, { @@ -28276,7 +28327,7 @@ "zh-cht": "軟關", "xloc": [ "default-mobile.handlebars->9->190", - "default.handlebars->27->420" + "default.handlebars->27->424" ] }, { @@ -28312,7 +28363,7 @@ "zh-chs": "索馬尼", "zh-cht": "索馬尼", "xloc": [ - "default.handlebars->27->1156" + "default.handlebars->27->1160" ] }, { @@ -28330,7 +28381,7 @@ "zh-chs": "索比亞人", "zh-cht": "索比亞人", "xloc": [ - "default.handlebars->27->1157" + "default.handlebars->27->1161" ] }, { @@ -28474,7 +28525,7 @@ "zh-chs": "西班牙文", "zh-cht": "西班牙文", "xloc": [ - "default.handlebars->27->1158" + "default.handlebars->27->1162" ] }, { @@ -28493,7 +28544,7 @@ "zh-chs": "西班牙文(阿根廷)", "zh-cht": "西班牙文(阿根廷)", "xloc": [ - "default.handlebars->27->1159" + "default.handlebars->27->1163" ] }, { @@ -28512,7 +28563,7 @@ "zh-chs": "西班牙語(玻利維亞)", "zh-cht": "西班牙語(玻利維亞)", "xloc": [ - "default.handlebars->27->1160" + "default.handlebars->27->1164" ] }, { @@ -28531,7 +28582,7 @@ "zh-chs": "西班牙語(智利)", "zh-cht": "西班牙語(智利)", "xloc": [ - "default.handlebars->27->1161" + "default.handlebars->27->1165" ] }, { @@ -28550,7 +28601,7 @@ "zh-chs": "西班牙語(哥倫比亞)", "zh-cht": "西班牙語(哥倫比亞)", "xloc": [ - "default.handlebars->27->1162" + "default.handlebars->27->1166" ] }, { @@ -28569,7 +28620,7 @@ "zh-chs": "西班牙語(哥斯達黎加)", "zh-cht": "西班牙語(哥斯達黎加)", "xloc": [ - "default.handlebars->27->1163" + "default.handlebars->27->1167" ] }, { @@ -28588,7 +28639,7 @@ "zh-chs": "西班牙語(多米尼加共和國)", "zh-cht": "西班牙語(多米尼加共和國)", "xloc": [ - "default.handlebars->27->1164" + "default.handlebars->27->1168" ] }, { @@ -28607,7 +28658,7 @@ "zh-chs": "西班牙語(厄瓜多爾)", "zh-cht": "西班牙語(厄瓜多爾)", "xloc": [ - "default.handlebars->27->1165" + "default.handlebars->27->1169" ] }, { @@ -28626,7 +28677,7 @@ "zh-chs": "西班牙語(薩爾瓦多)", "zh-cht": "西班牙語(薩爾瓦多)", "xloc": [ - "default.handlebars->27->1166" + "default.handlebars->27->1170" ] }, { @@ -28645,7 +28696,7 @@ "zh-chs": "西班牙語(危地馬拉)", "zh-cht": "西班牙語(危地馬拉)", "xloc": [ - "default.handlebars->27->1167" + "default.handlebars->27->1171" ] }, { @@ -28664,7 +28715,7 @@ "zh-chs": "西班牙語(洪都拉斯)", "zh-cht": "西班牙語(洪都拉斯)", "xloc": [ - "default.handlebars->27->1168" + "default.handlebars->27->1172" ] }, { @@ -28683,7 +28734,7 @@ "zh-chs": "西班牙語(墨西哥)", "zh-cht": "西班牙語(墨西哥)", "xloc": [ - "default.handlebars->27->1169" + "default.handlebars->27->1173" ] }, { @@ -28702,7 +28753,7 @@ "zh-chs": "西班牙語(尼加拉瓜)", "zh-cht": "西班牙語(尼加拉瓜)", "xloc": [ - "default.handlebars->27->1170" + "default.handlebars->27->1174" ] }, { @@ -28721,7 +28772,7 @@ "zh-chs": "西班牙語(巴拿馬)", "zh-cht": "西班牙語(巴拿馬)", "xloc": [ - "default.handlebars->27->1171" + "default.handlebars->27->1175" ] }, { @@ -28740,7 +28791,7 @@ "zh-chs": "西班牙語(巴拉圭)", "zh-cht": "西班牙語(巴拉圭)", "xloc": [ - "default.handlebars->27->1172" + "default.handlebars->27->1176" ] }, { @@ -28759,7 +28810,7 @@ "zh-chs": "西班牙語(秘魯)", "zh-cht": "西班牙語(秘魯)", "xloc": [ - "default.handlebars->27->1173" + "default.handlebars->27->1177" ] }, { @@ -28778,7 +28829,7 @@ "zh-chs": "西班牙語(波多黎各)", "zh-cht": "西班牙語(波多黎各)", "xloc": [ - "default.handlebars->27->1174" + "default.handlebars->27->1178" ] }, { @@ -28797,7 +28848,7 @@ "zh-chs": "西班牙語(西班牙)", "zh-cht": "西班牙語(西班牙)", "xloc": [ - "default.handlebars->27->1175" + "default.handlebars->27->1179" ] }, { @@ -28816,7 +28867,7 @@ "zh-chs": "西班牙語(烏拉圭)", "zh-cht": "西班牙語(烏拉圭)", "xloc": [ - "default.handlebars->27->1176" + "default.handlebars->27->1180" ] }, { @@ -28835,7 +28886,7 @@ "zh-chs": "西班牙語(委內瑞拉)", "zh-cht": "西班牙語(委內瑞拉)", "xloc": [ - "default.handlebars->27->1177" + "default.handlebars->27->1181" ] }, { @@ -28889,7 +28940,7 @@ "zh-chs": "開始", "zh-cht": "開始", "xloc": [ - "default.handlebars->27->826" + "default.handlebars->27->830" ] }, { @@ -28910,9 +28961,9 @@ "zh-chs": "开始时间", "zh-cht": "開始時間", "xloc": [ - "default.handlebars->27->1854", - "default.handlebars->27->1873", - "default.handlebars->27->798", + "default.handlebars->27->1865", + "default.handlebars->27->1884", + "default.handlebars->27->802", "desktop.handlebars->3->15" ] }, @@ -28932,7 +28983,7 @@ "zh-chs": "州", "zh-cht": "州", "xloc": [ - "default.handlebars->27->817", + "default.handlebars->27->821", "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsServiceTab->deskToolsServiceHeader->1" ] }, @@ -28971,8 +29022,8 @@ "zh-chs": "狀態", "zh-cht": "狀態", "xloc": [ - "default.handlebars->27->1803", - "default.handlebars->27->1866", + "default.handlebars->27->1814", + "default.handlebars->27->1877", "default.handlebars->container->column_l->p42->p42tbl->1->0->7" ] }, @@ -28992,7 +29043,7 @@ "zh-chs": "停止", "zh-cht": "停止", "xloc": [ - "default.handlebars->27->827" + "default.handlebars->27->831" ] }, { @@ -29010,7 +29061,7 @@ "zh-chs": "停止程序", "zh-cht": "停止程序", "xloc": [ - "default.handlebars->27->814" + "default.handlebars->27->818" ] }, { @@ -29030,7 +29081,7 @@ "zh-cht": "停止進程#{0} \\“ {1} \\”?", "xloc": [ "default-mobile.handlebars->9->290", - "default.handlebars->27->833", + "default.handlebars->27->837", "desktop.handlebars->3->26" ] }, @@ -29047,7 +29098,7 @@ "zh-cht": "存儲", "xloc": [ "default-mobile.handlebars->9->389", - "default.handlebars->27->965" + "default.handlebars->27->969" ] }, { @@ -29085,7 +29136,7 @@ "zh-chs": "儲存空間超過", "zh-cht": "儲存空間超過", "xloc": [ - "default.handlebars->27->1491" + "default.handlebars->27->1502" ] }, { @@ -29104,7 +29155,7 @@ "zh-chs": "強大", "zh-cht": "強大", "xloc": [ - "default.handlebars->27->1250" + "default.handlebars->27->1254" ] }, { @@ -29138,7 +29189,7 @@ "zh-chs": "学科", "zh-cht": "學科", "xloc": [ - "default.handlebars->27->1595" + "default.handlebars->27->1606" ] }, { @@ -29232,7 +29283,7 @@ "zh-chs": "蘇圖", "zh-cht": "蘇圖", "xloc": [ - "default.handlebars->27->1178" + "default.handlebars->27->1182" ] }, { @@ -29250,7 +29301,7 @@ "zh-chs": "斯瓦希里語", "zh-cht": "斯瓦希里語", "xloc": [ - "default.handlebars->27->1179" + "default.handlebars->27->1183" ] }, { @@ -29269,7 +29320,7 @@ "zh-chs": "瑞典", "zh-cht": "瑞典", "xloc": [ - "default.handlebars->27->1180" + "default.handlebars->27->1184" ] }, { @@ -29288,7 +29339,7 @@ "zh-chs": "瑞典語(芬蘭)", "zh-cht": "瑞典語(芬蘭)", "xloc": [ - "default.handlebars->27->1181" + "default.handlebars->27->1185" ] }, { @@ -29307,7 +29358,7 @@ "zh-chs": "瑞典文(瑞典)", "zh-cht": "瑞典文(瑞典)", "xloc": [ - "default.handlebars->27->1182" + "default.handlebars->27->1186" ] }, { @@ -29325,7 +29376,7 @@ "zh-chs": "將服務器設備名稱同步到主機名", "zh-cht": "將服務器設備名稱同步到主機名", "xloc": [ - "default.handlebars->27->1376" + "default.handlebars->27->1387" ] }, { @@ -29335,7 +29386,7 @@ "zh-chs": "系统类型", "zh-cht": "系統類型", "xloc": [ - "default.handlebars->27->372" + "default.handlebars->27->376" ] }, { @@ -29347,7 +29398,7 @@ "zh-cht": "TCP路由", "xloc": [ "default-mobile.handlebars->9->170", - "default.handlebars->27->250" + "default.handlebars->27->254" ] }, { @@ -29428,7 +29479,7 @@ "zh-cht": "TLS", "xloc": [ "default-mobile.handlebars->9->232", - "default.handlebars->27->562" + "default.handlebars->27->566" ] }, { @@ -29447,7 +29498,7 @@ "zh-cht": "未設置TLS", "xloc": [ "default-mobile.handlebars->9->365", - "default.handlebars->27->941" + "default.handlebars->27->945" ] }, { @@ -29466,8 +29517,8 @@ "zh-cht": "需要TLS安全", "xloc": [ "default-mobile.handlebars->9->272", - "default.handlebars->27->288", - "default.handlebars->27->734" + "default.handlebars->27->292", + "default.handlebars->27->738" ] }, { @@ -29504,8 +29555,8 @@ "zh-chs": "標籤1,標籤2,標籤3", "zh-cht": "標籤1,標籤2,標籤3", "xloc": [ - "default.handlebars->27->471", - "default.handlebars->27->788" + "default.handlebars->27->475", + "default.handlebars->27->792" ] }, { @@ -29526,8 +29577,8 @@ "default-mobile.handlebars->9->246", "default-mobile.handlebars->9->247", "default-mobile.handlebars->9->281", - "default.handlebars->27->470", - "default.handlebars->27->787", + "default.handlebars->27->474", + "default.handlebars->27->791", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->7" ] }, @@ -29546,7 +29597,7 @@ "zh-chs": "泰米爾語", "zh-cht": "泰米爾語", "xloc": [ - "default.handlebars->27->1183" + "default.handlebars->27->1187" ] }, { @@ -29564,7 +29615,7 @@ "zh-chs": "塔塔爾族", "zh-cht": "塔塔爾族", "xloc": [ - "default.handlebars->27->1184" + "default.handlebars->27->1188" ] }, { @@ -29582,7 +29633,7 @@ "zh-chs": "泰盧加", "zh-cht": "泰盧加", "xloc": [ - "default.handlebars->27->1185" + "default.handlebars->27->1189" ] }, { @@ -29602,10 +29653,10 @@ "zh-cht": "終奌站", "xloc": [ "default-mobile.handlebars->9->164", - "default.handlebars->27->1369", - "default.handlebars->27->1860", - "default.handlebars->27->244", - "default.handlebars->27->514", + "default.handlebars->27->1380", + "default.handlebars->27->1871", + "default.handlebars->27->248", + "default.handlebars->27->518", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevTerminal", "default.handlebars->contextMenu->cxterminal" ] @@ -29644,9 +29695,9 @@ "zh-chs": "終端通知", "zh-cht": "終端通知", "xloc": [ - "default.handlebars->27->1289", - "default.handlebars->27->1769", - "default.handlebars->27->586" + "default.handlebars->27->1300", + "default.handlebars->27->1780", + "default.handlebars->27->590" ] }, { @@ -29664,9 +29715,9 @@ "zh-chs": "終端提示", "zh-cht": "終端提示", "xloc": [ - "default.handlebars->27->1288", - "default.handlebars->27->1768", - "default.handlebars->27->585" + "default.handlebars->27->1299", + "default.handlebars->27->1779", + "default.handlebars->27->589" ] }, { @@ -29726,7 +29777,7 @@ "zh-chs": "泰國", "zh-cht": "泰國", "xloc": [ - "default.handlebars->27->1186" + "default.handlebars->27->1190" ] }, { @@ -29764,7 +29815,7 @@ "zh-chs": "該計算機所屬的設備組的名稱", "zh-cht": "該計算機所屬的設備組的名稱", "xloc": [ - "default.handlebars->27->541" + "default.handlebars->27->545" ] }, { @@ -29783,7 +29834,7 @@ "zh-chs": "該計算機所屬的設備組的名稱。", "zh-cht": "該計算機所屬的設備組的名稱。", "xloc": [ - "default.handlebars->27->539" + "default.handlebars->27->543" ] }, { @@ -29802,8 +29853,8 @@ "zh-chs": "在操作系統中設置的此計算機的名稱", "zh-cht": "在操作系統中設置的此計算機的名稱", "xloc": [ - "default.handlebars->27->542", - "default.handlebars->27->544" + "default.handlebars->27->546", + "default.handlebars->27->548" ] }, { @@ -29821,7 +29872,7 @@ "zh-chs": "目前沒有任何通知", "zh-cht": "目前沒有任何通知", "xloc": [ - "default.handlebars->27->1881" + "default.handlebars->27->1892" ] }, { @@ -29876,7 +29927,7 @@ "zh-cht": "此帳戶無權創建新的設備組。", "xloc": [ "default-mobile.handlebars->9->92", - "default.handlebars->27->1236" + "default.handlebars->27->1240" ] }, { @@ -29887,7 +29938,7 @@ "zh-chs": "这是具有图形用户界面的OS上的可执行文件。您需要'chmod + x meshagent'并运行此文件。", "zh-cht": "這是具有圖形用戶界面的OS上的可執行文件。您需要'chmod + x meshagent'並運行此文件。", "xloc": [ - "default.handlebars->27->402" + "default.handlebars->27->406" ] }, { @@ -29931,7 +29982,7 @@ "zh-chs": "這不是安全的策略,因為代理將執行激活。", "zh-cht": "這不是安全的策略,因為代理將執行激活。", "xloc": [ - "default.handlebars->27->1354" + "default.handlebars->27->1365" ] }, { @@ -29969,7 +30020,7 @@ "zh-chs": "該策略不會影響採用ACM模式的英特爾®AMT的設備。", "zh-cht": "該策略不會影響採用ACM模式的英特爾®AMT的設備。", "xloc": [ - "default.handlebars->27->1353" + "default.handlebars->27->1364" ] }, { @@ -30039,7 +30090,7 @@ "zh-chs": "这会将条目添加到该设备的事件日志中。", "zh-cht": "這會將條目添加到該設備的事件日誌中。", "xloc": [ - "default.handlebars->27->692" + "default.handlebars->27->696" ] }, { @@ -30072,7 +30123,7 @@ "zh-chs": "這不會從服務器上刪除設備,但是設備將不再能夠連接到服務器。對設備的所有遠程訪問都將丟失。必須連接設備,此命令才能起作用。", "zh-cht": "這不會從服務器上刪除設備,但是設備將不再能夠連接到服務器。對設備的所有遠程訪問都將丟失。必須連接設備,此命令才能起作用。", "xloc": [ - "default.handlebars->27->741" + "default.handlebars->27->745" ] }, { @@ -30090,7 +30141,7 @@ "zh-chs": "這不會將該設備從服務器上刪除,但是該設備將不再能夠連接到服務器。對設備的所有遠程訪問都將丟失。必須連接設備,此命令才能起作用。", "zh-cht": "這不會從服務器上刪除該設備,但是該設備將不再能夠連接到服務器。對設備的所有遠程訪問都將丟失。必須連接設備,此命令才能起作用。", "xloc": [ - "default.handlebars->27->742" + "default.handlebars->27->746" ] }, { @@ -30108,7 +30159,7 @@ "zh-chs": "蒂格雷", "zh-cht": "蒂格雷", "xloc": [ - "default.handlebars->27->1187" + "default.handlebars->27->1191" ] }, { @@ -30139,7 +30190,7 @@ "zh-chs": "时间跨度", "zh-cht": "時間跨度", "xloc": [ - "default.handlebars->27->1534" + "default.handlebars->27->1545" ] }, { @@ -30151,7 +30202,7 @@ "zh-chs": "超时", "zh-cht": "超時", "xloc": [ - "default.handlebars->27->793", + "default.handlebars->27->797", "desktop.handlebars->3->10" ] }, @@ -30170,7 +30221,7 @@ "zh-chs": "要將計算機添加到{0},請運行以下命令。需要根憑證。", "zh-cht": "要將計算機添加到{0},請運行以下命令。需要根憑據。", "xloc": [ - "default.handlebars->27->388" + "default.handlebars->27->392" ] }, { @@ -30188,7 +30239,7 @@ "zh-chs": "要將新的英特爾®AMT設備添加到具有CIRA的設備組“ {0} ”中,請下載以下腳本文件,並使用 MeshCommander 來運行腳本來配置計算機。", "zh-cht": "要將新的英特爾®AMT設備添加到具有CIRA的設備組“ {0} ”中,請下載以下腳本文件並使用 MeshCommander 來運行腳本來配置計算機。", "xloc": [ - "default.handlebars->27->306" + "default.handlebars->27->310" ] }, { @@ -30206,7 +30257,7 @@ "zh-chs": "要將新的英特爾®AMT設備添加到具有CIRA的設備組“ {0} ”,請在英特爾AMT中將以下證書作為受信任的根加載", "zh-cht": "要將新的英特爾®AMT設備添加到具有CIRA的設備組“ {0} ”,請在英特爾AMT中將以下證書作為受信任的根加載", "xloc": [ - "default.handlebars->27->309" + "default.handlebars->27->313" ] }, { @@ -30224,7 +30275,7 @@ "zh-chs": "要將新的英特爾®AMT設備添加到具有CIRA的設備組“ {0} ”中,請將以下證書作為受信任的根加載到英特爾AMT中,使用具有以下通用名稱的客戶端證書進行身份驗證並連接到以下服務器。", "zh-cht": "要將新的英特爾®AMT設備添加到具有CIRA的設備組“ {0} ”,請在英特爾AMT中將以下證書作為受信任的根加載,使用具有以下通用名稱的客戶端證書進行身份驗證並連接到以下服務器。", "xloc": [ - "default.handlebars->27->318" + "default.handlebars->27->322" ] }, { @@ -30242,7 +30293,7 @@ "zh-chs": "要將新計算機添加到設備組“ {0} ”,請下載網狀代理並安裝該計算機以進行管理。該代理中嵌入了服務器和設備組信息。", "zh-cht": "要將新計算機添加到設備組“ {0} ”,請下載網狀代理並安裝該計算機以進行管理。該代理中嵌入了服務器和設備組信息。", "xloc": [ - "default.handlebars->27->377" + "default.handlebars->27->381" ] }, { @@ -30260,7 +30311,7 @@ "zh-chs": "要將新計算機添加到設備組“ {0} ”,請下載網狀代理並安裝該計算機以進行管理。該代理安裝程序中嵌入了服務器和設備組信息。", "zh-cht": "要將新計算機添加到設備組“ {0} ”,請下載網狀代理並安裝該計算機以進行管理。該代理安裝程序中嵌入了服務器和設備組信息。", "xloc": [ - "default.handlebars->27->390" + "default.handlebars->27->394" ] }, { @@ -30278,7 +30329,7 @@ "zh-chs": "要刪除此帳戶,請在下面的兩個框中鍵入帳戶密碼,然後單擊確定。", "zh-cht": "要刪除此帳戶,請在下面的兩個框中鍵入帳戶密碼,然後單擊確定。", "xloc": [ - "default.handlebars->27->1223" + "default.handlebars->27->1227" ] }, { @@ -30367,7 +30418,7 @@ "zh-chs": "要刪除網格代理,請下載以下文件,運行並單擊“卸載”。", "zh-cht": "要刪除網格代理,請下載以下文件,運行該文件,然後單擊“卸載”。", "xloc": [ - "default.handlebars->27->394" + "default.handlebars->27->398" ] }, { @@ -30385,7 +30436,7 @@ "zh-chs": "要刪除網格代理,請運行以下命令。需要根憑證。", "zh-cht": "要刪除網格代理,請運行以下命令。需要根憑據。", "xloc": [ - "default.handlebars->27->401" + "default.handlebars->27->405" ] }, { @@ -30665,7 +30716,7 @@ "zh-chs": "話題", "zh-cht": "話題", "xloc": [ - "default.handlebars->27->736" + "default.handlebars->27->740" ] }, { @@ -30721,7 +30772,7 @@ "zh-chs": "用於通過此服務器連接到設備的流量路由器", "zh-cht": "用於通過此服務器連接到設備的流量路由器", "xloc": [ - "default.handlebars->27->623" + "default.handlebars->27->627" ] }, { @@ -30757,7 +30808,7 @@ "zh-chs": "特松加", "zh-cht": "特松加", "xloc": [ - "default.handlebars->27->1188" + "default.handlebars->27->1192" ] }, { @@ -30775,7 +30826,7 @@ "zh-chs": "茨瓦納", "zh-cht": "茨瓦納", "xloc": [ - "default.handlebars->27->1189" + "default.handlebars->27->1193" ] }, { @@ -30794,7 +30845,7 @@ "zh-chs": "土耳其", "zh-cht": "土耳其", "xloc": [ - "default.handlebars->27->1190" + "default.handlebars->27->1194" ] }, { @@ -30812,7 +30863,7 @@ "zh-chs": "土庫曼人", "zh-cht": "土庫曼人", "xloc": [ - "default.handlebars->27->1191" + "default.handlebars->27->1195" ] }, { @@ -30852,11 +30903,11 @@ "xloc": [ "default-mobile.handlebars->9->397", "default-mobile.handlebars->9->98", - "default.handlebars->27->1243", - "default.handlebars->27->1276", - "default.handlebars->27->1330", - "default.handlebars->27->1333", - "default.handlebars->27->824", + "default.handlebars->27->1247", + "default.handlebars->27->1287", + "default.handlebars->27->1341", + "default.handlebars->27->1344", + "default.handlebars->27->828", "default.handlebars->container->column_l->p11->deskarea0->deskarea4->3", "desktop.handlebars->p11->deskarea0->deskarea4->3" ] @@ -30876,7 +30927,7 @@ "zh-chs": "輸入密鑰名稱,選擇OTP框,然後按YubiKey™上的按鈕。", "zh-cht": "輸入密鑰名稱,選擇OTP框,然後按YubiKey™上的按鈕。", "xloc": [ - "default.handlebars->27->1000" + "default.handlebars->27->1004" ] }, { @@ -30894,7 +30945,7 @@ "zh-chs": "輸入要添加的密鑰的名稱。", "zh-cht": "輸入要添加的密鑰的名稱。", "xloc": [ - "default.handlebars->27->997" + "default.handlebars->27->1001" ] }, { @@ -30906,7 +30957,7 @@ "zh-cht": "UDP路由", "xloc": [ "default-mobile.handlebars->9->173", - "default.handlebars->27->253" + "default.handlebars->27->257" ] }, { @@ -30924,7 +30975,7 @@ "zh-chs": "UTF8終端", "zh-cht": "UTF8終端", "xloc": [ - "default.handlebars->27->837" + "default.handlebars->27->841" ] }, { @@ -30943,7 +30994,7 @@ "zh-chs": "烏克蘭", "zh-cht": "烏克蘭", "xloc": [ - "default.handlebars->27->1192" + "default.handlebars->27->1196" ] }, { @@ -30961,8 +31012,8 @@ "zh-chs": "在驗證電子郵件地址之前,無法訪問設備。這是密碼恢復所必需的。轉到“我的帳戶”標籤以更改和驗證電子郵件地址。", "zh-cht": "在驗證電子郵件地址之前,無法訪問設備。這是密碼恢復所必需的。轉到“我的帳戶”標籤以更改和驗證電子郵件地址。", "xloc": [ - "default.handlebars->27->1238", - "default.handlebars->27->530" + "default.handlebars->27->1242", + "default.handlebars->27->534" ] }, { @@ -31018,8 +31069,8 @@ "zh-chs": "在啟用兩因素身份驗證之前,無法訪問設備。這是額外的安全性所必需的。轉到“我的帳戶”標籤,然後查看“帳戶安全性”部分。", "zh-cht": "在啟用兩因素身份驗證之前,無法訪問設備。這是額外的安全性所必需的。轉到“我的帳戶”標籤,然後查看“帳戶安全性”部分。", "xloc": [ - "default.handlebars->27->1240", - "default.handlebars->27->532" + "default.handlebars->27->1244", + "default.handlebars->27->536" ] }, { @@ -31134,9 +31185,9 @@ "zh-cht": "卸載", "xloc": [ "default-mobile.handlebars->9->444", - "default.handlebars->27->1442", - "default.handlebars->27->670", - "default.handlebars->27->689" + "default.handlebars->27->1453", + "default.handlebars->27->674", + "default.handlebars->27->693" ] }, { @@ -31156,9 +31207,9 @@ "zh-cht": "卸載代理", "xloc": [ "default-mobile.handlebars->9->426", - "default.handlebars->27->1407", - "default.handlebars->27->444", - "default.handlebars->27->720" + "default.handlebars->27->1418", + "default.handlebars->27->448", + "default.handlebars->27->724" ] }, { @@ -31177,7 +31228,7 @@ "zh-chs": "卸載代理", "zh-cht": "卸載代理", "xloc": [ - "default.handlebars->27->744" + "default.handlebars->27->748" ] }, { @@ -31207,17 +31258,17 @@ "default.handlebars->27->109", "default.handlebars->27->111", "default.handlebars->27->113", - "default.handlebars->27->1263", - "default.handlebars->27->1264", + "default.handlebars->27->1274", + "default.handlebars->27->1275", "default.handlebars->27->13", - "default.handlebars->27->1843", - "default.handlebars->27->1858", - "default.handlebars->27->1859", + "default.handlebars->27->1854", + "default.handlebars->27->1869", + "default.handlebars->27->1870", "default.handlebars->27->41", "default.handlebars->27->42", - "default.handlebars->27->440", - "default.handlebars->27->931", - "default.handlebars->27->938" + "default.handlebars->27->444", + "default.handlebars->27->935", + "default.handlebars->27->942" ] }, { @@ -31237,7 +31288,7 @@ "zh-cht": "未知#{0}", "xloc": [ "default-mobile.handlebars->9->391", - "default.handlebars->27->1270" + "default.handlebars->27->1281" ] }, { @@ -31256,7 +31307,7 @@ "zh-chs": "未知動作", "zh-cht": "未知動作", "xloc": [ - "default.handlebars->27->1895" + "default.handlebars->27->1906" ] }, { @@ -31275,8 +31326,8 @@ "zh-chs": "未知設備", "zh-cht": "未知設備", "xloc": [ - "default.handlebars->27->1707", - "default.handlebars->27->1831" + "default.handlebars->27->1718", + "default.handlebars->27->1842" ] }, { @@ -31295,9 +31346,9 @@ "zh-chs": "未知設備組", "zh-cht": "未知設備組", "xloc": [ - "default.handlebars->27->1701", - "default.handlebars->27->1819", - "default.handlebars->27->1899" + "default.handlebars->27->1712", + "default.handlebars->27->1830", + "default.handlebars->27->1910" ] }, { @@ -31316,7 +31367,7 @@ "zh-chs": "未知群組", "zh-cht": "未知群組", "xloc": [ - "default.handlebars->27->1891" + "default.handlebars->27->1902" ] }, { @@ -31336,7 +31387,7 @@ "zh-cht": "未知狀態", "xloc": [ "default-mobile.handlebars->9->227", - "default.handlebars->27->554" + "default.handlebars->27->558" ] }, { @@ -31355,7 +31406,7 @@ "zh-chs": "未知用戶組", "zh-cht": "未知用戶組", "xloc": [ - "default.handlebars->27->1825" + "default.handlebars->27->1836" ] }, { @@ -31374,7 +31425,7 @@ "zh-cht": "未知版本和狀態", "xloc": [ "default-mobile.handlebars->9->229", - "default.handlebars->27->556" + "default.handlebars->27->560" ] }, { @@ -31394,8 +31445,8 @@ "zh-cht": "無限", "xloc": [ "default.handlebars->27->181", - "default.handlebars->27->344", - "default.handlebars->27->358" + "default.handlebars->27->348", + "default.handlebars->27->362" ] }, { @@ -31411,7 +31462,7 @@ "zh-chs": "解锁帐号", "zh-cht": "解鎖帳號", "xloc": [ - "default.handlebars->27->1588" + "default.handlebars->27->1599" ] }, { @@ -31453,7 +31504,7 @@ "zh-chs": "最新", "zh-cht": "最新", "xloc": [ - "default.handlebars->27->1959" + "default.handlebars->27->1970" ] }, { @@ -31497,11 +31548,11 @@ "default-mobile.handlebars->9->305", "default-mobile.handlebars->9->323", "default-mobile.handlebars->9->326", - "default.handlebars->27->1520", - "default.handlebars->27->1528", - "default.handlebars->27->863", - "default.handlebars->27->887", - "default.handlebars->27->890", + "default.handlebars->27->1531", + "default.handlebars->27->1539", + "default.handlebars->27->867", + "default.handlebars->27->891", + "default.handlebars->27->894", "default.handlebars->container->dialog->dialogBody->dialog3->d3localmode->1" ] }, @@ -31520,7 +31571,7 @@ "zh-chs": "上傳網格代理核心", "zh-cht": "上傳網格代理核心", "xloc": [ - "default.handlebars->27->983" + "default.handlebars->27->987" ] }, { @@ -31538,7 +31589,7 @@ "zh-chs": "上載核心文件", "zh-cht": "上載核心文件", "xloc": [ - "default.handlebars->27->980" + "default.handlebars->27->984" ] }, { @@ -31556,7 +31607,7 @@ "zh-chs": "上載默認服務器核心", "zh-cht": "上載默認服務器核心", "xloc": [ - "default.handlebars->27->977" + "default.handlebars->27->981" ] }, { @@ -31583,7 +31634,7 @@ "zh-chs": "上傳恢復核心", "zh-cht": "上傳恢復核心", "xloc": [ - "default.handlebars->27->979" + "default.handlebars->27->983" ] }, { @@ -31602,8 +31653,8 @@ "zh-cht": "上傳將覆蓋1個文件。繼續?", "xloc": [ "default-mobile.handlebars->9->324", - "default.handlebars->27->1529", - "default.handlebars->27->888" + "default.handlebars->27->1540", + "default.handlebars->27->892" ] }, { @@ -31622,8 +31673,8 @@ "zh-cht": "上傳將覆蓋{0}個文件。繼續?", "xloc": [ "default-mobile.handlebars->9->325", - "default.handlebars->27->1530", - "default.handlebars->27->889" + "default.handlebars->27->1541", + "default.handlebars->27->893" ] }, { @@ -31656,7 +31707,7 @@ "zh-chs": "上索布族", "zh-cht": "上索布族", "xloc": [ - "default.handlebars->27->1193" + "default.handlebars->27->1197" ] }, { @@ -31674,7 +31725,7 @@ "zh-chs": "烏爾都語", "zh-cht": "烏爾都語", "xloc": [ - "default.handlebars->27->1194" + "default.handlebars->27->1198" ] }, { @@ -31732,8 +31783,8 @@ "zh-chs": "用過的", "zh-cht": "用過的", "xloc": [ - "default.handlebars->27->1885", - "default.handlebars->27->1887" + "default.handlebars->27->1896", + "default.handlebars->27->1898" ] }, { @@ -31752,13 +31803,13 @@ "zh-chs": "用戶", "zh-cht": "用戶", "xloc": [ - "default.handlebars->27->1327", - "default.handlebars->27->1541", - "default.handlebars->27->1570", - "default.handlebars->27->1697", - "default.handlebars->27->1878", - "default.handlebars->27->222", - "default.handlebars->27->654" + "default.handlebars->27->1338", + "default.handlebars->27->1552", + "default.handlebars->27->1581", + "default.handlebars->27->1708", + "default.handlebars->27->1889", + "default.handlebars->27->226", + "default.handlebars->27->658" ] }, { @@ -31776,7 +31827,7 @@ "zh-chs": "用戶+文件", "zh-cht": "用戶+文件", "xloc": [ - "default.handlebars->27->1571" + "default.handlebars->27->1582" ] }, { @@ -31795,10 +31846,10 @@ "zh-chs": "用戶帳戶導入", "zh-cht": "用戶帳戶導入", "xloc": [ - "default.handlebars->27->1604", - "default.handlebars->27->1605", - "default.handlebars->27->1607", - "default.handlebars->27->1609" + "default.handlebars->27->1615", + "default.handlebars->27->1616", + "default.handlebars->27->1618", + "default.handlebars->27->1620" ] }, { @@ -31817,7 +31868,7 @@ "zh-chs": "用戶帳號", "zh-cht": "用戶帳號", "xloc": [ - "default.handlebars->27->1904" + "default.handlebars->27->1915" ] }, { @@ -31836,8 +31887,8 @@ "zh-cht": "用戶授權", "xloc": [ "default-mobile.handlebars->9->399", - "default.handlebars->27->1325", - "default.handlebars->27->650" + "default.handlebars->27->1336", + "default.handlebars->27->654" ] }, { @@ -31856,11 +31907,11 @@ "zh-chs": "用戶同意", "zh-cht": "用戶同意", "xloc": [ - "default.handlebars->27->1295", - "default.handlebars->27->1775", + "default.handlebars->27->1306", + "default.handlebars->27->1786", "default.handlebars->27->190", - "default.handlebars->27->592", - "default.handlebars->27->709" + "default.handlebars->27->596", + "default.handlebars->27->713" ] }, { @@ -31879,12 +31930,12 @@ "zh-chs": "用戶組", "zh-cht": "用戶群", "xloc": [ - "default.handlebars->27->1383", - "default.handlebars->27->1384", - "default.handlebars->27->1673", - "default.handlebars->27->1827", - "default.handlebars->27->1846", - "default.handlebars->27->653" + "default.handlebars->27->1394", + "default.handlebars->27->1395", + "default.handlebars->27->1684", + "default.handlebars->27->1838", + "default.handlebars->27->1857", + "default.handlebars->27->657" ] }, { @@ -31922,7 +31973,7 @@ "zh-chs": "用戶組成員資格", "zh-cht": "用戶組成員資格", "xloc": [ - "default.handlebars->27->1824" + "default.handlebars->27->1835" ] }, { @@ -31952,9 +32003,9 @@ "zh-chs": "用戶標識", "zh-cht": "用戶標識", "xloc": [ - "default.handlebars->27->1445", - "default.handlebars->27->1742", - "default.handlebars->27->1743" + "default.handlebars->27->1456", + "default.handlebars->27->1753", + "default.handlebars->27->1754" ] }, { @@ -31965,8 +32016,8 @@ "zh-chs": "用户标识符", "zh-cht": "用戶標識符", "xloc": [ - "default.handlebars->27->1381", - "default.handlebars->27->1726" + "default.handlebars->27->1392", + "default.handlebars->27->1737" ] }, { @@ -31985,7 +32036,7 @@ "zh-chs": "用戶列表導出", "zh-cht": "用戶列表導出", "xloc": [ - "default.handlebars->27->1616" + "default.handlebars->27->1627" ] }, { @@ -32004,7 +32055,7 @@ "zh-cht": "用戶名", "xloc": [ "default-mobile.handlebars->9->446", - "default.handlebars->27->1444" + "default.handlebars->27->1455" ] }, { @@ -32070,7 +32121,7 @@ "zh-chs": "用戶會話", "zh-cht": "用戶會話", "xloc": [ - "default.handlebars->27->1924" + "default.handlebars->27->1935" ] }, { @@ -32139,7 +32190,7 @@ "zh-chs": "用户\\“ {0} \\”", "zh-cht": "用戶“ {0} ”", "xloc": [ - "default.handlebars->27->801", + "default.handlebars->27->805", "desktop.handlebars->3->18" ] }, @@ -32159,8 +32210,8 @@ "zh-chs": "用戶瀏覽器價值", "zh-cht": "用戶瀏覽器價值", "xloc": [ - "default.handlebars->27->1205", - "default.handlebars->27->1207" + "default.handlebars->27->1209", + "default.handlebars->27->1211" ] }, { @@ -32222,10 +32273,10 @@ "zh-cht": "用戶名", "xloc": [ "default-mobile.handlebars->9->268", - "default.handlebars->27->1628", - "default.handlebars->27->283", - "default.handlebars->27->315", - "default.handlebars->27->730", + "default.handlebars->27->1639", + "default.handlebars->27->287", + "default.handlebars->27->319", + "default.handlebars->27->734", "mstsc.handlebars->main->1->3->1->4->1->0", "mstsc.handlebars->main->1->3->1->4->3", "player.handlebars->3->4" @@ -32289,9 +32340,9 @@ "zh-chs": "用戶數", "zh-cht": "用戶數", "xloc": [ - "default.handlebars->27->1661", - "default.handlebars->27->1689", - "default.handlebars->27->1923", + "default.handlebars->27->1672", + "default.handlebars->27->1700", + "default.handlebars->27->1934", "default.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGeneral" ] }, @@ -32311,7 +32362,7 @@ "zh-chs": "用戶會話", "zh-cht": "用戶會話", "xloc": [ - "default.handlebars->27->1908" + "default.handlebars->27->1919" ] }, { @@ -32329,7 +32380,7 @@ "zh-chs": "VT100 +(F10 = ESC + [OY)", "zh-cht": "VT100 +(F10 = ESC + [OY)", "xloc": [ - "default.handlebars->27->842" + "default.handlebars->27->846" ] }, { @@ -32340,7 +32391,7 @@ "zh-chs": "验证电子邮件", "zh-cht": "驗證電子郵件", "xloc": [ - "default.handlebars->27->1583" + "default.handlebars->27->1594" ] }, { @@ -32358,7 +32409,7 @@ "zh-chs": "文達", "zh-cht": "文達", "xloc": [ - "default.handlebars->27->1195" + "default.handlebars->27->1199" ] }, { @@ -32379,8 +32430,8 @@ "xloc": [ "default-mobile.handlebars->9->370", "default-mobile.handlebars->9->373", - "default.handlebars->27->946", - "default.handlebars->27->949" + "default.handlebars->27->950", + "default.handlebars->27->953" ] }, { @@ -32415,7 +32466,7 @@ "zh-chs": "已驗證", "zh-cht": "已驗證", "xloc": [ - "default.handlebars->27->1805" + "default.handlebars->27->1816" ] }, { @@ -32446,8 +32497,8 @@ "zh-cht": "驗證電話號碼", "xloc": [ "default-mobile.handlebars->9->63", - "default.handlebars->27->1579", - "default.handlebars->27->984" + "default.handlebars->27->1590", + "default.handlebars->27->988" ] }, { @@ -32509,10 +32560,10 @@ "default-mobile.handlebars->9->354", "default-mobile.handlebars->9->371", "default-mobile.handlebars->9->376", - "default.handlebars->27->895", - "default.handlebars->27->930", - "default.handlebars->27->947", - "default.handlebars->27->952", + "default.handlebars->27->899", + "default.handlebars->27->934", + "default.handlebars->27->951", + "default.handlebars->27->956", "default.handlebars->container->column_l->p42->p42tbl->1->0->5" ] }, @@ -32531,7 +32582,7 @@ "zh-chs": "版本不兼容,请先升级您的MeshCentral安装", "zh-cht": "版本不兼容,請先升級您的MeshCentral安裝", "xloc": [ - "default.handlebars->27->1955" + "default.handlebars->27->1966" ] }, { @@ -32571,7 +32622,7 @@ "zh-chs": "越南文", "zh-cht": "越南文", "xloc": [ - "default.handlebars->27->1196" + "default.handlebars->27->1200" ] }, { @@ -32599,7 +32650,7 @@ "zh-chs": "查看所有活动", "zh-cht": "查看所有活動", "xloc": [ - "default.handlebars->27->1653" + "default.handlebars->27->1664" ] }, { @@ -32617,8 +32668,8 @@ "zh-chs": "查看变更日志", "zh-cht": "查看變更日誌", "xloc": [ - "default.handlebars->27->1958", - "default.handlebars->27->1960" + "default.handlebars->27->1969", + "default.handlebars->27->1971" ] }, { @@ -32637,7 +32688,7 @@ "zh-chs": "查看有關此設備的註釋", "zh-cht": "查看有關此設備的註釋", "xloc": [ - "default.handlebars->27->608" + "default.handlebars->27->612" ] }, { @@ -32656,7 +32707,7 @@ "zh-chs": "查看有關此設備組的註釋", "zh-cht": "查看有關此設備組的註釋", "xloc": [ - "default.handlebars->27->1310" + "default.handlebars->27->1321" ] }, { @@ -32675,7 +32726,7 @@ "zh-chs": "查看有關此用戶的註釋", "zh-cht": "查看有關此用戶的註釋", "xloc": [ - "default.handlebars->27->1783" + "default.handlebars->27->1794" ] }, { @@ -32693,7 +32744,7 @@ "zh-chs": "沃拉普克", "zh-cht": "沃拉普克", "xloc": [ - "default.handlebars->27->1197" + "default.handlebars->27->1201" ] }, { @@ -32746,7 +32797,7 @@ "zh-chs": "正在等待用户授予访问权限...", "zh-cht": "正在等待用戶授予訪問權限...", "xloc": [ - "default.handlebars->27->790", + "default.handlebars->27->794", "desktop.handlebars->3->7" ] }, @@ -32765,8 +32816,8 @@ "zh-chs": "唤醒", "zh-cht": "喚醒", "xloc": [ - "default.handlebars->27->666", - "default.handlebars->27->685" + "default.handlebars->27->670", + "default.handlebars->27->689" ] }, { @@ -32787,8 +32838,8 @@ "xloc": [ "default-mobile.handlebars->9->422", "default-mobile.handlebars->9->435", - "default.handlebars->27->1403", - "default.handlebars->27->1432" + "default.handlebars->27->1414", + "default.handlebars->27->1443" ] }, { @@ -32808,7 +32859,7 @@ "zh-cht": "醒來", "xloc": [ "default-mobile.handlebars->9->260", - "default.handlebars->27->714" + "default.handlebars->27->718" ] }, { @@ -32827,7 +32878,7 @@ "zh-chs": "喚醒設備", "zh-cht": "喚醒設備", "xloc": [ - "default.handlebars->27->447" + "default.handlebars->27->451" ] }, { @@ -32845,7 +32896,7 @@ "zh-chs": "瓦隆", "zh-cht": "瓦隆", "xloc": [ - "default.handlebars->27->1198" + "default.handlebars->27->1202" ] }, { @@ -32864,7 +32915,7 @@ "zh-chs": "弱", "zh-cht": "弱", "xloc": [ - "default.handlebars->27->1252" + "default.handlebars->27->1256" ] }, { @@ -32905,8 +32956,8 @@ "zh-chs": "網絡服務器", "zh-cht": "網絡服務器", "xloc": [ - "default.handlebars->27->1944", - "default.handlebars->27->1945" + "default.handlebars->27->1955", + "default.handlebars->27->1956" ] }, { @@ -32925,7 +32976,7 @@ "zh-chs": "Web服務器請求", "zh-cht": "Web服務器請求", "xloc": [ - "default.handlebars->27->1946" + "default.handlebars->27->1957" ] }, { @@ -32943,7 +32994,7 @@ "zh-chs": "Web套接字中繼", "zh-cht": "Web套接字中繼", "xloc": [ - "default.handlebars->27->1947" + "default.handlebars->27->1958" ] }, { @@ -32954,7 +33005,7 @@ "zh-chs": "网络RDP", "zh-cht": "網絡RDP", "xloc": [ - "default.handlebars->27->636" + "default.handlebars->27->640" ] }, { @@ -33012,7 +33063,7 @@ "zh-chs": "威爾士語", "zh-cht": "威爾士語", "xloc": [ - "default.handlebars->27->1199" + "default.handlebars->27->1203" ] }, { @@ -33030,7 +33081,7 @@ "zh-chs": "啟用後,任何人都可以使用邀請代碼通過以下公共鏈接將設備加入該設備組:", "zh-cht": "啟用後,任何人都可以使用邀請代碼通過以下公共鏈接將設備加入該設備組:", "xloc": [ - "default.handlebars->27->1453" + "default.handlebars->27->1464" ] }, { @@ -33050,7 +33101,7 @@ "zh-cht": "啟用後,每次登錄時,您都可以選擇向電子郵件帳戶接收登錄令牌,以提高安全性。", "xloc": [ "default-mobile.handlebars->9->69", - "default.handlebars->27->991" + "default.handlebars->27->995" ] }, { @@ -33069,7 +33120,7 @@ "zh-chs": "下次登錄時將更改。", "zh-cht": "下次登錄時將更改。", "xloc": [ - "default.handlebars->27->1755" + "default.handlebars->27->1766" ] }, { @@ -33254,7 +33305,7 @@ "zh-chs": "Win32可執行文件", "zh-cht": "Win32可執行文件", "xloc": [ - "default.handlebars->27->758" + "default.handlebars->27->762" ] }, { @@ -33273,7 +33324,7 @@ "zh-chs": "WinSCP", "zh-cht": "WinSCP", "xloc": [ - "default.handlebars->27->632" + "default.handlebars->27->636" ] }, { @@ -33292,7 +33343,7 @@ "zh-chs": "視窗", "zh-cht": "視窗", "xloc": [ - "default.handlebars->27->366" + "default.handlebars->27->370" ] }, { @@ -33311,8 +33362,8 @@ "zh-chs": "Windows(.exe)", "zh-cht": "Windows(.exe)", "xloc": [ - "default.handlebars->27->380", - "default.handlebars->27->397" + "default.handlebars->27->384", + "default.handlebars->27->401" ] }, { @@ -33331,7 +33382,7 @@ "zh-chs": "Windows(32位)", "zh-cht": "Windows(32位)", "xloc": [ - "default.handlebars->27->762" + "default.handlebars->27->766" ] }, { @@ -33350,7 +33401,7 @@ "zh-chs": "Windows(64位)", "zh-cht": "Windows(64位)", "xloc": [ - "default.handlebars->27->763" + "default.handlebars->27->767" ] }, { @@ -33368,7 +33419,7 @@ "zh-chs": "Windows(卸載)", "zh-cht": "Windows(卸載)", "xloc": [ - "default.handlebars->27->370" + "default.handlebars->27->374" ] }, { @@ -33496,8 +33547,8 @@ "zh-chs": "Windows命令提示符", "zh-cht": "Windows命令提示符", "xloc": [ - "default.handlebars->27->461", - "default.handlebars->27->724" + "default.handlebars->27->465", + "default.handlebars->27->728" ] }, { @@ -33547,8 +33598,8 @@ "zh-chs": "Windows PowerShell", "zh-cht": "Windows PowerShell", "xloc": [ - "default.handlebars->27->462", - "default.handlebars->27->725" + "default.handlebars->27->466", + "default.handlebars->27->729" ] }, { @@ -33567,7 +33618,7 @@ "zh-chs": "僅Windows", "zh-cht": "僅Windows", "xloc": [ - "default.handlebars->27->335" + "default.handlebars->27->339" ] }, { @@ -33586,8 +33637,8 @@ "zh-chs": "Windows x64(.exe)", "zh-cht": "Windows x64(.exe)", "xloc": [ - "default.handlebars->27->384", - "default.handlebars->27->400" + "default.handlebars->27->388", + "default.handlebars->27->404" ] }, { @@ -33624,7 +33675,7 @@ "zh-chs": "包裝:關閉", "zh-cht": "包裝:關閉", "xloc": [ - "default.handlebars->27->882" + "default.handlebars->27->886" ] }, { @@ -33643,7 +33694,7 @@ "zh-chs": "包裝:開", "zh-cht": "包裝:開", "xloc": [ - "default.handlebars->27->881" + "default.handlebars->27->885" ] }, { @@ -33661,7 +33712,7 @@ "zh-chs": "為此設備寫一個事件", "zh-cht": "為此設備寫一個事件", "xloc": [ - "default.handlebars->27->610" + "default.handlebars->27->614" ] }, { @@ -33719,7 +33770,7 @@ "zh-chs": "XTerm", "zh-cht": "XTerm", "xloc": [ - "default.handlebars->27->626" + "default.handlebars->27->630" ] }, { @@ -33737,7 +33788,7 @@ "zh-chs": "科薩", "zh-cht": "科薩", "xloc": [ - "default.handlebars->27->1200" + "default.handlebars->27->1204" ] }, { @@ -33755,7 +33806,7 @@ "zh-chs": "意第緒語", "zh-cht": "意第緒語", "xloc": [ - "default.handlebars->27->1201" + "default.handlebars->27->1205" ] }, { @@ -33777,6 +33828,12 @@ "default.handlebars->27->132" ] }, + { + "en": "You can setup MeshCentral to automatically send a server backup to Google Drive. Start by entering a desktop Google API ClientID and ClientSecret for your account.", + "xloc": [ + "default.handlebars->27->1261" + ] + }, { "en": "You have been invited to install an application that will allow a remote operator to securely access your computer including the desktop and files. Only follow the instructions below if this invitation was expected and you know who will be accessing your computer. Select your operating system and follow the instructions below for installation.", "es": "Se le ha invitado a instalar una aplicación que permitirá a un operador remoto acceder de forma segura a su computadora, incluidos el escritorio y los archivos. Solo siga las instrucciones a continuación si se esperaba esta invitación y sabe quién accederá a su computadora. Seleccione su sistema operativo y siga las instrucciones a continuación para la instalación.", @@ -33841,7 +33898,7 @@ "zh-chs": "YubiKey™ OTP", "zh-cht": "YubiKey™OTP", "xloc": [ - "default.handlebars->27->1003" + "default.handlebars->27->1007" ] }, { @@ -33861,7 +33918,7 @@ "zh-chs": "邮编文件名", "zh-cht": "郵編文件名", "xloc": [ - "default.handlebars->27->866" + "default.handlebars->27->870" ] }, { @@ -33879,7 +33936,7 @@ "zh-chs": "縮放至適合範圍", "zh-cht": "縮放至適合範圍", "xloc": [ - "default.handlebars->27->519" + "default.handlebars->27->523" ] }, { @@ -33897,8 +33954,8 @@ "zh-chs": "放大到一定程度", "zh-cht": "放大到一定程度", "xloc": [ - "default.handlebars->27->516", - "default.handlebars->27->522" + "default.handlebars->27->520", + "default.handlebars->27->526" ] }, { @@ -33916,8 +33973,8 @@ "zh-chs": "縮小到一定程度", "zh-cht": "縮小到一定程度", "xloc": [ - "default.handlebars->27->517", - "default.handlebars->27->523" + "default.handlebars->27->521", + "default.handlebars->27->527" ] }, { @@ -33936,7 +33993,7 @@ "zh-chs": "祖魯族", "zh-cht": "祖魯族", "xloc": [ - "default.handlebars->27->1202" + "default.handlebars->27->1206" ] }, { @@ -34175,7 +34232,7 @@ "zh-chs": "\\\\'", "zh-cht": "\\\\'", "xloc": [ - "default.handlebars->27->1956" + "default.handlebars->27->1967" ] }, { @@ -34190,8 +34247,8 @@ "zh-chs": "A:", "zh-cht": "A:", "xloc": [ - "default.handlebars->27->498", - "default.handlebars->27->499" + "default.handlebars->27->502", + "default.handlebars->27->503" ] }, { @@ -34210,8 +34267,8 @@ "zh-chs": "加一", "zh-cht": "加一", "xloc": [ - "default.handlebars->27->219", - "default.handlebars->27->221" + "default.handlebars->27->223", + "default.handlebars->27->225" ] }, { @@ -34230,7 +34287,7 @@ "zh-chs": "管理員", "zh-cht": "管理員", "xloc": [ - "default.handlebars->27->284" + "default.handlebars->27->288" ] }, { @@ -34279,8 +34336,8 @@ "zh-chs": "标签:", "zh-cht": "標籤:", "xloc": [ - "default.handlebars->27->496", - "default.handlebars->27->497" + "default.handlebars->27->500", + "default.handlebars->27->501" ] }, { @@ -34376,7 +34433,7 @@ "zh-chs": "console.txt", "zh-cht": "console.txt", "xloc": [ - "default.handlebars->27->974" + "default.handlebars->27->978" ] }, { @@ -34396,7 +34453,7 @@ "zh-cht": "複製", "xloc": [ "default-mobile.handlebars->9->130", - "default.handlebars->27->1525" + "default.handlebars->27->1536" ] }, { @@ -34426,8 +34483,8 @@ "zh-chs": "devicelist.csv", "zh-cht": "devicelist.csv", "xloc": [ - "default.handlebars->27->475", - "default.handlebars->27->480" + "default.handlebars->27->479", + "default.handlebars->27->484" ] }, { @@ -34446,8 +34503,8 @@ "zh-chs": "devicelist.json", "zh-cht": "devicelist.json", "xloc": [ - "default.handlebars->27->477", - "default.handlebars->27->481" + "default.handlebars->27->481", + "default.handlebars->27->485" ] }, { @@ -34482,8 +34539,8 @@ "zh-chs": "eventslist.csv", "zh-cht": "eventslist.csv", "xloc": [ - "default.handlebars->27->1548", - "default.handlebars->27->1553" + "default.handlebars->27->1559", + "default.handlebars->27->1564" ] }, { @@ -34502,8 +34559,8 @@ "zh-chs": "eventslist.json", "zh-cht": "eventslist.json", "xloc": [ - "default.handlebars->27->1550", - "default.handlebars->27->1554" + "default.handlebars->27->1561", + "default.handlebars->27->1565" ] }, { @@ -34522,7 +34579,7 @@ "zh-chs": "example@email.com", "zh-cht": "example@email.com", "xloc": [ - "default.handlebars->27->331" + "default.handlebars->27->335" ] }, { @@ -34541,8 +34598,8 @@ "zh-chs": "自由", "zh-cht": "自由", "xloc": [ - "default.handlebars->27->1916", - "default.handlebars->27->1919" + "default.handlebars->27->1927", + "default.handlebars->27->1930" ] }, { @@ -34563,8 +34620,8 @@ "xloc": [ "default-mobile.handlebars->9->141", "default-mobile.handlebars->9->142", - "default.handlebars->27->490", - "default.handlebars->27->491" + "default.handlebars->27->494", + "default.handlebars->27->495" ] }, { @@ -34585,8 +34642,8 @@ "xloc": [ "default-mobile.handlebars->9->139", "default-mobile.handlebars->9->140", - "default.handlebars->27->488", - "default.handlebars->27->489" + "default.handlebars->27->492", + "default.handlebars->27->493" ] }, { @@ -34746,7 +34803,7 @@ "zh-chs": "id,名稱,電子郵件,創建,lastlogin,組,authfactors", "zh-cht": "id,名稱,電子郵件,創建,lastlogin,組,authfactors", "xloc": [ - "default.handlebars->27->1617" + "default.handlebars->27->1628" ] }, { @@ -34764,7 +34821,7 @@ "zh-chs": "id,名稱,rname,主機,圖標,ip,osdesc,狀態,組名,conn,pwr", "zh-cht": "id,名稱,rname,主機,圖標,ip,osdesc,狀態,組名,conn,pwr", "xloc": [ - "default.handlebars->27->479" + "default.handlebars->27->483" ] }, { @@ -34785,8 +34842,8 @@ "xloc": [ "default-mobile.handlebars->9->137", "default-mobile.handlebars->9->138", - "default.handlebars->27->486", - "default.handlebars->27->487" + "default.handlebars->27->490", + "default.handlebars->27->491" ] }, { @@ -34857,7 +34914,7 @@ "zh-chs": "k max,默认为空白", "zh-cht": "k max,默認為空白", "xloc": [ - "default.handlebars->27->1645" + "default.handlebars->27->1656" ] }, { @@ -34895,7 +34952,7 @@ "zh-chs": "macOS (64位)", "zh-cht": "macOS(64位)", "xloc": [ - "default.handlebars->27->766" + "default.handlebars->27->770" ] }, { @@ -34949,7 +35006,7 @@ "zh-chs": "MeshAgent", "zh-cht": "網格代理", "xloc": [ - "default.handlebars->27->404" + "default.handlebars->27->408" ] }, { @@ -34969,7 +35026,7 @@ "zh-cht": "移動", "xloc": [ "default-mobile.handlebars->9->131", - "default.handlebars->27->1526" + "default.handlebars->27->1537" ] }, { @@ -34981,7 +35038,7 @@ "zh-chs": "无VNC", "zh-cht": "無VNC", "xloc": [ - "default.handlebars->27->634" + "default.handlebars->27->638" ] }, { @@ -34993,7 +35050,7 @@ "zh-chs": "noVNC连接", "zh-cht": "noVNC連接", "xloc": [ - "default.handlebars->27->503" + "default.handlebars->27->507" ] }, { @@ -35005,7 +35062,7 @@ "zh-chs": "noVNC远程连接端口:", "zh-cht": "noVNC遠程連接端口:", "xloc": [ - "default.handlebars->27->502" + "default.handlebars->27->506" ] }, { @@ -35039,7 +35096,7 @@ "zh-chs": "servererrors.txt", "zh-cht": "servererrors.txt", "xloc": [ - "default.handlebars->27->1267" + "default.handlebars->27->1278" ] }, { @@ -35057,7 +35114,7 @@ "zh-chs": "servertrace.csv", "zh-cht": "servertrace.csv", "xloc": [ - "default.handlebars->27->1954" + "default.handlebars->27->1965" ] }, { @@ -35077,8 +35134,8 @@ "xloc": [ "default-mobile.handlebars->9->145", "default-mobile.handlebars->9->146", - "default.handlebars->27->494", - "default.handlebars->27->495" + "default.handlebars->27->498", + "default.handlebars->27->499" ] }, { @@ -35098,8 +35155,8 @@ "xloc": [ "default-mobile.handlebars->9->143", "default-mobile.handlebars->9->144", - "default.handlebars->27->492", - "default.handlebars->27->493" + "default.handlebars->27->496", + "default.handlebars->27->497" ] }, { @@ -35117,7 +35174,7 @@ "zh-chs": "時間,conn.agent,conn.users,conn.usersessions,conn.relaysession,conn.intelamt,mem.external,mem.heapused,mem.heaptotal,mem.rss", "zh-cht": "時間,conn.agent,conn.users,conn.usersessions,conn.relaysession,conn.intelamt,mem.external,mem.heapused,mem.heaptotal,mem.rss", "xloc": [ - "default.handlebars->27->1932" + "default.handlebars->27->1943" ] }, { @@ -35135,7 +35192,7 @@ "zh-chs": "時間,來源,訊息", "zh-cht": "時間,來源,訊息", "xloc": [ - "default.handlebars->27->1953" + "default.handlebars->27->1964" ] }, { @@ -35169,8 +35226,8 @@ "zh-chs": "總", "zh-cht": "總", "xloc": [ - "default.handlebars->27->1917", - "default.handlebars->27->1920" + "default.handlebars->27->1928", + "default.handlebars->27->1931" ] }, { @@ -35190,8 +35247,8 @@ "xloc": [ "default-mobile.handlebars->9->135", "default-mobile.handlebars->9->136", - "default.handlebars->27->484", - "default.handlebars->27->485" + "default.handlebars->27->488", + "default.handlebars->27->489" ] }, { @@ -35227,8 +35284,8 @@ "xloc": [ "default-mobile.handlebars->9->133", "default-mobile.handlebars->9->134", - "default.handlebars->27->482", - "default.handlebars->27->483" + "default.handlebars->27->486", + "default.handlebars->27->487" ] }, { @@ -35246,8 +35303,8 @@ "zh-chs": "userlist.csv", "zh-cht": "userlist.csv", "xloc": [ - "default.handlebars->27->1613", - "default.handlebars->27->1618" + "default.handlebars->27->1624", + "default.handlebars->27->1629" ] }, { @@ -35265,8 +35322,8 @@ "zh-chs": "userlist.json", "zh-cht": "userlist.json", "xloc": [ - "default.handlebars->27->1615", - "default.handlebars->27->1619" + "default.handlebars->27->1626", + "default.handlebars->27->1630" ] }, { @@ -35284,7 +35341,7 @@ "zh-chs": "utc,時間,類型,操作,用戶,設備,消息", "zh-cht": "utc,時間,類型,操作,用戶,設備,消息", "xloc": [ - "default.handlebars->27->1552" + "default.handlebars->27->1563" ] }, { @@ -35321,8 +35378,8 @@ "zh-chs": "{0} Gb", "zh-cht": "{0} Gb", "xloc": [ - "default.handlebars->27->1500", - "default.handlebars->27->1505" + "default.handlebars->27->1511", + "default.handlebars->27->1516" ] }, { @@ -35341,9 +35398,9 @@ "zh-chs": "{0} Kb", "zh-cht": "{0} Kb", "xloc": [ - "default.handlebars->27->1498", - "default.handlebars->27->1503", - "default.handlebars->27->1857" + "default.handlebars->27->1509", + "default.handlebars->27->1514", + "default.handlebars->27->1868" ] }, { @@ -35363,9 +35420,9 @@ "zh-cht": "{0} Mb", "xloc": [ "default-mobile.handlebars->9->387", - "default.handlebars->27->1499", - "default.handlebars->27->1504", - "default.handlebars->27->963" + "default.handlebars->27->1510", + "default.handlebars->27->1515", + "default.handlebars->27->967" ] }, { @@ -35385,7 +35442,7 @@ "zh-cht": "{0} Mb,{1} Mhz", "xloc": [ "default-mobile.handlebars->9->382", - "default.handlebars->27->958" + "default.handlebars->27->962" ] }, { @@ -35404,7 +35461,7 @@ "zh-chs": "{0}個活動會話", "zh-cht": "{0}個活動會話", "xloc": [ - "default.handlebars->27->1795" + "default.handlebars->27->1806" ] }, { @@ -35423,8 +35480,8 @@ "zh-chs": "{0} b", "zh-cht": "{0} b", "xloc": [ - "default.handlebars->27->1497", - "default.handlebars->27->1502" + "default.handlebars->27->1508", + "default.handlebars->27->1513" ] }, { @@ -35444,8 +35501,8 @@ "zh-cht": "{0}個字節", "xloc": [ "default-mobile.handlebars->9->119", - "default.handlebars->27->1513", - "default.handlebars->27->1872" + "default.handlebars->27->1524", + "default.handlebars->27->1883" ] }, { @@ -35464,7 +35521,7 @@ "zh-chs": "剩餘{0}個字節", "zh-cht": "剩餘{0}個字節", "xloc": [ - "default.handlebars->27->1492" + "default.handlebars->27->1503" ] }, { @@ -35476,7 +35533,7 @@ "zh-chs": "{0}个连接", "zh-cht": "{0}個連接", "xloc": [ - "default.handlebars->27->800", + "default.handlebars->27->804", "desktop.handlebars->3->17" ] }, @@ -35496,7 +35553,7 @@ "zh-chs": "剩餘{0} GB", "zh-cht": "剩餘{0} GB", "xloc": [ - "default.handlebars->27->1495" + "default.handlebars->27->1506" ] }, { @@ -35515,7 +35572,7 @@ "zh-chs": "{0}個群組", "zh-cht": "{0}個群組", "xloc": [ - "default.handlebars->27->1760" + "default.handlebars->27->1771" ] }, { @@ -35569,7 +35626,7 @@ "zh-chs": "剩餘{0}千字節", "zh-cht": "剩餘{0}千字節", "xloc": [ - "default.handlebars->27->1493" + "default.handlebars->27->1504" ] }, { @@ -35608,7 +35665,7 @@ "zh-chs": "剩餘{0}兆字節", "zh-cht": "剩餘{0}兆字節", "xloc": [ - "default.handlebars->27->1494" + "default.handlebars->27->1505" ] }, { @@ -35645,7 +35702,7 @@ "zh-chs": "{0}未顯示更多用戶,請使用搜索框查找用戶...", "zh-cht": "{0}未顯示更多用戶,請使用搜索框查找用戶...", "xloc": [ - "default.handlebars->27->1562" + "default.handlebars->27->1573" ] }, { @@ -35664,7 +35721,7 @@ "zh-chs": "{0}個節點", "zh-cht": "{0}個節點", "xloc": [ - "default.handlebars->27->408" + "default.handlebars->27->412" ] }, { @@ -35799,13 +35856,13 @@ "default-mobile.handlebars->9->169", "default-mobile.handlebars->9->172", "default-mobile.handlebars->9->175", - "default.handlebars->27->1566", - "default.handlebars->27->240", - "default.handlebars->27->243", - "default.handlebars->27->246", - "default.handlebars->27->249", - "default.handlebars->27->252", - "default.handlebars->27->255" + "default.handlebars->27->1577", + "default.handlebars->27->244", + "default.handlebars->27->247", + "default.handlebars->27->250", + "default.handlebars->27->253", + "default.handlebars->27->256", + "default.handlebars->27->259" ] }, { @@ -35823,7 +35880,7 @@ "zh-chs": "{0}設置(.msh)", "zh-cht": "{0}設置(.msh)", "xloc": [ - "default.handlebars->27->387" + "default.handlebars->27->391" ] }, { @@ -35880,7 +35937,7 @@ "zh-chs": "{0}個用戶", "zh-cht": "{0}個用戶", "xloc": [ - "default.handlebars->27->258" + "default.handlebars->27->262" ] }, { @@ -35937,7 +35994,7 @@ "zh-chs": "{0} k合1檔案。最多{1} k", "zh-cht": "{0} k合1檔案。最多{1} k", "xloc": [ - "default.handlebars->27->1507" + "default.handlebars->27->1518" ] }, { @@ -35956,7 +36013,7 @@ "zh-chs": "{1}個文件中有{0}個。最多{2} k", "zh-cht": "{1}個文件中有{0}個。最多{2} k", "xloc": [ - "default.handlebars->27->1506" + "default.handlebars->27->1517" ] }, { @@ -36113,6 +36170,11 @@ "default.handlebars->container->column_l->p2->p2info->p2AccountSecurity->3->manageOtp->0->authCodesSetupCheck->0", "default.handlebars->container->column_l->p2->p2info->p2AccountSecurity->3->managePhoneNumber1->0->authPhoneNumberCheck->0", "default.handlebars->container->column_l->p5->p5filetable->bigok->0", + "default.handlebars->container->column_l->p6->p6info->p2ServerActions->3->p2ServerActionsBackup->0->0->0", + "default.handlebars->container->column_l->p6->p6info->p2ServerActions->3->p2ServerActionsErrors->0->0->0", + "default.handlebars->container->column_l->p6->p6info->p2ServerActions->3->p2ServerActionsGoogleBackup->0->p2ServerActionsGoogleBackupCheck->0", + "default.handlebars->container->column_l->p6->p6info->p2ServerActions->3->p2ServerActionsRestore->0->0->0", + "default.handlebars->container->column_l->p6->p6info->p2ServerActions->3->p2ServerActionsVersion->0->0->0", "player.handlebars->p11->deskarea0->deskarea3x->bigok->0", "xterm.handlebars->p11->deskarea0->deskarea3x->bigok->0" ] diff --git a/views/default.handlebars b/views/default.handlebars index 55494357..0b85c45e 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -458,11 +458,12 @@

Server actions

-
Server Statistics

@@ -1273,6 +1274,7 @@ var xterm = null; var xtermfit = null; var xtermResizeTimer = null; + var miscState = {}; // Console Message Display Timers var p11DeskConsoleMsgTimer = null; @@ -3048,6 +3050,21 @@ setDialogMode(2, "Plugin Action", 3, pluginActionEx, format('Select the version to downgrade the plugin: {0}', message.info.name) + '
' + vSelect + '
' + "Please be aware that downgrading is not recommended. Please only do so in the event that a recent upgrade has broken something." + + ''); break; } + case 'serverBackup': { + if (message.service == 'googleDrive') { + QV('p2ServerActionsGoogleBackup', message.state > 0); + QV('p2ServerActionsGoogleBackupCheck', message.state > 2); + miscState['googleDrive'] = { state: message.state } + if (message.state == 2) { + var x = "Nagivate to the URL below, grant access and copy the token code back." + '

'; + x += addHtmlValue("Activation", 'Browse to this URL'); + x += addHtmlValue("Code", ''); + setDialogMode(2, "Google Drive Backup", 1, server_setupGoogleDriveBackupEx, x, 'gd2'); + Q('gdcode').focus(); + } + } + break; + } case 'pluginError': { setDialogMode(2, "Plugin Error", 1, null, message.msg); break; @@ -9119,6 +9136,31 @@ return false; } + function server_setupGoogleDriveBackup() { + if (xxdialogMode || (miscState['googleDrive'] == null)) return false; + var gd = miscState['googleDrive']; + if (gd.state == 1) { + var x = "You can setup MeshCentral to automatically send a server backup to Google Drive. Start by entering a desktop Google API ClientID and ClientSecret for your account." + '

'; + x += addHtmlValue("Client ID", ''); + x += addHtmlValue("Client Secret", ''); + setDialogMode(2, "Google Drive Backup", 1, server_setupGoogleDriveBackupEx, x, 'gd1'); + Q('gdclientid').focus(); + } else if (gd.state == 3) { + var x = "Google Drive backup is currently active."; + x += '

'; + setDialogMode(2, "Google Drive Backup", 3, server_setupGoogleDriveBackupEx, x, 'gd0'); + QE('idx_dlgOkButton', false); + } + } + + function server_setupGoogleDriveBackupCheck() { QE('idx_dlgOkButton', Q('gdcheck').checked); } + + function server_setupGoogleDriveBackupEx(b, t) { + if (t == 'gd0') { meshserver.send({ action: 'serverBackup', service: 'googleDrive', state: 0 }); } + if (t == 'gd1') { meshserver.send({ action: 'serverBackup', service: 'googleDrive', state: 1, clientid: Q('gdclientid').value, clientsecret: Q('gdclientsecret').value }); } + if (t == 'gd2') { meshserver.send({ action: 'serverBackup', service: 'googleDrive', state: 2, code: Q('gdcode').value }); } + } + function server_showRestoreDlg() { if (xxdialogMode) return false; var x = "Restore the server using a backup, this will delete the existing server data. Only do this if you know what you are doing." + '

';