From b4227b5145943e067351a2a59ca34826b41d6fb7 Mon Sep 17 00:00:00 2001 From: pang.jiabao <pang_jiabao@163.com> Date: 星期二, 15 四月 2025 09:46:30 +0800 Subject: [PATCH] 界面翻译为俄语 --- src/main/webapp/static/js/locCheck/locCheck.js | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/main/webapp/static/js/locCheck/locCheck.js b/src/main/webapp/static/js/locCheck/locCheck.js index 26a8ec1..f5b75f4 100644 --- a/src/main/webapp/static/js/locCheck/locCheck.js +++ b/src/main/webapp/static/js/locCheck/locCheck.js @@ -23,18 +23,18 @@ cols: [[ {type: 'checkbox', hide: true} , {field: 'id', align: 'center', title: '鍞竴ID', hide: true} - , {field: 'locNo', align: 'center', title: '搴撲綅鍙�'} + , {field: 'locNo', align: 'center', title: '袧芯屑械褉 褋泻谢邪写褋泻芯谐芯 屑械褋褌邪'} , {field: 'matnr', align: 'center', title: '鐗╂枡鍙�'} , {field: 'originAnfme', align: 'center', title: '鐩樼偣鍓嶆暟閲�'} - , {field: 'type$', align: 'center', title: '鐘舵��'} + , {field: 'type$', align: 'center', title: '小褌邪褌褍褋'} , {field: 'realAnfme', align: 'center', title: '鐪熷疄鏁伴噺'} , {field: 'createBy', align: 'center', title: '鍒涘缓浜�', hide: true} - , {field: 'createTime$', align: 'center', title: '鍒涘缓鏃堕棿', hide: true} + , {field: 'createTime$', align: 'center', title: '袛邪褌邪 褋芯蟹写邪薪懈褟', hide: true} , {field: 'updateBy', align: 'center', title: '淇敼浜�', hide: true} , {field: 'updateTime$', align: 'center', title: '淇敼鏃堕棿', hide: true} - , {field: 'memo', align: 'center', title: '澶囨敞', hide: true} + , {field: 'memo', align: 'center', title: '袩褉懈屑械褔邪薪懈械', hide: true} - , {fixed: 'right', title: '鎿嶄綔', align: 'center', toolbar: '#operate', width: 120} + , {fixed: 'right', title: '袨锌械褉邪褑懈褟', align: 'center', toolbar: '#operate', width: 120} ]], request: { pageName: 'curr', @@ -91,7 +91,7 @@ })); break; case 'exportData': - admin.confirm('纭畾瀵煎嚭Excel鍚�', {shadeClose: true}, function () { + admin.confirm('袩芯写褌胁械褉写懈褌褜 褝泻褋锌芯褉褌 胁 Excel?', {shadeClose: true}, function () { var titles = []; var fields = []; obj.config.cols[0].map(function (col) { @@ -149,7 +149,7 @@ admin.open({ type: 1, area: '600px', - title: (mData ? '淇敼' : '娣诲姞') + '璁㈠崟鐘舵��', + title: (mData ? '袠蟹屑械薪懈褌褜' : '袛芯斜邪胁懈褌褜') + '璁㈠崟鐘舵��', content: $('#editDialog').html(), success: function (layero, dIndex) { layDateRender(mData); -- Gitblit v1.9.1