akaunting/resources/lang/zh-TW/companies.php

15 lines
410 B
PHP
Raw Normal View History

2017-10-02 10:26:10 +03:00
<?php
return [
'domain' => '網域',
'logo' => '商標',
2020-06-29 17:11:50 +03:00
2017-10-02 10:26:10 +03:00
'error' => [
2020-06-29 17:11:50 +03:00
'not_user_company' => '錯誤:您不允許變更此公司!',
'delete_active' => '錯誤:無法刪除使用中的公司。請先切換到另一家!',
'disable_active' => '錯誤:無法停用使用中的公司。請先切換到另一家!',
2017-10-02 10:26:10 +03:00
],
];