added Chinese Traditional translation

This commit is contained in:
denisdulici
2017-10-02 10:26:10 +03:00
parent 45cb4facf8
commit c7251358bc
27 changed files with 723 additions and 1 deletions

View File

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