mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-08 17:20:51 +08:00
9 lines
188 B
PHP
9 lines
188 B
PHP
<?php
|
|
|
|
return [
|
|
'text_key' => '鍵の添付ファイル ',
|
|
'not_found' => ' 見つかりませんでした',
|
|
'size' => 'サイズ',
|
|
'downloads' => 'ダウンロード',
|
|
];
|