Files
data-collection-terminal/vendor/filament/actions/resources/lang/ja/view.php

26 lines
291 B
PHP

<?php
return [
'single' => [
'label' => '表示',
'modal' => [
'heading' => ':label 表示',
'actions' => [
'close' => [
'label' => '閉じる',
],
],
],
],
];