Louis Lam
3 years ago
committed by
GitHub
1 changed files with 112 additions and 0 deletions
@ -0,0 +1,112 @@ |
|||
export default { |
|||
languageName: "简体中文", |
|||
checkEverySecond: "检测频率 {0} 秒", |
|||
"Avg.": "平均 ", |
|||
retriesDescription: "最大重试次数", |
|||
ignoreTLSError: "忽略HTTPS站点的证书错误", |
|||
upsideDownModeDescription: "反向状态监控", |
|||
maxRedirectDescription: "最大重定向次数,设置为 0 禁止重定向", |
|||
acceptedStatusCodesDescription: "选择被视为成功响应的状态码", |
|||
passwordNotMatchMsg: "两次密码输入不一致", |
|||
notificationDescription: "请先设置一个消息通知", |
|||
keywordDescription: "检测响应内容中的关键字,区分大小写", |
|||
pauseDashboardHome: "Pause", |
|||
deleteMonitorMsg: "确定要删除此监控吗?", |
|||
deleteNotificationMsg: "确定要删除此消息通知吗?这将对所有监控生效。", |
|||
resoverserverDescription: "默认服务器 Cloudflare,可以修改为任意你想要使用的DNS服务器", |
|||
rrtypeDescription: "选择您要监控的资源记录类型", |
|||
pauseMonitorMsg: "确定要暂停吗?", |
|||
Settings: "设置", |
|||
Dashboard: "仪表盘", |
|||
"New Update": "有新版本更新", |
|||
Language: "语言", |
|||
Appearance: "外观设置", |
|||
Theme: "主题", |
|||
General: "基本设置", |
|||
Version: "Version", |
|||
"Check Update On GitHub": "检查更新", |
|||
List: "列表", |
|||
Add: "添加", |
|||
"Add New Monitor": "添加新的监控", |
|||
"Quick Stats": "状态速览", |
|||
Up: "正常", |
|||
Down: "故障", |
|||
Pending: "检测失败", |
|||
Unknown: "未知", |
|||
Pause: "暂停", |
|||
Name: "名称", |
|||
Status: "状态", |
|||
DateTime: "时间", |
|||
Message: "事件", |
|||
"No important events": "暂无重要事件", |
|||
Resume: "恢复", |
|||
Edit: "修改", |
|||
Delete: "删除", |
|||
Current: "当前", |
|||
Uptime: "可用率", |
|||
"Cert Exp.": "证书过期", |
|||
days: "天", |
|||
day: "天", |
|||
"-day": " 天", |
|||
hour: "小时", |
|||
"-hour": " 小时", |
|||
Response: "响应", |
|||
Ping: "Ping", |
|||
"Monitor Type": "监控类型", |
|||
Keyword: "关键字", |
|||
"Friendly Name": "名称", |
|||
URL: "网址", |
|||
Hostname: "主机名", |
|||
Port: "端口号", |
|||
"Heartbeat Interval": "心跳间隔", |
|||
Retries: "重试次数", |
|||
Advanced: "高级选项", |
|||
"Upside Down Mode": "反向监控", |
|||
"Max. Redirects": "重定向次数", |
|||
"Accepted Status Codes": "有效状态码", |
|||
Save: "保存", |
|||
Notifications: "消息通知", |
|||
"Not available, please setup.": "不可用,请设置", |
|||
"Setup Notification": "设置通知", |
|||
Light: "明亮", |
|||
Dark: "黑暗", |
|||
Auto: "自动", |
|||
"Theme - Heartbeat Bar": "心跳状态显示", |
|||
Normal: "正常显示", |
|||
Bottom: "靠下显示", |
|||
None: "不显示", |
|||
Timezone: "时区", |
|||
"Search Engine Visibility": "搜索引擎设置", |
|||
"Allow indexing": "允许索引", |
|||
"Discourage search engines from indexing site": "阻止搜索引擎索引网站", |
|||
"Change Password": "修改密码", |
|||
"Current Password": "当前密码", |
|||
"New Password": "新密码", |
|||
"Repeat New Password": "重复新密码", |
|||
"Update Password": "更新密码", |
|||
"Disable Auth": "禁用身份验证", |
|||
"Enable Auth": "启用身份验证", |
|||
Logout: "退出", |
|||
Leave: "离开", |
|||
"I understand, please disable": "我已经了解,继续禁用", |
|||
Confirm: "确认", |
|||
Yes: "是的", |
|||
No: "不是", |
|||
Username: "用户名", |
|||
Password: "密码", |
|||
"Remember me": "请记住我", |
|||
Login: "登录", |
|||
"No Monitors, please": "没有监控,", |
|||
"add one": "添加一个", |
|||
"Notification Type": "消息类型", |
|||
Email: "邮件", |
|||
Test: "测试一下", |
|||
"Certificate Info": "证书信息", |
|||
"Resolver Server": "解析服务器", |
|||
"Resource Record Type": "资源记录类型", |
|||
"Last Result": "Last Result", |
|||
"Create your admin account": "创建管理员账号", |
|||
"Repeat Password": "重复密码", |
|||
respTime: "响应时间 (ms)", |
|||
notAvailableShort: "N/A" |
|||
} |
Loading…
Reference in new issue