Files
links/application/admin/lang/zh-cn/split/ticket.php
T

54 lines
2.3 KiB
PHP
Raw Normal View History

2026-06-04 14:15:12 +08:00
<?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' => '同步状态',
2026-06-09 03:36:30 +08:00
'Sync_status_btn' => '同步状态',
'Sync running' => '正在同步,请稍候…',
'Sync done' => '同步完成',
2026-06-04 14:15:12 +08:00
'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' => '请选择',
];