From bdc1c0bd2090db6e3f3dc7ebeccfba0b6be086e8 Mon Sep 17 00:00:00 2001 From: Cachet Bot <40326150+CachetBot@users.noreply.github.com> Date: Mon, 13 Jan 2020 06:50:21 +0000 Subject: [PATCH] New translations dashboard.php (Chinese Simplified) --- resources/lang/zh-CN/dashboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/zh-CN/dashboard.php b/resources/lang/zh-CN/dashboard.php index dd3da738..7a8007d2 100644 --- a/resources/lang/zh-CN/dashboard.php +++ b/resources/lang/zh-CN/dashboard.php @@ -35,7 +35,7 @@ return [ 'failure' => '修改故障更新时出现问题', ], ], - 'reported_by' => 'Reported :timestamp by :user', + 'reported_by' => '在 :timestamp 由 :user 报告', 'add' => [ 'title' => '添加故障', 'success' => '故障已添加',