diff --git a/apprelays.js b/apprelays.js
index 003a8629..e733d3aa 100644
--- a/apprelays.js
+++ b/apprelays.js
@@ -404,7 +404,6 @@ module.exports.CreateSshTerminalRelay = function (parent, db, ws, req, domain, u
// Save SSH credentials into device
function saveSshCredentials() {
- console.log('Save SSH credentials', obj.username, obj.password, obj.nodeid);
parent.parent.db.Get(obj.nodeid, function (err, nodes) {
if ((err != null) || (nodes == null) || (nodes.length != 1)) return;
const node = nodes[0];
diff --git a/meshuser.js b/meshuser.js
index d1d22335..34c6976b 100644
--- a/meshuser.js
+++ b/meshuser.js
@@ -708,6 +708,9 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
// Remove push messaging token if present
if (docs[i].pmt != null) { docs[i].pmt = 1; }
+ // Remove SSH credentials if present
+ if (docs[i].ssh != null) { docs[i].ssh = 1; }
+
// Remove Intel AMT credential if present
if (docs[i].intelamt != null) {
if (docs[i].intelamt.pass != null) { docs[i].intelamt.pass = 1; }
@@ -4213,6 +4216,10 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
}
}
+ if ((typeof command.ssh == 'number') && (command.ssh == 0)) {
+ if (node.ssh != null) { delete node.ssh; change = 1; changes.push('ssh'); } // Delete the SSH cendentials
+ }
+
if (domain.geolocation && command.userloc && ((node.userloc == null) || (command.userloc[0] != node.userloc[0]) || (command.userloc[1] != node.userloc[1]))) {
change = 1;
if ((command.userloc.length == 0) && (node.userloc)) {
diff --git a/public/scripts/common-0.0.1-min.js b/public/scripts/common-0.0.1-min.js
index 9af6f9a7..b6e13b65 100644
--- a/public/scripts/common-0.0.1-min.js
+++ b/public/scripts/common-0.0.1-min.js
@@ -1 +1 @@
-function Q(n){return null==document.getElementById(n)&&console.log("Invalid element: "+n),document.getElementById(n)}function QS(n){try{return Q(n).style}catch(n){}}function QE(n,t){try{Q(n).disabled=!t}catch(n){}}function QV(n,t){try{QS(n).display=t?"":"none"}catch(n){}}function QA(n,t){Q(n).innerHTML+=t}function QH(n,t){Q(n).innerHTML=t}function QC(n){try{return Q(n).classList}catch(n){}}function inputBoxFocus(n){Q(n).focus();var t=Q(n).value;Q(n).value="",Q(n).value=t}function ReadShort(n,t){return(n.charCodeAt(t)<<8)+n.charCodeAt(t+1)}function ReadShortX(n,t){return(n.charCodeAt(t+1)<<8)+n.charCodeAt(t)}function ReadInt(n,t){return 16777216*n.charCodeAt(t)+(n.charCodeAt(t+1)<<16)+(n.charCodeAt(t+2)<<8)+n.charCodeAt(t+3)}function ReadSInt(n,t){return(n.charCodeAt(t)<<24)+(n.charCodeAt(t+1)<<16)+(n.charCodeAt(t+2)<<8)+n.charCodeAt(t+3)}function ReadIntX(n,t){return 16777216*n.charCodeAt(t+3)+(n.charCodeAt(t+2)<<16)+(n.charCodeAt(t+1)<<8)+n.charCodeAt(t)}function ShortToStr(n){return String.fromCharCode(n>>8&255,255&n)}function ShortToStrX(n){return String.fromCharCode(255&n,n>>8&255)}function IntToStr(n){return String.fromCharCode(n>>24&255,n>>16&255,n>>8&255,255&n)}function IntToStrX(n){return String.fromCharCode(255&n,n>>8&255,n>>16&255,n>>24&255)}function MakeToArray(n){return n&&null!=n&&"object"!=typeof n?[n]:n}function SplitArray(n){return n.split(",")}function Clone(n){return JSON.parse(JSON.stringify(n))}function EscapeHtml(n){return"string"==typeof n?n.replace(/&/g,"&").replace(/>/g,">").replace(//g,">").replace(/").replace(/\n/g,"").replace(/\t/g," "):"boolean"==typeof n||"number"==typeof n?n:void 0}function ArrayElementMove(n,t,e){n.splice(e,0,n.splice(t,1)[0])}function ObjectToStringEx(n,t){var e="";if(0!=n&&(!n||null==n))return"(Null)";if(n instanceof Array)for(var r in n)e+="
"+gap(t)+"Item #"+r+": "+ObjectToStringEx(n[r],t+1);else if(n instanceof Object)for(var r in n)e+="
"+gap(t)+r+" = "+ObjectToStringEx(n[r],t+1);else e+=EscapeHtml(n);return e}function ObjectToStringEx2(n,t){var e="";if(0!=n&&(!n||null==n))return"(Null)";if(n instanceof Array)for(var r in n)e+="\r\n"+gap2(t)+"Item #"+r+": "+ObjectToStringEx2(n[r],t+1);else if(n instanceof Object)for(var r in n)e+="\r\n"+gap2(t)+r+" = "+ObjectToStringEx2(n[r],t+1);else e+=EscapeHtml(n);return e}function gap(n){for(var t="",e=0;e<4*n;e++)t+=" ";return t}function gap2(n){for(var t="",e=0;e<4*n;e++)t+=" ";return t}function ObjectToString(n){return ObjectToStringEx(n,0)}function ObjectToString2(n){return ObjectToStringEx2(n,0)}function hex2rstr(n){if("string"!=typeof n||0==n.length)return"";for(var t,e="",r=(""+n).match(/../g);t=r.shift();)e+=String.fromCharCode("0x"+t);return e}function char2hex(n){return(n+256).toString(16).substr(-2).toUpperCase()}function rstr2hex(n){for(var t="",e=0;e")&&-1==n.indexOf("&")&&-1==n.indexOf('"')&&-1==n.indexOf("'")&&-1==n.indexOf("+")&&-1==n.indexOf("(")&&-1==n.indexOf(")")&&-1==n.indexOf("#")&&-1==n.indexOf("%")&&-1==n.indexOf(":")}function isSafeString2(n){return"string"==typeof n&&-1==n.indexOf("<")&&-1==n.indexOf(">")&&-1==n.indexOf("&")&&-1==n.indexOf('"')&&-1==n.indexOf("'")&&-1==n.indexOf("+")&&-1==n.indexOf("(")&&-1==n.indexOf(")")&&-1==n.indexOf("#")&&-1==n.indexOf("%")}function parseUriArgs(){var n,t=window.document.location.href,e={},r=(t=t.endsWith("#")?t.substring(0,t.length-1):t).split(/[\?&|]/);for(n in r.splice(0,1),r){var o,i=r[n],c=i.indexOf("=");e[o=i.substring(0,c)]=i.substring(c+1),isSafeString(e[o])?(c=parseInt(e[o]))==e[o]&&(e[o]=c):delete e[o]}return e}String.prototype.startsWith||(String.prototype.startsWith=function(n){return 0===this.lastIndexOf(n,0)}),String.prototype.endsWith||(String.prototype.endsWith=function(n){return-1!==this.indexOf(n,this.length-n.length)})
\ No newline at end of file
+function Q(n){return document.getElementById(n)}function QS(n){try{return Q(n).style}catch(n){}}function QE(n,t){try{Q(n).disabled=!t}catch(n){}}function QV(n,t){try{QS(n).display=t?"":"none"}catch(n){}}function QA(n,t){Q(n).innerHTML+=t}function QH(n,t){Q(n).innerHTML=t}function QC(n){try{return Q(n).classList}catch(n){}}function inputBoxFocus(n){Q(n).focus();var t=Q(n).value;Q(n).value="",Q(n).value=t}function ReadShort(n,t){return(n.charCodeAt(t)<<8)+n.charCodeAt(t+1)}function ReadShortX(n,t){return(n.charCodeAt(t+1)<<8)+n.charCodeAt(t)}function ReadInt(n,t){return 16777216*n.charCodeAt(t)+(n.charCodeAt(t+1)<<16)+(n.charCodeAt(t+2)<<8)+n.charCodeAt(t+3)}function ReadSInt(n,t){return(n.charCodeAt(t)<<24)+(n.charCodeAt(t+1)<<16)+(n.charCodeAt(t+2)<<8)+n.charCodeAt(t+3)}function ReadIntX(n,t){return 16777216*n.charCodeAt(t+3)+(n.charCodeAt(t+2)<<16)+(n.charCodeAt(t+1)<<8)+n.charCodeAt(t)}function ShortToStr(n){return String.fromCharCode(n>>8&255,255&n)}function ShortToStrX(n){return String.fromCharCode(255&n,n>>8&255)}function IntToStr(n){return String.fromCharCode(n>>24&255,n>>16&255,n>>8&255,255&n)}function IntToStrX(n){return String.fromCharCode(255&n,n>>8&255,n>>16&255,n>>24&255)}function MakeToArray(n){return n&&null!=n&&"object"!=typeof n?[n]:n}function SplitArray(n){return n.split(",")}function Clone(n){return JSON.parse(JSON.stringify(n))}function EscapeHtml(n){return"string"==typeof n?n.replace(/&/g,"&").replace(/>/g,">").replace(//g,">").replace(/").replace(/\n/g,"").replace(/\t/g," "):"boolean"==typeof n||"number"==typeof n?n:void 0}function ArrayElementMove(n,t,r){n.splice(r,0,n.splice(t,1)[0])}function ObjectToStringEx(n,t){var r="";if(0!=n&&(!n||null==n))return"(Null)";if(n instanceof Array)for(var e in n)r+="
"+gap(t)+"Item #"+e+": "+ObjectToStringEx(n[e],t+1);else if(n instanceof Object)for(var e in n)r+="
"+gap(t)+e+" = "+ObjectToStringEx(n[e],t+1);else r+=EscapeHtml(n);return r}function ObjectToStringEx2(n,t){var r="";if(0!=n&&(!n||null==n))return"(Null)";if(n instanceof Array)for(var e in n)r+="\r\n"+gap2(t)+"Item #"+e+": "+ObjectToStringEx2(n[e],t+1);else if(n instanceof Object)for(var e in n)r+="\r\n"+gap2(t)+e+" = "+ObjectToStringEx2(n[e],t+1);else r+=EscapeHtml(n);return r}function gap(n){for(var t="",r=0;r<4*n;r++)t+=" ";return t}function gap2(n){for(var t="",r=0;r<4*n;r++)t+=" ";return t}function ObjectToString(n){return ObjectToStringEx(n,0)}function ObjectToString2(n){return ObjectToStringEx2(n,0)}function hex2rstr(n){if("string"!=typeof n||0==n.length)return"";for(var t,r="",e=(""+n).match(/../g);t=e.shift();)r+=String.fromCharCode("0x"+t);return r}function char2hex(n){return(n+256).toString(16).substr(-2).toUpperCase()}function rstr2hex(n){for(var t="",r=0;r")&&-1==n.indexOf("&")&&-1==n.indexOf('"')&&-1==n.indexOf("'")&&-1==n.indexOf("+")&&-1==n.indexOf("(")&&-1==n.indexOf(")")&&-1==n.indexOf("#")&&-1==n.indexOf("%")&&-1==n.indexOf(":")}function isSafeString2(n){return"string"==typeof n&&-1==n.indexOf("<")&&-1==n.indexOf(">")&&-1==n.indexOf("&")&&-1==n.indexOf('"')&&-1==n.indexOf("'")&&-1==n.indexOf("+")&&-1==n.indexOf("(")&&-1==n.indexOf(")")&&-1==n.indexOf("#")&&-1==n.indexOf("%")}function parseUriArgs(){var n,t=window.document.location.href,r={},e=(t=t.endsWith("#")?t.substring(0,t.length-1):t).split(/[\?&|]/);for(n in e.splice(0,1),e){var o,i=e[n],c=i.indexOf("=");r[o=i.substring(0,c)]=i.substring(c+1),isSafeString(r[o])?(c=parseInt(r[o]))==r[o]&&(r[o]=c):delete r[o]}return r}String.prototype.startsWith||(String.prototype.startsWith=function(n){return 0===this.lastIndexOf(n,0)}),String.prototype.endsWith||(String.prototype.endsWith=function(n){return-1!==this.indexOf(n,this.length-n.length)})
\ No newline at end of file
diff --git a/translate/translate.json b/translate/translate.json
index 145f432e..5828041e 100644
--- a/translate/translate.json
+++ b/translate/translate.json
@@ -17,8 +17,8 @@
"zh-chs": " + CIRA",
"zh-cht": " + CIRA",
"xloc": [
- "default.handlebars->33->1618",
- "default.handlebars->33->1620"
+ "default.handlebars->33->1628",
+ "default.handlebars->33->1630"
]
},
{
@@ -204,7 +204,7 @@
"zh-chs": " 可以使用密码提示,但不建议使用。",
"zh-cht": " 可以使用密碼提示,但不建議使用。",
"xloc": [
- "default.handlebars->33->1519"
+ "default.handlebars->33->1529"
]
},
{
@@ -224,8 +224,8 @@
"zh-chs": " 用户需要先登录到该服务器一次,然后才能将其添加到设备组。",
"zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。",
"xloc": [
- "default.handlebars->33->1697",
- "default.handlebars->33->2185"
+ "default.handlebars->33->1707",
+ "default.handlebars->33->2195"
]
},
{
@@ -430,7 +430,7 @@
"zh-chs": "* 8个字符,1个大写,1个小写,1个数字,1个非字母数字。",
"zh-cht": "* 8個字符,1個大寫,1個小寫,1個數字,1個非字母數字。",
"xloc": [
- "default.handlebars->33->1666",
+ "default.handlebars->33->1676",
"default.handlebars->33->376"
]
},
@@ -505,8 +505,8 @@
"zh-chs": ",",
"zh-cht": ",",
"xloc": [
- "default-mobile.handlebars->11->611",
- "default.handlebars->33->1768"
+ "default-mobile.handlebars->11->621",
+ "default.handlebars->33->1778"
]
},
{
@@ -555,8 +555,8 @@
"zh-chs": ",MQTT在线",
"zh-cht": ",MQTT在線",
"xloc": [
- "default-mobile.handlebars->11->528",
- "default.handlebars->33->1229"
+ "default-mobile.handlebars->11->538",
+ "default.handlebars->33->1239"
]
},
{
@@ -565,7 +565,7 @@
"nl": ", Geen toestemming",
"de": ", keine Zustimmung",
"xloc": [
- "default.handlebars->33->805"
+ "default.handlebars->33->809"
]
},
{
@@ -585,7 +585,7 @@
"zh-chs": ",提示同意",
"zh-cht": ",提示同意",
"xloc": [
- "default.handlebars->33->806"
+ "default.handlebars->33->810"
]
},
{
@@ -605,7 +605,7 @@
"zh-chs": ",软体KVM",
"zh-cht": ",軟體KVM",
"xloc": [
- "default.handlebars->33->1007",
+ "default.handlebars->33->1013",
"sharing.handlebars->11->12"
]
},
@@ -614,7 +614,7 @@
"fr": ", barre d'outils",
"nl": ", Werkbalk",
"xloc": [
- "default.handlebars->33->807"
+ "default.handlebars->33->811"
]
},
{
@@ -623,7 +623,7 @@
"fr": ", Visualisation seulement",
"de": ", nur ansehen",
"xloc": [
- "default.handlebars->33->804"
+ "default.handlebars->33->808"
]
},
{
@@ -643,12 +643,12 @@
"zh-chs": ",WebRTC",
"zh-cht": ",WebRTC",
"xloc": [
- "default-mobile.handlebars->11->360",
- "default-mobile.handlebars->11->395",
- "default-mobile.handlebars->11->402",
- "default.handlebars->33->1014",
- "default.handlebars->33->1077",
- "default.handlebars->33->1092",
+ "default-mobile.handlebars->11->366",
+ "default-mobile.handlebars->11->401",
+ "default-mobile.handlebars->11->412",
+ "default.handlebars->33->1020",
+ "default.handlebars->33->1083",
+ "default.handlebars->33->1102",
"sharing.handlebars->11->19",
"sharing.handlebars->11->27",
"sharing.handlebars->11->44",
@@ -772,7 +772,7 @@
"zh-chs": ",{0}观看",
"zh-cht": ",{0}觀看",
"xloc": [
- "default.handlebars->33->1008",
+ "default.handlebars->33->1014",
"sharing.handlebars->11->13"
]
},
@@ -838,10 +838,10 @@
"zh-cht": "...",
"xloc": [
"default-mobile.handlebars->11->132",
- "default-mobile.handlebars->11->404",
- "default.handlebars->33->1098",
- "default.handlebars->33->1820",
- "default.handlebars->33->2354",
+ "default-mobile.handlebars->11->414",
+ "default.handlebars->33->1108",
+ "default.handlebars->33->1830",
+ "default.handlebars->33->2364",
"sharing.handlebars->11->50"
]
},
@@ -899,7 +899,7 @@
"zh-chs": "1个活跃时段",
"zh-cht": "1個活躍時段",
"xloc": [
- "default.handlebars->33->2258"
+ "default.handlebars->33->2268"
]
},
{
@@ -920,8 +920,8 @@
"zh-cht": "1個位元組",
"xloc": [
"default-mobile.handlebars->11->142",
- "default-mobile.handlebars->11->654",
- "default.handlebars->33->1844",
+ "default-mobile.handlebars->11->664",
+ "default.handlebars->33->1854",
"download.handlebars->3->1",
"download2.handlebars->5->1",
"sharing.handlebars->11->96"
@@ -944,7 +944,7 @@
"zh-chs": "1条连接",
"zh-cht": "1位聯絡文",
"xloc": [
- "default.handlebars->33->1010",
+ "default.handlebars->33->1016",
"sharing.handlebars->11->15"
]
},
@@ -987,7 +987,7 @@
"zh-chs": "1组",
"zh-cht": "1群",
"xloc": [
- "default.handlebars->33->2219"
+ "default.handlebars->33->2229"
]
},
{
@@ -1029,8 +1029,8 @@
"zh-chs": "1分钟",
"zh-cht": "1分鐘",
"xloc": [
- "default.handlebars->33->1485",
- "default.handlebars->33->872"
+ "default.handlebars->33->1495",
+ "default.handlebars->33->876"
]
},
{
@@ -1092,7 +1092,7 @@
"zh-chs": "有1个用户没有显示,请使用搜索框查找用户...",
"zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...",
"xloc": [
- "default.handlebars->33->2009"
+ "default.handlebars->33->2019"
]
},
{
@@ -1120,8 +1120,8 @@
"nl": "1 seconde",
"fr": "1 seconde",
"xloc": [
- "default-mobile.handlebars->11->314",
- "default.handlebars->33->900"
+ "default-mobile.handlebars->11->318",
+ "default.handlebars->33->904"
]
},
{
@@ -1167,7 +1167,7 @@
"default-mobile.handlebars->11->204",
"default-mobile.handlebars->11->207",
"default-mobile.handlebars->11->210",
- "default.handlebars->33->2013",
+ "default.handlebars->33->2023",
"default.handlebars->33->309",
"default.handlebars->33->312",
"default.handlebars->33->315",
@@ -1299,8 +1299,8 @@
"zh-chs": "10分钟",
"zh-cht": "10分鐘",
"xloc": [
- "default.handlebars->33->1487",
- "default.handlebars->33->874"
+ "default.handlebars->33->1497",
+ "default.handlebars->33->878"
]
},
{
@@ -1308,8 +1308,8 @@
"nl": "10 seconden",
"fr": "10 secondes",
"xloc": [
- "default-mobile.handlebars->11->316",
- "default.handlebars->33->902"
+ "default-mobile.handlebars->11->320",
+ "default.handlebars->33->906"
]
},
{
@@ -1392,8 +1392,8 @@
"zh-chs": "12小时",
"zh-cht": "12小時",
"xloc": [
- "default.handlebars->33->1495",
- "default.handlebars->33->882"
+ "default.handlebars->33->1505",
+ "default.handlebars->33->886"
]
},
{
@@ -1435,8 +1435,8 @@
"zh-chs": "15分钟",
"zh-cht": "15分鐘",
"xloc": [
- "default.handlebars->33->1488",
- "default.handlebars->33->875"
+ "default.handlebars->33->1498",
+ "default.handlebars->33->879"
]
},
{
@@ -1456,8 +1456,8 @@
"zh-chs": "16小时",
"zh-cht": "16小時",
"xloc": [
- "default.handlebars->33->1496",
- "default.handlebars->33->883"
+ "default.handlebars->33->1506",
+ "default.handlebars->33->887"
]
},
{
@@ -1477,8 +1477,8 @@
"zh-chs": "2天",
"zh-cht": "2天",
"xloc": [
- "default.handlebars->33->1498",
- "default.handlebars->33->885"
+ "default.handlebars->33->1508",
+ "default.handlebars->33->889"
]
},
{
@@ -1498,8 +1498,8 @@
"zh-chs": "2小时",
"zh-cht": "2小時",
"xloc": [
- "default.handlebars->33->1492",
- "default.handlebars->33->879"
+ "default.handlebars->33->1502",
+ "default.handlebars->33->883"
]
},
{
@@ -1603,8 +1603,8 @@
"zh-chs": "24小时",
"zh-cht": "24小時",
"xloc": [
- "default.handlebars->33->1497",
- "default.handlebars->33->884"
+ "default.handlebars->33->1507",
+ "default.handlebars->33->888"
]
},
{
@@ -1666,7 +1666,7 @@
"zh-chs": "2FA备份代码已清除",
"zh-cht": "2FA備份代碼已清除",
"xloc": [
- "default.handlebars->33->1955"
+ "default.handlebars->33->1965"
]
},
{
@@ -1686,8 +1686,8 @@
"zh-chs": "启用第二因素身份验证",
"zh-cht": "啟用第二因素身份驗證",
"xloc": [
- "default.handlebars->33->2026",
- "default.handlebars->33->2241"
+ "default.handlebars->33->2036",
+ "default.handlebars->33->2251"
]
},
{
@@ -1723,7 +1723,7 @@
"pt": "3",
"ru": "3",
"xloc": [
- "default-mobile.handlebars->11->430"
+ "default-mobile.handlebars->11->440"
]
},
{
@@ -1806,8 +1806,8 @@
"zh-chs": "30分钟",
"zh-cht": "30分鐘",
"xloc": [
- "default.handlebars->33->1489",
- "default.handlebars->33->876"
+ "default.handlebars->33->1499",
+ "default.handlebars->33->880"
]
},
{
@@ -1870,8 +1870,8 @@
"zh-chs": "4天",
"zh-cht": "4天",
"xloc": [
- "default.handlebars->33->1499",
- "default.handlebars->33->886"
+ "default.handlebars->33->1509",
+ "default.handlebars->33->890"
]
},
{
@@ -1891,8 +1891,8 @@
"zh-chs": "4个小时",
"zh-cht": "4個小時",
"xloc": [
- "default.handlebars->33->1493",
- "default.handlebars->33->880"
+ "default.handlebars->33->1503",
+ "default.handlebars->33->884"
]
},
{
@@ -1975,8 +1975,8 @@
"zh-chs": "45分钟",
"zh-cht": "45分鐘",
"xloc": [
- "default.handlebars->33->1490",
- "default.handlebars->33->877"
+ "default.handlebars->33->1500",
+ "default.handlebars->33->881"
]
},
{
@@ -2016,8 +2016,8 @@
"zh-chs": "5分钟",
"zh-cht": "5分鐘",
"xloc": [
- "default.handlebars->33->1486",
- "default.handlebars->33->873"
+ "default.handlebars->33->1496",
+ "default.handlebars->33->877"
]
},
{
@@ -2025,8 +2025,8 @@
"nl": "5 seconden",
"fr": "5 secondes",
"xloc": [
- "default-mobile.handlebars->11->315",
- "default.handlebars->33->901"
+ "default-mobile.handlebars->11->319",
+ "default.handlebars->33->905"
]
},
{
@@ -2152,8 +2152,8 @@
"zh-chs": "60分钟",
"zh-cht": "60分鐘",
"xloc": [
- "default.handlebars->33->1491",
- "default.handlebars->33->878"
+ "default.handlebars->33->1501",
+ "default.handlebars->33->882"
]
},
{
@@ -2273,7 +2273,7 @@
"zh-chs": "7天电源状态",
"zh-cht": "7天電源狀態",
"xloc": [
- "default.handlebars->33->935"
+ "default.handlebars->33->939"
]
},
{
@@ -2336,10 +2336,10 @@
"zh-chs": "8小時",
"zh-cht": "8小時",
"xloc": [
- "default.handlebars->33->1494",
+ "default.handlebars->33->1504",
"default.handlebars->33->400",
"default.handlebars->33->414",
- "default.handlebars->33->881"
+ "default.handlebars->33->885"
]
},
{
@@ -2571,7 +2571,7 @@
"zh-cht": "ACM",
"xloc": [
"default-mobile.handlebars->11->274",
- "default.handlebars->33->1634",
+ "default.handlebars->33->1644",
"default.handlebars->33->673"
]
},
@@ -2635,7 +2635,7 @@
"nl": "AMT-OS",
"fr": "AMT-OS",
"xloc": [
- "default.handlebars->33->2432"
+ "default.handlebars->33->2442"
]
},
{
@@ -2748,8 +2748,8 @@
"nl": "Anti-virus",
"fr": "Antivirus",
"xloc": [
- "default-mobile.handlebars->11->440",
- "default-mobile.handlebars->11->442",
+ "default-mobile.handlebars->11->450",
+ "default-mobile.handlebars->11->452",
"default.handlebars->33->692",
"default.handlebars->33->694"
]
@@ -2771,8 +2771,8 @@
"zh-chs": "拒绝访问",
"zh-cht": "拒絕存取",
"xloc": [
- "default-mobile.handlebars->11->529",
- "default.handlebars->33->1230"
+ "default-mobile.handlebars->11->539",
+ "default.handlebars->33->1240"
]
},
{
@@ -2822,7 +2822,7 @@
"zh-chs": "访问服务器档案",
"zh-cht": "存取伺服器檔案",
"xloc": [
- "default.handlebars->33->2191"
+ "default.handlebars->33->2201"
]
},
{
@@ -2911,9 +2911,9 @@
"default-mobile.handlebars->11->243",
"default-mobile.handlebars->11->245",
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountSecurity->1->0",
- "default.handlebars->33->1528",
- "default.handlebars->33->1530",
- "default.handlebars->33->2483",
+ "default.handlebars->33->1538",
+ "default.handlebars->33->1540",
+ "default.handlebars->33->2493",
"default.handlebars->33->635",
"default.handlebars->33->637"
]
@@ -2924,8 +2924,8 @@
"fr": "Paramètres du compte",
"de": "Konto Einstellungen",
"xloc": [
- "default-mobile.handlebars->11->622",
- "default.handlebars->33->2362"
+ "default-mobile.handlebars->11->632",
+ "default.handlebars->33->2372"
]
},
{
@@ -2986,7 +2986,7 @@
"zh-chs": "帐户已更改:{0}",
"zh-cht": "帳戶已更改:{0}",
"xloc": [
- "default.handlebars->33->1928"
+ "default.handlebars->33->1938"
]
},
{
@@ -3006,7 +3006,7 @@
"zh-chs": "创建帐户,电子邮件为{0}",
"zh-cht": "創建帳戶,電子郵件為{0}",
"xloc": [
- "default.handlebars->33->1927"
+ "default.handlebars->33->1937"
]
},
{
@@ -3026,7 +3026,7 @@
"zh-chs": "创建帐户,用户名是{0}",
"zh-cht": "帳戶已創建,用戶名是{0}",
"xloc": [
- "default.handlebars->33->1926"
+ "default.handlebars->33->1936"
]
},
{
@@ -3046,8 +3046,8 @@
"zh-chs": "帐户已被锁定",
"zh-cht": "帳戶已被鎖定",
"xloc": [
- "default.handlebars->33->2028",
- "default.handlebars->33->2188"
+ "default.handlebars->33->2038",
+ "default.handlebars->33->2198"
]
},
{
@@ -3067,8 +3067,8 @@
"zh-chs": "达到帐户限制。",
"zh-cht": "達到帳戶限制。",
"xloc": [
- "default-mobile.handlebars->11->634",
- "default.handlebars->33->2374",
+ "default-mobile.handlebars->11->644",
+ "default.handlebars->33->2384",
"login-mobile.handlebars->5->6",
"login.handlebars->5->6",
"login2.handlebars->7->8"
@@ -3113,7 +3113,7 @@
"zh-chs": "帐号登录",
"zh-cht": "帳號登錄",
"xloc": [
- "default.handlebars->33->1863"
+ "default.handlebars->33->1873"
]
},
{
@@ -3122,7 +3122,7 @@
"fr": "Connexion de {0}, {1}, {2}",
"de": "Konto Login von {0}, {1}, {2}",
"xloc": [
- "default.handlebars->33->1969"
+ "default.handlebars->33->1979"
]
},
{
@@ -3142,7 +3142,7 @@
"zh-chs": "帐户登出",
"zh-cht": "帳戶登出",
"xloc": [
- "default.handlebars->33->1864"
+ "default.handlebars->33->1874"
]
},
{
@@ -3184,7 +3184,7 @@
"zh-chs": "帐户密码已更改:{0}",
"zh-cht": "帳戶密碼已更改:{0}",
"xloc": [
- "default.handlebars->33->1936"
+ "default.handlebars->33->1946"
]
},
{
@@ -3204,7 +3204,7 @@
"zh-chs": "帐户已删除",
"zh-cht": "帳戶已刪除",
"xloc": [
- "default.handlebars->33->1925"
+ "default.handlebars->33->1935"
]
},
{
@@ -3244,8 +3244,8 @@
"zh-chs": "指令",
"zh-cht": "指令",
"xloc": [
- "default-mobile.handlebars->11->535",
- "default.handlebars->33->1236",
+ "default-mobile.handlebars->11->545",
+ "default.handlebars->33->1246",
"default.handlebars->container->column_l->p42->p42tbl->1->0->8"
]
},
@@ -3266,8 +3266,8 @@
"zh-chs": "动作档案",
"zh-cht": "動作檔案",
"xloc": [
- "default.handlebars->33->981",
- "default.handlebars->33->983"
+ "default.handlebars->33->985",
+ "default.handlebars->33->987"
]
},
{
@@ -3287,11 +3287,11 @@
"zh-chs": "动作",
"zh-cht": "動作",
"xloc": [
- "default-mobile.handlebars->11->297",
+ "default-mobile.handlebars->11->301",
"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-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea4->1->3",
- "default.handlebars->33->735",
+ "default.handlebars->33->739",
"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"
@@ -3374,7 +3374,7 @@
"zh-chs": "如果ACM失败,则激活到CCM",
"zh-cht": "如果ACM失敗,則激活到CCM",
"xloc": [
- "default.handlebars->33->1657"
+ "default.handlebars->33->1667"
]
},
{
@@ -3396,8 +3396,8 @@
"xloc": [
"default-mobile.handlebars->11->269",
"default-mobile.handlebars->11->271",
- "default-mobile.handlebars->11->491",
- "default.handlebars->33->1191",
+ "default-mobile.handlebars->11->501",
+ "default.handlebars->33->1201",
"default.handlebars->33->666",
"default.handlebars->33->668"
]
@@ -3439,7 +3439,7 @@
"zh-chs": "主动设备共享",
"zh-cht": "主動設備共享",
"xloc": [
- "default.handlebars->33->793"
+ "default.handlebars->33->797"
]
},
{
@@ -3447,7 +3447,7 @@
"nl": "Actieve login-tokens",
"fr": "Jetons de connexion actifs",
"xloc": [
- "default.handlebars->33->1549"
+ "default.handlebars->33->1559"
]
},
{
@@ -3473,8 +3473,8 @@
"nl": "Toevoegen",
"de": "hinzufügen",
"xloc": [
- "default-mobile.handlebars->11->387",
- "default.handlebars->33->1045"
+ "default-mobile.handlebars->11->393",
+ "default.handlebars->33->1051"
]
},
{
@@ -3494,7 +3494,7 @@
"zh-chs": "添加代理",
"zh-cht": "新增代理",
"xloc": [
- "default.handlebars->33->1630",
+ "default.handlebars->33->1640",
"default.handlebars->33->342"
]
},
@@ -3532,8 +3532,8 @@
"zh-chs": "添加设备",
"zh-cht": "新增裝置",
"xloc": [
- "default.handlebars->33->2165",
- "default.handlebars->33->2295",
+ "default.handlebars->33->2175",
+ "default.handlebars->33->2305",
"default.handlebars->33->346"
]
},
@@ -3554,7 +3554,7 @@
"zh-chs": "添加设备日志",
"zh-cht": "新增裝置日誌",
"xloc": [
- "default.handlebars->33->849"
+ "default.handlebars->33->853"
]
},
{
@@ -3574,9 +3574,9 @@
"zh-chs": "添加设备组",
"zh-cht": "新增裝置群",
"xloc": [
- "default.handlebars->33->1732",
- "default.handlebars->33->2159",
- "default.handlebars->33->2283",
+ "default.handlebars->33->1742",
+ "default.handlebars->33->2169",
+ "default.handlebars->33->2293",
"default.handlebars->33->276"
]
},
@@ -3597,7 +3597,7 @@
"zh-chs": "添加设备组权限",
"zh-cht": "新增裝置群權限",
"xloc": [
- "default.handlebars->33->1729"
+ "default.handlebars->33->1739"
]
},
{
@@ -3617,8 +3617,8 @@
"zh-chs": "添加设备权限",
"zh-cht": "新增裝置權限",
"xloc": [
- "default.handlebars->33->1734",
- "default.handlebars->33->1736"
+ "default.handlebars->33->1744",
+ "default.handlebars->33->1746"
]
},
{
@@ -3715,7 +3715,7 @@
"zh-chs": "添加成员身份",
"zh-cht": "新增成員身份",
"xloc": [
- "default.handlebars->33->2315"
+ "default.handlebars->33->2325"
]
},
{
@@ -3755,8 +3755,8 @@
"zh-chs": "添加安全密钥",
"zh-cht": "新增安全密鑰",
"xloc": [
- "default.handlebars->33->1275",
- "default.handlebars->33->1276",
+ "default.handlebars->33->1285",
+ "default.handlebars->33->1286",
"default.handlebars->33->167",
"default.handlebars->33->169",
"default.handlebars->33->172",
@@ -3780,8 +3780,8 @@
"zh-chs": "添加用户",
"zh-cht": "新增用戶",
"xloc": [
- "default-mobile.handlebars->11->551",
- "default.handlebars->33->785"
+ "default-mobile.handlebars->11->561",
+ "default.handlebars->33->789"
]
},
{
@@ -3801,7 +3801,7 @@
"zh-chs": "添加用户设备权限",
"zh-cht": "新增用戶裝置權限",
"xloc": [
- "default.handlebars->33->1739"
+ "default.handlebars->33->1749"
]
},
{
@@ -3821,10 +3821,10 @@
"zh-chs": "添加用户组",
"zh-cht": "新增用戶群",
"xloc": [
- "default.handlebars->33->1626",
- "default.handlebars->33->1731",
- "default.handlebars->33->2289",
- "default.handlebars->33->786"
+ "default.handlebars->33->1636",
+ "default.handlebars->33->1741",
+ "default.handlebars->33->2299",
+ "default.handlebars->33->790"
]
},
{
@@ -3844,7 +3844,7 @@
"zh-chs": "添加用户组设备权限",
"zh-cht": "新增用戶群裝置權限",
"xloc": [
- "default.handlebars->33->1741"
+ "default.handlebars->33->1751"
]
},
{
@@ -3864,7 +3864,7 @@
"zh-chs": "将用户添加到设备组",
"zh-cht": "將用戶新增到裝置群",
"xloc": [
- "default-mobile.handlebars->11->587"
+ "default-mobile.handlebars->11->597"
]
},
{
@@ -3901,8 +3901,8 @@
"zh-chs": "添加用户",
"zh-cht": "新增用戶",
"xloc": [
- "default.handlebars->33->1625",
- "default.handlebars->33->2154"
+ "default.handlebars->33->1635",
+ "default.handlebars->33->2164"
]
},
{
@@ -3922,7 +3922,7 @@
"zh-chs": "将用户添加到设备组",
"zh-cht": "將用戶新增到裝置群",
"xloc": [
- "default.handlebars->33->1728"
+ "default.handlebars->33->1738"
]
},
{
@@ -3942,7 +3942,7 @@
"zh-chs": "将用户添加到用户组",
"zh-cht": "將用戶新增到用戶群",
"xloc": [
- "default.handlebars->33->2187"
+ "default.handlebars->33->2197"
]
},
{
@@ -4067,7 +4067,7 @@
"zh-chs": "通过安装Mesh Agent将新计算机添加到该设备组。",
"zh-cht": "通過安裝Mesh Agent將新電腦新增到該裝置群。",
"xloc": [
- "default.handlebars->33->1629",
+ "default.handlebars->33->1639",
"default.handlebars->33->341"
]
},
@@ -4144,7 +4144,7 @@
"zh-chs": "添加了身份验证应用程序",
"zh-cht": "添加了身份驗證應用程序",
"xloc": [
- "default.handlebars->33->1952"
+ "default.handlebars->33->1962"
]
},
{
@@ -4164,7 +4164,7 @@
"zh-chs": "已将设备共享{0}从{1}添加到{2}",
"zh-cht": "已將設備共享{0}從{1}添加到{2}",
"xloc": [
- "default.handlebars->33->1963"
+ "default.handlebars->33->1973"
]
},
{
@@ -4184,8 +4184,8 @@
"zh-chs": "已将设备{0}添加到设备组{1}",
"zh-cht": "已將設備{0}添加到設備組{1}",
"xloc": [
- "default.handlebars->33->1919",
- "default.handlebars->33->1946"
+ "default.handlebars->33->1929",
+ "default.handlebars->33->1956"
]
},
{
@@ -4193,7 +4193,7 @@
"nl": "Inlogtoken toegevoegd",
"fr": "Jeton de connexion ajouté",
"xloc": [
- "default.handlebars->33->1977"
+ "default.handlebars->33->1987"
]
},
{
@@ -4201,7 +4201,7 @@
"nl": "Verificatie apparaat voor pushmeldingen toegevoegd",
"fr": "Appareil d'authentification par notification ajouté",
"xloc": [
- "default.handlebars->33->1975"
+ "default.handlebars->33->1985"
]
},
{
@@ -4221,7 +4221,7 @@
"zh-chs": "添加了安全密钥",
"zh-cht": "添加了安全密鑰",
"xloc": [
- "default.handlebars->33->1957"
+ "default.handlebars->33->1967"
]
},
{
@@ -4241,7 +4241,7 @@
"zh-chs": "已将用户组{0}添加到设备组{1}",
"zh-cht": "已將用戶組{0}添加到設備組{1}",
"xloc": [
- "default.handlebars->33->1930"
+ "default.handlebars->33->1940"
]
},
{
@@ -4261,8 +4261,8 @@
"zh-chs": "已将用户{0}添加到用户组{1}",
"zh-cht": "已將用戶{0}添加到用戶組{1}",
"xloc": [
- "default.handlebars->33->1933",
- "default.handlebars->33->1942"
+ "default.handlebars->33->1943",
+ "default.handlebars->33->1952"
]
},
{
@@ -4322,8 +4322,8 @@
"zh-chs": "管理员控制模式(ACM)",
"zh-cht": "管理員控制模式(ACM)",
"xloc": [
- "default-mobile.handlebars->11->493",
- "default.handlebars->33->1193"
+ "default-mobile.handlebars->11->503",
+ "default.handlebars->33->1203"
]
},
{
@@ -4343,8 +4343,8 @@
"zh-chs": "管理员凭证",
"zh-cht": "管理員憑證",
"xloc": [
- "default-mobile.handlebars->11->499",
- "default.handlebars->33->1199"
+ "default-mobile.handlebars->11->509",
+ "default.handlebars->33->1209"
]
},
{
@@ -4385,7 +4385,7 @@
"zh-chs": "管理领域",
"zh-cht": "管理領域",
"xloc": [
- "default.handlebars->33->2223"
+ "default.handlebars->33->2233"
]
},
{
@@ -4426,7 +4426,7 @@
"zh-chs": "管理领域",
"zh-cht": "管理領域",
"xloc": [
- "default.handlebars->33->2091"
+ "default.handlebars->33->2101"
]
},
{
@@ -4446,7 +4446,7 @@
"zh-chs": "管理员",
"zh-cht": "管理員",
"xloc": [
- "default.handlebars->33->2020"
+ "default.handlebars->33->2030"
]
},
{
@@ -4466,7 +4466,7 @@
"zh-chs": "南非文",
"zh-cht": "南非文",
"xloc": [
- "default.handlebars->33->1278"
+ "default.handlebars->33->1288"
]
},
{
@@ -4490,9 +4490,9 @@
"default-mobile.handlebars->11->235",
"default-mobile.handlebars->11->288",
"default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
- "default.handlebars->33->1795",
- "default.handlebars->33->1808",
- "default.handlebars->33->2430",
+ "default.handlebars->33->1805",
+ "default.handlebars->33->1818",
+ "default.handlebars->33->2440",
"default.handlebars->33->292",
"default.handlebars->33->503",
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1"
@@ -4515,8 +4515,8 @@
"zh-chs": "代理+英特尔AMT",
"zh-cht": "代理+Intel® AMT",
"xloc": [
- "default.handlebars->33->1797",
- "default.handlebars->33->1810"
+ "default.handlebars->33->1807",
+ "default.handlebars->33->1820"
]
},
{
@@ -4557,8 +4557,8 @@
"zh-chs": "代理控制台",
"zh-cht": "代理控制台",
"xloc": [
- "default-mobile.handlebars->11->593",
- "default.handlebars->33->1749"
+ "default-mobile.handlebars->11->603",
+ "default.handlebars->33->1759"
]
},
{
@@ -4578,7 +4578,7 @@
"zh-chs": "代理错误计数器",
"zh-cht": "代理錯誤計數器",
"xloc": [
- "default.handlebars->33->2399"
+ "default.handlebars->33->2409"
]
},
{
@@ -4690,7 +4690,7 @@
"zh-chs": "代理时段",
"zh-cht": "代理時段",
"xloc": [
- "default.handlebars->33->2415"
+ "default.handlebars->33->2425"
]
},
{
@@ -4731,7 +4731,7 @@
"zh-chs": "代理类型",
"zh-cht": "代理類型",
"xloc": [
- "default.handlebars->33->1806",
+ "default.handlebars->33->1816",
"default.handlebars->container->column_l->p21->p21main->1->1->meshOsChartDiv->1"
]
},
@@ -4752,7 +4752,7 @@
"zh-chs": "代理关闭了与服务器压缩的{0}%代理会话。已发送:{1},已压缩:{2}",
"zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}",
"xloc": [
- "default.handlebars->33->1916"
+ "default.handlebars->33->1926"
]
},
{
@@ -4773,8 +4773,8 @@
"zh-cht": "代理已連接",
"xloc": [
"default.handlebars->33->181",
- "default.handlebars->33->776",
- "default.handlebars->33->777"
+ "default.handlebars->33->780",
+ "default.handlebars->33->781"
]
},
{
@@ -4814,8 +4814,8 @@
"zh-chs": "代理离线",
"zh-cht": "代理離線",
"xloc": [
- "default-mobile.handlebars->11->527",
- "default.handlebars->33->1228"
+ "default-mobile.handlebars->11->537",
+ "default.handlebars->33->1238"
]
},
{
@@ -4835,8 +4835,8 @@
"zh-chs": "代理在线",
"zh-cht": "代理在線",
"xloc": [
- "default-mobile.handlebars->11->526",
- "default.handlebars->33->1227"
+ "default-mobile.handlebars->11->536",
+ "default.handlebars->33->1237"
]
},
{
@@ -4857,7 +4857,7 @@
"zh-cht": "代理在特權降低的遠程設備上運行。",
"xloc": [
"default.handlebars->33->179",
- "default.handlebars->33->774"
+ "default.handlebars->33->778"
]
},
{
@@ -4877,7 +4877,7 @@
"zh-chs": "代理",
"zh-cht": "代理",
"xloc": [
- "default.handlebars->33->2443"
+ "default.handlebars->33->2453"
]
},
{
@@ -4897,7 +4897,7 @@
"zh-chs": "阿尔巴尼亚文",
"zh-cht": "阿爾巴尼亞文",
"xloc": [
- "default.handlebars->33->1279"
+ "default.handlebars->33->1289"
]
},
{
@@ -4918,8 +4918,8 @@
"zh-cht": "所有",
"xloc": [
"default-mobile.handlebars->11->141",
- "default-mobile.handlebars->11->405",
- "default-mobile.handlebars->11->407",
+ "default-mobile.handlebars->11->415",
+ "default-mobile.handlebars->11->417",
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->DevFilterSelect->1"
]
},
@@ -4940,7 +4940,7 @@
"zh-chs": "全部可用",
"zh-cht": "全部可用",
"xloc": [
- "default.handlebars->33->1983"
+ "default.handlebars->33->1993"
]
},
{
@@ -4960,7 +4960,7 @@
"zh-chs": "所有显示",
"zh-cht": "所有顯示",
"xloc": [
- "default.handlebars->33->1070"
+ "default.handlebars->33->1076"
]
},
{
@@ -4980,7 +4980,7 @@
"zh-chs": "所有事件",
"zh-cht": "所有事件",
"xloc": [
- "default.handlebars->33->1981"
+ "default.handlebars->33->1991"
]
},
{
@@ -5000,9 +5000,9 @@
"zh-chs": "全部聚焦",
"zh-cht": "全部聚焦",
"xloc": [
- "default.handlebars->33->1015",
- "default.handlebars->33->1017",
- "default.handlebars->33->1018"
+ "default.handlebars->33->1021",
+ "default.handlebars->33->1023",
+ "default.handlebars->33->1024"
]
},
{
@@ -5022,8 +5022,8 @@
"zh-chs": "允许用户管理此设备组和该组中的设备。",
"zh-cht": "允許用戶管理此裝置群和該群中的裝置。",
"xloc": [
- "default.handlebars->33->1695",
- "default.handlebars->33->2184"
+ "default.handlebars->33->1705",
+ "default.handlebars->33->2194"
]
},
{
@@ -5043,7 +5043,7 @@
"zh-chs": "允许用户管理此设备。",
"zh-cht": "允許用戶管理此裝置。",
"xloc": [
- "default.handlebars->33->1696"
+ "default.handlebars->33->1706"
]
},
{
@@ -5081,10 +5081,10 @@
"fr": "Alt",
"nl": "Alt",
"xloc": [
- "default-mobile.handlebars->11->380",
- "default-mobile.handlebars->11->384",
- "default.handlebars->33->1038",
- "default.handlebars->33->1042"
+ "default-mobile.handlebars->11->386",
+ "default-mobile.handlebars->11->390",
+ "default.handlebars->33->1044",
+ "default.handlebars->33->1048"
]
},
{
@@ -5146,7 +5146,7 @@
"zh-chs": "备用(F10 = ESC + 0)",
"zh-cht": "備用(F10 = ESC + 0)",
"xloc": [
- "default.handlebars->33->1085",
+ "default.handlebars->33->1095",
"sharing.handlebars->11->37"
]
},
@@ -5189,9 +5189,9 @@
"zh-chs": "一直通知",
"zh-cht": "一直通知",
"xloc": [
- "default.handlebars->33->1605",
- "default.handlebars->33->2145",
- "default.handlebars->33->2232",
+ "default.handlebars->33->1615",
+ "default.handlebars->33->2155",
+ "default.handlebars->33->2242",
"default.handlebars->33->717"
]
},
@@ -5212,9 +5212,9 @@
"zh-chs": "一直提示",
"zh-cht": "一直提示",
"xloc": [
- "default.handlebars->33->1606",
- "default.handlebars->33->2146",
- "default.handlebars->33->2233",
+ "default.handlebars->33->1616",
+ "default.handlebars->33->2156",
+ "default.handlebars->33->2243",
"default.handlebars->33->718"
]
},
@@ -5332,7 +5332,7 @@
"nl": "Android installatie",
"fr": "Installation pour Android",
"xloc": [
- "default-mobile.handlebars->11->567"
+ "default-mobile.handlebars->11->577"
]
},
{
@@ -5362,8 +5362,8 @@
"fr": "Antivirus désactivé",
"de": "Anti-virus ist nicht aktiv",
"xloc": [
- "default.handlebars->33->1799",
- "default.handlebars->33->1813"
+ "default.handlebars->33->1809",
+ "default.handlebars->33->1823"
]
},
{
@@ -5383,7 +5383,7 @@
"zh-chs": "杀毒软件",
"zh-cht": "防毒軟體",
"xloc": [
- "default-mobile.handlebars->11->456",
+ "default-mobile.handlebars->11->466",
"default.handlebars->33->708"
]
},
@@ -5505,7 +5505,7 @@
"zh-chs": "阿拉伯文(阿尔及利亚)",
"zh-cht": "阿拉伯文(阿爾及利亞)",
"xloc": [
- "default.handlebars->33->1281"
+ "default.handlebars->33->1291"
]
},
{
@@ -5525,7 +5525,7 @@
"zh-chs": "阿拉伯文(巴林)",
"zh-cht": "阿拉伯文(巴林)",
"xloc": [
- "default.handlebars->33->1282"
+ "default.handlebars->33->1292"
]
},
{
@@ -5545,7 +5545,7 @@
"zh-chs": "阿拉伯文(埃及)",
"zh-cht": "阿拉伯文(埃及)",
"xloc": [
- "default.handlebars->33->1283"
+ "default.handlebars->33->1293"
]
},
{
@@ -5565,7 +5565,7 @@
"zh-chs": "阿拉伯文(伊拉克)",
"zh-cht": "阿拉伯文(伊拉克)",
"xloc": [
- "default.handlebars->33->1284"
+ "default.handlebars->33->1294"
]
},
{
@@ -5585,7 +5585,7 @@
"zh-chs": "阿拉伯文(约旦)",
"zh-cht": "阿拉伯文(約旦)",
"xloc": [
- "default.handlebars->33->1285"
+ "default.handlebars->33->1295"
]
},
{
@@ -5605,7 +5605,7 @@
"zh-chs": "阿拉伯文(科威特)",
"zh-cht": "阿拉伯文(科威特)",
"xloc": [
- "default.handlebars->33->1286"
+ "default.handlebars->33->1296"
]
},
{
@@ -5625,7 +5625,7 @@
"zh-chs": "阿拉伯文(黎巴嫩)",
"zh-cht": "阿拉伯文(黎巴嫩)",
"xloc": [
- "default.handlebars->33->1287"
+ "default.handlebars->33->1297"
]
},
{
@@ -5645,7 +5645,7 @@
"zh-chs": "阿拉伯文(利比亚)",
"zh-cht": "阿拉伯文(利比亞)",
"xloc": [
- "default.handlebars->33->1288"
+ "default.handlebars->33->1298"
]
},
{
@@ -5665,7 +5665,7 @@
"zh-chs": "阿拉伯文(摩洛哥)",
"zh-cht": "阿拉伯文(摩洛哥)",
"xloc": [
- "default.handlebars->33->1289"
+ "default.handlebars->33->1299"
]
},
{
@@ -5685,7 +5685,7 @@
"zh-chs": "阿拉伯文(阿曼)",
"zh-cht": "阿拉伯文(阿曼)",
"xloc": [
- "default.handlebars->33->1290"
+ "default.handlebars->33->1300"
]
},
{
@@ -5705,7 +5705,7 @@
"zh-chs": "阿拉伯文(卡塔尔)",
"zh-cht": "阿拉伯文(卡塔爾)",
"xloc": [
- "default.handlebars->33->1291"
+ "default.handlebars->33->1301"
]
},
{
@@ -5725,7 +5725,7 @@
"zh-chs": "阿拉伯文(沙特阿拉伯)",
"zh-cht": "阿拉伯文(沙特阿拉伯)",
"xloc": [
- "default.handlebars->33->1292"
+ "default.handlebars->33->1302"
]
},
{
@@ -5745,7 +5745,7 @@
"zh-chs": "阿拉伯文(标准)",
"zh-cht": "阿拉伯文(標準)",
"xloc": [
- "default.handlebars->33->1280"
+ "default.handlebars->33->1290"
]
},
{
@@ -5765,7 +5765,7 @@
"zh-chs": "阿拉伯文(叙利亚)",
"zh-cht": "阿拉伯文(敘利亞)",
"xloc": [
- "default.handlebars->33->1293"
+ "default.handlebars->33->1303"
]
},
{
@@ -5785,7 +5785,7 @@
"zh-chs": "阿拉伯文(突尼斯)",
"zh-cht": "阿拉伯文(突尼斯)",
"xloc": [
- "default.handlebars->33->1294"
+ "default.handlebars->33->1304"
]
},
{
@@ -5805,7 +5805,7 @@
"zh-chs": "阿拉伯文(阿联酋)",
"zh-cht": "阿拉伯文(阿聯酋)",
"xloc": [
- "default.handlebars->33->1295"
+ "default.handlebars->33->1305"
]
},
{
@@ -5825,7 +5825,7 @@
"zh-chs": "阿拉伯文(也门)",
"zh-cht": "阿拉伯文(也門)",
"xloc": [
- "default.handlebars->33->1296"
+ "default.handlebars->33->1306"
]
},
{
@@ -5845,7 +5845,7 @@
"zh-chs": "阿拉贡文",
"zh-cht": "阿拉貢文",
"xloc": [
- "default.handlebars->33->1297"
+ "default.handlebars->33->1307"
]
},
{
@@ -5865,8 +5865,8 @@
"zh-chs": "架构",
"zh-cht": "結構",
"xloc": [
- "default-mobile.handlebars->11->439",
- "default.handlebars->33->1146"
+ "default-mobile.handlebars->11->449",
+ "default.handlebars->33->1156"
]
},
{
@@ -5906,8 +5906,8 @@
"zh-chs": "你确定要删除组{0}吗?删除设备组还将删除该组中有关设备的所有信息。",
"zh-cht": "你確定要刪除群{0}嗎?刪除裝置群還將刪除該群中有關裝置的所有訊息。",
"xloc": [
- "default-mobile.handlebars->11->558",
- "default.handlebars->33->1671"
+ "default-mobile.handlebars->11->568",
+ "default.handlebars->33->1681"
]
},
{
@@ -5927,7 +5927,7 @@
"zh-chs": "您确定要删除节点{0}吗?",
"zh-cht": "你確定要刪除節點{0}嗎?",
"xloc": [
- "default.handlebars->33->957"
+ "default.handlebars->33->961"
]
},
{
@@ -5947,7 +5947,7 @@
"zh-chs": "您确定要卸载所选代理吗?",
"zh-cht": "你確定要卸載所選代理嗎?",
"xloc": [
- "default.handlebars->33->946"
+ "default.handlebars->33->950"
]
},
{
@@ -5967,7 +5967,7 @@
"zh-chs": "您确定要卸载所选的{0}代理吗?",
"zh-cht": "你確定要卸載所選的{0}代理嗎?",
"xloc": [
- "default.handlebars->33->945"
+ "default.handlebars->33->949"
]
},
{
@@ -5987,7 +5987,7 @@
"zh-chs": "您确定要{0}插件吗:{1}",
"zh-cht": "你確定要{0}外掛嗎:{1}",
"xloc": [
- "default.handlebars->33->2492"
+ "default.handlebars->33->2502"
]
},
{
@@ -6007,7 +6007,7 @@
"zh-chs": "亚美尼亚文",
"zh-cht": "亞美尼亞文",
"xloc": [
- "default.handlebars->33->1298"
+ "default.handlebars->33->1308"
]
},
{
@@ -6067,11 +6067,12 @@
"zh-chs": "阿萨姆文",
"zh-cht": "阿薩姆文",
"xloc": [
- "default.handlebars->33->1299"
+ "default.handlebars->33->1309"
]
},
{
"en": "Assistant",
+ "fr": "Assistant",
"xloc": [
"agentinvite.handlebars->container->column_l->5->1->tandrotab",
"agentinvite.handlebars->container->column_l->5->assistab->1"
@@ -6080,6 +6081,7 @@
{
"en": "Assistant (Windows)",
"nl": "Assistant (Windows)",
+ "fr": "Assistant (Windows)",
"xloc": [
"default-mobile.handlebars->11->40",
"default.handlebars->33->47"
@@ -6088,12 +6090,14 @@
{
"en": "Assistant for Windows (.exe)",
"nl": "Assistant voor Windows (.exe)",
+ "fr": "Assistant pour Windows (.exe)",
"xloc": [
"default.handlebars->33->461"
]
},
{
"en": "Assistant is a Windows system tray tool that can be used when help is needed. This is not an agent that runs in the background of the managed computer, instead, it's a tool that connects to the server only when requested.",
+ "fr": "Assistant est un outil Windows vous permettant de demander de l'assistance quand vous en avez besoin. Une fois installé, il est disponible dans la barre des tâches. Assistant se connecte au serveur uniquement le temps des demandes d'assistance. La connexion n'est donc pas permanente.",
"xloc": [
"agentinvite.handlebars->container->column_l->5->assistab->3->3"
]
@@ -6115,7 +6119,7 @@
"zh-chs": "阿斯图里亚斯文",
"zh-cht": "阿斯圖里亞斯文",
"xloc": [
- "default.handlebars->33->1300"
+ "default.handlebars->33->1310"
]
},
{
@@ -6135,7 +6139,7 @@
"zh-chs": "尝试激活英特尔(R)AMT ACM模式",
"zh-cht": "嘗試激活英特爾(R)AMT ACM模式",
"xloc": [
- "default.handlebars->33->1885"
+ "default.handlebars->33->1895"
]
},
{
@@ -6143,8 +6147,8 @@
"nl": "Authenticatie",
"fr": "Authentification",
"xloc": [
- "default-mobile.handlebars->11->398",
- "default.handlebars->33->1080",
+ "default-mobile.handlebars->11->405",
+ "default.handlebars->33->1087",
"ssh.handlebars->3->7",
"ssh.handlebars->3->8"
]
@@ -6166,7 +6170,7 @@
"zh-chs": "认证软件",
"zh-cht": "認證軟體",
"xloc": [
- "default.handlebars->33->2236"
+ "default.handlebars->33->2246"
]
},
{
@@ -6174,9 +6178,16 @@
"nl": "Verificatieapparaat",
"fr": "Dispositif d'authentification",
"xloc": [
- "default.handlebars->33->1261",
- "default.handlebars->33->1263",
- "default.handlebars->33->1267"
+ "default.handlebars->33->1271",
+ "default.handlebars->33->1273",
+ "default.handlebars->33->1277"
+ ]
+ },
+ {
+ "en": "Authentication Error",
+ "xloc": [
+ "default-mobile.handlebars->11->406",
+ "default.handlebars->33->1088"
]
},
{
@@ -6200,8 +6211,8 @@
"default-mobile.handlebars->11->64",
"default-mobile.handlebars->11->95",
"default-mobile.handlebars->11->97",
- "default.handlebars->33->1257",
- "default.handlebars->33->1259",
+ "default.handlebars->33->1267",
+ "default.handlebars->33->1269",
"default.handlebars->33->143",
"default.handlebars->33->148"
]
@@ -6283,7 +6294,7 @@
"zh-chs": "自动删除",
"zh-cht": "自動刪除",
"xloc": [
- "default.handlebars->33->1592"
+ "default.handlebars->33->1602"
]
},
{
@@ -6327,7 +6338,7 @@
"zh-chs": "自动下载代理程序核心转储文件:“{0}”",
"zh-cht": "自動下載代理程序核心轉儲文件:“{0}”",
"xloc": [
- "default.handlebars->33->1966"
+ "default.handlebars->33->1976"
]
},
{
@@ -6367,7 +6378,7 @@
"zh-chs": "可用內存",
"zh-cht": "可用內存",
"xloc": [
- "default.handlebars->33->2424"
+ "default.handlebars->33->2434"
]
},
{
@@ -6387,7 +6398,7 @@
"zh-chs": "阿塞拜疆文",
"zh-cht": "阿塞拜疆文",
"xloc": [
- "default.handlebars->33->1301"
+ "default.handlebars->33->1311"
]
},
{
@@ -6396,9 +6407,9 @@
"fr": "Désactivé",
"de": "SCHLECHT",
"xloc": [
- "default-mobile.handlebars->11->443",
- "default-mobile.handlebars->11->447",
- "default-mobile.handlebars->11->451",
+ "default-mobile.handlebars->11->453",
+ "default-mobile.handlebars->11->457",
+ "default-mobile.handlebars->11->461",
"default.handlebars->33->695",
"default.handlebars->33->699",
"default.handlebars->33->703"
@@ -6421,8 +6432,8 @@
"zh-chs": "的BIOS",
"zh-cht": "的BIOS",
"xloc": [
- "default-mobile.handlebars->11->505",
- "default.handlebars->33->1205"
+ "default-mobile.handlebars->11->515",
+ "default.handlebars->33->1215"
]
},
{
@@ -6507,8 +6518,8 @@
"nl": "BackSpace",
"de": "Rücktaste",
"xloc": [
- "default-mobile.handlebars->11->363",
- "default.handlebars->33->1021"
+ "default-mobile.handlebars->11->369",
+ "default.handlebars->33->1027"
]
},
{
@@ -6548,8 +6559,8 @@
"zh-chs": "背景与互动",
"zh-cht": "背景與互動",
"xloc": [
- "default.handlebars->33->1778",
- "default.handlebars->33->1785",
+ "default.handlebars->33->1788",
+ "default.handlebars->33->1795",
"default.handlebars->33->406",
"default.handlebars->33->420"
]
@@ -6571,8 +6582,8 @@
"zh-chs": "仅背景",
"zh-cht": "僅背景",
"xloc": [
- "default.handlebars->33->1779",
- "default.handlebars->33->1786",
+ "default.handlebars->33->1789",
+ "default.handlebars->33->1796",
"default.handlebars->33->407",
"default.handlebars->33->421",
"default.handlebars->33->437"
@@ -6616,7 +6627,7 @@
"zh-chs": "备用码",
"zh-cht": "備用碼",
"xloc": [
- "default.handlebars->33->2238"
+ "default.handlebars->33->2248"
]
},
{
@@ -6636,7 +6647,7 @@
"zh-chs": "错误的签名",
"zh-cht": "錯誤的簽名",
"xloc": [
- "default.handlebars->33->2406"
+ "default.handlebars->33->2416"
]
},
{
@@ -6656,7 +6667,7 @@
"zh-chs": "错误的网络证书",
"zh-cht": "錯誤的網絡憑證",
"xloc": [
- "default.handlebars->33->2405"
+ "default.handlebars->33->2415"
]
},
{
@@ -6676,7 +6687,7 @@
"zh-chs": "巴斯克",
"zh-cht": "巴斯克",
"xloc": [
- "default.handlebars->33->1302"
+ "default.handlebars->33->1312"
]
},
{
@@ -6736,7 +6747,7 @@
"zh-chs": "将{0}个文件批量上传到文件夹{1}",
"zh-cht": "將{0}個文件批量上傳到文件夾{1}",
"xloc": [
- "default.handlebars->33->1965"
+ "default.handlebars->33->1975"
]
},
{
@@ -6756,7 +6767,7 @@
"zh-chs": "白俄罗斯文",
"zh-cht": "白俄羅斯文",
"xloc": [
- "default.handlebars->33->1304"
+ "default.handlebars->33->1314"
]
},
{
@@ -6776,7 +6787,7 @@
"zh-chs": "孟加拉",
"zh-cht": "孟加拉",
"xloc": [
- "default.handlebars->33->1305"
+ "default.handlebars->33->1315"
]
},
{
@@ -6807,8 +6818,8 @@
"nl": "Bootloader",
"fr": "Chargeur de démarrage",
"xloc": [
- "default-mobile.handlebars->11->469",
- "default.handlebars->33->1159"
+ "default-mobile.handlebars->11->479",
+ "default.handlebars->33->1169"
]
},
{
@@ -6828,7 +6839,7 @@
"zh-chs": "波斯尼亚文",
"zh-cht": "波斯尼亞文",
"xloc": [
- "default.handlebars->33->1306"
+ "default.handlebars->33->1316"
]
},
{
@@ -6848,7 +6859,7 @@
"zh-chs": "布列塔尼",
"zh-cht": "布列塔尼",
"xloc": [
- "default.handlebars->33->1307"
+ "default.handlebars->33->1317"
]
},
{
@@ -6868,7 +6879,7 @@
"zh-chs": "广播",
"zh-cht": "廣播",
"xloc": [
- "default.handlebars->33->2152",
+ "default.handlebars->33->2162",
"default.handlebars->container->column_l->p4->3->1->0->3->1"
]
},
@@ -6889,7 +6900,7 @@
"zh-chs": "广播消息",
"zh-cht": "廣播消息",
"xloc": [
- "default.handlebars->33->2073"
+ "default.handlebars->33->2083"
]
},
{
@@ -6909,7 +6920,7 @@
"zh-chs": "向所有连接的用户广播消息。",
"zh-cht": "向所有連接的用戶廣播消息。",
"xloc": [
- "default.handlebars->33->2068"
+ "default.handlebars->33->2078"
]
},
{
@@ -6939,7 +6950,7 @@
"zh-chs": "保加利亚文",
"zh-cht": "保加利亞文",
"xloc": [
- "default.handlebars->33->1303"
+ "default.handlebars->33->1313"
]
},
{
@@ -6959,7 +6970,7 @@
"zh-chs": "缅甸文",
"zh-cht": "緬甸文",
"xloc": [
- "default.handlebars->33->1308"
+ "default.handlebars->33->1318"
]
},
{
@@ -7000,7 +7011,7 @@
"zh-chs": "CCM模式",
"zh-cht": "CCM模式",
"xloc": [
- "default.handlebars->33->1654"
+ "default.handlebars->33->1664"
]
},
{
@@ -7021,7 +7032,7 @@
"zh-cht": "CIRA",
"xloc": [
"default-mobile.handlebars->11->236",
- "default.handlebars->33->2431",
+ "default.handlebars->33->2441",
"default.handlebars->33->294",
"default.handlebars->33->505"
]
@@ -7043,7 +7054,7 @@
"zh-chs": "CIRA服务器",
"zh-cht": "CIRA伺服器",
"xloc": [
- "default.handlebars->33->2476"
+ "default.handlebars->33->2486"
]
},
{
@@ -7063,7 +7074,7 @@
"zh-chs": "CIRA服务器命令",
"zh-cht": "CIRA伺服器指令",
"xloc": [
- "default.handlebars->33->2477"
+ "default.handlebars->33->2487"
]
},
{
@@ -7083,7 +7094,7 @@
"zh-chs": "CIRA设置",
"zh-cht": "CIRA設置",
"xloc": [
- "default.handlebars->33->1662"
+ "default.handlebars->33->1672"
]
},
{
@@ -7103,8 +7114,8 @@
"zh-chs": "CPU",
"zh-cht": "CPU",
"xloc": [
- "default-mobile.handlebars->11->511",
- "default.handlebars->33->1211"
+ "default-mobile.handlebars->11->521",
+ "default.handlebars->33->1221"
]
},
{
@@ -7124,7 +7135,7 @@
"zh-chs": "CPU负载",
"zh-cht": "CPU負載",
"xloc": [
- "default.handlebars->33->2420"
+ "default.handlebars->33->2430"
]
},
{
@@ -7144,7 +7155,7 @@
"zh-chs": "最近15分钟的CPU负载",
"zh-cht": "最近15分鐘的CPU負載",
"xloc": [
- "default.handlebars->33->2423"
+ "default.handlebars->33->2433"
]
},
{
@@ -7164,7 +7175,7 @@
"zh-chs": "最近5分钟的CPU负载",
"zh-cht": "最近5分鐘的CPU負載",
"xloc": [
- "default.handlebars->33->2422"
+ "default.handlebars->33->2432"
]
},
{
@@ -7184,7 +7195,7 @@
"zh-chs": "最近一分钟的CPU负载",
"zh-cht": "最近一分鐘的CPU負載",
"xloc": [
- "default.handlebars->33->2421"
+ "default.handlebars->33->2431"
]
},
{
@@ -7204,8 +7215,8 @@
"zh-chs": "CR+LF",
"zh-cht": "CR+LF",
"xloc": [
- "default.handlebars->33->1075",
- "default.handlebars->33->1087",
+ "default.handlebars->33->1081",
+ "default.handlebars->33->1097",
"default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSettingsButtons",
"sharing.handlebars->11->25",
"sharing.handlebars->11->39",
@@ -7229,7 +7240,7 @@
"zh-chs": "CSV",
"zh-cht": "CSV",
"xloc": [
- "default.handlebars->33->1991"
+ "default.handlebars->33->2001"
]
},
{
@@ -7249,8 +7260,8 @@
"zh-chs": "CSV格式",
"zh-cht": "CSV格式",
"xloc": [
- "default.handlebars->33->1995",
- "default.handlebars->33->2060",
+ "default.handlebars->33->2005",
+ "default.handlebars->33->2070",
"default.handlebars->33->571"
]
},
@@ -7288,7 +7299,7 @@
"zh-chs": "呼叫错误",
"zh-cht": "呼叫錯誤",
"xloc": [
- "default.handlebars->33->2493"
+ "default.handlebars->33->2503"
]
},
{
@@ -7311,8 +7322,8 @@
"agent-translations.json",
"default-mobile.handlebars->11->106",
"default-mobile.handlebars->dialog->idx_dlgButtonBar",
- "default.handlebars->33->1569",
- "default.handlebars->33->2482",
+ "default.handlebars->33->1579",
+ "default.handlebars->33->2492",
"default.handlebars->container->dialog->idx_dlgButtonBar",
"login-mobile.handlebars->dialog->idx_dlgButtonBar",
"login.handlebars->dialog->idx_dlgButtonBar",
@@ -7340,12 +7351,12 @@
"zh-chs": "容量",
"zh-cht": "容量",
"xloc": [
- "default-mobile.handlebars->11->516",
- "default-mobile.handlebars->11->521",
- "default-mobile.handlebars->11->523",
- "default.handlebars->33->1216",
- "default.handlebars->33->1221",
- "default.handlebars->33->1223"
+ "default-mobile.handlebars->11->526",
+ "default-mobile.handlebars->11->531",
+ "default-mobile.handlebars->11->533",
+ "default.handlebars->33->1226",
+ "default.handlebars->33->1231",
+ "default.handlebars->33->1233"
]
},
{
@@ -7365,8 +7376,8 @@
"zh-chs": "容量/速度",
"zh-cht": "容量/速度",
"xloc": [
- "default-mobile.handlebars->11->514",
- "default.handlebars->33->1214"
+ "default-mobile.handlebars->11->524",
+ "default.handlebars->33->1224"
]
},
{
@@ -7386,7 +7397,7 @@
"zh-chs": "加泰罗尼亚文",
"zh-cht": "加泰羅尼亞文",
"xloc": [
- "default.handlebars->33->1309"
+ "default.handlebars->33->1319"
]
},
{
@@ -7436,7 +7447,7 @@
"zh-chs": "查莫罗",
"zh-cht": "查莫羅",
"xloc": [
- "default.handlebars->33->1310"
+ "default.handlebars->33->1320"
]
},
{
@@ -7478,7 +7489,7 @@
"zh-chs": "更改{0}的电邮",
"zh-cht": "更改{0}的電郵",
"xloc": [
- "default.handlebars->33->2270"
+ "default.handlebars->33->2280"
]
},
{
@@ -7498,9 +7509,9 @@
"zh-chs": "更改组",
"zh-cht": "更改群",
"xloc": [
- "default.handlebars->33->748",
- "default.handlebars->33->954",
- "default.handlebars->33->955"
+ "default.handlebars->33->752",
+ "default.handlebars->33->958",
+ "default.handlebars->33->959"
]
},
{
@@ -7521,8 +7532,8 @@
"zh-cht": "更改密碼",
"xloc": [
"default-mobile.handlebars->11->114",
- "default.handlebars->33->1525",
- "default.handlebars->33->2255"
+ "default.handlebars->33->1535",
+ "default.handlebars->33->2265"
]
},
{
@@ -7542,7 +7553,7 @@
"zh-chs": "更改{0}的密码",
"zh-cht": "更改{0}的密碼",
"xloc": [
- "default.handlebars->33->2279"
+ "default.handlebars->33->2289"
]
},
{
@@ -7562,7 +7573,7 @@
"zh-chs": "更改{0}的真实名称",
"zh-cht": "更改{0}的真實名稱",
"xloc": [
- "default.handlebars->33->2265"
+ "default.handlebars->33->2275"
]
},
{
@@ -7654,7 +7665,7 @@
"zh-chs": "更改该用户的密码",
"zh-cht": "更改該用戶的密碼",
"xloc": [
- "default.handlebars->33->2254"
+ "default.handlebars->33->2264"
]
},
{
@@ -7694,7 +7705,7 @@
"zh-chs": "在此处更改您的帐户电邮地址。",
"zh-cht": "在此處更改你的帳戶電郵地址。",
"xloc": [
- "default.handlebars->33->1512"
+ "default.handlebars->33->1522"
]
},
{
@@ -7714,7 +7725,7 @@
"zh-chs": "在下面的框中两次输入旧密码和新密码,以更改帐户密码。",
"zh-cht": "在下面的框中兩次輸入舊密碼和新密碼,以更改帳戶密碼。",
"xloc": [
- "default.handlebars->33->1518"
+ "default.handlebars->33->1528"
]
},
{
@@ -7734,7 +7745,7 @@
"zh-chs": "更改帐户凭据",
"zh-cht": "帳戶憑證已更改",
"xloc": [
- "default.handlebars->33->1937"
+ "default.handlebars->33->1947"
]
},
{
@@ -7754,7 +7765,7 @@
"zh-chs": "{1}组中的设备{0}已更改:{2}",
"zh-cht": "{1}組中的設備{0}已更改:{2}",
"xloc": [
- "default.handlebars->33->1921"
+ "default.handlebars->33->1931"
]
},
{
@@ -7774,7 +7785,7 @@
"zh-chs": "语言从{1}更改为{2}",
"zh-cht": "語言從{1}更改為{2}",
"xloc": [
- "default.handlebars->33->1865"
+ "default.handlebars->33->1875"
]
},
{
@@ -7794,8 +7805,8 @@
"zh-chs": "已更改{0}的用户设备权限",
"zh-cht": "已更改{0}的用戶設備權限",
"xloc": [
- "default.handlebars->33->1923",
- "default.handlebars->33->1944"
+ "default.handlebars->33->1933",
+ "default.handlebars->33->1954"
]
},
{
@@ -7815,7 +7826,7 @@
"zh-chs": "更改语言将需要刷新页面。",
"zh-cht": "更改語言將需要刷新頁面。",
"xloc": [
- "default.handlebars->33->1477"
+ "default.handlebars->33->1487"
]
},
{
@@ -7835,12 +7846,12 @@
"zh-chs": "聊天",
"zh-cht": "聊天",
"xloc": [
- "default.handlebars->33->2012",
- "default.handlebars->33->2250",
- "default.handlebars->33->2251",
- "default.handlebars->33->743",
- "default.handlebars->33->822",
- "default.handlebars->33->844"
+ "default.handlebars->33->2022",
+ "default.handlebars->33->2260",
+ "default.handlebars->33->2261",
+ "default.handlebars->33->747",
+ "default.handlebars->33->826",
+ "default.handlebars->33->848"
]
},
{
@@ -7860,10 +7871,10 @@
"zh-chs": "聊天并通知",
"zh-cht": "聊天並通知",
"xloc": [
- "default-mobile.handlebars->11->583",
- "default-mobile.handlebars->11->603",
- "default.handlebars->33->1724",
- "default.handlebars->33->1760"
+ "default-mobile.handlebars->11->593",
+ "default-mobile.handlebars->11->613",
+ "default.handlebars->33->1734",
+ "default.handlebars->33->1770"
]
},
{
@@ -7872,8 +7883,8 @@
"fr": "Demande de discussion, cliquez ici pour accepter.",
"de": "Chat Anfrage, Drücke hier zum annehmen.",
"xloc": [
- "default-mobile.handlebars->11->635",
- "default.handlebars->33->2375"
+ "default-mobile.handlebars->11->645",
+ "default.handlebars->33->2385"
]
},
{
@@ -7913,7 +7924,7 @@
"zh-chs": "车臣",
"zh-cht": "車臣",
"xloc": [
- "default.handlebars->33->1311"
+ "default.handlebars->33->1321"
]
},
{
@@ -8013,8 +8024,8 @@
"zh-chs": "检查...",
"zh-cht": "檢查...",
"xloc": [
- "default.handlebars->33->1277",
- "default.handlebars->33->2487"
+ "default.handlebars->33->1287",
+ "default.handlebars->33->2497"
]
},
{
@@ -8034,7 +8045,7 @@
"zh-chs": "中文",
"zh-cht": "中文",
"xloc": [
- "default.handlebars->33->1312"
+ "default.handlebars->33->1322"
]
},
{
@@ -8054,7 +8065,7 @@
"zh-chs": "中文(香港)",
"zh-cht": "中文(香港)",
"xloc": [
- "default.handlebars->33->1313"
+ "default.handlebars->33->1323"
]
},
{
@@ -8074,7 +8085,7 @@
"zh-chs": "中文(中国)",
"zh-cht": "中文(中國)",
"xloc": [
- "default.handlebars->33->1314"
+ "default.handlebars->33->1324"
]
},
{
@@ -8094,7 +8105,7 @@
"zh-chs": "简体中文",
"zh-cht": "簡體中文",
"xloc": [
- "default.handlebars->33->1474"
+ "default.handlebars->33->1484"
]
},
{
@@ -8114,7 +8125,7 @@
"zh-chs": "中文(新加坡)",
"zh-cht": "中文(新加坡)",
"xloc": [
- "default.handlebars->33->1315"
+ "default.handlebars->33->1325"
]
},
{
@@ -8134,7 +8145,7 @@
"zh-chs": "中文(台湾)",
"zh-cht": "中文(台灣)",
"xloc": [
- "default.handlebars->33->1316"
+ "default.handlebars->33->1326"
]
},
{
@@ -8154,7 +8165,7 @@
"zh-chs": "繁体中文",
"zh-cht": "繁體中文",
"xloc": [
- "default.handlebars->33->1475"
+ "default.handlebars->33->1485"
]
},
{
@@ -8195,7 +8206,7 @@
"zh-chs": "楚瓦什",
"zh-cht": "楚瓦什",
"xloc": [
- "default.handlebars->33->1317"
+ "default.handlebars->33->1327"
]
},
{
@@ -8233,17 +8244,17 @@
"zh-cht": "清除",
"xloc": [
"default-mobile.handlebars->11->156",
- "default-mobile.handlebars->11->423",
- "default-mobile.handlebars->11->425",
- "default-mobile.handlebars->11->427",
- "default-mobile.handlebars->11->429",
+ "default-mobile.handlebars->11->433",
+ "default-mobile.handlebars->11->435",
+ "default-mobile.handlebars->11->437",
+ "default-mobile.handlebars->11->439",
"default-mobile.handlebars->11->71",
"default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->5",
- "default.handlebars->33->1123",
- "default.handlebars->33->1125",
- "default.handlebars->33->1127",
- "default.handlebars->33->1129",
- "default.handlebars->33->1859",
+ "default.handlebars->33->1133",
+ "default.handlebars->33->1135",
+ "default.handlebars->33->1137",
+ "default.handlebars->33->1139",
+ "default.handlebars->33->1869",
"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->1->1->0->5",
@@ -8253,6 +8264,13 @@
"sharing.handlebars->11->81"
]
},
+ {
+ "en": "Clear SSH credentials?",
+ "xloc": [
+ "default-mobile.handlebars->11->354",
+ "default.handlebars->33->1000"
+ ]
+ },
{
"cs": "Vymazat tokeny",
"de": "Token löschen",
@@ -8309,8 +8327,8 @@
"zh-chs": "全部清除",
"zh-cht": "全部清除",
"xloc": [
- "default-mobile.handlebars->11->618",
- "default.handlebars->33->2358"
+ "default-mobile.handlebars->11->628",
+ "default.handlebars->33->2368"
]
},
{
@@ -8351,8 +8369,8 @@
"zh-chs": "清除核心",
"zh-cht": "清除核心",
"xloc": [
- "default-mobile.handlebars->11->537",
- "default.handlebars->33->1238"
+ "default-mobile.handlebars->11->547",
+ "default.handlebars->33->1248"
]
},
{
@@ -8392,8 +8410,8 @@
"zh-chs": "清除此通知",
"zh-cht": "清除此通知",
"xloc": [
- "default-mobile.handlebars->11->617",
- "default.handlebars->33->2357"
+ "default-mobile.handlebars->11->627",
+ "default.handlebars->33->2367"
]
},
{
@@ -8453,8 +8471,8 @@
"zh-chs": "单击此处编辑设备组名称",
"zh-cht": "單擊此處編輯裝置群名稱",
"xloc": [
- "default.handlebars->33->1580",
- "default.handlebars->33->1804"
+ "default.handlebars->33->1590",
+ "default.handlebars->33->1814"
]
},
{
@@ -8494,7 +8512,7 @@
"zh-chs": "单击此处编辑用户组名称",
"zh-cht": "單擊此處編輯用戶群名稱",
"xloc": [
- "default.handlebars->33->2129"
+ "default.handlebars->33->2139"
]
},
{
@@ -8566,7 +8584,7 @@
"zh-cht": "單擊確定將驗證電郵發送到:",
"xloc": [
"default-mobile.handlebars->11->99",
- "default.handlebars->33->1509"
+ "default.handlebars->33->1519"
]
},
{
@@ -8627,8 +8645,8 @@
"zh-chs": "客户端控制模式(CCM)",
"zh-cht": "客戶端控制模式(CCM)",
"xloc": [
- "default-mobile.handlebars->11->492",
- "default.handlebars->33->1192"
+ "default-mobile.handlebars->11->502",
+ "default.handlebars->33->1202"
]
},
{
@@ -8648,7 +8666,7 @@
"zh-chs": "客户编号",
"zh-cht": "客戶編號",
"xloc": [
- "default.handlebars->33->1562"
+ "default.handlebars->33->1572"
]
},
{
@@ -8668,7 +8686,7 @@
"zh-chs": "客户端启动的远程访问",
"zh-cht": "客戶端啟動的遠程訪問",
"xloc": [
- "default.handlebars->33->1661"
+ "default.handlebars->33->1671"
]
},
{
@@ -8688,7 +8706,7 @@
"zh-chs": "客户机密",
"zh-cht": "客戶機密",
"xloc": [
- "default.handlebars->33->1563"
+ "default.handlebars->33->1573"
]
},
{
@@ -8730,11 +8748,11 @@
"zh-cht": "關",
"xloc": [
"default-mobile.handlebars->11->69",
- "default.handlebars->33->1063",
- "default.handlebars->33->1100",
+ "default.handlebars->33->1069",
+ "default.handlebars->33->1110",
"default.handlebars->33->155",
"default.handlebars->33->163",
- "default.handlebars->33->2481",
+ "default.handlebars->33->2491",
"sharing.handlebars->11->52"
]
},
@@ -8755,7 +8773,7 @@
"zh-chs": "封闭式桌面多路复用会话,{0}秒",
"zh-cht": "封閉式桌面多路復用會話,{0}秒",
"xloc": [
- "default.handlebars->33->1870"
+ "default.handlebars->33->1880"
]
},
{
@@ -8879,10 +8897,10 @@
"zh-chs": "指令",
"zh-cht": "指令",
"xloc": [
- "default-mobile.handlebars->11->605",
- "default.handlebars->33->1762",
- "default.handlebars->33->824",
- "default.handlebars->33->846"
+ "default-mobile.handlebars->11->615",
+ "default.handlebars->33->1772",
+ "default.handlebars->33->828",
+ "default.handlebars->33->850"
]
},
{
@@ -8902,8 +8920,8 @@
"zh-chs": "通用设备组",
"zh-cht": "通用裝置群",
"xloc": [
- "default.handlebars->33->2160",
- "default.handlebars->33->2284"
+ "default.handlebars->33->2170",
+ "default.handlebars->33->2294"
]
},
{
@@ -8923,8 +8941,8 @@
"zh-chs": "通用设备",
"zh-cht": "通用裝置",
"xloc": [
- "default.handlebars->33->2166",
- "default.handlebars->33->2296"
+ "default.handlebars->33->2176",
+ "default.handlebars->33->2306"
]
},
{
@@ -8934,8 +8952,8 @@
"de": "Kompilierungszeit",
"es": "Fecha de compilación",
"xloc": [
- "default-mobile.handlebars->11->465",
- "default.handlebars->33->1155"
+ "default-mobile.handlebars->11->475",
+ "default.handlebars->33->1165"
]
},
{
@@ -8955,7 +8973,7 @@
"zh-chs": "压缩档案...",
"zh-cht": "壓縮檔案...",
"xloc": [
- "default.handlebars->33->1095",
+ "default.handlebars->33->1105",
"sharing.handlebars->11->47"
]
},
@@ -8976,16 +8994,16 @@
"zh-chs": "确认",
"zh-cht": "確認",
"xloc": [
- "default-mobile.handlebars->11->347",
- "default-mobile.handlebars->11->559",
- "default.handlebars->33->1672",
- "default.handlebars->33->2040",
- "default.handlebars->33->2119",
- "default.handlebars->33->2180",
- "default.handlebars->33->2282",
+ "default-mobile.handlebars->11->351",
+ "default-mobile.handlebars->11->569",
+ "default.handlebars->33->1682",
+ "default.handlebars->33->2050",
+ "default.handlebars->33->2129",
+ "default.handlebars->33->2190",
+ "default.handlebars->33->2292",
"default.handlebars->33->535",
- "default.handlebars->33->949",
- "default.handlebars->33->958"
+ "default.handlebars->33->953",
+ "default.handlebars->33->962"
]
},
{
@@ -9005,8 +9023,8 @@
"zh-chs": "确认将1个副本复制到此位置?",
"zh-cht": "確認將1個副本複製到此位置?",
"xloc": [
- "default-mobile.handlebars->11->418",
- "default.handlebars->33->1118",
+ "default-mobile.handlebars->11->428",
+ "default.handlebars->33->1128",
"sharing.handlebars->11->70"
]
},
@@ -9027,7 +9045,7 @@
"zh-chs": "确认{0}个条目的复制到此位置?",
"zh-cht": "確認{0}個條目的複製到此位置?",
"xloc": [
- "default.handlebars->33->1117",
+ "default.handlebars->33->1127",
"sharing.handlebars->11->69"
]
},
@@ -9048,7 +9066,7 @@
"zh-chs": "确认{0}个条目的副本到此位置?",
"zh-cht": "確認{0}個條目的副本到此位置?",
"xloc": [
- "default-mobile.handlebars->11->417"
+ "default-mobile.handlebars->11->427"
]
},
{
@@ -9068,7 +9086,7 @@
"zh-chs": "确认删除选定的帐户?",
"zh-cht": "確認刪除所選帳戶?",
"xloc": [
- "default.handlebars->33->2039"
+ "default.handlebars->33->2049"
]
},
{
@@ -9108,7 +9126,7 @@
"zh-chs": "确认删除选定的用户组?",
"zh-cht": "確認刪除所選用戶群?",
"xloc": [
- "default.handlebars->33->2118"
+ "default.handlebars->33->2128"
]
},
{
@@ -9128,7 +9146,7 @@
"zh-chs": "确认删除用户{0}?",
"zh-cht": "確認刪除用戶{0}?",
"xloc": [
- "default.handlebars->33->2281"
+ "default.handlebars->33->2291"
]
},
{
@@ -9148,7 +9166,7 @@
"zh-chs": "确认删除用户“ {0} ”的成员身份?",
"zh-cht": "確認刪除用戶“ {0} ”的成員身份?",
"xloc": [
- "default.handlebars->33->2183"
+ "default.handlebars->33->2193"
]
},
{
@@ -9168,7 +9186,7 @@
"zh-chs": "确认删除用户组“ {0} ”的成员身份?",
"zh-cht": "確認刪除用戶群“ {0} ”的成員身份?",
"xloc": [
- "default.handlebars->33->2313"
+ "default.handlebars->33->2323"
]
},
{
@@ -9188,8 +9206,8 @@
"zh-chs": "确认将1个条目移动到此位置?",
"zh-cht": "確認將1個條目移動到此位置?",
"xloc": [
- "default-mobile.handlebars->11->420",
- "default.handlebars->33->1120",
+ "default-mobile.handlebars->11->430",
+ "default.handlebars->33->1130",
"sharing.handlebars->11->72"
]
},
@@ -9210,7 +9228,7 @@
"zh-chs": "确认将{0}个条目移到此位置?",
"zh-cht": "確認將{0}個條目移到該位置?",
"xloc": [
- "default.handlebars->33->1119",
+ "default.handlebars->33->1129",
"sharing.handlebars->11->71"
]
},
@@ -9231,7 +9249,7 @@
"zh-chs": "确认将{0}个条目移到该位置?",
"zh-cht": "確認將{0}個條目移到該位置?",
"xloc": [
- "default-mobile.handlebars->11->419"
+ "default-mobile.handlebars->11->429"
]
},
{
@@ -9251,7 +9269,7 @@
"zh-chs": "确认覆盖?",
"zh-cht": "確認覆蓋?",
"xloc": [
- "default.handlebars->33->1853"
+ "default.handlebars->33->1863"
]
},
{
@@ -9271,8 +9289,8 @@
"zh-chs": "确认删除设备“ {0} ”的访问权限?",
"zh-cht": "確認刪除裝置“ {0} ”的訪問權限?",
"xloc": [
- "default.handlebars->33->2173",
- "default.handlebars->33->2304"
+ "default.handlebars->33->2183",
+ "default.handlebars->33->2314"
]
},
{
@@ -9292,8 +9310,8 @@
"zh-chs": "确认删除设备组“ {0} ”的访问权限?",
"zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?",
"xloc": [
- "default.handlebars->33->2175",
- "default.handlebars->33->2317"
+ "default.handlebars->33->2185",
+ "default.handlebars->33->2327"
]
},
{
@@ -9313,7 +9331,7 @@
"zh-chs": "确认删除用户“ {0} ”的访问权限?",
"zh-cht": "確認刪除用戶“ {0} ”的訪問權限?",
"xloc": [
- "default.handlebars->33->2306"
+ "default.handlebars->33->2316"
]
},
{
@@ -9333,7 +9351,7 @@
"zh-chs": "确认删除用户组“ {0} ”的访问权限?",
"zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?",
"xloc": [
- "default.handlebars->33->2309"
+ "default.handlebars->33->2319"
]
},
{
@@ -9353,8 +9371,8 @@
"zh-chs": "确认删除访问权限?",
"zh-cht": "確認刪除訪問權限?",
"xloc": [
- "default.handlebars->33->2307",
- "default.handlebars->33->2310"
+ "default.handlebars->33->2317",
+ "default.handlebars->33->2320"
]
},
{
@@ -9375,7 +9393,7 @@
"zh-cht": "確認刪除身份驗證軟體兩步登入?",
"xloc": [
"default-mobile.handlebars->11->98",
- "default.handlebars->33->1260"
+ "default.handlebars->33->1270"
]
},
{
@@ -9412,7 +9430,7 @@
"zh-chs": "确认删除设备共享“{0}”?",
"zh-cht": "確認刪除設備共享“{0}”?",
"xloc": [
- "default.handlebars->33->2302"
+ "default.handlebars->33->2312"
]
},
{
@@ -9454,7 +9472,7 @@
"nl": "Verwijderen van push-authenticatieapparaat bevestigen?",
"fr": "Supprimer le dispositif d'authentification (push) ?",
"xloc": [
- "default.handlebars->33->1262"
+ "default.handlebars->33->1272"
]
},
{
@@ -9474,7 +9492,7 @@
"zh-chs": "确认删除用户“ {0} ”的权限?",
"zh-cht": "確認刪除用戶“ {0} ”的權限?",
"xloc": [
- "default.handlebars->33->1771"
+ "default.handlebars->33->1781"
]
},
{
@@ -9494,7 +9512,7 @@
"zh-chs": "确认删除用户组“ {0} ”的权限?",
"zh-cht": "確認刪除用戶群“ {0} ”的權限?",
"xloc": [
- "default.handlebars->33->1773"
+ "default.handlebars->33->1783"
]
},
{
@@ -9502,7 +9520,7 @@
"nl": "Bevestig de verwijdering van dit inlogtoken?",
"fr": "Supprimer ce jeton de connexion ?",
"xloc": [
- "default.handlebars->33->1555"
+ "default.handlebars->33->1565"
]
},
{
@@ -9539,7 +9557,7 @@
"zh-chs": "确认删除用户{0}?",
"zh-cht": "確認刪除用戶{0}?",
"xloc": [
- "default-mobile.handlebars->11->614"
+ "default-mobile.handlebars->11->624"
]
},
{
@@ -9560,7 +9578,7 @@
"zh-cht": "將{1}入口{2}中的{0}限製到此位置?",
"xloc": [
"default-mobile.handlebars->11->151",
- "default.handlebars->33->1854"
+ "default.handlebars->33->1864"
]
},
{
@@ -9581,12 +9599,12 @@
"zh-cht": "連接",
"xloc": [
"agent-translations.json",
- "default-mobile.handlebars->11->400",
+ "default-mobile.handlebars->11->410",
"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-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea1->1->3->connectbutton2span",
- "default.handlebars->33->1090",
- "default.handlebars->33->1609",
+ "default.handlebars->33->1100",
+ "default.handlebars->33->1619",
"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",
@@ -9637,7 +9655,7 @@
"zh-chs": "连接到服务器",
"zh-cht": "連接到伺服器",
"xloc": [
- "default.handlebars->33->1665"
+ "default.handlebars->33->1675"
]
},
{
@@ -9759,7 +9777,7 @@
"zh-chs": "已连接的英特尔®AMT",
"zh-cht": "已連接的Intel® AMT",
"xloc": [
- "default.handlebars->33->2411"
+ "default.handlebars->33->2421"
]
},
{
@@ -9779,7 +9797,7 @@
"zh-chs": "已连接的用户",
"zh-cht": "已连接的用户",
"xloc": [
- "default.handlebars->33->2416"
+ "default.handlebars->33->2426"
]
},
{
@@ -9799,8 +9817,8 @@
"zh-chs": "现在已连接",
"zh-cht": "現在已連接",
"xloc": [
- "default-mobile.handlebars->11->460",
- "default.handlebars->33->1150"
+ "default-mobile.handlebars->11->470",
+ "default.handlebars->33->1160"
]
},
{
@@ -9841,9 +9859,9 @@
"zh-cht": "正在連線...",
"xloc": [
"default-mobile.handlebars->11->2",
- "default-mobile.handlebars->11->436",
+ "default-mobile.handlebars->11->446",
"default-mobile.handlebars->11->48",
- "default.handlebars->33->1141",
+ "default.handlebars->33->1151",
"default.handlebars->33->282",
"default.handlebars->33->285",
"default.handlebars->33->332",
@@ -9871,7 +9889,7 @@
"zh-chs": "连接数量",
"zh-cht": "連接數量",
"xloc": [
- "default.handlebars->33->2442"
+ "default.handlebars->33->2452"
]
},
{
@@ -9899,7 +9917,7 @@
"zh-chs": "连接转发器",
"zh-cht": "連接轉發器",
"xloc": [
- "default.handlebars->33->2475"
+ "default.handlebars->33->2485"
]
},
{
@@ -9960,7 +9978,7 @@
"zh-cht": "連接性",
"xloc": [
"default-mobile.handlebars->11->293",
- "default.handlebars->33->1811",
+ "default.handlebars->33->1821",
"default.handlebars->33->273",
"default.handlebars->33->731",
"default.handlebars->container->column_l->p21->p21main->1->1->meshConnChartDiv->1"
@@ -9983,9 +10001,9 @@
"zh-chs": "控制台",
"zh-cht": "控制台",
"xloc": [
- "default-mobile.handlebars->11->309",
- "default.handlebars->33->817",
- "default.handlebars->33->839",
+ "default-mobile.handlebars->11->313",
+ "default.handlebars->33->821",
+ "default.handlebars->33->843",
"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"
@@ -10028,8 +10046,8 @@
"zh-chs": "控制",
"zh-cht": "控制",
"xloc": [
- "default.handlebars->33->816",
- "default.handlebars->33->838",
+ "default.handlebars->33->820",
+ "default.handlebars->33->842",
"messenger.handlebars->remoteImage->3->2"
]
},
@@ -10050,7 +10068,7 @@
"zh-chs": "Cookie编码器",
"zh-cht": "Cookie編碼器",
"xloc": [
- "default.handlebars->33->2459"
+ "default.handlebars->33->2469"
]
},
{
@@ -10102,6 +10120,7 @@
{
"en": "Copy URL to clipboard",
"nl": "Kopieer URL naar het klembord",
+ "fr": "Copier l'URL dans le presse-papier ",
"xloc": [
"default.handlebars->33->462"
]
@@ -10215,8 +10234,8 @@
"zh-chs": "复制连结到剪贴板",
"zh-cht": "複製連結到剪貼板",
"xloc": [
- "default.handlebars->33->1822",
- "default.handlebars->33->1841",
+ "default.handlebars->33->1832",
+ "default.handlebars->33->1851",
"default.handlebars->33->223",
"default.handlebars->33->245",
"default.handlebars->33->247",
@@ -10323,7 +10342,7 @@
"zh-chs": "复制:“{0}”到“{1}”",
"zh-cht": "複製:“{0}”到“{1}”",
"xloc": [
- "default.handlebars->33->1913"
+ "default.handlebars->33->1923"
]
},
{
@@ -10469,7 +10488,7 @@
"zh-chs": "核心服务器",
"zh-cht": "核心伺服器",
"xloc": [
- "default.handlebars->33->2458"
+ "default.handlebars->33->2468"
]
},
{
@@ -10489,7 +10508,7 @@
"zh-chs": "科西嘉文",
"zh-cht": "科西嘉文",
"xloc": [
- "default.handlebars->33->1318"
+ "default.handlebars->33->1328"
]
},
{
@@ -10509,7 +10528,7 @@
"zh-chs": "创建帐号",
"zh-cht": "創建帳號",
"xloc": [
- "default.handlebars->33->2087",
+ "default.handlebars->33->2097",
"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",
"login2.handlebars->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1"
@@ -10541,7 +10560,7 @@
"fr": "Créer un jeton de connexion",
"es": "Crear Token de inicio de sesión",
"xloc": [
- "default.handlebars->33->1502",
+ "default.handlebars->33->1512",
"default.handlebars->33->248"
]
},
@@ -10562,7 +10581,7 @@
"zh-chs": "创建用户组",
"zh-cht": "創建用戶群",
"xloc": [
- "default.handlebars->33->2126"
+ "default.handlebars->33->2136"
]
},
{
@@ -10582,7 +10601,7 @@
"zh-chs": "创建连结以与访客共享此设备",
"zh-cht": "創建鏈結以與訪客共享此裝置",
"xloc": [
- "default.handlebars->33->746"
+ "default.handlebars->33->750"
]
},
{
@@ -10602,7 +10621,7 @@
"zh-chs": "使用以下选项创建一个新的设备组。",
"zh-cht": "使用以下選項創建一個新的裝置群。",
"xloc": [
- "default.handlebars->33->1532"
+ "default.handlebars->33->1542"
]
},
{
@@ -10630,7 +10649,7 @@
"nl": "Maak een tijdelijke gebruikersnaam en wachtwoord aan die kunnen worden gebruikt als alternatieve login voor uw account. Dit is handig om tools of andere services toegang te geven tot uw account.",
"fr": "Créer des identifiants temporaires pour se connecter à votre compte. Utile pour permettre à des outils ou services de se connecter à votre compte.",
"xloc": [
- "default.handlebars->33->1483"
+ "default.handlebars->33->1493"
]
},
{
@@ -10670,7 +10689,7 @@
"zh-chs": "创建文件夹:“{0}”",
"zh-cht": "創建文件夾:“{0}”",
"xloc": [
- "default.handlebars->33->1906"
+ "default.handlebars->33->1916"
]
},
{
@@ -10698,7 +10717,7 @@
"zh-chs": "通过导入以下格式的JSON档案一次创建多个帐户:",
"zh-cht": "通過導入以下格式的JSON檔案一次創建多個帳戶:",
"xloc": [
- "default.handlebars->33->2051"
+ "default.handlebars->33->2061"
]
},
{
@@ -10740,7 +10759,7 @@
"zh-chs": "创建的设备组:{0}",
"zh-cht": "創建的設備組:{0}",
"xloc": [
- "default.handlebars->33->1917"
+ "default.handlebars->33->1927"
]
},
{
@@ -10760,7 +10779,7 @@
"zh-chs": "创建一个链接,该链接允许没有帐户的访客在有限的时间内远程控制此设备。",
"zh-cht": "創建一個鏈接,該鏈接允許沒有帳戶的訪客在有限的時間內遠程控制此設備。",
"xloc": [
- "default.handlebars->33->862"
+ "default.handlebars->33->866"
]
},
{
@@ -10814,7 +10833,7 @@
"zh-chs": "创建",
"zh-cht": "創建",
"xloc": [
- "default.handlebars->33->2212"
+ "default.handlebars->33->2222"
]
},
{
@@ -10834,7 +10853,7 @@
"zh-chs": "创建时间",
"zh-cht": "創作時間",
"xloc": [
- "default.handlebars->33->1591"
+ "default.handlebars->33->1601"
]
},
{
@@ -10876,8 +10895,8 @@
"zh-chs": "创建者",
"zh-cht": "創作者",
"xloc": [
- "default.handlebars->33->1589",
- "default.handlebars->33->1590"
+ "default.handlebars->33->1599",
+ "default.handlebars->33->1600"
]
},
{
@@ -10897,7 +10916,11 @@
"zh-chs": "证书",
"zh-cht": "證書",
"xloc": [
- "default.handlebars->33->1560"
+ "default-mobile.handlebars->11->297",
+ "default-mobile.handlebars->11->299",
+ "default.handlebars->33->1570",
+ "default.handlebars->33->735",
+ "default.handlebars->33->737"
]
},
{
@@ -10917,7 +10940,7 @@
"zh-chs": "克里语",
"zh-cht": "克里語",
"xloc": [
- "default.handlebars->33->1319"
+ "default.handlebars->33->1329"
]
},
{
@@ -10937,7 +10960,7 @@
"zh-chs": "克罗地亚文",
"zh-cht": "克羅地亞文",
"xloc": [
- "default.handlebars->33->1320"
+ "default.handlebars->33->1330"
]
},
{
@@ -10999,10 +11022,10 @@
"zh-chs": "Ctrl",
"zh-cht": "Ctrl",
"xloc": [
- "default-mobile.handlebars->11->381",
- "default-mobile.handlebars->11->385",
- "default.handlebars->33->1039",
- "default.handlebars->33->1043",
+ "default-mobile.handlebars->11->387",
+ "default-mobile.handlebars->11->391",
+ "default.handlebars->33->1045",
+ "default.handlebars->33->1049",
"default.handlebars->33->57",
"sharing.handlebars->11->24"
]
@@ -11012,7 +11035,7 @@
"nl": "Ctrl + ",
"fr": "Ctrl + ",
"xloc": [
- "default-mobile.handlebars->11->399"
+ "default-mobile.handlebars->11->409"
]
},
{
@@ -11120,8 +11143,8 @@
"fr": "Le mot de passe actuel n'est pas correct.",
"de": "Aktuelles Password nicht in korrekt.",
"xloc": [
- "default-mobile.handlebars->11->645",
- "default.handlebars->33->2385"
+ "default-mobile.handlebars->11->655",
+ "default.handlebars->33->2395"
]
},
{
@@ -11130,7 +11153,7 @@
"fr": "Personnaliser",
"de": "Anpassen",
"xloc": [
- "default-mobile.handlebars->11->362"
+ "default-mobile.handlebars->11->368"
]
},
{
@@ -11183,7 +11206,7 @@
"zh-chs": "捷克文",
"zh-cht": "捷克文",
"xloc": [
- "default.handlebars->33->1321"
+ "default.handlebars->33->1331"
]
},
{
@@ -11223,7 +11246,7 @@
"zh-chs": "丹麦文",
"zh-cht": "丹麥文",
"xloc": [
- "default.handlebars->33->1322"
+ "default.handlebars->33->1332"
]
},
{
@@ -11253,7 +11276,7 @@
"zh-chs": "数据通道",
"zh-cht": "數據通道",
"xloc": [
- "default.handlebars->33->1006",
+ "default.handlebars->33->1012",
"sharing.handlebars->11->11"
]
},
@@ -11274,7 +11297,7 @@
"zh-chs": "日期和时间",
"zh-cht": "日期和時間",
"xloc": [
- "default.handlebars->33->1480"
+ "default.handlebars->33->1490"
]
},
{
@@ -11294,8 +11317,8 @@
"zh-chs": "天",
"zh-cht": "天",
"xloc": [
- "default-mobile.handlebars->11->337",
- "default.handlebars->33->933"
+ "default-mobile.handlebars->11->341",
+ "default.handlebars->33->937"
]
},
{
@@ -11315,7 +11338,7 @@
"zh-chs": "停用",
"zh-cht": "停用",
"xloc": [
- "default.handlebars->33->1644"
+ "default.handlebars->33->1654"
]
},
{
@@ -11335,7 +11358,7 @@
"zh-chs": "如果设置停用CCM",
"zh-cht": "如果設置停用CCM",
"xloc": [
- "default.handlebars->33->1656"
+ "default.handlebars->33->1666"
]
},
{
@@ -11393,10 +11416,10 @@
"zh-chs": "默认",
"zh-cht": "默認",
"xloc": [
- "default.handlebars->33->2074",
- "default.handlebars->33->2122",
- "default.handlebars->33->2133",
- "default.handlebars->33->2201"
+ "default.handlebars->33->2084",
+ "default.handlebars->33->2132",
+ "default.handlebars->33->2143",
+ "default.handlebars->33->2211"
]
},
{
@@ -11405,8 +11428,8 @@
"nl": "Del",
"de": "Löschen",
"xloc": [
- "default-mobile.handlebars->11->369",
- "default.handlebars->33->1027"
+ "default-mobile.handlebars->11->375",
+ "default.handlebars->33->1033"
]
},
{
@@ -11427,12 +11450,12 @@
"zh-cht": "刪除",
"xloc": [
"default-mobile.handlebars->11->146",
- "default-mobile.handlebars->11->410",
+ "default-mobile.handlebars->11->420",
"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-mobile.handlebars->dialog->idx_dlgButtonBar->5",
- "default.handlebars->33->1109",
- "default.handlebars->33->1848",
+ "default.handlebars->33->1119",
+ "default.handlebars->33->1858",
"default.handlebars->33->613",
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
"default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
@@ -11464,7 +11487,7 @@
"zh-cht": "刪除帳戶",
"xloc": [
"default-mobile.handlebars->11->108",
- "default.handlebars->33->1517"
+ "default.handlebars->33->1527"
]
},
{
@@ -11484,7 +11507,7 @@
"zh-chs": "删除帐户",
"zh-cht": "刪除帳戶",
"xloc": [
- "default.handlebars->33->2041"
+ "default.handlebars->33->2051"
]
},
{
@@ -11504,8 +11527,8 @@
"zh-chs": "删除设备",
"zh-cht": "刪除裝置",
"xloc": [
- "default-mobile.handlebars->11->298",
- "default.handlebars->33->750"
+ "default-mobile.handlebars->11->302",
+ "default.handlebars->33->754"
]
},
{
@@ -11525,11 +11548,11 @@
"zh-chs": "删除群组",
"zh-cht": "刪除群組",
"xloc": [
- "default-mobile.handlebars->11->557",
- "default-mobile.handlebars->11->560",
- "default.handlebars->33->1639",
- "default.handlebars->33->1640",
- "default.handlebars->33->1673"
+ "default-mobile.handlebars->11->567",
+ "default-mobile.handlebars->11->570",
+ "default.handlebars->33->1649",
+ "default.handlebars->33->1650",
+ "default.handlebars->33->1683"
]
},
{
@@ -11549,8 +11572,8 @@
"zh-chs": "删除节点",
"zh-cht": "刪除節點",
"xloc": [
- "default-mobile.handlebars->11->345",
- "default.handlebars->33->959"
+ "default-mobile.handlebars->11->349",
+ "default.handlebars->33->963"
]
},
{
@@ -11590,7 +11613,7 @@
"zh-chs": "删除用户",
"zh-cht": "刪除用戶",
"xloc": [
- "default.handlebars->33->2253"
+ "default.handlebars->33->2263"
]
},
{
@@ -11610,8 +11633,8 @@
"zh-chs": "删除用户群组",
"zh-cht": "刪除用戶群組",
"xloc": [
- "default.handlebars->33->2171",
- "default.handlebars->33->2181"
+ "default.handlebars->33->2181",
+ "default.handlebars->33->2191"
]
},
{
@@ -11631,7 +11654,7 @@
"zh-chs": "删除用户群组",
"zh-cht": "刪除用戶群組",
"xloc": [
- "default.handlebars->33->2120"
+ "default.handlebars->33->2130"
]
},
{
@@ -11651,7 +11674,7 @@
"zh-chs": "删除用户{0}",
"zh-cht": "刪除用戶{0}",
"xloc": [
- "default.handlebars->33->2280"
+ "default.handlebars->33->2290"
]
},
{
@@ -11672,7 +11695,7 @@
"zh-cht": "刪除帳戶",
"xloc": [
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountActions->3->9->0",
- "default.handlebars->33->2037",
+ "default.handlebars->33->2047",
"default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7"
]
},
@@ -11713,7 +11736,7 @@
"zh-chs": "删除群组",
"zh-cht": "刪除群組",
"xloc": [
- "default.handlebars->33->2116"
+ "default.handlebars->33->2126"
]
},
{
@@ -11753,7 +11776,7 @@
"zh-chs": "递归删除:“{0}”,{1}个元素已删除",
"zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除",
"xloc": [
- "default.handlebars->33->1908"
+ "default.handlebars->33->1918"
]
},
{
@@ -11774,9 +11797,9 @@
"zh-cht": "刪除所選項目?",
"xloc": [
"default-mobile.handlebars->11->148",
- "default-mobile.handlebars->11->412",
- "default.handlebars->33->1111",
- "default.handlebars->33->1850",
+ "default-mobile.handlebars->11->422",
+ "default.handlebars->33->1121",
+ "default.handlebars->33->1860",
"sharing.handlebars->11->63"
]
},
@@ -11797,7 +11820,7 @@
"zh-chs": "删除用户群组{0}?",
"zh-cht": "刪除用戶群組{0}?",
"xloc": [
- "default.handlebars->33->2179"
+ "default.handlebars->33->2189"
]
},
{
@@ -11818,9 +11841,9 @@
"zh-cht": "刪除{0}個所選項目?",
"xloc": [
"default-mobile.handlebars->11->147",
- "default-mobile.handlebars->11->411",
- "default.handlebars->33->1110",
- "default.handlebars->33->1849",
+ "default-mobile.handlebars->11->421",
+ "default.handlebars->33->1120",
+ "default.handlebars->33->1859",
"sharing.handlebars->11->62"
]
},
@@ -11841,7 +11864,7 @@
"zh-chs": "删除{0}?",
"zh-cht": "刪除{0}?",
"xloc": [
- "default-mobile.handlebars->11->346"
+ "default-mobile.handlebars->11->350"
]
},
{
@@ -11861,7 +11884,7 @@
"zh-chs": "删除:“{0}”",
"zh-cht": "刪除:“{0}”",
"xloc": [
- "default.handlebars->33->1907"
+ "default.handlebars->33->1917"
]
},
{
@@ -11881,7 +11904,7 @@
"zh-chs": "删除:“{0}”,{1}个元素已删除",
"zh-cht": "刪除:“{0}”,已刪除{1}個元素",
"xloc": [
- "default.handlebars->33->1909"
+ "default.handlebars->33->1919"
]
},
{
@@ -11901,8 +11924,8 @@
"zh-chs": "被拒绝",
"zh-cht": "被拒絕",
"xloc": [
- "default-mobile.handlebars->11->356",
- "default.handlebars->33->1002",
+ "default-mobile.handlebars->11->362",
+ "default.handlebars->33->1008",
"sharing.handlebars->11->29",
"sharing.handlebars->11->7"
]
@@ -11999,23 +12022,23 @@
"default-mobile.handlebars->11->125",
"default-mobile.handlebars->11->257",
"default-mobile.handlebars->11->258",
- "default-mobile.handlebars->11->351",
- "default-mobile.handlebars->11->473",
- "default-mobile.handlebars->11->548",
- "default-mobile.handlebars->11->562",
- "default.handlebars->33->1163",
+ "default-mobile.handlebars->11->357",
+ "default-mobile.handlebars->11->483",
+ "default-mobile.handlebars->11->558",
+ "default-mobile.handlebars->11->572",
+ "default.handlebars->33->1003",
"default.handlebars->33->1173",
- "default.handlebars->33->1538",
- "default.handlebars->33->1586",
- "default.handlebars->33->1675",
- "default.handlebars->33->2125",
+ "default.handlebars->33->1183",
+ "default.handlebars->33->1548",
+ "default.handlebars->33->1596",
+ "default.handlebars->33->1685",
"default.handlebars->33->2135",
- "default.handlebars->33->2136",
- "default.handlebars->33->2177",
+ "default.handlebars->33->2145",
+ "default.handlebars->33->2146",
+ "default.handlebars->33->2187",
"default.handlebars->33->654",
"default.handlebars->33->655",
"default.handlebars->33->95",
- "default.handlebars->33->997",
"default.handlebars->container->column_l->p42->p42tbl->1->0->3"
]
},
@@ -12053,14 +12076,14 @@
"zh-chs": "桌面",
"zh-cht": "桌面",
"xloc": [
- "default-mobile.handlebars->11->305",
- "default.handlebars->33->1069",
- "default.handlebars->33->1681",
- "default.handlebars->33->2335",
- "default.handlebars->33->2436",
+ "default-mobile.handlebars->11->309",
+ "default.handlebars->33->1075",
+ "default.handlebars->33->1691",
+ "default.handlebars->33->2345",
+ "default.handlebars->33->2446",
"default.handlebars->33->619",
- "default.handlebars->33->797",
- "default.handlebars->33->864",
+ "default.handlebars->33->801",
+ "default.handlebars->33->868",
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
"default.handlebars->contextMenu->cxdesktop",
"sharing.handlebars->11->23",
@@ -12072,8 +12095,8 @@
"nl": "Desktop + Bestanden",
"fr": "Bureau + Fichiers",
"xloc": [
- "default.handlebars->33->801",
- "default.handlebars->33->867"
+ "default.handlebars->33->805",
+ "default.handlebars->33->871"
]
},
{
@@ -12081,7 +12104,7 @@
"nl": "Desktop + Terminal",
"fr": "Bureau + Terminal",
"xloc": [
- "default.handlebars->33->798"
+ "default.handlebars->33->802"
]
},
{
@@ -12089,8 +12112,8 @@
"nl": "Desktop + Terminal + Bestanden",
"fr": "Bureau + Terminal + Fichiers",
"xloc": [
- "default.handlebars->33->802",
- "default.handlebars->33->869"
+ "default.handlebars->33->806",
+ "default.handlebars->33->873"
]
},
{
@@ -12118,7 +12141,7 @@
"nl": "Desktop Multiplex",
"fr": "Bureau multiplexé",
"xloc": [
- "default.handlebars->33->2441"
+ "default.handlebars->33->2451"
]
},
{
@@ -12138,9 +12161,9 @@
"zh-chs": "桌面通知",
"zh-cht": "桌面通知",
"xloc": [
- "default.handlebars->33->1600",
- "default.handlebars->33->2140",
- "default.handlebars->33->2227",
+ "default.handlebars->33->1610",
+ "default.handlebars->33->2150",
+ "default.handlebars->33->2237",
"default.handlebars->33->712"
]
},
@@ -12161,9 +12184,9 @@
"zh-chs": "桌面提示",
"zh-cht": "桌面提示",
"xloc": [
- "default.handlebars->33->1599",
- "default.handlebars->33->2139",
- "default.handlebars->33->2226",
+ "default.handlebars->33->1609",
+ "default.handlebars->33->2149",
+ "default.handlebars->33->2236",
"default.handlebars->33->711"
]
},
@@ -12184,9 +12207,9 @@
"zh-chs": "桌面提示+工具栏",
"zh-cht": "桌面提示+工具欄",
"xloc": [
- "default.handlebars->33->1597",
- "default.handlebars->33->2137",
- "default.handlebars->33->2224",
+ "default.handlebars->33->1607",
+ "default.handlebars->33->2147",
+ "default.handlebars->33->2234",
"default.handlebars->33->709"
]
},
@@ -12195,7 +12218,7 @@
"nl": "Desktop sessie",
"fr": "Session de bureau",
"xloc": [
- "default.handlebars->33->2328"
+ "default.handlebars->33->2338"
]
},
{
@@ -12257,9 +12280,9 @@
"zh-chs": "桌面工具栏",
"zh-cht": "桌面工具欄",
"xloc": [
- "default.handlebars->33->1598",
- "default.handlebars->33->2138",
- "default.handlebars->33->2225",
+ "default.handlebars->33->1608",
+ "default.handlebars->33->2148",
+ "default.handlebars->33->2235",
"default.handlebars->33->710"
]
},
@@ -12269,7 +12292,7 @@
"fr": "Bureau en visualisation seulement",
"de": "Desktop, nur Ansehen",
"xloc": [
- "default.handlebars->33->870"
+ "default.handlebars->33->874"
]
},
{
@@ -12289,7 +12312,7 @@
"zh-chs": "桌面时段",
"zh-cht": "桌面時段",
"xloc": [
- "default.handlebars->33->1068"
+ "default.handlebars->33->1074"
]
},
{
@@ -12340,7 +12363,7 @@
"zh-chs": "细节",
"zh-cht": "細節",
"xloc": [
- "default-mobile.handlebars->11->308",
+ "default-mobile.handlebars->11->312",
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevInfo",
"default.handlebars->contextMenu->cxdetails"
]
@@ -12382,12 +12405,12 @@
"zh-chs": "设备",
"zh-cht": "裝置",
"xloc": [
- "default-mobile.handlebars->11->468",
- "default.handlebars->33->1158",
- "default.handlebars->33->1266",
- "default.handlebars->33->1704",
+ "default-mobile.handlebars->11->478",
+ "default.handlebars->33->1168",
+ "default.handlebars->33->1276",
+ "default.handlebars->33->1714",
"default.handlebars->33->204",
- "default.handlebars->33->2299",
+ "default.handlebars->33->2309",
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5"
]
},
@@ -12408,9 +12431,9 @@
"zh-chs": "设备指令",
"zh-cht": "裝置指令",
"xloc": [
- "default-mobile.handlebars->11->326",
- "default-mobile.handlebars->11->335",
- "default.handlebars->33->916"
+ "default-mobile.handlebars->11->330",
+ "default-mobile.handlebars->11->339",
+ "default.handlebars->33->920"
]
},
{
@@ -12460,16 +12483,16 @@
"zh-cht": "裝置群",
"xloc": [
"agent-translations.json",
- "default-mobile.handlebars->11->623",
- "default.handlebars->33->1699",
- "default.handlebars->33->1702",
- "default.handlebars->33->1703",
- "default.handlebars->33->1988",
- "default.handlebars->33->2163",
- "default.handlebars->33->2169",
- "default.handlebars->33->2287",
- "default.handlebars->33->2344",
- "default.handlebars->33->2363"
+ "default-mobile.handlebars->11->633",
+ "default.handlebars->33->1709",
+ "default.handlebars->33->1712",
+ "default.handlebars->33->1713",
+ "default.handlebars->33->1998",
+ "default.handlebars->33->2173",
+ "default.handlebars->33->2179",
+ "default.handlebars->33->2297",
+ "default.handlebars->33->2354",
+ "default.handlebars->33->2373"
]
},
{
@@ -12489,8 +12512,8 @@
"zh-chs": "设备组用户",
"zh-cht": "裝置群用戶",
"xloc": [
- "default-mobile.handlebars->11->612",
- "default.handlebars->33->1769"
+ "default-mobile.handlebars->11->622",
+ "default.handlebars->33->1779"
]
},
{
@@ -12511,11 +12534,11 @@
"zh-cht": "裝置群",
"xloc": [
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->3",
- "default.handlebars->33->2004",
- "default.handlebars->33->2110",
- "default.handlebars->33->2150",
- "default.handlebars->33->2221",
- "default.handlebars->33->2414",
+ "default.handlebars->33->2014",
+ "default.handlebars->33->2120",
+ "default.handlebars->33->2160",
+ "default.handlebars->33->2231",
+ "default.handlebars->33->2424",
"default.handlebars->container->column_l->p2->p2info->9"
]
},
@@ -12556,7 +12579,7 @@
"zh-chs": "设备位置",
"zh-cht": "裝置位置",
"xloc": [
- "default.handlebars->33->960"
+ "default.handlebars->33->964"
]
},
{
@@ -12576,7 +12599,7 @@
"zh-chs": "设备消息",
"zh-cht": "裝置訊息",
"xloc": [
- "default.handlebars->33->854"
+ "default.handlebars->33->858"
]
},
{
@@ -12596,11 +12619,11 @@
"zh-chs": "设备名称",
"zh-cht": "裝置名稱",
"xloc": [
- "default-mobile.handlebars->11->349",
- "default.handlebars->33->2343",
+ "default-mobile.handlebars->11->355",
+ "default.handlebars->33->1001",
+ "default.handlebars->33->2353",
"default.handlebars->33->348",
"default.handlebars->33->357",
- "default.handlebars->33->995",
"player.handlebars->3->9"
]
},
@@ -12622,7 +12645,7 @@
"zh-cht": "裝置通知",
"xloc": [
"default.handlebars->33->557",
- "default.handlebars->33->859"
+ "default.handlebars->33->863"
]
},
{
@@ -12631,7 +12654,7 @@
"fr": "Lien de jumelage de l'appareil",
"de": "Gerät Verbindungs-Link",
"xloc": [
- "default-mobile.handlebars->11->566"
+ "default-mobile.handlebars->11->576"
]
},
{
@@ -12668,7 +12691,7 @@
"zh-chs": "设备共享链接",
"zh-cht": "設備共享鏈接",
"xloc": [
- "default.handlebars->33->794"
+ "default.handlebars->33->798"
]
},
{
@@ -12688,12 +12711,13 @@
"zh-chs": "设备提示",
"zh-cht": "裝置吐司",
"xloc": [
- "default-mobile.handlebars->11->303"
+ "default-mobile.handlebars->11->307"
]
},
{
"en": "Device Type",
"nl": "Apparaatsoort",
+ "fr": "Type d'appareil",
"xloc": [
"default-mobile.handlebars->11->259",
"default-mobile.handlebars->11->261",
@@ -12728,8 +12752,8 @@
"zh-chs": "设备连接。",
"zh-cht": "裝置連接。",
"xloc": [
- "default.handlebars->33->1505",
- "default.handlebars->33->1790"
+ "default.handlebars->33->1515",
+ "default.handlebars->33->1800"
]
},
{
@@ -12749,8 +12773,8 @@
"zh-chs": "设备断开连接。",
"zh-cht": "裝置斷開連接。",
"xloc": [
- "default.handlebars->33->1506",
- "default.handlebars->33->1791"
+ "default.handlebars->33->1516",
+ "default.handlebars->33->1801"
]
},
{
@@ -12770,7 +12794,7 @@
"zh-chs": "创建的设备组:{0}",
"zh-cht": "設備組已創建:{0}",
"xloc": [
- "default.handlebars->33->1938"
+ "default.handlebars->33->1948"
]
},
{
@@ -12790,7 +12814,7 @@
"zh-chs": "设备组已删除:{0}",
"zh-cht": "設備組已刪除:{0}",
"xloc": [
- "default.handlebars->33->1939"
+ "default.handlebars->33->1949"
]
},
{
@@ -12810,7 +12834,7 @@
"zh-chs": "设备组成员身份已更改:{0}",
"zh-cht": "設備組成員身份已更改:{0}",
"xloc": [
- "default.handlebars->33->1940"
+ "default.handlebars->33->1950"
]
},
{
@@ -12830,8 +12854,8 @@
"zh-chs": "其他设备组管理员可以查看和更改设备组注释。",
"zh-cht": "其他裝置群管理員可以查看和更改裝置群註釋。",
"xloc": [
- "default-mobile.handlebars->11->333",
- "default.handlebars->33->851"
+ "default-mobile.handlebars->11->337",
+ "default.handlebars->33->855"
]
},
{
@@ -12851,7 +12875,7 @@
"zh-chs": "设备组通知已更改",
"zh-cht": "設備組通知已更改",
"xloc": [
- "default.handlebars->33->1935"
+ "default.handlebars->33->1945"
]
},
{
@@ -12871,7 +12895,7 @@
"zh-chs": "未删除的设备组:{0}",
"zh-cht": "未刪除的設備組:{0}",
"xloc": [
- "default.handlebars->33->1918"
+ "default.handlebars->33->1928"
]
},
{
@@ -13253,7 +13277,7 @@
"fr": "L'appareil a demandé l'activation d'Intel (R) AMT ACM TLS, nom de domaine complet: {0} ",
"de": "Gerät angefordert Intel(R) AMT ACM TLS activation, FQDN: {0}",
"xloc": [
- "default.handlebars->33->1973"
+ "default.handlebars->33->1983"
]
},
{
@@ -13273,7 +13297,7 @@
"zh-chs": "设备请求激活Intel(R)AMT ACM,FQDN:{0}",
"zh-cht": "設備請求激活Intel(R)AMT ACM,FQDN:{0}",
"xloc": [
- "default.handlebars->33->1920"
+ "default.handlebars->33->1930"
]
},
{
@@ -13310,9 +13334,9 @@
"zh-chs": "设备",
"zh-cht": "裝置",
"xloc": [
- "default.handlebars->33->1638",
- "default.handlebars->33->2111",
- "default.handlebars->33->2151"
+ "default.handlebars->33->1648",
+ "default.handlebars->33->2121",
+ "default.handlebars->33->2161"
]
},
{
@@ -13332,7 +13356,7 @@
"zh-chs": "已禁用",
"zh-cht": "已禁用",
"xloc": [
- "default-mobile.handlebars->11->453",
+ "default-mobile.handlebars->11->463",
"default.handlebars->33->705"
]
},
@@ -13353,7 +13377,7 @@
"zh-chs": "禁用的电子邮件两因素身份验证",
"zh-cht": "禁用的電子郵件兩因素身份驗證",
"xloc": [
- "default.handlebars->33->1951"
+ "default.handlebars->33->1961"
]
},
{
@@ -13374,11 +13398,11 @@
"zh-cht": "斷線",
"xloc": [
"agent-translations.json",
- "default-mobile.handlebars->11->401",
+ "default-mobile.handlebars->11->411",
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
"default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea1->1->3->disconnectbutton2span",
- "default.handlebars->33->1091",
- "default.handlebars->33->1610",
+ "default.handlebars->33->1101",
+ "default.handlebars->33->1620",
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->disconnectbutton1span",
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->disconnectbutton2span",
"sharing.handlebars->11->43",
@@ -13482,7 +13506,7 @@
"zh-chs": "在远程设备上显示一个消息框。",
"zh-cht": "在遠程裝置上顯示一個訊息框。",
"xloc": [
- "default.handlebars->33->855"
+ "default.handlebars->33->859"
]
},
{
@@ -13522,7 +13546,7 @@
"zh-chs": "在远程设备上显示短信",
"zh-cht": "在遠程裝置上顯示短信",
"xloc": [
- "default.handlebars->33->742"
+ "default.handlebars->33->746"
]
},
{
@@ -13542,7 +13566,7 @@
"zh-chs": "显示设备组名称",
"zh-cht": "顯示裝置群名稱",
"xloc": [
- "default.handlebars->33->1504"
+ "default.handlebars->33->1514"
]
},
{
@@ -13562,7 +13586,7 @@
"zh-chs": "显示名称",
"zh-cht": "顯示名稱",
"xloc": [
- "default.handlebars->33->1054"
+ "default.handlebars->33->1060"
]
},
{
@@ -13582,7 +13606,7 @@
"zh-chs": "显示公共连结",
"zh-cht": "顯示公共鏈結",
"xloc": [
- "default.handlebars->33->1821"
+ "default.handlebars->33->1831"
]
},
{
@@ -13590,7 +13614,7 @@
"nl": "Scherm {0}",
"fr": "Affichage {0}",
"xloc": [
- "default.handlebars->33->1071"
+ "default.handlebars->33->1077"
]
},
{
@@ -13610,7 +13634,7 @@
"zh-chs": "显示消息框,标题= “{0}”,消息= “{1}”",
"zh-cht": "顯示消息框,標題= “{0}”,消息= “{1}”",
"xloc": [
- "default.handlebars->33->1880"
+ "default.handlebars->33->1890"
]
},
{
@@ -13630,7 +13654,7 @@
"zh-chs": "显示吐司消息,标题= “{0}”,消息= “{1}”",
"zh-cht": "顯示吐司消息,標題= “{0}”,消息= “{1}”",
"xloc": [
- "default.handlebars->33->1888"
+ "default.handlebars->33->1898"
]
},
{
@@ -13650,8 +13674,8 @@
"zh-chs": "什么都不做",
"zh-cht": "什麼都不做",
"xloc": [
- "default.handlebars->33->1659",
- "default.handlebars->33->1663"
+ "default.handlebars->33->1669",
+ "default.handlebars->33->1673"
]
},
{
@@ -13671,10 +13695,10 @@
"zh-chs": "域",
"zh-cht": "域",
"xloc": [
- "default.handlebars->33->2075",
- "default.handlebars->33->2123",
- "default.handlebars->33->2132",
- "default.handlebars->33->2200",
+ "default.handlebars->33->2085",
+ "default.handlebars->33->2133",
+ "default.handlebars->33->2142",
+ "default.handlebars->33->2210",
"mstsc.handlebars->main->1->3->1->2->1->0",
"mstsc.handlebars->main->1->3->1->2->3"
]
@@ -13696,7 +13720,7 @@
"zh-chs": "请勿更改,如果设置请保留CCM",
"zh-cht": "請勿更改,如果設置請保留CCM",
"xloc": [
- "default.handlebars->33->1655"
+ "default.handlebars->33->1665"
]
},
{
@@ -13733,7 +13757,7 @@
"zh-chs": "不要连接到服务器",
"zh-cht": "不要連接到伺服器",
"xloc": [
- "default.handlebars->33->1664"
+ "default.handlebars->33->1674"
]
},
{
@@ -13798,8 +13822,8 @@
"nl": "Omlaag",
"de": "runter",
"xloc": [
- "default-mobile.handlebars->11->377",
- "default.handlebars->33->1035"
+ "default-mobile.handlebars->11->383",
+ "default.handlebars->33->1041"
]
},
{
@@ -13825,6 +13849,7 @@
},
{
"en": "Download Assistant for Windows",
+ "fr": "Télécharger \"Assistant\" pour Windows",
"xloc": [
"agentinvite.handlebars->container->column_l->5->assistab->3->5->assisturl"
]
@@ -13868,8 +13893,8 @@
"zh-chs": "下载档案",
"zh-cht": "下載檔案",
"xloc": [
- "default-mobile.handlebars->11->431",
- "default.handlebars->33->1130",
+ "default-mobile.handlebars->11->441",
+ "default.handlebars->33->1140",
"sharing.handlebars->11->82"
]
},
@@ -13910,7 +13935,7 @@
"zh-chs": "下载MeshCmd",
"zh-cht": "下載MeshCmd",
"xloc": [
- "default.handlebars->33->985"
+ "default.handlebars->33->989"
]
},
{
@@ -13970,7 +13995,7 @@
"zh-chs": "下载报告",
"zh-cht": "下載報告",
"xloc": [
- "default.handlebars->33->1993",
+ "default.handlebars->33->2003",
"default.handlebars->container->column_l->p3->3->1->0->3"
]
},
@@ -13991,7 +14016,7 @@
"zh-chs": "下载带有指令档案的“ meshcmd”,以通过此服务器将网络讯息发送到该设备。紧记编辑meshaction.txt并添加您的帐户密码或进行任何必要的更改。",
"zh-cht": "下載帶有指令檔案的“ meshcmd”,以通過此服務器將網絡讯息發送到該裝置。緊記編輯meshaction.txt並新增你的帳戶密碼或進行任何必要的更改。",
"xloc": [
- "default.handlebars->33->978"
+ "default.handlebars->33->982"
]
},
{
@@ -14071,7 +14096,7 @@
"zh-chs": "下载电源事件",
"zh-cht": "下載電源事件",
"xloc": [
- "default.handlebars->33->934"
+ "default.handlebars->33->938"
]
},
{
@@ -14180,7 +14205,7 @@
"zh-chs": "使用以下一种档案格式下载事件列表。",
"zh-cht": "使用以下一種檔案格式下載事件列表。",
"xloc": [
- "default.handlebars->33->1994"
+ "default.handlebars->33->2004"
]
},
{
@@ -14200,7 +14225,7 @@
"zh-chs": "使用以下一种档案格式下载用户列表。",
"zh-cht": "使用以下一種檔案格式下載用戶列表。",
"xloc": [
- "default.handlebars->33->2059"
+ "default.handlebars->33->2069"
]
},
{
@@ -14281,7 +14306,7 @@
"zh-chs": "下载:“{0}”",
"zh-cht": "下載:“{0}”",
"xloc": [
- "default.handlebars->33->1911"
+ "default.handlebars->33->1921"
]
},
{
@@ -14290,7 +14315,7 @@
"fr": "Téléchargement : \\\"{0}\\\", Taille : {1}",
"de": "Download: \\\"{0}\\\", Größe: {1}",
"xloc": [
- "default.handlebars->33->1968"
+ "default.handlebars->33->1978"
]
},
{
@@ -14330,7 +14355,7 @@
"zh-chs": "代理重复",
"zh-cht": "代理重複",
"xloc": [
- "default.handlebars->33->2410"
+ "default.handlebars->33->2420"
]
},
{
@@ -14370,7 +14395,7 @@
"zh-chs": "复制用户组",
"zh-cht": "複製用戶群",
"xloc": [
- "default.handlebars->33->2127"
+ "default.handlebars->33->2137"
]
},
{
@@ -14407,8 +14432,8 @@
"zh-chs": "持续时间",
"zh-cht": "持續時間",
"xloc": [
- "default.handlebars->33->2323",
- "default.handlebars->33->2349",
+ "default.handlebars->33->2333",
+ "default.handlebars->33->2359",
"player.handlebars->3->2"
]
},
@@ -14446,7 +14471,7 @@
"zh-chs": "荷兰文(比利时)",
"zh-cht": "荷蘭文(比利時)",
"xloc": [
- "default.handlebars->33->1324"
+ "default.handlebars->33->1334"
]
},
{
@@ -14466,7 +14491,7 @@
"zh-chs": "荷兰文(标准)",
"zh-cht": "荷蘭文(標準)",
"xloc": [
- "default.handlebars->33->1323"
+ "default.handlebars->33->1333"
]
},
{
@@ -14755,8 +14780,10 @@
"zh-chs": "编辑设备",
"zh-cht": "編輯裝置",
"xloc": [
- "default-mobile.handlebars->11->354",
- "default.handlebars->33->1000"
+ "default-mobile.handlebars->11->353",
+ "default-mobile.handlebars->11->360",
+ "default.handlebars->33->1006",
+ "default.handlebars->33->999"
]
},
{
@@ -14776,13 +14803,13 @@
"zh-chs": "编辑设备组",
"zh-cht": "編輯裝置群",
"xloc": [
- "default-mobile.handlebars->11->563",
- "default-mobile.handlebars->11->569",
- "default-mobile.handlebars->11->589",
- "default.handlebars->33->1676",
- "default.handlebars->33->1708",
- "default.handlebars->33->1733",
- "default.handlebars->33->1745"
+ "default-mobile.handlebars->11->573",
+ "default-mobile.handlebars->11->579",
+ "default-mobile.handlebars->11->599",
+ "default.handlebars->33->1686",
+ "default.handlebars->33->1718",
+ "default.handlebars->33->1743",
+ "default.handlebars->33->1755"
]
},
{
@@ -14802,7 +14829,7 @@
"zh-chs": "编辑设备组功能",
"zh-cht": "編輯裝置群功能",
"xloc": [
- "default.handlebars->33->1694"
+ "default.handlebars->33->1704"
]
},
{
@@ -14822,8 +14849,8 @@
"zh-chs": "编辑设备组权限",
"zh-cht": "編輯裝置群權限",
"xloc": [
- "default.handlebars->33->1730",
- "default.handlebars->33->1742"
+ "default.handlebars->33->1740",
+ "default.handlebars->33->1752"
]
},
{
@@ -14843,7 +14870,7 @@
"zh-chs": "编辑设备组用户同意",
"zh-cht": "編輯裝置群用戶同意",
"xloc": [
- "default.handlebars->33->1677"
+ "default.handlebars->33->1687"
]
},
{
@@ -14863,8 +14890,8 @@
"zh-chs": "编辑设备笔记",
"zh-cht": "編輯裝置筆記",
"xloc": [
- "default-mobile.handlebars->11->581",
- "default.handlebars->33->1722"
+ "default-mobile.handlebars->11->591",
+ "default.handlebars->33->1732"
]
},
{
@@ -14884,8 +14911,8 @@
"zh-chs": "编辑设备权限",
"zh-cht": "編輯裝置權限",
"xloc": [
- "default.handlebars->33->1735",
- "default.handlebars->33->1737"
+ "default.handlebars->33->1745",
+ "default.handlebars->33->1747"
]
},
{
@@ -14925,7 +14952,7 @@
"zh-chs": "编辑设备用户同意",
"zh-cht": "編輯裝置用戶同意",
"xloc": [
- "default.handlebars->33->1679"
+ "default.handlebars->33->1689"
]
},
{
@@ -14945,7 +14972,7 @@
"zh-chs": "编辑群组",
"zh-cht": "編輯群組",
"xloc": [
- "default.handlebars->33->828"
+ "default.handlebars->33->832"
]
},
{
@@ -14968,11 +14995,11 @@
"default-mobile.handlebars->11->277",
"default-mobile.handlebars->11->282",
"default-mobile.handlebars->11->283",
- "default-mobile.handlebars->11->344",
+ "default-mobile.handlebars->11->348",
"default.handlebars->33->676",
"default.handlebars->33->681",
"default.handlebars->33->682",
- "default.handlebars->33->941"
+ "default.handlebars->33->945"
]
},
{
@@ -14992,8 +15019,8 @@
"zh-chs": "编辑笔记",
"zh-cht": "編輯筆記",
"xloc": [
- "default-mobile.handlebars->11->596",
- "default.handlebars->33->1752"
+ "default-mobile.handlebars->11->606",
+ "default.handlebars->33->1762"
]
},
{
@@ -15013,7 +15040,7 @@
"zh-chs": "编辑用户同意",
"zh-cht": "編輯用戶同意",
"xloc": [
- "default.handlebars->33->1678"
+ "default.handlebars->33->1688"
]
},
{
@@ -15033,7 +15060,7 @@
"zh-chs": "编辑用户设备组权限",
"zh-cht": "編輯用戶裝置群權限",
"xloc": [
- "default.handlebars->33->1743"
+ "default.handlebars->33->1753"
]
},
{
@@ -15053,7 +15080,7 @@
"zh-chs": "编辑用户设备权限",
"zh-cht": "編輯用戶裝置權限",
"xloc": [
- "default.handlebars->33->1738"
+ "default.handlebars->33->1748"
]
},
{
@@ -15073,7 +15100,7 @@
"zh-chs": "编辑用户组",
"zh-cht": "編輯用戶群",
"xloc": [
- "default.handlebars->33->2178"
+ "default.handlebars->33->2188"
]
},
{
@@ -15093,7 +15120,7 @@
"zh-chs": "编辑用户组设备权限",
"zh-cht": "編輯用戶群裝置權限",
"xloc": [
- "default.handlebars->33->1740"
+ "default.handlebars->33->1750"
]
},
{
@@ -15113,7 +15140,7 @@
"zh-chs": "编辑用户组用户同意",
"zh-cht": "編輯用戶組用戶同意",
"xloc": [
- "default.handlebars->33->1680"
+ "default.handlebars->33->1690"
]
},
{
@@ -15195,11 +15222,11 @@
"zh-cht": "電郵",
"xloc": [
"default-mobile.handlebars->11->102",
- "default.handlebars->33->2077",
- "default.handlebars->33->2204",
- "default.handlebars->33->2206",
- "default.handlebars->33->2246",
- "default.handlebars->33->2266",
+ "default.handlebars->33->2087",
+ "default.handlebars->33->2214",
+ "default.handlebars->33->2216",
+ "default.handlebars->33->2256",
+ "default.handlebars->33->2276",
"default.handlebars->33->390",
"login-mobile.handlebars->5->42",
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
@@ -15232,7 +15259,7 @@
"zh-cht": "電郵地址變更",
"xloc": [
"default-mobile.handlebars->11->103",
- "default.handlebars->33->1513"
+ "default.handlebars->33->1523"
]
},
{
@@ -15253,7 +15280,7 @@
"zh-cht": "電郵認證",
"xloc": [
"default-mobile.handlebars->11->92",
- "default.handlebars->33->1254"
+ "default.handlebars->33->1264"
]
},
{
@@ -15313,7 +15340,7 @@
"zh-cht": "電郵驗證",
"xloc": [
"default-mobile.handlebars->11->101",
- "default.handlebars->33->1511"
+ "default.handlebars->33->1521"
]
},
{
@@ -15353,7 +15380,7 @@
"zh-chs": "电邮未验证",
"zh-cht": "電郵未驗證",
"xloc": [
- "default.handlebars->33->2023"
+ "default.handlebars->33->2033"
]
},
{
@@ -15373,8 +15400,8 @@
"zh-chs": "电子邮件已验证",
"zh-cht": "電子郵件已驗證",
"xloc": [
- "default.handlebars->33->2024",
- "default.handlebars->33->2198"
+ "default.handlebars->33->2034",
+ "default.handlebars->33->2208"
]
},
{
@@ -15394,7 +15421,7 @@
"zh-chs": "电邮已验证。",
"zh-cht": "電郵已驗證。",
"xloc": [
- "default.handlebars->33->2083"
+ "default.handlebars->33->2093"
]
},
{
@@ -15414,7 +15441,7 @@
"zh-chs": "电邮未验证",
"zh-cht": "電郵未驗證",
"xloc": [
- "default.handlebars->33->2199"
+ "default.handlebars->33->2209"
]
},
{
@@ -15434,8 +15461,8 @@
"zh-chs": "电邮已发送。",
"zh-cht": "電郵已發送。",
"xloc": [
- "default-mobile.handlebars->11->638",
- "default.handlebars->33->2378",
+ "default-mobile.handlebars->11->648",
+ "default.handlebars->33->2388",
"login-mobile.handlebars->5->2",
"login.handlebars->5->2",
"login2.handlebars->7->3"
@@ -15480,7 +15507,7 @@
"zh-chs": "已通过电邮验证,并且需要重置密码。",
"zh-cht": "已通過電郵驗證,並且需要重置密碼。",
"xloc": [
- "default.handlebars->33->2084"
+ "default.handlebars->33->2094"
]
},
{
@@ -15506,7 +15533,7 @@
"de": "Email/SMS/Push-Verkehr",
"fr": "Traffic Email/SMS/Push",
"xloc": [
- "default.handlebars->33->2467"
+ "default.handlebars->33->2477"
]
},
{
@@ -15552,7 +15579,7 @@
"zh-chs": "启用邀请代码",
"zh-cht": "啟用邀請代碼",
"xloc": [
- "default.handlebars->33->1775"
+ "default.handlebars->33->1785"
]
},
{
@@ -15593,7 +15620,7 @@
"zh-cht": "啟用電郵二因子鑑別。",
"xloc": [
"default-mobile.handlebars->11->94",
- "default.handlebars->33->1256"
+ "default.handlebars->33->1266"
]
},
{
@@ -15633,7 +15660,7 @@
"zh-chs": "已启用",
"zh-cht": "已啟用",
"xloc": [
- "default.handlebars->33->2351"
+ "default.handlebars->33->2361"
]
},
{
@@ -15653,7 +15680,7 @@
"zh-chs": "启用电子邮件两因素身份验证",
"zh-cht": "啟用電子郵件兩因素身份驗證",
"xloc": [
- "default.handlebars->33->1950"
+ "default.handlebars->33->1960"
]
},
{
@@ -15682,8 +15709,8 @@
"nl": "End",
"de": "Ende",
"xloc": [
- "default-mobile.handlebars->11->371",
- "default.handlebars->33->1029"
+ "default-mobile.handlebars->11->377",
+ "default.handlebars->33->1035"
]
},
{
@@ -15703,7 +15730,7 @@
"zh-chs": "时间结束",
"zh-cht": "時間結束",
"xloc": [
- "default.handlebars->33->2348"
+ "default.handlebars->33->2358"
]
},
{
@@ -15723,7 +15750,7 @@
"zh-chs": "从{1}到{2},{3}秒结束了桌面会话“{0}”",
"zh-cht": "從{1}到{2},{3}秒結束了桌面會話“{0}”",
"xloc": [
- "default.handlebars->33->1873"
+ "default.handlebars->33->1883"
]
},
{
@@ -15743,7 +15770,7 @@
"zh-chs": "从{1}到{2},{3}秒结束了文件管理会话“{0}”",
"zh-cht": "從{1}到{2},{3}秒結束了文件管理會話“{0}”",
"xloc": [
- "default.handlebars->33->1874"
+ "default.handlebars->33->1884"
]
},
{
@@ -15751,7 +15778,7 @@
"nl": "Beëindigde messengersessie \\\"{0}\\\" van {1} naar {2}, {3} second(s)",
"fr": "Fin de la session de messagerie \\\"{0}\\\" de {1} à {2}, {3} seconde(s)",
"xloc": [
- "default.handlebars->33->1974"
+ "default.handlebars->33->1984"
]
},
{
@@ -15771,7 +15798,7 @@
"zh-chs": "从{1}到{2},{3}秒结束了中继会话“{0}”",
"zh-cht": "從{1}到{2},{3}秒結束了中繼會話“{0}”",
"xloc": [
- "default.handlebars->33->1871"
+ "default.handlebars->33->1881"
]
},
{
@@ -15791,7 +15818,7 @@
"zh-chs": "从{1}到{2},{3}秒结束了终端会话“{0}”",
"zh-cht": "從{1}到{2},{3}秒結束了終端會話“{0}”",
"xloc": [
- "default.handlebars->33->1872"
+ "default.handlebars->33->1882"
]
},
{
@@ -15811,7 +15838,7 @@
"zh-chs": "英文",
"zh-cht": "英文",
"xloc": [
- "default.handlebars->33->1325"
+ "default.handlebars->33->1335"
]
},
{
@@ -15831,7 +15858,7 @@
"zh-chs": "英文(澳洲)",
"zh-cht": "英文(澳洲)",
"xloc": [
- "default.handlebars->33->1326"
+ "default.handlebars->33->1336"
]
},
{
@@ -15851,7 +15878,7 @@
"zh-chs": "英文(伯利茲)",
"zh-cht": "英文(伯利茲)",
"xloc": [
- "default.handlebars->33->1327"
+ "default.handlebars->33->1337"
]
},
{
@@ -15871,7 +15898,7 @@
"zh-chs": "英文(加拿大)",
"zh-cht": "英文(加拿大)",
"xloc": [
- "default.handlebars->33->1328"
+ "default.handlebars->33->1338"
]
},
{
@@ -15891,7 +15918,7 @@
"zh-chs": "英文(爱尔兰)",
"zh-cht": "英文(愛爾蘭)",
"xloc": [
- "default.handlebars->33->1329"
+ "default.handlebars->33->1339"
]
},
{
@@ -15911,7 +15938,7 @@
"zh-chs": "英文(牙买加)",
"zh-cht": "英文(牙買加)",
"xloc": [
- "default.handlebars->33->1330"
+ "default.handlebars->33->1340"
]
},
{
@@ -15931,7 +15958,7 @@
"zh-chs": "英文(纽西兰)",
"zh-cht": "英文(紐西蘭)",
"xloc": [
- "default.handlebars->33->1331"
+ "default.handlebars->33->1341"
]
},
{
@@ -15951,7 +15978,7 @@
"zh-chs": "英文(菲律宾)",
"zh-cht": "英文(菲律賓)",
"xloc": [
- "default.handlebars->33->1332"
+ "default.handlebars->33->1342"
]
},
{
@@ -15971,7 +15998,7 @@
"zh-chs": "英语(南非)",
"zh-cht": "英語(南非)",
"xloc": [
- "default.handlebars->33->1333"
+ "default.handlebars->33->1343"
]
},
{
@@ -15991,7 +16018,7 @@
"zh-chs": "英文(特立尼达和多巴哥)",
"zh-cht": "英文(特立尼達和多巴哥)",
"xloc": [
- "default.handlebars->33->1334"
+ "default.handlebars->33->1344"
]
},
{
@@ -16011,7 +16038,7 @@
"zh-chs": "英文(英国)",
"zh-cht": "英文(英國)",
"xloc": [
- "default.handlebars->33->1335"
+ "default.handlebars->33->1345"
]
},
{
@@ -16031,7 +16058,7 @@
"zh-chs": "美国英文",
"zh-cht": "美國英語",
"xloc": [
- "default.handlebars->33->1336"
+ "default.handlebars->33->1346"
]
},
{
@@ -16051,7 +16078,7 @@
"zh-chs": "英文(津巴布韦)",
"zh-cht": "英文(津巴布韋)",
"xloc": [
- "default.handlebars->33->1337"
+ "default.handlebars->33->1347"
]
},
{
@@ -16071,11 +16098,11 @@
"zh-chs": "输入",
"zh-cht": "輸入",
"xloc": [
- "default-mobile.handlebars->11->365",
- "default.handlebars->33->1023",
- "default.handlebars->33->1103",
- "default.handlebars->33->1540",
- "default.handlebars->33->1541",
+ "default-mobile.handlebars->11->371",
+ "default.handlebars->33->1029",
+ "default.handlebars->33->1113",
+ "default.handlebars->33->1550",
+ "default.handlebars->33->1551",
"sharing.handlebars->11->55"
]
},
@@ -16096,7 +16123,7 @@
"zh-chs": "输入管理领域名称的逗号分隔列表。",
"zh-cht": "輸入管理領域名稱的逗號分隔列表。",
"xloc": [
- "default.handlebars->33->2088"
+ "default.handlebars->33->2098"
]
},
{
@@ -16156,7 +16183,7 @@
"zh-chs": "输入文本,然后单击确定以远程键入它。在继续操作之前,请确保将远程光标放置在正确的位置。",
"zh-cht": "輸入文本,然後單擊確定以遠程鍵入它。在繼續操作之前,請確保將遠程光標放置在正確的位置。",
"xloc": [
- "default.handlebars->33->1048"
+ "default.handlebars->33->1054"
]
},
{
@@ -16218,7 +16245,7 @@
"zh-chs": "输入支持SMS的电话号码。验证后,该号码可用于登录验证和其他通知。",
"zh-cht": "輸入支持SMS的電話號碼。驗證後,該號碼可用於登入驗證和其他通知。",
"xloc": [
- "default.handlebars->33->1251"
+ "default.handlebars->33->1261"
]
},
{
@@ -16247,8 +16274,8 @@
"fr": "Erreur, code d'invitation \\\"{0}\\\" déjà utilisé.",
"de": "Fehler, Einladungscode \\\"{0}\\\" wird bereits verwendet.",
"xloc": [
- "default-mobile.handlebars->11->646",
- "default.handlebars->33->2386"
+ "default-mobile.handlebars->11->656",
+ "default.handlebars->33->2396"
]
},
{
@@ -16257,8 +16284,8 @@
"fr": "Erreur, mot de passe non modifié.",
"de": "Fehler, Password wurde nicht geändert.",
"xloc": [
- "default-mobile.handlebars->11->643",
- "default.handlebars->33->2383"
+ "default-mobile.handlebars->11->653",
+ "default.handlebars->33->2393"
]
},
{
@@ -16267,8 +16294,8 @@
"fr": "Erreur, impossible de changer le mot de passe couramment utilisé.",
"de": "Fehler, kann nicht zu häufig verwendeten Passwörtern geändert werden.",
"xloc": [
- "default-mobile.handlebars->11->642",
- "default.handlebars->33->2382"
+ "default-mobile.handlebars->11->652",
+ "default.handlebars->33->2392"
]
},
{
@@ -16277,8 +16304,8 @@
"fr": "Erreur, impossible de changer le mot de passe précédemment utilisé.",
"de": "Fehler, Änderung des zuvor verwendeten Kennworts nicht möglich.",
"xloc": [
- "default-mobile.handlebars->11->641",
- "default.handlebars->33->2381"
+ "default-mobile.handlebars->11->651",
+ "default.handlebars->33->2391"
]
},
{
@@ -16306,8 +16333,8 @@
"fr": "Echap",
"nl": "Escape",
"xloc": [
- "default-mobile.handlebars->11->366",
- "default.handlebars->33->1024"
+ "default-mobile.handlebars->11->372",
+ "default.handlebars->33->1030"
]
},
{
@@ -16327,7 +16354,7 @@
"zh-chs": "世界文",
"zh-cht": "世界語",
"xloc": [
- "default.handlebars->33->1338"
+ "default.handlebars->33->1348"
]
},
{
@@ -16347,7 +16374,7 @@
"zh-chs": "爱沙尼亚文",
"zh-cht": "愛沙尼亞語",
"xloc": [
- "default.handlebars->33->1339"
+ "default.handlebars->33->1349"
]
},
{
@@ -16367,7 +16394,7 @@
"zh-chs": "事件详情",
"zh-cht": "事件詳情",
"xloc": [
- "default.handlebars->33->1143"
+ "default.handlebars->33->1153"
]
},
{
@@ -16387,7 +16414,7 @@
"zh-chs": "事件列表输出",
"zh-cht": "事件列表輸出",
"xloc": [
- "default.handlebars->33->1999"
+ "default.handlebars->33->2009"
]
},
{
@@ -16502,9 +16529,9 @@
"zh-chs": "到期时间",
"zh-cht": "到期時間",
"xloc": [
- "default.handlebars->33->1501",
+ "default.handlebars->33->1511",
"default.handlebars->33->210",
- "default.handlebars->33->890"
+ "default.handlebars->33->894"
]
},
{
@@ -16544,7 +16571,7 @@
"zh-chs": "过期{0}",
"zh-cht": "過期{0}",
"xloc": [
- "default.handlebars->33->1554",
+ "default.handlebars->33->1564",
"sharing.handlebars->11->95"
]
},
@@ -16585,7 +16612,7 @@
"zh-chs": "扩充式ASCII",
"zh-cht": "擴充式ASCII",
"xloc": [
- "default.handlebars->33->1082",
+ "default.handlebars->33->1092",
"sharing.handlebars->11->34"
]
},
@@ -16627,7 +16654,7 @@
"zh-chs": "外部",
"zh-cht": "外部",
"xloc": [
- "default.handlebars->33->2449"
+ "default.handlebars->33->2459"
]
},
{
@@ -16667,7 +16694,7 @@
"zh-chs": "FYRO马其顿语",
"zh-cht": "FYRO馬其頓語",
"xloc": [
- "default.handlebars->33->1389"
+ "default.handlebars->33->1399"
]
},
{
@@ -16687,7 +16714,7 @@
"zh-chs": "法罗语",
"zh-cht": "法羅語",
"xloc": [
- "default.handlebars->33->1340"
+ "default.handlebars->33->1350"
]
},
{
@@ -16716,8 +16743,8 @@
"fr": "Échec de la modification de l'adresse e-mail, un autre compte utilise déjà: {0}.",
"de": "Fehler beim ändern der E-Mail-Adresse, wird bereits von einem anderen Konto verwendet: {0}.",
"xloc": [
- "default-mobile.handlebars->11->637",
- "default.handlebars->33->2377"
+ "default-mobile.handlebars->11->647",
+ "default.handlebars->33->2387"
]
},
{
@@ -16745,7 +16772,7 @@
"zh-chs": "本地用户拒绝后无法启动远程桌面",
"zh-cht": "本地用戶拒絕後無法啟動遠程桌面",
"xloc": [
- "default.handlebars->33->1896"
+ "default.handlebars->33->1906"
]
},
{
@@ -16765,7 +16792,7 @@
"zh-chs": "本地用户拒绝后无法启动远程文件",
"zh-cht": "本地用戶拒絕後無法啟動遠程文件",
"xloc": [
- "default.handlebars->33->1903"
+ "default.handlebars->33->1913"
]
},
{
@@ -16785,8 +16812,8 @@
"zh-chs": "无法启动远程终端接合{0}({1})",
"zh-cht": "無法啟動遠程終端接合{0}({1})",
"xloc": [
- "default-mobile.handlebars->11->357",
- "default.handlebars->33->1003",
+ "default-mobile.handlebars->11->363",
+ "default.handlebars->33->1009",
"sharing.handlebars->11->30",
"sharing.handlebars->11->8"
]
@@ -16808,7 +16835,7 @@
"zh-chs": "波斯文(波斯文)",
"zh-cht": "波斯語(波斯語)",
"xloc": [
- "default.handlebars->33->1341"
+ "default.handlebars->33->1351"
]
},
{
@@ -16850,7 +16877,7 @@
"zh-chs": "功能",
"zh-cht": "功能",
"xloc": [
- "default.handlebars->33->1596"
+ "default.handlebars->33->1606"
]
},
{
@@ -16870,7 +16897,7 @@
"zh-chs": "斐济",
"zh-cht": "斐濟",
"xloc": [
- "default.handlebars->33->1342"
+ "default.handlebars->33->1352"
]
},
{
@@ -16910,8 +16937,8 @@
"zh-chs": "档案编辑器",
"zh-cht": "檔案編輯器",
"xloc": [
- "default-mobile.handlebars->11->415",
- "default.handlebars->33->1114",
+ "default-mobile.handlebars->11->425",
+ "default.handlebars->33->1124",
"default.handlebars->33->611",
"sharing.handlebars->11->66"
]
@@ -16949,8 +16976,8 @@
"zh-chs": "档案操作",
"zh-cht": "檔案操作",
"xloc": [
- "default.handlebars->33->1094",
- "default.handlebars->33->1096",
+ "default.handlebars->33->1104",
+ "default.handlebars->33->1106",
"sharing.handlebars->11->46",
"sharing.handlebars->11->48"
]
@@ -16980,7 +17007,7 @@
"nl": "Bestandsoverdracht",
"fr": "Transfert de fichiers",
"xloc": [
- "default.handlebars->33->2329"
+ "default.handlebars->33->2339"
]
},
{
@@ -17000,7 +17027,7 @@
"zh-chs": "文件系统驱动",
"zh-cht": "FileSystemDriver",
"xloc": [
- "default.handlebars->33->1057"
+ "default.handlebars->33->1063"
]
},
{
@@ -17021,13 +17048,13 @@
"zh-cht": "檔案",
"xloc": [
"default-mobile.handlebars->11->203",
- "default-mobile.handlebars->11->307",
- "default.handlebars->33->1688",
- "default.handlebars->33->2336",
- "default.handlebars->33->2437",
+ "default-mobile.handlebars->11->311",
+ "default.handlebars->33->1698",
+ "default.handlebars->33->2346",
+ "default.handlebars->33->2447",
"default.handlebars->33->317",
- "default.handlebars->33->799",
- "default.handlebars->33->866",
+ "default.handlebars->33->803",
+ "default.handlebars->33->870",
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles",
"default.handlebars->contextMenu->cxfiles",
"sharing.handlebars->LeftSideToolBar"
@@ -17070,9 +17097,9 @@
"zh-chs": "档案通知",
"zh-cht": "檔案通知",
"xloc": [
- "default.handlebars->33->1604",
- "default.handlebars->33->2144",
- "default.handlebars->33->2231",
+ "default.handlebars->33->1614",
+ "default.handlebars->33->2154",
+ "default.handlebars->33->2241",
"default.handlebars->33->716"
]
},
@@ -17093,9 +17120,9 @@
"zh-chs": "档案提示",
"zh-cht": "檔案提示",
"xloc": [
- "default.handlebars->33->1603",
- "default.handlebars->33->2143",
- "default.handlebars->33->2230",
+ "default.handlebars->33->1613",
+ "default.handlebars->33->2153",
+ "default.handlebars->33->2240",
"default.handlebars->33->715"
]
},
@@ -17117,7 +17144,7 @@
"zh-cht": "過濾",
"xloc": [
"default-mobile.handlebars->container->page_content->column_l->p2->xdevicesBar->1",
- "default.handlebars->33->1099",
+ "default.handlebars->33->1109",
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar",
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->kvmListToolbar",
"default.handlebars->container->column_l->p4->3->1->0->3->3",
@@ -17162,7 +17189,7 @@
"zh-chs": "查找文件",
"zh-cht": "查找文件",
"xloc": [
- "default.handlebars->33->1102",
+ "default.handlebars->33->1112",
"sharing.handlebars->11->54"
]
},
@@ -17183,7 +17210,7 @@
"zh-chs": "录制会话已完成,{0}秒",
"zh-cht": "錄製會話已完成,{0}秒",
"xloc": [
- "default.handlebars->33->1869"
+ "default.handlebars->33->1879"
]
},
{
@@ -17203,7 +17230,7 @@
"zh-chs": "芬兰",
"zh-cht": "芬蘭",
"xloc": [
- "default.handlebars->33->1343"
+ "default.handlebars->33->1353"
]
},
{
@@ -17211,8 +17238,8 @@
"nl": "Firewall",
"fr": "Parefeu",
"xloc": [
- "default-mobile.handlebars->11->448",
- "default-mobile.handlebars->11->450",
+ "default-mobile.handlebars->11->458",
+ "default-mobile.handlebars->11->460",
"default.handlebars->33->700",
"default.handlebars->33->702"
]
@@ -17223,8 +17250,8 @@
"fr": "Pare-feu désactivé",
"de": "Firewall nicht aktiv",
"xloc": [
- "default.handlebars->33->1801",
- "default.handlebars->33->1815"
+ "default.handlebars->33->1811",
+ "default.handlebars->33->1825"
]
},
{
@@ -17257,8 +17284,8 @@
"nl": "Flits",
"fr": "Flash",
"xloc": [
- "default-mobile.handlebars->11->311",
- "default.handlebars->33->897"
+ "default-mobile.handlebars->11->315",
+ "default.handlebars->33->901"
]
},
{
@@ -17427,8 +17454,8 @@
"zh-chs": "下次登录时强制重置密码。",
"zh-cht": "下次登入時強制重置密碼。",
"xloc": [
- "default.handlebars->33->2082",
- "default.handlebars->33->2277"
+ "default.handlebars->33->2092",
+ "default.handlebars->33->2287"
]
},
{
@@ -17511,7 +17538,7 @@
"zh-chs": "格式化",
"zh-cht": "格式化",
"xloc": [
- "default.handlebars->33->1990"
+ "default.handlebars->33->2000"
]
},
{
@@ -17552,8 +17579,8 @@
"zh-chs": "自由",
"zh-cht": "自由",
"xloc": [
- "default.handlebars->33->2395",
- "default.handlebars->33->2397"
+ "default.handlebars->33->2405",
+ "default.handlebars->33->2407"
]
},
{
@@ -17594,7 +17621,7 @@
"zh-chs": "法文(比利时)",
"zh-cht": "法語(比利時)",
"xloc": [
- "default.handlebars->33->1345"
+ "default.handlebars->33->1355"
]
},
{
@@ -17614,7 +17641,7 @@
"zh-chs": "法文(加拿大)",
"zh-cht": "法語(加拿大)",
"xloc": [
- "default.handlebars->33->1346"
+ "default.handlebars->33->1356"
]
},
{
@@ -17634,7 +17661,7 @@
"zh-chs": "法文(法国)",
"zh-cht": "法語(法國)",
"xloc": [
- "default.handlebars->33->1347"
+ "default.handlebars->33->1357"
]
},
{
@@ -17654,7 +17681,7 @@
"zh-chs": "法文(卢森堡)",
"zh-cht": "法語(盧森堡)",
"xloc": [
- "default.handlebars->33->1348"
+ "default.handlebars->33->1358"
]
},
{
@@ -17674,7 +17701,7 @@
"zh-chs": "法文(摩纳哥)",
"zh-cht": "法語(摩納哥)",
"xloc": [
- "default.handlebars->33->1349"
+ "default.handlebars->33->1359"
]
},
{
@@ -17694,7 +17721,7 @@
"zh-chs": "法文(标准)",
"zh-cht": "法語(標準)",
"xloc": [
- "default.handlebars->33->1344"
+ "default.handlebars->33->1354"
]
},
{
@@ -17714,7 +17741,7 @@
"zh-chs": "法文(瑞士)",
"zh-cht": "法語(瑞士)",
"xloc": [
- "default.handlebars->33->1350"
+ "default.handlebars->33->1360"
]
},
{
@@ -17734,7 +17761,7 @@
"zh-chs": "弗里斯兰文",
"zh-cht": "弗里斯蘭語",
"xloc": [
- "default.handlebars->33->1351"
+ "default.handlebars->33->1361"
]
},
{
@@ -17754,7 +17781,7 @@
"zh-chs": "弗留利",
"zh-cht": "弗留利",
"xloc": [
- "default.handlebars->33->1352"
+ "default.handlebars->33->1362"
]
},
{
@@ -17775,12 +17802,12 @@
"zh-cht": "完整管理員",
"xloc": [
"default-mobile.handlebars->11->129",
- "default-mobile.handlebars->11->555",
- "default-mobile.handlebars->11->568",
- "default-mobile.handlebars->11->588",
- "default.handlebars->33->1547",
- "default.handlebars->33->1707",
- "default.handlebars->33->2094"
+ "default-mobile.handlebars->11->565",
+ "default-mobile.handlebars->11->578",
+ "default-mobile.handlebars->11->598",
+ "default.handlebars->33->1557",
+ "default.handlebars->33->1717",
+ "default.handlebars->33->2104"
]
},
{
@@ -17800,7 +17827,7 @@
"zh-chs": "完整管理员(保留所有权利)",
"zh-cht": "完整管理員(保留所有權利)",
"xloc": [
- "default.handlebars->33->1744"
+ "default.handlebars->33->1754"
]
},
{
@@ -17837,7 +17864,7 @@
"zh-chs": "完整设备权限",
"zh-cht": "完整裝置權限",
"xloc": [
- "default.handlebars->33->808"
+ "default.handlebars->33->812"
]
},
{
@@ -17857,7 +17884,7 @@
"zh-chs": "全部权限",
"zh-cht": "全部權限",
"xloc": [
- "default.handlebars->33->827"
+ "default.handlebars->33->831"
]
},
{
@@ -17920,7 +17947,7 @@
"zh-chs": "完整管理员",
"zh-cht": "完整管理員",
"xloc": [
- "default.handlebars->33->2192"
+ "default.handlebars->33->2202"
]
},
{
@@ -17940,8 +17967,8 @@
"zh-chs": "全自动的",
"zh-cht": "全自動的",
"xloc": [
- "default.handlebars->33->1621",
- "default.handlebars->33->1646"
+ "default.handlebars->33->1631",
+ "default.handlebars->33->1656"
]
},
{
@@ -17961,8 +17988,8 @@
"zh-chs": "GPU",
"zh-cht": "GPU",
"xloc": [
- "default-mobile.handlebars->11->512",
- "default.handlebars->33->1212"
+ "default-mobile.handlebars->11->522",
+ "default.handlebars->33->1222"
]
},
{
@@ -17982,7 +18009,7 @@
"zh-chs": "盖尔文(爱尔兰)",
"zh-cht": "蓋爾語(愛爾蘭)",
"xloc": [
- "default.handlebars->33->1354"
+ "default.handlebars->33->1364"
]
},
{
@@ -18002,7 +18029,7 @@
"zh-chs": "盖尔文(苏格兰文)",
"zh-cht": "蓋爾語(蘇格蘭語)",
"xloc": [
- "default.handlebars->33->1353"
+ "default.handlebars->33->1363"
]
},
{
@@ -18022,7 +18049,7 @@
"zh-chs": "加拉契文",
"zh-cht": "加拉契語",
"xloc": [
- "default.handlebars->33->1355"
+ "default.handlebars->33->1365"
]
},
{
@@ -18062,7 +18089,7 @@
"zh-chs": "一般",
"zh-cht": "一般",
"xloc": [
- "default-mobile.handlebars->11->304",
+ "default-mobile.handlebars->11->308",
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDev",
"default.handlebars->container->topbar->1->1->MeshSubMenuSpan->MeshSubMenu->1->0->MeshGeneral",
"default.handlebars->container->topbar->1->1->ServerSubMenuSpan->ServerSubMenu->1->0->ServerGeneral",
@@ -18148,7 +18175,7 @@
"zh-chs": "格鲁吉亚文",
"zh-cht": "格魯吉亞文",
"xloc": [
- "default.handlebars->33->1356"
+ "default.handlebars->33->1366"
]
},
{
@@ -18168,7 +18195,7 @@
"zh-chs": "德文(奥地利)",
"zh-cht": "德語(奧地利)",
"xloc": [
- "default.handlebars->33->1358"
+ "default.handlebars->33->1368"
]
},
{
@@ -18188,7 +18215,7 @@
"zh-chs": "德文(德国)",
"zh-cht": "德文(德國)",
"xloc": [
- "default.handlebars->33->1359"
+ "default.handlebars->33->1369"
]
},
{
@@ -18208,7 +18235,7 @@
"zh-chs": "德文(列支敦士登)",
"zh-cht": "德文(列支敦士登)",
"xloc": [
- "default.handlebars->33->1360"
+ "default.handlebars->33->1370"
]
},
{
@@ -18228,7 +18255,7 @@
"zh-chs": "德文(卢森堡)",
"zh-cht": "德語(盧森堡)",
"xloc": [
- "default.handlebars->33->1361"
+ "default.handlebars->33->1371"
]
},
{
@@ -18248,7 +18275,7 @@
"zh-chs": "德文(标准)",
"zh-cht": "德語(標準)",
"xloc": [
- "default.handlebars->33->1357"
+ "default.handlebars->33->1367"
]
},
{
@@ -18268,7 +18295,7 @@
"zh-chs": "德文(瑞士)",
"zh-cht": "德文(瑞士)",
"xloc": [
- "default.handlebars->33->1362"
+ "default.handlebars->33->1372"
]
},
{
@@ -18288,7 +18315,7 @@
"zh-chs": "获取此设备的MQTT登录凭证。",
"zh-cht": "獲取此裝置的MQTT登入憑證。",
"xloc": [
- "default.handlebars->33->772"
+ "default.handlebars->33->776"
]
},
{
@@ -18329,7 +18356,7 @@
"zh-chs": "正在获取剪贴板内容,{0}个字节",
"zh-cht": "正在獲取剪貼板內容,{0}個字節",
"xloc": [
- "default.handlebars->33->1883"
+ "default.handlebars->33->1893"
]
},
{
@@ -18391,7 +18418,7 @@
"zh-chs": "好",
"zh-cht": "好",
"xloc": [
- "default.handlebars->33->1543"
+ "default.handlebars->33->1553"
]
},
{
@@ -18436,8 +18463,8 @@
"zh-chs": "Google云端硬盘备份",
"zh-cht": "Google雲端硬盤備份",
"xloc": [
- "default.handlebars->33->1564",
- "default.handlebars->33->1567",
+ "default.handlebars->33->1574",
+ "default.handlebars->33->1577",
"default.handlebars->33->232"
]
},
@@ -18458,7 +18485,7 @@
"zh-chs": "Google云端硬盘控制台",
"zh-cht": "Google雲端硬盤控制台",
"xloc": [
- "default.handlebars->33->1561"
+ "default.handlebars->33->1571"
]
},
{
@@ -18498,7 +18525,7 @@
"zh-chs": "Google云端硬盘备份当前处于活动状态。",
"zh-cht": "Google雲端硬盤備份當前處於活動狀態。",
"xloc": [
- "default.handlebars->33->1565"
+ "default.handlebars->33->1575"
]
},
{
@@ -18526,7 +18553,7 @@
"zh-chs": "希腊文",
"zh-cht": "希臘文",
"xloc": [
- "default.handlebars->33->1363"
+ "default.handlebars->33->1373"
]
},
{
@@ -18568,8 +18595,8 @@
"zh-chs": "集体指令",
"zh-cht": "集體指令",
"xloc": [
- "default.handlebars->33->2038",
- "default.handlebars->33->2117",
+ "default.handlebars->33->2048",
+ "default.handlebars->33->2127",
"default.handlebars->33->533",
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar",
"default.handlebars->container->column_l->p4->3->1->0->3->3",
@@ -18593,7 +18620,7 @@
"zh-chs": "通过...分组",
"zh-cht": "通過...分群",
"xloc": [
- "default.handlebars->33->1986"
+ "default.handlebars->33->1996"
]
},
{
@@ -18613,7 +18640,7 @@
"zh-chs": "组标识符",
"zh-cht": "群標識符",
"xloc": [
- "default.handlebars->33->2134"
+ "default.handlebars->33->2144"
]
},
{
@@ -18633,7 +18660,7 @@
"zh-chs": "群组成员",
"zh-cht": "群組成員",
"xloc": [
- "default.handlebars->33->2155"
+ "default.handlebars->33->2165"
]
},
{
@@ -18653,7 +18680,7 @@
"zh-chs": "用户{0}的群组权限。",
"zh-cht": "用戶{0}的群組權限。",
"xloc": [
- "default.handlebars->33->1706"
+ "default.handlebars->33->1716"
]
},
{
@@ -18673,7 +18700,7 @@
"zh-chs": "{0}的群组权限。",
"zh-cht": "{0}的群組權限。",
"xloc": [
- "default.handlebars->33->1705"
+ "default.handlebars->33->1715"
]
},
{
@@ -18713,7 +18740,7 @@
"zh-chs": "组1,组2,组3",
"zh-cht": "群1,群2,群3",
"xloc": [
- "default-mobile.handlebars->11->353"
+ "default-mobile.handlebars->11->359"
]
},
{
@@ -18754,7 +18781,7 @@
"zh-cht": "來賓姓名",
"xloc": [
"default.handlebars->33->205",
- "default.handlebars->33->863"
+ "default.handlebars->33->867"
]
},
{
@@ -18762,8 +18789,8 @@
"nl": "Gast delen",
"de": "Mit einem Gast Teilen",
"xloc": [
- "default.handlebars->33->815",
- "default.handlebars->33->837"
+ "default.handlebars->33->819",
+ "default.handlebars->33->841"
]
},
{
@@ -18771,7 +18798,7 @@
"nl": "Gastdeling",
"de": "Mit einem Gast Teilen",
"xloc": [
- "default.handlebars->33->1714"
+ "default.handlebars->33->1724"
]
},
{
@@ -18791,7 +18818,7 @@
"zh-chs": "古久拉提",
"zh-cht": "古久拉提",
"xloc": [
- "default.handlebars->33->1364"
+ "default.handlebars->33->1374"
]
},
{
@@ -18799,7 +18826,7 @@
"nl": "HTTP",
"fr": "HTTP",
"xloc": [
- "default.handlebars->33->2433"
+ "default.handlebars->33->2443"
]
},
{
@@ -18842,7 +18869,7 @@
"zh-chs": "海地文",
"zh-cht": "海地文",
"xloc": [
- "default.handlebars->33->1365"
+ "default.handlebars->33->1375"
]
},
{
@@ -18882,8 +18909,8 @@
"zh-chs": "强行断开代理",
"zh-cht": "強行斷開代理",
"xloc": [
- "default-mobile.handlebars->11->542",
- "default.handlebars->33->1243"
+ "default-mobile.handlebars->11->552",
+ "default.handlebars->33->1253"
]
},
{
@@ -18903,7 +18930,7 @@
"zh-chs": "堆总数",
"zh-cht": "堆總數",
"xloc": [
- "default.handlebars->33->2451"
+ "default.handlebars->33->2461"
]
},
{
@@ -18923,7 +18950,7 @@
"zh-chs": "堆使用",
"zh-cht": "堆使用",
"xloc": [
- "default.handlebars->33->2450"
+ "default.handlebars->33->2460"
]
},
{
@@ -18943,7 +18970,7 @@
"zh-chs": "希伯来文",
"zh-cht": "希伯來文",
"xloc": [
- "default.handlebars->33->1366"
+ "default.handlebars->33->1376"
]
},
{
@@ -19004,7 +19031,7 @@
"zh-chs": "已请求帮助,用户:{0},详细信息:{1}",
"zh-cht": "已請求幫助,用戶:{0},詳細信息:{1}",
"xloc": [
- "default.handlebars->33->1960"
+ "default.handlebars->33->1970"
]
},
{
@@ -19065,7 +19092,7 @@
"zh-chs": "帮助翻译MeshCentral",
"zh-cht": "幫助翻譯MeshCentral",
"xloc": [
- "default.handlebars->33->1481"
+ "default.handlebars->33->1491"
]
},
{
@@ -19169,7 +19196,7 @@
"zh-chs": "印地文",
"zh-cht": "印地文",
"xloc": [
- "default.handlebars->33->1367"
+ "default.handlebars->33->1377"
]
},
{
@@ -19206,8 +19233,8 @@
"zh-chs": "保存1个条目进行复制",
"zh-cht": "保存1個項目進行複製",
"xloc": [
- "default-mobile.handlebars->11->424",
- "default.handlebars->33->1124",
+ "default-mobile.handlebars->11->434",
+ "default.handlebars->33->1134",
"sharing.handlebars->11->76"
]
},
@@ -19228,8 +19255,8 @@
"zh-chs": "保存1个项目进行移动",
"zh-cht": "保存1個項目進行移動",
"xloc": [
- "default-mobile.handlebars->11->428",
- "default.handlebars->33->1128",
+ "default-mobile.handlebars->11->438",
+ "default.handlebars->33->1138",
"sharing.handlebars->11->80"
]
},
@@ -19250,8 +19277,8 @@
"zh-chs": "保存{0}个条目进行复制",
"zh-cht": "保留{0}個項目進行複製",
"xloc": [
- "default-mobile.handlebars->11->422",
- "default.handlebars->33->1122",
+ "default-mobile.handlebars->11->432",
+ "default.handlebars->33->1132",
"sharing.handlebars->11->74"
]
},
@@ -19272,8 +19299,8 @@
"zh-chs": "保存{0}个条目以进行移动",
"zh-cht": "保存{0}個項目以進行移動",
"xloc": [
- "default-mobile.handlebars->11->426",
- "default.handlebars->33->1126",
+ "default-mobile.handlebars->11->436",
+ "default.handlebars->33->1136",
"sharing.handlebars->11->78"
]
},
@@ -19295,7 +19322,7 @@
"zh-cht": "保存{0}項目{1}給{2}",
"xloc": [
"default-mobile.handlebars->11->153",
- "default.handlebars->33->1856"
+ "default.handlebars->33->1866"
]
},
{
@@ -19303,8 +19330,8 @@
"fr": "Home",
"nl": "Home",
"xloc": [
- "default-mobile.handlebars->11->370",
- "default.handlebars->33->1028"
+ "default-mobile.handlebars->11->376",
+ "default.handlebars->33->1034"
]
},
{
@@ -19327,13 +19354,13 @@
"default-mobile.handlebars->11->252",
"default-mobile.handlebars->11->253",
"default-mobile.handlebars->11->255",
- "default-mobile.handlebars->11->350",
- "default-mobile.handlebars->11->471",
- "default.handlebars->33->1161",
+ "default-mobile.handlebars->11->356",
+ "default-mobile.handlebars->11->481",
+ "default.handlebars->33->1002",
+ "default.handlebars->33->1171",
"default.handlebars->33->349",
"default.handlebars->33->358",
- "default.handlebars->33->651",
- "default.handlebars->33->996"
+ "default.handlebars->33->651"
]
},
{
@@ -19353,7 +19380,7 @@
"zh-chs": "主机名同步",
"zh-cht": "主機名同步",
"xloc": [
- "default.handlebars->33->1593"
+ "default.handlebars->33->1603"
]
},
{
@@ -19373,7 +19400,7 @@
"zh-chs": "匈牙利文",
"zh-cht": "匈牙利文",
"xloc": [
- "default.handlebars->33->1368"
+ "default.handlebars->33->1378"
]
},
{
@@ -19436,9 +19463,9 @@
"zh-chs": "IP:{0}",
"zh-cht": "IP:{0}",
"xloc": [
- "default.handlebars->33->1171",
"default.handlebars->33->1181",
- "default.handlebars->33->1185"
+ "default.handlebars->33->1191",
+ "default.handlebars->33->1195"
]
},
{
@@ -19458,9 +19485,9 @@
"zh-chs": "IP:{0},掩码:{1},网关:{2}",
"zh-cht": "IP:{0},遮罩:{1},閘道:{2}",
"xloc": [
- "default.handlebars->33->1169",
"default.handlebars->33->1179",
- "default.handlebars->33->1183"
+ "default.handlebars->33->1189",
+ "default.handlebars->33->1193"
]
},
{
@@ -19480,12 +19507,12 @@
"zh-chs": "IPv4层",
"zh-cht": "IPv4層",
"xloc": [
- "default-mobile.handlebars->11->478",
- "default-mobile.handlebars->11->480",
- "default.handlebars->33->1168",
- "default.handlebars->33->1170",
+ "default-mobile.handlebars->11->488",
+ "default-mobile.handlebars->11->490",
"default.handlebars->33->1178",
- "default.handlebars->33->1180"
+ "default.handlebars->33->1180",
+ "default.handlebars->33->1188",
+ "default.handlebars->33->1190"
]
},
{
@@ -19568,10 +19595,10 @@
"zh-chs": "IPv6层",
"zh-cht": "IPv6層",
"xloc": [
- "default-mobile.handlebars->11->482",
- "default-mobile.handlebars->11->484",
- "default.handlebars->33->1182",
- "default.handlebars->33->1184"
+ "default-mobile.handlebars->11->492",
+ "default-mobile.handlebars->11->494",
+ "default.handlebars->33->1192",
+ "default.handlebars->33->1194"
]
},
{
@@ -19651,7 +19678,7 @@
"zh-chs": "冰岛文",
"zh-cht": "冰島文",
"xloc": [
- "default.handlebars->33->1369"
+ "default.handlebars->33->1379"
]
},
{
@@ -19671,8 +19698,8 @@
"zh-chs": "图标选择",
"zh-cht": "圖符選擇",
"xloc": [
- "default-mobile.handlebars->11->348",
- "default.handlebars->33->994"
+ "default-mobile.handlebars->11->352",
+ "default.handlebars->33->998"
]
},
{
@@ -19692,10 +19719,10 @@
"zh-chs": "识别码",
"zh-cht": "識別符",
"xloc": [
- "default-mobile.handlebars->11->470",
- "default-mobile.handlebars->11->510",
- "default.handlebars->33->1160",
- "default.handlebars->33->1210"
+ "default-mobile.handlebars->11->480",
+ "default-mobile.handlebars->11->520",
+ "default.handlebars->33->1170",
+ "default.handlebars->33->1220"
]
},
{
@@ -19715,7 +19742,7 @@
"zh-chs": "如果在CCM中,请重新激活英特尔®AMT",
"zh-cht": "如果在CCM中,請重新激活英特爾®AMT",
"xloc": [
- "default.handlebars->33->1660"
+ "default.handlebars->33->1670"
]
},
{
@@ -19829,7 +19856,7 @@
"nl": "Om authenticatie met pushmeldingen te gebruiken, moet een mobiel apparaat met volledige rechten in uw account zijn ingesteld.",
"fr": "Afin de pousser des notifications pour l'authentification, un appareil mobile doit être configuré sur votre compte avec tous les droits.",
"xloc": [
- "default.handlebars->33->1264"
+ "default.handlebars->33->1274"
]
},
{
@@ -19908,7 +19935,7 @@
"zh-chs": "印度尼西亚文",
"zh-cht": "印度尼西亞文",
"xloc": [
- "default.handlebars->33->1370"
+ "default.handlebars->33->1380"
]
},
{
@@ -19979,8 +20006,8 @@
"nl": "Insert",
"de": "Einfügen",
"xloc": [
- "default-mobile.handlebars->11->368",
- "default.handlebars->33->1026"
+ "default-mobile.handlebars->11->374",
+ "default.handlebars->33->1032"
]
},
{
@@ -20083,7 +20110,7 @@
"fr": "Installer sur cet appareil",
"de": "Auf diesem Gerät installieren",
"xloc": [
- "default-mobile.handlebars->11->552"
+ "default-mobile.handlebars->11->562"
]
},
{
@@ -20092,7 +20119,7 @@
"fr": "Installez l'agent MeshCentral sur votre appareil android puis cliquez sur ce lien pour le connecter au serveur.",
"de": "Installieren Sie den MeshCentral Agent auf Ihrem Android-Gerät. Klicken Sie nach der Installation auf den Link, um Ihr Gerät mit diesem Server zu verbinden.",
"xloc": [
- "default-mobile.handlebars->11->564"
+ "default-mobile.handlebars->11->574"
]
},
{
@@ -20112,8 +20139,8 @@
"zh-chs": "安装类型",
"zh-cht": "安裝方式",
"xloc": [
- "default.handlebars->33->1777",
- "default.handlebars->33->1784",
+ "default.handlebars->33->1787",
+ "default.handlebars->33->1794",
"default.handlebars->33->405",
"default.handlebars->33->419",
"default.handlebars->33->435"
@@ -20136,7 +20163,7 @@
"zh-chs": "英特尔(F10 = ESC + [OM)",
"zh-cht": "Intel(F10 = ESC + [OM)",
"xloc": [
- "default.handlebars->33->1084",
+ "default.handlebars->33->1094",
"default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSettingsButtons",
"sharing.handlebars->11->36",
"sharing.handlebars->p12->9->1->terminalSettingsButtons"
@@ -20159,7 +20186,7 @@
"zh-chs": "英特尔AMT",
"zh-cht": "英特爾AMT",
"xloc": [
- "default.handlebars->33->2447"
+ "default.handlebars->33->2457"
]
},
{
@@ -20167,7 +20194,7 @@
"fr": "Gestionnaire Intel AMT",
"nl": "Intel AMT beheerder",
"xloc": [
- "default.handlebars->33->2474"
+ "default.handlebars->33->2484"
]
},
{
@@ -20187,7 +20214,7 @@
"zh-chs": "英特尔ASCII",
"zh-cht": "Intel ASCII",
"xloc": [
- "default.handlebars->33->1083",
+ "default.handlebars->33->1093",
"sharing.handlebars->11->35"
]
},
@@ -20211,11 +20238,11 @@
"default-mobile.handlebars->11->237",
"default-mobile.handlebars->11->285",
"default-mobile.handlebars->11->290",
- "default.handlebars->33->1611",
- "default.handlebars->33->1622",
- "default.handlebars->33->1796",
- "default.handlebars->33->1809",
- "default.handlebars->33->2473",
+ "default.handlebars->33->1621",
+ "default.handlebars->33->1632",
+ "default.handlebars->33->1806",
+ "default.handlebars->33->1819",
+ "default.handlebars->33->2483",
"default.handlebars->33->621",
"default.handlebars->33->686",
"default.handlebars->33->726"
@@ -20373,8 +20400,8 @@
"nl": "Intel® AMT herstel met één klik",
"fr": "Récupération en un clic Intel® AMT",
"xloc": [
- "default.handlebars->33->912",
- "default.handlebars->33->925"
+ "default.handlebars->33->916",
+ "default.handlebars->33->929"
]
},
{
@@ -20394,7 +20421,7 @@
"zh-chs": "英特尔®AMT政策",
"zh-cht": "Intel® AMT政策",
"xloc": [
- "default.handlebars->33->1647"
+ "default.handlebars->33->1657"
]
},
{
@@ -20403,12 +20430,12 @@
"nl": "Intel® AMT in werking",
"fr": "Fonctionnement de l'alimentation Intel® AMT",
"xloc": [
- "default-mobile.handlebars->11->327",
- "default-mobile.handlebars->11->329",
"default-mobile.handlebars->11->331",
- "default.handlebars->33->926",
- "default.handlebars->33->928",
- "default.handlebars->33->930"
+ "default-mobile.handlebars->11->333",
+ "default-mobile.handlebars->11->335",
+ "default.handlebars->33->930",
+ "default.handlebars->33->932",
+ "default.handlebars->33->934"
]
},
{
@@ -20417,8 +20444,8 @@
"fr": "Extinction Intel® AMT",
"de": "Intel® AMT Ausschalten",
"xloc": [
- "default-mobile.handlebars->11->323",
- "default.handlebars->33->911"
+ "default-mobile.handlebars->11->327",
+ "default.handlebars->33->915"
]
},
{
@@ -20427,8 +20454,8 @@
"fr": "Démarrage Intel® AMT",
"de": "Intel® AMT Einschalten",
"xloc": [
- "default-mobile.handlebars->11->322",
- "default.handlebars->33->910"
+ "default-mobile.handlebars->11->326",
+ "default.handlebars->33->914"
]
},
{
@@ -20448,8 +20475,8 @@
"zh-chs": "英特尔®AMT重定向",
"zh-cht": "Intel® AMT重定向",
"xloc": [
- "default.handlebars->33->2331",
- "default.handlebars->33->2338",
+ "default.handlebars->33->2341",
+ "default.handlebars->33->2348",
"player.handlebars->3->14"
]
},
@@ -20459,8 +20486,8 @@
"fr": "Redémarrage Intel® AMT",
"de": "Intel® AMT Zurücksetzen",
"xloc": [
- "default-mobile.handlebars->11->321",
- "default.handlebars->33->909"
+ "default-mobile.handlebars->11->325",
+ "default.handlebars->33->913"
]
},
{
@@ -20500,8 +20527,8 @@
"zh-chs": "英特尔®AMT WSMAN",
"zh-cht": "Intle® AMT WSMAN",
"xloc": [
- "default.handlebars->33->2330",
- "default.handlebars->33->2337",
+ "default.handlebars->33->2340",
+ "default.handlebars->33->2347",
"player.handlebars->3->13"
]
},
@@ -20539,9 +20566,9 @@
"zh-chs": "英特尔®AMT已连接",
"zh-cht": "Intel ®AMT已連接",
"xloc": [
- "default-mobile.handlebars->11->300",
- "default.handlebars->33->778",
- "default.handlebars->33->779"
+ "default-mobile.handlebars->11->304",
+ "default.handlebars->33->782",
+ "default.handlebars->33->783"
]
},
{
@@ -20561,8 +20588,8 @@
"zh-chs": "英特尔®AMT桌面和串行事件。",
"zh-cht": "Intel® AMT桌面和串行事件。",
"xloc": [
- "default.handlebars->33->1507",
- "default.handlebars->33->1792"
+ "default.handlebars->33->1517",
+ "default.handlebars->33->1802"
]
},
{
@@ -20582,10 +20609,10 @@
"zh-chs": "检测到英特尔®AMT",
"zh-cht": "檢測到Intel® AMT",
"xloc": [
- "default-mobile.handlebars->11->301",
+ "default-mobile.handlebars->11->305",
"default.handlebars->33->182",
- "default.handlebars->33->780",
- "default.handlebars->33->781"
+ "default.handlebars->33->784",
+ "default.handlebars->33->785"
]
},
{
@@ -20747,9 +20774,9 @@
"zh-chs": "仅限英特尔®AMT,无代理",
"zh-cht": "僅限Intel® AMT,無代理",
"xloc": [
- "default-mobile.handlebars->11->545",
- "default.handlebars->33->1537",
- "default.handlebars->33->1582"
+ "default-mobile.handlebars->11->555",
+ "default.handlebars->33->1547",
+ "default.handlebars->33->1592"
]
},
{
@@ -20826,8 +20853,8 @@
"zh-chs": "英特尔®主动管理技术(英特尔®AMT)",
"zh-cht": "Intel ® Active Management Technology(Intel® AMT)",
"xloc": [
- "default-mobile.handlebars->11->502",
- "default.handlebars->33->1202"
+ "default-mobile.handlebars->11->512",
+ "default.handlebars->33->1212"
]
},
{
@@ -21033,7 +21060,7 @@
"zh-chs": "互动",
"zh-cht": "互動",
"xloc": [
- "default.handlebars->33->1058"
+ "default.handlebars->33->1064"
]
},
{
@@ -21053,8 +21080,8 @@
"zh-chs": "仅限互动",
"zh-cht": "僅限互動",
"xloc": [
- "default.handlebars->33->1780",
- "default.handlebars->33->1787",
+ "default.handlebars->33->1790",
+ "default.handlebars->33->1797",
"default.handlebars->33->408",
"default.handlebars->33->422",
"default.handlebars->33->438"
@@ -21077,7 +21104,7 @@
"zh-chs": "介面",
"zh-cht": "介面",
"xloc": [
- "default.handlebars->33->752"
+ "default.handlebars->33->756"
]
},
{
@@ -21097,7 +21124,7 @@
"zh-chs": "因纽特文",
"zh-cht": "因紐特文",
"xloc": [
- "default.handlebars->33->1371"
+ "default.handlebars->33->1381"
]
},
{
@@ -21148,7 +21175,7 @@
"zh-chs": "无效的设备组类型",
"zh-cht": "無效的裝置群類型",
"xloc": [
- "default.handlebars->33->2409"
+ "default.handlebars->33->2419"
]
},
{
@@ -21168,7 +21195,7 @@
"zh-chs": "无效的JSON",
"zh-cht": "無效的JSON",
"xloc": [
- "default.handlebars->33->2403"
+ "default.handlebars->33->2413"
]
},
{
@@ -21188,8 +21215,8 @@
"zh-chs": "无效的JSON档案格式。",
"zh-cht": "無效的JSON檔案格式。",
"xloc": [
- "default.handlebars->33->2056",
- "default.handlebars->33->2058"
+ "default.handlebars->33->2066",
+ "default.handlebars->33->2068"
]
},
{
@@ -21209,7 +21236,7 @@
"zh-chs": "无效的JSON档案:{0}。",
"zh-cht": "無效的JSON檔案:{0}。",
"xloc": [
- "default.handlebars->33->2054"
+ "default.handlebars->33->2064"
]
},
{
@@ -21229,7 +21256,7 @@
"zh-chs": "无效的PKCS签名",
"zh-cht": "無效的PKCS簽名",
"xloc": [
- "default.handlebars->33->2401"
+ "default.handlebars->33->2411"
]
},
{
@@ -21249,7 +21276,7 @@
"zh-chs": "無效的RSA密碼",
"zh-cht": "無效的RSA密碼",
"xloc": [
- "default.handlebars->33->2402"
+ "default.handlebars->33->2412"
]
},
{
@@ -21258,8 +21285,8 @@
"fr": "Message SMS non valide",
"de": "Ungültige SMS Nachricht",
"xloc": [
- "default-mobile.handlebars->11->649",
- "default.handlebars->33->2389"
+ "default-mobile.handlebars->11->659",
+ "default.handlebars->33->2399"
]
},
{
@@ -21290,8 +21317,8 @@
"fr": "Domaine non valide",
"de": "Ungültige Domain",
"xloc": [
- "default-mobile.handlebars->11->629",
- "default.handlebars->33->2369"
+ "default-mobile.handlebars->11->639",
+ "default.handlebars->33->2379"
]
},
{
@@ -21300,8 +21327,8 @@
"fr": "Email invalide",
"de": "Ungültige Email",
"xloc": [
- "default-mobile.handlebars->11->628",
- "default.handlebars->33->2368"
+ "default-mobile.handlebars->11->638",
+ "default.handlebars->33->2378"
]
},
{
@@ -21373,9 +21400,9 @@
"fr": "Mot de passe incorrect",
"de": "Ungültiges Passwort",
"xloc": [
- "default-mobile.handlebars->11->627",
+ "default-mobile.handlebars->11->637",
"default-mobile.handlebars->11->78",
- "default.handlebars->33->2367",
+ "default.handlebars->33->2377",
"default.handlebars->33->238"
]
},
@@ -21385,8 +21412,8 @@
"fr": "Autorisations de site non valides",
"de": "Ungültige Berechtigung der Seite",
"xloc": [
- "default-mobile.handlebars->11->630",
- "default.handlebars->33->2370"
+ "default-mobile.handlebars->11->640",
+ "default.handlebars->33->2380"
]
},
{
@@ -21417,7 +21444,7 @@
"fr": "Tentative de connexion invalide de {0}, {1}, {2}",
"de": "Ungültiger Anmeldeversuch von",
"xloc": [
- "default.handlebars->33->1972"
+ "default.handlebars->33->1982"
]
},
{
@@ -21426,8 +21453,8 @@
"fr": "Nom d'utilisateur invalide",
"de": "Ungültiger Benutzername",
"xloc": [
- "default-mobile.handlebars->11->626",
- "default.handlebars->33->2366"
+ "default-mobile.handlebars->11->636",
+ "default.handlebars->33->2376"
]
},
{
@@ -21447,7 +21474,7 @@
"zh-chs": "使电邮无效",
"zh-cht": "使電郵無效",
"xloc": [
- "default.handlebars->33->2032"
+ "default.handlebars->33->2042"
]
},
{
@@ -21524,7 +21551,7 @@
"zh-chs": "任何人都可以使用邀请代码通过以下公共连接将设备加入该设备组:",
"zh-cht": "任何人都可以使用邀請代碼通過以下公共鏈結將裝置加入該裝置群:",
"xloc": [
- "default.handlebars->33->1782"
+ "default.handlebars->33->1792"
]
},
{
@@ -21564,7 +21591,7 @@
"zh-chs": "邀请",
"zh-cht": "邀請",
"xloc": [
- "default.handlebars->33->1632",
+ "default.handlebars->33->1642",
"default.handlebars->33->344",
"default.handlebars->33->424"
]
@@ -21586,13 +21613,13 @@
"zh-chs": "邀请码",
"zh-cht": "邀請碼",
"xloc": [
- "default-mobile.handlebars->11->624",
- "default.handlebars->33->1615",
- "default.handlebars->33->1776",
- "default.handlebars->33->1781",
- "default.handlebars->33->1783",
- "default.handlebars->33->1788",
- "default.handlebars->33->2364"
+ "default-mobile.handlebars->11->634",
+ "default.handlebars->33->1625",
+ "default.handlebars->33->1786",
+ "default.handlebars->33->1791",
+ "default.handlebars->33->1793",
+ "default.handlebars->33->1798",
+ "default.handlebars->33->2374"
]
},
{
@@ -21632,7 +21659,7 @@
"zh-chs": "邀请某人在该设备组上安装网格代理。",
"zh-cht": "邀請某人在該裝置群上安裝mesh agent。",
"xloc": [
- "default.handlebars->33->1631",
+ "default.handlebars->33->1641",
"default.handlebars->33->343"
]
},
@@ -21673,7 +21700,7 @@
"zh-chs": "爱尔兰文",
"zh-cht": "愛爾蘭文",
"xloc": [
- "default.handlebars->33->1372"
+ "default.handlebars->33->1382"
]
},
{
@@ -21693,7 +21720,7 @@
"zh-chs": "意大利文(标准)",
"zh-cht": "意大利文(標準)",
"xloc": [
- "default.handlebars->33->1373"
+ "default.handlebars->33->1383"
]
},
{
@@ -21713,7 +21740,7 @@
"zh-chs": "意大利文(瑞士)",
"zh-cht": "義大利文(瑞士)",
"xloc": [
- "default.handlebars->33->1374"
+ "default.handlebars->33->1384"
]
},
{
@@ -21733,7 +21760,7 @@
"zh-chs": "JSON",
"zh-cht": "JSON",
"xloc": [
- "default.handlebars->33->1992"
+ "default.handlebars->33->2002"
]
},
{
@@ -21753,8 +21780,8 @@
"zh-chs": "JSON格式",
"zh-cht": "JSON格式",
"xloc": [
- "default.handlebars->33->1997",
- "default.handlebars->33->2062",
+ "default.handlebars->33->2007",
+ "default.handlebars->33->2072",
"default.handlebars->33->573"
]
},
@@ -21775,7 +21802,7 @@
"zh-chs": "日文",
"zh-cht": "日文",
"xloc": [
- "default.handlebars->33->1375"
+ "default.handlebars->33->1385"
]
},
{
@@ -21795,7 +21822,7 @@
"zh-chs": "已加入桌面Multiplex会话",
"zh-cht": "已加入桌面Multiplex會話",
"xloc": [
- "default.handlebars->33->1866"
+ "default.handlebars->33->1876"
]
},
{
@@ -21815,7 +21842,7 @@
"zh-chs": "卡纳达文",
"zh-cht": "卡納達文",
"xloc": [
- "default.handlebars->33->1376"
+ "default.handlebars->33->1386"
]
},
{
@@ -21835,7 +21862,7 @@
"zh-chs": "克什米尔文",
"zh-cht": "克什米爾文",
"xloc": [
- "default.handlebars->33->1377"
+ "default.handlebars->33->1387"
]
},
{
@@ -21855,7 +21882,7 @@
"zh-chs": "哈萨克文",
"zh-cht": "哈薩克文",
"xloc": [
- "default.handlebars->33->1378"
+ "default.handlebars->33->1388"
]
},
{
@@ -21875,7 +21902,7 @@
"zh-chs": "保留现有密码",
"zh-cht": "保留現有密碼",
"xloc": [
- "default.handlebars->33->1648"
+ "default.handlebars->33->1658"
]
},
{
@@ -21895,7 +21922,7 @@
"zh-chs": "内核驱动器",
"zh-cht": "內核驅動器",
"xloc": [
- "default.handlebars->33->1059"
+ "default.handlebars->33->1065"
]
},
{
@@ -21915,8 +21942,8 @@
"zh-chs": "键名",
"zh-cht": "鍵名",
"xloc": [
- "default.handlebars->33->1269",
- "default.handlebars->33->1272"
+ "default.handlebars->33->1279",
+ "default.handlebars->33->1282"
]
},
{
@@ -21943,7 +21970,7 @@
"de": "Anpassung der Tastaturkürzel",
"xloc": [
"default-mobile.handlebars->container->page_content->column_l->p10->p10dialog->1->1",
- "default.handlebars->33->1046"
+ "default.handlebars->33->1052"
]
},
{
@@ -21980,7 +22007,7 @@
"zh-chs": "高棉文",
"zh-cht": "高棉文",
"xloc": [
- "default.handlebars->33->1379"
+ "default.handlebars->33->1389"
]
},
{
@@ -22000,7 +22027,7 @@
"zh-chs": "杀死进程{0}",
"zh-cht": "殺死進程{0}",
"xloc": [
- "default.handlebars->33->1881"
+ "default.handlebars->33->1891"
]
},
{
@@ -22020,7 +22047,7 @@
"zh-chs": "吉尔吉斯",
"zh-cht": "吉爾吉斯",
"xloc": [
- "default.handlebars->33->1380"
+ "default.handlebars->33->1390"
]
},
{
@@ -22040,7 +22067,7 @@
"zh-chs": "克林贡",
"zh-cht": "克林貢",
"xloc": [
- "default.handlebars->33->1381"
+ "default.handlebars->33->1391"
]
},
{
@@ -22060,8 +22087,8 @@
"zh-chs": "已知的",
"zh-cht": "已知的",
"xloc": [
- "default-mobile.handlebars->11->501",
- "default.handlebars->33->1201"
+ "default-mobile.handlebars->11->511",
+ "default.handlebars->33->1211"
]
},
{
@@ -22081,7 +22108,7 @@
"zh-chs": "韩文",
"zh-cht": "韓文",
"xloc": [
- "default.handlebars->33->1382"
+ "default.handlebars->33->1392"
]
},
{
@@ -22101,7 +22128,7 @@
"zh-chs": "韩文(朝鲜)",
"zh-cht": "韓文(朝鮮)",
"xloc": [
- "default.handlebars->33->1383"
+ "default.handlebars->33->1393"
]
},
{
@@ -22121,7 +22148,7 @@
"zh-chs": "韩文(韩国)",
"zh-cht": "韓文(韓國)",
"xloc": [
- "default.handlebars->33->1384"
+ "default.handlebars->33->1394"
]
},
{
@@ -22141,8 +22168,8 @@
"zh-chs": "如果",
"zh-cht": "如果",
"xloc": [
- "default.handlebars->33->1076",
- "default.handlebars->33->1088",
+ "default.handlebars->33->1082",
+ "default.handlebars->33->1098",
"sharing.handlebars->11->26",
"sharing.handlebars->11->40"
]
@@ -22164,7 +22191,7 @@
"zh-chs": "语言",
"zh-cht": "語言",
"xloc": [
- "default.handlebars->33->1479"
+ "default.handlebars->33->1489"
]
},
{
@@ -22204,7 +22231,7 @@
"zh-chs": "大焦点",
"zh-cht": "大焦點",
"xloc": [
- "default.handlebars->33->1020"
+ "default.handlebars->33->1026"
]
},
{
@@ -22417,7 +22444,7 @@
"zh-chs": "最后访问",
"zh-cht": "最後訪問",
"xloc": [
- "default.handlebars->33->2005"
+ "default.handlebars->33->2015"
]
},
{
@@ -22437,7 +22464,7 @@
"zh-chs": "上次登录",
"zh-cht": "上次登入",
"xloc": [
- "default.handlebars->33->2213"
+ "default.handlebars->33->2223"
]
},
{
@@ -22457,12 +22484,12 @@
"zh-chs": "上次代理地址",
"zh-cht": "上次代理地址",
"xloc": [
- "default-mobile.handlebars->11->462",
- "default-mobile.handlebars->11->463",
- "default-mobile.handlebars->11->464",
- "default.handlebars->33->1152",
- "default.handlebars->33->1153",
- "default.handlebars->33->1154",
+ "default-mobile.handlebars->11->472",
+ "default-mobile.handlebars->11->473",
+ "default-mobile.handlebars->11->474",
+ "default.handlebars->33->1162",
+ "default.handlebars->33->1163",
+ "default.handlebars->33->1164",
"default.handlebars->33->87",
"default.handlebars->33->89",
"default.handlebars->33->91"
@@ -22485,10 +22512,10 @@
"zh-chs": "上次代理连接",
"zh-cht": "上次代理連接",
"xloc": [
- "default-mobile.handlebars->11->459",
- "default-mobile.handlebars->11->461",
- "default.handlebars->33->1149",
- "default.handlebars->33->1151",
+ "default-mobile.handlebars->11->469",
+ "default-mobile.handlebars->11->471",
+ "default.handlebars->33->1159",
+ "default.handlebars->33->1161",
"default.handlebars->33->86"
]
},
@@ -22509,7 +22536,7 @@
"zh-chs": "上次更改:{0}",
"zh-cht": "上次更改:{0}",
"xloc": [
- "default.handlebars->33->2217"
+ "default.handlebars->33->2227"
]
},
{
@@ -22569,7 +22596,7 @@
"zh-chs": "上次登录:{0}",
"zh-cht": "上次登入:{0}",
"xloc": [
- "default.handlebars->33->2015"
+ "default.handlebars->33->2025"
]
},
{
@@ -22589,7 +22616,7 @@
"zh-chs": "最后一次发现:",
"zh-cht": "最後一次發現:",
"xloc": [
- "default.handlebars->33->784",
+ "default.handlebars->33->788",
"default.handlebars->33->83"
]
},
@@ -22670,7 +22697,7 @@
"zh-chs": "拉丁文",
"zh-cht": "拉丁文",
"xloc": [
- "default.handlebars->33->1385"
+ "default.handlebars->33->1395"
]
},
{
@@ -22690,7 +22717,7 @@
"zh-chs": "拉脱维亚文",
"zh-cht": "拉脫維亞文",
"xloc": [
- "default.handlebars->33->1386"
+ "default.handlebars->33->1396"
]
},
{
@@ -22710,7 +22737,7 @@
"zh-chs": "启动MeshCentral路由器",
"zh-cht": "啟動MeshCentral路由器",
"xloc": [
- "default.handlebars->33->967"
+ "default.handlebars->33->971"
]
},
{
@@ -22747,7 +22774,7 @@
"zh-chs": "启动基于Web的RDP连接到此设备",
"zh-cht": "啟動基於Web的RDP連接到此裝置",
"xloc": [
- "default.handlebars->33->768"
+ "default.handlebars->33->772"
]
},
{
@@ -22755,7 +22782,7 @@
"nl": "Start een webgebaseerde SSH-sessie op dit apparaat",
"fr": "Lancer la session SSH en mode web pour cet appareil",
"xloc": [
- "default.handlebars->33->770"
+ "default.handlebars->33->774"
]
},
{
@@ -22763,7 +22790,7 @@
"nl": "Start een webgebaseerde VNC-sessie op dit apparaat",
"fr": "Lancer la session VNC en mode web pour cet appareil",
"xloc": [
- "default.handlebars->33->766"
+ "default.handlebars->33->770"
]
},
{
@@ -22783,7 +22810,7 @@
"zh-chs": "如没有请留空。",
"zh-cht": "如沒有請留空。",
"xloc": [
- "default.handlebars->33->2261"
+ "default.handlebars->33->2271"
]
},
{
@@ -22792,8 +22819,8 @@
"nl": "Links",
"de": "links",
"xloc": [
- "default-mobile.handlebars->11->374",
- "default.handlebars->33->1032"
+ "default-mobile.handlebars->11->380",
+ "default.handlebars->33->1038"
]
},
{
@@ -22838,7 +22865,7 @@
"zh-chs": "离开桌面多路复用会话",
"zh-cht": "離開桌面多路復用會話",
"xloc": [
- "default.handlebars->33->1867"
+ "default.handlebars->33->1877"
]
},
{
@@ -22858,7 +22885,7 @@
"zh-chs": "减",
"zh-cht": "減",
"xloc": [
- "default.handlebars->33->2495"
+ "default.handlebars->33->2505"
]
},
{
@@ -22888,8 +22915,8 @@
"zh-chs": "限制事件",
"zh-cht": "限制事件",
"xloc": [
- "default.handlebars->33->821",
- "default.handlebars->33->843"
+ "default.handlebars->33->825",
+ "default.handlebars->33->847"
]
},
{
@@ -22930,10 +22957,10 @@
"zh-chs": "有限输入",
"zh-cht": "有限輸入",
"xloc": [
- "default-mobile.handlebars->11->601",
- "default.handlebars->33->1758",
- "default.handlebars->33->813",
- "default.handlebars->33->835"
+ "default-mobile.handlebars->11->611",
+ "default.handlebars->33->1768",
+ "default.handlebars->33->817",
+ "default.handlebars->33->839"
]
},
{
@@ -22953,8 +22980,8 @@
"zh-chs": "仅有限输入",
"zh-cht": "僅有限輸入",
"xloc": [
- "default-mobile.handlebars->11->574",
- "default.handlebars->33->1713"
+ "default-mobile.handlebars->11->584",
+ "default.handlebars->33->1723"
]
},
{
@@ -23219,7 +23246,7 @@
"zh-chs": "Linux ARM,Raspberry Pi(32位)",
"zh-cht": "Linux ARM,Raspberry Pi(32位)",
"xloc": [
- "default.handlebars->33->975"
+ "default.handlebars->33->979"
]
},
{
@@ -23239,7 +23266,7 @@
"zh-chs": "Linux ARM, Raspberry Pi (64位)",
"zh-cht": "Linux ARM, Raspberry Pi (64位)",
"xloc": [
- "default.handlebars->33->976"
+ "default.handlebars->33->980"
]
},
{
@@ -23383,7 +23410,7 @@
"zh-chs": "Linux x86(32位)",
"zh-cht": "Linux x86(32位)",
"xloc": [
- "default.handlebars->33->972"
+ "default.handlebars->33->976"
]
},
{
@@ -23403,7 +23430,7 @@
"zh-chs": "Linux x86(64位)",
"zh-cht": "Linux x86(64位)",
"xloc": [
- "default.handlebars->33->971"
+ "default.handlebars->33->975"
]
},
{
@@ -23424,7 +23451,7 @@
"zh-cht": "Linux / BSD / macOS命令外殼",
"xloc": [
"default.handlebars->33->540",
- "default.handlebars->33->920"
+ "default.handlebars->33->924"
]
},
{
@@ -23482,7 +23509,7 @@
"zh-chs": "立陶宛文",
"zh-cht": "立陶宛文",
"xloc": [
- "default.handlebars->33->1387"
+ "default.handlebars->33->1397"
]
},
{
@@ -23524,13 +23551,13 @@
"xloc": [
"default-mobile.handlebars->11->81",
"default-mobile.handlebars->11->96",
- "default.handlebars->33->1246",
- "default.handlebars->33->1258",
- "default.handlebars->33->1573",
- "default.handlebars->33->1577",
- "default.handlebars->33->2272",
- "default.handlebars->33->2319",
- "default.handlebars->33->962"
+ "default.handlebars->33->1256",
+ "default.handlebars->33->1268",
+ "default.handlebars->33->1583",
+ "default.handlebars->33->1587",
+ "default.handlebars->33->2282",
+ "default.handlebars->33->2329",
+ "default.handlebars->33->966"
]
},
{
@@ -23580,8 +23607,8 @@
"nl": "Lokale apparaten, geen agent",
"fr": "Appareils locaux, aucun agent",
"xloc": [
- "default.handlebars->33->1534",
- "default.handlebars->33->1584"
+ "default.handlebars->33->1544",
+ "default.handlebars->33->1594"
]
},
{
@@ -23621,7 +23648,7 @@
"zh-chs": "本地用户接受的远程终端请求",
"zh-cht": "本地用戶接受的遠程終端請求",
"xloc": [
- "default.handlebars->33->1889"
+ "default.handlebars->33->1899"
]
},
{
@@ -23641,7 +23668,7 @@
"zh-chs": "本地用户拒绝了远程终端请求",
"zh-cht": "本地用戶拒絕了遠程終端請求",
"xloc": [
- "default.handlebars->33->1890"
+ "default.handlebars->33->1900"
]
},
{
@@ -23661,7 +23688,7 @@
"zh-chs": "本地化设置",
"zh-cht": "本地化設置",
"xloc": [
- "default.handlebars->33->1482",
+ "default.handlebars->33->1492",
"default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->7"
]
},
@@ -23682,7 +23709,7 @@
"zh-chs": "位置",
"zh-cht": "位置",
"xloc": [
- "default.handlebars->33->754"
+ "default.handlebars->33->758"
]
},
{
@@ -23722,7 +23749,7 @@
"zh-chs": "锁定账户",
"zh-cht": "鎖定賬戶",
"xloc": [
- "default.handlebars->33->2102"
+ "default.handlebars->33->2112"
]
},
{
@@ -23742,7 +23769,7 @@
"zh-chs": "锁定帐户设置",
"zh-cht": "鎖定帳戶設置",
"xloc": [
- "default.handlebars->33->2105"
+ "default.handlebars->33->2115"
]
},
{
@@ -23750,7 +23777,7 @@
"nl": "Vergrendel het bureaublad",
"fr": "Verrouiller le bureau",
"xloc": [
- "default.handlebars->33->860"
+ "default.handlebars->33->864"
]
},
{
@@ -23770,7 +23797,7 @@
"zh-chs": "锁定账户",
"zh-cht": "鎖定賬戶",
"xloc": [
- "default.handlebars->33->2035"
+ "default.handlebars->33->2045"
]
},
{
@@ -23778,7 +23805,7 @@
"nl": "Muis en toetsenbord van externe gebruiker vergrendelen?",
"fr": "Bloquer la souris et le clavier de l'utilisateur ?",
"xloc": [
- "default.handlebars->33->857"
+ "default.handlebars->33->861"
]
},
{
@@ -23795,7 +23822,7 @@
"nl": "Bureaublad van gebruiker vergrendelen?",
"fr": "Verrouiller le bureau de l'utilisateur ?",
"xloc": [
- "default.handlebars->33->861"
+ "default.handlebars->33->865"
]
},
{
@@ -23815,7 +23842,7 @@
"zh-chs": "已锁定",
"zh-cht": "已鎖定",
"xloc": [
- "default.handlebars->33->2016"
+ "default.handlebars->33->2026"
]
},
{
@@ -23836,7 +23863,7 @@
"zh-cht": "被鎖定賬戶",
"xloc": [
"default-mobile.handlebars->11->77",
- "default.handlebars->33->2189",
+ "default.handlebars->33->2199",
"default.handlebars->33->237"
]
},
@@ -23857,7 +23884,7 @@
"zh-chs": "将远程用户锁定在桌面之外",
"zh-cht": "將遠程用戶鎖定在桌面之外",
"xloc": [
- "default.handlebars->33->1915"
+ "default.handlebars->33->1925"
]
},
{
@@ -23877,7 +23904,7 @@
"zh-chs": "记录事件",
"zh-cht": "記錄事件",
"xloc": [
- "default.handlebars->33->739"
+ "default.handlebars->33->743"
]
},
{
@@ -24106,7 +24133,7 @@
"zh-chs": "卢森堡文",
"zh-cht": "盧森堡文",
"xloc": [
- "default.handlebars->33->1388"
+ "default.handlebars->33->1398"
]
},
{
@@ -24126,12 +24153,12 @@
"zh-chs": "MAC层",
"zh-cht": "MAC層",
"xloc": [
- "default-mobile.handlebars->11->474",
- "default-mobile.handlebars->11->476",
- "default.handlebars->33->1164",
- "default.handlebars->33->1166",
+ "default-mobile.handlebars->11->484",
+ "default-mobile.handlebars->11->486",
"default.handlebars->33->1174",
- "default.handlebars->33->1176"
+ "default.handlebars->33->1176",
+ "default.handlebars->33->1184",
+ "default.handlebars->33->1186"
]
},
{
@@ -24172,9 +24199,9 @@
"zh-chs": "MAC:{0}",
"zh-cht": "MAC:{0}",
"xloc": [
- "default-mobile.handlebars->11->477",
- "default.handlebars->33->1167",
- "default.handlebars->33->1177"
+ "default-mobile.handlebars->11->487",
+ "default.handlebars->33->1177",
+ "default.handlebars->33->1187"
]
},
{
@@ -24194,9 +24221,9 @@
"zh-chs": "MAC:{0},网关:{1}",
"zh-cht": "MAC:{0},網關:{1}",
"xloc": [
- "default-mobile.handlebars->11->475",
- "default.handlebars->33->1165",
- "default.handlebars->33->1175"
+ "default-mobile.handlebars->11->485",
+ "default.handlebars->33->1175",
+ "default.handlebars->33->1185"
]
},
{
@@ -24286,11 +24313,11 @@
"xloc": [
"default-mobile.handlebars->11->239",
"default-mobile.handlebars->11->292",
- "default-mobile.handlebars->11->530",
- "default-mobile.handlebars->11->532",
+ "default-mobile.handlebars->11->540",
+ "default-mobile.handlebars->11->542",
"default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect2",
- "default.handlebars->33->1231",
- "default.handlebars->33->1233",
+ "default.handlebars->33->1241",
+ "default.handlebars->33->1243",
"default.handlebars->33->300",
"default.handlebars->33->511",
"default.handlebars->33->730",
@@ -24334,7 +24361,7 @@
"zh-chs": "MQTT登录",
"zh-cht": "MQTT登入",
"xloc": [
- "default.handlebars->33->773"
+ "default.handlebars->33->777"
]
},
{
@@ -24354,8 +24381,8 @@
"zh-chs": "MQTT通道已连接",
"zh-cht": "MQTT通道已連接",
"xloc": [
- "default-mobile.handlebars->11->302",
- "default.handlebars->33->783"
+ "default-mobile.handlebars->11->306",
+ "default.handlebars->33->787"
]
},
{
@@ -24376,7 +24403,7 @@
"zh-cht": "MQTT已連接",
"xloc": [
"default.handlebars->33->184",
- "default.handlebars->33->782"
+ "default.handlebars->33->786"
]
},
{
@@ -24480,7 +24507,7 @@
"nl": "MacOS installatieprogramma",
"fr": "Installateur MacOS",
"xloc": [
- "default.handlebars->33->965"
+ "default.handlebars->33->969"
]
},
{
@@ -24500,7 +24527,7 @@
"zh-chs": "主服务器信息",
"zh-cht": "主伺服器訊息",
"xloc": [
- "default.handlebars->33->2461"
+ "default.handlebars->33->2471"
]
},
{
@@ -24520,7 +24547,7 @@
"zh-chs": "马来文",
"zh-cht": "馬來文",
"xloc": [
- "default.handlebars->33->1390"
+ "default.handlebars->33->1400"
]
},
{
@@ -24540,7 +24567,7 @@
"zh-chs": "玛拉雅拉姆文",
"zh-cht": "馬拉雅拉姆文",
"xloc": [
- "default.handlebars->33->1391"
+ "default.handlebars->33->1401"
]
},
{
@@ -24560,7 +24587,7 @@
"zh-chs": "马耳他文",
"zh-cht": "馬耳他文",
"xloc": [
- "default.handlebars->33->1392"
+ "default.handlebars->33->1402"
]
},
{
@@ -24570,7 +24597,7 @@
"de": "Verwaltetes Konto Bild",
"xloc": [
"default-mobile.handlebars->11->82",
- "default.handlebars->33->1247"
+ "default.handlebars->33->1257"
]
},
{
@@ -24611,10 +24638,10 @@
"zh-chs": "管理设备组计算机",
"zh-cht": "管理裝置群電腦",
"xloc": [
- "default-mobile.handlebars->11->571",
- "default-mobile.handlebars->11->591",
- "default.handlebars->33->1710",
- "default.handlebars->33->1747"
+ "default-mobile.handlebars->11->581",
+ "default-mobile.handlebars->11->601",
+ "default.handlebars->33->1720",
+ "default.handlebars->33->1757"
]
},
{
@@ -24634,10 +24661,10 @@
"zh-chs": "管理设备组用户",
"zh-cht": "管理裝置群用戶",
"xloc": [
- "default-mobile.handlebars->11->570",
- "default-mobile.handlebars->11->590",
- "default.handlebars->33->1709",
- "default.handlebars->33->1746"
+ "default-mobile.handlebars->11->580",
+ "default-mobile.handlebars->11->600",
+ "default.handlebars->33->1719",
+ "default.handlebars->33->1756"
]
},
{
@@ -24657,7 +24684,7 @@
"zh-chs": "管理设备",
"zh-cht": "管理裝置",
"xloc": [
- "default.handlebars->33->830"
+ "default.handlebars->33->834"
]
},
{
@@ -24677,7 +24704,7 @@
"zh-chs": "管理录音",
"zh-cht": "管理錄音",
"xloc": [
- "default.handlebars->33->2100"
+ "default.handlebars->33->2110"
]
},
{
@@ -24717,7 +24744,7 @@
"zh-chs": "管理用户组",
"zh-cht": "管理用戶群",
"xloc": [
- "default.handlebars->33->2099"
+ "default.handlebars->33->2109"
]
},
{
@@ -24737,8 +24764,8 @@
"zh-chs": "管理用户",
"zh-cht": "管理用戶",
"xloc": [
- "default.handlebars->33->2098",
- "default.handlebars->33->829"
+ "default.handlebars->33->2108",
+ "default.handlebars->33->833"
]
},
{
@@ -24872,7 +24899,7 @@
"zh-chs": "使用软件代理进行管理",
"zh-cht": "使用軟體代理進行管理",
"xloc": [
- "default.handlebars->33->1536"
+ "default.handlebars->33->1546"
]
},
{
@@ -24892,8 +24919,8 @@
"zh-chs": "使用软件代理进行管理",
"zh-cht": "使用軟體代理進行管理",
"xloc": [
- "default-mobile.handlebars->11->546",
- "default.handlebars->33->1583"
+ "default-mobile.handlebars->11->556",
+ "default.handlebars->33->1593"
]
},
{
@@ -24913,7 +24940,7 @@
"zh-chs": "经理",
"zh-cht": "經理",
"xloc": [
- "default.handlebars->33->2021"
+ "default.handlebars->33->2031"
]
},
{
@@ -24967,7 +24994,7 @@
"zh-chs": "毛利文",
"zh-cht": "毛利文",
"xloc": [
- "default.handlebars->33->1393"
+ "default.handlebars->33->1403"
]
},
{
@@ -25008,7 +25035,7 @@
"zh-chs": "马拉地文",
"zh-cht": "馬拉地文",
"xloc": [
- "default.handlebars->33->1394"
+ "default.handlebars->33->1404"
]
},
{
@@ -25028,7 +25055,7 @@
"zh-chs": "达到连接数量上限",
"zh-cht": "達到連接數量上限",
"xloc": [
- "default.handlebars->33->2407"
+ "default.handlebars->33->2417"
]
},
{
@@ -25093,8 +25120,8 @@
"zh-chs": "Megabyte",
"zh-cht": "Megabyte",
"xloc": [
- "default.handlebars->33->2448",
- "default.handlebars->33->2453"
+ "default.handlebars->33->2458",
+ "default.handlebars->33->2463"
]
},
{
@@ -25114,9 +25141,9 @@
"zh-chs": "记忆体",
"zh-cht": "記憶體",
"xloc": [
- "default-mobile.handlebars->11->519",
- "default.handlebars->33->1219",
- "default.handlebars->33->2427",
+ "default-mobile.handlebars->11->529",
+ "default.handlebars->33->1229",
+ "default.handlebars->33->2437",
"default.handlebars->container->column_l->p40->3->1->p40type->3"
]
},
@@ -25138,11 +25165,11 @@
"zh-cht": "Mesh Agent",
"xloc": [
"default-mobile.handlebars->11->266",
- "default-mobile.handlebars->11->299",
- "default-mobile.handlebars->11->458",
- "default-mobile.handlebars->11->466",
- "default.handlebars->33->1148",
- "default.handlebars->33->1156",
+ "default-mobile.handlebars->11->303",
+ "default-mobile.handlebars->11->468",
+ "default-mobile.handlebars->11->476",
+ "default.handlebars->33->1158",
+ "default.handlebars->33->1166",
"default.handlebars->33->440",
"default.handlebars->33->444",
"default.handlebars->33->454",
@@ -25170,8 +25197,8 @@
"zh-chs": "网格代理控制台",
"zh-cht": "網格代理控制台",
"xloc": [
- "default-mobile.handlebars->11->578",
- "default.handlebars->33->1719"
+ "default-mobile.handlebars->11->588",
+ "default.handlebars->33->1729"
]
},
{
@@ -25295,8 +25322,8 @@
"zh-chs": "MeshAction(.txt)",
"zh-cht": "MeshAction(.txt)",
"xloc": [
- "default.handlebars->33->982",
- "default.handlebars->33->984"
+ "default.handlebars->33->986",
+ "default.handlebars->33->988"
]
},
{
@@ -25316,7 +25343,7 @@
"zh-chs": "MeshAgent流量",
"zh-cht": "MeshAgent流量",
"xloc": [
- "default.handlebars->33->2463"
+ "default.handlebars->33->2473"
]
},
{
@@ -25336,7 +25363,7 @@
"zh-chs": "MeshAgent更新",
"zh-cht": "MeshAgent更新",
"xloc": [
- "default.handlebars->33->2464"
+ "default.handlebars->33->2474"
]
},
{
@@ -25345,12 +25372,13 @@
"fr": "Agent MeshCentral pour Android",
"de": "MeshCentral Agent für Android",
"xloc": [
- "default-mobile.handlebars->11->565"
+ "default-mobile.handlebars->11->575"
]
},
{
"en": "MeshCentral Assistant",
"nl": "MeshCentral Assistant",
+ "fr": "Assistant MeshCentral",
"xloc": [
"default.handlebars->33->430"
]
@@ -25358,6 +25386,7 @@
{
"en": "MeshCentral Assistant for Windows",
"nl": "MeshCentral Assistant voor Windows",
+ "fr": "Assistant MeshCentral pour Windows",
"xloc": [
"default.handlebars->33->460"
]
@@ -25365,6 +25394,7 @@
{
"en": "MeshCentral Assistant is a Windows system tray tool that users can use to ask for help. Use the link below to download a version that will connect to device group \\\"{0}\\\" when requested by the user.",
"nl": "MeshCentral Assistant is een Windows systeemvak tool die gebruikers kunnen gebruiken om hulp te vragen. Gebruik de onderstaande link om een versie te downloaden die op verzoek van de gebruiker verbinding maakt met apparaatgroep \\\"{0}\\\".",
+ "fr": "Assistant est un outil Windows permettant de faire de l'assistance à la demande. Utilisez le lien ci-dessous pour télécharger une version qui se connectera au groupe d'appareil \\\"{0}\\\" lors des demandes d'assistance.",
"xloc": [
"default.handlebars->33->459"
]
@@ -25406,7 +25436,7 @@
"zh-chs": "MeshCentral错误",
"zh-cht": "MeshCentral錯誤",
"xloc": [
- "default.handlebars->33->1576"
+ "default.handlebars->33->1586"
]
},
{
@@ -25426,7 +25456,7 @@
"zh-chs": "MeshCentral路由器",
"zh-cht": "MeshCentral Router",
"xloc": [
- "default.handlebars->33->968"
+ "default.handlebars->33->972"
]
},
{
@@ -25453,7 +25483,7 @@
"zh-chs": "MeshCentral 路由器是Windows工具,用于TCP端口映射。例如,您可以通过该服务器将RDP放入远程设备。",
"zh-cht": "MeshCentral Router是Windows工具,用於TCP介面映射。例如,你可以通過該伺服器將RDP放入遠程裝置。",
"xloc": [
- "default.handlebars->33->963"
+ "default.handlebars->33->967"
]
},
{
@@ -25494,7 +25524,7 @@
"zh-chs": "MeshCentral服务器同级化",
"zh-cht": "MeshCentral伺服器同級化",
"xloc": [
- "default.handlebars->33->2462"
+ "default.handlebars->33->2472"
]
},
{
@@ -25536,7 +25566,7 @@
"xloc": [
"default.handlebars->33->133",
"default.handlebars->33->135",
- "default.handlebars->33->1572"
+ "default.handlebars->33->1582"
]
},
{
@@ -25557,8 +25587,8 @@
"zh-cht": "MeshCmd",
"xloc": [
"default.handlebars->33->278",
- "default.handlebars->33->756",
- "default.handlebars->33->980"
+ "default.handlebars->33->760",
+ "default.handlebars->33->984"
]
},
{
@@ -25578,7 +25608,7 @@
"zh-chs": "MeshCmd(Linux ARM,32位)",
"zh-cht": "MeshCmd(Linux ARM,32位)",
"xloc": [
- "default.handlebars->33->992"
+ "default.handlebars->33->996"
]
},
{
@@ -25598,7 +25628,7 @@
"zh-chs": "MeshCmd(Linux ARM,64位)",
"zh-cht": "MeshCmd(Linux ARM,64位)",
"xloc": [
- "default.handlebars->33->993"
+ "default.handlebars->33->997"
]
},
{
@@ -25618,7 +25648,7 @@
"zh-chs": "MeshCmd(Linux x86,32bit)",
"zh-cht": "MeshCmd(Linux x86,32bit)",
"xloc": [
- "default.handlebars->33->988"
+ "default.handlebars->33->992"
]
},
{
@@ -25638,7 +25668,7 @@
"zh-chs": "MeshCmd(Linux x86,64位)",
"zh-cht": "MeshCmd(Linux x86,64位)",
"xloc": [
- "default.handlebars->33->989"
+ "default.handlebars->33->993"
]
},
{
@@ -25658,7 +25688,7 @@
"zh-chs": "MeshCmd(Win32可执行档案)",
"zh-cht": "MeshCmd(Win32可執行檔案)",
"xloc": [
- "default.handlebars->33->986"
+ "default.handlebars->33->990"
]
},
{
@@ -25678,7 +25708,7 @@
"zh-chs": "MeshCmd(Win64可执行档案)",
"zh-cht": "MeshCmd(Win64可執行檔案)",
"xloc": [
- "default.handlebars->33->987"
+ "default.handlebars->33->991"
]
},
{
@@ -25715,7 +25745,7 @@
"zh-chs": "MeshCmd(macOS,ARM-64位)",
"zh-cht": "MeshCmd(macOS,ARM-64位)",
"xloc": [
- "default.handlebars->33->991"
+ "default.handlebars->33->995"
]
},
{
@@ -25735,7 +25765,7 @@
"zh-chs": "MeshCmd(macOS,x86-ARM-64位)",
"zh-cht": "MeshCmd(macOS,x86-ARM-64位)",
"xloc": [
- "default.handlebars->33->990"
+ "default.handlebars->33->994"
]
},
{
@@ -25755,7 +25785,7 @@
"zh-chs": "MeshCmd是一个可以执行许多不同操作的命令行工具。可以选择下载和编辑操作档案以提供服务器信息和凭据。",
"zh-cht": "MeshCmd是一個可以執行許多不同操作的命令行工具。可以選擇下載和編輯操作檔案以提供伺服器訊息和憑據。",
"xloc": [
- "default.handlebars->33->977"
+ "default.handlebars->33->981"
]
},
{
@@ -25830,8 +25860,8 @@
"zh-cht": "訊息",
"xloc": [
"default.handlebars->33->409",
- "default.handlebars->33->741",
- "default.handlebars->33->943"
+ "default.handlebars->33->745",
+ "default.handlebars->33->947"
]
},
{
@@ -25871,7 +25901,7 @@
"zh-chs": "消息调度器",
"zh-cht": "電郵調度器",
"xloc": [
- "default.handlebars->33->2460"
+ "default.handlebars->33->2470"
]
},
{
@@ -25919,7 +25949,7 @@
"nl": "Messenger",
"fr": "Messagerie",
"xloc": [
- "default.handlebars->33->2332"
+ "default.handlebars->33->2342"
]
},
{
@@ -25990,8 +26020,8 @@
"fr": "Appareil mobile",
"de": "Mobiles Gerät",
"xloc": [
- "default-mobile.handlebars->11->472",
- "default.handlebars->33->1162"
+ "default-mobile.handlebars->11->482",
+ "default.handlebars->33->1172"
]
},
{
@@ -26020,10 +26050,10 @@
"zh-chs": "模型",
"zh-cht": "模型",
"xloc": [
- "default-mobile.handlebars->11->467",
- "default-mobile.handlebars->11->520",
- "default.handlebars->33->1157",
- "default.handlebars->33->1220"
+ "default-mobile.handlebars->11->477",
+ "default-mobile.handlebars->11->530",
+ "default.handlebars->33->1167",
+ "default.handlebars->33->1230"
]
},
{
@@ -26063,7 +26093,7 @@
"zh-chs": "摩尔达维亚文",
"zh-cht": "摩爾達維亞文",
"xloc": [
- "default.handlebars->33->1395"
+ "default.handlebars->33->1405"
]
},
{
@@ -26083,7 +26113,7 @@
"zh-chs": "更多",
"zh-cht": "更多",
"xloc": [
- "default.handlebars->33->2494"
+ "default.handlebars->33->2504"
]
},
{
@@ -26103,8 +26133,8 @@
"zh-chs": "母板",
"zh-cht": "母板",
"xloc": [
- "default-mobile.handlebars->11->513",
- "default.handlebars->33->1213"
+ "default-mobile.handlebars->11->523",
+ "default.handlebars->33->1223"
]
},
{
@@ -26124,7 +26154,7 @@
"zh-chs": "将此设备移到其他设备组",
"zh-cht": "將此裝置移至其他裝置群",
"xloc": [
- "default.handlebars->33->747"
+ "default.handlebars->33->751"
]
},
{
@@ -26164,7 +26194,7 @@
"zh-chs": "移动:“{0}”到“{1}”",
"zh-cht": "移動:“{0}”到“{1}”",
"xloc": [
- "default.handlebars->33->1914"
+ "default.handlebars->33->1924"
]
},
{
@@ -26184,7 +26214,7 @@
"zh-chs": "将设备{0}移动到组{1}",
"zh-cht": "將設備{0}移動到組{1}",
"xloc": [
- "default.handlebars->33->1947"
+ "default.handlebars->33->1957"
]
},
{
@@ -26213,8 +26243,8 @@
"fr": "Questions multiples",
"de": "Mehrere Probleme",
"xloc": [
- "default.handlebars->33->1802",
- "default.handlebars->33->1816"
+ "default.handlebars->33->1812",
+ "default.handlebars->33->1826"
]
},
{
@@ -26234,7 +26264,7 @@
"zh-chs": "多路复用器",
"zh-cht": "多工器",
"xloc": [
- "default.handlebars->33->2350"
+ "default.handlebars->33->2360"
]
},
{
@@ -26255,7 +26285,7 @@
"zh-cht": "必須以用戶身份運行",
"xloc": [
"default.handlebars->33->543",
- "default.handlebars->33->923"
+ "default.handlebars->33->927"
]
},
{
@@ -26388,7 +26418,7 @@
"zh-chs": "我的服务器控制台",
"zh-cht": "我的伺服器控制台",
"xloc": [
- "default.handlebars->33->1226"
+ "default.handlebars->33->1236"
]
},
{
@@ -26550,8 +26580,8 @@
"zh-chs": "我的密钥",
"zh-cht": "我的密鍵",
"xloc": [
- "default.handlebars->33->1270",
- "default.handlebars->33->1273"
+ "default.handlebars->33->1280",
+ "default.handlebars->33->1283"
]
},
{
@@ -26633,25 +26663,25 @@
"xloc": [
"default-mobile.handlebars->11->121",
"default-mobile.handlebars->11->251",
- "default-mobile.handlebars->11->437",
- "default-mobile.handlebars->11->507",
- "default-mobile.handlebars->11->547",
- "default-mobile.handlebars->11->561",
- "default.handlebars->33->1053",
+ "default-mobile.handlebars->11->447",
+ "default-mobile.handlebars->11->517",
+ "default-mobile.handlebars->11->557",
+ "default-mobile.handlebars->11->571",
+ "default.handlebars->33->1059",
"default.handlebars->33->108",
- "default.handlebars->33->1144",
- "default.handlebars->33->1207",
- "default.handlebars->33->1533",
- "default.handlebars->33->1551",
- "default.handlebars->33->1556",
- "default.handlebars->33->1585",
- "default.handlebars->33->1674",
- "default.handlebars->33->2003",
- "default.handlebars->33->2108",
- "default.handlebars->33->2124",
- "default.handlebars->33->2131",
- "default.handlebars->33->2176",
- "default.handlebars->33->2195",
+ "default.handlebars->33->1154",
+ "default.handlebars->33->1217",
+ "default.handlebars->33->1543",
+ "default.handlebars->33->1561",
+ "default.handlebars->33->1566",
+ "default.handlebars->33->1595",
+ "default.handlebars->33->1684",
+ "default.handlebars->33->2013",
+ "default.handlebars->33->2118",
+ "default.handlebars->33->2134",
+ "default.handlebars->33->2141",
+ "default.handlebars->33->2186",
+ "default.handlebars->33->2205",
"default.handlebars->33->242",
"default.handlebars->33->644",
"default.handlebars->33->94",
@@ -26697,7 +26727,7 @@
"zh-chs": "名称1,名称2,名称3",
"zh-cht": "名稱1,名稱2,名稱3",
"xloc": [
- "default.handlebars->33->2090"
+ "default.handlebars->33->2100"
]
},
{
@@ -26717,7 +26747,7 @@
"zh-chs": "纳瓦霍文",
"zh-cht": "納瓦霍文",
"xloc": [
- "default.handlebars->33->1396"
+ "default.handlebars->33->1406"
]
},
{
@@ -26737,7 +26767,7 @@
"zh-chs": "恩东加",
"zh-cht": "恩東加",
"xloc": [
- "default.handlebars->33->1397"
+ "default.handlebars->33->1407"
]
},
{
@@ -26757,7 +26787,7 @@
"zh-chs": "尼泊尔文",
"zh-cht": "尼泊爾文",
"xloc": [
- "default.handlebars->33->1398"
+ "default.handlebars->33->1408"
]
},
{
@@ -26777,7 +26807,7 @@
"zh-chs": "网络接口",
"zh-cht": "網絡介面",
"xloc": [
- "default.handlebars->33->961"
+ "default.handlebars->33->965"
]
},
{
@@ -26814,9 +26844,9 @@
"zh-chs": "网络",
"zh-cht": "網路",
"xloc": [
- "default-mobile.handlebars->11->486",
- "default.handlebars->33->1172",
- "default.handlebars->33->1186"
+ "default-mobile.handlebars->11->496",
+ "default.handlebars->33->1182",
+ "default.handlebars->33->1196"
]
},
{
@@ -26837,7 +26867,7 @@
"zh-cht": "新",
"xloc": [
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3createMeshLink1->1",
- "default.handlebars->33->1550",
+ "default.handlebars->33->1560",
"default.handlebars->container->column_l->p2->p2info->p2createMeshLink1->1"
]
},
@@ -26858,7 +26888,7 @@
"zh-chs": "生成新的2FA备份代码",
"zh-cht": "生成新的2FA備份代碼",
"xloc": [
- "default.handlebars->33->1954"
+ "default.handlebars->33->1964"
]
},
{
@@ -26867,8 +26897,8 @@
"fr": "Nouveau compte",
"de": "Neuer Account",
"xloc": [
- "default-mobile.handlebars->11->619",
- "default.handlebars->33->2359"
+ "default-mobile.handlebars->11->629",
+ "default.handlebars->33->2369"
]
},
{
@@ -26929,9 +26959,9 @@
"zh-cht": "新裝置群",
"xloc": [
"default-mobile.handlebars->11->115",
- "default.handlebars->33->1526",
- "default.handlebars->33->1539",
- "default.handlebars->33->953"
+ "default.handlebars->33->1536",
+ "default.handlebars->33->1549",
+ "default.handlebars->33->957"
]
},
{
@@ -26952,9 +26982,9 @@
"zh-cht": "新建檔案夾",
"xloc": [
"default-mobile.handlebars->11->144",
- "default-mobile.handlebars->11->408",
- "default.handlebars->33->1107",
- "default.handlebars->33->1846",
+ "default-mobile.handlebars->11->418",
+ "default.handlebars->33->1117",
+ "default.handlebars->33->1856",
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
"default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
"sharing.handlebars->11->59",
@@ -27039,8 +27069,8 @@
"zh-chs": "新密码*",
"zh-cht": "新密碼*",
"xloc": [
- "default.handlebars->33->1652",
- "default.handlebars->33->1653"
+ "default.handlebars->33->1662",
+ "default.handlebars->33->1663"
]
},
{
@@ -27062,8 +27092,8 @@
"xloc": [
"default-mobile.handlebars->11->110",
"default-mobile.handlebars->11->111",
- "default.handlebars->33->1521",
- "default.handlebars->33->1522"
+ "default.handlebars->33->1531",
+ "default.handlebars->33->1532"
]
},
{
@@ -27093,8 +27123,8 @@
"zh-chs": "没有AMT",
"zh-cht": "沒有AMT",
"xloc": [
- "default.handlebars->33->812",
- "default.handlebars->33->834"
+ "default.handlebars->33->816",
+ "default.handlebars->33->838"
]
},
{
@@ -27175,9 +27205,9 @@
"zh-chs": "没有桌面",
"zh-cht": "沒有桌面",
"xloc": [
- "default.handlebars->33->1754",
- "default.handlebars->33->814",
- "default.handlebars->33->836"
+ "default.handlebars->33->1764",
+ "default.handlebars->33->818",
+ "default.handlebars->33->840"
]
},
{
@@ -27197,7 +27227,7 @@
"zh-chs": "不能访问桌面",
"zh-cht": "不能訪問桌面",
"xloc": [
- "default.handlebars->33->1715"
+ "default.handlebars->33->1725"
]
},
{
@@ -27217,9 +27247,9 @@
"zh-chs": "找不到事件",
"zh-cht": "找不到事件",
"xloc": [
- "default.handlebars->33->1142",
- "default.handlebars->33->1979",
- "default.handlebars->33->2318"
+ "default.handlebars->33->1152",
+ "default.handlebars->33->1989",
+ "default.handlebars->33->2328"
]
},
{
@@ -27239,8 +27269,8 @@
"zh-chs": "不能存取档案",
"zh-cht": "不能存取檔案",
"xloc": [
- "default-mobile.handlebars->11->576",
- "default.handlebars->33->1717"
+ "default-mobile.handlebars->11->586",
+ "default.handlebars->33->1727"
]
},
{
@@ -27260,10 +27290,10 @@
"zh-chs": "没有档案",
"zh-cht": "沒有檔案",
"xloc": [
- "default-mobile.handlebars->11->599",
- "default.handlebars->33->1756",
- "default.handlebars->33->811",
- "default.handlebars->33->833"
+ "default-mobile.handlebars->11->609",
+ "default.handlebars->33->1766",
+ "default.handlebars->33->815",
+ "default.handlebars->33->837"
]
},
{
@@ -27283,8 +27313,8 @@
"zh-chs": "无输入",
"zh-cht": "無輸入",
"xloc": [
- "default.handlebars->33->809",
- "default.handlebars->33->831"
+ "default.handlebars->33->813",
+ "default.handlebars->33->835"
]
},
{
@@ -27304,10 +27334,10 @@
"zh-chs": "没有英特尔®AMT",
"zh-cht": "沒有Intel® AMT",
"xloc": [
- "default-mobile.handlebars->11->577",
- "default-mobile.handlebars->11->600",
- "default.handlebars->33->1718",
- "default.handlebars->33->1757"
+ "default-mobile.handlebars->11->587",
+ "default-mobile.handlebars->11->610",
+ "default.handlebars->33->1728",
+ "default.handlebars->33->1767"
]
},
{
@@ -27392,7 +27422,7 @@
"zh-chs": "没有成员",
"zh-cht": "沒有成員",
"xloc": [
- "default.handlebars->33->2158"
+ "default.handlebars->33->2168"
]
},
{
@@ -27412,7 +27442,7 @@
"zh-chs": "没有新的设备组",
"zh-cht": "沒有新的裝置群",
"xloc": [
- "default.handlebars->33->2103"
+ "default.handlebars->33->2113"
]
},
{
@@ -27432,8 +27462,8 @@
"zh-chs": "没有政策",
"zh-cht": "沒有政策",
"xloc": [
- "default.handlebars->33->1616",
- "default.handlebars->33->1643"
+ "default.handlebars->33->1626",
+ "default.handlebars->33->1653"
]
},
{
@@ -27454,12 +27484,12 @@
"zh-cht": "沒有權利",
"xloc": [
"default-mobile.handlebars->11->130",
- "default-mobile.handlebars->11->556",
- "default-mobile.handlebars->11->607",
- "default.handlebars->33->1548",
- "default.handlebars->33->1764",
- "default.handlebars->33->826",
- "default.handlebars->33->848"
+ "default-mobile.handlebars->11->566",
+ "default-mobile.handlebars->11->617",
+ "default.handlebars->33->1558",
+ "default.handlebars->33->1774",
+ "default.handlebars->33->830",
+ "default.handlebars->33->852"
]
},
{
@@ -27479,9 +27509,9 @@
"zh-chs": "没有TLS加密",
"zh-cht": "沒有TLS加密",
"xloc": [
- "default-mobile.handlebars->11->342",
+ "default-mobile.handlebars->11->346",
"default.handlebars->33->364",
- "default.handlebars->33->939"
+ "default.handlebars->33->943"
]
},
{
@@ -27501,10 +27531,10 @@
"zh-chs": "没有终端",
"zh-cht": "沒有終端",
"xloc": [
- "default-mobile.handlebars->11->598",
- "default.handlebars->33->1755",
- "default.handlebars->33->810",
- "default.handlebars->33->832"
+ "default-mobile.handlebars->11->608",
+ "default.handlebars->33->1765",
+ "default.handlebars->33->814",
+ "default.handlebars->33->836"
]
},
{
@@ -27524,8 +27554,8 @@
"zh-chs": "不能访问终端",
"zh-cht": "不能訪問終端",
"xloc": [
- "default-mobile.handlebars->11->575",
- "default.handlebars->33->1716"
+ "default-mobile.handlebars->11->585",
+ "default.handlebars->33->1726"
]
},
{
@@ -27545,7 +27575,7 @@
"zh-chs": "没有工具(MeshCmd /路由器)",
"zh-cht": "沒有工具(MeshCmd /路由器)",
"xloc": [
- "default.handlebars->33->2104"
+ "default.handlebars->33->2114"
]
},
{
@@ -27565,8 +27595,8 @@
"zh-chs": "该设备当前无可用操作。",
"zh-cht": "該設備當前無可用操作。",
"xloc": [
- "default-mobile.handlebars->11->325",
- "default.handlebars->33->915"
+ "default-mobile.handlebars->11->329",
+ "default.handlebars->33->919"
]
},
{
@@ -27575,8 +27605,8 @@
"fr": "Pas de mise à jour automatique",
"de": "Kein Automatisches Update",
"xloc": [
- "default.handlebars->33->1800",
- "default.handlebars->33->1814"
+ "default.handlebars->33->1810",
+ "default.handlebars->33->1824"
]
},
{
@@ -27596,8 +27626,8 @@
"zh-chs": "没有共同的设备组",
"zh-cht": "沒有共同的裝置群",
"xloc": [
- "default.handlebars->33->2164",
- "default.handlebars->33->2288"
+ "default.handlebars->33->2174",
+ "default.handlebars->33->2298"
]
},
{
@@ -27717,8 +27747,8 @@
"zh-chs": "没有共同的设备",
"zh-cht": "沒有共同的裝置",
"xloc": [
- "default.handlebars->33->2170",
- "default.handlebars->33->2300"
+ "default.handlebars->33->2180",
+ "default.handlebars->33->2310"
]
},
{
@@ -27746,7 +27776,7 @@
"zh-chs": "该设备组中没有设备。",
"zh-cht": "該裝置群中沒有裝置。",
"xloc": [
- "default.handlebars->33->1818"
+ "default.handlebars->33->1828"
]
},
{
@@ -27828,7 +27858,7 @@
"zh-chs": "找不到文件",
"zh-cht": "找不到文件",
"xloc": [
- "default.handlebars->33->1093",
+ "default.handlebars->33->1103",
"sharing.handlebars->11->45"
]
},
@@ -27849,7 +27879,7 @@
"zh-chs": "找不到群组。",
"zh-cht": "找不到群組。",
"xloc": [
- "default.handlebars->33->2107"
+ "default.handlebars->33->2117"
]
},
{
@@ -27869,8 +27899,8 @@
"zh-chs": "没有此设备的讯息。",
"zh-cht": "沒有此裝置的訊息。",
"xloc": [
- "default-mobile.handlebars->11->525",
- "default.handlebars->33->1225"
+ "default-mobile.handlebars->11->535",
+ "default.handlebars->33->1235"
]
},
{
@@ -27879,8 +27909,8 @@
"nl": "Geen toetsenbord snelkoppelingen gedefinieerd",
"de": "Kein Tastatur Kürzel definiert",
"xloc": [
- "default-mobile.handlebars->11->388",
- "default.handlebars->33->1047"
+ "default-mobile.handlebars->11->394",
+ "default.handlebars->33->1053"
]
},
{
@@ -27948,7 +27978,7 @@
"zh-chs": "没有其他相同类型的设备组。",
"zh-cht": "沒有其他相同類型的裝置群。",
"xloc": [
- "default.handlebars->33->956"
+ "default.handlebars->33->960"
]
},
{
@@ -27957,8 +27987,8 @@
"fr": "Aucun numéro de téléphone pour cet utilisateur",
"de": "Keine Telefonnummer für diese Benutzer",
"xloc": [
- "default-mobile.handlebars->11->650",
- "default.handlebars->33->2390"
+ "default-mobile.handlebars->11->660",
+ "default.handlebars->33->2400"
]
},
{
@@ -27998,7 +28028,7 @@
"zh-chs": "没有录音。",
"zh-cht": "沒有錄音。",
"xloc": [
- "default.handlebars->33->2320"
+ "default.handlebars->33->2330"
]
},
{
@@ -28018,7 +28048,7 @@
"zh-chs": "没有服务器权限",
"zh-cht": "沒有伺服器權限",
"xloc": [
- "default.handlebars->33->2190"
+ "default.handlebars->33->2200"
]
},
{
@@ -28038,7 +28068,7 @@
"zh-chs": "没有用户组成员身份",
"zh-cht": "沒有用戶群成員身份",
"xloc": [
- "default.handlebars->33->2294"
+ "default.handlebars->33->2304"
]
},
{
@@ -28047,8 +28077,8 @@
"fr": "Aucun droit de gestion des utilisateurs",
"de": "Keine Benutzer Verwaltungsrechte",
"xloc": [
- "default-mobile.handlebars->11->648",
- "default.handlebars->33->2388"
+ "default-mobile.handlebars->11->658",
+ "default.handlebars->33->2398"
]
},
{
@@ -28068,7 +28098,7 @@
"zh-chs": "未找到相应的用户。",
"zh-cht": "未找到相應的用戶。",
"xloc": [
- "default.handlebars->33->2011"
+ "default.handlebars->33->2021"
]
},
{
@@ -28088,7 +28118,7 @@
"zh-chs": "没有拥有特殊设备权限的用户",
"zh-cht": "沒有擁有特殊裝置權限的用戶",
"xloc": [
- "default.handlebars->33->792"
+ "default.handlebars->33->796"
]
},
{
@@ -28156,29 +28186,29 @@
"default-mobile.handlebars->11->254",
"default-mobile.handlebars->11->256",
"default-mobile.handlebars->11->294",
- "default-mobile.handlebars->11->378",
- "default-mobile.handlebars->11->406",
- "default-mobile.handlebars->11->549",
- "default.handlebars->33->1036",
- "default.handlebars->33->1579",
- "default.handlebars->33->1587",
- "default.handlebars->33->1595",
- "default.handlebars->33->1607",
- "default.handlebars->33->1612",
- "default.handlebars->33->1614",
- "default.handlebars->33->1803",
- "default.handlebars->33->1828",
- "default.handlebars->33->1833",
+ "default-mobile.handlebars->11->384",
+ "default-mobile.handlebars->11->416",
+ "default-mobile.handlebars->11->559",
+ "default.handlebars->33->1042",
+ "default.handlebars->33->1589",
+ "default.handlebars->33->1597",
+ "default.handlebars->33->1605",
+ "default.handlebars->33->1617",
+ "default.handlebars->33->1622",
+ "default.handlebars->33->1624",
+ "default.handlebars->33->1813",
+ "default.handlebars->33->1838",
+ "default.handlebars->33->1843",
"default.handlebars->33->195",
- "default.handlebars->33->1987",
- "default.handlebars->33->2128",
- "default.handlebars->33->2130",
+ "default.handlebars->33->1997",
+ "default.handlebars->33->2138",
"default.handlebars->33->214",
- "default.handlebars->33->2147",
- "default.handlebars->33->2209",
- "default.handlebars->33->2218",
- "default.handlebars->33->2222",
- "default.handlebars->33->2234",
+ "default.handlebars->33->2140",
+ "default.handlebars->33->2157",
+ "default.handlebars->33->2219",
+ "default.handlebars->33->2228",
+ "default.handlebars->33->2232",
+ "default.handlebars->33->2244",
"default.handlebars->33->287",
"default.handlebars->33->288",
"default.handlebars->33->641",
@@ -28227,7 +28257,7 @@
"zh-chs": "挪威文",
"zh-cht": "挪威文",
"xloc": [
- "default.handlebars->33->1399"
+ "default.handlebars->33->1409"
]
},
{
@@ -28247,7 +28277,7 @@
"zh-chs": "挪威文(Bokmal)",
"zh-cht": "挪威文(Bokmal)",
"xloc": [
- "default.handlebars->33->1400"
+ "default.handlebars->33->1410"
]
},
{
@@ -28267,7 +28297,7 @@
"zh-chs": "挪威文(尼诺斯克)",
"zh-cht": "挪威文(尼諾斯克)",
"xloc": [
- "default.handlebars->33->1401"
+ "default.handlebars->33->1411"
]
},
{
@@ -28287,7 +28317,7 @@
"zh-chs": "未激活",
"zh-cht": "未激活",
"xloc": [
- "default.handlebars->33->1189"
+ "default.handlebars->33->1199"
]
},
{
@@ -28308,7 +28338,7 @@
"zh-cht": "未啟動(輸入)",
"xloc": [
"default-mobile.handlebars->11->268",
- "default-mobile.handlebars->11->490",
+ "default-mobile.handlebars->11->500",
"default.handlebars->33->665"
]
},
@@ -28330,7 +28360,7 @@
"zh-cht": "未啟動(預)",
"xloc": [
"default-mobile.handlebars->11->267",
- "default-mobile.handlebars->11->489",
+ "default-mobile.handlebars->11->499",
"default.handlebars->33->664"
]
},
@@ -28351,8 +28381,8 @@
"zh-chs": "未连接",
"zh-cht": "未連接",
"xloc": [
- "default.handlebars->33->1794",
- "default.handlebars->33->1807"
+ "default.handlebars->33->1804",
+ "default.handlebars->33->1817"
]
},
{
@@ -28372,8 +28402,8 @@
"zh-chs": "未知",
"zh-cht": "未知",
"xloc": [
- "default-mobile.handlebars->11->500",
- "default.handlebars->33->1200"
+ "default-mobile.handlebars->11->510",
+ "default.handlebars->33->1210"
]
},
{
@@ -28402,7 +28432,7 @@
"zh-chs": "不在服务器上",
"zh-cht": "不在伺服器上",
"xloc": [
- "default.handlebars->33->2342"
+ "default.handlebars->33->2352"
]
},
{
@@ -28422,8 +28452,8 @@
"zh-chs": "没有设置",
"zh-cht": "沒有設置",
"xloc": [
- "default.handlebars->33->2196",
- "default.handlebars->33->2197"
+ "default.handlebars->33->2206",
+ "default.handlebars->33->2207"
]
},
{
@@ -28443,7 +28473,7 @@
"zh-chs": "未经审核的",
"zh-cht": "未經審核的",
"xloc": [
- "default.handlebars->33->2268"
+ "default.handlebars->33->2278"
]
},
{
@@ -28463,13 +28493,13 @@
"zh-chs": "笔记",
"zh-cht": "筆記",
"xloc": [
- "default-mobile.handlebars->11->334",
- "default.handlebars->33->1623",
- "default.handlebars->33->2242",
- "default.handlebars->33->737",
- "default.handlebars->33->820",
- "default.handlebars->33->842",
- "default.handlebars->33->852"
+ "default-mobile.handlebars->11->338",
+ "default.handlebars->33->1633",
+ "default.handlebars->33->2252",
+ "default.handlebars->33->741",
+ "default.handlebars->33->824",
+ "default.handlebars->33->846",
+ "default.handlebars->33->856"
]
},
{
@@ -28509,8 +28539,8 @@
"zh-chs": "通知设置",
"zh-cht": "通知設定",
"xloc": [
- "default.handlebars->33->1508",
- "default.handlebars->33->1793",
+ "default.handlebars->33->1518",
+ "default.handlebars->33->1803",
"default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->10"
]
},
@@ -28536,7 +28566,7 @@
"zh-chs": "通知设置还必须在帐户设置中启用。",
"zh-cht": "通知設定還必須在帳戶設定中啟用。",
"xloc": [
- "default.handlebars->33->1789"
+ "default.handlebars->33->1799"
]
},
{
@@ -28556,7 +28586,7 @@
"zh-chs": "通知音效。",
"zh-cht": "通知音效。",
"xloc": [
- "default.handlebars->33->1503"
+ "default.handlebars->33->1513"
]
},
{
@@ -28576,7 +28606,7 @@
"zh-chs": "通知",
"zh-cht": "通知",
"xloc": [
- "default.handlebars->33->1613"
+ "default.handlebars->33->1623"
]
},
{
@@ -28597,7 +28627,7 @@
"zh-cht": "通知",
"xloc": [
"default.handlebars->33->211",
- "default.handlebars->33->2248"
+ "default.handlebars->33->2258"
]
},
{
@@ -28617,7 +28647,7 @@
"zh-chs": "仅通知",
"zh-cht": "只通知",
"xloc": [
- "default.handlebars->33->894"
+ "default.handlebars->33->898"
]
},
{
@@ -28637,9 +28667,9 @@
"zh-chs": "通知使用者",
"zh-cht": "通知使用者",
"xloc": [
- "default.handlebars->33->1682",
- "default.handlebars->33->1686",
- "default.handlebars->33->1689"
+ "default.handlebars->33->1692",
+ "default.handlebars->33->1696",
+ "default.handlebars->33->1699"
]
},
{
@@ -28659,7 +28689,7 @@
"zh-chs": "通知{0}",
"zh-cht": "通知{0}",
"xloc": [
- "default.handlebars->33->2050"
+ "default.handlebars->33->2060"
]
},
{
@@ -28667,7 +28697,7 @@
"fr": "Null",
"nl": "Null",
"xloc": [
- "default.handlebars->33->2454"
+ "default.handlebars->33->2464"
]
},
{
@@ -28688,15 +28718,15 @@
"zh-cht": "OK",
"xloc": [
"default-mobile.handlebars->11->107",
- "default-mobile.handlebars->11->441",
- "default-mobile.handlebars->11->445",
- "default-mobile.handlebars->11->449",
+ "default-mobile.handlebars->11->451",
"default-mobile.handlebars->11->455",
+ "default-mobile.handlebars->11->459",
+ "default-mobile.handlebars->11->465",
"default-mobile.handlebars->container->page_content->column_l->p10->p10dialog->5",
"default-mobile.handlebars->dialog->idx_dlgButtonBar",
- "default.handlebars->33->1570",
- "default.handlebars->33->1798",
- "default.handlebars->33->1812",
+ "default.handlebars->33->1580",
+ "default.handlebars->33->1808",
+ "default.handlebars->33->1822",
"default.handlebars->33->693",
"default.handlebars->33->697",
"default.handlebars->33->701",
@@ -28758,7 +28788,7 @@
"zh-chs": "欧舒丹",
"zh-cht": "歐舒丹",
"xloc": [
- "default.handlebars->33->1402"
+ "default.handlebars->33->1412"
]
},
{
@@ -28778,8 +28808,8 @@
"zh-chs": "发生在{0}",
"zh-cht": "發生在{0}",
"xloc": [
- "default-mobile.handlebars->11->616",
- "default.handlebars->33->2356"
+ "default-mobile.handlebars->11->626",
+ "default.handlebars->33->2366"
]
},
{
@@ -28819,7 +28849,7 @@
"zh-chs": "离线用户",
"zh-cht": "離線用戶",
"xloc": [
- "default.handlebars->33->2008"
+ "default.handlebars->33->2018"
]
},
{
@@ -28860,7 +28890,7 @@
"zh-cht": "舊密碼:",
"xloc": [
"default-mobile.handlebars->11->109",
- "default.handlebars->33->1520"
+ "default.handlebars->33->1530"
]
},
{
@@ -28880,7 +28910,7 @@
"zh-chs": "一天",
"zh-cht": "一天",
"xloc": [
- "default.handlebars->33->1984"
+ "default.handlebars->33->1994"
]
},
{
@@ -28943,7 +28973,7 @@
"zh-chs": "在线用户",
"zh-cht": "在線用戶",
"xloc": [
- "default.handlebars->33->2007"
+ "default.handlebars->33->2017"
]
},
{
@@ -28963,8 +28993,8 @@
"zh-chs": "只能编辑小于200k的档案。",
"zh-cht": "只能編輯小於200k的檔案。",
"xloc": [
- "default-mobile.handlebars->11->416",
- "default.handlebars->33->1115",
+ "default-mobile.handlebars->11->426",
+ "default.handlebars->33->1125",
"default.handlebars->33->612",
"sharing.handlebars->11->67"
]
@@ -29027,7 +29057,7 @@
"zh-chs": "在设备上打开页面",
"zh-cht": "在裝置上打開頁面",
"xloc": [
- "default.handlebars->33->853"
+ "default.handlebars->33->857"
]
},
{
@@ -29068,7 +29098,7 @@
"zh-chs": "打开XTerm终端",
"zh-cht": "打開XTerm終端",
"xloc": [
- "default.handlebars->33->757"
+ "default.handlebars->33->761"
]
},
{
@@ -29108,7 +29138,7 @@
"zh-chs": "打开此计算机的聊天窗口",
"zh-cht": "打開此電腦的聊天窗口",
"xloc": [
- "default.handlebars->33->744",
+ "default.handlebars->33->748",
"default.handlebars->container->column_l->p11->deskarea0->deskarea4->1"
]
},
@@ -29129,7 +29159,7 @@
"zh-chs": "开头:{0}",
"zh-cht": "開場:{0}",
"xloc": [
- "default.handlebars->33->1882"
+ "default.handlebars->33->1892"
]
},
{
@@ -29149,13 +29179,13 @@
"zh-chs": "操作系统",
"zh-cht": "操作系統",
"xloc": [
- "default-mobile.handlebars->11->457",
- "default.handlebars->33->1147",
+ "default-mobile.handlebars->11->467",
+ "default.handlebars->33->1157",
"default.handlebars->33->249",
"default.handlebars->33->392",
"default.handlebars->33->433",
"default.handlebars->33->691",
- "default.handlebars->33->979"
+ "default.handlebars->33->983"
]
},
{
@@ -29175,12 +29205,12 @@
"zh-chs": "运作",
"zh-cht": "操作",
"xloc": [
- "default-mobile.handlebars->11->324",
- "default.handlebars->33->2034",
- "default.handlebars->33->2115",
+ "default-mobile.handlebars->11->328",
+ "default.handlebars->33->2044",
+ "default.handlebars->33->2125",
"default.handlebars->33->531",
"default.handlebars->33->546",
- "default.handlebars->33->914"
+ "default.handlebars->33->918"
]
},
{
@@ -29217,7 +29247,7 @@
"zh-chs": "奥里亚",
"zh-cht": "奧里亞",
"xloc": [
- "default.handlebars->33->1403"
+ "default.handlebars->33->1413"
]
},
{
@@ -29237,7 +29267,7 @@
"zh-chs": "奥罗莫",
"zh-cht": "奧羅莫",
"xloc": [
- "default.handlebars->33->1404"
+ "default.handlebars->33->1414"
]
},
{
@@ -29297,7 +29327,7 @@
"zh-chs": "过时的",
"zh-cht": "過時的",
"xloc": [
- "default-mobile.handlebars->11->454",
+ "default-mobile.handlebars->11->464",
"default.handlebars->33->706"
]
},
@@ -29346,7 +29376,7 @@
"zh-chs": "自己的过程",
"zh-cht": "自己的過程",
"xloc": [
- "default.handlebars->33->1060"
+ "default.handlebars->33->1066"
]
},
{
@@ -29366,7 +29396,7 @@
"zh-chs": "PID",
"zh-cht": "PID",
"xloc": [
- "default.handlebars->33->1056",
+ "default.handlebars->33->1062",
"default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->1"
]
},
@@ -29375,8 +29405,8 @@
"nl": "PUSH",
"fr": "Envoyer",
"xloc": [
- "default-mobile.handlebars->11->531",
- "default.handlebars->33->1232"
+ "default-mobile.handlebars->11->541",
+ "default.handlebars->33->1242"
]
},
{
@@ -29385,8 +29415,8 @@
"nl": "Page Down",
"de": "Seite runter",
"xloc": [
- "default-mobile.handlebars->11->373",
- "default.handlebars->33->1031"
+ "default-mobile.handlebars->11->379",
+ "default.handlebars->33->1037"
]
},
{
@@ -29395,8 +29425,8 @@
"nl": "Page Up",
"de": "Seite hoch",
"xloc": [
- "default-mobile.handlebars->11->372",
- "default.handlebars->33->1030"
+ "default-mobile.handlebars->11->378",
+ "default.handlebars->33->1036"
]
},
{
@@ -29416,8 +29446,8 @@
"zh-chs": "零件号",
"zh-cht": "零件號",
"xloc": [
- "default-mobile.handlebars->11->518",
- "default.handlebars->33->1218"
+ "default-mobile.handlebars->11->528",
+ "default.handlebars->33->1228"
]
},
{
@@ -29437,7 +29467,7 @@
"zh-chs": "部分的",
"zh-cht": "部分的",
"xloc": [
- "default.handlebars->33->2022"
+ "default.handlebars->33->2032"
]
},
{
@@ -29492,8 +29522,8 @@
"zh-cht": "部分權限",
"xloc": [
"default-mobile.handlebars->11->128",
- "default-mobile.handlebars->11->554",
- "default.handlebars->33->1546"
+ "default-mobile.handlebars->11->564",
+ "default.handlebars->33->1556"
]
},
{
@@ -29513,7 +29543,7 @@
"zh-chs": "部分权限",
"zh-cht": "部分權限",
"xloc": [
- "default.handlebars->33->2193"
+ "default.handlebars->33->2203"
]
},
{
@@ -29553,19 +29583,19 @@
"zh-chs": "密码",
"zh-cht": "密碼",
"xloc": [
- "default-mobile.handlebars->11->340",
- "default-mobile.handlebars->11->397",
- "default.handlebars->33->1079",
- "default.handlebars->33->1649",
- "default.handlebars->33->2078",
- "default.handlebars->33->2079",
- "default.handlebars->33->2214",
- "default.handlebars->33->2216",
- "default.handlebars->33->2273",
- "default.handlebars->33->2274",
+ "default-mobile.handlebars->11->344",
+ "default-mobile.handlebars->11->403",
+ "default.handlebars->33->1085",
+ "default.handlebars->33->1659",
+ "default.handlebars->33->2088",
+ "default.handlebars->33->2089",
+ "default.handlebars->33->2224",
+ "default.handlebars->33->2226",
+ "default.handlebars->33->2283",
+ "default.handlebars->33->2284",
"default.handlebars->33->246",
"default.handlebars->33->362",
- "default.handlebars->33->937",
+ "default.handlebars->33->941",
"login2.handlebars->centralTable->1->0->logincell->loginpanel->1->loginuserpassdiv->1->1->2->1",
"login2.handlebars->centralTable->1->0->logincell->loginpanel->1->loginuserpassdiv->1->1->2->1",
"mstsc.handlebars->main->1->3->1->6->1->0",
@@ -29675,8 +29705,8 @@
"fr": "Mot de passe changé.",
"de": "Passwort geändert.",
"xloc": [
- "default-mobile.handlebars->11->644",
- "default.handlebars->33->2384"
+ "default-mobile.handlebars->11->654",
+ "default.handlebars->33->2394"
]
},
{
@@ -29717,7 +29747,7 @@
"zh-chs": "密码提示",
"zh-cht": "密碼提示",
"xloc": [
- "default.handlebars->33->2275"
+ "default.handlebars->33->2285"
]
},
{
@@ -29738,7 +29768,7 @@
"zh-cht": "密碼提示:",
"xloc": [
"default-mobile.handlebars->11->112",
- "default.handlebars->33->1523"
+ "default.handlebars->33->1533"
]
},
{
@@ -29817,8 +29847,8 @@
"account-invite.html->2->5",
"default-mobile.handlebars->11->104",
"default-mobile.handlebars->11->105",
- "default.handlebars->33->1515",
- "default.handlebars->33->1516",
+ "default.handlebars->33->1525",
+ "default.handlebars->33->1526",
"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",
@@ -29853,12 +29883,12 @@
"zh-cht": "糊",
"xloc": [
"default-mobile.handlebars->11->152",
- "default-mobile.handlebars->11->421",
+ "default-mobile.handlebars->11->431",
"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->33->1089",
- "default.handlebars->33->1121",
- "default.handlebars->33->1855",
+ "default.handlebars->33->1099",
+ "default.handlebars->33->1131",
+ "default.handlebars->33->1865",
"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",
@@ -29926,8 +29956,8 @@
"zh-chs": "执行代理指令",
"zh-cht": "執行代理指令",
"xloc": [
- "default-mobile.handlebars->11->534",
- "default.handlebars->33->1235"
+ "default-mobile.handlebars->11->544",
+ "default.handlebars->33->1245"
]
},
{
@@ -29981,7 +30011,7 @@
"zh-chs": "执行英特尔®AMT激活和配置。",
"zh-cht": "執行英特爾®AMT激活和配置。",
"xloc": [
- "default.handlebars->33->1627",
+ "default.handlebars->33->1637",
"default.handlebars->33->339"
]
},
@@ -30059,8 +30089,8 @@
"fr": "Éteindre par Intel® AMT ?",
"de": "Intel® AMT Ausschalten?",
"xloc": [
- "default-mobile.handlebars->11->330",
- "default.handlebars->33->929"
+ "default-mobile.handlebars->11->334",
+ "default.handlebars->33->933"
]
},
{
@@ -30069,8 +30099,8 @@
"fr": "Démarrage par Intel® AMT ?",
"de": "Intel® AMT Einschalten?",
"xloc": [
- "default-mobile.handlebars->11->328",
- "default.handlebars->33->927"
+ "default-mobile.handlebars->11->332",
+ "default.handlebars->33->931"
]
},
{
@@ -30079,8 +30109,8 @@
"fr": "Redémarrage par Intel® AMT ?",
"de": "Intel® AMT Zurücksetzen?",
"xloc": [
- "default-mobile.handlebars->11->332",
- "default.handlebars->33->931"
+ "default-mobile.handlebars->11->336",
+ "default.handlebars->33->935"
]
},
{
@@ -30141,7 +30171,7 @@
"zh-cht": "在裝置上執行電源操作",
"xloc": [
"default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea4->1->3",
- "default.handlebars->33->736",
+ "default.handlebars->33->740",
"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"
@@ -30164,7 +30194,7 @@
"zh-chs": "执行电源操作= {0},强制执行= {1}",
"zh-cht": "執行電源操作= {0},強制執行= {1}",
"xloc": [
- "default.handlebars->33->1887"
+ "default.handlebars->33->1897"
]
},
{
@@ -30173,8 +30203,8 @@
"fr": "Permission refusée",
"de": "Zugriff verboten",
"xloc": [
- "default-mobile.handlebars->11->625",
- "default.handlebars->33->2365"
+ "default-mobile.handlebars->11->635",
+ "default.handlebars->33->2375"
]
},
{
@@ -30194,9 +30224,9 @@
"zh-chs": "权限",
"zh-cht": "權限",
"xloc": [
- "default-mobile.handlebars->11->610",
- "default.handlebars->33->1767",
- "default.handlebars->33->2006"
+ "default-mobile.handlebars->11->620",
+ "default.handlebars->33->1777",
+ "default.handlebars->33->2016"
]
},
{
@@ -30216,7 +30246,7 @@
"zh-chs": "波斯/伊朗",
"zh-cht": "波斯/伊朗",
"xloc": [
- "default.handlebars->33->1405"
+ "default.handlebars->33->1415"
]
},
{
@@ -30257,10 +30287,10 @@
"default-mobile.handlebars->11->74",
"default-mobile.handlebars->11->89",
"default-mobile.handlebars->11->91",
- "default.handlebars->33->1250",
- "default.handlebars->33->1253",
+ "default.handlebars->33->1260",
+ "default.handlebars->33->1263",
"default.handlebars->33->177",
- "default.handlebars->33->2263"
+ "default.handlebars->33->2273"
]
},
{
@@ -30280,7 +30310,7 @@
"zh-chs": "电话号码",
"zh-cht": "電話號碼",
"xloc": [
- "default.handlebars->33->2208"
+ "default.handlebars->33->2218"
]
},
{
@@ -30301,8 +30331,8 @@
"zh-cht": "電話號碼:",
"xloc": [
"default-mobile.handlebars->11->90",
- "default.handlebars->33->1252",
- "default.handlebars->33->2262"
+ "default.handlebars->33->1262",
+ "default.handlebars->33->2272"
]
},
{
@@ -30461,7 +30491,7 @@
"zh-cht": "請等待幾分鐘以接收驗證。",
"xloc": [
"default-mobile.handlebars->11->100",
- "default.handlebars->33->1510"
+ "default.handlebars->33->1520"
]
},
{
@@ -30482,7 +30512,7 @@
"zh-cht": "外掛指令",
"xloc": [
"default.handlebars->33->227",
- "default.handlebars->33->2491"
+ "default.handlebars->33->2501"
]
},
{
@@ -30626,7 +30656,7 @@
"zh-cht": "政策",
"xloc": [
"default-mobile.handlebars->11->127",
- "default.handlebars->33->1545"
+ "default.handlebars->33->1555"
]
},
{
@@ -30646,7 +30676,7 @@
"zh-chs": "波兰文",
"zh-cht": "波蘭文",
"xloc": [
- "default.handlebars->33->1406"
+ "default.handlebars->33->1416"
]
},
{
@@ -30666,7 +30696,7 @@
"zh-chs": "葡萄牙文",
"zh-cht": "葡萄牙文",
"xloc": [
- "default.handlebars->33->1407"
+ "default.handlebars->33->1417"
]
},
{
@@ -30686,7 +30716,7 @@
"zh-chs": "葡萄牙文(巴西)",
"zh-cht": "葡萄牙文(巴西)",
"xloc": [
- "default.handlebars->33->1408"
+ "default.handlebars->33->1418"
]
},
{
@@ -30747,7 +30777,7 @@
"zh-chs": "电源状态",
"zh-cht": "電源狀態",
"xloc": [
- "default-mobile.handlebars->11->338"
+ "default-mobile.handlebars->11->342"
]
},
{
@@ -30767,7 +30797,7 @@
"zh-chs": "电源状态",
"zh-cht": "電源狀態",
"xloc": [
- "default.handlebars->33->1805",
+ "default.handlebars->33->1815",
"default.handlebars->container->column_l->p21->p21main->1->1->meshPowerChartDiv->1"
]
},
@@ -30789,9 +30819,9 @@
"zh-cht": "關機",
"xloc": [
"default-mobile.handlebars->11->219",
- "default-mobile.handlebars->11->320",
+ "default-mobile.handlebars->11->324",
"default.handlebars->33->6",
- "default.handlebars->33->907"
+ "default.handlebars->33->911"
]
},
{
@@ -30854,7 +30884,7 @@
"zh-chs": "预激活",
"zh-cht": "預激活",
"xloc": [
- "default.handlebars->33->1190"
+ "default.handlebars->33->1200"
]
},
{
@@ -30897,7 +30927,7 @@
"zh-chs": "存在于服务器上",
"zh-cht": "存在於伺服器上",
"xloc": [
- "default.handlebars->33->2341"
+ "default.handlebars->33->2351"
]
},
{
@@ -30991,9 +31021,9 @@
"xloc": [
"default-mobile.handlebars->11->79",
"default-mobile.handlebars->11->80",
- "default.handlebars->33->1245",
- "default.handlebars->33->2257",
- "default.handlebars->33->2271",
+ "default.handlebars->33->1255",
+ "default.handlebars->33->2267",
+ "default.handlebars->33->2281",
"default.handlebars->33->239"
]
},
@@ -31003,8 +31033,8 @@
"fr": "Impression écran",
"de": "Bildschirm Drucken",
"xloc": [
- "default-mobile.handlebars->11->367",
- "default.handlebars->33->1025"
+ "default-mobile.handlebars->11->373",
+ "default.handlebars->33->1031"
]
},
{
@@ -31064,7 +31094,7 @@
"zh-chs": "进程控制",
"zh-cht": "進程控制",
"xloc": [
- "default.handlebars->33->1072"
+ "default.handlebars->33->1078"
]
},
{
@@ -31104,7 +31134,7 @@
"zh-chs": "处理控制台命令:“{0}”",
"zh-cht": "處理控制台命令:“{0}”",
"xloc": [
- "default.handlebars->33->1879"
+ "default.handlebars->33->1889"
]
},
{
@@ -31144,7 +31174,7 @@
"zh-chs": "用户同意提示",
"zh-cht": "用戶同意提示",
"xloc": [
- "default.handlebars->33->893"
+ "default.handlebars->33->897"
]
},
{
@@ -31164,9 +31194,9 @@
"zh-chs": "用户同意提示",
"zh-cht": "用戶同意提示",
"xloc": [
- "default.handlebars->33->1683",
- "default.handlebars->33->1687",
- "default.handlebars->33->1690"
+ "default.handlebars->33->1693",
+ "default.handlebars->33->1697",
+ "default.handlebars->33->1700"
]
},
{
@@ -31186,7 +31216,7 @@
"zh-chs": "协议",
"zh-cht": "協議",
"xloc": [
- "default.handlebars->33->2339",
+ "default.handlebars->33->2349",
"player.handlebars->3->16"
]
},
@@ -31224,8 +31254,8 @@
"zh-chs": "配置状态",
"zh-cht": "配置狀態",
"xloc": [
- "default-mobile.handlebars->11->494",
- "default.handlebars->33->1194"
+ "default-mobile.handlebars->11->504",
+ "default.handlebars->33->1204"
]
},
{
@@ -31246,7 +31276,7 @@
"zh-cht": "公開鏈結",
"xloc": [
"default-mobile.handlebars->11->139",
- "default.handlebars->33->1840"
+ "default.handlebars->33->1850"
]
},
{
@@ -31266,7 +31296,7 @@
"zh-chs": "旁遮普文",
"zh-cht": "旁遮普文",
"xloc": [
- "default.handlebars->33->1409"
+ "default.handlebars->33->1419"
]
},
{
@@ -31286,7 +31316,7 @@
"zh-chs": "旁遮普(印度)",
"zh-cht": "旁遮普(印度)",
"xloc": [
- "default.handlebars->33->1410"
+ "default.handlebars->33->1420"
]
},
{
@@ -31306,7 +31336,7 @@
"zh-chs": "旁遮普(巴基斯坦)",
"zh-cht": "旁遮普(巴基斯坦)",
"xloc": [
- "default.handlebars->33->1411"
+ "default.handlebars->33->1421"
]
},
{
@@ -31383,7 +31413,7 @@
"zh-chs": "盖丘亚族",
"zh-cht": "蓋丘亞族",
"xloc": [
- "default.handlebars->33->1412"
+ "default.handlebars->33->1422"
]
},
{
@@ -31448,7 +31478,7 @@
"zh-cht": "RDP",
"xloc": [
"default.handlebars->33->302",
- "default.handlebars->33->760"
+ "default.handlebars->33->764"
]
},
{
@@ -31569,7 +31599,7 @@
"zh-chs": "RSS",
"zh-cht": "RSS",
"xloc": [
- "default.handlebars->33->2452"
+ "default.handlebars->33->2462"
]
},
{
@@ -31609,7 +31639,7 @@
"zh-chs": "随机密码",
"zh-cht": "隨機密碼",
"xloc": [
- "default.handlebars->33->1650"
+ "default.handlebars->33->1660"
]
},
{
@@ -31629,7 +31659,7 @@
"zh-chs": "随机密码。",
"zh-cht": "隨機密碼。",
"xloc": [
- "default.handlebars->33->2080"
+ "default.handlebars->33->2090"
]
},
{
@@ -31686,9 +31716,9 @@
"zh-chs": "真正的名字",
"zh-cht": "真正的名字",
"xloc": [
- "default.handlebars->33->2205",
- "default.handlebars->33->2207",
- "default.handlebars->33->2264"
+ "default.handlebars->33->2215",
+ "default.handlebars->33->2217",
+ "default.handlebars->33->2274"
]
},
{
@@ -31708,7 +31738,7 @@
"zh-chs": "境界",
"zh-cht": "境界",
"xloc": [
- "default.handlebars->33->2089"
+ "default.handlebars->33->2099"
]
},
{
@@ -31728,8 +31758,8 @@
"zh-chs": "收到无效的网络数据",
"zh-cht": "收到無效的網絡數據",
"xloc": [
- "default-mobile.handlebars->11->359",
- "default.handlebars->33->1005",
+ "default-mobile.handlebars->11->365",
+ "default.handlebars->33->1011",
"sharing.handlebars->11->10",
"sharing.handlebars->11->32"
]
@@ -31751,7 +31781,7 @@
"zh-chs": "记录会议",
"zh-cht": "記錄會議",
"xloc": [
- "default.handlebars->33->1594"
+ "default.handlebars->33->1604"
]
},
{
@@ -31791,7 +31821,7 @@
"zh-chs": "记录会议",
"zh-cht": "記錄會議",
"xloc": [
- "default.handlebars->33->1693"
+ "default.handlebars->33->1703"
]
},
{
@@ -31811,7 +31841,7 @@
"zh-chs": "记录细节",
"zh-cht": "記錄細節",
"xloc": [
- "default.handlebars->33->2353"
+ "default.handlebars->33->2363"
]
},
{
@@ -31852,9 +31882,9 @@
"zh-cht": "遞迴刪除",
"xloc": [
"default-mobile.handlebars->11->145",
- "default-mobile.handlebars->11->409",
- "default.handlebars->33->1108",
- "default.handlebars->33->1847",
+ "default-mobile.handlebars->11->419",
+ "default.handlebars->33->1118",
+ "default.handlebars->33->1857",
"sharing.handlebars->11->60"
]
},
@@ -31966,7 +31996,7 @@
"zh-cht": "中繼",
"xloc": [
"default-mobile.handlebars->11->238",
- "default.handlebars->33->2434",
+ "default.handlebars->33->2444",
"default.handlebars->33->298",
"default.handlebars->33->509"
]
@@ -31988,7 +32018,7 @@
"zh-chs": "中继数量",
"zh-cht": "中繼數量",
"xloc": [
- "default.handlebars->33->2419"
+ "default.handlebars->33->2429"
]
},
{
@@ -32008,7 +32038,7 @@
"zh-chs": "中继错误",
"zh-cht": "中繼錯誤",
"xloc": [
- "default.handlebars->33->2412"
+ "default.handlebars->33->2422"
]
},
{
@@ -32028,8 +32058,8 @@
"zh-chs": "中继连接",
"zh-cht": "中繼連接",
"xloc": [
- "default.handlebars->33->2418",
- "default.handlebars->33->2446"
+ "default.handlebars->33->2428",
+ "default.handlebars->33->2456"
]
},
{
@@ -32049,6 +32079,13 @@
"zh-chs": "中继柜员",
"zh-cht": "中繼櫃員"
},
+ {
+ "en": "Remember credentials",
+ "xloc": [
+ "default-mobile.handlebars->11->404",
+ "default.handlebars->33->1086"
+ ]
+ },
{
"cs": "Zapamatovat toto zařízení na 30 dní.",
"de": "Dieses Gerät für 30 Tage merken.",
@@ -32167,7 +32204,7 @@
"zh-chs": "远程剪贴板",
"zh-cht": "遠程剪貼板",
"xloc": [
- "default.handlebars->33->1051"
+ "default.handlebars->33->1057"
]
},
{
@@ -32187,8 +32224,8 @@
"zh-chs": "远程命令",
"zh-cht": "遠程命令",
"xloc": [
- "default-mobile.handlebars->11->585",
- "default.handlebars->33->1726"
+ "default-mobile.handlebars->11->595",
+ "default.handlebars->33->1736"
]
},
{
@@ -32208,10 +32245,10 @@
"zh-chs": "遥控",
"zh-cht": "遙控",
"xloc": [
- "default-mobile.handlebars->11->572",
- "default-mobile.handlebars->11->592",
- "default.handlebars->33->1711",
- "default.handlebars->33->1748"
+ "default-mobile.handlebars->11->582",
+ "default-mobile.handlebars->11->602",
+ "default.handlebars->33->1721",
+ "default.handlebars->33->1758"
]
},
{
@@ -32278,8 +32315,8 @@
"zh-chs": "远程桌面连接栏已激活/更新",
"zh-cht": "遠程桌面連接欄已激活/更新",
"xloc": [
- "default.handlebars->33->1893",
- "default.handlebars->33->1899"
+ "default.handlebars->33->1903",
+ "default.handlebars->33->1909"
]
},
{
@@ -32299,7 +32336,7 @@
"zh-chs": "远程桌面连接栏失败或不受支持",
"zh-cht": "遠程桌面連接欄失敗或不受支持",
"xloc": [
- "default.handlebars->33->1894"
+ "default.handlebars->33->1904"
]
},
{
@@ -32319,7 +32356,7 @@
"zh-chs": "远程桌面连接栏失败或不受支持",
"zh-cht": "遠程桌面連接欄失敗或不受支持",
"xloc": [
- "default.handlebars->33->1900"
+ "default.handlebars->33->1910"
]
},
{
@@ -32339,9 +32376,9 @@
"zh-chs": "本地用户强行关闭了远程桌面连接",
"zh-cht": "本地用戶強行關閉了遠程桌面連接",
"xloc": [
- "default.handlebars->33->1891",
- "default.handlebars->33->1895",
- "default.handlebars->33->1901"
+ "default.handlebars->33->1901",
+ "default.handlebars->33->1905",
+ "default.handlebars->33->1911"
]
},
{
@@ -32381,8 +32418,8 @@
"zh-chs": "远程桌面设置",
"zh-cht": "遠程桌面設置",
"xloc": [
- "default-mobile.handlebars->11->361",
- "default.handlebars->33->1016",
+ "default-mobile.handlebars->11->367",
+ "default.handlebars->33->1022",
"default.handlebars->33->334",
"sharing.handlebars->11->20"
]
@@ -32400,7 +32437,7 @@
"nl": "Externe invoer vergrendeling",
"fr": "Saisie distante verrouillé",
"xloc": [
- "default.handlebars->33->856"
+ "default.handlebars->33->860"
]
},
{
@@ -32420,7 +32457,7 @@
"zh-chs": "远程键盘输入",
"zh-cht": "遠程鍵盤輸入",
"xloc": [
- "default.handlebars->33->1049",
+ "default.handlebars->33->1055",
"sharing.handlebars->11->22"
]
},
@@ -32441,7 +32478,7 @@
"zh-chs": "远程网格用户",
"zh-cht": "遠程網格用戶",
"xloc": [
- "default-mobile.handlebars->11->613"
+ "default-mobile.handlebars->11->623"
]
},
{
@@ -32506,10 +32543,10 @@
"zh-chs": "仅远程查看",
"zh-cht": "僅遠程查看",
"xloc": [
- "default-mobile.handlebars->11->573",
- "default-mobile.handlebars->11->597",
- "default.handlebars->33->1712",
- "default.handlebars->33->1753"
+ "default-mobile.handlebars->11->583",
+ "default-mobile.handlebars->11->607",
+ "default.handlebars->33->1722",
+ "default.handlebars->33->1763"
]
},
{
@@ -32529,7 +32566,7 @@
"zh-chs": "远程剪贴板的有效期为60秒。",
"zh-cht": "遠程剪貼板的有效期為60秒。",
"xloc": [
- "default.handlebars->33->1050"
+ "default.handlebars->33->1056"
]
},
{
@@ -32607,7 +32644,7 @@
"zh-chs": "删除配置",
"zh-cht": "刪除配置",
"xloc": [
- "default.handlebars->33->1566"
+ "default.handlebars->33->1576"
]
},
{
@@ -32661,8 +32698,8 @@
"zh-chs": "删除设备组权限",
"zh-cht": "刪除裝置群權限",
"xloc": [
- "default.handlebars->33->2174",
- "default.handlebars->33->2316"
+ "default.handlebars->33->2184",
+ "default.handlebars->33->2326"
]
},
{
@@ -32682,8 +32719,8 @@
"zh-chs": "删除设备权限",
"zh-cht": "刪除裝置權限",
"xloc": [
- "default.handlebars->33->2172",
- "default.handlebars->33->2303"
+ "default.handlebars->33->2182",
+ "default.handlebars->33->2313"
]
},
{
@@ -32703,7 +32740,7 @@
"zh-chs": "删除设备共享",
"zh-cht": "刪除設備共享",
"xloc": [
- "default.handlebars->33->2301"
+ "default.handlebars->33->2311"
]
},
{
@@ -32711,7 +32748,7 @@
"nl": "Inlogtoken verwijderen",
"fr": "Supprimer le jeton d'authentification",
"xloc": [
- "default.handlebars->33->1558"
+ "default.handlebars->33->1568"
]
},
{
@@ -32748,7 +32785,7 @@
"zh-chs": "删除用户组成员身份",
"zh-cht": "刪除用戶群成員身份",
"xloc": [
- "default.handlebars->33->2312"
+ "default.handlebars->33->2322"
]
},
{
@@ -32768,8 +32805,8 @@
"zh-chs": "删除用户组权限",
"zh-cht": "刪除用戶群權限",
"xloc": [
- "default.handlebars->33->1772",
- "default.handlebars->33->2308"
+ "default.handlebars->33->1782",
+ "default.handlebars->33->2318"
]
},
{
@@ -32789,7 +32826,7 @@
"zh-chs": "删除用户成员资格",
"zh-cht": "刪除用戶成員資格",
"xloc": [
- "default.handlebars->33->2182"
+ "default.handlebars->33->2192"
]
},
{
@@ -32809,8 +32846,8 @@
"zh-chs": "删除用户权限",
"zh-cht": "刪除用戶權限",
"xloc": [
- "default.handlebars->33->1770",
- "default.handlebars->33->2305"
+ "default.handlebars->33->1780",
+ "default.handlebars->33->2315"
]
},
{
@@ -32830,7 +32867,7 @@
"zh-chs": "删除所有两因素认证。",
"zh-cht": "刪除所有二因子鑑別。",
"xloc": [
- "default.handlebars->33->2278"
+ "default.handlebars->33->2288"
]
},
{
@@ -32850,7 +32887,7 @@
"zh-chs": "删除此用户标识的所有先前事件。",
"zh-cht": "刪除此用戶標識的所有先前事件。",
"xloc": [
- "default.handlebars->33->2081"
+ "default.handlebars->33->2091"
]
},
{
@@ -32870,7 +32907,7 @@
"zh-chs": "断开连接后移除设备",
"zh-cht": "斷開連接後删除裝置",
"xloc": [
- "default.handlebars->33->1691"
+ "default.handlebars->33->1701"
]
},
{
@@ -32890,7 +32927,7 @@
"zh-chs": "删除设备共享",
"zh-cht": "刪除設備共享",
"xloc": [
- "default.handlebars->33->795"
+ "default.handlebars->33->799"
]
},
{
@@ -32898,7 +32935,7 @@
"nl": "Inlogtoken verwijderen",
"fr": "Supprimer le jeton d'authentification",
"xloc": [
- "default.handlebars->33->1553"
+ "default.handlebars->33->1563"
]
},
{
@@ -32939,7 +32976,7 @@
"zh-cht": "刪除電話號碼",
"xloc": [
"default-mobile.handlebars->11->88",
- "default.handlebars->33->1249"
+ "default.handlebars->33->1259"
]
},
{
@@ -32979,7 +33016,7 @@
"zh-chs": "删除此设备",
"zh-cht": "刪除此裝置",
"xloc": [
- "default.handlebars->33->749"
+ "default.handlebars->33->753"
]
},
{
@@ -32999,7 +33036,7 @@
"zh-chs": "删除此用户",
"zh-cht": "刪除此用戶",
"xloc": [
- "default.handlebars->33->2252"
+ "default.handlebars->33->2262"
]
},
{
@@ -33019,7 +33056,7 @@
"zh-chs": "删除用户组成员身份",
"zh-cht": "刪除用戶群成員身份",
"xloc": [
- "default.handlebars->33->2292"
+ "default.handlebars->33->2302"
]
},
{
@@ -33039,7 +33076,7 @@
"zh-chs": "删除此设备的用户组权限",
"zh-cht": "刪除此裝置的用戶群權限",
"xloc": [
- "default.handlebars->33->2168"
+ "default.handlebars->33->2178"
]
},
{
@@ -33059,8 +33096,8 @@
"zh-chs": "删除此设备组的用户组权限",
"zh-cht": "刪除此裝置群的用戶群權限",
"xloc": [
- "default.handlebars->33->2162",
- "default.handlebars->33->788"
+ "default.handlebars->33->2172",
+ "default.handlebars->33->792"
]
},
{
@@ -33080,11 +33117,11 @@
"zh-chs": "删除此设备组的用户权限",
"zh-cht": "刪除此裝置群的用戶權限",
"xloc": [
- "default.handlebars->33->1636",
- "default.handlebars->33->2156",
- "default.handlebars->33->2286",
- "default.handlebars->33->2298",
- "default.handlebars->33->789"
+ "default.handlebars->33->1646",
+ "default.handlebars->33->2166",
+ "default.handlebars->33->2296",
+ "default.handlebars->33->2308",
+ "default.handlebars->33->793"
]
},
{
@@ -33104,7 +33141,7 @@
"zh-chs": "删除身份验证应用程序",
"zh-cht": "刪除身份驗證應用程序",
"xloc": [
- "default.handlebars->33->1953"
+ "default.handlebars->33->1963"
]
},
{
@@ -33124,7 +33161,7 @@
"zh-chs": "删除的设备共享{0}",
"zh-cht": "刪除的設備共享{0}",
"xloc": [
- "default.handlebars->33->1964"
+ "default.handlebars->33->1974"
]
},
{
@@ -33144,7 +33181,7 @@
"zh-chs": "从设备组{1}中删除了设备{0}",
"zh-cht": "從設備組{1}中刪除了設備{0}",
"xloc": [
- "default.handlebars->33->1949"
+ "default.handlebars->33->1959"
]
},
{
@@ -33152,7 +33189,7 @@
"nl": "Inlogtoken verwijderd",
"fr": "Jeton d'authentification supprimé",
"xloc": [
- "default.handlebars->33->1978"
+ "default.handlebars->33->1988"
]
},
{
@@ -33172,7 +33209,7 @@
"zh-chs": "已删除用户{0}的电话号码",
"zh-cht": "已刪除用戶{0}的電話號碼",
"xloc": [
- "default.handlebars->33->1959"
+ "default.handlebars->33->1969"
]
},
{
@@ -33180,7 +33217,7 @@
"nl": "Verificatieapparaat voor pushmeldingen verwijderd",
"fr": "L'authentification par notification sur cet appareil est supprimée.",
"xloc": [
- "default.handlebars->33->1976"
+ "default.handlebars->33->1986"
]
},
{
@@ -33200,7 +33237,7 @@
"zh-chs": "移除安全密钥",
"zh-cht": "移除安全密鑰",
"xloc": [
- "default.handlebars->33->1956"
+ "default.handlebars->33->1966"
]
},
{
@@ -33220,9 +33257,9 @@
"zh-chs": "删除了{0}的用户设备权限",
"zh-cht": "刪除了{0}的用戶設備權限",
"xloc": [
- "default.handlebars->33->1922",
- "default.handlebars->33->1943",
- "default.handlebars->33->1948"
+ "default.handlebars->33->1932",
+ "default.handlebars->33->1953",
+ "default.handlebars->33->1958"
]
},
{
@@ -33242,7 +33279,7 @@
"zh-chs": "从设备组{1}中删除了用户组{0}",
"zh-cht": "從設備組{1}中刪除了用戶組{0}",
"xloc": [
- "default.handlebars->33->1932"
+ "default.handlebars->33->1942"
]
},
{
@@ -33262,7 +33299,7 @@
"zh-chs": "从设备组{1}中删除了用户{0}",
"zh-cht": "已從設備組{1}中刪除用戶{0}",
"xloc": [
- "default.handlebars->33->1945"
+ "default.handlebars->33->1955"
]
},
{
@@ -33282,8 +33319,8 @@
"zh-chs": "从用户组{1}中删除了用户{0}",
"zh-cht": "從用戶組{1}中刪除了用戶{0}",
"xloc": [
- "default.handlebars->33->1924",
- "default.handlebars->33->1934"
+ "default.handlebars->33->1934",
+ "default.handlebars->33->1944"
]
},
{
@@ -33304,11 +33341,11 @@
"zh-cht": "改名",
"xloc": [
"default-mobile.handlebars->11->149",
- "default-mobile.handlebars->11->413",
+ "default-mobile.handlebars->11->423",
"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->33->1112",
- "default.handlebars->33->1851",
+ "default.handlebars->33->1122",
+ "default.handlebars->33->1861",
"default.handlebars->33->610",
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
"default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
@@ -33334,7 +33371,7 @@
"zh-chs": "重命名:“{0}”为“{1}”",
"zh-cht": "重命名:“{0}”為“{1}”",
"xloc": [
- "default.handlebars->33->1910"
+ "default.handlebars->33->1920"
]
},
{
@@ -33354,7 +33391,7 @@
"zh-chs": "报告日",
"zh-cht": "報告日",
"xloc": [
- "default.handlebars->33->1985"
+ "default.handlebars->33->1995"
]
},
{
@@ -33374,7 +33411,7 @@
"zh-chs": "报告类型",
"zh-cht": "報告類型",
"xloc": [
- "default.handlebars->33->1980"
+ "default.handlebars->33->1990"
]
},
{
@@ -33410,7 +33447,7 @@
"zh-chs": "要求:",
"zh-cht": "要求:",
"xloc": [
- "default.handlebars->33->1524"
+ "default.handlebars->33->1534"
]
},
{
@@ -33431,8 +33468,8 @@
"zh-cht": "要求:{0}。",
"xloc": [
"default-mobile.handlebars->11->113",
- "default.handlebars->33->2086",
- "default.handlebars->33->2276"
+ "default.handlebars->33->2096",
+ "default.handlebars->33->2286"
]
},
{
@@ -33452,7 +33489,7 @@
"zh-chs": "需要安装MeshCentral路由器",
"zh-cht": "需要安裝MeshCentral路由器",
"xloc": [
- "default.handlebars->33->759"
+ "default.handlebars->33->763"
]
},
{
@@ -33472,9 +33509,9 @@
"zh-chs": "需要安装MeshCentral Router。",
"zh-cht": "需要安裝MeshCentral Router。",
"xloc": [
- "default.handlebars->33->761",
- "default.handlebars->33->763",
- "default.handlebars->33->765"
+ "default.handlebars->33->765",
+ "default.handlebars->33->767",
+ "default.handlebars->33->769"
]
},
{
@@ -33516,8 +33553,8 @@
"zh-chs": "重设",
"zh-cht": "重設",
"xloc": [
- "default-mobile.handlebars->11->319",
- "default.handlebars->33->906",
+ "default-mobile.handlebars->11->323",
+ "default.handlebars->33->910",
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devMapToolbar"
]
},
@@ -33538,8 +33575,8 @@
"zh-chs": "重置/关闭电源",
"zh-cht": "重置/關閉電源",
"xloc": [
- "default-mobile.handlebars->11->586",
- "default.handlebars->33->1727"
+ "default-mobile.handlebars->11->596",
+ "default.handlebars->33->1737"
]
},
{
@@ -33665,10 +33702,10 @@
"zh-chs": "重置/关闭",
"zh-cht": "重置/關閉",
"xloc": [
- "default-mobile.handlebars->11->606",
- "default.handlebars->33->1763",
- "default.handlebars->33->825",
- "default.handlebars->33->847"
+ "default-mobile.handlebars->11->616",
+ "default.handlebars->33->1773",
+ "default.handlebars->33->829",
+ "default.handlebars->33->851"
]
},
{
@@ -33688,7 +33725,7 @@
"zh-chs": "重新启动",
"zh-cht": "重新啟動",
"xloc": [
- "default.handlebars->33->1066",
+ "default.handlebars->33->1072",
"player.handlebars->p11->deskarea0->deskarea4->3"
]
},
@@ -33709,7 +33746,7 @@
"zh-chs": "还原服务器",
"zh-cht": "還原伺服器",
"xloc": [
- "default.handlebars->33->1571"
+ "default.handlebars->33->1581"
]
},
{
@@ -33749,7 +33786,7 @@
"zh-chs": "使用备份还原服务器,这将删除现有服务器数据 span>。仅当您知道自己在做什么时才这样做。",
"zh-cht": "使用備份還原伺服器,這將刪除現有伺服器數據 span>。僅當你知道自己在做什麼時才這樣做。",
"xloc": [
- "default.handlebars->33->1568"
+ "default.handlebars->33->1578"
]
},
{
@@ -33772,7 +33809,7 @@
"default-mobile.handlebars->11->265",
"default.handlebars->33->180",
"default.handlebars->33->662",
- "default.handlebars->33->775"
+ "default.handlebars->33->779"
]
},
{
@@ -33792,7 +33829,7 @@
"zh-chs": "限制条件",
"zh-cht": "限制條件",
"xloc": [
- "default.handlebars->33->2194"
+ "default.handlebars->33->2204"
]
},
{
@@ -33812,7 +33849,7 @@
"zh-chs": "雷托-罗曼语",
"zh-cht": "雷托-羅曼語",
"xloc": [
- "default.handlebars->33->1413"
+ "default.handlebars->33->1423"
]
},
{
@@ -33820,8 +33857,8 @@
"fr": "Droit",
"nl": "Rechts",
"xloc": [
- "default-mobile.handlebars->11->376",
- "default.handlebars->33->1034"
+ "default-mobile.handlebars->11->382",
+ "default.handlebars->33->1040"
]
},
{
@@ -33841,7 +33878,7 @@
"zh-chs": "罗马尼亚文",
"zh-cht": "羅馬尼亞文",
"xloc": [
- "default.handlebars->33->1414"
+ "default.handlebars->33->1424"
]
},
{
@@ -33861,7 +33898,7 @@
"zh-chs": "罗马尼亚文(摩尔达维亚)",
"zh-cht": "羅馬尼亞文(摩爾達維亞)",
"xloc": [
- "default.handlebars->33->1415"
+ "default.handlebars->33->1425"
]
},
{
@@ -33882,9 +33919,9 @@
"zh-cht": "根",
"xloc": [
"default-mobile.handlebars->11->131",
- "default-mobile.handlebars->11->403",
- "default.handlebars->33->1097",
- "default.handlebars->33->1819",
+ "default-mobile.handlebars->11->413",
+ "default.handlebars->33->1107",
+ "default.handlebars->33->1829",
"sharing.handlebars->11->49"
]
},
@@ -34023,8 +34060,8 @@
"zh-cht": "運行命令",
"xloc": [
"default.handlebars->33->544",
- "default.handlebars->33->904",
- "default.handlebars->33->924"
+ "default.handlebars->33->908",
+ "default.handlebars->33->928"
]
},
{
@@ -34044,7 +34081,7 @@
"zh-chs": "运行MeshCentral Router,然后单击“安装”以使其可从浏览器启动。",
"zh-cht": "運行MeshCentral Router,然後單擊“安裝”以使其可從瀏覽器啟動。",
"xloc": [
- "default.handlebars->33->966"
+ "default.handlebars->33->970"
]
},
{
@@ -34065,7 +34102,7 @@
"zh-cht": "以代理身份運行",
"xloc": [
"default.handlebars->33->541",
- "default.handlebars->33->921"
+ "default.handlebars->33->925"
]
},
{
@@ -34086,7 +34123,7 @@
"zh-cht": "以用戶身份運行,如果沒有用戶,則運行代理",
"xloc": [
"default.handlebars->33->542",
- "default.handlebars->33->922"
+ "default.handlebars->33->926"
]
},
{
@@ -34127,7 +34164,7 @@
"zh-cht": "在所選裝置上運行命令。",
"xloc": [
"default.handlebars->33->537",
- "default.handlebars->33->917"
+ "default.handlebars->33->921"
]
},
{
@@ -34164,7 +34201,7 @@
"zh-chs": "运行命令",
"zh-cht": "運行命令",
"xloc": [
- "default.handlebars->33->1886"
+ "default.handlebars->33->1896"
]
},
{
@@ -34184,7 +34221,7 @@
"zh-chs": "以用户身份运行命令",
"zh-cht": "以用戶身份運行命令",
"xloc": [
- "default.handlebars->33->1961"
+ "default.handlebars->33->1971"
]
},
{
@@ -34204,7 +34241,7 @@
"zh-chs": "如果可能,以用户身份运行命令",
"zh-cht": "如果可能,以用戶身份運行命令",
"xloc": [
- "default.handlebars->33->1962"
+ "default.handlebars->33->1972"
]
},
{
@@ -34224,7 +34261,7 @@
"zh-chs": "俄文",
"zh-cht": "俄文",
"xloc": [
- "default.handlebars->33->1416"
+ "default.handlebars->33->1426"
]
},
{
@@ -34244,7 +34281,7 @@
"zh-chs": "俄文(摩尔达维亚)",
"zh-cht": "俄文(摩爾達維亞)",
"xloc": [
- "default.handlebars->33->1417"
+ "default.handlebars->33->1427"
]
},
{
@@ -34263,7 +34300,7 @@
"fr": "SCP",
"xloc": [
"default.handlebars->33->304",
- "default.handlebars->33->764"
+ "default.handlebars->33->768"
]
},
{
@@ -34283,8 +34320,8 @@
"zh-chs": "短信",
"zh-cht": "短信",
"xloc": [
- "default.handlebars->33->2239",
- "default.handlebars->33->2244",
+ "default.handlebars->33->2249",
+ "default.handlebars->33->2254",
"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->resettokenpanel->1->5->1->2->1->3",
"login.handlebars->container->column_l->centralTable->1->0->logincell->tokenpanel->1->7->1->4->1->3",
@@ -34309,7 +34346,7 @@
"zh-chs": "此用户的短信功能电话号码。",
"zh-cht": "此用戶的短信功能電話號碼。",
"xloc": [
- "default.handlebars->33->2260"
+ "default.handlebars->33->2270"
]
},
{
@@ -34318,8 +34355,8 @@
"fr": "Erreur SMS",
"de": "SMS Fehler",
"xloc": [
- "default-mobile.handlebars->11->652",
- "default.handlebars->33->2392"
+ "default-mobile.handlebars->11->662",
+ "default.handlebars->33->2402"
]
},
{
@@ -34328,8 +34365,8 @@
"fr": "Erreur SMS: {0}",
"de": "SMS Fehler: {0}",
"xloc": [
- "default-mobile.handlebars->11->653",
- "default.handlebars->33->2393"
+ "default-mobile.handlebars->11->663",
+ "default.handlebars->33->2403"
]
},
{
@@ -34338,8 +34375,8 @@
"fr": "Passerelle SMS non activée",
"de": "SMS-Gateway nicht aktiviert",
"xloc": [
- "default-mobile.handlebars->11->647",
- "default.handlebars->33->2387"
+ "default-mobile.handlebars->11->657",
+ "default.handlebars->33->2397"
]
},
{
@@ -34370,8 +34407,8 @@
"fr": "SMS envoyé avec succès.",
"de": "SMS Erfolgreich gesendet.",
"xloc": [
- "default-mobile.handlebars->11->651",
- "default.handlebars->33->2391"
+ "default-mobile.handlebars->11->661",
+ "default.handlebars->33->2401"
]
},
{
@@ -34389,31 +34426,38 @@
"tr": "SSH",
"fr": "SSH",
"xloc": [
+ "default-mobile.handlebars->11->298",
+ "default-mobile.handlebars->11->300",
"default.handlebars->33->303",
- "default.handlebars->33->762"
+ "default.handlebars->33->736",
+ "default.handlebars->33->738",
+ "default.handlebars->33->766"
]
},
{
"en": "SSH Connection",
"nl": "SSH verbinding",
+ "fr": "Connexion SSH",
"xloc": [
- "default-mobile.handlebars->11->394",
+ "default-mobile.handlebars->11->400",
"default.handlebars->33->607"
]
},
{
"en": "SSH Port {0}",
"nl": "SSH poort {0}",
+ "fr": "Port SSH {0}",
"xloc": [
- "default-mobile.handlebars->11->392",
- "default.handlebars->33->1074"
+ "default-mobile.handlebars->11->398",
+ "default.handlebars->33->1080"
]
},
{
"en": "SSH remote connection port:",
"nl": "SSH externe verbindingspoort:",
+ "fr": "Port de connexion distant SSH :",
"xloc": [
- "default-mobile.handlebars->11->393",
+ "default-mobile.handlebars->11->399",
"default.handlebars->33->606"
]
},
@@ -34455,7 +34499,7 @@
"zh-chs": "萨米(拉普兰)",
"zh-cht": "薩米(拉普蘭)",
"xloc": [
- "default.handlebars->33->1418"
+ "default.handlebars->33->1428"
]
},
{
@@ -34513,7 +34557,7 @@
"zh-chs": "三乡",
"zh-cht": "三鄉",
"xloc": [
- "default.handlebars->33->1419"
+ "default.handlebars->33->1429"
]
},
{
@@ -34533,7 +34577,7 @@
"zh-chs": "梵文",
"zh-cht": "梵文",
"xloc": [
- "default.handlebars->33->1420"
+ "default.handlebars->33->1430"
]
},
{
@@ -34553,7 +34597,7 @@
"zh-chs": "撒丁岛",
"zh-cht": "撒丁島",
"xloc": [
- "default.handlebars->33->1421"
+ "default.handlebars->33->1431"
]
},
{
@@ -34774,7 +34818,7 @@
"zh-chs": "屏幕",
"zh-cht": "屏幕",
"xloc": [
- "default-mobile.handlebars->11->390"
+ "default-mobile.handlebars->11->396"
]
},
{
@@ -34794,7 +34838,7 @@
"zh-chs": "屏幕选择",
"zh-cht": "屏幕選擇",
"xloc": [
- "default-mobile.handlebars->11->391"
+ "default-mobile.handlebars->11->397"
]
},
{
@@ -34834,7 +34878,7 @@
"zh-chs": "搜寻",
"zh-cht": "搜尋",
"xloc": [
- "default.handlebars->33->1101",
+ "default.handlebars->33->1111",
"default.handlebars->33->630",
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devMapToolbar",
"sharing.handlebars->11->53"
@@ -34922,8 +34966,8 @@
"zh-chs": "已使用TLS保安",
"zh-cht": "已使用TLS保安",
"xloc": [
- "default-mobile.handlebars->11->497",
- "default.handlebars->33->1197"
+ "default-mobile.handlebars->11->507",
+ "default.handlebars->33->1207"
]
},
{
@@ -34943,13 +34987,13 @@
"zh-chs": "安全",
"zh-cht": "安全",
"xloc": [
- "default-mobile.handlebars->11->341",
- "default-mobile.handlebars->11->496",
- "default.handlebars->33->1196",
- "default.handlebars->33->1817",
- "default.handlebars->33->2240",
+ "default-mobile.handlebars->11->345",
+ "default-mobile.handlebars->11->506",
+ "default.handlebars->33->1206",
+ "default.handlebars->33->1827",
+ "default.handlebars->33->2250",
"default.handlebars->33->363",
- "default.handlebars->33->938",
+ "default.handlebars->33->942",
"default.handlebars->container->column_l->p21->p21main->1->1->meshSecurityChartDiv->1"
]
},
@@ -34970,7 +35014,7 @@
"zh-chs": "安全密钥",
"zh-cht": "安全密鑰",
"xloc": [
- "default.handlebars->33->2237"
+ "default.handlebars->33->2247"
]
},
{
@@ -34979,8 +35023,8 @@
"fr": "Avertissement de sécurité",
"de": "Sicherheits Warnung",
"xloc": [
- "default-mobile.handlebars->11->621",
- "default.handlebars->33->2361"
+ "default-mobile.handlebars->11->631",
+ "default.handlebars->33->2371"
]
},
{
@@ -35020,11 +35064,11 @@
"zh-chs": "全选",
"zh-cht": "全選",
"xloc": [
- "default.handlebars->33->1104",
- "default.handlebars->33->1106",
- "default.handlebars->33->1843",
- "default.handlebars->33->2030",
- "default.handlebars->33->2113",
+ "default.handlebars->33->1114",
+ "default.handlebars->33->1116",
+ "default.handlebars->33->1853",
+ "default.handlebars->33->2040",
+ "default.handlebars->33->2123",
"default.handlebars->33->514",
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar",
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
@@ -35054,10 +35098,10 @@
"zh-chs": "选择无",
"zh-cht": "選擇無",
"xloc": [
- "default.handlebars->33->1105",
- "default.handlebars->33->1842",
- "default.handlebars->33->2029",
- "default.handlebars->33->2112",
+ "default.handlebars->33->1115",
+ "default.handlebars->33->1852",
+ "default.handlebars->33->2039",
+ "default.handlebars->33->2122",
"default.handlebars->33->513",
"default.handlebars->meshContextMenu->cxselectnone",
"sharing.handlebars->11->57"
@@ -35068,7 +35112,7 @@
"nl": "Selecteer een apparaat om te registreren voor verificatie via pushmeldingen. Eenmaal geselecteerd, zal het apparaat om bevestiging vragen.",
"fr": "Sélectionner l'appareil qui recevera les notifications d'authentification (push). Une fois sélectionné, l'appareil demandera confirmation.",
"xloc": [
- "default.handlebars->33->1265"
+ "default.handlebars->33->1275"
]
},
{
@@ -35088,7 +35132,7 @@
"zh-chs": "为所选设备选择一个新组",
"zh-cht": "為所選裝置選擇一個新群",
"xloc": [
- "default.handlebars->33->952"
+ "default.handlebars->33->956"
]
},
{
@@ -35108,7 +35152,7 @@
"zh-chs": "选择此设备的新组",
"zh-cht": "選擇此裝置的新群",
"xloc": [
- "default.handlebars->33->951"
+ "default.handlebars->33->955"
]
},
{
@@ -35168,8 +35212,8 @@
"zh-chs": "选择要对所有选定用户执行的操作。",
"zh-cht": "選擇要對所有選定用戶執行的操作。",
"xloc": [
- "default.handlebars->33->2033",
- "default.handlebars->33->2114"
+ "default.handlebars->33->2043",
+ "default.handlebars->33->2124"
]
},
{
@@ -35189,8 +35233,8 @@
"zh-chs": "选择要在此设备上执行的操作。",
"zh-cht": "選擇要在此裝置上執行的操作。",
"xloc": [
- "default-mobile.handlebars->11->310",
- "default.handlebars->33->896"
+ "default-mobile.handlebars->11->314",
+ "default.handlebars->33->900"
]
},
{
@@ -35210,7 +35254,7 @@
"zh-chs": "选择新密码",
"zh-cht": "選擇新密碼",
"xloc": [
- "default.handlebars->33->1651"
+ "default.handlebars->33->1661"
]
},
{
@@ -35251,8 +35295,8 @@
"zh-chs": "仅自我事件",
"zh-cht": "僅自我事件",
"xloc": [
- "default-mobile.handlebars->11->602",
- "default.handlebars->33->1759"
+ "default-mobile.handlebars->11->612",
+ "default.handlebars->33->1769"
]
},
{
@@ -35296,7 +35340,7 @@
"zh-chs": "发电邮",
"zh-cht": "發電郵",
"xloc": [
- "default.handlebars->33->2044"
+ "default.handlebars->33->2054"
]
},
{
@@ -35317,7 +35361,7 @@
"zh-cht": "發送MQTT消息",
"xloc": [
"default.handlebars->33->515",
- "default.handlebars->33->908"
+ "default.handlebars->33->912"
]
},
{
@@ -35337,7 +35381,7 @@
"zh-chs": "发送MQTT消息",
"zh-cht": "發送MQTT消息",
"xloc": [
- "default.handlebars->33->944"
+ "default.handlebars->33->948"
]
},
{
@@ -35357,7 +35401,7 @@
"zh-chs": "发送短信",
"zh-cht": "發送簡訊",
"xloc": [
- "default.handlebars->33->2042"
+ "default.handlebars->33->2052"
]
},
{
@@ -35377,7 +35421,7 @@
"zh-chs": "发送短信给该用户",
"zh-cht": "發送短信給該用戶",
"xloc": [
- "default.handlebars->33->2245"
+ "default.handlebars->33->2255"
]
},
{
@@ -35397,7 +35441,7 @@
"zh-chs": "发送电邮给该用户",
"zh-cht": "發送電郵給該用戶",
"xloc": [
- "default.handlebars->33->2247"
+ "default.handlebars->33->2257"
]
},
{
@@ -35417,7 +35461,7 @@
"zh-chs": "向该组中的所有用户发送通知。",
"zh-cht": "向該群中的所有用戶發送通知。",
"xloc": [
- "default.handlebars->33->2153"
+ "default.handlebars->33->2163"
]
},
{
@@ -35437,7 +35481,7 @@
"zh-chs": "向该用户发送文本通知。",
"zh-cht": "向該用戶發送文本通知。",
"xloc": [
- "default.handlebars->33->2045"
+ "default.handlebars->33->2055"
]
},
{
@@ -35457,7 +35501,7 @@
"zh-chs": "发送电邮给用户",
"zh-cht": "發送電郵給用戶",
"xloc": [
- "default.handlebars->33->2025"
+ "default.handlebars->33->2035"
]
},
{
@@ -35497,7 +35541,7 @@
"zh-chs": "发送邀请电邮。",
"zh-cht": "發送邀請電郵。",
"xloc": [
- "default.handlebars->33->2085"
+ "default.handlebars->33->2095"
]
},
{
@@ -35620,7 +35664,7 @@
"zh-chs": "发送用户通知",
"zh-cht": "發送用戶通知",
"xloc": [
- "default.handlebars->33->2249"
+ "default.handlebars->33->2259"
]
},
{
@@ -35657,7 +35701,7 @@
"zh-chs": "塞尔维亚",
"zh-cht": "塞爾維亞",
"xloc": [
- "default.handlebars->33->1424"
+ "default.handlebars->33->1434"
]
},
{
@@ -35677,8 +35721,8 @@
"zh-chs": "序列号",
"zh-cht": "序列號",
"xloc": [
- "default-mobile.handlebars->11->508",
- "default.handlebars->33->1208"
+ "default-mobile.handlebars->11->518",
+ "default.handlebars->33->1218"
]
},
{
@@ -35698,7 +35742,7 @@
"zh-chs": "服务器备份",
"zh-cht": "伺服器備份",
"xloc": [
- "default.handlebars->33->2095"
+ "default.handlebars->33->2105"
]
},
{
@@ -35718,7 +35762,7 @@
"zh-chs": "服务器证书",
"zh-cht": "伺服器憑證",
"xloc": [
- "default.handlebars->33->2465"
+ "default.handlebars->33->2475"
]
},
{
@@ -35747,7 +35791,7 @@
"zh-chs": "服务器数据库",
"zh-cht": "伺服器數據庫",
"xloc": [
- "default.handlebars->33->2466"
+ "default.handlebars->33->2476"
]
},
{
@@ -35767,13 +35811,13 @@
"zh-chs": "服务器档案",
"zh-cht": "伺服器檔案",
"xloc": [
- "default-mobile.handlebars->11->579",
- "default-mobile.handlebars->11->594",
- "default.handlebars->33->1720",
- "default.handlebars->33->1750",
- "default.handlebars->33->2092",
- "default.handlebars->33->818",
- "default.handlebars->33->840"
+ "default-mobile.handlebars->11->589",
+ "default-mobile.handlebars->11->604",
+ "default.handlebars->33->1730",
+ "default.handlebars->33->1760",
+ "default.handlebars->33->2102",
+ "default.handlebars->33->822",
+ "default.handlebars->33->844"
]
},
{
@@ -35801,8 +35845,8 @@
"nl": "Server limiet",
"fr": "Limite du serveur",
"xloc": [
- "default-mobile.handlebars->11->620",
- "default.handlebars->33->2360"
+ "default-mobile.handlebars->11->630",
+ "default.handlebars->33->2370"
]
},
{
@@ -35830,8 +35874,8 @@
"zh-chs": "服务器权限",
"zh-cht": "伺服器權限",
"xloc": [
- "default.handlebars->33->2017",
- "default.handlebars->33->2106"
+ "default.handlebars->33->2027",
+ "default.handlebars->33->2116"
]
},
{
@@ -35851,7 +35895,7 @@
"zh-chs": "服务器配额",
"zh-cht": "伺服器配額",
"xloc": [
- "default.handlebars->33->2211"
+ "default.handlebars->33->2221"
]
},
{
@@ -35871,7 +35915,7 @@
"zh-chs": "服务器还原",
"zh-cht": "伺服器還原",
"xloc": [
- "default.handlebars->33->2096"
+ "default.handlebars->33->2106"
]
},
{
@@ -35891,7 +35935,7 @@
"zh-chs": "服务器权限",
"zh-cht": "伺服器權限",
"xloc": [
- "default.handlebars->33->2210"
+ "default.handlebars->33->2220"
]
},
{
@@ -35911,7 +35955,7 @@
"zh-chs": "服务器状态",
"zh-cht": "伺服器狀態",
"xloc": [
- "default.handlebars->33->2398"
+ "default.handlebars->33->2408"
]
},
{
@@ -35951,7 +35995,7 @@
"zh-chs": "服务器跟踪",
"zh-cht": "伺服器追蹤",
"xloc": [
- "default.handlebars->33->2478"
+ "default.handlebars->33->2488"
]
},
{
@@ -35959,7 +36003,7 @@
"nl": "Server Tracing Event",
"fr": "Évènement du serveur",
"xloc": [
- "default.handlebars->33->2457"
+ "default.handlebars->33->2467"
]
},
{
@@ -36020,7 +36064,7 @@
"zh-chs": "服务器更新",
"zh-cht": "伺服器更新",
"xloc": [
- "default.handlebars->33->2097"
+ "default.handlebars->33->2107"
]
},
{
@@ -36187,7 +36231,7 @@
"zh-chs": "ServerStats.csv",
"zh-cht": "ServerStats.csv",
"xloc": [
- "default.handlebars->33->2456"
+ "default.handlebars->33->2466"
]
},
{
@@ -36207,7 +36251,7 @@
"zh-chs": "服务详情",
"zh-cht": "服務詳情",
"xloc": [
- "default.handlebars->33->1067"
+ "default.handlebars->33->1073"
]
},
{
@@ -36247,7 +36291,7 @@
"zh-chs": "会话",
"zh-cht": "節",
"xloc": [
- "default.handlebars->33->2321",
+ "default.handlebars->33->2331",
"ssh.handlebars->3->10"
]
},
@@ -36268,10 +36312,17 @@
"zh-chs": "会话信息",
"zh-cht": "會議訊息",
"xloc": [
- "default.handlebars->33->1013",
+ "default.handlebars->33->1019",
"sharing.handlebars->11->18"
]
},
+ {
+ "en": "Session expired",
+ "xloc": [
+ "default-mobile.handlebars->11->407",
+ "default.handlebars->33->1089"
+ ]
+ },
{
"en": "Session expired.",
"nl": "Sessie verlopen.",
@@ -36303,6 +36354,13 @@
"sharing.handlebars->p12->9->1"
]
},
+ {
+ "en": "Session timeout",
+ "xloc": [
+ "default-mobile.handlebars->11->408",
+ "default.handlebars->33->1090"
+ ]
+ },
{
"cs": "Identif. relace",
"de": "Sitzungs-ID",
@@ -36391,7 +36449,7 @@
"zh-chs": "设置剪贴板内容,{0}个字节",
"zh-cht": "設置剪貼板內容,{0}個字節",
"xloc": [
- "default.handlebars->33->1884"
+ "default.handlebars->33->1894"
]
},
{
@@ -36474,7 +36532,7 @@
"zh-cht": "設定",
"xloc": [
"agent-translations.json",
- "default.handlebars->33->1628",
+ "default.handlebars->33->1638",
"default.handlebars->33->340"
]
},
@@ -36529,7 +36587,7 @@
"zh-chs": "将此服务器设置为自动将备份上传到Google云端硬盘。首先为您的帐户创建并输入Google Drive ClientID和ClientSecret。",
"zh-cht": "將此服務器設置為自動將備份上傳到Google雲端硬盤。首先為您的帳戶創建並輸入Google Drive ClientID和ClientSecret。",
"xloc": [
- "default.handlebars->33->1559"
+ "default.handlebars->33->1569"
]
},
{
@@ -36576,7 +36634,7 @@
"zh-chs": "共享",
"zh-cht": "共享",
"xloc": [
- "default.handlebars->33->745"
+ "default.handlebars->33->749"
]
},
{
@@ -36597,7 +36655,7 @@
"zh-cht": "共享裝置",
"xloc": [
"default.handlebars->33->224",
- "default.handlebars->33->895"
+ "default.handlebars->33->899"
]
},
{
@@ -36637,7 +36695,7 @@
"zh-chs": "共享过程",
"zh-cht": "共享過程",
"xloc": [
- "default.handlebars->33->1061"
+ "default.handlebars->33->1067"
]
},
{
@@ -36687,10 +36745,10 @@
"fr": "Shift",
"nl": "Shift",
"xloc": [
- "default-mobile.handlebars->11->379",
- "default-mobile.handlebars->11->383",
- "default.handlebars->33->1037",
- "default.handlebars->33->1041"
+ "default-mobile.handlebars->11->385",
+ "default-mobile.handlebars->11->389",
+ "default.handlebars->33->1043",
+ "default.handlebars->33->1047"
]
},
{
@@ -36872,8 +36930,8 @@
"zh-chs": "只显示自己的事件",
"zh-cht": "只顯示自己的事件",
"xloc": [
- "default-mobile.handlebars->11->582",
- "default.handlebars->33->1723"
+ "default-mobile.handlebars->11->592",
+ "default.handlebars->33->1733"
]
},
{
@@ -36893,7 +36951,7 @@
"zh-chs": "显示连接工具栏",
"zh-cht": "顯示連接工具欄",
"xloc": [
- "default.handlebars->33->1684"
+ "default.handlebars->33->1694"
]
},
{
@@ -36933,7 +36991,7 @@
"zh-chs": "显示设备位置信息",
"zh-cht": "顯示裝置位置訊息",
"xloc": [
- "default.handlebars->33->753"
+ "default.handlebars->33->757"
]
},
{
@@ -36953,7 +37011,7 @@
"zh-chs": "显示设备网络接口信息",
"zh-cht": "顯示裝置網絡介面訊息",
"xloc": [
- "default.handlebars->33->751"
+ "default.handlebars->33->755"
]
},
{
@@ -36993,8 +37051,8 @@
"zh-chs": "显示1分钟",
"zh-cht": "顯示1分鐘",
"xloc": [
- "default.handlebars->33->2048",
- "default.handlebars->33->2071"
+ "default.handlebars->33->2058",
+ "default.handlebars->33->2081"
]
},
{
@@ -37014,8 +37072,8 @@
"zh-chs": "显示10秒",
"zh-cht": "顯示10秒",
"xloc": [
- "default.handlebars->33->2047",
- "default.handlebars->33->2070"
+ "default.handlebars->33->2057",
+ "default.handlebars->33->2080"
]
},
{
@@ -37035,8 +37093,8 @@
"zh-chs": "显示5分钟",
"zh-cht": "顯示5分鐘",
"xloc": [
- "default.handlebars->33->2049",
- "default.handlebars->33->2072"
+ "default.handlebars->33->2059",
+ "default.handlebars->33->2082"
]
},
{
@@ -37056,8 +37114,8 @@
"zh-chs": "显示消息,直到被用户拒绝",
"zh-cht": "顯示消息,直到被用戶拒絕",
"xloc": [
- "default.handlebars->33->2046",
- "default.handlebars->33->2069"
+ "default.handlebars->33->2056",
+ "default.handlebars->33->2079"
]
},
{
@@ -37251,8 +37309,8 @@
"zh-chs": "简单管理员控制模式(ACM)",
"zh-cht": "簡單管理員控制模式(ACM)",
"xloc": [
- "default.handlebars->33->1619",
- "default.handlebars->33->1641"
+ "default.handlebars->33->1629",
+ "default.handlebars->33->1651"
]
},
{
@@ -37272,8 +37330,8 @@
"zh-chs": "简单客户端控制模式(CCM)",
"zh-cht": "簡單客戶端控制模式(CCM)",
"xloc": [
- "default.handlebars->33->1617",
- "default.handlebars->33->1645"
+ "default.handlebars->33->1627",
+ "default.handlebars->33->1655"
]
},
{
@@ -37293,7 +37351,7 @@
"zh-chs": "信地",
"zh-cht": "信地",
"xloc": [
- "default.handlebars->33->1422"
+ "default.handlebars->33->1432"
]
},
{
@@ -37313,7 +37371,7 @@
"zh-chs": "僧伽罗文",
"zh-cht": "僧伽羅文",
"xloc": [
- "default.handlebars->33->1423"
+ "default.handlebars->33->1433"
]
},
{
@@ -37355,8 +37413,8 @@
"zh-chs": "尺寸",
"zh-cht": "尺寸",
"xloc": [
- "default.handlebars->33->2324",
- "default.handlebars->33->2345",
+ "default.handlebars->33->2334",
+ "default.handlebars->33->2355",
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSize"
]
},
@@ -37377,7 +37435,7 @@
"zh-chs": "缩放:100%",
"zh-cht": "縮放:100%",
"xloc": [
- "default.handlebars->33->1133",
+ "default.handlebars->33->1143",
"sharing.handlebars->11->85"
]
},
@@ -37398,7 +37456,7 @@
"zh-chs": "缩放:125%",
"zh-cht": "縮放:125%",
"xloc": [
- "default.handlebars->33->1134",
+ "default.handlebars->33->1144",
"sharing.handlebars->11->86"
]
},
@@ -37419,7 +37477,7 @@
"zh-chs": "缩放:150%",
"zh-cht": "縮放:150%",
"xloc": [
- "default.handlebars->33->1135",
+ "default.handlebars->33->1145",
"sharing.handlebars->11->87"
]
},
@@ -37440,7 +37498,7 @@
"zh-chs": "缩放:200%",
"zh-cht": "縮放:200%",
"xloc": [
- "default.handlebars->33->1136",
+ "default.handlebars->33->1146",
"sharing.handlebars->11->88"
]
},
@@ -37464,11 +37522,11 @@
"default-mobile.handlebars->11->215",
"default-mobile.handlebars->11->216",
"default-mobile.handlebars->11->217",
- "default-mobile.handlebars->11->318",
+ "default-mobile.handlebars->11->322",
"default.handlebars->33->2",
"default.handlebars->33->3",
"default.handlebars->33->4",
- "default.handlebars->33->905"
+ "default.handlebars->33->909"
]
},
{
@@ -37531,7 +37589,7 @@
"zh-chs": "斯洛伐克文",
"zh-cht": "斯洛伐克文",
"xloc": [
- "default.handlebars->33->1425"
+ "default.handlebars->33->1435"
]
},
{
@@ -37551,7 +37609,7 @@
"zh-chs": "斯洛文尼亞文",
"zh-cht": "斯洛文尼亞文",
"xloc": [
- "default.handlebars->33->1426"
+ "default.handlebars->33->1436"
]
},
{
@@ -37614,7 +37672,7 @@
"zh-chs": "小焦点",
"zh-cht": "小焦點",
"xloc": [
- "default.handlebars->33->1019"
+ "default.handlebars->33->1025"
]
},
{
@@ -37634,8 +37692,8 @@
"zh-chs": "软断开代理",
"zh-cht": "軟斷開代理",
"xloc": [
- "default-mobile.handlebars->11->541",
- "default.handlebars->33->1242"
+ "default-mobile.handlebars->11->551",
+ "default.handlebars->33->1252"
]
},
{
@@ -37696,7 +37754,7 @@
"zh-chs": "索马尼",
"zh-cht": "索馬尼",
"xloc": [
- "default.handlebars->33->1427"
+ "default.handlebars->33->1437"
]
},
{
@@ -37716,7 +37774,7 @@
"zh-chs": "索比亚文",
"zh-cht": "索比亞文",
"xloc": [
- "default.handlebars->33->1428"
+ "default.handlebars->33->1438"
]
},
{
@@ -37870,7 +37928,7 @@
"zh-chs": "西班牙文",
"zh-cht": "西班牙文",
"xloc": [
- "default.handlebars->33->1429"
+ "default.handlebars->33->1439"
]
},
{
@@ -37890,7 +37948,7 @@
"zh-chs": "西班牙文(阿根廷)",
"zh-cht": "西班牙文(阿根廷)",
"xloc": [
- "default.handlebars->33->1430"
+ "default.handlebars->33->1440"
]
},
{
@@ -37910,7 +37968,7 @@
"zh-chs": "西班牙文(玻利维亚)",
"zh-cht": "西班牙文(玻利維亞)",
"xloc": [
- "default.handlebars->33->1431"
+ "default.handlebars->33->1441"
]
},
{
@@ -37930,7 +37988,7 @@
"zh-chs": "西班牙文(智利)",
"zh-cht": "西班牙文(智利)",
"xloc": [
- "default.handlebars->33->1432"
+ "default.handlebars->33->1442"
]
},
{
@@ -37950,7 +38008,7 @@
"zh-chs": "西班牙文(哥伦比亚)",
"zh-cht": "西班牙文(哥倫比亞)",
"xloc": [
- "default.handlebars->33->1433"
+ "default.handlebars->33->1443"
]
},
{
@@ -37970,7 +38028,7 @@
"zh-chs": "西班牙文(哥斯达黎加)",
"zh-cht": "西班牙文(哥斯達黎加)",
"xloc": [
- "default.handlebars->33->1434"
+ "default.handlebars->33->1444"
]
},
{
@@ -37990,7 +38048,7 @@
"zh-chs": "西班牙文(多米尼加共和国)",
"zh-cht": "西班牙文(多米尼加共和國)",
"xloc": [
- "default.handlebars->33->1435"
+ "default.handlebars->33->1445"
]
},
{
@@ -38010,7 +38068,7 @@
"zh-chs": "西班牙文(厄瓜多尔)",
"zh-cht": "西班牙文(厄瓜多爾)",
"xloc": [
- "default.handlebars->33->1436"
+ "default.handlebars->33->1446"
]
},
{
@@ -38030,7 +38088,7 @@
"zh-chs": "西班牙文(萨尔瓦多)",
"zh-cht": "西班牙文(薩爾瓦多)",
"xloc": [
- "default.handlebars->33->1437"
+ "default.handlebars->33->1447"
]
},
{
@@ -38050,7 +38108,7 @@
"zh-chs": "西班牙文(危地马拉)",
"zh-cht": "西班牙文(危地馬拉)",
"xloc": [
- "default.handlebars->33->1438"
+ "default.handlebars->33->1448"
]
},
{
@@ -38070,7 +38128,7 @@
"zh-chs": "西班牙文(洪都拉斯)",
"zh-cht": "西班牙文(洪都拉斯)",
"xloc": [
- "default.handlebars->33->1439"
+ "default.handlebars->33->1449"
]
},
{
@@ -38090,7 +38148,7 @@
"zh-chs": "西班牙文(墨西哥)",
"zh-cht": "西班牙文(墨西哥)",
"xloc": [
- "default.handlebars->33->1440"
+ "default.handlebars->33->1450"
]
},
{
@@ -38110,7 +38168,7 @@
"zh-chs": "西班牙文(尼加拉瓜)",
"zh-cht": "西班牙文(尼加拉瓜)",
"xloc": [
- "default.handlebars->33->1441"
+ "default.handlebars->33->1451"
]
},
{
@@ -38130,7 +38188,7 @@
"zh-chs": "西班牙文(巴拿马)",
"zh-cht": "西班牙文(巴拿馬)",
"xloc": [
- "default.handlebars->33->1442"
+ "default.handlebars->33->1452"
]
},
{
@@ -38150,7 +38208,7 @@
"zh-chs": "西班牙文(巴拉圭)",
"zh-cht": "西班牙文(巴拉圭)",
"xloc": [
- "default.handlebars->33->1443"
+ "default.handlebars->33->1453"
]
},
{
@@ -38170,7 +38228,7 @@
"zh-chs": "西班牙文(秘鲁)",
"zh-cht": "西班牙文(秘魯)",
"xloc": [
- "default.handlebars->33->1444"
+ "default.handlebars->33->1454"
]
},
{
@@ -38190,7 +38248,7 @@
"zh-chs": "西班牙文(波多黎各)",
"zh-cht": "西班牙文(波多黎各)",
"xloc": [
- "default.handlebars->33->1445"
+ "default.handlebars->33->1455"
]
},
{
@@ -38210,7 +38268,7 @@
"zh-chs": "西班牙文(西班牙)",
"zh-cht": "西班牙文(西班牙)",
"xloc": [
- "default.handlebars->33->1446"
+ "default.handlebars->33->1456"
]
},
{
@@ -38230,7 +38288,7 @@
"zh-chs": "西班牙文(乌拉圭)",
"zh-cht": "西班牙文(烏拉圭)",
"xloc": [
- "default.handlebars->33->1447"
+ "default.handlebars->33->1457"
]
},
{
@@ -38250,7 +38308,7 @@
"zh-chs": "西班牙文(委内瑞拉)",
"zh-cht": "西班牙文(委內瑞拉)",
"xloc": [
- "default.handlebars->33->1448"
+ "default.handlebars->33->1458"
]
},
{
@@ -38270,7 +38328,7 @@
"zh-chs": "特殊键",
"zh-cht": "特殊鍵",
"xloc": [
- "default-mobile.handlebars->11->389"
+ "default-mobile.handlebars->11->395"
]
},
{
@@ -38330,7 +38388,7 @@
"zh-chs": "开始",
"zh-cht": "開始",
"xloc": [
- "default.handlebars->33->1064"
+ "default.handlebars->33->1070"
]
},
{
@@ -38367,10 +38425,10 @@
"zh-chs": "开始时间",
"zh-cht": "開始時間",
"xloc": [
- "default.handlebars->33->1009",
+ "default.handlebars->33->1015",
"default.handlebars->33->209",
- "default.handlebars->33->2322",
- "default.handlebars->33->2347",
+ "default.handlebars->33->2332",
+ "default.handlebars->33->2357",
"sharing.handlebars->11->14"
]
},
@@ -38400,7 +38458,7 @@
"nl": "Chat sessie starten?",
"de": "Starten eines Chats?",
"xloc": [
- "default-mobile.handlebars->11->336"
+ "default-mobile.handlebars->11->340"
]
},
{
@@ -38420,7 +38478,7 @@
"zh-chs": "开始桌面多重会话",
"zh-cht": "啟動桌面多路復用會話",
"xloc": [
- "default.handlebars->33->1868"
+ "default.handlebars->33->1878"
]
},
{
@@ -38440,7 +38498,7 @@
"zh-chs": "从{1}到{2}开始了桌面会话“{0}”",
"zh-cht": "從{1}到{2}開始了桌面會話“{0}”",
"xloc": [
- "default.handlebars->33->1877"
+ "default.handlebars->33->1887"
]
},
{
@@ -38460,7 +38518,7 @@
"zh-chs": "从{1}到{2}开始文件管理会话“{0}”",
"zh-cht": "從{1}到{2}開始文件管理會話“{0}”",
"xloc": [
- "default.handlebars->33->1878"
+ "default.handlebars->33->1888"
]
},
{
@@ -38480,7 +38538,7 @@
"zh-chs": "从{1}到{2}开始中继会话“{0}”",
"zh-cht": "從{1}到{2}開始中繼會話“{0}”",
"xloc": [
- "default.handlebars->33->1875"
+ "default.handlebars->33->1885"
]
},
{
@@ -38500,7 +38558,7 @@
"zh-chs": "使用Toast通知启动远程桌面",
"zh-cht": "使用Toast通知啟動遠程桌面",
"xloc": [
- "default.handlebars->33->1897"
+ "default.handlebars->33->1907"
]
},
{
@@ -38520,7 +38578,7 @@
"zh-chs": "启动远程桌面,而无需通知",
"zh-cht": "啟動遠程桌面,而無需通知",
"xloc": [
- "default.handlebars->33->1898"
+ "default.handlebars->33->1908"
]
},
{
@@ -38540,7 +38598,7 @@
"zh-chs": "启动带有Toast通知的远程文件",
"zh-cht": "啟動帶有Toast通知的遠程文件",
"xloc": [
- "default.handlebars->33->1904"
+ "default.handlebars->33->1914"
]
},
{
@@ -38560,7 +38618,7 @@
"zh-chs": "已启动的远程文件,恕不另行通知",
"zh-cht": "已啟動的遠程文件,恕不另行通知",
"xloc": [
- "default.handlebars->33->1905"
+ "default.handlebars->33->1915"
]
},
{
@@ -38580,7 +38638,7 @@
"zh-chs": "从{1}到{2}开始了终端会话“{0}”",
"zh-cht": "從{1}到{2}開始了終端會話“{0}”",
"xloc": [
- "default.handlebars->33->1876"
+ "default.handlebars->33->1886"
]
},
{
@@ -38600,7 +38658,7 @@
"zh-chs": "现在开始",
"zh-cht": "現在開始",
"xloc": [
- "default.handlebars->33->888"
+ "default.handlebars->33->892"
]
},
{
@@ -38620,7 +38678,7 @@
"zh-chs": "接受本地用户后启动远程桌面",
"zh-cht": "接受本地用戶後啟動遠程桌面",
"xloc": [
- "default.handlebars->33->1892"
+ "default.handlebars->33->1902"
]
},
{
@@ -38640,7 +38698,7 @@
"zh-chs": "本地用户接受后启动远程文件",
"zh-cht": "本地用戶接受後啟動遠程文件",
"xloc": [
- "default.handlebars->33->1902"
+ "default.handlebars->33->1912"
]
},
{
@@ -38660,7 +38718,7 @@
"zh-chs": "状况",
"zh-cht": "狀態",
"xloc": [
- "default.handlebars->33->1055",
+ "default.handlebars->33->1061",
"default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsServiceTab->deskToolsServiceHeader->1"
]
},
@@ -38701,8 +38759,8 @@
"zh-chs": "状况",
"zh-cht": "狀態",
"xloc": [
- "default.handlebars->33->2267",
- "default.handlebars->33->2340",
+ "default.handlebars->33->2277",
+ "default.handlebars->33->2350",
"default.handlebars->container->column_l->p42->p42tbl->1->0->7"
]
},
@@ -38723,7 +38781,7 @@
"zh-chs": "停止",
"zh-cht": "停止",
"xloc": [
- "default.handlebars->33->1065"
+ "default.handlebars->33->1071"
]
},
{
@@ -38743,7 +38801,7 @@
"zh-chs": "停止进程",
"zh-cht": "停止進程",
"xloc": [
- "default.handlebars->33->1052"
+ "default.handlebars->33->1058"
]
},
{
@@ -38763,7 +38821,7 @@
"zh-chs": "停止进程#{0} “{1}”?",
"zh-cht": "停止進程#{0} “{1}”?",
"xloc": [
- "default.handlebars->33->1073"
+ "default.handlebars->33->1079"
]
},
{
@@ -38800,8 +38858,8 @@
"zh-chs": "储存",
"zh-cht": "儲存",
"xloc": [
- "default-mobile.handlebars->11->524",
- "default.handlebars->33->1224"
+ "default-mobile.handlebars->11->534",
+ "default.handlebars->33->1234"
]
},
{
@@ -38841,7 +38899,7 @@
"zh-chs": "超出储存空间",
"zh-cht": "超出儲存空間",
"xloc": [
- "default.handlebars->33->1823"
+ "default.handlebars->33->1833"
]
},
{
@@ -38861,7 +38919,7 @@
"zh-chs": "强",
"zh-cht": "強",
"xloc": [
- "default.handlebars->33->1542"
+ "default.handlebars->33->1552"
]
},
{
@@ -38906,7 +38964,7 @@
"zh-chs": "主题",
"zh-cht": "主題",
"xloc": [
- "default.handlebars->33->2043"
+ "default.handlebars->33->2053"
]
},
{
@@ -39006,7 +39064,7 @@
"zh-chs": "苏图",
"zh-cht": "蘇圖",
"xloc": [
- "default.handlebars->33->1449"
+ "default.handlebars->33->1459"
]
},
{
@@ -39026,7 +39084,7 @@
"zh-chs": "斯瓦希里文",
"zh-cht": "斯瓦希里文",
"xloc": [
- "default.handlebars->33->1450"
+ "default.handlebars->33->1460"
]
},
{
@@ -39067,7 +39125,7 @@
"zh-chs": "瑞典文",
"zh-cht": "瑞典文",
"xloc": [
- "default.handlebars->33->1451"
+ "default.handlebars->33->1461"
]
},
{
@@ -39087,7 +39145,7 @@
"zh-chs": "瑞典文(芬兰)",
"zh-cht": "瑞典文(芬蘭)",
"xloc": [
- "default.handlebars->33->1452"
+ "default.handlebars->33->1462"
]
},
{
@@ -39107,7 +39165,7 @@
"zh-chs": "瑞典文(瑞典)",
"zh-cht": "瑞典文(瑞典)",
"xloc": [
- "default.handlebars->33->1453"
+ "default.handlebars->33->1463"
]
},
{
@@ -39127,7 +39185,7 @@
"zh-chs": "将英特尔AMT切换到管理员控制模式(ACM)。",
"zh-cht": "將英特爾AMT切換到管理員控制模式(ACM)。",
"xloc": [
- "default.handlebars->33->1633"
+ "default.handlebars->33->1643"
]
},
{
@@ -39147,7 +39205,7 @@
"zh-chs": "将服务器设备名称同步到主机名称",
"zh-cht": "將伺服器裝置名稱同步到主機名稱",
"xloc": [
- "default.handlebars->33->1692"
+ "default.handlebars->33->1702"
]
},
{
@@ -39313,8 +39371,8 @@
"zh-chs": "未设置TLS",
"zh-cht": "未設置TLS",
"xloc": [
- "default-mobile.handlebars->11->498",
- "default.handlebars->33->1198"
+ "default-mobile.handlebars->11->508",
+ "default.handlebars->33->1208"
]
},
{
@@ -39334,9 +39392,9 @@
"zh-chs": "需要TLS加密",
"zh-cht": "需要TLS加密",
"xloc": [
- "default-mobile.handlebars->11->343",
+ "default-mobile.handlebars->11->347",
"default.handlebars->33->365",
- "default.handlebars->33->940"
+ "default.handlebars->33->944"
]
},
{
@@ -39356,9 +39414,9 @@
"zh-chs": "标签",
"zh-cht": "標籤",
"xloc": [
- "default-mobile.handlebars->11->364",
+ "default-mobile.handlebars->11->370",
"default-mobile.handlebars->dialog->3->dialog3->deskkeys->3",
- "default.handlebars->33->1022"
+ "default.handlebars->33->1028"
]
},
{
@@ -39378,8 +39436,8 @@
"zh-chs": "标签1,标签2,标签3",
"zh-cht": "標籤1,標籤2,標籤3",
"xloc": [
- "default.handlebars->33->551",
- "default.handlebars->33->999"
+ "default.handlebars->33->1005",
+ "default.handlebars->33->551"
]
},
{
@@ -39421,11 +39479,11 @@
"xloc": [
"default-mobile.handlebars->11->295",
"default-mobile.handlebars->11->296",
- "default-mobile.handlebars->11->352",
+ "default-mobile.handlebars->11->358",
+ "default.handlebars->33->1004",
"default.handlebars->33->550",
"default.handlebars->33->733",
"default.handlebars->33->734",
- "default.handlebars->33->998",
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->7"
]
},
@@ -39454,7 +39512,7 @@
"zh-chs": "泰米尔文",
"zh-cht": "泰米爾文",
"xloc": [
- "default.handlebars->33->1454"
+ "default.handlebars->33->1464"
]
},
{
@@ -39474,7 +39532,7 @@
"zh-chs": "塔塔尔族",
"zh-cht": "塔塔爾族",
"xloc": [
- "default.handlebars->33->1455"
+ "default.handlebars->33->1465"
]
},
{
@@ -39494,7 +39552,7 @@
"zh-chs": "泰卢加",
"zh-cht": "泰盧加",
"xloc": [
- "default.handlebars->33->1456"
+ "default.handlebars->33->1466"
]
},
{
@@ -39515,14 +39573,14 @@
"zh-cht": "終端機",
"xloc": [
"default-mobile.handlebars->11->200",
- "default-mobile.handlebars->11->306",
- "default.handlebars->33->1685",
- "default.handlebars->33->2334",
- "default.handlebars->33->2435",
+ "default-mobile.handlebars->11->310",
+ "default.handlebars->33->1695",
+ "default.handlebars->33->2344",
+ "default.handlebars->33->2445",
"default.handlebars->33->314",
"default.handlebars->33->620",
- "default.handlebars->33->796",
- "default.handlebars->33->865",
+ "default.handlebars->33->800",
+ "default.handlebars->33->869",
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevTerminal",
"default.handlebars->contextMenu->cxterminal",
"sharing.handlebars->LeftSideToolBar"
@@ -39533,8 +39591,8 @@
"nl": "Terminal + Bestanden",
"fr": "Terminal + Fichiers",
"xloc": [
- "default.handlebars->33->800",
- "default.handlebars->33->868"
+ "default.handlebars->33->804",
+ "default.handlebars->33->872"
]
},
{
@@ -39574,9 +39632,9 @@
"zh-chs": "终端通知",
"zh-cht": "終端機通知",
"xloc": [
- "default.handlebars->33->1602",
- "default.handlebars->33->2142",
- "default.handlebars->33->2229",
+ "default.handlebars->33->1612",
+ "default.handlebars->33->2152",
+ "default.handlebars->33->2239",
"default.handlebars->33->714"
]
},
@@ -39597,9 +39655,9 @@
"zh-chs": "终端提示",
"zh-cht": "終端機提示",
"xloc": [
- "default.handlebars->33->1601",
- "default.handlebars->33->2141",
- "default.handlebars->33->2228",
+ "default.handlebars->33->1611",
+ "default.handlebars->33->2151",
+ "default.handlebars->33->2238",
"default.handlebars->33->713"
]
},
@@ -39608,7 +39666,7 @@
"nl": "Terminal sessie",
"fr": "Session terminal",
"xloc": [
- "default.handlebars->33->2327"
+ "default.handlebars->33->2337"
]
},
{
@@ -39717,7 +39775,7 @@
"zh-chs": "泰国",
"zh-cht": "泰國",
"xloc": [
- "default.handlebars->33->1457"
+ "default.handlebars->33->1467"
]
},
{
@@ -39856,8 +39914,8 @@
"zh-chs": "目前没有任何通知",
"zh-cht": "目前沒有任何通知",
"xloc": [
- "default-mobile.handlebars->11->615",
- "default.handlebars->33->2355"
+ "default-mobile.handlebars->11->625",
+ "default.handlebars->33->2365"
]
},
{
@@ -39866,8 +39924,8 @@
"fr": "Il y a eu {0} tentatives de connexion infructueuses sur ce compte depuis la dernière connexion.",
"de": "Seit der letzten Anmeldung sind {0} Anmeldeversuche für dieses Konto fehlgeschlagen.",
"xloc": [
- "default-mobile.handlebars->11->636",
- "default.handlebars->33->2376"
+ "default-mobile.handlebars->11->646",
+ "default.handlebars->33->2386"
]
},
{
@@ -39928,7 +39986,7 @@
"zh-cht": "此帳戶無權建立新的裝置群。",
"xloc": [
"default-mobile.handlebars->11->116",
- "default.handlebars->33->1527"
+ "default.handlebars->33->1537"
]
},
{
@@ -40022,7 +40080,7 @@
"zh-chs": "这是推荐的策略。英特尔®AMT激活和管理是完全自动化的,服务器将尝试最大程度地利用硬件管理。",
"zh-cht": "這是推薦的策略。英特爾®AMT激活和管理是完全自動化的,服務器將嘗試最大程度地利用硬件管理。",
"xloc": [
- "default.handlebars->33->1670"
+ "default.handlebars->33->1680"
]
},
{
@@ -40063,7 +40121,7 @@
"zh-chs": "此政策不会影响采用ACM模式的英特尔®AMT的设备。",
"zh-cht": "此政策不會影響採用ACM模式的Intel® AMT的裝置。",
"xloc": [
- "default.handlebars->33->1667"
+ "default.handlebars->33->1677"
]
},
{
@@ -40146,7 +40204,7 @@
"zh-chs": "这会在此设备的事件日志中添加一个条目。",
"zh-cht": "這會在此裝置的事件日誌中增加一個記錄。",
"xloc": [
- "default.handlebars->33->850"
+ "default.handlebars->33->854"
]
},
{
@@ -40183,7 +40241,7 @@
"zh-chs": "这不会从服务器上删除该设备,但是该设备将不再能够连接到服务器。该设备的所有远程访问都将丢失。该设备必须连线,此命令才能起作用。",
"zh-cht": "這不會從伺服器上刪除該裝置,但是該裝置將不再能夠連接到伺服器。該裝置的所有遠程訪問都將丟失。該設備必須連線,此命令才能起作用。",
"xloc": [
- "default.handlebars->33->947"
+ "default.handlebars->33->951"
]
},
{
@@ -40203,7 +40261,7 @@
"zh-chs": "这不会从服务器上删除该设备,但是该设备将不再能够连接到服务器。该设备的所有远程访问都将丢失。该设备必须连线,此命令才能起作用。",
"zh-cht": "這不會從伺服器上刪除該裝置,但是該裝置將不再能夠連接到伺服器。該裝置的所有遠程訪問都將丟失。該設備必須連線,此命令才能起作用。",
"xloc": [
- "default.handlebars->33->948"
+ "default.handlebars->33->952"
]
},
{
@@ -40223,7 +40281,7 @@
"zh-chs": "蒂格雷",
"zh-cht": "蒂格雷",
"xloc": [
- "default.handlebars->33->1458"
+ "default.handlebars->33->1468"
]
},
{
@@ -40243,8 +40301,8 @@
"zh-chs": "时间",
"zh-cht": "時間",
"xloc": [
- "default-mobile.handlebars->11->313",
- "default.handlebars->33->899",
+ "default-mobile.handlebars->11->317",
+ "default.handlebars->33->903",
"player.handlebars->3->1"
]
},
@@ -40265,7 +40323,7 @@
"zh-chs": "时间范围",
"zh-cht": "時間範圍",
"xloc": [
- "default.handlebars->33->891"
+ "default.handlebars->33->895"
]
},
{
@@ -40285,7 +40343,7 @@
"zh-chs": "时间跨度",
"zh-cht": "時間跨度",
"xloc": [
- "default.handlebars->33->1982"
+ "default.handlebars->33->1992"
]
},
{
@@ -40305,7 +40363,7 @@
"zh-chs": "时间范围",
"zh-cht": "時間範圍",
"xloc": [
- "default.handlebars->33->889"
+ "default.handlebars->33->893"
]
},
{
@@ -40325,8 +40383,8 @@
"zh-chs": "超时",
"zh-cht": "超時",
"xloc": [
- "default-mobile.handlebars->11->358",
- "default.handlebars->33->1004",
+ "default-mobile.handlebars->11->364",
+ "default.handlebars->33->1010",
"sharing.handlebars->11->31",
"sharing.handlebars->11->9"
]
@@ -40488,7 +40546,7 @@
"zh-chs": "要删除此帐户,请在下面的两个框中键入帐户密码,然后单击确定。",
"zh-cht": "要刪除此帳戶,請在下面的兩個框中鍵入帳戶密碼,然後單擊確定。",
"xloc": [
- "default.handlebars->33->1514"
+ "default.handlebars->33->1524"
]
},
{
@@ -40910,7 +40968,7 @@
"nl": "Token naam",
"fr": "Nom du jeton",
"xloc": [
- "default.handlebars->33->1500"
+ "default.handlebars->33->1510"
]
},
{
@@ -40983,7 +41041,7 @@
"zh-chs": "主题",
"zh-cht": "主題",
"xloc": [
- "default.handlebars->33->942"
+ "default.handlebars->33->946"
]
},
{
@@ -41043,7 +41101,7 @@
"zh-chs": "用于通过此服务器连接到设备的流量路由器",
"zh-cht": "用於通過此伺服器連接到裝置的流量路由器",
"xloc": [
- "default.handlebars->33->755"
+ "default.handlebars->33->759"
]
},
{
@@ -41113,7 +41171,7 @@
"zh-chs": "特松加",
"zh-cht": "特松加",
"xloc": [
- "default.handlebars->33->1459"
+ "default.handlebars->33->1469"
]
},
{
@@ -41133,7 +41191,7 @@
"zh-chs": "茨瓦纳",
"zh-cht": "茨瓦納",
"xloc": [
- "default.handlebars->33->1460"
+ "default.handlebars->33->1470"
]
},
{
@@ -41153,7 +41211,7 @@
"zh-chs": "土耳其",
"zh-cht": "土耳其",
"xloc": [
- "default.handlebars->33->1461"
+ "default.handlebars->33->1471"
]
},
{
@@ -41173,7 +41231,7 @@
"zh-chs": "土库曼文",
"zh-cht": "土庫曼文",
"xloc": [
- "default.handlebars->33->1462"
+ "default.handlebars->33->1472"
]
},
{
@@ -41214,13 +41272,13 @@
"zh-cht": "類型",
"xloc": [
"default-mobile.handlebars->11->122",
- "default-mobile.handlebars->11->550",
- "default.handlebars->33->1062",
- "default.handlebars->33->1535",
- "default.handlebars->33->1588",
- "default.handlebars->33->1642",
+ "default-mobile.handlebars->11->560",
+ "default.handlebars->33->1068",
+ "default.handlebars->33->1545",
+ "default.handlebars->33->1598",
+ "default.handlebars->33->1652",
"default.handlebars->33->351",
- "default.handlebars->33->871",
+ "default.handlebars->33->875",
"default.handlebars->container->column_l->p11->deskarea0->deskarea4->3",
"sharing.handlebars->p11->deskarea0->deskarea4->3"
]
@@ -41242,7 +41300,7 @@
"zh-chs": "输入密钥名称,选择OTP框,然后按YubiKey™上的按钮。",
"zh-cht": "輸入密鑰名稱,選擇OTP框,然後按YubiKey™上的按鈕。",
"xloc": [
- "default.handlebars->33->1271"
+ "default.handlebars->33->1281"
]
},
{
@@ -41262,7 +41320,7 @@
"zh-chs": "输入要添加的密钥的名称。",
"zh-cht": "輸入要新增的密鑰的名稱。",
"xloc": [
- "default.handlebars->33->1268"
+ "default.handlebars->33->1278"
]
},
{
@@ -41303,7 +41361,7 @@
"zh-chs": "UTF8终端",
"zh-cht": "UTF8終端",
"xloc": [
- "default.handlebars->33->1081",
+ "default.handlebars->33->1091",
"sharing.handlebars->11->33"
]
},
@@ -41324,7 +41382,7 @@
"zh-chs": "乌克兰",
"zh-cht": "烏克蘭",
"xloc": [
- "default.handlebars->33->1463"
+ "default.handlebars->33->1473"
]
},
{
@@ -41420,7 +41478,7 @@
"zh-chs": "在验证电子邮件地址之前,无法访问此功能。这是密码恢复所必需的。转到“我的帐户”标签以更改和验证电子邮件地址。",
"zh-cht": "在驗證電子郵件地址之前,無法訪問此功能。這是密碼恢復所必需的。轉到“我的帳戶”標籤以更改和驗證電子郵件地址。",
"xloc": [
- "default.handlebars->33->1529",
+ "default.handlebars->33->1539",
"default.handlebars->33->636"
]
},
@@ -41441,8 +41499,8 @@
"zh-chs": "在启用两因素身份验证之前,无法访问此功能。这是额外的安全性所必需的。转到“我的帐户”标签,然后查看“帐户安全性”部分。",
"zh-cht": "在啟用兩因素身份驗證之前,無法訪問此功能。這是額外的安全性所必需的。轉到“我的帳戶”標籤,然後查看“帳戶安全性”部分。",
"xloc": [
- "default.handlebars->33->1531",
- "default.handlebars->33->2484",
+ "default.handlebars->33->1541",
+ "default.handlebars->33->2494",
"default.handlebars->33->638"
]
},
@@ -41452,8 +41510,8 @@
"fr": "Impossible d'ajouter un utilisateur dans ce mode",
"de": "In diesem Modus kann kein Benutzer hinzugefügt werden",
"xloc": [
- "default-mobile.handlebars->11->632",
- "default.handlebars->33->2372"
+ "default-mobile.handlebars->11->642",
+ "default.handlebars->33->2382"
]
},
{
@@ -41596,10 +41654,10 @@
"zh-cht": "卸載",
"xloc": [
"agent-translations.json",
- "default-mobile.handlebars->11->604",
- "default.handlebars->33->1761",
- "default.handlebars->33->823",
- "default.handlebars->33->845"
+ "default-mobile.handlebars->11->614",
+ "default.handlebars->33->1771",
+ "default.handlebars->33->827",
+ "default.handlebars->33->849"
]
},
{
@@ -41619,9 +41677,9 @@
"zh-chs": "卸载代理",
"zh-cht": "卸載代理",
"xloc": [
- "default-mobile.handlebars->11->584",
+ "default-mobile.handlebars->11->594",
"default.handlebars->33->517",
- "default.handlebars->33->913"
+ "default.handlebars->33->917"
]
},
{
@@ -41641,7 +41699,7 @@
"zh-chs": "卸载代理/删除设备",
"zh-cht": "卸載代理/刪除設備",
"xloc": [
- "default.handlebars->33->1725"
+ "default.handlebars->33->1735"
]
},
{
@@ -41661,7 +41719,7 @@
"zh-chs": "卸载代理",
"zh-cht": "卸載代理",
"xloc": [
- "default.handlebars->33->950"
+ "default.handlebars->33->954"
]
},
{
@@ -41688,22 +41746,22 @@
"default-mobile.handlebars->11->43",
"default-mobile.handlebars->11->44",
"default-mobile.handlebars->11->45",
- "default-mobile.handlebars->11->488",
- "default-mobile.handlebars->11->495",
+ "default-mobile.handlebars->11->498",
+ "default-mobile.handlebars->11->505",
"default-mobile.handlebars->11->6",
- "default.handlebars->33->1188",
- "default.handlebars->33->1195",
+ "default.handlebars->33->1198",
+ "default.handlebars->33->1205",
"default.handlebars->33->125",
"default.handlebars->33->126",
"default.handlebars->33->127",
"default.handlebars->33->129",
"default.handlebars->33->13",
"default.handlebars->33->131",
- "default.handlebars->33->1574",
- "default.handlebars->33->1575",
- "default.handlebars->33->2311",
- "default.handlebars->33->2326",
- "default.handlebars->33->2333",
+ "default.handlebars->33->1584",
+ "default.handlebars->33->1585",
+ "default.handlebars->33->2321",
+ "default.handlebars->33->2336",
+ "default.handlebars->33->2343",
"default.handlebars->33->44",
"default.handlebars->33->48",
"default.handlebars->33->49",
@@ -41730,8 +41788,8 @@
"zh-chs": "未知#{0}",
"zh-cht": "未知#{0}",
"xloc": [
- "default-mobile.handlebars->11->544",
- "default.handlebars->33->1581"
+ "default-mobile.handlebars->11->554",
+ "default.handlebars->33->1591"
]
},
{
@@ -41751,7 +41809,7 @@
"zh-chs": "未知动作",
"zh-cht": "未知動作",
"xloc": [
- "default.handlebars->33->2404"
+ "default.handlebars->33->2414"
]
},
{
@@ -41771,8 +41829,8 @@
"zh-chs": "未知设备",
"zh-cht": "未知裝置",
"xloc": [
- "default.handlebars->33->2167",
- "default.handlebars->33->2297"
+ "default.handlebars->33->2177",
+ "default.handlebars->33->2307"
]
},
{
@@ -41792,9 +41850,9 @@
"zh-chs": "未知设备组",
"zh-cht": "未知裝置群",
"xloc": [
- "default.handlebars->33->2161",
- "default.handlebars->33->2285",
- "default.handlebars->33->2408"
+ "default.handlebars->33->2171",
+ "default.handlebars->33->2295",
+ "default.handlebars->33->2418"
]
},
{
@@ -41814,7 +41872,7 @@
"zh-chs": "未知群组",
"zh-cht": "未知群組",
"xloc": [
- "default.handlebars->33->2400"
+ "default.handlebars->33->2410"
]
},
{
@@ -41855,7 +41913,7 @@
"zh-chs": "未知用户组",
"zh-cht": "未知用戶群",
"xloc": [
- "default.handlebars->33->2291"
+ "default.handlebars->33->2301"
]
},
{
@@ -41896,7 +41954,7 @@
"zh-chs": "密码未知",
"zh-cht": "密碼未知",
"xloc": [
- "default.handlebars->33->1658"
+ "default.handlebars->33->1668"
]
},
{
@@ -41916,7 +41974,7 @@
"zh-chs": "无限制",
"zh-cht": "無限",
"xloc": [
- "default.handlebars->33->1484",
+ "default.handlebars->33->1494",
"default.handlebars->33->202",
"default.handlebars->33->404",
"default.handlebars->33->418"
@@ -41939,7 +41997,7 @@
"zh-chs": "解锁帐户",
"zh-cht": "解鎖帳戶",
"xloc": [
- "default.handlebars->33->2036"
+ "default.handlebars->33->2046"
]
},
{
@@ -41947,7 +42005,7 @@
"nl": "De muis en het toetsenbord van de externe gebruiker ontgrendelen?",
"fr": "Déverrouiller la souris et le clavier de l'utilisateur ?",
"xloc": [
- "default.handlebars->33->858"
+ "default.handlebars->33->862"
]
},
{
@@ -41987,10 +42045,10 @@
"zh-chs": "向上",
"zh-cht": "向上",
"xloc": [
- "default-mobile.handlebars->11->375",
+ "default-mobile.handlebars->11->381",
"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->33->1033",
+ "default.handlebars->33->1039",
"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->dialogBody->dialog3->d3servermode->d3serveraction",
@@ -42014,7 +42072,7 @@
"zh-chs": "最新",
"zh-cht": "最新",
"xloc": [
- "default.handlebars->33->2489"
+ "default.handlebars->33->2499"
]
},
{
@@ -42035,8 +42093,8 @@
"zh-cht": "更新資料",
"xloc": [
"agent-translations.json",
- "default-mobile.handlebars->11->444",
- "default-mobile.handlebars->11->446",
+ "default-mobile.handlebars->11->454",
+ "default-mobile.handlebars->11->456",
"default.handlebars->33->696",
"default.handlebars->33->698"
]
@@ -42084,14 +42142,14 @@
"zh-cht": "上載檔案",
"xloc": [
"default-mobile.handlebars->11->150",
- "default-mobile.handlebars->11->414",
- "default-mobile.handlebars->11->432",
- "default-mobile.handlebars->11->435",
- "default.handlebars->33->1113",
- "default.handlebars->33->1137",
- "default.handlebars->33->1140",
- "default.handlebars->33->1852",
- "default.handlebars->33->1860",
+ "default-mobile.handlebars->11->424",
+ "default-mobile.handlebars->11->442",
+ "default-mobile.handlebars->11->445",
+ "default.handlebars->33->1123",
+ "default.handlebars->33->1147",
+ "default.handlebars->33->1150",
+ "default.handlebars->33->1862",
+ "default.handlebars->33->1870",
"default.handlebars->container->dialog->dialogBody->dialog3->d3localmode->1",
"sharing.handlebars->11->65",
"sharing.handlebars->11->89",
@@ -42115,8 +42173,8 @@
"zh-chs": "上载网格代理核心",
"zh-cht": "上載mesh agent核心",
"xloc": [
- "default-mobile.handlebars->11->543",
- "default.handlebars->33->1244"
+ "default-mobile.handlebars->11->553",
+ "default.handlebars->33->1254"
]
},
{
@@ -42136,8 +42194,8 @@
"zh-chs": "上载核心档案",
"zh-cht": "上載核心檔案",
"xloc": [
- "default-mobile.handlebars->11->540",
- "default.handlebars->33->1241"
+ "default-mobile.handlebars->11->550",
+ "default.handlebars->33->1251"
]
},
{
@@ -42157,8 +42215,8 @@
"zh-chs": "上载默认服务器核心",
"zh-cht": "上載默認伺服器核心",
"xloc": [
- "default-mobile.handlebars->11->536",
- "default.handlebars->33->1237",
+ "default-mobile.handlebars->11->546",
+ "default.handlebars->33->1247",
"default.handlebars->33->529",
"default.handlebars->33->569"
]
@@ -42229,8 +42287,8 @@
"zh-chs": "上传恢复核心",
"zh-cht": "上傳恢復核心",
"xloc": [
- "default-mobile.handlebars->11->538",
- "default.handlebars->33->1239"
+ "default-mobile.handlebars->11->548",
+ "default.handlebars->33->1249"
]
},
{
@@ -42259,8 +42317,8 @@
"fr": "Charger un micro noyau",
"de": "Laden Sie den winzigen Kern hoch",
"xloc": [
- "default-mobile.handlebars->11->539",
- "default.handlebars->33->1240"
+ "default-mobile.handlebars->11->549",
+ "default.handlebars->33->1250"
]
},
{
@@ -42280,9 +42338,9 @@
"zh-chs": "上传将覆盖1个档案。继续?",
"zh-cht": "上傳將覆蓋1個檔案。繼續?",
"xloc": [
- "default-mobile.handlebars->11->433",
- "default.handlebars->33->1138",
- "default.handlebars->33->1861",
+ "default-mobile.handlebars->11->443",
+ "default.handlebars->33->1148",
+ "default.handlebars->33->1871",
"sharing.handlebars->11->90"
]
},
@@ -42303,9 +42361,9 @@
"zh-chs": "上传将覆盖{0}个档案。继续?",
"zh-cht": "上傳將覆蓋{0}個檔案。繼續?",
"xloc": [
- "default-mobile.handlebars->11->434",
- "default.handlebars->33->1139",
- "default.handlebars->33->1862",
+ "default-mobile.handlebars->11->444",
+ "default.handlebars->33->1149",
+ "default.handlebars->33->1872",
"sharing.handlebars->11->91"
]
},
@@ -42343,7 +42401,7 @@
"zh-chs": "上传:“{0}”",
"zh-cht": "上傳:“{0}”",
"xloc": [
- "default.handlebars->33->1912"
+ "default.handlebars->33->1922"
]
},
{
@@ -42352,7 +42410,7 @@
"fr": "Chargement : \\\"{0}\\\", Taille : {1}",
"de": "Hochladen: \\\"{0}\\\", Größe: {1}",
"xloc": [
- "default.handlebars->33->1967"
+ "default.handlebars->33->1977"
]
},
{
@@ -42372,7 +42430,7 @@
"zh-chs": "上索布族",
"zh-cht": "上索布族",
"xloc": [
- "default.handlebars->33->1464"
+ "default.handlebars->33->1474"
]
},
{
@@ -42392,7 +42450,7 @@
"zh-chs": "乌尔都文",
"zh-cht": "烏爾都文",
"xloc": [
- "default.handlebars->33->1465"
+ "default.handlebars->33->1475"
]
},
{
@@ -42486,8 +42544,8 @@
"zh-chs": "用过的",
"zh-cht": "用過的",
"xloc": [
- "default.handlebars->33->2394",
- "default.handlebars->33->2396"
+ "default.handlebars->33->2404",
+ "default.handlebars->33->2406"
]
},
{
@@ -42507,13 +42565,13 @@
"zh-chs": "用户",
"zh-cht": "用戶",
"xloc": [
- "default.handlebars->33->1637",
- "default.handlebars->33->1989",
- "default.handlebars->33->2018",
- "default.handlebars->33->2157",
- "default.handlebars->33->2352",
+ "default.handlebars->33->1647",
+ "default.handlebars->33->1999",
+ "default.handlebars->33->2028",
+ "default.handlebars->33->2167",
+ "default.handlebars->33->2362",
"default.handlebars->33->271",
- "default.handlebars->33->791"
+ "default.handlebars->33->795"
]
},
{
@@ -42533,7 +42591,7 @@
"zh-chs": "用户+档案",
"zh-cht": "用戶+檔案",
"xloc": [
- "default.handlebars->33->2019"
+ "default.handlebars->33->2029"
]
},
{
@@ -42553,10 +42611,10 @@
"zh-chs": "用户帐户导入",
"zh-cht": "用戶帳戶導入",
"xloc": [
- "default.handlebars->33->2052",
- "default.handlebars->33->2053",
- "default.handlebars->33->2055",
- "default.handlebars->33->2057"
+ "default.handlebars->33->2062",
+ "default.handlebars->33->2063",
+ "default.handlebars->33->2065",
+ "default.handlebars->33->2067"
]
},
{
@@ -42576,7 +42634,7 @@
"zh-chs": "用户帐户",
"zh-cht": "用戶帳戶",
"xloc": [
- "default.handlebars->33->2413"
+ "default.handlebars->33->2423"
]
},
{
@@ -42596,9 +42654,9 @@
"zh-chs": "用户授权",
"zh-cht": "用戶授權",
"xloc": [
- "default-mobile.handlebars->11->553",
- "default.handlebars->33->1635",
- "default.handlebars->33->787"
+ "default-mobile.handlebars->11->563",
+ "default.handlebars->33->1645",
+ "default.handlebars->33->791"
]
},
{
@@ -42618,12 +42676,12 @@
"zh-chs": "用户同意",
"zh-cht": "用戶同意",
"xloc": [
- "default.handlebars->33->1608",
- "default.handlebars->33->2148",
+ "default.handlebars->33->1618",
"default.handlebars->33->215",
- "default.handlebars->33->2235",
+ "default.handlebars->33->2158",
+ "default.handlebars->33->2245",
"default.handlebars->33->720",
- "default.handlebars->33->892"
+ "default.handlebars->33->896"
]
},
{
@@ -42643,12 +42701,12 @@
"zh-chs": "用户组",
"zh-cht": "用戶群",
"xloc": [
- "default.handlebars->33->1700",
- "default.handlebars->33->1701",
- "default.handlebars->33->2121",
- "default.handlebars->33->2293",
- "default.handlebars->33->2314",
- "default.handlebars->33->790"
+ "default.handlebars->33->1710",
+ "default.handlebars->33->1711",
+ "default.handlebars->33->2131",
+ "default.handlebars->33->2303",
+ "default.handlebars->33->2324",
+ "default.handlebars->33->794"
]
},
{
@@ -42688,7 +42746,7 @@
"zh-chs": "用户组成员",
"zh-cht": "用戶群成員",
"xloc": [
- "default.handlebars->33->2290"
+ "default.handlebars->33->2300"
]
},
{
@@ -42708,7 +42766,7 @@
"zh-chs": "用户识别码",
"zh-cht": "用戶識別碼",
"xloc": [
- "default-mobile.handlebars->11->609"
+ "default-mobile.handlebars->11->619"
]
},
{
@@ -42728,9 +42786,9 @@
"zh-chs": "用户识别码",
"zh-cht": "用戶識別碼",
"xloc": [
- "default.handlebars->33->1766",
- "default.handlebars->33->2202",
- "default.handlebars->33->2203"
+ "default.handlebars->33->1776",
+ "default.handlebars->33->2212",
+ "default.handlebars->33->2213"
]
},
{
@@ -42750,8 +42808,8 @@
"zh-chs": "用户标识符",
"zh-cht": "用戶標識符",
"xloc": [
- "default.handlebars->33->1698",
- "default.handlebars->33->2186"
+ "default.handlebars->33->1708",
+ "default.handlebars->33->2196"
]
},
{
@@ -42780,7 +42838,7 @@
"zh-chs": "用户列表输出",
"zh-cht": "用戶列表輸出",
"xloc": [
- "default.handlebars->33->2064"
+ "default.handlebars->33->2074"
]
},
{
@@ -42800,8 +42858,8 @@
"zh-chs": "用户名",
"zh-cht": "用戶名",
"xloc": [
- "default-mobile.handlebars->11->608",
- "default.handlebars->33->1765"
+ "default-mobile.handlebars->11->618",
+ "default.handlebars->33->1775"
]
},
{
@@ -42876,7 +42934,7 @@
"zh-chs": "用户节",
"zh-cht": "用戶節",
"xloc": [
- "default.handlebars->33->2445"
+ "default.handlebars->33->2455"
]
},
{
@@ -42959,7 +43017,7 @@
"zh-chs": "用户“{0}”",
"zh-cht": "用戶“{0}”",
"xloc": [
- "default.handlebars->33->1012",
+ "default.handlebars->33->1018",
"sharing.handlebars->11->17"
]
},
@@ -42969,8 +43027,8 @@
"fr": "L'utilisateur existe déjà",
"de": "Benutzer existiert bereits.",
"xloc": [
- "default-mobile.handlebars->11->631",
- "default.handlebars->33->2371"
+ "default-mobile.handlebars->11->641",
+ "default.handlebars->33->2381"
]
},
{
@@ -42990,8 +43048,8 @@
"zh-chs": "用户浏览器值",
"zh-cht": "用戶瀏覽器值",
"xloc": [
- "default.handlebars->33->1476",
- "default.handlebars->33->1478"
+ "default.handlebars->33->1486",
+ "default.handlebars->33->1488"
]
},
{
@@ -43011,7 +43069,7 @@
"zh-chs": "用户组已更改:{0}",
"zh-cht": "用戶組已更改:{0}",
"xloc": [
- "default.handlebars->33->1941"
+ "default.handlebars->33->1951"
]
},
{
@@ -43031,7 +43089,7 @@
"zh-chs": "已创建用户组:{0}",
"zh-cht": "已創建用戶組:{0}",
"xloc": [
- "default.handlebars->33->1931"
+ "default.handlebars->33->1941"
]
},
{
@@ -43051,7 +43109,7 @@
"zh-chs": "用户组成员身份已更改:{0}",
"zh-cht": "用戶組成員身份已更改:{0}",
"xloc": [
- "default.handlebars->33->1929"
+ "default.handlebars->33->1939"
]
},
{
@@ -43085,7 +43143,7 @@
"fr": "Tentative de connexion sur un compte bloqué de {0}, {1}, {2}",
"de": "Benutzeranmeldeversuch für gesperrtes Konto von {0}, {1}, {2}",
"xloc": [
- "default.handlebars->33->1971"
+ "default.handlebars->33->1981"
]
},
{
@@ -43094,7 +43152,7 @@
"fr": "Tentative de connexion avec un second facteur erroné de {0}, {1}, {2}",
"de": "Benutzeranmeldeversuch mit falschem 2. Faktor von {0}, {1}, {2}",
"xloc": [
- "default.handlebars->33->1970"
+ "default.handlebars->33->1980"
]
},
{
@@ -43103,8 +43161,8 @@
"fr": "Utilisateur {0} introuvable.",
"de": "Benutzer {0} nicht gefunden",
"xloc": [
- "default-mobile.handlebars->11->639",
- "default.handlebars->33->2379"
+ "default-mobile.handlebars->11->649",
+ "default.handlebars->33->2389"
]
},
{
@@ -43144,15 +43202,15 @@
"zh-chs": "用户名",
"zh-cht": "用戶名",
"xloc": [
- "default-mobile.handlebars->11->339",
- "default-mobile.handlebars->11->396",
- "default.handlebars->33->1078",
- "default.handlebars->33->1552",
- "default.handlebars->33->1557",
- "default.handlebars->33->2076",
+ "default-mobile.handlebars->11->343",
+ "default-mobile.handlebars->11->402",
+ "default.handlebars->33->1084",
+ "default.handlebars->33->1562",
+ "default.handlebars->33->1567",
+ "default.handlebars->33->2086",
"default.handlebars->33->244",
"default.handlebars->33->360",
- "default.handlebars->33->936",
+ "default.handlebars->33->940",
"login2.handlebars->centralTable->1->0->logincell->loginpanel->1->loginuserpassdiv->1->1->0->1",
"login2.handlebars->centralTable->1->0->logincell->loginpanel->1->loginuserpassdiv->1->1->0->1",
"mstsc.handlebars->main->1->3->1->4->1->0",
@@ -43225,9 +43283,9 @@
"zh-chs": "用户",
"zh-cht": "用戶",
"xloc": [
- "default.handlebars->33->2109",
- "default.handlebars->33->2149",
- "default.handlebars->33->2444",
+ "default.handlebars->33->2119",
+ "default.handlebars->33->2159",
+ "default.handlebars->33->2454",
"default.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGeneral"
]
},
@@ -43248,7 +43306,7 @@
"zh-chs": "用户会话",
"zh-cht": "用戶節",
"xloc": [
- "default.handlebars->33->2417"
+ "default.handlebars->33->2427"
]
},
{
@@ -43257,13 +43315,14 @@
"fr": "Utilisateurs {0} introuvables.",
"de": "Benutzer {0} nicht gefunden",
"xloc": [
- "default-mobile.handlebars->11->640",
- "default.handlebars->33->2380"
+ "default-mobile.handlebars->11->650",
+ "default.handlebars->33->2390"
]
},
{
"en": "VNC Connection",
"nl": "VNC verbinding",
+ "fr": "Connexion VNC",
"xloc": [
"default.handlebars->33->609"
]
@@ -43271,6 +43330,7 @@
{
"en": "VNC remote connection port:",
"nl": "VNC extrne verbindingspoort:",
+ "fr": "Port de connexion distant VNC :",
"xloc": [
"default.handlebars->33->608"
]
@@ -43292,7 +43352,7 @@
"zh-chs": "VT100 +(F10 = ESC + [OY)",
"zh-cht": "VT100 +(F10 = ESC + [OY)",
"xloc": [
- "default.handlebars->33->1086",
+ "default.handlebars->33->1096",
"sharing.handlebars->11->38"
]
},
@@ -43323,7 +43383,7 @@
"zh-chs": "验证电邮",
"zh-cht": "驗證電郵",
"xloc": [
- "default.handlebars->33->2031"
+ "default.handlebars->33->2041"
]
},
{
@@ -43332,8 +43392,8 @@
"fr": "Exception de validation",
"de": "Validierungsausnahme",
"xloc": [
- "default-mobile.handlebars->11->633",
- "default.handlebars->33->2373"
+ "default-mobile.handlebars->11->643",
+ "default.handlebars->33->2383"
]
},
{
@@ -43353,7 +43413,7 @@
"zh-chs": "有效期",
"zh-cht": "有效期",
"xloc": [
- "default.handlebars->33->887"
+ "default.handlebars->33->891"
]
},
{
@@ -43373,7 +43433,7 @@
"zh-chs": "文达",
"zh-cht": "文達",
"xloc": [
- "default.handlebars->33->1466"
+ "default.handlebars->33->1476"
]
},
{
@@ -43393,10 +43453,10 @@
"zh-chs": "供应商",
"zh-cht": "供應商",
"xloc": [
- "default-mobile.handlebars->11->503",
- "default-mobile.handlebars->11->506",
- "default.handlebars->33->1203",
- "default.handlebars->33->1206"
+ "default-mobile.handlebars->11->513",
+ "default-mobile.handlebars->11->516",
+ "default.handlebars->33->1213",
+ "default.handlebars->33->1216"
]
},
{
@@ -43437,7 +43497,7 @@
"zh-chs": "已验证",
"zh-cht": "已驗證",
"xloc": [
- "default.handlebars->33->2269"
+ "default.handlebars->33->2279"
]
},
{
@@ -43479,8 +43539,8 @@
"zh-cht": "驗證電話號碼",
"xloc": [
"default-mobile.handlebars->11->87",
- "default.handlebars->33->1248",
- "default.handlebars->33->2027"
+ "default.handlebars->33->1258",
+ "default.handlebars->33->2037"
]
},
{
@@ -43500,7 +43560,7 @@
"zh-chs": "用户{0}的已验证电话号码",
"zh-cht": "用戶{0}的已驗證電話號碼",
"xloc": [
- "default.handlebars->33->1958"
+ "default.handlebars->33->1968"
]
},
{
@@ -43561,14 +43621,14 @@
"zh-chs": "版本",
"zh-cht": "版",
"xloc": [
- "default-mobile.handlebars->11->438",
- "default-mobile.handlebars->11->487",
- "default-mobile.handlebars->11->504",
- "default-mobile.handlebars->11->509",
- "default.handlebars->33->1145",
- "default.handlebars->33->1187",
- "default.handlebars->33->1204",
- "default.handlebars->33->1209",
+ "default-mobile.handlebars->11->448",
+ "default-mobile.handlebars->11->497",
+ "default-mobile.handlebars->11->514",
+ "default-mobile.handlebars->11->519",
+ "default.handlebars->33->1155",
+ "default.handlebars->33->1197",
+ "default.handlebars->33->1214",
+ "default.handlebars->33->1219",
"default.handlebars->container->column_l->p42->p42tbl->1->0->5"
]
},
@@ -43589,7 +43649,7 @@
"zh-chs": "版本不兼容,请先升级您的MeshCentral",
"zh-cht": "版本不兼容,請先升級你的MeshCentral",
"xloc": [
- "default.handlebars->33->2485"
+ "default.handlebars->33->2495"
]
},
{
@@ -43619,8 +43679,8 @@
"nl": "Trillen",
"fr": "Vibrer",
"xloc": [
- "default-mobile.handlebars->11->312",
- "default.handlebars->33->898"
+ "default-mobile.handlebars->11->316",
+ "default.handlebars->33->902"
]
},
{
@@ -43640,7 +43700,7 @@
"zh-chs": "越南文",
"zh-cht": "越南文",
"xloc": [
- "default.handlebars->33->1467"
+ "default.handlebars->33->1477"
]
},
{
@@ -43680,7 +43740,7 @@
"zh-chs": "查看所有事件",
"zh-cht": "查看所有事件",
"xloc": [
- "default.handlebars->33->2101"
+ "default.handlebars->33->2111"
]
},
{
@@ -43700,8 +43760,8 @@
"zh-chs": "查看变更日志",
"zh-cht": "查看變更日誌",
"xloc": [
- "default.handlebars->33->2488",
- "default.handlebars->33->2490"
+ "default.handlebars->33->2498",
+ "default.handlebars->33->2500"
]
},
{
@@ -43721,7 +43781,7 @@
"zh-chs": "查看有关此设备的注释",
"zh-cht": "查看有關此裝置的註釋",
"xloc": [
- "default.handlebars->33->738"
+ "default.handlebars->33->742"
]
},
{
@@ -43741,7 +43801,7 @@
"zh-chs": "查看有关此设备组的注释",
"zh-cht": "查看有關此裝置群的註釋",
"xloc": [
- "default.handlebars->33->1624"
+ "default.handlebars->33->1634"
]
},
{
@@ -43761,7 +43821,7 @@
"zh-chs": "查看有关此用户的注释",
"zh-cht": "查看有關此用戶的註釋",
"xloc": [
- "default.handlebars->33->2243"
+ "default.handlebars->33->2253"
]
},
{
@@ -43782,7 +43842,7 @@
"de": "Vorherige Anmeldungen anzeigen für diesen Benutzer",
"es": "Ver inicios de sesión anteriores de éste usuario",
"xloc": [
- "default.handlebars->33->2256"
+ "default.handlebars->33->2266"
]
},
{
@@ -43802,7 +43862,7 @@
"zh-chs": "沃拉普克",
"zh-cht": "沃拉普克",
"xloc": [
- "default.handlebars->33->1468"
+ "default.handlebars->33->1478"
]
},
{
@@ -43948,8 +44008,8 @@
"zh-chs": "正在等待用户授予访问权限...",
"zh-cht": "正在等待用戶授予訪問權限...",
"xloc": [
- "default-mobile.handlebars->11->355",
- "default.handlebars->33->1001",
+ "default-mobile.handlebars->11->361",
+ "default.handlebars->33->1007",
"sharing.handlebars->11->28",
"sharing.handlebars->11->6"
]
@@ -43971,8 +44031,8 @@
"zh-chs": "唤醒",
"zh-cht": "喚醒",
"xloc": [
- "default.handlebars->33->819",
- "default.handlebars->33->841"
+ "default.handlebars->33->823",
+ "default.handlebars->33->845"
]
},
{
@@ -43992,10 +44052,10 @@
"zh-chs": "唤醒设备",
"zh-cht": "喚醒裝置",
"xloc": [
- "default-mobile.handlebars->11->580",
- "default-mobile.handlebars->11->595",
- "default.handlebars->33->1721",
- "default.handlebars->33->1751"
+ "default-mobile.handlebars->11->590",
+ "default-mobile.handlebars->11->605",
+ "default.handlebars->33->1731",
+ "default.handlebars->33->1761"
]
},
{
@@ -44015,8 +44075,8 @@
"zh-chs": "唤醒",
"zh-cht": "喚醒",
"xloc": [
- "default-mobile.handlebars->11->317",
- "default.handlebars->33->903"
+ "default-mobile.handlebars->11->321",
+ "default.handlebars->33->907"
]
},
{
@@ -44056,7 +44116,7 @@
"zh-chs": "瓦隆",
"zh-cht": "瓦隆",
"xloc": [
- "default.handlebars->33->1469"
+ "default.handlebars->33->1479"
]
},
{
@@ -44076,7 +44136,7 @@
"zh-chs": "弱",
"zh-cht": "弱",
"xloc": [
- "default.handlebars->33->1544"
+ "default.handlebars->33->1554"
]
},
{
@@ -44121,8 +44181,8 @@
"zh-chs": "网络服务器",
"zh-cht": "網絡伺服器",
"xloc": [
- "default.handlebars->33->2468",
- "default.handlebars->33->2469"
+ "default.handlebars->33->2478",
+ "default.handlebars->33->2479"
]
},
{
@@ -44130,7 +44190,7 @@
"nl": "Webserver HTTP Headers",
"fr": "Entêtes du serveur web HTTP",
"xloc": [
- "default.handlebars->33->2472"
+ "default.handlebars->33->2482"
]
},
{
@@ -44150,7 +44210,7 @@
"zh-chs": "Web服务器请求",
"zh-cht": "Web伺服器請求",
"xloc": [
- "default.handlebars->33->2470"
+ "default.handlebars->33->2480"
]
},
{
@@ -44170,7 +44230,7 @@
"zh-chs": "Web套接字中继",
"zh-cht": "Web插座中繼",
"xloc": [
- "default.handlebars->33->2471"
+ "default.handlebars->33->2481"
]
},
{
@@ -44190,7 +44250,7 @@
"zh-chs": "网络RDP",
"zh-cht": "網絡RDP",
"xloc": [
- "default.handlebars->33->769"
+ "default.handlebars->33->773"
]
},
{
@@ -44198,7 +44258,7 @@
"nl": "Web-SSH",
"fr": "Web-SSH",
"xloc": [
- "default.handlebars->33->771"
+ "default.handlebars->33->775"
]
},
{
@@ -44206,7 +44266,7 @@
"nl": "Web-VNC",
"fr": "Web-VNC",
"xloc": [
- "default.handlebars->33->767"
+ "default.handlebars->33->771"
]
},
{
@@ -44214,7 +44274,7 @@
"nl": "WebRDP",
"fr": "WebRDP",
"xloc": [
- "default.handlebars->33->2438"
+ "default.handlebars->33->2448"
]
},
{
@@ -44222,7 +44282,7 @@
"nl": "WebSSH",
"fr": "WebSSH",
"xloc": [
- "default.handlebars->33->2439"
+ "default.handlebars->33->2449"
]
},
{
@@ -44230,7 +44290,7 @@
"nl": "WebVNC",
"fr": "WebVNC",
"xloc": [
- "default.handlebars->33->2440"
+ "default.handlebars->33->2450"
]
},
{
@@ -44292,7 +44352,7 @@
"zh-chs": "威尔士文",
"zh-cht": "威爾士文",
"xloc": [
- "default.handlebars->33->1470"
+ "default.handlebars->33->1480"
]
},
{
@@ -44312,7 +44372,7 @@
"zh-chs": "启用后,任何人都可以使用邀请代码通过以下公共连结将设备加入该设备组:",
"zh-cht": "啟用後,任何人都可以使用邀請代碼通過以下公共鏈結將裝置加入該裝置群:",
"xloc": [
- "default.handlebars->33->1774"
+ "default.handlebars->33->1784"
]
},
{
@@ -44333,7 +44393,7 @@
"zh-cht": "啟用後,每次登入時,你都可以選擇向電郵帳戶接收登入保安編碼,以提高安全性。",
"xloc": [
"default-mobile.handlebars->11->93",
- "default.handlebars->33->1255"
+ "default.handlebars->33->1265"
]
},
{
@@ -44353,7 +44413,7 @@
"zh-chs": "选择此策略时,此服务器不管理英特尔®AMT。 仍然可以通过手动激活和配置Intel AMT来使用它。",
"zh-cht": "選擇此策略時,此服務器不管理英特爾®AMT。 仍然可以通過手動激活和配置Intel AMT來使用它。",
"xloc": [
- "default.handlebars->33->1668"
+ "default.handlebars->33->1678"
]
},
{
@@ -44390,7 +44450,7 @@
"zh-chs": "选择此策略后,将禁用处于客户端控制模式(CCM)的所有英特尔®AMT。 其他设备将清除CIRA,并且仍然可以手动进行管理。",
"zh-cht": "選擇此策略後,將禁用處於客戶端控制模式(CCM)的所有英特爾®AMT。 其他設備將清除CIRA,並且仍然可以手動進行管理。",
"xloc": [
- "default.handlebars->33->1669"
+ "default.handlebars->33->1679"
]
},
{
@@ -44410,7 +44470,7 @@
"zh-chs": "下次登录时将更改。",
"zh-cht": "下次登入時將更改。",
"xloc": [
- "default.handlebars->33->2215"
+ "default.handlebars->33->2225"
]
},
{
@@ -44430,11 +44490,11 @@
"zh-chs": "Win",
"zh-cht": "Win",
"xloc": [
- "default-mobile.handlebars->11->382",
- "default-mobile.handlebars->11->386",
+ "default-mobile.handlebars->11->388",
+ "default-mobile.handlebars->11->392",
"default-mobile.handlebars->dialog->3->dialog3->deskkeys->5",
- "default.handlebars->33->1040",
- "default.handlebars->33->1044",
+ "default.handlebars->33->1046",
+ "default.handlebars->33->1050",
"sharing.handlebars->p11->deskarea0->deskarea4->3->deskkeys->3"
]
},
@@ -44600,7 +44660,7 @@
"zh-chs": "Win32可执行档案",
"zh-cht": "Win32可執行檔案",
"xloc": [
- "default.handlebars->33->964"
+ "default.handlebars->33->968"
]
},
{
@@ -44680,7 +44740,7 @@
"zh-chs": "Windows(32位)",
"zh-cht": "Windows(32位)",
"xloc": [
- "default.handlebars->33->970"
+ "default.handlebars->33->974"
]
},
{
@@ -44700,7 +44760,7 @@
"zh-chs": "Windows(64位)",
"zh-cht": "Windows(64位)",
"xloc": [
- "default.handlebars->33->969"
+ "default.handlebars->33->973"
]
},
{
@@ -44873,7 +44933,7 @@
"zh-cht": "Windows命令提示",
"xloc": [
"default.handlebars->33->538",
- "default.handlebars->33->918"
+ "default.handlebars->33->922"
]
},
{
@@ -44956,7 +45016,7 @@
"zh-cht": "Windows PowerShell",
"xloc": [
"default.handlebars->33->539",
- "default.handlebars->33->919"
+ "default.handlebars->33->923"
]
},
{
@@ -44965,7 +45025,7 @@
"fr": "Sécurité Windows",
"de": "Windows Sicherheit",
"xloc": [
- "default-mobile.handlebars->11->452",
+ "default-mobile.handlebars->11->462",
"default.handlebars->33->704"
]
},
@@ -45047,7 +45107,7 @@
"zh-chs": "换行:关",
"zh-cht": "换行:關",
"xloc": [
- "default.handlebars->33->1132",
+ "default.handlebars->33->1142",
"sharing.handlebars->11->84"
]
},
@@ -45068,7 +45128,7 @@
"zh-chs": "换行:开",
"zh-cht": "换行:開",
"xloc": [
- "default.handlebars->33->1131",
+ "default.handlebars->33->1141",
"sharing.handlebars->11->83"
]
},
@@ -45089,7 +45149,7 @@
"zh-chs": "为此设备写一个事件",
"zh-cht": "為此裝置寫一個事件",
"xloc": [
- "default.handlebars->33->740"
+ "default.handlebars->33->744"
]
},
{
@@ -45150,7 +45210,7 @@
"zh-chs": "XTerm",
"zh-cht": "XTerm",
"xloc": [
- "default.handlebars->33->758"
+ "default.handlebars->33->762"
]
},
{
@@ -45170,7 +45230,7 @@
"zh-chs": "科萨",
"zh-cht": "科薩",
"xloc": [
- "default.handlebars->33->1471"
+ "default.handlebars->33->1481"
]
},
{
@@ -45190,7 +45250,7 @@
"zh-chs": "意第绪文",
"zh-cht": "意第緒文",
"xloc": [
- "default.handlebars->33->1472"
+ "default.handlebars->33->1482"
]
},
{
@@ -45328,7 +45388,7 @@
"zh-chs": "YubiKey™ OTP",
"zh-cht": "YubiKey™OTP",
"xloc": [
- "default.handlebars->33->1274"
+ "default.handlebars->33->1284"
]
},
{
@@ -45369,7 +45429,7 @@
"zh-chs": "邮编档案名",
"zh-cht": "郵編檔案名",
"xloc": [
- "default.handlebars->33->1116",
+ "default.handlebars->33->1126",
"sharing.handlebars->11->68"
]
},
@@ -45452,7 +45512,7 @@
"zh-chs": "祖鲁族",
"zh-cht": "祖魯族",
"xloc": [
- "default.handlebars->33->1473"
+ "default.handlebars->33->1483"
]
},
{
@@ -45720,7 +45780,7 @@
"zh-chs": "\\\\'",
"zh-cht": "\\\\'",
"xloc": [
- "default.handlebars->33->2486"
+ "default.handlebars->33->2496"
]
},
{
@@ -45987,8 +46047,8 @@
"zh-chs": "console.txt",
"zh-cht": "console.txt",
"xloc": [
- "default-mobile.handlebars->11->533",
- "default.handlebars->33->1234"
+ "default-mobile.handlebars->11->543",
+ "default.handlebars->33->1244"
]
},
{
@@ -46009,7 +46069,7 @@
"zh-cht": "複製",
"xloc": [
"default-mobile.handlebars->11->154",
- "default.handlebars->33->1857"
+ "default.handlebars->33->1867"
]
},
{
@@ -46125,8 +46185,8 @@
"zh-chs": "eventslist.csv",
"zh-cht": "eventslist.csv",
"xloc": [
- "default.handlebars->33->1996",
- "default.handlebars->33->2001"
+ "default.handlebars->33->2006",
+ "default.handlebars->33->2011"
]
},
{
@@ -46146,8 +46206,8 @@
"zh-chs": "eventslist.json",
"zh-cht": "eventslist.json",
"xloc": [
- "default.handlebars->33->1998",
- "default.handlebars->33->2002"
+ "default.handlebars->33->2008",
+ "default.handlebars->33->2012"
]
},
{
@@ -46187,8 +46247,8 @@
"zh-chs": "免费",
"zh-cht": "免費",
"xloc": [
- "default.handlebars->33->2425",
- "default.handlebars->33->2428"
+ "default.handlebars->33->2435",
+ "default.handlebars->33->2438"
]
},
{
@@ -46403,7 +46463,7 @@
"zh-chs": "id, name, email, creation, lastlogin, groups, authfactors",
"zh-cht": "id, name, email, creation, lastlogin, groups, authfactors",
"xloc": [
- "default.handlebars->33->2065"
+ "default.handlebars->33->2075"
]
},
{
@@ -46526,7 +46586,7 @@
"zh-chs": "k max,默认为空白",
"zh-cht": "k max,默認為空白",
"xloc": [
- "default.handlebars->33->2093"
+ "default.handlebars->33->2103"
]
},
{
@@ -46667,7 +46727,7 @@
"zh-chs": "macOS ARM (64位)",
"zh-cht": "macOS ARM (64位)",
"xloc": [
- "default.handlebars->33->974"
+ "default.handlebars->33->978"
]
},
{
@@ -46687,7 +46747,7 @@
"zh-chs": "macOS x86 (64位)",
"zh-cht": "macOS x86 (64位)",
"xloc": [
- "default.handlebars->33->973"
+ "default.handlebars->33->977"
]
},
{
@@ -46770,7 +46830,7 @@
"zh-cht": "移動",
"xloc": [
"default-mobile.handlebars->11->155",
- "default.handlebars->33->1858"
+ "default.handlebars->33->1868"
]
},
{
@@ -46874,7 +46934,7 @@
"zh-chs": "servererrors.txt",
"zh-cht": "servererrors.txt",
"xloc": [
- "default.handlebars->33->1578"
+ "default.handlebars->33->1588"
]
},
{
@@ -46894,7 +46954,7 @@
"zh-chs": "servertrace.csv",
"zh-cht": "servertrace.csv",
"xloc": [
- "default.handlebars->33->2480"
+ "default.handlebars->33->2490"
]
},
{
@@ -46960,7 +47020,7 @@
"zh-chs": "time, conn.agent, conn.users, conn.usersessions, conn.relaysession, conn.intelamt, mem.external, mem.heapused, mem.heaptotal, mem.rss",
"zh-cht": "time, conn.agent, conn.users, conn.usersessions, conn.relaysession, conn.intelamt, mem.external, mem.heapused, mem.heaptotal, mem.rss",
"xloc": [
- "default.handlebars->33->2455"
+ "default.handlebars->33->2465"
]
},
{
@@ -46980,7 +47040,7 @@
"zh-chs": "时间,来源,信息",
"zh-cht": "時間,來源,訊息",
"xloc": [
- "default.handlebars->33->2479"
+ "default.handlebars->33->2489"
]
},
{
@@ -47017,8 +47077,8 @@
"zh-chs": "总计",
"zh-cht": "總",
"xloc": [
- "default.handlebars->33->2426",
- "default.handlebars->33->2429"
+ "default.handlebars->33->2436",
+ "default.handlebars->33->2439"
]
},
{
@@ -47101,8 +47161,8 @@
"zh-chs": "userlist.csv",
"zh-cht": "userlist.csv",
"xloc": [
- "default.handlebars->33->2061",
- "default.handlebars->33->2066"
+ "default.handlebars->33->2071",
+ "default.handlebars->33->2076"
]
},
{
@@ -47122,8 +47182,8 @@
"zh-chs": "userlist.json",
"zh-cht": "userlist.json",
"xloc": [
- "default.handlebars->33->2063",
- "default.handlebars->33->2067"
+ "default.handlebars->33->2073",
+ "default.handlebars->33->2077"
]
},
{
@@ -47143,7 +47203,7 @@
"zh-chs": "utc,时间,类型,指令,用户,设备,消息",
"zh-cht": "utc,時間,類型,指令,用戶,裝置,消息",
"xloc": [
- "default.handlebars->33->2000"
+ "default.handlebars->33->2010"
]
},
{
@@ -47163,8 +47223,8 @@
"zh-chs": "{0}",
"zh-cht": "{0}",
"xloc": [
- "default-mobile.handlebars->11->481",
- "default-mobile.handlebars->11->485"
+ "default-mobile.handlebars->11->491",
+ "default-mobile.handlebars->11->495"
]
},
{
@@ -47204,8 +47264,8 @@
"zh-chs": "{0} Gb",
"zh-cht": "{0} Gb",
"xloc": [
- "default.handlebars->33->1832",
- "default.handlebars->33->1837"
+ "default.handlebars->33->1842",
+ "default.handlebars->33->1847"
]
},
{
@@ -47225,9 +47285,9 @@
"zh-chs": "{0} Kb",
"zh-cht": "{0} Kb",
"xloc": [
- "default.handlebars->33->1830",
- "default.handlebars->33->1835",
- "default.handlebars->33->2325"
+ "default.handlebars->33->1840",
+ "default.handlebars->33->1845",
+ "default.handlebars->33->2335"
]
},
{
@@ -47247,12 +47307,12 @@
"zh-chs": "{0} Mb",
"zh-cht": "{0} Mb",
"xloc": [
- "default-mobile.handlebars->11->517",
- "default-mobile.handlebars->11->522",
- "default.handlebars->33->1217",
- "default.handlebars->33->1222",
- "default.handlebars->33->1831",
- "default.handlebars->33->1836"
+ "default-mobile.handlebars->11->527",
+ "default-mobile.handlebars->11->532",
+ "default.handlebars->33->1227",
+ "default.handlebars->33->1232",
+ "default.handlebars->33->1841",
+ "default.handlebars->33->1846"
]
},
{
@@ -47272,8 +47332,8 @@
"zh-chs": "{0} Mb,{1} Mhz",
"zh-cht": "{0} Mb,{1} Mhz",
"xloc": [
- "default-mobile.handlebars->11->515",
- "default.handlebars->33->1215"
+ "default-mobile.handlebars->11->525",
+ "default.handlebars->33->1225"
]
},
{
@@ -47293,7 +47353,7 @@
"zh-chs": "{0}个活跃会话",
"zh-cht": "{0}個活躍節",
"xloc": [
- "default.handlebars->33->2259"
+ "default.handlebars->33->2269"
]
},
{
@@ -47313,8 +47373,8 @@
"zh-chs": "{0} b",
"zh-cht": "{0} b",
"xloc": [
- "default.handlebars->33->1829",
- "default.handlebars->33->1834"
+ "default.handlebars->33->1839",
+ "default.handlebars->33->1844"
]
},
{
@@ -47335,8 +47395,8 @@
"zh-cht": "{0}個字節",
"xloc": [
"default-mobile.handlebars->11->143",
- "default.handlebars->33->1845",
- "default.handlebars->33->2346",
+ "default.handlebars->33->1855",
+ "default.handlebars->33->2356",
"download.handlebars->3->2",
"download2.handlebars->5->2",
"sharing.handlebars->11->97"
@@ -47359,7 +47419,7 @@
"zh-chs": "剩余{0}个字节",
"zh-cht": "剩餘{0}個字節",
"xloc": [
- "default.handlebars->33->1824"
+ "default.handlebars->33->1834"
]
},
{
@@ -47379,7 +47439,7 @@
"zh-chs": "{0}个连接",
"zh-cht": "{0}個連接",
"xloc": [
- "default.handlebars->33->1011",
+ "default.handlebars->33->1017",
"sharing.handlebars->11->16"
]
},
@@ -47389,7 +47449,7 @@
"fr": "{0} de {1} à {2}.",
"de": "{0} von {1} zu {2}.",
"xloc": [
- "default.handlebars->33->932"
+ "default.handlebars->33->936"
]
},
{
@@ -47409,7 +47469,7 @@
"zh-chs": "剩余{0} GB",
"zh-cht": "剩餘{0} GB",
"xloc": [
- "default.handlebars->33->1827"
+ "default.handlebars->33->1837"
]
},
{
@@ -47429,7 +47489,7 @@
"zh-chs": "{0}个群组",
"zh-cht": "{0}個群組",
"xloc": [
- "default.handlebars->33->2220"
+ "default.handlebars->33->2230"
]
},
{
@@ -47486,7 +47546,7 @@
"zh-chs": "剩余{0}千字节",
"zh-cht": "剩餘{0}千字節",
"xloc": [
- "default.handlebars->33->1825"
+ "default.handlebars->33->1835"
]
},
{
@@ -47528,7 +47588,7 @@
"zh-chs": "剩余{0}兆字节",
"zh-cht": "剩餘{0}兆字節",
"xloc": [
- "default.handlebars->33->1826"
+ "default.handlebars->33->1836"
]
},
{
@@ -47568,7 +47628,7 @@
"zh-chs": "{0}未显示更多用户,请使用搜索框查找用户...",
"zh-cht": "{0}未顯示更多用戶,請使用搜索框查找用戶...",
"xloc": [
- "default.handlebars->33->2010"
+ "default.handlebars->33->2020"
]
},
{
@@ -47732,7 +47792,7 @@
"default-mobile.handlebars->11->205",
"default-mobile.handlebars->11->208",
"default-mobile.handlebars->11->211",
- "default.handlebars->33->2014",
+ "default.handlebars->33->2024",
"default.handlebars->33->310",
"default.handlebars->33->313",
"default.handlebars->33->316",
@@ -47828,8 +47888,8 @@
"nl": "{0}, Mask: {1}, Gateway: {2}",
"fr": "{0}, Masque : {1}, Passerelle : {2}",
"xloc": [
- "default-mobile.handlebars->11->479",
- "default-mobile.handlebars->11->483"
+ "default-mobile.handlebars->11->489",
+ "default-mobile.handlebars->11->493"
]
},
{
@@ -47849,7 +47909,7 @@
"zh-chs": "{0},{1}至{2}",
"zh-cht": "{0},{1}至{2}",
"xloc": [
- "default.handlebars->33->803"
+ "default.handlebars->33->807"
]
},
{
@@ -47909,7 +47969,7 @@
"zh-chs": "{0}k在1档案内。最多{1}k",
"zh-cht": "{0}k在1檔案內。最多{1}k",
"xloc": [
- "default.handlebars->33->1839"
+ "default.handlebars->33->1849"
]
},
{
@@ -47929,7 +47989,7 @@
"zh-chs": "{1}k在{0}个档案中。最多{2}k",
"zh-cht": "{1}k在{0}個檔案中。最多{2}k",
"xloc": [
- "default.handlebars->33->1838"
+ "default.handlebars->33->1848"
]
},
{
diff --git a/views/default-mobile.handlebars b/views/default-mobile.handlebars
index 0c05d199..7e15347c 100644
--- a/views/default-mobile.handlebars
+++ b/views/default-mobile.handlebars
@@ -1873,6 +1873,7 @@
node.wifiloc = message.event.node.wifiloc;
node.gpsloc = message.event.node.gpsloc;
node.tags = message.event.node.tags;
+ node.ssh = message.event.node.ssh;
node.userloc = message.event.node.userloc;
node.rdpport = message.event.node.rdpport;
node.rfbport = message.event.node.rfbport;
@@ -3426,6 +3427,15 @@
x += addDeviceAttribute("Tags", '' + groupingTags + '');
}
+ // SSH Credentials
+ if (node.ssh != null) {
+ if ((meshrights & 4) != 0) {
+ x += addDeviceAttribute("Credentials", '' + "SSH" + '
');
+ } else {
+ x += addDeviceAttribute("Credentials", "SSH");
+ }
+ }
+
x += '
';
// Show action button, only show if we have permissions 4, 8, 64
if (((meshrights & (4 + 8 + 64)) != 0) && (node.mtype != 3)) { x += ''; }
@@ -3827,6 +3837,9 @@
meshserver.send({ action: 'changedevice', nodeid: currentNode._id, icon: icon });
}
+ function showClearSshDialog() { setDialogMode(2, "Edit Device", 3, showClearSshDialogEx, "Clear SSH credentials?"); }
+ function showClearSshDialogEx(button, mode) { meshserver.send({ action: 'changedevice', nodeid: currentNode._id, ssh: 0 }); }
+
var showEditNodeValueDialog_modes = ["Device Name", "Hostname", "Description", "Tags"];
var showEditNodeValueDialog_modes2 = ['name', 'host', 'desc', 'tags'];
var showEditNodeValueDialog_modes3 = ['', '', '', "Group1, Group2, Group3"];
@@ -4578,7 +4591,7 @@
var x = '';
x += addHtmlValue("Username", '');
x += addHtmlValue("Password", '');
- x += addHtmlValue('', '');
+ x += '';
setDialogMode(2, "Authentication", 11, sshConnectEx, x, 'ssh');
setTimeout(sshAuthKeyUp, 50);
}
diff --git a/views/default.handlebars b/views/default.handlebars
index e73c2270..7d8898ac 100644
--- a/views/default.handlebars
+++ b/views/default.handlebars
@@ -2951,6 +2951,7 @@
node.wifiloc = message.event.node.wifiloc;
node.gpsloc = message.event.node.gpsloc;
node.tags = message.event.node.tags;
+ node.ssh = message.event.node.ssh;
node.userloc = message.event.node.userloc;
node.rdpport = message.event.node.rdpport;
node.rfbport = message.event.node.rfbport;
@@ -6425,6 +6426,15 @@
x += addDeviceAttribute("Tags", groupingTags);
}
+ // SSH Credentials
+ if (node.ssh != null) {
+ if ((meshrights & 4) != 0) {
+ x += addDeviceAttribute("Credentials", '' + "SSH" + '
');
+ } else {
+ x += addDeviceAttribute("Credentials", "SSH");
+ }
+ }
+
x += '
';
// Show action button, only show if we have permissions 4, 8, 64
if (((meshrights & (4 + 8 + 64)) != 0) && (node.mtype != 3) && ((node.agent == null) || (node.agent.id != 34))) { x += ''; }
@@ -6503,6 +6513,7 @@
var r = serverinfo.devicemeshrouterlinks.extralinks[i], p = 0;
if (doesDeviceMatchFilterTags(node, r.filter)) {
if (typeof r.protocol == 'number') { p = r.protocol; } else if (r.protocol == 'http') { p = 1; } else if (r.protocol == 'https') { p = 2; } else if (r.protocol == 'rdp') { p = 3; } else if (r.protocol == 'ssh') { p = 4; } else if (r.protocol == 'scp') { p = 5; } else if (r.protocol == 'mcrdesktop') { p = 6; } else if (r.protocol == 'mcrfiles') { p = 7; }
+ if (((p == 6) || (p == 7)) && (node.mtype != 2)) continue; // If this is not an agent device, don't show MeshCentral Router desktop/file links.
x += '' + r.name + ' ';
}
}
@@ -7463,6 +7474,9 @@
meshserver.send({ action: 'changedevice', nodeid: currentNode._id, icon: icon });
}
+ function showClearSshDialog() { setDialogMode(2, "Edit Device", 3, showClearSshDialogEx, "Clear SSH credentials?"); }
+ function showClearSshDialogEx(button, mode) { meshserver.send({ action: 'changedevice', nodeid: currentNode._id, ssh: 0 }); }
+
var showEditNodeValueDialog_modes = ["Device Name", "Hostname", "Description", "Tags"];
var showEditNodeValueDialog_modes2 = ['name', 'host', 'desc', 'tags'];
var showEditNodeValueDialog_modes3 = ['', '', '', "Tag1, Tag2, Tag3"];