From 3a74ba89c40d82b951296ae051d14cb1cd338e38 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Mon, 1 Aug 2016 12:01:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=AD=E8=A8=80=E5=8C=85=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lang/zh-cn.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/zh-cn.php b/lang/zh-cn.php index 44731c34..98abf7a0 100644 --- a/lang/zh-cn.php +++ b/lang/zh-cn.php @@ -58,4 +58,5 @@ return [ 'tag error' => '模板标签错误', 'cache write error' => '缓存写入失败', 'sae mc write error' => 'SAE mc 写入错误', + 'route name not exists' => '路由命名标识不存在', ];