2026-04-20 18:08:00 +08:00

46 lines
1.5 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import semantic from './base/zh'
import pageMessages from './pages/zh'
export default {
...semantic,
...pageMessages,
Language: '语言',
English: 'English',
Chinese: '中文',
Search: '搜索',
'Global Size': '全局尺寸',
Default: '默认',
Medium: '中等',
Small: '小',
Mini: '迷你',
'Switch Size Success': '切换尺寸成功',
Login: '登录',
Username: '用户名',
Password: '密码',
'Please enter the correct user name': '请输入正确的用户名',
'The password can not be less than 4 digits': '密码不能少于4位',
'Change Theme': '切换主题',
'Select Theme': '选择主题',
'Light Mode': '正常模式',
'Dark Mode': '暗黑模式',
Auto: '自动切换',
'07:00~18:00 uses light mode, 19:00~06:00 uses dark mode': '07:00~18:00 正常模式19:00~06:00 进入暗黑模式',
'Reset Password': '重置密码',
'Original Password': '原始密码',
'New Password': '新密码',
'Confirm Password': '确认密码',
'Please enter the original password': '请输入原始密码',
'Please enter the new password': '请输入新密码',
'Please confirm the password': '请输入确认密码',
'Required field cannot be empty': '必填字段不能为空',
'Passwords do not match': '两次密码输入不一致',
Cancel: '取消',
Submit: '提交',
Logout: '退出登录',
'Processing submission, please wait': '正在处理提交,请稍候',
Successful: '成功',
Failed: '失败',
Unknown: '未知',
Home: '首页'
}