CC-4774: Add option for Chinese in preferences
-done
This commit is contained in:
parent
f8cbd27da3
commit
93ea912d54
3 changed files with 44 additions and 0 deletions
17
airtime_mvc/public/js/datatables/i18n/zh_CN.txt
Normal file
17
airtime_mvc/public/js/datatables/i18n/zh_CN.txt
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"sProcessing": "处理中...",
|
||||
"sLengthMenu": "显示 _MENU_ 项结果",
|
||||
"sZeroRecords": "没有匹配结果",
|
||||
"sInfo": "显示第 _START_ 至 _END_ 项结果,共 _TOTAL_ 项",
|
||||
"sInfoEmpty": "显示第 0 至 0 项结果,共 0 项",
|
||||
"sInfoFiltered": "(由 _MAX_ 项结果过滤)",
|
||||
"sInfoPostFix": "",
|
||||
"sSearch": "",
|
||||
"sUrl": "",
|
||||
"oPaginate": {
|
||||
"sFirst": "首页",
|
||||
"sPrevious": "上页",
|
||||
"sNext": "下页",
|
||||
"sLast": "末页"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue