2025-06-20 18:20:31 +08:00

113 lines
3.7 KiB
JSON
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.

{
"navbar": {
"useCases": "使用案例",
"faq": "常见问题",
"getFree": "免费获取FairClip"
},
"language": {
"english": "English",
"chinese": "简体中文"
},
"common": {
"search": "搜索...",
"title": "MemoWake - AI驱动的家庭「视频记忆」",
"name":"MemoWake",
"homepage":"首页",
"signup":"注册",
"login":"登录",
"trade": "沪ICP备2023032876号-4",
"logout":"退出登录",
"self":"个人中心"
},
"welcome": {
"welcome": "欢迎来到 MemoWake~",
"slogan": "让你的爱、欢笑和珍贵时刻永存",
"notice": "即将返回动态全家福"
},
"imagePreview": {
"zoomOut": "缩小",
"zoomIn": "放大",
"resetView": "重置视图",
"rotateCounterClockwise": "逆时针旋转",
"rotateClockwise": "顺时针旋转",
"close": "关闭预览",
"previous": "上一张图片",
"next": "下一张图片",
"imageCounter": "图片 {{current}}/{{total}}",
"preview": "预览图片"
},
"fileUploader": {
"uploadingFiles": "上传文件...",
"selectedFiles": "已选择文件",
"addMoreFiles": "添加更多文件",
"clearAll": "清空所有文件",
"upload": "上传",
"uploading": "上传中...",
"dragAndDropFiles": "拖放文件到此处",
"dropFilesHere": "放置文件在此处",
"orClickToUpload": "或者点击上传",
"supportedFormats": "支持的格式",
"maxFileSize": "最大文件大小",
"uploadProgress": "上传进度",
"remove": "删除",
"uploadedFiles": "已上传文件",
"clickToReplaceFile": "点击替换文件",
"invalidFileTitle": "不支持的文件格式",
"fileTooLargeTitle": "文件过大",
"uploadErrorTitle": "上传失败",
"fileTooSmallTitle": "文件过小",
"fileTooSmall": "文件过小请上传大于300像素的图片"
},
"validation": {
"file": {
"invalidType": "不支持的文件格式",
"tooLarge": "文件过大"
},
"email": {
"required": "邮箱不能为空",
"invalid": "请输入有效的邮箱地址",
"missingAt": "邮箱必须包含@符号",
"missingDomain": "邮箱必须包含域名例如example.com",
"missingUsername": "邮箱必须在@前包含用户名",
"tooShort": "邮箱地址太短",
"tooLong": "邮箱地址太长"
},
"password": {
"required": "密码不能为空",
"tooShort": "密码长度必须至少为6个字符",
"tooLong": "密码长度过长",
"noUppercase": "密码必须包含至少一个大写字母",
"noLowercase": "密码必须包含至少一个小写字母",
"noNumber": "密码必须包含至少一个数字",
"noSpecialChar": "密码必须包含至少一个特殊字符",
"mismatch": "两次输入的密码不一致"
},
"username": {
"required": "用户名不能为空",
"invalidChars": "用户名只能包含字母、数字和汉字",
"tooShort": "用户名太短",
"tooLong": "用户名太长"
},
"number": {
"required": "数字不能为空",
"notNumber": "请输入有效的数字",
"tooSmall": "数字太小",
"tooLarge": "数字太大",
"invalidFormat": "数字格式无效",
"decimalNotAllowed": "不允许小数",
"negativeNotAllowed": "不允许负数"
},
"verifyCode": {
"required": "验证码不能为空",
"invalidLength": "验证码必须为6位数字",
"invalidFormat": "验证码只能包含数字",
"expired": "验证码已过期,请重新获取",
"incorrect": "验证码不正确,请重试"
},
"terms": {
"required": "您必须同意服务条款和隐私政策"
}
},
"loading": "加载中..."
}