This repository was archived by the owner on Jul 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathI18N.json
More file actions
40 lines (40 loc) · 1.78 KB
/
I18N.json
File metadata and controls
40 lines (40 loc) · 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"zh": {
"Home": "首页",
"regex:Directory(.+)NOT FOUND!": "目录$1未找到!",
"regex:File(.+)NOT FOUND!": "文件$1未找到!",
"File": "文件",
"Size": "大小",
"Modified": "修改时间",
"Upload Single File": "上传单个文件",
"Upload to ": "上传至 ",
"Download": "下载此文件",
"Only one file can be uploaded at a time!\nPlease choose one file and try again.": "一次只能上传一个文件!\n请选择一个文件再重试",
"File name contains illegal characters!": "文件名包含非法字符!",
"Click here or drop your file to here to select a file": "点击这里或将文件拖拽到此处以选择文件",
"File selected: ": "已选择: ",
"Upload": "上传",
"Uploading...": "上传中...",
"Please input file name": "请输入文件名",
"Login": "登录",
"Username": "用户名",
"Password": "密码",
"Sign in": "登录",
"Verification Code": "验证码",
"Register": "注册",
"Click to change the code": "点击更换验证码",
"Doesn't have an account? Register.": "还没有账号? 注册一个",
"Have an account? Sign in.": "已有账号? 直接登录",
"Confirm Password": "确认密码",
"Failed to login!": "登录失败!",
"Username is required": "用户名不能为空",
"Password is required": "密码不能为空",
"Password is incorrect": "密码不正确",
"Verification code is required": "验证码不能为空",
"Verification code is incorrect": "验证码不正确",
"Passwords do not match": "两次输入的密码不一致",
"Username contains illegal characters": "用户名包含非法字符",
"regex:User (.+) is not found": "用户 $1 未找到",
"regex:User (.+) already exists": "用户 $1 已存在"
}
}