Blame view

resources/lang/zh-TW/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>範例檔案。',
  
  ];