Skip to content

Commit

Permalink
fix Chinese translations.
Browse files Browse the repository at this point in the history
  • Loading branch information
Clarence-pan committed Apr 21, 2016
1 parent 7a58f0b commit 455d46e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions localize/pq-localize-zh.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@
* @author pdhindsa
*/
jQuery.paramquery.pqGrid.regional['zh'] = {
strLoading: "",
strAdd: "",
strLoading: "加载中",
strAdd: "添加",
strEdit: "编辑",
strDelete: "删除",
strSearch: "搜索",
strNothingFound: "",
strNothingFound: "暂无结果",
strNoRows: "暂无结果",
strSelectedmatches:"选择{0}{1}匹配",
strPrevResult: "上一结果",
strNextResult: ""
strNextResult: "下一结果"
}
jQuery.paramquery.pqPager.regional['zh']={
strPage:"第 {0} 页(共 {1} 页)",
Expand All @@ -20,5 +21,5 @@ jQuery.paramquery.pqPager.regional['zh']={
strLastPage:"尾页",
strRefresh:"刷新",
strRpp:"每页记录:",
strDisplay:"显示 {0} 到 {1} {2} 个项目"
strDisplay:"显示第 {0} 到 {1} 条,总共 {2} 条数据"
}

0 comments on commit 455d46e

Please sign in to comment.