-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlang_zh.json
More file actions
48 lines (48 loc) · 2.01 KB
/
lang_zh.json
File metadata and controls
48 lines (48 loc) · 2.01 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
41
42
43
44
45
46
47
48
{
"utils": {
"ToApp": {
"not_avai": "书籍无效",
"no_chap": "无法读取当前进度",
"retry_pro": "章节(例如: '1 2 3'): ",
"re_fail": "输入数据不满足正则表达式检测要求",
"http_dbg": "HTTP连接 状态码:%d",
"ser_fail": "无法连接到服务器",
"app_fail": "无法连接到APP",
"dir_fail1": "存在'ip.conf'文件",
"dir_fail2": "请先删除对应文件夹, 否则IP不能保存",
"dir_fail3": "存在ip.conf文件夹"
},
"ToSer": {
"init": "成功初始化连接APP模块",
"429": "429: UPS限制",
"fail": "原因: ",
"fail_not_429": "音频时长为0,而且不是因为429限制",
"retry_pro": "需要重试 %02d 个| 成功率: %0.2f%%"
}
},
"main": {
"init": "交互主程序初始化成功",
"mode_invalid": "运行模式无效",
"shelf": "正在获取书架",
"typ_invalid": "无效`typ`:%d",
"chap": "开始获取章节",
"retry_st": "开始(新一轮)的重试",
"fail1": "在反复重试后仍无法获取书架",
"fail2": "获取章节失败列表: ",
"app_suc": "成功从app处获取数据",
"tts_bgn": "开始进行音频下载",
"trans_st": "开始转化文本",
"trans_end": "转化文本完成",
"trans_tip": "[b]如果上方出现一些红色文字,说明部分章节引号使用不规范,无法产生对话朗读,将回退到常规朗读模式,请不用担心。[/b]",
"tts_end": "音频合成完成",
"mer_st": "开始合并音频",
"mer_end": "合并音频完成",
"all_failed": "需要单独重试(以修复模式运行):",
"too_many_failed_1": "有太多的音频合成失败且重试了5次以上。",
"too_many_failed_2": "失败/总数: %.2f%%",
"too_many_failed_3": "您可能需要减少并行请求数(在config.json中修改`MAX_TASK`参数)。",
"end_1" : "总用时时间: ",
"end_2" : "单个音频用时: %2fs",
"end_3" : "合成内容比率: %.2fx"
}
}