mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
make print_attachment() available on laravel mode
This commit is contained in:
8
resources/lang/en/attachment.php
Normal file
8
resources/lang/en/attachment.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'text_key' => 'Attachment for key ',
|
||||
'not_found' => ' not found',
|
||||
'size' => 'Size',
|
||||
'downloads' => 'Downloads',
|
||||
];
|
||||
8
resources/lang/zh_CN/attachment.php
Normal file
8
resources/lang/zh_CN/attachment.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'text_key' => '附件',
|
||||
'not_found' => '无效',
|
||||
'size' => '大小',
|
||||
'downloads' => '下载',
|
||||
];
|
||||
8
resources/lang/zh_TW/attachment.php
Normal file
8
resources/lang/zh_TW/attachment.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'text_key' => '附件',
|
||||
'not_found' => '無效',
|
||||
'size' => '大小',
|
||||
'downloads' => '下載',
|
||||
];
|
||||
Reference in New Issue
Block a user