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

67 lines
3.5 KiB
PHP
Executable File

<?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' => '手动管理',
'Platform_status' => '平台状态',
'Platform status online' => '在线',
'Platform status offline' => '离线',
'Platform status unknown' => '未知',
'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' => '更新状态',
'Batch operate btn' => '批量操作',
'Batch operate title' => '批量操作',
'Batch operate action' => '操作',
'Batch operate enable' => '开启状态',
'Batch operate disable' => '关闭状态',
'Batch operate delete' => '删除号码',
'Batch operate success' => '批量操作成功,共处理 %d 条',
'Invalid batch operate action' => '操作类型无效',
'No matching numbers found' => '未找到匹配的号码',
'Please select split link' => '请选择分流链接',
'Numbers one per line' => '一行一个号码',
'Batch operate delete confirm' => '确定要删除这些号码吗?',
'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' => '个',
'Ratio_deferred' => '选号降权',
'Ratio deferred badge' => '降权中',
'Ratio deferred no' => '正常选号',
'Ratio deferred yes' => '降权中',
'Ratio deferred filter' => '仅显示降权中号码',
'Ratio deferred tooltip'=> '连续 %s 次访问无进线增长,已触线下号比率,选号已后置,等待同步裁决',
'Ratio deferred edit notice' => '该号码处于下号比率触线降权状态,同步后将根据进线情况恢复或关闭',
'No inbound click streak' => '无进线连续点击',
'Ratio deferred cleanup btn' => '清理降权池',
'Ratio deferred cleanup confirm' => '将清除 %d 条无效降权记录(无落地页访问或访问未超过同步基线)。确定继续?',
'Ratio deferred cleanup success' => '已清理 %d 条无效降权记录',
'Ratio deferred cleanup none' => '当前没有需要清理的无效降权记录',
];