Skip to content

Commit 3a90f65

Browse files
committed
chore: add some i18 field
1 parent be7b5ec commit 3a90f65

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/locales/en-US.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"persistPiniaState": "🍍 Persistent Pinia state",
1111
"unocssExample": "🎨 Unocss example",
1212
"keepAlive": "🧡 KeepAlive Demo",
13+
"scrollCache": "📜 Scroll Cache Demo",
1314
"login": "🔒 Login",
1415
"register": "Register",
1516
"settings": "Settings",
@@ -43,6 +44,9 @@
4344
"keepAlive": {
4445
"label": "The current component will be cached"
4546
},
47+
"scrollCache": {
48+
"listItem": "Slide freely. When you get back, the roll position will still be there"
49+
},
4650
"login": {
4751
"login": "Sign In",
4852
"logout": "Sign Out",

src/locales/zh-CN.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"404Demo": "🙅 404页 演示",
1111
"unocssExample": "🎨 Unocss 示例",
1212
"keepAlive": "🧡 KeepAlive 演示",
13+
"scrollCache": "📜 滚动缓存 演示",
1314
"login": "🔒 用户登录",
1415
"register": "用户注册",
1516
"settings": "设置",
@@ -43,6 +44,9 @@
4344
"keepAlive": {
4445
"label": "当前组件将会被缓存"
4546
},
47+
"scrollCache": {
48+
"listItem": "随便滑滑,离开再回来时位置会保留不变哦"
49+
},
4650
"login": {
4751
"login": "登录",
4852
"logout": "退出",

0 commit comments

Comments
 (0)