added Chinese Traditional translation
This commit is contained in:
13
resources/lang/zh-TW/companies.php
Normal file
13
resources/lang/zh-TW/companies.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'domain' => '網域',
|
||||
'logo' => '商標',
|
||||
'manage' => '管理公司',
|
||||
'all' => '所有公司',
|
||||
'error' => [
|
||||
'delete_active' => '錯誤:不能刪除使用中的公司,請先修改!',
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user