From 9149e4b2327bad321c74183f1e80f9c7b3e1e1ee Mon Sep 17 00:00:00 2001 From: pang.jiabao <pang_jiabao@163.com> Date: 星期三, 09 四月 2025 12:52:13 +0800 Subject: [PATCH] 系统管理界面翻译为俄语 --- src/main/webapp/static/js/stkPlcm/stkPlcm.js | 62 +++++++++++++++--------------- 1 files changed, 31 insertions(+), 31 deletions(-) diff --git a/src/main/webapp/static/js/stkPlcm/stkPlcm.js b/src/main/webapp/static/js/stkPlcm/stkPlcm.js index e6ccaa4..7ed23cb 100644 --- a/src/main/webapp/static/js/stkPlcm/stkPlcm.js +++ b/src/main/webapp/static/js/stkPlcm/stkPlcm.js @@ -10,23 +10,23 @@ tableIns = table.render({ elem: '#stkPlcm', headers: {token: localStorage.getItem('token')}, - url: '/stkPlcm/list/auth', + url: baseUrl+'/stkPlcm/list/auth', page: true, limit: 10, even: true, toolbar: '#toolbar', cellMinWidth: 50, cols: [[ - {type: 'checkbox'} - ,{field: 'ioTime$', align: 'center',title: '鏃ユ湡'} - ,{field: 'wrkNo', align: 'center',title: '宸ヤ綔鍙�'} - ,{field: 'locNo$', align: 'center',title: '搴撲綅鍙�',event: 'locNo', style: 'cursor:pointer'} - ,{field: 'crnError$', align: 'center',title: '寮傚父鐮�',event: 'crnError', style: 'cursor:pointer'} + // {type: 'checkbox'} + {field: 'ioTime$', align: 'center',title: '鏃ユ湡'} + ,{field: 'wrkNo', align: 'center',title: '袧芯屑械褉 蟹邪写邪薪懈褟'} + ,{field: 'locNo$', align: 'center',title: '袧芯屑械褉 褋泻谢邪写褋泻芯谐芯 屑械褋褌邪',event: 'locNo', style: 'cursor:pointer'} + ,{field: 'crnError$', align: 'center',title: '袣芯写 芯褕懈斜泻懈'} ,{field: 'modiTime$', align: 'center',title: '寮傚父鏃堕棿'} - ,{field: 'devNo$', align: 'center',title: '鍫嗗灈鏈哄彿',event: 'devNo', style: 'cursor:pointer'} + ,{field: 'devNo$', align: 'center',title: '袧芯屑械褉 褕褌邪斜械谢械褉邪',event: 'devNo', style: 'cursor:pointer'} ,{field: 'wrkTime$', align: 'center',title: '宸ヤ綔妗f椂闂�'} - ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:100} + ,{fixed: 'right', title:'袨锌械褉邪褑懈褟', align: 'center', toolbar: '#operate', width:100} ]], request: { pageName: 'curr', @@ -45,7 +45,7 @@ }, done: function(res, curr, count) { if (res.code === 403) { - top.location.href = "/"; + top.location.href = baseUrl+"/"; } pageCurr=curr; limit(); @@ -75,7 +75,7 @@ }, done: function (res, curr, count) { if (res.code === 403) { - top.location.href = "/"; + top.location.href = baseUrl+"/"; } pageCurr=curr; limit(); @@ -90,7 +90,7 @@ case 'addData': layer.open({ type: 2, - title: '鏂板', + title: '袛芯斜邪胁懈褌褜', maxmin: true, area: [top.detailWidth, top.detailHeight], shadeClose: false, @@ -113,11 +113,11 @@ case 'deleteData': var data = checkStatus.data; if (data.length === 0){ - layer.msg('璇烽�夋嫨鏁版嵁'); + layer.msg('袩芯卸邪谢褍泄褋褌邪, 胁褘斜械褉懈褌械 写邪薪薪褘械'); } else { layer.confirm('纭畾鍒犻櫎'+(data.length===1?'姝�':data.length)+'鏉℃暟鎹悧', function(){ $.ajax({ - url: "/stkPlcm/delete/auth", + url: baseUrl+"/stkPlcm/delete/auth", headers: {'token': localStorage.getItem('token')}, data: {param: JSON.stringify(data)}, method: 'POST', @@ -127,7 +127,7 @@ layer.closeAll(); tableReload(false); } else if (res.code === 403){ - top.location.href = "/"; + top.location.href = baseUrl+"/"; } else { layer.msg(res.msg) } @@ -137,7 +137,7 @@ } break; case 'exportData': - layer.confirm('纭畾瀵煎嚭Excel鍚�', function(){ + layer.confirm('袩芯写褌胁械褉写懈褌褜 褝泻褋锌芯褉褌 胁 Excel?', {shadeClose: true}, function(){ var titles=[]; var fields=[]; obj.config.cols[0].map(function (col) { @@ -155,7 +155,7 @@ 'fields': fields }; $.ajax({ - url: "/stkPlcm/export/auth", + url: baseUrl+"/stkPlcm/export/auth", headers: {'token': localStorage.getItem('token')}, data: JSON.stringify(param), dataType:'json', @@ -166,7 +166,7 @@ if (res.code === 200) { table.exportFile(titles,res.data,'xls'); } else if (res.code === 403) { - top.location.href = "/"; + top.location.href = baseUrl+"/"; } else { layer.msg(res.msg) } @@ -204,7 +204,7 @@ case 'edit': layer.open({ type: 2, - title: '淇敼', + title: '袠蟹屑械薪懈褌褜', maxmin: true, area: [top.detailWidth, top.detailHeight], shadeClose: false, @@ -223,7 +223,7 @@ case 'locNo': var param = top.reObject(data).locNo; if (param === undefined || param.trim() === '') { - layer.msg("鏃犳暟鎹�"); + layer.msg("袧械褌 写邪薪薪褘褏"); } else { layer.open({ type: 2, @@ -234,7 +234,7 @@ content: '../locMast/locMast_detail.html', success: function(layero, index){ $.ajax({ - url: "/locMast/"+ param +"/auth", + url: baseUrl+"/locMast/"+ param +"/auth", headers: {'token': localStorage.getItem('token')}, method: 'GET', success: function (res) { @@ -259,7 +259,7 @@ case 'crnError': var param = top.reObject(data).crnError; if (param === undefined) { - layer.msg("鏃犳暟鎹�"); + layer.msg("袧械褌 写邪薪薪褘褏"); } else { layer.open({ type: 2, @@ -270,7 +270,7 @@ content: '../basCrnError/basCrnError_detail.html', success: function(layero, index){ $.ajax({ - url: "/basCrnError/"+ param +"/auth", + url: baseUrl+"/basCrnError/"+ param +"/auth", headers: {'token': localStorage.getItem('token')}, method: 'GET', success: function (res) { @@ -295,7 +295,7 @@ case 'modiUser': var param = top.reObject(data).modiUser; if (param === undefined) { - layer.msg("鏃犳暟鎹�"); + layer.msg("袧械褌 写邪薪薪褘褏"); } else { layer.open({ type: 2, @@ -306,7 +306,7 @@ content: '../user/user_detail.html', success: function(layero, index){ $.ajax({ - url: "/user/"+ param +"/auth", + url: baseUrl+"/user/"+ param +"/auth", headers: {'token': localStorage.getItem('token')}, method: 'GET', success: function (res) { @@ -331,7 +331,7 @@ case 'appeUser': var param = top.reObject(data).appeUser; if (param === undefined) { - layer.msg("鏃犳暟鎹�"); + layer.msg("袧械褌 写邪薪薪褘褏"); } else { layer.open({ type: 2, @@ -342,7 +342,7 @@ content: '../user/user_detail.html', success: function(layero, index){ $.ajax({ - url: "/user/"+ param +"/auth", + url: baseUrl+"/user/"+ param +"/auth", headers: {'token': localStorage.getItem('token')}, method: 'GET', success: function (res) { @@ -367,7 +367,7 @@ case 'devNo': var param = top.reObject(data).devNo; if (param === undefined) { - layer.msg("鏃犳暟鎹�"); + layer.msg("袧械褌 写邪薪薪褘褏"); } else { layer.open({ type: 2, @@ -378,7 +378,7 @@ content: '../basCrnp/basCrnp_detail.html', success: function(layero, index){ $.ajax({ - url: "/basCrnp/"+ param +"/auth", + url: baseUrl+"/basCrnp/"+ param +"/auth", headers: {'token': localStorage.getItem('token')}, method: 'GET', success: function (res) { @@ -442,7 +442,7 @@ }; $.ajax({ - url: "/stkPlcm/"+name+"/auth", + url: baseUrl+"/stkPlcm/"+name+"/auth", headers: {'token': localStorage.getItem('token')}, data: top.reObject(data), method: 'POST', @@ -454,7 +454,7 @@ $(this).val(""); }); } else if (res.code === 403){ - top.location.href = "/"; + top.location.href = baseUrl+"/"; }else { layer.msg(res.msg) } @@ -524,7 +524,7 @@ }, done: function (res, curr, count) { if (res.code === 403) { - top.location.href = "/"; + top.location.href = baseUrl+"/"; } pageCurr=curr; if (res.data.length === 0 && count !== 0) { -- Gitblit v1.9.1