Files
nexusphp/resources/lang/ja/pagination.php
2025-04-19 02:06:51 +07:00

28 lines
1.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
declare(strict_types=1);
return [
'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' => '一致する記録は見つかりませんでした',
];