From 2397f86d581bc2b6c3ea4ea93f5125ac5b5576d0 Mon Sep 17 00:00:00 2001 From: scout <1134087124@qq.com> Date: Mon, 13 Jan 2025 11:25:37 +0800 Subject: [PATCH] =?UTF-8?q?feat(i18n):=20=E6=B7=BB=E5=8A=A0=E4=B8=AA?= =?UTF-8?q?=E4=BA=BA=E8=B5=84=E6=96=99=E9=A1=B5=E9=9D=A2=E7=BF=BB=E8=AF=91?= =?UTF-8?q?=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- i18n/locales/zh-CN.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/i18n/locales/zh-CN.json b/i18n/locales/zh-CN.json index 2de2169..496a811 100644 --- a/i18n/locales/zh-CN.json +++ b/i18n/locales/zh-CN.json @@ -1,5 +1,5 @@ { - "appSetting":{ + "appSetting": { "appName": "豐和", "appDescription": "泰丰国际京都拍卖会", "appKeyWords": "泰丰,泰丰文化,豐和,京都,拍卖会" @@ -19,6 +19,10 @@ "home": "主页", "profile": "我的" }, + "profile": { + "name": "姓名", + "phone": "手机号" + }, "unocss_page": { "hello": "你好 {0}", "desc": "这是 unocss 一个简单例子。", @@ -44,4 +48,4 @@ "btn_clear": "清空", "btn_empty_desc": "暂无数据" } -} +} \ No newline at end of file