Files

43 lines
1.9 KiB
PHP
Raw Permalink Normal View History

2026-06-04 14:15:12 +08:00
<?php
return [
'Id' => '号码ID',
2026-06-09 03:36:30 +08:00
'Link_url' => '分流链接',
2026-06-04 14:15:12 +08:00
'Ticket_name' => '工单名称',
'Number' => '号码',
'Numbers' => '号码',
'Number_type' => '号码类型',
'Number_type_custom' => '自定义号码类型',
'Split_link_id' => '选择链接',
'Visit_count' => '访问次数',
'Inbound_count' => '进线人数',
'Status' => '状态',
'Manual_manage' => '手动管理',
2026-06-09 03:36:30 +08:00
'Platform_status' => '平台状态',
'Platform status online' => '在线',
'Platform status offline' => '离线',
'Platform status unknown' => '未知',
2026-06-04 14:15:12 +08:00
'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' => '个',
];