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/basCrnp/basCrnp.js | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/main/webapp/static/js/basCrnp/basCrnp.js b/src/main/webapp/static/js/basCrnp/basCrnp.js
index 663204b..361ab3b 100644
--- a/src/main/webapp/static/js/basCrnp/basCrnp.js
+++ b/src/main/webapp/static/js/basCrnp/basCrnp.js
@@ -40,7 +40,7 @@
,{field: 'frmSta$', align: 'center',title: '袠褋褏芯写薪邪褟 褋褌邪薪褑懈褟', sort: true}
,{field: 'toSta$', align: 'center',title: '笑械谢械胁邪褟 褋褌邪薪褑懈褟', sort: true}
// ,{field: 'appeUser$', align: 'center',title: '鍒涘缓鑰�',event: 'appeUser', style: 'text-decoration: underline;cursor:pointer'}
- // ,{field: 'appeTime$', align: 'center',title: '鍒涘缓鏃堕棿'}
+ // ,{field: 'appeTime$', align: 'center',title: '袛邪褌邪 褋芯蟹写邪薪懈褟'}
,{field: 'modiUser$', align: 'center',title: '袪械写邪泻褌懈褉芯胁邪谢', hide:true}
,{field: 'modiTime$', align: 'center',title: '袙褉械屑褟 褉械写邪泻褌懈褉芯胁邪薪懈褟', hide:true}
// ,{field: 'hpMk', align: 'center',title: ''}
@@ -48,7 +48,7 @@
// ,{field: 'ctlHp', align: 'center',title: ''}
// ,{field: 'ctlRest', align: 'center',title: ''}
// ,{field: 'empIn', align: 'center',title: ''}
- ,{field: 'tankQty', align: 'center',title: '绉诲簱寮�鍏�',sort: true}
+ ,{field: 'tankQty', align: 'center',title: '袩械褉械屑械褖械薪懈械 (胁泻谢/胁褘泻谢)',sort: true}
// ,{field: 'tankQty1', align: 'center',title: ''}
,{fixed: 'right', title:'袨锌械褉邪褑懈褟', align: 'center', toolbar: '#operate', width:150}
@@ -141,7 +141,7 @@
if (data.length === 0){
layer.msg('袩芯卸邪谢褍泄褋褌邪, 胁褘斜械褉懈褌械 写邪薪薪褘械');
} else {
- layer.confirm('纭畾鍒犻櫎'+(data.length===1?'姝�':data.length)+'鏉℃暟鎹悧', function(){
+ layer.confirm(data.length === 1 ? '袩芯写褌胁械褉写懈褌褜 褍写邪谢械薪懈械?' : '校写邪谢懈褌褜 ' + data.length + ' 蟹邪锌懈褋懈?', function(){
$.ajax({
url: baseUrl+"/basCrnp/delete/auth",
headers: {'token': localStorage.getItem('token')},
@@ -211,7 +211,7 @@
case 'detail':
layer.open({
type: 2,
- title: '璇︽儏',
+ title: '袛械褌邪谢懈',
maxmin: true,
area: [top.detailWidth, top.detailHeight],
shadeClose: false,
@@ -254,7 +254,7 @@
} else {
layer.open({
type: 2,
- title: '璇︽儏',
+ title: '袛械褌邪谢懈',
maxmin: true,
area: [top.detailWidth, top.detailHeight],
shadeClose: false,
@@ -399,7 +399,7 @@
} else {
layer.open({
type: 2,
- title: '璇︽儏',
+ title: '袛械褌邪谢懈',
maxmin: true,
area: [top.detailWidth, top.detailHeight],
shadeClose: false,
--
Gitblit v1.9.1