From 9d382e1725716c350515ae136a72d588c710739b Mon Sep 17 00:00:00 2001
From: Jerry Yan <792602257@qq.com>
Date: Mon, 1 Aug 2022 17:44:33 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=B8=8B=E7=BF=BB=E8=AF=91?=
=?UTF-8?q?=EF=BC=8C=E5=88=9B=E5=BB=BA=E8=8A=82=E7=9B=AE=E6=97=B6=EF=BC=8C?=
=?UTF-8?q?=E6=B7=BB=E5=8A=A0old=E5=8F=82=E6=95=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
resources/lang/zh_CN.json | 4 ++--
resources/views/program/construct/create.blade.php | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
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)