added Chinese Traditional translation
This commit is contained in:
17
resources/lang/zh-TW/messages.php
Normal file
17
resources/lang/zh-TW/messages.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'success' => [
|
||||
'added' => '已新增:type !',
|
||||
'updated' => '已更新:type !',
|
||||
'deleted' => '已刪除:type !',
|
||||
],
|
||||
'error' => [
|
||||
'not_user_company' => '錯誤:您不允許管理此公司!',
|
||||
],
|
||||
'warning' => [
|
||||
'deleted' => '注意:由於 :type 包含 :text,因此您無法刪除。',
|
||||
],
|
||||
|
||||
];
|
Reference in New Issue
Block a user