rustpbx 0.3.19

A SIP PBX implementation in Rust
Documentation
[ivr_editor]
# Sidebar
sidebar_name = "IVR 编辑器"
# 页面标题
title = "IVR 编辑器"
subtitle = "插件"
subtitle_desc = "创建和管理 IVR 菜单流程,支持营业时间和音频提示。"
management = "IVR 管理"

# 首页
refresh = "刷新"
new_ivr = "新建 IVR"
total_projects = "总项目数"
active = "启用"
disabled = "禁用"
all = "全部"
search_name = "按名称搜索..."
loading = "加载中..."
no_projects = "暂无 IVR 项目,创建一个开始使用。"
name = "名称"
status = "状态"
version = "版本"
published = "发布时间"
updated = "更新时间"
actions = "操作"

# 分页
showing = "显示"
to = ""
of = ""
prev = "上一页"
next = "下一页"
page = ""

# 创建弹窗
new_ivr_project = "新建 IVR 项目"
description = "描述"
optional_description = "可选描述"
cancel = "取消"
create = "创建"
creating = "创建中..."

# 编辑器页面
history = "历史"
save = "保存"
saving = "保存中..."
saved = "已保存"
publish = "发布"
publishing = "发布中..."
no_description = "无描述"

# 标签页
menus = "菜单"
settings = "设置"
content = "内容"
business_hours = "营业时间"

# 菜单面板
root_menu = "根菜单"
keys = "个按键"
add_menu = "+ 添加菜单"

# 设置面板
default_tts_voice = "默认语音"
select_voice = "选择语音..."
test_voice = "测试语音"
enter_text = "输入文字..."

# 菜单编辑器
delete_menu = "删除菜单"

# 内容标签页
welcome_prompt = "欢迎语"
welcome_placeholder = "欢迎致电,感谢您的来电..."
invalid_input_prompt = "无效输入提示"
invalid_placeholder = "输入无效,请重试..."
play = "播放"

# DTMF 按键
dtmf_keys = "DTMF 按键"
expand_all = "全部展开"
collapse_all = "全部折叠"
add_key = "+ 添加按键"
key = "按键"
label = "标签"
action_type = "动作类型"
unnamed = "未命名"
no_keys_hint = "未配置 DTMF 按键。点击\"+ 添加按键\"添加一个。"

# 动作类型
action_transfer = "转接"
action_queue = "队列"
action_submenu = "子菜单"
action_voicemail = "语音信箱"
action_collect = "收集输入"
action_webhook = "Webhook"
action_play = "播放"
action_repeat = "重播"
action_hangup = "挂断"
action_collect_extension = "收集分机号(直拨)"
action_play_and_hangup = "播放并挂断"

# 动作字段
target_extension = "目标分机/URI"
menu_name = "菜单名称"
variable_name = "变量名"
max_digits = "最大位数"
min_digits = "最小位数"
end_key = "结束键(可选)"
timeout_sec = "超时(秒)"
prompt_tts = "提示语(可选)"
webhook_url = "Webhook URL"
method = "方法"
variables_to_send = "发送变量(逗号分隔)"
available_vars = "可用:caller_id, called_id 及其他已收集的变量"
audio_prompt = "音频提示(可选)"
inter_digit_timeout = "按键间隔超时(毫秒)"
prompt_or_audio = "提示语(TTS 或音频文件)"
sip_status_code = "SIP 状态码(可选)"
sip_code_hint = "例如:486 忙碌, 603 拒绝, 200 正常挂断"

# 设置标签页
timeout_ms = "超时(毫秒)"
max_wait_hint = "等待用户输入的最长时间"
max_retries = "最大重试次数"
retries_hint = "输入无效时的重试次数"

# 直拨分机
direct_extension_dial = "分机直拨"
direct_dial_hint = "当用户按下非菜单按键时,将按键作为分机号收集"
enable = "启用"

# 营业时间
enable_business_hours = "启用营业时间"
timezone = "时区"
work_days = "工作日"
work_start = "上班时间"
work_end = "下班时间"
break_start = "午休开始(可选)"
break_end = "午休结束(可选)"
closed_announcement = "非营业时间公告"
closed_placeholder = "我们现在已下班,请稍后再拨..."
hours_disabled = "营业时间未启用。"
hours_enable_hint = "启用后可配置工作时间和非工作时间提示。"

# 星期
mon = "周一"
tue = "周二"
wed = "周三"
thu = "周四"
fri = "周五"
sat = "周六"
sun = "周日"

# 添加菜单弹窗
add_submenu = "添加子菜单"
add = "添加"

# 版本历史
version_history = "版本历史"
no_history = "暂无版本历史。发布第一个版本开始跟踪变更。"
rollback = "回滚"
close = "关闭"

# 许可证
license_expired = "许可证已过期"
no_valid_license = "无有效许可证"
license_required = "这是商业功能,需要有效的许可证。"
get_license = "在 miuda.ai/try 获取许可证"

# 消息
project_created = "项目已创建。"
project_deleted = "项目已删除。"
published_to = "已发布至"
published_success = "发布成功。"
menu_exists = "菜单名称已存在或无效"
enter_text_preview = "请输入文字预览"
failed_preview = "预览失败"
failed_play_audio = "播放音频失败"
tts_failed = "语音合成失败"

# 删除确认
delete_ivr = "删除 IVR 项目"
delete_confirm = "删除 \"{name}\"?此操作无法撤销。"
delete = "删除"

# 错误
failed_load = "加载项目失败"
failed_create = "创建项目失败"
failed_update = "更新项目失败"
failed_delete = "删除项目失败"
failed_publish = "发布项目失败"