11 lines
405 B
PHP
11 lines
405 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'import' => 'Nhập',
|
|
'title' => 'Nhập :type',
|
|
'limitations' => 'Định dạng file cho phép: :extensions<br>Số lượng file tối đa: :row_limit',
|
|
'sample_file' => 'Bạn có thể <a target="_blank" href=":download_link"><strong>tải về</strong></a> file mẫu và điền vào dữ liệu của bạn',
|
|
|
|
];
|