Blame view

resources/lang/zh-CN/import.php 257 Bytes
b7c7a5f6   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
  <?php
  
  return [
  
      'import'                => '导入',
      'title'                 => '导入 :type',
      'message'               => '允许的文件类型: CSV, XLS。请<a target="_blank" href=":link"><strong>下载</strong></a>示例文件。',
  
  ];