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/apiLog/apiLog.js | 32 ++++++++++++++++---------------- 1 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/main/webapp/static/js/apiLog/apiLog.js b/src/main/webapp/static/js/apiLog/apiLog.js index f406a18..944520a 100644 --- a/src/main/webapp/static/js/apiLog/apiLog.js +++ b/src/main/webapp/static/js/apiLog/apiLog.js @@ -24,21 +24,21 @@ {type: 'checkbox'} // ,{field: 'id', align: 'center',title: 'ID'} // ,{field: 'uuid', align: 'center',title: '鏃ュ織缂栧彿'} - ,{field: 'namespace', align: 'center',title: '鍚嶇О绌洪棿'} - ,{field: 'url', align: 'center',title: '琛ㄥ悕'} - ,{field: 'appkey', align: 'center',title: '骞冲彴瀵嗛挜',hide: true} + ,{field: 'namespace', align: 'center',title: '袩褉芯褋褌褉邪薪褋褌胁芯 懈屑械薪'} + ,{field: 'url', align: 'center',title: '袧邪蟹胁邪薪懈械 褌邪斜谢懈褑褘'} + ,{field: 'appkey', align: 'center',title: '袣谢褞褔 锌谢邪褌褎芯褉屑褘',hide: true} // ,{field: 'timestamp', align: 'center',title: '鏃堕棿鎴�'} - ,{field: 'clientIp', align: 'center',title: '涓棿琛↖P'} - ,{field: 'request', align: 'center',title: '璇锋眰鍐呭'} - ,{field: 'response', align: 'center',title: '鎿嶄綔鍐呭'} + ,{field: 'clientIp', align: 'center',title: 'IP 锌褉芯屑械卸褍褌芯褔薪芯泄 褌邪斜谢懈褑褘'} + ,{field: 'request', align: 'center',title: '小芯写械褉卸邪薪懈械 蟹邪锌褉芯褋邪'} + ,{field: 'response', align: 'center',title: '袨锌械褉邪褑懈褟'} // ,{field: 'err', align: 'center',title: '寮傚父鍐呭'} - ,{field: 'result$', align: 'center',title: '缁撴灉', templet: '#resTpl', width: 80} - // ,{field: 'status$', align: 'center',title: '鐘舵��'} - ,{field: 'createTime$', align: 'center',title: '娣诲姞鏃堕棿'} - // ,{field: 'updateTime$', align: 'center',title: '淇敼鏃堕棿'} - ,{field: 'memo', align: 'center',title: '澶囨敞', hide: true} + ,{field: 'result$', align: 'center',title: '袪械蟹褍谢褜褌邪褌', templet: '#resTpl', width: 80} + // ,{field: 'status$', align: 'center',title: '小褌邪褌褍褋'} + ,{field: 'createTime$', align: 'center',title: '袛邪褌邪 褋芯蟹写邪薪懈褟'} + // ,{field: 'updateTime$', align: 'center',title: '袙褉械屑褟 褉械写邪泻褌懈褉芯胁邪薪懈褟'} + ,{field: 'memo', align: 'center',title: '袩褉懈屑械褔邪薪懈械', hide: true} - ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width: 80} + ,{fixed: 'right', title:'袨锌械褉邪褑懈褟', align: 'center', toolbar: '#operate', width: 80} ]], request: { pageName: 'curr', @@ -87,7 +87,7 @@ break; case 'deleteData': if (checkStatus.length === 0) { - layer.msg('璇烽�夋嫨瑕佸垹闄ょ殑鏁版嵁', {icon: 2}); + layer.msg('袩芯卸邪谢褍泄褋褌邪, 胁褘斜械褉懈褌械 写邪薪薪褘械', {icon: 2}); return; } del(checkStatus.map(function (d) { @@ -95,7 +95,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) { @@ -153,7 +153,7 @@ admin.open({ type: 1, area: '600px', - title: (mData ? '淇敼' : '娣诲姞') + '璁㈠崟鐘舵��', + title: (mData ? '袠蟹屑械薪懈褌褜' : '袛芯斜邪胁懈褌褜') + '璁㈠崟鐘舵��', content: $('#editDialog').html(), success: function (layero, dIndex) { layDateRender(mData); @@ -188,7 +188,7 @@ /* 鍒犻櫎 */ function del(ids) { - layer.confirm('纭畾瑕佸垹闄ら�変腑鏁版嵁鍚楋紵', { + layer.confirm('袙褘 褍胁械褉械薪褘, 褔褌芯 褏芯褌懈褌械 褍写邪谢懈褌褜 褝褌褍 蟹邪锌懈褋褜?', { skin: 'layui-layer-admin', shade: .1 }, function (i) { -- Gitblit v1.9.1