akaunting/resources/lang/zh-TW/messages.php
2017-10-02 10:26:10 +03:00

18 lines
426 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'success' => [
'added' => '已新增:type ',
'updated' => '已更新:type ',
'deleted' => '已刪除:type ',
],
'error' => [
'not_user_company' => '錯誤:您不允許管理此公司!',
],
'warning' => [
'deleted' => '注意:由於 :type 包含 :text因此您無法刪除。',
],
];