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/ioWorks/matQuery.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/static/js/ioWorks/matQuery.js b/src/main/webapp/static/js/ioWorks/matQuery.js index f2a2614..2eaa56d 100644 --- a/src/main/webapp/static/js/ioWorks/matQuery.js +++ b/src/main/webapp/static/js/ioWorks/matQuery.js @@ -11,7 +11,7 @@ cols.push.apply(cols, matCols); cols.push( {field: 'stock', align: 'center',title: '搴撳瓨浣欓噺', style: 'font-weight: bold'}, - {fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:65} + {fixed: 'right', title:'袨锌械褉邪褑懈褟', align: 'center', toolbar: '#operate', width:65} ) return cols; } @@ -64,7 +64,7 @@ if (matData[i].count <= 0) { notice.error({ title: '娑堟伅閫氱煡', - message: matData[i].matnr + '鐗╂枡鏁伴噺蹇呴』澶т簬闆讹紒' + message: matData[i].matnr + '袣芯谢懈褔械褋褌胁芯 写芯谢卸薪芯 斜褘褌褜 斜芯谢褜褕械 薪褍谢褟' }); success = false; return false; @@ -308,7 +308,7 @@ if (isNaN(count)) { notice.error({ title: '娑堟伅閫氱煡', - message: '璇疯緭鍏ユ暟瀛�' + message: '袙胁械写懈褌械 褔懈褋谢芯' }); } else { if (count > 0) { @@ -321,7 +321,7 @@ } else { notice.error({ title: '娑堟伅閫氱煡', - message: '鏁伴噺蹇呴』澶т簬闆�' + message: '袣芯谢懈褔械褋褌胁芯 写芯谢卸薪芯 斜褘褌褜 斜芯谢褜褕械 薪褍谢褟' }); } } -- Gitblit v1.9.1