vitesse/locales/zh-CN.json

18 lines
405 B
JSON
Raw Normal View History

2020-08-10 11:17:26 +08:00
{
"button": {
2021-01-22 18:38:16 +08:00
"about": "关于",
2020-08-10 11:17:26 +08:00
"back": "返回",
2021-01-22 18:38:16 +08:00
"go": "确定",
"home": "首页",
"toggle_dark": "切换深色模式",
"toggle_langs": "切换语言"
2020-08-10 11:17:26 +08:00
},
"intro": {
2020-08-10 23:26:36 +08:00
"desc": "固执己见的 Vite 项目模板",
"dynamic-route": "动态路由演示",
2020-08-10 11:17:26 +08:00
"hi": "你好,{name}",
"whats-your-name": "输入你的名字"
2020-08-11 18:41:21 +08:00
},
"not-found": "未找到页面"
2020-08-10 11:17:26 +08:00
}