Fix - i18n: Missing comma in Chinese (traditional) translation

pull/278/head
jiunjiun 9 years ago
parent afef378cf9
commit d05f0efedb
No known key found for this signature in database
GPG Key ID: 7A3FDFCE1563B8A0

@ -7,23 +7,25 @@
*/
{
"processing":   "處理中...",
"loadingRecords": "載入中...",
"lengthMenu":   "顯示 _MENU_ 項結果",
"zeroRecords":  "沒有符合的結果",
"info":         "顯示第 _START_ 至 _END_ 項結果,共 _TOTAL_ 項",
"infoEmpty":    "顯示第 0 至 0 項結果,共 0 項",
"infoFiltered": "(從 _MAX_ 項結果中過濾)",
"infoPostFix":  "",
"search":       "搜尋:",
"paginate": {
"first":    "第一頁",
"previous": "上一頁",
"next":     "下一頁",
"last":     "最後一頁"
"sEmptyTable": "沒有資料",
"sInfo": "顯示第 _START_ 至 _END_ 項結果,共 _TOTAL_ 項",
"sInfoEmpty": "顯示第 0 至 0 項結果,共 0 項",
"sInfoFiltered": "(從 _MAX_ 項結果過濾)",
"sInfoPostFix": "",
"sInfoThousands": ",",
"sLengthMenu": "顯示 _MENU_ 項結果",
"sLoadingRecords": "載入中...",
"sProcessing": "處理中...",
"sSearch": "搜尋:",
"sZeroRecords": "沒有符合的結果",
"oPaginate": {
"sFirst": "第一頁",
"sLast": "最後一頁",
"sNext": "下一頁",
"sPrevious": "上一頁"
},
"aria": {
"sortAscending": ": 升冪排列",
"sortDescending": ": 降冪排列"
"oAria": {
"sSortAscending": ": 升冪排列",
"sSortDescending": ": 降冪排列"
}
}

Loading…
Cancel
Save