From 4a649180f74f4c48cc4e4bdea60d160e95ddf97d Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 27 Mar 2018 21:41:40 +0100 Subject: [PATCH] New translations dashboard.php (Chinese Simplified) --- resources/lang/zh-CN/dashboard.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/zh-CN/dashboard.php b/resources/lang/zh-CN/dashboard.php index c8b50aa6..6baf0cfd 100644 --- a/resources/lang/zh-CN/dashboard.php +++ b/resources/lang/zh-CN/dashboard.php @@ -35,6 +35,7 @@ return [ 'failure' => '修改故障更新时出现问题', ], ], + 'reported_by' => 'Reported by :user', 'add' => [ 'title' => '添加故障', 'success' => '故障已添加',