From e55f015618ac1e85a5a6f7f3404a8b7a4f8f8e05 Mon Sep 17 00:00:00 2001 From: pang.jiabao <pang_jiabao@163.com> Date: 星期二, 08 四月 2025 15:31:22 +0800 Subject: [PATCH] 界面翻译为俄语 --- src/main/webapp/views/resource/resource.html | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/main/webapp/views/resource/resource.html b/src/main/webapp/views/resource/resource.html index 099bceb..8059830 100644 --- a/src/main/webapp/views/resource/resource.html +++ b/src/main/webapp/views/resource/resource.html @@ -33,8 +33,8 @@ </div> <script type="text/html" id="operate"> - <a class="layui-btn layui-btn-primary layui-btn-xs btn-edit" lay-event="edit">淇敼</a> - <a class="layui-btn layui-btn-danger layui-btn-xs btn-del" lay-event="del">鍒犻櫎</a> + <a class="layui-btn layui-btn-primary layui-btn-xs btn-edit" lay-event="edit">袠蟹屑械薪懈褌褜</a> + <a class="layui-btn layui-btn-danger layui-btn-xs btn-del" lay-event="del">校写邪谢懈褌褜</a> </script> <!-- 琛ㄥ崟寮圭獥 --> @@ -106,8 +106,8 @@ </div> <hr class="layui-bg-gray"> <div class="layui-form-item text-right"> - <button class="layui-btn" lay-filter="editSubmit" lay-submit="">淇濆瓨</button> - <button class="layui-btn layui-btn-primary" type="button" ew-event="closeDialog">鍙栨秷</button> + <button class="layui-btn" lay-filter="editSubmit" lay-submit="">小芯褏褉邪薪懈褌褜</button> + <button class="layui-btn layui-btn-primary" type="button" ew-event="closeDialog">袨褌屑械薪懈褌褜</button> </div> </form> </script> @@ -159,10 +159,10 @@ ,{field: 'code', align: 'center',title: '鑿滃崟缂栫爜'} // ,{field: 'resourceName', align: 'center',title: '鐖剁骇鑿滃崟'} // ,{field: 'level$', align: 'center',title: '鑿滃崟绛夌骇'} - ,{field: 'type', align: 'center',title: '绫诲瀷', templet: '#typeTpl', width: 120} + ,{field: 'type', align: 'center',title: '孝懈锌', templet: '#typeTpl', width: 120} ,{field: 'sort', align: 'center',title: '鎺掑簭'} - ,{field: 'status$', align: 'center',title: '鐘舵��'} - ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:150} + ,{field: 'status$', align: 'center',title: '小褌邪褌褍褋'} + ,{fixed: 'right', title:'袨锌械褉邪褑懈褟', align: 'center', toolbar: '#operate', width:150} ]], done: function (data) { $('.ew-tree-table-box').css('height', '100%'); @@ -207,7 +207,7 @@ admin.open({ type: 1, area: '600px', - title: (mData ? '淇敼' : '娣诲姞') + '鏉冮檺', + title: (mData ? '袠蟹屑械薪懈褌褜' : '袛芯斜邪胁懈褌褜') + '鏉冮檺', content: $('#editDialog').html(), success: function (layero, dIndex) { // 鍥炴樉琛ㄥ崟鏁版嵁 -- Gitblit v1.9.1