Blame view

resources/lang/zh-CN/companies.php 306 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'     => '错误: 无法删除已激活的公司, 请先更改它!',
      ],
  
  ];