Blame view

resources/lang/zh-TW/companies.php 313 Bytes
b7c7a5f6   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
  <?php
  
  return [
  
      'domain'                => '網域',
      'logo'                  => '商標',
      'manage'                => '管理公司',
      'all'                   => '所有公司',
      'error' => [
          'delete_active'     => '錯誤:不能刪除使用中的公司,請先修改!',
      ],
  
  ];