号码管理
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Id' => '号码ID',
|
||||
'Link_url' => '链接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' => '个',
|
||||
];
|
||||
@@ -0,0 +1,50 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Ticket_type' => '工单类型',
|
||||
'Ticket_name' => '工单名称',
|
||||
'Ticket_url' => '工单链接',
|
||||
'Ticket_total' => '工单总量',
|
||||
'Split_link_id' => '分流链接',
|
||||
'Number_type' => '号码类型',
|
||||
'Number_type_custom' => '自定义号码类型',
|
||||
'Start_time' => '开始时间',
|
||||
'End_time' => '到期时间',
|
||||
'Order_limit' => '单号上限',
|
||||
'Assign_ratio' => '下号比率',
|
||||
'Account' => '工单账号',
|
||||
'Password' => '工单密码',
|
||||
'Status' => '状态',
|
||||
'Status normal' => '正常',
|
||||
'Status hidden' => '停用',
|
||||
'Complete_count' => '完成数量',
|
||||
'Ticket_progress' => '工单进度',
|
||||
'Inbound_ratio' => '进线比例',
|
||||
'Speed_per_hour' => '当前速度',
|
||||
'Number_count' => '号码数量',
|
||||
'Number_count_detail' => '离线 %s / 封号 %s',
|
||||
'Sync_status' => '同步状态',
|
||||
'Sync status success' => '同步成功',
|
||||
'Sync status error' => '同步异常',
|
||||
'Sync status pending' => '待同步',
|
||||
'Sync display success' => '同步成功 / 在线人数 %s',
|
||||
'Sync display error' => '同步异常',
|
||||
'Createtime' => '创建时间',
|
||||
'Section basic' => '基础信息',
|
||||
'Section time rule' => '时间与规则',
|
||||
'Section account' => '账号信息',
|
||||
'Number type custom' => '自定义',
|
||||
'Ticket type xinghe' => '星河云控',
|
||||
'Ticket type haiwang' => '海王',
|
||||
'Ticket type taiji' => '太极云控',
|
||||
'Ticket type huojian' => '火箭云控',
|
||||
'Ticket type ss_channel'=> 'SS云控(Channel)',
|
||||
'Ticket type ss_customer'=> 'SS云控(Customer)',
|
||||
'Ticket type yifafa' => '译发发云控',
|
||||
'Ticket type a2c' => 'A2C云控',
|
||||
'Ticket type ceo_scrm' => 'CEO SCRM',
|
||||
'Ticket type whatshub' => 'Whatshub云控',
|
||||
'Ticket type sihai' => '四海云控',
|
||||
'End time must after start' => '到期时间必须晚于开始时间',
|
||||
'Please select' => '请选择',
|
||||
];
|
||||
Reference in New Issue
Block a user