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' => '沒有發現任何匹配的記錄',
];