Version 0.9.47
Ylian Saint-Hilaire committed
Nov 8, 2021 at 12:27 UTC
2150319a3855959e644b758a769145e9fac97c46
3 files changed
+2823
-2817
package.json
+1
-1
@@ -1,6 +1,6 @@
1
{
2
"name": "meshcentral",
3
- "version": "0.9.46",
3
+ "version": "0.9.47",
4
"keywords": [
5
"Remote Device Management",
6
"Remote Device Monitoring",
public/scripts/common-0.0.1-min.js
+1
-1
@@ -1 +1 @@
1
-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(/"/g,""").replace(/'/g,"'"):"boolean"==typeof n||"number"==typeof n?n:void 0}function EscapeHtmlBreaks(n){return"string"==typeof n?n.replace(/&/g,"&").replace(/>/g,">").replace(/</g,"<").replace(/"/g,""").replace(/'/g,"'").replace(/\r/g,"<br />").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+="<br />"+gap(t)+"Item #"+r+": "+ObjectToStringEx(n[r],t+1);else if(n instanceof Object)for(var r in n)e+="<br />"+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<n.length;e++)t+=char2hex(n.charCodeAt(e));return t}function encode_utf8(n){return unescape(encodeURIComponent(n))}function decode_utf8(n){return decodeURIComponent(escape(n))}function data2blob(n){for(var t=new Array(n.length),e=0;e<n.length;e++)t[e]=n.charCodeAt(e);return new Blob([new Uint8Array(t)])}function utf2blob(n){for(var t=[],e=unescape(encodeURIComponent(n)),r=0;r<e.length;r++)t.push(e.charCodeAt(r));return new Blob([new Uint8Array(t)])}function random(n){return Math.floor(Math.random()*n)}function trademarks(n){return n.replace(/\(R\)/g,"®").replace(/\(TM\)/g,"™")}function zeroPad(n,t){null==t&&(t=2);n="00000000"+n;return n.substr(n.length-t)}function isAlphaNumeric(n){return"number"==typeof n||null!=n.match(/^[A-Za-z0-9]+$/)}function isSafeString(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("%")&&-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],a=i.indexOf("=");e[o=i.substring(0,a)]=i.substring(a+1),isSafeString(e[o])?(a=parseInt(e[o]))==e[o]&&(e[o]=a):delete e[o]}return e}function check_webp_feature(t,e){var r=new Image;r.onload=function(){var n=0<r.width&&0<r.height;e(t,n)},r.onerror=function(){e(t,!1)},r.src="data:image/webp;base64,"+{lossy:"UklGRiIAAABXRUJQVlA4IBYAAAAwAQCdASoBAAEADsD+JaQAA3AAAAAA"}[t]}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
1
+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(/"/g,""").replace(/'/g,"'"):"boolean"==typeof n||"number"==typeof n?n:void 0}function EscapeHtmlBreaks(n){return"string"==typeof n?n.replace(/&/g,"&").replace(/>/g,">").replace(/</g,"<").replace(/"/g,""").replace(/'/g,"'").replace(/\r/g,"<br />").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+="<br />"+gap(t)+"Item #"+r+": "+ObjectToStringEx(n[r],t+1);else if(n instanceof Object)for(var r in n)e+="<br />"+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<n.length;e++)t+=char2hex(n.charCodeAt(e));return t}function encode_utf8(n){return unescape(encodeURIComponent(n))}function decode_utf8(n){return decodeURIComponent(escape(n))}function data2blob(n){for(var t=new Array(n.length),e=0;e<n.length;e++)t[e]=n.charCodeAt(e);return new Blob([new Uint8Array(t)])}function utf2blob(n){for(var t=[],e=unescape(encodeURIComponent(n)),r=0;r<e.length;r++)t.push(e.charCodeAt(r));return new Blob([new Uint8Array(t)])}function random(n){return Math.floor(Math.random()*n)}function trademarks(n){return n.replace(/\(R\)/g,"®").replace(/\(TM\)/g,"™")}function zeroPad(n,t){null==t&&(t=2);n="00000000"+n;return n.substr(n.length-t)}function isAlphaNumeric(n){return"number"==typeof n||null!=n.match(/^[A-Za-z0-9]+$/)}function isSafeString(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("%")&&-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(n){var t,e=window.document.location.href,r={},o=(e=e.endsWith("#")?e.substring(0,e.length-1):e).split(/[\?&|]/);for(t in o.splice(0,1),o){var i,a=o[t],c=a.indexOf("=");r[i=a.substring(0,c)]=a.substring(c+1),n&&(r[i]=decodeURIComponent(a.substring(c+1))),isSafeString(r[i])?(c=parseInt(r[i]))==r[i]&&(r[i]=c):delete r[i]}return r}function check_webp_feature(t,e){var r=new Image;r.onload=function(){var n=0<r.width&&0<r.height;e(t,n)},r.onerror=function(){e(t,!1)},r.src="data:image/webp;base64,"+{lossy:"UklGRiIAAABXRUJQVlA4IBYAAAAwAQCdASoBAAEADsD+JaQAA3AAAAAA"}[t]}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
translate/translate.json
+2821
-2815
@@ -44,8 +44,8 @@
44
"zh-chs": " + CIRA",
45
"zh-cht": " + CIRA",
46
"xloc": [
47
- "default.handlebars->37->1774",
48
- "default.handlebars->37->1776"
47
+ "default.handlebars->39->1774",
48
+ "default.handlebars->39->1776"
49
]
50
},
51
{
@@ -70,7 +70,7 @@
70
"zh-cht": " - 1天后重設。",
71
"xloc": [
72
"default-mobile.handlebars->11->57",
73
- "default.handlebars->37->72"
73
+ "default.handlebars->39->72"
74
]
75
},
76
{
@@ -95,7 +95,7 @@
95
"zh-cht": " - 1小時後重設。",
96
"xloc": [
97
"default-mobile.handlebars->11->55",
98
- "default.handlebars->37->70"
98
+ "default.handlebars->39->70"
99
]
100
},
101
{
@@ -120,7 +120,7 @@
120
"zh-cht": " - 1分鐘後重設。",
121
"xloc": [
122
"default-mobile.handlebars->11->53",
123
- "default.handlebars->37->68"
123
+ "default.handlebars->39->68"
124
]
125
},
126
{
@@ -145,7 +145,7 @@
145
"zh-cht": " - 在{0}天內重置。",
146
"xloc": [
147
"default-mobile.handlebars->11->58",
148
- "default.handlebars->37->73"
148
+ "default.handlebars->39->73"
149
]
150
},
151
{
@@ -170,7 +170,7 @@
170
"zh-cht": " - 在{0}小時內重置。",
171
"xloc": [
172
"default-mobile.handlebars->11->56",
173
- "default.handlebars->37->71"
173
+ "default.handlebars->39->71"
174
]
175
},
176
{
@@ -195,7 +195,7 @@
195
"zh-cht": " - 在{0}分鐘內重置。",
196
"xloc": [
197
"default-mobile.handlebars->11->54",
198
- "default.handlebars->37->69"
198
+ "default.handlebars->39->69"
199
]
200
},
201
{
@@ -221,8 +221,8 @@
221
"xloc": [
222
"default-mobile.handlebars->11->51",
223
"default-mobile.handlebars->11->52",
224
- "default.handlebars->37->66",
225
- "default.handlebars->37->67"
224
+ "default.handlebars->39->66",
225
+ "default.handlebars->39->67"
226
]
227
},
228
{
@@ -287,7 +287,7 @@
287
"zh-chs": " 可以使用密码提示,但不建议使用。",
288
"zh-cht": " 可以使用密碼提示,但不建議使用。",
289
"xloc": [
290
- "default.handlebars->37->1672"
290
+ "default.handlebars->39->1672"
291
]
292
},
293
{
@@ -311,8 +311,8 @@
311
"zh-chs": " 用户需要先登录到该服务器一次,然后才能将其添加到设备组。",
312
"zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。",
313
"xloc": [
314
- "default.handlebars->37->1868",
315
- "default.handlebars->37->2385"
314
+ "default.handlebars->39->1868",
315
+ "default.handlebars->39->2385"
316
]
317
},
318
{
@@ -426,7 +426,7 @@
426
"zh-chs": " TLS。",
427
"zh-cht": " TLS。",
428
"xloc": [
429
- "default.handlebars->37->239"
429
+ "default.handlebars->39->239"
430
]
431
},
432
{
@@ -450,7 +450,7 @@
450
"zh-chs": " 没有TLS。",
451
"zh-cht": " 沒有TLS。",
452
"xloc": [
453
- "default.handlebars->37->240"
453
+ "default.handlebars->39->240"
454
]
455
},
456
{
@@ -755,7 +755,7 @@
755
"zh-chs": "(可选的)",
756
"zh-cht": "(可選的)",
757
"xloc": [
758
- "default.handlebars->37->475"
758
+ "default.handlebars->39->475"
759
]
760
},
761
{
@@ -798,8 +798,8 @@
798
"zh-chs": "* 8个字符,1个大写,1个小写,1个数字,1个非字母数字。",
799
"zh-cht": "* 8個字符,1個大寫,1個小寫,1個數字,1個非字母數字。",
800
"xloc": [
801
- "default.handlebars->37->1833",
802
- "default.handlebars->37->438"
801
+ "default.handlebars->39->1833",
802
+ "default.handlebars->39->438"
803
]
804
},
805
{
@@ -823,7 +823,7 @@
823
"zh-chs": "*对于BSD,首先运行“ pkg install wget sudo bash ”。",
824
"zh-cht": "*對於BSD,首先運行“ pkg install wget sudo bash ”。",
825
"xloc": [
826
- "default.handlebars->37->522"
826
+ "default.handlebars->39->522"
827
]
828
},
829
{
@@ -889,7 +889,7 @@
889
"zh-cht": ",",
890
"xloc": [
891
"default-mobile.handlebars->11->657",
892
- "default.handlebars->37->1942"
892
+ "default.handlebars->39->1942"
893
]
894
},
895
{
@@ -934,7 +934,7 @@
934
"zh-cht": ",只適用於Intel®AMT",
935
"xloc": [
936
"default-mobile.handlebars->11->179",
937
- "default.handlebars->37->307"
937
+ "default.handlebars->39->307"
938
]
939
},
940
{
@@ -957,7 +957,7 @@
957
"tr": ", Yerel Cihazlar",
958
"zh-chs": ", 本地设备",
959
"xloc": [
960
- "default.handlebars->37->308"
960
+ "default.handlebars->39->308"
961
]
962
},
963
{
@@ -982,7 +982,7 @@
982
"zh-cht": ",MQTT在線",
983
"xloc": [
984
"default-mobile.handlebars->11->574",
985
- "default.handlebars->37->1382"
985
+ "default.handlebars->39->1382"
986
]
987
},
988
{
@@ -1005,7 +1005,7 @@
1005
"tr": ", İzin Yok",
1006
"zh-chs": ", 不同意",
1007
"xloc": [
1008
- "default.handlebars->37->906"
1008
+ "default.handlebars->39->906"
1009
]
1010
},
1011
{
@@ -1029,7 +1029,7 @@
1029
"zh-chs": ",提示同意",
1030
"zh-cht": ",提示同意",
1031
"xloc": [
1032
- "default.handlebars->37->907"
1032
+ "default.handlebars->39->907"
1033
]
1034
},
1035
{
@@ -1073,7 +1073,7 @@
1073
"zh-chs": ",软体KVM",
1074
"zh-cht": ",軟體KVM",
1075
"xloc": [
1076
- "default.handlebars->37->1123",
1076
+ "default.handlebars->39->1123",
1077
"sharing.handlebars->11->12"
1078
]
1079
},
@@ -1097,7 +1097,7 @@
1097
"tr": ", Araç Çubuğu",
1098
"zh-chs": ", 工具栏",
1099
"xloc": [
1100
- "default.handlebars->37->908"
1100
+ "default.handlebars->39->908"
1101
]
1102
},
1103
{
@@ -1120,7 +1120,7 @@
1120
"tr": ", Sadece Görüntüle",
1121
"zh-chs": ", 只读",
1122
"xloc": [
1123
- "default.handlebars->37->905"
1123
+ "default.handlebars->39->905"
1124
]
1125
},
1126
{
@@ -1147,9 +1147,9 @@
1147
"default-mobile.handlebars->11->377",
1148
"default-mobile.handlebars->11->412",
1149
"default-mobile.handlebars->11->429",
1150
- "default.handlebars->37->1129",
1151
- "default.handlebars->37->1200",
1152
- "default.handlebars->37->1226",
1150
+ "default.handlebars->39->1129",
1151
+ "default.handlebars->39->1200",
1152
+ "default.handlebars->39->1226",
1153
"sharing.handlebars->11->19",
1154
"sharing.handlebars->11->27",
1155
"sharing.handlebars->11->44",
@@ -1337,7 +1337,7 @@
1337
"zh-chs": ",{0}观看",
1338
"zh-cht": ",{0}觀看",
1339
"xloc": [
1340
- "default.handlebars->37->1124",
1340
+ "default.handlebars->39->1124",
1341
"sharing.handlebars->11->13"
1342
]
1343
},
@@ -1439,9 +1439,9 @@
1439
"xloc": [
1440
"default-mobile.handlebars->11->132",
1441
"default-mobile.handlebars->11->445",
1442
- "default.handlebars->37->1245",
1443
- "default.handlebars->37->1997",
1444
- "default.handlebars->37->2583",
1442
+ "default.handlebars->39->1245",
1443
+ "default.handlebars->39->1997",
1444
+ "default.handlebars->39->2583",
1445
"sharing.handlebars->11->50"
1446
]
1447
},
@@ -1596,7 +1596,7 @@
1596
"zh-chs": "1个活跃时段",
1597
"zh-cht": "1個活躍時段",
1598
"xloc": [
1599
- "default.handlebars->37->2473"
1599
+ "default.handlebars->39->2473"
1600
]
1601
},
1602
{
@@ -1622,7 +1622,7 @@
1622
"xloc": [
1623
"default-mobile.handlebars->11->142",
1624
"default-mobile.handlebars->11->700",
1625
- "default.handlebars->37->2021",
1625
+ "default.handlebars->39->2021",
1626
"download.handlebars->3->1",
1627
"download2.handlebars->5->1",
1628
"sharing.handlebars->11->96"
@@ -1649,7 +1649,7 @@
1649
"zh-chs": "1条连接",
1650
"zh-cht": "1位聯絡文",
1651
"xloc": [
1652
- "default.handlebars->37->1126",
1652
+ "default.handlebars->39->1126",
1653
"sharing.handlebars->11->15"
1654
]
1655
},
@@ -1674,9 +1674,9 @@
1674
"zh-chs": "1天",
1675
"zh-cht": "1天",
1676
"xloc": [
1677
- "default.handlebars->37->247",
1678
- "default.handlebars->37->466",
1679
- "default.handlebars->37->480"
1677
+ "default.handlebars->39->247",
1678
+ "default.handlebars->39->466",
1679
+ "default.handlebars->39->480"
1680
]
1681
},
1682
{
@@ -1700,7 +1700,7 @@
1700
"zh-chs": "1组",
1701
"zh-cht": "1群",
1702
"xloc": [
1703
- "default.handlebars->37->2432"
1703
+ "default.handlebars->39->2432"
1704
]
1705
},
1706
{
@@ -1724,9 +1724,9 @@
1724
"zh-chs": "1小时",
1725
"zh-cht": "1小時",
1726
"xloc": [
1727
- "default.handlebars->37->245",
1728
- "default.handlebars->37->464",
1729
- "default.handlebars->37->478"
1727
+ "default.handlebars->39->245",
1728
+ "default.handlebars->39->464",
1729
+ "default.handlebars->39->478"
1730
]
1731
},
1732
{
@@ -1750,8 +1750,8 @@
1750
"zh-chs": "1分钟",
1751
"zh-cht": "1分鐘",
1752
"xloc": [
1753
- "default.handlebars->37->1638",
1754
- "default.handlebars->37->981"
1753
+ "default.handlebars->39->1638",
1754
+ "default.handlebars->39->981"
1755
]
1756
},
1757
{
@@ -1775,7 +1775,7 @@
1775
"zh-chs": "1分钟之后断开连接",
1776
"zh-cht": "1分鐘之後離線",
1777
"xloc": [
1778
- "default.handlebars->37->76"
1778
+ "default.handlebars->39->76"
1779
]
1780
},
1781
{
@@ -1799,9 +1799,9 @@
1799
"zh-chs": "1个月",
1800
"zh-cht": "1個月",
1801
"xloc": [
1802
- "default.handlebars->37->249",
1803
- "default.handlebars->37->468",
1804
- "default.handlebars->37->482"
1802
+ "default.handlebars->39->249",
1803
+ "default.handlebars->39->468",
1804
+ "default.handlebars->39->482"
1805
]
1806
},
1807
{
@@ -1825,7 +1825,7 @@
1825
"zh-chs": "有1个用户没有显示,请使用搜索框查找用户...",
1826
"zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...",
1827
"xloc": [
1828
- "default.handlebars->37->2201"
1828
+ "default.handlebars->39->2201"
1829
]
1830
},
1831
{
@@ -1849,7 +1849,7 @@
1849
"zh-chs": "1个节点",
1850
"zh-cht": "1個節點",
1851
"xloc": [
1852
- "default.handlebars->37->554"
1852
+ "default.handlebars->39->554"
1853
]
1854
},
1855
{
@@ -1913,7 +1913,7 @@
1913
"zh-chs": "1秒",
1914
"xloc": [
1915
"default-mobile.handlebars->11->327",
1916
- "default.handlebars->37->1011"
1916
+ "default.handlebars->39->1011"
1917
]
1918
},
1919
{
@@ -1937,7 +1937,7 @@
1937
"zh-chs": "1秒之后断开连接",
1938
"zh-cht": "1秒之後離線",
1939
"xloc": [
1940
- "default.handlebars->37->74"
1940
+ "default.handlebars->39->74"
1941
]
1942
},
1943
{
@@ -1960,7 +1960,7 @@
1960
"tr": "1 seçili cihaz çevrimdışı.",
1961
"zh-chs": "1 个选定的设备处于离线状态。",
1962
"xloc": [
1963
- "default.handlebars->37->613"
1963
+ "default.handlebars->39->613"
1964
]
1965
},
1966
{
@@ -1983,7 +1983,7 @@
1983
"tr": "1 seçili cihaz çevrimiçi.",
1984
"zh-chs": "1 个选定的设备在线。",
1985
"xloc": [
1986
- "default.handlebars->37->611"
1986
+ "default.handlebars->39->611"
1987
]
1988
},
1989
{
@@ -2013,13 +2013,13 @@
2013
"default-mobile.handlebars->11->208",
2014
"default-mobile.handlebars->11->212",
2015
"default-mobile.handlebars->11->216",
2016
- "default.handlebars->37->2205",
2017
- "default.handlebars->37->366",
2018
- "default.handlebars->37->370",
2019
- "default.handlebars->37->374",
2020
- "default.handlebars->37->378",
2021
- "default.handlebars->37->382",
2022
- "default.handlebars->37->386"
2016
+ "default.handlebars->39->2205",
2017
+ "default.handlebars->39->366",
2018
+ "default.handlebars->39->370",
2019
+ "default.handlebars->39->374",
2020
+ "default.handlebars->39->378",
2021
+ "default.handlebars->39->382",
2022
+ "default.handlebars->39->386"
2023
]
2024
},
2025
{
@@ -2043,9 +2043,9 @@
2043
"zh-chs": "1周",
2044
"zh-cht": "1週",
2045
"xloc": [
2046
- "default.handlebars->37->248",
2047
- "default.handlebars->37->467",
2048
- "default.handlebars->37->481"
2046
+ "default.handlebars->39->248",
2047
+ "default.handlebars->39->467",
2048
+ "default.handlebars->39->481"
2049
]
2050
},
2051
{
@@ -2168,7 +2168,7 @@
2168
"tr": "10 kare/sn",
2169
"zh-chs": "10 帧/秒",
2170
"xloc": [
2171
- "player.handlebars->3->45"
2171
+ "player.handlebars->3->46"
2172
]
2173
},
2174
{
@@ -2192,8 +2192,8 @@
2192
"zh-chs": "10分钟",
2193
"zh-cht": "10分鐘",
2194
"xloc": [
2195
- "default.handlebars->37->1640",
2196
- "default.handlebars->37->983"
2195
+ "default.handlebars->39->1640",
2196
+ "default.handlebars->39->983"
2197
]
2198
},
2199
{
@@ -2217,7 +2217,7 @@
2217
"zh-chs": "10 秒",
2218
"xloc": [
2219
"default-mobile.handlebars->11->329",
2220
- "default.handlebars->37->1013"
2220
+ "default.handlebars->39->1013"
2221
]
2222
},
2223
{
@@ -2241,7 +2241,7 @@
2241
"zh-chs": "10%",
2242
"zh-cht": "10%",
2243
"xloc": [
2244
- "player.handlebars->3->53"
2244
+ "player.handlebars->3->54"
2245
]
2246
},
2247
{
@@ -2340,8 +2340,8 @@
2340
"zh-chs": "12小时",
2341
"zh-cht": "12小時",
2342
"xloc": [
2343
- "default.handlebars->37->1648",
2344
- "default.handlebars->37->991"
2343
+ "default.handlebars->39->1648",
2344
+ "default.handlebars->39->991"
2345
]
2346
},
2347
{
@@ -2411,8 +2411,8 @@
2411
"zh-chs": "15分钟",
2412
"zh-cht": "15分鐘",
2413
"xloc": [
2414
- "default.handlebars->37->1641",
2415
- "default.handlebars->37->984"
2414
+ "default.handlebars->39->1641",
2415
+ "default.handlebars->39->984"
2416
]
2417
},
2418
{
@@ -2436,8 +2436,8 @@
2436
"zh-chs": "16小时",
2437
"zh-cht": "16小時",
2438
"xloc": [
2439
- "default.handlebars->37->1649",
2440
- "default.handlebars->37->992"
2439
+ "default.handlebars->39->1649",
2440
+ "default.handlebars->39->992"
2441
]
2442
},
2443
{
@@ -2461,8 +2461,8 @@
2461
"zh-chs": "2天",
2462
"zh-cht": "2天",
2463
"xloc": [
2464
- "default.handlebars->37->1651",
2465
- "default.handlebars->37->994"
2464
+ "default.handlebars->39->1651",
2465
+ "default.handlebars->39->994"
2466
]
2467
},
2468
{
@@ -2486,8 +2486,8 @@
2486
"zh-chs": "2小时",
2487
"zh-cht": "2小時",
2488
"xloc": [
2489
- "default.handlebars->37->1645",
2490
- "default.handlebars->37->988"
2489
+ "default.handlebars->39->1645",
2490
+ "default.handlebars->39->988"
2491
]
2492
},
2493
{
@@ -2511,7 +2511,7 @@
2511
"zh-chs": "两步登录激活失败。",
2512
"zh-cht": "兩步登入啟用失敗。",
2513
"xloc": [
2514
- "default.handlebars->37->195"
2514
+ "default.handlebars->39->195"
2515
]
2516
},
2517
{
@@ -2535,7 +2535,7 @@
2535
"zh-chs": "两步登录激活删除失败。",
2536
"zh-cht": "兩步登入啟用刪除失敗。",
2537
"xloc": [
2538
- "default.handlebars->37->200"
2538
+ "default.handlebars->39->200"
2539
]
2540
},
2541
{
@@ -2610,7 +2610,7 @@
2610
"tr": "20 kare/sn",
2611
"zh-chs": "20 帧/秒",
2612
"xloc": [
2613
- "player.handlebars->3->46"
2613
+ "player.handlebars->3->47"
2614
]
2615
},
2616
{
@@ -2634,7 +2634,7 @@
2634
"zh-chs": "20%",
2635
"zh-cht": "20%",
2636
"xloc": [
2637
- "player.handlebars->3->52"
2637
+ "player.handlebars->3->53"
2638
]
2639
},
2640
{
@@ -2658,8 +2658,8 @@
2658
"zh-chs": "24小时",
2659
"zh-cht": "24小時",
2660
"xloc": [
2661
- "default.handlebars->37->1650",
2662
- "default.handlebars->37->993"
2661
+ "default.handlebars->39->1650",
2662
+ "default.handlebars->39->993"
2663
]
2664
},
2665
{
@@ -2709,7 +2709,7 @@
2709
"zh-chs": "256色",
2710
"zh-cht": "256色",
2711
"xloc": [
2712
- "player.handlebars->3->33"
2712
+ "player.handlebars->3->34"
2713
]
2714
},
2715
{
@@ -2733,7 +2733,7 @@
2733
"zh-chs": "2FA备份代码已清除",
2734
"zh-cht": "2FA備份代碼已清除",
2735
"xloc": [
2736
- "default.handlebars->37->2132"
2736
+ "default.handlebars->39->2132"
2737
]
2738
},
2739
{
@@ -2757,8 +2757,8 @@
2757
"zh-chs": "启用第二因素身份验证",
2758
"zh-cht": "啟用第二因素身份驗證",
2759
"xloc": [
2760
- "default.handlebars->37->2218",
2761
- "default.handlebars->37->2456"
2760
+ "default.handlebars->39->2218",
2761
+ "default.handlebars->39->2456"
2762
]
2763
},
2764
{
@@ -2900,8 +2900,8 @@
2900
"zh-chs": "30分钟",
2901
"zh-cht": "30分鐘",
2902
"xloc": [
2903
- "default.handlebars->37->1642",
2904
- "default.handlebars->37->985"
2903
+ "default.handlebars->39->1642",
2904
+ "default.handlebars->39->985"
2905
]
2906
},
2907
{
@@ -2925,7 +2925,7 @@
2925
"zh-chs": "32 位",
2926
"xloc": [
2927
"default-mobile.handlebars->11->482",
2928
- "default.handlebars->37->1296"
2928
+ "default.handlebars->39->1296"
2929
]
2930
},
2931
{
@@ -2949,8 +2949,8 @@
2949
"zh-chs": "MeshAgent的32位版本",
2950
"zh-cht": "MeshAgent的32位版本",
2951
"xloc": [
2952
- "default.handlebars->37->512",
2953
- "default.handlebars->37->540"
2952
+ "default.handlebars->39->512",
2953
+ "default.handlebars->39->540"
2954
]
2955
},
2956
{
@@ -3000,8 +3000,8 @@
3000
"zh-chs": "4天",
3001
"zh-cht": "4天",
3002
"xloc": [
3003
- "default.handlebars->37->1652",
3004
- "default.handlebars->37->995"
3003
+ "default.handlebars->39->1652",
3004
+ "default.handlebars->39->995"
3005
]
3006
},
3007
{
@@ -3025,8 +3025,8 @@
3025
"zh-chs": "4个小时",
3026
"zh-cht": "4個小時",
3027
"xloc": [
3028
- "default.handlebars->37->1646",
3029
- "default.handlebars->37->989"
3028
+ "default.handlebars->39->1646",
3029
+ "default.handlebars->39->989"
3030
]
3031
},
3032
{
@@ -3100,7 +3100,7 @@
3100
"zh-chs": "40%",
3101
"zh-cht": "40%",
3102
"xloc": [
3103
- "player.handlebars->3->51"
3103
+ "player.handlebars->3->52"
3104
]
3105
},
3106
{
@@ -3149,8 +3149,8 @@
3149
"zh-chs": "45分钟",
3150
"zh-cht": "45分鐘",
3151
"xloc": [
3152
- "default.handlebars->37->1643",
3153
- "default.handlebars->37->986"
3152
+ "default.handlebars->39->1643",
3153
+ "default.handlebars->39->986"
3154
]
3155
},
3156
{
@@ -3198,8 +3198,8 @@
3198
"zh-chs": "5分钟",
3199
"zh-cht": "5分鐘",
3200
"xloc": [
3201
- "default.handlebars->37->1639",
3202
- "default.handlebars->37->982"
3201
+ "default.handlebars->39->1639",
3202
+ "default.handlebars->39->982"
3203
]
3204
},
3205
{
@@ -3223,7 +3223,7 @@
3223
"zh-chs": "5秒",
3224
"xloc": [
3225
"default-mobile.handlebars->11->328",
3226
- "default.handlebars->37->1012"
3226
+ "default.handlebars->39->1012"
3227
]
3228
},
3229
{
@@ -3373,8 +3373,8 @@
3373
"zh-chs": "60分钟",
3374
"zh-cht": "60分鐘",
3375
"xloc": [
3376
- "default.handlebars->37->1644",
3377
- "default.handlebars->37->987"
3376
+ "default.handlebars->39->1644",
3377
+ "default.handlebars->39->987"
3378
]
3379
},
3380
{
@@ -3398,7 +3398,7 @@
3398
"zh-chs": "60%",
3399
"zh-cht": "60%",
3400
"xloc": [
3401
- "player.handlebars->3->50"
3401
+ "player.handlebars->3->51"
3402
]
3403
},
3404
{
@@ -3448,7 +3448,7 @@
3448
"zh-chs": "64 位",
3449
"xloc": [
3450
"default-mobile.handlebars->11->484",
3451
- "default.handlebars->37->1298"
3451
+ "default.handlebars->39->1298"
3452
]
3453
},
3454
{
@@ -3472,7 +3472,7 @@
3472
"zh-chs": "64位版本的macOS Mesh Agent",
3473
"zh-cht": "64位版本的macOS Mesh Agent",
3474
"xloc": [
3475
- "default.handlebars->37->527"
3475
+ "default.handlebars->39->527"
3476
]
3477
},
3478
{
@@ -3496,8 +3496,8 @@
3496
"zh-chs": "MeshAgent的64位版本",
3497
"zh-cht": "MeshAgent的64位版本",
3498
"xloc": [
3499
- "default.handlebars->37->516",
3500
- "default.handlebars->37->543"
3499
+ "default.handlebars->39->516",
3500
+ "default.handlebars->39->543"
3501
]
3502
},
3503
{
@@ -3521,7 +3521,7 @@
3521
"zh-chs": "65536色",
3522
"zh-cht": "65536色",
3523
"xloc": [
3524
- "player.handlebars->3->35"
3524
+ "player.handlebars->3->36"
3525
]
3526
},
3527
{
@@ -3566,7 +3566,7 @@
3566
"zh-chs": "7天电源状态",
3567
"zh-cht": "7天電源狀態",
3568
"xloc": [
3569
- "default.handlebars->37->1046"
3569
+ "default.handlebars->39->1046"
3570
]
3571
},
3572
{
@@ -3641,10 +3641,10 @@
3641
"zh-chs": "8小時",
3642
"zh-cht": "8小時",
3643
"xloc": [
3644
- "default.handlebars->37->1647",
3645
- "default.handlebars->37->465",
3646
- "default.handlebars->37->479",
3647
- "default.handlebars->37->990"
3644
+ "default.handlebars->39->1647",
3645
+ "default.handlebars->39->465",
3646
+ "default.handlebars->39->479",
3647
+ "default.handlebars->39->990"
3648
]
3649
},
3650
{
@@ -3668,7 +3668,7 @@
3668
"zh-chs": "80%",
3669
"zh-cht": "80%",
3670
"xloc": [
3671
- "player.handlebars->3->49"
3671
+ "player.handlebars->3->50"
3672
]
3673
},
3674
{
@@ -3743,7 +3743,7 @@
3743
"zh-chs": "90%",
3744
"zh-cht": "90%",
3745
"xloc": [
3746
- "player.handlebars->3->48"
3746
+ "player.handlebars->3->49"
3747
]
3748
},
3749
{
@@ -3791,7 +3791,7 @@
3791
"zh-chs": "<a href=\\\"https://www.yubico.com/\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">硬件密钥</a>用作辅助登录身份验证。",
3792
"zh-cht": "<a href=\\\"https://www.yubico.com/\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">硬件密鑰</a>用作輔助登入身份驗證。",
3793
"xloc": [
3794
- "default.handlebars->37->209"
3794
+ "default.handlebars->39->209"
3795
]
3796
},
3797
{
@@ -3956,8 +3956,8 @@
3956
"zh-cht": "ACM",
3957
"xloc": [
3958
"default-mobile.handlebars->11->280",
3959
- "default.handlebars->37->1790",
3960
- "default.handlebars->37->758"
3959
+ "default.handlebars->39->1790",
3960
+ "default.handlebars->39->758"
3961
]
3962
},
3963
{
@@ -4023,8 +4023,8 @@
4023
"zh-chs": "AMT",
4024
"zh-cht": "AMT",
4025
"xloc": [
4026
- "default.handlebars->37->351",
4027
- "default.handlebars->37->582"
4026
+ "default.handlebars->39->351",
4027
+ "default.handlebars->39->582"
4028
]
4029
},
4030
{
@@ -4047,21 +4047,21 @@
4047
"tr": "AMT-OS",
4048
"zh-chs": "操作系统",
4049
"xloc": [
4050
- "default.handlebars->37->2712"
4050
+ "default.handlebars->39->2712"
4051
]
4052
},
4053
{
4054
"en": "AMT-Redir",
4055
"nl": "AMT-Redir",
4056
"xloc": [
4057
- "default.handlebars->37->2617"
4057
+ "default.handlebars->39->2617"
4058
]
4059
},
4060
{
4061
"en": "AMT-WSMAN",
4062
"nl": "AMT-WSMAN",
4063
"xloc": [
4064
- "default.handlebars->37->2616"
4064
+ "default.handlebars->39->2616"
4065
]
4066
},
4067
{
@@ -4086,7 +4086,7 @@
4086
"zh-cht": "ARM-Linaro",
4087
"xloc": [
4088
"default-mobile.handlebars->11->30",
4089
- "default.handlebars->37->37"
4089
+ "default.handlebars->39->37"
4090
]
4091
},
4092
{
@@ -4111,7 +4111,7 @@
4111
"zh-cht": "ARMADA/CORTEX-A53/MUSL (OpenWRT)",
4112
"xloc": [
4113
"default-mobile.handlebars->11->47",
4114
- "default.handlebars->37->54"
4114
+ "default.handlebars->39->54"
4115
]
4116
},
4117
{
@@ -4136,7 +4136,7 @@
4136
"zh-cht": "ARMv6l / ARMv7l",
4137
"xloc": [
4138
"default-mobile.handlebars->11->31",
4139
- "default.handlebars->37->38"
4139
+ "default.handlebars->39->38"
4140
]
4141
},
4142
{
@@ -4161,7 +4161,7 @@
4161
"zh-cht": "ARMv6l / ARMv7l / NoKVM",
4162
"xloc": [
4163
"default-mobile.handlebars->11->33",
4164
- "default.handlebars->37->40"
4164
+ "default.handlebars->39->40"
4165
]
4166
},
4167
{
@@ -4186,7 +4186,7 @@
4186
"zh-cht": "ARMv8 64位",
4187
"xloc": [
4188
"default-mobile.handlebars->11->32",
4189
- "default.handlebars->37->39"
4189
+ "default.handlebars->39->39"
4190
]
4191
},
4192
{
@@ -4211,8 +4211,8 @@
4211
"xloc": [
4212
"default-mobile.handlebars->11->486",
4213
"default-mobile.handlebars->11->488",
4214
- "default.handlebars->37->777",
4215
- "default.handlebars->37->779"
4214
+ "default.handlebars->39->777",
4215
+ "default.handlebars->39->779"
4216
]
4217
},
4218
{
@@ -4237,7 +4237,7 @@
4237
"zh-cht": "拒絕存取",
4238
"xloc": [
4239
"default-mobile.handlebars->11->575",
4240
- "default.handlebars->37->1383"
4240
+ "default.handlebars->39->1383"
4241
]
4242
},
4243
{
@@ -4310,7 +4310,7 @@
4310
"zh-chs": "访问服务器档案",
4311
"zh-cht": "存取伺服器檔案",
4312
"xloc": [
4313
- "default.handlebars->37->2391"
4313
+ "default.handlebars->39->2391"
4314
]
4315
},
4316
{
@@ -4415,11 +4415,11 @@
4415
"default-mobile.handlebars->11->249",
4416
"default-mobile.handlebars->11->251",
4417
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountSecurity->1->0",
4418
- "default.handlebars->37->1681",
4419
- "default.handlebars->37->1683",
4420
- "default.handlebars->37->2765",
4421
- "default.handlebars->37->720",
4422
- "default.handlebars->37->722"
4418
+ "default.handlebars->39->1681",
4419
+ "default.handlebars->39->1683",
4420
+ "default.handlebars->39->2765",
4421
+ "default.handlebars->39->720",
4422
+ "default.handlebars->39->722"
4423
]
4424
},
4425
{
@@ -4443,7 +4443,7 @@
4443
"zh-chs": "帐号设定",
4444
"xloc": [
4445
"default-mobile.handlebars->11->668",
4446
- "default.handlebars->37->2642"
4446
+ "default.handlebars->39->2642"
4447
]
4448
},
4449
{
@@ -4516,7 +4516,7 @@
4516
"zh-chs": "帐户已更改:{0}",
4517
"zh-cht": "帳戶已更改:{0}",
4518
"xloc": [
4519
- "default.handlebars->37->2105"
4519
+ "default.handlebars->39->2105"
4520
]
4521
},
4522
{
@@ -4540,14 +4540,14 @@
4540
"zh-chs": "创建帐户,电子邮件为{0}",
4541
"zh-cht": "創建帳戶,電子郵件為{0}",
4542
"xloc": [
4543
- "default.handlebars->37->2104"
4543
+ "default.handlebars->39->2104"
4544
]
4545
},
4546
{
4547
"en": "Account created, name is {0}.",
4548
"nl": "Account aangemaakt, naam is {0}.",
4549
"xloc": [
4550
- "default.handlebars->37->2167"
4550
+ "default.handlebars->39->2167"
4551
]
4552
},
4553
{
@@ -4571,7 +4571,7 @@
4571
"zh-chs": "创建帐户,用户名是{0}",
4572
"zh-cht": "帳戶已創建,用戶名是{0}",
4573
"xloc": [
4574
- "default.handlebars->37->2103"
4574
+ "default.handlebars->39->2103"
4575
]
4576
},
4577
{
@@ -4595,8 +4595,8 @@
4595
"zh-chs": "帐户已被锁定",
4596
"zh-cht": "帳戶已被鎖定",
4597
"xloc": [
4598
- "default.handlebars->37->2220",
4599
- "default.handlebars->37->2388"
4598
+ "default.handlebars->39->2220",
4599
+ "default.handlebars->39->2388"
4600
]
4601
},
4602
{
@@ -4621,7 +4621,7 @@
4621
"zh-cht": "達到帳戶限制。",
4622
"xloc": [
4623
"default-mobile.handlebars->11->680",
4624
- "default.handlebars->37->2654",
4624
+ "default.handlebars->39->2654",
4625
"login-mobile.handlebars->5->6",
4626
"login.handlebars->5->6",
4627
"login2.handlebars->7->8"
@@ -4674,7 +4674,7 @@
4674
"zh-chs": "帐号登录",
4675
"zh-cht": "帳號登錄",
4676
"xloc": [
4677
- "default.handlebars->37->2040"
4677
+ "default.handlebars->39->2040"
4678
]
4679
},
4680
{
@@ -4697,7 +4697,7 @@
4697
"tr": "{0}, {1}, {2} adresinden hesap girişi",
4698
"zh-chs": "来自 {0}、{1}、{2} 的帐户登录",
4699
"xloc": [
4700
- "default.handlebars->37->2146"
4700
+ "default.handlebars->39->2146"
4701
]
4702
},
4703
{
@@ -4721,7 +4721,7 @@
4721
"zh-chs": "帐户登出",
4722
"zh-cht": "帳戶登出",
4723
"xloc": [
4724
- "default.handlebars->37->2041"
4724
+ "default.handlebars->39->2041"
4725
]
4726
},
4727
{
@@ -4771,7 +4771,7 @@
4771
"zh-chs": "帐户密码已更改:{0}",
4772
"zh-cht": "帳戶密碼已更改:{0}",
4773
"xloc": [
4774
- "default.handlebars->37->2113"
4774
+ "default.handlebars->39->2113"
4775
]
4776
},
4777
{
@@ -4795,7 +4795,7 @@
4795
"zh-chs": "帐户已删除",
4796
"zh-cht": "帳戶已刪除",
4797
"xloc": [
4798
- "default.handlebars->37->2102"
4798
+ "default.handlebars->39->2102"
4799
]
4800
},
4801
{
@@ -4844,7 +4844,7 @@
4844
"zh-cht": "指令",
4845
"xloc": [
4846
"default-mobile.handlebars->11->581",
4847
- "default.handlebars->37->1389",
4847
+ "default.handlebars->39->1389",
4848
"default.handlebars->container->column_l->p42->p42tbl->1->0->8"
4849
]
4850
},
@@ -4869,8 +4869,8 @@
4869
"zh-chs": "动作档案",
4870
"zh-cht": "動作檔案",
4871
"xloc": [
4872
- "default.handlebars->37->1092",
4873
- "default.handlebars->37->1094"
4872
+ "default.handlebars->39->1092",
4873
+ "default.handlebars->39->1094"
4874
]
4875
},
4876
{
@@ -4898,7 +4898,7 @@
4898
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea4->1->3",
4899
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->1",
4900
"default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea4->1->3",
4901
- "default.handlebars->37->836",
4901
+ "default.handlebars->39->836",
4902
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->1",
4903
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->1",
4904
"default.handlebars->container->column_l->p13->p13toolbar->1->0->1->1"
@@ -4925,7 +4925,7 @@
4925
"zh-chs": "使用FAT格式的USB密钥在管理控制模式(ACM)中激活英特尔®AMT。将setup.bin放在其上,然后使用此键引导一台或多台计算机。",
4926
"zh-cht": "使用FAT格式的USB密鑰在管理控制模式(ACM)中激活英特爾®AMT。將setup.bin放在其上,然後使用此鍵引導一台或多台計算機。",
4927
"xloc": [
4928
- "default.handlebars->37->432"
4928
+ "default.handlebars->39->432"
4929
]
4930
},
4931
{
@@ -4997,7 +4997,7 @@
4997
"zh-chs": "如果ACM失败,则激活到CCM",
4998
"zh-cht": "如果ACM失敗,則激活到CCM",
4999
"xloc": [
5000
- "default.handlebars->37->1824"
5000
+ "default.handlebars->39->1824"
5001
]
5002
},
5003
{
@@ -5024,9 +5024,9 @@
5024
"default-mobile.handlebars->11->275",
5025
"default-mobile.handlebars->11->277",
5026
"default-mobile.handlebars->11->537",
5027
- "default.handlebars->37->1344",
5028
- "default.handlebars->37->751",
5029
- "default.handlebars->37->753"
5027
+ "default.handlebars->39->1344",
5028
+ "default.handlebars->39->751",
5029
+ "default.handlebars->39->753"
5030
]
5031
},
5032
{
@@ -5050,7 +5050,7 @@
5050
"zh-chs": "激活",
5051
"zh-cht": "啟動",
5052
"xloc": [
5053
- "default.handlebars->37->278"
5053
+ "default.handlebars->39->278"
5054
]
5055
},
5056
{
@@ -5074,7 +5074,7 @@
5074
"zh-chs": "主动设备共享",
5075
"zh-cht": "主動設備共享",
5076
"xloc": [
5077
- "default.handlebars->37->894"
5077
+ "default.handlebars->39->894"
5078
]
5079
},
5080
{
@@ -5097,7 +5097,7 @@
5097
"tr": "Aktif Giriş Jetonları",
5098
"zh-chs": "活动登录令牌",
5099
"xloc": [
5100
- "default.handlebars->37->1702"
5100
+ "default.handlebars->39->1702"
5101
]
5102
},
5103
{
@@ -5106,7 +5106,7 @@
5106
"pl": "Aktywny użytkownik",
5107
"pt-br": "Usuario activo",
5108
"xloc": [
5109
- "default.handlebars->37->795"
5109
+ "default.handlebars->39->795"
5110
]
5111
},
5112
{
@@ -5115,7 +5115,7 @@
5115
"pl": "Aktywni użytkownicy",
5116
"pt-br": "Usuarios activos",
5117
"xloc": [
5118
- "default.handlebars->37->794"
5118
+ "default.handlebars->39->794"
5119
]
5120
},
5121
{
@@ -5160,7 +5160,7 @@
5160
"zh-chs": "添加",
5161
"xloc": [
5162
"default-mobile.handlebars->11->404",
5163
- "default.handlebars->37->1160"
5163
+ "default.handlebars->39->1160"
5164
]
5165
},
5166
{
@@ -5224,8 +5224,8 @@
5224
"zh-chs": "添加代理",
5225
"zh-cht": "新增代理",
5226
"xloc": [
5227
- "default.handlebars->37->1786",
5228
- "default.handlebars->37->404"
5227
+ "default.handlebars->39->1786",
5228
+ "default.handlebars->39->404"
5229
]
5230
},
5231
{
@@ -5270,9 +5270,9 @@
5270
"zh-chs": "添加设备",
5271
"zh-cht": "新增裝置",
5272
"xloc": [
5273
- "default.handlebars->37->2363",
5274
- "default.handlebars->37->2522",
5275
- "default.handlebars->37->408"
5273
+ "default.handlebars->39->2363",
5274
+ "default.handlebars->39->2522",
5275
+ "default.handlebars->39->408"
5276
]
5277
},
5278
{
@@ -5296,7 +5296,7 @@
5296
"zh-chs": "添加设备日志",
5297
"zh-cht": "新增裝置日誌",
5298
"xloc": [
5299
- "default.handlebars->37->958"
5299
+ "default.handlebars->39->958"
5300
]
5301
},
5302
{
@@ -5320,10 +5320,10 @@
5320
"zh-chs": "添加设备组",
5321
"zh-cht": "新增裝置群",
5322
"xloc": [
5323
- "default.handlebars->37->1904",
5324
- "default.handlebars->37->2357",
5325
- "default.handlebars->37->2510",
5326
- "default.handlebars->37->331"
5323
+ "default.handlebars->39->1904",
5324
+ "default.handlebars->39->2357",
5325
+ "default.handlebars->39->2510",
5326
+ "default.handlebars->39->331"
5327
]
5328
},
5329
{
@@ -5347,7 +5347,7 @@
5347
"zh-chs": "添加设备组权限",
5348
"zh-cht": "新增裝置群權限",
5349
"xloc": [
5350
- "default.handlebars->37->1901"
5350
+ "default.handlebars->39->1901"
5351
]
5352
},
5353
{
@@ -5371,8 +5371,8 @@
5371
"zh-chs": "添加设备权限",
5372
"zh-cht": "新增裝置權限",
5373
"xloc": [
5374
- "default.handlebars->37->1906",
5375
- "default.handlebars->37->1908"
5374
+ "default.handlebars->39->1906",
5375
+ "default.handlebars->39->1908"
5376
]
5377
},
5378
{
@@ -5417,7 +5417,7 @@
5417
"zh-chs": "添加英特尔®AMT设备",
5418
"zh-cht": "新增Intel® AMT裝置",
5419
"xloc": [
5420
- "default.handlebars->37->428"
5420
+ "default.handlebars->39->428"
5421
]
5422
},
5423
{
@@ -5441,7 +5441,7 @@
5441
"zh-chs": "新增密钥",
5442
"zh-cht": "新增密鑰",
5443
"xloc": [
5444
- "default.handlebars->37->213"
5444
+ "default.handlebars->39->213"
5445
]
5446
},
5447
{
@@ -5465,7 +5465,7 @@
5465
"zh-chs": "添加本地",
5466
"zh-cht": "新增本地",
5467
"xloc": [
5468
- "default.handlebars->37->398"
5468
+ "default.handlebars->39->398"
5469
]
5470
},
5471
{
@@ -5509,7 +5509,7 @@
5509
"zh-chs": "添加成员身份",
5510
"zh-cht": "新增成員身份",
5511
"xloc": [
5512
- "default.handlebars->37->2542"
5512
+ "default.handlebars->39->2542"
5513
]
5514
},
5515
{
@@ -5533,7 +5533,7 @@
5533
"zh-chs": "添加 Mesh Agent",
5534
"zh-cht": "新增 Mesh Agent",
5535
"xloc": [
5536
- "default.handlebars->37->553"
5536
+ "default.handlebars->39->553"
5537
]
5538
},
5539
{
@@ -5577,12 +5577,12 @@
5577
"zh-chs": "添加安全密钥",
5578
"zh-cht": "新增安全密鑰",
5579
"xloc": [
5580
- "default.handlebars->37->1428",
5581
- "default.handlebars->37->1429",
5582
- "default.handlebars->37->216",
5583
- "default.handlebars->37->218",
5584
- "default.handlebars->37->221",
5585
- "default.handlebars->37->222"
5580
+ "default.handlebars->39->1428",
5581
+ "default.handlebars->39->1429",
5582
+ "default.handlebars->39->216",
5583
+ "default.handlebars->39->218",
5584
+ "default.handlebars->39->221",
5585
+ "default.handlebars->39->222"
5586
]
5587
},
5588
{
@@ -5607,7 +5607,7 @@
5607
"zh-cht": "新增用戶",
5608
"xloc": [
5609
"default-mobile.handlebars->11->597",
5610
- "default.handlebars->37->886"
5610
+ "default.handlebars->39->886"
5611
]
5612
},
5613
{
@@ -5631,7 +5631,7 @@
5631
"zh-chs": "添加用户设备权限",
5632
"zh-cht": "新增用戶裝置權限",
5633
"xloc": [
5634
- "default.handlebars->37->1911"
5634
+ "default.handlebars->39->1911"
5635
]
5636
},
5637
{
@@ -5655,10 +5655,10 @@
5655
"zh-chs": "添加用户组",
5656
"zh-cht": "新增用戶群",
5657
"xloc": [
5658
- "default.handlebars->37->1782",
5659
- "default.handlebars->37->1903",
5660
- "default.handlebars->37->2516",
5661
- "default.handlebars->37->887"
5658
+ "default.handlebars->39->1782",
5659
+ "default.handlebars->39->1903",
5660
+ "default.handlebars->39->2516",
5661
+ "default.handlebars->39->887"
5662
]
5663
},
5664
{
@@ -5682,7 +5682,7 @@
5682
"zh-chs": "添加用户组设备权限",
5683
"zh-cht": "新增用戶群裝置權限",
5684
"xloc": [
5685
- "default.handlebars->37->1913"
5685
+ "default.handlebars->39->1913"
5686
]
5687
},
5688
{
@@ -5751,8 +5751,8 @@
5751
"zh-chs": "添加用户",
5752
"zh-cht": "新增用戶",
5753
"xloc": [
5754
- "default.handlebars->37->1781",
5755
- "default.handlebars->37->2352"
5754
+ "default.handlebars->39->1781",
5755
+ "default.handlebars->39->2352"
5756
]
5757
},
5758
{
@@ -5776,7 +5776,7 @@
5776
"zh-chs": "将用户添加到设备组",
5777
"zh-cht": "將用戶新增到裝置群",
5778
"xloc": [
5779
- "default.handlebars->37->1900"
5779
+ "default.handlebars->39->1900"
5780
]
5781
},
5782
{
@@ -5800,7 +5800,7 @@
5800
"zh-chs": "将用户添加到用户组",
5801
"zh-cht": "將用戶新增到用戶群",
5802
"xloc": [
5803
- "default.handlebars->37->2387"
5803
+ "default.handlebars->39->2387"
5804
]
5805
},
5806
{
@@ -5824,7 +5824,7 @@
5824
"zh-chs": "添加YubiKey®OTP",
5825
"zh-cht": "新增YubiKey®OTP",
5826
"xloc": [
5827
- "default.handlebars->37->214"
5827
+ "default.handlebars->39->214"
5828
]
5829
},
5830
{
@@ -5847,7 +5847,7 @@
5847
"tr": "\\\"{0}\\\" cihaz grubuna yerel bir cihaz ekleyin.",
5848
"zh-chs": "将本地设备添加到设备组 \\\"{0}\\\"。",
5849
"xloc": [
5850
- "default.handlebars->37->409"
5850
+ "default.handlebars->39->409"
5851
]
5852
},
5853
{
@@ -5871,7 +5871,7 @@
5871
"zh-chs": "通过扫描本地网络添加新的英特尔®AMT计算机。",
5872
"zh-cht": "通過掃描本地網絡新增新的Intel® AMT電腦。",
5873
"xloc": [
5874
- "default.handlebars->37->399"
5874
+ "default.handlebars->39->399"
5875
]
5876
},
5877
{
@@ -5916,7 +5916,7 @@
5916
"zh-chs": "添加位于本地网络上的新英特尔®AMT计算机。",
5917
"zh-cht": "新增位於本地網絡上的新Intel® AMT電腦。",
5918
"xloc": [
5919
- "default.handlebars->37->397"
5919
+ "default.handlebars->39->397"
5920
]
5921
},
5922
{
@@ -5940,7 +5940,7 @@
5940
"zh-chs": "将新的英特尔®AMT设备添加到设备组“{0}”。",
5941
"zh-cht": "將新的Intel® AMT裝置新增到裝置群“{0}”。",
5942
"xloc": [
5943
- "default.handlebars->37->418"
5943
+ "default.handlebars->39->418"
5944
]
5945
},
5946
{
@@ -5964,8 +5964,8 @@
5964
"zh-chs": "通过安装Mesh Agent将新计算机添加到该设备组。",
5965
"zh-cht": "通過安裝Mesh Agent將新電腦新增到該裝置群。",
5966
"xloc": [
5967
- "default.handlebars->37->1785",
5968
- "default.handlebars->37->403"
5967
+ "default.handlebars->39->1785",
5968
+ "default.handlebars->39->403"
5969
]
5970
},
5971
{
@@ -5988,7 +5988,7 @@
5988
"tr": "Yerel ağda bulunan cihazı ekleyin.",
5989
"zh-chs": "添加位于本地网络上的设备。",
5990
"xloc": [
5991
- "default.handlebars->37->407"
5991
+ "default.handlebars->39->407"
5992
]
5993
},
5994
{
@@ -6011,7 +6011,7 @@
6011
"tr": "Yerel cihaz ekle",
6012
"zh-chs": "添加本地设备",
6013
"xloc": [
6014
- "default.handlebars->37->417"
6014
+ "default.handlebars->39->417"
6015
]
6016
},
6017
{
@@ -6035,7 +6035,7 @@
6035
"zh-chs": "添加标签",
6036
"zh-cht": "新增標籤",
6037
"xloc": [
6038
- "default.handlebars->37->627"
6038
+ "default.handlebars->39->627"
6039
]
6040
},
6041
{
@@ -6059,7 +6059,7 @@
6059
"zh-chs": "通过定期在远程设备上以管理员身份运行MeshCmd,添加,激活和配置Intel®AMT以将“{0}”分组。",
6060
"zh-cht": "通過定期在遠程設備上以管理員身份運行MeshCmd,添加,激活和配置Intel®AMT以將“{0}”分組。",
6061
"xloc": [
6062
- "default.handlebars->37->429"
6062
+ "default.handlebars->39->429"
6063
]
6064
},
6065
{
@@ -6083,7 +6083,7 @@
6083
"zh-chs": "添加了身份验证应用程序",
6084
"zh-cht": "添加了身份驗證應用程序",
6085
"xloc": [
6086
- "default.handlebars->37->2129"
6086
+ "default.handlebars->39->2129"
6087
]
6088
},
6089
{
@@ -6107,7 +6107,7 @@
6107
"zh-chs": "已将设备共享{0}从{1}添加到{2}",
6108
"zh-cht": "已將設備共享{0}從{1}添加到{2}",
6109
"xloc": [
6110
- "default.handlebars->37->2140"
6110
+ "default.handlebars->39->2140"
6111
]
6112
},
6113
{
@@ -6131,8 +6131,8 @@
6131
"zh-chs": "已将设备{0}添加到设备组{1}",
6132
"zh-cht": "已將設備{0}添加到設備組{1}",
6133
"xloc": [
6134
- "default.handlebars->37->2096",
6135
- "default.handlebars->37->2123"
6134
+ "default.handlebars->39->2096",
6135
+ "default.handlebars->39->2123"
6136
]
6137
},
6138
{
@@ -6155,7 +6155,7 @@
6155
"tr": "Giriş belirteci eklendi",
6156
"zh-chs": "添加登录令牌",
6157
"xloc": [
6158
- "default.handlebars->37->2154"
6158
+ "default.handlebars->39->2154"
6159
]
6160
},
6161
{
@@ -6178,7 +6178,7 @@
6178
"tr": "Anında iletme bildirimi kimlik doğrulama cihazı eklendi",
6179
"zh-chs": "新增推送通知认证装置",
6180
"xloc": [
6181
- "default.handlebars->37->2152"
6181
+ "default.handlebars->39->2152"
6182
]
6183
},
6184
{
@@ -6202,7 +6202,7 @@
6202
"zh-chs": "添加了安全密钥",
6203
"zh-cht": "添加了安全密鑰",
6204
"xloc": [
6205
- "default.handlebars->37->2134"
6205
+ "default.handlebars->39->2134"
6206
]
6207
},
6208
{
@@ -6226,7 +6226,7 @@
6226
"zh-chs": "已将用户组{0}添加到设备组{1}",
6227
"zh-cht": "已將用戶組{0}添加到設備組{1}",
6228
"xloc": [
6229
- "default.handlebars->37->2107"
6229
+ "default.handlebars->39->2107"
6230
]
6231
},
6232
{
@@ -6250,8 +6250,8 @@
6250
"zh-chs": "已将用户{0}添加到用户组{1}",
6251
"zh-cht": "已將用戶{0}添加到用戶組{1}",
6252
"xloc": [
6253
- "default.handlebars->37->2110",
6254
- "default.handlebars->37->2119"
6253
+ "default.handlebars->39->2110",
6254
+ "default.handlebars->39->2119"
6255
]
6256
},
6257
{
@@ -6275,7 +6275,7 @@
6275
"zh-chs": "地址",
6276
"zh-cht": "地址",
6277
"xloc": [
6278
- "default.handlebars->37->326"
6278
+ "default.handlebars->39->326"
6279
]
6280
},
6281
{
@@ -6299,7 +6299,7 @@
6299
"zh-chs": "地址",
6300
"zh-cht": "地址",
6301
"xloc": [
6302
- "player.handlebars->3->22"
6302
+ "player.handlebars->3->23"
6303
]
6304
},
6305
{
@@ -6324,7 +6324,7 @@
6324
"zh-cht": "管理員控制模式(ACM)",
6325
"xloc": [
6326
"default-mobile.handlebars->11->539",
6327
- "default.handlebars->37->1346"
6327
+ "default.handlebars->39->1346"
6328
]
6329
},
6330
{
@@ -6349,7 +6349,7 @@
6349
"zh-cht": "管理員憑證",
6350
"xloc": [
6351
"default-mobile.handlebars->11->545",
6352
- "default.handlebars->37->1352"
6352
+ "default.handlebars->39->1352"
6353
]
6354
},
6355
{
@@ -6398,7 +6398,7 @@
6398
"zh-chs": "管理领域",
6399
"zh-cht": "管理領域",
6400
"xloc": [
6401
- "default.handlebars->37->2436"
6401
+ "default.handlebars->39->2436"
6402
]
6403
},
6404
{
@@ -6447,7 +6447,7 @@
6447
"zh-chs": "管理领域",
6448
"zh-cht": "管理領域",
6449
"xloc": [
6450
- "default.handlebars->37->2285"
6450
+ "default.handlebars->39->2285"
6451
]
6452
},
6453
{
@@ -6471,7 +6471,7 @@
6471
"zh-chs": "管理员",
6472
"zh-cht": "管理員",
6473
"xloc": [
6474
- "default.handlebars->37->2212"
6474
+ "default.handlebars->39->2212"
6475
]
6476
},
6477
{
@@ -6495,7 +6495,7 @@
6495
"zh-chs": "南非文",
6496
"zh-cht": "南非文",
6497
"xloc": [
6498
- "default.handlebars->37->1431"
6498
+ "default.handlebars->39->1431"
6499
]
6500
},
6501
{
@@ -6523,11 +6523,11 @@
6523
"default-mobile.handlebars->11->241",
6524
"default-mobile.handlebars->11->294",
6525
"default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
6526
- "default.handlebars->37->1972",
6527
- "default.handlebars->37->1985",
6528
- "default.handlebars->37->2710",
6529
- "default.handlebars->37->347",
6530
- "default.handlebars->37->578",
6526
+ "default.handlebars->39->1972",
6527
+ "default.handlebars->39->1985",
6528
+ "default.handlebars->39->2710",
6529
+ "default.handlebars->39->347",
6530
+ "default.handlebars->39->578",
6531
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1"
6532
]
6533
},
@@ -6552,8 +6552,8 @@
6552
"zh-chs": "代理+英特尔AMT",
6553
"zh-cht": "代理+Intel® AMT",
6554
"xloc": [
6555
- "default.handlebars->37->1974",
6556
- "default.handlebars->37->1987"
6555
+ "default.handlebars->39->1974",
6556
+ "default.handlebars->39->1987"
6557
]
6558
},
6559
{
@@ -6603,7 +6603,7 @@
6603
"zh-cht": "代理控制台",
6604
"xloc": [
6605
"default-mobile.handlebars->11->639",
6606
- "default.handlebars->37->1921"
6606
+ "default.handlebars->39->1921"
6607
]
6608
},
6609
{
@@ -6627,7 +6627,7 @@
6627
"zh-chs": "代理错误计数器",
6628
"zh-cht": "代理錯誤計數器",
6629
"xloc": [
6630
- "default.handlebars->37->2679"
6630
+ "default.handlebars->39->2679"
6631
]
6632
},
6633
{
@@ -6650,7 +6650,7 @@
6650
"tr": "Aracı IP adresi",
6651
"zh-chs": "代理IP地址",
6652
"xloc": [
6653
- "default.handlebars->37->303"
6653
+ "default.handlebars->39->303"
6654
]
6655
},
6656
{
@@ -6699,7 +6699,7 @@
6699
"zh-cht": "代理訊息",
6700
"xloc": [
6701
"default-mobile.handlebars->11->219",
6702
- "default.handlebars->37->389"
6702
+ "default.handlebars->39->389"
6703
]
6704
},
6705
{
@@ -6793,7 +6793,7 @@
6793
"zh-chs": "代理时段",
6794
"zh-cht": "代理時段",
6795
"xloc": [
6796
- "default.handlebars->37->2695"
6796
+ "default.handlebars->39->2695"
6797
]
6798
},
6799
{
@@ -6838,7 +6838,7 @@
6838
"zh-cht": "代理標籤",
6839
"xloc": [
6840
"default-mobile.handlebars->11->293",
6841
- "default.handlebars->37->774"
6841
+ "default.handlebars->39->774"
6842
]
6843
},
6844
{
@@ -6861,8 +6861,8 @@
6861
"tr": "Temsilci Türü",
6862
"zh-chs": "代理类型",
6863
"xloc": [
6864
- "default.handlebars->37->297",
6865
- "default.handlebars->37->321"
6864
+ "default.handlebars->39->297",
6865
+ "default.handlebars->39->321"
6866
]
6867
},
6868
{
@@ -6886,7 +6886,7 @@
6886
"zh-chs": "代理类型",
6887
"zh-cht": "代理類型",
6888
"xloc": [
6889
- "default.handlebars->37->1983",
6889
+ "default.handlebars->39->1983",
6890
"default.handlebars->container->column_l->p21->p21main->1->1->meshOsChartDiv->1"
6891
]
6892
},
@@ -6910,8 +6910,8 @@
6910
"tr": "Aracı Sürümü",
6911
"zh-chs": "代理版本",
6912
"xloc": [
6913
- "default.handlebars->37->298",
6914
- "default.handlebars->37->322"
6913
+ "default.handlebars->39->298",
6914
+ "default.handlebars->39->322"
6915
]
6916
},
6917
{
@@ -6935,7 +6935,7 @@
6935
"zh-chs": "代理关闭了与服务器压缩的{0}%代理会话。已发送:{1},已压缩:{2}",
6936
"zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}",
6937
"xloc": [
6938
- "default.handlebars->37->2093"
6938
+ "default.handlebars->39->2093"
6939
]
6940
},
6941
{
@@ -6959,16 +6959,16 @@
6959
"zh-chs": "代理已连接",
6960
"zh-cht": "代理已連接",
6961
"xloc": [
6962
- "default.handlebars->37->228",
6963
- "default.handlebars->37->877",
6964
- "default.handlebars->37->878"
6962
+ "default.handlebars->39->228",
6963
+ "default.handlebars->39->877",
6964
+ "default.handlebars->39->878"
6965
]
6966
},
6967
{
6968
"en": "Agent connected with limited privilages",
6969
"nl": "Agent verbonden met beperkte privileges",
6970
"xloc": [
6971
- "default.handlebars->37->229"
6971
+ "default.handlebars->39->229"
6972
]
6973
},
6974
{
@@ -6992,7 +6992,7 @@
6992
"zh-chs": "代理已断开连接",
6993
"zh-cht": "代理已斷開連接",
6994
"xloc": [
6995
- "default.handlebars->37->233"
6995
+ "default.handlebars->39->233"
6996
]
6997
},
6998
{
@@ -7000,7 +7000,7 @@
7000
"nl": "Agent has hcontrole wordt overgeslagen, dit is onveilig.",
7001
"pl": "Sprawdzanie skrótu agenta jest pomijane, jest to niebezpieczne.",
7002
"xloc": [
7003
- "default.handlebars->37->87"
7003
+ "default.handlebars->39->87"
7004
]
7005
},
7006
{
@@ -7085,7 +7085,7 @@
7085
"zh-cht": "代理離線",
7086
"xloc": [
7087
"default-mobile.handlebars->11->573",
7088
- "default.handlebars->37->1381"
7088
+ "default.handlebars->39->1381"
7089
]
7090
},
7091
{
@@ -7110,7 +7110,7 @@
7110
"zh-cht": "代理在線",
7111
"xloc": [
7112
"default-mobile.handlebars->11->572",
7113
- "default.handlebars->37->1380"
7113
+ "default.handlebars->39->1380"
7114
]
7115
},
7116
{
@@ -7194,7 +7194,7 @@
7194
"zh-chs": "代理在特权降低的远程设备上运行。",
7195
"zh-cht": "代理在特權降低的遠程設備上運行。",
7196
"xloc": [
7197
- "default.handlebars->37->875"
7197
+ "default.handlebars->39->875"
7198
]
7199
},
7200
{
@@ -7298,7 +7298,7 @@
7298
"zh-chs": "代理",
7299
"zh-cht": "代理",
7300
"xloc": [
7301
- "default.handlebars->37->2723"
7301
+ "default.handlebars->39->2723"
7302
]
7303
},
7304
{
@@ -7322,7 +7322,7 @@
7322
"zh-chs": "阿尔巴尼亚文",
7323
"zh-cht": "阿爾巴尼亞文",
7324
"xloc": [
7325
- "default.handlebars->37->1432"
7325
+ "default.handlebars->39->1432"
7326
]
7327
},
7328
{
@@ -7349,7 +7349,7 @@
7349
"default-mobile.handlebars->11->141",
7350
"default-mobile.handlebars->11->446",
7351
"default-mobile.handlebars->11->448",
7352
- "default.handlebars->37->2591",
7352
+ "default.handlebars->39->2591",
7353
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->DevFilterSelect->1"
7354
]
7355
},
@@ -7374,7 +7374,7 @@
7374
"zh-chs": "全部可用",
7375
"zh-cht": "全部可用",
7376
"xloc": [
7377
- "default.handlebars->37->2175"
7377
+ "default.handlebars->39->2175"
7378
]
7379
},
7380
{
@@ -7398,7 +7398,7 @@
7398
"zh-chs": "所有显示",
7399
"zh-cht": "所有顯示",
7400
"xloc": [
7401
- "default.handlebars->37->1193"
7401
+ "default.handlebars->39->1193"
7402
]
7403
},
7404
{
@@ -7422,7 +7422,7 @@
7422
"zh-chs": "所有事件",
7423
"zh-cht": "所有事件",
7424
"xloc": [
7425
- "default.handlebars->37->2173"
7425
+ "default.handlebars->39->2173"
7426
]
7427
},
7428
{
@@ -7446,9 +7446,9 @@
7446
"zh-chs": "全部聚焦",
7447
"zh-cht": "全部聚焦",
7448
"xloc": [
7449
- "default.handlebars->37->1130",
7450
- "default.handlebars->37->1132",
7451
- "default.handlebars->37->1133"
7449
+ "default.handlebars->39->1130",
7450
+ "default.handlebars->39->1132",
7451
+ "default.handlebars->39->1133"
7452
]
7453
},
7454
{
@@ -7492,8 +7492,8 @@
7492
"zh-chs": "允许用户管理此设备组和该组中的设备。",
7493
"zh-cht": "允許用戶管理此裝置群和該群中的裝置。",
7494
"xloc": [
7495
- "default.handlebars->37->1866",
7496
- "default.handlebars->37->2384"
7495
+ "default.handlebars->39->1866",
7496
+ "default.handlebars->39->2384"
7497
]
7498
},
7499
{
@@ -7517,7 +7517,7 @@
7517
"zh-chs": "允许用户管理此设备。",
7518
"zh-cht": "允許用戶管理此裝置。",
7519
"xloc": [
7520
- "default.handlebars->37->1867"
7520
+ "default.handlebars->39->1867"
7521
]
7522
},
7523
{
@@ -7540,7 +7540,7 @@
7540
"tr": "İzin verilmiş",
7541
"zh-chs": "允许",
7542
"xloc": [
7543
- "default.handlebars->37->256"
7543
+ "default.handlebars->39->256"
7544
]
7545
},
7546
{
@@ -7585,7 +7585,7 @@
7585
"zh-cht": "Alpine Linux x86 64 Bit (MUSL)",
7586
"xloc": [
7587
"default-mobile.handlebars->11->39",
7588
- "default.handlebars->37->46"
7588
+ "default.handlebars->39->46"
7589
]
7590
},
7591
{
@@ -7610,8 +7610,8 @@
7610
"xloc": [
7611
"default-mobile.handlebars->11->397",
7612
"default-mobile.handlebars->11->401",
7613
- "default.handlebars->37->1153",
7614
- "default.handlebars->37->1157"
7613
+ "default.handlebars->39->1153",
7614
+ "default.handlebars->39->1157"
7615
]
7616
},
7617
{
@@ -7685,7 +7685,7 @@
7685
"zh-chs": "备用(F10 = ESC + 0)",
7686
"zh-cht": "備用(F10 = ESC + 0)",
7687
"xloc": [
7688
- "default.handlebars->37->1219",
7688
+ "default.handlebars->39->1219",
7689
"sharing.handlebars->11->37"
7690
]
7691
},
@@ -7756,10 +7756,10 @@
7756
"zh-chs": "一直通知",
7757
"zh-cht": "一直通知",
7758
"xloc": [
7759
- "default.handlebars->37->1759",
7760
- "default.handlebars->37->2343",
7761
- "default.handlebars->37->2445",
7762
- "default.handlebars->37->804"
7759
+ "default.handlebars->39->1759",
7760
+ "default.handlebars->39->2343",
7761
+ "default.handlebars->39->2445",
7762
+ "default.handlebars->39->804"
7763
]
7764
},
7765
{
@@ -7783,10 +7783,10 @@
7783
"zh-chs": "一直提示",
7784
"zh-cht": "一直提示",
7785
"xloc": [
7786
- "default.handlebars->37->1760",
7787
- "default.handlebars->37->2344",
7788
- "default.handlebars->37->2446",
7789
- "default.handlebars->37->805"
7786
+ "default.handlebars->39->1760",
7787
+ "default.handlebars->39->2344",
7788
+ "default.handlebars->39->2446",
7789
+ "default.handlebars->39->805"
7790
]
7791
},
7792
{
@@ -7881,8 +7881,8 @@
7881
"agentinvite.handlebars->container->column_l->5->1->tandrotab",
7882
"agentinvite.handlebars->container->column_l->5->androtab->1",
7883
"default-mobile.handlebars->11->20",
7884
- "default.handlebars->37->22",
7885
- "default.handlebars->37->27"
7884
+ "default.handlebars->39->22",
7885
+ "default.handlebars->39->27"
7886
]
7887
},
7888
{
@@ -7998,7 +7998,7 @@
7998
"zh-cht": "安卓x86",
7999
"xloc": [
8000
"default-mobile.handlebars->11->18",
8001
- "default.handlebars->37->25"
8001
+ "default.handlebars->39->25"
8002
]
8003
},
8004
{
@@ -8021,8 +8021,8 @@
8021
"tr": "Anti-virüs etkin değil",
8022
"zh-chs": "杀毒软件未激活",
8023
"xloc": [
8024
- "default.handlebars->37->1976",
8025
- "default.handlebars->37->1990"
8024
+ "default.handlebars->39->1976",
8025
+ "default.handlebars->39->1990"
8026
]
8027
},
8028
{
@@ -8047,7 +8047,7 @@
8047
"zh-cht": "防毒軟體",
8048
"xloc": [
8049
"default-mobile.handlebars->11->502",
8050
- "default.handlebars->37->793"
8050
+ "default.handlebars->39->793"
8051
]
8052
},
8053
{
@@ -8071,7 +8071,7 @@
8071
"zh-chs": "任何可支持的",
8072
"zh-cht": "任何可支持的",
8073
"xloc": [
8074
- "default.handlebars->37->459"
8074
+ "default.handlebars->39->459"
8075
]
8076
},
8077
{
@@ -8096,7 +8096,7 @@
8096
"zh-cht": "蘋果矽",
8097
"xloc": [
8098
"default-mobile.handlebars->11->35",
8099
- "default.handlebars->37->42"
8099
+ "default.handlebars->39->42"
8100
]
8101
},
8102
{
@@ -8120,7 +8120,7 @@
8120
"zh-chs": "苹果macOS",
8121
"zh-cht": "蘋果macOS",
8122
"xloc": [
8123
- "default.handlebars->37->493"
8123
+ "default.handlebars->39->493"
8124
]
8125
},
8126
{
@@ -8144,7 +8144,7 @@
8144
"zh-chs": "仅限Apple macOS",
8145
"zh-cht": "僅限Apple macOS",
8146
"xloc": [
8147
- "default.handlebars->37->461"
8147
+ "default.handlebars->39->461"
8148
]
8149
},
8150
{
@@ -8271,7 +8271,7 @@
8271
"tr": "Uygulama, Her zaman bağlı",
8272
"zh-chs": "应用程序,始终连接",
8273
"xloc": [
8274
- "default.handlebars->37->506"
8274
+ "default.handlebars->39->506"
8275
]
8276
},
8277
{
@@ -8294,7 +8294,7 @@
8294
"tr": "Uygulama, Kullanıcı isteği üzerine bağlanın",
8295
"zh-chs": "应用程序,根据用户请求连接",
8296
"xloc": [
8297
- "default.handlebars->37->505"
8297
+ "default.handlebars->39->505"
8298
]
8299
},
8300
{
@@ -8318,7 +8318,7 @@
8318
"zh-chs": "阿拉伯文(阿尔及利亚)",
8319
"zh-cht": "阿拉伯文(阿爾及利亞)",
8320
"xloc": [
8321
- "default.handlebars->37->1434"
8321
+ "default.handlebars->39->1434"
8322
]
8323
},
8324
{
@@ -8342,7 +8342,7 @@
8342
"zh-chs": "阿拉伯文(巴林)",
8343
"zh-cht": "阿拉伯文(巴林)",
8344
"xloc": [
8345
- "default.handlebars->37->1435"
8345
+ "default.handlebars->39->1435"
8346
]
8347
},
8348
{
@@ -8366,7 +8366,7 @@
8366
"zh-chs": "阿拉伯文(埃及)",
8367
"zh-cht": "阿拉伯文(埃及)",
8368
"xloc": [
8369
- "default.handlebars->37->1436"
8369
+ "default.handlebars->39->1436"
8370
]
8371
},
8372
{
@@ -8390,7 +8390,7 @@
8390
"zh-chs": "阿拉伯文(伊拉克)",
8391
"zh-cht": "阿拉伯文(伊拉克)",
8392
"xloc": [
8393
- "default.handlebars->37->1437"
8393
+ "default.handlebars->39->1437"
8394
]
8395
},
8396
{
@@ -8414,7 +8414,7 @@
8414
"zh-chs": "阿拉伯文(约旦)",
8415
"zh-cht": "阿拉伯文(約旦)",
8416
"xloc": [
8417
- "default.handlebars->37->1438"
8417
+ "default.handlebars->39->1438"
8418
]
8419
},
8420
{
@@ -8438,7 +8438,7 @@
8438
"zh-chs": "阿拉伯文(科威特)",
8439
"zh-cht": "阿拉伯文(科威特)",
8440
"xloc": [
8441
- "default.handlebars->37->1439"
8441
+ "default.handlebars->39->1439"
8442
]
8443
},
8444
{
@@ -8462,7 +8462,7 @@
8462
"zh-chs": "阿拉伯文(黎巴嫩)",
8463
"zh-cht": "阿拉伯文(黎巴嫩)",
8464
"xloc": [
8465
- "default.handlebars->37->1440"
8465
+ "default.handlebars->39->1440"
8466
]
8467
},
8468
{
@@ -8486,7 +8486,7 @@
8486
"zh-chs": "阿拉伯文(利比亚)",
8487
"zh-cht": "阿拉伯文(利比亞)",
8488
"xloc": [
8489
- "default.handlebars->37->1441"
8489
+ "default.handlebars->39->1441"
8490
]
8491
},
8492
{
@@ -8510,7 +8510,7 @@
8510
"zh-chs": "阿拉伯文(摩洛哥)",
8511
"zh-cht": "阿拉伯文(摩洛哥)",
8512
"xloc": [
8513
- "default.handlebars->37->1442"
8513
+ "default.handlebars->39->1442"
8514
]
8515
},
8516
{
@@ -8534,7 +8534,7 @@
8534
"zh-chs": "阿拉伯文(阿曼)",
8535
"zh-cht": "阿拉伯文(阿曼)",
8536
"xloc": [
8537
- "default.handlebars->37->1443"
8537
+ "default.handlebars->39->1443"
8538
]
8539
},
8540
{
@@ -8558,7 +8558,7 @@
8558
"zh-chs": "阿拉伯文(卡塔尔)",
8559
"zh-cht": "阿拉伯文(卡塔爾)",
8560
"xloc": [
8561
- "default.handlebars->37->1444"
8561
+ "default.handlebars->39->1444"
8562
]
8563
},
8564
{
@@ -8582,7 +8582,7 @@
8582
"zh-chs": "阿拉伯文(沙特阿拉伯)",
8583
"zh-cht": "阿拉伯文(沙特阿拉伯)",
8584
"xloc": [
8585
- "default.handlebars->37->1445"
8585
+ "default.handlebars->39->1445"
8586
]
8587
},
8588
{
@@ -8606,7 +8606,7 @@
8606
"zh-chs": "阿拉伯文(标准)",
8607
"zh-cht": "阿拉伯文(標準)",
8608
"xloc": [
8609
- "default.handlebars->37->1433"
8609
+ "default.handlebars->39->1433"
8610
]
8611
},
8612
{
@@ -8630,7 +8630,7 @@
8630
"zh-chs": "阿拉伯文(叙利亚)",
8631
"zh-cht": "阿拉伯文(敘利亞)",
8632
"xloc": [
8633
- "default.handlebars->37->1446"
8633
+ "default.handlebars->39->1446"
8634
]
8635
},
8636
{
@@ -8654,7 +8654,7 @@
8654
"zh-chs": "阿拉伯文(突尼斯)",
8655
"zh-cht": "阿拉伯文(突尼斯)",
8656
"xloc": [
8657
- "default.handlebars->37->1447"
8657
+ "default.handlebars->39->1447"
8658
]
8659
},
8660
{
@@ -8678,7 +8678,7 @@
8678
"zh-chs": "阿拉伯文(阿联酋)",
8679
"zh-cht": "阿拉伯文(阿聯酋)",
8680
"xloc": [
8681
- "default.handlebars->37->1448"
8681
+ "default.handlebars->39->1448"
8682
]
8683
},
8684
{
@@ -8702,7 +8702,7 @@
8702
"zh-chs": "阿拉伯文(也门)",
8703
"zh-cht": "阿拉伯文(也門)",
8704
"xloc": [
8705
- "default.handlebars->37->1449"
8705
+ "default.handlebars->39->1449"
8706
]
8707
},
8708
{
@@ -8726,7 +8726,7 @@
8726
"zh-chs": "阿拉贡文",
8727
"zh-cht": "阿拉貢文",
8728
"xloc": [
8729
- "default.handlebars->37->1450"
8729
+ "default.handlebars->39->1450"
8730
]
8731
},
8732
{
@@ -8753,9 +8753,9 @@
8753
"default-mobile.handlebars->11->481",
8754
"default-mobile.handlebars->11->483",
8755
"default-mobile.handlebars->11->485",
8756
- "default.handlebars->37->1295",
8757
- "default.handlebars->37->1297",
8758
- "default.handlebars->37->1299"
8756
+ "default.handlebars->39->1295",
8757
+ "default.handlebars->39->1297",
8758
+ "default.handlebars->39->1299"
8759
]
8760
},
8761
{
@@ -8779,7 +8779,7 @@
8779
"zh-chs": "您确定要连接到{0}设备吗?",
8780
"zh-cht": "你確定要連接到{0}裝置嗎?",
8781
"xloc": [
8782
- "default.handlebars->37->392"
8782
+ "default.handlebars->39->392"
8783
]
8784
},
8785
{
@@ -8804,7 +8804,7 @@
8804
"zh-cht": "你確定要刪除群{0}嗎?刪除裝置群還將刪除該群中有關裝置的所有訊息。",
8805
"xloc": [
8806
"default-mobile.handlebars->11->604",
8807
- "default.handlebars->37->1838"
8807
+ "default.handlebars->39->1838"
8808
]
8809
},
8810
{
@@ -8828,7 +8828,7 @@
8828
"zh-chs": "您确定要删除节点{0}吗?",
8829
"zh-cht": "你確定要刪除節點{0}嗎?",
8830
"xloc": [
8831
- "default.handlebars->37->1068"
8831
+ "default.handlebars->39->1068"
8832
]
8833
},
8834
{
@@ -8852,7 +8852,7 @@
8852
"zh-chs": "您确定要卸载所选代理吗?",
8853
"zh-cht": "你確定要卸載所選代理嗎?",
8854
"xloc": [
8855
- "default.handlebars->37->1057"
8855
+ "default.handlebars->39->1057"
8856
]
8857
},
8858
{
@@ -8876,7 +8876,7 @@
8876
"zh-chs": "您确定要卸载所选的{0}代理吗?",
8877
"zh-cht": "你確定要卸載所選的{0}代理嗎?",
8878
"xloc": [
8879
- "default.handlebars->37->1056"
8879
+ "default.handlebars->39->1056"
8880
]
8881
},
8882
{
@@ -8900,7 +8900,7 @@
8900
"zh-chs": "您确定要{0}插件吗:{1}",
8901
"zh-cht": "你確定要{0}外掛嗎:{1}",
8902
"xloc": [
8903
- "default.handlebars->37->2774"
8903
+ "default.handlebars->39->2774"
8904
]
8905
},
8906
{
@@ -8924,7 +8924,7 @@
8924
"zh-chs": "Armada370 - ARM32/HF (libc/2.26)",
8925
"xloc": [
8926
"default-mobile.handlebars->11->41",
8927
- "default.handlebars->37->48"
8927
+ "default.handlebars->39->48"
8928
]
8929
},
8930
{
@@ -8948,7 +8948,7 @@
8948
"zh-chs": "亚美尼亚文",
8949
"zh-cht": "亞美尼亞文",
8950
"xloc": [
8951
- "default.handlebars->37->1451"
8951
+ "default.handlebars->39->1451"
8952
]
8953
},
8954
{
@@ -9020,7 +9020,7 @@
9020
"zh-chs": "阿萨姆文",
9021
"zh-cht": "阿薩姆文",
9022
"xloc": [
9023
- "default.handlebars->37->1452"
9023
+ "default.handlebars->39->1452"
9024
]
9025
},
9026
{
@@ -9068,7 +9068,7 @@
9068
"zh-chs": "助手 (Windows)",
9069
"xloc": [
9070
"default-mobile.handlebars->11->40",
9071
- "default.handlebars->37->47"
9071
+ "default.handlebars->39->47"
9072
]
9073
},
9074
{
@@ -9111,8 +9111,8 @@
9111
"tr": "Windows Yardımcısı (.exe)",
9112
"zh-chs": "Windows 助手 (.exe)",
9113
"xloc": [
9114
- "default.handlebars->37->532",
9115
- "default.handlebars->37->536"
9114
+ "default.handlebars->39->532",
9115
+ "default.handlebars->39->536"
9116
]
9117
},
9118
{
@@ -9159,7 +9159,7 @@
9159
"zh-chs": "阿斯图里亚斯文",
9160
"zh-cht": "阿斯圖里亞斯文",
9161
"xloc": [
9162
- "default.handlebars->37->1453"
9162
+ "default.handlebars->39->1453"
9163
]
9164
},
9165
{
@@ -9183,7 +9183,7 @@
9183
"zh-chs": "尝试激活英特尔(R)AMT ACM模式",
9184
"zh-cht": "嘗試激活英特爾(R)AMT ACM模式",
9185
"xloc": [
9186
- "default.handlebars->37->2062"
9186
+ "default.handlebars->39->2062"
9187
]
9188
},
9189
{
@@ -9230,10 +9230,10 @@
9230
"default-mobile.handlebars->11->422",
9231
"default-mobile.handlebars->11->430",
9232
"default-mobile.handlebars->11->439",
9233
- "default.handlebars->37->1201",
9234
- "default.handlebars->37->1210",
9235
- "default.handlebars->37->1228",
9236
- "default.handlebars->37->1236",
9233
+ "default.handlebars->39->1201",
9234
+ "default.handlebars->39->1210",
9235
+ "default.handlebars->39->1228",
9236
+ "default.handlebars->39->1236",
9237
"ssh.handlebars->3->14",
9238
"ssh.handlebars->3->15",
9239
"ssh.handlebars->3->5"
@@ -9260,7 +9260,7 @@
9260
"zh-chs": "认证软件",
9261
"zh-cht": "認證軟體",
9262
"xloc": [
9263
- "default.handlebars->37->2449"
9263
+ "default.handlebars->39->2449"
9264
]
9265
},
9266
{
@@ -9283,9 +9283,9 @@
9283
"tr": "Kimlik Doğrulama Cihazı",
9284
"zh-chs": "认证设备",
9285
"xloc": [
9286
- "default.handlebars->37->1414",
9287
- "default.handlebars->37->1416",
9288
- "default.handlebars->37->1420"
9286
+ "default.handlebars->39->1414",
9287
+ "default.handlebars->39->1416",
9288
+ "default.handlebars->39->1420"
9289
]
9290
},
9291
{
@@ -9310,8 +9310,8 @@
9310
"xloc": [
9311
"default-mobile.handlebars->11->423",
9312
"default-mobile.handlebars->11->440",
9313
- "default.handlebars->37->1212",
9314
- "default.handlebars->37->1237"
9313
+ "default.handlebars->39->1212",
9314
+ "default.handlebars->39->1237"
9315
]
9316
},
9317
{
@@ -9339,10 +9339,10 @@
9339
"default-mobile.handlebars->11->64",
9340
"default-mobile.handlebars->11->95",
9341
"default-mobile.handlebars->11->97",
9342
- "default.handlebars->37->1410",
9343
- "default.handlebars->37->1412",
9344
- "default.handlebars->37->192",
9345
- "default.handlebars->37->197"
9342
+ "default.handlebars->39->1410",
9343
+ "default.handlebars->39->1412",
9344
+ "default.handlebars->39->192",
9345
+ "default.handlebars->39->197"
9346
]
9347
},
9348
{
@@ -9366,7 +9366,7 @@
9366
"zh-chs": "认证软件激活成功。",
9367
"zh-cht": "認證軟體啟動成功。",
9368
"xloc": [
9369
- "default.handlebars->37->193"
9369
+ "default.handlebars->39->193"
9370
]
9371
},
9372
{
@@ -9390,7 +9390,7 @@
9390
"zh-chs": "认证软件已删除。",
9391
"zh-cht": "認證軟體已刪除。",
9392
"xloc": [
9393
- "default.handlebars->37->198"
9393
+ "default.handlebars->39->198"
9394
]
9395
},
9396
{
@@ -9438,7 +9438,7 @@
9438
"zh-chs": "自动删除",
9439
"zh-cht": "自動刪除",
9440
"xloc": [
9441
- "default.handlebars->37->1745"
9441
+ "default.handlebars->39->1745"
9442
]
9443
},
9444
{
@@ -9490,7 +9490,7 @@
9490
"zh-chs": "自动下载代理程序核心转储文件:“{0}”",
9491
"zh-cht": "自動下載代理程序核心轉儲文件:“{0}”",
9492
"xloc": [
9493
- "default.handlebars->37->2143"
9493
+ "default.handlebars->39->2143"
9494
]
9495
},
9496
{
@@ -9580,7 +9580,7 @@
9580
"tr": "Etkin olmayan cihazları otomatik olarak kaldırın",
9581
"zh-chs": "自动移除非活动设备",
9582
"xloc": [
9583
- "default.handlebars->37->1861"
9583
+ "default.handlebars->39->1861"
9584
]
9585
},
9586
{
@@ -9604,7 +9604,7 @@
9604
"zh-chs": "可用內存",
9605
"zh-cht": "可用內存",
9606
"xloc": [
9607
- "default.handlebars->37->2704"
9607
+ "default.handlebars->39->2704"
9608
]
9609
},
9610
{
@@ -9628,7 +9628,7 @@
9628
"zh-chs": "阿塞拜疆文",
9629
"zh-cht": "阿塞拜疆文",
9630
"xloc": [
9631
- "default.handlebars->37->1454"
9631
+ "default.handlebars->39->1454"
9632
]
9633
},
9634
{
@@ -9654,9 +9654,9 @@
9654
"default-mobile.handlebars->11->489",
9655
"default-mobile.handlebars->11->493",
9656
"default-mobile.handlebars->11->497",
9657
- "default.handlebars->37->780",
9658
- "default.handlebars->37->784",
9659
- "default.handlebars->37->788"
9657
+ "default.handlebars->39->780",
9658
+ "default.handlebars->39->784",
9659
+ "default.handlebars->39->788"
9660
]
9661
},
9662
{
@@ -9681,7 +9681,7 @@
9681
"zh-cht": "的BIOS",
9682
"xloc": [
9683
"default-mobile.handlebars->11->551",
9684
- "default.handlebars->37->1358"
9684
+ "default.handlebars->39->1358"
9685
]
9686
},
9687
{
@@ -9789,7 +9789,7 @@
9789
"zh-chs": "退格",
9790
"xloc": [
9791
"default-mobile.handlebars->11->380",
9792
- "default.handlebars->37->1136"
9792
+ "default.handlebars->39->1136"
9793
]
9794
},
9795
{
@@ -9813,7 +9813,7 @@
9813
"zh-chs": "背景与互动",
9814
"zh-cht": "背景與互動",
9815
"xloc": [
9816
- "default.handlebars->37->501"
9816
+ "default.handlebars->39->501"
9817
]
9818
},
9819
{
@@ -9837,10 +9837,10 @@
9837
"zh-chs": "背景与互动",
9838
"zh-cht": "背景與互動",
9839
"xloc": [
9840
- "default.handlebars->37->1952",
9841
- "default.handlebars->37->1959",
9842
- "default.handlebars->37->471",
9843
- "default.handlebars->37->485"
9840
+ "default.handlebars->39->1952",
9841
+ "default.handlebars->39->1959",
9842
+ "default.handlebars->39->471",
9843
+ "default.handlebars->39->485"
9844
]
9845
},
9846
{
@@ -9864,11 +9864,11 @@
9864
"zh-chs": "仅背景",
9865
"zh-cht": "僅背景",
9866
"xloc": [
9867
- "default.handlebars->37->1953",
9868
- "default.handlebars->37->1960",
9869
- "default.handlebars->37->472",
9870
- "default.handlebars->37->486",
9871
- "default.handlebars->37->502"
9867
+ "default.handlebars->39->1953",
9868
+ "default.handlebars->39->1960",
9869
+ "default.handlebars->39->472",
9870
+ "default.handlebars->39->486",
9871
+ "default.handlebars->39->502"
9872
]
9873
},
9874
{
@@ -9917,7 +9917,7 @@
9917
"zh-chs": "备用码",
9918
"zh-cht": "備用碼",
9919
"xloc": [
9920
- "default.handlebars->37->2452"
9920
+ "default.handlebars->39->2452"
9921
]
9922
},
9923
{
@@ -9941,7 +9941,7 @@
9941
"zh-chs": "错误的签名",
9942
"zh-cht": "錯誤的簽名",
9943
"xloc": [
9944
- "default.handlebars->37->2686"
9944
+ "default.handlebars->39->2686"
9945
]
9946
},
9947
{
@@ -9965,7 +9965,7 @@
9965
"zh-chs": "错误的网络证书",
9966
"zh-cht": "錯誤的網絡憑證",
9967
"xloc": [
9968
- "default.handlebars->37->2685"
9968
+ "default.handlebars->39->2685"
9969
]
9970
},
9971
{
@@ -9989,7 +9989,7 @@
9989
"zh-chs": "巴斯克",
9990
"zh-cht": "巴斯克",
9991
"xloc": [
9992
- "default.handlebars->37->1455"
9992
+ "default.handlebars->39->1455"
9993
]
9994
},
9995
{
@@ -10013,7 +10013,7 @@
10013
"zh-chs": "批处理文件上传",
10014
"zh-cht": "批處理文件上傳",
10015
"xloc": [
10016
- "default.handlebars->37->643"
10016
+ "default.handlebars->39->643"
10017
]
10018
},
10019
{
@@ -10061,7 +10061,7 @@
10061
"zh-chs": "将{0}个文件批量上传到文件夹{1}",
10062
"zh-cht": "將{0}個文件批量上傳到文件夾{1}",
10063
"xloc": [
10064
- "default.handlebars->37->2142"
10064
+ "default.handlebars->39->2142"
10065
]
10066
},
10067
{
@@ -10085,7 +10085,7 @@
10085
"zh-chs": "白俄罗斯文",
10086
"zh-cht": "白俄羅斯文",
10087
"xloc": [
10088
- "default.handlebars->37->1457"
10088
+ "default.handlebars->39->1457"
10089
]
10090
},
10091
{
@@ -10109,7 +10109,7 @@
10109
"zh-chs": "孟加拉",
10110
"zh-cht": "孟加拉",
10111
"xloc": [
10112
- "default.handlebars->37->1458"
10112
+ "default.handlebars->39->1458"
10113
]
10114
},
10115
{
@@ -10180,7 +10180,7 @@
10180
"zh-chs": "引导加载程序",
10181
"xloc": [
10182
"default-mobile.handlebars->11->515",
10183
- "default.handlebars->37->1312"
10183
+ "default.handlebars->39->1312"
10184
]
10185
},
10186
{
@@ -10204,7 +10204,7 @@
10204
"zh-chs": "波斯尼亚文",
10205
"zh-cht": "波斯尼亞文",
10206
"xloc": [
10207
- "default.handlebars->37->1459"
10207
+ "default.handlebars->39->1459"
10208
]
10209
},
10210
{
@@ -10228,7 +10228,7 @@
10228
"zh-chs": "布列塔尼",
10229
"zh-cht": "布列塔尼",
10230
"xloc": [
10231
- "default.handlebars->37->1460"
10231
+ "default.handlebars->39->1460"
10232
]
10233
},
10234
{
@@ -10252,7 +10252,7 @@
10252
"zh-chs": "广播",
10253
"zh-cht": "廣播",
10254
"xloc": [
10255
- "default.handlebars->37->2350",
10255
+ "default.handlebars->39->2350",
10256
"default.handlebars->container->column_l->p4->3->1->0->3->1"
10257
]
10258
},
@@ -10277,7 +10277,7 @@
10277
"zh-chs": "广播消息",
10278
"zh-cht": "廣播消息",
10279
"xloc": [
10280
- "default.handlebars->37->2267"
10280
+ "default.handlebars->39->2267"
10281
]
10282
},
10283
{
@@ -10301,7 +10301,7 @@
10301
"zh-chs": "向所有连接的用户广播消息。",
10302
"zh-cht": "向所有連接的用戶廣播消息。",
10303
"xloc": [
10304
- "default.handlebars->37->2262"
10304
+ "default.handlebars->39->2262"
10305
]
10306
},
10307
{
@@ -10325,7 +10325,7 @@
10325
"zh-chs": "浏览器默认",
10326
"xloc": [
10327
"default-mobile.handlebars->11->83",
10328
- "default.handlebars->37->58"
10328
+ "default.handlebars->39->58"
10329
]
10330
},
10331
{
@@ -10349,7 +10349,7 @@
10349
"zh-chs": "保加利亚文",
10350
"zh-cht": "保加利亞文",
10351
"xloc": [
10352
- "default.handlebars->37->1456"
10352
+ "default.handlebars->39->1456"
10353
]
10354
},
10355
{
@@ -10373,7 +10373,7 @@
10373
"zh-chs": "缅甸文",
10374
"zh-cht": "緬甸文",
10375
"xloc": [
10376
- "default.handlebars->37->1461"
10376
+ "default.handlebars->39->1461"
10377
]
10378
},
10379
{
@@ -10396,7 +10396,7 @@
10396
"tr": "Varsayılan olarak, etkin olmayan cihazlar 1 gün sonra kaldırılacaktır.",
10397
"zh-chs": "默认情况下,不活动的设备将在 1 天后移除。",
10398
"xloc": [
10399
- "default.handlebars->37->1863"
10399
+ "default.handlebars->39->1863"
10400
]
10401
},
10402
{
@@ -10419,21 +10419,21 @@
10419
"tr": "Varsayılan olarak, etkin olmayan cihazlar {0} gün sonra kaldırılacaktır.",
10420
"zh-chs": "默认情况下,非活动设备将在 {0} 天后移除。",
10421
"xloc": [
10422
- "default.handlebars->37->1864"
10422
+ "default.handlebars->39->1864"
10423
]
10424
},
10425
{
10426
"en": "Bytes In",
10427
"nl": "Bytes in",
10428
"xloc": [
10429
- "default.handlebars->37->2609"
10429
+ "default.handlebars->39->2609"
10430
]
10431
},
10432
{
10433
"en": "Bytes Out",
10434
"nl": "Bytes uit",
10435
"xloc": [
10436
- "default.handlebars->37->2610"
10436
+ "default.handlebars->39->2610"
10437
]
10438
},
10439
{
@@ -10458,7 +10458,7 @@
10458
"zh-cht": "CCM",
10459
"xloc": [
10460
"default-mobile.handlebars->11->279",
10461
- "default.handlebars->37->756"
10461
+ "default.handlebars->39->756"
10462
]
10463
},
10464
{
@@ -10482,7 +10482,7 @@
10482
"zh-chs": "CCM模式",
10483
"zh-cht": "CCM模式",
10484
"xloc": [
10485
- "default.handlebars->37->1821"
10485
+ "default.handlebars->39->1821"
10486
]
10487
},
10488
{
@@ -10507,9 +10507,9 @@
10507
"zh-cht": "CIRA",
10508
"xloc": [
10509
"default-mobile.handlebars->11->242",
10510
- "default.handlebars->37->2711",
10511
- "default.handlebars->37->349",
10512
- "default.handlebars->37->580"
10510
+ "default.handlebars->39->2711",
10511
+ "default.handlebars->39->349",
10512
+ "default.handlebars->39->580"
10513
]
10514
},
10515
{
@@ -10533,7 +10533,7 @@
10533
"zh-chs": "CIRA服务器",
10534
"zh-cht": "CIRA伺服器",
10535
"xloc": [
10536
- "default.handlebars->37->2758"
10536
+ "default.handlebars->39->2758"
10537
]
10538
},
10539
{
@@ -10557,7 +10557,7 @@
10557
"zh-chs": "CIRA服务器命令",
10558
"zh-cht": "CIRA伺服器指令",
10559
"xloc": [
10560
- "default.handlebars->37->2759"
10560
+ "default.handlebars->39->2759"
10561
]
10562
},
10563
{
@@ -10565,7 +10565,7 @@
10565
"nl": "CIRA lokale FQDN's genegeerd wanneer server in LAN-only of WAN-only modus.",
10566
"pl": "Lokalna nazwa FQDN CIRA jest ignorowana, gdy serwer działa w trybie tylko LAN lub tylko WAN.",
10567
"xloc": [
10568
- "default.handlebars->37->85"
10568
+ "default.handlebars->39->85"
10569
]
10570
},
10571
{
@@ -10589,7 +10589,7 @@
10589
"zh-chs": "CIRA设置",
10590
"zh-cht": "CIRA設置",
10591
"xloc": [
10592
- "default.handlebars->37->1829"
10592
+ "default.handlebars->39->1829"
10593
]
10594
},
10595
{
@@ -10614,8 +10614,8 @@
10614
"zh-cht": "CPU",
10615
"xloc": [
10616
"default-mobile.handlebars->11->557",
10617
- "default.handlebars->37->1364",
10618
- "default.handlebars->37->2735",
10617
+ "default.handlebars->39->1364",
10618
+ "default.handlebars->39->2735",
10619
"default.handlebars->container->column_l->p40->3->1->p40type->5"
10620
]
10621
},
@@ -10640,7 +10640,7 @@
10640
"zh-chs": "CPU负载",
10641
"zh-cht": "CPU負載",
10642
"xloc": [
10643
- "default.handlebars->37->2700"
10643
+ "default.handlebars->39->2700"
10644
]
10645
},
10646
{
@@ -10664,7 +10664,7 @@
10664
"zh-chs": "最近15分钟的CPU负载",
10665
"zh-cht": "最近15分鐘的CPU負載",
10666
"xloc": [
10667
- "default.handlebars->37->2703"
10667
+ "default.handlebars->39->2703"
10668
]
10669
},
10670
{
@@ -10688,7 +10688,7 @@
10688
"zh-chs": "最近5分钟的CPU负载",
10689
"zh-cht": "最近5分鐘的CPU負載",
10690
"xloc": [
10691
- "default.handlebars->37->2702"
10691
+ "default.handlebars->39->2702"
10692
]
10693
},
10694
{
@@ -10712,7 +10712,7 @@
10712
"zh-chs": "最近一分钟的CPU负载",
10713
"zh-cht": "最近一分鐘的CPU負載",
10714
"xloc": [
10715
- "default.handlebars->37->2701"
10715
+ "default.handlebars->39->2701"
10716
]
10717
},
10718
{
@@ -10736,8 +10736,8 @@
10736
"zh-chs": "CR+LF",
10737
"zh-cht": "CR+LF",
10738
"xloc": [
10739
- "default.handlebars->37->1198",
10740
- "default.handlebars->37->1221",
10739
+ "default.handlebars->39->1198",
10740
+ "default.handlebars->39->1221",
10741
"default.handlebars->container->column_l->p12->termTable->1->1->4->1->1->terminalSettingsButtons",
10742
"sharing.handlebars->11->25",
10743
"sharing.handlebars->11->39",
@@ -10765,7 +10765,7 @@
10765
"zh-chs": "CSV",
10766
"zh-cht": "CSV",
10767
"xloc": [
10768
- "default.handlebars->37->2183"
10768
+ "default.handlebars->39->2183"
10769
]
10770
},
10771
{
@@ -10789,9 +10789,9 @@
10789
"zh-chs": "CSV格式",
10790
"zh-cht": "CSV格式",
10791
"xloc": [
10792
- "default.handlebars->37->2187",
10793
- "default.handlebars->37->2254",
10794
- "default.handlebars->37->651"
10792
+ "default.handlebars->39->2187",
10793
+ "default.handlebars->39->2254",
10794
+ "default.handlebars->39->651"
10795
]
10796
},
10797
{
@@ -10836,7 +10836,7 @@
10836
"zh-chs": "呼叫错误",
10837
"zh-cht": "呼叫錯誤",
10838
"xloc": [
10839
- "default.handlebars->37->2775"
10839
+ "default.handlebars->39->2775"
10840
]
10841
},
10842
{
@@ -10844,7 +10844,7 @@
10844
"nl": "Er mogen niet meer dan 4 CIRA lokale FQDN's zijn. Waarde wordt genegeerd.",
10845
"pl": "Nie może mieć więcej niż 4 lokalnych FQDN CIRA. Ignorowanie wartości.",
10846
"xloc": [
10847
- "default.handlebars->37->86"
10847
+ "default.handlebars->39->86"
10848
]
10849
},
10850
{
@@ -10871,9 +10871,9 @@
10871
"agent-translations.json",
10872
"default-mobile.handlebars->11->106",
10873
"default-mobile.handlebars->dialog->idx_dlgButtonBar",
10874
- "default.handlebars->37->1722",
10875
- "default.handlebars->37->2764",
10876
- "default.handlebars->37->445",
10874
+ "default.handlebars->39->1722",
10875
+ "default.handlebars->39->2764",
10876
+ "default.handlebars->39->445",
10877
"default.handlebars->container->dialog->idx_dlgButtonBar",
10878
"login-mobile.handlebars->dialog->idx_dlgButtonBar",
10879
"login.handlebars->dialog->idx_dlgButtonBar",
@@ -10948,9 +10948,9 @@
10948
"default-mobile.handlebars->11->562",
10949
"default-mobile.handlebars->11->567",
10950
"default-mobile.handlebars->11->569",
10951
- "default.handlebars->37->1369",
10952
- "default.handlebars->37->1374",
10953
- "default.handlebars->37->1376"
10951
+ "default.handlebars->39->1369",
10952
+ "default.handlebars->39->1374",
10953
+ "default.handlebars->39->1376"
10954
]
10955
},
10956
{
@@ -10975,7 +10975,7 @@
10975
"zh-cht": "容量/速度",
10976
"xloc": [
10977
"default-mobile.handlebars->11->560",
10978
- "default.handlebars->37->1367"
10978
+ "default.handlebars->39->1367"
10979
]
10980
},
10981
{
@@ -10999,7 +10999,7 @@
10999
"zh-chs": "加泰罗尼亚文",
11000
"zh-cht": "加泰羅尼亞文",
11001
"xloc": [
11002
- "default.handlebars->37->1462"
11002
+ "default.handlebars->39->1462"
11003
]
11004
},
11005
{
@@ -11023,7 +11023,7 @@
11023
"zh-chs": "在这里为中心显示地图",
11024
"zh-cht": "在這裡為中心顯示地圖",
11025
"xloc": [
11026
- "default.handlebars->37->711"
11026
+ "default.handlebars->39->711"
11027
]
11028
},
11029
{
@@ -11067,8 +11067,8 @@
11067
"zh-chs": "证书将在 {0} 天后到期",
11068
"xloc": [
11069
"default-mobile.handlebars->11->59",
11070
- "default.handlebars->37->102",
11071
- "default.handlebars->37->103"
11070
+ "default.handlebars->39->102",
11071
+ "default.handlebars->39->103"
11072
]
11073
},
11074
{
@@ -11092,7 +11092,7 @@
11092
"zh-chs": "查莫罗",
11093
"zh-cht": "查莫羅",
11094
"xloc": [
11095
- "default.handlebars->37->1463"
11095
+ "default.handlebars->39->1463"
11096
]
11097
},
11098
{
@@ -11142,7 +11142,7 @@
11142
"zh-chs": "更改{0}的电邮",
11143
"zh-cht": "更改{0}的電郵",
11144
"xloc": [
11145
- "default.handlebars->37->2497"
11145
+ "default.handlebars->39->2497"
11146
]
11147
},
11148
{
@@ -11166,9 +11166,9 @@
11166
"zh-chs": "更改组",
11167
"zh-cht": "更改群",
11168
"xloc": [
11169
- "default.handlebars->37->1065",
11170
- "default.handlebars->37->1066",
11171
- "default.handlebars->37->849"
11169
+ "default.handlebars->39->1065",
11170
+ "default.handlebars->39->1066",
11171
+ "default.handlebars->39->849"
11172
]
11173
},
11174
{
@@ -11193,8 +11193,8 @@
11193
"zh-cht": "更改密碼",
11194
"xloc": [
11195
"default-mobile.handlebars->11->114",
11196
- "default.handlebars->37->1678",
11197
- "default.handlebars->37->2470"
11196
+ "default.handlebars->39->1678",
11197
+ "default.handlebars->39->2470"
11198
]
11199
},
11200
{
@@ -11218,7 +11218,7 @@
11218
"zh-chs": "更改{0}的密码",
11219
"zh-cht": "更改{0}的密碼",
11220
"xloc": [
11221
- "default.handlebars->37->2506"
11221
+ "default.handlebars->39->2506"
11222
]
11223
},
11224
{
@@ -11242,7 +11242,7 @@
11242
"zh-chs": "更改{0}的真实名称",
11243
"zh-cht": "更改{0}的真實名稱",
11244
"xloc": [
11245
- "default.handlebars->37->2492"
11245
+ "default.handlebars->39->2492"
11246
]
11247
},
11248
{
@@ -11383,7 +11383,7 @@
11383
"zh-chs": "更改该用户的密码",
11384
"zh-cht": "更改該用戶的密碼",
11385
"xloc": [
11386
- "default.handlebars->37->2469"
11386
+ "default.handlebars->39->2469"
11387
]
11388
},
11389
{
@@ -11431,7 +11431,7 @@
11431
"zh-chs": "在此处更改您的帐户电邮地址。",
11432
"zh-cht": "在此處更改你的帳戶電郵地址。",
11433
"xloc": [
11434
- "default.handlebars->37->1665"
11434
+ "default.handlebars->39->1665"
11435
]
11436
},
11437
{
@@ -11455,7 +11455,7 @@
11455
"zh-chs": "在下面的框中两次输入旧密码和新密码,以更改帐户密码。",
11456
"zh-cht": "在下面的框中兩次輸入舊密碼和新密碼,以更改帳戶密碼。",
11457
"xloc": [
11458
- "default.handlebars->37->1671"
11458
+ "default.handlebars->39->1671"
11459
]
11460
},
11461
{
@@ -11479,14 +11479,14 @@
11479
"zh-chs": "更改帐户凭据",
11480
"zh-cht": "帳戶憑證已更改",
11481
"xloc": [
11482
- "default.handlebars->37->2114"
11482
+ "default.handlebars->39->2114"
11483
]
11484
},
11485
{
11486
"en": "Changed account display name to {0}.",
11487
"nl": "Weergavenaam account gewijzigd in {0}.",
11488
"xloc": [
11489
- "default.handlebars->37->2166"
11489
+ "default.handlebars->39->2166"
11490
]
11491
},
11492
{
@@ -11510,7 +11510,7 @@
11510
"zh-chs": "{1}组中的设备{0}已更改:{2}",
11511
"zh-cht": "{1}組中的設備{0}已更改:{2}",
11512
"xloc": [
11513
- "default.handlebars->37->2098"
11513
+ "default.handlebars->39->2098"
11514
]
11515
},
11516
{
@@ -11534,7 +11534,7 @@
11534
"zh-chs": "语言从{1}更改为{2}",
11535
"zh-cht": "語言從{1}更改為{2}",
11536
"xloc": [
11537
- "default.handlebars->37->2042"
11537
+ "default.handlebars->39->2042"
11538
]
11539
},
11540
{
@@ -11558,8 +11558,8 @@
11558
"zh-chs": "已更改{0}的用户设备权限",
11559
"zh-cht": "已更改{0}的用戶設備權限",
11560
"xloc": [
11561
- "default.handlebars->37->2100",
11562
- "default.handlebars->37->2121"
11561
+ "default.handlebars->39->2100",
11562
+ "default.handlebars->39->2121"
11563
]
11564
},
11565
{
@@ -11603,7 +11603,7 @@
11603
"zh-chs": "更改语言将需要刷新页面。",
11604
"zh-cht": "更改語言將需要刷新頁面。",
11605
"xloc": [
11606
- "default.handlebars->37->1630"
11606
+ "default.handlebars->39->1630"
11607
]
11608
},
11609
{
@@ -11627,12 +11627,12 @@
11627
"zh-chs": "聊天",
11628
"zh-cht": "聊天",
11629
"xloc": [
11630
- "default.handlebars->37->2204",
11631
- "default.handlebars->37->2465",
11632
- "default.handlebars->37->2466",
11633
- "default.handlebars->37->844",
11634
- "default.handlebars->37->931",
11635
- "default.handlebars->37->953"
11630
+ "default.handlebars->39->2204",
11631
+ "default.handlebars->39->2465",
11632
+ "default.handlebars->39->2466",
11633
+ "default.handlebars->39->844",
11634
+ "default.handlebars->39->931",
11635
+ "default.handlebars->39->953"
11636
]
11637
},
11638
{
@@ -11658,8 +11658,8 @@
11658
"xloc": [
11659
"default-mobile.handlebars->11->629",
11660
"default-mobile.handlebars->11->649",
11661
- "default.handlebars->37->1895",
11662
- "default.handlebars->37->1932"
11661
+ "default.handlebars->39->1895",
11662
+ "default.handlebars->39->1932"
11663
]
11664
},
11665
{
@@ -11683,7 +11683,7 @@
11683
"zh-chs": "聊天请求,点击这里接受。",
11684
"xloc": [
11685
"default-mobile.handlebars->11->681",
11686
- "default.handlebars->37->2655"
11686
+ "default.handlebars->39->2655"
11687
]
11688
},
11689
{
@@ -11731,7 +11731,7 @@
11731
"zh-chs": "车臣",
11732
"zh-cht": "車臣",
11733
"xloc": [
11734
- "default.handlebars->37->1464"
11734
+ "default.handlebars->39->1464"
11735
]
11736
},
11737
{
@@ -11755,7 +11755,7 @@
11755
"zh-chs": "检查并单击确定以清除错误日志。",
11756
"zh-cht": "檢查並單擊確定以清除錯誤日誌。",
11757
"xloc": [
11758
- "default.handlebars->37->187"
11758
+ "default.handlebars->39->187"
11759
]
11760
},
11761
{
@@ -11779,7 +11779,7 @@
11779
"zh-chs": "检查并单击确定以开始服务器自我更新。",
11780
"zh-cht": "檢查並單擊確定以開始伺服器自我更新。",
11781
"xloc": [
11782
- "default.handlebars->37->182"
11782
+ "default.handlebars->39->182"
11783
]
11784
},
11785
{
@@ -11827,7 +11827,7 @@
11827
"zh-chs": "检查您的手机并输入验证码。",
11828
"zh-cht": "檢查你的電話並輸入驗證碼。",
11829
"xloc": [
11830
- "default.handlebars->37->224"
11830
+ "default.handlebars->39->224"
11831
]
11832
},
11833
{
@@ -11851,8 +11851,8 @@
11851
"zh-chs": "检查...",
11852
"zh-cht": "檢查...",
11853
"xloc": [
11854
- "default.handlebars->37->1430",
11855
- "default.handlebars->37->2769"
11854
+ "default.handlebars->39->1430",
11855
+ "default.handlebars->39->2769"
11856
]
11857
},
11858
{
@@ -11876,7 +11876,7 @@
11876
"zh-chs": "中文",
11877
"zh-cht": "中文",
11878
"xloc": [
11879
- "default.handlebars->37->1465"
11879
+ "default.handlebars->39->1465"
11880
]
11881
},
11882
{
@@ -11900,7 +11900,7 @@
11900
"zh-chs": "中文(香港)",
11901
"zh-cht": "中文(香港)",
11902
"xloc": [
11903
- "default.handlebars->37->1466"
11903
+ "default.handlebars->39->1466"
11904
]
11905
},
11906
{
@@ -11924,7 +11924,7 @@
11924
"zh-chs": "中文(中国)",
11925
"zh-cht": "中文(中國)",
11926
"xloc": [
11927
- "default.handlebars->37->1467"
11927
+ "default.handlebars->39->1467"
11928
]
11929
},
11930
{
@@ -11948,7 +11948,7 @@
11948
"zh-chs": "简体中文",
11949
"zh-cht": "簡體中文",
11950
"xloc": [
11951
- "default.handlebars->37->1627"
11951
+ "default.handlebars->39->1627"
11952
]
11953
},
11954
{
@@ -11972,7 +11972,7 @@
11972
"zh-chs": "中文(新加坡)",
11973
"zh-cht": "中文(新加坡)",
11974
"xloc": [
11975
- "default.handlebars->37->1468"
11975
+ "default.handlebars->39->1468"
11976
]
11977
},
11978
{
@@ -11996,7 +11996,7 @@
11996
"zh-chs": "中文(台湾)",
11997
"zh-cht": "中文(台灣)",
11998
"xloc": [
11999
- "default.handlebars->37->1469"
11999
+ "default.handlebars->39->1469"
12000
]
12001
},
12002
{
@@ -12020,7 +12020,7 @@
12020
"zh-chs": "繁体中文",
12021
"zh-cht": "繁體中文",
12022
"xloc": [
12023
- "default.handlebars->37->1628"
12023
+ "default.handlebars->39->1628"
12024
]
12025
},
12026
{
@@ -12045,7 +12045,7 @@
12045
"zh-cht": "ChromeOS",
12046
"xloc": [
12047
"default-mobile.handlebars->11->23",
12048
- "default.handlebars->37->30"
12048
+ "default.handlebars->39->30"
12049
]
12050
},
12051
{
@@ -12069,7 +12069,7 @@
12069
"zh-chs": "楚瓦什",
12070
"zh-cht": "楚瓦什",
12071
"xloc": [
12072
- "default.handlebars->37->1470"
12072
+ "default.handlebars->39->1470"
12073
]
12074
},
12075
{
@@ -12121,11 +12121,11 @@
12121
"default-mobile.handlebars->11->471",
12122
"default-mobile.handlebars->11->71",
12123
"default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->5",
12124
- "default.handlebars->37->1271",
12125
- "default.handlebars->37->1273",
12126
- "default.handlebars->37->1275",
12127
- "default.handlebars->37->1277",
12128
- "default.handlebars->37->2036",
12124
+ "default.handlebars->39->1271",
12125
+ "default.handlebars->39->1273",
12126
+ "default.handlebars->39->1275",
12127
+ "default.handlebars->39->1277",
12128
+ "default.handlebars->39->2036",
12129
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7",
12130
"default.handlebars->container->column_l->p41->3->1",
12131
"messenger.handlebars->xbottom->1->1->0->5",
@@ -12156,7 +12156,7 @@
12156
"zh-chs": "清除 RDP 凭据?",
12157
"xloc": [
12158
"default-mobile.handlebars->11->365",
12159
- "default.handlebars->37->1109"
12159
+ "default.handlebars->39->1109"
12160
]
12161
},
12162
{
@@ -12180,7 +12180,7 @@
12180
"zh-chs": "清除 SSH 凭据?",
12181
"xloc": [
12182
"default-mobile.handlebars->11->363",
12183
- "default.handlebars->37->1107"
12183
+ "default.handlebars->39->1107"
12184
]
12185
},
12186
{
@@ -12204,7 +12204,7 @@
12204
"zh-chs": "清除保安编码",
12205
"zh-cht": "清除保安編碼",
12206
"xloc": [
12207
- "default.handlebars->37->206"
12207
+ "default.handlebars->39->206"
12208
]
12209
},
12210
{
@@ -12227,8 +12227,8 @@
12227
"tr": "Temsilci çekirdeğini temizle",
12228
"zh-chs": "清除代理核心",
12229
"xloc": [
12230
- "default.handlebars->37->603",
12231
- "default.handlebars->37->647"
12230
+ "default.handlebars->39->603",
12231
+ "default.handlebars->39->647"
12232
]
12233
},
12234
{
@@ -12251,7 +12251,7 @@
12251
"tr": "Seçilen cihazlarda temsilci çekirdeği temizlensin mi?",
12252
"zh-chs": "清除选定设备上的代理核心?",
12253
"xloc": [
12254
- "default.handlebars->37->646"
12254
+ "default.handlebars->39->646"
12255
]
12256
},
12257
{
@@ -12276,7 +12276,7 @@
12276
"zh-cht": "全部清除",
12277
"xloc": [
12278
"default-mobile.handlebars->11->664",
12279
- "default.handlebars->37->2638"
12279
+ "default.handlebars->39->2638"
12280
]
12281
},
12282
{
@@ -12301,7 +12301,7 @@
12301
"zh-cht": "清除搜索過濾器",
12302
"xloc": [
12303
"default-mobile.handlebars->11->186",
12304
- "default.handlebars->37->314"
12304
+ "default.handlebars->39->314"
12305
]
12306
},
12307
{
@@ -12326,7 +12326,7 @@
12326
"zh-cht": "清除核心",
12327
"xloc": [
12328
"default-mobile.handlebars->11->583",
12329
- "default.handlebars->37->1391"
12329
+ "default.handlebars->39->1391"
12330
]
12331
},
12332
{
@@ -12350,7 +12350,7 @@
12350
"zh-chs": "从应用程序中清除机密,然后重试。您只有几分钟的时间来输入正确的代码。",
12351
"zh-cht": "從應用程序中清除秘密,然後重試。你只有幾分鐘的時間來輸入正確的代碼。",
12352
"xloc": [
12353
- "default.handlebars->37->196"
12353
+ "default.handlebars->39->196"
12354
]
12355
},
12356
{
@@ -12375,7 +12375,7 @@
12375
"zh-cht": "清除此通知",
12376
"xloc": [
12377
"default-mobile.handlebars->11->663",
12378
- "default.handlebars->37->2637"
12378
+ "default.handlebars->39->2637"
12379
]
12380
},
12381
{
@@ -12447,8 +12447,8 @@
12447
"zh-chs": "单击此处编辑设备组名称",
12448
"zh-cht": "單擊此處編輯裝置群名稱",
12449
"xloc": [
12450
- "default.handlebars->37->1733",
12451
- "default.handlebars->37->1981"
12450
+ "default.handlebars->39->1733",
12451
+ "default.handlebars->39->1981"
12452
]
12453
},
12454
{
@@ -12472,7 +12472,7 @@
12472
"zh-chs": "单击此处编辑服务器端设备名称",
12473
"zh-cht": "單擊此處編輯伺服器端裝置名稱",
12474
"xloc": [
12475
- "default.handlebars->37->727"
12475
+ "default.handlebars->39->727"
12476
]
12477
},
12478
{
@@ -12496,7 +12496,7 @@
12496
"zh-chs": "单击此处编辑用户组名称",
12497
"zh-cht": "單擊此處編輯用戶群名稱",
12498
"xloc": [
12499
- "default.handlebars->37->2324"
12499
+ "default.handlebars->39->2324"
12500
]
12501
},
12502
{
@@ -12614,7 +12614,7 @@
12614
"zh-cht": "單擊確定將驗證電郵發送到:",
12615
"xloc": [
12616
"default-mobile.handlebars->11->99",
12617
- "default.handlebars->37->1662"
12617
+ "default.handlebars->39->1662"
12618
]
12619
},
12620
{
@@ -12688,7 +12688,7 @@
12688
"zh-cht": "客戶端控制模式(CCM)",
12689
"xloc": [
12690
"default-mobile.handlebars->11->538",
12691
- "default.handlebars->37->1345"
12691
+ "default.handlebars->39->1345"
12692
]
12693
},
12694
{
@@ -12712,7 +12712,7 @@
12712
"zh-chs": "客户编号",
12713
"zh-cht": "客戶編號",
12714
"xloc": [
12715
- "default.handlebars->37->1715"
12715
+ "default.handlebars->39->1715"
12716
]
12717
},
12718
{
@@ -12736,7 +12736,7 @@
12736
"zh-chs": "客户端启动的远程访问",
12737
"zh-cht": "客戶端啟動的遠程訪問",
12738
"xloc": [
12739
- "default.handlebars->37->1828"
12739
+ "default.handlebars->39->1828"
12740
]
12741
},
12742
{
@@ -12760,7 +12760,7 @@
12760
"zh-chs": "客户机密",
12761
"zh-cht": "客戶機密",
12762
"xloc": [
12763
- "default.handlebars->37->1716"
12763
+ "default.handlebars->39->1716"
12764
]
12765
},
12766
{
@@ -12810,11 +12810,11 @@
12810
"zh-cht": "關",
12811
"xloc": [
12812
"default-mobile.handlebars->11->69",
12813
- "default.handlebars->37->1186",
12814
- "default.handlebars->37->1247",
12815
- "default.handlebars->37->204",
12816
- "default.handlebars->37->212",
12817
- "default.handlebars->37->2763",
12813
+ "default.handlebars->39->1186",
12814
+ "default.handlebars->39->1247",
12815
+ "default.handlebars->39->204",
12816
+ "default.handlebars->39->212",
12817
+ "default.handlebars->39->2763",
12818
"sharing.handlebars->11->52"
12819
]
12820
},
@@ -12839,7 +12839,7 @@
12839
"zh-chs": "封闭式桌面多路复用会话,{0}秒",
12840
"zh-cht": "封閉式桌面多路復用會話,{0}秒",
12841
"xloc": [
12842
- "default.handlebars->37->2047"
12842
+ "default.handlebars->39->2047"
12843
]
12844
},
12845
{
@@ -12863,7 +12863,7 @@
12863
"zh-chs": "码",
12864
"zh-cht": "碼",
12865
"xloc": [
12866
- "default.handlebars->37->279"
12866
+ "default.handlebars->39->279"
12867
]
12868
},
12869
{
@@ -12913,8 +12913,8 @@
12913
"zh-chs": "色彩品质",
12914
"zh-cht": "色彩品質",
12915
"xloc": [
12916
- "player.handlebars->3->32",
12917
- "player.handlebars->3->34"
12916
+ "player.handlebars->3->33",
12917
+ "player.handlebars->3->35"
12918
]
12919
},
12920
{
@@ -12963,7 +12963,7 @@
12963
"zh-chs": "命令",
12964
"zh-cht": "命令",
12965
"xloc": [
12966
- "default.handlebars->37->551"
12966
+ "default.handlebars->39->551"
12967
]
12968
},
12969
{
@@ -12986,7 +12986,7 @@
12986
"tr": "Komut satırı",
12987
"zh-chs": "命令行",
12988
"xloc": [
12989
- "default.handlebars->37->109"
12989
+ "default.handlebars->39->109"
12990
]
12991
},
12992
{
@@ -13011,9 +13011,9 @@
13011
"zh-cht": "指令",
13012
"xloc": [
13013
"default-mobile.handlebars->11->651",
13014
- "default.handlebars->37->1934",
13015
- "default.handlebars->37->933",
13016
- "default.handlebars->37->955"
13014
+ "default.handlebars->39->1934",
13015
+ "default.handlebars->39->933",
13016
+ "default.handlebars->39->955"
13017
]
13018
},
13019
{
@@ -13037,8 +13037,8 @@
13037
"zh-chs": "通用设备组",
13038
"zh-cht": "通用裝置群",
13039
"xloc": [
13040
- "default.handlebars->37->2358",
13041
- "default.handlebars->37->2511"
13040
+ "default.handlebars->39->2358",
13041
+ "default.handlebars->39->2511"
13042
]
13043
},
13044
{
@@ -13062,8 +13062,8 @@
13062
"zh-chs": "通用设备",
13063
"zh-cht": "通用裝置",
13064
"xloc": [
13065
- "default.handlebars->37->2364",
13066
- "default.handlebars->37->2523"
13065
+ "default.handlebars->39->2364",
13066
+ "default.handlebars->39->2523"
13067
]
13068
},
13069
{
@@ -13087,7 +13087,7 @@
13087
"zh-chs": "编译时间",
13088
"xloc": [
13089
"default-mobile.handlebars->11->511",
13090
- "default.handlebars->37->1308"
13090
+ "default.handlebars->39->1308"
13091
]
13092
},
13093
{
@@ -13131,7 +13131,7 @@
13131
"zh-chs": "压缩档案...",
13132
"zh-cht": "壓縮檔案...",
13133
"xloc": [
13134
- "default.handlebars->37->1242",
13134
+ "default.handlebars->39->1242",
13135
"sharing.handlebars->11->47"
13136
]
13137
},
@@ -13178,14 +13178,14 @@
13178
"xloc": [
13179
"default-mobile.handlebars->11->360",
13180
"default-mobile.handlebars->11->605",
13181
- "default.handlebars->37->1060",
13182
- "default.handlebars->37->1069",
13183
- "default.handlebars->37->1839",
13184
- "default.handlebars->37->2232",
13185
- "default.handlebars->37->2314",
13186
- "default.handlebars->37->2380",
13187
- "default.handlebars->37->2509",
13188
- "default.handlebars->37->615"
13181
+ "default.handlebars->39->1060",
13182
+ "default.handlebars->39->1069",
13183
+ "default.handlebars->39->1839",
13184
+ "default.handlebars->39->2232",
13185
+ "default.handlebars->39->2314",
13186
+ "default.handlebars->39->2380",
13187
+ "default.handlebars->39->2509",
13188
+ "default.handlebars->39->615"
13189
]
13190
},
13191
{
@@ -13230,7 +13230,7 @@
13230
"zh-cht": "確認將1個副本複製到此位置?",
13231
"xloc": [
13232
"default-mobile.handlebars->11->460",
13233
- "default.handlebars->37->1266",
13233
+ "default.handlebars->39->1266",
13234
"sharing.handlebars->11->70"
13235
]
13236
},
@@ -13255,7 +13255,7 @@
13255
"zh-chs": "确认{0}个条目的复制到此位置?",
13256
"zh-cht": "確認{0}個條目的複製到此位置?",
13257
"xloc": [
13258
- "default.handlebars->37->1265",
13258
+ "default.handlebars->39->1265",
13259
"sharing.handlebars->11->69"
13260
]
13261
},
@@ -13304,7 +13304,7 @@
13304
"zh-chs": "确认删除选定的帐户?",
13305
"zh-cht": "確認刪除所選帳戶?",
13306
"xloc": [
13307
- "default.handlebars->37->2231"
13307
+ "default.handlebars->39->2231"
13308
]
13309
},
13310
{
@@ -13349,7 +13349,7 @@
13349
"zh-chs": "确认删除选定的用户组?",
13350
"zh-cht": "確認刪除所選用戶群?",
13351
"xloc": [
13352
- "default.handlebars->37->2313"
13352
+ "default.handlebars->39->2313"
13353
]
13354
},
13355
{
@@ -13373,7 +13373,7 @@
13373
"zh-chs": "确认删除用户{0}?",
13374
"zh-cht": "確認刪除用戶{0}?",
13375
"xloc": [
13376
- "default.handlebars->37->2508"
13376
+ "default.handlebars->39->2508"
13377
]
13378
},
13379
{
@@ -13397,7 +13397,7 @@
13397
"zh-chs": "确认删除用户“ {0} ”的成员身份?",
13398
"zh-cht": "確認刪除用戶“ {0} ”的成員身份?",
13399
"xloc": [
13400
- "default.handlebars->37->2383"
13400
+ "default.handlebars->39->2383"
13401
]
13402
},
13403
{
@@ -13421,7 +13421,7 @@
13421
"zh-chs": "确认删除用户组“ {0} ”的成员身份?",
13422
"zh-cht": "確認刪除用戶群“ {0} ”的成員身份?",
13423
"xloc": [
13424
- "default.handlebars->37->2540"
13424
+ "default.handlebars->39->2540"
13425
]
13426
},
13427
{
@@ -13446,7 +13446,7 @@
13446
"zh-cht": "確認將1個條目移動到此位置?",
13447
"xloc": [
13448
"default-mobile.handlebars->11->462",
13449
- "default.handlebars->37->1268",
13449
+ "default.handlebars->39->1268",
13450
"sharing.handlebars->11->72"
13451
]
13452
},
@@ -13471,7 +13471,7 @@
13471
"zh-chs": "确认将{0}个条目移到此位置?",
13472
"zh-cht": "確認將{0}個條目移到該位置?",
13473
"xloc": [
13474
- "default.handlebars->37->1267",
13474
+ "default.handlebars->39->1267",
13475
"sharing.handlebars->11->71"
13476
]
13477
},
@@ -13520,7 +13520,7 @@
13520
"zh-chs": "确认覆盖?",
13521
"zh-cht": "確認覆蓋?",
13522
"xloc": [
13523
- "default.handlebars->37->2030"
13523
+ "default.handlebars->39->2030"
13524
]
13525
},
13526
{
@@ -13544,8 +13544,8 @@
13544
"zh-chs": "确认删除设备“ {0} ”的访问权限?",
13545
"zh-cht": "確認刪除裝置“ {0} ”的訪問權限?",
13546
"xloc": [
13547
- "default.handlebars->37->2373",
13548
- "default.handlebars->37->2531"
13547
+ "default.handlebars->39->2373",
13548
+ "default.handlebars->39->2531"
13549
]
13550
},
13551
{
@@ -13569,8 +13569,8 @@
13569
"zh-chs": "确认删除设备组“ {0} ”的访问权限?",
13570
"zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?",
13571
"xloc": [
13572
- "default.handlebars->37->2375",
13573
- "default.handlebars->37->2544"
13572
+ "default.handlebars->39->2375",
13573
+ "default.handlebars->39->2544"
13574
]
13575
},
13576
{
@@ -13594,7 +13594,7 @@
13594
"zh-chs": "确认删除用户“ {0} ”的访问权限?",
13595
"zh-cht": "確認刪除用戶“ {0} ”的訪問權限?",
13596
"xloc": [
13597
- "default.handlebars->37->2533"
13597
+ "default.handlebars->39->2533"
13598
]
13599
},
13600
{
@@ -13618,7 +13618,7 @@
13618
"zh-chs": "确认删除用户组“ {0} ”的访问权限?",
13619
"zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?",
13620
"xloc": [
13621
- "default.handlebars->37->2536"
13621
+ "default.handlebars->39->2536"
13622
]
13623
},
13624
{
@@ -13642,8 +13642,8 @@
13642
"zh-chs": "确认删除访问权限?",
13643
"zh-cht": "確認刪除訪問權限?",
13644
"xloc": [
13645
- "default.handlebars->37->2534",
13646
- "default.handlebars->37->2537"
13645
+ "default.handlebars->39->2534",
13646
+ "default.handlebars->39->2537"
13647
]
13648
},
13649
{
@@ -13668,7 +13668,7 @@
13668
"zh-cht": "確認刪除身份驗證軟體兩步登入?",
13669
"xloc": [
13670
"default-mobile.handlebars->11->98",
13671
- "default.handlebars->37->1413"
13671
+ "default.handlebars->39->1413"
13672
]
13673
},
13674
{
@@ -13713,7 +13713,7 @@
13713
"zh-chs": "确认删除设备共享“{0}”?",
13714
"zh-cht": "確認刪除設備共享“{0}”?",
13715
"xloc": [
13716
- "default.handlebars->37->2529"
13716
+ "default.handlebars->39->2529"
13717
]
13718
},
13719
{
@@ -13778,7 +13778,7 @@
13778
"tr": "Push kimlik doğrulama cihazının kaldırılması onaylansın mı?",
13779
"zh-chs": "确认移除推送认证设备?",
13780
"xloc": [
13781
- "default.handlebars->37->1415"
13781
+ "default.handlebars->39->1415"
13782
]
13783
},
13784
{
@@ -13802,7 +13802,7 @@
13802
"zh-chs": "确认删除用户“ {0} ”的权限?",
13803
"zh-cht": "確認刪除用戶“ {0} ”的權限?",
13804
"xloc": [
13805
- "default.handlebars->37->1945"
13805
+ "default.handlebars->39->1945"
13806
]
13807
},
13808
{
@@ -13826,7 +13826,7 @@
13826
"zh-chs": "确认删除用户组“ {0} ”的权限?",
13827
"zh-cht": "確認刪除用戶群“ {0} ”的權限?",
13828
"xloc": [
13829
- "default.handlebars->37->1947"
13829
+ "default.handlebars->39->1947"
13830
]
13831
},
13832
{
@@ -13849,7 +13849,7 @@
13849
"tr": "Seçili aygıtın kaldırılması onaylansın mı?",
13850
"zh-chs": "确认移除所选设备?",
13851
"xloc": [
13852
- "default.handlebars->37->609"
13852
+ "default.handlebars->39->609"
13853
]
13854
},
13855
{
@@ -13872,7 +13872,7 @@
13872
"tr": "Bu giriş belirtecinin kaldırılması onaylansın mı?",
13873
"zh-chs": "确认删除此登录令牌?",
13874
"xloc": [
13875
- "default.handlebars->37->1708"
13875
+ "default.handlebars->39->1708"
13876
]
13877
},
13878
{
@@ -13940,7 +13940,7 @@
13940
"tr": "Seçilen {0} cihazın kaldırılması onaylansın mı?",
13941
"zh-chs": "确认移除 {0} 个选定的设备?",
13942
"xloc": [
13943
- "default.handlebars->37->610"
13943
+ "default.handlebars->39->610"
13944
]
13945
},
13946
{
@@ -13965,7 +13965,7 @@
13965
"zh-cht": "將{1}入口{2}中的{0}限製到此位置?",
13966
"xloc": [
13967
"default-mobile.handlebars->11->151",
13968
- "default.handlebars->37->2031"
13968
+ "default.handlebars->39->2031"
13969
]
13970
},
13971
{
@@ -13994,9 +13994,9 @@
13994
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
13995
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3",
13996
"default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea1->1->3->connectbutton2span",
13997
- "default.handlebars->37->1224",
13998
- "default.handlebars->37->1763",
13999
- "default.handlebars->37->808",
13997
+ "default.handlebars->39->1224",
13998
+ "default.handlebars->39->1763",
13999
+ "default.handlebars->39->808",
14000
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span",
14001
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span",
14002
"default.handlebars->container->column_l->p13->p13toolbar->1->0->1->3",
@@ -14030,7 +14030,7 @@
14030
"zh-chs": "全部连接",
14031
"zh-cht": "全部連接",
14032
"xloc": [
14033
- "default.handlebars->37->391",
14033
+ "default.handlebars->39->391",
14034
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->kvmListToolbar"
14035
]
14036
},
@@ -14075,7 +14075,7 @@
14075
"zh-chs": "连接到服务器",
14076
"zh-cht": "連接到伺服器",
14077
"xloc": [
14078
- "default.handlebars->37->1832"
14078
+ "default.handlebars->39->1832"
14079
]
14080
},
14081
{
@@ -14194,8 +14194,8 @@
14194
"zh-cht": "已連接",
14195
"xloc": [
14196
"default-mobile.handlebars->11->4",
14197
- "default.handlebars->37->11",
14198
- "default.handlebars->37->356",
14197
+ "default.handlebars->39->11",
14198
+ "default.handlebars->39->356",
14199
"sharing.handlebars->11->4",
14200
"ssh.handlebars->3->4",
14201
"xterm.handlebars->9->4"
@@ -14222,7 +14222,7 @@
14222
"zh-chs": "已连接的英特尔®AMT",
14223
"zh-cht": "已連接的Intel® AMT",
14224
"xloc": [
14225
- "default.handlebars->37->2691"
14225
+ "default.handlebars->39->2691"
14226
]
14227
},
14228
{
@@ -14246,7 +14246,7 @@
14246
"zh-chs": "已连接的用户",
14247
"zh-cht": "已连接的用户",
14248
"xloc": [
14249
- "default.handlebars->37->2696"
14249
+ "default.handlebars->39->2696"
14250
]
14251
},
14252
{
@@ -14279,7 +14279,7 @@
14279
"zh-cht": "現在已連接",
14280
"xloc": [
14281
"default-mobile.handlebars->11->506",
14282
- "default.handlebars->37->1303"
14282
+ "default.handlebars->39->1303"
14283
]
14284
},
14285
{
@@ -14346,6 +14346,12 @@
14346
"tr": "Bağlanıyor",
14347
"zh-chs": "连接"
14348
},
14349
+ {
14350
+ "en": "Connecting to server...",
14351
+ "xloc": [
14352
+ "player.handlebars->3->16"
14353
+ ]
14354
+ },
14355
{
14356
"cs": "Připojování…",
14357
"de": "Verbinden...",
@@ -14370,11 +14376,11 @@
14376
"default-mobile.handlebars->11->2",
14377
"default-mobile.handlebars->11->478",
14378
"default-mobile.handlebars->11->48",
14373
- "default.handlebars->37->1289",
14374
- "default.handlebars->37->337",
14375
- "default.handlebars->37->340",
14376
- "default.handlebars->37->394",
14377
- "default.handlebars->37->9",
14379
+ "default.handlebars->39->1289",
14380
+ "default.handlebars->39->337",
14381
+ "default.handlebars->39->340",
14382
+ "default.handlebars->39->394",
14383
+ "default.handlebars->39->9",
14384
"sharing.handlebars->11->2",
14385
"sharing.handlebars->11->93",
14386
"ssh.handlebars->3->2",
@@ -14422,7 +14428,7 @@
14428
"zh-chs": "连接数量",
14429
"zh-cht": "連接數量",
14430
"xloc": [
14425
- "default.handlebars->37->2722"
14431
+ "default.handlebars->39->2722"
14432
]
14433
},
14434
{
@@ -14446,8 +14452,8 @@
14452
"zh-chs": "连接错误",
14453
"xloc": [
14454
"default-mobile.handlebars->11->441",
14449
- "default.handlebars->37->1211",
14450
- "default.handlebars->37->1238",
14455
+ "default.handlebars->39->1211",
14456
+ "default.handlebars->39->1238",
14457
"login2.handlebars->7->32"
14458
]
14459
},
@@ -14472,7 +14478,7 @@
14478
"zh-chs": "连接转发器",
14479
"zh-cht": "連接轉發器",
14480
"xloc": [
14475
- "default.handlebars->37->2757"
14481
+ "default.handlebars->39->2757"
14482
]
14483
},
14484
{
@@ -14545,9 +14551,9 @@
14551
"zh-cht": "連接性",
14552
"xloc": [
14553
"default-mobile.handlebars->11->299",
14548
- "default.handlebars->37->1988",
14549
- "default.handlebars->37->327",
14550
- "default.handlebars->37->825",
14554
+ "default.handlebars->39->1988",
14555
+ "default.handlebars->39->327",
14556
+ "default.handlebars->39->825",
14557
"default.handlebars->container->column_l->p21->p21main->1->1->meshConnChartDiv->1"
14558
]
14559
},
@@ -14573,8 +14579,8 @@
14579
"zh-cht": "控制台",
14580
"xloc": [
14581
"default-mobile.handlebars->11->322",
14576
- "default.handlebars->37->926",
14577
- "default.handlebars->37->948",
14582
+ "default.handlebars->39->926",
14583
+ "default.handlebars->39->948",
14584
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevConsole",
14585
"default.handlebars->container->topbar->1->1->ServerSubMenuSpan->ServerSubMenu->1->0->ServerConsole",
14586
"default.handlebars->contextMenu->cxconsole"
@@ -14601,7 +14607,7 @@
14607
"zh-chs": "控制台 -",
14608
"zh-cht": "控制台 -",
14609
"xloc": [
14604
- "default.handlebars->37->728"
14610
+ "default.handlebars->39->728"
14611
]
14612
},
14613
{
@@ -14625,8 +14631,8 @@
14631
"zh-chs": "控制",
14632
"zh-cht": "控制",
14633
"xloc": [
14628
- "default.handlebars->37->925",
14629
- "default.handlebars->37->947",
14634
+ "default.handlebars->39->925",
14635
+ "default.handlebars->39->947",
14636
"messenger.handlebars->remoteImage->3->2"
14637
]
14638
},
@@ -14650,7 +14656,7 @@
14656
"tr": "WebM'ye Dönüştür",
14657
"zh-chs": "转换为 WebM",
14658
"xloc": [
14653
- "player.handlebars->3->54",
14659
+ "player.handlebars->3->55",
14660
"player.handlebars->p11->deskarea0->deskarea1->1"
14661
]
14662
},
@@ -14675,7 +14681,7 @@
14681
"zh-chs": "Cookie编码器",
14682
"zh-cht": "Cookie編碼器",
14683
"xloc": [
14678
- "default.handlebars->37->2741"
14684
+ "default.handlebars->39->2741"
14685
]
14686
},
14687
{
@@ -14701,7 +14707,7 @@
14707
"xloc": [
14708
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->3",
14709
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->3",
14704
- "default.handlebars->37->524",
14710
+ "default.handlebars->39->524",
14711
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
14712
"default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
14713
"sharing.handlebars->p13->p13toolbar->fileArea2->3"
@@ -14728,9 +14734,9 @@
14734
"zh-chs": "将MAC地址复制到剪贴板",
14735
"zh-cht": "將MAC地址複製到剪貼板",
14736
"xloc": [
14731
- "default.handlebars->37->147",
14732
- "default.handlebars->37->155",
14733
- "default.handlebars->37->158"
14737
+ "default.handlebars->39->147",
14738
+ "default.handlebars->39->155",
14739
+ "default.handlebars->39->158"
14740
]
14741
},
14742
{
@@ -14753,8 +14759,8 @@
14759
"tr": "URL'yi panoya kopyala",
14760
"zh-chs": "将 URL 复制到剪贴板",
14761
"xloc": [
14756
- "default.handlebars->37->533",
14757
- "default.handlebars->37->537"
14762
+ "default.handlebars->39->533",
14763
+ "default.handlebars->39->537"
14764
]
14765
},
14766
{
@@ -14778,7 +14784,7 @@
14784
"zh-chs": "将Windows 32位代理URL复制到剪贴板",
14785
"zh-cht": "將Windows 32位代理URL複製到剪貼板",
14786
"xloc": [
14781
- "default.handlebars->37->514"
14787
+ "default.handlebars->39->514"
14788
]
14789
},
14790
{
@@ -14802,7 +14808,7 @@
14808
"zh-chs": "将Windows 64位代理URL复制到剪贴板",
14809
"zh-cht": "將Windows 64位代理URL複製到剪貼板",
14810
"xloc": [
14805
- "default.handlebars->37->518"
14811
+ "default.handlebars->39->518"
14812
]
14813
},
14814
{
@@ -14826,18 +14832,18 @@
14832
"zh-chs": "将地址复制到剪贴板",
14833
"zh-cht": "將地址複製到剪貼板",
14834
"xloc": [
14829
- "default.handlebars->37->136",
14830
- "default.handlebars->37->138",
14831
- "default.handlebars->37->140",
14832
- "default.handlebars->37->149",
14833
- "default.handlebars->37->151",
14834
- "default.handlebars->37->153",
14835
- "default.handlebars->37->161",
14836
- "default.handlebars->37->163",
14837
- "default.handlebars->37->165",
14838
- "default.handlebars->37->167",
14839
- "default.handlebars->37->169",
14840
- "default.handlebars->37->171"
14835
+ "default.handlebars->39->136",
14836
+ "default.handlebars->39->138",
14837
+ "default.handlebars->39->140",
14838
+ "default.handlebars->39->149",
14839
+ "default.handlebars->39->151",
14840
+ "default.handlebars->39->153",
14841
+ "default.handlebars->39->161",
14842
+ "default.handlebars->39->163",
14843
+ "default.handlebars->39->165",
14844
+ "default.handlebars->39->167",
14845
+ "default.handlebars->39->169",
14846
+ "default.handlebars->39->171"
14847
]
14848
},
14849
{
@@ -14861,8 +14867,8 @@
14867
"zh-chs": "将代理URL复制到剪贴板",
14868
"zh-cht": "將代理URL複製到剪貼板",
14869
"xloc": [
14864
- "default.handlebars->37->550",
14865
- "default.handlebars->37->552"
14870
+ "default.handlebars->39->550",
14871
+ "default.handlebars->39->552"
14872
]
14873
},
14874
{
@@ -14886,12 +14892,12 @@
14892
"zh-chs": "复制连结到剪贴板",
14893
"zh-cht": "複製連結到剪貼板",
14894
"xloc": [
14889
- "default.handlebars->37->1999",
14890
- "default.handlebars->37->2018",
14891
- "default.handlebars->37->271",
14892
- "default.handlebars->37->293",
14893
- "default.handlebars->37->295",
14894
- "default.handlebars->37->488"
14895
+ "default.handlebars->39->1999",
14896
+ "default.handlebars->39->2018",
14897
+ "default.handlebars->39->271",
14898
+ "default.handlebars->39->293",
14899
+ "default.handlebars->39->295",
14900
+ "default.handlebars->39->488"
14901
]
14902
},
14903
{
@@ -14915,7 +14921,7 @@
14921
"zh-chs": "将macOS代理URL复制到剪贴板",
14922
"zh-cht": "將macOS代理URL複製到剪貼板",
14923
"xloc": [
14918
- "default.handlebars->37->528"
14924
+ "default.handlebars->39->528"
14925
]
14926
},
14927
{
@@ -14939,7 +14945,7 @@
14945
"zh-chs": "将名称复制到剪贴板",
14946
"zh-cht": "將名稱複製到剪貼板",
14947
"xloc": [
14942
- "default.handlebars->37->145"
14948
+ "default.handlebars->39->145"
14949
]
14950
},
14951
{
@@ -14965,8 +14971,8 @@
14971
"xloc": [
14972
"agentinvite.handlebars->container->column_l->5->linuxtab",
14973
"agentinvite.handlebars->container->column_l->5->linuxtab",
14968
- "default.handlebars->37->523",
14969
- "default.handlebars->37->546"
14974
+ "default.handlebars->39->523",
14975
+ "default.handlebars->39->546"
14976
]
14977
},
14978
{
@@ -14990,7 +14996,7 @@
14996
"zh-chs": "将有效代码复制到剪贴板",
14997
"zh-cht": "將有效代碼複製到剪貼板",
14998
"xloc": [
14993
- "default.handlebars->37->207"
14999
+ "default.handlebars->39->207"
15000
]
15001
},
15002
{
@@ -15014,7 +15020,7 @@
15020
"zh-chs": "复制:“{0}”到“{1}”",
15021
"zh-cht": "複製:“{0}”到“{1}”",
15022
"xloc": [
15017
- "default.handlebars->37->2090"
15023
+ "default.handlebars->39->2090"
15024
]
15025
},
15026
{
@@ -15188,7 +15194,7 @@
15194
"zh-chs": "核心服务器",
15195
"zh-cht": "核心伺服器",
15196
"xloc": [
15191
- "default.handlebars->37->2740"
15197
+ "default.handlebars->39->2740"
15198
]
15199
},
15200
{
@@ -15212,7 +15218,7 @@
15218
"zh-chs": "科西嘉文",
15219
"zh-cht": "科西嘉文",
15220
"xloc": [
15215
- "default.handlebars->37->1471"
15221
+ "default.handlebars->39->1471"
15222
]
15223
},
15224
{
@@ -15256,7 +15262,7 @@
15262
"zh-chs": "创建帐号",
15263
"zh-cht": "創建帳號",
15264
"xloc": [
15259
- "default.handlebars->37->2281",
15265
+ "default.handlebars->39->2281",
15266
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->12->1->1",
15267
"login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1",
15268
"login2.handlebars->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1"
@@ -15326,8 +15332,8 @@
15332
"tr": "Giriş Simgesi Oluştur",
15333
"zh-chs": "创建登录令牌",
15334
"xloc": [
15329
- "default.handlebars->37->1655",
15330
- "default.handlebars->37->296"
15335
+ "default.handlebars->39->1655",
15336
+ "default.handlebars->39->296"
15337
]
15338
},
15339
{
@@ -15351,7 +15357,7 @@
15357
"zh-chs": "创建用户组",
15358
"zh-cht": "創建用戶群",
15359
"xloc": [
15354
- "default.handlebars->37->2321"
15360
+ "default.handlebars->39->2321"
15361
]
15362
},
15363
{
@@ -15375,7 +15381,7 @@
15381
"zh-chs": "创建连结以与访客共享此设备",
15382
"zh-cht": "創建鏈結以與訪客共享此裝置",
15383
"xloc": [
15378
- "default.handlebars->37->847"
15384
+ "default.handlebars->39->847"
15385
]
15386
},
15387
{
@@ -15399,7 +15405,7 @@
15405
"zh-chs": "使用以下选项创建一个新的设备组。",
15406
"zh-cht": "使用以下選項創建一個新的裝置群。",
15407
"xloc": [
15402
- "default.handlebars->37->1685"
15408
+ "default.handlebars->39->1685"
15409
]
15410
},
15411
{
@@ -15423,7 +15429,7 @@
15429
"zh-chs": "创建一个新的设备组。",
15430
"zh-cht": "創建一個新的裝置群。",
15431
"xloc": [
15426
- "default.handlebars->37->330"
15432
+ "default.handlebars->39->330"
15433
]
15434
},
15435
{
@@ -15446,7 +15452,7 @@
15452
"tr": "Hesabınıza alternatif giriş olarak kullanılabilecek geçici bir kullanıcı adı ve şifre oluşturun. Bu, araçların veya diğer hizmetlerin hesabınıza erişmesine izin vermek için kullanışlıdır.",
15453
"zh-chs": "创建一个临时用户名和密码,可用作您帐户的替代登录名。这对于允许工具或其他服务访问您的帐户非常有用。",
15454
"xloc": [
15449
- "default.handlebars->37->1636"
15455
+ "default.handlebars->39->1636"
15456
]
15457
},
15458
{
@@ -15470,7 +15476,7 @@
15476
"zh-chs": "创建文件夹(如果不存在)?",
15477
"zh-cht": "創建文件夾(如果不存在)?",
15478
"xloc": [
15473
- "default.handlebars->37->641"
15479
+ "default.handlebars->39->641"
15480
]
15481
},
15482
{
@@ -15494,7 +15500,7 @@
15500
"zh-chs": "创建文件夹:“{0}”",
15501
"zh-cht": "創建文件夾:“{0}”",
15502
"xloc": [
15497
- "default.handlebars->37->2083"
15503
+ "default.handlebars->39->2083"
15504
]
15505
},
15506
{
@@ -15541,7 +15547,7 @@
15547
"zh-chs": "通过导入以下格式的JSON档案一次创建多个帐户:",
15548
"zh-cht": "通過導入以下格式的JSON檔案一次創建多個帳戶:",
15549
"xloc": [
15544
- "default.handlebars->37->2245"
15550
+ "default.handlebars->39->2245"
15551
]
15552
},
15553
{
@@ -15591,7 +15597,7 @@
15597
"zh-chs": "创建的设备组:{0}",
15598
"zh-cht": "創建的設備組:{0}",
15599
"xloc": [
15594
- "default.handlebars->37->2094"
15600
+ "default.handlebars->39->2094"
15601
]
15602
},
15603
{
@@ -15615,7 +15621,7 @@
15621
"zh-chs": "创建一个链接,该链接允许没有帐户的访客在有限的时间内远程控制此设备。",
15622
"zh-cht": "創建一個鏈接,該鏈接允許沒有帳戶的訪客在有限的時間內遠程控制此設備。",
15623
"xloc": [
15618
- "default.handlebars->37->971"
15624
+ "default.handlebars->39->971"
15625
]
15626
},
15627
{
@@ -15681,7 +15687,7 @@
15687
"zh-chs": "创建",
15688
"zh-cht": "創建",
15689
"xloc": [
15684
- "default.handlebars->37->2425"
15690
+ "default.handlebars->39->2425"
15691
]
15692
},
15693
{
@@ -15705,7 +15711,7 @@
15711
"zh-chs": "创建时间",
15712
"zh-cht": "創作時間",
15713
"xloc": [
15708
- "default.handlebars->37->1744"
15714
+ "default.handlebars->39->1744"
15715
]
15716
},
15717
{
@@ -15755,8 +15761,8 @@
15761
"zh-chs": "创建者",
15762
"zh-cht": "創作者",
15763
"xloc": [
15758
- "default.handlebars->37->1742",
15759
- "default.handlebars->37->1743"
15764
+ "default.handlebars->39->1742",
15765
+ "default.handlebars->39->1743"
15766
]
15767
},
15768
{
@@ -15781,8 +15787,8 @@
15787
"zh-cht": "證書",
15788
"xloc": [
15789
"default-mobile.handlebars->11->309",
15784
- "default.handlebars->37->1713",
15785
- "default.handlebars->37->835"
15790
+ "default.handlebars->39->1713",
15791
+ "default.handlebars->39->835"
15792
]
15793
},
15794
{
@@ -15806,7 +15812,7 @@
15812
"zh-chs": "克里语",
15813
"zh-cht": "克里語",
15814
"xloc": [
15809
- "default.handlebars->37->1472"
15815
+ "default.handlebars->39->1472"
15816
]
15817
},
15818
{
@@ -15830,7 +15836,7 @@
15836
"zh-chs": "克罗地亚文",
15837
"zh-cht": "克羅地亞文",
15838
"xloc": [
15833
- "default.handlebars->37->1473"
15839
+ "default.handlebars->39->1473"
15840
]
15841
},
15842
{
@@ -15906,9 +15912,9 @@
15912
"xloc": [
15913
"default-mobile.handlebars->11->398",
15914
"default-mobile.handlebars->11->402",
15909
- "default.handlebars->37->1154",
15910
- "default.handlebars->37->1158",
15911
- "default.handlebars->37->57",
15915
+ "default.handlebars->39->1154",
15916
+ "default.handlebars->39->1158",
15917
+ "default.handlebars->39->57",
15918
"sharing.handlebars->11->24"
15919
]
15920
},
@@ -16051,7 +16057,7 @@
16057
"zh-chs": "当前版本",
16058
"zh-cht": "當前版本",
16059
"xloc": [
16054
- "default.handlebars->37->176"
16060
+ "default.handlebars->39->176"
16061
]
16062
},
16063
{
@@ -16075,7 +16081,7 @@
16081
"zh-chs": "当前密码不正确。",
16082
"xloc": [
16083
"default-mobile.handlebars->11->691",
16078
- "default.handlebars->37->2665"
16084
+ "default.handlebars->39->2665"
16085
]
16086
},
16087
{
@@ -16173,7 +16179,7 @@
16179
"zh-chs": "捷克文",
16180
"zh-cht": "捷克文",
16181
"xloc": [
16176
- "default.handlebars->37->1474"
16182
+ "default.handlebars->39->1474"
16183
]
16184
},
16185
{
@@ -16197,7 +16203,7 @@
16203
"zh-chs": "DNS suffix",
16204
"zh-cht": "DNS suffix",
16205
"xloc": [
16200
- "default.handlebars->37->144"
16206
+ "default.handlebars->39->144"
16207
]
16208
},
16209
{
@@ -16221,7 +16227,7 @@
16227
"zh-chs": "丹麦文",
16228
"zh-cht": "丹麥文",
16229
"xloc": [
16224
- "default.handlebars->37->1475"
16230
+ "default.handlebars->39->1475"
16231
]
16232
},
16233
{
@@ -16245,7 +16251,7 @@
16251
"zh-chs": "黑暗模式",
16252
"xloc": [
16253
"default-mobile.handlebars->11->85",
16248
- "default.handlebars->37->60"
16254
+ "default.handlebars->39->60"
16255
]
16256
},
16257
{
@@ -16269,7 +16275,7 @@
16275
"zh-chs": "数据通道",
16276
"zh-cht": "數據通道",
16277
"xloc": [
16272
- "default.handlebars->37->1122",
16278
+ "default.handlebars->39->1122",
16279
"sharing.handlebars->11->11"
16280
]
16281
},
@@ -16294,7 +16300,7 @@
16300
"zh-chs": "日期和时间",
16301
"zh-cht": "日期和時間",
16302
"xloc": [
16297
- "default.handlebars->37->1633"
16303
+ "default.handlebars->39->1633"
16304
]
16305
},
16306
{
@@ -16319,8 +16325,8 @@
16325
"zh-cht": "天",
16326
"xloc": [
16327
"default-mobile.handlebars->11->350",
16322
- "default.handlebars->37->1044",
16323
- "default.handlebars->37->2589"
16328
+ "default.handlebars->39->1044",
16329
+ "default.handlebars->39->2589"
16330
]
16331
},
16332
{
@@ -16344,7 +16350,7 @@
16350
"zh-chs": "停用",
16351
"zh-cht": "停用",
16352
"xloc": [
16347
- "default.handlebars->37->1811"
16353
+ "default.handlebars->39->1811"
16354
]
16355
},
16356
{
@@ -16368,7 +16374,7 @@
16374
"zh-chs": "如果设置停用CCM",
16375
"zh-cht": "如果設置停用CCM",
16376
"xloc": [
16371
- "default.handlebars->37->1823"
16377
+ "default.handlebars->39->1823"
16378
]
16379
},
16380
{
@@ -16414,7 +16420,7 @@
16420
"zh-cht": "沉睡",
16421
"xloc": [
16422
"default-mobile.handlebars->11->230",
16417
- "default.handlebars->37->563"
16423
+ "default.handlebars->39->563"
16424
]
16425
},
16426
{
@@ -16438,10 +16444,10 @@
16444
"zh-chs": "默认",
16445
"zh-cht": "默認",
16446
"xloc": [
16441
- "default.handlebars->37->2268",
16442
- "default.handlebars->37->2317",
16443
- "default.handlebars->37->2328",
16444
- "default.handlebars->37->2401"
16447
+ "default.handlebars->39->2268",
16448
+ "default.handlebars->39->2317",
16449
+ "default.handlebars->39->2328",
16450
+ "default.handlebars->39->2401"
16451
]
16452
},
16453
{
@@ -16465,7 +16471,7 @@
16471
"zh-chs": "德尔",
16472
"xloc": [
16473
"default-mobile.handlebars->11->386",
16468
- "default.handlebars->37->1142"
16474
+ "default.handlebars->39->1142"
16475
]
16476
},
16477
{
@@ -16494,9 +16500,9 @@
16500
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1",
16501
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
16502
"default-mobile.handlebars->dialog->idx_dlgButtonBar->5",
16497
- "default.handlebars->37->1257",
16498
- "default.handlebars->37->2025",
16499
- "default.handlebars->37->698",
16503
+ "default.handlebars->39->1257",
16504
+ "default.handlebars->39->2025",
16505
+ "default.handlebars->39->698",
16506
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
16507
"default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
16508
"default.handlebars->container->dialog->idx_dlgButtonBar->5",
@@ -16531,7 +16537,7 @@
16537
"zh-cht": "刪除帳戶",
16538
"xloc": [
16539
"default-mobile.handlebars->11->108",
16534
- "default.handlebars->37->1670"
16540
+ "default.handlebars->39->1670"
16541
]
16542
},
16543
{
@@ -16555,7 +16561,7 @@
16561
"zh-chs": "删除帐户",
16562
"zh-cht": "刪除帳戶",
16563
"xloc": [
16558
- "default.handlebars->37->2233"
16564
+ "default.handlebars->39->2233"
16565
]
16566
},
16567
{
@@ -16580,7 +16586,7 @@
16586
"zh-cht": "刪除裝置",
16587
"xloc": [
16588
"default-mobile.handlebars->11->311",
16583
- "default.handlebars->37->851"
16589
+ "default.handlebars->39->851"
16590
]
16591
},
16592
{
@@ -16603,7 +16609,7 @@
16609
"tr": "Cihazları Sil",
16610
"zh-chs": "删除设备",
16611
"xloc": [
16606
- "default.handlebars->37->616"
16612
+ "default.handlebars->39->616"
16613
]
16614
},
16615
{
@@ -16629,9 +16635,9 @@
16635
"xloc": [
16636
"default-mobile.handlebars->11->603",
16637
"default-mobile.handlebars->11->606",
16632
- "default.handlebars->37->1798",
16633
- "default.handlebars->37->1799",
16634
- "default.handlebars->37->1840"
16638
+ "default.handlebars->39->1798",
16639
+ "default.handlebars->39->1799",
16640
+ "default.handlebars->39->1840"
16641
]
16642
},
16643
{
@@ -16656,7 +16662,7 @@
16662
"zh-cht": "刪除節點",
16663
"xloc": [
16664
"default-mobile.handlebars->11->358",
16659
- "default.handlebars->37->1070"
16665
+ "default.handlebars->39->1070"
16666
]
16667
},
16668
{
@@ -16701,7 +16707,7 @@
16707
"zh-chs": "删除用户",
16708
"zh-cht": "刪除用戶",
16709
"xloc": [
16704
- "default.handlebars->37->2468"
16710
+ "default.handlebars->39->2468"
16711
]
16712
},
16713
{
@@ -16725,8 +16731,8 @@
16731
"zh-chs": "删除用户群组",
16732
"zh-cht": "刪除用戶群組",
16733
"xloc": [
16728
- "default.handlebars->37->2369",
16729
- "default.handlebars->37->2381"
16734
+ "default.handlebars->39->2369",
16735
+ "default.handlebars->39->2381"
16736
]
16737
},
16738
{
@@ -16750,7 +16756,7 @@
16756
"zh-chs": "删除用户群组",
16757
"zh-cht": "刪除用戶群組",
16758
"xloc": [
16753
- "default.handlebars->37->2315"
16759
+ "default.handlebars->39->2315"
16760
]
16761
},
16762
{
@@ -16774,7 +16780,7 @@
16780
"zh-chs": "删除用户{0}",
16781
"zh-cht": "刪除用戶{0}",
16782
"xloc": [
16777
- "default.handlebars->37->2507"
16783
+ "default.handlebars->39->2507"
16784
]
16785
},
16786
{
@@ -16799,7 +16805,7 @@
16805
"zh-cht": "刪除帳戶",
16806
"xloc": [
16807
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountActions->3->9->0",
16802
- "default.handlebars->37->2229",
16808
+ "default.handlebars->39->2229",
16809
"default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7"
16810
]
16811
},
@@ -16824,7 +16830,7 @@
16830
"zh-chs": "删除设备",
16831
"zh-cht": "刪除裝置",
16832
"xloc": [
16827
- "default.handlebars->37->601"
16833
+ "default.handlebars->39->601"
16834
]
16835
},
16836
{
@@ -16848,7 +16854,7 @@
16854
"zh-chs": "删除群组",
16855
"zh-cht": "刪除群組",
16856
"xloc": [
16851
- "default.handlebars->37->2311"
16857
+ "default.handlebars->39->2311"
16858
]
16859
},
16860
{
@@ -16872,7 +16878,7 @@
16878
"zh-chs": "删除项目?",
16879
"zh-cht": "刪除項目?",
16880
"xloc": [
16875
- "default.handlebars->37->699"
16881
+ "default.handlebars->39->699"
16882
]
16883
},
16884
{
@@ -16896,7 +16902,7 @@
16902
"zh-chs": "递归删除:“{0}”,{1}个元素已删除",
16903
"zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除",
16904
"xloc": [
16899
- "default.handlebars->37->2085"
16905
+ "default.handlebars->39->2085"
16906
]
16907
},
16908
{
@@ -16922,8 +16928,8 @@
16928
"xloc": [
16929
"default-mobile.handlebars->11->148",
16930
"default-mobile.handlebars->11->454",
16925
- "default.handlebars->37->1259",
16926
- "default.handlebars->37->2027",
16931
+ "default.handlebars->39->1259",
16932
+ "default.handlebars->39->2027",
16933
"sharing.handlebars->11->63"
16934
]
16935
},
@@ -16948,7 +16954,7 @@
16954
"zh-chs": "删除用户群组{0}?",
16955
"zh-cht": "刪除用戶群組{0}?",
16956
"xloc": [
16951
- "default.handlebars->37->2379"
16957
+ "default.handlebars->39->2379"
16958
]
16959
},
16960
{
@@ -16974,8 +16980,8 @@
16980
"xloc": [
16981
"default-mobile.handlebars->11->147",
16982
"default-mobile.handlebars->11->453",
16977
- "default.handlebars->37->1258",
16978
- "default.handlebars->37->2026",
16983
+ "default.handlebars->39->1258",
16984
+ "default.handlebars->39->2026",
16985
"sharing.handlebars->11->62"
16986
]
16987
},
@@ -17024,7 +17030,7 @@
17030
"zh-chs": "删除:“{0}”",
17031
"zh-cht": "刪除:“{0}”",
17032
"xloc": [
17027
- "default.handlebars->37->2084"
17033
+ "default.handlebars->39->2084"
17034
]
17035
},
17036
{
@@ -17048,7 +17054,7 @@
17054
"zh-chs": "删除:“{0}”,{1}个元素已删除",
17055
"zh-cht": "刪除:“{0}”,已刪除{1}個元素",
17056
"xloc": [
17051
- "default.handlebars->37->2086"
17057
+ "default.handlebars->39->2086"
17058
]
17059
},
17060
{
@@ -17073,7 +17079,7 @@
17079
"zh-cht": "被拒絕",
17080
"xloc": [
17081
"default-mobile.handlebars->11->373",
17076
- "default.handlebars->37->1117",
17082
+ "default.handlebars->39->1117",
17083
"sharing.handlebars->11->29",
17084
"sharing.handlebars->11->7"
17085
]
@@ -17210,19 +17216,19 @@
17216
"default-mobile.handlebars->11->519",
17217
"default-mobile.handlebars->11->594",
17218
"default-mobile.handlebars->11->608",
17213
- "default.handlebars->37->1112",
17214
- "default.handlebars->37->1316",
17215
- "default.handlebars->37->1326",
17216
- "default.handlebars->37->143",
17217
- "default.handlebars->37->1691",
17218
- "default.handlebars->37->1739",
17219
- "default.handlebars->37->1842",
17220
- "default.handlebars->37->2320",
17221
- "default.handlebars->37->2330",
17222
- "default.handlebars->37->2331",
17223
- "default.handlebars->37->2377",
17224
- "default.handlebars->37->739",
17225
- "default.handlebars->37->740",
17219
+ "default.handlebars->39->1112",
17220
+ "default.handlebars->39->1316",
17221
+ "default.handlebars->39->1326",
17222
+ "default.handlebars->39->143",
17223
+ "default.handlebars->39->1691",
17224
+ "default.handlebars->39->1739",
17225
+ "default.handlebars->39->1842",
17226
+ "default.handlebars->39->2320",
17227
+ "default.handlebars->39->2330",
17228
+ "default.handlebars->39->2331",
17229
+ "default.handlebars->39->2377",
17230
+ "default.handlebars->39->739",
17231
+ "default.handlebars->39->740",
17232
"default.handlebars->container->column_l->p42->p42tbl->1->0->3"
17233
]
17234
},
@@ -17269,15 +17275,15 @@
17275
"zh-cht": "桌面",
17276
"xloc": [
17277
"default-mobile.handlebars->11->318",
17272
- "default.handlebars->37->1192",
17273
- "default.handlebars->37->1848",
17274
- "default.handlebars->37->2564",
17275
- "default.handlebars->37->2614",
17276
- "default.handlebars->37->2630",
17277
- "default.handlebars->37->2716",
17278
- "default.handlebars->37->704",
17279
- "default.handlebars->37->898",
17280
- "default.handlebars->37->973",
17278
+ "default.handlebars->39->1192",
17279
+ "default.handlebars->39->1848",
17280
+ "default.handlebars->39->2564",
17281
+ "default.handlebars->39->2614",
17282
+ "default.handlebars->39->2630",
17283
+ "default.handlebars->39->2716",
17284
+ "default.handlebars->39->704",
17285
+ "default.handlebars->39->898",
17286
+ "default.handlebars->39->973",
17287
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
17288
"default.handlebars->contextMenu->cxdesktop",
17289
"sharing.handlebars->11->23",
@@ -17304,8 +17310,8 @@
17310
"tr": "Masaüstü + Dosyalar",
17311
"zh-chs": "桌面 + 文件",
17312
"xloc": [
17307
- "default.handlebars->37->902",
17308
- "default.handlebars->37->976"
17313
+ "default.handlebars->39->902",
17314
+ "default.handlebars->39->976"
17315
]
17316
},
17317
{
@@ -17328,7 +17334,7 @@
17334
"tr": "Masaüstü + Terminal",
17335
"zh-chs": "桌面 + 终端",
17336
"xloc": [
17331
- "default.handlebars->37->899"
17337
+ "default.handlebars->39->899"
17338
]
17339
},
17340
{
@@ -17351,8 +17357,8 @@
17357
"tr": "Masaüstü + Terminal + Dosyalar",
17358
"zh-chs": "桌面 + 终端 + 文件",
17359
"xloc": [
17354
- "default.handlebars->37->903",
17355
- "default.handlebars->37->978"
17360
+ "default.handlebars->39->903",
17361
+ "default.handlebars->39->978"
17362
]
17363
},
17364
{
@@ -17399,7 +17405,7 @@
17405
"tr": "Masaüstü Multiplex",
17406
"zh-chs": "桌面复用",
17407
"xloc": [
17402
- "default.handlebars->37->2721"
17408
+ "default.handlebars->39->2721"
17409
]
17410
},
17411
{
@@ -17423,10 +17429,10 @@
17429
"zh-chs": "桌面通知",
17430
"zh-cht": "桌面通知",
17431
"xloc": [
17426
- "default.handlebars->37->1754",
17427
- "default.handlebars->37->2338",
17428
- "default.handlebars->37->2440",
17429
- "default.handlebars->37->799"
17432
+ "default.handlebars->39->1754",
17433
+ "default.handlebars->39->2338",
17434
+ "default.handlebars->39->2440",
17435
+ "default.handlebars->39->799"
17436
]
17437
},
17438
{
@@ -17450,10 +17456,10 @@
17456
"zh-chs": "桌面提示",
17457
"zh-cht": "桌面提示",
17458
"xloc": [
17453
- "default.handlebars->37->1753",
17454
- "default.handlebars->37->2337",
17455
- "default.handlebars->37->2439",
17456
- "default.handlebars->37->798"
17459
+ "default.handlebars->39->1753",
17460
+ "default.handlebars->39->2337",
17461
+ "default.handlebars->39->2439",
17462
+ "default.handlebars->39->798"
17463
]
17464
},
17465
{
@@ -17477,10 +17483,10 @@
17483
"zh-chs": "桌面提示+工具栏",
17484
"zh-cht": "桌面提示+工具欄",
17485
"xloc": [
17480
- "default.handlebars->37->1751",
17481
- "default.handlebars->37->2335",
17482
- "default.handlebars->37->2437",
17483
- "default.handlebars->37->796"
17486
+ "default.handlebars->39->1751",
17487
+ "default.handlebars->39->2335",
17488
+ "default.handlebars->39->2437",
17489
+ "default.handlebars->39->796"
17490
]
17491
},
17492
{
@@ -17503,7 +17509,7 @@
17509
"tr": "Masaüstü Oturumu",
17510
"zh-chs": "桌面会话",
17511
"xloc": [
17506
- "default.handlebars->37->2557"
17512
+ "default.handlebars->39->2557"
17513
]
17514
},
17515
{
@@ -17597,10 +17603,10 @@
17603
"zh-chs": "桌面工具栏",
17604
"zh-cht": "桌面工具欄",
17605
"xloc": [
17600
- "default.handlebars->37->1752",
17601
- "default.handlebars->37->2336",
17602
- "default.handlebars->37->2438",
17603
- "default.handlebars->37->797"
17606
+ "default.handlebars->39->1752",
17607
+ "default.handlebars->39->2336",
17608
+ "default.handlebars->39->2438",
17609
+ "default.handlebars->39->797"
17610
]
17611
},
17612
{
@@ -17623,7 +17629,7 @@
17629
"tr": "Yalnızca Masaüstü Görünümü",
17630
"zh-chs": "仅桌面视图",
17631
"xloc": [
17626
- "default.handlebars->37->2413"
17632
+ "default.handlebars->39->2413"
17633
]
17634
},
17635
{
@@ -17646,7 +17652,7 @@
17652
"tr": "Masaüstü, Yalnızca görüntüleme",
17653
"zh-chs": "桌面,仅查看",
17654
"xloc": [
17649
- "default.handlebars->37->979"
17655
+ "default.handlebars->39->979"
17656
]
17657
},
17658
{
@@ -17670,7 +17676,7 @@
17676
"zh-chs": "桌面时段",
17677
"zh-cht": "桌面時段",
17678
"xloc": [
17673
- "default.handlebars->37->1191"
17679
+ "default.handlebars->39->1191"
17680
]
17681
},
17682
{
@@ -17744,7 +17750,7 @@
17750
"zh-cht": "細節",
17751
"xloc": [
17752
"default-mobile.handlebars->11->321",
17747
- "default.handlebars->37->1937",
17753
+ "default.handlebars->39->1937",
17754
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevInfo",
17755
"default.handlebars->contextMenu->cxdetails"
17756
]
@@ -17795,13 +17801,13 @@
17801
"zh-cht": "裝置",
17802
"xloc": [
17803
"default-mobile.handlebars->11->514",
17798
- "default.handlebars->37->1311",
17799
- "default.handlebars->37->1419",
17800
- "default.handlebars->37->1875",
17801
- "default.handlebars->37->252",
17802
- "default.handlebars->37->2526",
17803
- "default.handlebars->37->2588",
17804
- "default.handlebars->37->2603",
17804
+ "default.handlebars->39->1311",
17805
+ "default.handlebars->39->1419",
17806
+ "default.handlebars->39->1875",
17807
+ "default.handlebars->39->252",
17808
+ "default.handlebars->39->2526",
17809
+ "default.handlebars->39->2588",
17810
+ "default.handlebars->39->2603",
17811
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5"
17812
]
17813
},
@@ -17828,7 +17834,7 @@
17834
"xloc": [
17835
"default-mobile.handlebars->11->339",
17836
"default-mobile.handlebars->11->348",
17831
- "default.handlebars->37->1027"
17837
+ "default.handlebars->39->1027"
17838
]
17839
},
17840
{
@@ -17875,7 +17881,7 @@
17881
"tr": "Cihaz Açıklaması",
17882
"zh-chs": "设备描述",
17883
"xloc": [
17878
- "default.handlebars->37->299"
17884
+ "default.handlebars->39->299"
17885
]
17886
},
17887
{
@@ -17898,7 +17904,7 @@
17904
"tr": "Cihaz Ayrıntıları",
17905
"zh-chs": "设备详情",
17906
"xloc": [
17901
- "default.handlebars->37->1899"
17907
+ "default.handlebars->39->1899"
17908
]
17909
},
17910
{
@@ -17948,17 +17954,17 @@
17954
"xloc": [
17955
"agent-translations.json",
17956
"default-mobile.handlebars->11->669",
17951
- "default.handlebars->37->1870",
17952
- "default.handlebars->37->1873",
17953
- "default.handlebars->37->1874",
17954
- "default.handlebars->37->2180",
17955
- "default.handlebars->37->2361",
17956
- "default.handlebars->37->2367",
17957
- "default.handlebars->37->2514",
17958
- "default.handlebars->37->2573",
17959
- "default.handlebars->37->2592",
17960
- "default.handlebars->37->2606",
17961
- "default.handlebars->37->2643"
17957
+ "default.handlebars->39->1870",
17958
+ "default.handlebars->39->1873",
17959
+ "default.handlebars->39->1874",
17960
+ "default.handlebars->39->2180",
17961
+ "default.handlebars->39->2361",
17962
+ "default.handlebars->39->2367",
17963
+ "default.handlebars->39->2514",
17964
+ "default.handlebars->39->2573",
17965
+ "default.handlebars->39->2592",
17966
+ "default.handlebars->39->2606",
17967
+ "default.handlebars->39->2643"
17968
]
17969
},
17970
{
@@ -17983,7 +17989,7 @@
17989
"zh-cht": "裝置群用戶",
17990
"xloc": [
17991
"default-mobile.handlebars->11->658",
17986
- "default.handlebars->37->1943"
17992
+ "default.handlebars->39->1943"
17993
]
17994
},
17995
{
@@ -18008,11 +18014,11 @@
This file is too large to show in full.