aboutsummaryrefslogtreecommitdiffstats
path: root/common/src/main/webapp/thirdparty/data-tables/app-test-i18n-datatable-zh-CN.json
diff options
context:
space:
mode:
authornancylizi <li.zi30@zte.com.cn>2017-03-20 16:47:42 +0800
committernancylizi <li.zi30@zte.com.cn>2017-03-20 16:47:42 +0800
commit93e29ad7d5c9ba017252cb7b25aca94657023dd7 (patch)
tree6ec8b43d492a442d559c2d71019df896cd33dd93 /common/src/main/webapp/thirdparty/data-tables/app-test-i18n-datatable-zh-CN.json
parentf92ae6ce2db3d94d1ea50b5e3de66a54107efa0e (diff)
Resolve the dependent problem.
Issue-Id: CLIENT-171 Change-Id: Ifad1deec7b7c737b5b2e44950720189248c2666d Signed-off-by: nancylizi <li.zi30@zte.com.cn>
Diffstat (limited to 'common/src/main/webapp/thirdparty/data-tables/app-test-i18n-datatable-zh-CN.json')
-rw-r--r--common/src/main/webapp/thirdparty/data-tables/app-test-i18n-datatable-zh-CN.json51
1 files changed, 51 insertions, 0 deletions
diff --git a/common/src/main/webapp/thirdparty/data-tables/app-test-i18n-datatable-zh-CN.json b/common/src/main/webapp/thirdparty/data-tables/app-test-i18n-datatable-zh-CN.json
new file mode 100644
index 00000000..fa209022
--- /dev/null
+++ b/common/src/main/webapp/thirdparty/data-tables/app-test-i18n-datatable-zh-CN.json
@@ -0,0 +1,51 @@
+{
+ "language":{
+ "sProcessing": "<img src='/web/newict/framework/thirdparty/data-tables/images/loading-spinner-grey.gif'/><span>&nbsp;&nbsp;处理中...</span>",
+ "sLengthMenu": "<span class='seperator'>|</span>每页 _MENU_ 条结果",
+ "sZeroRecords": "没有匹配结果",
+ "sInfo": "<span class='seperator'>|</span>总共找到 _TOTAL_ 条结果",
+ "sInfoEmpty": "共 0 项",
+ "sGroupActions": "_TOTAL_ 条结果被选择: ",
+ "sAjaxRequestGeneralError": "不能完成请求,请检查您的网络连接情况。",
+ "sEmptyTable": "表中数据为空",
+ "oPaginate": {
+ "sPrevious": "前页",
+ "sNext": "下页",
+ "sPage": "第",
+ "sPageOf": "页,总页数:"
+ }
+ },
+ "columnsAll":[
+ {"columnId":"0", "columnTitle":"开始时间"},
+ {"columnId":"1", "columnTitle":"结束时间"},
+ {"columnId":"2", "columnTitle":"查询粒度"},
+ {"columnId":"3", "columnTitle":"网元位置"},
+ {"columnId":"4", "columnTitle":"CPU使用率(百分比)"}
+ ],
+ "columns":[
+ {"columnId":"0", "columnTitle":"开始时间"},
+ {"columnId":"1", "columnTitle":"结束时间"},
+ {"columnId":"2", "columnTitle":"查询粒度"},
+ {"columnId":"3", "columnTitle":"网元位置"},
+ {"columnId":"4", "columnTitle":"CPU使用率(百分比)"}
+ ],
+ "xsHiddenColumns":[
+ ],
+ "smHiddenColumns":[
+ ],
+ "columnsTooLong":["3"],
+
+ "rowCheckable": "true",
+ "openRowFlag" : "false",
+ "rowOverFlag" : "false",
+
+ "tableHeight":"250px",
+ "tableWidth":"100%",
+
+ "requestType": "POST",
+ "requestURL": "/web/rest/web-pm/queryPmPageData",
+ "requestParameters":[
+ ],
+ "sTotalRecordsSource":"response.extData",
+ "sTotalRecords":"108"
+} \ No newline at end of file