mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
Dictionaries update for 3.1 beta
This commit is contained in:
@@ -18,14 +18,18 @@
|
||||
*/
|
||||
// Display DataTable
|
||||
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
||||
'UI:Datatables:Language:Processing' => '请稍候...',
|
||||
'UI:Datatables:Language:LengthMenu' => '_MENU_ 每页',
|
||||
'UI:Datatables:Language:ZeroRecords' => '未找到相关结果',
|
||||
'UI:Datatables:Language:Info' => '_TOTAL_ 项',
|
||||
'UI:Datatables:Language:InfoEmpty' => '未找到相关信息',
|
||||
'UI:Datatables:Language:EmptyTable' => '表格中暂无数据',
|
||||
'UI:Datatables:Language:Error' => '运行查询时出错',
|
||||
'UI:Datatables:Language:Processing' => '请稍候...',
|
||||
'UI:Datatables:Language:LengthMenu' => '_MENU_ 每页',
|
||||
'UI:Datatables:Language:ZeroRecords' => '未找到相关结果',
|
||||
'UI:Datatables:Language:Info' => '_TOTAL_ 项',
|
||||
'UI:Datatables:Language:InfoEmpty' => '未找到相关信息',
|
||||
'UI:Datatables:Language:EmptyTable' => '表格中暂无数据',
|
||||
'UI:Datatables:Language:Error' => '运行查询时出错',
|
||||
'UI:Datatables:Language:DisplayLength:All' => '全部',
|
||||
'UI:Datatables:Language:Sort:Ascending' => '采用顺序排序',
|
||||
'UI:Datatables:Language:Sort:Descending' => '采用倒序排序',
|
||||
'UI:Datatables:Language:Sort:Ascending' => '采用顺序排序',
|
||||
'UI:Datatables:Language:Sort:Descending' => '采用倒序排序',
|
||||
'UI:Datatables:Column:RowActions:Label' => '~~',
|
||||
'UI:Datatables:Column:RowActions:Description' => '~~',
|
||||
'UI:Datatables:RowActions:ConfirmationDialog' => 'Action Confirmation~~',
|
||||
'UI:Datatables:RowActions:ConfirmationMessage' => 'Do you confirm action ?~~',
|
||||
));
|
||||
Reference in New Issue
Block a user