初始化

This commit is contained in:
2023-06-06 17:11:04 +08:00
commit 4fff04b095
113 changed files with 11291 additions and 0 deletions

15
common/i18n/lang/ko.js Normal file
View File

@@ -0,0 +1,15 @@
export default {
"首页": "Home",
"扫码": "QR Scan",
"设置": "Settings",
"语言": "Language",
"扫一扫": "Scan",
"将扫码框对准二维码,即自动扫描": "Scan the code box at the QR code, that is, automatic scanning",
"轻触关灯": "Turn off the light",
"轻触照亮": "Touch your light",
"点击登录": "Login",
"请输入账号": "Please enter your username",
"请输入密码": "Please enter your password",
"登录": "Login",
"退出登录": "Logout"
}