diff --git a/agents/meshcore.js b/agents/meshcore.js
index 57e3b657..61d7f5ca 100644
--- a/agents/meshcore.js
+++ b/agents/meshcore.js
@@ -5908,6 +5908,23 @@ function sendNetworkUpdate(force) {
try {
// Update the network interfaces information data
var netInfo = { netif2: require('os').networkInterfaces() };
+ if (process.platform == 'win32') {
+ try {
+ var ret = require('win-wmi').query('ROOT\\CIMV2', 'SELECT InterfaceIndex,NetConnectionID,Speed FROM Win32_NetworkAdapter', ['InterfaceIndex','NetConnectionID','Speed']);
+ if (ret[0]) {
+ var speedMap = {};
+ for (var i = 0; i < ret.length; i++) speedMap[ret[i].InterfaceIndex] = ret[i].Speed;
+ var adapterNames = Object.keys(netInfo.netif2);
+ for (var j = 0; j < adapterNames.length; j++) {
+ var interfaces = netInfo.netif2[adapterNames[j]];
+ for (var k = 0; k < interfaces.length; k++) {
+ var iface = interfaces[k], speed = speedMap[iface.index] || 0;
+ iface.speed = parseInt(speed); // bits per seconds
+ }
+ }
+ }
+ } catch(ex) { }
+ }
if (netInfo.netif2) {
netInfo.action = 'netinfo';
var netInfoStr = JSON.stringify(netInfo);
diff --git a/translate/translate.json b/translate/translate.json
index bdeaf058..61151642 100644
--- a/translate/translate.json
+++ b/translate/translate.json
@@ -26,10 +26,10 @@
"zh-chs": " + CIRA",
"zh-cht": " + CIRA",
"xloc": [
- "default.handlebars->119->2229",
"default.handlebars->119->2231",
- "default3.handlebars->117->2240",
- "default3.handlebars->117->2242"
+ "default.handlebars->119->2233",
+ "default3.handlebars->117->2242",
+ "default3.handlebars->117->2244"
]
},
{
@@ -330,8 +330,8 @@
"zh-chs": " 可以使用密码提示,但不建议使用。",
"zh-cht": " 可以使用密碼提示,但不建議使用。",
"xloc": [
- "default.handlebars->119->2101",
- "default3.handlebars->117->2096"
+ "default.handlebars->119->2103",
+ "default3.handlebars->117->2098"
]
},
{
@@ -360,10 +360,10 @@
"zh-chs": " 用户需要先登录到该服务器一次,然后才能将其添加到设备组。",
"zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。",
"xloc": [
- "default.handlebars->119->2355",
- "default.handlebars->119->2939",
- "default3.handlebars->117->2367",
- "default3.handlebars->117->2948"
+ "default.handlebars->119->2357",
+ "default.handlebars->119->2946",
+ "default3.handlebars->117->2369",
+ "default3.handlebars->117->2955"
]
},
{
@@ -444,7 +444,7 @@
"zh-chs": " 节点",
"zh-cht": " 節點",
"xloc": [
- "default-mobile.handlebars->53->483"
+ "default-mobile.handlebars->53->488"
]
},
{
@@ -473,7 +473,7 @@
"zh-chs": " 节点",
"zh-cht": " 節點",
"xloc": [
- "default-mobile.handlebars->53->484"
+ "default-mobile.handlebars->53->489"
]
},
{
@@ -985,9 +985,9 @@
"zh-chs": "* 8-16个字符,1个大写,1个小写,1个数字,1个非字母数字。",
"zh-cht": "* 8-16個字符,1個大寫,1個小寫,1個數字,1個非字母數字。",
"xloc": [
- "default.handlebars->119->2313",
+ "default.handlebars->119->2315",
"default.handlebars->119->541",
- "default3.handlebars->117->2322",
+ "default3.handlebars->117->2324",
"default3.handlebars->117->552"
]
},
@@ -1096,22 +1096,22 @@
"zh-chs": ",",
"zh-cht": ",",
"xloc": [
- "default-mobile.handlebars->53->1025",
- "default-mobile.handlebars->53->817",
- "default-mobile.handlebars->53->819",
- "default-mobile.handlebars->53->821",
+ "default-mobile.handlebars->53->1032",
+ "default-mobile.handlebars->53->824",
+ "default-mobile.handlebars->53->826",
+ "default-mobile.handlebars->53->828",
"default.handlebars->119->1023",
- "default.handlebars->119->1663",
"default.handlebars->119->1665",
"default.handlebars->119->1667",
- "default.handlebars->119->2431",
- "default.handlebars->119->2712",
+ "default.handlebars->119->1669",
+ "default.handlebars->119->2433",
+ "default.handlebars->119->2719",
"default3.handlebars->117->1034",
- "default3.handlebars->117->1663",
"default3.handlebars->117->1665",
"default3.handlebars->117->1667",
- "default3.handlebars->117->2443",
- "default3.handlebars->117->2724"
+ "default3.handlebars->117->1669",
+ "default3.handlebars->117->2445",
+ "default3.handlebars->117->2731"
]
},
{
@@ -1224,7 +1224,7 @@
"zh-chs": ",仅限于Intel® AMT",
"zh-cht": ",只適用於Intel® AMT",
"xloc": [
- "default-mobile.handlebars->53->407",
+ "default-mobile.handlebars->53->412",
"default.handlebars->119->368",
"default3.handlebars->117->379"
]
@@ -1285,9 +1285,9 @@
"zh-chs": ",MQTT在线",
"zh-cht": ",MQTT在線",
"xloc": [
- "default-mobile.handlebars->53->926",
- "default.handlebars->119->1773",
- "default3.handlebars->117->1771"
+ "default-mobile.handlebars->53->933",
+ "default.handlebars->119->1775",
+ "default3.handlebars->117->1773"
]
},
{
@@ -1317,9 +1317,9 @@
"zh-cht": ", 不同意",
"xloc": [
"default.handlebars->119->1118",
- "default.handlebars->119->2271",
+ "default.handlebars->119->2273",
"default3.handlebars->117->1129",
- "default3.handlebars->117->2282"
+ "default3.handlebars->117->2284"
]
},
{
@@ -1349,9 +1349,9 @@
"zh-cht": ",提示同意",
"xloc": [
"default.handlebars->119->1119",
- "default.handlebars->119->2272",
+ "default.handlebars->119->2274",
"default3.handlebars->117->1130",
- "default3.handlebars->117->2283"
+ "default3.handlebars->117->2285"
]
},
{
@@ -1410,9 +1410,9 @@
"zh-cht": ", 每天重複",
"xloc": [
"default.handlebars->119->1115",
- "default.handlebars->119->2268",
+ "default.handlebars->119->2270",
"default3.handlebars->117->1126",
- "default3.handlebars->117->2279"
+ "default3.handlebars->117->2281"
]
},
{
@@ -1442,9 +1442,9 @@
"zh-cht": ", 每週重複一次",
"xloc": [
"default.handlebars->119->1116",
- "default.handlebars->119->2269",
+ "default.handlebars->119->2271",
"default3.handlebars->117->1127",
- "default3.handlebars->117->2280"
+ "default3.handlebars->117->2282"
]
},
{
@@ -1528,7 +1528,7 @@
"zh-chs": ", SFTP",
"zh-cht": ", SFTP",
"xloc": [
- "default-mobile.handlebars->53->710",
+ "default-mobile.handlebars->53->715",
"default.handlebars->119->1542",
"default3.handlebars->117->1542"
]
@@ -1619,9 +1619,9 @@
"zh-cht": ", 工具欄",
"xloc": [
"default.handlebars->119->1120",
- "default.handlebars->119->2273",
+ "default.handlebars->119->2275",
"default3.handlebars->117->1131",
- "default3.handlebars->117->2284"
+ "default3.handlebars->117->2286"
]
},
{
@@ -1677,9 +1677,9 @@
"zh-cht": ", 僅查看桌面",
"xloc": [
"default.handlebars->119->1117",
- "default.handlebars->119->2270",
+ "default.handlebars->119->2272",
"default3.handlebars->117->1128",
- "default3.handlebars->117->2281"
+ "default3.handlebars->117->2283"
]
},
{
@@ -1707,9 +1707,9 @@
"zh-chs": ",WebRTC",
"zh-cht": ",WebRTC",
"xloc": [
- "default-mobile.handlebars->53->651",
- "default-mobile.handlebars->53->688",
- "default-mobile.handlebars->53->711",
+ "default-mobile.handlebars->53->656",
+ "default-mobile.handlebars->53->693",
+ "default-mobile.handlebars->53->716",
"default.handlebars->119->1419",
"default.handlebars->119->1511",
"default.handlebars->119->1543",
@@ -2049,13 +2049,13 @@
"xloc": [
"default-mobile.handlebars->53->358",
"default-mobile.handlebars->53->360",
- "default-mobile.handlebars->53->717",
+ "default-mobile.handlebars->53->722",
"default.handlebars->119->1557",
- "default.handlebars->119->2497",
- "default.handlebars->119->3183",
+ "default.handlebars->119->2499",
+ "default.handlebars->119->3190",
"default3.handlebars->117->1557",
- "default3.handlebars->117->2509",
- "default3.handlebars->117->3186",
+ "default3.handlebars->117->2511",
+ "default3.handlebars->117->3193",
"sharing-mobile.handlebars->53->79",
"sharing.handlebars->47->50"
]
@@ -2138,6 +2138,14 @@
"zh-chs": "0 字节",
"zh-cht": "0 字節"
},
+ {
+ "en": "0 bps",
+ "xloc": [
+ "default-mobile.handlebars->53->367",
+ "default.handlebars->119->2517",
+ "default3.handlebars->117->2529"
+ ]
+ },
{
"bs": "0%",
"ca": "0%",
@@ -2242,8 +2250,8 @@
"zh-chs": "1个活跃时段",
"zh-cht": "1個活躍時段",
"xloc": [
- "default.handlebars->119->3034",
- "default3.handlebars->117->3043"
+ "default.handlebars->119->3041",
+ "default3.handlebars->117->3050"
]
},
{
@@ -2272,10 +2280,10 @@
"zh-chs": "1个字节",
"zh-cht": "1個位元組",
"xloc": [
- "default-mobile.handlebars->53->1069",
- "default-mobile.handlebars->53->370",
- "default.handlebars->119->2521",
- "default3.handlebars->117->2533",
+ "default-mobile.handlebars->53->1076",
+ "default-mobile.handlebars->53->375",
+ "default.handlebars->119->2528",
+ "default3.handlebars->117->2540",
"download.handlebars->7->1",
"download2.handlebars->11->1",
"sharing-mobile.handlebars->53->112",
@@ -2402,8 +2410,8 @@
"zh-chs": "1组",
"zh-cht": "1群",
"xloc": [
- "default.handlebars->119->2989",
- "default3.handlebars->117->2998"
+ "default.handlebars->119->2996",
+ "default3.handlebars->117->3005"
]
},
{
@@ -2467,9 +2475,9 @@
"zh-cht": "1分鐘",
"xloc": [
"default.handlebars->119->1228",
- "default.handlebars->119->2066",
+ "default.handlebars->119->2068",
"default3.handlebars->117->1237",
- "default3.handlebars->117->2062"
+ "default3.handlebars->117->2064"
]
},
{
@@ -2587,8 +2595,8 @@
"zh-chs": "有1个用户没有显示,请使用搜索框查找用户...",
"zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...",
"xloc": [
- "default.handlebars->119->2744",
- "default3.handlebars->117->2756"
+ "default.handlebars->119->2751",
+ "default3.handlebars->117->2763"
]
},
{
@@ -2699,7 +2707,7 @@
"zh-chs": "1秒",
"zh-cht": "1秒",
"xloc": [
- "default-mobile.handlebars->53->587",
+ "default-mobile.handlebars->53->592",
"default.handlebars->119->1268",
"default3.handlebars->117->1277"
]
@@ -2845,14 +2853,14 @@
"zh-chs": "1节",
"zh-cht": "1節",
"xloc": [
- "default-mobile.handlebars->53->424",
- "default-mobile.handlebars->53->427",
- "default-mobile.handlebars->53->431",
- "default-mobile.handlebars->53->435",
- "default-mobile.handlebars->53->439",
- "default-mobile.handlebars->53->443",
- "default-mobile.handlebars->53->447",
- "default.handlebars->119->2748",
+ "default-mobile.handlebars->53->429",
+ "default-mobile.handlebars->53->432",
+ "default-mobile.handlebars->53->436",
+ "default-mobile.handlebars->53->440",
+ "default-mobile.handlebars->53->444",
+ "default-mobile.handlebars->53->448",
+ "default-mobile.handlebars->53->452",
+ "default.handlebars->119->2755",
"default.handlebars->119->459",
"default.handlebars->119->462",
"default.handlebars->119->466",
@@ -2860,7 +2868,7 @@
"default.handlebars->119->474",
"default.handlebars->119->478",
"default.handlebars->119->482",
- "default3.handlebars->117->2760",
+ "default3.handlebars->117->2767",
"default3.handlebars->117->470",
"default3.handlebars->117->473",
"default3.handlebars->117->477",
@@ -3080,9 +3088,9 @@
"zh-cht": "10分鐘",
"xloc": [
"default.handlebars->119->1230",
- "default.handlebars->119->2068",
+ "default.handlebars->119->2070",
"default3.handlebars->117->1239",
- "default3.handlebars->117->2064"
+ "default3.handlebars->117->2066"
]
},
{
@@ -3111,7 +3119,7 @@
"zh-chs": "10 秒",
"zh-cht": "10 秒",
"xloc": [
- "default-mobile.handlebars->53->589",
+ "default-mobile.handlebars->53->594",
"default.handlebars->119->1270",
"default3.handlebars->117->1279"
]
@@ -3291,9 +3299,9 @@
"zh-cht": "12小時",
"xloc": [
"default.handlebars->119->1238",
- "default.handlebars->119->2076",
+ "default.handlebars->119->2078",
"default3.handlebars->117->1247",
- "default3.handlebars->117->2072"
+ "default3.handlebars->117->2074"
]
},
{
@@ -3438,9 +3446,9 @@
"zh-cht": "15分鐘",
"xloc": [
"default.handlebars->119->1231",
- "default.handlebars->119->2069",
+ "default.handlebars->119->2071",
"default3.handlebars->117->1240",
- "default3.handlebars->117->2065"
+ "default3.handlebars->117->2067"
]
},
{
@@ -3470,9 +3478,9 @@
"zh-cht": "16小時",
"xloc": [
"default.handlebars->119->1239",
- "default.handlebars->119->2077",
+ "default.handlebars->119->2079",
"default3.handlebars->117->1248",
- "default3.handlebars->117->2073"
+ "default3.handlebars->117->2075"
]
},
{
@@ -3618,9 +3626,9 @@
"zh-cht": "2天",
"xloc": [
"default.handlebars->119->1241",
- "default.handlebars->119->2079",
+ "default.handlebars->119->2081",
"default3.handlebars->117->1250",
- "default3.handlebars->117->2075"
+ "default3.handlebars->117->2077"
]
},
{
@@ -3650,9 +3658,9 @@
"zh-cht": "2小時",
"xloc": [
"default.handlebars->119->1235",
- "default.handlebars->119->2073",
+ "default.handlebars->119->2075",
"default3.handlebars->117->1244",
- "default3.handlebars->117->2069"
+ "default3.handlebars->117->2071"
]
},
{
@@ -3863,9 +3871,9 @@
"zh-cht": "24小時",
"xloc": [
"default.handlebars->119->1240",
- "default.handlebars->119->2078",
+ "default.handlebars->119->2080",
"default3.handlebars->117->1249",
- "default3.handlebars->117->2074"
+ "default3.handlebars->117->2076"
]
},
{
@@ -3952,8 +3960,8 @@
"zh-chs": "2FA备份代码已清除",
"zh-cht": "2FA備份代碼已清除",
"xloc": [
- "default.handlebars->119->2634",
- "default3.handlebars->117->2646"
+ "default.handlebars->119->2641",
+ "default3.handlebars->117->2653"
]
},
{
@@ -4013,8 +4021,8 @@
"zh-chs": "第二个因素",
"zh-cht": "第二個因素",
"xloc": [
- "default.handlebars->119->3222",
- "default3.handlebars->117->3225"
+ "default.handlebars->119->3229",
+ "default3.handlebars->117->3232"
]
},
{
@@ -4043,10 +4051,10 @@
"zh-chs": "启用第二因素身份验证",
"zh-cht": "啟用第二因素身份驗證",
"xloc": [
- "default.handlebars->119->2762",
- "default.handlebars->119->3015",
- "default3.handlebars->117->2774",
- "default3.handlebars->117->3024"
+ "default.handlebars->119->2769",
+ "default.handlebars->119->3022",
+ "default3.handlebars->117->2781",
+ "default3.handlebars->117->3031"
]
},
{
@@ -4097,7 +4105,7 @@
"ru": "3",
"tr": "3",
"xloc": [
- "default-mobile.handlebars->53->744",
+ "default-mobile.handlebars->53->749",
"sharing-mobile.handlebars->53->105"
]
},
@@ -4218,9 +4226,9 @@
"zh-cht": "30分鐘",
"xloc": [
"default.handlebars->119->1232",
- "default.handlebars->119->2070",
+ "default.handlebars->119->2072",
"default3.handlebars->117->1241",
- "default3.handlebars->117->2066"
+ "default3.handlebars->117->2068"
]
},
{
@@ -4249,7 +4257,7 @@
"zh-chs": "32 位",
"zh-cht": "32 位",
"xloc": [
- "default-mobile.handlebars->53->755",
+ "default-mobile.handlebars->53->760",
"default.handlebars->119->1620",
"default3.handlebars->117->1620"
]
@@ -4339,9 +4347,9 @@
"zh-cht": "4天",
"xloc": [
"default.handlebars->119->1242",
- "default.handlebars->119->2080",
+ "default.handlebars->119->2082",
"default3.handlebars->117->1251",
- "default3.handlebars->117->2076"
+ "default3.handlebars->117->2078"
]
},
{
@@ -4371,9 +4379,9 @@
"zh-cht": "4個小時",
"xloc": [
"default.handlebars->119->1236",
- "default.handlebars->119->2074",
+ "default.handlebars->119->2076",
"default3.handlebars->117->1245",
- "default3.handlebars->117->2070"
+ "default3.handlebars->117->2072"
]
},
{
@@ -4520,9 +4528,9 @@
"zh-cht": "45分鐘",
"xloc": [
"default.handlebars->119->1233",
- "default.handlebars->119->2071",
+ "default.handlebars->119->2073",
"default3.handlebars->117->1242",
- "default3.handlebars->117->2067"
+ "default3.handlebars->117->2069"
]
},
{
@@ -4581,9 +4589,9 @@
"zh-cht": "5分鐘",
"xloc": [
"default.handlebars->119->1229",
- "default.handlebars->119->2067",
+ "default.handlebars->119->2069",
"default3.handlebars->117->1238",
- "default3.handlebars->117->2063"
+ "default3.handlebars->117->2065"
]
},
{
@@ -4612,7 +4620,7 @@
"zh-chs": "5秒",
"zh-cht": "5秒",
"xloc": [
- "default-mobile.handlebars->53->588",
+ "default-mobile.handlebars->53->593",
"default.handlebars->119->1269",
"default3.handlebars->117->1278"
]
@@ -4795,9 +4803,9 @@
"zh-cht": "60分鐘",
"xloc": [
"default.handlebars->119->1234",
- "default.handlebars->119->2072",
+ "default.handlebars->119->2074",
"default3.handlebars->117->1243",
- "default3.handlebars->117->2068"
+ "default3.handlebars->117->2070"
]
},
{
@@ -4885,7 +4893,7 @@
"zh-chs": "64 位",
"zh-cht": "64 位",
"xloc": [
- "default-mobile.handlebars->53->757",
+ "default-mobile.handlebars->53->762",
"default.handlebars->119->1622",
"default3.handlebars->117->1622"
]
@@ -5079,8 +5087,8 @@
"zh-chs": "7天",
"zh-cht": "7天",
"xloc": [
- "default.handlebars->119->2081",
- "default3.handlebars->117->2077"
+ "default.handlebars->119->2083",
+ "default3.handlebars->117->2079"
]
},
{
@@ -5172,11 +5180,11 @@
"zh-cht": "8小時",
"xloc": [
"default.handlebars->119->1237",
- "default.handlebars->119->2075",
+ "default.handlebars->119->2077",
"default.handlebars->119->569",
"default.handlebars->119->583",
"default3.handlebars->117->1246",
- "default3.handlebars->117->2071",
+ "default3.handlebars->117->2073",
"default3.handlebars->117->580",
"default3.handlebars->117->594"
]
@@ -5380,11 +5388,11 @@
"zh-chs": "ACM",
"zh-cht": "ACM",
"xloc": [
- "default-mobile.handlebars->53->518",
- "default.handlebars->119->2249",
+ "default-mobile.handlebars->53->523",
+ "default.handlebars->119->2251",
"default.handlebars->119->447",
"default.handlebars->119->931",
- "default3.handlebars->117->2260",
+ "default3.handlebars->117->2262",
"default3.handlebars->117->458",
"default3.handlebars->117->942"
]
@@ -5516,8 +5524,8 @@
"zh-chs": "操作系统",
"zh-cht": "AMT操作系統",
"xloc": [
- "default.handlebars->119->3381",
- "default3.handlebars->117->3386"
+ "default.handlebars->119->3388",
+ "default3.handlebars->117->3393"
]
},
{
@@ -5545,10 +5553,10 @@
"zh-chs": "AMT-Redir",
"zh-cht": "AMT-Redir",
"xloc": [
- "default.handlebars->119->3232",
- "default.handlebars->119->3285",
- "default3.handlebars->117->3235",
- "default3.handlebars->117->3288"
+ "default.handlebars->119->3239",
+ "default.handlebars->119->3292",
+ "default3.handlebars->117->3242",
+ "default3.handlebars->117->3295"
]
},
{
@@ -5576,10 +5584,10 @@
"zh-chs": "AMT-WSMAN",
"zh-cht": "AMT-WSMAN",
"xloc": [
- "default.handlebars->119->3231",
- "default.handlebars->119->3284",
- "default3.handlebars->117->3234",
- "default3.handlebars->117->3287"
+ "default.handlebars->119->3238",
+ "default.handlebars->119->3291",
+ "default3.handlebars->117->3241",
+ "default3.handlebars->117->3294"
]
},
{
@@ -5599,7 +5607,7 @@
"pl": "Wersja APK MeshAgent",
"uk": "MeshAgent версія APK",
"xloc": [
- "default-mobile.handlebars->53->978",
+ "default-mobile.handlebars->53->985",
"default.handlebars->119->658",
"default3.handlebars->117->669"
]
@@ -5812,8 +5820,8 @@
"zh-chs": "影音",
"zh-cht": "視聽",
"xloc": [
- "default-mobile.handlebars->53->762",
- "default-mobile.handlebars->53->764",
+ "default-mobile.handlebars->53->767",
+ "default-mobile.handlebars->53->769",
"default.handlebars->119->950",
"default.handlebars->119->952",
"default3.handlebars->117->961",
@@ -5846,9 +5854,9 @@
"zh-chs": "拒绝访问",
"zh-cht": "拒絕存取",
"xloc": [
- "default-mobile.handlebars->53->927",
- "default.handlebars->119->1774",
- "default3.handlebars->117->1772"
+ "default-mobile.handlebars->53->934",
+ "default.handlebars->119->1776",
+ "default3.handlebars->117->1774"
]
},
{
@@ -5937,8 +5945,8 @@
"zh-chs": "访问服务器档案",
"zh-cht": "存取伺服器檔案",
"xloc": [
- "default.handlebars->119->2945",
- "default3.handlebars->117->2954"
+ "default.handlebars->119->2952",
+ "default3.handlebars->117->2961"
]
},
{
@@ -6061,20 +6069,20 @@
"default-mobile.handlebars->53->342",
"default-mobile.handlebars->53->344",
"default-mobile.handlebars->53->356",
- "default-mobile.handlebars->53->485",
- "default-mobile.handlebars->53->487",
+ "default-mobile.handlebars->53->490",
+ "default-mobile.handlebars->53->492",
"default-mobile.handlebars->53->98",
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountSecurity->1->0",
- "default.handlebars->119->2110",
"default.handlebars->119->2112",
- "default.handlebars->119->3436",
+ "default.handlebars->119->2114",
+ "default.handlebars->119->3443",
"default.handlebars->119->740",
"default.handlebars->119->891",
"default.handlebars->119->893",
- "default3.handlebars->117->2127",
- "default3.handlebars->117->2128",
- "default3.handlebars->117->3439",
- "default3.handlebars->117->3441",
+ "default3.handlebars->117->2129",
+ "default3.handlebars->117->2130",
+ "default3.handlebars->117->3446",
+ "default3.handlebars->117->3448",
"default3.handlebars->117->751",
"default3.handlebars->117->902",
"default3.handlebars->117->904"
@@ -6106,9 +6114,9 @@
"zh-chs": "帐号设定",
"zh-cht": "帳號設定",
"xloc": [
- "default-mobile.handlebars->53->1036",
- "default.handlebars->119->3305",
- "default3.handlebars->117->3310"
+ "default-mobile.handlebars->53->1043",
+ "default.handlebars->119->3312",
+ "default3.handlebars->117->3317"
]
},
{
@@ -6183,8 +6191,8 @@
"pl": "Konto zmienione di synchronizacji z danymi LDAP.",
"uk": "Акаунт змінено на синхронізацію з даними LDAP.",
"xloc": [
- "default.handlebars->119->2695",
- "default3.handlebars->117->2707"
+ "default.handlebars->119->2702",
+ "default3.handlebars->117->2714"
]
},
{
@@ -6213,8 +6221,8 @@
"zh-chs": "帐户已更改:{0}",
"zh-cht": "帳戶已更改:{0}",
"xloc": [
- "default.handlebars->119->2607",
- "default3.handlebars->117->2619"
+ "default.handlebars->119->2614",
+ "default3.handlebars->117->2626"
]
},
{
@@ -6243,8 +6251,8 @@
"zh-chs": "创建帐户,电子邮件为{0}",
"zh-cht": "創建帳戶,電子郵件為{0}",
"xloc": [
- "default.handlebars->119->2606",
- "default3.handlebars->117->2618"
+ "default.handlebars->119->2613",
+ "default3.handlebars->117->2625"
]
},
{
@@ -6273,8 +6281,8 @@
"zh-chs": "已创建帐户,名称为 {0}。",
"zh-cht": "已創建帳戶,名稱為 {0}。",
"xloc": [
- "default.handlebars->119->2669",
- "default3.handlebars->117->2681"
+ "default.handlebars->119->2676",
+ "default3.handlebars->117->2688"
]
},
{
@@ -6303,8 +6311,8 @@
"zh-chs": "创建帐户,用户名是{0}",
"zh-cht": "帳戶已創建,用戶名是{0}",
"xloc": [
- "default.handlebars->119->2605",
- "default3.handlebars->117->2617"
+ "default.handlebars->119->2612",
+ "default3.handlebars->117->2624"
]
},
{
@@ -6335,11 +6343,11 @@
"xloc": [
"default-mobile.handlebars->53->69",
"default.handlebars->119->221",
- "default.handlebars->119->2764",
- "default.handlebars->119->2942",
+ "default.handlebars->119->2771",
+ "default.handlebars->119->2949",
"default3.handlebars->117->233",
- "default3.handlebars->117->2776",
- "default3.handlebars->117->2951"
+ "default3.handlebars->117->2783",
+ "default3.handlebars->117->2958"
]
},
{
@@ -6368,9 +6376,9 @@
"zh-chs": "达到帐户限制。",
"zh-cht": "達到帳戶限制。",
"xloc": [
- "default-mobile.handlebars->53->1048",
- "default.handlebars->119->3317",
- "default3.handlebars->117->3322",
+ "default-mobile.handlebars->53->1055",
+ "default.handlebars->119->3324",
+ "default3.handlebars->117->3329",
"login-mobile.handlebars->23->6",
"login.handlebars->13->8",
"login2.handlebars->17->206"
@@ -6433,8 +6441,8 @@
"zh-chs": "帐号登录",
"zh-cht": "帳號登錄",
"xloc": [
- "default.handlebars->119->2542",
- "default3.handlebars->117->2554"
+ "default.handlebars->119->2549",
+ "default3.handlebars->117->2561"
]
},
{
@@ -6463,8 +6471,8 @@
"zh-chs": "来自 {0}、{1}、{2} 的帐户登录",
"zh-cht": "從 {0}、{1}、{2} 登錄帳戶",
"xloc": [
- "default.handlebars->119->2648",
- "default3.handlebars->117->2660"
+ "default.handlebars->119->2655",
+ "default3.handlebars->117->2667"
]
},
{
@@ -6478,8 +6486,8 @@
"pl": "Zapisy logowania tokenami użytkownika",
"uk": "Записи токенів входу до акаунту",
"xloc": [
- "default.handlebars->119->3274",
- "default3.handlebars->117->3277"
+ "default.handlebars->119->3281",
+ "default3.handlebars->117->3284"
]
},
{
@@ -6508,8 +6516,8 @@
"zh-chs": "帐户登出",
"zh-cht": "帳戶登出",
"xloc": [
- "default.handlebars->119->2543",
- "default3.handlebars->117->2555"
+ "default.handlebars->119->2550",
+ "default3.handlebars->117->2562"
]
},
{
@@ -6569,8 +6577,8 @@
"zh-chs": "帐户密码已更改:{0}",
"zh-cht": "帳戶密碼已更改:{0}",
"xloc": [
- "default.handlebars->119->2615",
- "default3.handlebars->117->2627"
+ "default.handlebars->119->2622",
+ "default3.handlebars->117->2634"
]
},
{
@@ -6599,8 +6607,8 @@
"zh-chs": "帐户已删除",
"zh-cht": "帳戶已刪除",
"xloc": [
- "default.handlebars->119->2604",
- "default3.handlebars->117->2616"
+ "default.handlebars->119->2611",
+ "default3.handlebars->117->2623"
]
},
{
@@ -6659,10 +6667,10 @@
"zh-chs": "指令",
"zh-cht": "指令",
"xloc": [
- "default-mobile.handlebars->53->942",
- "default.handlebars->119->1789",
+ "default-mobile.handlebars->53->949",
+ "default.handlebars->119->1791",
"default.handlebars->container->column_l->p42->p42tbl->1->0->8",
- "default3.handlebars->117->1787",
+ "default3.handlebars->117->1789",
"default3.handlebars->container->column_l->p42->p42tbl->1->0->17"
]
},
@@ -6724,7 +6732,7 @@
"zh-chs": "动作",
"zh-cht": "動作",
"xloc": [
- "default-mobile.handlebars->53->552",
+ "default-mobile.handlebars->53->557",
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea4->1->3",
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->1",
"default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea4->1->3",
@@ -6852,8 +6860,8 @@
"zh-chs": "如果ACM失败,则激活到CCM",
"zh-cht": "如果ACM失敗,則激活到CCM",
"xloc": [
- "default.handlebars->119->2304",
- "default3.handlebars->117->2313"
+ "default.handlebars->119->2306",
+ "default3.handlebars->117->2315"
]
},
{
@@ -6882,13 +6890,13 @@
"zh-chs": "已激活",
"zh-cht": "已啟動",
"xloc": [
- "default-mobile.handlebars->53->513",
- "default-mobile.handlebars->53->515",
- "default-mobile.handlebars->53->829",
- "default.handlebars->119->1675",
+ "default-mobile.handlebars->53->518",
+ "default-mobile.handlebars->53->520",
+ "default-mobile.handlebars->53->836",
+ "default.handlebars->119->1677",
"default.handlebars->119->924",
"default.handlebars->119->926",
- "default3.handlebars->117->1673",
+ "default3.handlebars->117->1675",
"default3.handlebars->117->935",
"default3.handlebars->117->937"
]
@@ -6950,9 +6958,9 @@
"zh-cht": "主動設備共享",
"xloc": [
"default.handlebars->119->1100",
- "default.handlebars->119->2253",
+ "default.handlebars->119->2255",
"default3.handlebars->117->1111",
- "default3.handlebars->117->2264"
+ "default3.handlebars->117->2266"
]
},
{
@@ -6981,8 +6989,8 @@
"zh-chs": "活动登录令牌",
"zh-cht": "活動登錄令牌",
"xloc": [
- "default.handlebars->119->2141",
- "default3.handlebars->117->2156"
+ "default.handlebars->119->2143",
+ "default3.handlebars->117->2158"
]
},
{
@@ -7011,7 +7019,7 @@
"zh-chs": "活跃用户",
"zh-cht": "活躍用戶",
"xloc": [
- "default-mobile.handlebars->53->790",
+ "default-mobile.handlebars->53->795",
"default.handlebars->119->978",
"default3.handlebars->117->989"
]
@@ -7042,7 +7050,7 @@
"zh-chs": "活跃用户",
"zh-cht": "活躍用戶",
"xloc": [
- "default-mobile.handlebars->53->789",
+ "default-mobile.handlebars->53->794",
"default.handlebars->119->977",
"default3.handlebars->117->988"
]
@@ -7099,7 +7107,7 @@
"zh-chs": "添加",
"zh-cht": "添加",
"xloc": [
- "default-mobile.handlebars->53->680",
+ "default-mobile.handlebars->53->685",
"default.handlebars->119->1452",
"default.handlebars->119->1458",
"default3.handlebars->117->1454",
@@ -7185,9 +7193,9 @@
"zh-chs": "添加代理",
"zh-cht": "新增代理",
"xloc": [
- "default.handlebars->119->2243",
+ "default.handlebars->119->2245",
"default.handlebars->119->501",
- "default3.handlebars->117->2254",
+ "default3.handlebars->117->2256",
"default3.handlebars->117->512"
]
},
@@ -7243,13 +7251,13 @@
"zh-chs": "添加设备",
"zh-cht": "新增裝置",
"xloc": [
- "default.handlebars->119->2247",
- "default.handlebars->119->2917",
- "default.handlebars->119->3112",
+ "default.handlebars->119->2249",
+ "default.handlebars->119->2924",
+ "default.handlebars->119->3119",
"default.handlebars->119->505",
- "default3.handlebars->117->2258",
- "default3.handlebars->117->2926",
- "default3.handlebars->117->3115",
+ "default3.handlebars->117->2260",
+ "default3.handlebars->117->2933",
+ "default3.handlebars->117->3122",
"default3.handlebars->117->516"
]
},
@@ -7309,13 +7317,13 @@
"zh-chs": "添加设备组",
"zh-cht": "新增裝置群",
"xloc": [
- "default.handlebars->119->2392",
- "default.handlebars->119->2911",
- "default.handlebars->119->3100",
+ "default.handlebars->119->2394",
+ "default.handlebars->119->2918",
+ "default.handlebars->119->3107",
"default.handlebars->119->401",
- "default3.handlebars->117->2404",
- "default3.handlebars->117->2920",
- "default3.handlebars->117->3103",
+ "default3.handlebars->117->2406",
+ "default3.handlebars->117->2927",
+ "default3.handlebars->117->3110",
"default3.handlebars->117->412"
]
},
@@ -7345,8 +7353,8 @@
"zh-chs": "添加设备组权限",
"zh-cht": "新增裝置群權限",
"xloc": [
- "default.handlebars->119->2389",
- "default3.handlebars->117->2401"
+ "default.handlebars->119->2391",
+ "default3.handlebars->117->2403"
]
},
{
@@ -7375,10 +7383,10 @@
"zh-chs": "添加设备权限",
"zh-cht": "新增裝置權限",
"xloc": [
- "default.handlebars->119->2394",
"default.handlebars->119->2396",
- "default3.handlebars->117->2406",
- "default3.handlebars->117->2408"
+ "default.handlebars->119->2398",
+ "default3.handlebars->117->2408",
+ "default3.handlebars->117->2410"
]
},
{
@@ -7549,8 +7557,8 @@
"zh-chs": "添加成员身份",
"zh-cht": "新增成員身份",
"xloc": [
- "default.handlebars->119->3132",
- "default3.handlebars->117->3135"
+ "default.handlebars->119->3139",
+ "default3.handlebars->117->3142"
]
},
{
@@ -7635,14 +7643,14 @@
"zh-chs": "添加安全密钥",
"zh-cht": "新增安全密鑰",
"xloc": [
- "default.handlebars->119->1856",
- "default.handlebars->119->1857",
+ "default.handlebars->119->1858",
+ "default.handlebars->119->1859",
"default.handlebars->119->255",
"default.handlebars->119->257",
"default.handlebars->119->260",
"default.handlebars->119->262",
- "default3.handlebars->117->1852",
- "default3.handlebars->117->1853",
+ "default3.handlebars->117->1854",
+ "default3.handlebars->117->1855",
"default3.handlebars->117->265",
"default3.handlebars->117->267",
"default3.handlebars->117->270",
@@ -7675,7 +7683,7 @@
"zh-chs": "添加用户",
"zh-cht": "新增用戶",
"xloc": [
- "default-mobile.handlebars->53->960",
+ "default-mobile.handlebars->53->967",
"default.handlebars->119->1092",
"default3.handlebars->117->1103"
]
@@ -7706,8 +7714,8 @@
"zh-chs": "添加用户设备权限",
"zh-cht": "新增用戶裝置權限",
"xloc": [
- "default.handlebars->119->2399",
- "default3.handlebars->117->2411"
+ "default.handlebars->119->2401",
+ "default3.handlebars->117->2413"
]
},
{
@@ -7737,13 +7745,13 @@
"zh-cht": "新增用戶群",
"xloc": [
"default.handlebars->119->1093",
- "default.handlebars->119->2237",
- "default.handlebars->119->2391",
- "default.handlebars->119->3106",
+ "default.handlebars->119->2239",
+ "default.handlebars->119->2393",
+ "default.handlebars->119->3113",
"default3.handlebars->117->1104",
- "default3.handlebars->117->2248",
- "default3.handlebars->117->2403",
- "default3.handlebars->117->3109"
+ "default3.handlebars->117->2250",
+ "default3.handlebars->117->2405",
+ "default3.handlebars->117->3116"
]
},
{
@@ -7772,8 +7780,8 @@
"zh-chs": "添加用户组设备权限",
"zh-cht": "新增用戶群裝置權限",
"xloc": [
- "default.handlebars->119->2401",
- "default3.handlebars->117->2413"
+ "default.handlebars->119->2403",
+ "default3.handlebars->117->2415"
]
},
{
@@ -7802,7 +7810,7 @@
"zh-chs": "将用户添加到设备组",
"zh-cht": "將用戶新增到裝置群",
"xloc": [
- "default-mobile.handlebars->53->1001"
+ "default-mobile.handlebars->53->1008"
]
},
{
@@ -7857,10 +7865,10 @@
"zh-chs": "添加用户",
"zh-cht": "新增用戶",
"xloc": [
- "default.handlebars->119->2236",
- "default.handlebars->119->2906",
- "default3.handlebars->117->2247",
- "default3.handlebars->117->2915"
+ "default.handlebars->119->2238",
+ "default.handlebars->119->2913",
+ "default3.handlebars->117->2249",
+ "default3.handlebars->117->2922"
]
},
{
@@ -7889,8 +7897,8 @@
"zh-chs": "将用户添加到设备组",
"zh-cht": "將用戶新增到裝置群",
"xloc": [
- "default.handlebars->119->2388",
- "default3.handlebars->117->2400"
+ "default.handlebars->119->2390",
+ "default3.handlebars->117->2402"
]
},
{
@@ -7919,8 +7927,8 @@
"zh-chs": "将用户添加到用户组",
"zh-cht": "將用戶新增到用戶群",
"xloc": [
- "default.handlebars->119->2941",
- "default3.handlebars->117->2950"
+ "default.handlebars->119->2948",
+ "default3.handlebars->117->2957"
]
},
{
@@ -8125,9 +8133,9 @@
"zh-chs": "通过安装Mesh Agent将新计算机添加到该设备组。",
"zh-cht": "通過安裝Mesh Agent將新電腦新增到該裝置群。",
"xloc": [
- "default.handlebars->119->2242",
+ "default.handlebars->119->2244",
"default.handlebars->119->500",
- "default3.handlebars->117->2253",
+ "default3.handlebars->117->2255",
"default3.handlebars->117->511"
]
},
@@ -8157,9 +8165,9 @@
"zh-chs": "添加位于本地网络上的设备。",
"zh-cht": "添加位於本地網絡上的設備。",
"xloc": [
- "default.handlebars->119->2246",
+ "default.handlebars->119->2248",
"default.handlebars->119->504",
- "default3.handlebars->117->2257",
+ "default3.handlebars->117->2259",
"default3.handlebars->117->515"
]
},
@@ -8279,8 +8287,8 @@
"zh-chs": "添加了身份验证应用程序",
"zh-cht": "添加了身份驗證應用程序",
"xloc": [
- "default.handlebars->119->2631",
- "default3.handlebars->117->2643"
+ "default.handlebars->119->2638",
+ "default3.handlebars->117->2650"
]
},
{
@@ -8309,8 +8317,8 @@
"zh-chs": "已将设备共享{0}从{1}添加到{2}",
"zh-cht": "已將設備共享{0}從{1}添加到{2}",
"xloc": [
- "default.handlebars->119->2642",
- "default3.handlebars->117->2654"
+ "default.handlebars->119->2649",
+ "default3.handlebars->117->2661"
]
},
{
@@ -8339,8 +8347,8 @@
"zh-chs": "添加了每天重复的设备共享 {0}。",
"zh-cht": "添加了每天重複的設備共享 {0}。",
"xloc": [
- "default.handlebars->119->2679",
- "default3.handlebars->117->2691"
+ "default.handlebars->119->2686",
+ "default3.handlebars->117->2698"
]
},
{
@@ -8369,8 +8377,8 @@
"zh-chs": "添加了每周重复的设备共享 {0}。",
"zh-cht": "添加了每週重複的設備共享 {0}。",
"xloc": [
- "default.handlebars->119->2680",
- "default3.handlebars->117->2692"
+ "default.handlebars->119->2687",
+ "default3.handlebars->117->2699"
]
},
{
@@ -8399,8 +8407,8 @@
"zh-chs": "添加了无限时间的设备共享 {0}。",
"zh-cht": "添加了無限時間的設備共享 {0}。",
"xloc": [
- "default.handlebars->119->2672",
- "default3.handlebars->117->2684"
+ "default.handlebars->119->2679",
+ "default3.handlebars->117->2691"
]
},
{
@@ -8429,10 +8437,10 @@
"zh-chs": "已将设备{0}添加到设备组{1}",
"zh-cht": "已將設備{0}添加到設備組{1}",
"xloc": [
- "default.handlebars->119->2598",
- "default.handlebars->119->2625",
- "default3.handlebars->117->2610",
- "default3.handlebars->117->2637"
+ "default.handlebars->119->2605",
+ "default.handlebars->119->2632",
+ "default3.handlebars->117->2617",
+ "default3.handlebars->117->2644"
]
},
{
@@ -8461,8 +8469,8 @@
"zh-chs": "添加登录令牌",
"zh-cht": "添加了登錄令牌",
"xloc": [
- "default.handlebars->119->2656",
- "default3.handlebars->117->2668"
+ "default.handlebars->119->2663",
+ "default3.handlebars->117->2675"
]
},
{
@@ -8491,8 +8499,8 @@
"zh-chs": "新增推送通知认证装置",
"zh-cht": "增加推送通知認證設備",
"xloc": [
- "default.handlebars->119->2654",
- "default3.handlebars->117->2666"
+ "default.handlebars->119->2661",
+ "default3.handlebars->117->2673"
]
},
{
@@ -8521,8 +8529,8 @@
"zh-chs": "添加了安全密钥",
"zh-cht": "添加了安全密鑰",
"xloc": [
- "default.handlebars->119->2636",
- "default3.handlebars->117->2648"
+ "default.handlebars->119->2643",
+ "default3.handlebars->117->2655"
]
},
{
@@ -8551,8 +8559,8 @@
"zh-chs": "已将用户组{0}添加到设备组{1}",
"zh-cht": "已將用戶組{0}添加到設備組{1}",
"xloc": [
- "default.handlebars->119->2609",
- "default3.handlebars->117->2621"
+ "default.handlebars->119->2616",
+ "default3.handlebars->117->2628"
]
},
{
@@ -8581,10 +8589,10 @@
"zh-chs": "已将用户{0}添加到用户组{1}",
"zh-cht": "已將用戶{0}添加到用戶組{1}",
"xloc": [
- "default.handlebars->119->2612",
- "default.handlebars->119->2621",
- "default3.handlebars->117->2624",
- "default3.handlebars->117->2633"
+ "default.handlebars->119->2619",
+ "default.handlebars->119->2628",
+ "default3.handlebars->117->2631",
+ "default3.handlebars->117->2640"
]
},
{
@@ -8672,9 +8680,9 @@
"zh-chs": "管理员控制模式(ACM)",
"zh-cht": "管理員控制模式(ACM)",
"xloc": [
- "default-mobile.handlebars->53->831",
- "default.handlebars->119->1677",
- "default3.handlebars->117->1675"
+ "default-mobile.handlebars->53->838",
+ "default.handlebars->119->1679",
+ "default3.handlebars->117->1677"
]
},
{
@@ -8703,9 +8711,9 @@
"zh-chs": "管理员凭证",
"zh-cht": "管理員憑證",
"xloc": [
- "default-mobile.handlebars->53->837",
- "default.handlebars->119->1683",
- "default3.handlebars->117->1681"
+ "default-mobile.handlebars->53->844",
+ "default.handlebars->119->1685",
+ "default3.handlebars->117->1683"
]
},
{
@@ -8734,15 +8742,15 @@
"zh-chs": "管理员PowerShell",
"zh-cht": "管理員PowerShell",
"xloc": [
- "default.handlebars->119->3152",
- "default.handlebars->119->3162",
- "default.handlebars->119->3228",
- "default.handlebars->119->3281",
+ "default.handlebars->119->3159",
+ "default.handlebars->119->3169",
+ "default.handlebars->119->3235",
+ "default.handlebars->119->3288",
"default.handlebars->termShellContextMenu->3",
- "default3.handlebars->117->3155",
- "default3.handlebars->117->3165",
- "default3.handlebars->117->3231",
- "default3.handlebars->117->3284",
+ "default3.handlebars->117->3162",
+ "default3.handlebars->117->3172",
+ "default3.handlebars->117->3238",
+ "default3.handlebars->117->3291",
"default3.handlebars->container->column_l->p12->termTable->1->1->0->1->1->connectbutton2span->5->3->0",
"player.handlebars->29->29",
"xterm.handlebars->termShellContextMenu->cxtermps"
@@ -8774,8 +8782,8 @@
"zh-chs": "管理领域",
"zh-cht": "管理領域",
"xloc": [
- "default.handlebars->119->2993",
- "default3.handlebars->117->3002"
+ "default.handlebars->119->3000",
+ "default3.handlebars->117->3009"
]
},
{
@@ -8835,8 +8843,8 @@
"zh-chs": "管理领域",
"zh-cht": "管理領域",
"xloc": [
- "default.handlebars->119->2838",
- "default3.handlebars->117->2847"
+ "default.handlebars->119->2845",
+ "default3.handlebars->117->2854"
]
},
{
@@ -8865,8 +8873,8 @@
"zh-chs": "管理员",
"zh-cht": "管理員",
"xloc": [
- "default.handlebars->119->2756",
- "default3.handlebars->117->2768"
+ "default.handlebars->119->2763",
+ "default3.handlebars->117->2775"
]
},
{
@@ -8896,8 +8904,8 @@
"zh-cht": "南非文",
"xloc": [
"default-mobile.handlebars->53->115",
- "default.handlebars->119->1859",
- "default3.handlebars->117->1855",
+ "default.handlebars->119->1861",
+ "default3.handlebars->117->1857",
"login2.handlebars->17->1"
]
},
@@ -8928,19 +8936,19 @@
"zh-cht": "代理",
"xloc": [
"agent-translations.json",
- "default-mobile.handlebars->53->477",
- "default-mobile.handlebars->53->534",
+ "default-mobile.handlebars->53->482",
+ "default-mobile.handlebars->53->539",
"default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
- "default.handlebars->119->2472",
- "default.handlebars->119->2485",
- "default.handlebars->119->3379",
+ "default.handlebars->119->2474",
+ "default.handlebars->119->2487",
+ "default.handlebars->119->3386",
"default.handlebars->119->421",
"default.handlebars->119->728",
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
"default.handlebars->container->dialog->dialogBody->dialog7->1->td7meshkvm",
- "default3.handlebars->117->2484",
- "default3.handlebars->117->2497",
- "default3.handlebars->117->3384",
+ "default3.handlebars->117->2486",
+ "default3.handlebars->117->2499",
+ "default3.handlebars->117->3391",
"default3.handlebars->117->432",
"default3.handlebars->117->739",
"default3.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
@@ -8973,10 +8981,10 @@
"zh-chs": "代理+英特尔AMT",
"zh-cht": "代理+Intel® AMT",
"xloc": [
- "default.handlebars->119->2474",
- "default.handlebars->119->2487",
- "default3.handlebars->117->2486",
- "default3.handlebars->117->2499"
+ "default.handlebars->119->2476",
+ "default.handlebars->119->2489",
+ "default3.handlebars->117->2488",
+ "default3.handlebars->117->2501"
]
},
{
@@ -9036,11 +9044,11 @@
"zh-chs": "代理控制台",
"zh-cht": "代理控制台",
"xloc": [
- "default-mobile.handlebars->53->1007",
- "default-mobile.handlebars->53->616",
- "default.handlebars->119->2409",
+ "default-mobile.handlebars->53->1014",
+ "default-mobile.handlebars->53->621",
+ "default.handlebars->119->2411",
"default.handlebars->119->818",
- "default3.handlebars->117->2421",
+ "default3.handlebars->117->2423",
"default3.handlebars->117->829"
]
},
@@ -9070,8 +9078,8 @@
"zh-chs": "代理错误计数器",
"zh-cht": "代理錯誤計數器",
"xloc": [
- "default.handlebars->119->3347",
- "default3.handlebars->117->3352"
+ "default.handlebars->119->3354",
+ "default3.handlebars->117->3359"
]
},
{
@@ -9176,7 +9184,7 @@
"zh-chs": "代理消息",
"zh-cht": "代理訊息",
"xloc": [
- "default-mobile.handlebars->53->450",
+ "default-mobile.handlebars->53->455",
"default.handlebars->119->485",
"default3.handlebars->117->496"
]
@@ -9207,7 +9215,7 @@
"zh-chs": "代理中继",
"zh-cht": "代理中繼",
"xloc": [
- "default-mobile.handlebars->53->537"
+ "default-mobile.handlebars->53->542"
]
},
{
@@ -9294,9 +9302,9 @@
"zh-cht": "代理自行共享",
"xloc": [
"default.handlebars->119->1121",
- "default.handlebars->119->2274",
+ "default.handlebars->119->2276",
"default3.handlebars->117->1132",
- "default3.handlebars->117->2285"
+ "default3.handlebars->117->2287"
]
},
{
@@ -9325,8 +9333,8 @@
"zh-chs": "代理会话",
"zh-cht": "代理時段",
"xloc": [
- "default.handlebars->119->3364",
- "default3.handlebars->117->3369"
+ "default.handlebars->119->3371",
+ "default3.handlebars->117->3376"
]
},
{
@@ -9381,7 +9389,7 @@
"zh-chs": "代理标签",
"zh-cht": "代理標籤",
"xloc": [
- "default-mobile.handlebars->53->531",
+ "default-mobile.handlebars->53->536",
"default.handlebars->119->947",
"default3.handlebars->117->958"
]
@@ -9444,9 +9452,9 @@
"zh-chs": "代理类型",
"zh-cht": "代理類型",
"xloc": [
- "default.handlebars->119->2483",
+ "default.handlebars->119->2485",
"default.handlebars->container->column_l->p21->p21main->1->1->meshOsChartDiv->1",
- "default3.handlebars->117->2495",
+ "default3.handlebars->117->2497",
"default3.handlebars->container->column_l->p21->p21main->1->1->meshOsChartDiv->1"
]
},
@@ -9508,8 +9516,8 @@
"zh-chs": "代理关闭了与服务器压缩的{0}%代理会话。已发送:{1},已压缩:{2}",
"zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}",
"xloc": [
- "default.handlebars->119->2595",
- "default3.handlebars->117->2607"
+ "default.handlebars->119->2602",
+ "default3.handlebars->117->2614"
]
},
{
@@ -9740,9 +9748,9 @@
"zh-chs": "代理离线",
"zh-cht": "代理離線",
"xloc": [
- "default-mobile.handlebars->53->925",
- "default.handlebars->119->1772",
- "default3.handlebars->117->1770"
+ "default-mobile.handlebars->53->932",
+ "default.handlebars->119->1774",
+ "default3.handlebars->117->1772"
]
},
{
@@ -9771,9 +9779,9 @@
"zh-chs": "代理在线",
"zh-cht": "代理在線",
"xloc": [
- "default-mobile.handlebars->53->924",
- "default.handlebars->119->1771",
- "default3.handlebars->117->1769"
+ "default-mobile.handlebars->53->931",
+ "default.handlebars->119->1773",
+ "default3.handlebars->117->1771"
]
},
{
@@ -10014,11 +10022,11 @@
"zh-chs": "代理",
"zh-cht": "代理",
"xloc": [
- "default.handlebars->119->2440",
- "default.handlebars->119->3392",
+ "default.handlebars->119->2442",
+ "default.handlebars->119->3399",
"default.handlebars->119->588",
- "default3.handlebars->117->2452",
- "default3.handlebars->117->3397",
+ "default3.handlebars->117->2454",
+ "default3.handlebars->117->3404",
"default3.handlebars->117->599"
]
},
@@ -10049,8 +10057,8 @@
"zh-cht": "阿爾巴尼亞文",
"xloc": [
"default-mobile.handlebars->53->116",
- "default.handlebars->119->1860",
- "default3.handlebars->117->1856",
+ "default.handlebars->119->1862",
+ "default3.handlebars->117->1858",
"login2.handlebars->17->2"
]
},
@@ -10093,12 +10101,12 @@
"zh-chs": "所有",
"zh-cht": "所有",
"xloc": [
- "default-mobile.handlebars->53->369",
- "default-mobile.handlebars->53->718",
- "default-mobile.handlebars->53->720",
- "default.handlebars->119->3196",
+ "default-mobile.handlebars->53->374",
+ "default-mobile.handlebars->53->723",
+ "default-mobile.handlebars->53->725",
+ "default.handlebars->119->3203",
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->DevFilterSelect->1",
- "default3.handlebars->117->3199",
+ "default3.handlebars->117->3206",
"default3.handlebars->container->column_l->p1->devListToolbarSpan->devListToolbar->DevFilterSelect->1",
"sharing-mobile.handlebars->53->80",
"sharing-mobile.handlebars->53->82"
@@ -10130,8 +10138,8 @@
"zh-chs": "全部可用",
"zh-cht": "全部可用",
"xloc": [
- "default.handlebars->119->2718",
- "default3.handlebars->117->2730"
+ "default.handlebars->119->2725",
+ "default3.handlebars->117->2737"
]
},
{
@@ -10160,9 +10168,9 @@
"zh-chs": "所有可用的代理",
"zh-cht": "所有可用的代理",
"xloc": [
- "default.handlebars->119->2441",
+ "default.handlebars->119->2443",
"default.handlebars->119->589",
- "default3.handlebars->117->2453",
+ "default3.handlebars->117->2455",
"default3.handlebars->117->600"
]
},
@@ -10222,8 +10230,8 @@
"zh-chs": "所有事件",
"zh-cht": "所有事件",
"xloc": [
- "default.handlebars->119->2716",
- "default3.handlebars->117->2728"
+ "default.handlebars->119->2723",
+ "default3.handlebars->117->2735"
]
},
{
@@ -10298,7 +10306,7 @@
"zh-chs": "所有主题",
"zh-cht": "所有主題",
"xloc": [
- "default3.handlebars->117->2124"
+ "default3.handlebars->117->2126"
]
},
{
@@ -10333,8 +10341,8 @@
{
"en": "Allow to override server device name until next connection",
"xloc": [
- "default.handlebars->119->2346",
- "default3.handlebars->117->2358"
+ "default.handlebars->119->2348",
+ "default3.handlebars->117->2360"
]
},
{
@@ -10363,10 +10371,10 @@
"zh-chs": "允许用户管理此设备组和该组中的设备。",
"zh-cht": "允許用戶管理此裝置群和該群中的裝置。",
"xloc": [
- "default.handlebars->119->2353",
- "default.handlebars->119->2938",
- "default3.handlebars->117->2365",
- "default3.handlebars->117->2947"
+ "default.handlebars->119->2355",
+ "default.handlebars->119->2945",
+ "default3.handlebars->117->2367",
+ "default3.handlebars->117->2954"
]
},
{
@@ -10395,8 +10403,8 @@
"zh-chs": "允许用户管理此设备。",
"zh-cht": "允許用戶管理此裝置。",
"xloc": [
- "default.handlebars->119->2354",
- "default3.handlebars->117->2366"
+ "default.handlebars->119->2356",
+ "default3.handlebars->117->2368"
]
},
{
@@ -10512,8 +10520,8 @@
"zh-chs": "Alt",
"zh-cht": "Alt",
"xloc": [
- "default-mobile.handlebars->53->673",
- "default-mobile.handlebars->53->677",
+ "default-mobile.handlebars->53->678",
+ "default-mobile.handlebars->53->682",
"default.handlebars->119->1445",
"default.handlebars->119->1449",
"default3.handlebars->117->1447",
@@ -10738,13 +10746,13 @@
"zh-chs": "一直通知",
"zh-cht": "一直通知",
"xloc": [
- "default.handlebars->119->2213",
- "default.handlebars->119->2897",
- "default.handlebars->119->3002",
+ "default.handlebars->119->2215",
+ "default.handlebars->119->2904",
+ "default.handlebars->119->3009",
"default.handlebars->119->987",
- "default3.handlebars->117->2224",
- "default3.handlebars->117->2906",
- "default3.handlebars->117->3011",
+ "default3.handlebars->117->2226",
+ "default3.handlebars->117->2913",
+ "default3.handlebars->117->3018",
"default3.handlebars->117->998"
]
},
@@ -10774,13 +10782,13 @@
"zh-chs": "一直提示",
"zh-cht": "一直提示",
"xloc": [
- "default.handlebars->119->2214",
- "default.handlebars->119->2898",
- "default.handlebars->119->3003",
+ "default.handlebars->119->2216",
+ "default.handlebars->119->2905",
+ "default.handlebars->119->3010",
"default.handlebars->119->988",
- "default3.handlebars->117->2225",
- "default3.handlebars->117->2907",
- "default3.handlebars->117->3012",
+ "default3.handlebars->117->2227",
+ "default3.handlebars->117->2914",
+ "default3.handlebars->117->3019",
"default3.handlebars->117->999"
]
},
@@ -10888,8 +10896,8 @@
"pl": "Wystąpił nieznany błąd.",
"uk": "Сталася невідома помилка.",
"xloc": [
- "default.handlebars->119->3141",
- "default3.handlebars->117->3144"
+ "default.handlebars->119->3148",
+ "default3.handlebars->117->3151"
]
},
{
@@ -10954,7 +10962,7 @@
"zh-chs": "Android APK",
"zh-cht": "Android APK",
"xloc": [
- "default-mobile.handlebars->53->979",
+ "default-mobile.handlebars->53->986",
"default.handlebars->119->657",
"default3.handlebars->117->668"
]
@@ -11040,7 +11048,7 @@
"zh-chs": "安卓安装",
"zh-cht": "安卓安裝",
"xloc": [
- "default-mobile.handlebars->53->981"
+ "default-mobile.handlebars->53->988"
]
},
{
@@ -11059,7 +11067,7 @@
"nl": "Android Versie",
"uk": "Версія Android",
"xloc": [
- "default-mobile.handlebars->53->806",
+ "default-mobile.handlebars->53->811",
"default.handlebars->119->1642",
"default3.handlebars->117->1642"
]
@@ -11121,10 +11129,10 @@
"zh-chs": "杀毒软件未激活",
"zh-cht": "殺毒軟件未激活",
"xloc": [
- "default.handlebars->119->2476",
- "default.handlebars->119->2490",
- "default3.handlebars->117->2488",
- "default3.handlebars->117->2502"
+ "default.handlebars->119->2478",
+ "default.handlebars->119->2492",
+ "default3.handlebars->117->2490",
+ "default3.handlebars->117->2504"
]
},
{
@@ -11153,7 +11161,7 @@
"zh-chs": "杀毒软件",
"zh-cht": "防毒軟體",
"xloc": [
- "default-mobile.handlebars->53->787",
+ "default-mobile.handlebars->53->792",
"default.handlebars->119->975",
"default3.handlebars->117->986"
]
@@ -11568,8 +11576,8 @@
"zh-cht": "阿拉伯文(阿爾及利亞)",
"xloc": [
"default-mobile.handlebars->53->118",
- "default.handlebars->119->1862",
- "default3.handlebars->117->1858",
+ "default.handlebars->119->1864",
+ "default3.handlebars->117->1860",
"login2.handlebars->17->4"
]
},
@@ -11600,8 +11608,8 @@
"zh-cht": "阿拉伯文(巴林)",
"xloc": [
"default-mobile.handlebars->53->119",
- "default.handlebars->119->1863",
- "default3.handlebars->117->1859",
+ "default.handlebars->119->1865",
+ "default3.handlebars->117->1861",
"login2.handlebars->17->5"
]
},
@@ -11632,8 +11640,8 @@
"zh-cht": "阿拉伯文(埃及)",
"xloc": [
"default-mobile.handlebars->53->120",
- "default.handlebars->119->1864",
- "default3.handlebars->117->1860",
+ "default.handlebars->119->1866",
+ "default3.handlebars->117->1862",
"login2.handlebars->17->6"
]
},
@@ -11664,8 +11672,8 @@
"zh-cht": "阿拉伯文(伊拉克)",
"xloc": [
"default-mobile.handlebars->53->121",
- "default.handlebars->119->1865",
- "default3.handlebars->117->1861",
+ "default.handlebars->119->1867",
+ "default3.handlebars->117->1863",
"login2.handlebars->17->7"
]
},
@@ -11696,8 +11704,8 @@
"zh-cht": "阿拉伯文(約旦)",
"xloc": [
"default-mobile.handlebars->53->122",
- "default.handlebars->119->1866",
- "default3.handlebars->117->1862",
+ "default.handlebars->119->1868",
+ "default3.handlebars->117->1864",
"login2.handlebars->17->8"
]
},
@@ -11728,8 +11736,8 @@
"zh-cht": "阿拉伯文(科威特)",
"xloc": [
"default-mobile.handlebars->53->123",
- "default.handlebars->119->1867",
- "default3.handlebars->117->1863",
+ "default.handlebars->119->1869",
+ "default3.handlebars->117->1865",
"login2.handlebars->17->9"
]
},
@@ -11760,8 +11768,8 @@
"zh-cht": "阿拉伯文(黎巴嫩)",
"xloc": [
"default-mobile.handlebars->53->124",
- "default.handlebars->119->1868",
- "default3.handlebars->117->1864",
+ "default.handlebars->119->1870",
+ "default3.handlebars->117->1866",
"login2.handlebars->17->10"
]
},
@@ -11792,8 +11800,8 @@
"zh-cht": "阿拉伯文(利比亞)",
"xloc": [
"default-mobile.handlebars->53->125",
- "default.handlebars->119->1869",
- "default3.handlebars->117->1865",
+ "default.handlebars->119->1871",
+ "default3.handlebars->117->1867",
"login2.handlebars->17->11"
]
},
@@ -11824,8 +11832,8 @@
"zh-cht": "阿拉伯文(摩洛哥)",
"xloc": [
"default-mobile.handlebars->53->126",
- "default.handlebars->119->1870",
- "default3.handlebars->117->1866",
+ "default.handlebars->119->1872",
+ "default3.handlebars->117->1868",
"login2.handlebars->17->12"
]
},
@@ -11856,8 +11864,8 @@
"zh-cht": "阿拉伯文(阿曼)",
"xloc": [
"default-mobile.handlebars->53->127",
- "default.handlebars->119->1871",
- "default3.handlebars->117->1867",
+ "default.handlebars->119->1873",
+ "default3.handlebars->117->1869",
"login2.handlebars->17->13"
]
},
@@ -11888,8 +11896,8 @@
"zh-cht": "阿拉伯文(卡塔爾)",
"xloc": [
"default-mobile.handlebars->53->128",
- "default.handlebars->119->1872",
- "default3.handlebars->117->1868",
+ "default.handlebars->119->1874",
+ "default3.handlebars->117->1870",
"login2.handlebars->17->14"
]
},
@@ -11920,8 +11928,8 @@
"zh-cht": "阿拉伯文(沙特阿拉伯)",
"xloc": [
"default-mobile.handlebars->53->129",
- "default.handlebars->119->1873",
- "default3.handlebars->117->1869",
+ "default.handlebars->119->1875",
+ "default3.handlebars->117->1871",
"login2.handlebars->17->15"
]
},
@@ -11952,8 +11960,8 @@
"zh-cht": "阿拉伯文(標準)",
"xloc": [
"default-mobile.handlebars->53->117",
- "default.handlebars->119->1861",
- "default3.handlebars->117->1857",
+ "default.handlebars->119->1863",
+ "default3.handlebars->117->1859",
"login2.handlebars->17->3"
]
},
@@ -11984,8 +11992,8 @@
"zh-cht": "阿拉伯文(敘利亞)",
"xloc": [
"default-mobile.handlebars->53->130",
- "default.handlebars->119->1874",
- "default3.handlebars->117->1870",
+ "default.handlebars->119->1876",
+ "default3.handlebars->117->1872",
"login2.handlebars->17->16"
]
},
@@ -12016,8 +12024,8 @@
"zh-cht": "阿拉伯文(突尼斯)",
"xloc": [
"default-mobile.handlebars->53->131",
- "default.handlebars->119->1875",
- "default3.handlebars->117->1871",
+ "default.handlebars->119->1877",
+ "default3.handlebars->117->1873",
"login2.handlebars->17->17"
]
},
@@ -12048,8 +12056,8 @@
"zh-cht": "阿拉伯文(阿聯酋)",
"xloc": [
"default-mobile.handlebars->53->132",
- "default.handlebars->119->1876",
- "default3.handlebars->117->1872",
+ "default.handlebars->119->1878",
+ "default3.handlebars->117->1874",
"login2.handlebars->17->18"
]
},
@@ -12080,8 +12088,8 @@
"zh-cht": "阿拉伯文(也門)",
"xloc": [
"default-mobile.handlebars->53->133",
- "default.handlebars->119->1877",
- "default3.handlebars->117->1873",
+ "default.handlebars->119->1879",
+ "default3.handlebars->117->1875",
"login2.handlebars->17->19"
]
},
@@ -12112,8 +12120,8 @@
"zh-cht": "阿拉貢文",
"xloc": [
"default-mobile.handlebars->53->134",
- "default.handlebars->119->1878",
- "default3.handlebars->117->1874",
+ "default.handlebars->119->1880",
+ "default3.handlebars->117->1876",
"login2.handlebars->17->20"
]
},
@@ -12143,9 +12151,9 @@
"zh-chs": "架构",
"zh-cht": "結構",
"xloc": [
- "default-mobile.handlebars->53->754",
- "default-mobile.handlebars->53->756",
- "default-mobile.handlebars->53->758",
+ "default-mobile.handlebars->53->759",
+ "default-mobile.handlebars->53->761",
+ "default-mobile.handlebars->53->763",
"default.handlebars->119->1619",
"default.handlebars->119->1621",
"default.handlebars->119->1623",
@@ -12210,9 +12218,9 @@
"zh-chs": "你确定要删除组{0}吗?删除设备组还将删除该组中有关设备的所有信息。",
"zh-cht": "你確定要刪除群{0}嗎?刪除裝置群還將刪除該群中有關裝置的所有訊息。",
"xloc": [
- "default-mobile.handlebars->53->967",
- "default.handlebars->119->2318",
- "default3.handlebars->117->2327"
+ "default-mobile.handlebars->53->974",
+ "default.handlebars->119->2320",
+ "default3.handlebars->117->2329"
]
},
{
@@ -12345,8 +12353,8 @@
"zh-chs": "您确定要{0}插件吗:{1}",
"zh-cht": "你確定要{0}外掛嗎:{1}",
"xloc": [
- "default.handlebars->119->3445",
- "default3.handlebars->117->3450"
+ "default.handlebars->119->3452",
+ "default3.handlebars->117->3457"
]
},
{
@@ -12407,8 +12415,8 @@
"zh-cht": "亞美尼亞文",
"xloc": [
"default-mobile.handlebars->53->135",
- "default.handlebars->119->1879",
- "default3.handlebars->117->1875",
+ "default.handlebars->119->1881",
+ "default3.handlebars->117->1877",
"login2.handlebars->17->21"
]
},
@@ -12621,8 +12629,8 @@
"zh-cht": "阿薩姆文",
"xloc": [
"default-mobile.handlebars->53->136",
- "default.handlebars->119->1880",
- "default3.handlebars->117->1876",
+ "default.handlebars->119->1882",
+ "default3.handlebars->117->1878",
"login2.handlebars->17->22"
]
},
@@ -12801,8 +12809,8 @@
"zh-cht": "阿斯圖里亞斯文",
"xloc": [
"default-mobile.handlebars->53->137",
- "default.handlebars->119->1881",
- "default3.handlebars->117->1877",
+ "default.handlebars->119->1883",
+ "default3.handlebars->117->1879",
"login2.handlebars->17->23"
]
},
@@ -12832,8 +12840,8 @@
"zh-chs": "尝试激活英特尔(R)AMT ACM模式",
"zh-cht": "嘗試激活英特爾(R)AMT ACM模式",
"xloc": [
- "default.handlebars->119->2564",
- "default3.handlebars->117->2576"
+ "default.handlebars->119->2571",
+ "default3.handlebars->117->2583"
]
},
{
@@ -12888,9 +12896,9 @@
"zh-chs": "验证",
"zh-cht": "驗證",
"xloc": [
- "default-mobile.handlebars->53->689",
- "default-mobile.handlebars->53->693",
- "default-mobile.handlebars->53->705",
+ "default-mobile.handlebars->53->694",
+ "default-mobile.handlebars->53->698",
+ "default-mobile.handlebars->53->710",
"default.handlebars->119->1512",
"default.handlebars->119->1516",
"default.handlebars->119->1528",
@@ -12933,8 +12941,8 @@
"zh-chs": "认证软件",
"zh-cht": "認證軟體",
"xloc": [
- "default.handlebars->119->3006",
- "default3.handlebars->117->3015"
+ "default.handlebars->119->3013",
+ "default3.handlebars->117->3022"
]
},
{
@@ -12963,12 +12971,12 @@
"zh-chs": "认证设备",
"zh-cht": "認證設備",
"xloc": [
- "default.handlebars->119->1842",
"default.handlebars->119->1844",
- "default.handlebars->119->1848",
- "default3.handlebars->117->1839",
+ "default.handlebars->119->1846",
+ "default.handlebars->119->1850",
"default3.handlebars->117->1841",
- "default3.handlebars->117->1844"
+ "default3.handlebars->117->1843",
+ "default3.handlebars->117->1846"
]
},
{
@@ -12997,8 +13005,8 @@
"zh-chs": "授权错误",
"zh-cht": "授權錯誤",
"xloc": [
- "default-mobile.handlebars->53->706",
- "default-mobile.handlebars->53->712",
+ "default-mobile.handlebars->53->711",
+ "default-mobile.handlebars->53->717",
"default.handlebars->119->1530",
"default.handlebars->119->1545",
"default3.handlebars->117->1530",
@@ -13037,12 +13045,12 @@
"default-mobile.handlebars->53->322",
"default-mobile.handlebars->53->75",
"default-mobile.handlebars->53->80",
- "default.handlebars->119->1838",
"default.handlebars->119->1840",
+ "default.handlebars->119->1842",
"default.handlebars->119->229",
"default.handlebars->119->234",
- "default3.handlebars->117->1835",
"default3.handlebars->117->1837",
+ "default3.handlebars->117->1839",
"default3.handlebars->117->241",
"default3.handlebars->117->246"
]
@@ -13194,10 +13202,10 @@
"zh-chs": "自动删除",
"zh-cht": "自動刪除",
"xloc": [
- "default.handlebars->119->2196",
- "default.handlebars->119->2709",
- "default3.handlebars->117->2207",
- "default3.handlebars->117->2721"
+ "default.handlebars->119->2198",
+ "default.handlebars->119->2716",
+ "default3.handlebars->117->2209",
+ "default3.handlebars->117->2728"
]
},
{
@@ -13263,8 +13271,8 @@
"zh-chs": "自动下载代理程序核心转储文件:“{0}”",
"zh-cht": "自動下載代理程序核心轉儲文件:“{0}”",
"xloc": [
- "default.handlebars->119->2645",
- "default3.handlebars->117->2657"
+ "default.handlebars->119->2652",
+ "default3.handlebars->117->2664"
]
},
{
@@ -13381,8 +13389,8 @@
"zh-chs": "自动移除非活动设备",
"zh-cht": "自動移除非活動設備",
"xloc": [
- "default.handlebars->119->2348",
- "default3.handlebars->117->2360"
+ "default.handlebars->119->2350",
+ "default3.handlebars->117->2362"
]
},
{
@@ -13411,8 +13419,8 @@
"zh-chs": "可用內存",
"zh-cht": "可用內存",
"xloc": [
- "default.handlebars->119->3373",
- "default3.handlebars->117->3378"
+ "default.handlebars->119->3380",
+ "default3.handlebars->117->3385"
]
},
{
@@ -13442,8 +13450,8 @@
"zh-cht": "阿塞拜疆文",
"xloc": [
"default-mobile.handlebars->53->138",
- "default.handlebars->119->1882",
- "default3.handlebars->117->1878",
+ "default.handlebars->119->1884",
+ "default3.handlebars->117->1880",
"login2.handlebars->17->24"
]
},
@@ -13473,9 +13481,9 @@
"zh-chs": "坏的",
"zh-cht": "壞的",
"xloc": [
- "default-mobile.handlebars->53->765",
- "default-mobile.handlebars->53->769",
- "default-mobile.handlebars->53->773",
+ "default-mobile.handlebars->53->770",
+ "default-mobile.handlebars->53->774",
+ "default-mobile.handlebars->53->778",
"default.handlebars->119->435",
"default.handlebars->119->437",
"default.handlebars->119->439",
@@ -13516,9 +13524,9 @@
"zh-chs": "的BIOS",
"zh-cht": "的BIOS",
"xloc": [
- "default-mobile.handlebars->53->846",
- "default.handlebars->119->1692",
- "default3.handlebars->117->1690"
+ "default-mobile.handlebars->53->853",
+ "default.handlebars->119->1694",
+ "default3.handlebars->117->1692"
]
},
{
@@ -13656,7 +13664,7 @@
"zh-chs": "退格",
"zh-cht": "退格",
"xloc": [
- "default-mobile.handlebars->53->654",
+ "default-mobile.handlebars->53->659",
"default.handlebars->119->1427",
"default3.handlebars->117->1429",
"sharing-mobile.handlebars->53->17"
@@ -13719,12 +13727,12 @@
"zh-chs": "后台运行与交互式运行",
"zh-cht": "背景與互動",
"xloc": [
- "default.handlebars->119->2447",
- "default.handlebars->119->2454",
+ "default.handlebars->119->2449",
+ "default.handlebars->119->2456",
"default.handlebars->119->575",
"default.handlebars->119->596",
- "default3.handlebars->117->2459",
- "default3.handlebars->117->2466",
+ "default3.handlebars->117->2461",
+ "default3.handlebars->117->2468",
"default3.handlebars->117->586",
"default3.handlebars->117->607"
]
@@ -13756,13 +13764,13 @@
"zh-cht": "僅背景",
"xloc": [
"agentinvite.handlebars->13->9",
- "default.handlebars->119->2448",
- "default.handlebars->119->2456",
+ "default.handlebars->119->2450",
+ "default.handlebars->119->2458",
"default.handlebars->119->576",
"default.handlebars->119->597",
"default.handlebars->119->614",
- "default3.handlebars->117->2460",
- "default3.handlebars->117->2468",
+ "default3.handlebars->117->2462",
+ "default3.handlebars->117->2470",
"default3.handlebars->117->587",
"default3.handlebars->117->608",
"default3.handlebars->117->625"
@@ -13825,10 +13833,10 @@
"zh-chs": "备用码",
"zh-cht": "備用碼",
"xloc": [
- "default.handlebars->119->3010",
- "default.handlebars->119->3249",
- "default3.handlebars->117->3019",
- "default3.handlebars->117->3252"
+ "default.handlebars->119->3017",
+ "default.handlebars->119->3256",
+ "default3.handlebars->117->3026",
+ "default3.handlebars->117->3259"
]
},
{
@@ -13918,8 +13926,8 @@
"zh-chs": "错误的签名",
"zh-cht": "錯誤的簽名",
"xloc": [
- "default.handlebars->119->3354",
- "default3.handlebars->117->3359"
+ "default.handlebars->119->3361",
+ "default3.handlebars->117->3366"
]
},
{
@@ -13948,8 +13956,8 @@
"zh-chs": "错误的网络证书",
"zh-cht": "錯誤的網絡憑證",
"xloc": [
- "default.handlebars->119->3353",
- "default3.handlebars->117->3358"
+ "default.handlebars->119->3360",
+ "default3.handlebars->117->3365"
]
},
{
@@ -13979,8 +13987,8 @@
"zh-cht": "巴斯克",
"xloc": [
"default-mobile.handlebars->53->139",
- "default.handlebars->119->1883",
- "default3.handlebars->117->1879",
+ "default.handlebars->119->1885",
+ "default3.handlebars->117->1881",
"login2.handlebars->17->25"
]
},
@@ -14085,8 +14093,8 @@
"zh-chs": "将{0}个文件批量上传到文件夹{1}",
"zh-cht": "將{0}個文件批量上傳到文件夾{1}",
"xloc": [
- "default.handlebars->119->2644",
- "default3.handlebars->117->2656"
+ "default.handlebars->119->2651",
+ "default3.handlebars->117->2663"
]
},
{
@@ -14116,8 +14124,8 @@
"zh-cht": "白俄羅斯文",
"xloc": [
"default-mobile.handlebars->53->141",
- "default.handlebars->119->1885",
- "default3.handlebars->117->1881",
+ "default.handlebars->119->1887",
+ "default3.handlebars->117->1883",
"login2.handlebars->17->27"
]
},
@@ -14148,8 +14156,8 @@
"zh-cht": "孟加拉",
"xloc": [
"default-mobile.handlebars->53->142",
- "default.handlebars->119->1886",
- "default3.handlebars->117->1882",
+ "default.handlebars->119->1888",
+ "default3.handlebars->117->1884",
"login2.handlebars->17->28"
]
},
@@ -14217,9 +14225,9 @@
"nl": "BitLocker",
"uk": "BitLocker",
"xloc": [
- "default-mobile.handlebars->53->902",
- "default.handlebars->119->1748",
- "default3.handlebars->117->1746"
+ "default-mobile.handlebars->53->909",
+ "default.handlebars->119->1750",
+ "default3.handlebars->117->1748"
]
},
{
@@ -14229,9 +14237,9 @@
"pl": "Informacje o BitLocker",
"uk": "Інформація о BitLocker",
"xloc": [
- "default-mobile.handlebars->53->923",
- "default.handlebars->119->1769",
- "default3.handlebars->117->1767"
+ "default-mobile.handlebars->53->930",
+ "default.handlebars->119->1771",
+ "default3.handlebars->117->1769"
]
},
{
@@ -14260,7 +14268,7 @@
"zh-chs": "引导加载程序",
"zh-cht": "引導加載程序",
"xloc": [
- "default-mobile.handlebars->53->803",
+ "default-mobile.handlebars->53->808",
"default.handlebars->119->1639",
"default3.handlebars->117->1639"
]
@@ -14292,8 +14300,8 @@
"zh-cht": "波斯尼亞文",
"xloc": [
"default-mobile.handlebars->53->143",
- "default.handlebars->119->1887",
- "default3.handlebars->117->1883",
+ "default.handlebars->119->1889",
+ "default3.handlebars->117->1885",
"login2.handlebars->17->29"
]
},
@@ -14324,8 +14332,8 @@
"zh-cht": "布列塔尼",
"xloc": [
"default-mobile.handlebars->53->144",
- "default.handlebars->119->1888",
- "default3.handlebars->117->1884",
+ "default.handlebars->119->1890",
+ "default3.handlebars->117->1886",
"login2.handlebars->17->30"
]
},
@@ -14355,9 +14363,9 @@
"zh-chs": "广播",
"zh-cht": "廣播",
"xloc": [
- "default.handlebars->119->2904",
+ "default.handlebars->119->2911",
"default.handlebars->container->column_l->p4->3->1->0->3->1",
- "default3.handlebars->117->2913",
+ "default3.handlebars->117->2920",
"default3.handlebars->container->column_l->p4->3->1->0->1->3"
]
},
@@ -14387,8 +14395,8 @@
"zh-chs": "广播消息",
"zh-cht": "廣播消息",
"xloc": [
- "default.handlebars->119->2820",
- "default3.handlebars->117->2831"
+ "default.handlebars->119->2827",
+ "default3.handlebars->117->2838"
]
},
{
@@ -14417,8 +14425,8 @@
"zh-chs": "向所有连接的用户广播消息。",
"zh-cht": "向所有連接的用戶廣播消息。",
"xloc": [
- "default.handlebars->119->2815",
- "default3.handlebars->117->2826"
+ "default.handlebars->119->2822",
+ "default3.handlebars->117->2833"
]
},
{
@@ -14447,8 +14455,8 @@
"zh-chs": "浏览器",
"zh-cht": "瀏覽器",
"xloc": [
- "default.handlebars->119->3220",
- "default3.handlebars->117->3223"
+ "default.handlebars->119->3227",
+ "default3.handlebars->117->3230"
]
},
{
@@ -14539,8 +14547,8 @@
"zh-cht": "保加利亞文",
"xloc": [
"default-mobile.handlebars->53->140",
- "default.handlebars->119->1884",
- "default3.handlebars->117->1880",
+ "default.handlebars->119->1886",
+ "default3.handlebars->117->1882",
"login2.handlebars->17->26"
]
},
@@ -14571,8 +14579,8 @@
"zh-cht": "緬甸文",
"xloc": [
"default-mobile.handlebars->53->145",
- "default.handlebars->119->1889",
- "default3.handlebars->117->1885",
+ "default.handlebars->119->1891",
+ "default3.handlebars->117->1887",
"login2.handlebars->17->31"
]
},
@@ -14602,8 +14610,8 @@
"zh-chs": "默认情况下,不活动的设备将在 1 天后移除。",
"zh-cht": "默認情況下,非活動設備將在 1 天后移除。",
"xloc": [
- "default.handlebars->119->2350",
- "default3.handlebars->117->2362"
+ "default.handlebars->119->2352",
+ "default3.handlebars->117->2364"
]
},
{
@@ -14632,8 +14640,8 @@
"zh-chs": "默认情况下,非活动设备将在 {0} 天后移除。",
"zh-cht": "默認情況下,不活動的設備將在 {0} 天后被移除。",
"xloc": [
- "default.handlebars->119->2351",
- "default3.handlebars->117->2363"
+ "default.handlebars->119->2353",
+ "default3.handlebars->117->2365"
]
},
{
@@ -14675,8 +14683,8 @@
"zh-chs": "字节输入",
"zh-cht": "字節輸入",
"xloc": [
- "default.handlebars->119->3216",
- "default3.handlebars->117->3219"
+ "default.handlebars->119->3223",
+ "default3.handlebars->117->3226"
]
},
{
@@ -14705,8 +14713,8 @@
"zh-chs": "字节输出",
"zh-cht": "字節輸出",
"xloc": [
- "default.handlebars->119->3217",
- "default3.handlebars->117->3220"
+ "default.handlebars->119->3224",
+ "default3.handlebars->117->3227"
]
},
{
@@ -14782,7 +14790,7 @@
"zh-chs": "CCM",
"zh-cht": "CCM",
"xloc": [
- "default-mobile.handlebars->53->517",
+ "default-mobile.handlebars->53->522",
"default.handlebars->119->445",
"default.handlebars->119->929",
"default3.handlebars->117->456",
@@ -14815,8 +14823,8 @@
"zh-chs": "CCM模式",
"zh-cht": "CCM模式",
"xloc": [
- "default.handlebars->119->2301",
- "default3.handlebars->117->2310"
+ "default.handlebars->119->2303",
+ "default3.handlebars->117->2312"
]
},
{
@@ -14824,15 +14832,15 @@
"en": "CD-ROM",
"nl": "CD-ROM",
"xloc": [
- "default-mobile.handlebars->53->895",
- "default-mobile.handlebars->53->907",
+ "default-mobile.handlebars->53->902",
"default-mobile.handlebars->53->914",
- "default.handlebars->119->1741",
- "default.handlebars->119->1753",
- "default.handlebars->119->1760",
- "default3.handlebars->117->1739",
- "default3.handlebars->117->1751",
- "default3.handlebars->117->1758"
+ "default-mobile.handlebars->53->921",
+ "default.handlebars->119->1743",
+ "default.handlebars->119->1755",
+ "default.handlebars->119->1762",
+ "default3.handlebars->117->1741",
+ "default3.handlebars->117->1753",
+ "default3.handlebars->117->1760"
]
},
{
@@ -14861,11 +14869,11 @@
"zh-chs": "CIRA",
"zh-cht": "CIRA",
"xloc": [
- "default-mobile.handlebars->53->478",
- "default.handlebars->119->3380",
+ "default-mobile.handlebars->53->483",
+ "default.handlebars->119->3387",
"default.handlebars->119->423",
"default.handlebars->119->730",
- "default3.handlebars->117->3385",
+ "default3.handlebars->117->3392",
"default3.handlebars->117->434",
"default3.handlebars->117->741"
]
@@ -14896,8 +14904,8 @@
"zh-chs": "CIRA服务器",
"zh-cht": "CIRA伺服器",
"xloc": [
- "default.handlebars->119->3429",
- "default3.handlebars->117->3434"
+ "default.handlebars->119->3436",
+ "default3.handlebars->117->3441"
]
},
{
@@ -14926,8 +14934,8 @@
"zh-chs": "CIRA服务器命令",
"zh-cht": "CIRA伺服器指令",
"xloc": [
- "default.handlebars->119->3430",
- "default3.handlebars->117->3435"
+ "default.handlebars->119->3437",
+ "default3.handlebars->117->3442"
]
},
{
@@ -14986,8 +14994,8 @@
"zh-chs": "CIRA设置",
"zh-cht": "CIRA設置",
"xloc": [
- "default.handlebars->119->2309",
- "default3.handlebars->117->2317"
+ "default.handlebars->119->2311",
+ "default3.handlebars->117->2319"
]
},
{
@@ -15016,14 +15024,14 @@
"zh-chs": "CPU",
"zh-cht": "CPU",
"xloc": [
- "default-mobile.handlebars->53->852",
+ "default-mobile.handlebars->53->859",
"default.handlebars->119->1614",
- "default.handlebars->119->1698",
- "default.handlebars->119->3405",
+ "default.handlebars->119->1700",
+ "default.handlebars->119->3412",
"default.handlebars->container->column_l->p40->3->1->p40type->5",
"default3.handlebars->117->1614",
- "default3.handlebars->117->1696",
- "default3.handlebars->117->3410",
+ "default3.handlebars->117->1698",
+ "default3.handlebars->117->3417",
"default3.handlebars->container->column_l->p40->3->3->p40type->5"
]
},
@@ -15053,8 +15061,8 @@
"zh-chs": "CPU负载",
"zh-cht": "CPU負載",
"xloc": [
- "default.handlebars->119->3369",
- "default3.handlebars->117->3374"
+ "default.handlebars->119->3376",
+ "default3.handlebars->117->3381"
]
},
{
@@ -15083,8 +15091,8 @@
"zh-chs": "最近15分钟的CPU负载",
"zh-cht": "最近15分鐘的CPU負載",
"xloc": [
- "default.handlebars->119->3372",
- "default3.handlebars->117->3377"
+ "default.handlebars->119->3379",
+ "default3.handlebars->117->3384"
]
},
{
@@ -15113,8 +15121,8 @@
"zh-chs": "最近5分钟的CPU负载",
"zh-cht": "最近5分鐘的CPU負載",
"xloc": [
- "default.handlebars->119->3371",
- "default3.handlebars->117->3376"
+ "default.handlebars->119->3378",
+ "default3.handlebars->117->3383"
]
},
{
@@ -15143,8 +15151,8 @@
"zh-chs": "最近一分钟的CPU负载",
"zh-cht": "最近一分鐘的CPU負載",
"xloc": [
- "default.handlebars->119->3370",
- "default3.handlebars->117->3375"
+ "default.handlebars->119->3377",
+ "default3.handlebars->117->3382"
]
},
{
@@ -15210,8 +15218,8 @@
"zh-chs": "CSV",
"zh-cht": "CSV",
"xloc": [
- "default.handlebars->119->2726",
- "default3.handlebars->117->2738"
+ "default.handlebars->119->2733",
+ "default3.handlebars->117->2745"
]
},
{
@@ -15240,11 +15248,11 @@
"zh-chs": "CSV格式",
"zh-cht": "CSV格式",
"xloc": [
- "default.handlebars->119->2730",
- "default.handlebars->119->2807",
+ "default.handlebars->119->2737",
+ "default.handlebars->119->2814",
"default.handlebars->119->803",
- "default3.handlebars->117->2742",
- "default3.handlebars->117->2818",
+ "default3.handlebars->117->2749",
+ "default3.handlebars->117->2825",
"default3.handlebars->117->814"
]
},
@@ -15254,8 +15262,8 @@
"nl": "Het CSV bestandsformaat is als volgt:",
"uk": "Формат файлу CSV нижче:",
"xloc": [
- "default.handlebars->119->2793",
- "default3.handlebars->117->2804"
+ "default.handlebars->119->2800",
+ "default3.handlebars->117->2811"
]
},
{
@@ -15310,8 +15318,8 @@
"zh-chs": "呼叫错误",
"zh-cht": "呼叫錯誤",
"xloc": [
- "default.handlebars->119->3446",
- "default3.handlebars->117->3451"
+ "default.handlebars->119->3453",
+ "default3.handlebars->117->3458"
]
},
{
@@ -15324,10 +15332,10 @@
"pl": "CallMeBot",
"uk": "CallMeBot",
"xloc": [
- "default.handlebars->119->1807",
- "default.handlebars->119->3045",
- "default3.handlebars->117->1804",
- "default3.handlebars->117->3054"
+ "default.handlebars->119->1809",
+ "default.handlebars->119->3052",
+ "default3.handlebars->117->1806",
+ "default3.handlebars->117->3061"
]
},
{
@@ -15389,8 +15397,8 @@
"agent-translations.json",
"default-mobile.handlebars->53->331",
"default-mobile.handlebars->dialog->idx_dlgButtonBar",
- "default.handlebars->119->2163",
- "default.handlebars->119->3435",
+ "default.handlebars->119->2165",
+ "default.handlebars->119->3442",
"default.handlebars->119->548",
"default.handlebars->container->dialog->idx_dlgButtonBar",
"default3.handlebars->117->559",
@@ -15513,30 +15521,30 @@
"zh-chs": "容量",
"zh-cht": "容量",
"xloc": [
- "default-mobile.handlebars->53->870",
- "default-mobile.handlebars->53->876",
- "default-mobile.handlebars->53->882",
- "default-mobile.handlebars->53->887",
+ "default-mobile.handlebars->53->877",
+ "default-mobile.handlebars->53->883",
"default-mobile.handlebars->53->889",
- "default-mobile.handlebars->53->892",
- "default-mobile.handlebars->53->904",
+ "default-mobile.handlebars->53->894",
+ "default-mobile.handlebars->53->896",
+ "default-mobile.handlebars->53->899",
"default-mobile.handlebars->53->911",
- "default.handlebars->119->1716",
- "default.handlebars->119->1722",
- "default.handlebars->119->1728",
- "default.handlebars->119->1733",
+ "default-mobile.handlebars->53->918",
+ "default.handlebars->119->1718",
+ "default.handlebars->119->1724",
+ "default.handlebars->119->1730",
"default.handlebars->119->1735",
- "default.handlebars->119->1738",
- "default.handlebars->119->1750",
- "default.handlebars->119->1757",
- "default3.handlebars->117->1714",
- "default3.handlebars->117->1720",
- "default3.handlebars->117->1726",
- "default3.handlebars->117->1731",
+ "default.handlebars->119->1737",
+ "default.handlebars->119->1740",
+ "default.handlebars->119->1752",
+ "default.handlebars->119->1759",
+ "default3.handlebars->117->1716",
+ "default3.handlebars->117->1722",
+ "default3.handlebars->117->1728",
"default3.handlebars->117->1733",
- "default3.handlebars->117->1736",
- "default3.handlebars->117->1748",
- "default3.handlebars->117->1755"
+ "default3.handlebars->117->1735",
+ "default3.handlebars->117->1738",
+ "default3.handlebars->117->1750",
+ "default3.handlebars->117->1757"
]
},
{
@@ -15565,15 +15573,15 @@
"zh-chs": "容量/速度",
"zh-cht": "容量/速度",
"xloc": [
- "default-mobile.handlebars->53->868",
- "default-mobile.handlebars->53->874",
- "default-mobile.handlebars->53->880",
- "default.handlebars->119->1714",
- "default.handlebars->119->1720",
- "default.handlebars->119->1726",
- "default3.handlebars->117->1712",
- "default3.handlebars->117->1718",
- "default3.handlebars->117->1724"
+ "default-mobile.handlebars->53->875",
+ "default-mobile.handlebars->53->881",
+ "default-mobile.handlebars->53->887",
+ "default.handlebars->119->1716",
+ "default.handlebars->119->1722",
+ "default.handlebars->119->1728",
+ "default3.handlebars->117->1714",
+ "default3.handlebars->117->1720",
+ "default3.handlebars->117->1726"
]
},
{
@@ -15582,15 +15590,15 @@
"nl": "Resterende capaciteit",
"uk": "Вільне місце",
"xloc": [
- "default-mobile.handlebars->53->893",
- "default-mobile.handlebars->53->905",
+ "default-mobile.handlebars->53->900",
"default-mobile.handlebars->53->912",
- "default.handlebars->119->1739",
- "default.handlebars->119->1751",
- "default.handlebars->119->1758",
- "default3.handlebars->117->1737",
- "default3.handlebars->117->1749",
- "default3.handlebars->117->1756"
+ "default-mobile.handlebars->53->919",
+ "default.handlebars->119->1741",
+ "default.handlebars->119->1753",
+ "default.handlebars->119->1760",
+ "default3.handlebars->117->1739",
+ "default3.handlebars->117->1751",
+ "default3.handlebars->117->1758"
]
},
{
@@ -15620,8 +15628,8 @@
"zh-cht": "加泰羅尼亞文",
"xloc": [
"default-mobile.handlebars->53->146",
- "default.handlebars->119->1890",
- "default3.handlebars->117->1886",
+ "default.handlebars->119->1892",
+ "default3.handlebars->117->1888",
"login2.handlebars->17->32"
]
},
@@ -15718,7 +15726,7 @@
"en": "Cerulean",
"nl": "Hemelsblauw",
"xloc": [
- "default3.handlebars->117->2100"
+ "default3.handlebars->117->2102"
]
},
{
@@ -15748,8 +15756,8 @@
"zh-cht": "查莫羅",
"xloc": [
"default-mobile.handlebars->53->147",
- "default.handlebars->119->1891",
- "default3.handlebars->117->1887",
+ "default.handlebars->119->1893",
+ "default3.handlebars->117->1889",
"login2.handlebars->17->33"
]
},
@@ -15810,8 +15818,8 @@
"zh-chs": "更改{0}的邮箱",
"zh-cht": "更改{0}的電郵",
"xloc": [
- "default.handlebars->119->3087",
- "default3.handlebars->117->3094"
+ "default.handlebars->119->3094",
+ "default3.handlebars->117->3101"
]
},
{
@@ -15890,10 +15898,10 @@
"zh-cht": "更改密碼",
"xloc": [
"default-mobile.handlebars->53->339",
- "default.handlebars->119->2107",
- "default.handlebars->119->3031",
- "default3.handlebars->117->2098",
- "default3.handlebars->117->3040"
+ "default.handlebars->119->2109",
+ "default.handlebars->119->3038",
+ "default3.handlebars->117->2100",
+ "default3.handlebars->117->3047"
]
},
{
@@ -15922,8 +15930,8 @@
"zh-chs": "更改{0}的密码",
"zh-cht": "更改{0}的密碼",
"xloc": [
- "default.handlebars->119->3096",
- "default3.handlebars->117->3099"
+ "default.handlebars->119->3103",
+ "default3.handlebars->117->3106"
]
},
{
@@ -15952,8 +15960,8 @@
"zh-chs": "更改{0}的真实名称",
"zh-cht": "更改{0}的真實名稱",
"xloc": [
- "default.handlebars->119->3082",
- "default3.handlebars->117->3090"
+ "default.handlebars->119->3089",
+ "default3.handlebars->117->3097"
]
},
{
@@ -16130,8 +16138,8 @@
"zh-chs": "更改该用户的密码",
"zh-cht": "更改該用戶的密碼",
"xloc": [
- "default.handlebars->119->3030",
- "default3.handlebars->117->3039"
+ "default.handlebars->119->3037",
+ "default3.handlebars->117->3046"
]
},
{
@@ -16190,8 +16198,8 @@
"zh-chs": "更改您的邮件地址。",
"zh-cht": "在此處更改你的帳戶電郵地址。",
"xloc": [
- "default.handlebars->119->2094",
- "default3.handlebars->117->2091"
+ "default.handlebars->119->2096",
+ "default3.handlebars->117->2093"
]
},
{
@@ -16220,8 +16228,8 @@
"zh-chs": "在下面的框中两次输入旧密码和新密码,以更改帐户密码。",
"zh-cht": "在下面的框中兩次輸入舊密碼和新密碼,以更改帳戶密碼。",
"xloc": [
- "default.handlebars->119->2100",
- "default3.handlebars->117->2095"
+ "default.handlebars->119->2102",
+ "default3.handlebars->117->2097"
]
},
{
@@ -16250,8 +16258,8 @@
"zh-chs": "更改帐户凭据",
"zh-cht": "帳戶憑證已更改",
"xloc": [
- "default.handlebars->119->2616",
- "default3.handlebars->117->2628"
+ "default.handlebars->119->2623",
+ "default3.handlebars->117->2635"
]
},
{
@@ -16280,8 +16288,8 @@
"zh-chs": "将帐户显示名称更改为 {0}。",
"zh-cht": "將帳戶顯示名稱更改為 {0}。",
"xloc": [
- "default.handlebars->119->2668",
- "default3.handlebars->117->2680"
+ "default.handlebars->119->2675",
+ "default3.handlebars->117->2687"
]
},
{
@@ -16310,10 +16318,10 @@
"zh-chs": "{1}组中的设备{0}已更改:{2}",
"zh-cht": "{1}組中的設備{0}已更改:{2}",
"xloc": [
- "default.handlebars->119->2600",
- "default.handlebars->119->2681",
- "default3.handlebars->117->2612",
- "default3.handlebars->117->2693"
+ "default.handlebars->119->2607",
+ "default.handlebars->119->2688",
+ "default3.handlebars->117->2619",
+ "default3.handlebars->117->2700"
]
},
{
@@ -16342,8 +16350,8 @@
"zh-chs": "语言从{1}更改为{2}",
"zh-cht": "語言從{1}更改為{2}",
"xloc": [
- "default.handlebars->119->2544",
- "default3.handlebars->117->2556"
+ "default.handlebars->119->2551",
+ "default3.handlebars->117->2563"
]
},
{
@@ -16372,10 +16380,10 @@
"zh-chs": "已更改{0}的用户设备权限",
"zh-cht": "已更改{0}的用戶設備權限",
"xloc": [
- "default.handlebars->119->2602",
- "default.handlebars->119->2623",
- "default3.handlebars->117->2614",
- "default3.handlebars->117->2635"
+ "default.handlebars->119->2609",
+ "default.handlebars->119->2630",
+ "default3.handlebars->117->2621",
+ "default3.handlebars->117->2642"
]
},
{
@@ -16431,8 +16439,8 @@
"zh-cht": "更改語言將需要刷新頁面。",
"xloc": [
"default-mobile.handlebars->53->314",
- "default.handlebars->119->2058",
- "default3.handlebars->117->2054"
+ "default.handlebars->119->2060",
+ "default3.handlebars->117->2056"
]
},
{
@@ -16464,15 +16472,15 @@
"default.handlebars->119->1034",
"default.handlebars->119->1153",
"default.handlebars->119->1178",
- "default.handlebars->119->2747",
- "default.handlebars->119->3026",
- "default.handlebars->119->3027",
+ "default.handlebars->119->2754",
+ "default.handlebars->119->3033",
+ "default.handlebars->119->3034",
"default3.handlebars->117->1045",
"default3.handlebars->117->1162",
"default3.handlebars->117->1187",
- "default3.handlebars->117->2759",
- "default3.handlebars->117->3035",
- "default3.handlebars->117->3036"
+ "default3.handlebars->117->2766",
+ "default3.handlebars->117->3042",
+ "default3.handlebars->117->3043"
]
},
{
@@ -16501,12 +16509,12 @@
"zh-chs": "聊天并通知",
"zh-cht": "聊天並通知",
"xloc": [
- "default-mobile.handlebars->53->1017",
- "default-mobile.handlebars->53->997",
- "default.handlebars->119->2382",
- "default.handlebars->119->2420",
- "default3.handlebars->117->2394",
- "default3.handlebars->117->2432"
+ "default-mobile.handlebars->53->1004",
+ "default-mobile.handlebars->53->1024",
+ "default.handlebars->119->2384",
+ "default.handlebars->119->2422",
+ "default3.handlebars->117->2396",
+ "default3.handlebars->117->2434"
]
},
{
@@ -16535,9 +16543,9 @@
"zh-chs": "聊天请求,点击这里接受。",
"zh-cht": "聊天請求,點擊這裡接受。",
"xloc": [
- "default-mobile.handlebars->53->1049",
- "default.handlebars->119->3318",
- "default3.handlebars->117->3323"
+ "default-mobile.handlebars->53->1056",
+ "default.handlebars->119->3325",
+ "default3.handlebars->117->3330"
]
},
{
@@ -16596,8 +16604,8 @@
"zh-cht": "車臣",
"xloc": [
"default-mobile.handlebars->53->148",
- "default.handlebars->119->1892",
- "default3.handlebars->117->1888",
+ "default.handlebars->119->1894",
+ "default3.handlebars->117->1890",
"login2.handlebars->17->34"
]
},
@@ -16762,10 +16770,10 @@
"zh-chs": "检查...",
"zh-cht": "檢查...",
"xloc": [
- "default.handlebars->119->1858",
- "default.handlebars->119->3440",
- "default3.handlebars->117->1854",
- "default3.handlebars->117->3445"
+ "default.handlebars->119->1860",
+ "default.handlebars->119->3447",
+ "default3.handlebars->117->1856",
+ "default3.handlebars->117->3452"
]
},
{
@@ -16795,8 +16803,8 @@
"zh-cht": "中文",
"xloc": [
"default-mobile.handlebars->53->149",
- "default.handlebars->119->1893",
- "default3.handlebars->117->1889",
+ "default.handlebars->119->1895",
+ "default3.handlebars->117->1891",
"login2.handlebars->17->35"
]
},
@@ -16827,8 +16835,8 @@
"zh-cht": "中文(香港)",
"xloc": [
"default-mobile.handlebars->53->150",
- "default.handlebars->119->1894",
- "default3.handlebars->117->1890",
+ "default.handlebars->119->1896",
+ "default3.handlebars->117->1892",
"login2.handlebars->17->36"
]
},
@@ -16859,8 +16867,8 @@
"zh-cht": "中文(中國)",
"xloc": [
"default-mobile.handlebars->53->151",
- "default.handlebars->119->1895",
- "default3.handlebars->117->1891",
+ "default.handlebars->119->1897",
+ "default3.handlebars->117->1893",
"login2.handlebars->17->37"
]
},
@@ -16891,8 +16899,8 @@
"zh-cht": "簡體中文",
"xloc": [
"default-mobile.handlebars->53->311",
- "default.handlebars->119->2055",
- "default3.handlebars->117->2051",
+ "default.handlebars->119->2057",
+ "default3.handlebars->117->2053",
"login2.handlebars->17->197"
]
},
@@ -16923,8 +16931,8 @@
"zh-cht": "中文(新加坡)",
"xloc": [
"default-mobile.handlebars->53->152",
- "default.handlebars->119->1896",
- "default3.handlebars->117->1892",
+ "default.handlebars->119->1898",
+ "default3.handlebars->117->1894",
"login2.handlebars->17->38"
]
},
@@ -16955,8 +16963,8 @@
"zh-cht": "中文(台灣)",
"xloc": [
"default-mobile.handlebars->53->153",
- "default.handlebars->119->1897",
- "default3.handlebars->117->1893",
+ "default.handlebars->119->1899",
+ "default3.handlebars->117->1895",
"login2.handlebars->17->39"
]
},
@@ -16987,8 +16995,8 @@
"zh-cht": "繁體中文",
"xloc": [
"default-mobile.handlebars->53->312",
- "default.handlebars->119->2056",
- "default3.handlebars->117->2052",
+ "default.handlebars->119->2058",
+ "default3.handlebars->117->2054",
"login2.handlebars->17->198"
]
},
@@ -17050,8 +17058,8 @@
"zh-cht": "楚瓦什",
"xloc": [
"default-mobile.handlebars->53->154",
- "default.handlebars->119->1898",
- "default3.handlebars->117->1894",
+ "default.handlebars->119->1900",
+ "default3.handlebars->117->1896",
"login2.handlebars->17->40"
]
},
@@ -17114,25 +17122,25 @@
"zh-chs": "清除",
"zh-cht": "清除",
"xloc": [
- "default-mobile.handlebars->53->384",
- "default-mobile.handlebars->53->737",
- "default-mobile.handlebars->53->739",
- "default-mobile.handlebars->53->741",
- "default-mobile.handlebars->53->743",
+ "default-mobile.handlebars->53->389",
+ "default-mobile.handlebars->53->742",
+ "default-mobile.handlebars->53->744",
+ "default-mobile.handlebars->53->746",
+ "default-mobile.handlebars->53->748",
"default-mobile.handlebars->53->89",
"default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->5",
"default.handlebars->119->1587",
"default.handlebars->119->1589",
"default.handlebars->119->1591",
"default.handlebars->119->1593",
- "default.handlebars->119->2538",
+ "default.handlebars->119->2545",
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7",
"default.handlebars->container->column_l->p41->3->1",
"default3.handlebars->117->1587",
"default3.handlebars->117->1589",
"default3.handlebars->117->1591",
"default3.handlebars->117->1593",
- "default3.handlebars->117->2550",
+ "default3.handlebars->117->2557",
"default3.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7",
"default3.handlebars->container->column_l->p41->3->3",
"messenger.handlebars->xbottom->1->1->0->5",
@@ -17172,7 +17180,7 @@
"zh-chs": "清除 RDP 凭据?",
"zh-cht": "清除 RDP 憑據?",
"xloc": [
- "default-mobile.handlebars->53->639",
+ "default-mobile.handlebars->53->644",
"default.handlebars->119->1380"
]
},
@@ -17202,7 +17210,7 @@
"zh-chs": "清除 SSH 凭据?",
"zh-cht": "清除 SSH 憑據?",
"xloc": [
- "default-mobile.handlebars->53->637",
+ "default-mobile.handlebars->53->642",
"default.handlebars->119->1378"
]
},
@@ -17324,9 +17332,9 @@
"zh-chs": "全部清除",
"zh-cht": "全部清除",
"xloc": [
- "default-mobile.handlebars->53->1032",
- "default.handlebars->119->3301",
- "default3.handlebars->117->3306"
+ "default-mobile.handlebars->53->1039",
+ "default.handlebars->119->3308",
+ "default3.handlebars->117->3313"
]
},
{
@@ -17355,7 +17363,7 @@
"zh-chs": "清除搜索过滤器",
"zh-cht": "清除搜索過濾器",
"xloc": [
- "default-mobile.handlebars->53->414",
+ "default-mobile.handlebars->53->419",
"default.handlebars->119->376",
"default3.handlebars->117->387"
]
@@ -17386,9 +17394,9 @@
"zh-chs": "清除核心",
"zh-cht": "清除核心",
"xloc": [
- "default-mobile.handlebars->53->933",
- "default.handlebars->119->1780",
- "default3.handlebars->117->1778"
+ "default-mobile.handlebars->53->940",
+ "default.handlebars->119->1782",
+ "default3.handlebars->117->1780"
]
},
{
@@ -17448,9 +17456,9 @@
"zh-chs": "清除此通知",
"zh-cht": "清除此通知",
"xloc": [
- "default-mobile.handlebars->53->1031",
- "default.handlebars->119->3300",
- "default3.handlebars->117->3305"
+ "default-mobile.handlebars->53->1038",
+ "default.handlebars->119->3307",
+ "default3.handlebars->117->3312"
]
},
{
@@ -17566,10 +17574,10 @@
"zh-chs": "单击此处编辑设备组名称",
"zh-cht": "單擊此處編輯裝置群名稱",
"xloc": [
- "default.handlebars->119->2177",
- "default.handlebars->119->2481",
- "default3.handlebars->117->2188",
- "default3.handlebars->117->2493"
+ "default.handlebars->119->2179",
+ "default.handlebars->119->2483",
+ "default3.handlebars->117->2190",
+ "default3.handlebars->117->2495"
]
},
{
@@ -17628,8 +17636,8 @@
"zh-chs": "单击此处编辑用户组名称",
"zh-cht": "單擊此處編輯用戶群名稱",
"xloc": [
- "default.handlebars->119->2877",
- "default3.handlebars->117->2886"
+ "default.handlebars->119->2884",
+ "default3.handlebars->117->2893"
]
},
{
@@ -17774,8 +17782,8 @@
"zh-cht": "單擊確定將驗證電郵發送到:",
"xloc": [
"default-mobile.handlebars->53->324",
- "default.handlebars->119->2091",
- "default3.handlebars->117->2088"
+ "default.handlebars->119->2093",
+ "default3.handlebars->117->2090"
]
},
{
@@ -17890,9 +17898,9 @@
"zh-chs": "客户端控制模式(CCM)",
"zh-cht": "客戶端控制模式(CCM)",
"xloc": [
- "default-mobile.handlebars->53->830",
- "default.handlebars->119->1676",
- "default3.handlebars->117->1674"
+ "default-mobile.handlebars->53->837",
+ "default.handlebars->119->1678",
+ "default3.handlebars->117->1676"
]
},
{
@@ -17921,8 +17929,8 @@
"zh-chs": "客户编号",
"zh-cht": "客戶編號",
"xloc": [
- "default.handlebars->119->2154",
- "default3.handlebars->117->2169"
+ "default.handlebars->119->2156",
+ "default3.handlebars->117->2171"
]
},
{
@@ -17951,8 +17959,8 @@
"zh-chs": "客户端启动的远程访问",
"zh-cht": "客戶端啟動的遠程訪問",
"xloc": [
- "default.handlebars->119->2308",
- "default3.handlebars->117->2318"
+ "default.handlebars->119->2310",
+ "default3.handlebars->117->2320"
]
},
{
@@ -17981,8 +17989,8 @@
"zh-chs": "客户机密",
"zh-cht": "客戶機密",
"xloc": [
- "default.handlebars->119->2155",
- "default3.handlebars->117->2170"
+ "default.handlebars->119->2157",
+ "default3.handlebars->117->2172"
]
},
{
@@ -18048,7 +18056,7 @@
"default.handlebars->119->1562",
"default.handlebars->119->241",
"default.handlebars->119->250",
- "default.handlebars->119->3434",
+ "default.handlebars->119->3441",
"default3.handlebars->117->1493",
"default3.handlebars->117->1562",
"default3.handlebars->117->361",
@@ -18081,8 +18089,8 @@
"zh-chs": "已关闭桌面多路复用会话 \\\"{0}\\\",{1} 秒",
"zh-cht": "已關閉桌面多路復用會話 \\\"{0}\\\",{1} 秒",
"xloc": [
- "default.handlebars->119->2688",
- "default3.handlebars->117->2700"
+ "default.handlebars->119->2695",
+ "default3.handlebars->117->2707"
]
},
{
@@ -18111,8 +18119,8 @@
"zh-chs": "封闭式桌面多路复用会话,{0}秒",
"zh-cht": "封閉式桌面多路復用會話,{0}秒",
"xloc": [
- "default.handlebars->119->2549",
- "default3.handlebars->117->2561"
+ "default.handlebars->119->2556",
+ "default3.handlebars->117->2568"
]
},
{
@@ -18324,13 +18332,13 @@
"zh-chs": "指令",
"zh-cht": "指令",
"xloc": [
- "default-mobile.handlebars->53->1019",
+ "default-mobile.handlebars->53->1026",
"default.handlebars->119->1155",
"default.handlebars->119->1180",
- "default.handlebars->119->2422",
+ "default.handlebars->119->2424",
"default3.handlebars->117->1164",
"default3.handlebars->117->1189",
- "default3.handlebars->117->2434"
+ "default3.handlebars->117->2436"
]
},
{
@@ -18346,7 +18354,7 @@
"pl": "Komendy z pliku",
"uk": "Команди з файлу",
"xloc": [
- "default-mobile.handlebars->53->621",
+ "default-mobile.handlebars->53->626",
"default.handlebars->119->823",
"default3.handlebars->117->834"
]
@@ -18364,7 +18372,7 @@
"pl": "Komendy z pliku na serwerze",
"uk": "Команди з файлу на сервері",
"xloc": [
- "default-mobile.handlebars->53->622",
+ "default-mobile.handlebars->53->627",
"default.handlebars->119->824",
"default3.handlebars->117->835"
]
@@ -18382,7 +18390,7 @@
"pl": "Komendy z okienka tekstowego",
"uk": "Команди з текстового поля",
"xloc": [
- "default-mobile.handlebars->53->620",
+ "default-mobile.handlebars->53->625",
"default.handlebars->119->822",
"default3.handlebars->117->833"
]
@@ -18413,10 +18421,10 @@
"zh-chs": "通用设备组",
"zh-cht": "通用裝置群",
"xloc": [
- "default.handlebars->119->2912",
- "default.handlebars->119->3101",
- "default3.handlebars->117->2921",
- "default3.handlebars->117->3104"
+ "default.handlebars->119->2919",
+ "default.handlebars->119->3108",
+ "default3.handlebars->117->2928",
+ "default3.handlebars->117->3111"
]
},
{
@@ -18445,10 +18453,10 @@
"zh-chs": "通用设备",
"zh-cht": "通用裝置",
"xloc": [
- "default.handlebars->119->2918",
- "default.handlebars->119->3113",
- "default3.handlebars->117->2927",
- "default3.handlebars->117->3116"
+ "default.handlebars->119->2925",
+ "default.handlebars->119->3120",
+ "default3.handlebars->117->2934",
+ "default3.handlebars->117->3123"
]
},
{
@@ -18477,7 +18485,7 @@
"zh-chs": "编译时间",
"zh-cht": "編譯時間",
"xloc": [
- "default-mobile.handlebars->53->799",
+ "default-mobile.handlebars->53->804",
"default.handlebars->119->1635",
"default3.handlebars->117->1635"
]
@@ -18577,8 +18585,8 @@
"pl": "Zapisy pliku konfiguracyjnego",
"uk": "Записи файлу конфігурації",
"xloc": [
- "default.handlebars->119->3267",
- "default3.handlebars->117->3270"
+ "default.handlebars->119->3274",
+ "default3.handlebars->117->3277"
]
},
{
@@ -18607,23 +18615,23 @@
"zh-chs": "确认",
"zh-cht": "確認",
"xloc": [
- "default-mobile.handlebars->53->634",
- "default-mobile.handlebars->53->968",
+ "default-mobile.handlebars->53->639",
+ "default-mobile.handlebars->53->975",
"default.handlebars->119->1329",
"default.handlebars->119->1338",
- "default.handlebars->119->2319",
- "default.handlebars->119->2777",
- "default.handlebars->119->2867",
- "default.handlebars->119->2934",
- "default.handlebars->119->3099",
+ "default.handlebars->119->2321",
+ "default.handlebars->119->2784",
+ "default.handlebars->119->2874",
+ "default.handlebars->119->2941",
+ "default.handlebars->119->3106",
"default.handlebars->119->767",
"default3.handlebars->117->1334",
"default3.handlebars->117->1342",
- "default3.handlebars->117->2328",
- "default3.handlebars->117->2789",
- "default3.handlebars->117->2876",
- "default3.handlebars->117->2943",
- "default3.handlebars->117->3102",
+ "default3.handlebars->117->2330",
+ "default3.handlebars->117->2796",
+ "default3.handlebars->117->2883",
+ "default3.handlebars->117->2950",
+ "default3.handlebars->117->3109",
"default3.handlebars->117->778"
]
},
@@ -18657,7 +18665,7 @@
"en": "Confirm Password",
"nl": "Bevestig wachtwoord",
"xloc": [
- "default3.handlebars->117->2837"
+ "default3.handlebars->117->2844"
]
},
{
@@ -18686,7 +18694,7 @@
"zh-chs": "确认将1个副本复制到此位置?",
"zh-cht": "確認將1個副本複製到此位置?",
"xloc": [
- "default-mobile.handlebars->53->732",
+ "default-mobile.handlebars->53->737",
"default.handlebars->119->1582",
"default3.handlebars->117->1582",
"sharing-mobile.handlebars->53->93",
@@ -18750,7 +18758,7 @@
"zh-chs": "确认{0}个条目的副本到此位置?",
"zh-cht": "確認{0}個條目的副本到此位置?",
"xloc": [
- "default-mobile.handlebars->53->731",
+ "default-mobile.handlebars->53->736",
"sharing-mobile.handlebars->53->92"
]
},
@@ -18780,8 +18788,8 @@
"zh-chs": "确认删除选定的帐户?",
"zh-cht": "確認刪除所選帳戶?",
"xloc": [
- "default.handlebars->119->2776",
- "default3.handlebars->117->2788"
+ "default.handlebars->119->2783",
+ "default3.handlebars->117->2795"
]
},
{
@@ -18836,8 +18844,8 @@
"zh-chs": "确认删除选定的用户组?",
"zh-cht": "確認刪除所選用戶群?",
"xloc": [
- "default.handlebars->119->2866",
- "default3.handlebars->117->2875"
+ "default.handlebars->119->2873",
+ "default3.handlebars->117->2882"
]
},
{
@@ -18866,24 +18874,24 @@
"zh-chs": "确认删除用户{0}?",
"zh-cht": "確認刪除用戶{0}?",
"xloc": [
- "default.handlebars->119->3098",
- "default3.handlebars->117->3101"
+ "default.handlebars->119->3105",
+ "default3.handlebars->117->3108"
]
},
{
"en": "Confirm disabling 2FA Duo login security.",
"nl": "Bevestig het uitschakelen van 2FA Duo inlogbeveiliging.",
"xloc": [
- "default.handlebars->119->1837",
- "default3.handlebars->117->1834"
+ "default.handlebars->119->1839",
+ "default3.handlebars->117->1836"
]
},
{
"en": "Confirm enabling of Duo 2FA login security. Once enabled you will be given the option to use Duo at login for added security. Click ok to go thru the steps to enable Duo.",
"nl": "Bevestig het inschakelen van Duo 2FA inlogbeveiliging. Eenmaal ingeschakeld, krijgt u de mogelijkheid om Duo te gebruiken bij het inloggen voor extra veiligheid. Klik op OK om de stappen te doorlopen om Duo in te schakelen.",
"xloc": [
- "default.handlebars->119->1835",
- "default3.handlebars->117->1832"
+ "default.handlebars->119->1837",
+ "default3.handlebars->117->1834"
]
},
{
@@ -18912,8 +18920,8 @@
"zh-chs": "确认删除用户“ {0} ”的成员身份?",
"zh-cht": "確認刪除用戶“ {0} ”的成員身份?",
"xloc": [
- "default.handlebars->119->2937",
- "default3.handlebars->117->2946"
+ "default.handlebars->119->2944",
+ "default3.handlebars->117->2953"
]
},
{
@@ -18942,8 +18950,8 @@
"zh-chs": "确认删除用户组“ {0} ”的成员身份?",
"zh-cht": "確認刪除用戶群“ {0} ”的成員身份?",
"xloc": [
- "default.handlebars->119->3130",
- "default3.handlebars->117->3133"
+ "default.handlebars->119->3137",
+ "default3.handlebars->117->3140"
]
},
{
@@ -18972,7 +18980,7 @@
"zh-chs": "确认将1个条目移动到此位置?",
"zh-cht": "確認將1個條目移動到此位置?",
"xloc": [
- "default-mobile.handlebars->53->734",
+ "default-mobile.handlebars->53->739",
"default.handlebars->119->1584",
"default3.handlebars->117->1584",
"sharing-mobile.handlebars->53->95",
@@ -19036,7 +19044,7 @@
"zh-chs": "确认将{0}个条目移到该位置?",
"zh-cht": "確認將{0}個條目移到該位置?",
"xloc": [
- "default-mobile.handlebars->53->733",
+ "default-mobile.handlebars->53->738",
"sharing-mobile.handlebars->53->94"
]
},
@@ -19066,8 +19074,8 @@
"zh-chs": "确认覆盖?",
"zh-cht": "確認覆蓋?",
"xloc": [
- "default.handlebars->119->2530",
- "default3.handlebars->117->2542"
+ "default.handlebars->119->2537",
+ "default3.handlebars->117->2549"
]
},
{
@@ -19096,10 +19104,10 @@
"zh-chs": "确认删除设备“ {0} ”的访问权限?",
"zh-cht": "確認刪除裝置“ {0} ”的訪問權限?",
"xloc": [
- "default.handlebars->119->2927",
- "default.handlebars->119->3121",
- "default3.handlebars->117->2936",
- "default3.handlebars->117->3124"
+ "default.handlebars->119->2934",
+ "default.handlebars->119->3128",
+ "default3.handlebars->117->2943",
+ "default3.handlebars->117->3131"
]
},
{
@@ -19128,10 +19136,10 @@
"zh-chs": "确认删除设备组“ {0} ”的访问权限?",
"zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?",
"xloc": [
- "default.handlebars->119->2929",
- "default.handlebars->119->3134",
- "default3.handlebars->117->2938",
- "default3.handlebars->117->3137"
+ "default.handlebars->119->2936",
+ "default.handlebars->119->3141",
+ "default3.handlebars->117->2945",
+ "default3.handlebars->117->3144"
]
},
{
@@ -19160,8 +19168,8 @@
"zh-chs": "确认删除用户“ {0} ”的访问权限?",
"zh-cht": "確認刪除用戶“ {0} ”的訪問權限?",
"xloc": [
- "default.handlebars->119->3123",
- "default3.handlebars->117->3126"
+ "default.handlebars->119->3130",
+ "default3.handlebars->117->3133"
]
},
{
@@ -19190,8 +19198,8 @@
"zh-chs": "确认删除用户组“ {0} ”的访问权限?",
"zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?",
"xloc": [
- "default.handlebars->119->3126",
- "default3.handlebars->117->3129"
+ "default.handlebars->119->3133",
+ "default3.handlebars->117->3136"
]
},
{
@@ -19220,10 +19228,10 @@
"zh-chs": "确认删除访问权限?",
"zh-cht": "確認刪除訪問權限?",
"xloc": [
- "default.handlebars->119->3124",
- "default.handlebars->119->3127",
- "default3.handlebars->117->3127",
- "default3.handlebars->117->3130"
+ "default.handlebars->119->3131",
+ "default.handlebars->119->3134",
+ "default3.handlebars->117->3134",
+ "default3.handlebars->117->3137"
]
},
{
@@ -19253,8 +19261,8 @@
"zh-cht": "確認刪除身份驗證軟體兩步登入?",
"xloc": [
"default-mobile.handlebars->53->323",
- "default.handlebars->119->1841",
- "default3.handlebars->117->1838"
+ "default.handlebars->119->1843",
+ "default3.handlebars->117->1840"
]
},
{
@@ -19309,8 +19317,8 @@
"zh-chs": "确认删除设备共享“{0}”?",
"zh-cht": "確認刪除設備共享“{0}”?",
"xloc": [
- "default.handlebars->119->3119",
- "default3.handlebars->117->3122"
+ "default.handlebars->119->3126",
+ "default3.handlebars->117->3129"
]
},
{
@@ -19391,8 +19399,8 @@
"zh-chs": "确认移除推送认证设备?",
"zh-cht": "確認移除推送認證設備?",
"xloc": [
- "default.handlebars->119->1843",
- "default3.handlebars->117->1840"
+ "default.handlebars->119->1845",
+ "default3.handlebars->117->1842"
]
},
{
@@ -19421,8 +19429,8 @@
"zh-chs": "确认删除用户“ {0} ”的权限?",
"zh-cht": "確認刪除用戶“ {0} ”的權限?",
"xloc": [
- "default.handlebars->119->2434",
- "default3.handlebars->117->2446"
+ "default.handlebars->119->2436",
+ "default3.handlebars->117->2448"
]
},
{
@@ -19451,8 +19459,8 @@
"zh-chs": "确认删除用户组“ {0} ”的权限?",
"zh-cht": "確認刪除用戶群“ {0} ”的權限?",
"xloc": [
- "default.handlebars->119->2436",
- "default3.handlebars->117->2448"
+ "default.handlebars->119->2438",
+ "default3.handlebars->117->2450"
]
},
{
@@ -19511,8 +19519,8 @@
"zh-chs": "确认删除此登录令牌?",
"zh-cht": "確認刪除此登錄令牌?",
"xloc": [
- "default.handlebars->119->2147",
- "default3.handlebars->117->2162"
+ "default.handlebars->119->2149",
+ "default3.handlebars->117->2164"
]
},
{
@@ -19567,7 +19575,7 @@
"zh-chs": "确认删除用户{0}?",
"zh-cht": "確認刪除用戶{0}?",
"xloc": [
- "default-mobile.handlebars->53->1028"
+ "default-mobile.handlebars->53->1035"
]
},
{
@@ -19626,9 +19634,9 @@
"zh-chs": "将{1}入口{2}中的{0}限制到此位置?",
"zh-cht": "將{1}入口{2}中的{0}限製到此位置?",
"xloc": [
- "default-mobile.handlebars->53->379",
- "default.handlebars->119->2533",
- "default3.handlebars->117->2545"
+ "default-mobile.handlebars->53->384",
+ "default.handlebars->119->2540",
+ "default3.handlebars->117->2552"
]
},
{
@@ -19661,13 +19669,13 @@
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3",
"default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea1->1->3->connectbutton2span",
- "default.handlebars->119->2217",
+ "default.handlebars->119->2219",
"default.handlebars->119->991",
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span",
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span",
"default.handlebars->container->column_l->p13->p13toolbar->1->0->1->3",
"default3.handlebars->117->1002",
- "default3.handlebars->117->2228",
+ "default3.handlebars->117->2230",
"default3.handlebars->container->column_l->p11->deskarea0->deskarea1->1->connectbutton1span->connectbutton1",
"default3.handlebars->container->column_l->p12->termTable->1->1->0->1->1->connectbutton2span->connectbutton2",
"default3.handlebars->container->column_l->p13->p13toolbar->1->0->1->1->p13Connectspan->p13Connect",
@@ -19768,8 +19776,8 @@
"zh-chs": "连接到服务器",
"zh-cht": "連接到伺服器",
"xloc": [
- "default.handlebars->119->2312",
- "default3.handlebars->117->2321"
+ "default.handlebars->119->2314",
+ "default3.handlebars->117->2323"
]
},
{
@@ -20043,8 +20051,8 @@
"zh-chs": "已连接的英特尔®AMT",
"zh-cht": "已連接的Intel® AMT",
"xloc": [
- "default.handlebars->119->3359",
- "default3.handlebars->117->3364"
+ "default.handlebars->119->3366",
+ "default3.handlebars->117->3371"
]
},
{
@@ -20073,8 +20081,8 @@
"zh-chs": "已连接的英特尔®AMT CIRA",
"zh-cht": "已連接的Intel® AMT CIRA",
"xloc": [
- "default.handlebars->119->3360",
- "default3.handlebars->117->3365"
+ "default.handlebars->119->3367",
+ "default3.handlebars->117->3372"
]
},
{
@@ -20103,8 +20111,8 @@
"zh-chs": "已连接的用户",
"zh-cht": "已连接的用户",
"xloc": [
- "default.handlebars->119->3365",
- "default3.handlebars->117->3370"
+ "default.handlebars->119->3372",
+ "default3.handlebars->117->3377"
]
},
{
@@ -20163,7 +20171,7 @@
"zh-chs": "现在已连接",
"zh-cht": "現在已連接",
"xloc": [
- "default-mobile.handlebars->53->794",
+ "default-mobile.handlebars->53->799",
"default.handlebars->119->1630",
"default3.handlebars->117->1630"
]
@@ -20306,7 +20314,7 @@
"xloc": [
"default-mobile.handlebars->53->2",
"default-mobile.handlebars->53->52",
- "default-mobile.handlebars->53->750",
+ "default-mobile.handlebars->53->755",
"default.handlebars->119->1610",
"default.handlebars->119->407",
"default.handlebars->119->410",
@@ -20377,8 +20385,8 @@
"zh-chs": "连接数量",
"zh-cht": "連接數量",
"xloc": [
- "default.handlebars->119->3391",
- "default3.handlebars->117->3396"
+ "default.handlebars->119->3398",
+ "default3.handlebars->117->3403"
]
},
{
@@ -20413,7 +20421,7 @@
"zh-chs": "连接错误",
"zh-cht": "連接錯誤",
"xloc": [
- "default-mobile.handlebars->53->713",
+ "default-mobile.handlebars->53->718",
"default.handlebars->119->1529",
"default.handlebars->119->1546",
"default3.handlebars->117->1529",
@@ -20448,8 +20456,8 @@
"zh-chs": "连接转发器",
"zh-cht": "連接轉發器",
"xloc": [
- "default.handlebars->119->3428",
- "default3.handlebars->117->3433"
+ "default.handlebars->119->3435",
+ "default3.handlebars->117->3440"
]
},
{
@@ -20537,13 +20545,13 @@
"zh-chs": "连接性",
"zh-cht": "連接性",
"xloc": [
- "default-mobile.handlebars->53->539",
+ "default-mobile.handlebars->53->544",
"default.handlebars->119->1008",
- "default.handlebars->119->2488",
+ "default.handlebars->119->2490",
"default.handlebars->119->395",
"default.handlebars->container->column_l->p21->p21main->1->1->meshConnChartDiv->1",
"default3.handlebars->117->1019",
- "default3.handlebars->117->2500",
+ "default3.handlebars->117->2502",
"default3.handlebars->117->406",
"default3.handlebars->container->column_l->p21->p21main->1->1->meshConnChartDiv->1"
]
@@ -20574,8 +20582,8 @@
"zh-chs": "同意",
"zh-cht": "同意",
"xloc": [
- "default.handlebars->119->2708",
- "default3.handlebars->117->2720"
+ "default.handlebars->119->2715",
+ "default3.handlebars->117->2727"
]
},
{
@@ -20604,7 +20612,7 @@
"zh-chs": "控制台",
"zh-cht": "控制台",
"xloc": [
- "default-mobile.handlebars->53->582",
+ "default-mobile.handlebars->53->587",
"default.handlebars->119->1148",
"default.handlebars->119->1173",
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevConsole",
@@ -20736,8 +20744,8 @@
"zh-chs": "Cookie编码器",
"zh-cht": "Cookie編碼器",
"xloc": [
- "default.handlebars->119->3411",
- "default3.handlebars->117->3416"
+ "default.handlebars->119->3418",
+ "default3.handlebars->117->3423"
]
},
{
@@ -21067,14 +21075,14 @@
"zh-chs": "复制连结到剪贴板",
"zh-cht": "複製連結到剪貼板",
"xloc": [
- "default.handlebars->119->2499",
- "default.handlebars->119->2518",
+ "default.handlebars->119->2501",
+ "default.handlebars->119->2525",
"default.handlebars->119->325",
"default.handlebars->119->347",
"default.handlebars->119->349",
"default.handlebars->119->599",
- "default3.handlebars->117->2511",
- "default3.handlebars->117->2530",
+ "default3.handlebars->117->2513",
+ "default3.handlebars->117->2537",
"default3.handlebars->117->335",
"default3.handlebars->117->357",
"default3.handlebars->117->359",
@@ -21237,8 +21245,8 @@
"zh-chs": "复制:“{0}”到“{1}”",
"zh-cht": "複製:“{0}”到“{1}”",
"xloc": [
- "default.handlebars->119->2592",
- "default3.handlebars->117->2604"
+ "default.handlebars->119->2599",
+ "default3.handlebars->117->2611"
]
},
{
@@ -21447,8 +21455,8 @@
"zh-chs": "核心服务器",
"zh-cht": "核心伺服器",
"xloc": [
- "default.handlebars->119->3410",
- "default3.handlebars->117->3415"
+ "default.handlebars->119->3417",
+ "default3.handlebars->117->3422"
]
},
{
@@ -21478,8 +21486,8 @@
"zh-cht": "科西嘉文",
"xloc": [
"default-mobile.handlebars->53->155",
- "default.handlebars->119->1899",
- "default3.handlebars->117->1895",
+ "default.handlebars->119->1901",
+ "default3.handlebars->117->1897",
"login2.handlebars->17->41"
]
},
@@ -21487,7 +21495,7 @@
"en": "Cosmo",
"nl": "Cosmo",
"xloc": [
- "default3.handlebars->117->2101"
+ "default3.handlebars->117->2103"
]
},
{
@@ -21542,8 +21550,8 @@
"zh-chs": "创建帐号",
"zh-cht": "創建帳號",
"xloc": [
- "default.handlebars->119->2834",
- "default3.handlebars->117->2845",
+ "default.handlebars->119->2841",
+ "default3.handlebars->117->2852",
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->16->1->1",
"login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->16->1->1",
"login2.handlebars->centralTable->1->0->logincell->createpanel->createpanelform->9->1->16->1->1"
@@ -21630,9 +21638,9 @@
"zh-chs": "创建登录令牌",
"zh-cht": "創建登錄令牌",
"xloc": [
- "default.handlebars->119->2084",
+ "default.handlebars->119->2086",
"default.handlebars->119->350",
- "default3.handlebars->117->2081"
+ "default3.handlebars->117->2083"
]
},
{
@@ -21661,8 +21669,8 @@
"zh-chs": "创建用户组",
"zh-cht": "創建用戶群",
"xloc": [
- "default.handlebars->119->2874",
- "default3.handlebars->117->2883"
+ "default.handlebars->119->2881",
+ "default3.handlebars->117->2890"
]
},
{
@@ -21721,8 +21729,8 @@
"zh-chs": "使用以下选项创建一个新的设备组。",
"zh-cht": "使用以下選項創建一個新的裝置群。",
"xloc": [
- "default.handlebars->119->2114",
- "default3.handlebars->117->2129"
+ "default.handlebars->119->2116",
+ "default3.handlebars->117->2131"
]
},
{
@@ -21781,8 +21789,8 @@
"zh-chs": "创建一个临时用户名和密码,可用作您帐户的替代登录名。这对于允许工具或其他服务访问您的帐户非常有用。",
"zh-cht": "創建一個臨時用戶名和密碼,可用作您帳戶的替代登錄名。這對於允許工具或其他服務訪問您的帳戶很有用。",
"xloc": [
- "default.handlebars->119->2064",
- "default3.handlebars->117->2060"
+ "default.handlebars->119->2066",
+ "default3.handlebars->117->2062"
]
},
{
@@ -21841,8 +21849,8 @@
"zh-chs": "创建文件夹:“{0}”",
"zh-cht": "創建文件夾:“{0}”",
"xloc": [
- "default.handlebars->119->2585",
- "default3.handlebars->117->2597"
+ "default.handlebars->119->2592",
+ "default3.handlebars->117->2604"
]
},
{
@@ -21924,8 +21932,8 @@
"nl": "Maak meerdere accounts tegelijk aan door een JSON of een CSV bestand te importeren",
"uk": "Створіть кілька акаунтів одночасно, імпортувавши файл JSON або CSV",
"xloc": [
- "default.handlebars->119->2791",
- "default3.handlebars->117->2802"
+ "default.handlebars->119->2798",
+ "default3.handlebars->117->2809"
]
},
{
@@ -21985,8 +21993,8 @@
"zh-chs": "创建的设备组:{0}",
"zh-cht": "創建的設備組:{0}",
"xloc": [
- "default.handlebars->119->2596",
- "default3.handlebars->117->2608"
+ "default.handlebars->119->2603",
+ "default3.handlebars->117->2615"
]
},
{
@@ -22097,8 +22105,8 @@
"zh-chs": "创建",
"zh-cht": "創建",
"xloc": [
- "default.handlebars->119->2982",
- "default3.handlebars->117->2991"
+ "default.handlebars->119->2989",
+ "default3.handlebars->117->2998"
]
},
{
@@ -22127,8 +22135,8 @@
"zh-chs": "创建时间",
"zh-cht": "創作時間",
"xloc": [
- "default.handlebars->119->2195",
- "default3.handlebars->117->2206"
+ "default.handlebars->119->2197",
+ "default3.handlebars->117->2208"
]
},
{
@@ -22188,10 +22196,10 @@
"zh-chs": "创建者",
"zh-cht": "創作者",
"xloc": [
- "default.handlebars->119->2193",
- "default.handlebars->119->2194",
- "default3.handlebars->117->2204",
- "default3.handlebars->117->2205"
+ "default.handlebars->119->2195",
+ "default.handlebars->119->2196",
+ "default3.handlebars->117->2206",
+ "default3.handlebars->117->2207"
]
},
{
@@ -22220,13 +22228,13 @@
"zh-chs": "证书",
"zh-cht": "證書",
"xloc": [
- "default-mobile.handlebars->53->551",
+ "default-mobile.handlebars->53->556",
"default.handlebars->119->1020",
"default.handlebars->119->1404",
- "default.handlebars->119->2152",
+ "default.handlebars->119->2154",
"default3.handlebars->117->1031",
"default3.handlebars->117->1405",
- "default3.handlebars->117->2167"
+ "default3.handlebars->117->2169"
]
},
{
@@ -22256,8 +22264,8 @@
"zh-cht": "克里語",
"xloc": [
"default-mobile.handlebars->53->156",
- "default.handlebars->119->1900",
- "default3.handlebars->117->1896",
+ "default.handlebars->119->1902",
+ "default3.handlebars->117->1898",
"login2.handlebars->17->42"
]
},
@@ -22288,8 +22296,8 @@
"zh-cht": "克羅地亞文",
"xloc": [
"default-mobile.handlebars->53->157",
- "default.handlebars->119->1901",
- "default3.handlebars->117->1897",
+ "default.handlebars->119->1903",
+ "default3.handlebars->117->1899",
"login2.handlebars->17->43"
]
},
@@ -22383,8 +22391,8 @@
"zh-chs": "Ctrl",
"zh-cht": "Ctrl",
"xloc": [
- "default-mobile.handlebars->53->674",
- "default-mobile.handlebars->53->678",
+ "default-mobile.handlebars->53->679",
+ "default-mobile.handlebars->53->683",
"default.handlebars->119->1446",
"default.handlebars->119->1450",
"default.handlebars->119->64",
@@ -22422,7 +22430,7 @@
"zh-chs": "Ctrl +",
"zh-cht": "Ctrl +",
"xloc": [
- "default-mobile.handlebars->53->709",
+ "default-mobile.handlebars->53->714",
"sharing-mobile.handlebars->53->60"
]
},
@@ -22599,9 +22607,9 @@
"zh-chs": "当前密码不正确。",
"zh-cht": "當前密碼不正確。",
"xloc": [
- "default-mobile.handlebars->53->1059",
- "default.handlebars->119->3328",
- "default3.handlebars->117->3333"
+ "default-mobile.handlebars->53->1066",
+ "default.handlebars->119->3335",
+ "default3.handlebars->117->3340"
]
},
{
@@ -22630,7 +22638,7 @@
"zh-chs": "定制",
"zh-cht": "定制",
"xloc": [
- "default-mobile.handlebars->53->653",
+ "default-mobile.handlebars->53->658",
"sharing-mobile.handlebars->53->16"
]
},
@@ -22706,7 +22714,7 @@
"en": "Cyborg",
"nl": "Cyborg",
"xloc": [
- "default3.handlebars->117->2102"
+ "default3.handlebars->117->2104"
]
},
{
@@ -22736,8 +22744,8 @@
"zh-cht": "捷克文",
"xloc": [
"default-mobile.handlebars->53->158",
- "default.handlebars->119->1902",
- "default3.handlebars->117->1898",
+ "default.handlebars->119->1904",
+ "default3.handlebars->117->1900",
"login2.handlebars->17->44"
]
},
@@ -22749,9 +22757,9 @@
"pl": "Serwery DNS",
"uk": "DNS Сервери",
"xloc": [
- "default-mobile.handlebars->53->820",
- "default.handlebars->119->1666",
- "default3.handlebars->117->1666"
+ "default-mobile.handlebars->53->827",
+ "default.handlebars->119->1668",
+ "default3.handlebars->117->1668"
]
},
{
@@ -22841,8 +22849,8 @@
"zh-cht": "丹麥文",
"xloc": [
"default-mobile.handlebars->53->159",
- "default.handlebars->119->1903",
- "default3.handlebars->117->1899",
+ "default.handlebars->119->1905",
+ "default3.handlebars->117->1901",
"login2.handlebars->17->45"
]
},
@@ -22881,7 +22889,7 @@
"en": "Darkly",
"nl": "Donker",
"xloc": [
- "default3.handlebars->117->2103"
+ "default3.handlebars->117->2105"
]
},
{
@@ -22927,8 +22935,8 @@
"pl": "Zapisy Bazy Danych",
"uk": "Записи Бази Даних",
"xloc": [
- "default.handlebars->119->3187",
- "default3.handlebars->117->3190"
+ "default.handlebars->119->3194",
+ "default3.handlebars->117->3197"
]
},
{
@@ -22958,8 +22966,8 @@
"zh-cht": "日期和時間",
"xloc": [
"default-mobile.handlebars->53->317",
- "default.handlebars->119->2061",
- "default3.handlebars->117->2057"
+ "default.handlebars->119->2063",
+ "default3.handlebars->117->2059"
]
},
{
@@ -22988,13 +22996,13 @@
"zh-chs": "天",
"zh-cht": "天",
"xloc": [
- "default-mobile.handlebars->53->624",
+ "default-mobile.handlebars->53->629",
"default.handlebars->119->1313",
- "default.handlebars->119->3191",
- "default.handlebars->119->3194",
+ "default.handlebars->119->3198",
+ "default.handlebars->119->3201",
"default3.handlebars->117->1318",
- "default3.handlebars->117->3194",
- "default3.handlebars->117->3197"
+ "default3.handlebars->117->3201",
+ "default3.handlebars->117->3204"
]
},
{
@@ -23023,10 +23031,10 @@
"zh-chs": "停用",
"zh-cht": "停用",
"xloc": [
- "default.handlebars->119->2227",
- "default.handlebars->119->2291",
- "default3.handlebars->117->2238",
- "default3.handlebars->117->2300"
+ "default.handlebars->119->2229",
+ "default.handlebars->119->2293",
+ "default3.handlebars->117->2240",
+ "default3.handlebars->117->2302"
]
},
{
@@ -23055,8 +23063,8 @@
"zh-chs": "如果设置停用CCM",
"zh-cht": "如果設置停用CCM",
"xloc": [
- "default.handlebars->119->2303",
- "default3.handlebars->117->2312"
+ "default.handlebars->119->2305",
+ "default3.handlebars->117->2314"
]
},
{
@@ -23111,7 +23119,7 @@
"zh-chs": "沉睡",
"zh-cht": "沉睡",
"xloc": [
- "default-mobile.handlebars->53->462",
+ "default-mobile.handlebars->53->467",
"default.handlebars->119->706",
"default3.handlebars->117->717"
]
@@ -23142,15 +23150,15 @@
"zh-chs": "默认",
"zh-cht": "默認",
"xloc": [
- "default.handlebars->119->2821",
- "default.handlebars->119->2870",
- "default.handlebars->119->2881",
- "default.handlebars->119->2955",
- "default3.handlebars->117->2099",
- "default3.handlebars->117->2832",
- "default3.handlebars->117->2879",
- "default3.handlebars->117->2890",
- "default3.handlebars->117->2964"
+ "default.handlebars->119->2828",
+ "default.handlebars->119->2877",
+ "default.handlebars->119->2888",
+ "default.handlebars->119->2962",
+ "default3.handlebars->117->2101",
+ "default3.handlebars->117->2839",
+ "default3.handlebars->117->2886",
+ "default3.handlebars->117->2897",
+ "default3.handlebars->117->2971"
]
},
{
@@ -23179,7 +23187,7 @@
"zh-chs": "Del",
"zh-cht": "Del",
"xloc": [
- "default-mobile.handlebars->53->661",
+ "default-mobile.handlebars->53->666",
"default.handlebars->119->1434",
"default3.handlebars->117->1436",
"sharing-mobile.handlebars->53->23"
@@ -23211,20 +23219,20 @@
"zh-chs": "删除",
"zh-cht": "刪除",
"xloc": [
- "default-mobile.handlebars->53->374",
- "default-mobile.handlebars->53->724",
+ "default-mobile.handlebars->53->379",
+ "default-mobile.handlebars->53->729",
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1",
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
"default-mobile.handlebars->dialog->idx_dlgButtonBar->5",
"default.handlebars->119->1572",
- "default.handlebars->119->2525",
+ "default.handlebars->119->2532",
"default.handlebars->119->869",
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
"default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
"default.handlebars->container->dialog->idx_dlgButtonBar->5",
"default.handlebars->filesContextMenu->5",
"default3.handlebars->117->1572",
- "default3.handlebars->117->2537",
+ "default3.handlebars->117->2544",
"default3.handlebars->117->880",
"default3.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
"default3.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
@@ -23268,8 +23276,8 @@
"zh-cht": "刪除帳戶",
"xloc": [
"default-mobile.handlebars->53->333",
- "default.handlebars->119->2099",
- "default3.handlebars->117->2094"
+ "default.handlebars->119->2101",
+ "default3.handlebars->117->2096"
]
},
{
@@ -23298,7 +23306,7 @@
"zh-chs": "删除帐户",
"zh-cht": "刪除帳戶",
"xloc": [
- "default.handlebars->119->2778"
+ "default.handlebars->119->2785"
]
},
{
@@ -23327,7 +23335,7 @@
"zh-chs": "删除设备",
"zh-cht": "刪除裝置",
"xloc": [
- "default-mobile.handlebars->53->560",
+ "default-mobile.handlebars->53->565",
"default.handlebars->119->1047",
"default3.handlebars->117->1058"
]
@@ -23388,12 +23396,12 @@
"zh-chs": "删除群组",
"zh-cht": "刪除群組",
"xloc": [
- "default-mobile.handlebars->53->966",
- "default-mobile.handlebars->53->969",
- "default.handlebars->119->2279",
- "default.handlebars->119->2320",
- "default3.handlebars->117->2290",
- "default3.handlebars->117->2329"
+ "default-mobile.handlebars->53->973",
+ "default-mobile.handlebars->53->976",
+ "default.handlebars->119->2281",
+ "default.handlebars->119->2322",
+ "default3.handlebars->117->2292",
+ "default3.handlebars->117->2331"
]
},
{
@@ -23422,7 +23430,7 @@
"zh-chs": "删除节点",
"zh-cht": "刪除節點",
"xloc": [
- "default-mobile.handlebars->53->632",
+ "default-mobile.handlebars->53->637",
"default.handlebars->119->1339",
"default3.handlebars->117->1343"
]
@@ -23479,8 +23487,8 @@
"zh-chs": "删除用户",
"zh-cht": "刪除用戶",
"xloc": [
- "default.handlebars->119->3029",
- "default3.handlebars->117->3038"
+ "default.handlebars->119->3036",
+ "default3.handlebars->117->3045"
]
},
{
@@ -23509,10 +23517,10 @@
"zh-chs": "删除用户群组",
"zh-cht": "刪除用戶群組",
"xloc": [
- "default.handlebars->119->2923",
- "default.handlebars->119->2935",
- "default3.handlebars->117->2932",
- "default3.handlebars->117->2944"
+ "default.handlebars->119->2930",
+ "default.handlebars->119->2942",
+ "default3.handlebars->117->2939",
+ "default3.handlebars->117->2951"
]
},
{
@@ -23541,8 +23549,8 @@
"zh-chs": "删除用户群组",
"zh-cht": "刪除用戶群組",
"xloc": [
- "default.handlebars->119->2868",
- "default3.handlebars->117->2877"
+ "default.handlebars->119->2875",
+ "default3.handlebars->117->2884"
]
},
{
@@ -23571,8 +23579,8 @@
"zh-chs": "删除用户{0}",
"zh-cht": "刪除用戶{0}",
"xloc": [
- "default.handlebars->119->3097",
- "default3.handlebars->117->3100"
+ "default.handlebars->119->3104",
+ "default3.handlebars->117->3107"
]
},
{
@@ -23602,9 +23610,9 @@
"zh-cht": "刪除帳戶",
"xloc": [
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountActions->3->p2AccountPassActions->5->0",
- "default.handlebars->119->2774",
+ "default.handlebars->119->2781",
"default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7",
- "default3.handlebars->117->2786",
+ "default3.handlebars->117->2793",
"default3.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7"
]
},
@@ -23664,8 +23672,8 @@
"zh-chs": "删除群组",
"zh-cht": "刪除群組",
"xloc": [
- "default.handlebars->119->2864",
- "default3.handlebars->117->2873"
+ "default.handlebars->119->2871",
+ "default3.handlebars->117->2880"
]
},
{
@@ -23724,8 +23732,8 @@
"zh-chs": "递归删除:“{0}”,{1}个元素已删除",
"zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除",
"xloc": [
- "default.handlebars->119->2587",
- "default3.handlebars->117->2599"
+ "default.handlebars->119->2594",
+ "default3.handlebars->117->2606"
]
},
{
@@ -23754,12 +23762,12 @@
"zh-chs": "删除所选项目?",
"zh-cht": "刪除所選項目?",
"xloc": [
- "default-mobile.handlebars->53->376",
- "default-mobile.handlebars->53->726",
+ "default-mobile.handlebars->53->381",
+ "default-mobile.handlebars->53->731",
"default.handlebars->119->1574",
- "default.handlebars->119->2527",
+ "default.handlebars->119->2534",
"default3.handlebars->117->1574",
- "default3.handlebars->117->2539",
+ "default3.handlebars->117->2546",
"sharing-mobile.handlebars->53->87",
"sharing.handlebars->47->63"
]
@@ -23790,8 +23798,8 @@
"zh-chs": "删除用户群组{0}?",
"zh-cht": "刪除用戶群組{0}?",
"xloc": [
- "default.handlebars->119->2933",
- "default3.handlebars->117->2942"
+ "default.handlebars->119->2940",
+ "default3.handlebars->117->2949"
]
},
{
@@ -23820,12 +23828,12 @@
"zh-chs": "删除{0}个所选项目?",
"zh-cht": "刪除{0}個所選項目?",
"xloc": [
- "default-mobile.handlebars->53->375",
- "default-mobile.handlebars->53->725",
+ "default-mobile.handlebars->53->380",
+ "default-mobile.handlebars->53->730",
"default.handlebars->119->1573",
- "default.handlebars->119->2526",
+ "default.handlebars->119->2533",
"default3.handlebars->117->1573",
- "default3.handlebars->117->2538",
+ "default3.handlebars->117->2545",
"sharing-mobile.handlebars->53->86",
"sharing.handlebars->47->62"
]
@@ -23856,7 +23864,7 @@
"zh-chs": "删除{0}?",
"zh-cht": "刪除{0}?",
"xloc": [
- "default-mobile.handlebars->53->633"
+ "default-mobile.handlebars->53->638"
]
},
{
@@ -23885,8 +23893,8 @@
"zh-chs": "删除:“{0}”",
"zh-cht": "刪除:“{0}”",
"xloc": [
- "default.handlebars->119->2586",
- "default3.handlebars->117->2598"
+ "default.handlebars->119->2593",
+ "default3.handlebars->117->2605"
]
},
{
@@ -23915,8 +23923,8 @@
"zh-chs": "删除:“{0}”,{1}个元素已删除",
"zh-cht": "刪除:“{0}”,已刪除{1}個元素",
"xloc": [
- "default.handlebars->119->2588",
- "default3.handlebars->117->2600"
+ "default.handlebars->119->2595",
+ "default3.handlebars->117->2607"
]
},
{
@@ -23945,7 +23953,7 @@
"zh-chs": "被拒绝",
"zh-cht": "被拒絕",
"xloc": [
- "default-mobile.handlebars->53->647",
+ "default-mobile.handlebars->53->652",
"default.handlebars->119->1389",
"default3.handlebars->117->1390",
"sharing-mobile.handlebars->53->10",
@@ -23965,8 +23973,8 @@
"pl": "Odmówiono zalogowania użytkownika z {0}, {1}, {2}",
"uk": "Відмовлено у вході користувачу з {0}, {1}, {2}",
"xloc": [
- "default.handlebars->119->2696",
- "default3.handlebars->117->2708"
+ "default.handlebars->119->2703",
+ "default3.handlebars->117->2715"
]
},
{
@@ -24133,26 +24141,26 @@
"zh-cht": "描述",
"xloc": [
"default-mobile.handlebars->53->350",
- "default-mobile.handlebars->53->499",
- "default-mobile.handlebars->53->500",
- "default-mobile.handlebars->53->642",
- "default-mobile.handlebars->53->752",
- "default-mobile.handlebars->53->808",
- "default-mobile.handlebars->53->952",
- "default-mobile.handlebars->53->975",
+ "default-mobile.handlebars->53->504",
+ "default-mobile.handlebars->53->505",
+ "default-mobile.handlebars->53->647",
+ "default-mobile.handlebars->53->757",
+ "default-mobile.handlebars->53->813",
+ "default-mobile.handlebars->53->959",
+ "default-mobile.handlebars->53->982",
"default.handlebars->119->1383",
"default.handlebars->119->1617",
"default.handlebars->119->1644",
"default.handlebars->119->1654",
"default.handlebars->119->168",
- "default.handlebars->119->2124",
- "default.handlebars->119->2186",
- "default.handlebars->119->2326",
- "default.handlebars->119->2706",
- "default.handlebars->119->2873",
- "default.handlebars->119->2884",
- "default.handlebars->119->2885",
- "default.handlebars->119->2931",
+ "default.handlebars->119->2126",
+ "default.handlebars->119->2188",
+ "default.handlebars->119->2328",
+ "default.handlebars->119->2713",
+ "default.handlebars->119->2880",
+ "default.handlebars->119->2891",
+ "default.handlebars->119->2892",
+ "default.handlebars->119->2938",
"default.handlebars->119->910",
"default.handlebars->119->911",
"default.handlebars->container->column_l->p42->p42tbl->1->0->3",
@@ -24161,15 +24169,15 @@
"default3.handlebars->117->1644",
"default3.handlebars->117->1654",
"default3.handlebars->117->181",
- "default3.handlebars->117->2139",
- "default3.handlebars->117->2197",
- "default3.handlebars->117->2337",
- "default3.handlebars->117->2338",
- "default3.handlebars->117->2718",
- "default3.handlebars->117->2882",
- "default3.handlebars->117->2893",
- "default3.handlebars->117->2894",
- "default3.handlebars->117->2940",
+ "default3.handlebars->117->2141",
+ "default3.handlebars->117->2199",
+ "default3.handlebars->117->2339",
+ "default3.handlebars->117->2340",
+ "default3.handlebars->117->2725",
+ "default3.handlebars->117->2889",
+ "default3.handlebars->117->2900",
+ "default3.handlebars->117->2901",
+ "default3.handlebars->117->2947",
"default3.handlebars->117->921",
"default3.handlebars->117->922",
"default3.handlebars->container->column_l->p42->p42tbl->1->0->7"
@@ -24227,28 +24235,28 @@
"zh-chs": "桌面",
"zh-cht": "桌面",
"xloc": [
- "default-mobile.handlebars->53->578",
+ "default-mobile.handlebars->53->583",
"default.handlebars->119->1104",
"default.handlebars->119->1218",
"default.handlebars->119->1502",
- "default.handlebars->119->2257",
- "default.handlebars->119->2332",
- "default.handlebars->119->3160",
- "default.handlebars->119->3226",
- "default.handlebars->119->3279",
- "default.handlebars->119->3385",
+ "default.handlebars->119->2259",
+ "default.handlebars->119->2334",
+ "default.handlebars->119->3167",
+ "default.handlebars->119->3233",
+ "default.handlebars->119->3286",
+ "default.handlebars->119->3392",
"default.handlebars->119->875",
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
"default.handlebars->contextMenu->cxdesktop",
"default3.handlebars->117->1115",
"default3.handlebars->117->1227",
"default3.handlebars->117->1502",
- "default3.handlebars->117->2268",
- "default3.handlebars->117->2344",
- "default3.handlebars->117->3163",
- "default3.handlebars->117->3229",
- "default3.handlebars->117->3282",
- "default3.handlebars->117->3390",
+ "default3.handlebars->117->2270",
+ "default3.handlebars->117->2346",
+ "default3.handlebars->117->3170",
+ "default3.handlebars->117->3236",
+ "default3.handlebars->117->3289",
+ "default3.handlebars->117->3397",
"default3.handlebars->117->886",
"default3.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
"default3.handlebars->contextMenu->cxdesktop",
@@ -24285,10 +24293,10 @@
"xloc": [
"default.handlebars->119->1108",
"default.handlebars->119->1221",
- "default.handlebars->119->2261",
+ "default.handlebars->119->2263",
"default3.handlebars->117->1119",
"default3.handlebars->117->1230",
- "default3.handlebars->117->2272"
+ "default3.handlebars->117->2274"
]
},
{
@@ -24318,9 +24326,9 @@
"zh-cht": "桌面+終端",
"xloc": [
"default.handlebars->119->1105",
- "default.handlebars->119->2258",
+ "default.handlebars->119->2260",
"default3.handlebars->117->1116",
- "default3.handlebars->117->2269"
+ "default3.handlebars->117->2271"
]
},
{
@@ -24351,10 +24359,10 @@
"xloc": [
"default.handlebars->119->1109",
"default.handlebars->119->1223",
- "default.handlebars->119->2262",
+ "default.handlebars->119->2264",
"default3.handlebars->117->1120",
"default3.handlebars->117->1232",
- "default3.handlebars->117->2273"
+ "default3.handlebars->117->2275"
]
},
{
@@ -24413,8 +24421,8 @@
"zh-chs": "桌面复用",
"zh-cht": "桌面多路復用",
"xloc": [
- "default.handlebars->119->3390",
- "default3.handlebars->117->3395"
+ "default.handlebars->119->3397",
+ "default3.handlebars->117->3402"
]
},
{
@@ -24443,13 +24451,13 @@
"zh-chs": "桌面通知",
"zh-cht": "桌面通知",
"xloc": [
- "default.handlebars->119->2208",
- "default.handlebars->119->2892",
- "default.handlebars->119->2997",
+ "default.handlebars->119->2210",
+ "default.handlebars->119->2899",
+ "default.handlebars->119->3004",
"default.handlebars->119->982",
- "default3.handlebars->117->2219",
- "default3.handlebars->117->2901",
- "default3.handlebars->117->3006",
+ "default3.handlebars->117->2221",
+ "default3.handlebars->117->2908",
+ "default3.handlebars->117->3013",
"default3.handlebars->117->993"
]
},
@@ -24479,13 +24487,13 @@
"zh-chs": "桌面提示",
"zh-cht": "桌面提示",
"xloc": [
- "default.handlebars->119->2207",
- "default.handlebars->119->2891",
- "default.handlebars->119->2996",
+ "default.handlebars->119->2209",
+ "default.handlebars->119->2898",
+ "default.handlebars->119->3003",
"default.handlebars->119->981",
- "default3.handlebars->117->2218",
- "default3.handlebars->117->2900",
- "default3.handlebars->117->3005",
+ "default3.handlebars->117->2220",
+ "default3.handlebars->117->2907",
+ "default3.handlebars->117->3012",
"default3.handlebars->117->992"
]
},
@@ -24515,13 +24523,13 @@
"zh-chs": "桌面提示+工具栏",
"zh-cht": "桌面提示+工具欄",
"xloc": [
- "default.handlebars->119->2205",
- "default.handlebars->119->2889",
- "default.handlebars->119->2994",
+ "default.handlebars->119->2207",
+ "default.handlebars->119->2896",
+ "default.handlebars->119->3001",
"default.handlebars->119->979",
- "default3.handlebars->117->2216",
- "default3.handlebars->117->2898",
- "default3.handlebars->117->3003",
+ "default3.handlebars->117->2218",
+ "default3.handlebars->117->2905",
+ "default3.handlebars->117->3010",
"default3.handlebars->117->990"
]
},
@@ -24551,8 +24559,8 @@
"zh-chs": "桌面会话",
"zh-cht": "桌面會話",
"xloc": [
- "default.handlebars->119->3150",
- "default3.handlebars->117->3153"
+ "default.handlebars->119->3157",
+ "default3.handlebars->117->3160"
]
},
{
@@ -24668,13 +24676,13 @@
"zh-chs": "桌面工具栏",
"zh-cht": "桌面工具欄",
"xloc": [
- "default.handlebars->119->2206",
- "default.handlebars->119->2890",
- "default.handlebars->119->2995",
+ "default.handlebars->119->2208",
+ "default.handlebars->119->2897",
+ "default.handlebars->119->3002",
"default.handlebars->119->980",
- "default3.handlebars->117->2217",
- "default3.handlebars->117->2899",
- "default3.handlebars->117->3004",
+ "default3.handlebars->117->2219",
+ "default3.handlebars->117->2906",
+ "default3.handlebars->117->3011",
"default3.handlebars->117->991"
]
},
@@ -24704,8 +24712,8 @@
"zh-chs": "仅桌面视图",
"zh-cht": "僅桌面視圖",
"xloc": [
- "default.handlebars->119->2970",
- "default3.handlebars->117->2979"
+ "default.handlebars->119->2977",
+ "default3.handlebars->117->2986"
]
},
{
@@ -24858,15 +24866,15 @@
"zh-chs": "细节",
"zh-cht": "細節",
"xloc": [
- "default-mobile.handlebars->53->581",
+ "default-mobile.handlebars->53->586",
"default.handlebars->119->1158",
"default.handlebars->119->1183",
- "default.handlebars->119->2425",
+ "default.handlebars->119->2427",
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevInfo",
"default.handlebars->contextMenu->cxdetails",
"default3.handlebars->117->1167",
"default3.handlebars->117->1192",
- "default3.handlebars->117->2437",
+ "default3.handlebars->117->2439",
"default3.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevInfo",
"default3.handlebars->contextMenu->cxdetails"
]
@@ -24927,22 +24935,22 @@
"zh-chs": "设备",
"zh-cht": "裝置",
"xloc": [
- "default-mobile.handlebars->53->802",
+ "default-mobile.handlebars->53->807",
"default.handlebars->119->1638",
- "default.handlebars->119->1847",
- "default.handlebars->119->2362",
+ "default.handlebars->119->1849",
+ "default.handlebars->119->2364",
"default.handlebars->119->295",
- "default.handlebars->119->3116",
- "default.handlebars->119->3190",
- "default.handlebars->119->3210",
+ "default.handlebars->119->3123",
+ "default.handlebars->119->3197",
+ "default.handlebars->119->3217",
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5",
"default3.handlebars->117->1638",
- "default3.handlebars->117->1843",
- "default3.handlebars->117->2374",
+ "default3.handlebars->117->1845",
+ "default3.handlebars->117->2376",
"default3.handlebars->117->305",
- "default3.handlebars->117->3119",
- "default3.handlebars->117->3193",
- "default3.handlebars->117->3213",
+ "default3.handlebars->117->3126",
+ "default3.handlebars->117->3200",
+ "default3.handlebars->117->3220",
"default3.handlebars->container->column_l->p1->devListToolbarSpan->7->devListToolbarSort->sortselect->5"
]
},
@@ -25002,8 +25010,8 @@
"zh-chs": "设备指令",
"zh-cht": "裝置指令",
"xloc": [
- "default-mobile.handlebars->53->599",
- "default-mobile.handlebars->53->610",
+ "default-mobile.handlebars->53->604",
+ "default-mobile.handlebars->53->615",
"default.handlebars->119->1288",
"default3.handlebars->117->1297"
]
@@ -25094,8 +25102,8 @@
"zh-chs": "设备详情",
"zh-cht": "設備詳情",
"xloc": [
- "default.handlebars->119->2386",
- "default3.handlebars->117->2398"
+ "default.handlebars->119->2388",
+ "default3.handlebars->117->2400"
]
},
{
@@ -25155,29 +25163,29 @@
"zh-cht": "裝置群",
"xloc": [
"agent-translations.json",
- "default-mobile.handlebars->53->1037",
- "default.handlebars->119->2357",
- "default.handlebars->119->2360",
- "default.handlebars->119->2361",
- "default.handlebars->119->2723",
- "default.handlebars->119->2915",
- "default.handlebars->119->2921",
- "default.handlebars->119->3104",
- "default.handlebars->119->3173",
- "default.handlebars->119->3197",
- "default.handlebars->119->3213",
- "default.handlebars->119->3306",
- "default3.handlebars->117->2369",
- "default3.handlebars->117->2372",
- "default3.handlebars->117->2373",
- "default3.handlebars->117->2735",
- "default3.handlebars->117->2924",
- "default3.handlebars->117->2930",
- "default3.handlebars->117->3107",
- "default3.handlebars->117->3176",
- "default3.handlebars->117->3200",
- "default3.handlebars->117->3216",
- "default3.handlebars->117->3311"
+ "default-mobile.handlebars->53->1044",
+ "default.handlebars->119->2359",
+ "default.handlebars->119->2362",
+ "default.handlebars->119->2363",
+ "default.handlebars->119->2730",
+ "default.handlebars->119->2922",
+ "default.handlebars->119->2928",
+ "default.handlebars->119->3111",
+ "default.handlebars->119->3180",
+ "default.handlebars->119->3204",
+ "default.handlebars->119->3220",
+ "default.handlebars->119->3313",
+ "default3.handlebars->117->2371",
+ "default3.handlebars->117->2374",
+ "default3.handlebars->117->2375",
+ "default3.handlebars->117->2742",
+ "default3.handlebars->117->2931",
+ "default3.handlebars->117->2937",
+ "default3.handlebars->117->3114",
+ "default3.handlebars->117->3183",
+ "default3.handlebars->117->3207",
+ "default3.handlebars->117->3223",
+ "default3.handlebars->117->3318"
]
},
{
@@ -25206,9 +25214,9 @@
"zh-chs": "设备组用户",
"zh-cht": "裝置群用戶",
"xloc": [
- "default-mobile.handlebars->53->1026",
- "default.handlebars->119->2432",
- "default3.handlebars->117->2444"
+ "default-mobile.handlebars->53->1033",
+ "default.handlebars->119->2434",
+ "default3.handlebars->117->2446"
]
},
{
@@ -25238,17 +25246,17 @@
"zh-cht": "裝置群",
"xloc": [
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->3",
- "default.handlebars->119->2739",
- "default.handlebars->119->2858",
- "default.handlebars->119->2902",
- "default.handlebars->119->2991",
- "default.handlebars->119->3363",
+ "default.handlebars->119->2746",
+ "default.handlebars->119->2865",
+ "default.handlebars->119->2909",
+ "default.handlebars->119->2998",
+ "default.handlebars->119->3370",
"default.handlebars->container->column_l->p2->p2info->9",
- "default3.handlebars->117->2751",
- "default3.handlebars->117->2867",
- "default3.handlebars->117->2911",
- "default3.handlebars->117->3000",
- "default3.handlebars->117->3368",
+ "default3.handlebars->117->2758",
+ "default3.handlebars->117->2874",
+ "default3.handlebars->117->2918",
+ "default3.handlebars->117->3007",
+ "default3.handlebars->117->3375",
"default3.handlebars->container->column_l->p2->p2info->9"
]
},
@@ -25368,13 +25376,13 @@
"zh-chs": "设备名称",
"zh-cht": "裝置名稱",
"xloc": [
- "default-mobile.handlebars->53->640",
+ "default-mobile.handlebars->53->645",
"default.handlebars->119->1381",
- "default.handlebars->119->3172",
+ "default.handlebars->119->3179",
"default.handlebars->119->507",
"default.handlebars->119->516",
"default3.handlebars->117->1381",
- "default3.handlebars->117->3175",
+ "default3.handlebars->117->3182",
"default3.handlebars->117->518",
"default3.handlebars->117->527",
"player.handlebars->29->25"
@@ -25438,7 +25446,7 @@
"zh-chs": "设备配对链接",
"zh-cht": "設備配對鏈接",
"xloc": [
- "default-mobile.handlebars->53->980"
+ "default-mobile.handlebars->53->987"
]
},
{
@@ -25447,8 +25455,8 @@
"nl": "Apparaat is ingeschakeld",
"uk": "Пристрій Увімкнено",
"xloc": [
- "default.handlebars->119->2700",
- "default3.handlebars->117->2712"
+ "default.handlebars->119->2707",
+ "default3.handlebars->117->2719"
]
},
{
@@ -25477,8 +25485,8 @@
"zh-chs": "设备推送",
"zh-cht": "設備推送",
"xloc": [
- "default.handlebars->119->3011",
- "default3.handlebars->117->3020"
+ "default.handlebars->119->3018",
+ "default3.handlebars->117->3027"
]
},
{
@@ -25493,8 +25501,8 @@
"pl": "Zapis Powiadomień Push Urządzenia",
"uk": "Запис Push-Сповіщень Пристрою",
"xloc": [
- "default.handlebars->119->3276",
- "default3.handlebars->117->3279"
+ "default.handlebars->119->3283",
+ "default3.handlebars->117->3286"
]
},
{
@@ -25509,8 +25517,8 @@
"pl": "Zapis SMBIOS urządzenia",
"uk": "SMBIOS запис пристрою",
"xloc": [
- "default.handlebars->119->3275",
- "default3.handlebars->117->3278"
+ "default.handlebars->119->3282",
+ "default3.handlebars->117->3285"
]
},
{
@@ -25592,9 +25600,9 @@
"zh-cht": "設備共享鏈接",
"xloc": [
"default.handlebars->119->1101",
- "default.handlebars->119->2254",
+ "default.handlebars->119->2256",
"default3.handlebars->117->1112",
- "default3.handlebars->117->2265"
+ "default3.handlebars->117->2267"
]
},
{
@@ -25649,7 +25657,7 @@
"zh-chs": "设备提示",
"zh-cht": "裝置吐司",
"xloc": [
- "default-mobile.handlebars->53->576"
+ "default-mobile.handlebars->53->581"
]
},
{
@@ -25678,9 +25686,9 @@
"zh-chs": "设备类型",
"zh-cht": "設備類型",
"xloc": [
- "default-mobile.handlebars->53->503",
- "default-mobile.handlebars->53->505",
- "default-mobile.handlebars->53->507",
+ "default-mobile.handlebars->53->508",
+ "default-mobile.handlebars->53->510",
+ "default-mobile.handlebars->53->512",
"default.handlebars->119->914",
"default.handlebars->119->916",
"default.handlebars->119->918",
@@ -25748,17 +25756,17 @@
"default.handlebars->119->1127",
"default.handlebars->119->1131",
"default.handlebars->119->1135",
- "default.handlebars->119->2087",
- "default.handlebars->119->2459",
- "default.handlebars->119->2463",
- "default.handlebars->119->2467",
+ "default.handlebars->119->2089",
+ "default.handlebars->119->2461",
+ "default.handlebars->119->2465",
+ "default.handlebars->119->2469",
"default3.handlebars->117->1136",
"default3.handlebars->117->1140",
"default3.handlebars->117->1144",
- "default3.handlebars->117->2084",
- "default3.handlebars->117->2471",
- "default3.handlebars->117->2475",
- "default3.handlebars->117->2479"
+ "default3.handlebars->117->2086",
+ "default3.handlebars->117->2473",
+ "default3.handlebars->117->2477",
+ "default3.handlebars->117->2481"
]
},
{
@@ -25790,17 +25798,17 @@
"default.handlebars->119->1128",
"default.handlebars->119->1132",
"default.handlebars->119->1136",
- "default.handlebars->119->2088",
- "default.handlebars->119->2460",
- "default.handlebars->119->2464",
- "default.handlebars->119->2468",
+ "default.handlebars->119->2090",
+ "default.handlebars->119->2462",
+ "default.handlebars->119->2466",
+ "default.handlebars->119->2470",
"default3.handlebars->117->1137",
"default3.handlebars->117->1141",
"default3.handlebars->117->1145",
- "default3.handlebars->117->2085",
- "default3.handlebars->117->2472",
- "default3.handlebars->117->2476",
- "default3.handlebars->117->2480"
+ "default3.handlebars->117->2087",
+ "default3.handlebars->117->2474",
+ "default3.handlebars->117->2478",
+ "default3.handlebars->117->2482"
]
},
{
@@ -25829,8 +25837,8 @@
"zh-chs": "创建的设备组:{0}",
"zh-cht": "設備組已創建:{0}",
"xloc": [
- "default.handlebars->119->2617",
- "default3.handlebars->117->2629"
+ "default.handlebars->119->2624",
+ "default3.handlebars->117->2636"
]
},
{
@@ -25859,8 +25867,8 @@
"zh-chs": "设备组已删除:{0}",
"zh-cht": "設備組已刪除:{0}",
"xloc": [
- "default.handlebars->119->2618",
- "default3.handlebars->117->2630"
+ "default.handlebars->119->2625",
+ "default3.handlebars->117->2637"
]
},
{
@@ -25889,8 +25897,8 @@
"zh-chs": "设备组成员身份已更改:{0}",
"zh-cht": "設備組成員身份已更改:{0}",
"xloc": [
- "default.handlebars->119->2619",
- "default3.handlebars->117->2631"
+ "default.handlebars->119->2626",
+ "default3.handlebars->117->2638"
]
},
{
@@ -25919,7 +25927,7 @@
"zh-chs": "其他设备组管理员可以查看和更改设备组注释。",
"zh-cht": "其他裝置群管理員可以查看和更改裝置群註釋。",
"xloc": [
- "default-mobile.handlebars->53->606",
+ "default-mobile.handlebars->53->611",
"default.handlebars->119->1188",
"default3.handlebars->117->1197"
]
@@ -25950,8 +25958,8 @@
"zh-chs": "设备组通知已更改",
"zh-cht": "設備組通知已更改",
"xloc": [
- "default.handlebars->119->2614",
- "default3.handlebars->117->2626"
+ "default.handlebars->119->2621",
+ "default3.handlebars->117->2633"
]
},
{
@@ -25966,8 +25974,8 @@
"pl": "Zapis grupy urządzeń",
"uk": "Запис групи пристроїв",
"xloc": [
- "default.handlebars->119->3261",
- "default3.handlebars->117->3264"
+ "default.handlebars->119->3268",
+ "default3.handlebars->117->3271"
]
},
{
@@ -25996,8 +26004,8 @@
"zh-chs": "未删除的设备组:{0}",
"zh-cht": "未刪除的設備組:{0}",
"xloc": [
- "default.handlebars->119->2597",
- "default3.handlebars->117->2609"
+ "default.handlebars->119->2604",
+ "default3.handlebars->117->2616"
]
},
{
@@ -26026,8 +26034,8 @@
"zh-chs": "设备组 {0} 已更改:{1}",
"zh-cht": "設備組 {0} 已更改:{1}",
"xloc": [
- "default.handlebars->119->2683",
- "default3.handlebars->117->2695"
+ "default.handlebars->119->2690",
+ "default3.handlebars->117->2702"
]
},
{
@@ -26072,8 +26080,8 @@
"pl": "Zapisy informacji urządzenia",
"uk": "Записи інформації про пристрій",
"xloc": [
- "default.handlebars->119->3263",
- "default3.handlebars->117->3266"
+ "default.handlebars->119->3270",
+ "default3.handlebars->117->3273"
]
},
{
@@ -26102,8 +26110,8 @@
"zh-chs": "设备由电池供电",
"zh-cht": "裝置由電池供電",
"xloc": [
- "default-mobile.handlebars->53->420",
- "default-mobile.handlebars->53->490",
+ "default-mobile.handlebars->53->425",
+ "default-mobile.handlebars->53->495",
"default.handlebars->119->415",
"default.handlebars->119->896",
"default3.handlebars->117->426",
@@ -26136,7 +26144,7 @@
"zh-chs": "设备忙",
"zh-cht": "設備忙",
"xloc": [
- "default-mobile.handlebars->53->426",
+ "default-mobile.handlebars->53->431",
"default.handlebars->119->461",
"default3.handlebars->117->472"
]
@@ -26197,7 +26205,7 @@
"zh-chs": "设备正在休眠(S4)",
"zh-cht": "裝置正在休眠(S4)",
"xloc": [
- "default-mobile.handlebars->53->471",
+ "default-mobile.handlebars->53->476",
"default.handlebars->119->719",
"default3.handlebars->117->730"
]
@@ -26228,7 +26236,7 @@
"zh-chs": "设备处于深度睡眠状态(S3)",
"zh-cht": "裝置處於深度睡眠狀態(S3)",
"xloc": [
- "default-mobile.handlebars->53->470",
+ "default-mobile.handlebars->53->475",
"default.handlebars->119->718",
"default3.handlebars->117->729"
]
@@ -26349,7 +26357,7 @@
"zh-chs": "设备处于睡眠状态(S1)",
"zh-cht": "裝置處於睡眠狀態(S1)",
"xloc": [
- "default-mobile.handlebars->53->468",
+ "default-mobile.handlebars->53->473",
"default.handlebars->119->716",
"default3.handlebars->117->727"
]
@@ -26410,7 +26418,7 @@
"zh-chs": "设备处于睡眠状态(S2)",
"zh-cht": "裝置處於睡眠狀態(S2)",
"xloc": [
- "default-mobile.handlebars->53->469",
+ "default-mobile.handlebars->53->474",
"default.handlebars->119->717",
"default3.handlebars->117->728"
]
@@ -26471,7 +26479,7 @@
"zh-chs": "设备处于软关机状态(S5)",
"zh-cht": "裝置處於軟關機狀態(S5)",
"xloc": [
- "default-mobile.handlebars->53->472",
+ "default-mobile.handlebars->53->477",
"default.handlebars->119->720",
"default3.handlebars->117->731"
]
@@ -26502,8 +26510,8 @@
"zh-chs": "设备已插入",
"zh-cht": "裝置已插入",
"xloc": [
- "default-mobile.handlebars->53->419",
- "default-mobile.handlebars->53->489",
+ "default-mobile.handlebars->53->424",
+ "default-mobile.handlebars->53->494",
"default.handlebars->119->414",
"default.handlebars->119->895",
"default3.handlebars->117->425",
@@ -26536,7 +26544,7 @@
"zh-chs": "设备已连接电源",
"zh-cht": "裝置已連接電源",
"xloc": [
- "default-mobile.handlebars->53->467",
+ "default-mobile.handlebars->53->472",
"default.handlebars->119->715",
"default3.handlebars->117->726"
]
@@ -26627,7 +26635,7 @@
"zh-chs": "设备存在,但无法确定电源状态",
"zh-cht": "裝置存在,但無法確定電源狀態",
"xloc": [
- "default-mobile.handlebars->53->473",
+ "default-mobile.handlebars->53->478",
"default.handlebars->119->721",
"default3.handlebars->117->732"
]
@@ -26703,8 +26711,8 @@
"pl": "Zapisy zmiany stanu zasilania",
"uk": "Записи про зміни стану живлення",
"xloc": [
- "default.handlebars->119->3269",
- "default3.handlebars->117->3272"
+ "default.handlebars->119->3276",
+ "default3.handlebars->117->3279"
]
},
{
@@ -26719,8 +26727,8 @@
"pl": "Zapis urządzenia",
"uk": "Запис пристрою",
"xloc": [
- "default.handlebars->119->3260",
- "default3.handlebars->117->3263"
+ "default.handlebars->119->3267",
+ "default3.handlebars->117->3270"
]
},
{
@@ -26749,8 +26757,8 @@
"zh-chs": "设备请求 Intel(R) AMT ACM TLS 激活,FQDN:{0}",
"zh-cht": "設備請求 Intel(R) AMT ACM TLS 激活,FQDN:{0}",
"xloc": [
- "default.handlebars->119->2652",
- "default3.handlebars->117->2664"
+ "default.handlebars->119->2659",
+ "default3.handlebars->117->2671"
]
},
{
@@ -26779,8 +26787,8 @@
"zh-chs": "设备请求激活Intel(R)AMT ACM,FQDN:{0}",
"zh-cht": "設備請求激活Intel(R)AMT ACM,FQDN:{0}",
"xloc": [
- "default.handlebars->119->2599",
- "default3.handlebars->117->2611"
+ "default.handlebars->119->2606",
+ "default3.handlebars->117->2618"
]
},
{
@@ -26795,8 +26803,8 @@
"pl": "Zapisy udostępniania urządzenia",
"uk": "Записи поширеного пристрою",
"xloc": [
- "default.handlebars->119->3273",
- "default3.handlebars->117->3276"
+ "default.handlebars->119->3280",
+ "default3.handlebars->117->3283"
]
},
{
@@ -26811,8 +26819,8 @@
"pl": "Zapisy urządzenia, użytkowników, grup i inne",
"uk": "Пристрій, користувачі, групи та інші записи",
"xloc": [
- "default.handlebars->119->3277",
- "default3.handlebars->117->3280"
+ "default.handlebars->119->3284",
+ "default3.handlebars->117->3287"
]
},
{
@@ -26841,12 +26849,12 @@
"zh-chs": "设备",
"zh-cht": "裝置",
"xloc": [
- "default.handlebars->119->2277",
- "default.handlebars->119->2859",
- "default.handlebars->119->2903",
- "default3.handlebars->117->2288",
- "default3.handlebars->117->2868",
- "default3.handlebars->117->2912"
+ "default.handlebars->119->2279",
+ "default.handlebars->119->2866",
+ "default.handlebars->119->2910",
+ "default3.handlebars->117->2290",
+ "default3.handlebars->117->2875",
+ "default3.handlebars->117->2919"
]
},
{
@@ -27081,7 +27089,7 @@
"zh-chs": "已禁用",
"zh-cht": "已禁用",
"xloc": [
- "default-mobile.handlebars->53->784",
+ "default-mobile.handlebars->53->789",
"default.handlebars->119->141",
"default.handlebars->119->972",
"default3.handlebars->117->154",
@@ -27092,8 +27100,8 @@
"en": "Disabled Duo two-factor authentication",
"nl": "Duo twee factorauthenticatie uitgeschakeld",
"xloc": [
- "default.handlebars->119->2702",
- "default3.handlebars->117->2714"
+ "default.handlebars->119->2709",
+ "default3.handlebars->117->2721"
]
},
{
@@ -27122,8 +27130,8 @@
"zh-chs": "禁用的电子邮件两因素身份验证",
"zh-cht": "禁用的電子郵件兩因素身份驗證",
"xloc": [
- "default.handlebars->119->2630",
- "default3.handlebars->117->2642"
+ "default.handlebars->119->2637",
+ "default3.handlebars->117->2649"
]
},
{
@@ -27156,14 +27164,14 @@
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3",
"default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea1->1->3->disconnectbutton2span",
- "default.handlebars->119->2218",
+ "default.handlebars->119->2220",
"default.handlebars->119->992",
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->disconnectbutton1span",
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->disconnectbutton2span",
"default.handlebars->container->column_l->p13->p13toolbar->1->0->1->3",
"default.handlebars->deskDisconnectContextMenu->3",
"default3.handlebars->117->1003",
- "default3.handlebars->117->2229",
+ "default3.handlebars->117->2231",
"default3.handlebars->container->column_l->p11->deskarea0->deskarea1->1->disconnectbutton1span->5->3->0",
"default3.handlebars->container->column_l->p11->deskarea0->deskarea1->1->disconnectbutton1span->disconnectbutton1",
"default3.handlebars->container->column_l->p12->termTable->1->1->0->1->1->disconnectbutton2span->disconnectbutton2",
@@ -27290,12 +27298,12 @@
"zh-chs": "断开此会话",
"zh-cht": "斷開此會話",
"xloc": [
- "default-mobile.handlebars->53->423",
- "default-mobile.handlebars->53->430",
- "default-mobile.handlebars->53->434",
- "default-mobile.handlebars->53->438",
- "default-mobile.handlebars->53->442",
- "default-mobile.handlebars->53->446",
+ "default-mobile.handlebars->53->428",
+ "default-mobile.handlebars->53->435",
+ "default-mobile.handlebars->53->439",
+ "default-mobile.handlebars->53->443",
+ "default-mobile.handlebars->53->447",
+ "default-mobile.handlebars->53->451",
"default.handlebars->119->458",
"default.handlebars->119->465",
"default.handlebars->119->469",
@@ -27409,10 +27417,10 @@
"pl": "Discord",
"uk": "Discord",
"xloc": [
- "default.handlebars->119->1805",
- "default.handlebars->119->3043",
- "default3.handlebars->117->1802",
- "default3.handlebars->117->3052"
+ "default.handlebars->119->1807",
+ "default.handlebars->119->3050",
+ "default3.handlebars->117->1804",
+ "default3.handlebars->117->3059"
]
},
{
@@ -27617,8 +27625,8 @@
"zh-chs": "显示设备组名称",
"zh-cht": "顯示裝置群名稱",
"xloc": [
- "default.handlebars->119->2086",
- "default3.handlebars->117->2083"
+ "default.handlebars->119->2088",
+ "default3.handlebars->117->2085"
]
},
{
@@ -27677,8 +27685,8 @@
"zh-chs": "显示公共连结",
"zh-cht": "顯示公共鏈結",
"xloc": [
- "default.handlebars->119->2498",
- "default3.handlebars->117->2510"
+ "default.handlebars->119->2500",
+ "default3.handlebars->117->2512"
]
},
{
@@ -27718,8 +27726,8 @@
"pl": "Wyświetl okno powiadomienia, tytuł=\\\"{0}\\\", wiadomość=\\\"{1}\\\"",
"uk": "Показ вікна попередження, title=\\\"{0}\\\", message=\\\"{1}\\\"",
"xloc": [
- "default.handlebars->119->2699",
- "default3.handlebars->117->2711"
+ "default.handlebars->119->2706",
+ "default3.handlebars->117->2718"
]
},
{
@@ -27748,8 +27756,8 @@
"zh-chs": "显示消息框,标题= “{0}”,消息= “{1}”",
"zh-cht": "顯示消息框,標題= “{0}”,消息= “{1}”",
"xloc": [
- "default.handlebars->119->2559",
- "default3.handlebars->117->2571"
+ "default.handlebars->119->2566",
+ "default3.handlebars->117->2578"
]
},
{
@@ -27778,8 +27786,8 @@
"zh-chs": "显示吐司消息,标题= “{0}”,消息= “{1}”",
"zh-cht": "顯示吐司消息,標題= “{0}”,消息= “{1}”",
"xloc": [
- "default.handlebars->119->2567",
- "default3.handlebars->117->2579"
+ "default.handlebars->119->2574",
+ "default3.handlebars->117->2586"
]
},
{
@@ -27808,10 +27816,10 @@
"zh-chs": "什么都不做",
"zh-cht": "什麼都不做",
"xloc": [
- "default.handlebars->119->2306",
- "default.handlebars->119->2310",
- "default3.handlebars->117->2315",
- "default3.handlebars->117->2319"
+ "default.handlebars->119->2308",
+ "default.handlebars->119->2312",
+ "default3.handlebars->117->2317",
+ "default3.handlebars->117->2321"
]
},
{
@@ -27842,16 +27850,16 @@
"xloc": [
"default.handlebars->119->137",
"default.handlebars->119->1407",
- "default.handlebars->119->2822",
- "default.handlebars->119->2871",
- "default.handlebars->119->2880",
- "default.handlebars->119->2954",
+ "default.handlebars->119->2829",
+ "default.handlebars->119->2878",
+ "default.handlebars->119->2887",
+ "default.handlebars->119->2961",
"default3.handlebars->117->1408",
"default3.handlebars->117->150",
- "default3.handlebars->117->2833",
- "default3.handlebars->117->2880",
- "default3.handlebars->117->2889",
- "default3.handlebars->117->2963",
+ "default3.handlebars->117->2840",
+ "default3.handlebars->117->2887",
+ "default3.handlebars->117->2896",
+ "default3.handlebars->117->2970",
"mstsc.handlebars->main->1->3->1->rowdomain->1->0",
"mstsc.handlebars->main->1->3->1->rowdomain->3"
]
@@ -27908,8 +27916,8 @@
"zh-chs": "请勿更改,如果设置请保留CCM",
"zh-cht": "請勿更改,如果設置請保留CCM",
"xloc": [
- "default.handlebars->119->2302",
- "default3.handlebars->117->2311"
+ "default.handlebars->119->2304",
+ "default3.handlebars->117->2313"
]
},
{
@@ -27964,8 +27972,8 @@
"zh-chs": "不要连接到服务器",
"zh-cht": "不要連接到伺服器",
"xloc": [
- "default.handlebars->119->2311",
- "default3.handlebars->117->2320"
+ "default.handlebars->119->2313",
+ "default3.handlebars->117->2322"
]
},
{
@@ -28103,7 +28111,7 @@
"zh-chs": "下",
"zh-cht": "下",
"xloc": [
- "default-mobile.handlebars->53->670",
+ "default-mobile.handlebars->53->675",
"default.handlebars->119->1442",
"default3.handlebars->117->1444",
"sharing-mobile.handlebars->53->31"
@@ -28232,7 +28240,7 @@
"zh-chs": "下载文件",
"zh-cht": "下載檔案",
"xloc": [
- "default-mobile.handlebars->53->745",
+ "default-mobile.handlebars->53->750",
"default.handlebars->119->1594",
"default3.handlebars->117->1594",
"sharing-mobile.handlebars->53->106",
@@ -28385,10 +28393,10 @@
"zh-chs": "下载报告",
"zh-cht": "下載報告",
"xloc": [
- "default.handlebars->119->2728",
+ "default.handlebars->119->2735",
"default.handlebars->container->column_l->p3->3->1->0->3",
"default.handlebars->container->column_l->p60->3->1->0->3->1->p60downloadReportDiv",
- "default3.handlebars->117->2740",
+ "default3.handlebars->117->2747",
"default3.handlebars->container->column_l->p60->3->1->0->1->1->p60downloadReportDiv"
]
},
@@ -28508,8 +28516,8 @@
"zh-chs": "下载设备列表",
"zh-cht": "下載設備列表",
"xloc": [
- "default.handlebars->119->2275",
- "default3.handlebars->117->2286"
+ "default.handlebars->119->2277",
+ "default3.handlebars->117->2288"
]
},
{
@@ -28748,8 +28756,8 @@
"zh-chs": "使用以下一种档案格式下载事件列表。",
"zh-cht": "使用以下一種檔案格式下載事件列表。",
"xloc": [
- "default.handlebars->119->2729",
- "default3.handlebars->117->2741"
+ "default.handlebars->119->2736",
+ "default3.handlebars->117->2748"
]
},
{
@@ -28778,8 +28786,8 @@
"zh-chs": "使用以下一种档案格式下载用户列表。",
"zh-cht": "使用以下一種檔案格式下載用戶列表。",
"xloc": [
- "default.handlebars->119->2806",
- "default3.handlebars->117->2817"
+ "default.handlebars->119->2813",
+ "default3.handlebars->117->2824"
]
},
{
@@ -28899,8 +28907,8 @@
"zh-chs": "下载:“{0}”",
"zh-cht": "下載:“{0}”",
"xloc": [
- "default.handlebars->119->2590",
- "default3.handlebars->117->2602"
+ "default.handlebars->119->2597",
+ "default3.handlebars->117->2609"
]
},
{
@@ -28929,8 +28937,8 @@
"zh-chs": "下载:\\\"{0}\\\",大小:{1}",
"zh-cht": "下載:\\\"{0}\\\",大小:{1}",
"xloc": [
- "default.handlebars->119->2647",
- "default3.handlebars->117->2659"
+ "default.handlebars->119->2654",
+ "default3.handlebars->117->2666"
]
},
{
@@ -28966,8 +28974,8 @@
"en": "Duo",
"nl": "Duo",
"xloc": [
- "default.handlebars->119->3009",
- "default3.handlebars->117->3018",
+ "default.handlebars->119->3016",
+ "default3.handlebars->117->3025",
"login.handlebars->container->column_l->centralTable->1->0->logincell->resettokenpanel->1->5->1->2->1->3",
"login.handlebars->container->column_l->centralTable->1->0->logincell->tokenpanel->1->7->1->4->1->3"
]
@@ -28976,10 +28984,10 @@
"en": "Duo Authentication",
"nl": "Duo authenticatie",
"xloc": [
- "default.handlebars->119->1834",
"default.handlebars->119->1836",
- "default3.handlebars->117->1831",
+ "default.handlebars->119->1838",
"default3.handlebars->117->1833",
+ "default3.handlebars->117->1835",
"login2.handlebars->centralTable->1->0->logincell->resettokenpanel->resettokenpanelform->5->1->2farow2->1->3",
"login2.handlebars->centralTable->1->0->logincell->tokenpanel->tokenpanelform->7->1->2farow->1->3"
]
@@ -29010,8 +29018,8 @@
"zh-chs": "代理重复",
"zh-cht": "代理重複",
"xloc": [
- "default.handlebars->119->3358",
- "default3.handlebars->117->3363"
+ "default.handlebars->119->3365",
+ "default3.handlebars->117->3370"
]
},
{
@@ -29070,8 +29078,8 @@
"zh-chs": "复制用户组",
"zh-cht": "複製用戶群",
"xloc": [
- "default.handlebars->119->2875",
- "default3.handlebars->117->2884"
+ "default.handlebars->119->2882",
+ "default3.handlebars->117->2891"
]
},
{
@@ -29129,13 +29137,13 @@
"default.handlebars->119->1256",
"default.handlebars->119->301",
"default.handlebars->119->303",
- "default.handlebars->119->3145",
- "default.handlebars->119->3178",
+ "default.handlebars->119->3152",
+ "default.handlebars->119->3185",
"default3.handlebars->117->1265",
"default3.handlebars->117->311",
"default3.handlebars->117->313",
- "default3.handlebars->117->3148",
- "default3.handlebars->117->3181",
+ "default3.handlebars->117->3155",
+ "default3.handlebars->117->3188",
"player.handlebars->29->18"
]
},
@@ -29192,8 +29200,8 @@
"zh-cht": "荷蘭文(比利時)",
"xloc": [
"default-mobile.handlebars->53->161",
- "default.handlebars->119->1905",
- "default3.handlebars->117->1901",
+ "default.handlebars->119->1907",
+ "default3.handlebars->117->1903",
"login2.handlebars->17->47"
]
},
@@ -29224,8 +29232,8 @@
"zh-cht": "荷蘭文(標準)",
"xloc": [
"default-mobile.handlebars->53->160",
- "default.handlebars->119->1904",
- "default3.handlebars->117->1900",
+ "default.handlebars->119->1906",
+ "default3.handlebars->117->1902",
"login2.handlebars->17->46"
]
},
@@ -29677,9 +29685,9 @@
"zh-chs": "编辑设备",
"zh-cht": "編輯裝置",
"xloc": [
- "default-mobile.handlebars->53->636",
- "default-mobile.handlebars->53->638",
- "default-mobile.handlebars->53->645",
+ "default-mobile.handlebars->53->641",
+ "default-mobile.handlebars->53->643",
+ "default-mobile.handlebars->53->650",
"default.handlebars->119->1377",
"default.handlebars->119->1379",
"default.handlebars->119->1386",
@@ -29714,23 +29722,23 @@
"zh-chs": "编辑设备组",
"zh-cht": "編輯裝置群",
"xloc": [
- "default-mobile.handlebars->53->1003",
- "default-mobile.handlebars->53->970",
- "default-mobile.handlebars->53->973",
- "default-mobile.handlebars->53->976",
+ "default-mobile.handlebars->53->1010",
+ "default-mobile.handlebars->53->977",
+ "default-mobile.handlebars->53->980",
"default-mobile.handlebars->53->983",
- "default.handlebars->119->2321",
- "default.handlebars->119->2324",
- "default.handlebars->119->2327",
- "default.handlebars->119->2366",
- "default.handlebars->119->2393",
- "default.handlebars->119->2405",
- "default3.handlebars->117->2331",
- "default3.handlebars->117->2334",
- "default3.handlebars->117->2339",
- "default3.handlebars->117->2378",
- "default3.handlebars->117->2405",
- "default3.handlebars->117->2417"
+ "default-mobile.handlebars->53->990",
+ "default.handlebars->119->2323",
+ "default.handlebars->119->2326",
+ "default.handlebars->119->2329",
+ "default.handlebars->119->2368",
+ "default.handlebars->119->2395",
+ "default.handlebars->119->2407",
+ "default3.handlebars->117->2333",
+ "default3.handlebars->117->2336",
+ "default3.handlebars->117->2341",
+ "default3.handlebars->117->2380",
+ "default3.handlebars->117->2407",
+ "default3.handlebars->117->2419"
]
},
{
@@ -29759,8 +29767,8 @@
"zh-chs": "编辑设备组功能",
"zh-cht": "編輯裝置群功能",
"xloc": [
- "default.handlebars->119->2352",
- "default3.handlebars->117->2364"
+ "default.handlebars->119->2354",
+ "default3.handlebars->117->2366"
]
},
{
@@ -29789,10 +29797,10 @@
"zh-chs": "编辑设备组权限",
"zh-cht": "編輯裝置群權限",
"xloc": [
- "default.handlebars->119->2390",
- "default.handlebars->119->2402",
- "default3.handlebars->117->2402",
- "default3.handlebars->117->2414"
+ "default.handlebars->119->2392",
+ "default.handlebars->119->2404",
+ "default3.handlebars->117->2404",
+ "default3.handlebars->117->2416"
]
},
{
@@ -29821,8 +29829,8 @@
"zh-chs": "编辑设备组用户同意",
"zh-cht": "編輯裝置群用戶同意",
"xloc": [
- "default.handlebars->119->2328",
- "default3.handlebars->117->2340"
+ "default.handlebars->119->2330",
+ "default3.handlebars->117->2342"
]
},
{
@@ -29851,9 +29859,9 @@
"zh-chs": "编辑设备笔记",
"zh-cht": "編輯裝置筆記",
"xloc": [
- "default-mobile.handlebars->53->995",
- "default.handlebars->119->2380",
- "default3.handlebars->117->2392"
+ "default-mobile.handlebars->53->1002",
+ "default.handlebars->119->2382",
+ "default3.handlebars->117->2394"
]
},
{
@@ -29882,10 +29890,10 @@
"zh-chs": "编辑设备权限",
"zh-cht": "編輯裝置權限",
"xloc": [
- "default.handlebars->119->2395",
"default.handlebars->119->2397",
- "default3.handlebars->117->2407",
- "default3.handlebars->117->2409"
+ "default.handlebars->119->2399",
+ "default3.handlebars->117->2409",
+ "default3.handlebars->117->2411"
]
},
{
@@ -29944,8 +29952,8 @@
"zh-chs": "编辑设备用户同意",
"zh-cht": "編輯裝置用戶同意",
"xloc": [
- "default.handlebars->119->2330",
- "default3.handlebars->117->2342"
+ "default.handlebars->119->2332",
+ "default3.handlebars->117->2344"
]
},
{
@@ -30004,10 +30012,10 @@
"zh-chs": "编辑英特尔®AMT凭证",
"zh-cht": "編輯Intel® AMT憑證",
"xloc": [
- "default-mobile.handlebars->53->521",
"default-mobile.handlebars->53->526",
- "default-mobile.handlebars->53->527",
- "default-mobile.handlebars->53->631",
+ "default-mobile.handlebars->53->531",
+ "default-mobile.handlebars->53->532",
+ "default-mobile.handlebars->53->636",
"default.handlebars->119->1321",
"default.handlebars->119->934",
"default.handlebars->119->939",
@@ -30044,9 +30052,9 @@
"zh-chs": "编辑笔记",
"zh-cht": "編輯筆記",
"xloc": [
- "default-mobile.handlebars->53->1010",
- "default.handlebars->119->2412",
- "default3.handlebars->117->2424"
+ "default-mobile.handlebars->53->1017",
+ "default.handlebars->119->2414",
+ "default3.handlebars->117->2426"
]
},
{
@@ -30082,8 +30090,8 @@
"zh-chs": "编辑用户同意",
"zh-cht": "編輯用戶同意",
"xloc": [
- "default.handlebars->119->2329",
- "default3.handlebars->117->2341"
+ "default.handlebars->119->2331",
+ "default3.handlebars->117->2343"
]
},
{
@@ -30112,8 +30120,8 @@
"zh-chs": "编辑用户设备组权限",
"zh-cht": "編輯用戶裝置群權限",
"xloc": [
- "default.handlebars->119->2403",
- "default3.handlebars->117->2415"
+ "default.handlebars->119->2405",
+ "default3.handlebars->117->2417"
]
},
{
@@ -30142,8 +30150,8 @@
"zh-chs": "编辑用户设备权限",
"zh-cht": "編輯用戶裝置權限",
"xloc": [
- "default.handlebars->119->2398",
- "default3.handlebars->117->2410"
+ "default.handlebars->119->2400",
+ "default3.handlebars->117->2412"
]
},
{
@@ -30172,8 +30180,8 @@
"zh-chs": "编辑用户特征",
"zh-cht": "編輯用戶特徵",
"xloc": [
- "default.handlebars->119->3080",
- "default3.handlebars->117->3089"
+ "default.handlebars->119->3087",
+ "default3.handlebars->117->3096"
]
},
{
@@ -30202,8 +30210,8 @@
"zh-chs": "编辑用户组",
"zh-cht": "編輯用戶群",
"xloc": [
- "default.handlebars->119->2932",
- "default3.handlebars->117->2941"
+ "default.handlebars->119->2939",
+ "default3.handlebars->117->2948"
]
},
{
@@ -30232,8 +30240,8 @@
"zh-chs": "编辑用户组设备权限",
"zh-cht": "編輯用戶群裝置權限",
"xloc": [
- "default.handlebars->119->2400",
- "default3.handlebars->117->2412"
+ "default.handlebars->119->2402",
+ "default3.handlebars->117->2414"
]
},
{
@@ -30262,8 +30270,8 @@
"zh-chs": "编辑用户组功能",
"zh-cht": "編輯用戶組功能",
"xloc": [
- "default.handlebars->119->2925",
- "default3.handlebars->117->2934"
+ "default.handlebars->119->2932",
+ "default3.handlebars->117->2941"
]
},
{
@@ -30292,8 +30300,8 @@
"zh-chs": "编辑用户组用户同意",
"zh-cht": "編輯用戶組用戶同意",
"xloc": [
- "default.handlebars->119->2331",
- "default3.handlebars->117->2343"
+ "default.handlebars->119->2333",
+ "default3.handlebars->117->2345"
]
},
{
@@ -30439,18 +30447,18 @@
"zh-cht": "電郵",
"xloc": [
"default-mobile.handlebars->53->327",
- "default.handlebars->119->2824",
- "default.handlebars->119->2958",
- "default.handlebars->119->2960",
- "default.handlebars->119->3008",
- "default.handlebars->119->3022",
- "default.handlebars->119->3083",
+ "default.handlebars->119->2831",
+ "default.handlebars->119->2965",
+ "default.handlebars->119->2967",
+ "default.handlebars->119->3015",
+ "default.handlebars->119->3029",
+ "default.handlebars->119->3090",
"default.handlebars->119->558",
- "default3.handlebars->117->2835",
- "default3.handlebars->117->2967",
- "default3.handlebars->117->2969",
- "default3.handlebars->117->3017",
- "default3.handlebars->117->3031",
+ "default3.handlebars->117->2842",
+ "default3.handlebars->117->2974",
+ "default3.handlebars->117->2976",
+ "default3.handlebars->117->3024",
+ "default3.handlebars->117->3038",
"default3.handlebars->117->569",
"login-mobile.handlebars->23->45",
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
@@ -30476,10 +30484,10 @@
"pl": "Email ({0})",
"uk": "е-пошта ({0})",
"xloc": [
- "default.handlebars->119->2220",
+ "default.handlebars->119->2222",
"default.handlebars->119->994",
"default3.handlebars->117->1005",
- "default3.handlebars->117->2231"
+ "default3.handlebars->117->2233"
]
},
{
@@ -30509,8 +30517,8 @@
"zh-cht": "電郵地址變更",
"xloc": [
"default-mobile.handlebars->53->328",
- "default.handlebars->119->2095",
- "default3.handlebars->117->2092"
+ "default.handlebars->119->2097",
+ "default3.handlebars->117->2094"
]
},
{
@@ -30540,8 +30548,8 @@
"zh-cht": "電郵認證",
"xloc": [
"default-mobile.handlebars->53->112",
- "default.handlebars->119->1831",
- "default3.handlebars->117->1828"
+ "default.handlebars->119->1833",
+ "default3.handlebars->117->1830"
]
},
{
@@ -30666,9 +30674,9 @@
"zh-cht": "電子郵件通知",
"xloc": [
"default.handlebars->119->1130",
- "default.handlebars->119->2462",
+ "default.handlebars->119->2464",
"default3.handlebars->117->1139",
- "default3.handlebars->117->2474"
+ "default3.handlebars->117->2476"
]
},
{
@@ -30724,8 +30732,8 @@
"zh-cht": "電郵驗證",
"xloc": [
"default-mobile.handlebars->53->326",
- "default.handlebars->119->2093",
- "default3.handlebars->117->2090"
+ "default.handlebars->119->2095",
+ "default3.handlebars->117->2092"
]
},
{
@@ -30754,9 +30762,9 @@
"zh-chs": "不允许使用电子邮件域 \\\"{0}\\\"。只允许 ({1})",
"zh-cht": "不允許使用電子郵件域 \\\"{0}\\\"。只允許 ({1})",
"xloc": [
- "default-mobile.handlebars->53->1068",
- "default.handlebars->119->3337",
- "default3.handlebars->117->3342"
+ "default-mobile.handlebars->53->1075",
+ "default.handlebars->119->3344",
+ "default3.handlebars->117->3349"
]
},
{
@@ -30815,8 +30823,8 @@
"zh-chs": "邮箱未验证",
"zh-cht": "電郵未驗證",
"xloc": [
- "default.handlebars->119->2759",
- "default3.handlebars->117->2771"
+ "default.handlebars->119->2766",
+ "default3.handlebars->117->2778"
]
},
{
@@ -30845,10 +30853,10 @@
"zh-chs": "电子邮件已验证",
"zh-cht": "電子郵件已驗證",
"xloc": [
- "default.handlebars->119->2760",
- "default.handlebars->119->2952",
- "default3.handlebars->117->2772",
- "default3.handlebars->117->2961"
+ "default.handlebars->119->2767",
+ "default.handlebars->119->2959",
+ "default3.handlebars->117->2779",
+ "default3.handlebars->117->2968"
]
},
{
@@ -30877,8 +30885,8 @@
"zh-chs": "邮箱已验证。",
"zh-cht": "電郵已驗證。",
"xloc": [
- "default.handlebars->119->2830",
- "default3.handlebars->117->2841"
+ "default.handlebars->119->2837",
+ "default3.handlebars->117->2848"
]
},
{
@@ -30907,8 +30915,8 @@
"zh-chs": "邮箱未验证",
"zh-cht": "電郵未驗證",
"xloc": [
- "default.handlebars->119->2953",
- "default3.handlebars->117->2962"
+ "default.handlebars->119->2960",
+ "default3.handlebars->117->2969"
]
},
{
@@ -30963,9 +30971,9 @@
"zh-chs": "邮件已发送。",
"zh-cht": "電郵已發送。",
"xloc": [
- "default-mobile.handlebars->53->1052",
- "default.handlebars->119->3321",
- "default3.handlebars->117->3326",
+ "default-mobile.handlebars->53->1059",
+ "default.handlebars->119->3328",
+ "default3.handlebars->117->3333",
"login-mobile.handlebars->23->2",
"login.handlebars->13->2",
"login2.handlebars->17->200"
@@ -31054,8 +31062,8 @@
"zh-chs": "已通过电邮验证,并且需要重置密码。",
"zh-cht": "已通過電郵驗證,並且需要重置密碼。",
"xloc": [
- "default.handlebars->119->2831",
- "default3.handlebars->117->2842"
+ "default.handlebars->119->2838",
+ "default3.handlebars->117->2849"
]
},
{
@@ -31110,8 +31118,8 @@
"zh-chs": "电子邮件/短信/推送流量",
"zh-cht": "電子郵件/短信/推送流量",
"xloc": [
- "default.handlebars->119->3419",
- "default3.handlebars->117->3424"
+ "default.handlebars->119->3426",
+ "default3.handlebars->117->3431"
]
},
{
@@ -31233,8 +31241,8 @@
"zh-chs": "启用邀请代码",
"zh-cht": "啟用邀請代碼",
"xloc": [
- "default.handlebars->119->2438",
- "default3.handlebars->117->2450"
+ "default.handlebars->119->2440",
+ "default3.handlebars->117->2452"
]
},
{
@@ -31293,8 +31301,8 @@
"zh-cht": "啟用電郵二因子鑑別。",
"xloc": [
"default-mobile.handlebars->53->114",
- "default.handlebars->119->1833",
- "default3.handlebars->117->1830"
+ "default.handlebars->119->1835",
+ "default3.handlebars->117->1832"
]
},
{
@@ -31353,21 +31361,21 @@
"zh-chs": "已启用",
"zh-cht": "已啟用",
"xloc": [
- "default-mobile.handlebars->53->898",
+ "default-mobile.handlebars->53->905",
"default.handlebars->119->140",
- "default.handlebars->119->1744",
- "default.handlebars->119->3180",
+ "default.handlebars->119->1746",
+ "default.handlebars->119->3187",
"default3.handlebars->117->153",
- "default3.handlebars->117->1742",
- "default3.handlebars->117->3183"
+ "default3.handlebars->117->1744",
+ "default3.handlebars->117->3190"
]
},
{
"en": "Enabled Duo two-factor authentication",
"nl": "Duo twee factorauthenticatie ingeschakeld",
"xloc": [
- "default.handlebars->119->2701",
- "default3.handlebars->117->2713"
+ "default.handlebars->119->2708",
+ "default3.handlebars->117->2720"
]
},
{
@@ -31396,8 +31404,8 @@
"zh-chs": "启用电子邮件两因素身份验证",
"zh-cht": "啟用電子郵件兩因素身份驗證",
"xloc": [
- "default.handlebars->119->2629",
- "default3.handlebars->117->2641"
+ "default.handlebars->119->2636",
+ "default3.handlebars->117->2648"
]
},
{
@@ -31531,9 +31539,9 @@
"nl": "Versleuteling wordt uitgevoerd",
"uk": "Виконується Шифрування",
"xloc": [
- "default-mobile.handlebars->53->900",
- "default.handlebars->119->1746",
- "default3.handlebars->117->1744"
+ "default-mobile.handlebars->53->907",
+ "default.handlebars->119->1748",
+ "default3.handlebars->117->1746"
]
},
{
@@ -31562,7 +31570,7 @@
"zh-chs": "结尾",
"zh-cht": "結尾",
"xloc": [
- "default-mobile.handlebars->53->663",
+ "default-mobile.handlebars->53->668",
"default.handlebars->119->1436",
"default3.handlebars->117->1438",
"sharing-mobile.handlebars->53->25"
@@ -31594,8 +31602,8 @@
"zh-chs": "时间结束",
"zh-cht": "時間結束",
"xloc": [
- "default.handlebars->119->3177",
- "default3.handlebars->117->3180"
+ "default.handlebars->119->3184",
+ "default3.handlebars->117->3187"
]
},
{
@@ -31624,8 +31632,8 @@
"zh-chs": "从{1}到{2},{3}秒结束了桌面会话“{0}”",
"zh-cht": "從{1}到{2},{3}秒結束了桌面會話“{0}”",
"xloc": [
- "default.handlebars->119->2552",
- "default3.handlebars->117->2564"
+ "default.handlebars->119->2559",
+ "default3.handlebars->117->2571"
]
},
{
@@ -31654,8 +31662,8 @@
"zh-chs": "从{1}到{2},{3}秒结束了文件管理会话“{0}”",
"zh-cht": "從{1}到{2},{3}秒結束了文件管理會話“{0}”",
"xloc": [
- "default.handlebars->119->2553",
- "default3.handlebars->117->2565"
+ "default.handlebars->119->2560",
+ "default3.handlebars->117->2572"
]
},
{
@@ -31684,8 +31692,8 @@
"zh-chs": "结束本地中继会话\\\"{0}\\\",协议 {1} 到 {2},{3} 秒",
"zh-cht": "已結束本地中繼會話 \\\"{0}\\\",協議 {1} 到 {2},{3} 秒",
"xloc": [
- "default.handlebars->119->2662",
- "default3.handlebars->117->2674"
+ "default.handlebars->119->2669",
+ "default3.handlebars->117->2681"
]
},
{
@@ -31714,8 +31722,8 @@
"zh-chs": "从 {1} 到 {2},{3} 秒结束了 Messenger 会话 \\\"{0}\\\"",
"zh-cht": "從 {1} 到 {2} 結束的 Messenger 會話 \\\"{0}\\\",{3} 秒",
"xloc": [
- "default.handlebars->119->2653",
- "default3.handlebars->117->2665"
+ "default.handlebars->119->2660",
+ "default3.handlebars->117->2672"
]
},
{
@@ -31744,8 +31752,8 @@
"zh-chs": "从{1}到{2},{3}秒结束了中继会话“{0}”",
"zh-cht": "從{1}到{2},{3}秒結束了中繼會話“{0}”",
"xloc": [
- "default.handlebars->119->2550",
- "default3.handlebars->117->2562"
+ "default.handlebars->119->2557",
+ "default3.handlebars->117->2569"
]
},
{
@@ -31774,8 +31782,8 @@
"zh-chs": "从{1}到{2},{3}秒结束了终端会话“{0}”",
"zh-cht": "從{1}到{2},{3}秒結束了終端會話“{0}”",
"xloc": [
- "default.handlebars->119->2551",
- "default3.handlebars->117->2563"
+ "default.handlebars->119->2558",
+ "default3.handlebars->117->2570"
]
},
{
@@ -31805,8 +31813,8 @@
"zh-cht": "英文",
"xloc": [
"default-mobile.handlebars->53->162",
- "default.handlebars->119->1906",
- "default3.handlebars->117->1902",
+ "default.handlebars->119->1908",
+ "default3.handlebars->117->1904",
"login2.handlebars->17->48"
]
},
@@ -31837,8 +31845,8 @@
"zh-cht": "英文(澳洲)",
"xloc": [
"default-mobile.handlebars->53->163",
- "default.handlebars->119->1907",
- "default3.handlebars->117->1903",
+ "default.handlebars->119->1909",
+ "default3.handlebars->117->1905",
"login2.handlebars->17->49"
]
},
@@ -31869,8 +31877,8 @@
"zh-cht": "英文(伯利茲)",
"xloc": [
"default-mobile.handlebars->53->164",
- "default.handlebars->119->1908",
- "default3.handlebars->117->1904",
+ "default.handlebars->119->1910",
+ "default3.handlebars->117->1906",
"login2.handlebars->17->50"
]
},
@@ -31901,8 +31909,8 @@
"zh-cht": "英文(加拿大)",
"xloc": [
"default-mobile.handlebars->53->165",
- "default.handlebars->119->1909",
- "default3.handlebars->117->1905",
+ "default.handlebars->119->1911",
+ "default3.handlebars->117->1907",
"login2.handlebars->17->51"
]
},
@@ -31933,8 +31941,8 @@
"zh-cht": "英文(愛爾蘭)",
"xloc": [
"default-mobile.handlebars->53->166",
- "default.handlebars->119->1910",
- "default3.handlebars->117->1906",
+ "default.handlebars->119->1912",
+ "default3.handlebars->117->1908",
"login2.handlebars->17->52"
]
},
@@ -31965,8 +31973,8 @@
"zh-cht": "英文(牙買加)",
"xloc": [
"default-mobile.handlebars->53->167",
- "default.handlebars->119->1911",
- "default3.handlebars->117->1907",
+ "default.handlebars->119->1913",
+ "default3.handlebars->117->1909",
"login2.handlebars->17->53"
]
},
@@ -31997,8 +32005,8 @@
"zh-cht": "英文(紐西蘭)",
"xloc": [
"default-mobile.handlebars->53->168",
- "default.handlebars->119->1912",
- "default3.handlebars->117->1908",
+ "default.handlebars->119->1914",
+ "default3.handlebars->117->1910",
"login2.handlebars->17->54"
]
},
@@ -32029,8 +32037,8 @@
"zh-cht": "英文(菲律賓)",
"xloc": [
"default-mobile.handlebars->53->169",
- "default.handlebars->119->1913",
- "default3.handlebars->117->1909",
+ "default.handlebars->119->1915",
+ "default3.handlebars->117->1911",
"login2.handlebars->17->55"
]
},
@@ -32061,8 +32069,8 @@
"zh-cht": "英語(南非)",
"xloc": [
"default-mobile.handlebars->53->170",
- "default.handlebars->119->1914",
- "default3.handlebars->117->1910",
+ "default.handlebars->119->1916",
+ "default3.handlebars->117->1912",
"login2.handlebars->17->56"
]
},
@@ -32093,8 +32101,8 @@
"zh-cht": "英文(特立尼達和多巴哥)",
"xloc": [
"default-mobile.handlebars->53->171",
- "default.handlebars->119->1915",
- "default3.handlebars->117->1911",
+ "default.handlebars->119->1917",
+ "default3.handlebars->117->1913",
"login2.handlebars->17->57"
]
},
@@ -32125,8 +32133,8 @@
"zh-cht": "英文(英國)",
"xloc": [
"default-mobile.handlebars->53->172",
- "default.handlebars->119->1916",
- "default3.handlebars->117->1912",
+ "default.handlebars->119->1918",
+ "default3.handlebars->117->1914",
"login2.handlebars->17->58"
]
},
@@ -32157,8 +32165,8 @@
"zh-cht": "美國英語",
"xloc": [
"default-mobile.handlebars->53->173",
- "default.handlebars->119->1917",
- "default3.handlebars->117->1913",
+ "default.handlebars->119->1919",
+ "default3.handlebars->117->1915",
"login2.handlebars->17->59"
]
},
@@ -32189,8 +32197,8 @@
"zh-cht": "英文(津巴布韋)",
"xloc": [
"default-mobile.handlebars->53->174",
- "default.handlebars->119->1918",
- "default3.handlebars->117->1914",
+ "default.handlebars->119->1920",
+ "default3.handlebars->117->1916",
"login2.handlebars->17->60"
]
},
@@ -32246,15 +32254,15 @@
"zh-chs": "输入",
"zh-cht": "輸入",
"xloc": [
- "default-mobile.handlebars->53->656",
+ "default-mobile.handlebars->53->661",
"default.handlebars->119->1429",
"default.handlebars->119->1565",
- "default.handlebars->119->2132",
- "default.handlebars->119->2133",
+ "default.handlebars->119->2134",
+ "default.handlebars->119->2135",
"default3.handlebars->117->1431",
"default3.handlebars->117->1565",
- "default3.handlebars->117->2147",
- "default3.handlebars->117->2148",
+ "default3.handlebars->117->2149",
+ "default3.handlebars->117->2150",
"sharing-mobile.handlebars->53->19",
"sharing.handlebars->47->55"
]
@@ -32285,8 +32293,8 @@
"zh-chs": "输入管理领域名称的逗号分隔列表。",
"zh-cht": "輸入管理領域名稱的逗號分隔列表。",
"xloc": [
- "default.handlebars->119->2835",
- "default3.handlebars->117->2846"
+ "default.handlebars->119->2842",
+ "default3.handlebars->117->2853"
]
},
{
@@ -32543,8 +32551,8 @@
"zh-chs": "输入支持SMS的电话号码。验证后,该号码可用于登录验证和其他通知。",
"zh-cht": "輸入支持SMS的電話號碼。驗證後,該號碼可用於登入驗證和其他通知。",
"xloc": [
- "default.handlebars->119->1797",
- "default3.handlebars->117->1794"
+ "default.handlebars->119->1799",
+ "default3.handlebars->117->1796"
]
},
{
@@ -32558,8 +32566,8 @@
"pl": "Wprowadź swoją usługę przesyłania wiadomości. Po weryfikacji, ten serwer może wysyłać weryfikację logowania i inne powiadomienia.",
"uk": "Введіть свою службу обміну повідомленнями. Після верифікації цей сервер зможе надсилати підтвердження входу та інші сповіщення.",
"xloc": [
- "default.handlebars->119->1803",
- "default3.handlebars->117->1800"
+ "default.handlebars->119->1805",
+ "default3.handlebars->117->1802"
]
},
{
@@ -32728,9 +32736,9 @@
"zh-chs": "错误,邀请码 \\\"{0}\\\" 已被使用。",
"zh-cht": "錯誤,邀請碼 \\\"{0}\\\" 已在使用中。",
"xloc": [
- "default-mobile.handlebars->53->1060",
- "default.handlebars->119->3329",
- "default3.handlebars->117->3334"
+ "default-mobile.handlebars->53->1067",
+ "default.handlebars->119->3336",
+ "default3.handlebars->117->3341"
]
},
{
@@ -32759,9 +32767,9 @@
"zh-chs": "错误,密码未更改。",
"zh-cht": "錯誤,密碼未更改。",
"xloc": [
- "default-mobile.handlebars->53->1057",
- "default.handlebars->119->3326",
- "default3.handlebars->117->3331"
+ "default-mobile.handlebars->53->1064",
+ "default.handlebars->119->3333",
+ "default3.handlebars->117->3338"
]
},
{
@@ -32790,9 +32798,9 @@
"zh-chs": "错误,无法更改为常用密码。",
"zh-cht": "錯誤,無法更改為常用密碼。",
"xloc": [
- "default-mobile.handlebars->53->1056",
- "default.handlebars->119->3325",
- "default3.handlebars->117->3330"
+ "default-mobile.handlebars->53->1063",
+ "default.handlebars->119->3332",
+ "default3.handlebars->117->3337"
]
},
{
@@ -32821,9 +32829,9 @@
"zh-chs": "错误,无法更改为以前使用的密码。",
"zh-cht": "錯誤,無法更改為以前使用的密碼。",
"xloc": [
- "default-mobile.handlebars->53->1055",
- "default.handlebars->119->3324",
- "default3.handlebars->117->3329"
+ "default-mobile.handlebars->53->1062",
+ "default.handlebars->119->3331",
+ "default3.handlebars->117->3336"
]
},
{
@@ -32881,7 +32889,7 @@
"zh-chs": "逃脱",
"zh-cht": "逃脫",
"xloc": [
- "default-mobile.handlebars->53->657",
+ "default-mobile.handlebars->53->662",
"default.handlebars->119->1430",
"default3.handlebars->117->1432",
"sharing-mobile.handlebars->53->20"
@@ -32895,7 +32903,7 @@
"pl": "Przestrzeń",
"uk": "Espace",
"xloc": [
- "default-mobile.handlebars->53->664"
+ "default-mobile.handlebars->53->669"
]
},
{
@@ -32925,8 +32933,8 @@
"zh-cht": "世界語",
"xloc": [
"default-mobile.handlebars->53->175",
- "default.handlebars->119->1919",
- "default3.handlebars->117->1915",
+ "default.handlebars->119->1921",
+ "default3.handlebars->117->1917",
"login2.handlebars->17->61"
]
},
@@ -32983,8 +32991,8 @@
"zh-cht": "愛沙尼亞語",
"xloc": [
"default-mobile.handlebars->53->176",
- "default.handlebars->119->1920",
- "default3.handlebars->117->1916",
+ "default.handlebars->119->1922",
+ "default3.handlebars->117->1918",
"login2.handlebars->17->62"
]
},
@@ -33070,8 +33078,8 @@
"zh-chs": "事件列表输出",
"zh-cht": "事件列表輸出",
"xloc": [
- "default.handlebars->119->2734",
- "default3.handlebars->117->2746"
+ "default.handlebars->119->2741",
+ "default3.handlebars->117->2753"
]
},
{
@@ -33086,8 +33094,8 @@
"pl": "Zapisy zdarzeń",
"uk": "Записи подій",
"xloc": [
- "default.handlebars->119->3270",
- "default3.handlebars->117->3273"
+ "default.handlebars->119->3277",
+ "default3.handlebars->117->3280"
]
},
{
@@ -33306,10 +33314,10 @@
"zh-cht": "到期時間",
"xloc": [
"default.handlebars->119->1249",
- "default.handlebars->119->2083",
+ "default.handlebars->119->2085",
"default.handlebars->119->306",
"default3.handlebars->117->1258",
- "default3.handlebars->117->2080",
+ "default3.handlebars->117->2082",
"default3.handlebars->117->316"
]
},
@@ -33368,8 +33376,8 @@
"zh-chs": "过期{0}",
"zh-cht": "過期{0}",
"xloc": [
- "default.handlebars->119->2146",
- "default3.handlebars->117->2161",
+ "default.handlebars->119->2148",
+ "default3.handlebars->117->2163",
"sharing.handlebars->47->100"
]
},
@@ -33491,8 +33499,8 @@
"zh-chs": "外部",
"zh-cht": "外部",
"xloc": [
- "default.handlebars->119->3399",
- "default3.handlebars->117->3404"
+ "default.handlebars->119->3406",
+ "default3.handlebars->117->3411"
]
},
{
@@ -33521,8 +33529,8 @@
"zh-chs": "FIDO 密钥",
"zh-cht": "FIDO 密鑰",
"xloc": [
- "default.handlebars->119->3250",
- "default3.handlebars->117->3253"
+ "default.handlebars->119->3257",
+ "default3.handlebars->117->3260"
]
},
{
@@ -33582,8 +33590,8 @@
"zh-cht": "FYRO馬其頓語",
"xloc": [
"default-mobile.handlebars->53->226",
- "default.handlebars->119->1970",
- "default3.handlebars->117->1966",
+ "default.handlebars->119->1972",
+ "default3.handlebars->117->1968",
"login2.handlebars->17->112"
]
},
@@ -33598,10 +33606,10 @@
"pl": "Facebook",
"uk": "Facebook",
"xloc": [
- "default.handlebars->119->1817",
- "default.handlebars->119->3055",
- "default3.handlebars->117->1814",
- "default3.handlebars->117->3064"
+ "default.handlebars->119->1819",
+ "default.handlebars->119->3062",
+ "default3.handlebars->117->1816",
+ "default3.handlebars->117->3071"
]
},
{
@@ -33631,8 +33639,8 @@
"zh-cht": "法羅語",
"xloc": [
"default-mobile.handlebars->53->177",
- "default.handlebars->119->1921",
- "default3.handlebars->117->1917",
+ "default.handlebars->119->1923",
+ "default3.handlebars->117->1919",
"login2.handlebars->17->63"
]
},
@@ -33692,9 +33700,9 @@
"zh-chs": "无法更改电子邮件地址,另一个帐户已在使用:{0}。",
"zh-cht": "更改電子郵件地址失敗,另一個帳戶已在使用:{0}。",
"xloc": [
- "default-mobile.handlebars->53->1051",
- "default.handlebars->119->3320",
- "default3.handlebars->117->3325"
+ "default-mobile.handlebars->53->1058",
+ "default.handlebars->119->3327",
+ "default3.handlebars->117->3332"
]
},
{
@@ -33781,8 +33789,8 @@
"zh-chs": "本地用户拒绝后无法启动远程桌面",
"zh-cht": "本地用戶拒絕後無法啟動遠程桌面",
"xloc": [
- "default.handlebars->119->2575",
- "default3.handlebars->117->2587"
+ "default.handlebars->119->2582",
+ "default3.handlebars->117->2594"
]
},
{
@@ -33837,8 +33845,8 @@
"zh-chs": "本地用户拒绝后无法启动远程文件",
"zh-cht": "本地用戶拒絕後無法啟動遠程文件",
"xloc": [
- "default.handlebars->119->2582",
- "default3.handlebars->117->2594"
+ "default.handlebars->119->2589",
+ "default3.handlebars->117->2601"
]
},
{
@@ -33893,7 +33901,7 @@
"zh-chs": "无法启动远程终端接合{0}({1})",
"zh-cht": "無法啟動遠程終端接合{0}({1})",
"xloc": [
- "default-mobile.handlebars->53->648",
+ "default-mobile.handlebars->53->653",
"default.handlebars->119->1390",
"default3.handlebars->117->1391",
"sharing-mobile.handlebars->53->11",
@@ -33928,8 +33936,8 @@
"zh-cht": "波斯語(波斯語)",
"xloc": [
"default-mobile.handlebars->53->178",
- "default.handlebars->119->1922",
- "default3.handlebars->117->1918",
+ "default.handlebars->119->1924",
+ "default3.handlebars->117->1920",
"login2.handlebars->17->64"
]
},
@@ -33992,12 +34000,12 @@
"zh-chs": "功能",
"zh-cht": "功能",
"xloc": [
- "default.handlebars->119->2204",
- "default.handlebars->119->2888",
- "default.handlebars->119->2979",
- "default3.handlebars->117->2215",
- "default3.handlebars->117->2897",
- "default3.handlebars->117->2988"
+ "default.handlebars->119->2206",
+ "default.handlebars->119->2895",
+ "default.handlebars->119->2986",
+ "default3.handlebars->117->2217",
+ "default3.handlebars->117->2904",
+ "default3.handlebars->117->2995"
]
},
{
@@ -34027,8 +34035,8 @@
"zh-cht": "斐濟",
"xloc": [
"default-mobile.handlebars->53->179",
- "default.handlebars->119->1923",
- "default3.handlebars->117->1919",
+ "default.handlebars->119->1925",
+ "default3.handlebars->117->1921",
"login2.handlebars->17->65"
]
},
@@ -34087,12 +34095,12 @@
"zh-chs": "文件编辑器",
"zh-cht": "檔案編輯器",
"xloc": [
- "default-mobile.handlebars->53->729",
+ "default-mobile.handlebars->53->734",
"default.handlebars->119->1577",
- "default.handlebars->119->2531",
+ "default.handlebars->119->2538",
"default.handlebars->119->867",
"default3.handlebars->117->1577",
- "default3.handlebars->117->2543",
+ "default3.handlebars->117->2550",
"default3.handlebars->117->878",
"sharing-mobile.handlebars->53->90",
"sharing.handlebars->47->66"
@@ -34201,15 +34209,15 @@
"pl": "System Plików",
"uk": "Файлова система",
"xloc": [
- "default-mobile.handlebars->53->896",
- "default-mobile.handlebars->53->908",
+ "default-mobile.handlebars->53->903",
"default-mobile.handlebars->53->915",
- "default.handlebars->119->1742",
- "default.handlebars->119->1754",
- "default.handlebars->119->1761",
- "default3.handlebars->117->1740",
- "default3.handlebars->117->1752",
- "default3.handlebars->117->1759"
+ "default-mobile.handlebars->53->922",
+ "default.handlebars->119->1744",
+ "default.handlebars->119->1756",
+ "default.handlebars->119->1763",
+ "default3.handlebars->117->1742",
+ "default3.handlebars->117->1754",
+ "default3.handlebars->117->1761"
]
},
{
@@ -34238,8 +34246,8 @@
"zh-chs": "文件传输",
"zh-cht": "文件傳輸",
"xloc": [
- "default.handlebars->119->3151",
- "default3.handlebars->117->3154"
+ "default.handlebars->119->3158",
+ "default3.handlebars->117->3161"
]
},
{
@@ -34298,27 +34306,27 @@
"zh-chs": "档案",
"zh-cht": "檔案",
"xloc": [
- "default-mobile.handlebars->53->437",
- "default-mobile.handlebars->53->580",
+ "default-mobile.handlebars->53->442",
+ "default-mobile.handlebars->53->585",
"default.handlebars->119->1106",
"default.handlebars->119->1220",
- "default.handlebars->119->2259",
- "default.handlebars->119->2339",
- "default.handlebars->119->3161",
- "default.handlebars->119->3227",
- "default.handlebars->119->3280",
- "default.handlebars->119->3386",
+ "default.handlebars->119->2261",
+ "default.handlebars->119->2341",
+ "default.handlebars->119->3168",
+ "default.handlebars->119->3234",
+ "default.handlebars->119->3287",
+ "default.handlebars->119->3393",
"default.handlebars->119->472",
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles",
"default.handlebars->contextMenu->cxfiles",
"default3.handlebars->117->1117",
"default3.handlebars->117->1229",
- "default3.handlebars->117->2270",
- "default3.handlebars->117->2351",
- "default3.handlebars->117->3164",
- "default3.handlebars->117->3230",
- "default3.handlebars->117->3283",
- "default3.handlebars->117->3391",
+ "default3.handlebars->117->2272",
+ "default3.handlebars->117->2353",
+ "default3.handlebars->117->3171",
+ "default3.handlebars->117->3237",
+ "default3.handlebars->117->3290",
+ "default3.handlebars->117->3398",
"default3.handlebars->117->483",
"default3.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles",
"default3.handlebars->contextMenu->cxfiles",
@@ -34382,13 +34390,13 @@
"zh-chs": "档案通知",
"zh-cht": "檔案通知",
"xloc": [
- "default.handlebars->119->2212",
- "default.handlebars->119->2896",
- "default.handlebars->119->3001",
+ "default.handlebars->119->2214",
+ "default.handlebars->119->2903",
+ "default.handlebars->119->3008",
"default.handlebars->119->986",
- "default3.handlebars->117->2223",
- "default3.handlebars->117->2905",
- "default3.handlebars->117->3010",
+ "default3.handlebars->117->2225",
+ "default3.handlebars->117->2912",
+ "default3.handlebars->117->3017",
"default3.handlebars->117->997"
]
},
@@ -34418,13 +34426,13 @@
"zh-chs": "档案提示",
"zh-cht": "檔案提示",
"xloc": [
- "default.handlebars->119->2211",
- "default.handlebars->119->2895",
- "default.handlebars->119->3000",
+ "default.handlebars->119->2213",
+ "default.handlebars->119->2902",
+ "default.handlebars->119->3007",
"default.handlebars->119->985",
- "default3.handlebars->117->2222",
- "default3.handlebars->117->2904",
- "default3.handlebars->117->3009",
+ "default3.handlebars->117->2224",
+ "default3.handlebars->117->2911",
+ "default3.handlebars->117->3016",
"default3.handlebars->117->996"
]
},
@@ -34591,8 +34599,8 @@
"zh-chs": "已完成录制会话 \\\"{0}\\\",{1} 秒",
"zh-cht": "已完成錄製會話 \\\"{0}\\\",{1} 秒",
"xloc": [
- "default.handlebars->119->2687",
- "default3.handlebars->117->2699"
+ "default.handlebars->119->2694",
+ "default3.handlebars->117->2706"
]
},
{
@@ -34621,8 +34629,8 @@
"zh-chs": "录制会话已完成,{0}秒",
"zh-cht": "錄製會話已完成,{0}秒",
"xloc": [
- "default.handlebars->119->2548",
- "default3.handlebars->117->2560"
+ "default.handlebars->119->2555",
+ "default3.handlebars->117->2567"
]
},
{
@@ -34652,8 +34660,8 @@
"zh-cht": "芬蘭",
"xloc": [
"default-mobile.handlebars->53->180",
- "default.handlebars->119->1924",
- "default3.handlebars->117->1920",
+ "default.handlebars->119->1926",
+ "default3.handlebars->117->1922",
"login2.handlebars->17->66"
]
},
@@ -34691,8 +34699,8 @@
"zh-chs": "防火墙",
"zh-cht": "防火牆",
"xloc": [
- "default-mobile.handlebars->53->770",
- "default-mobile.handlebars->53->772",
+ "default-mobile.handlebars->53->775",
+ "default-mobile.handlebars->53->777",
"default.handlebars->119->958",
"default.handlebars->119->960",
"default3.handlebars->117->969",
@@ -34725,10 +34733,10 @@
"zh-chs": "防火墙未激活",
"zh-cht": "防火牆未激活",
"xloc": [
- "default.handlebars->119->2478",
- "default.handlebars->119->2492",
- "default3.handlebars->117->2490",
- "default3.handlebars->117->2504"
+ "default.handlebars->119->2480",
+ "default.handlebars->119->2494",
+ "default3.handlebars->117->2492",
+ "default3.handlebars->117->2506"
]
},
{
@@ -34759,7 +34767,7 @@
"hr": "Sučelje fiksne širine",
"it": "Interfaccia a larghezza fissa",
"ja": "固定幅インターフェイス",
- "ja-JP": "固定幅インターフェイス",
+ "ja-jp": "固定幅インターフェイス",
"ko": "고정 폭 인터페이스",
"nl": "Interface met vaste breedte",
"pl": "Interfejs o stałej szerokości",
@@ -34794,7 +34802,7 @@
"hu": "Fix szélességű interfész",
"it": "Interfaccia a larghezza fissa",
"ja": "固定幅インターフェイス",
- "ja-JP": "固定幅インターフェイス",
+ "ja-jp": "固定幅インターフェイス",
"ko": "고정 폭 인터페이스",
"nl": "Interface met vaste breedte",
"pl": "Interfejs o stałej szerokości",
@@ -34843,8 +34851,8 @@
"zh-chs": "标志",
"zh-cht": "標誌",
"xloc": [
- "default.handlebars->119->2707",
- "default3.handlebars->117->2719"
+ "default.handlebars->119->2714",
+ "default3.handlebars->117->2726"
]
},
{
@@ -34873,7 +34881,7 @@
"zh-chs": "闪光",
"zh-cht": "閃光",
"xloc": [
- "default-mobile.handlebars->53->584",
+ "default-mobile.handlebars->53->589",
"default.handlebars->119->1265",
"default3.handlebars->117->1274"
]
@@ -34882,7 +34890,7 @@
"en": "Flatly",
"nl": "Plat",
"xloc": [
- "default3.handlebars->117->2104"
+ "default3.handlebars->117->2106"
]
},
{
@@ -35144,11 +35152,11 @@
"zh-chs": "强制代理更新",
"zh-cht": "強制代理更新",
"xloc": [
- "default-mobile.handlebars->53->940",
- "default.handlebars->119->1787",
+ "default-mobile.handlebars->53->947",
+ "default.handlebars->119->1789",
"default.handlebars->119->755",
"default.handlebars->119->796",
- "default3.handlebars->117->1785",
+ "default3.handlebars->117->1787",
"default3.handlebars->117->766",
"default3.handlebars->117->807"
]
@@ -35209,10 +35217,10 @@
"zh-chs": "下次登录时强制重置密码。",
"zh-cht": "下次登入時強制重置密碼。",
"xloc": [
- "default.handlebars->119->2829",
- "default.handlebars->119->3094",
- "default3.handlebars->117->2840",
- "default3.handlebars->117->3097"
+ "default.handlebars->119->2836",
+ "default.handlebars->119->3101",
+ "default3.handlebars->117->2847",
+ "default3.handlebars->117->3104"
]
},
{
@@ -35241,8 +35249,8 @@
"zh-chs": "强行断开用户 {0} 的桌面会话",
"zh-cht": "強行斷開用戶 {0} 的桌面會話",
"xloc": [
- "default.handlebars->119->2675",
- "default3.handlebars->117->2687"
+ "default.handlebars->119->2682",
+ "default3.handlebars->117->2694"
]
},
{
@@ -35271,8 +35279,8 @@
"zh-chs": "强制断开用户 {0} 的文件会话",
"zh-cht": "強制斷開用戶 {0} 的文件會話",
"xloc": [
- "default.handlebars->119->2677",
- "default3.handlebars->117->2689"
+ "default.handlebars->119->2684",
+ "default3.handlebars->117->2696"
]
},
{
@@ -35301,8 +35309,8 @@
"zh-chs": "强制断开用户 {0} 的路由会话",
"zh-cht": "強制斷開用戶 {0} 的路由會話",
"xloc": [
- "default.handlebars->119->2678",
- "default3.handlebars->117->2690"
+ "default.handlebars->119->2685",
+ "default3.handlebars->117->2697"
]
},
{
@@ -35331,8 +35339,8 @@
"zh-chs": "强制断开用户 {0} 的终端会话",
"zh-cht": "強制斷開用戶 {0} 的終端會話",
"xloc": [
- "default.handlebars->119->2676",
- "default3.handlebars->117->2688"
+ "default.handlebars->119->2683",
+ "default3.handlebars->117->2695"
]
},
{
@@ -35451,8 +35459,8 @@
"zh-chs": "格式化",
"zh-cht": "格式化",
"xloc": [
- "default.handlebars->119->2725",
- "default3.handlebars->117->2737"
+ "default.handlebars->119->2732",
+ "default3.handlebars->117->2744"
]
},
{
@@ -35539,10 +35547,10 @@
"zh-chs": "自由",
"zh-cht": "自由",
"xloc": [
- "default.handlebars->119->3343",
- "default.handlebars->119->3345",
- "default3.handlebars->117->3348",
- "default3.handlebars->117->3350"
+ "default.handlebars->119->3350",
+ "default.handlebars->119->3352",
+ "default3.handlebars->117->3355",
+ "default3.handlebars->117->3357"
]
},
{
@@ -35555,10 +35563,10 @@
"pl": "Darmowa usługa z ntfy.sh",
"uk": "Безкоштовний сервіс від ntfy.sh",
"xloc": [
- "default.handlebars->119->1820",
- "default.handlebars->119->3058",
- "default3.handlebars->117->1817",
- "default3.handlebars->117->3067"
+ "default.handlebars->119->1822",
+ "default.handlebars->119->3065",
+ "default3.handlebars->117->1819",
+ "default3.handlebars->117->3074"
]
},
{
@@ -35619,8 +35627,8 @@
"zh-cht": "法語(比利時)",
"xloc": [
"default-mobile.handlebars->53->182",
- "default.handlebars->119->1926",
- "default3.handlebars->117->1922",
+ "default.handlebars->119->1928",
+ "default3.handlebars->117->1924",
"login2.handlebars->17->68"
]
},
@@ -35651,8 +35659,8 @@
"zh-cht": "法語(加拿大)",
"xloc": [
"default-mobile.handlebars->53->183",
- "default.handlebars->119->1927",
- "default3.handlebars->117->1923",
+ "default.handlebars->119->1929",
+ "default3.handlebars->117->1925",
"login2.handlebars->17->69"
]
},
@@ -35683,8 +35691,8 @@
"zh-cht": "法語(法國)",
"xloc": [
"default-mobile.handlebars->53->184",
- "default.handlebars->119->1928",
- "default3.handlebars->117->1924",
+ "default.handlebars->119->1930",
+ "default3.handlebars->117->1926",
"login2.handlebars->17->70"
]
},
@@ -35715,8 +35723,8 @@
"zh-cht": "法語(盧森堡)",
"xloc": [
"default-mobile.handlebars->53->185",
- "default.handlebars->119->1929",
- "default3.handlebars->117->1925",
+ "default.handlebars->119->1931",
+ "default3.handlebars->117->1927",
"login2.handlebars->17->71"
]
},
@@ -35747,8 +35755,8 @@
"zh-cht": "法語(摩納哥)",
"xloc": [
"default-mobile.handlebars->53->186",
- "default.handlebars->119->1930",
- "default3.handlebars->117->1926",
+ "default.handlebars->119->1932",
+ "default3.handlebars->117->1928",
"login2.handlebars->17->72"
]
},
@@ -35779,8 +35787,8 @@
"zh-cht": "法語(標準)",
"xloc": [
"default-mobile.handlebars->53->181",
- "default.handlebars->119->1925",
- "default3.handlebars->117->1921",
+ "default.handlebars->119->1927",
+ "default3.handlebars->117->1923",
"login2.handlebars->17->67"
]
},
@@ -35811,8 +35819,8 @@
"zh-cht": "法語(瑞士)",
"xloc": [
"default-mobile.handlebars->53->187",
- "default.handlebars->119->1931",
- "default3.handlebars->117->1927",
+ "default.handlebars->119->1933",
+ "default3.handlebars->117->1929",
"login2.handlebars->17->73"
]
},
@@ -35843,8 +35851,8 @@
"zh-cht": "弗里斯蘭語",
"xloc": [
"default-mobile.handlebars->53->188",
- "default.handlebars->119->1932",
- "default3.handlebars->117->1928",
+ "default.handlebars->119->1934",
+ "default3.handlebars->117->1930",
"login2.handlebars->17->74"
]
},
@@ -35875,8 +35883,8 @@
"zh-cht": "弗留利",
"xloc": [
"default-mobile.handlebars->53->189",
- "default.handlebars->119->1933",
- "default3.handlebars->117->1929",
+ "default.handlebars->119->1935",
+ "default3.handlebars->117->1931",
"login2.handlebars->17->75"
]
},
@@ -35906,16 +35914,16 @@
"zh-chs": "完整管理员",
"zh-cht": "完整管理員",
"xloc": [
- "default-mobile.handlebars->53->1002",
+ "default-mobile.handlebars->53->1009",
"default-mobile.handlebars->53->354",
- "default-mobile.handlebars->53->964",
- "default-mobile.handlebars->53->982",
- "default.handlebars->119->2139",
- "default.handlebars->119->2365",
- "default.handlebars->119->2841",
- "default3.handlebars->117->2154",
- "default3.handlebars->117->2377",
- "default3.handlebars->117->2850"
+ "default-mobile.handlebars->53->971",
+ "default-mobile.handlebars->53->989",
+ "default.handlebars->119->2141",
+ "default.handlebars->119->2367",
+ "default.handlebars->119->2848",
+ "default3.handlebars->117->2156",
+ "default3.handlebars->117->2379",
+ "default3.handlebars->117->2857"
]
},
{
@@ -35944,8 +35952,8 @@
"zh-chs": "完整管理员(保留所有权利)",
"zh-cht": "完整管理員(保留所有權利)",
"xloc": [
- "default.handlebars->119->2404",
- "default3.handlebars->117->2416"
+ "default.handlebars->119->2406",
+ "default3.handlebars->117->2418"
]
},
{
@@ -36126,8 +36134,8 @@
"zh-chs": "完整管理员",
"zh-cht": "完整管理員",
"xloc": [
- "default.handlebars->119->2946",
- "default3.handlebars->117->2955"
+ "default.handlebars->119->2953",
+ "default3.handlebars->117->2962"
]
},
{
@@ -36156,10 +36164,10 @@
"zh-chs": "全自动的",
"zh-cht": "全自動的",
"xloc": [
- "default.handlebars->119->2232",
- "default.handlebars->119->2293",
- "default3.handlebars->117->2243",
- "default3.handlebars->117->2302"
+ "default.handlebars->119->2234",
+ "default.handlebars->119->2295",
+ "default3.handlebars->117->2245",
+ "default3.handlebars->117->2304"
]
},
{
@@ -36169,9 +36177,9 @@
"nl": "Volledig gedecodeerd",
"uk": "Повністю Розшифрований",
"xloc": [
- "default-mobile.handlebars->53->899",
- "default.handlebars->119->1745",
- "default3.handlebars->117->1743"
+ "default-mobile.handlebars->53->906",
+ "default.handlebars->119->1747",
+ "default3.handlebars->117->1745"
]
},
{
@@ -36181,9 +36189,9 @@
"nl": "Volledig gecodeerd",
"uk": "Повністю Зашифрований",
"xloc": [
- "default-mobile.handlebars->53->901",
- "default.handlebars->119->1747",
- "default3.handlebars->117->1745"
+ "default-mobile.handlebars->53->908",
+ "default.handlebars->119->1749",
+ "default3.handlebars->117->1747"
]
},
{
@@ -36242,9 +36250,9 @@
"zh-chs": "GPU",
"zh-cht": "GPU",
"xloc": [
- "default-mobile.handlebars->53->853",
- "default.handlebars->119->1699",
- "default3.handlebars->117->1697"
+ "default-mobile.handlebars->53->860",
+ "default.handlebars->119->1701",
+ "default3.handlebars->117->1699"
]
},
{
@@ -36274,8 +36282,8 @@
"zh-cht": "蓋爾語(愛爾蘭)",
"xloc": [
"default-mobile.handlebars->53->191",
- "default.handlebars->119->1935",
- "default3.handlebars->117->1931",
+ "default.handlebars->119->1937",
+ "default3.handlebars->117->1933",
"login2.handlebars->17->77"
]
},
@@ -36306,8 +36314,8 @@
"zh-cht": "蓋爾語(蘇格蘭語)",
"xloc": [
"default-mobile.handlebars->53->190",
- "default.handlebars->119->1934",
- "default3.handlebars->117->1930",
+ "default.handlebars->119->1936",
+ "default3.handlebars->117->1932",
"login2.handlebars->17->76"
]
},
@@ -36337,8 +36345,8 @@
"zh-cht": "加拉契語",
"xloc": [
"default-mobile.handlebars->53->192",
- "default.handlebars->119->1936",
- "default3.handlebars->117->1932",
+ "default.handlebars->119->1938",
+ "default3.handlebars->117->1934",
"login2.handlebars->17->78"
]
},
@@ -36397,9 +36405,9 @@
"zh-chs": "网关:{0}",
"zh-cht": "網關:{0}",
"xloc": [
- "default-mobile.handlebars->53->815",
- "default.handlebars->119->1661",
- "default3.handlebars->117->1661"
+ "default-mobile.handlebars->53->822",
+ "default.handlebars->119->1663",
+ "default3.handlebars->117->1663"
]
},
{
@@ -36428,7 +36436,7 @@
"zh-chs": "一般",
"zh-cht": "一般",
"xloc": [
- "default-mobile.handlebars->53->577",
+ "default-mobile.handlebars->53->582",
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDev",
"default.handlebars->container->topbar->1->1->MeshSubMenuSpan->MeshSubMenu->1->0->MeshGeneral",
"default.handlebars->container->topbar->1->1->ServerSubMenuSpan->ServerSubMenu->1->0->ServerGeneral",
@@ -36559,8 +36567,8 @@
"zh-chs": "生成报告",
"zh-cht": "生成報告",
"xloc": [
- "default.handlebars->119->3208",
- "default3.handlebars->117->3211"
+ "default.handlebars->119->3215",
+ "default3.handlebars->117->3218"
]
},
{
@@ -36620,8 +36628,8 @@
"zh-cht": "格魯吉亞文",
"xloc": [
"default-mobile.handlebars->53->193",
- "default.handlebars->119->1937",
- "default3.handlebars->117->1933",
+ "default.handlebars->119->1939",
+ "default3.handlebars->117->1935",
"login2.handlebars->17->79"
]
},
@@ -36652,8 +36660,8 @@
"zh-cht": "德語(奧地利)",
"xloc": [
"default-mobile.handlebars->53->195",
- "default.handlebars->119->1939",
- "default3.handlebars->117->1935",
+ "default.handlebars->119->1941",
+ "default3.handlebars->117->1937",
"login2.handlebars->17->81"
]
},
@@ -36684,8 +36692,8 @@
"zh-cht": "德文(德國)",
"xloc": [
"default-mobile.handlebars->53->196",
- "default.handlebars->119->1940",
- "default3.handlebars->117->1936",
+ "default.handlebars->119->1942",
+ "default3.handlebars->117->1938",
"login2.handlebars->17->82"
]
},
@@ -36716,8 +36724,8 @@
"zh-cht": "德文(列支敦士登)",
"xloc": [
"default-mobile.handlebars->53->197",
- "default.handlebars->119->1941",
- "default3.handlebars->117->1937",
+ "default.handlebars->119->1943",
+ "default3.handlebars->117->1939",
"login2.handlebars->17->83"
]
},
@@ -36748,8 +36756,8 @@
"zh-cht": "德語(盧森堡)",
"xloc": [
"default-mobile.handlebars->53->198",
- "default.handlebars->119->1942",
- "default3.handlebars->117->1938",
+ "default.handlebars->119->1944",
+ "default3.handlebars->117->1940",
"login2.handlebars->17->84"
]
},
@@ -36780,8 +36788,8 @@
"zh-cht": "德語(標準)",
"xloc": [
"default-mobile.handlebars->53->194",
- "default.handlebars->119->1938",
- "default3.handlebars->117->1934",
+ "default.handlebars->119->1940",
+ "default3.handlebars->117->1936",
"login2.handlebars->17->80"
]
},
@@ -36812,8 +36820,8 @@
"zh-cht": "德文(瑞士)",
"xloc": [
"default-mobile.handlebars->53->199",
- "default.handlebars->119->1943",
- "default3.handlebars->117->1939",
+ "default.handlebars->119->1945",
+ "default3.handlebars->117->1941",
"login2.handlebars->17->85"
]
},
@@ -36934,8 +36942,8 @@
"zh-chs": "正在获取剪贴板内容,{0}个字节",
"zh-cht": "正在獲取剪貼板內容,{0}個字節",
"xloc": [
- "default.handlebars->119->2562",
- "default3.handlebars->117->2574"
+ "default.handlebars->119->2569",
+ "default3.handlebars->117->2581"
]
},
{
@@ -37122,8 +37130,8 @@
"zh-chs": "好",
"zh-cht": "好",
"xloc": [
- "default.handlebars->119->2135",
- "default3.handlebars->117->2150"
+ "default.handlebars->119->2137",
+ "default3.handlebars->117->2152"
]
},
{
@@ -37217,11 +37225,11 @@
"zh-chs": "Google云端硬盘备份",
"zh-cht": "Google雲端硬盤備份",
"xloc": [
- "default.handlebars->119->2156",
- "default.handlebars->119->2159",
+ "default.handlebars->119->2158",
+ "default.handlebars->119->2161",
"default.handlebars->119->334",
- "default3.handlebars->117->2171",
- "default3.handlebars->117->2174",
+ "default3.handlebars->117->2173",
+ "default3.handlebars->117->2176",
"default3.handlebars->117->344"
]
},
@@ -37251,8 +37259,8 @@
"zh-chs": "Google云端硬盘控制台",
"zh-cht": "Google雲端硬盤控制台",
"xloc": [
- "default.handlebars->119->2153",
- "default3.handlebars->117->2168"
+ "default.handlebars->119->2155",
+ "default3.handlebars->117->2170"
]
},
{
@@ -37311,8 +37319,8 @@
"zh-chs": "Google云端硬盘备份当前处于活动状态。",
"zh-cht": "Google雲端硬盤備份當前處於活動狀態。",
"xloc": [
- "default.handlebars->119->2157",
- "default3.handlebars->117->2172"
+ "default.handlebars->119->2159",
+ "default3.handlebars->117->2174"
]
},
{
@@ -37372,8 +37380,8 @@
"zh-cht": "希臘文",
"xloc": [
"default-mobile.handlebars->53->200",
- "default.handlebars->119->1944",
- "default3.handlebars->117->1940",
+ "default.handlebars->119->1946",
+ "default3.handlebars->117->1942",
"login2.handlebars->17->86"
]
},
@@ -37403,11 +37411,11 @@
"zh-chs": "组",
"zh-cht": "群",
"xloc": [
- "default-mobile.handlebars->53->492",
- "default.handlebars->119->3224",
+ "default-mobile.handlebars->53->497",
+ "default.handlebars->119->3231",
"default.handlebars->119->902",
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->1",
- "default3.handlebars->117->3227",
+ "default3.handlebars->117->3234",
"default3.handlebars->117->913",
"default3.handlebars->container->column_l->p1->devListToolbarSpan->7->devListToolbarSort->sortselect->1"
]
@@ -37438,14 +37446,14 @@
"zh-chs": "集体指令",
"zh-cht": "集體指令",
"xloc": [
- "default.handlebars->119->2775",
- "default.handlebars->119->2865",
+ "default.handlebars->119->2782",
+ "default.handlebars->119->2872",
"default.handlebars->119->760",
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar",
"default.handlebars->container->column_l->p4->3->1->0->3->3",
"default.handlebars->container->column_l->p50->3->1->0->3->p50userGroupOps",
- "default3.handlebars->117->2787",
- "default3.handlebars->117->2874",
+ "default3.handlebars->117->2794",
+ "default3.handlebars->117->2881",
"default3.handlebars->117->771",
"default3.handlebars->container->column_l->p1->devListToolbarSpan->devListToolbar",
"default3.handlebars->container->column_l->p4->3->1->0->1->1",
@@ -37478,8 +37486,8 @@
"zh-chs": "通过...分组",
"zh-cht": "通過...分群",
"xloc": [
- "default.handlebars->119->2721",
- "default3.handlebars->117->2733"
+ "default.handlebars->119->2728",
+ "default3.handlebars->117->2740"
]
},
{
@@ -37509,8 +37517,8 @@
"zh-cht": "群標識符",
"xloc": [
"agent-translations.json",
- "default.handlebars->119->2882",
- "default3.handlebars->117->2891"
+ "default.handlebars->119->2889",
+ "default3.handlebars->117->2898"
]
},
{
@@ -37539,8 +37547,8 @@
"zh-chs": "群组成员",
"zh-cht": "群組成員",
"xloc": [
- "default.handlebars->119->2907",
- "default3.handlebars->117->2916"
+ "default.handlebars->119->2914",
+ "default3.handlebars->117->2923"
]
},
{
@@ -37584,8 +37592,8 @@
"pl": "Typ Grupy",
"uk": "Тип Групи",
"xloc": [
- "default.handlebars->119->2883",
- "default3.handlebars->117->2892"
+ "default.handlebars->119->2890",
+ "default3.handlebars->117->2899"
]
},
{
@@ -37614,10 +37622,10 @@
"zh-chs": "通过...分组",
"zh-cht": "通過...分群",
"xloc": [
- "default.handlebars->119->3192",
- "default.handlebars->119->3195",
- "default3.handlebars->117->3195",
- "default3.handlebars->117->3198"
+ "default.handlebars->119->3199",
+ "default.handlebars->119->3202",
+ "default3.handlebars->117->3202",
+ "default3.handlebars->117->3205"
]
},
{
@@ -37646,8 +37654,8 @@
"zh-chs": "团队名字",
"zh-cht": "團隊名字",
"xloc": [
- "default.handlebars->119->2705",
- "default3.handlebars->117->2717"
+ "default.handlebars->119->2712",
+ "default3.handlebars->117->2724"
]
},
{
@@ -37676,8 +37684,8 @@
"zh-chs": "用户{0}的群组权限。",
"zh-cht": "用戶{0}的群組權限。",
"xloc": [
- "default.handlebars->119->2364",
- "default3.handlebars->117->2376"
+ "default.handlebars->119->2366",
+ "default3.handlebars->117->2378"
]
},
{
@@ -37706,8 +37714,8 @@
"zh-chs": "{0}的群组权限。",
"zh-cht": "{0}的群組權限。",
"xloc": [
- "default.handlebars->119->2363",
- "default3.handlebars->117->2375"
+ "default.handlebars->119->2365",
+ "default3.handlebars->117->2377"
]
},
{
@@ -37766,7 +37774,7 @@
"zh-chs": "组1,组2,组3",
"zh-cht": "群1,群2,群3",
"xloc": [
- "default-mobile.handlebars->53->644"
+ "default-mobile.handlebars->53->649"
]
},
{
@@ -37825,8 +37833,8 @@
"zh-chs": "来宾",
"zh-cht": "來賓",
"xloc": [
- "default.handlebars->119->3214",
- "default3.handlebars->117->3217"
+ "default.handlebars->119->3221",
+ "default3.handlebars->117->3224"
]
},
{
@@ -37919,8 +37927,8 @@
"zh-chs": "嘉宾分享",
"zh-cht": "嘉賓分享",
"xloc": [
- "default.handlebars->119->2372",
- "default3.handlebars->117->2384"
+ "default.handlebars->119->2374",
+ "default3.handlebars->117->2386"
]
},
{
@@ -37950,8 +37958,8 @@
"zh-cht": "古久拉提",
"xloc": [
"default-mobile.handlebars->53->201",
- "default.handlebars->119->1945",
- "default3.handlebars->117->1941",
+ "default.handlebars->119->1947",
+ "default3.handlebars->117->1943",
"login2.handlebars->17->87"
]
},
@@ -37981,14 +37989,14 @@
"zh-chs": "HTTP",
"zh-cht": "HTTP",
"xloc": [
- "default-mobile.handlebars->53->561",
+ "default-mobile.handlebars->53->566",
"default.handlebars->119->1056",
"default.handlebars->119->1224",
- "default.handlebars->119->3382",
+ "default.handlebars->119->3389",
"default.handlebars->119->450",
"default3.handlebars->117->1067",
"default3.handlebars->117->1233",
- "default3.handlebars->117->3387",
+ "default3.handlebars->117->3394",
"default3.handlebars->117->461"
]
},
@@ -38075,9 +38083,9 @@
"uk": "HTTP/",
"xloc": [
"default.handlebars->119->1110",
- "default.handlebars->119->2263",
+ "default.handlebars->119->2265",
"default3.handlebars->117->1121",
- "default3.handlebars->117->2274"
+ "default3.handlebars->117->2276"
]
},
{
@@ -38121,7 +38129,7 @@
"zh-chs": "HTTPS",
"zh-cht": "HTTPS",
"xloc": [
- "default-mobile.handlebars->53->562",
+ "default-mobile.handlebars->53->567",
"default.handlebars->119->1057",
"default.handlebars->119->1225",
"default.handlebars->119->451",
@@ -38213,9 +38221,9 @@
"uk": "HTTPS/",
"xloc": [
"default.handlebars->119->1111",
- "default.handlebars->119->2264",
+ "default.handlebars->119->2266",
"default3.handlebars->117->1122",
- "default3.handlebars->117->2275"
+ "default3.handlebars->117->2277"
]
},
{
@@ -38308,8 +38316,8 @@
"zh-cht": "海地文",
"xloc": [
"default-mobile.handlebars->53->202",
- "default.handlebars->119->1946",
- "default3.handlebars->117->1942",
+ "default.handlebars->119->1948",
+ "default3.handlebars->117->1944",
"login2.handlebars->17->88"
]
},
@@ -38324,10 +38332,10 @@
"pl": "Obsługa",
"uk": "Обробка",
"xloc": [
- "default.handlebars->119->1813",
- "default.handlebars->119->3051",
- "default3.handlebars->117->1810",
- "default3.handlebars->117->3060"
+ "default.handlebars->119->1815",
+ "default.handlebars->119->3058",
+ "default3.handlebars->117->1812",
+ "default3.handlebars->117->3067"
]
},
{
@@ -38415,9 +38423,9 @@
"zh-chs": "强行断开代理",
"zh-cht": "強行斷開代理",
"xloc": [
- "default-mobile.handlebars->53->936",
- "default.handlebars->119->1783",
- "default3.handlebars->117->1781"
+ "default-mobile.handlebars->53->943",
+ "default.handlebars->119->1785",
+ "default3.handlebars->117->1783"
]
},
{
@@ -38446,8 +38454,8 @@
"zh-chs": "硬件一次性密码",
"zh-cht": "硬件一次性密碼",
"xloc": [
- "default.handlebars->119->3252",
- "default3.handlebars->117->3255"
+ "default.handlebars->119->3259",
+ "default3.handlebars->117->3262"
]
},
{
@@ -38506,8 +38514,8 @@
"zh-chs": "堆总数",
"zh-cht": "堆總數",
"xloc": [
- "default.handlebars->119->3401",
- "default3.handlebars->117->3406"
+ "default.handlebars->119->3408",
+ "default3.handlebars->117->3413"
]
},
{
@@ -38536,8 +38544,8 @@
"zh-chs": "堆使用",
"zh-cht": "堆使用",
"xloc": [
- "default.handlebars->119->3400",
- "default3.handlebars->117->3405"
+ "default.handlebars->119->3407",
+ "default3.handlebars->117->3412"
]
},
{
@@ -38567,8 +38575,8 @@
"zh-cht": "希伯來文",
"xloc": [
"default-mobile.handlebars->53->203",
- "default.handlebars->119->1947",
- "default3.handlebars->117->1943",
+ "default.handlebars->119->1949",
+ "default3.handlebars->117->1945",
"login2.handlebars->17->89"
]
},
@@ -38687,8 +38695,8 @@
"zh-chs": "已请求帮助,用户:{0},详细信息:{1}",
"zh-cht": "已請求幫助,用戶:{0},詳細信息:{1}",
"xloc": [
- "default.handlebars->119->2639",
- "default3.handlebars->117->2651"
+ "default.handlebars->119->2646",
+ "default3.handlebars->117->2658"
]
},
{
@@ -38717,7 +38725,7 @@
"zh-chs": "帮助请求",
"zh-cht": "幫助請求",
"xloc": [
- "default-mobile.handlebars->53->421",
+ "default-mobile.handlebars->53->426",
"default.handlebars->119->456",
"default3.handlebars->117->467"
]
@@ -38766,12 +38774,12 @@
"xloc": [
"default.handlebars->119->1133",
"default.handlebars->119->1137",
- "default.handlebars->119->2465",
- "default.handlebars->119->2469",
+ "default.handlebars->119->2467",
+ "default.handlebars->119->2471",
"default3.handlebars->117->1142",
"default3.handlebars->117->1146",
- "default3.handlebars->117->2477",
- "default3.handlebars->117->2481"
+ "default3.handlebars->117->2479",
+ "default3.handlebars->117->2483"
]
},
{
@@ -38801,8 +38809,8 @@
"zh-cht": "幫助翻譯MeshCentral",
"xloc": [
"default-mobile.handlebars->53->318",
- "default.handlebars->119->2062",
- "default3.handlebars->117->2058"
+ "default.handlebars->119->2064",
+ "default3.handlebars->117->2060"
]
},
{
@@ -38919,8 +38927,8 @@
"zh-chs": "休眠",
"zh-cht": "冬眠",
"xloc": [
- "default-mobile.handlebars->53->455",
- "default-mobile.handlebars->53->463",
+ "default-mobile.handlebars->53->460",
+ "default-mobile.handlebars->53->468",
"default.handlebars->119->5",
"default.handlebars->119->708",
"default3.handlebars->117->5",
@@ -38954,8 +38962,8 @@
"zh-cht": "印地文",
"xloc": [
"default-mobile.handlebars->53->204",
- "default.handlebars->119->1948",
- "default3.handlebars->117->1944",
+ "default.handlebars->119->1950",
+ "default3.handlebars->117->1946",
"login2.handlebars->17->90"
]
},
@@ -39011,7 +39019,7 @@
"zh-chs": "保存1个条目进行复制",
"zh-cht": "保存1個項目進行複製",
"xloc": [
- "default-mobile.handlebars->53->738",
+ "default-mobile.handlebars->53->743",
"default.handlebars->119->1588",
"default3.handlebars->117->1588",
"sharing-mobile.handlebars->53->99",
@@ -39044,7 +39052,7 @@
"zh-chs": "保存1个项目进行移动",
"zh-cht": "保存1個項目進行移動",
"xloc": [
- "default-mobile.handlebars->53->742",
+ "default-mobile.handlebars->53->747",
"default.handlebars->119->1592",
"default3.handlebars->117->1592",
"sharing-mobile.handlebars->53->103",
@@ -39077,7 +39085,7 @@
"zh-chs": "保存{0}个条目进行复制",
"zh-cht": "保留{0}個項目進行複製",
"xloc": [
- "default-mobile.handlebars->53->736",
+ "default-mobile.handlebars->53->741",
"default.handlebars->119->1586",
"default3.handlebars->117->1586",
"sharing-mobile.handlebars->53->97",
@@ -39110,7 +39118,7 @@
"zh-chs": "保存{0}个条目以进行移动",
"zh-cht": "保存{0}個項目以進行移動",
"xloc": [
- "default-mobile.handlebars->53->740",
+ "default-mobile.handlebars->53->745",
"default.handlebars->119->1590",
"default3.handlebars->117->1590",
"sharing-mobile.handlebars->53->101",
@@ -39143,9 +39151,9 @@
"zh-chs": "保存{0}条目{1}给{2}",
"zh-cht": "保存{0}項目{1}給{2}",
"xloc": [
- "default-mobile.handlebars->53->381",
- "default.handlebars->119->2535",
- "default3.handlebars->117->2547"
+ "default-mobile.handlebars->53->386",
+ "default.handlebars->119->2542",
+ "default3.handlebars->117->2554"
]
},
{
@@ -39174,7 +39182,7 @@
"zh-chs": "家",
"zh-cht": "家",
"xloc": [
- "default-mobile.handlebars->53->662",
+ "default-mobile.handlebars->53->667",
"default.handlebars->119->1435",
"default3.handlebars->117->1437",
"sharing-mobile.handlebars->53->24"
@@ -39206,23 +39214,23 @@
"zh-chs": "主机名",
"zh-cht": "主機名",
"xloc": [
- "default-mobile.handlebars->53->494",
- "default-mobile.handlebars->53->495",
- "default-mobile.handlebars->53->497",
- "default-mobile.handlebars->53->641",
- "default-mobile.handlebars->53->805",
- "default-mobile.handlebars->53->957",
+ "default-mobile.handlebars->53->499",
+ "default-mobile.handlebars->53->500",
+ "default-mobile.handlebars->53->502",
+ "default-mobile.handlebars->53->646",
+ "default-mobile.handlebars->53->810",
+ "default-mobile.handlebars->53->964",
"default.handlebars->119->1382",
"default.handlebars->119->1641",
- "default.handlebars->119->2128",
- "default.handlebars->119->2191",
+ "default.handlebars->119->2130",
+ "default.handlebars->119->2193",
"default.handlebars->119->508",
"default.handlebars->119->517",
"default.handlebars->119->907",
"default3.handlebars->117->1382",
"default3.handlebars->117->1641",
- "default3.handlebars->117->2143",
- "default3.handlebars->117->2202",
+ "default3.handlebars->117->2145",
+ "default3.handlebars->117->2204",
"default3.handlebars->117->519",
"default3.handlebars->117->528",
"default3.handlebars->117->918"
@@ -39254,8 +39262,8 @@
"zh-chs": "主机名同步",
"zh-cht": "主機名同步",
"xloc": [
- "default.handlebars->119->2198",
- "default3.handlebars->117->2209"
+ "default.handlebars->119->2200",
+ "default3.handlebars->117->2211"
]
},
{
@@ -39297,8 +39305,8 @@
"zh-cht": "匈牙利文",
"xloc": [
"default-mobile.handlebars->53->205",
- "default.handlebars->119->1949",
- "default3.handlebars->117->1945",
+ "default.handlebars->119->1951",
+ "default3.handlebars->117->1947",
"login2.handlebars->17->91"
]
},
@@ -39358,10 +39366,10 @@
"zh-chs": "IP地址",
"zh-cht": "IP地址",
"xloc": [
- "default.handlebars->119->3219",
- "default.handlebars->119->3258",
- "default3.handlebars->117->3222",
- "default3.handlebars->117->3261"
+ "default.handlebars->119->3226",
+ "default.handlebars->119->3265",
+ "default3.handlebars->117->3229",
+ "default3.handlebars->117->3268"
]
},
{
@@ -39491,8 +39499,8 @@
"pl": "Zapisy o informacji lokalizacji IP",
"uk": "Інформаційні записи про локацію IP",
"xloc": [
- "default.handlebars->119->3264",
- "default3.handlebars->117->3267"
+ "default.handlebars->119->3271",
+ "default3.handlebars->117->3274"
]
},
{
@@ -39521,9 +39529,9 @@
"zh-chs": "IP-KVM",
"zh-cht": "IP-KVM",
"xloc": [
- "default-mobile.handlebars->53->476",
- "default-mobile.handlebars->53->533",
- "default-mobile.handlebars->53->567",
+ "default-mobile.handlebars->53->481",
+ "default-mobile.handlebars->53->538",
+ "default-mobile.handlebars->53->572",
"default.handlebars->119->419",
"default.handlebars->119->726",
"default3.handlebars->117->430",
@@ -39556,8 +39564,8 @@
"zh-chs": "IP-KVM / 电源设备",
"zh-cht": "IP-KVM / 電源設備",
"xloc": [
- "default.handlebars->119->2118",
- "default3.handlebars->117->2133"
+ "default.handlebars->119->2120",
+ "default3.handlebars->117->2135"
]
},
{
@@ -39586,8 +39594,8 @@
"zh-chs": "IP-KVM / 通过代理中继的电源设备",
"zh-cht": "IP-KVM / 通過代理中繼的電源設備",
"xloc": [
- "default.handlebars->119->2119",
- "default3.handlebars->117->2134"
+ "default.handlebars->119->2121",
+ "default3.handlebars->117->2136"
]
},
{
@@ -39616,9 +39624,9 @@
"zh-chs": "IP-KVM 设备",
"zh-cht": "IP-KVM 設備",
"xloc": [
- "default-mobile.handlebars->53->949",
- "default.handlebars->119->2183",
- "default3.handlebars->117->2194"
+ "default-mobile.handlebars->53->956",
+ "default.handlebars->119->2185",
+ "default3.handlebars->117->2196"
]
},
{
@@ -39647,9 +39655,9 @@
"zh-chs": "通过代理中继的 IP-KVM 设备",
"zh-cht": "通過代理中繼的 IP-KVM 設備",
"xloc": [
- "default-mobile.handlebars->53->950",
- "default.handlebars->119->2184",
- "default3.handlebars->117->2195"
+ "default-mobile.handlebars->53->957",
+ "default.handlebars->119->2186",
+ "default3.handlebars->117->2197"
]
},
{
@@ -39770,11 +39778,11 @@
"zh-chs": "IP:{0}",
"zh-cht": "IP:{0}",
"xloc": [
- "default-mobile.handlebars->53->813",
+ "default-mobile.handlebars->53->820",
"default.handlebars->119->1652",
- "default.handlebars->119->1659",
+ "default.handlebars->119->1661",
"default3.handlebars->117->1652",
- "default3.handlebars->117->1659"
+ "default3.handlebars->117->1661"
]
},
{
@@ -39833,13 +39841,13 @@
"zh-chs": "IPv4层",
"zh-cht": "IPv4層",
"xloc": [
- "default-mobile.handlebars->53->816",
+ "default-mobile.handlebars->53->823",
"default.handlebars->119->1649",
"default.handlebars->119->1651",
- "default.handlebars->119->1662",
+ "default.handlebars->119->1664",
"default3.handlebars->117->1649",
"default3.handlebars->117->1651",
- "default3.handlebars->117->1662"
+ "default3.handlebars->117->1664"
]
},
{
@@ -39964,9 +39972,9 @@
"zh-chs": "IPv6层",
"zh-cht": "IPv6層",
"xloc": [
- "default-mobile.handlebars->53->818",
- "default.handlebars->119->1664",
- "default3.handlebars->117->1664"
+ "default-mobile.handlebars->53->825",
+ "default.handlebars->119->1666",
+ "default3.handlebars->117->1666"
]
},
{
@@ -40086,8 +40094,8 @@
"zh-cht": "冰島文",
"xloc": [
"default-mobile.handlebars->53->206",
- "default.handlebars->119->1950",
- "default3.handlebars->117->1946",
+ "default.handlebars->119->1952",
+ "default3.handlebars->117->1948",
"login2.handlebars->17->92"
]
},
@@ -40117,7 +40125,7 @@
"zh-chs": "图标选择",
"zh-cht": "圖符選擇",
"xloc": [
- "default-mobile.handlebars->53->635",
+ "default-mobile.handlebars->53->640",
"default.handlebars->119->1376",
"default3.handlebars->117->1378"
]
@@ -40148,17 +40156,17 @@
"zh-chs": "识别码",
"zh-cht": "識別符",
"xloc": [
- "default-mobile.handlebars->53->804",
- "default-mobile.handlebars->53->825",
- "default-mobile.handlebars->53->851",
- "default-mobile.handlebars->53->919",
+ "default-mobile.handlebars->53->809",
+ "default-mobile.handlebars->53->832",
+ "default-mobile.handlebars->53->858",
+ "default-mobile.handlebars->53->926",
"default.handlebars->119->1640",
- "default.handlebars->119->1671",
- "default.handlebars->119->1697",
- "default.handlebars->119->1765",
+ "default.handlebars->119->1673",
+ "default.handlebars->119->1699",
+ "default.handlebars->119->1767",
"default3.handlebars->117->1640",
- "default3.handlebars->117->1695",
- "default3.handlebars->117->1763"
+ "default3.handlebars->117->1697",
+ "default3.handlebars->117->1765"
]
},
{
@@ -40187,8 +40195,8 @@
"zh-chs": "如果在CCM中,请重新激活英特尔®AMT",
"zh-cht": "如果在CCM中,請重新激活英特爾®AMT",
"xloc": [
- "default.handlebars->119->2307",
- "default3.handlebars->117->2316"
+ "default.handlebars->119->2309",
+ "default3.handlebars->117->2318"
]
},
{
@@ -40381,8 +40389,8 @@
"pl": "Importuj",
"uk": "Імпорт",
"xloc": [
- "default.handlebars->119->2239",
- "default3.handlebars->117->2250"
+ "default.handlebars->119->2241",
+ "default3.handlebars->117->2252"
]
},
{
@@ -40423,12 +40431,12 @@
"zh-chs": "导入英特尔® AMT 设备",
"zh-cht": "導入英特爾® AMT 設備",
"xloc": [
- "default.handlebars->119->2281",
- "default.handlebars->119->2282",
- "default.handlebars->119->2286",
- "default3.handlebars->117->2292",
- "default3.handlebars->117->2293",
- "default3.handlebars->117->2296"
+ "default.handlebars->119->2283",
+ "default.handlebars->119->2284",
+ "default.handlebars->119->2288",
+ "default3.handlebars->117->2294",
+ "default3.handlebars->117->2295",
+ "default3.handlebars->117->2298"
]
},
{
@@ -40443,8 +40451,8 @@
"pl": "Importuj urządzenia Intel® AMT.",
"uk": "Імпортувати пристрої Intel® AMT.",
"xloc": [
- "default.handlebars->119->2238",
- "default3.handlebars->117->2249"
+ "default.handlebars->119->2240",
+ "default3.handlebars->117->2251"
]
},
{
@@ -40473,8 +40481,8 @@
"zh-chs": "以 MeshCommander JSON 格式导入本地英特尔® AMT 设备列表。",
"zh-cht": "以 MeshCommander JSON 格式導入本地英特爾® AMT 設備列表。",
"xloc": [
- "default.handlebars->119->2280",
- "default3.handlebars->117->2291"
+ "default.handlebars->119->2282",
+ "default3.handlebars->117->2293"
]
},
{
@@ -40503,8 +40511,8 @@
"zh-chs": "导入设备列表",
"zh-cht": "導入設備列表",
"xloc": [
- "default.handlebars->119->2276",
- "default3.handlebars->117->2287"
+ "default.handlebars->119->2278",
+ "default3.handlebars->117->2289"
]
},
{
@@ -40544,7 +40552,7 @@
"zh-chs": "为了使用推送通知身份验证,必须在您的帐户中设置具有完全权限的移动设备。",
"zh-cht": "為了使用推送通知身份驗證,必須在您的帳戶中設置具有完全權限的移動設備。",
"xloc": [
- "default.handlebars->119->1845"
+ "default.handlebars->119->1847"
]
},
{
@@ -40573,8 +40581,8 @@
"zh-chs": "停用天数直到移除",
"zh-cht": "停用天數直到移除",
"xloc": [
- "default.handlebars->119->2349",
- "default3.handlebars->117->2361"
+ "default.handlebars->119->2351",
+ "default3.handlebars->117->2363"
]
},
{
@@ -40745,10 +40753,10 @@
"zh-chs": "第二个因素不正确",
"zh-cht": "第二個因素不正確",
"xloc": [
- "default.handlebars->119->3245",
- "default.handlebars->119->3294",
- "default3.handlebars->117->3248",
- "default3.handlebars->117->3297"
+ "default.handlebars->119->3252",
+ "default.handlebars->119->3301",
+ "default3.handlebars->117->3255",
+ "default3.handlebars->117->3304"
]
},
{
@@ -40806,7 +40814,7 @@
"zh-chs": "个别装置",
"zh-cht": "個別裝置",
"xloc": [
- "default-mobile.handlebars->53->408",
+ "default-mobile.handlebars->53->413",
"default.handlebars->119->371",
"default.handlebars->119->372",
"default.handlebars->119->373",
@@ -40842,8 +40850,8 @@
"zh-cht": "印度尼西亞文",
"xloc": [
"default-mobile.handlebars->53->207",
- "default.handlebars->119->1951",
- "default3.handlebars->117->1947",
+ "default.handlebars->119->1953",
+ "default3.handlebars->117->1949",
"login2.handlebars->17->93"
]
},
@@ -40918,10 +40926,10 @@
"pl": "Informacje na Pushover.net",
"uk": "Інформація про Pushover.net",
"xloc": [
- "default.handlebars->119->1819",
- "default.handlebars->119->3057",
- "default3.handlebars->117->1816",
- "default3.handlebars->117->3066"
+ "default.handlebars->119->1821",
+ "default.handlebars->119->3064",
+ "default3.handlebars->117->1818",
+ "default3.handlebars->117->3073"
]
},
{
@@ -40983,7 +40991,7 @@
"zh-chs": "插",
"zh-cht": "插入",
"xloc": [
- "default-mobile.handlebars->53->660",
+ "default-mobile.handlebars->53->665",
"default.handlebars->119->1433",
"default3.handlebars->117->1435",
"sharing-mobile.handlebars->53->22"
@@ -41099,7 +41107,7 @@
"zh-chs": "在此设备上安装",
"zh-cht": "在此設備上安裝",
"xloc": [
- "default-mobile.handlebars->53->961"
+ "default-mobile.handlebars->53->968"
]
},
{
@@ -41128,7 +41136,7 @@
"zh-chs": "在您的 Android 设备上安装 MeshCentral Agent。安装后,单击配对链接将您的设备连接到此服务器。",
"zh-cht": "在您的 Android 設備上安裝 MeshCentral Agent。安裝後,單擊配對鏈接將您的設備連接到此服務器。",
"xloc": [
- "default-mobile.handlebars->53->977"
+ "default-mobile.handlebars->53->984"
]
},
{
@@ -41210,14 +41218,14 @@
"zh-cht": "安裝方式",
"xloc": [
"agentinvite.handlebars->13->7",
- "default.handlebars->119->2446",
- "default.handlebars->119->2453",
+ "default.handlebars->119->2448",
+ "default.handlebars->119->2455",
"default.handlebars->119->574",
"default.handlebars->119->595",
"default.handlebars->119->612",
"default.handlebars->119->616",
- "default3.handlebars->117->2458",
- "default3.handlebars->117->2465",
+ "default3.handlebars->117->2460",
+ "default3.handlebars->117->2467",
"default3.handlebars->117->585",
"default3.handlebars->117->606",
"default3.handlebars->117->623",
@@ -41306,15 +41314,15 @@
"zh-chs": "英特尔AMT",
"zh-cht": "英特爾AMT",
"xloc": [
- "default.handlebars->119->3396",
- "default3.handlebars->117->3401"
+ "default.handlebars->119->3403",
+ "default3.handlebars->117->3408"
]
},
{
"en": "Intel AMT CIRA",
"xloc": [
- "default.handlebars->119->3397",
- "default3.handlebars->117->3402"
+ "default.handlebars->119->3404",
+ "default3.handlebars->117->3409"
]
},
{
@@ -41489,8 +41497,8 @@
"zh-chs": "英特尔 AMT 经理",
"zh-cht": "英特爾 AMT 經理",
"xloc": [
- "default.handlebars->119->3427",
- "default3.handlebars->117->3432"
+ "default.handlebars->119->3434",
+ "default3.handlebars->117->3439"
]
},
{
@@ -41576,27 +41584,27 @@
"zh-chs": "英特尔®AMT",
"zh-cht": "Intel® AMT",
"xloc": [
- "default-mobile.handlebars->53->479",
- "default-mobile.handlebars->53->529",
- "default-mobile.handlebars->53->536",
+ "default-mobile.handlebars->53->484",
+ "default-mobile.handlebars->53->534",
+ "default-mobile.handlebars->53->541",
"default.handlebars->119->1003",
"default.handlebars->119->1091",
- "default.handlebars->119->2219",
- "default.handlebars->119->2233",
- "default.handlebars->119->2473",
- "default.handlebars->119->2486",
- "default.handlebars->119->3426",
+ "default.handlebars->119->2221",
+ "default.handlebars->119->2235",
+ "default.handlebars->119->2475",
+ "default.handlebars->119->2488",
+ "default.handlebars->119->3433",
"default.handlebars->119->877",
"default.handlebars->119->944",
"default.handlebars->119->993",
"default3.handlebars->117->1004",
"default3.handlebars->117->1014",
"default3.handlebars->117->1102",
- "default3.handlebars->117->2230",
- "default3.handlebars->117->2244",
- "default3.handlebars->117->2485",
- "default3.handlebars->117->2498",
- "default3.handlebars->117->3431",
+ "default3.handlebars->117->2232",
+ "default3.handlebars->117->2246",
+ "default3.handlebars->117->2487",
+ "default3.handlebars->117->2500",
+ "default3.handlebars->117->3438",
"default3.handlebars->117->888",
"default3.handlebars->117->955"
]
@@ -41657,7 +41665,7 @@
"zh-chs": "英特尔®AMT CIRA",
"zh-cht": "Intel® AMT CIRA",
"xloc": [
- "default-mobile.handlebars->53->535",
+ "default-mobile.handlebars->53->540",
"default.handlebars->119->1001",
"default3.handlebars->117->1012"
]
@@ -41919,8 +41927,8 @@
"zh-chs": "英特尔®AMT政策",
"zh-cht": "Intel® AMT政策",
"xloc": [
- "default.handlebars->119->2294",
- "default3.handlebars->117->2303"
+ "default.handlebars->119->2296",
+ "default3.handlebars->117->2305"
]
},
{
@@ -41949,9 +41957,9 @@
"zh-chs": "英特尔® AMT 电源操作",
"zh-cht": "英特爾® AMT 電源操作",
"xloc": [
- "default-mobile.handlebars->53->600",
- "default-mobile.handlebars->53->602",
- "default-mobile.handlebars->53->604",
+ "default-mobile.handlebars->53->605",
+ "default-mobile.handlebars->53->607",
+ "default-mobile.handlebars->53->609",
"default.handlebars->119->1298",
"default.handlebars->119->1300",
"default.handlebars->119->1302",
@@ -41992,7 +42000,7 @@
"zh-chs": "英特尔® AMT 关机",
"zh-cht": "英特爾® AMT 關機",
"xloc": [
- "default-mobile.handlebars->53->595",
+ "default-mobile.handlebars->53->600",
"default.handlebars->119->1278",
"default3.handlebars->117->1287"
]
@@ -42023,7 +42031,7 @@
"zh-chs": "英特尔® AMT 开机",
"zh-cht": "英特爾® AMT 開機",
"xloc": [
- "default-mobile.handlebars->53->596",
+ "default-mobile.handlebars->53->601",
"default.handlebars->119->1283",
"default3.handlebars->117->1292"
]
@@ -42078,10 +42086,10 @@
"zh-chs": "英特尔®AMT重定向",
"zh-cht": "Intel® AMT重定向",
"xloc": [
- "default.handlebars->119->3156",
- "default.handlebars->119->3166",
- "default3.handlebars->117->3159",
- "default3.handlebars->117->3169",
+ "default.handlebars->119->3163",
+ "default.handlebars->119->3173",
+ "default3.handlebars->117->3166",
+ "default3.handlebars->117->3176",
"player.handlebars->29->33"
]
},
@@ -42111,7 +42119,7 @@
"zh-chs": "英特尔® AMT 重置",
"zh-cht": "英特爾® AMT 重置",
"xloc": [
- "default-mobile.handlebars->53->594",
+ "default-mobile.handlebars->53->599",
"default.handlebars->119->1277",
"default3.handlebars->117->1286"
]
@@ -42196,10 +42204,10 @@
"zh-chs": "英特尔®AMT WSMAN",
"zh-cht": "Intle® AMT WSMAN",
"xloc": [
- "default.handlebars->119->3155",
- "default.handlebars->119->3165",
- "default3.handlebars->117->3158",
- "default3.handlebars->117->3168",
+ "default.handlebars->119->3162",
+ "default.handlebars->119->3172",
+ "default3.handlebars->117->3165",
+ "default3.handlebars->117->3175",
"player.handlebars->29->32"
]
},
@@ -42255,7 +42263,7 @@
"zh-chs": "英特尔®AMT已连接",
"zh-cht": "Intel ®AMT已連接",
"xloc": [
- "default-mobile.handlebars->53->569",
+ "default-mobile.handlebars->53->574",
"default.handlebars->119->1081",
"default.handlebars->119->1082",
"default3.handlebars->117->1092",
@@ -42289,11 +42297,11 @@
"zh-cht": "Intel® AMT桌面和串行事件",
"xloc": [
"default.handlebars->119->1129",
- "default.handlebars->119->2089",
- "default.handlebars->119->2461",
+ "default.handlebars->119->2091",
+ "default.handlebars->119->2463",
"default3.handlebars->117->1138",
- "default3.handlebars->117->2086",
- "default3.handlebars->117->2473"
+ "default3.handlebars->117->2088",
+ "default3.handlebars->117->2475"
]
},
{
@@ -42322,7 +42330,7 @@
"zh-chs": "检测到英特尔®AMT",
"zh-cht": "檢測到Intel® AMT",
"xloc": [
- "default-mobile.handlebars->53->570",
+ "default-mobile.handlebars->53->575",
"default.handlebars->119->1083",
"default.handlebars->119->1084",
"default3.handlebars->117->1094",
@@ -42514,7 +42522,7 @@
"zh-chs": "英特尔AMT已设置TLS网络安全",
"zh-cht": "Intel® AMT已設置TLS網絡安全性",
"xloc": [
- "default-mobile.handlebars->53->519",
+ "default-mobile.handlebars->53->524",
"default.handlebars->119->932",
"default3.handlebars->117->943"
]
@@ -42600,11 +42608,11 @@
"zh-chs": "仅限英特尔®AMT,无代理",
"zh-cht": "僅限Intel® AMT,無代理",
"xloc": [
- "default-mobile.handlebars->53->945",
- "default.handlebars->119->2122",
- "default.handlebars->119->2179",
- "default3.handlebars->117->2137",
- "default3.handlebars->117->2190"
+ "default-mobile.handlebars->53->952",
+ "default.handlebars->119->2124",
+ "default.handlebars->119->2181",
+ "default3.handlebars->117->2139",
+ "default3.handlebars->117->2192"
]
},
{
@@ -42729,9 +42737,9 @@
"zh-chs": "英特尔®主动管理技术(英特尔®AMT)",
"zh-cht": "Intel ® Active Management Technology(Intel® AMT)",
"xloc": [
- "default-mobile.handlebars->53->841",
- "default.handlebars->119->1687",
- "default3.handlebars->117->1685"
+ "default-mobile.handlebars->53->848",
+ "default.handlebars->119->1689",
+ "default3.handlebars->117->1687"
]
},
{
@@ -42760,7 +42768,7 @@
"zh-chs": "英特尔®ME",
"zh-cht": "Intel® ME",
"xloc": [
- "default-mobile.handlebars->53->528",
+ "default-mobile.handlebars->53->533",
"default.handlebars->119->942",
"default3.handlebars->117->953"
]
@@ -42821,7 +42829,7 @@
"zh-chs": "英特尔®SM",
"zh-cht": "Intel® M",
"xloc": [
- "default-mobile.handlebars->53->530",
+ "default-mobile.handlebars->53->535",
"default.handlebars->119->1089",
"default.handlebars->119->946",
"default3.handlebars->117->1100",
@@ -42883,9 +42891,9 @@
"zh-chs": "英特尔® 标准可管理性(英特尔® SM)",
"zh-cht": "英特爾® 標準可管理性(英特爾® SM)",
"xloc": [
- "default-mobile.handlebars->53->840",
- "default.handlebars->119->1686",
- "default3.handlebars->117->1684"
+ "default-mobile.handlebars->53->847",
+ "default.handlebars->119->1688",
+ "default3.handlebars->117->1686"
]
},
{
@@ -42974,8 +42982,8 @@
"zh-chs": "英特尔(r) AMT 政策变更",
"zh-cht": "英特爾(r) AMT 政策變更",
"xloc": [
- "default.handlebars->119->2682",
- "default3.handlebars->117->2694"
+ "default.handlebars->119->2689",
+ "default3.handlebars->117->2701"
]
},
{
@@ -43263,28 +43271,64 @@
"zh-cht": "僅限互動",
"xloc": [
"agentinvite.handlebars->13->10",
- "default.handlebars->119->2449",
- "default.handlebars->119->2455",
+ "default.handlebars->119->2451",
+ "default.handlebars->119->2457",
"default.handlebars->119->577",
"default.handlebars->119->598",
"default.handlebars->119->615",
- "default3.handlebars->117->2461",
- "default3.handlebars->117->2467",
+ "default3.handlebars->117->2463",
+ "default3.handlebars->117->2469",
"default3.handlebars->117->588",
"default3.handlebars->117->609",
"default3.handlebars->117->626"
]
},
+ {
+ "ar": "سرعة الواجهة",
+ "bs": "Brzina interfejsa",
+ "ca": "Velocitat de la interfície",
+ "cs": "Rychlost rozhraní",
+ "da": "Interface hastighed",
+ "de": "Schnittstellengeschwindigkeit",
+ "en": "Interface Speed",
+ "es": "Velocidad de la interfaz",
+ "fi": "Käyttöliittymän nopeus",
+ "fr": "Vitesse d'interface",
+ "hi": "इंटरफ़ेस गति",
+ "hr": "Brzina sučelja",
+ "it": "Velocità dell'interfaccia",
+ "ja": "インターフェース速度",
+ "ko": "인터페이스 속도",
+ "nl": "Interfacesnelheid",
+ "pl": "Szybkość interfejsu",
+ "pt": "Velocidade da interface",
+ "pt-br": "Velocidade da interface",
+ "ro": "Viteza interfeței",
+ "ru": "Скорость интерфейса",
+ "sr": "Брзина интерфејса",
+ "sv": "Gränssnittshastighet",
+ "tr": "Arayüz Hızı",
+ "uk": "Швидкість інтерфейсу",
+ "zh-chs": "接口速度",
+ "zh-cht": "介面速度",
+ "xloc": [
+ "default-mobile.handlebars->53->818",
+ "default.handlebars->119->1659",
+ "default3.handlebars->117->1659"
+ ]
+ },
{
"bs": "Interfejsi",
"ca": "Interfícies",
"cs": "Síťová rozhraní",
"da": "Interfaces",
"de": "Schnittstellen",
+ "el": "Διεπαφές",
"en": "Interfaces",
"es": "Interfaces",
"fi": "Liitennät",
"fr": "Interfaces",
+ "he": "ממשקים",
"hi": "इंटरफेस",
"hu": "Interfészek",
"it": "Interfacce",
@@ -43361,8 +43405,8 @@
"zh-cht": "因紐特文",
"xloc": [
"default-mobile.handlebars->53->208",
- "default.handlebars->119->1952",
- "default3.handlebars->117->1948",
+ "default.handlebars->119->1954",
+ "default3.handlebars->117->1950",
"login2.handlebars->17->94"
]
},
@@ -43404,10 +43448,10 @@
"nl": "Ongeldig CSV bestandsformaat.",
"uk": "Хибний формат файлу CSV.",
"xloc": [
- "default.handlebars->119->2797",
- "default.handlebars->119->2799",
- "default3.handlebars->117->2808",
- "default3.handlebars->117->2810"
+ "default.handlebars->119->2804",
+ "default.handlebars->119->2806",
+ "default3.handlebars->117->2815",
+ "default3.handlebars->117->2817"
]
},
{
@@ -43436,7 +43480,7 @@
"zh-chs": "无效证件",
"zh-cht": "無效證件",
"xloc": [
- "default-mobile.handlebars->53->524",
+ "default-mobile.handlebars->53->529",
"default.handlebars->119->937",
"default3.handlebars->117->948"
]
@@ -43467,8 +43511,8 @@
"zh-chs": "无效的设备组类型",
"zh-cht": "無效的裝置群類型",
"xloc": [
- "default.handlebars->119->3357",
- "default3.handlebars->117->3362"
+ "default.handlebars->119->3364",
+ "default3.handlebars->117->3369"
]
},
{
@@ -43497,8 +43541,8 @@
"zh-chs": "无效的JSON",
"zh-cht": "無效的JSON",
"xloc": [
- "default.handlebars->119->3351",
- "default3.handlebars->117->3356"
+ "default.handlebars->119->3358",
+ "default3.handlebars->117->3363"
]
},
{
@@ -43527,12 +43571,12 @@
"zh-chs": "无效的JSON档案格式。",
"zh-cht": "無效的JSON檔案格式。",
"xloc": [
- "default.handlebars->119->2287",
- "default.handlebars->119->2803",
- "default.handlebars->119->2805",
+ "default.handlebars->119->2289",
+ "default.handlebars->119->2810",
+ "default.handlebars->119->2812",
"default.handlebars->119->531",
- "default3.handlebars->117->2814",
- "default3.handlebars->117->2816",
+ "default3.handlebars->117->2821",
+ "default3.handlebars->117->2823",
"default3.handlebars->117->542"
]
},
@@ -43562,11 +43606,11 @@
"zh-chs": "无效的JSON档案:{0}。",
"zh-cht": "無效的JSON檔案:{0}。",
"xloc": [
- "default.handlebars->119->2283",
- "default.handlebars->119->2801",
+ "default.handlebars->119->2285",
+ "default.handlebars->119->2808",
"default.handlebars->119->529",
- "default3.handlebars->117->2294",
- "default3.handlebars->117->2812",
+ "default3.handlebars->117->2296",
+ "default3.handlebars->117->2819",
"default3.handlebars->117->540"
]
},
@@ -43716,8 +43760,8 @@
"zh-chs": "无效的PKCS签名",
"zh-cht": "無效的PKCS簽名",
"xloc": [
- "default.handlebars->119->3349",
- "default3.handlebars->117->3354"
+ "default.handlebars->119->3356",
+ "default3.handlebars->117->3361"
]
},
{
@@ -43746,8 +43790,8 @@
"zh-chs": "無效的RSA密碼",
"zh-cht": "無效的RSA密碼",
"xloc": [
- "default.handlebars->119->3350",
- "default3.handlebars->117->3355"
+ "default.handlebars->119->3357",
+ "default3.handlebars->117->3362"
]
},
{
@@ -43776,9 +43820,9 @@
"zh-chs": "无效的短信",
"zh-cht": "短信無效",
"xloc": [
- "default-mobile.handlebars->53->1063",
- "default.handlebars->119->3332",
- "default3.handlebars->117->3337"
+ "default-mobile.handlebars->53->1070",
+ "default.handlebars->119->3339",
+ "default3.handlebars->117->3344"
]
},
{
@@ -43868,9 +43912,9 @@
"zh-chs": "无效域",
"zh-cht": "無效域",
"xloc": [
- "default-mobile.handlebars->53->1043",
- "default.handlebars->119->3312",
- "default3.handlebars->117->3317"
+ "default-mobile.handlebars->53->1050",
+ "default.handlebars->119->3319",
+ "default3.handlebars->117->3324"
]
},
{
@@ -43925,9 +43969,9 @@
"zh-chs": "不合规电邮",
"zh-cht": "不合規電郵",
"xloc": [
- "default-mobile.handlebars->53->1042",
- "default.handlebars->119->3311",
- "default3.handlebars->117->3316"
+ "default-mobile.handlebars->53->1049",
+ "default.handlebars->119->3318",
+ "default3.handlebars->117->3323"
]
},
{
@@ -44046,10 +44090,10 @@
"zh-chs": "无效的登录尝试",
"zh-cht": "無效的登錄嘗試",
"xloc": [
- "default.handlebars->119->3247",
- "default.handlebars->119->3296",
- "default3.handlebars->117->3250",
- "default3.handlebars->117->3299"
+ "default.handlebars->119->3254",
+ "default.handlebars->119->3303",
+ "default3.handlebars->117->3257",
+ "default3.handlebars->117->3306"
]
},
{
@@ -44063,8 +44107,8 @@
"pl": "Błędna wiadomość",
"uk": "Хибне повідомлення",
"xloc": [
- "default.handlebars->119->3338",
- "default3.handlebars->117->3343"
+ "default.handlebars->119->3345",
+ "default3.handlebars->117->3350"
]
},
{
@@ -44104,11 +44148,11 @@
"zh-chs": "无效的密码",
"zh-cht": "無效的密碼",
"xloc": [
- "default-mobile.handlebars->53->1041",
+ "default-mobile.handlebars->53->1048",
"default-mobile.handlebars->53->96",
- "default.handlebars->119->3310",
+ "default.handlebars->119->3317",
"default.handlebars->119->340",
- "default3.handlebars->117->3315",
+ "default3.handlebars->117->3322",
"default3.handlebars->117->350"
]
},
@@ -44155,9 +44199,9 @@
"zh-chs": "网站权限无效",
"zh-cht": "無效的網站權限",
"xloc": [
- "default-mobile.handlebars->53->1044",
- "default.handlebars->119->3313",
- "default3.handlebars->117->3318"
+ "default-mobile.handlebars->53->1051",
+ "default.handlebars->119->3320",
+ "default3.handlebars->117->3325"
]
},
{
@@ -44217,8 +44261,8 @@
"zh-chs": "来自 {0}、{1}、{2} 的无效用户登录尝试",
"zh-cht": "來自 {0}、{1}、{2} 的用戶登錄嘗試無效",
"xloc": [
- "default.handlebars->119->2651",
- "default3.handlebars->117->2663"
+ "default.handlebars->119->2658",
+ "default3.handlebars->117->2670"
]
},
{
@@ -44247,9 +44291,9 @@
"zh-chs": "无效的用户名",
"zh-cht": "無效的用戶名",
"xloc": [
- "default-mobile.handlebars->53->1040",
- "default.handlebars->119->3309",
- "default3.handlebars->117->3314"
+ "default-mobile.handlebars->53->1047",
+ "default.handlebars->119->3316",
+ "default3.handlebars->117->3321"
]
},
{
@@ -44304,8 +44348,8 @@
"zh-chs": "使电邮无效",
"zh-cht": "使電郵無效",
"xloc": [
- "default.handlebars->119->2769",
- "default3.handlebars->117->2781"
+ "default.handlebars->119->2776",
+ "default3.handlebars->117->2788"
]
},
{
@@ -44420,8 +44464,8 @@
"zh-chs": "任何人都可以使用邀请代码通过以下公共连接将设备加入该设备组:",
"zh-cht": "任何人都可以使用邀請代碼通過以下公共鏈結將裝置加入該裝置群:",
"xloc": [
- "default.handlebars->119->2451",
- "default3.handlebars->117->2463"
+ "default.handlebars->119->2453",
+ "default3.handlebars->117->2465"
]
},
{
@@ -44479,10 +44523,10 @@
"zh-chs": "邀请",
"zh-cht": "邀請",
"xloc": [
- "default.handlebars->119->2245",
+ "default.handlebars->119->2247",
"default.handlebars->119->503",
"default.handlebars->119->600",
- "default3.handlebars->117->2256",
+ "default3.handlebars->117->2258",
"default3.handlebars->117->514",
"default3.handlebars->117->611"
]
@@ -44513,19 +44557,19 @@
"zh-chs": "邀请码",
"zh-cht": "邀請碼",
"xloc": [
- "default-mobile.handlebars->53->1038",
- "default.handlebars->119->2225",
- "default.handlebars->119->2439",
- "default.handlebars->119->2450",
+ "default-mobile.handlebars->53->1045",
+ "default.handlebars->119->2227",
+ "default.handlebars->119->2441",
"default.handlebars->119->2452",
- "default.handlebars->119->2457",
- "default.handlebars->119->3307",
- "default3.handlebars->117->2236",
- "default3.handlebars->117->2451",
- "default3.handlebars->117->2462",
+ "default.handlebars->119->2454",
+ "default.handlebars->119->2459",
+ "default.handlebars->119->3314",
+ "default3.handlebars->117->2238",
+ "default3.handlebars->117->2453",
"default3.handlebars->117->2464",
- "default3.handlebars->117->2469",
- "default3.handlebars->117->3312"
+ "default3.handlebars->117->2466",
+ "default3.handlebars->117->2471",
+ "default3.handlebars->117->3319"
]
},
{
@@ -44554,8 +44598,8 @@
"zh-chs": "邀请代码",
"zh-cht": "邀請代碼",
"xloc": [
- "default.handlebars->119->2710",
- "default3.handlebars->117->2722"
+ "default.handlebars->119->2717",
+ "default3.handlebars->117->2729"
]
},
{
@@ -44614,9 +44658,9 @@
"zh-chs": "邀请某人在该设备组上安装Mesh代理。",
"zh-cht": "邀請某人在該裝置群上安裝mesh agent。",
"xloc": [
- "default.handlebars->119->2244",
+ "default.handlebars->119->2246",
"default.handlebars->119->502",
- "default3.handlebars->117->2255",
+ "default3.handlebars->117->2257",
"default3.handlebars->117->513"
]
},
@@ -44677,8 +44721,8 @@
"zh-cht": "愛爾蘭文",
"xloc": [
"default-mobile.handlebars->53->209",
- "default.handlebars->119->1953",
- "default3.handlebars->117->1949",
+ "default.handlebars->119->1955",
+ "default3.handlebars->117->1951",
"login2.handlebars->17->95"
]
},
@@ -44708,8 +44752,8 @@
"zh-chs": "是 \\\"{0}\\\" 的中继。",
"zh-cht": "是 \\\"{0}\\\" 的中繼。",
"xloc": [
- "default.handlebars->119->2694",
- "default3.handlebars->117->2706"
+ "default.handlebars->119->2701",
+ "default3.handlebars->117->2713"
]
},
{
@@ -44720,9 +44764,9 @@
"pl": "Aktywny",
"uk": "Активовано",
"xloc": [
- "default-mobile.handlebars->53->858",
- "default.handlebars->119->1704",
- "default3.handlebars->117->1702"
+ "default-mobile.handlebars->53->865",
+ "default.handlebars->119->1706",
+ "default3.handlebars->117->1704"
]
},
{
@@ -44733,9 +44777,9 @@
"pl": "Włączony",
"uk": "Увімкнено",
"xloc": [
- "default-mobile.handlebars->53->861",
- "default.handlebars->119->1707",
- "default3.handlebars->117->1705"
+ "default-mobile.handlebars->53->868",
+ "default.handlebars->119->1709",
+ "default3.handlebars->117->1707"
]
},
{
@@ -44746,9 +44790,9 @@
"pl": "Jest Własnością",
"uk": "Належить",
"xloc": [
- "default-mobile.handlebars->53->864",
- "default.handlebars->119->1710",
- "default3.handlebars->117->1708"
+ "default-mobile.handlebars->53->871",
+ "default.handlebars->119->1712",
+ "default3.handlebars->117->1710"
]
},
{
@@ -44778,8 +44822,8 @@
"zh-cht": "意大利文(標準)",
"xloc": [
"default-mobile.handlebars->53->210",
- "default.handlebars->119->1954",
- "default3.handlebars->117->1950",
+ "default.handlebars->119->1956",
+ "default3.handlebars->117->1952",
"login2.handlebars->17->96"
]
},
@@ -44810,8 +44854,8 @@
"zh-cht": "義大利文(瑞士)",
"xloc": [
"default-mobile.handlebars->53->211",
- "default.handlebars->119->1955",
- "default3.handlebars->117->1951",
+ "default.handlebars->119->1957",
+ "default3.handlebars->117->1953",
"login2.handlebars->17->97"
]
},
@@ -44877,8 +44921,8 @@
"zh-chs": "JSON",
"zh-cht": "JSON",
"xloc": [
- "default.handlebars->119->2727",
- "default3.handlebars->117->2739"
+ "default.handlebars->119->2734",
+ "default3.handlebars->117->2746"
]
},
{
@@ -44907,11 +44951,11 @@
"zh-chs": "JSON格式",
"zh-cht": "JSON格式",
"xloc": [
- "default.handlebars->119->2732",
- "default.handlebars->119->2809",
+ "default.handlebars->119->2739",
+ "default.handlebars->119->2816",
"default.handlebars->119->805",
- "default3.handlebars->117->2744",
- "default3.handlebars->117->2820",
+ "default3.handlebars->117->2751",
+ "default3.handlebars->117->2827",
"default3.handlebars->117->816"
]
},
@@ -44921,8 +44965,8 @@
"nl": "Het JSON bestandsformaat is als volgt:",
"uk": "Формат файлу JSON наведено далі:",
"xloc": [
- "default.handlebars->119->2792",
- "default3.handlebars->117->2803"
+ "default.handlebars->119->2799",
+ "default3.handlebars->117->2810"
]
},
{
@@ -44952,8 +44996,8 @@
"zh-cht": "日文",
"xloc": [
"default-mobile.handlebars->53->212",
- "default.handlebars->119->1956",
- "default3.handlebars->117->1952",
+ "default.handlebars->119->1958",
+ "default3.handlebars->117->1954",
"login2.handlebars->17->98"
]
},
@@ -44968,10 +45012,10 @@
"pl": "Dołącz do tego serwera Discord aby dostawac powiadomienia.",
"uk": "японська",
"xloc": [
- "default.handlebars->119->1814",
- "default.handlebars->119->3052",
- "default3.handlebars->117->1811",
- "default3.handlebars->117->3061"
+ "default.handlebars->119->1816",
+ "default.handlebars->119->3059",
+ "default3.handlebars->117->1813",
+ "default3.handlebars->117->3068"
]
},
{
@@ -45000,8 +45044,8 @@
"zh-chs": "已加入桌面Multiplex会话",
"zh-cht": "已加入桌面Multiplex會話",
"xloc": [
- "default.handlebars->119->2545",
- "default3.handlebars->117->2557"
+ "default.handlebars->119->2552",
+ "default3.handlebars->117->2564"
]
},
{
@@ -45030,15 +45074,15 @@
"zh-chs": "已加入桌面多路复用会话 \\\"{0}\\\"",
"zh-cht": "已加入桌面多路復用會話 \\\"{0}\\\"",
"xloc": [
- "default.handlebars->119->2684",
- "default3.handlebars->117->2696"
+ "default.handlebars->119->2691",
+ "default3.handlebars->117->2703"
]
},
{
"en": "Journal",
"nl": "Logging",
"xloc": [
- "default3.handlebars->117->2105"
+ "default3.handlebars->117->2107"
]
},
{
@@ -45098,8 +45142,8 @@
"zh-cht": "卡納達文",
"xloc": [
"default-mobile.handlebars->53->213",
- "default.handlebars->119->1957",
- "default3.handlebars->117->1953",
+ "default.handlebars->119->1959",
+ "default3.handlebars->117->1955",
"login2.handlebars->17->99"
]
},
@@ -45130,8 +45174,8 @@
"zh-cht": "克什米爾文",
"xloc": [
"default-mobile.handlebars->53->214",
- "default.handlebars->119->1958",
- "default3.handlebars->117->1954",
+ "default.handlebars->119->1960",
+ "default3.handlebars->117->1956",
"login2.handlebars->17->100"
]
},
@@ -45162,8 +45206,8 @@
"zh-cht": "哈薩克文",
"xloc": [
"default-mobile.handlebars->53->215",
- "default.handlebars->119->1959",
- "default3.handlebars->117->1955",
+ "default.handlebars->119->1961",
+ "default3.handlebars->117->1957",
"login2.handlebars->17->101"
]
},
@@ -45193,8 +45237,8 @@
"zh-chs": "保留现有密码",
"zh-cht": "保留現有密碼",
"xloc": [
- "default.handlebars->119->2295",
- "default3.handlebars->117->2304"
+ "default.handlebars->119->2297",
+ "default3.handlebars->117->2306"
]
},
{
@@ -45253,7 +45297,7 @@
"zh-chs": "密钥文件",
"zh-cht": "密鑰文件",
"xloc": [
- "default-mobile.handlebars->53->699",
+ "default-mobile.handlebars->53->704",
"default.handlebars->119->1522",
"default3.handlebars->117->1522",
"sharing-mobile.handlebars->53->52",
@@ -45287,10 +45331,10 @@
"zh-chs": "键名",
"zh-cht": "鍵名",
"xloc": [
- "default.handlebars->119->1850",
- "default.handlebars->119->1853",
- "default3.handlebars->117->1846",
- "default3.handlebars->117->1849"
+ "default.handlebars->119->1852",
+ "default.handlebars->119->1855",
+ "default3.handlebars->117->1848",
+ "default3.handlebars->117->1851"
]
},
{
@@ -45319,7 +45363,7 @@
"zh-chs": "密钥密码",
"zh-cht": "密鑰密碼",
"xloc": [
- "default-mobile.handlebars->53->701",
+ "default-mobile.handlebars->53->706",
"default.handlebars->119->1524",
"default3.handlebars->117->1524",
"sharing-mobile.handlebars->53->53",
@@ -45353,7 +45397,7 @@
"zh-chs": "密钥文件必须是 OpenSSH 格式。",
"zh-cht": "密鑰文件必須是 OpenSSH 格式。",
"xloc": [
- "default-mobile.handlebars->53->700",
+ "default-mobile.handlebars->53->705",
"default.handlebars->119->1523",
"default3.handlebars->117->1523",
"sharing-mobile.handlebars->53->55",
@@ -45502,8 +45546,8 @@
"zh-cht": "高棉文",
"xloc": [
"default-mobile.handlebars->53->216",
- "default.handlebars->119->1960",
- "default3.handlebars->117->1956",
+ "default.handlebars->119->1962",
+ "default3.handlebars->117->1958",
"login2.handlebars->17->102"
]
},
@@ -45533,8 +45577,8 @@
"zh-chs": "杀死进程{0} ({1})",
"zh-cht": "殺死進程{0} ({1})",
"xloc": [
- "default.handlebars->119->2560",
- "default3.handlebars->117->2572"
+ "default.handlebars->119->2567",
+ "default3.handlebars->117->2579"
]
},
{
@@ -45575,8 +45619,8 @@
"zh-cht": "吉爾吉斯",
"xloc": [
"default-mobile.handlebars->53->217",
- "default.handlebars->119->1961",
- "default3.handlebars->117->1957",
+ "default.handlebars->119->1963",
+ "default3.handlebars->117->1959",
"login2.handlebars->17->103"
]
},
@@ -45607,8 +45651,8 @@
"zh-cht": "克林貢",
"xloc": [
"default-mobile.handlebars->53->218",
- "default.handlebars->119->1962",
- "default3.handlebars->117->1958",
+ "default.handlebars->119->1964",
+ "default3.handlebars->117->1960",
"login2.handlebars->17->104"
]
},
@@ -45638,9 +45682,9 @@
"zh-chs": "已知的",
"zh-cht": "已知的",
"xloc": [
- "default-mobile.handlebars->53->839",
- "default.handlebars->119->1685",
- "default3.handlebars->117->1683"
+ "default-mobile.handlebars->53->846",
+ "default.handlebars->119->1687",
+ "default3.handlebars->117->1685"
]
},
{
@@ -45670,8 +45714,8 @@
"zh-cht": "韓文",
"xloc": [
"default-mobile.handlebars->53->219",
- "default.handlebars->119->1963",
- "default3.handlebars->117->1959",
+ "default.handlebars->119->1965",
+ "default3.handlebars->117->1961",
"login2.handlebars->17->105"
]
},
@@ -45702,8 +45746,8 @@
"zh-cht": "韓文(朝鮮)",
"xloc": [
"default-mobile.handlebars->53->220",
- "default.handlebars->119->1964",
- "default3.handlebars->117->1960",
+ "default.handlebars->119->1966",
+ "default3.handlebars->117->1962",
"login2.handlebars->17->106"
]
},
@@ -45734,8 +45778,8 @@
"zh-cht": "韓文(韓國)",
"xloc": [
"default-mobile.handlebars->53->221",
- "default.handlebars->119->1965",
- "default3.handlebars->117->1961",
+ "default.handlebars->119->1967",
+ "default3.handlebars->117->1963",
"login2.handlebars->17->107"
]
},
@@ -45800,8 +45844,8 @@
"zh-cht": "語言",
"xloc": [
"default-mobile.handlebars->53->316",
- "default.handlebars->119->2060",
- "default3.handlebars->117->2056"
+ "default.handlebars->119->2062",
+ "default3.handlebars->117->2058"
]
},
{
@@ -46082,9 +46126,9 @@
"zh-chs": "过去30天",
"zh-cht": "過去30天",
"xloc": [
- "default.handlebars->119->3200",
+ "default.handlebars->119->3207",
"default.handlebars->container->column_l->p40->3->1->p40time->9",
- "default3.handlebars->117->3203",
+ "default3.handlebars->117->3210",
"default3.handlebars->container->column_l->p40->3->3->p40time->9"
]
},
@@ -46184,8 +46228,8 @@
"zh-chs": "过去 7 天",
"zh-cht": "過去 7 天",
"xloc": [
- "default.handlebars->119->3199",
- "default3.handlebars->117->3202"
+ "default.handlebars->119->3206",
+ "default3.handlebars->117->3209"
]
},
{
@@ -46244,8 +46288,8 @@
"zh-chs": "最后访问",
"zh-cht": "最後訪問",
"xloc": [
- "default.handlebars->119->2740",
- "default3.handlebars->117->2752"
+ "default.handlebars->119->2747",
+ "default3.handlebars->117->2759"
]
},
{
@@ -46256,9 +46300,9 @@
"pl": "Czas Ostatniego Uruchomienia",
"uk": "Час останнього запуску",
"xloc": [
- "default-mobile.handlebars->53->759",
- "default-mobile.handlebars->53->760",
- "default-mobile.handlebars->53->761",
+ "default-mobile.handlebars->53->764",
+ "default-mobile.handlebars->53->765",
+ "default-mobile.handlebars->53->766",
"default.handlebars->119->1624",
"default.handlebars->119->1625",
"default.handlebars->119->1626",
@@ -46297,8 +46341,8 @@
"zh-chs": "最后一天",
"zh-cht": "最後一天",
"xloc": [
- "default.handlebars->119->3198",
- "default3.handlebars->117->3201"
+ "default.handlebars->119->3205",
+ "default3.handlebars->117->3208"
]
},
{
@@ -46327,8 +46371,8 @@
"zh-chs": "上次登录",
"zh-cht": "上次登入",
"xloc": [
- "default.handlebars->119->2983",
- "default3.handlebars->117->2992"
+ "default.handlebars->119->2990",
+ "default3.handlebars->117->2999"
]
},
{
@@ -46391,8 +46435,8 @@
"zh-chs": "上次访问:{0}",
"zh-cht": "上次訪問:{0}",
"xloc": [
- "default.handlebars->119->2750",
- "default3.handlebars->117->2762"
+ "default.handlebars->119->2757",
+ "default3.handlebars->117->2769"
]
},
{
@@ -46421,9 +46465,9 @@
"zh-chs": "上次代理地址",
"zh-cht": "上次代理地址",
"xloc": [
- "default-mobile.handlebars->53->796",
- "default-mobile.handlebars->53->797",
- "default-mobile.handlebars->53->798",
+ "default-mobile.handlebars->53->801",
+ "default-mobile.handlebars->53->802",
+ "default-mobile.handlebars->53->803",
"default.handlebars->119->160",
"default.handlebars->119->162",
"default.handlebars->119->1632",
@@ -46464,8 +46508,8 @@
"zh-chs": "上次代理连接",
"zh-cht": "上次代理連接",
"xloc": [
- "default-mobile.handlebars->53->793",
- "default-mobile.handlebars->53->795",
+ "default-mobile.handlebars->53->798",
+ "default-mobile.handlebars->53->800",
"default.handlebars->119->159",
"default.handlebars->119->1629",
"default.handlebars->119->1631",
@@ -46500,8 +46544,8 @@
"zh-chs": "上次更改:{0}",
"zh-cht": "上次更改:{0}",
"xloc": [
- "default.handlebars->119->2987",
- "default3.handlebars->117->2996"
+ "default.handlebars->119->2994",
+ "default3.handlebars->117->3003"
]
},
{
@@ -46516,8 +46560,8 @@
"pl": "Zapisy czasu ostatnich połączeń",
"uk": "Записи часу останнього підключення",
"xloc": [
- "default.handlebars->119->3268",
- "default3.handlebars->117->3271"
+ "default.handlebars->119->3275",
+ "default3.handlebars->117->3278"
]
},
{
@@ -46606,8 +46650,8 @@
"zh-chs": "上次登录:{0}",
"zh-cht": "上次登入:{0}",
"xloc": [
- "default.handlebars->119->2751",
- "default3.handlebars->117->2763"
+ "default.handlebars->119->2758",
+ "default3.handlebars->117->2770"
]
},
{
@@ -46785,8 +46829,8 @@
"zh-cht": "拉丁文",
"xloc": [
"default-mobile.handlebars->53->222",
- "default.handlebars->119->1966",
- "default3.handlebars->117->1962",
+ "default.handlebars->119->1968",
+ "default3.handlebars->117->1964",
"login2.handlebars->17->108"
]
},
@@ -46817,8 +46861,8 @@
"zh-cht": "拉脫維亞文",
"xloc": [
"default-mobile.handlebars->53->223",
- "default.handlebars->119->1967",
- "default3.handlebars->117->1963",
+ "default.handlebars->119->1969",
+ "default3.handlebars->117->1965",
"login2.handlebars->17->109"
]
},
@@ -46994,8 +47038,8 @@
"zh-chs": "如没有请留空。",
"zh-cht": "如沒有請留空。",
"xloc": [
- "default.handlebars->119->3037",
- "default3.handlebars->117->3046"
+ "default.handlebars->119->3044",
+ "default3.handlebars->117->3053"
]
},
{
@@ -47024,7 +47068,7 @@
"zh-chs": "左",
"zh-cht": "左",
"xloc": [
- "default-mobile.handlebars->53->667",
+ "default-mobile.handlebars->53->672",
"default.handlebars->119->1439",
"default3.handlebars->117->1441",
"sharing-mobile.handlebars->53->28"
@@ -47046,7 +47090,7 @@
"hr": "Sučelje lijeve trake",
"it": "Interfaccia della barra sinistra",
"ja": "左バーインターフェイス",
- "ja-JP": "左側のバーインターフェイス",
+ "ja-jp": "左側のバーインターフェイス",
"ko": "왼쪽 바 인터페이스",
"nl": "Linkerbalkinterface",
"pl": "Interfejs z lewym pasem menu",
@@ -47089,8 +47133,8 @@
"zh-chs": "{0} 秒后离开 Web-RDP 会话 \\\"{1}\\\"。",
"zh-cht": "{0} 秒後離開 Web-RDP 會話 \\\"{1}\\\"。",
"xloc": [
- "default.handlebars->119->2666",
- "default3.handlebars->117->2678"
+ "default.handlebars->119->2673",
+ "default3.handlebars->117->2685"
]
},
{
@@ -47145,8 +47189,8 @@
"zh-chs": "{0} 秒后离开 Web-SFTP 会话 \\\"{1}\\\"。",
"zh-cht": "{0} 秒後離開 Web-SFTP 會話 \\\"{1}\\\"。",
"xloc": [
- "default.handlebars->119->2665",
- "default3.handlebars->117->2677"
+ "default.handlebars->119->2672",
+ "default3.handlebars->117->2684"
]
},
{
@@ -47201,8 +47245,8 @@
"zh-chs": "{0} 秒后离开 Web-SSH 会话 \\\"{1}\\\"。",
"zh-cht": "{0} 秒後離開 Web-SSH 會話 \\\"{1}\\\"。",
"xloc": [
- "default.handlebars->119->2664",
- "default3.handlebars->117->2676"
+ "default.handlebars->119->2671",
+ "default3.handlebars->117->2683"
]
},
{
@@ -47257,8 +47301,8 @@
"zh-chs": "{0} 秒后离开 Web-VNC 会话。",
"zh-cht": "{0} 秒後離開 Web-VNC 會話。",
"xloc": [
- "default.handlebars->119->2667",
- "default3.handlebars->117->2679"
+ "default.handlebars->119->2674",
+ "default3.handlebars->117->2686"
]
},
{
@@ -47279,7 +47323,7 @@
"hu": "Bal oldali sáv",
"it": "Interfaccia della barra sinistra",
"ja": "左バーインターフェイス",
- "ja-JP": "左側のバーインターフェイス",
+ "ja-jp": "左側のバーインターフェイス",
"ko": "왼쪽 바 인터페이스",
"nl": "Linkerbalk interface",
"pl": "Interfejs z lewym pasem menu",
@@ -47328,8 +47372,8 @@
"zh-chs": "离开桌面多路复用会话",
"zh-cht": "離開桌面多路復用會話",
"xloc": [
- "default.handlebars->119->2546",
- "default3.handlebars->117->2558"
+ "default.handlebars->119->2553",
+ "default3.handlebars->117->2565"
]
},
{
@@ -47358,8 +47402,8 @@
"zh-chs": "{1} 秒后离开桌面多路复用会话 \\\"{0}\\\"。",
"zh-cht": "{1} 秒後離開桌面多路復用會話 \\\"{0}\\\"。",
"xloc": [
- "default.handlebars->119->2685",
- "default3.handlebars->117->2697"
+ "default.handlebars->119->2692",
+ "default3.handlebars->117->2704"
]
},
{
@@ -47388,8 +47432,8 @@
"zh-chs": "{0} 秒后离开桌面多路复用会话。",
"zh-cht": "{0} 秒後離開桌面多路復用會話。",
"xloc": [
- "default.handlebars->119->2663",
- "default3.handlebars->117->2675"
+ "default.handlebars->119->2670",
+ "default3.handlebars->117->2682"
]
},
{
@@ -47418,8 +47462,8 @@
"zh-chs": "长度",
"zh-cht": "長度",
"xloc": [
- "default.handlebars->119->3215",
- "default3.handlebars->117->3218"
+ "default.handlebars->119->3222",
+ "default3.handlebars->117->3225"
]
},
{
@@ -47567,13 +47611,13 @@
"zh-chs": "有限输入",
"zh-cht": "有限輸入",
"xloc": [
- "default-mobile.handlebars->53->1015",
+ "default-mobile.handlebars->53->1022",
"default.handlebars->119->1144",
"default.handlebars->119->1169",
- "default.handlebars->119->2418",
+ "default.handlebars->119->2420",
"default3.handlebars->117->1153",
"default3.handlebars->117->1178",
- "default3.handlebars->117->2430"
+ "default3.handlebars->117->2432"
]
},
{
@@ -47602,9 +47646,9 @@
"zh-chs": "仅有限输入",
"zh-cht": "僅有限輸入",
"xloc": [
- "default-mobile.handlebars->53->988",
- "default.handlebars->119->2371",
- "default3.handlebars->117->2383"
+ "default-mobile.handlebars->53->995",
+ "default.handlebars->119->2373",
+ "default3.handlebars->117->2385"
]
},
{
@@ -47781,7 +47825,7 @@
"zh-cht": "Linux",
"xloc": [
"agentinvite.handlebars->container->column_l->5->linuxtab->1",
- "default-mobile.handlebars->53->506",
+ "default-mobile.handlebars->53->511",
"default.handlebars->119->60",
"default.handlebars->119->917",
"default3.handlebars->117->60",
@@ -48137,9 +48181,9 @@
"zh-chs": "Linux MeshAgent",
"zh-cht": "Linux MeshAgent",
"xloc": [
- "default.handlebars->119->2443",
+ "default.handlebars->119->2445",
"default.handlebars->119->591",
- "default3.handlebars->117->2455",
+ "default3.handlebars->117->2457",
"default3.handlebars->117->602"
]
},
@@ -48413,7 +48457,7 @@
"zh-chs": "Linux / BSD / macOS命令外壳",
"zh-cht": "Linux / BSD / macOS命令外殼",
"xloc": [
- "default-mobile.handlebars->53->615",
+ "default-mobile.handlebars->53->620",
"default.handlebars->119->1292",
"default.handlebars->119->817",
"default3.handlebars->117->1301",
@@ -48510,7 +48554,7 @@
{
"en": "Litera",
"xloc": [
- "default3.handlebars->117->2106"
+ "default3.handlebars->117->2108"
]
},
{
@@ -48540,8 +48584,8 @@
"zh-cht": "立陶宛文",
"xloc": [
"default-mobile.handlebars->53->224",
- "default.handlebars->119->1968",
- "default3.handlebars->117->1964",
+ "default.handlebars->119->1970",
+ "default3.handlebars->117->1966",
"login2.handlebars->17->110"
]
},
@@ -48604,18 +48648,18 @@
"default-mobile.handlebars->53->101",
"default-mobile.handlebars->53->321",
"default.handlebars->119->1342",
- "default.handlebars->119->1792",
- "default.handlebars->119->1839",
- "default.handlebars->119->2167",
- "default.handlebars->119->2171",
- "default.handlebars->119->2174",
- "default.handlebars->119->3089",
- "default.handlebars->119->3138",
+ "default.handlebars->119->1794",
+ "default.handlebars->119->1841",
+ "default.handlebars->119->2169",
+ "default.handlebars->119->2173",
+ "default.handlebars->119->2176",
+ "default.handlebars->119->3096",
+ "default.handlebars->119->3145",
"default3.handlebars->117->1346",
- "default3.handlebars->117->1836",
- "default3.handlebars->117->2180",
- "default3.handlebars->117->2184",
- "default3.handlebars->117->3141"
+ "default3.handlebars->117->1838",
+ "default3.handlebars->117->2182",
+ "default3.handlebars->117->2186",
+ "default3.handlebars->117->3148"
]
},
{
@@ -48759,11 +48803,11 @@
"zh-chs": "本地设备,无代理",
"zh-cht": "本地設備,無代理",
"xloc": [
- "default-mobile.handlebars->53->947",
- "default.handlebars->119->2116",
- "default.handlebars->119->2181",
- "default3.handlebars->117->2131",
- "default3.handlebars->117->2192"
+ "default-mobile.handlebars->53->954",
+ "default.handlebars->119->2118",
+ "default.handlebars->119->2183",
+ "default3.handlebars->117->2133",
+ "default3.handlebars->117->2194"
]
},
{
@@ -48883,8 +48927,8 @@
"zh-chs": "本地用户接受的远程终端请求",
"zh-cht": "本地用戶接受的遠程終端請求",
"xloc": [
- "default.handlebars->119->2568",
- "default3.handlebars->117->2580"
+ "default.handlebars->119->2575",
+ "default3.handlebars->117->2587"
]
},
{
@@ -48913,8 +48957,8 @@
"zh-chs": "本地用户拒绝了远程终端请求",
"zh-cht": "本地用戶拒絕了遠程終端請求",
"xloc": [
- "default.handlebars->119->2569",
- "default3.handlebars->117->2581"
+ "default.handlebars->119->2576",
+ "default3.handlebars->117->2588"
]
},
{
@@ -48945,9 +48989,9 @@
"xloc": [
"default-mobile.handlebars->53->319",
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountSecurity->3->5->0",
- "default.handlebars->119->2063",
+ "default.handlebars->119->2065",
"default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->11",
- "default3.handlebars->117->2059",
+ "default3.handlebars->117->2061",
"default3.handlebars->container->column_l->p2->p2info->p2AccountActions->3->9"
]
},
@@ -49037,8 +49081,8 @@
"zh-chs": "锁定账户",
"zh-cht": "鎖定賬戶",
"xloc": [
- "default.handlebars->119->2849",
- "default3.handlebars->117->2858"
+ "default.handlebars->119->2856",
+ "default3.handlebars->117->2865"
]
},
{
@@ -49067,8 +49111,8 @@
"zh-chs": "锁定帐户设置",
"zh-cht": "鎖定帳戶設置",
"xloc": [
- "default.handlebars->119->2853",
- "default3.handlebars->117->2862"
+ "default.handlebars->119->2860",
+ "default3.handlebars->117->2869"
]
},
{
@@ -49097,7 +49141,7 @@
"zh-chs": "锁定桌面",
"zh-cht": "鎖定桌面",
"xloc": [
- "default-mobile.handlebars->53->608",
+ "default-mobile.handlebars->53->613",
"default.handlebars->119->1214",
"default3.handlebars->117->1223"
]
@@ -49128,8 +49172,8 @@
"zh-chs": "锁定账户",
"zh-cht": "鎖定賬戶",
"xloc": [
- "default.handlebars->119->2772",
- "default3.handlebars->117->2784"
+ "default.handlebars->119->2779",
+ "default3.handlebars->117->2791"
]
},
{
@@ -49250,7 +49294,7 @@
"zh-chs": "锁定用户桌面?",
"zh-cht": "鎖定用戶桌面?",
"xloc": [
- "default-mobile.handlebars->53->609",
+ "default-mobile.handlebars->53->614",
"default.handlebars->119->1215",
"default3.handlebars->117->1224"
]
@@ -49281,11 +49325,11 @@
"zh-chs": "已锁定",
"zh-cht": "已鎖定",
"xloc": [
- "default-mobile.handlebars->53->788",
- "default.handlebars->119->2752",
+ "default-mobile.handlebars->53->793",
+ "default.handlebars->119->2759",
"default.handlebars->119->487",
"default.handlebars->119->976",
- "default3.handlebars->117->2764",
+ "default3.handlebars->117->2771",
"default3.handlebars->117->498",
"default3.handlebars->117->987"
]
@@ -49323,13 +49367,13 @@
"zh-cht": "被鎖定賬戶",
"xloc": [
"default-mobile.handlebars->53->95",
- "default.handlebars->119->2943",
- "default.handlebars->119->3246",
- "default.handlebars->119->3295",
+ "default.handlebars->119->2950",
+ "default.handlebars->119->3253",
+ "default.handlebars->119->3302",
"default.handlebars->119->339",
- "default3.handlebars->117->2952",
- "default3.handlebars->117->3249",
- "default3.handlebars->117->3298",
+ "default3.handlebars->117->2959",
+ "default3.handlebars->117->3256",
+ "default3.handlebars->117->3305",
"default3.handlebars->117->349"
]
},
@@ -49359,8 +49403,8 @@
"zh-chs": "将远程用户锁定在桌面之外",
"zh-cht": "將遠程用戶鎖定在桌面之外",
"xloc": [
- "default.handlebars->119->2594",
- "default3.handlebars->117->2606"
+ "default.handlebars->119->2601",
+ "default3.handlebars->117->2613"
]
},
{
@@ -49634,8 +49678,8 @@
"zh-chs": "登录令牌",
"zh-cht": "登錄令牌",
"xloc": [
- "default.handlebars->119->3257",
- "default3.handlebars->117->3260"
+ "default.handlebars->119->3264",
+ "default3.handlebars->117->3267"
]
},
{
@@ -49831,13 +49875,13 @@
{
"en": "Lumen",
"xloc": [
- "default3.handlebars->117->2107"
+ "default3.handlebars->117->2109"
]
},
{
"en": "Lux",
"xloc": [
- "default3.handlebars->117->2108"
+ "default3.handlebars->117->2110"
]
},
{
@@ -49867,8 +49911,8 @@
"zh-cht": "盧森堡文",
"xloc": [
"default-mobile.handlebars->53->225",
- "default.handlebars->119->1969",
- "default3.handlebars->117->1965",
+ "default.handlebars->119->1971",
+ "default3.handlebars->117->1967",
"login2.handlebars->17->111"
]
},
@@ -49898,8 +49942,8 @@
"zh-chs": "MAC层",
"zh-cht": "MAC層",
"xloc": [
- "default-mobile.handlebars->53->809",
- "default-mobile.handlebars->53->811",
+ "default-mobile.handlebars->53->814",
+ "default-mobile.handlebars->53->816",
"default.handlebars->119->1645",
"default.handlebars->119->1647",
"default.handlebars->119->1655",
@@ -49968,7 +50012,7 @@
"zh-chs": "MAC:{0}",
"zh-cht": "MAC:{0}",
"xloc": [
- "default-mobile.handlebars->53->812",
+ "default-mobile.handlebars->53->817",
"default.handlebars->119->1648",
"default.handlebars->119->1658",
"default3.handlebars->117->1648",
@@ -50001,7 +50045,7 @@
"zh-chs": "MAC:{0},网关:{1}",
"zh-cht": "MAC:{0},網關:{1}",
"xloc": [
- "default-mobile.handlebars->53->810",
+ "default-mobile.handlebars->53->815",
"default.handlebars->119->1646",
"default.handlebars->119->1656",
"default3.handlebars->117->1646",
@@ -50183,20 +50227,20 @@
"zh-chs": "MQTT",
"zh-cht": "MQTT",
"xloc": [
- "default-mobile.handlebars->53->481",
- "default-mobile.handlebars->53->538",
- "default-mobile.handlebars->53->928",
- "default-mobile.handlebars->53->930",
+ "default-mobile.handlebars->53->486",
+ "default-mobile.handlebars->53->543",
+ "default-mobile.handlebars->53->935",
+ "default-mobile.handlebars->53->937",
"default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect2",
"default.handlebars->119->1007",
- "default.handlebars->119->1775",
"default.handlebars->119->1777",
+ "default.handlebars->119->1779",
"default.handlebars->119->429",
"default.handlebars->119->736",
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect2",
"default3.handlebars->117->1018",
- "default3.handlebars->117->1773",
"default3.handlebars->117->1775",
+ "default3.handlebars->117->1777",
"default3.handlebars->117->440",
"default3.handlebars->117->747",
"default3.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect2"
@@ -50288,7 +50332,7 @@
"zh-chs": "MQTT通道已连接",
"zh-cht": "MQTT通道已連接",
"xloc": [
- "default-mobile.handlebars->53->571",
+ "default-mobile.handlebars->53->576",
"default.handlebars->119->1086",
"default3.handlebars->117->1097"
]
@@ -50580,9 +50624,9 @@
"zh-chs": "MacOS MeshAgent",
"zh-cht": "MacOS MeshAgent",
"xloc": [
- "default.handlebars->119->2444",
+ "default.handlebars->119->2446",
"default.handlebars->119->592",
- "default3.handlebars->117->2456",
+ "default3.handlebars->117->2458",
"default3.handlebars->117->603"
]
},
@@ -50642,8 +50686,8 @@
"zh-chs": "主服务器信息",
"zh-cht": "主伺服器訊息",
"xloc": [
- "default.handlebars->119->3413",
- "default3.handlebars->117->3418"
+ "default.handlebars->119->3420",
+ "default3.handlebars->117->3425"
]
},
{
@@ -50673,8 +50717,8 @@
"zh-cht": "馬來文",
"xloc": [
"default-mobile.handlebars->53->227",
- "default.handlebars->119->1971",
- "default3.handlebars->117->1967",
+ "default.handlebars->119->1973",
+ "default3.handlebars->117->1969",
"login2.handlebars->17->113"
]
},
@@ -50705,8 +50749,8 @@
"zh-cht": "馬拉雅拉姆文",
"xloc": [
"default-mobile.handlebars->53->228",
- "default.handlebars->119->1972",
- "default3.handlebars->117->1968",
+ "default.handlebars->119->1974",
+ "default3.handlebars->117->1970",
"login2.handlebars->17->114"
]
},
@@ -50737,8 +50781,8 @@
"zh-cht": "馬耳他文",
"xloc": [
"default-mobile.handlebars->53->229",
- "default.handlebars->119->1973",
- "default3.handlebars->117->1969",
+ "default.handlebars->119->1975",
+ "default3.handlebars->117->1971",
"login2.handlebars->17->115"
]
},
@@ -50769,8 +50813,8 @@
"zh-cht": "管理帳戶圖片",
"xloc": [
"default-mobile.handlebars->53->102",
- "default.handlebars->119->1793",
- "default3.handlebars->117->1790"
+ "default.handlebars->119->1795",
+ "default3.handlebars->117->1792"
]
},
{
@@ -50830,12 +50874,12 @@
"zh-chs": "管理设备组计算机",
"zh-cht": "管理裝置群電腦",
"xloc": [
- "default-mobile.handlebars->53->1005",
- "default-mobile.handlebars->53->985",
- "default.handlebars->119->2368",
- "default.handlebars->119->2407",
- "default3.handlebars->117->2380",
- "default3.handlebars->117->2419"
+ "default-mobile.handlebars->53->1012",
+ "default-mobile.handlebars->53->992",
+ "default.handlebars->119->2370",
+ "default.handlebars->119->2409",
+ "default3.handlebars->117->2382",
+ "default3.handlebars->117->2421"
]
},
{
@@ -50864,12 +50908,12 @@
"zh-chs": "管理设备组用户",
"zh-cht": "管理裝置群用戶",
"xloc": [
- "default-mobile.handlebars->53->1004",
- "default-mobile.handlebars->53->984",
- "default.handlebars->119->2367",
- "default.handlebars->119->2406",
- "default3.handlebars->117->2379",
- "default3.handlebars->117->2418"
+ "default-mobile.handlebars->53->1011",
+ "default-mobile.handlebars->53->991",
+ "default.handlebars->119->2369",
+ "default.handlebars->119->2408",
+ "default3.handlebars->117->2381",
+ "default3.handlebars->117->2420"
]
},
{
@@ -50935,8 +50979,8 @@
"zh-chs": "管理录音",
"zh-cht": "管理錄音",
"xloc": [
- "default.handlebars->119->2847",
- "default3.handlebars->117->2856"
+ "default.handlebars->119->2854",
+ "default3.handlebars->117->2863"
]
},
{
@@ -50995,8 +51039,8 @@
"zh-chs": "管理用户组",
"zh-cht": "管理用戶群",
"xloc": [
- "default.handlebars->119->2846",
- "default3.handlebars->117->2855"
+ "default.handlebars->119->2853",
+ "default3.handlebars->117->2862"
]
},
{
@@ -51026,9 +51070,9 @@
"zh-cht": "管理用戶",
"xloc": [
"default.handlebars->119->1163",
- "default.handlebars->119->2845",
+ "default.handlebars->119->2852",
"default3.handlebars->117->1172",
- "default3.handlebars->117->2854"
+ "default3.handlebars->117->2861"
]
},
{
@@ -51261,8 +51305,8 @@
"zh-chs": "使用软件代理进行管理",
"zh-cht": "使用軟體代理進行管理",
"xloc": [
- "default.handlebars->119->2121",
- "default3.handlebars->117->2136"
+ "default.handlebars->119->2123",
+ "default3.handlebars->117->2138"
]
},
{
@@ -51291,9 +51335,9 @@
"zh-chs": "使用软件代理进行管理",
"zh-cht": "使用軟體代理進行管理",
"xloc": [
- "default-mobile.handlebars->53->946",
- "default.handlebars->119->2180",
- "default3.handlebars->117->2191"
+ "default-mobile.handlebars->53->953",
+ "default.handlebars->119->2182",
+ "default3.handlebars->117->2193"
]
},
{
@@ -51322,8 +51366,8 @@
"zh-chs": "经理",
"zh-cht": "經理",
"xloc": [
- "default.handlebars->119->2757",
- "default3.handlebars->117->2769"
+ "default.handlebars->119->2764",
+ "default3.handlebars->117->2776"
]
},
{
@@ -51401,9 +51445,9 @@
"pl": "ID Producenta",
"uk": "ID Виробника",
"xloc": [
- "default-mobile.handlebars->53->856",
- "default.handlebars->119->1702",
- "default3.handlebars->117->1700"
+ "default-mobile.handlebars->53->863",
+ "default.handlebars->119->1704",
+ "default3.handlebars->117->1702"
]
},
{
@@ -51414,9 +51458,9 @@
"pl": "Wersja Wydania",
"uk": "Версія Виробника",
"xloc": [
- "default-mobile.handlebars->53->857",
- "default.handlebars->119->1703",
- "default3.handlebars->117->1701"
+ "default-mobile.handlebars->53->864",
+ "default.handlebars->119->1705",
+ "default3.handlebars->117->1703"
]
},
{
@@ -51446,8 +51490,8 @@
"zh-cht": "毛利文",
"xloc": [
"default-mobile.handlebars->53->230",
- "default.handlebars->119->1974",
- "default3.handlebars->117->1970",
+ "default.handlebars->119->1976",
+ "default3.handlebars->117->1972",
"login2.handlebars->17->116"
]
},
@@ -51562,8 +51606,8 @@
"zh-cht": "馬拉地文",
"xloc": [
"default-mobile.handlebars->53->231",
- "default.handlebars->119->1975",
- "default3.handlebars->117->1971",
+ "default.handlebars->119->1977",
+ "default3.handlebars->117->1973",
"login2.handlebars->17->117"
]
},
@@ -51599,15 +51643,15 @@
"zh-chs": "掩码:{0}",
"zh-cht": "掩碼:{0}",
"xloc": [
- "default-mobile.handlebars->53->814",
- "default.handlebars->119->1660",
- "default3.handlebars->117->1660"
+ "default-mobile.handlebars->53->821",
+ "default.handlebars->119->1662",
+ "default3.handlebars->117->1662"
]
},
{
"en": "Materia",
"xloc": [
- "default3.handlebars->117->2109"
+ "default3.handlebars->117->2111"
]
},
{
@@ -51636,8 +51680,8 @@
"zh-chs": "达到连接数量上限",
"zh-cht": "達到連接數量上限",
"xloc": [
- "default.handlebars->119->3355",
- "default3.handlebars->117->3360"
+ "default.handlebars->119->3362",
+ "default3.handlebars->117->3367"
]
},
{
@@ -51762,11 +51806,11 @@
"zh-chs": "Megabyte",
"zh-cht": "Megabyte",
"xloc": [
- "default.handlebars->119->3398",
- "default.handlebars->119->3403",
+ "default.handlebars->119->3405",
+ "default.handlebars->119->3410",
"default.handlebars->container->column_l->p13->p13toolbar->1->4->1->1->p13sizedropdown->7",
- "default3.handlebars->117->3403",
- "default3.handlebars->117->3408",
+ "default3.handlebars->117->3410",
+ "default3.handlebars->117->3415",
"default3.handlebars->container->column_l->p13->p13toolbar->1->4->1->1->p13sizedropdown->7"
]
},
@@ -51796,20 +51840,20 @@
"zh-chs": "内存",
"zh-cht": "記憶體",
"xloc": [
- "default-mobile.handlebars->53->873",
- "default-mobile.handlebars->53->879",
- "default-mobile.handlebars->53->885",
+ "default-mobile.handlebars->53->880",
+ "default-mobile.handlebars->53->886",
+ "default-mobile.handlebars->53->892",
"default.handlebars->119->1615",
- "default.handlebars->119->1719",
- "default.handlebars->119->1725",
- "default.handlebars->119->1731",
- "default.handlebars->119->3376",
+ "default.handlebars->119->1721",
+ "default.handlebars->119->1727",
+ "default.handlebars->119->1733",
+ "default.handlebars->119->3383",
"default.handlebars->container->column_l->p40->3->1->p40type->3",
"default3.handlebars->117->1615",
- "default3.handlebars->117->1717",
- "default3.handlebars->117->1723",
- "default3.handlebars->117->1729",
- "default3.handlebars->117->3381",
+ "default3.handlebars->117->1719",
+ "default3.handlebars->117->1725",
+ "default3.handlebars->117->1731",
+ "default3.handlebars->117->3388",
"default3.handlebars->container->column_l->p40->3->3->p40type->3"
]
},
@@ -51840,10 +51884,10 @@
"zh-cht": "Mesh Agent",
"xloc": [
"agentinvite.handlebars->13->14",
- "default-mobile.handlebars->53->510",
- "default-mobile.handlebars->53->568",
- "default-mobile.handlebars->53->792",
- "default-mobile.handlebars->53->800",
+ "default-mobile.handlebars->53->515",
+ "default-mobile.handlebars->53->573",
+ "default-mobile.handlebars->53->797",
+ "default-mobile.handlebars->53->805",
"default.handlebars->119->1628",
"default.handlebars->119->1636",
"default.handlebars->119->623",
@@ -51902,9 +51946,9 @@
"zh-chs": "Mesh代理控制台",
"zh-cht": "網格代理控制台",
"xloc": [
- "default-mobile.handlebars->53->992",
- "default.handlebars->119->2377",
- "default3.handlebars->117->2389"
+ "default-mobile.handlebars->53->999",
+ "default.handlebars->119->2379",
+ "default3.handlebars->117->2391"
]
},
{
@@ -52115,8 +52159,8 @@
"zh-chs": "MeshAgent流量",
"zh-cht": "MeshAgent流量",
"xloc": [
- "default.handlebars->119->3415",
- "default3.handlebars->117->3420"
+ "default.handlebars->119->3422",
+ "default3.handlebars->117->3427"
]
},
{
@@ -52145,8 +52189,8 @@
"zh-chs": "MeshAgent更新",
"zh-cht": "MeshAgent更新",
"xloc": [
- "default.handlebars->119->3416",
- "default3.handlebars->117->3421"
+ "default.handlebars->119->3423",
+ "default3.handlebars->117->3428"
]
},
{
@@ -52235,11 +52279,11 @@
"zh-chs": "MeshCentral 助手",
"zh-cht": "MeshCentral 助手",
"xloc": [
- "default.handlebars->119->2445",
+ "default.handlebars->119->2447",
"default.handlebars->119->566",
"default.handlebars->119->593",
"default.handlebars->119->606",
- "default3.handlebars->117->2457",
+ "default3.handlebars->117->2459",
"default3.handlebars->117->577",
"default3.handlebars->117->604",
"default3.handlebars->117->617"
@@ -52668,8 +52712,8 @@
"zh-chs": "MeshCentral服务器同级化",
"zh-cht": "MeshCentral伺服器同級化",
"xloc": [
- "default.handlebars->119->3414",
- "default3.handlebars->117->3419"
+ "default.handlebars->119->3421",
+ "default3.handlebars->117->3426"
]
},
{
@@ -52729,8 +52773,8 @@
"xloc": [
"default.handlebars->119->206",
"default.handlebars->119->208",
- "default.handlebars->119->2166",
- "default3.handlebars->117->2179",
+ "default.handlebars->119->2168",
+ "default3.handlebars->117->2181",
"default3.handlebars->117->219",
"default3.handlebars->117->221"
]
@@ -53206,13 +53250,13 @@
"xloc": [
"default.handlebars->119->1032",
"default.handlebars->119->1323",
- "default.handlebars->119->3020",
- "default.handlebars->119->3221",
+ "default.handlebars->119->3027",
+ "default.handlebars->119->3228",
"default.handlebars->119->578",
"default3.handlebars->117->1043",
"default3.handlebars->117->1328",
- "default3.handlebars->117->3029",
- "default3.handlebars->117->3224",
+ "default3.handlebars->117->3036",
+ "default3.handlebars->117->3231",
"default3.handlebars->117->589"
]
},
@@ -53274,8 +53318,8 @@
"zh-chs": "消息调度器",
"zh-cht": "電郵調度器",
"xloc": [
- "default.handlebars->119->3412",
- "default3.handlebars->117->3417"
+ "default.handlebars->119->3419",
+ "default3.handlebars->117->3424"
]
},
{
@@ -53289,8 +53333,8 @@
"pl": "Błąd wiadomości",
"uk": "Помилка повідомлення",
"xloc": [
- "default.handlebars->119->3340",
- "default3.handlebars->117->3345"
+ "default.handlebars->119->3347",
+ "default3.handlebars->117->3352"
]
},
{
@@ -53304,8 +53348,8 @@
"pl": "Błąd wiadomości: {0}",
"uk": "Помилка повідомлення: {0}",
"xloc": [
- "default.handlebars->119->3341",
- "default3.handlebars->117->3346"
+ "default.handlebars->119->3348",
+ "default3.handlebars->117->3353"
]
},
{
@@ -53334,8 +53378,8 @@
"pl": "Wiadomość wysłana.",
"uk": "Повідомлення:",
"xloc": [
- "default.handlebars->119->3339",
- "default3.handlebars->117->3344"
+ "default.handlebars->119->3346",
+ "default3.handlebars->117->3351"
]
},
{
@@ -53407,10 +53451,10 @@
"pl": "Wiadomości",
"uk": "Обмін повідомленнями",
"xloc": [
- "default.handlebars->119->2964",
- "default.handlebars->119->3013",
- "default3.handlebars->117->2973",
- "default3.handlebars->117->3022",
+ "default.handlebars->119->2971",
+ "default.handlebars->119->3020",
+ "default3.handlebars->117->2980",
+ "default3.handlebars->117->3029",
"login.handlebars->container->column_l->centralTable->1->0->logincell->resettokenpanel->1->5->1->2->1->3",
"login.handlebars->container->column_l->centralTable->1->0->logincell->tokenpanel->1->7->1->4->1->3",
"login2.handlebars->centralTable->1->0->logincell->tokenpanel->tokenpanelform->7->1->2farow->1->3"
@@ -53427,10 +53471,10 @@
"pl": "Wiadomości ({0})",
"uk": "Обмін повідомленнями ({0})",
"xloc": [
- "default.handlebars->119->2221",
+ "default.handlebars->119->2223",
"default.handlebars->119->995",
"default3.handlebars->117->1006",
- "default3.handlebars->117->2232"
+ "default3.handlebars->117->2234"
]
},
{
@@ -53444,17 +53488,17 @@
"uk": "Сповіщення месенджера",
"xloc": [
"default.handlebars->119->1134",
- "default.handlebars->119->1802",
- "default.handlebars->119->1822",
- "default.handlebars->119->2466",
+ "default.handlebars->119->1804",
+ "default.handlebars->119->1824",
+ "default.handlebars->119->2468",
"default.handlebars->119->269",
- "default.handlebars->119->3060",
+ "default.handlebars->119->3067",
"default3.handlebars->117->1143",
- "default3.handlebars->117->1799",
- "default3.handlebars->117->1819",
- "default3.handlebars->117->2478",
+ "default3.handlebars->117->1801",
+ "default3.handlebars->117->1821",
+ "default3.handlebars->117->2480",
"default3.handlebars->117->279",
- "default3.handlebars->117->3069"
+ "default3.handlebars->117->3076"
]
},
{
@@ -53468,8 +53512,8 @@
"pl": "Konto komunnikatora tego użytkownika.",
"uk": "Месенджер",
"xloc": [
- "default.handlebars->119->3040",
- "default3.handlebars->117->3049"
+ "default.handlebars->119->3047",
+ "default3.handlebars->117->3056"
]
},
{
@@ -53483,8 +53527,8 @@
"pl": "Wiadomości włączone",
"uk": "Обмін повідомленнями ввімкнено",
"xloc": [
- "default.handlebars->119->2965",
- "default3.handlebars->117->2974"
+ "default.handlebars->119->2972",
+ "default3.handlebars->117->2981"
]
},
{
@@ -53513,14 +53557,14 @@
"zh-chs": "信使",
"zh-cht": "信使",
"xloc": [
- "default.handlebars->119->3157",
- "default.handlebars->119->3167",
- "default.handlebars->119->3233",
- "default.handlebars->119->3286",
- "default3.handlebars->117->3160",
- "default3.handlebars->117->3170",
- "default3.handlebars->117->3236",
- "default3.handlebars->117->3289"
+ "default.handlebars->119->3164",
+ "default.handlebars->119->3174",
+ "default.handlebars->119->3240",
+ "default.handlebars->119->3293",
+ "default3.handlebars->117->3167",
+ "default3.handlebars->117->3177",
+ "default3.handlebars->117->3243",
+ "default3.handlebars->117->3296"
]
},
{
@@ -53533,8 +53577,8 @@
"pl": "Wiadomości",
"uk": "Обмін повідомленнями",
"xloc": [
- "default.handlebars->119->3253",
- "default3.handlebars->117->3256"
+ "default.handlebars->119->3260",
+ "default3.handlebars->117->3263"
]
},
{
@@ -53638,7 +53682,7 @@
{
"en": "Minty",
"xloc": [
- "default3.handlebars->117->2110"
+ "default3.handlebars->117->2112"
]
},
{
@@ -53727,7 +53771,7 @@
"zh-chs": "移动设备",
"zh-cht": "移動設備",
"xloc": [
- "default-mobile.handlebars->53->807",
+ "default-mobile.handlebars->53->812",
"default.handlebars->119->1643",
"default3.handlebars->117->1643"
]
@@ -53769,9 +53813,9 @@
"pl": "Tryb",
"uk": "Режим",
"xloc": [
- "default-mobile.handlebars->53->845",
- "default.handlebars->119->1691",
- "default3.handlebars->117->1689"
+ "default-mobile.handlebars->53->852",
+ "default.handlebars->119->1693",
+ "default3.handlebars->117->1691"
]
},
{
@@ -53800,14 +53844,14 @@
"zh-chs": "模型",
"zh-cht": "模型",
"xloc": [
- "default-mobile.handlebars->53->801",
- "default-mobile.handlebars->53->886",
+ "default-mobile.handlebars->53->806",
+ "default-mobile.handlebars->53->893",
"default.handlebars->119->1637",
- "default.handlebars->119->1732",
- "default.handlebars->119->2125",
+ "default.handlebars->119->1734",
+ "default.handlebars->119->2127",
"default3.handlebars->117->1637",
- "default3.handlebars->117->1730",
- "default3.handlebars->117->2140"
+ "default3.handlebars->117->1732",
+ "default3.handlebars->117->2142"
]
},
{
@@ -53874,8 +53918,8 @@
"zh-cht": "摩爾達維亞文",
"xloc": [
"default-mobile.handlebars->53->232",
- "default.handlebars->119->1976",
- "default3.handlebars->117->1972",
+ "default.handlebars->119->1978",
+ "default3.handlebars->117->1974",
"login2.handlebars->17->118"
]
},
@@ -53908,7 +53952,7 @@
{
"en": "Morph",
"xloc": [
- "default3.handlebars->117->2111"
+ "default3.handlebars->117->2113"
]
},
{
@@ -53937,9 +53981,9 @@
"zh-chs": "母板",
"zh-cht": "母板",
"xloc": [
- "default-mobile.handlebars->53->854",
- "default.handlebars->119->1700",
- "default3.handlebars->117->1698"
+ "default-mobile.handlebars->53->861",
+ "default.handlebars->119->1702",
+ "default3.handlebars->117->1700"
]
},
{
@@ -54028,8 +54072,8 @@
"zh-chs": "移动:“{0}”到“{1}”",
"zh-cht": "移動:“{0}”到“{1}”",
"xloc": [
- "default.handlebars->119->2593",
- "default3.handlebars->117->2605"
+ "default.handlebars->119->2600",
+ "default3.handlebars->117->2612"
]
},
{
@@ -54058,8 +54102,8 @@
"zh-chs": "将设备{0}移动到组{1}",
"zh-cht": "將設備{0}移動到組{1}",
"xloc": [
- "default.handlebars->119->2626",
- "default3.handlebars->117->2638"
+ "default.handlebars->119->2633",
+ "default3.handlebars->117->2645"
]
},
{
@@ -54118,10 +54162,10 @@
"zh-chs": "多个问题",
"zh-cht": "多個問題",
"xloc": [
- "default.handlebars->119->2479",
- "default.handlebars->119->2493",
- "default3.handlebars->117->2491",
- "default3.handlebars->117->2505"
+ "default.handlebars->119->2481",
+ "default.handlebars->119->2495",
+ "default3.handlebars->117->2493",
+ "default3.handlebars->117->2507"
]
},
{
@@ -54176,8 +54220,8 @@
"zh-chs": "多路复用器",
"zh-cht": "多工器",
"xloc": [
- "default.handlebars->119->3179",
- "default3.handlebars->117->3182"
+ "default.handlebars->119->3186",
+ "default3.handlebars->117->3189"
]
},
{
@@ -54206,7 +54250,7 @@
"zh-chs": "必须以用户身份运行",
"zh-cht": "必須以用戶身份運行",
"xloc": [
- "default-mobile.handlebars->53->619",
+ "default-mobile.handlebars->53->624",
"default.handlebars->119->1295",
"default.handlebars->119->821",
"default3.handlebars->117->1304",
@@ -54444,8 +54488,8 @@
"zh-chs": "我的服务器控制台",
"zh-cht": "我的伺服器控制台",
"xloc": [
- "default.handlebars->119->1770",
- "default3.handlebars->117->1768"
+ "default.handlebars->119->1772",
+ "default3.handlebars->117->1770"
]
},
{
@@ -54688,10 +54732,10 @@
"zh-chs": "我的密钥",
"zh-cht": "我的密鍵",
"xloc": [
- "default.handlebars->119->1851",
- "default.handlebars->119->1854",
- "default3.handlebars->117->1847",
- "default3.handlebars->117->1850"
+ "default.handlebars->119->1853",
+ "default.handlebars->119->1856",
+ "default3.handlebars->117->1849",
+ "default3.handlebars->117->1852"
]
},
{
@@ -54869,28 +54913,28 @@
"zh-cht": "名稱",
"xloc": [
"default-mobile.handlebars->53->346",
- "default-mobile.handlebars->53->493",
- "default-mobile.handlebars->53->751",
- "default-mobile.handlebars->53->848",
- "default-mobile.handlebars->53->951",
- "default-mobile.handlebars->53->974",
+ "default-mobile.handlebars->53->498",
+ "default-mobile.handlebars->53->756",
+ "default-mobile.handlebars->53->855",
+ "default-mobile.handlebars->53->958",
+ "default-mobile.handlebars->53->981",
"default.handlebars->119->1456",
"default.handlebars->119->1472",
"default.handlebars->119->1616",
"default.handlebars->119->167",
- "default.handlebars->119->1694",
+ "default.handlebars->119->1696",
"default.handlebars->119->181",
- "default.handlebars->119->2115",
- "default.handlebars->119->2143",
- "default.handlebars->119->2148",
- "default.handlebars->119->2185",
- "default.handlebars->119->2325",
- "default.handlebars->119->2738",
- "default.handlebars->119->2856",
- "default.handlebars->119->2872",
+ "default.handlebars->119->2117",
+ "default.handlebars->119->2145",
+ "default.handlebars->119->2150",
+ "default.handlebars->119->2187",
+ "default.handlebars->119->2327",
+ "default.handlebars->119->2745",
+ "default.handlebars->119->2863",
"default.handlebars->119->2879",
- "default.handlebars->119->2930",
- "default.handlebars->119->2949",
+ "default.handlebars->119->2886",
+ "default.handlebars->119->2937",
+ "default.handlebars->119->2956",
"default.handlebars->119->344",
"default.handlebars->119->900",
"default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->3",
@@ -54899,21 +54943,21 @@
"default3.handlebars->117->1458",
"default3.handlebars->117->1473",
"default3.handlebars->117->1616",
- "default3.handlebars->117->1692",
+ "default3.handlebars->117->1694",
"default3.handlebars->117->180",
"default3.handlebars->117->194",
- "default3.handlebars->117->2130",
- "default3.handlebars->117->2158",
- "default3.handlebars->117->2163",
- "default3.handlebars->117->2196",
- "default3.handlebars->117->2335",
- "default3.handlebars->117->2336",
- "default3.handlebars->117->2750",
- "default3.handlebars->117->2865",
- "default3.handlebars->117->2881",
+ "default3.handlebars->117->2132",
+ "default3.handlebars->117->2160",
+ "default3.handlebars->117->2165",
+ "default3.handlebars->117->2198",
+ "default3.handlebars->117->2337",
+ "default3.handlebars->117->2338",
+ "default3.handlebars->117->2757",
+ "default3.handlebars->117->2872",
"default3.handlebars->117->2888",
- "default3.handlebars->117->2939",
- "default3.handlebars->117->2958",
+ "default3.handlebars->117->2895",
+ "default3.handlebars->117->2946",
+ "default3.handlebars->117->2965",
"default3.handlebars->117->354",
"default3.handlebars->117->911",
"default3.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->3",
@@ -54977,7 +55021,7 @@
"zh-chs": "名称1,名称2,名称3",
"zh-cht": "名稱1,名稱2,名稱3",
"xloc": [
- "default.handlebars->119->2837"
+ "default.handlebars->119->2844"
]
},
{
@@ -55007,8 +55051,8 @@
"zh-cht": "納瓦霍文",
"xloc": [
"default-mobile.handlebars->53->233",
- "default.handlebars->119->1977",
- "default3.handlebars->117->1973",
+ "default.handlebars->119->1979",
+ "default3.handlebars->117->1975",
"login2.handlebars->17->119"
]
},
@@ -55039,8 +55083,8 @@
"zh-cht": "恩東加",
"xloc": [
"default-mobile.handlebars->53->234",
- "default.handlebars->119->1978",
- "default3.handlebars->117->1974",
+ "default.handlebars->119->1980",
+ "default3.handlebars->117->1976",
"login2.handlebars->17->120"
]
},
@@ -55071,8 +55115,8 @@
"zh-cht": "尼泊爾文",
"xloc": [
"default-mobile.handlebars->53->235",
- "default.handlebars->119->1979",
- "default3.handlebars->117->1975",
+ "default.handlebars->119->1981",
+ "default3.handlebars->117->1977",
"login2.handlebars->17->121"
]
},
@@ -55144,8 +55188,8 @@
"pl": "Zapisy informacji o interfejsach sieciowych",
"uk": "Записати інформацію про мережевий інтерфейс",
"xloc": [
- "default.handlebars->119->3266",
- "default3.handlebars->117->3269"
+ "default.handlebars->119->3273",
+ "default3.handlebars->117->3276"
]
},
{
@@ -55174,11 +55218,11 @@
"zh-chs": "网络",
"zh-cht": "網路",
"xloc": [
- "default-mobile.handlebars->53->822",
+ "default-mobile.handlebars->53->829",
"default.handlebars->119->1653",
- "default.handlebars->119->1668",
+ "default.handlebars->119->1670",
"default3.handlebars->117->1653",
- "default3.handlebars->117->1668"
+ "default3.handlebars->117->1670"
]
},
{
@@ -55208,9 +55252,9 @@
"zh-cht": "新",
"xloc": [
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3createMeshLink1->1",
- "default.handlebars->119->2142",
+ "default.handlebars->119->2144",
"default.handlebars->container->column_l->p2->p2info->p2createMeshLink1->1",
- "default3.handlebars->117->2157",
+ "default3.handlebars->117->2159",
"default3.handlebars->container->column_l->p2->p2info->p2createMeshLink1->1"
]
},
@@ -55240,8 +55284,8 @@
"zh-chs": "生成新的2FA备份代码",
"zh-cht": "生成新的2FA備份代碼",
"xloc": [
- "default.handlebars->119->2633",
- "default3.handlebars->117->2645"
+ "default.handlebars->119->2640",
+ "default3.handlebars->117->2652"
]
},
{
@@ -55270,9 +55314,9 @@
"zh-chs": "新账户",
"zh-cht": "新賬戶",
"xloc": [
- "default-mobile.handlebars->53->1033",
- "default.handlebars->119->3302",
- "default3.handlebars->117->3307"
+ "default-mobile.handlebars->53->1040",
+ "default.handlebars->119->3309",
+ "default3.handlebars->117->3314"
]
},
{
@@ -55359,11 +55403,11 @@
"xloc": [
"default-mobile.handlebars->53->340",
"default.handlebars->119->1333",
- "default.handlebars->119->2108",
- "default.handlebars->119->2131",
+ "default.handlebars->119->2110",
+ "default.handlebars->119->2133",
"default3.handlebars->117->1338",
- "default3.handlebars->117->2126",
- "default3.handlebars->117->2146"
+ "default3.handlebars->117->2128",
+ "default3.handlebars->117->2148"
]
},
{
@@ -55392,14 +55436,14 @@
"zh-chs": "新建文件夹",
"zh-cht": "新建檔案夾",
"xloc": [
- "default-mobile.handlebars->53->372",
- "default-mobile.handlebars->53->722",
+ "default-mobile.handlebars->53->377",
+ "default-mobile.handlebars->53->727",
"default.handlebars->119->1570",
- "default.handlebars->119->2523",
+ "default.handlebars->119->2530",
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
"default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
"default3.handlebars->117->1570",
- "default3.handlebars->117->2535",
+ "default3.handlebars->117->2542",
"default3.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
"default3.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
"sharing-mobile.handlebars->53->83",
@@ -55553,10 +55597,10 @@
"zh-chs": "新密码*",
"zh-cht": "新密碼*",
"xloc": [
- "default.handlebars->119->2299",
- "default.handlebars->119->2300",
- "default3.handlebars->117->2308",
- "default3.handlebars->117->2309"
+ "default.handlebars->119->2301",
+ "default.handlebars->119->2302",
+ "default3.handlebars->117->2310",
+ "default3.handlebars->117->2311"
]
},
{
@@ -55587,8 +55631,8 @@
"xloc": [
"default-mobile.handlebars->53->335",
"default-mobile.handlebars->53->336",
- "default.handlebars->119->2103",
- "default.handlebars->119->2104"
+ "default.handlebars->119->2105",
+ "default.handlebars->119->2106"
]
},
{
@@ -55654,15 +55698,15 @@
"nl": "Nee",
"uk": "Ні",
"xloc": [
- "default-mobile.handlebars->53->860",
- "default-mobile.handlebars->53->863",
- "default-mobile.handlebars->53->866",
- "default.handlebars->119->1706",
- "default.handlebars->119->1709",
- "default.handlebars->119->1712",
- "default3.handlebars->117->1704",
- "default3.handlebars->117->1707",
- "default3.handlebars->117->1710"
+ "default-mobile.handlebars->53->867",
+ "default-mobile.handlebars->53->870",
+ "default-mobile.handlebars->53->873",
+ "default.handlebars->119->1708",
+ "default.handlebars->119->1711",
+ "default.handlebars->119->1714",
+ "default3.handlebars->117->1706",
+ "default3.handlebars->117->1709",
+ "default3.handlebars->117->1712"
]
},
{
@@ -55780,8 +55824,8 @@
"zh-chs": "无座席控制台",
"zh-cht": "無代理控制台",
"xloc": [
- "default.handlebars->119->3075",
- "default3.handlebars->117->3084"
+ "default.handlebars->119->3082",
+ "default3.handlebars->117->3091"
]
},
{
@@ -55820,8 +55864,8 @@
"zh-chs": "没有控制台",
"zh-cht": "沒有控制台",
"xloc": [
- "default.handlebars->119->2973",
- "default3.handlebars->117->2982"
+ "default.handlebars->119->2980",
+ "default3.handlebars->117->2989"
]
},
{
@@ -55850,8 +55894,8 @@
"zh-chs": "没有凭证",
"zh-cht": "沒有憑證",
"xloc": [
- "default-mobile.handlebars->53->522",
- "default-mobile.handlebars->53->523",
+ "default-mobile.handlebars->53->527",
+ "default-mobile.handlebars->53->528",
"default.handlebars->119->935",
"default.handlebars->119->936",
"default3.handlebars->117->946",
@@ -55886,12 +55930,12 @@
"xloc": [
"default.handlebars->119->1145",
"default.handlebars->119->1170",
- "default.handlebars->119->2414",
- "default.handlebars->119->2969",
+ "default.handlebars->119->2416",
+ "default.handlebars->119->2976",
"default3.handlebars->117->1154",
"default3.handlebars->117->1179",
- "default3.handlebars->117->2426",
- "default3.handlebars->117->2978"
+ "default3.handlebars->117->2428",
+ "default3.handlebars->117->2985"
]
},
{
@@ -55920,10 +55964,10 @@
"zh-chs": "不能访问桌面",
"zh-cht": "不能訪問桌面",
"xloc": [
- "default.handlebars->119->2373",
- "default.handlebars->119->3071",
- "default3.handlebars->117->2385",
- "default3.handlebars->117->3080"
+ "default.handlebars->119->2375",
+ "default.handlebars->119->3078",
+ "default3.handlebars->117->2387",
+ "default3.handlebars->117->3087"
]
},
{
@@ -55979,11 +56023,11 @@
"zh-cht": "找不到事件",
"xloc": [
"default.handlebars->119->1612",
- "default.handlebars->119->2714",
- "default.handlebars->119->3137",
+ "default.handlebars->119->2721",
+ "default.handlebars->119->3144",
"default3.handlebars->117->1612",
- "default3.handlebars->117->2726",
- "default3.handlebars->117->3140"
+ "default3.handlebars->117->2733",
+ "default3.handlebars->117->3147"
]
},
{
@@ -56012,11 +56056,11 @@
"zh-chs": "不能存取档案",
"zh-cht": "不能存取檔案",
"xloc": [
- "default-mobile.handlebars->53->990",
- "default.handlebars->119->2375",
- "default.handlebars->119->3074",
- "default3.handlebars->117->2387",
- "default3.handlebars->117->3083"
+ "default-mobile.handlebars->53->997",
+ "default.handlebars->119->2377",
+ "default.handlebars->119->3081",
+ "default3.handlebars->117->2389",
+ "default3.handlebars->117->3090"
]
},
{
@@ -56045,15 +56089,15 @@
"zh-chs": "没有文件",
"zh-cht": "沒有檔案",
"xloc": [
- "default-mobile.handlebars->53->1013",
+ "default-mobile.handlebars->53->1020",
"default.handlebars->119->1142",
"default.handlebars->119->1167",
- "default.handlebars->119->2416",
- "default.handlebars->119->2972",
+ "default.handlebars->119->2418",
+ "default.handlebars->119->2979",
"default3.handlebars->117->1151",
"default3.handlebars->117->1176",
- "default3.handlebars->117->2428",
- "default3.handlebars->117->2981"
+ "default3.handlebars->117->2430",
+ "default3.handlebars->117->2988"
]
},
{
@@ -56114,12 +56158,12 @@
"zh-chs": "没有英特尔®AMT",
"zh-cht": "沒有Intel® AMT",
"xloc": [
- "default-mobile.handlebars->53->1014",
- "default-mobile.handlebars->53->991",
- "default.handlebars->119->2376",
- "default.handlebars->119->2417",
- "default3.handlebars->117->2388",
- "default3.handlebars->117->2429"
+ "default-mobile.handlebars->53->1021",
+ "default-mobile.handlebars->53->998",
+ "default.handlebars->119->2378",
+ "default.handlebars->119->2419",
+ "default3.handlebars->117->2390",
+ "default3.handlebars->117->2431"
]
},
{
@@ -56178,7 +56222,7 @@
"zh-chs": "该组中没有英特尔®AMT设备",
"zh-cht": "該群中沒有Intel® AMT裝置",
"xloc": [
- "default-mobile.handlebars->53->410"
+ "default-mobile.handlebars->53->415"
]
},
{
@@ -56263,8 +56307,8 @@
"zh-chs": "没有成员",
"zh-cht": "沒有成員",
"xloc": [
- "default.handlebars->119->2910",
- "default3.handlebars->117->2919"
+ "default.handlebars->119->2917",
+ "default3.handlebars->117->2926"
]
},
{
@@ -56293,8 +56337,8 @@
"zh-chs": "没有新的设备组",
"zh-cht": "沒有新的裝置群",
"xloc": [
- "default.handlebars->119->2850",
- "default3.handlebars->117->2859"
+ "default.handlebars->119->2857",
+ "default3.handlebars->117->2866"
]
},
{
@@ -56323,8 +56367,8 @@
"zh-chs": "没有新设备",
"zh-cht": "沒有新設備",
"xloc": [
- "default.handlebars->119->2851",
- "default3.handlebars->117->2860"
+ "default.handlebars->119->2858",
+ "default3.handlebars->117->2867"
]
},
{
@@ -56353,10 +56397,10 @@
"zh-chs": "没有政策",
"zh-cht": "沒有政策",
"xloc": [
- "default.handlebars->119->2226",
- "default.handlebars->119->2290",
- "default3.handlebars->117->2237",
- "default3.handlebars->117->2299"
+ "default.handlebars->119->2228",
+ "default.handlebars->119->2292",
+ "default3.handlebars->117->2239",
+ "default3.handlebars->117->2301"
]
},
{
@@ -56410,10 +56454,10 @@
"zh-chs": "没有遥控器",
"zh-cht": "沒有遙控器",
"xloc": [
- "default.handlebars->119->2975",
- "default.handlebars->119->3077",
- "default3.handlebars->117->2984",
- "default3.handlebars->117->3086"
+ "default.handlebars->119->2982",
+ "default.handlebars->119->3084",
+ "default3.handlebars->117->2991",
+ "default3.handlebars->117->3093"
]
},
{
@@ -56442,10 +56486,10 @@
"zh-chs": "没有遥控器",
"zh-cht": "沒有遙控器",
"xloc": [
- "default.handlebars->119->2968",
- "default.handlebars->119->3070",
- "default3.handlebars->117->2977",
- "default3.handlebars->117->3079"
+ "default.handlebars->119->2975",
+ "default.handlebars->119->3077",
+ "default3.handlebars->117->2984",
+ "default3.handlebars->117->3086"
]
},
{
@@ -56474,10 +56518,10 @@
"zh-chs": "无重置/关闭",
"zh-cht": "無重置/關閉",
"xloc": [
- "default.handlebars->119->2977",
- "default.handlebars->119->3079",
- "default3.handlebars->117->2986",
- "default3.handlebars->117->3088"
+ "default.handlebars->119->2984",
+ "default.handlebars->119->3086",
+ "default3.handlebars->117->2993",
+ "default3.handlebars->117->3095"
]
},
{
@@ -56506,17 +56550,17 @@
"zh-chs": "沒有权限",
"zh-cht": "沒有權利",
"xloc": [
- "default-mobile.handlebars->53->1021",
+ "default-mobile.handlebars->53->1028",
"default-mobile.handlebars->53->355",
- "default-mobile.handlebars->53->965",
+ "default-mobile.handlebars->53->972",
"default.handlebars->119->1160",
"default.handlebars->119->1185",
- "default.handlebars->119->2140",
- "default.handlebars->119->2427",
+ "default.handlebars->119->2142",
+ "default.handlebars->119->2429",
"default3.handlebars->117->1169",
"default3.handlebars->117->1194",
- "default3.handlebars->117->2155",
- "default3.handlebars->117->2439"
+ "default3.handlebars->117->2157",
+ "default3.handlebars->117->2441"
]
},
{
@@ -56571,7 +56615,7 @@
"zh-chs": "没有TLS加密",
"zh-cht": "沒有TLS加密",
"xloc": [
- "default-mobile.handlebars->53->629",
+ "default-mobile.handlebars->53->634",
"default.handlebars->119->1319",
"default.handlebars->119->523",
"default3.handlebars->117->1324",
@@ -56604,15 +56648,15 @@
"zh-chs": "没有终端",
"zh-cht": "沒有終端",
"xloc": [
- "default-mobile.handlebars->53->1012",
+ "default-mobile.handlebars->53->1019",
"default.handlebars->119->1141",
"default.handlebars->119->1166",
- "default.handlebars->119->2415",
- "default.handlebars->119->2971",
+ "default.handlebars->119->2417",
+ "default.handlebars->119->2978",
"default3.handlebars->117->1150",
"default3.handlebars->117->1175",
- "default3.handlebars->117->2427",
- "default3.handlebars->117->2980"
+ "default3.handlebars->117->2429",
+ "default3.handlebars->117->2987"
]
},
{
@@ -56641,11 +56685,11 @@
"zh-chs": "不能访问终端",
"zh-cht": "不能訪問終端",
"xloc": [
- "default-mobile.handlebars->53->989",
- "default.handlebars->119->2374",
- "default.handlebars->119->3073",
- "default3.handlebars->117->2386",
- "default3.handlebars->117->3082"
+ "default-mobile.handlebars->53->996",
+ "default.handlebars->119->2376",
+ "default.handlebars->119->3080",
+ "default3.handlebars->117->2388",
+ "default3.handlebars->117->3089"
]
},
{
@@ -56674,8 +56718,8 @@
"zh-chs": "没有工具(MeshCmd /路由器)",
"zh-cht": "沒有工具(MeshCmd /路由器)",
"xloc": [
- "default.handlebars->119->2852",
- "default3.handlebars->117->2861"
+ "default.handlebars->119->2859",
+ "default3.handlebars->117->2868"
]
},
{
@@ -56704,10 +56748,10 @@
"zh-chs": "无卸载",
"zh-cht": "無卸載",
"xloc": [
- "default.handlebars->119->2974",
- "default.handlebars->119->3076",
- "default3.handlebars->117->2983",
- "default3.handlebars->117->3085"
+ "default.handlebars->119->2981",
+ "default.handlebars->119->3083",
+ "default3.handlebars->117->2990",
+ "default3.handlebars->117->3092"
]
},
{
@@ -56736,10 +56780,10 @@
"zh-chs": "没有唤醒",
"zh-cht": "沒有喚醒",
"xloc": [
- "default.handlebars->119->2976",
- "default.handlebars->119->3078",
- "default3.handlebars->117->2985",
- "default3.handlebars->117->3087"
+ "default.handlebars->119->2983",
+ "default.handlebars->119->3085",
+ "default3.handlebars->117->2992",
+ "default3.handlebars->117->3094"
]
},
{
@@ -56768,7 +56812,7 @@
"zh-chs": "该设备当前无可用操作。",
"zh-cht": "該設備當前無可用操作。",
"xloc": [
- "default-mobile.handlebars->53->598",
+ "default-mobile.handlebars->53->603",
"default.handlebars->119->1287",
"default3.handlebars->117->1296"
]
@@ -56825,11 +56869,11 @@
"zh-chs": "没有代理设备通过代理中继",
"zh-cht": "沒有代理設備通過代理中繼",
"xloc": [
- "default-mobile.handlebars->53->948",
- "default.handlebars->119->2117",
- "default.handlebars->119->2182",
- "default3.handlebars->117->2132",
- "default3.handlebars->117->2193"
+ "default-mobile.handlebars->53->955",
+ "default.handlebars->119->2119",
+ "default.handlebars->119->2184",
+ "default3.handlebars->117->2134",
+ "default3.handlebars->117->2195"
]
},
{
@@ -56858,10 +56902,10 @@
"zh-chs": "没有自动更新",
"zh-cht": "沒有自動更新",
"xloc": [
- "default.handlebars->119->2477",
- "default.handlebars->119->2491",
- "default3.handlebars->117->2489",
- "default3.handlebars->117->2503"
+ "default.handlebars->119->2479",
+ "default.handlebars->119->2493",
+ "default3.handlebars->117->2491",
+ "default3.handlebars->117->2505"
]
},
{
@@ -56890,10 +56934,10 @@
"zh-chs": "没有共同的设备组",
"zh-cht": "沒有共同的裝置群",
"xloc": [
- "default.handlebars->119->2916",
- "default.handlebars->119->3105",
- "default3.handlebars->117->2925",
- "default3.handlebars->117->3108"
+ "default.handlebars->119->2923",
+ "default.handlebars->119->3112",
+ "default3.handlebars->117->2932",
+ "default3.handlebars->117->3115"
]
},
{
@@ -56955,8 +56999,8 @@
"zh-chs": "没有设备",
"zh-cht": "沒有裝置",
"xloc": [
- "default-mobile.handlebars->53->412",
- "default-mobile.handlebars->53->415"
+ "default-mobile.handlebars->53->417",
+ "default-mobile.handlebars->53->420"
]
},
{
@@ -57071,10 +57115,10 @@
"zh-chs": "没有共同的设备",
"zh-cht": "沒有共同的裝置",
"xloc": [
- "default.handlebars->119->2922",
- "default.handlebars->119->3117",
- "default3.handlebars->117->2931",
- "default3.handlebars->117->3120"
+ "default.handlebars->119->2929",
+ "default.handlebars->119->3124",
+ "default3.handlebars->117->2938",
+ "default3.handlebars->117->3127"
]
},
{
@@ -57135,8 +57179,8 @@
"zh-chs": "该设备组中没有设备。",
"zh-cht": "該裝置群中沒有裝置。",
"xloc": [
- "default.handlebars->119->2495",
- "default3.handlebars->117->2507"
+ "default.handlebars->119->2497",
+ "default3.handlebars->117->2509"
]
},
{
@@ -57165,7 +57209,7 @@
"zh-chs": "该组中没有设备",
"zh-cht": "該群中沒有裝置",
"xloc": [
- "default-mobile.handlebars->53->411"
+ "default-mobile.handlebars->53->416"
]
},
{
@@ -57194,8 +57238,8 @@
"zh-chs": "没有与此搜索匹配的设备。",
"zh-cht": "沒有與此搜索匹配的裝置。",
"xloc": [
- "default-mobile.handlebars->53->409",
- "default-mobile.handlebars->53->413",
+ "default-mobile.handlebars->53->414",
+ "default-mobile.handlebars->53->418",
"default.handlebars->119->375",
"default3.handlebars->117->386"
]
@@ -57287,8 +57331,8 @@
"zh-chs": "找不到群组。",
"zh-cht": "找不到群組。",
"xloc": [
- "default.handlebars->119->2855",
- "default3.handlebars->117->2864"
+ "default.handlebars->119->2862",
+ "default3.handlebars->117->2871"
]
},
{
@@ -57317,9 +57361,9 @@
"zh-chs": "没有此设备的讯息。",
"zh-cht": "沒有此裝置的訊息。",
"xloc": [
- "default-mobile.handlebars->53->918",
- "default.handlebars->119->1764",
- "default3.handlebars->117->1762"
+ "default-mobile.handlebars->53->925",
+ "default.handlebars->119->1766",
+ "default3.handlebars->117->1764"
]
},
{
@@ -57378,7 +57422,7 @@
"zh-chs": "未定义键盘快捷键",
"zh-cht": "未定義鍵盤快捷鍵",
"xloc": [
- "default-mobile.handlebars->53->681",
+ "default-mobile.handlebars->53->686",
"default.handlebars->119->1455",
"default3.handlebars->117->1457",
"sharing-mobile.handlebars->53->42"
@@ -57532,8 +57576,8 @@
"zh-chs": "不再是“{0}”的中继。",
"zh-cht": "不再是“{0}”的中繼。",
"xloc": [
- "default.handlebars->119->2693",
- "default3.handlebars->117->2705"
+ "default.handlebars->119->2700",
+ "default3.handlebars->117->2712"
]
},
{
@@ -57621,9 +57665,9 @@
"zh-chs": "此用户没有电话号码",
"zh-cht": "沒有此用戶的電話號碼",
"xloc": [
- "default-mobile.handlebars->53->1064",
- "default.handlebars->119->3333",
- "default3.handlebars->117->3338"
+ "default-mobile.handlebars->53->1071",
+ "default.handlebars->119->3340",
+ "default3.handlebars->117->3345"
]
},
{
@@ -57682,8 +57726,8 @@
"zh-chs": "没有录音。",
"zh-cht": "沒有錄音。",
"xloc": [
- "default.handlebars->119->3142",
- "default3.handlebars->117->3145"
+ "default.handlebars->119->3149",
+ "default3.handlebars->117->3152"
]
},
{
@@ -57712,10 +57756,10 @@
"zh-chs": "没有可用的中继设备。",
"zh-cht": "沒有可用的中繼設備。",
"xloc": [
- "default-mobile.handlebars->53->971",
- "default.handlebars->119->2322",
- "default3.handlebars->117->2330",
- "default3.handlebars->117->2332"
+ "default-mobile.handlebars->53->978",
+ "default.handlebars->119->2324",
+ "default3.handlebars->117->2332",
+ "default3.handlebars->117->2334"
]
},
{
@@ -57770,8 +57814,8 @@
"zh-chs": "没有服务器权限",
"zh-cht": "沒有伺服器權限",
"xloc": [
- "default.handlebars->119->2944",
- "default3.handlebars->117->2953"
+ "default.handlebars->119->2951",
+ "default3.handlebars->117->2960"
]
},
{
@@ -57826,8 +57870,8 @@
"zh-chs": "没有用户组成员身份",
"zh-cht": "沒有用戶群成員身份",
"xloc": [
- "default.handlebars->119->3111",
- "default3.handlebars->117->3114"
+ "default.handlebars->119->3118",
+ "default3.handlebars->117->3121"
]
},
{
@@ -57856,9 +57900,9 @@
"zh-chs": "无用户管理权限",
"zh-cht": "沒有用戶管理權限",
"xloc": [
- "default-mobile.handlebars->53->1062",
- "default.handlebars->119->3331",
- "default3.handlebars->117->3336"
+ "default-mobile.handlebars->53->1069",
+ "default.handlebars->119->3338",
+ "default3.handlebars->117->3343"
]
},
{
@@ -57887,8 +57931,8 @@
"zh-chs": "未找到相应的用户。",
"zh-cht": "未找到相應的用戶。",
"xloc": [
- "default.handlebars->119->2746",
- "default3.handlebars->117->2758"
+ "default.handlebars->119->2753",
+ "default3.handlebars->117->2765"
]
},
{
@@ -58037,43 +58081,43 @@
"zh-chs": "没有",
"zh-cht": "沒有",
"xloc": [
- "default-mobile.handlebars->53->368",
- "default-mobile.handlebars->53->417",
- "default-mobile.handlebars->53->418",
- "default-mobile.handlebars->53->491",
+ "default-mobile.handlebars->53->373",
+ "default-mobile.handlebars->53->422",
+ "default-mobile.handlebars->53->423",
"default-mobile.handlebars->53->496",
- "default-mobile.handlebars->53->498",
- "default-mobile.handlebars->53->540",
- "default-mobile.handlebars->53->671",
- "default-mobile.handlebars->53->719",
- "default-mobile.handlebars->53->953",
+ "default-mobile.handlebars->53->501",
+ "default-mobile.handlebars->53->503",
+ "default-mobile.handlebars->53->545",
+ "default-mobile.handlebars->53->676",
+ "default-mobile.handlebars->53->724",
+ "default-mobile.handlebars->53->960",
"default.handlebars->119->1009",
"default.handlebars->119->1443",
- "default.handlebars->119->2176",
- "default.handlebars->119->2187",
- "default.handlebars->119->2203",
- "default.handlebars->119->2215",
- "default.handlebars->119->2222",
+ "default.handlebars->119->2178",
+ "default.handlebars->119->2189",
+ "default.handlebars->119->2205",
+ "default.handlebars->119->2217",
"default.handlebars->119->2224",
- "default.handlebars->119->2278",
- "default.handlebars->119->2480",
- "default.handlebars->119->2505",
- "default.handlebars->119->2510",
- "default.handlebars->119->2722",
+ "default.handlebars->119->2226",
+ "default.handlebars->119->2280",
+ "default.handlebars->119->2482",
+ "default.handlebars->119->2507",
+ "default.handlebars->119->2512",
+ "default.handlebars->119->2729",
"default.handlebars->119->286",
- "default.handlebars->119->2876",
- "default.handlebars->119->2878",
- "default.handlebars->119->2887",
- "default.handlebars->119->2899",
- "default.handlebars->119->2963",
- "default.handlebars->119->2966",
- "default.handlebars->119->2978",
- "default.handlebars->119->2988",
- "default.handlebars->119->2992",
- "default.handlebars->119->3004",
- "default.handlebars->119->3041",
+ "default.handlebars->119->2883",
+ "default.handlebars->119->2885",
+ "default.handlebars->119->2894",
+ "default.handlebars->119->2906",
+ "default.handlebars->119->2970",
+ "default.handlebars->119->2973",
+ "default.handlebars->119->2985",
+ "default.handlebars->119->2995",
+ "default.handlebars->119->2999",
+ "default.handlebars->119->3011",
+ "default.handlebars->119->3048",
"default.handlebars->119->314",
- "default.handlebars->119->3248",
+ "default.handlebars->119->3255",
"default.handlebars->119->412",
"default.handlebars->119->413",
"default.handlebars->119->897",
@@ -58088,31 +58132,31 @@
"default3.handlebars->117->1020",
"default3.handlebars->117->107",
"default3.handlebars->117->1445",
- "default3.handlebars->117->2187",
- "default3.handlebars->117->2198",
- "default3.handlebars->117->2214",
- "default3.handlebars->117->2226",
- "default3.handlebars->117->2233",
+ "default3.handlebars->117->2189",
+ "default3.handlebars->117->2200",
+ "default3.handlebars->117->2216",
+ "default3.handlebars->117->2228",
"default3.handlebars->117->2235",
- "default3.handlebars->117->2289",
- "default3.handlebars->117->2492",
- "default3.handlebars->117->2517",
- "default3.handlebars->117->2522",
- "default3.handlebars->117->2734",
- "default3.handlebars->117->2885",
- "default3.handlebars->117->2887",
- "default3.handlebars->117->2896",
- "default3.handlebars->117->2908",
+ "default3.handlebars->117->2237",
+ "default3.handlebars->117->2291",
+ "default3.handlebars->117->2494",
+ "default3.handlebars->117->2519",
+ "default3.handlebars->117->2524",
+ "default3.handlebars->117->2741",
+ "default3.handlebars->117->2892",
+ "default3.handlebars->117->2894",
+ "default3.handlebars->117->2903",
+ "default3.handlebars->117->2915",
"default3.handlebars->117->296",
- "default3.handlebars->117->2972",
- "default3.handlebars->117->2975",
- "default3.handlebars->117->2987",
- "default3.handlebars->117->2997",
- "default3.handlebars->117->3001",
- "default3.handlebars->117->3013",
- "default3.handlebars->117->3050",
+ "default3.handlebars->117->2979",
+ "default3.handlebars->117->2982",
+ "default3.handlebars->117->2994",
+ "default3.handlebars->117->3004",
+ "default3.handlebars->117->3008",
+ "default3.handlebars->117->3020",
+ "default3.handlebars->117->3057",
"default3.handlebars->117->324",
- "default3.handlebars->117->3251",
+ "default3.handlebars->117->3258",
"default3.handlebars->117->423",
"default3.handlebars->117->424",
"default3.handlebars->117->908",
@@ -58205,8 +58249,8 @@
"zh-cht": "挪威文",
"xloc": [
"default-mobile.handlebars->53->236",
- "default.handlebars->119->1980",
- "default3.handlebars->117->1976",
+ "default.handlebars->119->1982",
+ "default3.handlebars->117->1978",
"login2.handlebars->17->122"
]
},
@@ -58237,8 +58281,8 @@
"zh-cht": "挪威文(Bokmal)",
"xloc": [
"default-mobile.handlebars->53->237",
- "default.handlebars->119->1981",
- "default3.handlebars->117->1977",
+ "default.handlebars->119->1983",
+ "default3.handlebars->117->1979",
"login2.handlebars->17->123"
]
},
@@ -58269,8 +58313,8 @@
"zh-cht": "挪威文(尼諾斯克)",
"xloc": [
"default-mobile.handlebars->53->238",
- "default.handlebars->119->1982",
- "default3.handlebars->117->1978",
+ "default.handlebars->119->1984",
+ "default3.handlebars->117->1980",
"login2.handlebars->17->124"
]
},
@@ -58300,8 +58344,8 @@
"zh-chs": "未激活",
"zh-cht": "未激活",
"xloc": [
- "default.handlebars->119->1673",
- "default3.handlebars->117->1671"
+ "default.handlebars->119->1675",
+ "default3.handlebars->117->1673"
]
},
{
@@ -58330,8 +58374,8 @@
"zh-chs": "未激活(输入)",
"zh-cht": "未啟動(輸入)",
"xloc": [
- "default-mobile.handlebars->53->512",
- "default-mobile.handlebars->53->828",
+ "default-mobile.handlebars->53->517",
+ "default-mobile.handlebars->53->835",
"default.handlebars->119->923",
"default3.handlebars->117->934"
]
@@ -58362,8 +58406,8 @@
"zh-chs": "未激活(预)",
"zh-cht": "未啟動(預)",
"xloc": [
- "default-mobile.handlebars->53->511",
- "default-mobile.handlebars->53->827",
+ "default-mobile.handlebars->53->516",
+ "default-mobile.handlebars->53->834",
"default.handlebars->119->922",
"default3.handlebars->117->933"
]
@@ -58394,10 +58438,10 @@
"zh-chs": "未连接",
"zh-cht": "未連接",
"xloc": [
- "default.handlebars->119->2471",
- "default.handlebars->119->2484",
- "default3.handlebars->117->2483",
- "default3.handlebars->117->2496"
+ "default.handlebars->119->2473",
+ "default.handlebars->119->2486",
+ "default3.handlebars->117->2485",
+ "default3.handlebars->117->2498"
]
},
{
@@ -58426,9 +58470,9 @@
"zh-chs": "未知",
"zh-cht": "未知",
"xloc": [
- "default-mobile.handlebars->53->838",
- "default.handlebars->119->1684",
- "default3.handlebars->117->1682"
+ "default-mobile.handlebars->53->845",
+ "default.handlebars->119->1686",
+ "default3.handlebars->117->1684"
]
},
{
@@ -58487,8 +58531,8 @@
"zh-chs": "不在服务器上",
"zh-cht": "不在伺服器上",
"xloc": [
- "default.handlebars->119->3171",
- "default3.handlebars->117->3174"
+ "default.handlebars->119->3178",
+ "default3.handlebars->117->3181"
]
},
{
@@ -58517,10 +58561,10 @@
"zh-chs": "没有设置",
"zh-cht": "沒有設置",
"xloc": [
- "default.handlebars->119->2950",
- "default.handlebars->119->2951",
- "default3.handlebars->117->2959",
- "default3.handlebars->117->2960"
+ "default.handlebars->119->2957",
+ "default.handlebars->119->2958",
+ "default3.handlebars->117->2966",
+ "default3.handlebars->117->2967"
]
},
{
@@ -58549,8 +58593,8 @@
"zh-chs": "未经审核的",
"zh-cht": "未經審核的",
"xloc": [
- "default.handlebars->119->3085",
- "default3.handlebars->117->3092"
+ "default.handlebars->119->3092",
+ "default3.handlebars->117->3099"
]
},
{
@@ -58579,22 +58623,22 @@
"zh-chs": "笔记",
"zh-cht": "筆記",
"xloc": [
- "default-mobile.handlebars->53->553",
- "default-mobile.handlebars->53->607",
- "default-mobile.handlebars->53->959",
+ "default-mobile.handlebars->53->558",
+ "default-mobile.handlebars->53->612",
+ "default-mobile.handlebars->53->966",
"default.handlebars->119->1026",
"default.handlebars->119->1151",
"default.handlebars->119->1176",
"default.handlebars->119->1190",
- "default.handlebars->119->2234",
- "default.handlebars->119->3016",
+ "default.handlebars->119->2236",
+ "default.handlebars->119->3023",
"default.handlebars->container->column_l->p10->p10info->1->1->0->notesPanel->1->1->1->0",
"default3.handlebars->117->1037",
"default3.handlebars->117->1160",
"default3.handlebars->117->1185",
"default3.handlebars->117->1199",
- "default3.handlebars->117->2245",
- "default3.handlebars->117->3025",
+ "default3.handlebars->117->2247",
+ "default3.handlebars->117->3032",
"default3.handlebars->container->column_l->p10->p10info->1->1->0->notesPanel->1->1->1->1"
]
},
@@ -58655,12 +58699,12 @@
"zh-cht": "通知設定",
"xloc": [
"default.handlebars->119->1138",
- "default.handlebars->119->2090",
- "default.handlebars->119->2470",
+ "default.handlebars->119->2092",
+ "default.handlebars->119->2472",
"default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->14",
"default3.handlebars->117->1147",
- "default3.handlebars->117->2087",
- "default3.handlebars->117->2482",
+ "default3.handlebars->117->2089",
+ "default3.handlebars->117->2484",
"default3.handlebars->container->column_l->p2->p2info->p2AccountActions->3->12"
]
},
@@ -58742,8 +58786,8 @@
"zh-chs": "通知音效",
"zh-cht": "通知音效",
"xloc": [
- "default.handlebars->119->2085",
- "default3.handlebars->117->2082"
+ "default.handlebars->119->2087",
+ "default3.handlebars->117->2084"
]
},
{
@@ -58772,10 +58816,10 @@
"zh-chs": "通知",
"zh-cht": "通知",
"xloc": [
- "default.handlebars->119->2223",
+ "default.handlebars->119->2225",
"default.handlebars->119->997",
"default3.handlebars->117->1008",
- "default3.handlebars->117->2234"
+ "default3.handlebars->117->2236"
]
},
{
@@ -58804,9 +58848,9 @@
"zh-chs": "通知",
"zh-cht": "通知",
"xloc": [
- "default.handlebars->119->3024",
+ "default.handlebars->119->3031",
"default.handlebars->119->311",
- "default3.handlebars->117->3033",
+ "default3.handlebars->117->3040",
"default3.handlebars->117->321"
]
},
@@ -58866,12 +58910,12 @@
"zh-chs": "通知使用者",
"zh-cht": "通知使用者",
"xloc": [
- "default.handlebars->119->2333",
- "default.handlebars->119->2337",
- "default.handlebars->119->2340",
- "default3.handlebars->117->2345",
- "default3.handlebars->117->2349",
- "default3.handlebars->117->2352"
+ "default.handlebars->119->2335",
+ "default.handlebars->119->2339",
+ "default.handlebars->119->2342",
+ "default3.handlebars->117->2347",
+ "default3.handlebars->117->2351",
+ "default3.handlebars->117->2354"
]
},
{
@@ -58900,8 +58944,8 @@
"zh-chs": "通知{0}",
"zh-cht": "通知{0}",
"xloc": [
- "default.handlebars->119->2788",
- "default3.handlebars->117->2799"
+ "default.handlebars->119->2795",
+ "default3.handlebars->117->2806"
]
},
{
@@ -58930,8 +58974,8 @@
"zh-chs": "空值",
"zh-cht": "無效的",
"xloc": [
- "default.handlebars->119->3406",
- "default3.handlebars->117->3411"
+ "default.handlebars->119->3413",
+ "default3.handlebars->117->3418"
]
},
{
@@ -58987,15 +59031,15 @@
"zh-cht": "OK",
"xloc": [
"default-mobile.handlebars->53->332",
- "default-mobile.handlebars->53->763",
- "default-mobile.handlebars->53->767",
- "default-mobile.handlebars->53->771",
- "default-mobile.handlebars->53->786",
+ "default-mobile.handlebars->53->768",
+ "default-mobile.handlebars->53->772",
+ "default-mobile.handlebars->53->776",
+ "default-mobile.handlebars->53->791",
"default-mobile.handlebars->container->page_content->column_l->p10->p10dialog->7",
"default-mobile.handlebars->dialog->idx_dlgButtonBar",
- "default.handlebars->119->2164",
- "default.handlebars->119->2475",
- "default.handlebars->119->2489",
+ "default.handlebars->119->2166",
+ "default.handlebars->119->2477",
+ "default.handlebars->119->2491",
"default.handlebars->119->434",
"default.handlebars->119->436",
"default.handlebars->119->438",
@@ -59004,8 +59048,8 @@
"default.handlebars->119->959",
"default.handlebars->119->974",
"default.handlebars->container->dialog->idx_dlgButtonBar",
- "default3.handlebars->117->2487",
- "default3.handlebars->117->2501",
+ "default3.handlebars->117->2489",
+ "default3.handlebars->117->2503",
"default3.handlebars->117->445",
"default3.handlebars->117->447",
"default3.handlebars->117->449",
@@ -59146,8 +59190,8 @@
"zh-cht": "歐舒丹",
"xloc": [
"default-mobile.handlebars->53->239",
- "default.handlebars->119->1983",
- "default3.handlebars->117->1979",
+ "default.handlebars->119->1985",
+ "default3.handlebars->117->1981",
"login2.handlebars->17->125"
]
},
@@ -59177,9 +59221,9 @@
"zh-chs": "发生在{0}",
"zh-cht": "發生在{0}",
"xloc": [
- "default-mobile.handlebars->53->1030",
- "default.handlebars->119->3299",
- "default3.handlebars->117->3304"
+ "default-mobile.handlebars->53->1037",
+ "default.handlebars->119->3306",
+ "default3.handlebars->117->3311"
]
},
{
@@ -59208,10 +59252,10 @@
"zh-chs": "离开",
"zh-cht": "離開",
"xloc": [
- "default-mobile.handlebars->53->458",
- "default-mobile.handlebars->53->466",
- "default-mobile.handlebars->53->778",
- "default-mobile.handlebars->53->782",
+ "default-mobile.handlebars->53->463",
+ "default-mobile.handlebars->53->471",
+ "default-mobile.handlebars->53->783",
+ "default-mobile.handlebars->53->787",
"default.handlebars->119->714",
"default.handlebars->119->966",
"default.handlebars->119->970",
@@ -59276,8 +59320,8 @@
"zh-chs": "离线用户",
"zh-cht": "離線用戶",
"xloc": [
- "default.handlebars->119->2743",
- "default3.handlebars->117->2755"
+ "default.handlebars->119->2750",
+ "default3.handlebars->117->2762"
]
},
{
@@ -59337,7 +59381,7 @@
"zh-cht": "舊密碼:",
"xloc": [
"default-mobile.handlebars->53->334",
- "default.handlebars->119->2102"
+ "default.handlebars->119->2104"
]
},
{
@@ -59347,8 +59391,8 @@
"pl": "Włącz",
"uk": "Увімк",
"xloc": [
- "default-mobile.handlebars->53->776",
- "default-mobile.handlebars->53->780",
+ "default-mobile.handlebars->53->781",
+ "default-mobile.handlebars->53->785",
"default.handlebars->119->964",
"default.handlebars->119->968",
"default3.handlebars->117->975",
@@ -59381,8 +59425,8 @@
"zh-chs": "一天",
"zh-cht": "一天",
"xloc": [
- "default.handlebars->119->2719",
- "default3.handlebars->117->2731"
+ "default.handlebars->119->2726",
+ "default3.handlebars->117->2738"
]
},
{
@@ -59442,8 +59486,8 @@
"zh-chs": "一次性密码",
"zh-cht": "一次性密碼",
"xloc": [
- "default.handlebars->119->3255",
- "default3.handlebars->117->3258"
+ "default.handlebars->119->3262",
+ "default3.handlebars->117->3265"
]
},
{
@@ -59505,8 +59549,8 @@
"zh-chs": "在线用户",
"zh-cht": "在線用戶",
"xloc": [
- "default.handlebars->119->2742",
- "default3.handlebars->117->2754"
+ "default.handlebars->119->2749",
+ "default3.handlebars->117->2761"
]
},
{
@@ -59535,8 +59579,8 @@
"zh-chs": "只显示前 100 个用户",
"zh-cht": "僅顯示前 100 個用戶",
"xloc": [
- "default.handlebars->119->2789",
- "default3.handlebars->117->2800"
+ "default.handlebars->119->2796",
+ "default3.handlebars->117->2807"
]
},
{
@@ -59565,8 +59609,8 @@
"zh-chs": "。仅当您知道自己在做什么时才这样做。",
"zh-cht": "僅當你知道自己在做什麼時才這樣做。",
"xloc": [
- "default.handlebars->119->2162",
- "default3.handlebars->117->2177"
+ "default.handlebars->119->2164",
+ "default3.handlebars->117->2179"
]
},
{
@@ -59595,12 +59639,12 @@
"zh-chs": "只能编辑小于200k的文件。",
"zh-cht": "只能編輯小於200k的檔案。",
"xloc": [
- "default-mobile.handlebars->53->730",
+ "default-mobile.handlebars->53->735",
"default.handlebars->119->1578",
- "default.handlebars->119->2532",
+ "default.handlebars->119->2539",
"default.handlebars->119->868",
"default3.handlebars->117->1578",
- "default3.handlebars->117->2544",
+ "default3.handlebars->117->2551",
"default3.handlebars->117->879",
"sharing-mobile.handlebars->53->91",
"sharing.handlebars->47->67"
@@ -59714,7 +59758,7 @@
"zh-chs": "在设备上打开页面",
"zh-cht": "在裝置上打開頁面",
"xloc": [
- "default-mobile.handlebars->53->612",
+ "default-mobile.handlebars->53->617",
"default.handlebars->119->1191",
"default3.handlebars->117->1200"
]
@@ -60035,8 +60079,8 @@
"zh-chs": "开头:{0}",
"zh-cht": "開場:{0}",
"xloc": [
- "default.handlebars->119->2561",
- "default3.handlebars->117->2573"
+ "default.handlebars->119->2568",
+ "default3.handlebars->117->2580"
]
},
{
@@ -60065,17 +60109,17 @@
"zh-chs": "操作系统",
"zh-cht": "操作系統",
"xloc": [
- "default-mobile.handlebars->53->791",
+ "default-mobile.handlebars->53->796",
"default.handlebars->119->1360",
"default.handlebars->119->1627",
- "default.handlebars->119->3218",
+ "default.handlebars->119->3225",
"default.handlebars->119->354",
"default.handlebars->119->560",
"default.handlebars->119->610",
"default.handlebars->119->949",
"default3.handlebars->117->1362",
"default3.handlebars->117->1627",
- "default3.handlebars->117->3221",
+ "default3.handlebars->117->3228",
"default3.handlebars->117->365",
"default3.handlebars->117->571",
"default3.handlebars->117->621",
@@ -60108,15 +60152,15 @@
"zh-chs": "运作",
"zh-cht": "操作",
"xloc": [
- "default-mobile.handlebars->53->597",
+ "default-mobile.handlebars->53->602",
"default.handlebars->119->1286",
- "default.handlebars->119->2771",
- "default.handlebars->119->2863",
+ "default.handlebars->119->2778",
+ "default.handlebars->119->2870",
"default.handlebars->119->759",
"default.handlebars->119->771",
"default3.handlebars->117->1295",
- "default3.handlebars->117->2783",
- "default3.handlebars->117->2872",
+ "default3.handlebars->117->2790",
+ "default3.handlebars->117->2879",
"default3.handlebars->117->770",
"default3.handlebars->117->782"
]
@@ -60204,8 +60248,8 @@
"zh-cht": "奧里亞",
"xloc": [
"default-mobile.handlebars->53->240",
- "default.handlebars->119->1984",
- "default3.handlebars->117->1980",
+ "default.handlebars->119->1986",
+ "default3.handlebars->117->1982",
"login2.handlebars->17->126"
]
},
@@ -60236,8 +60280,8 @@
"zh-cht": "奧羅莫",
"xloc": [
"default-mobile.handlebars->53->241",
- "default.handlebars->119->1985",
- "default3.handlebars->117->1981",
+ "default.handlebars->119->1987",
+ "default3.handlebars->117->1983",
"login2.handlebars->17->127"
]
},
@@ -60327,7 +60371,7 @@
"zh-chs": "过时的",
"zh-cht": "過時的",
"xloc": [
- "default-mobile.handlebars->53->785",
+ "default-mobile.handlebars->53->790",
"default.handlebars->119->973",
"default3.handlebars->117->984"
]
@@ -60593,9 +60637,9 @@
"zh-chs": "推",
"zh-cht": "推",
"xloc": [
- "default-mobile.handlebars->53->929",
- "default.handlebars->119->1776",
- "default3.handlebars->117->1774"
+ "default-mobile.handlebars->53->936",
+ "default.handlebars->119->1778",
+ "default3.handlebars->117->1776"
]
},
{
@@ -60624,7 +60668,7 @@
"zh-chs": "向下翻页",
"zh-cht": "向下翻頁",
"xloc": [
- "default-mobile.handlebars->53->666",
+ "default-mobile.handlebars->53->671",
"default.handlebars->119->1438",
"default3.handlebars->117->1440",
"sharing-mobile.handlebars->53->27"
@@ -60656,7 +60700,7 @@
"zh-chs": "向上翻页",
"zh-cht": "向上翻頁",
"xloc": [
- "default-mobile.handlebars->53->665",
+ "default-mobile.handlebars->53->670",
"default.handlebars->119->1437",
"default3.handlebars->117->1439",
"sharing-mobile.handlebars->53->26"
@@ -60718,15 +60762,15 @@
"zh-chs": "零件号",
"zh-cht": "零件號",
"xloc": [
- "default-mobile.handlebars->53->872",
- "default-mobile.handlebars->53->878",
- "default-mobile.handlebars->53->884",
- "default.handlebars->119->1718",
- "default.handlebars->119->1724",
- "default.handlebars->119->1730",
- "default3.handlebars->117->1716",
- "default3.handlebars->117->1722",
- "default3.handlebars->117->1728"
+ "default-mobile.handlebars->53->879",
+ "default-mobile.handlebars->53->885",
+ "default-mobile.handlebars->53->891",
+ "default.handlebars->119->1720",
+ "default.handlebars->119->1726",
+ "default.handlebars->119->1732",
+ "default3.handlebars->117->1718",
+ "default3.handlebars->117->1724",
+ "default3.handlebars->117->1730"
]
},
{
@@ -60755,8 +60799,8 @@
"zh-chs": "部分的",
"zh-cht": "部分的",
"xloc": [
- "default.handlebars->119->2758",
- "default3.handlebars->117->2770"
+ "default.handlebars->119->2765",
+ "default3.handlebars->117->2777"
]
},
{
@@ -60838,9 +60882,9 @@
"zh-cht": "部分權限",
"xloc": [
"default-mobile.handlebars->53->353",
- "default-mobile.handlebars->53->963",
- "default.handlebars->119->2138",
- "default3.handlebars->117->2153"
+ "default-mobile.handlebars->53->970",
+ "default.handlebars->119->2140",
+ "default3.handlebars->117->2155"
]
},
{
@@ -60869,8 +60913,8 @@
"zh-chs": "部分权限",
"zh-cht": "部分權限",
"xloc": [
- "default.handlebars->119->2947",
- "default3.handlebars->117->2956"
+ "default.handlebars->119->2954",
+ "default3.handlebars->117->2963"
]
},
{
@@ -60928,32 +60972,32 @@
"zh-chs": "密码",
"zh-cht": "密碼",
"xloc": [
- "default-mobile.handlebars->53->627",
- "default-mobile.handlebars->53->697",
- "default-mobile.handlebars->53->704",
+ "default-mobile.handlebars->53->632",
+ "default-mobile.handlebars->53->702",
+ "default-mobile.handlebars->53->709",
"default.handlebars->119->1317",
"default.handlebars->119->1409",
"default.handlebars->119->1520",
"default.handlebars->119->1527",
- "default.handlebars->119->2130",
- "default.handlebars->119->2296",
- "default.handlebars->119->2825",
- "default.handlebars->119->2826",
- "default.handlebars->119->2984",
- "default.handlebars->119->2986",
- "default.handlebars->119->3090",
- "default.handlebars->119->3091",
+ "default.handlebars->119->2132",
+ "default.handlebars->119->2298",
+ "default.handlebars->119->2832",
+ "default.handlebars->119->2833",
+ "default.handlebars->119->2991",
+ "default.handlebars->119->2993",
+ "default.handlebars->119->3097",
+ "default.handlebars->119->3098",
"default.handlebars->119->348",
"default.handlebars->119->521",
"default3.handlebars->117->1322",
"default3.handlebars->117->1410",
"default3.handlebars->117->1520",
"default3.handlebars->117->1527",
- "default3.handlebars->117->2145",
- "default3.handlebars->117->2305",
- "default3.handlebars->117->2836",
- "default3.handlebars->117->2993",
- "default3.handlebars->117->2995",
+ "default3.handlebars->117->2147",
+ "default3.handlebars->117->2307",
+ "default3.handlebars->117->2843",
+ "default3.handlebars->117->3000",
+ "default3.handlebars->117->3002",
"default3.handlebars->117->358",
"default3.handlebars->117->532",
"login2.handlebars->centralTable->1->0->logincell->loginpanel->loginpanelform->loginuserpassdiv->1->1->2->1",
@@ -61124,9 +61168,9 @@
"zh-chs": "密码已更改。",
"zh-cht": "密碼已更改。",
"xloc": [
- "default-mobile.handlebars->53->1058",
- "default.handlebars->119->3327",
- "default3.handlebars->117->3332"
+ "default-mobile.handlebars->53->1065",
+ "default.handlebars->119->3334",
+ "default3.handlebars->117->3339"
]
},
{
@@ -61185,7 +61229,7 @@
"zh-chs": "密码提示",
"zh-cht": "密碼提示",
"xloc": [
- "default.handlebars->119->3092"
+ "default.handlebars->119->3099"
]
},
{
@@ -61215,7 +61259,7 @@
"zh-cht": "密碼提示:",
"xloc": [
"default-mobile.handlebars->53->337",
- "default.handlebars->119->2105"
+ "default.handlebars->119->2107"
]
},
{
@@ -61330,8 +61374,8 @@
"account-invite.html->2->5",
"default-mobile.handlebars->53->329",
"default-mobile.handlebars->53->330",
- "default.handlebars->119->2097",
- "default.handlebars->119->2098",
+ "default.handlebars->119->2099",
+ "default.handlebars->119->2100",
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->4->1",
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->6->1",
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->loginpanel->1->7->1->2->1",
@@ -61374,19 +61418,19 @@
"zh-chs": "粘贴",
"zh-cht": "糊",
"xloc": [
- "default-mobile.handlebars->53->380",
- "default-mobile.handlebars->53->735",
+ "default-mobile.handlebars->53->385",
+ "default-mobile.handlebars->53->740",
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->3",
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->3",
"default.handlebars->119->1541",
"default.handlebars->119->1585",
- "default.handlebars->119->2534",
+ "default.handlebars->119->2541",
"default.handlebars->container->column_l->p12->termTable->1->1->4->1->3",
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
"default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
"default3.handlebars->117->1541",
"default3.handlebars->117->1585",
- "default3.handlebars->117->2546",
+ "default3.handlebars->117->2553",
"default3.handlebars->container->column_l->p12->termTable->1->1->4->1->1",
"default3.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
"default3.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
@@ -61600,9 +61644,9 @@
"zh-chs": "执行代理指令",
"zh-cht": "執行代理指令",
"xloc": [
- "default-mobile.handlebars->53->941",
- "default.handlebars->119->1788",
- "default3.handlebars->117->1786"
+ "default-mobile.handlebars->53->948",
+ "default.handlebars->119->1790",
+ "default3.handlebars->117->1788"
]
},
{
@@ -61683,9 +61727,9 @@
"zh-chs": "执行英特尔®AMT激活和配置。",
"zh-cht": "執行英特爾®AMT激活和配置。",
"xloc": [
- "default.handlebars->119->2240",
+ "default.handlebars->119->2242",
"default.handlebars->119->498",
- "default3.handlebars->117->2251",
+ "default3.handlebars->117->2253",
"default3.handlebars->117->509"
]
},
@@ -61826,7 +61870,7 @@
"pl": "Wykonać wyłączenie poprzez Intel® AMT?
UWAGA: Jeśli istnieje aktywna sesja AMT, polecenie wyłączenia zasilania zostanie odrzucone, musisz więc wcześniej rozłączyć sesje AMT!",
"uk": "Вимкнути живлення через Intel® AMT?
ПРИМІТКА: якщо є активний сеанс AMT, команда вимкнення живлення буде відхилена, бо ви повинні спочатку від’єднати сеанси AMT!",
"xloc": [
- "default-mobile.handlebars->53->603",
+ "default-mobile.handlebars->53->608",
"default.handlebars->119->1301",
"default3.handlebars->117->1310"
]
@@ -61880,7 +61924,7 @@
"zh-chs": "执行英特尔® AMT 电源?",
"zh-cht": "執行英特爾® AMT 開機?",
"xloc": [
- "default-mobile.handlebars->53->601",
+ "default-mobile.handlebars->53->606",
"default.handlebars->119->1299",
"default3.handlebars->117->1308"
]
@@ -61934,7 +61978,7 @@
"zh-chs": "执行英特尔® AMT 重置?",
"zh-cht": "執行英特爾® AMT 重置?",
"xloc": [
- "default-mobile.handlebars->53->605",
+ "default-mobile.handlebars->53->610",
"default.handlebars->119->1303",
"default3.handlebars->117->1312"
]
@@ -62062,7 +62106,7 @@
"zh-chs": "执行断电?",
"zh-cht": "執行斷電?",
"xloc": [
- "default-mobile.handlebars->53->573",
+ "default-mobile.handlebars->53->578",
"default.handlebars->119->1123"
]
},
@@ -62092,7 +62136,7 @@
"zh-chs": "执行开机?",
"zh-cht": "執行開機?",
"xloc": [
- "default-mobile.handlebars->53->575",
+ "default-mobile.handlebars->53->580",
"default.handlebars->119->1125"
]
},
@@ -62122,8 +62166,8 @@
"zh-chs": "执行电源操作= {0},强制执行= {1}",
"zh-cht": "執行電源操作= {0},強制執行= {1}",
"xloc": [
- "default.handlebars->119->2566",
- "default3.handlebars->117->2578"
+ "default.handlebars->119->2573",
+ "default3.handlebars->117->2585"
]
},
{
@@ -62152,9 +62196,9 @@
"zh-chs": "没有权限",
"zh-cht": "沒有權限",
"xloc": [
- "default-mobile.handlebars->53->1039",
- "default.handlebars->119->3308",
- "default3.handlebars->117->3313"
+ "default-mobile.handlebars->53->1046",
+ "default.handlebars->119->3315",
+ "default3.handlebars->117->3320"
]
},
{
@@ -62183,11 +62227,11 @@
"zh-chs": "权限",
"zh-cht": "權限",
"xloc": [
- "default-mobile.handlebars->53->1024",
- "default.handlebars->119->2430",
- "default.handlebars->119->2741",
- "default3.handlebars->117->2442",
- "default3.handlebars->117->2753"
+ "default-mobile.handlebars->53->1031",
+ "default.handlebars->119->2432",
+ "default.handlebars->119->2748",
+ "default3.handlebars->117->2444",
+ "default3.handlebars->117->2760"
]
},
{
@@ -62217,8 +62261,8 @@
"zh-cht": "波斯/伊朗",
"xloc": [
"default-mobile.handlebars->53->242",
- "default.handlebars->119->1986",
- "default3.handlebars->117->1982",
+ "default.handlebars->119->1988",
+ "default3.handlebars->117->1984",
"login2.handlebars->17->128"
]
},
@@ -62310,14 +62354,14 @@
"default-mobile.handlebars->53->109",
"default-mobile.handlebars->53->111",
"default-mobile.handlebars->53->92",
- "default.handlebars->119->1796",
- "default.handlebars->119->1799",
+ "default.handlebars->119->1798",
+ "default.handlebars->119->1801",
"default.handlebars->119->266",
- "default.handlebars->119->3039",
- "default3.handlebars->117->1793",
- "default3.handlebars->117->1796",
+ "default.handlebars->119->3046",
+ "default3.handlebars->117->1795",
+ "default3.handlebars->117->1798",
"default3.handlebars->117->276",
- "default3.handlebars->117->3048"
+ "default3.handlebars->117->3055"
]
},
{
@@ -62346,8 +62390,8 @@
"zh-chs": "电话号码",
"zh-cht": "電話號碼",
"xloc": [
- "default.handlebars->119->2962",
- "default3.handlebars->117->2971"
+ "default.handlebars->119->2969",
+ "default3.handlebars->117->2978"
]
},
{
@@ -62377,10 +62421,10 @@
"zh-cht": "電話號碼:",
"xloc": [
"default-mobile.handlebars->53->110",
- "default.handlebars->119->1798",
- "default.handlebars->119->3038",
- "default3.handlebars->117->1795",
- "default3.handlebars->117->3047"
+ "default.handlebars->119->1800",
+ "default.handlebars->119->3045",
+ "default3.handlebars->117->1797",
+ "default3.handlebars->117->3054"
]
},
{
@@ -62614,8 +62658,8 @@
"zh-cht": "請等待幾分鐘以接收驗證。",
"xloc": [
"default-mobile.handlebars->53->325",
- "default.handlebars->119->2092",
- "default3.handlebars->117->2089"
+ "default.handlebars->119->2094",
+ "default3.handlebars->117->2091"
]
},
{
@@ -62645,9 +62689,9 @@
"zh-cht": "外掛指令",
"xloc": [
"default.handlebars->119->329",
- "default.handlebars->119->3444",
+ "default.handlebars->119->3451",
"default3.handlebars->117->339",
- "default3.handlebars->117->3449"
+ "default3.handlebars->117->3456"
]
},
{
@@ -62862,8 +62906,8 @@
"zh-cht": "政策",
"xloc": [
"default-mobile.handlebars->53->352",
- "default.handlebars->119->2137",
- "default3.handlebars->117->2152"
+ "default.handlebars->119->2139",
+ "default3.handlebars->117->2154"
]
},
{
@@ -62893,8 +62937,8 @@
"zh-cht": "波蘭文",
"xloc": [
"default-mobile.handlebars->53->243",
- "default.handlebars->119->1987",
- "default3.handlebars->117->1983",
+ "default.handlebars->119->1989",
+ "default3.handlebars->117->1985",
"login2.handlebars->17->129"
]
},
@@ -62994,8 +63038,8 @@
"zh-chs": "端口名称同步",
"zh-cht": "端口名稱同步",
"xloc": [
- "default.handlebars->119->2197",
- "default3.handlebars->117->2208"
+ "default.handlebars->119->2199",
+ "default3.handlebars->117->2210"
]
},
{
@@ -63024,7 +63068,7 @@
"zh-chs": "端口号",
"zh-cht": "端口號",
"xloc": [
- "default-mobile.handlebars->53->501",
+ "default-mobile.handlebars->53->506",
"default.handlebars->119->912",
"default3.handlebars->117->923"
]
@@ -63055,7 +63099,7 @@
"zh-chs": "端口类型",
"zh-cht": "端口類型",
"xloc": [
- "default-mobile.handlebars->53->502",
+ "default-mobile.handlebars->53->507",
"default.handlebars->119->913",
"default3.handlebars->117->924"
]
@@ -63139,8 +63183,8 @@
"zh-cht": "葡萄牙文",
"xloc": [
"default-mobile.handlebars->53->244",
- "default.handlebars->119->1988",
- "default3.handlebars->117->1984",
+ "default.handlebars->119->1990",
+ "default3.handlebars->117->1986",
"login2.handlebars->17->130"
]
},
@@ -63171,8 +63215,8 @@
"zh-cht": "葡萄牙文(巴西)",
"xloc": [
"default-mobile.handlebars->53->245",
- "default.handlebars->119->1989",
- "default3.handlebars->117->1985",
+ "default.handlebars->119->1991",
+ "default3.handlebars->117->1987",
"login2.handlebars->17->131"
]
},
@@ -63263,8 +63307,8 @@
"zh-chs": "电源操作",
"zh-cht": "電源操作",
"xloc": [
- "default-mobile.handlebars->53->572",
- "default-mobile.handlebars->53->574",
+ "default-mobile.handlebars->53->577",
+ "default-mobile.handlebars->53->579",
"default.handlebars->119->1122",
"default.handlebars->119->1124",
"default3.handlebars->117->1133",
@@ -63297,7 +63341,7 @@
"zh-chs": "电源状态",
"zh-cht": "電源狀態",
"xloc": [
- "default-mobile.handlebars->53->625"
+ "default-mobile.handlebars->53->630"
]
},
{
@@ -63326,9 +63370,9 @@
"zh-chs": "电源状态",
"zh-cht": "電源狀態",
"xloc": [
- "default.handlebars->119->2482",
+ "default.handlebars->119->2484",
"default.handlebars->container->column_l->p21->p21main->1->1->meshPowerChartDiv->1",
- "default3.handlebars->117->2494",
+ "default3.handlebars->117->2496",
"default3.handlebars->container->column_l->p21->p21main->1->1->meshPowerChartDiv->1"
]
},
@@ -63358,8 +63402,8 @@
"zh-chs": "关机",
"zh-cht": "關機",
"xloc": [
- "default-mobile.handlebars->53->456",
- "default-mobile.handlebars->53->593",
+ "default-mobile.handlebars->53->461",
+ "default-mobile.handlebars->53->598",
"default.handlebars->119->1275",
"default.handlebars->119->6",
"default3.handlebars->117->1284",
@@ -63452,8 +63496,8 @@
"zh-chs": "有电源",
"zh-cht": "有電源",
"xloc": [
- "default-mobile.handlebars->53->451",
- "default-mobile.handlebars->53->459",
+ "default-mobile.handlebars->53->456",
+ "default-mobile.handlebars->53->464",
"default.handlebars->119->1",
"default.handlebars->119->700",
"default3.handlebars->117->1",
@@ -63496,15 +63540,15 @@
"zh-chs": "预激活",
"zh-cht": "預激活",
"xloc": [
- "default.handlebars->119->1674",
- "default3.handlebars->117->1672"
+ "default.handlebars->119->1676",
+ "default3.handlebars->117->1674"
]
},
{
"en": "Prefer value of --agentName",
"xloc": [
- "default.handlebars->119->2345",
- "default3.handlebars->117->2357"
+ "default.handlebars->119->2347",
+ "default3.handlebars->117->2359"
]
},
{
@@ -63533,8 +63577,8 @@
"zh-chs": "存在",
"zh-cht": "存在",
"xloc": [
- "default-mobile.handlebars->53->457",
- "default-mobile.handlebars->53->465",
+ "default-mobile.handlebars->53->462",
+ "default-mobile.handlebars->53->470",
"default.handlebars->119->7",
"default.handlebars->119->712",
"default3.handlebars->117->7",
@@ -63567,8 +63611,8 @@
"zh-chs": "存在于服务器上",
"zh-cht": "存在於伺服器上",
"xloc": [
- "default.handlebars->119->3170",
- "default3.handlebars->117->3173"
+ "default.handlebars->119->3177",
+ "default3.handlebars->117->3180"
]
},
{
@@ -63719,13 +63763,13 @@
"xloc": [
"default-mobile.handlebars->53->100",
"default-mobile.handlebars->53->97",
- "default.handlebars->119->1791",
- "default.handlebars->119->3033",
- "default.handlebars->119->3088",
+ "default.handlebars->119->1793",
+ "default.handlebars->119->3040",
+ "default.handlebars->119->3095",
"default.handlebars->119->341",
- "default3.handlebars->117->1789",
- "default3.handlebars->117->3042",
- "default3.handlebars->117->3095",
+ "default3.handlebars->117->1791",
+ "default3.handlebars->117->3049",
+ "default3.handlebars->117->3102",
"default3.handlebars->117->351"
]
},
@@ -63755,7 +63799,7 @@
"zh-chs": "打印屏幕",
"zh-cht": "打印屏幕",
"xloc": [
- "default-mobile.handlebars->53->659",
+ "default-mobile.handlebars->53->664",
"default.handlebars->119->1432",
"default3.handlebars->117->1434",
"sharing-mobile.handlebars->53->21"
@@ -64083,8 +64127,8 @@
"zh-chs": "处理控制台命令:“{0}”",
"zh-cht": "處理控制台命令:“{0}”",
"xloc": [
- "default.handlebars->119->2558",
- "default3.handlebars->117->2570"
+ "default.handlebars->119->2565",
+ "default3.handlebars->117->2577"
]
},
{
@@ -64173,12 +64217,12 @@
"zh-chs": "用户同意提示",
"zh-cht": "用戶同意提示",
"xloc": [
- "default.handlebars->119->2334",
- "default.handlebars->119->2338",
- "default.handlebars->119->2341",
- "default3.handlebars->117->2346",
- "default3.handlebars->117->2350",
- "default3.handlebars->117->2353"
+ "default.handlebars->119->2336",
+ "default.handlebars->119->2340",
+ "default.handlebars->119->2343",
+ "default3.handlebars->117->2348",
+ "default3.handlebars->117->2352",
+ "default3.handlebars->117->2355"
]
},
{
@@ -64207,8 +64251,8 @@
"zh-chs": "协议",
"zh-cht": "協議",
"xloc": [
- "default.handlebars->119->3168",
- "default3.handlebars->117->3171",
+ "default.handlebars->119->3175",
+ "default3.handlebars->117->3178",
"player.handlebars->29->36"
]
},
@@ -64294,9 +64338,9 @@
"zh-chs": "配置状态",
"zh-cht": "配置狀態",
"xloc": [
- "default-mobile.handlebars->53->832",
- "default.handlebars->119->1678",
- "default3.handlebars->117->1676"
+ "default-mobile.handlebars->53->839",
+ "default.handlebars->119->1680",
+ "default3.handlebars->117->1678"
]
},
{
@@ -64351,9 +64395,9 @@
"zh-chs": "公开连结",
"zh-cht": "公開鏈結",
"xloc": [
- "default-mobile.handlebars->53->367",
- "default.handlebars->119->2517",
- "default3.handlebars->117->2529"
+ "default-mobile.handlebars->53->372",
+ "default.handlebars->119->2524",
+ "default3.handlebars->117->2536"
]
},
{
@@ -64385,7 +64429,7 @@
{
"en": "Pulse",
"xloc": [
- "default3.handlebars->117->2112"
+ "default3.handlebars->117->2114"
]
},
{
@@ -64415,8 +64459,8 @@
"zh-cht": "旁遮普文",
"xloc": [
"default-mobile.handlebars->53->246",
- "default.handlebars->119->1990",
- "default3.handlebars->117->1986",
+ "default.handlebars->119->1992",
+ "default3.handlebars->117->1988",
"login2.handlebars->17->132"
]
},
@@ -64447,8 +64491,8 @@
"zh-cht": "旁遮普(印度)",
"xloc": [
"default-mobile.handlebars->53->247",
- "default.handlebars->119->1991",
- "default3.handlebars->117->1987",
+ "default.handlebars->119->1993",
+ "default3.handlebars->117->1989",
"login2.handlebars->17->133"
]
},
@@ -64479,8 +64523,8 @@
"zh-cht": "旁遮普(巴基斯坦)",
"xloc": [
"default-mobile.handlebars->53->248",
- "default.handlebars->119->1992",
- "default3.handlebars->117->1988",
+ "default.handlebars->119->1994",
+ "default3.handlebars->117->1990",
"login2.handlebars->17->134"
]
},
@@ -64541,8 +64585,8 @@
"zh-chs": "推送通知",
"zh-cht": "推送通知",
"xloc": [
- "default.handlebars->119->3254",
- "default3.handlebars->117->3257"
+ "default.handlebars->119->3261",
+ "default3.handlebars->117->3264"
]
},
{
@@ -64610,10 +64654,10 @@
"pl": "Pushover",
"uk": "Pushover",
"xloc": [
- "default.handlebars->119->1808",
- "default.handlebars->119->3046",
- "default3.handlebars->117->1805",
- "default3.handlebars->117->3055"
+ "default.handlebars->119->1810",
+ "default.handlebars->119->3053",
+ "default3.handlebars->117->1807",
+ "default3.handlebars->117->3062"
]
},
{
@@ -64703,8 +64747,8 @@
"zh-cht": "蓋丘亞族",
"xloc": [
"default-mobile.handlebars->53->249",
- "default.handlebars->119->1993",
- "default3.handlebars->117->1989",
+ "default.handlebars->119->1995",
+ "default3.handlebars->117->1991",
"login2.handlebars->17->135"
]
},
@@ -64826,8 +64870,8 @@
"zh-chs": "RDP",
"zh-cht": "RDP",
"xloc": [
- "default-mobile.handlebars->53->546",
- "default-mobile.handlebars->53->550",
+ "default-mobile.handlebars->53->551",
+ "default-mobile.handlebars->53->555",
"default.handlebars->119->1015",
"default.handlebars->119->1019",
"default.handlebars->119->1059",
@@ -65130,8 +65174,8 @@
"zh-chs": "RSS",
"zh-cht": "RSS",
"xloc": [
- "default.handlebars->119->3402",
- "default3.handlebars->117->3407"
+ "default.handlebars->119->3409",
+ "default3.handlebars->117->3414"
]
},
{
@@ -65189,8 +65233,8 @@
"zh-chs": "随机密码",
"zh-cht": "隨機密碼",
"xloc": [
- "default.handlebars->119->2297",
- "default3.handlebars->117->2306"
+ "default.handlebars->119->2299",
+ "default3.handlebars->117->2308"
]
},
{
@@ -65219,8 +65263,8 @@
"zh-chs": "随机密码。",
"zh-cht": "隨機密碼。",
"xloc": [
- "default.handlebars->119->2827",
- "default3.handlebars->117->2838"
+ "default.handlebars->119->2834",
+ "default3.handlebars->117->2845"
]
},
{
@@ -65249,8 +65293,8 @@
"zh-chs": "力登 Dominion KX III",
"zh-cht": "力登 Dominion KX III",
"xloc": [
- "default.handlebars->119->2126",
- "default3.handlebars->117->2141"
+ "default.handlebars->119->2128",
+ "default3.handlebars->117->2143"
]
},
{
@@ -65366,11 +65410,11 @@
"zh-chs": "真正的名字",
"zh-cht": "真正的名字",
"xloc": [
- "default.handlebars->119->2959",
- "default.handlebars->119->2961",
- "default.handlebars->119->3081",
- "default3.handlebars->117->2968",
- "default3.handlebars->117->2970"
+ "default.handlebars->119->2966",
+ "default.handlebars->119->2968",
+ "default.handlebars->119->3088",
+ "default3.handlebars->117->2975",
+ "default3.handlebars->117->2977"
]
},
{
@@ -65380,8 +65424,8 @@
"pl": "Ochrona W Czasie Rzeczywistym",
"uk": "Захист у Реальному Часі",
"xloc": [
- "default-mobile.handlebars->53->775",
- "default-mobile.handlebars->53->777",
+ "default-mobile.handlebars->53->780",
+ "default-mobile.handlebars->53->782",
"default.handlebars->119->963",
"default.handlebars->119->965",
"default3.handlebars->117->974",
@@ -65414,7 +65458,7 @@
"zh-chs": "境界",
"zh-cht": "境界",
"xloc": [
- "default.handlebars->119->2836"
+ "default.handlebars->119->2843"
]
},
{
@@ -65443,7 +65487,7 @@
"zh-chs": "收到无效的网络数据",
"zh-cht": "收到無效的網絡數據",
"xloc": [
- "default-mobile.handlebars->53->650",
+ "default-mobile.handlebars->53->655",
"default.handlebars->119->1392",
"default3.handlebars->117->1393",
"sharing-mobile.handlebars->53->13",
@@ -65474,7 +65518,7 @@
"zh-chs": "最近的主题",
"zh-cht": "最近的主題",
"xloc": [
- "default3.handlebars->117->2123"
+ "default3.handlebars->117->2125"
]
},
{
@@ -65503,12 +65547,12 @@
"zh-chs": "记录会议",
"zh-cht": "記錄會議",
"xloc": [
- "default.handlebars->119->2201",
- "default.handlebars->119->2886",
- "default.handlebars->119->2967",
- "default3.handlebars->117->2212",
- "default3.handlebars->117->2895",
- "default3.handlebars->117->2976"
+ "default.handlebars->119->2203",
+ "default.handlebars->119->2893",
+ "default.handlebars->119->2974",
+ "default3.handlebars->117->2214",
+ "default3.handlebars->117->2902",
+ "default3.handlebars->117->2983"
]
},
{
@@ -65567,12 +65611,12 @@
"zh-chs": "记录会议",
"zh-cht": "記錄會議",
"xloc": [
- "default.handlebars->119->2342",
- "default.handlebars->119->2924",
- "default.handlebars->119->3069",
- "default3.handlebars->117->2354",
- "default3.handlebars->117->2933",
- "default3.handlebars->117->3078"
+ "default.handlebars->119->2344",
+ "default.handlebars->119->2931",
+ "default.handlebars->119->3076",
+ "default3.handlebars->117->2356",
+ "default3.handlebars->117->2940",
+ "default3.handlebars->117->3085"
]
},
{
@@ -65601,8 +65645,8 @@
"zh-chs": "记录细节",
"zh-cht": "記錄細節",
"xloc": [
- "default.handlebars->119->3182",
- "default3.handlebars->117->3185"
+ "default.handlebars->119->3189",
+ "default3.handlebars->117->3192"
]
},
{
@@ -65642,9 +65686,9 @@
"pl": "Hasło Odzyskiwania",
"uk": "Відновлення Пароля",
"xloc": [
- "default-mobile.handlebars->53->921",
- "default.handlebars->119->1767",
- "default3.handlebars->117->1765"
+ "default-mobile.handlebars->53->928",
+ "default.handlebars->119->1769",
+ "default3.handlebars->117->1767"
]
},
{
@@ -65791,12 +65835,12 @@
"zh-chs": "递归删除",
"zh-cht": "遞迴刪除",
"xloc": [
- "default-mobile.handlebars->53->373",
- "default-mobile.handlebars->53->723",
+ "default-mobile.handlebars->53->378",
+ "default-mobile.handlebars->53->728",
"default.handlebars->119->1571",
- "default.handlebars->119->2524",
+ "default.handlebars->119->2531",
"default3.handlebars->117->1571",
- "default3.handlebars->117->2536",
+ "default3.handlebars->117->2543",
"sharing-mobile.handlebars->53->84",
"sharing.handlebars->47->60"
]
@@ -65992,18 +66036,18 @@
"zh-chs": "中继",
"zh-cht": "中繼",
"xloc": [
- "default-mobile.handlebars->53->480",
+ "default-mobile.handlebars->53->485",
"default.handlebars->119->1159",
"default.handlebars->119->1184",
- "default.handlebars->119->2426",
- "default.handlebars->119->3383",
+ "default.handlebars->119->2428",
+ "default.handlebars->119->3390",
"default.handlebars->119->427",
"default.handlebars->119->431",
"default.handlebars->119->734",
"default3.handlebars->117->1168",
"default3.handlebars->117->1193",
- "default3.handlebars->117->2438",
- "default3.handlebars->117->3388",
+ "default3.handlebars->117->2440",
+ "default3.handlebars->117->3395",
"default3.handlebars->117->438",
"default3.handlebars->117->442",
"default3.handlebars->117->745"
@@ -66035,8 +66079,8 @@
"zh-chs": "中继数量",
"zh-cht": "中繼數量",
"xloc": [
- "default.handlebars->119->3368",
- "default3.handlebars->117->3373"
+ "default.handlebars->119->3375",
+ "default3.handlebars->117->3380"
]
},
{
@@ -66065,14 +66109,14 @@
"zh-chs": "中继装置",
"zh-cht": "繼電器裝置",
"xloc": [
- "default-mobile.handlebars->53->956",
- "default-mobile.handlebars->53->972",
- "default.handlebars->119->2123",
- "default.handlebars->119->2190",
- "default.handlebars->119->2323",
- "default3.handlebars->117->2138",
- "default3.handlebars->117->2201",
- "default3.handlebars->117->2333"
+ "default-mobile.handlebars->53->963",
+ "default-mobile.handlebars->53->979",
+ "default.handlebars->119->2125",
+ "default.handlebars->119->2192",
+ "default.handlebars->119->2325",
+ "default3.handlebars->117->2140",
+ "default3.handlebars->117->2203",
+ "default3.handlebars->117->2335"
]
},
{
@@ -66101,8 +66145,8 @@
"zh-chs": "中继错误",
"zh-cht": "中繼錯誤",
"xloc": [
- "default.handlebars->119->3361",
- "default3.handlebars->117->3366"
+ "default.handlebars->119->3368",
+ "default3.handlebars->117->3373"
]
},
{
@@ -66172,10 +66216,10 @@
"zh-chs": "中继连接",
"zh-cht": "中繼連接",
"xloc": [
- "default.handlebars->119->3367",
- "default.handlebars->119->3395",
- "default3.handlebars->117->3372",
- "default3.handlebars->117->3400"
+ "default.handlebars->119->3374",
+ "default.handlebars->119->3402",
+ "default3.handlebars->117->3379",
+ "default3.handlebars->117->3407"
]
},
{
@@ -66204,8 +66248,8 @@
"zh-chs": "继电器装置",
"zh-cht": "繼電器裝置",
"xloc": [
- "default.handlebars->119->2711",
- "default3.handlebars->117->2723"
+ "default.handlebars->119->2718",
+ "default3.handlebars->117->2730"
]
},
{
@@ -66290,8 +66334,8 @@
"zh-chs": "记住设备",
"zh-cht": "記住設備",
"xloc": [
- "default.handlebars->119->3256",
- "default3.handlebars->117->3259"
+ "default.handlebars->119->3263",
+ "default3.handlebars->117->3266"
]
},
{
@@ -66320,7 +66364,7 @@
"zh-chs": "记住凭据",
"zh-cht": "記住憑據",
"xloc": [
- "default-mobile.handlebars->53->698",
+ "default-mobile.handlebars->53->703",
"default.handlebars->119->1410",
"default.handlebars->119->1521",
"default3.handlebars->117->1411",
@@ -66357,7 +66401,7 @@
"zh-chs": "记住密码",
"zh-cht": "記住密碼",
"xloc": [
- "default-mobile.handlebars->53->703",
+ "default-mobile.handlebars->53->708",
"default.handlebars->119->1526",
"default3.handlebars->117->1526",
"ssh.handlebars->19->19"
@@ -66473,7 +66517,7 @@
"zh-chs": "记住用户和密钥",
"zh-cht": "記住用戶和密鑰",
"xloc": [
- "default-mobile.handlebars->53->702",
+ "default-mobile.handlebars->53->707",
"default.handlebars->119->1525",
"default3.handlebars->117->1525",
"ssh.handlebars->19->18"
@@ -66649,9 +66693,9 @@
"zh-chs": "远程命令",
"zh-cht": "遠程命令",
"xloc": [
- "default-mobile.handlebars->53->999",
- "default.handlebars->119->2384",
- "default3.handlebars->117->2396"
+ "default-mobile.handlebars->53->1006",
+ "default.handlebars->119->2386",
+ "default3.handlebars->117->2398"
]
},
{
@@ -66680,16 +66724,16 @@
"zh-chs": "遥控",
"zh-cht": "遙控",
"xloc": [
- "default-mobile.handlebars->53->1006",
- "default-mobile.handlebars->53->558",
- "default-mobile.handlebars->53->559",
- "default-mobile.handlebars->53->986",
+ "default-mobile.handlebars->53->1013",
+ "default-mobile.handlebars->53->563",
+ "default-mobile.handlebars->53->564",
+ "default-mobile.handlebars->53->993",
"default.handlebars->119->1042",
"default.handlebars->119->1043",
- "default.handlebars->119->2408",
+ "default.handlebars->119->2410",
"default3.handlebars->117->1053",
"default3.handlebars->117->1054",
- "default3.handlebars->117->2420"
+ "default3.handlebars->117->2422"
]
},
{
@@ -66703,8 +66747,8 @@
"pl": "Zdalne Sterowanie i Przekierowanie",
"uk": "Дистанційне керування та ретрансляція",
"xloc": [
- "default.handlebars->119->2369",
- "default3.handlebars->117->2381"
+ "default.handlebars->119->2371",
+ "default3.handlebars->117->2383"
]
},
{
@@ -66733,8 +66777,8 @@
"zh-chs": "远程桌面",
"zh-cht": "遠程桌面",
"xloc": [
- "default-mobile.handlebars->53->422",
- "default-mobile.handlebars->53->429",
+ "default-mobile.handlebars->53->427",
+ "default-mobile.handlebars->53->434",
"default.handlebars->119->457",
"default.handlebars->119->464",
"default3.handlebars->117->468",
@@ -66857,10 +66901,10 @@
"zh-chs": "远程桌面连接栏已激活/更新",
"zh-cht": "遠程桌面連接欄已激活/更新",
"xloc": [
- "default.handlebars->119->2572",
- "default.handlebars->119->2578",
- "default3.handlebars->117->2584",
- "default3.handlebars->117->2590"
+ "default.handlebars->119->2579",
+ "default.handlebars->119->2585",
+ "default3.handlebars->117->2591",
+ "default3.handlebars->117->2597"
]
},
{
@@ -66889,8 +66933,8 @@
"zh-chs": "远程桌面连接栏失败或不受支持",
"zh-cht": "遠程桌面連接欄失敗或不受支持",
"xloc": [
- "default.handlebars->119->2573",
- "default3.handlebars->117->2585"
+ "default.handlebars->119->2580",
+ "default3.handlebars->117->2592"
]
},
{
@@ -66919,8 +66963,8 @@
"zh-chs": "远程桌面连接栏失败或不受支持",
"zh-cht": "遠程桌面連接欄失敗或不受支持",
"xloc": [
- "default.handlebars->119->2579",
- "default3.handlebars->117->2591"
+ "default.handlebars->119->2586",
+ "default3.handlebars->117->2598"
]
},
{
@@ -66949,12 +66993,12 @@
"zh-chs": "本地用户强行关闭了远程桌面连接",
"zh-cht": "本地用戶強行關閉了遠程桌面連接",
"xloc": [
- "default.handlebars->119->2570",
- "default.handlebars->119->2574",
- "default.handlebars->119->2580",
- "default3.handlebars->117->2582",
- "default3.handlebars->117->2586",
- "default3.handlebars->117->2592"
+ "default.handlebars->119->2577",
+ "default.handlebars->119->2581",
+ "default.handlebars->119->2587",
+ "default3.handlebars->117->2589",
+ "default3.handlebars->117->2593",
+ "default3.handlebars->117->2599"
]
},
{
@@ -67039,7 +67083,7 @@
"zh-chs": "远程桌面设置",
"zh-cht": "遠程桌面設置",
"xloc": [
- "default-mobile.handlebars->53->652",
+ "default-mobile.handlebars->53->657",
"default.handlebars->119->1422",
"default.handlebars->119->493",
"default3.handlebars->117->1423",
@@ -67321,7 +67365,7 @@
"zh-chs": "远程网格用户",
"zh-cht": "遠程網格用戶",
"xloc": [
- "default-mobile.handlebars->53->1027"
+ "default-mobile.handlebars->53->1034"
]
},
{
@@ -67376,8 +67420,8 @@
"zh-chs": "远程会话",
"zh-cht": "遠程會話",
"xloc": [
- "default.handlebars->119->3184",
- "default3.handlebars->117->3187"
+ "default.handlebars->119->3191",
+ "default3.handlebars->117->3194"
]
},
{
@@ -67544,14 +67588,14 @@
"zh-chs": "仅远程查看",
"zh-cht": "僅遠程查看",
"xloc": [
- "default-mobile.handlebars->53->1011",
- "default-mobile.handlebars->53->987",
- "default.handlebars->119->2370",
- "default.handlebars->119->2413",
- "default.handlebars->119->3072",
- "default3.handlebars->117->2382",
- "default3.handlebars->117->2425",
- "default3.handlebars->117->3081"
+ "default-mobile.handlebars->53->1018",
+ "default-mobile.handlebars->53->994",
+ "default.handlebars->119->2372",
+ "default.handlebars->119->2415",
+ "default.handlebars->119->3079",
+ "default3.handlebars->117->2384",
+ "default3.handlebars->117->2427",
+ "default3.handlebars->117->3088"
]
},
{
@@ -67710,15 +67754,15 @@
"pl": "Wyjmowane",
"uk": "Змінний",
"xloc": [
- "default-mobile.handlebars->53->894",
- "default-mobile.handlebars->53->906",
+ "default-mobile.handlebars->53->901",
"default-mobile.handlebars->53->913",
- "default.handlebars->119->1740",
- "default.handlebars->119->1752",
- "default.handlebars->119->1759",
- "default3.handlebars->117->1738",
- "default3.handlebars->117->1750",
- "default3.handlebars->117->1757"
+ "default-mobile.handlebars->53->920",
+ "default.handlebars->119->1742",
+ "default.handlebars->119->1754",
+ "default.handlebars->119->1761",
+ "default3.handlebars->117->1740",
+ "default3.handlebars->117->1752",
+ "default3.handlebars->117->1759"
]
},
{
@@ -67803,8 +67847,8 @@
"zh-chs": "删除配置",
"zh-cht": "刪除配置",
"xloc": [
- "default.handlebars->119->2158",
- "default3.handlebars->117->2173"
+ "default.handlebars->119->2160",
+ "default3.handlebars->117->2175"
]
},
{
@@ -67885,10 +67929,10 @@
"zh-chs": "删除设备组权限",
"zh-cht": "刪除裝置群權限",
"xloc": [
- "default.handlebars->119->2928",
- "default.handlebars->119->3133",
- "default3.handlebars->117->2937",
- "default3.handlebars->117->3136"
+ "default.handlebars->119->2935",
+ "default.handlebars->119->3140",
+ "default3.handlebars->117->2944",
+ "default3.handlebars->117->3143"
]
},
{
@@ -67917,10 +67961,10 @@
"zh-chs": "删除设备权限",
"zh-cht": "刪除裝置權限",
"xloc": [
- "default.handlebars->119->2926",
- "default.handlebars->119->3120",
- "default3.handlebars->117->2935",
- "default3.handlebars->117->3123"
+ "default.handlebars->119->2933",
+ "default.handlebars->119->3127",
+ "default3.handlebars->117->2942",
+ "default3.handlebars->117->3130"
]
},
{
@@ -67949,8 +67993,8 @@
"zh-chs": "删除设备共享",
"zh-cht": "刪除設備共享",
"xloc": [
- "default.handlebars->119->3118",
- "default3.handlebars->117->3121"
+ "default.handlebars->119->3125",
+ "default3.handlebars->117->3128"
]
},
{
@@ -67979,8 +68023,8 @@
"zh-chs": "删除登录令牌",
"zh-cht": "刪除登錄令牌",
"xloc": [
- "default.handlebars->119->2150",
- "default3.handlebars->117->2165"
+ "default.handlebars->119->2152",
+ "default3.handlebars->117->2167"
]
},
{
@@ -68050,8 +68094,8 @@
"zh-chs": "删除用户组成员身份",
"zh-cht": "刪除用戶群成員身份",
"xloc": [
- "default.handlebars->119->3129",
- "default3.handlebars->117->3132"
+ "default.handlebars->119->3136",
+ "default3.handlebars->117->3139"
]
},
{
@@ -68080,10 +68124,10 @@
"zh-chs": "删除用户组权限",
"zh-cht": "刪除用戶群權限",
"xloc": [
- "default.handlebars->119->2435",
- "default.handlebars->119->3125",
- "default3.handlebars->117->2447",
- "default3.handlebars->117->3128"
+ "default.handlebars->119->2437",
+ "default.handlebars->119->3132",
+ "default3.handlebars->117->2449",
+ "default3.handlebars->117->3135"
]
},
{
@@ -68112,8 +68156,8 @@
"zh-chs": "删除用户成员资格",
"zh-cht": "刪除用戶成員資格",
"xloc": [
- "default.handlebars->119->2936",
- "default3.handlebars->117->2945"
+ "default.handlebars->119->2943",
+ "default3.handlebars->117->2952"
]
},
{
@@ -68142,10 +68186,10 @@
"zh-chs": "删除用户权限",
"zh-cht": "刪除用戶權限",
"xloc": [
- "default.handlebars->119->2433",
- "default.handlebars->119->3122",
- "default3.handlebars->117->2445",
- "default3.handlebars->117->3125"
+ "default.handlebars->119->2435",
+ "default.handlebars->119->3129",
+ "default3.handlebars->117->2447",
+ "default3.handlebars->117->3132"
]
},
{
@@ -68174,8 +68218,8 @@
"zh-chs": "删除所有两因素认证。",
"zh-cht": "刪除所有二因子鑑別。",
"xloc": [
- "default.handlebars->119->3095",
- "default3.handlebars->117->3098"
+ "default.handlebars->119->3102",
+ "default3.handlebars->117->3105"
]
},
{
@@ -68204,8 +68248,8 @@
"zh-chs": "删除此用户标识的所有先前事件。",
"zh-cht": "刪除此用戶標識的所有先前事件。",
"xloc": [
- "default.handlebars->119->2828",
- "default3.handlebars->117->2839"
+ "default.handlebars->119->2835",
+ "default3.handlebars->117->2846"
]
},
{
@@ -68234,8 +68278,8 @@
"zh-chs": "断开连接后移除设备",
"zh-cht": "斷開連接後删除裝置",
"xloc": [
- "default.handlebars->119->2347",
- "default3.handlebars->117->2359"
+ "default.handlebars->119->2349",
+ "default3.handlebars->117->2361"
]
},
{
@@ -68265,9 +68309,9 @@
"zh-cht": "刪除設備共享",
"xloc": [
"default.handlebars->119->1102",
- "default.handlebars->119->2255",
+ "default.handlebars->119->2257",
"default3.handlebars->117->1113",
- "default3.handlebars->117->2266"
+ "default3.handlebars->117->2268"
]
},
{
@@ -68296,8 +68340,8 @@
"zh-chs": "移除不活跃",
"zh-cht": "刪除非活動",
"xloc": [
- "default.handlebars->119->2202",
- "default3.handlebars->117->2213"
+ "default.handlebars->119->2204",
+ "default3.handlebars->117->2215"
]
},
{
@@ -68326,8 +68370,8 @@
"zh-chs": "删除登录令牌",
"zh-cht": "刪除登錄令牌",
"xloc": [
- "default.handlebars->119->2145",
- "default3.handlebars->117->2160"
+ "default.handlebars->119->2147",
+ "default3.handlebars->117->2162"
]
},
{
@@ -68341,8 +68385,8 @@
"pl": "Usuń obsługę komunikatora",
"uk": "Видалити підтримку месенджера",
"xloc": [
- "default.handlebars->119->1801",
- "default3.handlebars->117->1798"
+ "default.handlebars->119->1803",
+ "default3.handlebars->117->1800"
]
},
{
@@ -68402,8 +68446,8 @@
"zh-cht": "刪除電話號碼",
"xloc": [
"default-mobile.handlebars->53->108",
- "default.handlebars->119->1795",
- "default3.handlebars->117->1792"
+ "default.handlebars->119->1797",
+ "default3.handlebars->117->1794"
]
},
{
@@ -68492,8 +68536,8 @@
"zh-chs": "删除此用户",
"zh-cht": "刪除此用戶",
"xloc": [
- "default.handlebars->119->3028",
- "default3.handlebars->117->3037"
+ "default.handlebars->119->3035",
+ "default3.handlebars->117->3044"
]
},
{
@@ -68522,8 +68566,8 @@
"zh-chs": "删除用户组成员身份",
"zh-cht": "刪除用戶群成員身份",
"xloc": [
- "default.handlebars->119->3109",
- "default3.handlebars->117->3112"
+ "default.handlebars->119->3116",
+ "default3.handlebars->117->3119"
]
},
{
@@ -68552,8 +68596,8 @@
"zh-chs": "删除此设备的用户组权限",
"zh-cht": "刪除此裝置的用戶群權限",
"xloc": [
- "default.handlebars->119->2920",
- "default3.handlebars->117->2929"
+ "default.handlebars->119->2927",
+ "default3.handlebars->117->2936"
]
},
{
@@ -68583,9 +68627,9 @@
"zh-cht": "刪除此裝置群的用戶群權限",
"xloc": [
"default.handlebars->119->1095",
- "default.handlebars->119->2914",
+ "default.handlebars->119->2921",
"default3.handlebars->117->1106",
- "default3.handlebars->117->2923"
+ "default3.handlebars->117->2930"
]
},
{
@@ -68615,15 +68659,15 @@
"zh-cht": "刪除此裝置群的用戶權限",
"xloc": [
"default.handlebars->119->1096",
- "default.handlebars->119->2251",
- "default.handlebars->119->2908",
- "default.handlebars->119->3103",
- "default.handlebars->119->3115",
+ "default.handlebars->119->2253",
+ "default.handlebars->119->2915",
+ "default.handlebars->119->3110",
+ "default.handlebars->119->3122",
"default3.handlebars->117->1107",
- "default3.handlebars->117->2262",
- "default3.handlebars->117->2917",
- "default3.handlebars->117->3106",
- "default3.handlebars->117->3118"
+ "default3.handlebars->117->2264",
+ "default3.handlebars->117->2924",
+ "default3.handlebars->117->3113",
+ "default3.handlebars->117->3125"
]
},
{
@@ -68678,8 +68722,8 @@
"zh-chs": "删除了帐户显示名称。",
"zh-cht": "刪除了帳戶顯示名稱。",
"xloc": [
- "default.handlebars->119->2670",
- "default3.handlebars->117->2682"
+ "default.handlebars->119->2677",
+ "default3.handlebars->117->2689"
]
},
{
@@ -68708,8 +68752,8 @@
"zh-chs": "删除身份验证应用程序",
"zh-cht": "刪除身份驗證應用程序",
"xloc": [
- "default.handlebars->119->2632",
- "default3.handlebars->117->2644"
+ "default.handlebars->119->2639",
+ "default3.handlebars->117->2651"
]
},
{
@@ -68738,8 +68782,8 @@
"zh-chs": "删除的设备共享{0}",
"zh-cht": "刪除的設備共享{0}",
"xloc": [
- "default.handlebars->119->2643",
- "default3.handlebars->117->2655"
+ "default.handlebars->119->2650",
+ "default3.handlebars->117->2662"
]
},
{
@@ -68768,8 +68812,8 @@
"zh-chs": "从设备组{1}中删除了设备{0}",
"zh-cht": "從設備組{1}中刪除了設備{0}",
"xloc": [
- "default.handlebars->119->2628",
- "default3.handlebars->117->2640"
+ "default.handlebars->119->2635",
+ "default3.handlebars->117->2647"
]
},
{
@@ -68798,8 +68842,8 @@
"zh-chs": "从用户组{1}中删除了设备{0}",
"zh-cht": "從用戶群{1}中刪除了設備{0}",
"xloc": [
- "default.handlebars->119->2704",
- "default3.handlebars->117->2716"
+ "default.handlebars->119->2711",
+ "default3.handlebars->117->2723"
]
},
{
@@ -68828,8 +68872,8 @@
"zh-chs": "删除了登录令牌",
"zh-cht": "刪除了登錄令牌",
"xloc": [
- "default.handlebars->119->2657",
- "default3.handlebars->117->2669"
+ "default.handlebars->119->2664",
+ "default3.handlebars->117->2676"
]
},
{
@@ -68843,8 +68887,8 @@
"pl": "Usunięto konto komunikatora użytkownika {0}",
"uk": "токен входу видалено",
"xloc": [
- "default.handlebars->119->2698",
- "default3.handlebars->117->2710"
+ "default.handlebars->119->2705",
+ "default3.handlebars->117->2717"
]
},
{
@@ -68873,8 +68917,8 @@
"zh-chs": "已删除用户{0}的电话号码",
"zh-cht": "已刪除用戶{0}的電話號碼",
"xloc": [
- "default.handlebars->119->2638",
- "default3.handlebars->117->2650"
+ "default.handlebars->119->2645",
+ "default3.handlebars->117->2657"
]
},
{
@@ -68903,8 +68947,8 @@
"zh-chs": "删除了推送通知身份验证设备",
"zh-cht": "移除推送通知認證設備",
"xloc": [
- "default.handlebars->119->2655",
- "default3.handlebars->117->2667"
+ "default.handlebars->119->2662",
+ "default3.handlebars->117->2674"
]
},
{
@@ -68933,8 +68977,8 @@
"zh-chs": "移除安全密钥",
"zh-cht": "移除安全密鑰",
"xloc": [
- "default.handlebars->119->2635",
- "default3.handlebars->117->2647"
+ "default.handlebars->119->2642",
+ "default3.handlebars->117->2654"
]
},
{
@@ -68963,12 +69007,12 @@
"zh-chs": "删除了{0}的用户设备权限",
"zh-cht": "刪除了{0}的用戶設備權限",
"xloc": [
- "default.handlebars->119->2601",
- "default.handlebars->119->2622",
- "default.handlebars->119->2627",
- "default3.handlebars->117->2613",
- "default3.handlebars->117->2634",
- "default3.handlebars->117->2639"
+ "default.handlebars->119->2608",
+ "default.handlebars->119->2629",
+ "default.handlebars->119->2634",
+ "default3.handlebars->117->2620",
+ "default3.handlebars->117->2641",
+ "default3.handlebars->117->2646"
]
},
{
@@ -68997,8 +69041,8 @@
"zh-chs": "从设备组{1}中删除了用户组{0}",
"zh-cht": "從設備組{1}中刪除了用戶組{0}",
"xloc": [
- "default.handlebars->119->2611",
- "default3.handlebars->117->2623"
+ "default.handlebars->119->2618",
+ "default3.handlebars->117->2630"
]
},
{
@@ -69027,8 +69071,8 @@
"zh-chs": "从设备组{1}中删除了用户{0}",
"zh-cht": "已從設備組{1}中刪除用戶{0}",
"xloc": [
- "default.handlebars->119->2624",
- "default3.handlebars->117->2636"
+ "default.handlebars->119->2631",
+ "default3.handlebars->117->2643"
]
},
{
@@ -69057,10 +69101,10 @@
"zh-chs": "从用户组{1}中删除了用户{0}",
"zh-cht": "從用戶組{1}中刪除了用戶{0}",
"xloc": [
- "default.handlebars->119->2603",
- "default.handlebars->119->2613",
- "default3.handlebars->117->2615",
- "default3.handlebars->117->2625"
+ "default.handlebars->119->2610",
+ "default.handlebars->119->2620",
+ "default3.handlebars->117->2622",
+ "default3.handlebars->117->2632"
]
},
{
@@ -69089,18 +69133,18 @@
"zh-chs": "改名",
"zh-cht": "改名",
"xloc": [
- "default-mobile.handlebars->53->377",
- "default-mobile.handlebars->53->727",
+ "default-mobile.handlebars->53->382",
+ "default-mobile.handlebars->53->732",
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1",
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
"default.handlebars->119->1575",
- "default.handlebars->119->2528",
+ "default.handlebars->119->2535",
"default.handlebars->119->866",
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
"default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
"default.handlebars->filesContextMenu->1",
"default3.handlebars->117->1575",
- "default3.handlebars->117->2540",
+ "default3.handlebars->117->2547",
"default3.handlebars->117->877",
"default3.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
"default3.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
@@ -69163,8 +69207,8 @@
"zh-chs": "重命名:“{0}”为“{1}”",
"zh-cht": "重命名:“{0}”為“{1}”",
"xloc": [
- "default.handlebars->119->2589",
- "default3.handlebars->117->2601"
+ "default.handlebars->119->2596",
+ "default3.handlebars->117->2608"
]
},
{
@@ -69193,8 +69237,8 @@
"zh-chs": "报告日",
"zh-cht": "報告日",
"xloc": [
- "default.handlebars->119->2720",
- "default3.handlebars->117->2732"
+ "default.handlebars->119->2727",
+ "default3.handlebars->117->2739"
]
},
{
@@ -69223,8 +69267,8 @@
"zh-chs": "报告类型",
"zh-cht": "報告類型",
"xloc": [
- "default.handlebars->119->2715",
- "default3.handlebars->117->2727"
+ "default.handlebars->119->2722",
+ "default3.handlebars->117->2734"
]
},
{
@@ -69253,8 +69297,8 @@
"zh-chs": "报告未返回任何内容。",
"zh-cht": "報告未返回任何內容。",
"xloc": [
- "default.handlebars->119->3223",
- "default3.handlebars->117->3226"
+ "default.handlebars->119->3230",
+ "default3.handlebars->117->3233"
]
},
{
@@ -69283,8 +69327,8 @@
"zh-chs": "报告.csv",
"zh-cht": "報告.csv",
"xloc": [
- "default.handlebars->119->3297",
- "default3.handlebars->117->3300"
+ "default.handlebars->119->3304",
+ "default3.handlebars->117->3307"
]
},
{
@@ -69529,8 +69573,8 @@
"zh-chs": "要求:",
"zh-cht": "要求:",
"xloc": [
- "default.handlebars->119->2106",
- "default3.handlebars->117->2097"
+ "default.handlebars->119->2108",
+ "default3.handlebars->117->2099"
]
},
{
@@ -69560,10 +69604,10 @@
"zh-cht": "要求:{0}。",
"xloc": [
"default-mobile.handlebars->53->338",
- "default.handlebars->119->2833",
- "default.handlebars->119->3093",
- "default3.handlebars->117->2844",
- "default3.handlebars->117->3096"
+ "default.handlebars->119->2840",
+ "default.handlebars->119->3100",
+ "default3.handlebars->117->2851",
+ "default3.handlebars->117->3103"
]
},
{
@@ -69687,7 +69731,7 @@
"zh-chs": "重设",
"zh-cht": "重設",
"xloc": [
- "default-mobile.handlebars->53->592",
+ "default-mobile.handlebars->53->597",
"default.handlebars->119->1274",
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devMapToolbar",
"default3.handlebars->117->1283",
@@ -69720,9 +69764,9 @@
"zh-chs": "重置/关闭电源",
"zh-cht": "重置/關閉電源",
"xloc": [
- "default-mobile.handlebars->53->1000",
- "default.handlebars->119->2385",
- "default3.handlebars->117->2397"
+ "default-mobile.handlebars->53->1007",
+ "default.handlebars->119->2387",
+ "default3.handlebars->117->2399"
]
},
{
@@ -69904,13 +69948,13 @@
"zh-chs": "重置/关闭",
"zh-cht": "重置/關閉",
"xloc": [
- "default-mobile.handlebars->53->1020",
+ "default-mobile.handlebars->53->1027",
"default.handlebars->119->1156",
"default.handlebars->119->1181",
- "default.handlebars->119->2423",
+ "default.handlebars->119->2425",
"default3.handlebars->117->1165",
"default3.handlebars->117->1190",
- "default3.handlebars->117->2435"
+ "default3.handlebars->117->2437"
]
},
{
@@ -69959,9 +70003,9 @@
"de": "Agent/Dienst neustarten",
"en": "Restart agent service",
"xloc": [
- "default-mobile.handlebars->53->939",
- "default.handlebars->119->1786",
- "default3.handlebars->117->1784"
+ "default-mobile.handlebars->53->946",
+ "default.handlebars->119->1788",
+ "default3.handlebars->117->1786"
]
},
{
@@ -70001,8 +70045,8 @@
"zh-chs": "还原服务器",
"zh-cht": "還原伺服器",
"xloc": [
- "default.handlebars->119->2165",
- "default3.handlebars->117->2178"
+ "default.handlebars->119->2167",
+ "default3.handlebars->117->2180"
]
},
{
@@ -70061,8 +70105,8 @@
"zh-chs": "使用备份还原服务器,",
"zh-cht": "使用備份還原伺服器,",
"xloc": [
- "default.handlebars->119->2160",
- "default3.handlebars->117->2175"
+ "default.handlebars->119->2162",
+ "default3.handlebars->117->2177"
]
},
{
@@ -70091,7 +70135,7 @@
"zh-chs": "受限制的",
"zh-cht": "受限制的",
"xloc": [
- "default-mobile.handlebars->53->509",
+ "default-mobile.handlebars->53->514",
"default.handlebars->119->1074",
"default.handlebars->119->920",
"default3.handlebars->117->1085",
@@ -70124,8 +70168,8 @@
"zh-chs": "限制条件",
"zh-cht": "限制條件",
"xloc": [
- "default.handlebars->119->2948",
- "default3.handlebars->117->2957"
+ "default.handlebars->119->2955",
+ "default3.handlebars->117->2964"
]
},
{
@@ -70188,8 +70232,8 @@
"zh-cht": "雷托-羅曼語",
"xloc": [
"default-mobile.handlebars->53->250",
- "default.handlebars->119->1994",
- "default3.handlebars->117->1990",
+ "default.handlebars->119->1996",
+ "default3.handlebars->117->1992",
"login2.handlebars->17->136"
]
},
@@ -70219,7 +70263,7 @@
"zh-chs": "右",
"zh-cht": "右",
"xloc": [
- "default-mobile.handlebars->53->669",
+ "default-mobile.handlebars->53->674",
"default.handlebars->119->1441",
"default3.handlebars->117->1443",
"sharing-mobile.handlebars->53->30"
@@ -70252,8 +70296,8 @@
"zh-cht": "羅馬尼亞文",
"xloc": [
"default-mobile.handlebars->53->251",
- "default.handlebars->119->1995",
- "default3.handlebars->117->1991",
+ "default.handlebars->119->1997",
+ "default3.handlebars->117->1993",
"login2.handlebars->17->137"
]
},
@@ -70284,8 +70328,8 @@
"zh-cht": "羅馬尼亞文(摩爾達維亞)",
"xloc": [
"default-mobile.handlebars->53->252",
- "default.handlebars->119->1996",
- "default3.handlebars->117->1992",
+ "default.handlebars->119->1998",
+ "default3.handlebars->117->1994",
"login2.handlebars->17->138"
]
},
@@ -70316,11 +70360,11 @@
"zh-cht": "根",
"xloc": [
"default-mobile.handlebars->53->359",
- "default-mobile.handlebars->53->716",
+ "default-mobile.handlebars->53->721",
"default.handlebars->119->1556",
- "default.handlebars->119->2496",
+ "default.handlebars->119->2498",
"default3.handlebars->117->1556",
- "default3.handlebars->117->2508",
+ "default3.handlebars->117->2510",
"sharing-mobile.handlebars->53->78",
"sharing.handlebars->47->49"
]
@@ -70610,7 +70654,7 @@
"zh-chs": "运行命令",
"zh-cht": "運行命令",
"xloc": [
- "default-mobile.handlebars->53->623",
+ "default-mobile.handlebars->53->628",
"default.handlebars->119->1272",
"default.handlebars->119->1296",
"default.handlebars->119->825",
@@ -70692,7 +70736,7 @@
"zh-chs": "以代理身份运行",
"zh-cht": "以代理身份運行",
"xloc": [
- "default-mobile.handlebars->53->617",
+ "default-mobile.handlebars->53->622",
"default.handlebars->119->1293",
"default.handlebars->119->819",
"default3.handlebars->117->1302",
@@ -70725,7 +70769,7 @@
"zh-chs": "以用户身份运行,如果没有用户,则运行代理",
"zh-cht": "以用戶身份運行,如果沒有用戶,則運行代理",
"xloc": [
- "default-mobile.handlebars->53->618",
+ "default-mobile.handlebars->53->623",
"default.handlebars->119->1294",
"default.handlebars->119->820",
"default3.handlebars->117->1303",
@@ -70882,8 +70926,8 @@
"zh-chs": "运行命令",
"zh-cht": "運行命令",
"xloc": [
- "default.handlebars->119->2565",
- "default3.handlebars->117->2577"
+ "default.handlebars->119->2572",
+ "default3.handlebars->117->2584"
]
},
{
@@ -70912,8 +70956,8 @@
"zh-chs": "以用户身份运行命令",
"zh-cht": "以用戶身份運行命令",
"xloc": [
- "default.handlebars->119->2640",
- "default3.handlebars->117->2652"
+ "default.handlebars->119->2647",
+ "default3.handlebars->117->2659"
]
},
{
@@ -70942,8 +70986,8 @@
"zh-chs": "如果可能,以用户身份运行命令",
"zh-cht": "如果可能,以用戶身份運行命令",
"xloc": [
- "default.handlebars->119->2641",
- "default3.handlebars->117->2653"
+ "default.handlebars->119->2648",
+ "default3.handlebars->117->2660"
]
},
{
@@ -70973,8 +71017,8 @@
"zh-cht": "俄文",
"xloc": [
"default-mobile.handlebars->53->253",
- "default.handlebars->119->1997",
- "default3.handlebars->117->1993",
+ "default.handlebars->119->1999",
+ "default3.handlebars->117->1995",
"login2.handlebars->17->139"
]
},
@@ -71005,8 +71049,8 @@
"zh-cht": "俄文(摩爾達維亞)",
"xloc": [
"default-mobile.handlebars->53->254",
- "default.handlebars->119->1998",
- "default3.handlebars->117->1994",
+ "default.handlebars->119->2000",
+ "default3.handlebars->117->1996",
"login2.handlebars->17->140"
]
},
@@ -71181,10 +71225,10 @@
"zh-chs": "短信",
"zh-cht": "短信",
"xloc": [
- "default.handlebars->119->3012",
- "default.handlebars->119->3018",
- "default3.handlebars->117->3021",
- "default3.handlebars->117->3027",
+ "default.handlebars->119->3019",
+ "default.handlebars->119->3025",
+ "default3.handlebars->117->3028",
+ "default3.handlebars->117->3034",
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
"login.handlebars->container->column_l->centralTable->1->0->logincell->resettokenpanel->1->5->1->2->1->3",
"login.handlebars->container->column_l->centralTable->1->0->logincell->tokenpanel->1->7->1->4->1->3",
@@ -71219,8 +71263,8 @@
"zh-chs": "此用户的短信功能电话号码。",
"zh-cht": "此用戶的短信功能電話號碼。",
"xloc": [
- "default.handlebars->119->3036",
- "default3.handlebars->117->3045"
+ "default.handlebars->119->3043",
+ "default3.handlebars->117->3052"
]
},
{
@@ -71249,9 +71293,9 @@
"zh-chs": "短信错误",
"zh-cht": "短信錯誤",
"xloc": [
- "default-mobile.handlebars->53->1066",
- "default.handlebars->119->3335",
- "default3.handlebars->117->3340"
+ "default-mobile.handlebars->53->1073",
+ "default.handlebars->119->3342",
+ "default3.handlebars->117->3347"
]
},
{
@@ -71280,9 +71324,9 @@
"zh-chs": "短信错误:{0}",
"zh-cht": "短信錯誤:{0}",
"xloc": [
- "default-mobile.handlebars->53->1067",
- "default.handlebars->119->3336",
- "default3.handlebars->117->3341"
+ "default-mobile.handlebars->53->1074",
+ "default.handlebars->119->3343",
+ "default3.handlebars->117->3348"
]
},
{
@@ -71341,9 +71385,9 @@
"zh-chs": "短信网关未启用",
"zh-cht": "短信網關未啟用",
"xloc": [
- "default-mobile.handlebars->53->1061",
- "default.handlebars->119->3330",
- "default3.handlebars->117->3335"
+ "default-mobile.handlebars->53->1068",
+ "default.handlebars->119->3337",
+ "default3.handlebars->117->3342"
]
},
{
@@ -71372,8 +71416,8 @@
"zh-chs": "短信",
"zh-cht": "短信",
"xloc": [
- "default.handlebars->119->3251",
- "default3.handlebars->117->3254"
+ "default.handlebars->119->3258",
+ "default3.handlebars->117->3261"
]
},
{
@@ -71444,8 +71488,8 @@
"pl": "Sukces wysyłania SMS.",
"uk": "SMS успішно надіслано.",
"xloc": [
- "default.handlebars->119->3334",
- "default3.handlebars->117->3339"
+ "default.handlebars->119->3341",
+ "default3.handlebars->117->3346"
]
},
{
@@ -71474,7 +71518,7 @@
"zh-chs": "短信发送成功。",
"zh-cht": "短信成功發送。",
"xloc": [
- "default-mobile.handlebars->53->1065"
+ "default-mobile.handlebars->53->1072"
]
},
{
@@ -71597,7 +71641,7 @@
"zh-chs": "SSH 连接",
"zh-cht": "SSH 連接",
"xloc": [
- "default-mobile.handlebars->53->687",
+ "default-mobile.handlebars->53->692",
"default.handlebars->119->859",
"default3.handlebars->117->870"
]
@@ -71628,8 +71672,8 @@
"zh-chs": "SSH 端口 {0}",
"zh-cht": "SSH 端口 {0}",
"xloc": [
- "default-mobile.handlebars->53->685",
- "default-mobile.handlebars->53->721",
+ "default-mobile.handlebars->53->690",
+ "default-mobile.handlebars->53->726",
"default.handlebars->119->1507",
"default.handlebars->119->1569",
"default3.handlebars->117->1507",
@@ -71688,7 +71732,7 @@
"zh-chs": "SSH远程连接端口:",
"zh-cht": "SSH遠程連接端口:",
"xloc": [
- "default-mobile.handlebars->53->686",
+ "default-mobile.handlebars->53->691",
"default.handlebars->119->858",
"default3.handlebars->117->869"
]
@@ -71745,8 +71789,8 @@
"zh-chs": "SSH-用户+密钥",
"zh-cht": "SSH-用戶+密鑰",
"xloc": [
- "default-mobile.handlebars->53->545",
- "default-mobile.handlebars->53->549",
+ "default-mobile.handlebars->53->550",
+ "default-mobile.handlebars->53->554",
"default.handlebars->119->1014",
"default.handlebars->119->1018",
"default3.handlebars->117->1025",
@@ -71779,8 +71823,8 @@
"zh-chs": "SSH-用户+密钥+密码",
"zh-cht": "SSH-用戶+密鑰+密碼",
"xloc": [
- "default-mobile.handlebars->53->544",
- "default-mobile.handlebars->53->548",
+ "default-mobile.handlebars->53->549",
+ "default-mobile.handlebars->53->553",
"default.handlebars->119->1013",
"default.handlebars->119->1017",
"default3.handlebars->117->1024",
@@ -71813,8 +71857,8 @@
"zh-chs": "SSH-用户+密码",
"zh-cht": "SSH-用戶+密碼",
"xloc": [
- "default-mobile.handlebars->53->543",
- "default-mobile.handlebars->53->547",
+ "default-mobile.handlebars->53->548",
+ "default-mobile.handlebars->53->552",
"default.handlebars->119->1012",
"default.handlebars->119->1016",
"default3.handlebars->117->1023",
@@ -72000,8 +72044,8 @@
"zh-cht": "薩米(拉普蘭)",
"xloc": [
"default-mobile.handlebars->53->255",
- "default.handlebars->119->1999",
- "default3.handlebars->117->1995",
+ "default.handlebars->119->2001",
+ "default3.handlebars->117->1997",
"login2.handlebars->17->141"
]
},
@@ -72068,7 +72112,7 @@
{
"en": "Sandstone",
"xloc": [
- "default3.handlebars->117->2113"
+ "default3.handlebars->117->2115"
]
},
{
@@ -72098,8 +72142,8 @@
"zh-cht": "三鄉",
"xloc": [
"default-mobile.handlebars->53->256",
- "default.handlebars->119->2000",
- "default3.handlebars->117->1996",
+ "default.handlebars->119->2002",
+ "default3.handlebars->117->1998",
"login2.handlebars->17->142"
]
},
@@ -72130,8 +72174,8 @@
"zh-cht": "梵文",
"xloc": [
"default-mobile.handlebars->53->257",
- "default.handlebars->119->2001",
- "default3.handlebars->117->1997",
+ "default.handlebars->119->2003",
+ "default3.handlebars->117->1999",
"login2.handlebars->17->143"
]
},
@@ -72162,8 +72206,8 @@
"zh-cht": "撒丁島",
"xloc": [
"default-mobile.handlebars->53->258",
- "default.handlebars->119->2002",
- "default3.handlebars->117->1998",
+ "default.handlebars->119->2004",
+ "default3.handlebars->117->2000",
"login2.handlebars->17->144"
]
},
@@ -72494,7 +72538,7 @@
"zh-chs": "屏幕",
"zh-cht": "屏幕",
"xloc": [
- "default-mobile.handlebars->53->683",
+ "default-mobile.handlebars->53->688",
"sharing-mobile.handlebars->53->44"
]
},
@@ -72524,7 +72568,7 @@
"zh-chs": "屏幕选择",
"zh-cht": "屏幕選擇",
"xloc": [
- "default-mobile.handlebars->53->684",
+ "default-mobile.handlebars->53->689",
"sharing-mobile.handlebars->53->45"
]
},
@@ -72795,9 +72839,9 @@
"zh-chs": "已使用TLS保安",
"zh-cht": "已使用TLS保安",
"xloc": [
- "default-mobile.handlebars->53->835",
- "default.handlebars->119->1681",
- "default3.handlebars->117->1679"
+ "default-mobile.handlebars->53->842",
+ "default.handlebars->119->1683",
+ "default3.handlebars->117->1681"
]
},
{
@@ -72826,18 +72870,18 @@
"zh-chs": "安全",
"zh-cht": "安全",
"xloc": [
- "default-mobile.handlebars->53->628",
- "default-mobile.handlebars->53->834",
+ "default-mobile.handlebars->53->633",
+ "default-mobile.handlebars->53->841",
"default.handlebars->119->1318",
- "default.handlebars->119->1680",
- "default.handlebars->119->2494",
- "default.handlebars->119->3014",
+ "default.handlebars->119->1682",
+ "default.handlebars->119->2496",
+ "default.handlebars->119->3021",
"default.handlebars->119->522",
"default.handlebars->container->column_l->p21->p21main->1->1->meshSecurityChartDiv->1",
"default3.handlebars->117->1323",
- "default3.handlebars->117->1678",
- "default3.handlebars->117->2506",
- "default3.handlebars->117->3023",
+ "default3.handlebars->117->1680",
+ "default3.handlebars->117->2508",
+ "default3.handlebars->117->3030",
"default3.handlebars->117->533",
"default3.handlebars->container->column_l->p21->p21main->1->1->meshSecurityChartDiv->1"
]
@@ -72885,8 +72929,8 @@
"zh-chs": "安全密钥",
"zh-cht": "安全密鑰",
"xloc": [
- "default.handlebars->119->3007",
- "default3.handlebars->117->3016"
+ "default.handlebars->119->3014",
+ "default3.handlebars->117->3023"
]
},
{
@@ -72915,9 +72959,9 @@
"zh-chs": "安全警告",
"zh-cht": "安全警告",
"xloc": [
- "default-mobile.handlebars->53->1035",
- "default.handlebars->119->3304",
- "default3.handlebars->117->3309"
+ "default-mobile.handlebars->53->1042",
+ "default.handlebars->119->3311",
+ "default3.handlebars->117->3316"
]
},
{
@@ -73020,9 +73064,9 @@
"xloc": [
"default.handlebars->119->1566",
"default.handlebars->119->1568",
- "default.handlebars->119->2520",
- "default.handlebars->119->2767",
- "default.handlebars->119->2861",
+ "default.handlebars->119->2527",
+ "default.handlebars->119->2774",
+ "default.handlebars->119->2868",
"default.handlebars->119->549",
"default.handlebars->119->739",
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar",
@@ -73033,9 +73077,9 @@
"default.handlebars->meshContextMenu->cxselectall",
"default3.handlebars->117->1566",
"default3.handlebars->117->1568",
- "default3.handlebars->117->2532",
- "default3.handlebars->117->2779",
- "default3.handlebars->117->2870",
+ "default3.handlebars->117->2539",
+ "default3.handlebars->117->2786",
+ "default3.handlebars->117->2877",
"default3.handlebars->117->560",
"default3.handlebars->117->750",
"default3.handlebars->container->column_l->p1->devListToolbarSpan->devListToolbar",
@@ -73078,13 +73122,13 @@
"default.handlebars->119->1251",
"default.handlebars->119->1253",
"default.handlebars->119->1255",
- "default.handlebars->119->3204",
- "default.handlebars->119->3206",
+ "default.handlebars->119->3211",
+ "default.handlebars->119->3213",
"default3.handlebars->117->1260",
"default3.handlebars->117->1262",
"default3.handlebars->117->1264",
- "default3.handlebars->117->3207",
- "default3.handlebars->117->3209"
+ "default3.handlebars->117->3214",
+ "default3.handlebars->117->3216"
]
},
{
@@ -73114,15 +73158,15 @@
"zh-cht": "選擇無",
"xloc": [
"default.handlebars->119->1567",
- "default.handlebars->119->2519",
- "default.handlebars->119->2766",
- "default.handlebars->119->2860",
+ "default.handlebars->119->2526",
+ "default.handlebars->119->2773",
+ "default.handlebars->119->2867",
"default.handlebars->119->738",
"default.handlebars->meshContextMenu->cxselectnone",
"default3.handlebars->117->1567",
- "default3.handlebars->117->2531",
- "default3.handlebars->117->2778",
- "default3.handlebars->117->2869",
+ "default3.handlebars->117->2538",
+ "default3.handlebars->117->2785",
+ "default3.handlebars->117->2876",
"default3.handlebars->117->749",
"default3.handlebars->meshContextMenu->cxselectnone",
"sharing.handlebars->47->57"
@@ -73154,8 +73198,8 @@
"zh-chs": "选择要注册推送通知身份验证的设备。选择后,设备将提示确认。",
"zh-cht": "選擇要註冊推送通知身份驗證的設備。選擇後,設備將提示確認。",
"xloc": [
- "default.handlebars->119->1846",
- "default3.handlebars->117->1842"
+ "default.handlebars->119->1848",
+ "default3.handlebars->117->1844"
]
},
{
@@ -73271,7 +73315,7 @@
"zh-chs": "选择主题",
"zh-cht": "選擇主題",
"xloc": [
- "default3.handlebars->117->2122"
+ "default3.handlebars->117->2124"
]
},
{
@@ -73330,10 +73374,10 @@
"zh-chs": "选择要对所有选定用户执行的操作。",
"zh-cht": "選擇要對所有選定用戶執行的操作。",
"xloc": [
- "default.handlebars->119->2770",
- "default.handlebars->119->2862",
- "default3.handlebars->117->2782",
- "default3.handlebars->117->2871"
+ "default.handlebars->119->2777",
+ "default.handlebars->119->2869",
+ "default3.handlebars->117->2789",
+ "default3.handlebars->117->2878"
]
},
{
@@ -73362,7 +73406,7 @@
"zh-chs": "选择要在此设备上执行的操作。",
"zh-cht": "選擇要在此裝置上執行的操作。",
"xloc": [
- "default-mobile.handlebars->53->583",
+ "default-mobile.handlebars->53->588",
"default.handlebars->119->1264",
"default3.handlebars->117->1273"
]
@@ -73393,8 +73437,8 @@
"zh-chs": "选择新密码",
"zh-cht": "選擇新密碼",
"xloc": [
- "default.handlebars->119->2298",
- "default3.handlebars->117->2307"
+ "default.handlebars->119->2300",
+ "default3.handlebars->117->2309"
]
},
{
@@ -73454,9 +73498,9 @@
"zh-chs": "仅自我事件",
"zh-cht": "僅自我事件",
"xloc": [
- "default-mobile.handlebars->53->1016",
- "default.handlebars->119->2419",
- "default3.handlebars->117->2431"
+ "default-mobile.handlebars->53->1023",
+ "default.handlebars->119->2421",
+ "default3.handlebars->117->2433"
]
},
{
@@ -73546,8 +73590,8 @@
"zh-chs": "发电邮",
"zh-cht": "發電郵",
"xloc": [
- "default.handlebars->119->2782",
- "default3.handlebars->117->2793"
+ "default.handlebars->119->2789",
+ "default3.handlebars->117->2800"
]
},
{
@@ -73623,8 +73667,8 @@
"pl": "Wyślij Wiadomość",
"uk": "Надіслати повідомлення",
"xloc": [
- "default.handlebars->119->2780",
- "default3.handlebars->117->2791"
+ "default.handlebars->119->2787",
+ "default3.handlebars->117->2798"
]
},
{
@@ -73653,8 +73697,8 @@
"zh-chs": "发送短信",
"zh-cht": "發送簡訊",
"xloc": [
- "default.handlebars->119->2779",
- "default3.handlebars->117->2790"
+ "default.handlebars->119->2786",
+ "default3.handlebars->117->2797"
]
},
{
@@ -73683,8 +73727,8 @@
"zh-chs": "发送短信给该用户",
"zh-cht": "發送短信給該用戶",
"xloc": [
- "default.handlebars->119->3019",
- "default3.handlebars->117->3028"
+ "default.handlebars->119->3026",
+ "default3.handlebars->117->3035"
]
},
{
@@ -73713,8 +73757,8 @@
"zh-chs": "发送电邮给该用户",
"zh-cht": "發送電郵給該用戶",
"xloc": [
- "default.handlebars->119->3023",
- "default3.handlebars->117->3032"
+ "default.handlebars->119->3030",
+ "default3.handlebars->117->3039"
]
},
{
@@ -73728,8 +73772,8 @@
"pl": "Wyślij wiadomość do tego użytkownika",
"uk": "Надіслати повідомлення цьому користувачеві",
"xloc": [
- "default.handlebars->119->3021",
- "default3.handlebars->117->3030"
+ "default.handlebars->119->3028",
+ "default3.handlebars->117->3037"
]
},
{
@@ -73758,8 +73802,8 @@
"zh-chs": "向该组中的所有用户发送通知。",
"zh-cht": "向該群中的所有用戶發送通知。",
"xloc": [
- "default.handlebars->119->2905",
- "default3.handlebars->117->2914"
+ "default.handlebars->119->2912",
+ "default3.handlebars->117->2921"
]
},
{
@@ -73788,8 +73832,8 @@
"zh-chs": "向该用户发送文本通知。",
"zh-cht": "向該用戶發送文本通知。",
"xloc": [
- "default.handlebars->119->2783",
- "default3.handlebars->117->2794"
+ "default.handlebars->119->2790",
+ "default3.handlebars->117->2801"
]
},
{
@@ -73818,8 +73862,8 @@
"zh-chs": "发送电邮给用户",
"zh-cht": "發送電郵給用戶",
"xloc": [
- "default.handlebars->119->2761",
- "default3.handlebars->117->2773"
+ "default.handlebars->119->2768",
+ "default3.handlebars->117->2780"
]
},
{
@@ -73878,8 +73922,8 @@
"zh-chs": "发送邀请邮件。",
"zh-cht": "發送邀請電郵。",
"xloc": [
- "default.handlebars->119->2832",
- "default3.handlebars->117->2843"
+ "default.handlebars->119->2839",
+ "default3.handlebars->117->2850"
]
},
{
@@ -74072,8 +74116,8 @@
"zh-chs": "发送用户通知",
"zh-cht": "發送用戶通知",
"xloc": [
- "default.handlebars->119->3025",
- "default3.handlebars->117->3034"
+ "default.handlebars->119->3032",
+ "default3.handlebars->117->3041"
]
},
{
@@ -74192,8 +74236,8 @@
"zh-cht": "塞爾維亞",
"xloc": [
"default-mobile.handlebars->53->261",
- "default.handlebars->119->2005",
- "default3.handlebars->117->2001",
+ "default.handlebars->119->2007",
+ "default3.handlebars->117->2003",
"login2.handlebars->17->147"
]
},
@@ -74223,12 +74267,12 @@
"zh-chs": "序列号",
"zh-cht": "序列號",
"xloc": [
- "default-mobile.handlebars->53->844",
- "default-mobile.handlebars->53->849",
- "default.handlebars->119->1690",
- "default.handlebars->119->1695",
- "default3.handlebars->117->1688",
- "default3.handlebars->117->1693"
+ "default-mobile.handlebars->53->851",
+ "default-mobile.handlebars->53->856",
+ "default.handlebars->119->1692",
+ "default.handlebars->119->1697",
+ "default3.handlebars->117->1690",
+ "default3.handlebars->117->1695"
]
},
{
@@ -74283,8 +74327,8 @@
"zh-chs": "服务器备份",
"zh-cht": "伺服器備份",
"xloc": [
- "default.handlebars->119->2842",
- "default3.handlebars->117->2851"
+ "default.handlebars->119->2849",
+ "default3.handlebars->117->2858"
]
},
{
@@ -74313,8 +74357,8 @@
"zh-chs": "服务器证书",
"zh-cht": "伺服器憑證",
"xloc": [
- "default.handlebars->119->3417",
- "default3.handlebars->117->3422"
+ "default.handlebars->119->3424",
+ "default3.handlebars->117->3429"
]
},
{
@@ -74327,7 +74371,7 @@
"xloc": [
"default.handlebars->119->214",
"default.handlebars->119->216",
- "default.handlebars->119->2173",
+ "default.handlebars->119->2175",
"default3.handlebars->117->227",
"default3.handlebars->117->228"
]
@@ -74388,8 +74432,8 @@
"zh-chs": "服务器数据库",
"zh-cht": "伺服器數據庫",
"xloc": [
- "default.handlebars->119->3418",
- "default3.handlebars->117->3423"
+ "default.handlebars->119->3425",
+ "default3.handlebars->117->3430"
]
},
{
@@ -74401,8 +74445,8 @@
"uk": "Помилки Сервера",
"xloc": [
"default.handlebars->119->209",
- "default.handlebars->119->2170",
- "default3.handlebars->117->2183",
+ "default.handlebars->119->2172",
+ "default3.handlebars->117->2185",
"default3.handlebars->117->222"
]
},
@@ -74432,18 +74476,18 @@
"zh-chs": "服务器档案",
"zh-cht": "伺服器檔案",
"xloc": [
- "default-mobile.handlebars->53->1008",
- "default-mobile.handlebars->53->993",
+ "default-mobile.handlebars->53->1000",
+ "default-mobile.handlebars->53->1015",
"default.handlebars->119->1149",
"default.handlebars->119->1174",
- "default.handlebars->119->2378",
- "default.handlebars->119->2410",
- "default.handlebars->119->2839",
+ "default.handlebars->119->2380",
+ "default.handlebars->119->2412",
+ "default.handlebars->119->2846",
"default3.handlebars->117->1158",
"default3.handlebars->117->1183",
- "default3.handlebars->117->2390",
- "default3.handlebars->117->2422",
- "default3.handlebars->117->2848"
+ "default3.handlebars->117->2392",
+ "default3.handlebars->117->2424",
+ "default3.handlebars->117->2855"
]
},
{
@@ -74501,9 +74545,9 @@
"zh-chs": "服务器限制",
"zh-cht": "服務器限制",
"xloc": [
- "default-mobile.handlebars->53->1034",
- "default.handlebars->119->3303",
- "default3.handlebars->117->3308"
+ "default-mobile.handlebars->53->1041",
+ "default.handlebars->119->3310",
+ "default3.handlebars->117->3315"
]
},
{
@@ -74561,10 +74605,10 @@
"zh-chs": "服务器权限",
"zh-cht": "伺服器權限",
"xloc": [
- "default.handlebars->119->2753",
- "default.handlebars->119->2854",
- "default3.handlebars->117->2765",
- "default3.handlebars->117->2863"
+ "default.handlebars->119->2760",
+ "default.handlebars->119->2861",
+ "default3.handlebars->117->2772",
+ "default3.handlebars->117->2870"
]
},
{
@@ -74593,8 +74637,8 @@
"zh-chs": "服务器配额",
"zh-cht": "伺服器配額",
"xloc": [
- "default.handlebars->119->2981",
- "default3.handlebars->117->2990"
+ "default.handlebars->119->2988",
+ "default3.handlebars->117->2997"
]
},
{
@@ -74623,8 +74667,8 @@
"zh-chs": "服务器还原",
"zh-cht": "伺服器還原",
"xloc": [
- "default.handlebars->119->2843",
- "default3.handlebars->117->2852"
+ "default.handlebars->119->2850",
+ "default3.handlebars->117->2859"
]
},
{
@@ -74653,8 +74697,8 @@
"zh-chs": "服务器权限",
"zh-cht": "伺服器權限",
"xloc": [
- "default.handlebars->119->2980",
- "default3.handlebars->117->2989"
+ "default.handlebars->119->2987",
+ "default3.handlebars->117->2996"
]
},
{
@@ -74683,8 +74727,8 @@
"zh-chs": "服务器状态",
"zh-cht": "伺服器狀態",
"xloc": [
- "default.handlebars->119->3346",
- "default3.handlebars->117->3351"
+ "default.handlebars->119->3353",
+ "default3.handlebars->117->3358"
]
},
{
@@ -74743,8 +74787,8 @@
"zh-chs": "服务器跟踪",
"zh-cht": "伺服器追蹤",
"xloc": [
- "default.handlebars->119->3431",
- "default3.handlebars->117->3436"
+ "default.handlebars->119->3438",
+ "default3.handlebars->117->3443"
]
},
{
@@ -74773,8 +74817,8 @@
"zh-chs": "服务器跟踪事件",
"zh-cht": "服務器跟踪事件",
"xloc": [
- "default.handlebars->119->3409",
- "default3.handlebars->117->3414"
+ "default.handlebars->119->3416",
+ "default3.handlebars->117->3421"
]
},
{
@@ -74862,8 +74906,8 @@
"zh-chs": "服务器更新",
"zh-cht": "伺服器更新",
"xloc": [
- "default.handlebars->119->2844",
- "default3.handlebars->117->2853"
+ "default.handlebars->119->2851",
+ "default3.handlebars->117->2860"
]
},
{
@@ -75106,8 +75150,8 @@
"pl": "Serwer nie może pobrać zapisów z bazy danych.",
"uk": "Сервер не може отримати записи з бази даних.",
"xloc": [
- "default.handlebars->119->3140",
- "default3.handlebars->117->3143"
+ "default.handlebars->119->3147",
+ "default3.handlebars->117->3150"
]
},
{
@@ -75122,8 +75166,8 @@
"pl": "Serwer nie może odczytać zapisów z folderu.",
"uk": "Сервер не може читати з теки записів.",
"xloc": [
- "default.handlebars->119->3139",
- "default3.handlebars->117->3142"
+ "default.handlebars->119->3146",
+ "default3.handlebars->117->3149"
]
},
{
@@ -75138,8 +75182,8 @@
"pl": "Zapisy statystyk serwera",
"uk": "Записи статистики сервера",
"xloc": [
- "default.handlebars->119->3271",
- "default3.handlebars->117->3274"
+ "default.handlebars->119->3278",
+ "default3.handlebars->117->3281"
]
},
{
@@ -75225,8 +75269,8 @@
"zh-chs": "ServerStats.csv",
"zh-cht": "ServerStats.csv",
"xloc": [
- "default.handlebars->119->3408",
- "default3.handlebars->117->3413"
+ "default.handlebars->119->3415",
+ "default3.handlebars->117->3420"
]
},
{
@@ -75240,10 +75284,10 @@
"pl": "Usługa",
"uk": "Сервіс",
"xloc": [
- "default.handlebars->119->1812",
- "default.handlebars->119->3050",
- "default3.handlebars->117->1809",
- "default3.handlebars->117->3059"
+ "default.handlebars->119->1814",
+ "default.handlebars->119->3057",
+ "default3.handlebars->117->1811",
+ "default3.handlebars->117->3066"
]
},
{
@@ -75334,10 +75378,10 @@
"zh-chs": "会话",
"zh-cht": "節",
"xloc": [
- "default.handlebars->119->3143",
- "default.handlebars->119->3211",
- "default3.handlebars->117->3146",
- "default3.handlebars->117->3214",
+ "default.handlebars->119->3150",
+ "default.handlebars->119->3218",
+ "default3.handlebars->117->3153",
+ "default3.handlebars->117->3221",
"ssh.handlebars->19->24",
"ssh.handlebars->19->26"
]
@@ -75429,8 +75473,8 @@
"zh-chs": "会话已过期",
"zh-cht": "會話已過期",
"xloc": [
- "default-mobile.handlebars->53->707",
- "default-mobile.handlebars->53->714",
+ "default-mobile.handlebars->53->712",
+ "default-mobile.handlebars->53->719",
"default.handlebars->119->1531",
"default.handlebars->119->1547",
"default3.handlebars->117->1531",
@@ -75528,8 +75572,8 @@
"zh-chs": "会话超时",
"zh-cht": "會話超時",
"xloc": [
- "default-mobile.handlebars->53->708",
- "default-mobile.handlebars->53->715",
+ "default-mobile.handlebars->53->713",
+ "default-mobile.handlebars->53->720",
"default.handlebars->119->1532",
"default.handlebars->119->1548",
"default3.handlebars->117->1532",
@@ -75622,7 +75666,7 @@
"zh-chs": "会话",
"zh-cht": "節",
"xloc": [
- "default-mobile.handlebars->53->449",
+ "default-mobile.handlebars->53->454",
"default.handlebars->119->484",
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->DevFilterSelect->7",
"default3.handlebars->117->495",
@@ -75770,8 +75814,8 @@
"zh-chs": "设置剪贴板内容,{0}个字节",
"zh-cht": "設置剪貼板內容,{0}個字節",
"xloc": [
- "default.handlebars->119->2563",
- "default3.handlebars->117->2575"
+ "default.handlebars->119->2570",
+ "default3.handlebars->117->2582"
]
},
{
@@ -75895,9 +75939,9 @@
"zh-cht": "設定",
"xloc": [
"agent-translations.json",
- "default.handlebars->119->2241",
+ "default.handlebars->119->2243",
"default.handlebars->119->499",
- "default3.handlebars->117->2252",
+ "default3.handlebars->117->2254",
"default3.handlebars->117->510"
]
},
@@ -75979,8 +76023,8 @@
"zh-chs": "将此服务器设置为自动将备份上传到Google云端硬盘。首先为您的帐户创建并输入Google Drive ClientID和ClientSecret。",
"zh-cht": "將此服務器設置為自動將備份上傳到Google雲端硬盤。首先為您的帳戶創建並輸入Google Drive ClientID和ClientSecret。",
"xloc": [
- "default.handlebars->119->2151",
- "default3.handlebars->117->2166"
+ "default.handlebars->119->2153",
+ "default3.handlebars->117->2168"
]
},
{
@@ -76203,10 +76247,10 @@
"xloc": [
"default.handlebars->119->1157",
"default.handlebars->119->1182",
- "default.handlebars->119->2424",
+ "default.handlebars->119->2426",
"default3.handlebars->117->1166",
"default3.handlebars->117->1191",
- "default3.handlebars->117->2436"
+ "default3.handlebars->117->2438"
]
},
{
@@ -76324,8 +76368,8 @@
"zh-chs": "Shift",
"zh-cht": "Shift",
"xloc": [
- "default-mobile.handlebars->53->672",
- "default-mobile.handlebars->53->676",
+ "default-mobile.handlebars->53->677",
+ "default-mobile.handlebars->53->681",
"default.handlebars->119->1444",
"default.handlebars->119->1448",
"default3.handlebars->117->1446",
@@ -76706,9 +76750,9 @@
"zh-chs": "只显示自己的事件",
"zh-cht": "只顯示自己的事件",
"xloc": [
- "default-mobile.handlebars->53->996",
- "default.handlebars->119->2381",
- "default3.handlebars->117->2393"
+ "default-mobile.handlebars->53->1003",
+ "default.handlebars->119->2383",
+ "default3.handlebars->117->2395"
]
},
{
@@ -76763,8 +76807,8 @@
"zh-chs": "显示流量",
"zh-cht": "顯示流量",
"xloc": [
- "default.handlebars->119->3207",
- "default3.handlebars->117->3210"
+ "default.handlebars->119->3214",
+ "default3.handlebars->117->3217"
]
},
{
@@ -76793,8 +76837,8 @@
"zh-chs": "显示连接工具栏",
"zh-cht": "顯示連接工具欄",
"xloc": [
- "default.handlebars->119->2335",
- "default3.handlebars->117->2347"
+ "default.handlebars->119->2337",
+ "default3.handlebars->117->2349"
]
},
{
@@ -76943,10 +76987,10 @@
"zh-chs": "显示1分钟",
"zh-cht": "顯示1分鐘",
"xloc": [
- "default.handlebars->119->2786",
- "default.handlebars->119->2818",
- "default3.handlebars->117->2797",
- "default3.handlebars->117->2829"
+ "default.handlebars->119->2793",
+ "default.handlebars->119->2825",
+ "default3.handlebars->117->2804",
+ "default3.handlebars->117->2836"
]
},
{
@@ -76991,10 +77035,10 @@
"zh-chs": "显示10秒",
"zh-cht": "顯示10秒",
"xloc": [
- "default.handlebars->119->2785",
- "default.handlebars->119->2817",
- "default3.handlebars->117->2796",
- "default3.handlebars->117->2828"
+ "default.handlebars->119->2792",
+ "default.handlebars->119->2824",
+ "default3.handlebars->117->2803",
+ "default3.handlebars->117->2835"
]
},
{
@@ -77055,10 +77099,10 @@
"zh-chs": "显示5分钟",
"zh-cht": "顯示5分鐘",
"xloc": [
- "default.handlebars->119->2787",
- "default.handlebars->119->2819",
- "default3.handlebars->117->2798",
- "default3.handlebars->117->2830"
+ "default.handlebars->119->2794",
+ "default.handlebars->119->2826",
+ "default3.handlebars->117->2805",
+ "default3.handlebars->117->2837"
]
},
{
@@ -77105,13 +77149,13 @@
"xloc": [
"default.handlebars->119->1197",
"default.handlebars->119->1211",
- "default.handlebars->119->2784",
- "default.handlebars->119->2816",
+ "default.handlebars->119->2791",
+ "default.handlebars->119->2823",
"default.handlebars->119->787",
"default3.handlebars->117->1206",
"default3.handlebars->117->1220",
- "default3.handlebars->117->2795",
- "default3.handlebars->117->2827",
+ "default3.handlebars->117->2802",
+ "default3.handlebars->117->2834",
"default3.handlebars->117->798"
]
},
@@ -77459,10 +77503,10 @@
"pl": "Signal",
"uk": "Signal",
"xloc": [
- "default.handlebars->119->1815",
- "default.handlebars->119->3053",
- "default3.handlebars->117->1812",
- "default3.handlebars->117->3062"
+ "default.handlebars->119->1817",
+ "default.handlebars->119->3060",
+ "default3.handlebars->117->1814",
+ "default3.handlebars->117->3069"
]
},
{
@@ -77501,10 +77545,10 @@
"zh-chs": "简单管理员控制模式(ACM)",
"zh-cht": "簡單管理員控制模式(ACM)",
"xloc": [
- "default.handlebars->119->2230",
- "default.handlebars->119->2288",
- "default3.handlebars->117->2241",
- "default3.handlebars->117->2297"
+ "default.handlebars->119->2232",
+ "default.handlebars->119->2290",
+ "default3.handlebars->117->2243",
+ "default3.handlebars->117->2299"
]
},
{
@@ -77533,16 +77577,16 @@
"zh-chs": "简单客户端控制模式(CCM)",
"zh-cht": "簡單客戶端控制模式(CCM)",
"xloc": [
- "default.handlebars->119->2228",
- "default.handlebars->119->2292",
- "default3.handlebars->117->2239",
- "default3.handlebars->117->2301"
+ "default.handlebars->119->2230",
+ "default.handlebars->119->2294",
+ "default3.handlebars->117->2241",
+ "default3.handlebars->117->2303"
]
},
{
"en": "Simplex",
"xloc": [
- "default3.handlebars->117->2114"
+ "default3.handlebars->117->2116"
]
},
{
@@ -77572,8 +77616,8 @@
"zh-cht": "信地",
"xloc": [
"default-mobile.handlebars->53->259",
- "default.handlebars->119->2003",
- "default3.handlebars->117->1999",
+ "default.handlebars->119->2005",
+ "default3.handlebars->117->2001",
"login2.handlebars->17->145"
]
},
@@ -77604,8 +77648,8 @@
"zh-cht": "僧伽羅文",
"xloc": [
"default-mobile.handlebars->53->260",
- "default.handlebars->119->2004",
- "default3.handlebars->117->2000",
+ "default.handlebars->119->2006",
+ "default3.handlebars->117->2002",
"login2.handlebars->17->146"
]
},
@@ -77666,8 +77710,8 @@
"zh-chs": "单点登录",
"zh-cht": "單點登錄",
"xloc": [
- "default.handlebars->119->3259",
- "default3.handlebars->117->3262"
+ "default.handlebars->119->3266",
+ "default3.handlebars->117->3269"
]
},
{
@@ -77722,11 +77766,11 @@
"zh-chs": "尺寸",
"zh-cht": "尺寸",
"xloc": [
- "default.handlebars->119->3146",
- "default.handlebars->119->3174",
+ "default.handlebars->119->3153",
+ "default.handlebars->119->3181",
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSize",
- "default3.handlebars->117->3149",
- "default3.handlebars->117->3177",
+ "default3.handlebars->117->3156",
+ "default3.handlebars->117->3184",
"default3.handlebars->container->column_l->p1->devListToolbarSpan->7->devListToolbarSize"
]
},
@@ -77857,7 +77901,7 @@
{
"en": "Sketchy",
"xloc": [
- "default3.handlebars->117->2115"
+ "default3.handlebars->117->2117"
]
},
{
@@ -77867,10 +77911,10 @@
"pl": "Slack",
"uk": "Slack",
"xloc": [
- "default.handlebars->119->1811",
- "default.handlebars->119->3049",
- "default3.handlebars->117->1808",
- "default3.handlebars->117->3058"
+ "default.handlebars->119->1813",
+ "default.handlebars->119->3056",
+ "default3.handlebars->117->1810",
+ "default3.handlebars->117->3065"
]
},
{
@@ -77880,10 +77924,10 @@
"pl": "Instalacja Slack Webhook",
"uk": "Інсталяція Slack Webhook",
"xloc": [
- "default.handlebars->119->1821",
- "default.handlebars->119->3059",
- "default3.handlebars->117->1818",
- "default3.handlebars->117->3068"
+ "default.handlebars->119->1823",
+ "default.handlebars->119->3066",
+ "default3.handlebars->117->1820",
+ "default3.handlebars->117->3075"
]
},
{
@@ -77912,10 +77956,10 @@
"zh-chs": "休眠",
"zh-cht": "休眠",
"xloc": [
- "default-mobile.handlebars->53->452",
- "default-mobile.handlebars->53->453",
- "default-mobile.handlebars->53->454",
- "default-mobile.handlebars->53->591",
+ "default-mobile.handlebars->53->457",
+ "default-mobile.handlebars->53->458",
+ "default-mobile.handlebars->53->459",
+ "default-mobile.handlebars->53->596",
"default.handlebars->119->1273",
"default.handlebars->119->2",
"default.handlebars->119->3",
@@ -77982,8 +78026,8 @@
"zh-chs": "休眠中",
"zh-cht": "休眠中",
"xloc": [
- "default-mobile.handlebars->53->460",
- "default-mobile.handlebars->53->461",
+ "default-mobile.handlebars->53->465",
+ "default-mobile.handlebars->53->466",
"default.handlebars->119->702",
"default.handlebars->119->704",
"default3.handlebars->117->713",
@@ -78017,8 +78061,8 @@
"zh-cht": "斯洛伐克文",
"xloc": [
"default-mobile.handlebars->53->262",
- "default.handlebars->119->2006",
- "default3.handlebars->117->2002",
+ "default.handlebars->119->2008",
+ "default3.handlebars->117->2004",
"login2.handlebars->17->148"
]
},
@@ -78049,8 +78093,8 @@
"zh-cht": "斯洛文尼亞文",
"xloc": [
"default-mobile.handlebars->53->263",
- "default.handlebars->119->2007",
- "default3.handlebars->117->2003",
+ "default.handlebars->119->2009",
+ "default3.handlebars->117->2005",
"login2.handlebars->17->149"
]
},
@@ -78176,9 +78220,9 @@
"zh-chs": "软断开代理",
"zh-cht": "軟斷開代理",
"xloc": [
- "default-mobile.handlebars->53->935",
- "default.handlebars->119->1782",
- "default3.handlebars->117->1780"
+ "default-mobile.handlebars->53->942",
+ "default.handlebars->119->1784",
+ "default3.handlebars->117->1782"
]
},
{
@@ -78207,7 +78251,7 @@
"zh-chs": "软关机",
"zh-cht": "軟關機",
"xloc": [
- "default-mobile.handlebars->53->464",
+ "default-mobile.handlebars->53->469",
"default.handlebars->119->710",
"default3.handlebars->117->721"
]
@@ -78244,7 +78288,7 @@
{
"en": "Solar",
"xloc": [
- "default3.handlebars->117->2116"
+ "default3.handlebars->117->2118"
]
},
{
@@ -78274,8 +78318,8 @@
"zh-cht": "索馬尼",
"xloc": [
"default-mobile.handlebars->53->264",
- "default.handlebars->119->2008",
- "default3.handlebars->117->2004",
+ "default.handlebars->119->2010",
+ "default3.handlebars->117->2006",
"login2.handlebars->17->150"
]
},
@@ -78306,8 +78350,8 @@
"zh-cht": "索比亞文",
"xloc": [
"default-mobile.handlebars->53->265",
- "default.handlebars->119->2009",
- "default3.handlebars->117->2005",
+ "default.handlebars->119->2011",
+ "default3.handlebars->117->2007",
"login2.handlebars->17->151"
]
},
@@ -78573,7 +78617,7 @@
"pl": "Przestrzeń",
"uk": "Простір",
"xloc": [
- "default-mobile.handlebars->53->658",
+ "default-mobile.handlebars->53->663",
"default.handlebars->119->1431",
"default3.handlebars->117->1433"
]
@@ -78581,7 +78625,7 @@
{
"en": "Spacelab",
"xloc": [
- "default3.handlebars->117->2117"
+ "default3.handlebars->117->2119"
]
},
{
@@ -78611,8 +78655,8 @@
"zh-cht": "西班牙文",
"xloc": [
"default-mobile.handlebars->53->266",
- "default.handlebars->119->2010",
- "default3.handlebars->117->2006",
+ "default.handlebars->119->2012",
+ "default3.handlebars->117->2008",
"login2.handlebars->17->152"
]
},
@@ -78643,8 +78687,8 @@
"zh-cht": "西班牙文(阿根廷)",
"xloc": [
"default-mobile.handlebars->53->267",
- "default.handlebars->119->2011",
- "default3.handlebars->117->2007",
+ "default.handlebars->119->2013",
+ "default3.handlebars->117->2009",
"login2.handlebars->17->153"
]
},
@@ -78675,8 +78719,8 @@
"zh-cht": "西班牙文(玻利維亞)",
"xloc": [
"default-mobile.handlebars->53->268",
- "default.handlebars->119->2012",
- "default3.handlebars->117->2008",
+ "default.handlebars->119->2014",
+ "default3.handlebars->117->2010",
"login2.handlebars->17->154"
]
},
@@ -78707,8 +78751,8 @@
"zh-cht": "西班牙文(智利)",
"xloc": [
"default-mobile.handlebars->53->269",
- "default.handlebars->119->2013",
- "default3.handlebars->117->2009",
+ "default.handlebars->119->2015",
+ "default3.handlebars->117->2011",
"login2.handlebars->17->155"
]
},
@@ -78739,8 +78783,8 @@
"zh-cht": "西班牙文(哥倫比亞)",
"xloc": [
"default-mobile.handlebars->53->270",
- "default.handlebars->119->2014",
- "default3.handlebars->117->2010",
+ "default.handlebars->119->2016",
+ "default3.handlebars->117->2012",
"login2.handlebars->17->156"
]
},
@@ -78771,8 +78815,8 @@
"zh-cht": "西班牙文(哥斯達黎加)",
"xloc": [
"default-mobile.handlebars->53->271",
- "default.handlebars->119->2015",
- "default3.handlebars->117->2011",
+ "default.handlebars->119->2017",
+ "default3.handlebars->117->2013",
"login2.handlebars->17->157"
]
},
@@ -78803,8 +78847,8 @@
"zh-cht": "西班牙文(多米尼加共和國)",
"xloc": [
"default-mobile.handlebars->53->272",
- "default.handlebars->119->2016",
- "default3.handlebars->117->2012",
+ "default.handlebars->119->2018",
+ "default3.handlebars->117->2014",
"login2.handlebars->17->158"
]
},
@@ -78835,8 +78879,8 @@
"zh-cht": "西班牙文(厄瓜多爾)",
"xloc": [
"default-mobile.handlebars->53->273",
- "default.handlebars->119->2017",
- "default3.handlebars->117->2013",
+ "default.handlebars->119->2019",
+ "default3.handlebars->117->2015",
"login2.handlebars->17->159"
]
},
@@ -78867,8 +78911,8 @@
"zh-cht": "西班牙文(薩爾瓦多)",
"xloc": [
"default-mobile.handlebars->53->274",
- "default.handlebars->119->2018",
- "default3.handlebars->117->2014",
+ "default.handlebars->119->2020",
+ "default3.handlebars->117->2016",
"login2.handlebars->17->160"
]
},
@@ -78899,8 +78943,8 @@
"zh-cht": "西班牙文(危地馬拉)",
"xloc": [
"default-mobile.handlebars->53->275",
- "default.handlebars->119->2019",
- "default3.handlebars->117->2015",
+ "default.handlebars->119->2021",
+ "default3.handlebars->117->2017",
"login2.handlebars->17->161"
]
},
@@ -78931,8 +78975,8 @@
"zh-cht": "西班牙文(洪都拉斯)",
"xloc": [
"default-mobile.handlebars->53->276",
- "default.handlebars->119->2020",
- "default3.handlebars->117->2016",
+ "default.handlebars->119->2022",
+ "default3.handlebars->117->2018",
"login2.handlebars->17->162"
]
},
@@ -78963,8 +79007,8 @@
"zh-cht": "西班牙文(墨西哥)",
"xloc": [
"default-mobile.handlebars->53->277",
- "default.handlebars->119->2021",
- "default3.handlebars->117->2017",
+ "default.handlebars->119->2023",
+ "default3.handlebars->117->2019",
"login2.handlebars->17->163"
]
},
@@ -78995,8 +79039,8 @@
"zh-cht": "西班牙文(尼加拉瓜)",
"xloc": [
"default-mobile.handlebars->53->278",
- "default.handlebars->119->2022",
- "default3.handlebars->117->2018",
+ "default.handlebars->119->2024",
+ "default3.handlebars->117->2020",
"login2.handlebars->17->164"
]
},
@@ -79027,8 +79071,8 @@
"zh-cht": "西班牙文(巴拿馬)",
"xloc": [
"default-mobile.handlebars->53->279",
- "default.handlebars->119->2023",
- "default3.handlebars->117->2019",
+ "default.handlebars->119->2025",
+ "default3.handlebars->117->2021",
"login2.handlebars->17->165"
]
},
@@ -79059,8 +79103,8 @@
"zh-cht": "西班牙文(巴拉圭)",
"xloc": [
"default-mobile.handlebars->53->280",
- "default.handlebars->119->2024",
- "default3.handlebars->117->2020",
+ "default.handlebars->119->2026",
+ "default3.handlebars->117->2022",
"login2.handlebars->17->166"
]
},
@@ -79091,8 +79135,8 @@
"zh-cht": "西班牙文(秘魯)",
"xloc": [
"default-mobile.handlebars->53->281",
- "default.handlebars->119->2025",
- "default3.handlebars->117->2021",
+ "default.handlebars->119->2027",
+ "default3.handlebars->117->2023",
"login2.handlebars->17->167"
]
},
@@ -79123,8 +79167,8 @@
"zh-cht": "西班牙文(波多黎各)",
"xloc": [
"default-mobile.handlebars->53->282",
- "default.handlebars->119->2026",
- "default3.handlebars->117->2022",
+ "default.handlebars->119->2028",
+ "default3.handlebars->117->2024",
"login2.handlebars->17->168"
]
},
@@ -79155,8 +79199,8 @@
"zh-cht": "西班牙文(西班牙)",
"xloc": [
"default-mobile.handlebars->53->283",
- "default.handlebars->119->2027",
- "default3.handlebars->117->2023",
+ "default.handlebars->119->2029",
+ "default3.handlebars->117->2025",
"login2.handlebars->17->169"
]
},
@@ -79187,8 +79231,8 @@
"zh-cht": "西班牙文(烏拉圭)",
"xloc": [
"default-mobile.handlebars->53->284",
- "default.handlebars->119->2028",
- "default3.handlebars->117->2024",
+ "default.handlebars->119->2030",
+ "default3.handlebars->117->2026",
"login2.handlebars->17->170"
]
},
@@ -79219,8 +79263,8 @@
"zh-cht": "西班牙文(委內瑞拉)",
"xloc": [
"default-mobile.handlebars->53->285",
- "default.handlebars->119->2029",
- "default3.handlebars->117->2025",
+ "default.handlebars->119->2031",
+ "default3.handlebars->117->2027",
"login2.handlebars->17->171"
]
},
@@ -79232,9 +79276,9 @@
"pl": "Wersja",
"uk": "СпецВерсія",
"xloc": [
- "default-mobile.handlebars->53->855",
- "default.handlebars->119->1701",
- "default3.handlebars->117->1699"
+ "default-mobile.handlebars->53->862",
+ "default.handlebars->119->1703",
+ "default3.handlebars->117->1701"
]
},
{
@@ -79263,7 +79307,7 @@
"zh-chs": "特殊键",
"zh-cht": "特殊鍵",
"xloc": [
- "default-mobile.handlebars->53->682",
+ "default-mobile.handlebars->53->687",
"sharing-mobile.handlebars->53->43"
]
},
@@ -79415,15 +79459,15 @@
"default.handlebars->119->1415",
"default.handlebars->119->300",
"default.handlebars->119->305",
- "default.handlebars->119->3144",
- "default.handlebars->119->3176",
+ "default.handlebars->119->3151",
+ "default.handlebars->119->3183",
"default3.handlebars->117->1263",
"default3.handlebars->117->1416",
"default3.handlebars->117->151",
"default3.handlebars->117->310",
- "default3.handlebars->117->3147",
"default3.handlebars->117->315",
- "default3.handlebars->117->3179",
+ "default3.handlebars->117->3154",
+ "default3.handlebars->117->3186",
"sharing.handlebars->47->14"
]
},
@@ -79494,7 +79538,7 @@
"zh-chs": "开始聊天会话?",
"zh-cht": "開始聊天會話?",
"xloc": [
- "default-mobile.handlebars->53->611"
+ "default-mobile.handlebars->53->616"
]
},
{
@@ -79523,8 +79567,8 @@
"zh-chs": "已启动 Web-RDP 会话 \\\"{0}\\\"。",
"zh-cht": "已啟動 Web-RDP 會話 \\\"{0}\\\"。",
"xloc": [
- "default.handlebars->119->2691",
- "default3.handlebars->117->2703"
+ "default.handlebars->119->2698",
+ "default3.handlebars->117->2710"
]
},
{
@@ -79553,8 +79597,8 @@
"zh-chs": "已启动 Web-SFTP 会话 \\\"{0}\\\"。",
"zh-cht": "已啟動 Web-SFTP 會話 \\\"{0}\\\"。",
"xloc": [
- "default.handlebars->119->2690",
- "default3.handlebars->117->2702"
+ "default.handlebars->119->2697",
+ "default3.handlebars->117->2709"
]
},
{
@@ -79583,8 +79627,8 @@
"zh-chs": "已启动 Web-SSH 会话 \\\"{0}\\\"。",
"zh-cht": "已啟動 Web-SSH 會話 \\\"{0}\\\"。",
"xloc": [
- "default.handlebars->119->2689",
- "default3.handlebars->117->2701"
+ "default.handlebars->119->2696",
+ "default3.handlebars->117->2708"
]
},
{
@@ -79613,8 +79657,8 @@
"zh-chs": "已启动 Web-VNC 会话 \\\"{0}\\\"。",
"zh-cht": "已啟動 Web-VNC 會話 \\\"{0}\\\"。",
"xloc": [
- "default.handlebars->119->2692",
- "default3.handlebars->117->2704"
+ "default.handlebars->119->2699",
+ "default3.handlebars->117->2711"
]
},
{
@@ -79643,8 +79687,8 @@
"zh-chs": "开始桌面多重会话",
"zh-cht": "啟動桌面多路復用會話",
"xloc": [
- "default.handlebars->119->2547",
- "default3.handlebars->117->2559"
+ "default.handlebars->119->2554",
+ "default3.handlebars->117->2566"
]
},
{
@@ -79673,8 +79717,8 @@
"zh-chs": "已启动桌面多路复用会话 \\\"{0}\\\"",
"zh-cht": "已啟動桌面多路復用會話 \\\"{0}\\\"",
"xloc": [
- "default.handlebars->119->2686",
- "default3.handlebars->117->2698"
+ "default.handlebars->119->2693",
+ "default3.handlebars->117->2705"
]
},
{
@@ -79703,8 +79747,8 @@
"zh-chs": "从{1}到{2}开始了桌面会话“{0}”",
"zh-cht": "從{1}到{2}開始了桌面會話“{0}”",
"xloc": [
- "default.handlebars->119->2556",
- "default3.handlebars->117->2568"
+ "default.handlebars->119->2563",
+ "default3.handlebars->117->2575"
]
},
{
@@ -79733,8 +79777,8 @@
"zh-chs": "从{1}到{2}开始文件管理会话“{0}”",
"zh-cht": "從{1}到{2}開始文件管理會話“{0}”",
"xloc": [
- "default.handlebars->119->2557",
- "default3.handlebars->117->2569"
+ "default.handlebars->119->2564",
+ "default3.handlebars->117->2576"
]
},
{
@@ -79763,8 +79807,8 @@
"zh-chs": "已启动本地中继会话 \\\"{0}\\\",协议 {1} 到 {2}",
"zh-cht": "已啟動本地中繼會話 \\\"{0}\\\",協議 {1} 到 {2}",
"xloc": [
- "default.handlebars->119->2661",
- "default3.handlebars->117->2673"
+ "default.handlebars->119->2668",
+ "default3.handlebars->117->2680"
]
},
{
@@ -79793,8 +79837,8 @@
"zh-chs": "已启动 Messenger 会话“{0}”,从 {1} 到 {2}",
"zh-cht": "已啟動 Messenger 會話“{0}”,從 {1} 到 {2}",
"xloc": [
- "default.handlebars->119->2703",
- "default3.handlebars->117->2715"
+ "default.handlebars->119->2710",
+ "default3.handlebars->117->2722"
]
},
{
@@ -79823,8 +79867,8 @@
"zh-chs": "从{1}到{2}开始中继会话“{0}”",
"zh-cht": "從{1}到{2}開始中繼會話“{0}”",
"xloc": [
- "default.handlebars->119->2554",
- "default3.handlebars->117->2566"
+ "default.handlebars->119->2561",
+ "default3.handlebars->117->2573"
]
},
{
@@ -79853,8 +79897,8 @@
"zh-chs": "使用Toast通知启动远程桌面",
"zh-cht": "使用Toast通知啟動遠程桌面",
"xloc": [
- "default.handlebars->119->2576",
- "default3.handlebars->117->2588"
+ "default.handlebars->119->2583",
+ "default3.handlebars->117->2595"
]
},
{
@@ -79883,8 +79927,8 @@
"zh-chs": "启动远程桌面,而无需通知",
"zh-cht": "啟動遠程桌面,而無需通知",
"xloc": [
- "default.handlebars->119->2577",
- "default3.handlebars->117->2589"
+ "default.handlebars->119->2584",
+ "default3.handlebars->117->2596"
]
},
{
@@ -79913,8 +79957,8 @@
"zh-chs": "启动带有Toast通知的远程文件",
"zh-cht": "啟動帶有Toast通知的遠程文件",
"xloc": [
- "default.handlebars->119->2583",
- "default3.handlebars->117->2595"
+ "default.handlebars->119->2590",
+ "default3.handlebars->117->2602"
]
},
{
@@ -79943,8 +79987,8 @@
"zh-chs": "已启动的远程文件,恕不另行通知",
"zh-cht": "已啟動的遠程文件,恕不另行通知",
"xloc": [
- "default.handlebars->119->2584",
- "default3.handlebars->117->2596"
+ "default.handlebars->119->2591",
+ "default3.handlebars->117->2603"
]
},
{
@@ -79973,8 +80017,8 @@
"zh-chs": "从{1}到{2}开始了终端会话“{0}”",
"zh-cht": "從{1}到{2}開始了終端會話“{0}”",
"xloc": [
- "default.handlebars->119->2555",
- "default3.handlebars->117->2567"
+ "default.handlebars->119->2562",
+ "default3.handlebars->117->2574"
]
},
{
@@ -80033,8 +80077,8 @@
"zh-chs": "接受本地用户后启动远程桌面",
"zh-cht": "接受本地用戶後啟動遠程桌面",
"xloc": [
- "default.handlebars->119->2571",
- "default3.handlebars->117->2583"
+ "default.handlebars->119->2578",
+ "default3.handlebars->117->2590"
]
},
{
@@ -80063,8 +80107,8 @@
"zh-chs": "本地用户接受后启动远程文件",
"zh-cht": "本地用戶接受後啟動遠程文件",
"xloc": [
- "default.handlebars->119->2581",
- "default3.handlebars->117->2593"
+ "default.handlebars->119->2588",
+ "default3.handlebars->117->2600"
]
},
{
@@ -80207,14 +80251,14 @@
"zh-chs": "状况",
"zh-cht": "狀態",
"xloc": [
- "default-mobile.handlebars->53->890",
- "default.handlebars->119->1736",
- "default.handlebars->119->3084",
- "default.handlebars->119->3169",
+ "default-mobile.handlebars->53->897",
+ "default.handlebars->119->1738",
+ "default.handlebars->119->3091",
+ "default.handlebars->119->3176",
"default.handlebars->container->column_l->p42->p42tbl->1->0->7",
- "default3.handlebars->117->1734",
- "default3.handlebars->117->3091",
- "default3.handlebars->117->3172",
+ "default3.handlebars->117->1736",
+ "default3.handlebars->117->3098",
+ "default3.handlebars->117->3179",
"default3.handlebars->container->column_l->p42->p42tbl->1->0->15"
]
},
@@ -80418,9 +80462,9 @@
"zh-chs": "储存",
"zh-cht": "儲存",
"xloc": [
- "default-mobile.handlebars->53->891",
- "default.handlebars->119->1737",
- "default3.handlebars->117->1735"
+ "default-mobile.handlebars->53->898",
+ "default.handlebars->119->1739",
+ "default3.handlebars->117->1737"
]
},
{
@@ -80431,15 +80475,15 @@
"pl": "Woluminy Pamięci",
"uk": "Томи Сховища",
"xloc": [
- "default-mobile.handlebars->53->903",
"default-mobile.handlebars->53->910",
"default-mobile.handlebars->53->917",
- "default.handlebars->119->1749",
- "default.handlebars->119->1756",
- "default.handlebars->119->1763",
- "default3.handlebars->117->1747",
- "default3.handlebars->117->1754",
- "default3.handlebars->117->1761"
+ "default-mobile.handlebars->53->924",
+ "default.handlebars->119->1751",
+ "default.handlebars->119->1758",
+ "default.handlebars->119->1765",
+ "default3.handlebars->117->1749",
+ "default3.handlebars->117->1756",
+ "default3.handlebars->117->1763"
]
},
{
@@ -80497,8 +80541,8 @@
"zh-chs": "超出储存空间",
"zh-cht": "超出儲存空間",
"xloc": [
- "default.handlebars->119->2500",
- "default3.handlebars->117->2512"
+ "default.handlebars->119->2502",
+ "default3.handlebars->117->2514"
]
},
{
@@ -80527,7 +80571,7 @@
"zh-chs": "存储密钥",
"zh-cht": "存儲密鑰",
"xloc": [
- "default-mobile.handlebars->53->690",
+ "default-mobile.handlebars->53->695",
"default.handlebars->119->1513",
"default3.handlebars->117->1513",
"ssh.handlebars->19->6"
@@ -80559,8 +80603,8 @@
"zh-chs": "强",
"zh-cht": "強",
"xloc": [
- "default.handlebars->119->2134",
- "default3.handlebars->117->2149"
+ "default.handlebars->119->2136",
+ "default3.handlebars->117->2151"
]
},
{
@@ -80623,8 +80667,8 @@
"zh-chs": "主题",
"zh-cht": "主題",
"xloc": [
- "default.handlebars->119->2781",
- "default3.handlebars->117->2792"
+ "default.handlebars->119->2788",
+ "default3.handlebars->117->2799"
]
},
{
@@ -80693,10 +80737,10 @@
"zh-chs": "成功登录",
"zh-cht": "成功登錄",
"xloc": [
- "default.handlebars->119->3244",
- "default.handlebars->119->3293",
- "default3.handlebars->117->3247",
- "default3.handlebars->117->3296"
+ "default.handlebars->119->3251",
+ "default.handlebars->119->3300",
+ "default3.handlebars->117->3254",
+ "default3.handlebars->117->3303"
]
},
{
@@ -80816,8 +80860,8 @@
"zh-cht": "蘇圖",
"xloc": [
"default-mobile.handlebars->53->286",
- "default.handlebars->119->2030",
- "default3.handlebars->117->2026",
+ "default.handlebars->119->2032",
+ "default3.handlebars->117->2028",
"login2.handlebars->17->172"
]
},
@@ -80848,8 +80892,8 @@
"zh-cht": "斯瓦希里文",
"xloc": [
"default-mobile.handlebars->53->287",
- "default.handlebars->119->2031",
- "default3.handlebars->117->2027",
+ "default.handlebars->119->2033",
+ "default3.handlebars->117->2029",
"login2.handlebars->17->173"
]
},
@@ -80913,8 +80957,8 @@
"zh-cht": "瑞典文",
"xloc": [
"default-mobile.handlebars->53->288",
- "default.handlebars->119->2032",
- "default3.handlebars->117->2028",
+ "default.handlebars->119->2034",
+ "default3.handlebars->117->2030",
"login2.handlebars->17->174"
]
},
@@ -80945,8 +80989,8 @@
"zh-cht": "瑞典文(芬蘭)",
"xloc": [
"default-mobile.handlebars->53->289",
- "default.handlebars->119->2033",
- "default3.handlebars->117->2029",
+ "default.handlebars->119->2035",
+ "default3.handlebars->117->2031",
"login2.handlebars->17->175"
]
},
@@ -80977,8 +81021,8 @@
"zh-cht": "瑞典文(瑞典)",
"xloc": [
"default-mobile.handlebars->53->290",
- "default.handlebars->119->2034",
- "default3.handlebars->117->2030",
+ "default.handlebars->119->2036",
+ "default3.handlebars->117->2032",
"login2.handlebars->17->176"
]
},
@@ -81008,9 +81052,9 @@
"zh-chs": "转变",
"zh-cht": "轉變",
"xloc": [
- "default-mobile.handlebars->53->475",
- "default-mobile.handlebars->53->532",
- "default-mobile.handlebars->53->566",
+ "default-mobile.handlebars->53->480",
+ "default-mobile.handlebars->53->537",
+ "default-mobile.handlebars->53->571",
"default.handlebars->119->417",
"default.handlebars->119->724",
"default3.handlebars->117->428",
@@ -81043,8 +81087,8 @@
"zh-chs": "将英特尔AMT切换到管理员控制模式(ACM)。",
"zh-cht": "將英特爾AMT切換到管理員控制模式(ACM)。",
"xloc": [
- "default.handlebars->119->2248",
- "default3.handlebars->117->2259"
+ "default.handlebars->119->2250",
+ "default3.handlebars->117->2261"
]
},
{
@@ -81135,7 +81179,7 @@
"zh-chs": "切换主题",
"zh-cht": "切換主題",
"xloc": [
- "default3.handlebars->117->2125",
+ "default3.handlebars->117->2127",
"default3.handlebars->container->column_l->p2->p2info->p2AccountActions->3->19"
]
},
@@ -81165,8 +81209,8 @@
"zh-chs": "将服务器设备名称同步到主机名称",
"zh-cht": "將伺服器裝置名稱同步到主機名稱",
"xloc": [
- "default.handlebars->119->2344",
- "default3.handlebars->117->2356"
+ "default.handlebars->119->2346",
+ "default3.handlebars->117->2358"
]
},
{
@@ -81195,8 +81239,8 @@
"zh-chs": "将服务器设备名称同步到端口名称",
"zh-cht": "將服務器設備名稱同步到端口名稱",
"xloc": [
- "default.handlebars->119->2343",
- "default3.handlebars->117->2355"
+ "default.handlebars->119->2345",
+ "default3.handlebars->117->2357"
]
},
{
@@ -81398,7 +81442,7 @@
"zh-chs": "TCP路由",
"zh-cht": "TCP路由",
"xloc": [
- "default-mobile.handlebars->53->441",
+ "default-mobile.handlebars->53->446",
"default.handlebars->119->476",
"default3.handlebars->117->487"
]
@@ -81558,7 +81602,7 @@
"zh-chs": "TLS",
"zh-cht": "TLS",
"xloc": [
- "default-mobile.handlebars->53->520",
+ "default-mobile.handlebars->53->525",
"default.handlebars->119->933",
"default3.handlebars->117->944"
]
@@ -81589,9 +81633,9 @@
"zh-chs": "未设置TLS",
"zh-cht": "未設置TLS",
"xloc": [
- "default-mobile.handlebars->53->836",
- "default.handlebars->119->1682",
- "default3.handlebars->117->1680"
+ "default-mobile.handlebars->53->843",
+ "default.handlebars->119->1684",
+ "default3.handlebars->117->1682"
]
},
{
@@ -81620,7 +81664,7 @@
"zh-chs": "需要TLS加密",
"zh-cht": "需要TLS加密",
"xloc": [
- "default-mobile.handlebars->53->630",
+ "default-mobile.handlebars->53->635",
"default.handlebars->119->1320",
"default.handlebars->119->524",
"default3.handlebars->117->1325",
@@ -81632,9 +81676,9 @@
"en": "TPM",
"nl": "TPM",
"xloc": [
- "default-mobile.handlebars->53->867",
- "default.handlebars->119->1713",
- "default3.handlebars->117->1711"
+ "default-mobile.handlebars->53->874",
+ "default.handlebars->119->1715",
+ "default3.handlebars->117->1713"
]
},
{
@@ -81663,7 +81707,7 @@
"zh-chs": "Tab",
"zh-cht": "Tab",
"xloc": [
- "default-mobile.handlebars->53->655",
+ "default-mobile.handlebars->53->660",
"default-mobile.handlebars->dialog->3->dialog3->deskkeys->3",
"default.handlebars->119->1428",
"default3.handlebars->117->1430",
@@ -81759,9 +81803,9 @@
"zh-chs": "标签",
"zh-cht": "標籤",
"xloc": [
- "default-mobile.handlebars->53->541",
- "default-mobile.handlebars->53->542",
- "default-mobile.handlebars->53->643",
+ "default-mobile.handlebars->53->546",
+ "default-mobile.handlebars->53->547",
+ "default-mobile.handlebars->53->648",
"default.handlebars->119->1010",
"default.handlebars->119->1011",
"default.handlebars->119->1384",
@@ -81835,8 +81879,8 @@
"zh-cht": "泰米爾文",
"xloc": [
"default-mobile.handlebars->53->291",
- "default.handlebars->119->2035",
- "default3.handlebars->117->2031",
+ "default.handlebars->119->2037",
+ "default3.handlebars->117->2033",
"login2.handlebars->17->177"
]
},
@@ -81847,8 +81891,8 @@
"pl": "OchronaPrzedManipulacją",
"uk": "Захист від Злому",
"xloc": [
- "default-mobile.handlebars->53->779",
- "default-mobile.handlebars->53->781",
+ "default-mobile.handlebars->53->784",
+ "default-mobile.handlebars->53->786",
"default.handlebars->119->967",
"default.handlebars->119->969",
"default3.handlebars->117->978",
@@ -81882,8 +81926,8 @@
"zh-cht": "塔塔爾族",
"xloc": [
"default-mobile.handlebars->53->292",
- "default.handlebars->119->2036",
- "default3.handlebars->117->2032",
+ "default.handlebars->119->2038",
+ "default3.handlebars->117->2034",
"login2.handlebars->17->178"
]
},
@@ -81897,14 +81941,14 @@
"nl": "Telegram",
"pl": "Telegram",
"xloc": [
- "default.handlebars->119->1804",
- "default.handlebars->119->1818",
- "default.handlebars->119->3042",
- "default.handlebars->119->3056",
- "default3.handlebars->117->1801",
- "default3.handlebars->117->1815",
- "default3.handlebars->117->3051",
- "default3.handlebars->117->3065"
+ "default.handlebars->119->1806",
+ "default.handlebars->119->1820",
+ "default.handlebars->119->3049",
+ "default.handlebars->119->3063",
+ "default3.handlebars->117->1803",
+ "default3.handlebars->117->1817",
+ "default3.handlebars->117->3058",
+ "default3.handlebars->117->3072"
]
},
{
@@ -81934,8 +81978,8 @@
"zh-cht": "泰盧加",
"xloc": [
"default-mobile.handlebars->53->293",
- "default.handlebars->119->2037",
- "default3.handlebars->117->2033",
+ "default.handlebars->119->2039",
+ "default3.handlebars->117->2035",
"login2.handlebars->17->179"
]
},
@@ -81965,28 +82009,28 @@
"zh-chs": "终端",
"zh-cht": "終端機",
"xloc": [
- "default-mobile.handlebars->53->433",
- "default-mobile.handlebars->53->579",
+ "default-mobile.handlebars->53->438",
+ "default-mobile.handlebars->53->584",
"default.handlebars->119->1103",
"default.handlebars->119->1219",
- "default.handlebars->119->2256",
- "default.handlebars->119->2336",
- "default.handlebars->119->3159",
- "default.handlebars->119->3225",
- "default.handlebars->119->3278",
- "default.handlebars->119->3384",
+ "default.handlebars->119->2258",
+ "default.handlebars->119->2338",
+ "default.handlebars->119->3166",
+ "default.handlebars->119->3232",
+ "default.handlebars->119->3285",
+ "default.handlebars->119->3391",
"default.handlebars->119->468",
"default.handlebars->119->876",
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevTerminal",
"default.handlebars->contextMenu->cxterminal",
"default3.handlebars->117->1114",
"default3.handlebars->117->1228",
- "default3.handlebars->117->2267",
- "default3.handlebars->117->2348",
- "default3.handlebars->117->3162",
- "default3.handlebars->117->3228",
- "default3.handlebars->117->3281",
- "default3.handlebars->117->3389",
+ "default3.handlebars->117->2269",
+ "default3.handlebars->117->2350",
+ "default3.handlebars->117->3169",
+ "default3.handlebars->117->3235",
+ "default3.handlebars->117->3288",
+ "default3.handlebars->117->3396",
"default3.handlebars->117->479",
"default3.handlebars->117->887",
"default3.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevTerminal",
@@ -82023,10 +82067,10 @@
"xloc": [
"default.handlebars->119->1107",
"default.handlebars->119->1222",
- "default.handlebars->119->2260",
+ "default.handlebars->119->2262",
"default3.handlebars->117->1118",
"default3.handlebars->117->1231",
- "default3.handlebars->117->2271"
+ "default3.handlebars->117->2273"
]
},
{
@@ -82085,13 +82129,13 @@
"zh-chs": "终端通知",
"zh-cht": "終端機通知",
"xloc": [
- "default.handlebars->119->2210",
- "default.handlebars->119->2894",
- "default.handlebars->119->2999",
+ "default.handlebars->119->2212",
+ "default.handlebars->119->2901",
+ "default.handlebars->119->3006",
"default.handlebars->119->984",
- "default3.handlebars->117->2221",
- "default3.handlebars->117->2903",
- "default3.handlebars->117->3008",
+ "default3.handlebars->117->2223",
+ "default3.handlebars->117->2910",
+ "default3.handlebars->117->3015",
"default3.handlebars->117->995"
]
},
@@ -82121,13 +82165,13 @@
"zh-chs": "终端提示",
"zh-cht": "終端機提示",
"xloc": [
- "default.handlebars->119->2209",
- "default.handlebars->119->2893",
- "default.handlebars->119->2998",
+ "default.handlebars->119->2211",
+ "default.handlebars->119->2900",
+ "default.handlebars->119->3005",
"default.handlebars->119->983",
- "default3.handlebars->117->2220",
- "default3.handlebars->117->2902",
- "default3.handlebars->117->3007",
+ "default3.handlebars->117->2222",
+ "default3.handlebars->117->2909",
+ "default3.handlebars->117->3014",
"default3.handlebars->117->994"
]
},
@@ -82157,8 +82201,8 @@
"zh-chs": "终端会话",
"zh-cht": "終端會話",
"xloc": [
- "default.handlebars->119->3149",
- "default3.handlebars->117->3152"
+ "default.handlebars->119->3156",
+ "default3.handlebars->117->3159"
]
},
{
@@ -82299,8 +82343,8 @@
"pl": "Zapisy notatek tekstowych",
"uk": "Записи текстових приміток",
"xloc": [
- "default.handlebars->119->3265",
- "default3.handlebars->117->3268"
+ "default.handlebars->119->3272",
+ "default3.handlebars->117->3275"
]
},
{
@@ -82330,8 +82374,8 @@
"zh-cht": "泰國",
"xloc": [
"default-mobile.handlebars->53->294",
- "default.handlebars->119->2038",
- "default3.handlebars->117->2034",
+ "default.handlebars->119->2040",
+ "default3.handlebars->117->2036",
"login2.handlebars->17->180"
]
},
@@ -82361,7 +82405,7 @@
"zh-chs": "设备已断电",
"zh-cht": "設備已關機",
"xloc": [
- "default-mobile.handlebars->53->474",
+ "default-mobile.handlebars->53->479",
"default.handlebars->119->722",
"default3.handlebars->117->733"
]
@@ -82625,9 +82669,9 @@
"zh-chs": "目前没有任何通知",
"zh-cht": "目前沒有任何通知",
"xloc": [
- "default-mobile.handlebars->53->1029",
- "default.handlebars->119->3298",
- "default3.handlebars->117->3303"
+ "default-mobile.handlebars->53->1036",
+ "default.handlebars->119->3305",
+ "default3.handlebars->117->3310"
]
},
{
@@ -82656,9 +82700,9 @@
"zh-chs": "自上次登录以来,此帐户已有 {0} 次登录尝试失败。",
"zh-cht": "自上次登錄以來,此帳戶有 {0} 次登錄嘗試失敗。",
"xloc": [
- "default-mobile.handlebars->53->1050",
- "default.handlebars->119->3319",
- "default3.handlebars->117->3324"
+ "default-mobile.handlebars->53->1057",
+ "default.handlebars->119->3326",
+ "default3.handlebars->117->3331"
]
},
{
@@ -82805,7 +82849,7 @@
"zh-cht": "此帳戶無權建立新的裝置群。",
"xloc": [
"default-mobile.handlebars->53->341",
- "default.handlebars->119->2109"
+ "default.handlebars->119->2111"
]
},
{
@@ -82834,8 +82878,8 @@
"zh-chs": "此代理具有过时的证书验证机制,请考虑更新。",
"zh-cht": "此代理具有過時的證書驗證機制,請考慮更新。",
"xloc": [
- "default.handlebars->119->2659",
- "default3.handlebars->117->2671"
+ "default.handlebars->119->2666",
+ "default3.handlebars->117->2678"
]
},
{
@@ -82864,8 +82908,8 @@
"zh-chs": "此代理正在使用不安全的隧道,请考虑更新。",
"zh-cht": "此代理正在使用不安全的隧道,請考慮更新。",
"xloc": [
- "default.handlebars->119->2660",
- "default3.handlebars->117->2672"
+ "default.handlebars->119->2667",
+ "default3.handlebars->117->2679"
]
},
{
@@ -82958,13 +83002,13 @@
"zh-cht": "這是一個嘉賓分享會",
"xloc": [
"default.handlebars->119->1611",
- "default.handlebars->119->2713",
- "default.handlebars->119->3135",
- "default.handlebars->119->3136",
+ "default.handlebars->119->2720",
+ "default.handlebars->119->3142",
+ "default.handlebars->119->3143",
"default3.handlebars->117->1611",
- "default3.handlebars->117->2725",
- "default3.handlebars->117->3138",
- "default3.handlebars->117->3139"
+ "default3.handlebars->117->2732",
+ "default3.handlebars->117->3145",
+ "default3.handlebars->117->3146"
]
},
{
@@ -83022,8 +83066,8 @@
"zh-chs": "这是一个旧的代理版本,考虑更新。",
"zh-cht": "這是舊代理版本,請考慮更新。",
"xloc": [
- "default.handlebars->119->2658",
- "default3.handlebars->117->2670"
+ "default.handlebars->119->2665",
+ "default3.handlebars->117->2677"
]
},
{
@@ -83078,8 +83122,8 @@
"zh-chs": "这是推荐的策略。英特尔®AMT激活和管理是完全自动化的,服务器将尝试最大程度地利用硬件管理。",
"zh-cht": "這是推薦的策略。英特爾®AMT激活和管理是完全自動化的,服務器將嘗試最大程度地利用硬件管理。",
"xloc": [
- "default.handlebars->119->2317",
- "default3.handlebars->117->2326"
+ "default.handlebars->119->2319",
+ "default3.handlebars->117->2328"
]
},
{
@@ -83138,8 +83182,8 @@
"zh-chs": "此政策不会影响采用ACM模式的英特尔®AMT的设备。",
"zh-cht": "此政策不會影響採用ACM模式的Intel® AMT的裝置。",
"xloc": [
- "default.handlebars->119->2314",
- "default3.handlebars->117->2323"
+ "default.handlebars->119->2316",
+ "default3.handlebars->117->2325"
]
},
{
@@ -83401,8 +83445,8 @@
"zh-cht": "蒂格雷",
"xloc": [
"default-mobile.handlebars->53->295",
- "default.handlebars->119->2039",
- "default3.handlebars->117->2035",
+ "default.handlebars->119->2041",
+ "default3.handlebars->117->2037",
"login2.handlebars->17->181"
]
},
@@ -83432,13 +83476,13 @@
"zh-chs": "时间",
"zh-cht": "時間",
"xloc": [
- "default-mobile.handlebars->53->586",
+ "default-mobile.handlebars->53->591",
"default.handlebars->119->1267",
- "default.handlebars->119->3202",
"default.handlebars->119->3209",
+ "default.handlebars->119->3216",
"default3.handlebars->117->1276",
- "default3.handlebars->117->3205",
"default3.handlebars->117->3212",
+ "default3.handlebars->117->3219",
"player.handlebars->29->17"
]
},
@@ -83469,9 +83513,9 @@
"zh-cht": "時間範圍結束",
"xloc": [
"default.handlebars->119->1252",
- "default.handlebars->119->3205",
+ "default.handlebars->119->3212",
"default3.handlebars->117->1261",
- "default3.handlebars->117->3208"
+ "default3.handlebars->117->3215"
]
},
{
@@ -83501,9 +83545,9 @@
"zh-cht": "時間範圍開始",
"xloc": [
"default.handlebars->119->1250",
- "default.handlebars->119->3203",
+ "default.handlebars->119->3210",
"default3.handlebars->117->1259",
- "default3.handlebars->117->3206"
+ "default3.handlebars->117->3213"
]
},
{
@@ -83532,8 +83576,8 @@
"zh-chs": "时间跨度",
"zh-cht": "時間跨度",
"xloc": [
- "default.handlebars->119->2717",
- "default3.handlebars->117->2729"
+ "default.handlebars->119->2724",
+ "default3.handlebars->117->2736"
]
},
{
@@ -83563,9 +83607,9 @@
"zh-cht": "時間範圍",
"xloc": [
"default.handlebars->119->1246",
- "default.handlebars->119->3201",
+ "default.handlebars->119->3208",
"default3.handlebars->117->1255",
- "default3.handlebars->117->3204"
+ "default3.handlebars->117->3211"
]
},
{
@@ -83594,7 +83638,7 @@
"zh-chs": "超时",
"zh-cht": "超時",
"xloc": [
- "default-mobile.handlebars->53->649",
+ "default-mobile.handlebars->53->654",
"default.handlebars->119->1391",
"default3.handlebars->117->1392",
"sharing-mobile.handlebars->53->12",
@@ -83858,8 +83902,8 @@
"zh-chs": "要删除此帐户,请在下面的两个框中键入帐户密码,然后单击确定。",
"zh-cht": "要刪除此帳戶,請在下面的兩個框中鍵入帳戶密碼,然後單擊確定。",
"xloc": [
- "default.handlebars->119->2096",
- "default3.handlebars->117->2093"
+ "default.handlebars->119->2098",
+ "default3.handlebars->117->2095"
]
},
{
@@ -84183,7 +84227,7 @@
"hr": "Uključi tamni način rada",
"it": "Attiva la modalità oscura",
"ja": "ダークモードの切り替え",
- "ja-JP": "ダークモードの切り替え",
+ "ja-jp": "ダークモードの切り替え",
"ko": "다크 모드 전환",
"nl": "Schakel de donkere modus in",
"pl": "Przełącz tryb ciemny",
@@ -84197,7 +84241,7 @@
"zh-chs": "Toggle Dark Mode",
"zh-cht": "Toggle Dark Mode",
"xloc": [
- "default3.handlebars->117->3302"
+ "default3.handlebars->117->3309"
]
},
{
@@ -84259,7 +84303,7 @@
"hr": "Uključi/isključi traku podnožja",
"it": "Attiva/disattiva la barra del piè di pagina",
"ja": "フッターバーの切り替え",
- "ja-JP": "フッターバーの切り替え",
+ "ja-jp": "フッターバーの切り替え",
"ko": "바닥 글 바 전환",
"nl": "Schakel de voettekstbalk in",
"pl": "Przełącznik stopki",
@@ -84292,7 +84336,7 @@
"hr": "Uključi/isključi svjetlosni način",
"it": "Attiva la modalità luce",
"ja": "ライトモードの切り替え",
- "ja-JP": "ライトモードの切り替え",
+ "ja-jp": "ライトモードの切り替え",
"ko": "조명 모드 전환",
"nl": "Schakel de lichtmodus in",
"pl": "Przełącz tryb światła",
@@ -84306,7 +84350,7 @@
"zh-chs": "Toggle Light Mode",
"zh-cht": "Toggle Light Mode",
"xloc": [
- "default3.handlebars->117->3301"
+ "default3.handlebars->117->3308"
]
},
{
@@ -84483,7 +84527,7 @@
"hu": "Lábléc váltása",
"it": "Attiva/disattiva la barra del piè di pagina",
"ja": "フッターバーの切り替え",
- "ja-JP": "フッターバーの切り替え",
+ "ja-jp": "フッターバーの切り替え",
"ko": "바닥 글 바 전환",
"nl": "Schakel de voettekstbalk in",
"pl": "Przełącznik stopki",
@@ -84799,9 +84843,9 @@
"zh-chs": "token名称",
"zh-cht": "令牌名稱",
"xloc": [
- "default.handlebars->119->2082",
- "default3.handlebars->117->2078",
- "default3.handlebars->117->2079"
+ "default.handlebars->119->2084",
+ "default3.handlebars->117->2080",
+ "default3.handlebars->117->2081"
]
},
{
@@ -84880,7 +84924,7 @@
"hr": "Sučelje gornje trake",
"it": "Interfaccia della barra superiore",
"ja": "トップバーインターフェイス",
- "ja-JP": "トップバーインターフェイス",
+ "ja-jp": "トップバーインターフェイス",
"ko": "상단 바 인터페이스",
"nl": "Boven werkbalk interface",
"pl": "Interfejs z górnym paskiem menu",
@@ -84915,7 +84959,7 @@
"hu": "Felső sáv",
"it": "Interfaccia della barra superiore",
"ja": "トップバーインターフェース",
- "ja-JP": "トップバーインターフェイス",
+ "ja-jp": "トップバーインターフェイス",
"ko": "상단 바 인터페이스",
"nl": "Boven werkbalk interface",
"pl": "Interfejs z górnym paskiem menu",
@@ -84965,11 +85009,11 @@
"zh-cht": "主題",
"xloc": [
"default.handlebars->119->1322",
- "default.handlebars->119->1827",
- "default.handlebars->119->3065",
+ "default.handlebars->119->1829",
+ "default.handlebars->119->3072",
"default3.handlebars->117->1327",
- "default3.handlebars->117->1824",
- "default3.handlebars->117->3074"
+ "default3.handlebars->117->1826",
+ "default3.handlebars->117->3081"
]
},
{
@@ -85256,7 +85300,7 @@
"zh-chs": "尝试凭据",
"zh-cht": "嘗試憑證",
"xloc": [
- "default-mobile.handlebars->53->525",
+ "default-mobile.handlebars->53->530",
"default.handlebars->119->938",
"default3.handlebars->117->949"
]
@@ -85288,8 +85332,8 @@
"zh-cht": "特松加",
"xloc": [
"default-mobile.handlebars->53->296",
- "default.handlebars->119->2040",
- "default3.handlebars->117->2036",
+ "default.handlebars->119->2042",
+ "default3.handlebars->117->2038",
"login2.handlebars->17->182"
]
},
@@ -85320,8 +85364,8 @@
"zh-cht": "茨瓦納",
"xloc": [
"default-mobile.handlebars->53->297",
- "default.handlebars->119->2041",
- "default3.handlebars->117->2037",
+ "default.handlebars->119->2043",
+ "default3.handlebars->117->2039",
"login2.handlebars->17->183"
]
},
@@ -85378,8 +85422,8 @@
"zh-cht": "土耳其",
"xloc": [
"default-mobile.handlebars->53->298",
- "default.handlebars->119->2042",
- "default3.handlebars->117->2038",
+ "default.handlebars->119->2044",
+ "default3.handlebars->117->2040",
"login2.handlebars->17->184"
]
},
@@ -85410,8 +85454,8 @@
"zh-cht": "土庫曼文",
"xloc": [
"default-mobile.handlebars->53->299",
- "default.handlebars->119->2043",
- "default3.handlebars->117->2039",
+ "default.handlebars->119->2045",
+ "default3.handlebars->117->2041",
"login2.handlebars->17->185"
]
},
@@ -85441,8 +85485,8 @@
"zh-chs": "关掉",
"zh-cht": "關掉",
"xloc": [
- "default-mobile.handlebars->53->554",
- "default-mobile.handlebars->53->555",
+ "default-mobile.handlebars->53->559",
+ "default-mobile.handlebars->53->560",
"default.handlebars->119->1038",
"default.handlebars->119->1039",
"default3.handlebars->117->1049",
@@ -85475,8 +85519,8 @@
"zh-chs": "关掉。",
"zh-cht": "關掉。",
"xloc": [
- "default.handlebars->119->2674",
- "default3.handlebars->117->2686"
+ "default.handlebars->119->2681",
+ "default3.handlebars->117->2693"
]
},
{
@@ -85505,8 +85549,8 @@
"zh-chs": "打开",
"zh-cht": "打開",
"xloc": [
- "default-mobile.handlebars->53->556",
- "default-mobile.handlebars->53->557",
+ "default-mobile.handlebars->53->561",
+ "default-mobile.handlebars->53->562",
"default.handlebars->119->1040",
"default.handlebars->119->1041",
"default3.handlebars->117->1051",
@@ -85539,8 +85583,8 @@
"zh-chs": "打开。",
"zh-cht": "打開。",
"xloc": [
- "default.handlebars->119->2673",
- "default3.handlebars->117->2685"
+ "default.handlebars->119->2680",
+ "default3.handlebars->117->2692"
]
},
{
@@ -85626,21 +85670,21 @@
"zh-cht": "類型",
"xloc": [
"default-mobile.handlebars->53->347",
- "default-mobile.handlebars->53->954",
+ "default-mobile.handlebars->53->961",
"default.handlebars->119->1227",
"default.handlebars->119->1483",
- "default.handlebars->119->2120",
- "default.handlebars->119->2188",
- "default.handlebars->119->2289",
- "default.handlebars->119->3188",
+ "default.handlebars->119->2122",
+ "default.handlebars->119->2190",
+ "default.handlebars->119->2291",
+ "default.handlebars->119->3195",
"default.handlebars->119->510",
"default.handlebars->container->column_l->p11->deskarea0->deskarea4->5",
"default3.handlebars->117->1236",
"default3.handlebars->117->1484",
- "default3.handlebars->117->2135",
- "default3.handlebars->117->2199",
- "default3.handlebars->117->2298",
- "default3.handlebars->117->3191",
+ "default3.handlebars->117->2137",
+ "default3.handlebars->117->2201",
+ "default3.handlebars->117->2300",
+ "default3.handlebars->117->3198",
"default3.handlebars->117->521",
"default3.handlebars->container->column_l->p11->deskarea0->deskarea4->1",
"sharing.handlebars->p11->deskarea0->deskarea4->3"
@@ -85672,8 +85716,8 @@
"zh-chs": "输入密钥名称,选择OTP框,然后按YubiKey™上的按钮。",
"zh-cht": "輸入密鑰名稱,選擇OTP框,然後按YubiKey™上的按鈕。",
"xloc": [
- "default.handlebars->119->1852",
- "default3.handlebars->117->1848"
+ "default.handlebars->119->1854",
+ "default3.handlebars->117->1850"
]
},
{
@@ -85702,8 +85746,8 @@
"zh-chs": "输入要添加的密钥的名称。",
"zh-cht": "輸入要新增的密鑰的名稱。",
"xloc": [
- "default.handlebars->119->1849",
- "default3.handlebars->117->1845"
+ "default.handlebars->119->1851",
+ "default3.handlebars->117->1847"
]
},
{
@@ -85758,7 +85802,7 @@
"zh-chs": "UDP路由",
"zh-cht": "UDP路由",
"xloc": [
- "default-mobile.handlebars->53->445",
+ "default-mobile.handlebars->53->450",
"default.handlebars->119->480",
"default3.handlebars->117->491"
]
@@ -85880,8 +85924,8 @@
"zh-cht": "烏克蘭",
"xloc": [
"default-mobile.handlebars->53->300",
- "default.handlebars->119->2044",
- "default3.handlebars->117->2040",
+ "default.handlebars->119->2046",
+ "default3.handlebars->117->2042",
"login2.handlebars->17->186"
]
},
@@ -85938,7 +85982,7 @@
"zh-cht": "在驗證電郵地址之前,無法訪問裝置。這是密碼恢復所必需的。轉到“我的帳戶”以更改並驗證電郵地址。",
"xloc": [
"default-mobile.handlebars->53->343",
- "default-mobile.handlebars->53->486"
+ "default-mobile.handlebars->53->491"
]
},
{
@@ -85968,7 +86012,7 @@
"zh-cht": "在啟用二因子身份驗證之前,無法訪問裝置。這是額外的安全性所必需的。轉到“我的帳戶”,然後查看“帳戶安全性”部分。",
"xloc": [
"default-mobile.handlebars->53->345",
- "default-mobile.handlebars->53->488"
+ "default-mobile.handlebars->53->493"
]
},
{
@@ -86023,7 +86067,7 @@
"zh-chs": "在验证电子邮件地址之前,无法访问此功能。这是密码恢复所必需的。转到“我的帐户”标签以更改和验证电子邮件地址。",
"zh-cht": "在驗證電子郵件地址之前,無法訪問此功能。這是密碼恢復所必需的。轉到“我的帳戶”標籤以更改和驗證電子郵件地址。",
"xloc": [
- "default.handlebars->119->2111",
+ "default.handlebars->119->2113",
"default.handlebars->119->892",
"default3.handlebars->117->903"
]
@@ -86036,7 +86080,7 @@
"xloc": [
"default-mobile.handlebars->53->357",
"default-mobile.handlebars->53->99",
- "default3.handlebars->117->3440"
+ "default3.handlebars->117->3447"
]
},
{
@@ -86065,8 +86109,8 @@
"zh-chs": "在启用两因素身份验证之前,无法访问此功能。这是额外的安全性所必需的。转到“我的帐户”标签,然后查看“帐户安全性”部分。",
"zh-cht": "在啟用兩因素身份驗證之前,無法訪問此功能。這是額外的安全性所必需的。轉到“我的帳戶”標籤,然後查看“帳戶安全性”部分。",
"xloc": [
- "default.handlebars->119->2113",
- "default.handlebars->119->3437",
+ "default.handlebars->119->2115",
+ "default.handlebars->119->3444",
"default.handlebars->119->741",
"default.handlebars->119->894",
"default3.handlebars->117->752",
@@ -86099,9 +86143,9 @@
"zh-chs": "无法在此模式下添加用户",
"zh-cht": "此模式下無法添加用戶",
"xloc": [
- "default-mobile.handlebars->53->1046",
- "default.handlebars->119->3315",
- "default3.handlebars->117->3320"
+ "default-mobile.handlebars->53->1053",
+ "default.handlebars->119->3322",
+ "default3.handlebars->117->3327"
]
},
{
@@ -86303,7 +86347,7 @@
"zh-chs": "无法导入任何设备。",
"zh-cht": "無法導入任何設備。",
"xloc": [
- "default.handlebars->119->2285"
+ "default.handlebars->119->2287"
]
},
{
@@ -86691,13 +86735,13 @@
"zh-cht": "卸載",
"xloc": [
"agent-translations.json",
- "default-mobile.handlebars->53->1018",
+ "default-mobile.handlebars->53->1025",
"default.handlebars->119->1154",
"default.handlebars->119->1179",
- "default.handlebars->119->2421",
+ "default.handlebars->119->2423",
"default3.handlebars->117->1163",
"default3.handlebars->117->1188",
- "default3.handlebars->117->2433"
+ "default3.handlebars->117->2435"
]
},
{
@@ -86726,7 +86770,7 @@
"zh-chs": "卸载代理",
"zh-cht": "卸載代理",
"xloc": [
- "default-mobile.handlebars->53->998",
+ "default-mobile.handlebars->53->1005",
"default.handlebars->119->1285",
"default.handlebars->119->745",
"default3.handlebars->117->1294",
@@ -86759,8 +86803,8 @@
"zh-chs": "卸载代理/删除设备",
"zh-cht": "卸載代理/刪除設備",
"xloc": [
- "default.handlebars->119->2383",
- "default3.handlebars->117->2395"
+ "default.handlebars->119->2385",
+ "default3.handlebars->117->2397"
]
},
{
@@ -86796,7 +86840,7 @@
{
"en": "United",
"xloc": [
- "default3.handlebars->117->2118"
+ "default3.handlebars->117->2120"
]
},
{
@@ -86840,72 +86884,72 @@
"default-mobile.handlebars->53->37",
"default-mobile.handlebars->53->44",
"default-mobile.handlebars->53->45",
- "default-mobile.handlebars->53->482",
+ "default-mobile.handlebars->53->487",
"default-mobile.handlebars->53->6",
- "default-mobile.handlebars->53->824",
- "default-mobile.handlebars->53->826",
+ "default-mobile.handlebars->53->831",
"default-mobile.handlebars->53->833",
- "default-mobile.handlebars->53->897",
- "default-mobile.handlebars->53->909",
+ "default-mobile.handlebars->53->840",
+ "default-mobile.handlebars->53->904",
"default-mobile.handlebars->53->916",
- "default-mobile.handlebars->53->920",
- "default-mobile.handlebars->53->922",
- "default-mobile.handlebars->53->955",
+ "default-mobile.handlebars->53->923",
+ "default-mobile.handlebars->53->927",
+ "default-mobile.handlebars->53->929",
+ "default-mobile.handlebars->53->962",
"default.handlebars->119->13",
- "default.handlebars->119->1670",
"default.handlebars->119->1672",
- "default.handlebars->119->1679",
- "default.handlebars->119->1743",
- "default.handlebars->119->1755",
- "default.handlebars->119->1762",
- "default.handlebars->119->1766",
+ "default.handlebars->119->1674",
+ "default.handlebars->119->1681",
+ "default.handlebars->119->1745",
+ "default.handlebars->119->1757",
+ "default.handlebars->119->1764",
"default.handlebars->119->1768",
+ "default.handlebars->119->1770",
"default.handlebars->119->198",
"default.handlebars->119->199",
"default.handlebars->119->200",
"default.handlebars->119->202",
"default.handlebars->119->204",
- "default.handlebars->119->2168",
- "default.handlebars->119->2169",
- "default.handlebars->119->2189",
- "default.handlebars->119->3128",
- "default.handlebars->119->3148",
- "default.handlebars->119->3158",
- "default.handlebars->119->3238",
- "default.handlebars->119->3239",
- "default.handlebars->119->3240",
- "default.handlebars->119->3241",
- "default.handlebars->119->3242",
- "default.handlebars->119->3291",
+ "default.handlebars->119->2170",
+ "default.handlebars->119->2171",
+ "default.handlebars->119->2191",
+ "default.handlebars->119->3135",
+ "default.handlebars->119->3155",
+ "default.handlebars->119->3165",
+ "default.handlebars->119->3245",
+ "default.handlebars->119->3246",
+ "default.handlebars->119->3247",
+ "default.handlebars->119->3248",
+ "default.handlebars->119->3249",
+ "default.handlebars->119->3298",
"default.handlebars->119->44",
"default.handlebars->119->51",
"default.handlebars->119->52",
"default.handlebars->119->737",
"default3.handlebars->117->13",
- "default3.handlebars->117->1670",
- "default3.handlebars->117->1677",
- "default3.handlebars->117->1741",
- "default3.handlebars->117->1753",
- "default3.handlebars->117->1760",
- "default3.handlebars->117->1764",
+ "default3.handlebars->117->1672",
+ "default3.handlebars->117->1679",
+ "default3.handlebars->117->1743",
+ "default3.handlebars->117->1755",
+ "default3.handlebars->117->1762",
"default3.handlebars->117->1766",
+ "default3.handlebars->117->1768",
"default3.handlebars->117->211",
"default3.handlebars->117->212",
"default3.handlebars->117->213",
"default3.handlebars->117->215",
"default3.handlebars->117->217",
- "default3.handlebars->117->2181",
- "default3.handlebars->117->2182",
- "default3.handlebars->117->2200",
- "default3.handlebars->117->3131",
- "default3.handlebars->117->3151",
- "default3.handlebars->117->3161",
- "default3.handlebars->117->3241",
- "default3.handlebars->117->3242",
- "default3.handlebars->117->3243",
- "default3.handlebars->117->3244",
- "default3.handlebars->117->3245",
- "default3.handlebars->117->3294",
+ "default3.handlebars->117->2183",
+ "default3.handlebars->117->2184",
+ "default3.handlebars->117->2202",
+ "default3.handlebars->117->3138",
+ "default3.handlebars->117->3158",
+ "default3.handlebars->117->3168",
+ "default3.handlebars->117->3248",
+ "default3.handlebars->117->3249",
+ "default3.handlebars->117->3250",
+ "default3.handlebars->117->3251",
+ "default3.handlebars->117->3252",
+ "default3.handlebars->117->3301",
"default3.handlebars->117->44",
"default3.handlebars->117->51",
"default3.handlebars->117->52",
@@ -86938,9 +86982,9 @@
"zh-chs": "未知#{0}",
"zh-cht": "未知#{0}",
"xloc": [
- "default-mobile.handlebars->53->944",
- "default.handlebars->119->2178",
- "default3.handlebars->117->2189"
+ "default-mobile.handlebars->53->951",
+ "default.handlebars->119->2180",
+ "default3.handlebars->117->2191"
]
},
{
@@ -86969,8 +87013,8 @@
"zh-chs": "未知动作",
"zh-cht": "未知動作",
"xloc": [
- "default.handlebars->119->3352",
- "default3.handlebars->117->3357"
+ "default.handlebars->119->3359",
+ "default3.handlebars->117->3364"
]
},
{
@@ -86999,10 +87043,10 @@
"zh-chs": "未知设备",
"zh-cht": "未知裝置",
"xloc": [
- "default.handlebars->119->2919",
- "default.handlebars->119->3114",
- "default3.handlebars->117->2928",
- "default3.handlebars->117->3117"
+ "default.handlebars->119->2926",
+ "default.handlebars->119->3121",
+ "default3.handlebars->117->2935",
+ "default3.handlebars->117->3124"
]
},
{
@@ -87031,12 +87075,12 @@
"zh-chs": "未知设备组",
"zh-cht": "未知裝置群",
"xloc": [
- "default.handlebars->119->2913",
- "default.handlebars->119->3102",
- "default.handlebars->119->3356",
- "default3.handlebars->117->2922",
- "default3.handlebars->117->3105",
- "default3.handlebars->117->3361"
+ "default.handlebars->119->2920",
+ "default.handlebars->119->3109",
+ "default.handlebars->119->3363",
+ "default3.handlebars->117->2929",
+ "default3.handlebars->117->3112",
+ "default3.handlebars->117->3368"
]
},
{
@@ -87065,8 +87109,8 @@
"zh-chs": "未知群组",
"zh-cht": "未知群組",
"xloc": [
- "default.handlebars->119->3348",
- "default3.handlebars->117->3353"
+ "default.handlebars->119->3355",
+ "default3.handlebars->117->3360"
]
},
{
@@ -87095,7 +87139,7 @@
"zh-chs": "未知状态",
"zh-cht": "未知狀態",
"xloc": [
- "default-mobile.handlebars->53->514",
+ "default-mobile.handlebars->53->519",
"default.handlebars->119->925",
"default3.handlebars->117->936"
]
@@ -87126,10 +87170,10 @@
"zh-chs": "未知用户",
"zh-cht": "未知用戶",
"xloc": [
- "default.handlebars->119->3243",
- "default.handlebars->119->3292",
- "default3.handlebars->117->3246",
- "default3.handlebars->117->3295"
+ "default.handlebars->119->3250",
+ "default.handlebars->119->3299",
+ "default3.handlebars->117->3253",
+ "default3.handlebars->117->3302"
]
},
{
@@ -87158,8 +87202,8 @@
"zh-chs": "未知用户组",
"zh-cht": "未知用戶群",
"xloc": [
- "default.handlebars->119->3108",
- "default3.handlebars->117->3111"
+ "default.handlebars->119->3115",
+ "default3.handlebars->117->3118"
]
},
{
@@ -87188,7 +87232,7 @@
"zh-chs": "未知版本和状态",
"zh-cht": "未知版本和狀態",
"xloc": [
- "default-mobile.handlebars->53->516",
+ "default-mobile.handlebars->53->521",
"default.handlebars->119->927",
"default3.handlebars->117->938"
]
@@ -87219,8 +87263,8 @@
"zh-chs": "密码未知",
"zh-cht": "密碼未知",
"xloc": [
- "default.handlebars->119->2305",
- "default3.handlebars->117->2314"
+ "default.handlebars->119->2307",
+ "default3.handlebars->117->2316"
]
},
{
@@ -87250,12 +87294,12 @@
"zh-cht": "無限",
"xloc": [
"default.handlebars->119->1243",
- "default.handlebars->119->2065",
+ "default.handlebars->119->2067",
"default.handlebars->119->293",
"default.handlebars->119->573",
"default.handlebars->119->587",
"default3.handlebars->117->1252",
- "default3.handlebars->117->2061",
+ "default3.handlebars->117->2063",
"default3.handlebars->117->303",
"default3.handlebars->117->584",
"default3.handlebars->117->598"
@@ -87287,8 +87331,8 @@
"zh-chs": "解锁帐户",
"zh-cht": "解鎖帳戶",
"xloc": [
- "default.handlebars->119->2773",
- "default3.handlebars->117->2785"
+ "default.handlebars->119->2780",
+ "default3.handlebars->117->2792"
]
},
{
@@ -87447,7 +87491,7 @@
"zh-chs": "上",
"zh-cht": "上",
"xloc": [
- "default-mobile.handlebars->53->668",
+ "default-mobile.handlebars->53->673",
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1",
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
"default-mobile.handlebars->dialog->3->dialog4->d3servermode->d3serveraction",
@@ -87490,8 +87534,8 @@
"zh-chs": "最新",
"zh-cht": "最新",
"xloc": [
- "default.handlebars->119->3442",
- "default3.handlebars->117->3447"
+ "default.handlebars->119->3449",
+ "default3.handlebars->117->3454"
]
},
{
@@ -87521,8 +87565,8 @@
"zh-cht": "更新資料",
"xloc": [
"agent-translations.json",
- "default-mobile.handlebars->53->766",
- "default-mobile.handlebars->53->768",
+ "default-mobile.handlebars->53->771",
+ "default-mobile.handlebars->53->773",
"default.handlebars->119->954",
"default.handlebars->119->956",
"default3.handlebars->117->965",
@@ -87618,22 +87662,22 @@
"zh-chs": "上传文件",
"zh-cht": "上載檔案",
"xloc": [
- "default-mobile.handlebars->53->378",
- "default-mobile.handlebars->53->728",
- "default-mobile.handlebars->53->746",
- "default-mobile.handlebars->53->749",
+ "default-mobile.handlebars->53->383",
+ "default-mobile.handlebars->53->733",
+ "default-mobile.handlebars->53->751",
+ "default-mobile.handlebars->53->754",
"default-mobile.handlebars->dialog->3->dialog4->d3localmode->1",
"default.handlebars->119->1576",
"default.handlebars->119->1606",
"default.handlebars->119->1609",
- "default.handlebars->119->2529",
- "default.handlebars->119->2539",
+ "default.handlebars->119->2536",
+ "default.handlebars->119->2546",
"default.handlebars->container->dialog->dialogBody->dialog3->d3localmode->1",
"default3.handlebars->117->1576",
"default3.handlebars->117->1606",
"default3.handlebars->117->1609",
- "default3.handlebars->117->2541",
- "default3.handlebars->117->2551",
+ "default3.handlebars->117->2548",
+ "default3.handlebars->117->2558",
"default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog3->d3localmode->1",
"sharing-mobile.handlebars->53->107",
"sharing-mobile.handlebars->53->110",
@@ -87669,9 +87713,9 @@
"zh-chs": "上载Mesh代理核心",
"zh-cht": "上載mesh agent核心",
"xloc": [
- "default-mobile.handlebars->53->943",
- "default.handlebars->119->1790",
- "default3.handlebars->117->1788"
+ "default-mobile.handlebars->53->950",
+ "default.handlebars->119->1792",
+ "default3.handlebars->117->1790"
]
},
{
@@ -87700,9 +87744,9 @@
"zh-chs": "上载核心档案",
"zh-cht": "上載核心檔案",
"xloc": [
- "default-mobile.handlebars->53->934",
- "default.handlebars->119->1781",
- "default3.handlebars->117->1779"
+ "default-mobile.handlebars->53->941",
+ "default.handlebars->119->1783",
+ "default3.handlebars->117->1781"
]
},
{
@@ -87731,11 +87775,11 @@
"zh-chs": "上载默认服务器核心",
"zh-cht": "上載默認伺服器核心",
"xloc": [
- "default-mobile.handlebars->53->932",
- "default.handlebars->119->1779",
+ "default-mobile.handlebars->53->939",
+ "default.handlebars->119->1781",
"default.handlebars->119->757",
"default.handlebars->119->800",
- "default3.handlebars->117->1777",
+ "default3.handlebars->117->1779",
"default3.handlebars->117->768",
"default3.handlebars->117->811"
]
@@ -87856,9 +87900,9 @@
"zh-chs": "上传恢复核心",
"zh-cht": "上傳恢復核心",
"xloc": [
- "default-mobile.handlebars->53->937",
- "default.handlebars->119->1784",
- "default3.handlebars->117->1782"
+ "default-mobile.handlebars->53->944",
+ "default.handlebars->119->1786",
+ "default3.handlebars->117->1784"
]
},
{
@@ -87917,9 +87961,9 @@
"zh-chs": "上传小核",
"zh-cht": "上傳小核心",
"xloc": [
- "default-mobile.handlebars->53->938",
- "default.handlebars->119->1785",
- "default3.handlebars->117->1783"
+ "default-mobile.handlebars->53->945",
+ "default.handlebars->119->1787",
+ "default3.handlebars->117->1785"
]
},
{
@@ -87948,11 +87992,11 @@
"zh-chs": "上传将覆盖1个文件。继续?",
"zh-cht": "上傳將覆蓋1個檔案。繼續?",
"xloc": [
- "default-mobile.handlebars->53->747",
+ "default-mobile.handlebars->53->752",
"default.handlebars->119->1607",
- "default.handlebars->119->2540",
+ "default.handlebars->119->2547",
"default3.handlebars->117->1607",
- "default3.handlebars->117->2552",
+ "default3.handlebars->117->2559",
"sharing-mobile.handlebars->53->108",
"sharing.handlebars->47->95"
]
@@ -87983,11 +88027,11 @@
"zh-chs": "上传将覆盖{0}个文件。继续?",
"zh-cht": "上傳將覆蓋{0}個檔案。繼續?",
"xloc": [
- "default-mobile.handlebars->53->748",
+ "default-mobile.handlebars->53->753",
"default.handlebars->119->1608",
- "default.handlebars->119->2541",
+ "default.handlebars->119->2548",
"default3.handlebars->117->1608",
- "default3.handlebars->117->2553",
+ "default3.handlebars->117->2560",
"sharing-mobile.handlebars->53->109",
"sharing.handlebars->47->96"
]
@@ -88044,8 +88088,8 @@
"zh-chs": "上传:“{0}”",
"zh-cht": "上傳:“{0}”",
"xloc": [
- "default.handlebars->119->2591",
- "default3.handlebars->117->2603"
+ "default.handlebars->119->2598",
+ "default3.handlebars->117->2610"
]
},
{
@@ -88074,8 +88118,8 @@
"zh-chs": "上传:\\\"{0}\\\",大小:{1}",
"zh-cht": "上傳:\\\"{0}\\\",大小:{1}",
"xloc": [
- "default.handlebars->119->2646",
- "default3.handlebars->117->2658"
+ "default.handlebars->119->2653",
+ "default3.handlebars->117->2665"
]
},
{
@@ -88105,8 +88149,8 @@
"zh-cht": "上索布族",
"xloc": [
"default-mobile.handlebars->53->301",
- "default.handlebars->119->2045",
- "default3.handlebars->117->2041",
+ "default.handlebars->119->2047",
+ "default3.handlebars->117->2043",
"login2.handlebars->17->187"
]
},
@@ -88137,8 +88181,8 @@
"zh-cht": "烏爾都文",
"xloc": [
"default-mobile.handlebars->53->302",
- "default.handlebars->119->2046",
- "default3.handlebars->117->2042",
+ "default.handlebars->119->2048",
+ "default3.handlebars->117->2044",
"login2.handlebars->17->188"
]
},
@@ -88168,8 +88212,8 @@
"zh-chs": "用法",
"zh-cht": "用法",
"xloc": [
- "default.handlebars->119->3404",
- "default3.handlebars->117->3409"
+ "default.handlebars->119->3411",
+ "default3.handlebars->117->3416"
]
},
{
@@ -88279,8 +88323,8 @@
"pl": "Używaj do Przekierowania",
"uk": "Використання ретрансляції",
"xloc": [
- "default.handlebars->119->2387",
- "default3.handlebars->117->2399"
+ "default.handlebars->119->2389",
+ "default3.handlebars->117->2401"
]
},
{
@@ -88401,7 +88445,7 @@
"zh-chs": "使用此网站的桌面版本添加设备。",
"zh-cht": "使用此網站的桌面版本新增裝置。",
"xloc": [
- "default-mobile.handlebars->53->416"
+ "default-mobile.handlebars->53->421"
]
},
{
@@ -88430,10 +88474,10 @@
"zh-chs": "用过的",
"zh-cht": "用過的",
"xloc": [
- "default.handlebars->119->3342",
- "default.handlebars->119->3344",
- "default3.handlebars->117->3347",
- "default3.handlebars->117->3349"
+ "default.handlebars->119->3349",
+ "default.handlebars->119->3351",
+ "default3.handlebars->117->3354",
+ "default3.handlebars->117->3356"
]
},
{
@@ -88465,26 +88509,26 @@
"default.handlebars->119->1098",
"default.handlebars->119->136",
"default.handlebars->119->1485",
- "default.handlebars->119->2252",
- "default.handlebars->119->2724",
- "default.handlebars->119->2754",
- "default.handlebars->119->2909",
- "default.handlebars->119->3181",
- "default.handlebars->119->3189",
- "default.handlebars->119->3193",
- "default.handlebars->119->3212",
+ "default.handlebars->119->2254",
+ "default.handlebars->119->2731",
+ "default.handlebars->119->2761",
+ "default.handlebars->119->2916",
+ "default.handlebars->119->3188",
+ "default.handlebars->119->3196",
+ "default.handlebars->119->3200",
+ "default.handlebars->119->3219",
"default.handlebars->119->393",
"default3.handlebars->117->1109",
"default3.handlebars->117->1486",
"default3.handlebars->117->149",
- "default3.handlebars->117->2263",
- "default3.handlebars->117->2736",
- "default3.handlebars->117->2766",
- "default3.handlebars->117->2918",
- "default3.handlebars->117->3184",
- "default3.handlebars->117->3192",
- "default3.handlebars->117->3196",
- "default3.handlebars->117->3215",
+ "default3.handlebars->117->2265",
+ "default3.handlebars->117->2743",
+ "default3.handlebars->117->2773",
+ "default3.handlebars->117->2925",
+ "default3.handlebars->117->3191",
+ "default3.handlebars->117->3199",
+ "default3.handlebars->117->3203",
+ "default3.handlebars->117->3222",
"default3.handlebars->117->404"
]
},
@@ -88514,8 +88558,8 @@
"zh-chs": "用户+档案",
"zh-cht": "用戶+檔案",
"xloc": [
- "default.handlebars->119->2755",
- "default3.handlebars->117->2767"
+ "default.handlebars->119->2762",
+ "default3.handlebars->117->2774"
]
},
{
@@ -88544,20 +88588,20 @@
"zh-chs": "用户帐户导入",
"zh-cht": "用戶帳戶導入",
"xloc": [
- "default.handlebars->119->2284",
- "default.handlebars->119->2794",
- "default.handlebars->119->2796",
- "default.handlebars->119->2798",
- "default.handlebars->119->2800",
- "default.handlebars->119->2802",
- "default.handlebars->119->2804",
- "default3.handlebars->117->2295",
- "default3.handlebars->117->2805",
- "default3.handlebars->117->2807",
- "default3.handlebars->117->2809",
- "default3.handlebars->117->2811",
- "default3.handlebars->117->2813",
- "default3.handlebars->117->2815"
+ "default.handlebars->119->2286",
+ "default.handlebars->119->2801",
+ "default.handlebars->119->2803",
+ "default.handlebars->119->2805",
+ "default.handlebars->119->2807",
+ "default.handlebars->119->2809",
+ "default.handlebars->119->2811",
+ "default3.handlebars->117->2297",
+ "default3.handlebars->117->2812",
+ "default3.handlebars->117->2814",
+ "default3.handlebars->117->2816",
+ "default3.handlebars->117->2818",
+ "default3.handlebars->117->2820",
+ "default3.handlebars->117->2822"
]
},
{
@@ -88586,8 +88630,8 @@
"zh-chs": "用户帐户",
"zh-cht": "用戶帳戶",
"xloc": [
- "default.handlebars->119->3362",
- "default3.handlebars->117->3367"
+ "default.handlebars->119->3369",
+ "default3.handlebars->117->3374"
]
},
{
@@ -88602,8 +88646,8 @@
"pl": "Dziennik Autentykacji Użytkownika",
"uk": "Журнал Автентифікації Користувача",
"xloc": [
- "default.handlebars->119->3425",
- "default3.handlebars->117->3430"
+ "default.handlebars->119->3432",
+ "default3.handlebars->117->3437"
]
},
{
@@ -88632,11 +88676,11 @@
"zh-chs": "用户授权",
"zh-cht": "用戶授權",
"xloc": [
- "default-mobile.handlebars->53->962",
+ "default-mobile.handlebars->53->969",
"default.handlebars->119->1094",
- "default.handlebars->119->2250",
+ "default.handlebars->119->2252",
"default3.handlebars->117->1105",
- "default3.handlebars->117->2261"
+ "default3.handlebars->117->2263"
]
},
{
@@ -88666,16 +88710,16 @@
"zh-cht": "用戶同意",
"xloc": [
"default.handlebars->119->1257",
- "default.handlebars->119->2216",
- "default.handlebars->119->2900",
- "default.handlebars->119->3005",
+ "default.handlebars->119->2218",
+ "default.handlebars->119->2907",
+ "default.handlebars->119->3012",
"default.handlebars->119->315",
"default.handlebars->119->990",
"default3.handlebars->117->1001",
"default3.handlebars->117->1266",
- "default3.handlebars->117->2227",
- "default3.handlebars->117->2909",
- "default3.handlebars->117->3014",
+ "default3.handlebars->117->2229",
+ "default3.handlebars->117->2916",
+ "default3.handlebars->117->3021",
"default3.handlebars->117->325"
]
},
@@ -88706,17 +88750,17 @@
"zh-cht": "用戶群",
"xloc": [
"default.handlebars->119->1097",
- "default.handlebars->119->2358",
- "default.handlebars->119->2359",
- "default.handlebars->119->2869",
- "default.handlebars->119->3110",
- "default.handlebars->119->3131",
+ "default.handlebars->119->2360",
+ "default.handlebars->119->2361",
+ "default.handlebars->119->2876",
+ "default.handlebars->119->3117",
+ "default.handlebars->119->3138",
"default3.handlebars->117->1108",
- "default3.handlebars->117->2370",
- "default3.handlebars->117->2371",
- "default3.handlebars->117->2878",
- "default3.handlebars->117->3113",
- "default3.handlebars->117->3134"
+ "default3.handlebars->117->2372",
+ "default3.handlebars->117->2373",
+ "default3.handlebars->117->2885",
+ "default3.handlebars->117->3120",
+ "default3.handlebars->117->3141"
]
},
{
@@ -88775,8 +88819,8 @@
"zh-chs": "用户组成员",
"zh-cht": "用戶群成員",
"xloc": [
- "default.handlebars->119->3107",
- "default3.handlebars->117->3110"
+ "default.handlebars->119->3114",
+ "default3.handlebars->117->3117"
]
},
{
@@ -88805,7 +88849,7 @@
"zh-chs": "用户识别码",
"zh-cht": "用戶識別碼",
"xloc": [
- "default-mobile.handlebars->53->1023"
+ "default-mobile.handlebars->53->1030"
]
},
{
@@ -88834,12 +88878,12 @@
"zh-chs": "用户识别码",
"zh-cht": "用戶識別碼",
"xloc": [
- "default.handlebars->119->2429",
- "default.handlebars->119->2956",
- "default.handlebars->119->2957",
- "default3.handlebars->117->2441",
- "default3.handlebars->117->2965",
- "default3.handlebars->117->2966"
+ "default.handlebars->119->2431",
+ "default.handlebars->119->2963",
+ "default.handlebars->119->2964",
+ "default3.handlebars->117->2443",
+ "default3.handlebars->117->2972",
+ "default3.handlebars->117->2973"
]
},
{
@@ -88868,10 +88912,10 @@
"zh-chs": "用户标识符",
"zh-cht": "用戶標識符",
"xloc": [
- "default.handlebars->119->2356",
- "default.handlebars->119->2940",
- "default3.handlebars->117->2368",
- "default3.handlebars->117->2949"
+ "default.handlebars->119->2358",
+ "default.handlebars->119->2947",
+ "default3.handlebars->117->2370",
+ "default3.handlebars->117->2956"
]
},
{
@@ -88937,8 +88981,8 @@
"zh-chs": "用户列表输出",
"zh-cht": "用戶列表輸出",
"xloc": [
- "default.handlebars->119->2811",
- "default3.handlebars->117->2822"
+ "default.handlebars->119->2818",
+ "default3.handlebars->117->2829"
]
},
{
@@ -88967,8 +89011,8 @@
"zh-chs": "用户登录",
"zh-cht": "用戶登錄",
"xloc": [
- "default.handlebars->119->3186",
- "default3.handlebars->117->3189"
+ "default.handlebars->119->3193",
+ "default3.handlebars->117->3196"
]
},
{
@@ -88997,9 +89041,9 @@
"zh-chs": "用户名",
"zh-cht": "用戶名",
"xloc": [
- "default-mobile.handlebars->53->1022",
- "default.handlebars->119->2428",
- "default3.handlebars->117->2440"
+ "default-mobile.handlebars->53->1029",
+ "default.handlebars->119->2430",
+ "default3.handlebars->117->2442"
]
},
{
@@ -89080,16 +89124,16 @@
"zh-chs": "用户PowerShell",
"zh-cht": "用戶PowerShell",
"xloc": [
- "default.handlebars->119->3154",
- "default.handlebars->119->3164",
- "default.handlebars->119->3230",
- "default.handlebars->119->3283",
+ "default.handlebars->119->3161",
+ "default.handlebars->119->3171",
+ "default.handlebars->119->3237",
+ "default.handlebars->119->3290",
"default.handlebars->termShellContextMenu->7",
"default.handlebars->termShellContextMenu2->3",
- "default3.handlebars->117->3157",
- "default3.handlebars->117->3167",
- "default3.handlebars->117->3233",
- "default3.handlebars->117->3286",
+ "default3.handlebars->117->3164",
+ "default3.handlebars->117->3174",
+ "default3.handlebars->117->3240",
+ "default3.handlebars->117->3293",
"default3.handlebars->container->column_l->p12->termTable->1->1->0->1->1->connectbutton2span->5->19->0",
"default3.handlebars->container->column_l->p12->termTable->1->1->0->1->1->connectbutton2span->5->7->0",
"player.handlebars->29->31",
@@ -89152,8 +89196,8 @@
"zh-chs": "用户会话",
"zh-cht": "用戶節",
"xloc": [
- "default.handlebars->119->3394",
- "default3.handlebars->117->3399"
+ "default.handlebars->119->3401",
+ "default3.handlebars->117->3406"
]
},
{
@@ -89182,17 +89226,17 @@
"zh-chs": "用户Shell",
"zh-cht": "用戶Shell",
"xloc": [
- "default.handlebars->119->3153",
- "default.handlebars->119->3163",
- "default.handlebars->119->3229",
- "default.handlebars->119->3282",
+ "default.handlebars->119->3160",
+ "default.handlebars->119->3170",
+ "default.handlebars->119->3236",
+ "default.handlebars->119->3289",
"default.handlebars->termShellContextMenu->5",
"default.handlebars->termShellContextMenu2->1->0",
"default.handlebars->termShellContextMenuLinux->3",
- "default3.handlebars->117->3156",
- "default3.handlebars->117->3166",
- "default3.handlebars->117->3232",
- "default3.handlebars->117->3285",
+ "default3.handlebars->117->3163",
+ "default3.handlebars->117->3173",
+ "default3.handlebars->117->3239",
+ "default3.handlebars->117->3292",
"default3.handlebars->container->column_l->p12->termTable->1->1->0->1->1->connectbutton2span->5->17->0->0",
"default3.handlebars->container->column_l->p12->termTable->1->1->0->1->1->connectbutton2span->5->23->0",
"default3.handlebars->container->column_l->p12->termTable->1->1->0->1->1->connectbutton2span->5->5->0",
@@ -89227,8 +89271,8 @@
"zh-chs": "用户流量使用",
"zh-cht": "用戶流量使用",
"xloc": [
- "default.handlebars->119->3185",
- "default3.handlebars->117->3188"
+ "default.handlebars->119->3192",
+ "default3.handlebars->117->3195"
]
},
{
@@ -89344,9 +89388,9 @@
"zh-chs": "用户已存在",
"zh-cht": "用戶已存在",
"xloc": [
- "default-mobile.handlebars->53->1045",
- "default.handlebars->119->3314",
- "default3.handlebars->117->3319"
+ "default-mobile.handlebars->53->1052",
+ "default.handlebars->119->3321",
+ "default3.handlebars->117->3326"
]
},
{
@@ -89377,10 +89421,10 @@
"xloc": [
"default-mobile.handlebars->53->313",
"default-mobile.handlebars->53->315",
- "default.handlebars->119->2057",
"default.handlebars->119->2059",
- "default3.handlebars->117->2053",
- "default3.handlebars->117->2055"
+ "default.handlebars->119->2061",
+ "default3.handlebars->117->2055",
+ "default3.handlebars->117->2057"
]
},
{
@@ -89409,8 +89453,8 @@
"zh-chs": "用户组已更改:{0}",
"zh-cht": "用戶組已更改:{0}",
"xloc": [
- "default.handlebars->119->2620",
- "default3.handlebars->117->2632"
+ "default.handlebars->119->2627",
+ "default3.handlebars->117->2639"
]
},
{
@@ -89439,8 +89483,8 @@
"zh-chs": "已创建用户组:{0}",
"zh-cht": "已創建用戶組:{0}",
"xloc": [
- "default.handlebars->119->2610",
- "default3.handlebars->117->2622"
+ "default.handlebars->119->2617",
+ "default3.handlebars->117->2629"
]
},
{
@@ -89469,8 +89513,8 @@
"zh-chs": "用户组成员身份已更改:{0}",
"zh-cht": "用戶組成員身份已更改:{0}",
"xloc": [
- "default.handlebars->119->2608",
- "default3.handlebars->117->2620"
+ "default.handlebars->119->2615",
+ "default3.handlebars->117->2627"
]
},
{
@@ -89485,8 +89529,8 @@
"pl": "Zapisy grupy użytkownika",
"uk": "Записи групи користувачів",
"xloc": [
- "default.handlebars->119->3272",
- "default3.handlebars->117->3275"
+ "default.handlebars->119->3279",
+ "default3.handlebars->117->3282"
]
},
{
@@ -89534,10 +89578,10 @@
"pl": "Klucz Użytkownika",
"uk": "Ключ користувача",
"xloc": [
- "default.handlebars->119->1826",
- "default.handlebars->119->3064",
- "default3.handlebars->117->1823",
- "default3.handlebars->117->3073"
+ "default.handlebars->119->1828",
+ "default.handlebars->119->3071",
+ "default3.handlebars->117->1825",
+ "default3.handlebars->117->3080"
]
},
{
@@ -89566,8 +89610,8 @@
"zh-chs": "来自 {0}、{1}、{2} 的锁定帐户的用户登录尝试",
"zh-cht": "用戶從 {0}、{1}、{2} 嘗試登錄鎖定帳戶",
"xloc": [
- "default.handlebars->119->2650",
- "default3.handlebars->117->2662"
+ "default.handlebars->119->2657",
+ "default3.handlebars->117->2669"
]
},
{
@@ -89596,8 +89640,8 @@
"zh-chs": "来自 {0}、{1}、{2} 的第二个因素不正确的用户登录尝试",
"zh-cht": "使用來自 {0}、{1}、{2} 的錯誤第二因素的用戶登錄嘗試",
"xloc": [
- "default.handlebars->119->2649",
- "default3.handlebars->117->2661"
+ "default.handlebars->119->2656",
+ "default3.handlebars->117->2668"
]
},
{
@@ -89626,8 +89670,8 @@
"zh-chs": "用户通知已更改",
"zh-cht": "用戶通知已更改",
"xloc": [
- "default.handlebars->119->2671",
- "default3.handlebars->117->2683"
+ "default.handlebars->119->2678",
+ "default3.handlebars->117->2690"
]
},
{
@@ -89642,8 +89686,8 @@
"pl": "Zapisy użytkownika",
"uk": "Записи користувача",
"xloc": [
- "default.handlebars->119->3262",
- "default3.handlebars->117->3265"
+ "default.handlebars->119->3269",
+ "default3.handlebars->117->3272"
]
},
{
@@ -89672,9 +89716,9 @@
"zh-chs": "未找到用户 {0}。",
"zh-cht": "未找到用戶 {0}。",
"xloc": [
- "default-mobile.handlebars->53->1053",
- "default.handlebars->119->3322",
- "default3.handlebars->117->3327"
+ "default-mobile.handlebars->53->1060",
+ "default.handlebars->119->3329",
+ "default3.handlebars->117->3334"
]
},
{
@@ -89762,31 +89806,31 @@
"zh-chs": "用户名",
"zh-cht": "用戶名",
"xloc": [
- "default-mobile.handlebars->53->626",
- "default-mobile.handlebars->53->696",
- "default-mobile.handlebars->53->958",
+ "default-mobile.handlebars->53->631",
+ "default-mobile.handlebars->53->701",
+ "default-mobile.handlebars->53->965",
"default.handlebars->119->1316",
"default.handlebars->119->1408",
"default.handlebars->119->1519",
- "default.handlebars->119->1830",
- "default.handlebars->119->2129",
- "default.handlebars->119->2144",
- "default.handlebars->119->2149",
- "default.handlebars->119->2192",
- "default.handlebars->119->2823",
- "default.handlebars->119->3068",
+ "default.handlebars->119->1832",
+ "default.handlebars->119->2131",
+ "default.handlebars->119->2146",
+ "default.handlebars->119->2151",
+ "default.handlebars->119->2194",
+ "default.handlebars->119->2830",
+ "default.handlebars->119->3075",
"default.handlebars->119->346",
"default.handlebars->119->519",
"default3.handlebars->117->1321",
"default3.handlebars->117->1409",
"default3.handlebars->117->1519",
- "default3.handlebars->117->1827",
- "default3.handlebars->117->2144",
- "default3.handlebars->117->2159",
- "default3.handlebars->117->2164",
- "default3.handlebars->117->2203",
- "default3.handlebars->117->2834",
- "default3.handlebars->117->3077",
+ "default3.handlebars->117->1829",
+ "default3.handlebars->117->2146",
+ "default3.handlebars->117->2161",
+ "default3.handlebars->117->2166",
+ "default3.handlebars->117->2205",
+ "default3.handlebars->117->2841",
+ "default3.handlebars->117->3084",
"default3.handlebars->117->356",
"default3.handlebars->117->530",
"login2.handlebars->centralTable->1->0->logincell->loginpanel->loginpanelform->loginuserpassdiv->1->1->0->1",
@@ -89825,8 +89869,8 @@
"zh-chs": "用户名密码",
"zh-cht": "用戶名密碼",
"xloc": [
- "default-mobile.handlebars->53->691",
- "default-mobile.handlebars->53->694",
+ "default-mobile.handlebars->53->696",
+ "default-mobile.handlebars->53->699",
"default.handlebars->119->1514",
"default.handlebars->119->1517",
"default3.handlebars->117->1514",
@@ -89894,8 +89938,8 @@
"zh-chs": "用户名和密钥",
"zh-cht": "用戶名和密鑰",
"xloc": [
- "default-mobile.handlebars->53->692",
- "default-mobile.handlebars->53->695",
+ "default-mobile.handlebars->53->697",
+ "default-mobile.handlebars->53->700",
"default.handlebars->119->1515",
"default.handlebars->119->1518",
"default3.handlebars->117->1515",
@@ -89951,10 +89995,10 @@
"pl": "Username:0000",
"uk": "Username:0000",
"xloc": [
- "default.handlebars->119->1823",
- "default.handlebars->119->3061",
- "default3.handlebars->117->1820",
- "default3.handlebars->117->3070"
+ "default.handlebars->119->1825",
+ "default.handlebars->119->3068",
+ "default3.handlebars->117->1822",
+ "default3.handlebars->117->3077"
]
},
{
@@ -89983,13 +90027,13 @@
"zh-chs": "用户",
"zh-cht": "用戶",
"xloc": [
- "default.handlebars->119->2857",
- "default.handlebars->119->2901",
- "default.handlebars->119->3393",
+ "default.handlebars->119->2864",
+ "default.handlebars->119->2908",
+ "default.handlebars->119->3400",
"default.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGeneral",
- "default3.handlebars->117->2866",
- "default3.handlebars->117->2910",
- "default3.handlebars->117->3398",
+ "default3.handlebars->117->2873",
+ "default3.handlebars->117->2917",
+ "default3.handlebars->117->3405",
"default3.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGeneral"
]
},
@@ -90019,8 +90063,8 @@
"zh-chs": "用户会话",
"zh-cht": "用戶節",
"xloc": [
- "default.handlebars->119->3366",
- "default3.handlebars->117->3371"
+ "default.handlebars->119->3373",
+ "default3.handlebars->117->3378"
]
},
{
@@ -90049,8 +90093,8 @@
"zh-chs": "用户视图",
"zh-cht": "用戶視圖",
"xloc": [
- "default.handlebars->119->2790",
- "default3.handlebars->117->2801"
+ "default.handlebars->119->2797",
+ "default3.handlebars->117->2808"
]
},
{
@@ -90079,9 +90123,9 @@
"zh-chs": "未找到用户 {0}。",
"zh-cht": "未找到用戶 {0}。",
"xloc": [
- "default-mobile.handlebars->53->1054",
- "default.handlebars->119->3323",
- "default3.handlebars->117->3328"
+ "default-mobile.handlebars->53->1061",
+ "default.handlebars->119->3330",
+ "default3.handlebars->117->3335"
]
},
{
@@ -90232,8 +90276,8 @@
"zh-chs": "验证电邮",
"zh-cht": "驗證電郵",
"xloc": [
- "default.handlebars->119->2768",
- "default3.handlebars->117->2780"
+ "default.handlebars->119->2775",
+ "default3.handlebars->117->2787"
]
},
{
@@ -90262,9 +90306,9 @@
"zh-chs": "验证异常",
"zh-cht": "驗證異常",
"xloc": [
- "default-mobile.handlebars->53->1047",
- "default.handlebars->119->3316",
- "default3.handlebars->117->3321"
+ "default-mobile.handlebars->53->1054",
+ "default.handlebars->119->3323",
+ "default3.handlebars->117->3328"
]
},
{
@@ -90330,7 +90374,7 @@
{
"en": "Vapor",
"xloc": [
- "default3.handlebars->117->2119"
+ "default3.handlebars->117->2121"
]
},
{
@@ -90360,8 +90404,8 @@
"zh-cht": "文達",
"xloc": [
"default-mobile.handlebars->53->303",
- "default.handlebars->119->2047",
- "default3.handlebars->117->2043",
+ "default.handlebars->119->2049",
+ "default3.handlebars->117->2045",
"login2.handlebars->17->189"
]
},
@@ -90391,12 +90435,12 @@
"zh-chs": "供应商",
"zh-cht": "供應商",
"xloc": [
- "default-mobile.handlebars->53->842",
- "default-mobile.handlebars->53->847",
- "default.handlebars->119->1688",
- "default.handlebars->119->1693",
- "default3.handlebars->117->1686",
- "default3.handlebars->117->1691"
+ "default-mobile.handlebars->53->849",
+ "default-mobile.handlebars->53->854",
+ "default.handlebars->119->1690",
+ "default.handlebars->119->1695",
+ "default3.handlebars->117->1688",
+ "default3.handlebars->117->1693"
]
},
{
@@ -90458,8 +90502,8 @@
"zh-chs": "已验证",
"zh-cht": "已驗證",
"xloc": [
- "default.handlebars->119->3086",
- "default3.handlebars->117->3093"
+ "default.handlebars->119->3093",
+ "default3.handlebars->117->3100"
]
},
{
@@ -90503,8 +90547,8 @@
"pl": "Zweryfikowano logowanie",
"uk": "Вхід підтверджено",
"xloc": [
- "default.handlebars->119->1800",
- "default3.handlebars->117->1797"
+ "default.handlebars->119->1802",
+ "default3.handlebars->117->1799"
]
},
{
@@ -90518,8 +90562,8 @@
"pl": "Zweryfikowano konto komunikatora",
"uk": "Обліковий запис месенджера верифіковано",
"xloc": [
- "default.handlebars->119->2765",
- "default3.handlebars->117->2777"
+ "default.handlebars->119->2772",
+ "default3.handlebars->117->2784"
]
},
{
@@ -90533,8 +90577,8 @@
"pl": "Zweryfikowano konto komunikatora użytkownika {0}",
"uk": "Обліковий запис месенджера {0} верифіковано",
"xloc": [
- "default.handlebars->119->2697",
- "default3.handlebars->117->2709"
+ "default.handlebars->119->2704",
+ "default3.handlebars->117->2716"
]
},
{
@@ -90564,10 +90608,10 @@
"zh-cht": "驗證電話號碼",
"xloc": [
"default-mobile.handlebars->53->107",
- "default.handlebars->119->1794",
- "default.handlebars->119->2763",
- "default3.handlebars->117->1791",
- "default3.handlebars->117->2775"
+ "default.handlebars->119->1796",
+ "default.handlebars->119->2770",
+ "default3.handlebars->117->1793",
+ "default3.handlebars->117->2782"
]
},
{
@@ -90596,8 +90640,8 @@
"zh-chs": "用户{0}的已验证电话号码",
"zh-cht": "用戶{0}的已驗證電話號碼",
"xloc": [
- "default.handlebars->119->2637",
- "default3.handlebars->117->2649"
+ "default.handlebars->119->2644",
+ "default3.handlebars->117->2656"
]
},
{
@@ -90687,19 +90731,19 @@
"zh-chs": "版本",
"zh-cht": "版",
"xloc": [
- "default-mobile.handlebars->53->753",
- "default-mobile.handlebars->53->823",
- "default-mobile.handlebars->53->843",
+ "default-mobile.handlebars->53->758",
+ "default-mobile.handlebars->53->830",
"default-mobile.handlebars->53->850",
+ "default-mobile.handlebars->53->857",
"default.handlebars->119->1618",
- "default.handlebars->119->1669",
- "default.handlebars->119->1689",
- "default.handlebars->119->1696",
+ "default.handlebars->119->1671",
+ "default.handlebars->119->1691",
+ "default.handlebars->119->1698",
"default.handlebars->container->column_l->p42->p42tbl->1->0->5",
"default3.handlebars->117->1618",
- "default3.handlebars->117->1669",
- "default3.handlebars->117->1687",
- "default3.handlebars->117->1694",
+ "default3.handlebars->117->1671",
+ "default3.handlebars->117->1689",
+ "default3.handlebars->117->1696",
"default3.handlebars->container->column_l->p42->p42tbl->1->0->11"
]
},
@@ -90729,9 +90773,9 @@
"zh-chs": "版本不兼容,请先升级您的MeshCentral",
"zh-cht": "版本不兼容,請先升級你的MeshCentral",
"xloc": [
- "default.handlebars->119->3438",
- "default3.handlebars->117->3442",
- "default3.handlebars->117->3443"
+ "default.handlebars->119->3445",
+ "default3.handlebars->117->3449",
+ "default3.handlebars->117->3450"
]
},
{
@@ -90819,7 +90863,7 @@
"zh-chs": "颤动",
"zh-cht": "顫動",
"xloc": [
- "default-mobile.handlebars->53->585",
+ "default-mobile.handlebars->53->590",
"default.handlebars->119->1266",
"default3.handlebars->117->1275"
]
@@ -90851,8 +90895,8 @@
"zh-cht": "越南文",
"xloc": [
"default-mobile.handlebars->53->304",
- "default.handlebars->119->2048",
- "default3.handlebars->117->2044",
+ "default.handlebars->119->2050",
+ "default3.handlebars->117->2046",
"login2.handlebars->17->190"
]
},
@@ -90912,8 +90956,8 @@
"zh-chs": "查看所有事件",
"zh-cht": "查看所有事件",
"xloc": [
- "default.handlebars->119->2848",
- "default3.handlebars->117->2857"
+ "default.handlebars->119->2855",
+ "default3.handlebars->117->2864"
]
},
{
@@ -90968,10 +91012,10 @@
"zh-chs": "查看变更日志",
"zh-cht": "查看變更日誌",
"xloc": [
- "default.handlebars->119->3441",
- "default.handlebars->119->3443",
- "default3.handlebars->117->3446",
- "default3.handlebars->117->3448"
+ "default.handlebars->119->3448",
+ "default.handlebars->119->3450",
+ "default3.handlebars->117->3453",
+ "default3.handlebars->117->3455"
]
},
{
@@ -91030,8 +91074,8 @@
"zh-chs": "查看有关此设备组的注释",
"zh-cht": "查看有關此裝置群的註釋",
"xloc": [
- "default.handlebars->119->2235",
- "default3.handlebars->117->2246"
+ "default.handlebars->119->2237",
+ "default3.handlebars->117->2248"
]
},
{
@@ -91060,8 +91104,8 @@
"zh-chs": "查看有关此用户的注释",
"zh-cht": "查看有關此用戶的註釋",
"xloc": [
- "default.handlebars->119->3017",
- "default3.handlebars->117->3026"
+ "default.handlebars->119->3024",
+ "default3.handlebars->117->3033"
]
},
{
@@ -91121,8 +91165,8 @@
"zh-chs": "查看此用户以前的登录",
"zh-cht": "查看此用戶以前的登錄信息",
"xloc": [
- "default.handlebars->119->3032",
- "default3.handlebars->117->3041"
+ "default.handlebars->119->3039",
+ "default3.handlebars->117->3048"
]
},
{
@@ -91182,8 +91226,8 @@
"zh-cht": "沃拉普克",
"xloc": [
"default-mobile.handlebars->53->305",
- "default.handlebars->119->2049",
- "default3.handlebars->117->2045",
+ "default.handlebars->119->2051",
+ "default3.handlebars->117->2047",
"login2.handlebars->17->191"
]
},
@@ -91442,7 +91486,7 @@
"zh-chs": "正在等待用户授予访问权限...",
"zh-cht": "正在等待用戶授予訪問權限...",
"xloc": [
- "default-mobile.handlebars->53->646",
+ "default-mobile.handlebars->53->651",
"default.handlebars->119->1388",
"default3.handlebars->117->1389",
"sharing-mobile.handlebars->53->9",
@@ -91508,12 +91552,12 @@
"zh-chs": "唤醒设备",
"zh-cht": "喚醒裝置",
"xloc": [
- "default-mobile.handlebars->53->1009",
- "default-mobile.handlebars->53->994",
- "default.handlebars->119->2379",
- "default.handlebars->119->2411",
- "default3.handlebars->117->2391",
- "default3.handlebars->117->2423"
+ "default-mobile.handlebars->53->1001",
+ "default-mobile.handlebars->53->1016",
+ "default.handlebars->119->2381",
+ "default.handlebars->119->2413",
+ "default3.handlebars->117->2393",
+ "default3.handlebars->117->2425"
]
},
{
@@ -91542,7 +91586,7 @@
"zh-chs": "唤醒",
"zh-cht": "喚醒",
"xloc": [
- "default-mobile.handlebars->53->590",
+ "default-mobile.handlebars->53->595",
"default.handlebars->119->1271",
"default3.handlebars->117->1280"
]
@@ -91604,8 +91648,8 @@
"zh-cht": "瓦隆",
"xloc": [
"default-mobile.handlebars->53->306",
- "default.handlebars->119->2050",
- "default3.handlebars->117->2046",
+ "default.handlebars->119->2052",
+ "default3.handlebars->117->2048",
"login2.handlebars->17->192"
]
},
@@ -91635,8 +91679,8 @@
"zh-chs": "弱",
"zh-cht": "弱",
"xloc": [
- "default.handlebars->119->2136",
- "default3.handlebars->117->2151"
+ "default.handlebars->119->2138",
+ "default3.handlebars->117->2153"
]
},
{
@@ -91700,9 +91744,9 @@
"zh-cht": "網頁通知",
"xloc": [
"default.handlebars->119->1126",
- "default.handlebars->119->2458",
+ "default.handlebars->119->2460",
"default3.handlebars->117->1135",
- "default3.handlebars->117->2470"
+ "default3.handlebars->117->2472"
]
},
{
@@ -91731,8 +91775,8 @@
"zh-chs": "网页电源开关 7",
"zh-cht": "網頁電源開關 7",
"xloc": [
- "default.handlebars->119->2127",
- "default3.handlebars->117->2142"
+ "default.handlebars->119->2129",
+ "default3.handlebars->117->2144"
]
},
{
@@ -91761,10 +91805,10 @@
"zh-chs": "网络服务器",
"zh-cht": "網絡伺服器",
"xloc": [
- "default.handlebars->119->3420",
- "default.handlebars->119->3421",
- "default3.handlebars->117->3425",
- "default3.handlebars->117->3426"
+ "default.handlebars->119->3427",
+ "default.handlebars->119->3428",
+ "default3.handlebars->117->3432",
+ "default3.handlebars->117->3433"
]
},
{
@@ -91793,8 +91837,8 @@
"zh-chs": "Web 服务器 HTTP 标头",
"zh-cht": "Web 服務器 HTTP 標頭",
"xloc": [
- "default.handlebars->119->3424",
- "default3.handlebars->117->3429"
+ "default.handlebars->119->3431",
+ "default3.handlebars->117->3436"
]
},
{
@@ -91823,8 +91867,8 @@
"zh-chs": "Web服务器请求",
"zh-cht": "Web伺服器請求",
"xloc": [
- "default.handlebars->119->3422",
- "default3.handlebars->117->3427"
+ "default.handlebars->119->3429",
+ "default3.handlebars->117->3434"
]
},
{
@@ -91853,8 +91897,8 @@
"zh-chs": "Web套接字中继",
"zh-cht": "Web插座中繼",
"xloc": [
- "default.handlebars->119->3423",
- "default3.handlebars->117->3428"
+ "default.handlebars->119->3430",
+ "default3.handlebars->117->3435"
]
},
{
@@ -91883,14 +91927,14 @@
"zh-chs": "网络RDP",
"zh-cht": "網絡RDP",
"xloc": [
- "default-mobile.handlebars->53->564",
+ "default-mobile.handlebars->53->569",
"default.handlebars->119->1068",
- "default.handlebars->119->3234",
- "default.handlebars->119->3287",
+ "default.handlebars->119->3241",
+ "default.handlebars->119->3294",
"default.handlebars->contextMenu->cxwebrdp",
"default3.handlebars->117->1079",
- "default3.handlebars->117->3237",
- "default3.handlebars->117->3290",
+ "default3.handlebars->117->3244",
+ "default3.handlebars->117->3297",
"default3.handlebars->contextMenu->cxwebrdp"
]
},
@@ -91920,10 +91964,10 @@
"zh-chs": "网络SFTP",
"zh-cht": "網絡SFTP",
"xloc": [
- "default.handlebars->119->3236",
- "default.handlebars->119->3289",
- "default3.handlebars->117->3239",
- "default3.handlebars->117->3292"
+ "default.handlebars->119->3243",
+ "default.handlebars->119->3296",
+ "default3.handlebars->117->3246",
+ "default3.handlebars->117->3299"
]
},
{
@@ -91952,14 +91996,14 @@
"zh-chs": "网络SSH",
"zh-cht": "網絡SSH",
"xloc": [
- "default-mobile.handlebars->53->565",
+ "default-mobile.handlebars->53->570",
"default.handlebars->119->1070",
- "default.handlebars->119->3235",
- "default.handlebars->119->3288",
+ "default.handlebars->119->3242",
+ "default.handlebars->119->3295",
"default.handlebars->contextMenu->cxwebssh",
"default3.handlebars->117->1081",
- "default3.handlebars->117->3238",
- "default3.handlebars->117->3291",
+ "default3.handlebars->117->3245",
+ "default3.handlebars->117->3298",
"default3.handlebars->contextMenu->cxwebssh"
]
},
@@ -91989,14 +92033,14 @@
"zh-chs": "网络VNC",
"zh-cht": "網絡-VNC",
"xloc": [
- "default-mobile.handlebars->53->563",
+ "default-mobile.handlebars->53->568",
"default.handlebars->119->1066",
- "default.handlebars->119->3237",
- "default.handlebars->119->3290",
+ "default.handlebars->119->3244",
+ "default.handlebars->119->3297",
"default.handlebars->contextMenu->cxwebvnc",
"default3.handlebars->117->1077",
- "default3.handlebars->117->3240",
- "default3.handlebars->117->3293",
+ "default3.handlebars->117->3247",
+ "default3.handlebars->117->3300",
"default3.handlebars->contextMenu->cxwebvnc"
]
},
@@ -92026,8 +92070,8 @@
"zh-chs": "网络RDP",
"zh-cht": "WebRDP",
"xloc": [
- "default.handlebars->119->3387",
- "default3.handlebars->117->3392"
+ "default.handlebars->119->3394",
+ "default3.handlebars->117->3399"
]
},
{
@@ -92056,8 +92100,8 @@
"zh-chs": "网络SSH",
"zh-cht": "網絡SSH",
"xloc": [
- "default.handlebars->119->3388",
- "default3.handlebars->117->3393"
+ "default.handlebars->119->3395",
+ "default3.handlebars->117->3400"
]
},
{
@@ -92116,8 +92160,8 @@
"zh-chs": "网络VNC",
"zh-cht": "網絡VNC",
"xloc": [
- "default.handlebars->119->3389",
- "default3.handlebars->117->3394"
+ "default.handlebars->119->3396",
+ "default3.handlebars->117->3401"
]
},
{
@@ -92237,8 +92281,8 @@
"zh-cht": "威爾士文",
"xloc": [
"default-mobile.handlebars->53->307",
- "default.handlebars->119->2051",
- "default3.handlebars->117->2047",
+ "default.handlebars->119->2053",
+ "default3.handlebars->117->2049",
"login2.handlebars->17->193"
]
},
@@ -92253,10 +92297,10 @@
"pl": "Whatsapp",
"uk": "WhatsApp",
"xloc": [
- "default.handlebars->119->1816",
- "default.handlebars->119->3054",
- "default3.handlebars->117->1813",
- "default3.handlebars->117->3063"
+ "default.handlebars->119->1818",
+ "default.handlebars->119->3061",
+ "default3.handlebars->117->1815",
+ "default3.handlebars->117->3070"
]
},
{
@@ -92285,8 +92329,8 @@
"zh-chs": "启用后,任何人都可以使用邀请代码通过以下公共连结将设备加入该设备组:",
"zh-cht": "啟用後,任何人都可以使用邀請代碼通過以下公共鏈結將裝置加入該裝置群:",
"xloc": [
- "default.handlebars->119->2437",
- "default3.handlebars->117->2449"
+ "default.handlebars->119->2439",
+ "default3.handlebars->117->2451"
]
},
{
@@ -92316,8 +92360,8 @@
"zh-cht": "啟用後,每次登入時,你都可以選擇向電郵帳戶接收登入保安編碼,以提高安全性。",
"xloc": [
"default-mobile.handlebars->53->113",
- "default.handlebars->119->1832",
- "default3.handlebars->117->1829"
+ "default.handlebars->119->1834",
+ "default3.handlebars->117->1831"
]
},
{
@@ -92346,8 +92390,8 @@
"zh-chs": "选择此策略时,此服务器不管理英特尔®AMT。 仍然可以通过手动激活和配置Intel AMT来使用它。",
"zh-cht": "選擇此策略時,此服務器不管理英特爾®AMT。 仍然可以通過手動激活和配置Intel AMT來使用它。",
"xloc": [
- "default.handlebars->119->2315",
- "default3.handlebars->117->2324"
+ "default.handlebars->119->2317",
+ "default3.handlebars->117->2326"
]
},
{
@@ -92402,8 +92446,8 @@
"zh-chs": "选择此策略后,将禁用处于客户端控制模式(CCM)的所有英特尔®AMT。 其他设备将清除CIRA,并且仍然可以手动进行管理。",
"zh-cht": "選擇此策略後,將禁用處於客戶端控制模式(CCM)的所有英特爾®AMT。 其他設備將清除CIRA,並且仍然可以手動進行管理。",
"xloc": [
- "default.handlebars->119->2316",
- "default3.handlebars->117->2325"
+ "default.handlebars->119->2318",
+ "default3.handlebars->117->2327"
]
},
{
@@ -92432,8 +92476,8 @@
"zh-chs": "下次登录时将更改。",
"zh-cht": "下次登入時將更改。",
"xloc": [
- "default.handlebars->119->2985",
- "default3.handlebars->117->2994"
+ "default.handlebars->119->2992",
+ "default3.handlebars->117->3001"
]
},
{
@@ -92462,8 +92506,8 @@
"zh-chs": "Win",
"zh-cht": "Win",
"xloc": [
- "default-mobile.handlebars->53->675",
- "default-mobile.handlebars->53->679",
+ "default-mobile.handlebars->53->680",
+ "default-mobile.handlebars->53->684",
"default-mobile.handlebars->dialog->3->dialog3->deskkeys->5",
"default.handlebars->119->1447",
"default.handlebars->119->1451",
@@ -92825,7 +92869,7 @@
"zh-chs": "Windows",
"zh-cht": "視窗",
"xloc": [
- "default-mobile.handlebars->53->504",
+ "default-mobile.handlebars->53->509",
"default.handlebars->119->59",
"default.handlebars->119->601",
"default.handlebars->119->915",
@@ -93261,7 +93305,7 @@
"zh-chs": "Windows命令提示",
"zh-cht": "Windows命令提示",
"xloc": [
- "default-mobile.handlebars->53->613",
+ "default-mobile.handlebars->53->618",
"default.handlebars->119->1290",
"default.handlebars->119->815",
"default3.handlebars->117->1299",
@@ -93274,7 +93318,7 @@
"nl": "Windows Defender",
"uk": "Захисник Windows",
"xloc": [
- "default-mobile.handlebars->53->783",
+ "default-mobile.handlebars->53->788",
"default.handlebars->119->971",
"default3.handlebars->117->982"
]
@@ -93317,9 +93361,9 @@
"zh-chs": "Windows MeshAgent",
"zh-cht": "Windows MeshAgent",
"xloc": [
- "default.handlebars->119->2442",
+ "default.handlebars->119->2444",
"default.handlebars->119->590",
- "default3.handlebars->117->2454",
+ "default3.handlebars->117->2456",
"default3.handlebars->117->601"
]
},
@@ -93441,7 +93485,7 @@
"zh-chs": "Windows PowerShell",
"zh-cht": "Windows PowerShell",
"xloc": [
- "default-mobile.handlebars->53->614",
+ "default-mobile.handlebars->53->619",
"default.handlebars->119->1291",
"default.handlebars->119->816",
"default3.handlebars->117->1300",
@@ -93474,7 +93518,7 @@
"zh-chs": "Windows安全",
"zh-cht": "Windows 安全",
"xloc": [
- "default-mobile.handlebars->53->774",
+ "default-mobile.handlebars->53->779",
"default.handlebars->119->962",
"default3.handlebars->117->973"
]
@@ -93867,10 +93911,10 @@
"zh-chs": "XMPP",
"zh-cht": "XMPP",
"xloc": [
- "default.handlebars->119->1806",
- "default.handlebars->119->3044",
- "default3.handlebars->117->1803",
- "default3.handlebars->117->3053"
+ "default.handlebars->119->1808",
+ "default.handlebars->119->3051",
+ "default3.handlebars->117->1805",
+ "default3.handlebars->117->3060"
]
},
{
@@ -93930,8 +93974,8 @@
"zh-cht": "科薩",
"xloc": [
"default-mobile.handlebars->53->308",
- "default.handlebars->119->2052",
- "default3.handlebars->117->2048",
+ "default.handlebars->119->2054",
+ "default3.handlebars->117->2050",
"login2.handlebars->17->194"
]
},
@@ -93941,21 +93985,21 @@
"en": "Yes",
"nl": "Ja",
"xloc": [
- "default-mobile.handlebars->53->859",
- "default-mobile.handlebars->53->862",
- "default-mobile.handlebars->53->865",
- "default.handlebars->119->1705",
- "default.handlebars->119->1708",
- "default.handlebars->119->1711",
- "default3.handlebars->117->1703",
- "default3.handlebars->117->1706",
- "default3.handlebars->117->1709"
+ "default-mobile.handlebars->53->866",
+ "default-mobile.handlebars->53->869",
+ "default-mobile.handlebars->53->872",
+ "default.handlebars->119->1707",
+ "default.handlebars->119->1710",
+ "default.handlebars->119->1713",
+ "default3.handlebars->117->1705",
+ "default3.handlebars->117->1708",
+ "default3.handlebars->117->1711"
]
},
{
"en": "Yeti",
"xloc": [
- "default3.handlebars->117->2120"
+ "default3.handlebars->117->2122"
]
},
{
@@ -93985,8 +94029,8 @@
"zh-cht": "意第緒文",
"xloc": [
"default-mobile.handlebars->53->309",
- "default.handlebars->119->2053",
- "default3.handlebars->117->2049",
+ "default.handlebars->119->2055",
+ "default3.handlebars->117->2051",
"login2.handlebars->17->195"
]
},
@@ -94203,14 +94247,14 @@
"zh-chs": "YubiKey™ OTP",
"zh-cht": "YubiKey™OTP",
"xloc": [
- "default.handlebars->119->1855",
- "default3.handlebars->117->1851"
+ "default.handlebars->119->1857",
+ "default3.handlebars->117->1853"
]
},
{
"en": "Zephyr",
"xloc": [
- "default3.handlebars->117->2121"
+ "default3.handlebars->117->2123"
]
},
{
@@ -94379,10 +94423,10 @@
"pl": "Zulip",
"uk": "Zulip",
"xloc": [
- "default.handlebars->119->1810",
- "default.handlebars->119->3048",
- "default3.handlebars->117->1807",
- "default3.handlebars->117->3057"
+ "default.handlebars->119->1812",
+ "default.handlebars->119->3055",
+ "default3.handlebars->117->1809",
+ "default3.handlebars->117->3064"
]
},
{
@@ -94412,8 +94456,8 @@
"zh-cht": "祖魯族",
"xloc": [
"default-mobile.handlebars->53->310",
- "default.handlebars->119->2054",
- "default3.handlebars->117->2050",
+ "default.handlebars->119->2056",
+ "default3.handlebars->117->2052",
"login2.handlebars->17->196"
]
},
@@ -95046,8 +95090,8 @@
"zh-chs": "\\\\'",
"zh-cht": "\\\\'",
"xloc": [
- "default.handlebars->119->3439",
- "default3.handlebars->117->3444"
+ "default.handlebars->119->3446",
+ "default3.handlebars->117->3451"
]
},
{
@@ -95076,8 +95120,8 @@
"zh-chs": "a:",
"zh-cht": "a:",
"xloc": [
- "default-mobile.handlebars->53->401",
- "default-mobile.handlebars->53->402",
+ "default-mobile.handlebars->53->406",
+ "default-mobile.handlebars->53->407",
"default.handlebars->119->844",
"default.handlebars->119->845",
"default3.handlebars->117->855",
@@ -95151,8 +95195,8 @@
{
"en": "allow override",
"xloc": [
- "default.handlebars->119->2200",
- "default3.handlebars->117->2211"
+ "default.handlebars->119->2202",
+ "default3.handlebars->117->2213"
]
},
{
@@ -95181,8 +95225,8 @@
"zh-chs": "数量:",
"zh-cht": "上午:",
"xloc": [
- "default-mobile.handlebars->53->405",
- "default-mobile.handlebars->53->406",
+ "default-mobile.handlebars->53->410",
+ "default-mobile.handlebars->53->411",
"default.handlebars->119->848",
"default.handlebars->119->849",
"default3.handlebars->117->859",
@@ -95334,8 +95378,8 @@
"zh-chs": "atag:",
"zh-cht": "atag:",
"xloc": [
- "default-mobile.handlebars->53->399",
- "default-mobile.handlebars->53->400",
+ "default-mobile.handlebars->53->404",
+ "default-mobile.handlebars->53->405",
"default.handlebars->119->842",
"default.handlebars->119->843",
"default3.handlebars->117->853",
@@ -95588,8 +95632,8 @@
"zh-chs": "config.json",
"zh-cht": "config.json",
"xloc": [
- "default.handlebars->119->2175",
- "default3.handlebars->117->2186"
+ "default.handlebars->119->2177",
+ "default3.handlebars->117->2188"
]
},
{
@@ -95627,9 +95671,9 @@
"zh-chs": "console.txt",
"zh-cht": "console.txt",
"xloc": [
- "default-mobile.handlebars->53->931",
- "default.handlebars->119->1778",
- "default3.handlebars->117->1776"
+ "default-mobile.handlebars->53->938",
+ "default.handlebars->119->1780",
+ "default3.handlebars->117->1778"
]
},
{
@@ -95658,9 +95702,9 @@
"zh-chs": "复制",
"zh-cht": "複製",
"xloc": [
- "default-mobile.handlebars->53->382",
- "default.handlebars->119->2536",
- "default3.handlebars->117->2548"
+ "default-mobile.handlebars->53->387",
+ "default.handlebars->119->2543",
+ "default3.handlebars->117->2555"
]
},
{
@@ -95933,10 +95977,10 @@
"zh-chs": "eventslist.csv",
"zh-cht": "eventslist.csv",
"xloc": [
- "default.handlebars->119->2731",
- "default.handlebars->119->2736",
- "default3.handlebars->117->2743",
- "default3.handlebars->117->2748"
+ "default.handlebars->119->2738",
+ "default.handlebars->119->2743",
+ "default3.handlebars->117->2750",
+ "default3.handlebars->117->2755"
]
},
{
@@ -95965,10 +96009,10 @@
"zh-chs": "eventslist.json",
"zh-cht": "eventslist.json",
"xloc": [
- "default.handlebars->119->2733",
- "default.handlebars->119->2737",
- "default3.handlebars->117->2745",
- "default3.handlebars->117->2749"
+ "default.handlebars->119->2740",
+ "default.handlebars->119->2744",
+ "default3.handlebars->117->2752",
+ "default3.handlebars->117->2756"
]
},
{
@@ -96057,10 +96101,10 @@
"zh-chs": "空闲",
"zh-cht": "免費",
"xloc": [
- "default.handlebars->119->3374",
- "default.handlebars->119->3377",
- "default3.handlebars->117->3379",
- "default3.handlebars->117->3382"
+ "default.handlebars->119->3381",
+ "default.handlebars->119->3384",
+ "default3.handlebars->117->3386",
+ "default3.handlebars->117->3389"
]
},
{
@@ -96089,8 +96133,8 @@
"zh-chs": "G:",
"zh-cht": "G:",
"xloc": [
- "default-mobile.handlebars->53->393",
- "default-mobile.handlebars->53->394",
+ "default-mobile.handlebars->53->398",
+ "default-mobile.handlebars->53->399",
"default.handlebars->119->836",
"default.handlebars->119->837",
"default3.handlebars->117->847",
@@ -96123,8 +96167,8 @@
"zh-chs": "组:",
"zh-cht": "群:",
"xloc": [
- "default-mobile.handlebars->53->391",
- "default-mobile.handlebars->53->392",
+ "default-mobile.handlebars->53->396",
+ "default-mobile.handlebars->53->397",
"default.handlebars->119->834",
"default.handlebars->119->835",
"default3.handlebars->117->845",
@@ -96292,10 +96336,10 @@
"nl": "https://api.callmebot.com/...",
"pl": "https://api.callmebot.com/...",
"xloc": [
- "default.handlebars->119->1825",
- "default.handlebars->119->3063",
- "default3.handlebars->117->1822",
- "default3.handlebars->117->3072"
+ "default.handlebars->119->1827",
+ "default.handlebars->119->3070",
+ "default3.handlebars->117->1824",
+ "default3.handlebars->117->3079"
]
},
{
@@ -96363,10 +96407,10 @@
"en": "https://hooks.slack.com/...",
"nl": "https://hooks.slack.com/...",
"xloc": [
- "default.handlebars->119->1829",
- "default.handlebars->119->3067",
- "default3.handlebars->117->1826",
- "default3.handlebars->117->3076"
+ "default.handlebars->119->1831",
+ "default.handlebars->119->3074",
+ "default3.handlebars->117->1828",
+ "default3.handlebars->117->3083"
]
},
{
@@ -96395,8 +96439,8 @@
"zh-chs": "ID、姓名、电子邮件、创建、lastlogin、组、authfactors、siteadmin、useradmin、锁定",
"zh-cht": "ID、姓名、電子郵件、創建、lastlogin、組、authfactors、siteadmin、useradmin、鎖定",
"xloc": [
- "default.handlebars->119->2812",
- "default3.handlebars->117->2823"
+ "default.handlebars->119->2819",
+ "default3.handlebars->117->2830"
]
},
{
@@ -96455,8 +96499,8 @@
"zh-chs": "ip:",
"zh-cht": "ip:",
"xloc": [
- "default-mobile.handlebars->53->389",
- "default-mobile.handlebars->53->390",
+ "default-mobile.handlebars->53->394",
+ "default-mobile.handlebars->53->395",
"default.handlebars->119->832",
"default.handlebars->119->833",
"default3.handlebars->117->843",
@@ -96576,8 +96620,8 @@
"zh-chs": "k max,默认为空白",
"zh-cht": "k max,默認為空白",
"xloc": [
- "default.handlebars->119->2840",
- "default3.handlebars->117->2849"
+ "default.handlebars->119->2847",
+ "default3.handlebars->117->2856"
]
},
{
@@ -96662,7 +96706,7 @@
"zh-chs": "macOS",
"zh-cht": "macOS",
"xloc": [
- "default-mobile.handlebars->53->508",
+ "default-mobile.handlebars->53->513",
"default.handlebars->119->919",
"default3.handlebars->117->930"
]
@@ -96969,9 +97013,9 @@
"zh-chs": "移动",
"zh-cht": "移動",
"xloc": [
- "default-mobile.handlebars->53->383",
- "default.handlebars->119->2537",
- "default3.handlebars->117->2549"
+ "default-mobile.handlebars->53->388",
+ "default.handlebars->119->2544",
+ "default3.handlebars->117->2556"
]
},
{
@@ -97062,10 +97106,10 @@
"pl": "ntfy",
"uk": "ntfy",
"xloc": [
- "default.handlebars->119->1809",
- "default.handlebars->119->3047",
- "default3.handlebars->117->1806",
- "default3.handlebars->117->3056"
+ "default.handlebars->119->1811",
+ "default.handlebars->119->3054",
+ "default3.handlebars->117->1808",
+ "default3.handlebars->117->3063"
]
},
{
@@ -97267,8 +97311,8 @@
"zh-chs": "操作系统:",
"zh-cht": "操作系統:",
"xloc": [
- "default-mobile.handlebars->53->403",
- "default-mobile.handlebars->53->404",
+ "default-mobile.handlebars->53->408",
+ "default-mobile.handlebars->53->409",
"default.handlebars->119->846",
"default.handlebars->119->847",
"default3.handlebars->117->857",
@@ -97307,8 +97351,8 @@
{
"en": "prefer --agentname",
"xloc": [
- "default.handlebars->119->2199",
- "default3.handlebars->117->2210"
+ "default.handlebars->119->2201",
+ "default3.handlebars->117->2212"
]
},
{
@@ -97367,8 +97411,8 @@
"zh-chs": "servererrors.txt",
"zh-cht": "servererrors.txt",
"xloc": [
- "default.handlebars->119->2172",
- "default3.handlebars->117->2185"
+ "default.handlebars->119->2174",
+ "default3.handlebars->117->2187"
]
},
{
@@ -97397,8 +97441,8 @@
"zh-chs": "servertrace.csv",
"zh-cht": "servertrace.csv",
"xloc": [
- "default.handlebars->119->3433",
- "default3.handlebars->117->3438"
+ "default.handlebars->119->3440",
+ "default3.handlebars->117->3445"
]
},
{
@@ -97464,8 +97508,8 @@
"zh-chs": "t:",
"zh-cht": "t:",
"xloc": [
- "default-mobile.handlebars->53->397",
- "default-mobile.handlebars->53->398",
+ "default-mobile.handlebars->53->402",
+ "default-mobile.handlebars->53->403",
"default.handlebars->119->840",
"default.handlebars->119->841",
"default3.handlebars->117->851",
@@ -97498,8 +97542,8 @@
"zh-chs": "标签:",
"zh-cht": "標籤:",
"xloc": [
- "default-mobile.handlebars->53->395",
- "default-mobile.handlebars->53->396",
+ "default-mobile.handlebars->53->400",
+ "default-mobile.handlebars->53->401",
"default.handlebars->119->838",
"default.handlebars->119->839",
"default3.handlebars->117->849",
@@ -97532,8 +97576,8 @@
"zh-chs": "这将删除现有服务器数据。",
"zh-cht": "這將刪除現有伺服器數據。",
"xloc": [
- "default.handlebars->119->2161",
- "default3.handlebars->117->2176"
+ "default.handlebars->119->2163",
+ "default3.handlebars->117->2178"
]
},
{
@@ -97562,8 +97606,8 @@
"zh-chs": "time, conn.agent, conn.users, conn.usersessions, conn.relaysession, conn.intelamt, mem.external, mem.heapused, mem.heaptotal, mem.rss",
"zh-cht": "time, conn.agent, conn.users, conn.usersessions, conn.relaysession, conn.intelamt, mem.external, mem.heapused, mem.heaptotal, mem.rss",
"xloc": [
- "default.handlebars->119->3407",
- "default3.handlebars->117->3412"
+ "default.handlebars->119->3414",
+ "default3.handlebars->117->3419"
]
},
{
@@ -97592,8 +97636,8 @@
"zh-chs": "时间,来源,信息",
"zh-cht": "時間,來源,訊息",
"xloc": [
- "default.handlebars->119->3432",
- "default3.handlebars->117->3437"
+ "default.handlebars->119->3439",
+ "default3.handlebars->117->3444"
]
},
{
@@ -97663,10 +97707,10 @@
"zh-chs": "总计",
"zh-cht": "總",
"xloc": [
- "default.handlebars->119->3375",
- "default.handlebars->119->3378",
- "default3.handlebars->117->3380",
- "default3.handlebars->117->3383"
+ "default.handlebars->119->3382",
+ "default.handlebars->119->3385",
+ "default3.handlebars->117->3387",
+ "default3.handlebars->117->3390"
]
},
{
@@ -97703,8 +97747,8 @@
"en": "true",
"nl": "waar",
"xloc": [
- "default.handlebars->119->2795",
- "default3.handlebars->117->2806"
+ "default.handlebars->119->2802",
+ "default3.handlebars->117->2813"
]
},
{
@@ -97733,8 +97777,8 @@
"zh-chs": "u:",
"zh-cht": "u:",
"xloc": [
- "default-mobile.handlebars->53->387",
- "default-mobile.handlebars->53->388",
+ "default-mobile.handlebars->53->392",
+ "default-mobile.handlebars->53->393",
"default.handlebars->119->830",
"default.handlebars->119->831",
"default3.handlebars->117->841",
@@ -97793,8 +97837,8 @@
"zh-chs": "用户:",
"zh-cht": "用戶:",
"xloc": [
- "default-mobile.handlebars->53->385",
- "default-mobile.handlebars->53->386",
+ "default-mobile.handlebars->53->390",
+ "default-mobile.handlebars->53->391",
"default.handlebars->119->828",
"default.handlebars->119->829",
"default3.handlebars->117->839",
@@ -97827,10 +97871,10 @@
"zh-chs": "userlist.csv",
"zh-cht": "userlist.csv",
"xloc": [
- "default.handlebars->119->2808",
- "default.handlebars->119->2813",
- "default3.handlebars->117->2819",
- "default3.handlebars->117->2824"
+ "default.handlebars->119->2815",
+ "default.handlebars->119->2820",
+ "default3.handlebars->117->2826",
+ "default3.handlebars->117->2831"
]
},
{
@@ -97859,10 +97903,10 @@
"zh-chs": "userlist.json",
"zh-cht": "userlist.json",
"xloc": [
- "default.handlebars->119->2810",
- "default.handlebars->119->2814",
- "default3.handlebars->117->2821",
- "default3.handlebars->117->2825"
+ "default.handlebars->119->2817",
+ "default.handlebars->119->2821",
+ "default3.handlebars->117->2828",
+ "default3.handlebars->117->2832"
]
},
{
@@ -97876,10 +97920,10 @@
"pl": "nazwauzytkownika@domena.pl",
"uk": "ім'я_користувача@server.ua",
"xloc": [
- "default.handlebars->119->1828",
- "default.handlebars->119->3066",
- "default3.handlebars->117->1825",
- "default3.handlebars->117->3075"
+ "default.handlebars->119->1830",
+ "default.handlebars->119->3073",
+ "default3.handlebars->117->1827",
+ "default3.handlebars->117->3082"
]
},
{
@@ -97893,10 +97937,10 @@
"pl": "nazwauzytkownika@serwer.pl",
"uk": "ім'я_користувача@server.ua",
"xloc": [
- "default.handlebars->119->1824",
- "default.handlebars->119->3062",
- "default3.handlebars->117->1821",
- "default3.handlebars->117->3071"
+ "default.handlebars->119->1826",
+ "default.handlebars->119->3069",
+ "default3.handlebars->117->1823",
+ "default3.handlebars->117->3078"
]
},
{
@@ -97925,8 +97969,8 @@
"zh-chs": "utc,时间,打字,指令,用户,设备,消息",
"zh-cht": "utc,時間,類型,指令,用戶,裝置,消息",
"xloc": [
- "default.handlebars->119->2735",
- "default3.handlebars->117->2747"
+ "default.handlebars->119->2742",
+ "default3.handlebars->117->2754"
]
},
{
@@ -98065,12 +98109,15 @@
"zh-chs": "{0}",
"zh-cht": "{0}",
"xloc": [
- "default-mobile.handlebars->53->877",
- "default-mobile.handlebars->53->883",
- "default.handlebars->119->1723",
- "default.handlebars->119->1729",
- "default3.handlebars->117->1721",
- "default3.handlebars->117->1727"
+ "default-mobile.handlebars->53->819",
+ "default-mobile.handlebars->53->884",
+ "default-mobile.handlebars->53->890",
+ "default.handlebars->119->1660",
+ "default.handlebars->119->1725",
+ "default.handlebars->119->1731",
+ "default3.handlebars->117->1660",
+ "default3.handlebars->117->1723",
+ "default3.handlebars->117->1729"
]
},
{
@@ -98232,10 +98279,18 @@
"zh-chs": "{0} Gb",
"zh-cht": "{0} Gb",
"xloc": [
- "default.handlebars->119->2509",
- "default.handlebars->119->2514",
- "default3.handlebars->117->2521",
- "default3.handlebars->117->2526"
+ "default.handlebars->119->2511",
+ "default.handlebars->119->2516",
+ "default3.handlebars->117->2523",
+ "default3.handlebars->117->2528"
+ ]
+ },
+ {
+ "en": "{0} Gbps",
+ "xloc": [
+ "default-mobile.handlebars->53->371",
+ "default.handlebars->119->2521",
+ "default3.handlebars->117->2533"
]
},
{
@@ -98290,12 +98345,20 @@
"zh-chs": "{0} Kb",
"zh-cht": "{0} Kb",
"xloc": [
- "default.handlebars->119->2507",
- "default.handlebars->119->2512",
- "default.handlebars->119->3147",
- "default3.handlebars->117->2519",
- "default3.handlebars->117->2524",
- "default3.handlebars->117->3150"
+ "default.handlebars->119->2509",
+ "default.handlebars->119->2514",
+ "default.handlebars->119->3154",
+ "default3.handlebars->117->2521",
+ "default3.handlebars->117->2526",
+ "default3.handlebars->117->3157"
+ ]
+ },
+ {
+ "en": "{0} Kbps",
+ "xloc": [
+ "default-mobile.handlebars->53->369",
+ "default.handlebars->119->2519",
+ "default3.handlebars->117->2531"
]
},
{
@@ -98350,16 +98413,16 @@
"zh-chs": "{0} Mb",
"zh-cht": "{0} Mb",
"xloc": [
- "default-mobile.handlebars->53->871",
- "default-mobile.handlebars->53->888",
- "default.handlebars->119->1717",
- "default.handlebars->119->1734",
- "default.handlebars->119->2508",
- "default.handlebars->119->2513",
- "default3.handlebars->117->1715",
- "default3.handlebars->117->1732",
- "default3.handlebars->117->2520",
- "default3.handlebars->117->2525"
+ "default-mobile.handlebars->53->878",
+ "default-mobile.handlebars->53->895",
+ "default.handlebars->119->1719",
+ "default.handlebars->119->1736",
+ "default.handlebars->119->2510",
+ "default.handlebars->119->2515",
+ "default3.handlebars->117->1717",
+ "default3.handlebars->117->1734",
+ "default3.handlebars->117->2522",
+ "default3.handlebars->117->2527"
]
},
{
@@ -98388,9 +98451,17 @@
"zh-chs": "{0} Mb,{1} Mhz",
"zh-cht": "{0} Mb,{1} Mhz",
"xloc": [
- "default-mobile.handlebars->53->869",
- "default.handlebars->119->1715",
- "default3.handlebars->117->1713"
+ "default-mobile.handlebars->53->876",
+ "default.handlebars->119->1717",
+ "default3.handlebars->117->1715"
+ ]
+ },
+ {
+ "en": "{0} Mbps",
+ "xloc": [
+ "default-mobile.handlebars->53->370",
+ "default.handlebars->119->2520",
+ "default3.handlebars->117->2532"
]
},
{
@@ -98445,8 +98516,8 @@
"zh-chs": "{0}个活跃会话",
"zh-cht": "{0}個活躍節",
"xloc": [
- "default.handlebars->119->3035",
- "default3.handlebars->117->3044"
+ "default.handlebars->119->3042",
+ "default3.handlebars->117->3051"
]
},
{
@@ -98475,10 +98546,18 @@
"zh-chs": "{0} b",
"zh-cht": "{0} b",
"xloc": [
- "default.handlebars->119->2506",
- "default.handlebars->119->2511",
- "default3.handlebars->117->2518",
- "default3.handlebars->117->2523"
+ "default.handlebars->119->2508",
+ "default.handlebars->119->2513",
+ "default3.handlebars->117->2520",
+ "default3.handlebars->117->2525"
+ ]
+ },
+ {
+ "en": "{0} bps",
+ "xloc": [
+ "default-mobile.handlebars->53->368",
+ "default.handlebars->119->2518",
+ "default3.handlebars->117->2530"
]
},
{
@@ -98507,11 +98586,11 @@
"zh-chs": "{0}个字节",
"zh-cht": "{0}個字節",
"xloc": [
- "default-mobile.handlebars->53->371",
- "default.handlebars->119->2522",
- "default.handlebars->119->3175",
- "default3.handlebars->117->2534",
- "default3.handlebars->117->3178",
+ "default-mobile.handlebars->53->376",
+ "default.handlebars->119->2529",
+ "default.handlebars->119->3182",
+ "default3.handlebars->117->2541",
+ "default3.handlebars->117->3185",
"download.handlebars->7->2",
"download2.handlebars->11->2",
"sharing.handlebars->47->102"
@@ -98543,8 +98622,8 @@
"zh-chs": "剩余{0}个字节",
"zh-cht": "剩餘{0}個字節",
"xloc": [
- "default.handlebars->119->2501",
- "default3.handlebars->117->2513"
+ "default.handlebars->119->2503",
+ "default3.handlebars->117->2515"
]
},
{
@@ -98660,8 +98739,8 @@
"zh-chs": "剩余{0} GB",
"zh-cht": "剩餘{0} GB",
"xloc": [
- "default.handlebars->119->2504",
- "default3.handlebars->117->2516"
+ "default.handlebars->119->2506",
+ "default3.handlebars->117->2518"
]
},
{
@@ -98690,8 +98769,8 @@
"zh-chs": "{0}个群组",
"zh-cht": "{0}個群組",
"xloc": [
- "default.handlebars->119->2990",
- "default3.handlebars->117->2999"
+ "default.handlebars->119->2997",
+ "default3.handlebars->117->3006"
]
},
{
@@ -98776,8 +98855,8 @@
"zh-chs": "剩余{0}千字节",
"zh-cht": "剩餘{0}千字節",
"xloc": [
- "default.handlebars->119->2502",
- "default3.handlebars->117->2514"
+ "default.handlebars->119->2504",
+ "default3.handlebars->117->2516"
]
},
{
@@ -98837,8 +98916,8 @@
"zh-chs": "剩余{0}兆字节",
"zh-cht": "剩餘{0}兆字節",
"xloc": [
- "default.handlebars->119->2503",
- "default3.handlebars->117->2515"
+ "default.handlebars->119->2505",
+ "default3.handlebars->117->2517"
]
},
{
@@ -99008,8 +99087,8 @@
"zh-chs": "{0}未显示更多用户,请使用搜索框查找用户...",
"zh-cht": "{0}未顯示更多用戶,請使用搜索框查找用戶...",
"xloc": [
- "default.handlebars->119->2745",
- "default3.handlebars->117->2757"
+ "default.handlebars->119->2752",
+ "default3.handlebars->117->2764"
]
},
{
@@ -99525,14 +99604,14 @@
"zh-chs": "{0}节",
"zh-cht": "{0}節",
"xloc": [
- "default-mobile.handlebars->53->425",
- "default-mobile.handlebars->53->428",
- "default-mobile.handlebars->53->432",
- "default-mobile.handlebars->53->436",
- "default-mobile.handlebars->53->440",
- "default-mobile.handlebars->53->444",
- "default-mobile.handlebars->53->448",
- "default.handlebars->119->2749",
+ "default-mobile.handlebars->53->430",
+ "default-mobile.handlebars->53->433",
+ "default-mobile.handlebars->53->437",
+ "default-mobile.handlebars->53->441",
+ "default-mobile.handlebars->53->445",
+ "default-mobile.handlebars->53->449",
+ "default-mobile.handlebars->53->453",
+ "default.handlebars->119->2756",
"default.handlebars->119->460",
"default.handlebars->119->463",
"default.handlebars->119->467",
@@ -99540,7 +99619,7 @@
"default.handlebars->119->475",
"default.handlebars->119->479",
"default.handlebars->119->483",
- "default3.handlebars->117->2761",
+ "default3.handlebars->117->2768",
"default3.handlebars->117->471",
"default3.handlebars->117->474",
"default3.handlebars->117->478",
@@ -99835,12 +99914,12 @@
"zh-chs": "{0}, {1}",
"zh-cht": "{0}, {1}",
"xloc": [
- "default-mobile.handlebars->53->875",
- "default-mobile.handlebars->53->881",
- "default.handlebars->119->1721",
- "default.handlebars->119->1727",
- "default3.handlebars->117->1719",
- "default3.handlebars->117->1725"
+ "default-mobile.handlebars->53->882",
+ "default-mobile.handlebars->53->888",
+ "default.handlebars->119->1723",
+ "default.handlebars->119->1729",
+ "default3.handlebars->117->1721",
+ "default3.handlebars->117->1727"
]
},
{
@@ -99870,9 +99949,9 @@
"zh-cht": "{0}、{1} {2} 分鐘",
"xloc": [
"default.handlebars->119->1113",
- "default.handlebars->119->2266",
+ "default.handlebars->119->2268",
"default3.handlebars->117->1124",
- "default3.handlebars->117->2277"
+ "default3.handlebars->117->2279"
]
},
{
@@ -99902,9 +99981,9 @@
"zh-cht": "{0}、{1} {2} 分鐘",
"xloc": [
"default.handlebars->119->1114",
- "default.handlebars->119->2267",
+ "default.handlebars->119->2269",
"default3.handlebars->117->1125",
- "default3.handlebars->117->2278"
+ "default3.handlebars->117->2280"
]
},
{
@@ -99934,9 +100013,9 @@
"zh-cht": "{0},{1}至{2}",
"xloc": [
"default.handlebars->119->1112",
- "default.handlebars->119->2265",
+ "default.handlebars->119->2267",
"default3.handlebars->117->1123",
- "default3.handlebars->117->2276"
+ "default3.handlebars->117->2278"
]
},
{
@@ -100023,8 +100102,8 @@
"zh-chs": "{0}k在1档案内。最多{1}k",
"zh-cht": "{0}k在1檔案內。最多{1}k",
"xloc": [
- "default.handlebars->119->2516",
- "default3.handlebars->117->2528"
+ "default.handlebars->119->2523",
+ "default3.handlebars->117->2535"
]
},
{
@@ -100053,8 +100132,8 @@
"zh-chs": "{1}k在{0}个文件中。最多{2}k",
"zh-cht": "{1}k在{0}個檔案中。最多{2}k",
"xloc": [
- "default.handlebars->119->2515",
- "default3.handlebars->117->2527"
+ "default.handlebars->119->2522",
+ "default3.handlebars->117->2534"
]
},
{
diff --git a/views/default-mobile.handlebars b/views/default-mobile.handlebars
index 529a8f74..aa79cda1 100644
--- a/views/default-mobile.handlebars
+++ b/views/default-mobile.handlebars
@@ -2919,6 +2919,14 @@
return format("{0}g left", Math.round(bytes / 1024 / 1024 / 1024));
}
+ function getNetworkSpeed(bitsPerSecond) {
+ if (bitsPerSecond <= 0) return "0 bps";
+ if (bitsPerSecond < 1000) return format("{0} bps", bitsPerSecond);
+ if (bitsPerSecond < 1000000) return format("{0} Kbps", Math.round(bitsPerSecond / 1000));
+ if (bitsPerSecond < 1000000000) return format("{0} Mbps", Math.round(bitsPerSecond / 1000000));
+ return format("{0} Gbps", (bitsPerSecond / 1000000000).toFixed(1));
+ }
+
function p5getQuotabar(f) {
while (f.t > 1 && f.t != 4) { f = f.parent; }
if ((f.t != 1 && f.t != 4) || (f.maxbytes == null)) return '';
@@ -6436,6 +6444,9 @@
x += addDetailItem("MAC Layer", format("MAC: {0}", EscapeHtml(m[0].mac)));
}
}
+ if (typeof m[0].speed == 'number' && (m[0].speed != 9223372036854775807 && m[0].speed > 0)) {
+ x += addDetailItem("Interface Speed", format("{0}", getNetworkSpeed(m[0].speed)));
+ }
for (var j = 0; j < m.length; j++) {
var iplayer = m[j], items = [];
if (iplayer.address) { items.push(format("IP: {0}", EscapeHtml(iplayer.address))); }
diff --git a/views/default.handlebars b/views/default.handlebars
index b550f823..aad76cfc 100644
--- a/views/default.handlebars
+++ b/views/default.handlebars
@@ -12324,6 +12324,9 @@
x += addDetailItem("MAC Layer", format("MAC: {0}", EscapeHtml(m[0].mac)));
}
}
+ if (typeof m[0].speed == 'number' && (m[0].speed != 9223372036854775807 && m[0].speed > 0)) {
+ x += addDetailItem("Interface Speed", format("{0}", getNetworkSpeed(m[0].speed)));
+ }
for (var j = 0; j < m.length; j++) {
var iplayer = m[j], items = [];
if (iplayer.address) { items.push(format("IP: {0}", EscapeHtml(iplayer.address))); }
@@ -15022,6 +15025,14 @@
return format("{0} Gb", round(bytes / 1024 / 1024 / 1024, 1));
}
+ function getNetworkSpeed(bitsPerSecond) {
+ if (bitsPerSecond <= 0) return "0 bps";
+ if (bitsPerSecond < 1000) return format("{0} bps", bitsPerSecond);
+ if (bitsPerSecond < 1000000) return format("{0} Kbps", Math.round(bitsPerSecond / 1000));
+ if (bitsPerSecond < 1000000000) return format("{0} Mbps", Math.round(bitsPerSecond / 1000000));
+ return format("{0} Gbps", (bitsPerSecond / 1000000000).toFixed(1));
+ }
+
function p5getQuotabar(f) {
while (f.t > 1 && f.t != 4) { f = f.parent; }
if ((f.t != 1 && f.t != 4) || (f.maxbytes == null)) return '';
diff --git a/views/default3.handlebars b/views/default3.handlebars
index 6ae1b7dc..6d57c87a 100644
--- a/views/default3.handlebars
+++ b/views/default3.handlebars
@@ -13339,6 +13339,9 @@
x += addDetailItem("MAC Layer", format("MAC: {0}", EscapeHtml(m[0].mac)));
}
}
+ if (typeof m[0].speed == 'number' && (m[0].speed != 9223372036854775807 && m[0].speed > 0)) {
+ x += addDetailItem("Interface Speed", format("{0}", getNetworkSpeed(m[0].speed)));
+ }
for (var j = 0; j < m.length; j++) {
var iplayer = m[j], items = [];
if (iplayer.address) { items.push(format("IP: {0}", EscapeHtml(iplayer.address))); }
@@ -16328,6 +16331,14 @@
return format("{0} Gb", round(bytes / 1024 / 1024 / 1024, 1));
}
+ function getNetworkSpeed(bitsPerSecond) {
+ if (bitsPerSecond <= 0) return "0 bps";
+ if (bitsPerSecond < 1000) return format("{0} bps", bitsPerSecond);
+ if (bitsPerSecond < 1000000) return format("{0} Kbps", Math.round(bitsPerSecond / 1000));
+ if (bitsPerSecond < 1000000000) return format("{0} Mbps", Math.round(bitsPerSecond / 1000000));
+ return format("{0} Gbps", (bitsPerSecond / 1000000000).toFixed(1));
+ }
+
function p5getQuotabar(f) {
while (f.t > 1 && f.t != 4) { f = f.parent; }
if ((f.t != 1 && f.t != 4) || (f.maxbytes == null)) return '';