Update grid.locale-cn.js
This commit is contained in:
parent
bb158554d6
commit
d0959d4dff
@ -1,10 +1,10 @@
|
||||
function translate_de() {
|
||||
window.jsGrid.Grid.prototype.noDataContent = "Nicht gefunden";
|
||||
window.jsGrid.Grid.prototype.deleteConfirm = "Sind Sie sicher?";
|
||||
window.jsGrid.Grid.prototype.pagerFormat = "Seiten = {first} {prev} {pages} {next} {last} {pageIndex} of {pageCount}";
|
||||
window.jsGrid.Grid.prototype.pagePrevText = "Vorh.";
|
||||
window.jsGrid.Grid.prototype.noDataContent = "暂无数据";
|
||||
window.jsGrid.Grid.prototype.deleteConfirm = "确认删除吗?";
|
||||
window.jsGrid.Grid.prototype.pagerFormat = "分页 = {first} {prev} {pages} {next} {last} {pageIndex} of {pageCount}";
|
||||
window.jsGrid.Grid.prototype.pagePrevText = "上一页.";
|
||||
window.jsGrid.Grid.prototype.pageNextText = "下一页";
|
||||
window.jsGrid.Grid.prototype.pageFirstText = "Erste";
|
||||
window.jsGrid.Grid.prototype.pageLastText = "Letzte";
|
||||
window.jsGrid.Grid.prototype.loadMessage = "Bitte; warten...";
|
||||
window.jsGrid.Grid.prototype.pageFirstText = "首页";
|
||||
window.jsGrid.Grid.prototype.pageLastText = "尾页";
|
||||
window.jsGrid.Grid.prototype.loadMessage = "加载中...";
|
||||
}
|
Loading…
Reference in New Issue
Block a user