Files
Podcast-Generator/web/public/locales/zh-CN/errors.json
hex2077 1d750ef616 feat(ui): 优化播客创建器文本输入体验和内容长度管理
实现前后端协同的内容长度控制机制。前端通过动态计数器展示
当前输入进度,接近上限时视觉提醒用户。后端API增强参数验证,
针对不同创作模式设定差异化阈值(标准20k/故事30k)。模式
切换时智能裁剪超长内容并友好提示。完善中英日三语国际化
文案支持,提升全球用户使用体验。
2025-10-22 13:27:59 +08:00

52 lines
2.6 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.
{
"invalid_filename": "无效的文件名",
"unsupported_file_type": "不支持的文件类型",
"file_not_found": "文件不存在",
"internal_server_error": "服务器内部错误"
,
"unauthorized": "未授权",
"invalid_status": "无效的状态",
"invalid_request_parameters": "无效的请求参数",
"request_too_old_or_future": "请求过旧或在未来",
"points_deducted_successfully": "积分扣除成功",
"insufficient_points": "积分不足",
"daily_sign_in": "每日签到",
"already_signed_in_today": "今日已签到",
"points_added_successfully": "积分添加成功"
,
"config_files_list_success": "配置文件列表获取成功",
"config_files_list_error": "获取配置文件列表失败",
"invalid_config_file_name": "无效的配置文件名",
"config_file_read_success": "配置文件读取成功",
"read_config_file_error": "读取配置文件失败"
,
"missing_file_name_parameter": "缺少 file_name 查询参数",
"internal_server_error_backend_connection": "内部服务器错误或无法连接到后端服务"
,
"user_not_logged_in_or_session_expired": "用户未登录或会话已过期",
"request_body_cannot_be_empty": "请求正文不能为空",
"tts_provider_cannot_be_empty": "TTS服务提供商不能为空",
"input_text_exceeds_limit": "输入文本超过限制,最多允许 {{limit}} 字符",
"please_select_at_least_one_speaker": "请至少选择一位播客说话人",
"invalid_speaker_config_format": "播客说话人配置格式无效",
"insufficient_points_for_podcast": "积分不足,生成一个播客需要 {{pointsNeeded}} 积分,您当前只有 {{currentPoints}} 积分。",
"invalid_output_language": "无效的输出语言",
"invalid_podcast_duration": "无效的播客时长",
"missing_frontend_tts_config": "缺少前端传入的TTS配置信息",
"incomplete_backend_tts_config": "后端TTS配置不完整请检查后端配置文件。",
"internal_server_error_default": "服务器内部错误"
,
"failed_to_get_task_status": "获取任务状态失败"
,
"insufficient_points_raw": "积分不足",
"podcast_generation_task": "播客生成任务"
,
"forbidden_user_id": "禁止该用户ID无权访问此资源",
"invalid_request_parameters_add_points": "无效的请求参数。`userId`、`pointsToAdd`(正数)、`reasonCode`和`description`是必需的。",
"points_added_successfully_to_user": "积分已成功添加到用户 {{userId}}"
,
"invalid_pagination_parameters": "无效的分页参数"
,
"cannot_read_tts_provider_config": "无法读取TTS提供商配置文件",
"invalid_provider": "无效的TTS提供商"
}