make print_attachment() available on laravel mode

This commit is contained in:
xiaomlove
2025-09-21 19:26:24 +07:00
parent 1b2ba8dc48
commit 6b242dea36
4 changed files with 30 additions and 7 deletions

View File

@@ -0,0 +1,8 @@
<?php
return [
'text_key' => 'Attachment for key ',
'not_found' => ' not found',
'size' => 'Size',
'downloads' => 'Downloads',
];

View File

@@ -0,0 +1,8 @@
<?php
return [
'text_key' => '附件',
'not_found' => '无效',
'size' => '大小',
'downloads' => '下载',
];

View File

@@ -0,0 +1,8 @@
<?php
return [
'text_key' => '附件',
'not_found' => '無效',
'size' => '大小',
'downloads' => '下載',
];