i18n: Update Chinese (traditional) file to use camelCase

pull/236/head
Allan Jardine 9 years ago
parent f0eda9f187
commit 00d3990a82

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

Loading…
Cancel
Save