From cde0db15609356644ab5e616782ee5e72cec4c01 Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期一, 14 四月 2025 15:42:23 +0800
Subject: [PATCH] 界面翻译为俄语
---
src/main/webapp/static/js/orderSettle/orderSettle.js | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/src/main/webapp/static/js/orderSettle/orderSettle.js b/src/main/webapp/static/js/orderSettle/orderSettle.js
index 5c27b5e..c32b3bf 100644
--- a/src/main/webapp/static/js/orderSettle/orderSettle.js
+++ b/src/main/webapp/static/js/orderSettle/orderSettle.js
@@ -22,15 +22,15 @@
height: 'full-120',
cols: [[
{type: 'checkbox'}
- ,{field: 'orderSettle', align: 'center',title: '璁㈠崟鐘舵��'}
- ,{field: 'settleName', align: 'center',title: '鐘舵�佹弿杩�'}
+ ,{field: 'orderSettle', align: 'center',title: '小褌邪褌褍褋 蟹邪泻邪蟹邪'}
+ ,{field: 'settleName', align: 'center',title: '袨锌懈褋邪薪懈械 褋褌邪褌褍褋邪'}
// ,{field: 'createBy$', align: 'center',title: '娣诲姞浜哄憳'}
// ,{field: 'createTime$', align: 'center',title: '娣诲姞鏃堕棿'}
- ,{field: 'updateBy$', align: 'center',title: '淇敼浜哄憳'}
- ,{field: 'updateTime$', align: 'center',title: '淇敼鏃堕棿'}
- ,{field: 'memo', align: 'center',title: '澶囨敞'}
+ ,{field: 'updateBy$', align: 'center',title: '袪械写邪泻褌懈褉芯胁邪谢'}
+ ,{field: 'updateTime$', align: 'center',title: '袙褉械屑褟 褉械写邪泻褌懈褉芯胁邪薪懈褟'}
+ ,{field: 'memo', align: 'center',title: '袩褉懈屑械褔邪薪懈械'}
- ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:120}
+ ,{fixed: 'right', title:'袨锌械褉邪褑懈褟', align: 'center', toolbar: '#operate', width:180}
]],
request: {
pageName: 'curr',
@@ -87,7 +87,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) {
@@ -145,7 +145,7 @@
admin.open({
type: 1,
area: '600px',
- title: (mData ? '淇敼' : '娣诲姞') + '璁㈠崟鐘舵��',
+ title: (mData ? '袠蟹屑械薪懈褌褜' : '袛芯斜邪胁懈褌褜') + '小褌邪褌褍褋 蟹邪泻邪蟹邪',
content: $('#editDialog').html(),
success: function (layero, dIndex) {
layDateRender(mData);
@@ -180,7 +180,7 @@
/* 鍒犻櫎 */
function del(ids) {
- layer.confirm('纭畾瑕佸垹闄ら�変腑鏁版嵁鍚楋紵', {
+ layer.confirm('袙褘 褍胁械褉械薪褘, 褔褌芯 褏芯褌懈褌械 褍写邪谢懈褌褜 褝褌褍 蟹邪锌懈褋褜锛�', {
skin: 'layui-layer-admin',
shade: .1
}, function (i) {
--
Gitblit v1.9.1