add lang: ja

This commit is contained in:
xiaomlove
2025-04-19 02:06:51 +07:00
parent 432c57f886
commit ff11c10eab
275 changed files with 8545 additions and 730 deletions
+22 -23
View File
@@ -1,28 +1,27 @@
<?php
declare(strict_types=1);
return [
'next' => '下一页 &raquo;',
'previous' => '&laquo; 上一页',
"decimal" => "",
"emptyTable" => "无数据",
"info" => "当前展示第 _START_ 至第 _END_ 条,共 _TOTAL_ 条记录",
"infoEmpty" => "当前展示第 0 条至第 0 条,共 0 条记录",
"infoFiltered" => "(筛选自 _MAX_ 条记录)",
"infoPostFix" => "",
"thousands" => ",",
"lengthMenu" => "每页展示 _MENU_ 条记录",
"loadingRecords" => "加载中...",
"processing" => "",
"search" => "搜索:",
"zeroRecords" => "没有发现任何匹配的记录",
"paginate" => [
"first" => "首页",
"last" => "尾页",
"next" => "下一页",
"previous" => "上一页"
'aria' => [
'sortAscending' => ': 升序排序',
'sortDescending' => ': 降序排序',
],
"aria" => [
"sortAscending" => ": 升序排序",
"sortDescending"=> ": 降序排序"
]
'emptyTable' => '无数据',
'info' => '当前展示第 _START_ 至第 _END_ 条,共 _TOTAL_ 条记录',
'infoEmpty' => '当前展示第 0 条至第 0 条,共 0 条记录',
'infoFiltered' => '(筛选自 _MAX_ 条记录)',
'lengthMenu' => '每页展示 _MENU_ 条记录',
'loadingRecords' => '加载中...',
'next' => '下一页 &raquo;',
'paginate' => [
'first' => '首页',
'last' => '尾页',
'next' => '下一页',
'previous' => '上一页',
],
'previous' => '&laquo; 上一页',
'search' => '搜索:',
'thousands' => ',',
'zeroRecords' => '没有发现任何匹配的记录',
];