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

24 lines
893 B
PHP
Raw Normal View History

2017-10-02 10:26:10 +03:00
<?php
return [
'success' => [
'added' => '已新增:type ',
'updated' => '已更新:type ',
'deleted' => '已刪除:type ',
2017-12-13 15:01:55 +03:00
'duplicated' => ':type 重複!',
'imported' => ':type 已匯入!',
2017-10-02 10:26:10 +03:00
],
'error' => [
2018-01-13 15:30:54 +03:00
'payment_add' => '錯誤:您不能新增付款!您需要檢查新增金額。',
2017-10-02 10:26:10 +03:00
'not_user_company' => '錯誤:您不允許管理此公司!',
2017-12-13 15:01:55 +03:00
'customer' => '錯誤:您不能使用此電子郵件建立使用者 :name ',
'no_file' => '錯誤:沒有選擇檔案!',
2017-10-02 10:26:10 +03:00
],
'warning' => [
2017-12-13 15:01:55 +03:00
'deleted' => '警告:由於和 :text 相關,你不能刪除<b>:name</b>。',
'disabled' => '警告:由於和 :text 相關,你不能停用<b>:name</b>。',
2017-10-02 10:26:10 +03:00
],
];