From 614b0106f079e67bb674a37ede2bd0fe3df2a430 Mon Sep 17 00:00:00 2001 From: puzhibing <393733352@qq.com> Date: 星期四, 27 七月 2023 17:45:25 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- cloud-server-management/src/main/webapp/static/js/plugins/bootstrap-table/locale/bootstrap-table-zh-CN.js | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/cloud-server-management/src/main/webapp/static/js/plugins/bootstrap-table/locale/bootstrap-table-zh-CN.js b/cloud-server-management/src/main/webapp/static/js/plugins/bootstrap-table/locale/bootstrap-table-zh-CN.js index 6512959..874f340 100644 --- a/cloud-server-management/src/main/webapp/static/js/plugins/bootstrap-table/locale/bootstrap-table-zh-CN.js +++ b/cloud-server-management/src/main/webapp/static/js/plugins/bootstrap-table/locale/bootstrap-table-zh-CN.js @@ -7,37 +7,37 @@ $.fn.bootstrapTable.locales['zh-CN'] = { formatLoadingMessage: function () { - return 'Loding……'; + return '正在努力地加载数据中,请稍候……'; }, formatRecordsPerPage: function (pageNumber) { - return 'Display per page ' + pageNumber + ' A record'; + return '每页显示 ' + pageNumber + ' 条记录'; }, formatShowingRows: function (pageFrom, pageTo, totalRows) { - return 'Control of display ' + pageFrom + ' To the first ' + pageTo + ' One record, total ' + totalRows + ' recored'; + return '显示第 ' + pageFrom + ' 到第 ' + pageTo + ' 条记录,总共 ' + totalRows + ' 条记录'; }, formatSearch: function () { - return 'Search'; + return '搜索'; }, formatNoMatches: function () { - return 'No match was found'; + return '没有找到匹配的记录'; }, formatPaginationSwitch: function () { - return 'Hide/show pagination'; + return '隐藏/显示分页'; }, formatRefresh: function () { - return 'refresh'; + return '刷新'; }, formatToggle: function () { - return 'cut'; + return '切换'; }, formatColumns: function () { - return 'column'; + return '列'; }, formatExport: function () { - return 'export data'; + return '导出数据'; }, formatClearFilters: function () { - return 'Clear the filter'; + return '清空过滤'; } }; -- Gitblit v1.7.1