HEX
Server: Apache
System: Linux server2.voipitup.com.au 4.18.0-553.111.1.lve.el8.x86_64 #1 SMP Fri Mar 13 13:42:17 UTC 2026 x86_64
User: posscale (1027)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/posscale/www/printmanager/vendor/filament/support/resources/lang/ja/components/pagination.php
<?php

return [

    'label' => 'ページネーション',

    'overview' => ':total件中:first件目から:last件目を表示',

    'fields' => [

        'records_per_page' => [

            'label' => '件を表示',

            'options' => [
                'all' => 'すべて',
            ],

        ],

    ],

    'actions' => [

        'first' => [
            'label' => '最初',
        ],

        'go_to_page' => [
            'label' => ':pageページへ移動',
        ],

        'last' => [
            'label' => '最後',
        ],

        'next' => [
            'label' => '次',
        ],

        'previous' => [
            'label' => '前',
        ],

    ],

];