updated translations

This commit is contained in:
denisdulici
2017-12-13 15:01:55 +03:00
parent 91dcd4a3b4
commit 77b0b67b0c
35 changed files with 180 additions and 49 deletions

View File

@ -6,12 +6,17 @@ return [
'added' => '已新增:type ',
'updated' => '已更新:type ',
'deleted' => '已刪除:type ',
'duplicated' => ':type 重複!',
'imported' => ':type 已匯入!',
],
'error' => [
'not_user_company' => '錯誤:您不允許管理此公司!',
'customer' => '錯誤:您不能使用此電子郵件建立使用者 :name ',
'no_file' => '錯誤:沒有選擇檔案!',
],
'warning' => [
'deleted' => '注意:由於 :type 包含 :text因此您無法刪除。',
'deleted' => '警告:由於和 :text 相關,你不能刪除<b>:name</b>。',
'disabled' => '警告:由於和 :text 相關,你不能停用<b>:name</b>。',
],
];