号码管理

This commit is contained in:
root
2026-06-04 14:15:12 +08:00
parent 907d78b3aa
commit e4f19c09bc
46 changed files with 5369 additions and 0 deletions
@@ -0,0 +1,38 @@
<?php
return [
'Id' => '号码ID',
'Link_url' => '分流链接',
'Ticket_name' => '工单名称',
'Number' => '号码',
'Numbers' => '号码',
'Number_type' => '号码类型',
'Number_type_custom' => '自定义号码类型',
'Split_link_id' => '选择链接',
'Visit_count' => '访问次数',
'Inbound_count' => '进线人数',
'Status' => '状态',
'Manual_manage' => '手动管理',
'Createtime' => '创建时间',
'Section basic' => '基础信息',
'Status normal' => '正常',
'Status hidden' => '停用',
'Number type custom' => '自定义',
'Manual manage yes' => '是',
'Manual manage no' => '否',
'Please select' => '请选择',
'Numbers placeholder' => '每行填写一个号码',
'Batch update title' => '批量更新号码',
'Batch selected count' => '已选号码',
'Batch update status' => '更新状态',
'Batch update btn' => '更新状态',
'Please fill at least one number' => '请至少填写一个有效号码',
'All numbers already exist for this link' => '该链接下号码均已存在,未新增任何记录',
'Number already exists for this link' => '该链接下已存在相同号码',
'Inserted %d number(s)' => '成功添加 %d 条号码',
'Skipped %d duplicate(s)' => '跳过 %d 条重复号码',
'Invalid status' => '状态无效',
'Invalid manual manage' => '手动管理选项无效',
'Batch update success' => '批量更新成功',
'Unit count' => '个',
];