Files
SoonWorkerD/src/renderer/lang/zh-TW.js
T
2024-11-04 11:40:06 +08:00

22 lines
402 B
JavaScript

export default {
route: {
dashboard: '首页',
},
navbar: {
dashboard: '首页',
github: '项目地址',
logOut: '退出登录',
profile: '个人中心',
theme: '换肤',
size: '布局大小'
},
login: {
title: '系统登录',
logIn: '登录',
username: '账号',
password: '密码',
any: '随便填',
thirdparty: '第三方登录',
},
}