Showing available memory on Linux when available.

Ylian Saint-Hilaire committed Aug 16, 2020 at 12:18 UTC ec465de878a2a4cb3fd729650f6e46faef8a3e4f
4 files changed +493 -464
meshuser.js
+4 -1
@@ -346,7 +346,10 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
346 // Take a look at server stats
347 var os = require('os');
348 var stats = { action: 'serverstats', totalmem: os.totalmem(), freemem: os.freemem() };
349 - if (parent.parent.platform != 'win32') { stats.cpuavg = os.loadavg(); }
349 + if (parent.parent.platform != 'win32') {
350 + stats.cpuavg = os.loadavg();
351 + try { stats.availablemem = 1024 * Number(/MemAvailable:[ ]+(\d+)/.exec(fs.readFileSync('/proc/meminfo', 'utf8'))[1]); } catch (ex) { }
352 + }
353
354 // Count the number of device groups that are not deleted
355 var activeDeviceGroups = 0;
public/styles/style.css
+1 -1
@@ -1122,7 +1122,7 @@ NoMeshesPanel img {
1122 }
1123
1124 .chartViewText {
1125 - width: 160px;
1125 + width: 200px;
1126 display: inline-block;
1127 }
1128
translate/translate.json
+470 -457
@@ -196,7 +196,7 @@
196 "fi": " Käyttäjien on kirjauduttava sisään tähän palvelimeen kerran, ennen kuin heidät voidaan lisätä laiteryhmään.",
197 "xloc": [
198 "default.handlebars->27->1375",
199 - "default.handlebars->27->1714"
199 + "default.handlebars->27->1719"
200 ]
201 },
202 {
@@ -663,7 +663,7 @@
663 "default-mobile.handlebars->9->108",
664 "default-mobile.handlebars->9->295",
665 "default.handlebars->27->1483",
666 - "default.handlebars->27->1869",
666 + "default.handlebars->27->1874",
667 "default.handlebars->27->852"
668 ]
669 },
@@ -714,7 +714,7 @@
714 "zh-chs": "1個活動會話",
715 "fi": "1 aktiivinen istunto",
716 "xloc": [
717 - "default.handlebars->27->1783"
717 + "default.handlebars->27->1788"
718 ]
719 },
720 {
@@ -734,7 +734,7 @@
734 "xloc": [
735 "default-mobile.handlebars->9->118",
736 "default-mobile.handlebars->9->453",
737 - "default.handlebars->27->1502"
737 + "default.handlebars->27->1507"
738 ]
739 },
740 {
@@ -782,7 +782,7 @@
782 "zh-chs": "1組",
783 "fi": "1 ryhmä",
784 "xloc": [
785 - "default.handlebars->27->1748"
785 + "default.handlebars->27->1753"
786 ]
787 },
788 {
@@ -872,7 +872,7 @@
872 "ru": "Еще 1 пользователь не показан, используйте поиск чтобы найти пользователей...",
873 "zh-chs": "未再顯示1個用戶,請使用搜索框查找用戶...",
874 "xloc": [
875 - "default.handlebars->27->1551"
875 + "default.handlebars->27->1556"
876 ]
877 },
878 {
@@ -932,7 +932,7 @@
932 "default-mobile.handlebars->9->168",
933 "default-mobile.handlebars->9->171",
934 "default-mobile.handlebars->9->174",
935 - "default.handlebars->27->1555",
935 + "default.handlebars->27->1560",
936 "default.handlebars->27->239",
937 "default.handlebars->27->242",
938 "default.handlebars->27->245",
@@ -1245,8 +1245,8 @@
1245 "zh-chs": "啟用第二因素身份驗證",
1246 "fi": "kaksivaiheinen todennus käytössä",
1247 "xloc": [
1248 - "default.handlebars->27->1568",
1249 - "default.handlebars->27->1770"
1248 + "default.handlebars->27->1573",
1249 + "default.handlebars->27->1775"
1250 ]
1251 },
1252 {
@@ -2056,7 +2056,7 @@
2056 "zh-chs": "訪問服務器文件",
2057 "fi": "Pääsy palvelintiedostoihin",
2058 "xloc": [
2059 - "default.handlebars->27->1720"
2059 + "default.handlebars->27->1725"
2060 ]
2061 },
2062 {
@@ -2187,8 +2187,8 @@
2187 "zh-chs": "帐户已被锁定",
2188 "fi": "Tili on lukittu",
2189 "xloc": [
2190 - "default.handlebars->27->1570",
2191 - "default.handlebars->27->1717"
2190 + "default.handlebars->27->1575",
2191 + "default.handlebars->27->1722"
2192 ]
2193 },
2194 {
@@ -2478,8 +2478,8 @@
2478 "zh-chs": "添加設備",
2479 "fi": "Lisää Laite",
2480 "xloc": [
2481 - "default.handlebars->27->1694",
2482 - "default.handlebars->27->1818"
2481 + "default.handlebars->27->1699",
2482 + "default.handlebars->27->1823"
2483 ]
2484 },
2485 {
@@ -2516,8 +2516,8 @@
2516 "fi": "Lisää laiteryhmä",
2517 "xloc": [
2518 "default.handlebars->27->1408",
2519 - "default.handlebars->27->1688",
2520 - "default.handlebars->27->1806",
2519 + "default.handlebars->27->1693",
2520 + "default.handlebars->27->1811",
2521 "default.handlebars->27->227"
2522 ]
2523 },
@@ -2641,7 +2641,7 @@
2641 "zh-chs": "添加會員",
2642 "fi": "Lisää jäsenyys",
2643 "xloc": [
2644 - "default.handlebars->27->1836"
2644 + "default.handlebars->27->1841"
2645 ]
2646 },
2647 {
@@ -2738,7 +2738,7 @@
2738 "xloc": [
2739 "default.handlebars->27->1307",
2740 "default.handlebars->27->1407",
2741 - "default.handlebars->27->1812",
2741 + "default.handlebars->27->1817",
2742 "default.handlebars->27->649"
2743 ]
2744 },
@@ -2803,7 +2803,7 @@
2803 "fi": "Lisää Käyttäjiä",
2804 "xloc": [
2805 "default.handlebars->27->1306",
2806 - "default.handlebars->27->1683"
2806 + "default.handlebars->27->1688"
2807 ]
2808 },
2809 {
@@ -2839,7 +2839,7 @@
2839 "zh-chs": "將用戶添加到用戶組",
2840 "fi": "Lisää käyttäjät käyttäjäryhmään",
2841 "xloc": [
2842 - "default.handlebars->27->1716"
2842 + "default.handlebars->27->1721"
2843 ]
2844 },
2845 {
@@ -3062,7 +3062,7 @@
3062 "ru": "Области администратора",
3063 "zh-chs": "管理領域",
3064 "xloc": [
3065 - "default.handlebars->27->1752"
3065 + "default.handlebars->27->1757"
3066 ]
3067 },
3068 {
@@ -3097,7 +3097,7 @@
3097 "ru": "Административные области",
3098 "zh-chs": "行政領域",
3099 "xloc": [
3100 - "default.handlebars->27->1633"
3100 + "default.handlebars->27->1638"
3101 ]
3102 },
3103 {
@@ -3115,7 +3115,7 @@
3115 "zh-chs": "管理員",
3116 "fi": "Järjestelmänvalvoja",
3117 "xloc": [
3118 - "default.handlebars->27->1562"
3118 + "default.handlebars->27->1567"
3119 ]
3120 },
3121 {
@@ -3231,7 +3231,7 @@
3231 "zh-chs": "座席錯誤計數器",
3232 "fi": "Agentin virhe laskurit",
3233 "xloc": [
3234 - "default.handlebars->27->1879"
3234 + "default.handlebars->27->1884"
3235 ]
3236 },
3237 {
@@ -3312,7 +3312,7 @@
3312 "zh-chs": "座席會議",
3313 "fi": "Agentin istunnot",
3314 "xloc": [
3315 - "default.handlebars->27->1895"
3315 + "default.handlebars->27->1900"
3316 ]
3317 },
3318 {
@@ -3441,7 +3441,7 @@
3441 "zh-chs": "代理商",
3442 "fi": "Agentit",
3443 "xloc": [
3444 - "default.handlebars->27->1908"
3444 + "default.handlebars->27->1916"
3445 ]
3446 },
3447 {
@@ -3486,7 +3486,7 @@
3486 "nl": "Alle beschikbare",
3487 "es": "Todo disponible",
3488 "xloc": [
3489 - "default.handlebars->27->1525"
3489 + "default.handlebars->27->1530"
3490 ]
3491 },
3492 {
@@ -3510,7 +3510,7 @@
3510 "fi": "Kaikki tapahtumat",
3511 "es": "Todos los eventos",
3512 "xloc": [
3513 - "default.handlebars->27->1523"
3513 + "default.handlebars->27->1528"
3514 ]
3515 },
3516 {
@@ -3548,7 +3548,7 @@
3548 "fi": "Salli käyttäjien hallita tätä laiteryhmää ja tämän ryhmän laitteita.",
3549 "xloc": [
3550 "default.handlebars->27->1373",
3551 - "default.handlebars->27->1713"
3551 + "default.handlebars->27->1718"
3552 ]
3553 },
3554 {
@@ -3659,7 +3659,7 @@
3659 "fi": "Ilmoita aina",
3660 "xloc": [
3661 "default.handlebars->27->1287",
3662 - "default.handlebars->27->1761",
3662 + "default.handlebars->27->1766",
3663 "default.handlebars->27->589"
3664 ]
3665 },
@@ -3679,7 +3679,7 @@
3679 "fi": "Kysy Aina",
3680 "xloc": [
3681 "default.handlebars->27->1288",
3682 - "default.handlebars->27->1762",
3682 + "default.handlebars->27->1767",
3683 "default.handlebars->27->590"
3684 ]
3685 },
@@ -4300,7 +4300,7 @@
4300 "zh-chs": "您確定要{0}插件嗎:{1}",
4301 "fi": "Haluatko varmasti {0} laajennuksen: {1}",
4302 "xloc": [
4303 - "default.handlebars->27->1948"
4303 + "default.handlebars->27->1956"
4304 ]
4305 },
4306 {
@@ -4399,7 +4399,7 @@
4399 "zh-chs": "身份驗證應用",
4400 "fi": "Todennussovellus",
4401 "xloc": [
4402 - "default.handlebars->27->1765"
4402 + "default.handlebars->27->1770"
4403 ]
4404 },
4405 {
@@ -4536,6 +4536,12 @@
4536 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->kvmListToolbar->5"
4537 ]
4538 },
4539 + {
4540 + "en": "Available Memory",
4541 + "xloc": [
4542 + "default.handlebars->27->1909"
4543 + ]
4544 + },
4545 {
4546 "cs": "azerbájdžánština",
4547 "de": "Aserbaidschanisch",
@@ -4730,7 +4736,7 @@
4736 "zh-chs": "備用碼",
4737 "fi": "Varmuuskoodit",
4738 "xloc": [
4733 - "default.handlebars->27->1767"
4739 + "default.handlebars->27->1772"
4740 ]
4741 },
4742 {
@@ -4748,7 +4754,7 @@
4754 "zh-chs": "錯誤的簽名",
4755 "fi": "Huono allekirjoitus",
4756 "xloc": [
4751 - "default.handlebars->27->1886"
4757 + "default.handlebars->27->1891"
4758 ]
4759 },
4760 {
@@ -4766,7 +4772,7 @@
4772 "zh-chs": "錯誤的網絡證書",
4773 "fi": "Huono Web-varmenne",
4774 "xloc": [
4769 - "default.handlebars->27->1885"
4775 + "default.handlebars->27->1890"
4776 ]
4777 },
4778 {
@@ -4905,7 +4911,7 @@
4911 "ru": "Отправить сообщение",
4912 "zh-chs": "廣播",
4913 "xloc": [
4908 - "default.handlebars->27->1681",
4914 + "default.handlebars->27->1686",
4915 "default.handlebars->container->column_l->p4->3->1->0->3->1"
4916 ]
4917 },
@@ -4924,7 +4930,7 @@
4930 "zh-chs": "廣播消息",
4931 "fi": "Lähetä viesti",
4932 "xloc": [
4927 - "default.handlebars->27->1615"
4933 + "default.handlebars->27->1620"
4934 ]
4935 },
4936 {
@@ -4942,7 +4948,7 @@
4948 "zh-chs": "向所有連接的用戶廣播消息。",
4949 "fi": "Lähetä viesti kaikille yhteydessä oleville käyttäjille.",
4950 "xloc": [
4945 - "default.handlebars->27->1610"
4951 + "default.handlebars->27->1615"
4952 ]
4953 },
4954 {
@@ -5033,7 +5039,7 @@
5039 "zh-chs": "CIRA服務器",
5040 "fi": "CIRA Palvelin",
5041 "xloc": [
5036 - "default.handlebars->27->1936"
5042 + "default.handlebars->27->1944"
5043 ]
5044 },
5045 {
@@ -5050,7 +5056,7 @@
5056 "ru": "CIRA Сервер команды",
5057 "zh-chs": "CIRA服務器命令",
5058 "xloc": [
5053 - "default.handlebars->27->1937"
5059 + "default.handlebars->27->1945"
5060 ]
5061 },
5062 {
@@ -5084,7 +5090,7 @@
5090 "ru": "Загрузка CPU",
5091 "zh-chs": "CPU負載",
5092 "xloc": [
5087 - "default.handlebars->27->1900"
5093 + "default.handlebars->27->1905"
5094 ]
5095 },
5096 {
@@ -5101,7 +5107,7 @@
5107 "ru": "Загрузка CPU за последние 15 минут",
5108 "zh-chs": "最近15分鐘的CPU負載",
5109 "xloc": [
5104 - "default.handlebars->27->1903"
5110 + "default.handlebars->27->1908"
5111 ]
5112 },
5113 {
@@ -5118,7 +5124,7 @@
5124 "ru": "Загрузка CPU за последние 5 минут",
5125 "zh-chs": "最近5分鐘的CPU負載",
5126 "xloc": [
5121 - "default.handlebars->27->1902"
5127 + "default.handlebars->27->1907"
5128 ]
5129 },
5130 {
@@ -5135,7 +5141,7 @@
5141 "ru": "Загрузка CPU за последнюю минуту",
5142 "zh-chs": "最後一分鐘的CPU負載",
5143 "xloc": [
5138 - "default.handlebars->27->1901"
5144 + "default.handlebars->27->1906"
5145 ]
5146 },
5147 {
@@ -5170,7 +5176,7 @@
5176 "ru": "CSV",
5177 "zh-chs": "CSV",
5178 "xloc": [
5173 - "default.handlebars->27->1533"
5179 + "default.handlebars->27->1538"
5180 ]
5181 },
5182 {
@@ -5187,8 +5193,8 @@
5193 "ru": "Формат CSV",
5194 "zh-chs": "CSV格式",
5195 "xloc": [
5190 - "default.handlebars->27->1537",
5191 - "default.handlebars->27->1602",
5196 + "default.handlebars->27->1542",
5197 + "default.handlebars->27->1607",
5198 "default.handlebars->27->474"
5199 ]
5200 },
@@ -5206,7 +5212,7 @@
5212 "ru": "Ошибка вызова",
5213 "zh-chs": "通話錯誤",
5214 "xloc": [
5209 - "default.handlebars->27->1949"
5215 + "default.handlebars->27->1957"
5216 ]
5217 },
5218 {
@@ -5353,7 +5359,7 @@
5359 "zh-chs": "更改{0}的電子郵件",
5360 "fi": "Vaihda sähköpostiosoite käyttäjälle {0}",
5361 "xloc": [
5356 - "default.handlebars->27->1795"
5362 + "default.handlebars->27->1800"
5363 ]
5364 },
5365 {
@@ -5393,7 +5399,7 @@
5399 "xloc": [
5400 "default-mobile.handlebars->9->90",
5401 "default.handlebars->27->1232",
5396 - "default.handlebars->27->1782"
5402 + "default.handlebars->27->1787"
5403 ]
5404 },
5405 {
@@ -5411,7 +5417,7 @@
5417 "zh-chs": "更改{0}的密碼",
5418 "fi": "Vaihda Salasana käyttäjälle {0}",
5419 "xloc": [
5414 - "default.handlebars->27->1802"
5420 + "default.handlebars->27->1807"
5421 ]
5422 },
5423 {
@@ -5420,7 +5426,7 @@
5426 "fi": "Vaihda Nimi käyttäjälle {0}",
5427 "es": "Cambiar nombre real por {0}",
5428 "xloc": [
5423 - "default.handlebars->27->1790"
5429 + "default.handlebars->27->1795"
5430 ]
5431 },
5432 {
@@ -5493,7 +5499,7 @@
5499 "zh-chs": "更改該用戶的密碼",
5500 "fi": "Vaihda tämän käyttäjän salasana",
5501 "xloc": [
5496 - "default.handlebars->27->1781"
5502 + "default.handlebars->27->1786"
5503 ]
5504 },
5505 {
@@ -5578,7 +5584,7 @@
5584 "ru": "Чат",
5585 "zh-chs": "聊天室",
5586 "xloc": [
5581 - "default.handlebars->27->1554",
5587 + "default.handlebars->27->1559",
5588 "default.handlebars->27->669",
5589 "default.handlebars->27->688"
5590 ]
@@ -5709,7 +5715,7 @@
5715 "fi": "Tarkistetaan...",
5716 "xloc": [
5717 "default.handlebars->27->1005",
5712 - "default.handlebars->27->1943"
5718 + "default.handlebars->27->1951"
5719 ]
5720 },
5721 {
@@ -5887,7 +5893,7 @@
5893 "default-mobile.handlebars->9->318",
5894 "default-mobile.handlebars->9->320",
5895 "default-mobile.handlebars->9->59",
5890 - "default.handlebars->27->1517",
5896 + "default.handlebars->27->1522",
5897 "default.handlebars->27->872",
5898 "default.handlebars->27->874",
5899 "default.handlebars->27->876",
@@ -5926,7 +5932,7 @@
5932 "zh-chs": "全部清除",
5933 "fi": "Tyhjennä kaikki",
5934 "xloc": [
5929 - "default.handlebars->27->1873"
5935 + "default.handlebars->27->1878"
5936 ]
5937 },
5938 {
@@ -5977,7 +5983,7 @@
5983 "zh-chs": "清除此通知",
5984 "fi": "Kuittaa tämä ilmoitus",
5985 "xloc": [
5980 - "default.handlebars->27->1872"
5986 + "default.handlebars->27->1877"
5987 ]
5988 },
5989 {
@@ -6053,7 +6059,7 @@
6059 "nl": "Klik hier om de gebruikersgroepsnaam te bewerken",
6060 "zh-chs": "单击此处编辑用户组名称",
6061 "xloc": [
6056 - "default.handlebars->27->1670"
6062 + "default.handlebars->27->1675"
6063 ]
6064 },
6065 {
@@ -6242,8 +6248,8 @@
6248 "zh-chs": "通用設備組",
6249 "fi": "Yleiset laiteryhmät",
6250 "xloc": [
6245 - "default.handlebars->27->1689",
6246 - "default.handlebars->27->1807"
6251 + "default.handlebars->27->1694",
6252 + "default.handlebars->27->1812"
6253 ]
6254 },
6255 {
@@ -6261,8 +6267,8 @@
6267 "zh-chs": "通用設備",
6268 "fi": "Yleiset laitteet",
6269 "xloc": [
6264 - "default.handlebars->27->1695",
6265 - "default.handlebars->27->1819"
6270 + "default.handlebars->27->1700",
6271 + "default.handlebars->27->1824"
6272 ]
6273 },
6274 {
@@ -6287,7 +6293,7 @@
6293 "zh-chs": "將{1}入口{2}中的{0}限製到此位置?",
6294 "xloc": [
6295 "default-mobile.handlebars->9->127",
6290 - "default.handlebars->27->1512"
6296 + "default.handlebars->27->1517"
6297 ]
6298 },
6299 {
@@ -6308,10 +6314,10 @@
6314 "default-mobile.handlebars->9->276",
6315 "default-mobile.handlebars->9->405",
6316 "default.handlebars->27->1352",
6311 - "default.handlebars->27->1582",
6312 - "default.handlebars->27->1660",
6313 - "default.handlebars->27->1709",
6314 - "default.handlebars->27->1805",
6317 + "default.handlebars->27->1587",
6318 + "default.handlebars->27->1665",
6319 + "default.handlebars->27->1714",
6320 + "default.handlebars->27->1810",
6321 "default.handlebars->27->458",
6322 "default.handlebars->27->743",
6323 "default.handlebars->27->752"
@@ -6364,7 +6370,7 @@
6370 "nl": "Bevestig verwijdering geselecteerde account(s)?",
6371 "zh-chs": "确认删除选定的帐户?",
6372 "xloc": [
6367 - "default.handlebars->27->1581"
6373 + "default.handlebars->27->1586"
6374 ]
6375 },
6376 {
@@ -6395,7 +6401,7 @@
6401 "nl": "Bevestig verwijdering geselecteerde gebruikersgroep(en)?",
6402 "zh-chs": "确认删除选定的用户组?",
6403 "xloc": [
6398 - "default.handlebars->27->1659"
6404 + "default.handlebars->27->1664"
6405 ]
6406 },
6407 {
@@ -6412,7 +6418,7 @@
6418 "ru": "Подтвердить удаление пользователя {0}?",
6419 "zh-chs": "確認刪除用戶{0}?",
6420 "xloc": [
6415 - "default.handlebars->27->1804"
6421 + "default.handlebars->27->1809"
6422 ]
6423 },
6424 {
@@ -6426,7 +6432,7 @@
6432 "nl": "Bevestig lidmaatschap verwijderen van gebruiker \\\"{0}\\\"?",
6433 "zh-chs": "确认删除用户\\“ {0} \\”的成员身份?",
6434 "xloc": [
6429 - "default.handlebars->27->1712"
6435 + "default.handlebars->27->1717"
6436 ]
6437 },
6438 {
@@ -6440,7 +6446,7 @@
6446 "nl": "Bevestig lidmaatschap verwijdering van gebruikergroep \\\"{0}\\\"?",
6447 "zh-chs": "确认删除用户组 “{0}” 的成员身份?",
6448 "xloc": [
6443 - "default.handlebars->27->1834"
6449 + "default.handlebars->27->1839"
6450 ]
6451 },
6452 {
@@ -6493,7 +6499,7 @@
6499 "ru": "Подтвердить перезапись?",
6500 "zh-chs": "確認覆蓋?",
6501 "xloc": [
6496 - "default.handlebars->27->1511"
6502 + "default.handlebars->27->1516"
6503 ]
6504 },
6505 {
@@ -6507,8 +6513,8 @@
6513 "nl": "Bevestig verwijdering van toegangsrechten voor apparaat \\\"{0}\\\"?",
6514 "zh-chs": "确认删除设备“ {0} ”的访问权限?",
6515 "xloc": [
6510 - "default.handlebars->27->1702",
6511 - "default.handlebars->27->1825"
6516 + "default.handlebars->27->1707",
6517 + "default.handlebars->27->1830"
6518 ]
6519 },
6520 {
@@ -6522,8 +6528,8 @@
6528 "nl": "Bevestig verwijdering van toegangsrechten voor apparaatgroep \\\"{0}\\\"?",
6529 "zh-chs": "是否确认删除设备组“ {0}”的访问权限?",
6530 "xloc": [
6525 - "default.handlebars->27->1704",
6526 - "default.handlebars->27->1838"
6531 + "default.handlebars->27->1709",
6532 + "default.handlebars->27->1843"
6533 ]
6534 },
6535 {
@@ -6537,7 +6543,7 @@
6543 "nl": "Bevestig verwijdering van toegangsrechten voor gebruiker \\\"{0}\\\"?",
6544 "zh-chs": "确认删除用户\\“ {0} \\”的访问权限?",
6545 "xloc": [
6540 - "default.handlebars->27->1827"
6546 + "default.handlebars->27->1832"
6547 ]
6548 },
6549 {
@@ -6551,7 +6557,7 @@
6557 "nl": "Bevestig verwijdering van toegangsrechten voor gebruikergroep \\\"{0}\\\"?",
6558 "zh-chs": "确认删除用户组“ {0}”的访问权限?",
6559 "xloc": [
6554 - "default.handlebars->27->1830"
6560 + "default.handlebars->27->1835"
6561 ]
6562 },
6563 {
@@ -6565,8 +6571,8 @@
6571 "nl": "Verwijdering van toegangsrechten bevestigen?",
6572 "zh-chs": "确认删除访问权限?",
6573 "xloc": [
6568 - "default.handlebars->27->1828",
6569 - "default.handlebars->27->1831"
6574 + "default.handlebars->27->1833",
6575 + "default.handlebars->27->1836"
6576 ]
6577 },
6578 {
@@ -6817,7 +6823,7 @@
6823 "ru": "Подключено Intel® AMT",
6824 "zh-chs": "連接的英特爾®AMT",
6825 "xloc": [
6820 - "default.handlebars->27->1891"
6826 + "default.handlebars->27->1896"
6827 ]
6828 },
6829 {
@@ -6834,7 +6840,7 @@
6840 "ru": "Подключенные пользователи",
6841 "zh-chs": "關聯用戶",
6842 "xloc": [
6837 - "default.handlebars->27->1896"
6843 + "default.handlebars->27->1901"
6844 ]
6845 },
6846 {
@@ -6912,7 +6918,7 @@
6918 "ru": "Подключений ",
6919 "zh-chs": "連接數",
6920 "xloc": [
6915 - "default.handlebars->27->1907"
6921 + "default.handlebars->27->1915"
6922 ]
6923 },
6924 {
@@ -6929,7 +6935,7 @@
6935 "ru": "Ретранслятор подключения",
6936 "zh-chs": "連接繼電器",
6937 "xloc": [
6932 - "default.handlebars->27->1935"
6938 + "default.handlebars->27->1943"
6939 ]
6940 },
6941 {
@@ -7058,7 +7064,7 @@
7064 "ru": "Cookie-кодировщик",
7065 "zh-chs": "Cookie編碼器",
7066 "xloc": [
7061 - "default.handlebars->27->1921"
7067 + "default.handlebars->27->1929"
7068 ]
7069 },
7070 {
@@ -7187,7 +7193,7 @@
7193 "fi": "Kopioi linkki leikepöydälle",
7194 "xloc": [
7195 "default.handlebars->27->1485",
7190 - "default.handlebars->27->1499",
7196 + "default.handlebars->27->1504",
7197 "default.handlebars->27->192",
7198 "default.handlebars->27->363"
7199 ]
@@ -7383,7 +7389,7 @@
7389 "ru": "Основной сервер",
7390 "zh-chs": "核心服務器",
7391 "xloc": [
7386 - "default.handlebars->27->1920"
7392 + "default.handlebars->27->1928"
7393 ]
7394 },
7395 {
@@ -7418,7 +7424,7 @@
7424 "zh-chs": "創建帳號",
7425 "fi": "Luo käyttäjätunnus",
7426 "xloc": [
7421 - "default.handlebars->27->1629",
7427 + "default.handlebars->27->1634",
7428 "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->12->1->1",
7429 "login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1"
7430 ]
@@ -7454,7 +7460,7 @@
7460 "ru": "Создать группу пользователей",
7461 "zh-chs": "創建用戶組",
7462 "xloc": [
7457 - "default.handlebars->27->1667"
7463 + "default.handlebars->27->1672"
7464 ]
7465 },
7466 {
@@ -7513,7 +7519,7 @@
7519 "ru": "Создайте сразу несколько учетных записей, импортировав файл JSON в следующем формате:",
7520 "zh-chs": "通過導入以下格式的JSON文件一次創建多個帳戶:",
7521 "xloc": [
7516 - "default.handlebars->27->1593"
7522 + "default.handlebars->27->1598"
7523 ]
7524 },
7525 {
@@ -7556,7 +7562,7 @@
7562 "ru": "Создано",
7563 "zh-chs": "創建",
7564 "xloc": [
7559 - "default.handlebars->27->1741"
7565 + "default.handlebars->27->1746"
7566 ]
7567 },
7568 {
@@ -7882,10 +7888,10 @@
7888 "nl": "Standaard",
7889 "es": "Por defecto",
7890 "xloc": [
7885 - "default.handlebars->27->1616",
7886 - "default.handlebars->27->1663",
7887 - "default.handlebars->27->1674",
7888 - "default.handlebars->27->1730"
7891 + "default.handlebars->27->1621",
7892 + "default.handlebars->27->1668",
7893 + "default.handlebars->27->1679",
7894 + "default.handlebars->27->1735"
7895 ]
7896 },
7897 {
@@ -7907,7 +7913,7 @@
7913 "default-mobile.handlebars->9->301",
7914 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1",
7915 "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
7910 - "default.handlebars->27->1506",
7916 + "default.handlebars->27->1511",
7917 "default.handlebars->27->507",
7918 "default.handlebars->27->858",
7919 "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
@@ -7949,7 +7955,7 @@
7955 "nl": "Verwijder accounts",
7956 "zh-chs": "删除帐号",
7957 "xloc": [
7952 - "default.handlebars->27->1583"
7958 + "default.handlebars->27->1588"
7959 ]
7960 },
7961 {
@@ -8041,7 +8047,7 @@
8047 "zh-chs": "刪除用戶",
8048 "fi": "Poista Käyttäjä",
8049 "xloc": [
8044 - "default.handlebars->27->1780"
8050 + "default.handlebars->27->1785"
8051 ]
8052 },
8053 {
@@ -8059,8 +8065,8 @@
8065 "zh-chs": "刪除用戶組",
8066 "fi": "Poista käyttäjäryhmä",
8067 "xloc": [
8062 - "default.handlebars->27->1700",
8063 - "default.handlebars->27->1710"
8068 + "default.handlebars->27->1705",
8069 + "default.handlebars->27->1715"
8070 ]
8071 },
8072 {
@@ -8074,7 +8080,7 @@
8080 "nl": "Gebruikersgroepen verwijderen",
8081 "zh-chs": "删除用户组",
8082 "xloc": [
8077 - "default.handlebars->27->1661"
8083 + "default.handlebars->27->1666"
8084 ]
8085 },
8086 {
@@ -8091,7 +8097,7 @@
8097 "ru": "Удалить пользователя {0}",
8098 "zh-chs": "刪除用戶{0}",
8099 "xloc": [
8094 - "default.handlebars->27->1803"
8100 + "default.handlebars->27->1808"
8101 ]
8102 },
8103 {
@@ -8110,7 +8116,7 @@
8116 "fi": "Poista tili",
8117 "xloc": [
8118 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->p2AccountActions->3->9->0",
8113 - "default.handlebars->27->1579",
8119 + "default.handlebars->27->1584",
8120 "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7"
8121 ]
8122 },
@@ -8143,7 +8149,7 @@
8149 "nl": "Verwijder groep",
8150 "zh-chs": "删除群组",
8151 "xloc": [
8146 - "default.handlebars->27->1657"
8152 + "default.handlebars->27->1662"
8153 ]
8154 },
8155 {
@@ -8179,7 +8185,7 @@
8185 "xloc": [
8186 "default-mobile.handlebars->9->124",
8187 "default-mobile.handlebars->9->303",
8182 - "default.handlebars->27->1508",
8188 + "default.handlebars->27->1513",
8189 "default.handlebars->27->860"
8190 ]
8191 },
@@ -8197,7 +8203,7 @@
8203 "ru": "Удалить группу пользователей {0}?",
8204 "zh-chs": "刪除用戶組{0}?",
8205 "xloc": [
8200 - "default.handlebars->27->1708"
8206 + "default.handlebars->27->1713"
8207 ]
8208 },
8209 {
@@ -8216,7 +8222,7 @@
8222 "xloc": [
8223 "default-mobile.handlebars->9->123",
8224 "default-mobile.handlebars->9->302",
8219 - "default.handlebars->27->1507",
8225 + "default.handlebars->27->1512",
8226 "default.handlebars->27->859"
8227 ]
8228 },
@@ -8336,10 +8342,10 @@
8342 "default.handlebars->27->1244",
8343 "default.handlebars->27->1272",
8344 "default.handlebars->27->1355",
8339 - "default.handlebars->27->1666",
8340 - "default.handlebars->27->1676",
8341 - "default.handlebars->27->1677",
8342 - "default.handlebars->27->1706",
8345 + "default.handlebars->27->1671",
8346 + "default.handlebars->27->1681",
8347 + "default.handlebars->27->1682",
8348 + "default.handlebars->27->1711",
8349 "default.handlebars->27->548",
8350 "default.handlebars->27->549",
8351 "default.handlebars->27->77",
@@ -8380,7 +8386,7 @@
8386 "xloc": [
8387 "default-mobile.handlebars->9->256",
8388 "default.handlebars->27->1360",
8383 - "default.handlebars->27->1850",
8389 + "default.handlebars->27->1855",
8390 "default.handlebars->27->513",
8391 "default.handlebars->27->831",
8392 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
@@ -8422,7 +8428,7 @@
8428 "fi": "Työpöytä ilmoitus",
8429 "xloc": [
8430 "default.handlebars->27->1282",
8425 - "default.handlebars->27->1756",
8431 + "default.handlebars->27->1761",
8432 "default.handlebars->27->584"
8433 ]
8434 },
@@ -8441,7 +8447,7 @@
8447 "zh-chs": "桌面提示",
8448 "xloc": [
8449 "default.handlebars->27->1281",
8444 - "default.handlebars->27->1755",
8450 + "default.handlebars->27->1760",
8451 "default.handlebars->27->583"
8452 ]
8453 },
@@ -8460,7 +8466,7 @@
8466 "zh-chs": "桌面提示+工具欄",
8467 "xloc": [
8468 "default.handlebars->27->1279",
8463 - "default.handlebars->27->1753",
8469 + "default.handlebars->27->1758",
8470 "default.handlebars->27->581"
8471 ]
8472 },
@@ -8494,7 +8500,7 @@
8500 "zh-chs": "桌面工具欄",
8501 "xloc": [
8502 "default.handlebars->27->1280",
8497 - "default.handlebars->27->1754",
8503 + "default.handlebars->27->1759",
8504 "default.handlebars->27->582"
8505 ]
8506 },
@@ -8578,7 +8584,7 @@
8584 "fi": "Laite",
8585 "xloc": [
8586 "default.handlebars->27->1382",
8581 - "default.handlebars->27->1822",
8587 + "default.handlebars->27->1827",
8588 "default.handlebars->27->183",
8589 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5"
8590 ]
@@ -8620,11 +8626,11 @@
8626 "default.handlebars->27->1377",
8627 "default.handlebars->27->1380",
8628 "default.handlebars->27->1381",
8623 - "default.handlebars->27->1530",
8624 - "default.handlebars->27->1692",
8625 - "default.handlebars->27->1698",
8626 - "default.handlebars->27->1810",
8627 - "default.handlebars->27->1859"
8629 + "default.handlebars->27->1535",
8630 + "default.handlebars->27->1697",
8631 + "default.handlebars->27->1703",
8632 + "default.handlebars->27->1815",
8633 + "default.handlebars->27->1864"
8634 ]
8635 },
8636 {
@@ -8661,11 +8667,11 @@
8667 "fi": "Laiteryhmät",
8668 "xloc": [
8669 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->3",
8664 - "default.handlebars->27->1546",
8665 - "default.handlebars->27->1651",
8666 - "default.handlebars->27->1679",
8667 - "default.handlebars->27->1750",
8668 - "default.handlebars->27->1894",
8670 + "default.handlebars->27->1551",
8671 + "default.handlebars->27->1656",
8672 + "default.handlebars->27->1684",
8673 + "default.handlebars->27->1755",
8674 + "default.handlebars->27->1899",
8675 "default.handlebars->container->column_l->p2->p2info->7"
8676 ]
8677 },
@@ -8728,7 +8734,7 @@
8734 "zh-chs": "設備名稱",
8735 "xloc": [
8736 "default-mobile.handlebars->9->278",
8731 - "default.handlebars->27->1858",
8737 + "default.handlebars->27->1863",
8738 "default.handlebars->27->280",
8739 "default.handlebars->27->784",
8740 "player.handlebars->3->9"
@@ -9133,8 +9139,8 @@
9139 "zh-chs": "设备",
9140 "fi": "Laitteet",
9141 "xloc": [
9136 - "default.handlebars->27->1652",
9137 - "default.handlebars->27->1680"
9142 + "default.handlebars->27->1657",
9143 + "default.handlebars->27->1685"
9144 ]
9145 },
9146 {
@@ -9332,10 +9338,10 @@
9338 "nl": "Domein",
9339 "es": "Dominio",
9340 "xloc": [
9335 - "default.handlebars->27->1617",
9336 - "default.handlebars->27->1664",
9337 - "default.handlebars->27->1673",
9338 - "default.handlebars->27->1729",
9341 + "default.handlebars->27->1622",
9342 + "default.handlebars->27->1669",
9343 + "default.handlebars->27->1678",
9344 + "default.handlebars->27->1734",
9345 "mstsc.handlebars->main->1->3->1->2->1->0",
9346 "mstsc.handlebars->main->1->3->1->2->3"
9347 ]
@@ -9542,7 +9548,7 @@
9548 "nl": "Rapport downloaden",
9549 "es": "Descargar reporte",
9550 "xloc": [
9545 - "default.handlebars->27->1535",
9551 + "default.handlebars->27->1540",
9552 "default.handlebars->container->column_l->p3->3->1->0->3"
9553 ]
9554 },
@@ -9697,7 +9703,7 @@
9703 "ru": "Скачать список событий в одном из форматов ниже.",
9704 "zh-chs": "使用以下一種文件格式下載事件列表。",
9705 "xloc": [
9700 - "default.handlebars->27->1536"
9706 + "default.handlebars->27->1541"
9707 ]
9708 },
9709 {
@@ -9714,7 +9720,7 @@
9720 "ru": "Скачать список пользователей в одном из форматов ниже.",
9721 "zh-chs": "使用以下一種文件格式下載用戶列表。",
9722 "xloc": [
9717 - "default.handlebars->27->1601"
9723 + "default.handlebars->27->1606"
9724 ]
9725 },
9726 {
@@ -9797,7 +9803,7 @@
9803 "nl": "Dubbele agent",
9804 "zh-chs": "代理重复",
9805 "xloc": [
9800 - "default.handlebars->27->1890"
9806 + "default.handlebars->27->1895"
9807 ]
9808 },
9809 {
@@ -9831,7 +9837,7 @@
9837 "ru": "Скопировать группу пользователей",
9838 "zh-chs": "重複的用戶組",
9839 "xloc": [
9834 - "default.handlebars->27->1668"
9840 + "default.handlebars->27->1673"
9841 ]
9842 },
9843 {
@@ -9862,8 +9868,8 @@
9868 "ru": "Длительность",
9869 "zh-chs": "持續時間",
9870 "xloc": [
9865 - "default.handlebars->27->1844",
9866 - "default.handlebars->27->1864",
9871 + "default.handlebars->27->1849",
9872 + "default.handlebars->27->1869",
9873 "player.handlebars->3->2"
9874 ]
9875 },
@@ -10361,7 +10367,7 @@
10367 "ru": "Редактировать группу пользователей",
10368 "zh-chs": "編輯用戶組",
10369 "xloc": [
10364 - "default.handlebars->27->1707"
10370 + "default.handlebars->27->1712"
10371 ]
10372 },
10373 {
@@ -10420,11 +10426,11 @@
10426 "fi": "Sähköposti",
10427 "xloc": [
10428 "default-mobile.handlebars->9->78",
10423 - "default.handlebars->27->1619",
10424 - "default.handlebars->27->1733",
10425 - "default.handlebars->27->1735",
10426 - "default.handlebars->27->1775",
10427 - "default.handlebars->27->1791",
10429 + "default.handlebars->27->1624",
10430 + "default.handlebars->27->1738",
10431 + "default.handlebars->27->1740",
10432 + "default.handlebars->27->1780",
10433 + "default.handlebars->27->1796",
10434 "default.handlebars->27->330",
10435 "login-mobile.handlebars->5->42",
10436 "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
@@ -10540,7 +10546,7 @@
10546 "ru": "Электронная почта не подтверждена",
10547 "zh-chs": "邮件未验证",
10548 "xloc": [
10543 - "default.handlebars->27->1565"
10549 + "default.handlebars->27->1570"
10550 ]
10551 },
10552 {
@@ -10557,8 +10563,8 @@
10563 "ru": "Email подтвержден",
10564 "zh-chs": "電子郵件已驗證",
10565 "xloc": [
10560 - "default.handlebars->27->1566",
10561 - "default.handlebars->27->1727"
10566 + "default.handlebars->27->1571",
10567 + "default.handlebars->27->1732"
10568 ]
10569 },
10570 {
@@ -10575,7 +10581,7 @@
10581 "ru": "Email подтвержден.",
10582 "zh-chs": "電子郵件已驗證。",
10583 "xloc": [
10578 - "default.handlebars->27->1625"
10584 + "default.handlebars->27->1630"
10585 ]
10586 },
10587 {
@@ -10592,7 +10598,7 @@
10598 "ru": "Email не подтвержден",
10599 "zh-chs": "電子郵件未驗證",
10600 "xloc": [
10595 - "default.handlebars->27->1728"
10601 + "default.handlebars->27->1733"
10602 ]
10603 },
10604 {
@@ -10632,7 +10638,7 @@
10638 "nl": "E-mail geverifieerd en geforceerd opnieuw instellen van wachtwoord vereist.",
10639 "es": "Se requiere restablecimiento de contraseña verificado y forzado por correo electrónico.",
10640 "xloc": [
10635 - "default.handlebars->27->1626"
10641 + "default.handlebars->27->1631"
10642 ]
10643 },
10644 {
@@ -10645,7 +10651,7 @@
10651 "nl": "Email/SMS verkeer",
10652 "zh-chs": "电子邮件/短信流量",
10653 "xloc": [
10648 - "default.handlebars->27->1929"
10654 + "default.handlebars->27->1937"
10655 ]
10656 },
10657 {
@@ -10745,7 +10751,7 @@
10751 "nl": "Ingeschakeld",
10752 "es": "Habilitado",
10753 "xloc": [
10748 - "default.handlebars->27->1866"
10754 + "default.handlebars->27->1871"
10755 ]
10756 },
10757 {
@@ -10771,7 +10777,7 @@
10777 "fi": "päättymisaika",
10778 "es": "Tiempo de finalización",
10779 "xloc": [
10774 - "default.handlebars->27->1863"
10780 + "default.handlebars->27->1868"
10781 ]
10782 },
10783 {
@@ -11029,7 +11035,7 @@
11035 "ru": "Введите разделенный запятыми список имен административных областей.",
11036 "zh-chs": "輸入管理領域名稱的逗號分隔列表。",
11037 "xloc": [
11032 - "default.handlebars->27->1630"
11038 + "default.handlebars->27->1635"
11039 ]
11040 },
11041 {
@@ -11215,7 +11221,7 @@
11221 "ru": "Экспорт списка событий",
11222 "zh-chs": "活動列表導出",
11223 "xloc": [
11218 - "default.handlebars->27->1541"
11224 + "default.handlebars->27->1546"
11225 ]
11226 },
11227 {
@@ -11355,7 +11361,7 @@
11361 "ru": "Внешний",
11362 "zh-chs": "外部",
11363 "xloc": [
11358 - "default.handlebars->27->1914"
11364 + "default.handlebars->27->1922"
11365 ]
11366 },
11367 {
@@ -11578,7 +11584,7 @@
11584 "default-mobile.handlebars->9->167",
11585 "default-mobile.handlebars->9->257",
11586 "default.handlebars->27->1367",
11581 - "default.handlebars->27->1851",
11587 + "default.handlebars->27->1856",
11588 "default.handlebars->27->247",
11589 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles",
11590 "default.handlebars->contextMenu->cxfiles"
@@ -11616,7 +11622,7 @@
11622 "zh-chs": "文件通知",
11623 "xloc": [
11624 "default.handlebars->27->1286",
11619 - "default.handlebars->27->1760",
11625 + "default.handlebars->27->1765",
11626 "default.handlebars->27->588"
11627 ]
11628 },
@@ -11635,7 +11641,7 @@
11641 "zh-chs": "文件提示",
11642 "xloc": [
11643 "default.handlebars->27->1285",
11638 - "default.handlebars->27->1759",
11644 + "default.handlebars->27->1764",
11645 "default.handlebars->27->587"
11646 ]
11647 },
@@ -11798,8 +11804,8 @@
11804 "ru": "Принудительно сбросить пароль при следующем входе в систему.",
11805 "zh-chs": "下次登錄時強制重置密碼。",
11806 "xloc": [
11801 - "default.handlebars->27->1624",
11802 - "default.handlebars->27->1800"
11807 + "default.handlebars->27->1629",
11808 + "default.handlebars->27->1805"
11809 ]
11810 },
11811 {
@@ -11859,7 +11865,7 @@
11865 "nl": "Formaat",
11866 "es": "Formato",
11867 "xloc": [
11862 - "default.handlebars->27->1532"
11868 + "default.handlebars->27->1537"
11869 ]
11870 },
11871 {
@@ -11894,8 +11900,8 @@
11900 "ru": "Свободно",
11901 "zh-chs": "自由",
11902 "xloc": [
11897 - "default.handlebars->27->1875",
11898 - "default.handlebars->27->1877"
11903 + "default.handlebars->27->1880",
11904 + "default.handlebars->27->1882"
11905 ]
11906 },
11907 {
@@ -12090,7 +12096,7 @@
12096 "default-mobile.handlebars->9->428",
12097 "default.handlebars->27->1253",
12098 "default.handlebars->27->1385",
12093 - "default.handlebars->27->1636"
12099 + "default.handlebars->27->1641"
12100 ]
12101 },
12102 {
@@ -12193,7 +12199,7 @@
12199 "zh-chs": "正式管理員",
12200 "fi": "Täysi järjestelmänvalvoja",
12201 "xloc": [
12196 - "default.handlebars->27->1721"
12202 + "default.handlebars->27->1726"
12203 ]
12204 },
12205 {
@@ -12629,8 +12635,8 @@
12635 "ru": "Групповое действие",
12636 "zh-chs": "集體行動",
12637 "xloc": [
12632 - "default.handlebars->27->1580",
12633 - "default.handlebars->27->1658",
12638 + "default.handlebars->27->1585",
12639 + "default.handlebars->27->1663",
12640 "default.handlebars->27->456",
12641 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar",
12642 "default.handlebars->container->column_l->p4->3->1->0->3->3",
@@ -12642,7 +12648,7 @@
12648 "nl": "Groeperen op",
12649 "es": "Agrupar Por",
12650 "xloc": [
12645 - "default.handlebars->27->1528"
12651 + "default.handlebars->27->1533"
12652 ]
12653 },
12654 {
@@ -12650,7 +12656,7 @@
12656 "nl": "Groepsidentificatie",
12657 "es": "Identificador del Grupo",
12658 "xloc": [
12653 - "default.handlebars->27->1675"
12659 + "default.handlebars->27->1680"
12660 ]
12661 },
12662 {
@@ -12667,7 +12673,7 @@
12673 "ru": "Члены группы",
12674 "zh-chs": "小組成員",
12675 "xloc": [
12670 - "default.handlebars->27->1684"
12676 + "default.handlebars->27->1689"
12677 ]
12678 },
12679 {
@@ -12849,7 +12855,7 @@
12855 "ru": "Всего кучи",
12856 "zh-chs": "堆總數",
12857 "xloc": [
12852 - "default.handlebars->27->1916"
12858 + "default.handlebars->27->1924"
12859 ]
12860 },
12861 {
@@ -12866,7 +12872,7 @@
12872 "ru": "Куча используется",
12873 "zh-chs": "堆使用",
12874 "xloc": [
12869 - "default.handlebars->27->1915"
12875 + "default.handlebars->27->1923"
12876 ]
12877 },
12878 {
@@ -13112,7 +13118,7 @@
13118 "zh-chs": "保持{2}的{0}入口{1}",
13119 "xloc": [
13120 "default-mobile.handlebars->9->129",
13115 - "default.handlebars->27->1514"
13121 + "default.handlebars->27->1519"
13122 ]
13123 },
13124 {
@@ -13727,8 +13733,8 @@
13733 "xloc": [
13734 "default.handlebars->27->1470",
13735 "default.handlebars->27->1478",
13730 - "default.handlebars->27->1912",
13731 - "default.handlebars->27->1934"
13736 + "default.handlebars->27->1920",
13737 + "default.handlebars->27->1942"
13738 ]
13739 },
13740 {
@@ -13770,7 +13776,7 @@
13776 "nl": "Intel AMT omleiding",
13777 "es": "Redirección de Intel AMT",
13778 "xloc": [
13773 - "default.handlebars->27->1853"
13779 + "default.handlebars->27->1858"
13780 ]
13781 },
13782 {
@@ -13778,7 +13784,7 @@
13784 "nl": "Intel AMT WSMAN",
13785 "es": "Intel AMT WSMAN",
13786 "xloc": [
13781 - "default.handlebars->27->1852"
13787 + "default.handlebars->27->1857"
13788 ]
13789 },
13790 {
@@ -14479,7 +14485,7 @@
14485 "ru": "Некорректный тип группы устройств",
14486 "zh-chs": "無效的設備組類型",
14487 "xloc": [
14482 - "default.handlebars->27->1889"
14488 + "default.handlebars->27->1894"
14489 ]
14490 },
14491 {
@@ -14496,7 +14502,7 @@
14502 "ru": "Некорректный JSON",
14503 "zh-chs": "無效的JSON",
14504 "xloc": [
14499 - "default.handlebars->27->1883"
14505 + "default.handlebars->27->1888"
14506 ]
14507 },
14508 {
@@ -14513,8 +14519,8 @@
14519 "ru": "Некорректный формат файла JSON.",
14520 "zh-chs": "無效的JSON文件格式。",
14521 "xloc": [
14516 - "default.handlebars->27->1598",
14517 - "default.handlebars->27->1600"
14522 + "default.handlebars->27->1603",
14523 + "default.handlebars->27->1605"
14524 ]
14525 },
14526 {
@@ -14531,7 +14537,7 @@
14537 "ru": "Некорректный файл JSON: {0}.",
14538 "zh-chs": "無效的JSON文件:{0}。",
14539 "xloc": [
14534 - "default.handlebars->27->1596"
14540 + "default.handlebars->27->1601"
14541 ]
14542 },
14543 {
@@ -14548,7 +14554,7 @@
14554 "ru": "Некорректная сигнатура PKCS",
14555 "zh-chs": "無效的PKCS簽名",
14556 "xloc": [
14551 - "default.handlebars->27->1881"
14557 + "default.handlebars->27->1886"
14558 ]
14559 },
14560 {
@@ -14565,7 +14571,7 @@
14571 "ru": "Некорректная сигнатура RSA",
14572 "zh-chs": "無效的RSA密碼",
14573 "xloc": [
14568 - "default.handlebars->27->1882"
14574 + "default.handlebars->27->1887"
14575 ]
14576 },
14577 {
@@ -14644,7 +14650,7 @@
14650 "nl": "E-mail ongeldig maken",
14651 "es": "Correo invalido",
14652 "xloc": [
14647 - "default.handlebars->27->1574"
14653 + "default.handlebars->27->1579"
14654 ]
14655 },
14656 {
@@ -14884,7 +14890,7 @@
14890 "ru": "JSON",
14891 "zh-chs": "JSON",
14892 "xloc": [
14887 - "default.handlebars->27->1534"
14893 + "default.handlebars->27->1539"
14894 ]
14895 },
14896 {
@@ -14901,8 +14907,8 @@
14907 "ru": "Формат JSON",
14908 "zh-chs": "JSON格式",
14909 "xloc": [
14904 - "default.handlebars->27->1539",
14905 - "default.handlebars->27->1604",
14910 + "default.handlebars->27->1544",
14911 + "default.handlebars->27->1609",
14912 "default.handlebars->27->476"
14913 ]
14914 },
@@ -15414,7 +15420,7 @@
15420 "ru": "Последний доступ",
15421 "zh-chs": "最後訪問",
15422 "xloc": [
15417 - "default.handlebars->27->1547"
15423 + "default.handlebars->27->1552"
15424 ]
15425 },
15426 {
@@ -15431,7 +15437,7 @@
15437 "ru": "Последний вход в систему",
15438 "zh-chs": "上次登錄",
15439 "xloc": [
15434 - "default.handlebars->27->1742"
15440 + "default.handlebars->27->1747"
15441 ]
15442 },
15443 {
@@ -15494,7 +15500,7 @@
15500 "ru": "Последнее изменение: {0}",
15501 "zh-chs": "上次更改:{0}",
15502 "xloc": [
15497 - "default.handlebars->27->1746"
15503 + "default.handlebars->27->1751"
15504 ]
15505 },
15506 {
@@ -15545,7 +15551,7 @@
15551 "ru": "Последний вход в систему: {0}",
15552 "zh-chs": "上次登錄:{0}",
15553 "xloc": [
15548 - "default.handlebars->27->1557"
15554 + "default.handlebars->27->1562"
15555 ]
15556 },
15557 {
@@ -15688,7 +15694,7 @@
15694 "nl": "Leeg laten voor geen.",
15695 "zh-chs": "一无所有。",
15696 "xloc": [
15691 - "default.handlebars->27->1786"
15697 + "default.handlebars->27->1791"
15698 ]
15699 },
15700 {
@@ -15728,7 +15734,7 @@
15734 "zh-chs": "減",
15735 "fi": "Vähemmän",
15736 "xloc": [
15731 - "default.handlebars->27->1951"
15737 + "default.handlebars->27->1959"
15738 ]
15739 },
15740 {
@@ -16177,7 +16183,7 @@
16183 "default-mobile.handlebars->9->72",
16184 "default.handlebars->27->1260",
16185 "default.handlebars->27->1264",
16180 - "default.handlebars->27->1840",
16186 + "default.handlebars->27->1845",
16187 "default.handlebars->27->756",
16188 "default.handlebars->27->993"
16189 ]
@@ -16304,7 +16310,7 @@
16310 "zh-chs": "鎖定賬戶",
16311 "fi": "Lukitse Tili",
16312 "xloc": [
16307 - "default.handlebars->27->1643"
16313 + "default.handlebars->27->1648"
16314 ]
16315 },
16316 {
@@ -16313,7 +16319,7 @@
16319 "es": "Bloquear configuración de la cuenta",
16320 "xloc": [
16321 "default.handlebars->27->1403",
16316 - "default.handlebars->27->1646"
16322 + "default.handlebars->27->1651"
16323 ]
16324 },
16325 {
@@ -16331,7 +16337,7 @@
16337 "zh-chs": "鎖定賬戶",
16338 "fi": "Lukitse tili",
16339 "xloc": [
16334 - "default.handlebars->27->1577"
16340 + "default.handlebars->27->1582"
16341 ]
16342 },
16343 {
@@ -16349,7 +16355,7 @@
16355 "zh-chs": "已鎖定",
16356 "fi": "Lukittu",
16357 "xloc": [
16352 - "default.handlebars->27->1558"
16358 + "default.handlebars->27->1563"
16359 ]
16360 },
16361 {
@@ -16367,7 +16373,7 @@
16373 "zh-chs": "賬戶鎖定",
16374 "fi": "Lukittu tili",
16375 "xloc": [
16370 - "default.handlebars->27->1718"
16376 + "default.handlebars->27->1723"
16377 ]
16378 },
16379 {
@@ -16869,7 +16875,7 @@
16875 "ru": "Сообщения главного сервера",
16876 "zh-chs": "主服務器消息",
16877 "xloc": [
16872 - "default.handlebars->27->1923"
16878 + "default.handlebars->27->1931"
16879 ]
16880 },
16881 {
@@ -17007,7 +17013,7 @@
17013 "fi": "Hallinnoi nauhoituksia",
17014 "es": "Administrar Grabaciones",
17015 "xloc": [
17010 - "default.handlebars->27->1642"
17016 + "default.handlebars->27->1647"
17017 ]
17018 },
17019 {
@@ -17043,7 +17049,7 @@
17049 "zh-chs": "管理用戶組",
17050 "fi": "Hallitse käyttäjäryhmiä",
17051 "xloc": [
17046 - "default.handlebars->27->1641"
17052 + "default.handlebars->27->1646"
17053 ]
17054 },
17055 {
@@ -17061,7 +17067,7 @@
17067 "zh-chs": "管理用戶",
17068 "fi": "Hallitse käyttäjiä",
17069 "xloc": [
17064 - "default.handlebars->27->1640",
17070 + "default.handlebars->27->1645",
17071 "default.handlebars->27->674"
17072 ]
17073 },
@@ -17207,7 +17213,7 @@
17213 "ru": "Менеджер",
17214 "zh-chs": "經理",
17215 "xloc": [
17210 - "default.handlebars->27->1563"
17216 + "default.handlebars->27->1568"
17217 ]
17218 },
17219 {
@@ -17310,7 +17316,7 @@
17316 "ru": "Достигнуто максимальное число сессий",
17317 "zh-chs": "達到的會話數上限",
17318 "xloc": [
17313 - "default.handlebars->27->1887"
17319 + "default.handlebars->27->1892"
17320 ]
17321 },
17322 {
@@ -17365,7 +17371,7 @@
17371 "ru": "Мегабайт",
17372 "zh-chs": "兆字節",
17373 "xloc": [
17368 - "default.handlebars->27->1913"
17374 + "default.handlebars->27->1921"
17375 ]
17376 },
17377 {
@@ -17383,7 +17389,7 @@
17389 "zh-chs": "記憶",
17390 "xloc": [
17391 "default-mobile.handlebars->9->384",
17386 - "default.handlebars->27->1904",
17392 + "default.handlebars->27->1912",
17393 "default.handlebars->27->959",
17394 "default.handlebars->container->column_l->p40->3->1->p40type->3"
17395 ]
@@ -17522,7 +17528,7 @@
17528 "ru": "Трафик MeshAgent",
17529 "zh-chs": "MeshAgent流量",
17530 "xloc": [
17525 - "default.handlebars->27->1925"
17531 + "default.handlebars->27->1933"
17532 ]
17533 },
17534 {
@@ -17539,7 +17545,7 @@
17545 "ru": "Обновление MeshAgent",
17546 "zh-chs": "MeshAgent更新",
17547 "xloc": [
17542 - "default.handlebars->27->1926"
17548 + "default.handlebars->27->1934"
17549 ]
17550 },
17551 {
@@ -17644,7 +17650,7 @@
17650 "ru": "Соединения сервера MeshCentral",
17651 "zh-chs": "MeshCentral服務器對等",
17652 "xloc": [
17647 - "default.handlebars->27->1924"
17653 + "default.handlebars->27->1932"
17654 ]
17655 },
17656 {
@@ -17908,7 +17914,7 @@
17914 "ru": "Диспетчер сообщения",
17915 "zh-chs": "郵件調度程序",
17916 "xloc": [
17911 - "default.handlebars->27->1922"
17917 + "default.handlebars->27->1930"
17918 ]
17919 },
17920 {
@@ -18058,7 +18064,7 @@
18064 "zh-chs": "更多",
18065 "fi": "Lisää",
18066 "xloc": [
18061 - "default.handlebars->27->1950"
18067 + "default.handlebars->27->1958"
18068 ]
18069 },
18070 {
@@ -18135,7 +18141,7 @@
18141 "nl": "Multiplexor",
18142 "es": "Multiplexor",
18143 "xloc": [
18138 - "default.handlebars->27->1865"
18144 + "default.handlebars->27->1870"
18145 ]
18146 },
18147 {
@@ -18410,12 +18416,12 @@
18416 "default.handlebars->27->1240",
18417 "default.handlebars->27->1271",
18418 "default.handlebars->27->1354",
18413 - "default.handlebars->27->1545",
18414 - "default.handlebars->27->1649",
18415 - "default.handlebars->27->1665",
18416 - "default.handlebars->27->1672",
18417 - "default.handlebars->27->1705",
18418 - "default.handlebars->27->1724",
18419 + "default.handlebars->27->1550",
18420 + "default.handlebars->27->1654",
18421 + "default.handlebars->27->1670",
18422 + "default.handlebars->27->1677",
18423 + "default.handlebars->27->1710",
18424 + "default.handlebars->27->1729",
18425 "default.handlebars->27->538",
18426 "default.handlebars->27->76",
18427 "default.handlebars->27->815",
@@ -18459,7 +18465,7 @@
18465 "ru": "Имя1, Имя2, Имя3",
18466 "zh-chs": "名稱1,名稱2,名稱3",
18467 "xloc": [
18462 - "default.handlebars->27->1632"
18468 + "default.handlebars->27->1637"
18469 ]
18470 },
18471 {
@@ -18639,7 +18645,7 @@
18645 "xloc": [
18646 "default-mobile.handlebars->9->120",
18647 "default-mobile.handlebars->9->299",
18642 - "default.handlebars->27->1504",
18648 + "default.handlebars->27->1509",
18649 "default.handlebars->27->856",
18650 "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
18651 "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3"
@@ -18820,8 +18826,8 @@
18826 "ru": "События не найдены",
18827 "zh-chs": "找不到活動",
18828 "xloc": [
18823 - "default.handlebars->27->1521",
18824 - "default.handlebars->27->1839",
18829 + "default.handlebars->27->1526",
18830 + "default.handlebars->27->1844",
18831 "default.handlebars->27->891"
18832 ]
18833 },
@@ -18966,7 +18972,7 @@
18972 "ru": "Нет членов",
18973 "zh-chs": "沒有會員",
18974 "xloc": [
18969 - "default.handlebars->27->1687"
18975 + "default.handlebars->27->1692"
18976 ]
18977 },
18978 {
@@ -18984,7 +18990,7 @@
18990 "zh-chs": "沒有新的設備組",
18991 "fi": "Ei uusia laiteryhmiä.",
18992 "xloc": [
18987 - "default.handlebars->27->1644"
18993 + "default.handlebars->27->1649"
18994 ]
18995 },
18996 {
@@ -19101,7 +19107,7 @@
19107 "zh-chs": "沒有工具(MeshCmd /路由器)",
19108 "fi": "Estä työkalut (MeshCmd/Router)",
19109 "xloc": [
19104 - "default.handlebars->27->1645"
19110 + "default.handlebars->27->1650"
19111 ]
19112 },
19113 {
@@ -19118,8 +19124,8 @@
19124 "ru": "Нет общих групп устройств",
19125 "zh-chs": "沒有共同的設備組",
19126 "xloc": [
19121 - "default.handlebars->27->1693",
19122 - "default.handlebars->27->1811"
19127 + "default.handlebars->27->1698",
19128 + "default.handlebars->27->1816"
19129 ]
19130 },
19131 {
@@ -19216,8 +19222,8 @@
19222 "ru": "Нет общих устройств",
19223 "zh-chs": "沒有共同的設備",
19224 "xloc": [
19219 - "default.handlebars->27->1699",
19220 - "default.handlebars->27->1823"
19225 + "default.handlebars->27->1704",
19226 + "default.handlebars->27->1828"
19227 ]
19228 },
19229 {
@@ -19306,7 +19312,7 @@
19312 "ru": "Группы не найдены.",
19313 "zh-chs": "找不到群組。",
19314 "xloc": [
19309 - "default.handlebars->27->1648"
19315 + "default.handlebars->27->1653"
19316 ]
19317 },
19318 {
@@ -19400,7 +19406,7 @@
19406 "nl": "Geen opnames.",
19407 "es": "No hay Grabaciones.",
19408 "xloc": [
19403 - "default.handlebars->27->1841"
19409 + "default.handlebars->27->1846"
19410 ]
19411 },
19412 {
@@ -19417,7 +19423,7 @@
19423 "ru": "Нет серверных прав",
19424 "zh-chs": "沒有服務器權限",
19425 "xloc": [
19420 - "default.handlebars->27->1719"
19426 + "default.handlebars->27->1724"
19427 ]
19428 },
19429 {
@@ -19434,7 +19440,7 @@
19440 "ru": "Нет членства в группах пользователей",
19441 "zh-chs": "沒有用戶組成員身份",
19442 "xloc": [
19437 - "default.handlebars->27->1817"
19443 + "default.handlebars->27->1822"
19444 ]
19445 },
19446 {
@@ -19451,7 +19457,7 @@
19457 "ru": "Пользователи не найдены.",
19458 "zh-chs": "未找到相應的用戶。",
19459 "xloc": [
19454 - "default.handlebars->27->1553"
19460 + "default.handlebars->27->1558"
19461 ]
19462 },
19463 {
@@ -19536,14 +19542,15 @@
19542 "default.handlebars->27->1296",
19543 "default.handlebars->27->1472",
19544 "default.handlebars->27->1491",
19539 - "default.handlebars->27->1529",
19540 - "default.handlebars->27->1669",
19541 - "default.handlebars->27->1671",
19542 - "default.handlebars->27->1738",
19545 + "default.handlebars->27->1496",
19546 + "default.handlebars->27->1534",
19547 + "default.handlebars->27->1674",
19548 + "default.handlebars->27->1676",
19549 "default.handlebars->27->174",
19544 - "default.handlebars->27->1747",
19545 - "default.handlebars->27->1751",
19546 - "default.handlebars->27->1763",
19550 + "default.handlebars->27->1743",
19551 + "default.handlebars->27->1752",
19552 + "default.handlebars->27->1756",
19553 + "default.handlebars->27->1768",
19554 "default.handlebars->27->189",
19555 "default.handlebars->27->201",
19556 "default.handlebars->27->202",
@@ -19705,7 +19712,7 @@
19712 "nl": "Niet op de server",
19713 "es": "No esta en el servidor",
19714 "xloc": [
19708 - "default.handlebars->27->1857"
19715 + "default.handlebars->27->1862"
19716 ]
19717 },
19718 {
@@ -19722,8 +19729,8 @@
19729 "ru": "Не задано",
19730 "zh-chs": "沒有設置",
19731 "xloc": [
19725 - "default.handlebars->27->1725",
19726 - "default.handlebars->27->1726"
19732 + "default.handlebars->27->1730",
19733 + "default.handlebars->27->1731"
19734 ]
19735 },
19736 {
@@ -19740,7 +19747,7 @@
19747 "ru": "не подтверждено",
19748 "zh-chs": "未經審核的",
19749 "xloc": [
19743 - "default.handlebars->27->1793"
19750 + "default.handlebars->27->1798"
19751 ]
19752 },
19753 {
@@ -19759,7 +19766,7 @@
19766 "fi": "Muistiinpanot",
19767 "xloc": [
19768 "default.handlebars->27->1304",
19762 - "default.handlebars->27->1771",
19769 + "default.handlebars->27->1776",
19770 "default.handlebars->27->607",
19771 "default.handlebars->27->667",
19772 "default.handlebars->27->686",
@@ -19870,7 +19877,7 @@
19877 "ru": "Уведомить",
19878 "zh-chs": "通知",
19879 "xloc": [
19873 - "default.handlebars->27->1777",
19880 + "default.handlebars->27->1782",
19881 "default.handlebars->27->186"
19882 ]
19883 },
@@ -19915,7 +19922,7 @@
19922 "ru": "Уведомить {0}",
19923 "zh-chs": "通知{0}",
19924 "xloc": [
19918 - "default.handlebars->27->1592"
19925 + "default.handlebars->27->1597"
19926 ]
19927 },
19928 {
@@ -19994,7 +20001,7 @@
20001 "ru": "Произошло в {0}",
20002 "zh-chs": "發生在{0}",
20003 "xloc": [
19997 - "default.handlebars->27->1871"
20004 + "default.handlebars->27->1876"
20005 ]
20006 },
20007 {
@@ -20012,7 +20019,7 @@
20019 "zh-chs": "離線用戶",
20020 "fi": "Offline-tilassa olevat käyttäjät",
20021 "xloc": [
20015 - "default.handlebars->27->1550"
20022 + "default.handlebars->27->1555"
20023 ]
20024 },
20025 {
@@ -20039,7 +20046,7 @@
20046 "nl": "één dag",
20047 "es": "Un día",
20048 "xloc": [
20042 - "default.handlebars->27->1526"
20049 + "default.handlebars->27->1531"
20050 ]
20051 },
20052 {
@@ -20085,7 +20092,7 @@
20092 "zh-chs": "在線用戶",
20093 "fi": "Online-tilassa olevat käyttäjät",
20094 "xloc": [
20088 - "default.handlebars->27->1549"
20095 + "default.handlebars->27->1554"
20096 ]
20097 },
20098 {
@@ -20254,8 +20261,8 @@
20261 "zh-chs": "運作方式",
20262 "xloc": [
20263 "default-mobile.handlebars->9->264",
20257 - "default.handlebars->27->1576",
20258 - "default.handlebars->27->1656",
20264 + "default.handlebars->27->1581",
20265 + "default.handlebars->27->1661",
20266 "default.handlebars->27->446",
20267 "default.handlebars->27->466",
20268 "default.handlebars->27->721"
@@ -20432,7 +20439,7 @@
20439 "ru": "Частично",
20440 "zh-chs": "部分的",
20441 "xloc": [
20435 - "default.handlebars->27->1564"
20442 + "default.handlebars->27->1569"
20443 ]
20444 },
20445 {
@@ -20496,7 +20503,7 @@
20503 "ru": "Частичные права",
20504 "zh-chs": "部分權利",
20505 "xloc": [
20499 - "default.handlebars->27->1722"
20506 + "default.handlebars->27->1727"
20507 ]
20508 },
20509 {
@@ -20532,12 +20539,12 @@
20539 "fi": "Salasana",
20540 "xloc": [
20541 "default-mobile.handlebars->9->269",
20535 - "default.handlebars->27->1620",
20536 - "default.handlebars->27->1621",
20537 - "default.handlebars->27->1743",
20538 - "default.handlebars->27->1745",
20539 - "default.handlebars->27->1796",
20540 - "default.handlebars->27->1797",
20542 + "default.handlebars->27->1625",
20543 + "default.handlebars->27->1626",
20544 + "default.handlebars->27->1748",
20545 + "default.handlebars->27->1750",
20546 + "default.handlebars->27->1801",
20547 + "default.handlebars->27->1802",
20548 "default.handlebars->27->285",
20549 "default.handlebars->27->316",
20550 "default.handlebars->27->731",
@@ -20652,7 +20659,7 @@
20659 "zh-chs": "密碼提示",
20660 "fi": "Salasana vihje",
20661 "xloc": [
20655 - "default.handlebars->27->1798"
20662 + "default.handlebars->27->1803"
20663 ]
20664 },
20665 {
@@ -20778,7 +20785,7 @@
20785 "default-mobile.handlebars->9->312",
20786 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->3",
20787 "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->3",
20781 - "default.handlebars->27->1513",
20788 + "default.handlebars->27->1518",
20789 "default.handlebars->27->845",
20790 "default.handlebars->27->870",
20791 "default.handlebars->container->column_l->p12->termTable->1->1->6->1->3",
@@ -20953,7 +20960,7 @@
20960 "xloc": [
20961 "default-mobile.handlebars->9->448",
20962 "default.handlebars->27->1441",
20956 - "default.handlebars->27->1548"
20963 + "default.handlebars->27->1553"
20964 ]
20965 },
20966 {
@@ -20987,7 +20994,7 @@
20994 "default-mobile.handlebars->9->65",
20995 "default-mobile.handlebars->9->67",
20996 "default.handlebars->27->159",
20990 - "default.handlebars->27->1788",
20997 + "default.handlebars->27->1793",
20998 "default.handlebars->27->985",
20999 "default.handlebars->27->988"
21000 ]
@@ -21002,7 +21009,7 @@
21009 "nl": "Telefoonnummer",
21010 "zh-chs": "电话号码",
21011 "xloc": [
21005 - "default.handlebars->27->1737"
21012 + "default.handlebars->27->1742"
21013 ]
21014 },
21015 {
@@ -21016,7 +21023,7 @@
21023 "zh-chs": "电话号码:",
21024 "xloc": [
21025 "default-mobile.handlebars->9->66",
21019 - "default.handlebars->27->1787",
21026 + "default.handlebars->27->1792",
21027 "default.handlebars->27->987"
21028 ]
21029 },
@@ -21153,7 +21160,7 @@
21160 "ru": "Действие плагина",
21161 "zh-chs": "插件動作",
21162 "xloc": [
21156 - "default.handlebars->27->1947",
21163 + "default.handlebars->27->1955",
21164 "default.handlebars->27->196"
21165 ]
21166 },
@@ -21478,7 +21485,7 @@
21485 "nl": "Aanwezig op de server",
21486 "es": "Presente en el Servidor",
21487 "xloc": [
21481 - "default.handlebars->27->1856"
21488 + "default.handlebars->27->1861"
21489 ]
21490 },
21491 {
@@ -21622,7 +21629,7 @@
21629 "zh-chs": "協議",
21630 "fi": "Protokolla",
21631 "xloc": [
21625 - "default.handlebars->27->1854",
21632 + "default.handlebars->27->1859",
21633 "player.handlebars->3->16"
21634 ]
21635 },
@@ -21673,7 +21680,7 @@
21680 "zh-chs": "公開連結",
21681 "xloc": [
21682 "default-mobile.handlebars->9->115",
21676 - "default.handlebars->27->1498"
21683 + "default.handlebars->27->1503"
21684 ]
21685 },
21686 {
@@ -21939,7 +21946,7 @@
21946 "ru": "RSS",
21947 "zh-chs": "的RSS",
21948 "xloc": [
21942 - "default.handlebars->27->1917"
21949 + "default.handlebars->27->1925"
21950 ]
21951 },
21952 {
@@ -21956,7 +21963,7 @@
21963 "ru": "Случайный пароль.",
21964 "zh-chs": "隨機化密碼。",
21965 "xloc": [
21959 - "default.handlebars->27->1622"
21966 + "default.handlebars->27->1627"
21967 ]
21968 },
21969 {
@@ -21999,9 +22006,9 @@
22006 "fi": "Oikea nimi",
22007 "es": "Nombre Real",
22008 "xloc": [
22002 - "default.handlebars->27->1734",
22003 - "default.handlebars->27->1736",
22004 - "default.handlebars->27->1789"
22009 + "default.handlebars->27->1739",
22010 + "default.handlebars->27->1741",
22011 + "default.handlebars->27->1794"
22012 ]
22013 },
22014 {
@@ -22018,7 +22025,7 @@
22025 "ru": "Области",
22026 "zh-chs": "境界",
22027 "xloc": [
22021 - "default.handlebars->27->1631"
22028 + "default.handlebars->27->1636"
22029 ]
22030 },
22031 {
@@ -22048,7 +22055,7 @@
22055 "nl": "Opname details",
22056 "es": "Detalles de la Grabación",
22057 "xloc": [
22051 - "default.handlebars->27->1868"
22058 + "default.handlebars->27->1873"
22059 ]
22060 },
22061 {
@@ -22075,7 +22082,7 @@
22082 "xloc": [
22083 "default-mobile.handlebars->9->121",
22084 "default-mobile.handlebars->9->300",
22078 - "default.handlebars->27->1505",
22085 + "default.handlebars->27->1510",
22086 "default.handlebars->27->857"
22087 ]
22088 },
@@ -22173,7 +22180,7 @@
22180 "ru": "Число ретрансляций",
22181 "zh-chs": "中繼計數",
22182 "xloc": [
22176 - "default.handlebars->27->1899"
22183 + "default.handlebars->27->1904"
22184 ]
22185 },
22186 {
@@ -22190,7 +22197,7 @@
22197 "ru": "Ошибки ретранслятора",
22198 "zh-chs": "中繼錯誤",
22199 "xloc": [
22193 - "default.handlebars->27->1892"
22200 + "default.handlebars->27->1897"
22201 ]
22202 },
22203 {
@@ -22207,8 +22214,8 @@
22214 "ru": "Сессии ретранслятора",
22215 "zh-chs": "接力會議",
22216 "xloc": [
22210 - "default.handlebars->27->1898",
22211 - "default.handlebars->27->1911"
22217 + "default.handlebars->27->1903",
22218 + "default.handlebars->27->1919"
22219 ]
22220 },
22221 {
@@ -22543,8 +22550,8 @@
22550 "nl": "Apparaatgroepmachtigingen verwijderen",
22551 "zh-chs": "删除设备组权限",
22552 "xloc": [
22546 - "default.handlebars->27->1703",
22547 - "default.handlebars->27->1837"
22553 + "default.handlebars->27->1708",
22554 + "default.handlebars->27->1842"
22555 ]
22556 },
22557 {
@@ -22558,8 +22565,8 @@
22565 "nl": "Apparaatmachtigingen verwijderen",
22566 "zh-chs": "删除设备权限",
22567 "xloc": [
22561 - "default.handlebars->27->1701",
22562 - "default.handlebars->27->1824"
22568 + "default.handlebars->27->1706",
22569 + "default.handlebars->27->1829"
22570 ]
22571 },
22572 {
@@ -22587,7 +22594,7 @@
22594 "nl": "Lidmaatschap van gebruikersgroep verwijderen",
22595 "zh-chs": "删除用户组成员身份",
22596 "xloc": [
22590 - "default.handlebars->27->1833"
22597 + "default.handlebars->27->1838"
22598 ]
22599 },
22600 {
@@ -22602,7 +22609,7 @@
22609 "zh-chs": "删除用户组权限",
22610 "xloc": [
22611 "default.handlebars->27->1446",
22605 - "default.handlebars->27->1829"
22612 + "default.handlebars->27->1834"
22613 ]
22614 },
22615 {
@@ -22616,7 +22623,7 @@
22623 "nl": "Gebruikerslidmaatschap verwijderen",
22624 "zh-chs": "删除用户成员资格",
22625 "xloc": [
22619 - "default.handlebars->27->1711"
22626 + "default.handlebars->27->1716"
22627 ]
22628 },
22629 {
@@ -22631,7 +22638,7 @@
22638 "zh-chs": "删除用户权限",
22639 "xloc": [
22640 "default.handlebars->27->1444",
22634 - "default.handlebars->27->1826"
22641 + "default.handlebars->27->1831"
22642 ]
22643 },
22644 {
@@ -22648,7 +22655,7 @@
22655 "ru": "Удалить все двухфакторные аутентификации.",
22656 "zh-chs": "刪除所有第二因素驗證。",
22657 "xloc": [
22651 - "default.handlebars->27->1801"
22658 + "default.handlebars->27->1806"
22659 ]
22660 },
22661 {
@@ -22665,7 +22672,7 @@
22672 "ru": "Удалить все прошлые события для этого userid.",
22673 "zh-chs": "刪除此用戶標識的所有先前事件。",
22674 "xloc": [
22668 - "default.handlebars->27->1623"
22675 + "default.handlebars->27->1628"
22676 ]
22677 },
22678 {
@@ -22754,7 +22761,7 @@
22761 "ru": "Удалить этого пользователя",
22762 "zh-chs": "删除该用户",
22763 "xloc": [
22757 - "default.handlebars->27->1779"
22764 + "default.handlebars->27->1784"
22765 ]
22766 },
22767 {
@@ -22771,7 +22778,7 @@
22778 "ru": "Удалить членство пользователя в группе",
22779 "zh-chs": "刪除用戶組成員身份",
22780 "xloc": [
22774 - "default.handlebars->27->1815"
22781 + "default.handlebars->27->1820"
22782 ]
22783 },
22784 {
@@ -22785,7 +22792,7 @@
22792 "nl": "Gebruikersrechten voor dit apparaat verwijderen",
22793 "zh-chs": "删除此设备的用户组权限",
22794 "xloc": [
22788 - "default.handlebars->27->1697"
22795 + "default.handlebars->27->1702"
22796 ]
22797 },
22798 {
@@ -22802,7 +22809,7 @@
22809 "ru": "Удалить права группы пользователей для этой группы устройств",
22810 "zh-chs": "刪除該設備組的用戶組權限",
22811 "xloc": [
22805 - "default.handlebars->27->1691",
22812 + "default.handlebars->27->1696",
22813 "default.handlebars->27->651"
22814 ]
22815 },
@@ -22821,9 +22828,9 @@
22828 "zh-chs": "刪除此設備組的用戶權限",
22829 "xloc": [
22830 "default.handlebars->27->1321",
22824 - "default.handlebars->27->1685",
22825 - "default.handlebars->27->1809",
22826 - "default.handlebars->27->1821",
22831 + "default.handlebars->27->1690",
22832 + "default.handlebars->27->1814",
22833 + "default.handlebars->27->1826",
22834 "default.handlebars->27->652"
22835 ]
22836 },
@@ -22845,7 +22852,7 @@
22852 "default-mobile.handlebars->9->304",
22853 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1",
22854 "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
22848 - "default.handlebars->27->1509",
22855 + "default.handlebars->27->1514",
22856 "default.handlebars->27->504",
22857 "default.handlebars->27->861",
22858 "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
@@ -22858,7 +22865,7 @@
22865 "nl": "Dag rapport",
22866 "es": "Reporte del día",
22867 "xloc": [
22861 - "default.handlebars->27->1527"
22868 + "default.handlebars->27->1532"
22869 ]
22870 },
22871 {
@@ -22866,7 +22873,7 @@
22873 "nl": "Rapporttype",
22874 "es": "Tipo de Reporte",
22875 "xloc": [
22869 - "default.handlebars->27->1522"
22876 + "default.handlebars->27->1527"
22877 ]
22878 },
22879 {
@@ -22901,8 +22908,8 @@
22908 "zh-chs": "要求:{0}。",
22909 "xloc": [
22910 "default-mobile.handlebars->9->89",
22904 - "default.handlebars->27->1628",
22905 - "default.handlebars->27->1799"
22911 + "default.handlebars->27->1633",
22912 + "default.handlebars->27->1804"
22913 ]
22914 },
22915 {
@@ -23145,7 +23152,7 @@
23152 "ru": "Ограничения",
23153 "zh-chs": "限制條件",
23154 "xloc": [
23148 - "default.handlebars->27->1723"
23155 + "default.handlebars->27->1728"
23156 ]
23157 },
23158 {
@@ -23415,8 +23422,8 @@
23422 "zh-chs": "短信",
23423 "fi": "Tekstiviesti",
23424 "xloc": [
23418 - "default.handlebars->27->1768",
23425 "default.handlebars->27->1773",
23426 + "default.handlebars->27->1778",
23427 "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
23428 "login.handlebars->container->column_l->centralTable->1->0->logincell->tokenpanel->1->7->1->4->1->3"
23429 ]
@@ -23431,7 +23438,7 @@
23438 "nl": "SMS geschikt telefoonnummer voor deze gebruiker.",
23439 "zh-chs": "此用户的短信功能电话号码。",
23440 "xloc": [
23434 - "default.handlebars->27->1785"
23441 + "default.handlebars->27->1790"
23442 ]
23443 },
23444 {
@@ -23854,7 +23861,7 @@
23861 "xloc": [
23862 "default-mobile.handlebars->9->270",
23863 "default-mobile.handlebars->9->363",
23857 - "default.handlebars->27->1769",
23864 + "default.handlebars->27->1774",
23865 "default.handlebars->27->286",
23866 "default.handlebars->27->732",
23867 "default.handlebars->27->938"
@@ -23874,7 +23881,7 @@
23881 "ru": "Ключ безопасности",
23882 "zh-chs": "安全密鑰",
23883 "xloc": [
23877 - "default.handlebars->27->1766"
23884 + "default.handlebars->27->1771"
23885 ]
23886 },
23887 {
@@ -23909,9 +23916,9 @@
23916 "zh-chs": "全選",
23917 "fi": "Valitse kaikki",
23918 "xloc": [
23912 - "default.handlebars->27->1501",
23913 - "default.handlebars->27->1572",
23914 - "default.handlebars->27->1654",
23919 + "default.handlebars->27->1506",
23920 + "default.handlebars->27->1577",
23921 + "default.handlebars->27->1659",
23922 "default.handlebars->27->442",
23923 "default.handlebars->27->853",
23924 "default.handlebars->27->855",
@@ -23938,9 +23945,9 @@
23945 "zh-chs": "選擇無",
23946 "fi": "Poista valinta",
23947 "xloc": [
23941 - "default.handlebars->27->1500",
23942 - "default.handlebars->27->1571",
23943 - "default.handlebars->27->1653",
23948 + "default.handlebars->27->1505",
23949 + "default.handlebars->27->1576",
23950 + "default.handlebars->27->1658",
23951 "default.handlebars->27->441",
23952 "default.handlebars->27->854",
23953 "default.handlebars->meshContextMenu->cxselectnone"
@@ -24025,8 +24032,8 @@
24032 "nl": "Selecteer een bewerking die u op alle geselecteerde gebruikers wilt uitvoeren.",
24033 "zh-chs": "选择要对所有选定用户执行的操作。",
24034 "xloc": [
24028 - "default.handlebars->27->1575",
24029 - "default.handlebars->27->1655"
24035 + "default.handlebars->27->1580",
24036 + "default.handlebars->27->1660"
24037 ]
24038 },
24039 {
@@ -24109,7 +24116,7 @@
24116 "nl": "E-mail verzenden",
24117 "es": "Enviar Correo",
24118 "xloc": [
24112 - "default.handlebars->27->1586"
24119 + "default.handlebars->27->1591"
24120 ]
24121 },
24122 {
@@ -24158,7 +24165,7 @@
24165 "zh-chs": "发送短信",
24166 "fi": "Lähetä tekstiviesti",
24167 "xloc": [
24161 - "default.handlebars->27->1584"
24168 + "default.handlebars->27->1589"
24169 ]
24170 },
24171 {
@@ -24171,7 +24178,7 @@
24178 "nl": "Stuur een SMS bericht naar deze gebruiker",
24179 "zh-chs": "发送短信给该用户",
24180 "xloc": [
24174 - "default.handlebars->27->1774"
24181 + "default.handlebars->27->1779"
24182 ]
24183 },
24184 {
@@ -24180,7 +24187,7 @@
24187 "fr": "Envoyer un Mail à cet utilisateur",
24188 "es": "Enviar un mensaje de correo a este usuario",
24189 "xloc": [
24183 - "default.handlebars->27->1776"
24190 + "default.handlebars->27->1781"
24191 ]
24192 },
24193 {
@@ -24197,7 +24204,7 @@
24204 "ru": "Отправить уведомление всем пользователям этой группы.",
24205 "zh-chs": "向該組中的所有用戶發送通知。",
24206 "xloc": [
24200 - "default.handlebars->27->1682"
24207 + "default.handlebars->27->1687"
24208 ]
24209 },
24210 {
@@ -24214,7 +24221,7 @@
24221 "ru": "Отправить текстовое уведомление этому пользователю.",
24222 "zh-chs": "向該用戶發送文本通知。",
24223 "xloc": [
24217 - "default.handlebars->27->1587"
24224 + "default.handlebars->27->1592"
24225 ]
24226 },
24227 {
@@ -24230,7 +24237,7 @@
24237 "ru": "Отправить письмо пользователю",
24238 "zh-chs": "发送电子邮件给用户",
24239 "xloc": [
24233 - "default.handlebars->27->1567"
24240 + "default.handlebars->27->1572"
24241 ]
24242 },
24243 {
@@ -24265,7 +24272,7 @@
24272 "ru": "Отправить приглашение по email.",
24273 "zh-chs": "發送邀請電子郵件。",
24274 "xloc": [
24268 - "default.handlebars->27->1627"
24275 + "default.handlebars->27->1632"
24276 ]
24277 },
24278 {
@@ -24331,7 +24338,7 @@
24338 "ru": "Отправить уведомление пользователю",
24339 "zh-chs": "發送用戶通知",
24340 "xloc": [
24334 - "default.handlebars->27->1778"
24341 + "default.handlebars->27->1783"
24342 ]
24343 },
24344 {
@@ -24383,7 +24390,7 @@
24390 "ru": "Резервное копирование сервера",
24391 "zh-chs": "服務器備份",
24392 "xloc": [
24386 - "default.handlebars->27->1637"
24393 + "default.handlebars->27->1642"
24394 ]
24395 },
24396 {
@@ -24400,7 +24407,7 @@
24407 "ru": "Сертификат сервера",
24408 "zh-chs": "服務器證書",
24409 "xloc": [
24403 - "default.handlebars->27->1927"
24410 + "default.handlebars->27->1935"
24411 ]
24412 },
24413 {
@@ -24417,7 +24424,7 @@
24424 "ru": "База данных сервера",
24425 "zh-chs": "服務器數據庫",
24426 "xloc": [
24420 - "default.handlebars->27->1928"
24427 + "default.handlebars->27->1936"
24428 ]
24429 },
24430 {
@@ -24438,7 +24445,7 @@
24445 "default-mobile.handlebars->9->434",
24446 "default.handlebars->27->1397",
24447 "default.handlebars->27->1426",
24441 - "default.handlebars->27->1634",
24448 + "default.handlebars->27->1639",
24449 "default.handlebars->27->665",
24450 "default.handlebars->27->684"
24451 ]
@@ -24457,8 +24464,8 @@
24464 "ru": "Разрешения сервера",
24465 "zh-chs": "服務器權限",
24466 "xloc": [
24460 - "default.handlebars->27->1559",
24461 - "default.handlebars->27->1647"
24467 + "default.handlebars->27->1564",
24468 + "default.handlebars->27->1652"
24469 ]
24470 },
24471 {
@@ -24475,7 +24482,7 @@
24482 "ru": "Квота сервера",
24483 "zh-chs": "服務器配額",
24484 "xloc": [
24478 - "default.handlebars->27->1740"
24485 + "default.handlebars->27->1745"
24486 ]
24487 },
24488 {
@@ -24492,7 +24499,7 @@
24499 "ru": "Восстановление сервера",
24500 "zh-chs": "服務器還原",
24501 "xloc": [
24495 - "default.handlebars->27->1638"
24502 + "default.handlebars->27->1643"
24503 ]
24504 },
24505 {
@@ -24509,7 +24516,7 @@
24516 "ru": "Права",
24517 "zh-chs": "服務器權限",
24518 "xloc": [
24512 - "default.handlebars->27->1739"
24519 + "default.handlebars->27->1744"
24520 ]
24521 },
24522 {
@@ -24526,7 +24533,7 @@
24533 "ru": "Состояние сервера",
24534 "zh-chs": "服務器狀態",
24535 "xloc": [
24529 - "default.handlebars->27->1878"
24536 + "default.handlebars->27->1883"
24537 ]
24538 },
24539 {
@@ -24560,7 +24567,7 @@
24567 "ru": "Трассировка сервера",
24568 "zh-chs": "服務器跟踪",
24569 "xloc": [
24563 - "default.handlebars->27->1938"
24570 + "default.handlebars->27->1946"
24571 ]
24572 },
24573 {
@@ -24577,7 +24584,7 @@
24584 "ru": "Обновление сервера",
24585 "zh-chs": "服務器更新",
24586 "xloc": [
24580 - "default.handlebars->27->1639"
24587 + "default.handlebars->27->1644"
24588 ]
24589 },
24590 {
@@ -24700,7 +24707,7 @@
24707 "ru": "ServerStats.csv",
24708 "zh-chs": "ServerStats.csv",
24709 "xloc": [
24703 - "default.handlebars->27->1919"
24710 + "default.handlebars->27->1927"
24711 ]
24712 },
24713 {
@@ -24742,7 +24749,7 @@
24749 "nl": "Sessie",
24750 "es": "Sesión",
24751 "xloc": [
24745 - "default.handlebars->27->1842"
24752 + "default.handlebars->27->1847"
24753 ]
24754 },
24755 {
@@ -25164,8 +25171,8 @@
25171 "nl": "Toon gedurende 1 minuut",
25172 "es": "Mostrar por 1 minuto",
25173 "xloc": [
25167 - "default.handlebars->27->1590",
25168 - "default.handlebars->27->1613"
25174 + "default.handlebars->27->1595",
25175 + "default.handlebars->27->1618"
25176 ]
25177 },
25178 {
@@ -25173,8 +25180,8 @@
25180 "nl": "Toon gedurende 10 seconden",
25181 "es": "Mostrar por 10 Segundos",
25182 "xloc": [
25176 - "default.handlebars->27->1589",
25177 - "default.handlebars->27->1612"
25183 + "default.handlebars->27->1594",
25184 + "default.handlebars->27->1617"
25185 ]
25186 },
25187 {
@@ -25182,8 +25189,8 @@
25189 "nl": "Toon gedurende 5 minuten",
25190 "es": "Mostrar por 5 minutos",
25191 "xloc": [
25185 - "default.handlebars->27->1591",
25186 - "default.handlebars->27->1614"
25192 + "default.handlebars->27->1596",
25193 + "default.handlebars->27->1619"
25194 ]
25195 },
25196 {
@@ -25191,8 +25198,8 @@
25198 "nl": "Toon bericht totdat het door de gebruiker wordt afgewezen",
25199 "es": "Mostrar mensaje hasta que el usuario lo descarte",
25200 "xloc": [
25194 - "default.handlebars->27->1588",
25195 - "default.handlebars->27->1611"
25201 + "default.handlebars->27->1593",
25202 + "default.handlebars->27->1616"
25203 ]
25204 },
25205 {
@@ -25370,8 +25377,8 @@
25377 "zh-chs": "尺寸",
25378 "fi": "Koko",
25379 "xloc": [
25373 - "default.handlebars->27->1845",
25374 - "default.handlebars->27->1860",
25380 + "default.handlebars->27->1850",
25381 + "default.handlebars->27->1865",
25382 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSize"
25383 ]
25384 },
@@ -26191,8 +26198,8 @@
26198 "nl": "Start tijd",
26199 "es": "Tiempo de Inicio",
26200 "xloc": [
26194 - "default.handlebars->27->1843",
26195 - "default.handlebars->27->1862",
26201 + "default.handlebars->27->1848",
26202 + "default.handlebars->27->1867",
26203 "default.handlebars->27->798",
26204 "desktop.handlebars->3->15"
26205 ]
@@ -26246,8 +26253,8 @@
26253 "ru": "Статус",
26254 "zh-chs": "狀態",
26255 "xloc": [
26249 - "default.handlebars->27->1792",
26250 - "default.handlebars->27->1855",
26256 + "default.handlebars->27->1797",
26257 + "default.handlebars->27->1860",
26258 "default.handlebars->container->column_l->p42->p42tbl->1->0->7"
26259 ]
26260 },
@@ -26395,7 +26402,7 @@
26402 "fi": "Otsikko",
26403 "es": "Asunto",
26404 "xloc": [
26398 - "default.handlebars->27->1585"
26405 + "default.handlebars->27->1590"
26406 ]
26407 },
26408 {
@@ -26823,7 +26830,7 @@
26830 "xloc": [
26831 "default-mobile.handlebars->9->164",
26832 "default.handlebars->27->1364",
26826 - "default.handlebars->27->1849",
26833 + "default.handlebars->27->1854",
26834 "default.handlebars->27->244",
26835 "default.handlebars->27->514",
26836 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevTerminal",
@@ -26862,7 +26869,7 @@
26869 "zh-chs": "終端通知",
26870 "xloc": [
26871 "default.handlebars->27->1284",
26865 - "default.handlebars->27->1758",
26872 + "default.handlebars->27->1763",
26873 "default.handlebars->27->586"
26874 ]
26875 },
@@ -26881,7 +26888,7 @@
26888 "zh-chs": "終端提示",
26889 "xloc": [
26890 "default.handlebars->27->1283",
26884 - "default.handlebars->27->1757",
26891 + "default.handlebars->27->1762",
26892 "default.handlebars->27->585"
26893 ]
26894 },
@@ -27025,7 +27032,7 @@
27032 "ru": "На данный момент уведомлений нет",
27033 "zh-chs": "目前沒有任何通知",
27034 "xloc": [
27028 - "default.handlebars->27->1870"
27035 + "default.handlebars->27->1875"
27036 ]
27037 },
27038 {
@@ -27317,7 +27324,7 @@
27324 "nl": "Tijdspanne",
27325 "es": "Espacio de Tiempo",
27326 "xloc": [
27320 - "default.handlebars->27->1524"
27327 + "default.handlebars->27->1529"
27328 ]
27329 },
27330 {
@@ -28311,9 +28318,9 @@
28318 "default.handlebars->27->1261",
28319 "default.handlebars->27->1262",
28320 "default.handlebars->27->13",
28314 - "default.handlebars->27->1832",
28315 - "default.handlebars->27->1847",
28316 - "default.handlebars->27->1848",
28321 + "default.handlebars->27->1837",
28322 + "default.handlebars->27->1852",
28323 + "default.handlebars->27->1853",
28324 "default.handlebars->27->41",
28325 "default.handlebars->27->42",
28326 "default.handlebars->27->440",
@@ -28353,7 +28360,7 @@
28360 "ru": "Неизвестное действие",
28361 "zh-chs": "未知動作",
28362 "xloc": [
28356 - "default.handlebars->27->1884"
28363 + "default.handlebars->27->1889"
28364 ]
28365 },
28366 {
@@ -28370,8 +28377,8 @@
28377 "ru": "Неизвестное устройство",
28378 "zh-chs": "未知設備",
28379 "xloc": [
28373 - "default.handlebars->27->1696",
28374 - "default.handlebars->27->1820"
28380 + "default.handlebars->27->1701",
28381 + "default.handlebars->27->1825"
28382 ]
28383 },
28384 {
@@ -28388,9 +28395,9 @@
28395 "ru": "Неизвестная группа устройств",
28396 "zh-chs": "未知設備組",
28397 "xloc": [
28391 - "default.handlebars->27->1690",
28392 - "default.handlebars->27->1808",
28393 - "default.handlebars->27->1888"
28398 + "default.handlebars->27->1695",
28399 + "default.handlebars->27->1813",
28400 + "default.handlebars->27->1893"
28401 ]
28402 },
28403 {
@@ -28407,7 +28414,7 @@
28414 "ru": "Неизвестная группа",
28415 "zh-chs": "未知群組",
28416 "xloc": [
28410 - "default.handlebars->27->1880"
28417 + "default.handlebars->27->1885"
28418 ]
28419 },
28420 {
@@ -28442,7 +28449,7 @@
28449 "ru": "Неизвестная группа пользователей",
28450 "zh-chs": "未知用戶組",
28451 "xloc": [
28445 - "default.handlebars->27->1814"
28452 + "default.handlebars->27->1819"
28453 ]
28454 },
28455 {
@@ -28494,7 +28501,7 @@
28501 "nl": "Account ontgrendelen",
28502 "zh-chs": "解锁帐号",
28503 "xloc": [
28497 - "default.handlebars->27->1578"
28504 + "default.handlebars->27->1583"
28505 ]
28506 },
28507 {
@@ -28532,7 +28539,7 @@
28539 "ru": "Актуально",
28540 "zh-chs": "最新",
28541 "xloc": [
28535 - "default.handlebars->27->1945"
28542 + "default.handlebars->27->1953"
28543 ]
28544 },
28545 {
@@ -28574,8 +28581,8 @@
28581 "default-mobile.handlebars->9->305",
28582 "default-mobile.handlebars->9->323",
28583 "default-mobile.handlebars->9->326",
28577 - "default.handlebars->27->1510",
28578 - "default.handlebars->27->1518",
28584 + "default.handlebars->27->1515",
28585 + "default.handlebars->27->1523",
28586 "default.handlebars->27->862",
28587 "default.handlebars->27->886",
28588 "default.handlebars->27->889",
@@ -28665,7 +28672,7 @@
28672 "zh-chs": "上傳將覆蓋1個文件。繼續?",
28673 "xloc": [
28674 "default-mobile.handlebars->9->324",
28668 - "default.handlebars->27->1519",
28675 + "default.handlebars->27->1524",
28676 "default.handlebars->27->887"
28677 ]
28678 },
@@ -28684,7 +28691,7 @@
28691 "zh-chs": "上傳將覆蓋{0}個文件。繼續?",
28692 "xloc": [
28693 "default-mobile.handlebars->9->325",
28687 - "default.handlebars->27->1520",
28694 + "default.handlebars->27->1525",
28695 "default.handlebars->27->888"
28696 ]
28697 },
@@ -28785,8 +28792,8 @@
28792 "ru": "Использовано",
28793 "zh-chs": "用過的",
28794 "xloc": [
28788 - "default.handlebars->27->1874",
28789 - "default.handlebars->27->1876"
28795 + "default.handlebars->27->1879",
28796 + "default.handlebars->27->1881"
28797 ]
28798 },
28799 {
@@ -28804,10 +28811,10 @@
28811 "zh-chs": "用戶",
28812 "xloc": [
28813 "default.handlebars->27->1322",
28807 - "default.handlebars->27->1531",
28808 - "default.handlebars->27->1560",
28809 - "default.handlebars->27->1686",
28810 - "default.handlebars->27->1867",
28814 + "default.handlebars->27->1536",
28815 + "default.handlebars->27->1565",
28816 + "default.handlebars->27->1691",
28817 + "default.handlebars->27->1872",
28818 "default.handlebars->27->222",
28819 "default.handlebars->27->654"
28820 ]
@@ -28826,7 +28833,7 @@
28833 "ru": "Пользователь + Файлы",
28834 "zh-chs": "用戶+文件",
28835 "xloc": [
28829 - "default.handlebars->27->1561"
28836 + "default.handlebars->27->1566"
28837 ]
28838 },
28839 {
@@ -28843,10 +28850,10 @@
28850 "ru": "Импорт учетной записи пользователя",
28851 "zh-chs": "用戶帳戶導入",
28852 "xloc": [
28846 - "default.handlebars->27->1594",
28847 - "default.handlebars->27->1595",
28848 - "default.handlebars->27->1597",
28849 - "default.handlebars->27->1599"
28853 + "default.handlebars->27->1599",
28854 + "default.handlebars->27->1600",
28855 + "default.handlebars->27->1602",
28856 + "default.handlebars->27->1604"
28857 ]
28858 },
28859 {
@@ -28863,7 +28870,7 @@
28870 "ru": "Учетные записи пользователей",
28871 "zh-chs": "用戶帳號",
28872 "xloc": [
28866 - "default.handlebars->27->1893"
28873 + "default.handlebars->27->1898"
28874 ]
28875 },
28876 {
@@ -28900,7 +28907,7 @@
28907 "zh-chs": "用戶同意",
28908 "xloc": [
28909 "default.handlebars->27->1290",
28903 - "default.handlebars->27->1764",
28910 + "default.handlebars->27->1769",
28911 "default.handlebars->27->190",
28912 "default.handlebars->27->592",
28913 "default.handlebars->27->709"
@@ -28922,9 +28929,9 @@
28929 "xloc": [
28930 "default.handlebars->27->1378",
28931 "default.handlebars->27->1379",
28925 - "default.handlebars->27->1662",
28926 - "default.handlebars->27->1816",
28927 - "default.handlebars->27->1835",
28932 + "default.handlebars->27->1667",
28933 + "default.handlebars->27->1821",
28934 + "default.handlebars->27->1840",
28935 "default.handlebars->27->653"
28936 ]
28937 },
@@ -28959,7 +28966,7 @@
28966 "ru": "Членство в группах пользователей",
28967 "zh-chs": "用戶組成員資格",
28968 "xloc": [
28962 - "default.handlebars->27->1813"
28969 + "default.handlebars->27->1818"
28970 ]
28971 },
28972 {
@@ -28985,8 +28992,8 @@
28992 "zh-chs": "用戶標識",
28993 "xloc": [
28994 "default.handlebars->27->1440",
28988 - "default.handlebars->27->1731",
28989 - "default.handlebars->27->1732"
28995 + "default.handlebars->27->1736",
28996 + "default.handlebars->27->1737"
28997 ]
28998 },
28999 {
@@ -28995,7 +29002,7 @@
29002 "es": "Identificadores de Usuario",
29003 "xloc": [
29004 "default.handlebars->27->1376",
28998 - "default.handlebars->27->1715"
29005 + "default.handlebars->27->1720"
29006 ]
29007 },
29008 {
@@ -29012,7 +29019,7 @@
29019 "ru": "Экспортировать список пользователей",
29020 "zh-chs": "用戶列表導出",
29021 "xloc": [
29015 - "default.handlebars->27->1606"
29022 + "default.handlebars->27->1611"
29023 ]
29024 },
29025 {
@@ -29092,7 +29099,7 @@
29099 "ru": "Сессии пользователя",
29100 "zh-chs": "用戶會話",
29101 "xloc": [
29095 - "default.handlebars->27->1910"
29102 + "default.handlebars->27->1918"
29103 ]
29104 },
29105 {
@@ -29228,7 +29235,7 @@
29235 "zh-chs": "用戶名",
29236 "xloc": [
29237 "default-mobile.handlebars->9->268",
29231 - "default.handlebars->27->1618",
29238 + "default.handlebars->27->1623",
29239 "default.handlebars->27->283",
29240 "default.handlebars->27->315",
29241 "default.handlebars->27->730",
@@ -29290,9 +29297,9 @@
29297 "ru": "Пользователи",
29298 "zh-chs": "用戶數",
29299 "xloc": [
29293 - "default.handlebars->27->1650",
29294 - "default.handlebars->27->1678",
29295 - "default.handlebars->27->1909",
29300 + "default.handlebars->27->1655",
29301 + "default.handlebars->27->1683",
29302 + "default.handlebars->27->1917",
29303 "default.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGeneral"
29304 ]
29305 },
@@ -29310,7 +29317,7 @@
29317 "ru": "Сессии пользователей",
29318 "zh-chs": "用戶會話",
29319 "xloc": [
29313 - "default.handlebars->27->1897"
29320 + "default.handlebars->27->1902"
29321 ]
29322 },
29323 {
@@ -29335,7 +29342,7 @@
29342 "nl": "E-mail valideren",
29343 "es": "Validar Correo",
29344 "xloc": [
29338 - "default.handlebars->27->1573"
29345 + "default.handlebars->27->1578"
29346 ]
29347 },
29348 {
@@ -29403,7 +29410,7 @@
29410 "ru": "Проверенный",
29411 "zh-chs": "已驗證",
29412 "xloc": [
29406 - "default.handlebars->27->1794"
29413 + "default.handlebars->27->1799"
29414 ]
29415 },
29416 {
@@ -29430,7 +29437,7 @@
29437 "zh-chs": "验证电话号码",
29438 "xloc": [
29439 "default-mobile.handlebars->9->63",
29433 - "default.handlebars->27->1569",
29440 + "default.handlebars->27->1574",
29441 "default.handlebars->27->983"
29442 ]
29443 },
@@ -29508,7 +29515,7 @@
29515 "ru": "Версия несовместима, пожалуйста, сначала обновите установку MeshCentral",
29516 "zh-chs": "版本不兼容,请先升级您的MeshCentral安装",
29517 "xloc": [
29511 - "default.handlebars->27->1941"
29518 + "default.handlebars->27->1949"
29519 ]
29520 },
29521 {
@@ -29578,8 +29585,8 @@
29585 "ru": "Просмотр журнала изменений",
29586 "zh-chs": "查看变更日志",
29587 "xloc": [
29581 - "default.handlebars->27->1944",
29582 - "default.handlebars->27->1946"
29588 + "default.handlebars->27->1952",
29589 + "default.handlebars->27->1954"
29590 ]
29591 },
29592 {
@@ -29630,7 +29637,7 @@
29637 "ru": "Посмотреть примечания об этом пользователе",
29638 "zh-chs": "查看有關此用戶的註釋",
29639 "xloc": [
29633 - "default.handlebars->27->1772"
29640 + "default.handlebars->27->1777"
29641 ]
29642 },
29643 {
@@ -29841,8 +29848,8 @@
29848 "ru": "Веб-сервер",
29849 "zh-chs": "網絡服務器",
29850 "xloc": [
29844 - "default.handlebars->27->1930",
29845 - "default.handlebars->27->1931"
29851 + "default.handlebars->27->1938",
29852 + "default.handlebars->27->1939"
29853 ]
29854 },
29855 {
@@ -29859,7 +29866,7 @@
29866 "ru": "Запросы веб-сервера",
29867 "zh-chs": "Web服務器請求",
29868 "xloc": [
29862 - "default.handlebars->27->1932"
29869 + "default.handlebars->27->1940"
29870 ]
29871 },
29872 {
@@ -29876,7 +29883,7 @@
29883 "ru": "Ретранслятор Web Socket",
29884 "zh-chs": "Web套接字中繼",
29885 "xloc": [
29879 - "default.handlebars->27->1933"
29886 + "default.handlebars->27->1941"
29887 ]
29888 },
29889 {
@@ -29992,7 +29999,7 @@
29999 "zh-chs": "下次登錄時將更改。",
30000 "fi": "Vaihdetaan seuraavan kirjautumisen yhteydessä",
30001 "xloc": [
29995 - "default.handlebars->27->1744"
30002 + "default.handlebars->27->1749"
30003 ]
30004 },
30005 {
@@ -30995,7 +31002,7 @@
31002 "ru": "\\\\'",
31003 "zh-chs": "\\\\'",
31004 "xloc": [
30998 - "default.handlebars->27->1942"
31005 + "default.handlebars->27->1950"
31006 ]
31007 },
31008 {
@@ -31199,7 +31206,7 @@
31206 "fi": "kopioi",
31207 "xloc": [
31208 "default-mobile.handlebars->9->130",
31202 - "default.handlebars->27->1515"
31209 + "default.handlebars->27->1520"
31210 ]
31211 },
31212 {
@@ -31274,8 +31281,8 @@
31281 "ru": "eventslist.csv",
31282 "zh-chs": "eventslist.csv",
31283 "xloc": [
31277 - "default.handlebars->27->1538",
31278 - "default.handlebars->27->1543"
31284 + "default.handlebars->27->1543",
31285 + "default.handlebars->27->1548"
31286 ]
31287 },
31288 {
@@ -31292,8 +31299,8 @@
31299 "ru": "eventslist.json",
31300 "zh-chs": "eventslist.json",
31301 "xloc": [
31295 - "default.handlebars->27->1540",
31296 - "default.handlebars->27->1544"
31302 + "default.handlebars->27->1545",
31303 + "default.handlebars->27->1549"
31304 ]
31305 },
31306 {
@@ -31327,7 +31334,8 @@
31334 "ru": "свободно",
31335 "zh-chs": "自由",
31336 "xloc": [
31330 - "default.handlebars->27->1905"
31337 + "default.handlebars->27->1910",
31338 + "default.handlebars->27->1913"
31339 ]
31340 },
31341 {
@@ -31512,7 +31520,7 @@
31520 "ru": "id, name, email, creation, lastlogin, groups, authfactors",
31521 "zh-chs": "id,名稱,電子郵件,創建,lastlogin,組,authfactors",
31522 "xloc": [
31515 - "default.handlebars->27->1607"
31523 + "default.handlebars->27->1612"
31524 ]
31525 },
31526 {
@@ -31613,7 +31621,7 @@
31621 "ru": "k max, пусто по умолчанию",
31622 "zh-chs": "k max,默认为空白",
31623 "xloc": [
31616 - "default.handlebars->27->1635"
31624 + "default.handlebars->27->1640"
31625 ]
31626 },
31627 {
@@ -31718,7 +31726,7 @@
31726 "fi": "siirrä",
31727 "xloc": [
31728 "default-mobile.handlebars->9->131",
31721 - "default.handlebars->27->1516"
31729 + "default.handlebars->27->1521"
31730 ]
31731 },
31732 {
@@ -31791,7 +31799,7 @@
31799 "ru": "servertrace.csv",
31800 "zh-chs": "servertrace.csv",
31801 "xloc": [
31794 - "default.handlebars->27->1940"
31802 + "default.handlebars->27->1948"
31803 ]
31804 },
31805 {
@@ -31848,7 +31856,7 @@
31856 "ru": "time, conn.agent, conn.users, conn.usersessions, conn.relaysession, conn.intelamt, mem.external, mem.heapused, mem.heaptotal, mem.rss",
31857 "zh-chs": "時間,conn.agent,conn.users,conn.usersessions,conn.relaysession,conn.intelamt,mem.external,mem.heapused,mem.heaptotal,mem.rss",
31858 "xloc": [
31851 - "default.handlebars->27->1918"
31859 + "default.handlebars->27->1926"
31860 ]
31861 },
31862 {
@@ -31865,7 +31873,7 @@
31873 "ru": "time, source, message",
31874 "zh-chs": "時間,來源,訊息",
31875 "xloc": [
31868 - "default.handlebars->27->1939"
31876 + "default.handlebars->27->1947"
31877 ]
31878 },
31879 {
@@ -31896,7 +31904,8 @@
31904 "ru": "всего",
31905 "zh-chs": "總",
31906 "xloc": [
31899 - "default.handlebars->27->1906"
31907 + "default.handlebars->27->1911",
31908 + "default.handlebars->27->1914"
31909 ]
31910 },
31911 {
@@ -31967,8 +31976,8 @@
31976 "ru": "userlist.csv",
31977 "zh-chs": "userlist.csv",
31978 "xloc": [
31970 - "default.handlebars->27->1603",
31971 - "default.handlebars->27->1608"
31979 + "default.handlebars->27->1608",
31980 + "default.handlebars->27->1613"
31981 ]
31982 },
31983 {
@@ -31985,8 +31994,8 @@
31994 "ru": "userlist.json",
31995 "zh-chs": "userlist.json",
31996 "xloc": [
31988 - "default.handlebars->27->1605",
31989 - "default.handlebars->27->1609"
31997 + "default.handlebars->27->1610",
31998 + "default.handlebars->27->1614"
31999 ]
32000 },
32001 {
@@ -32003,7 +32012,7 @@
32012 "ru": "utc, время, тип, действие, пользователь, устройство, сообщение",
32013 "zh-chs": "utc,時間,類型,操作,用戶,設備,消息",
32014 "xloc": [
32006 - "default.handlebars->27->1542"
32015 + "default.handlebars->27->1547"
32016 ]
32017 },
32018 {
@@ -32037,7 +32046,8 @@
32046 "ru": "{0} Гб",
32047 "zh-chs": "{0} Gb",
32048 "xloc": [
32040 - "default.handlebars->27->1495"
32049 + "default.handlebars->27->1495",
32050 + "default.handlebars->27->1500"
32051 ]
32052 },
32053 {
@@ -32055,7 +32065,8 @@
32065 "zh-chs": "{0} Kb",
32066 "xloc": [
32067 "default.handlebars->27->1493",
32058 - "default.handlebars->27->1846"
32068 + "default.handlebars->27->1498",
32069 + "default.handlebars->27->1851"
32070 ]
32071 },
32072 {
@@ -32074,6 +32085,7 @@
32085 "xloc": [
32086 "default-mobile.handlebars->9->387",
32087 "default.handlebars->27->1494",
32088 + "default.handlebars->27->1499",
32089 "default.handlebars->27->962"
32090 ]
32091 },
@@ -32109,7 +32121,7 @@
32121 "ru": "{0} активных сессий",
32122 "zh-chs": "{0}個活動會話",
32123 "xloc": [
32112 - "default.handlebars->27->1784"
32124 + "default.handlebars->27->1789"
32125 ]
32126 },
32127 {
@@ -32126,7 +32138,8 @@
32138 "ru": "{0} байт",
32139 "zh-chs": "{0} b",
32140 "xloc": [
32129 - "default.handlebars->27->1492"
32141 + "default.handlebars->27->1492",
32142 + "default.handlebars->27->1497"
32143 ]
32144 },
32145 {
@@ -32145,8 +32158,8 @@
32158 "fi": "{0} tavua",
32159 "xloc": [
32160 "default-mobile.handlebars->9->119",
32148 - "default.handlebars->27->1503",
32149 - "default.handlebars->27->1861"
32161 + "default.handlebars->27->1508",
32162 + "default.handlebars->27->1866"
32163 ]
32164 },
32165 {
@@ -32209,7 +32222,7 @@
32222 "zh-chs": "{0}個群組",
32223 "fi": "{0} ryhmää",
32224 "xloc": [
32212 - "default.handlebars->27->1749"
32225 + "default.handlebars->27->1754"
32226 ]
32227 },
32228 {
@@ -32329,7 +32342,7 @@
32342 "ru": "Еще {0} пользователей не показаны, используйте поиск для нахождения пользователей...",
32343 "zh-chs": "{0}未顯示更多用戶,請使用搜索框查找用戶...",
32344 "xloc": [
32332 - "default.handlebars->27->1552"
32345 + "default.handlebars->27->1557"
32346 ]
32347 },
32348 {
@@ -32468,7 +32481,7 @@
32481 "default-mobile.handlebars->9->169",
32482 "default-mobile.handlebars->9->172",
32483 "default-mobile.handlebars->9->175",
32471 - "default.handlebars->27->1556",
32484 + "default.handlebars->27->1561",
32485 "default.handlebars->27->240",
32486 "default.handlebars->27->243",
32487 "default.handlebars->27->246",
@@ -32594,7 +32607,7 @@
32607 "ru": "{0}k в 1 файле. {1}k максимум",
32608 "zh-chs": "{0} k合1檔案。最多{1} k",
32609 "xloc": [
32597 - "default.handlebars->27->1497"
32610 + "default.handlebars->27->1502"
32611 ]
32612 },
32613 {
@@ -32611,7 +32624,7 @@
32624 "ru": "{0}k в {1} файлах. {2}k максимум",
32625 "zh-chs": "{1}個文件中有{0}個。最多{2} k",
32626 "xloc": [
32614 - "default.handlebars->27->1496"
32627 + "default.handlebars->27->1501"
32628 ]
32629 },
32630 {
views/default.handlebars
+18 -5
@@ -10203,6 +10203,14 @@
10203 return format("{0} Gb", Math.round(bytes / 1024 / 1024 / 1024));
10204 }
10205
10206 + function getNiceSize3(bytes) {
10207 + if (bytes <= 0) return "None";
10208 + if (bytes < 2048) return format("{0} b", bytes);
10209 + if (bytes < 2097152) return format("{0} Kb", round(bytes / 1024, 1));
10210 + if (bytes < 2147483648) return format("{0} Mb", round(bytes / 1024 / 1024, 1));
10211 + return format("{0} Gb", round(bytes / 1024 / 1024 / 1024, 1));
10212 + }
10213 +
10214 function p5getQuotabar(f) {
10215 while (f.t > 1 && f.t != 4) { f = f.parent; }
10216 if ((f.t != 1 && f.t != 4) || (f.maxbytes == null)) return '';
@@ -12389,12 +12397,12 @@
12397 window.serverStatCpu = new Chart(document.getElementById('serverCpuChart').getContext('2d'), {
12398 type: 'doughnut',
12399 data: { datasets: [{ data: [0, 0], backgroundColor: ['#AAAAAA', '#00AA00'] }], labels: ["Used", "Free"] },
12392 - options: { events: [], responsive: true, legend: { position: 'none', }, animation: { animateScale: true, animateRotate: true }, width: '60px' }
12400 + options: { events: [], responsive: true, legend: { position: 'none', }, animation: { animateScale: true, animateRotate: true }, width: '40px' }
12401 });
12402 window.serverStatMemory = new Chart(document.getElementById('serverMemoryChart').getContext('2d'), {
12403 type: 'doughnut',
12404 data: { datasets: [{ data: [0, 0], backgroundColor: ['#AAAAAA', '#00AA00'] }], labels: ["Used", "Free"] },
12397 - options: { events: [], responsive: true, legend: { position: 'none', }, animation: { animateScale: true, animateRotate: true }, width: '60px' }
12405 + options: { events: [], responsive: true, legend: { position: 'none', }, animation: { animateScale: true, animateRotate: true }, width: '40px' }
12406 });
12407 }
12408
@@ -12436,9 +12444,14 @@
12444 QS('serverCpuChartView')['display'] = 'inline-block';
12445 window.serverStatCpu.update();
12446 }
12439 - if ((typeof message.totalmem == 'number') && (typeof message.freemem == 'number')) {
12447 + if ((typeof message.totalmem == 'number') && (typeof message.availablemem == 'number')) {
12448 + window.serverStatMemory.config.data.datasets[0].data = [message.totalmem - message.availablemem, message.availablemem];
12449 + QH('serverMemoryChartText', '<div style=margin-bottom:5px>' + "Available Memory" + '</div><div><b>' + getNiceSize3(message.availablemem) + '</b> ' + "free" + ', <b>' + getNiceSize3(message.totalmem) + '</b> ' + "total" + '</div>');
12450 + QS('serverMemoryChartView')['display'] = 'inline-block';
12451 + window.serverStatMemory.update();
12452 + } else if ((typeof message.totalmem == 'number') && (typeof message.freemem == 'number')) {
12453 window.serverStatMemory.config.data.datasets[0].data = [message.totalmem - message.freemem, message.freemem];
12441 - QH('serverMemoryChartText', '<div style=margin-bottom:5px>' + "Memory" + '</div><div><b>' + getNiceSize2(message.freemem) + '</b> ' + "free" + ', <b>' + getNiceSize2(message.totalmem) + '</b> ' + "total" + '</div>');
12454 + QH('serverMemoryChartText', '<div style=margin-bottom:5px>' + "Memory" + '</div><div><b>' + getNiceSize3(message.freemem) + '</b> ' + "free" + ', <b>' + getNiceSize3(message.totalmem) + '</b> ' + "total" + '</div>');
12455 QS('serverMemoryChartView')['display'] = 'inline-block';
12456 window.serverStatMemory.update();
12457 }
@@ -13258,7 +13271,7 @@
13271 function pad2(num) { var s = '00' + num; return s.substr(s.length - 2); }
13272 function encodeURIComponentEx(txt) { return encodeURIComponent(txt).replace(/'/g,'%27'); };
13273 function getUserName(userid) { if (users && users[userid] != null) return users[userid].name; return userid.split('/')[2]; }
13261 -
13274 + function round(value, precision) { var multiplier = Math.pow(10, precision || 0); return Math.round(value * multiplier) / multiplier; }
13275 </script>
13276 </body>
13277 </html>