-
Notifications
You must be signed in to change notification settings - Fork 59
/
translation.json
62 lines (62 loc) · 2.64 KB
/
translation.json
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"unknown_e": {
"en": "unknown error {e}",
"cn": "意外错误: {e}"
},
"no_support_set_search": {
"en": "{} is not a supported search type",
"cn": "不支持\"{}\"的搜索"
},
"oof_cookie_error": {
"cn": "获取115签名失败,请检查是否填入正确的cookies",
"en": "Failure to get 115 signiture, check cookies are correct"
},
"oof_code99": {
"cn": "错误代码99,请重新登陆115并填入新的cookies",
"en": "code 99, please re-login to 115"
},
"oof_code911": {
"en": "code 911, please manually download link {magnet}",
"cn": "错误911,请手动添加{magnet}或者通过115验证并重试"
},
"oof_magnet_exists": {
"en": "magnet for {car} already exists, please delete existing magnet to continue",
"cn": "{car}磁链已存在于115, 请删除后重试"
},
"oof_fail_magnet": {
"en": "download {car} failed on {create_magnet_e}",
"cn": "{car}添加磁链失败: {create_magnet_e}"
},
"oof_no_task_found": {
"en": "download {car} failed on: cannot find download task from first page of magnet task; please visit 115 and clean up pending tasks",
"cn": "{}添加磁链失败: 无法在离线下载第一页找到下载任务, 请前往115清理失败或者正在进行的任务"
},
"oof_no_file": {
"en": "there is no download file found in 115 task",
"cn": "磁链任务内找不到可下载的文件(未完成/文件未达到100MB)"
},
"oof_general_failure": {
"en": "download {car} failed after {retry_num} of retries due to {e}",
"cn": "经过{retry_num}次重试, {car}下载失败, 原因: {e}"
},
"oof_cookies_not_found": {
"en": "115 cookies does not exist or is not setup correctly",
"cn": "115 cookies 文件不存在或没有正确设置, 请前往配置表单更新"
},
"aria2_setup_error": {
"en": "not all aria2 fields are setup correctly",
"cn": "无效的aria2设置, 请检查3个相关设置已正确填入"
},
"aria2_wrong_server": {
"en": "cannot connect to server due to incorrect server address",
"cn": "无法连接至aria2服务器, 请检查正确设置了服务器参数"
},
"aria2_cannot_contact_server": {
"en": "cannot add url to server, please verify aria2 server is running or the setup is correct",
"cn": "无法添加任务至aria2服务器, 请检查服务器正在运行并正确设置了所有服务器参数"
},
"rename_ok_msg": {
"en": "renamed {} to {}",
"cn": "重命名 {} 至 {}"
}
}