diff --git a/resources/lang/zh_CN.json b/resources/lang/zh_CN.json
index 0b42444..38eb07c 100644
--- a/resources/lang/zh_CN.json
+++ b/resources/lang/zh_CN.json
@@ -18,7 +18,7 @@
"Logout": "登出",
"Name": "姓名",
"Not Found": "页面不存在",
- "of": "于",
+ "of": "条,共有",
"Oh no": "不好了",
"Page Expired": "页面会话已超时",
"Pagination Navigation": "分页导航",
@@ -29,7 +29,7 @@
"Remember Me": "记住我",
"Reset Password": "重置密码",
"Reset Password Notification": "重置密码通知",
- "results": "结果",
+ "results": "条结果",
"Send Password Reset Link": "发送重设密码链接",
"Server Error": "服务器错误",
"Service Unavailable": "服务不可用",
diff --git a/resources/views/program/construct/create.blade.php b/resources/views/program/construct/create.blade.php
index 07185e1..621df56 100644
--- a/resources/views/program/construct/create.blade.php
+++ b/resources/views/program/construct/create.blade.php
@@ -11,19 +11,19 @@
@if($errors->any())
@foreach ($errors->all() as $error)