初始版本
This commit is contained in:
Executable
+65
@@ -0,0 +1,65 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Countries' => '投放国家',
|
||||
'Countries help' => '可多选,存储为 ISO 两位国家代码',
|
||||
'Link_code' => '分流链接',
|
||||
'Link code auto tip' => '保存后系统自动生成 9 位小写字母链接码',
|
||||
'Description' => '链接描述',
|
||||
'Ip_protect' => 'IP防护',
|
||||
'Random_shuffle' => '随机打乱',
|
||||
'Status' => '状态',
|
||||
'Createtime' => '创建时间',
|
||||
'Ip protect off' => '关闭',
|
||||
'Ip protect on' => '开启',
|
||||
'Random shuffle off' => '关闭',
|
||||
'Random shuffle on' => '开启',
|
||||
'Status normal' => '正常',
|
||||
'Status hidden' => '停用',
|
||||
'Copy split link' => '复制分流链接',
|
||||
'Manage my domains' => '管理我的域名',
|
||||
'Domain management' => '域名管理',
|
||||
'Select main domain' => '选择主域名',
|
||||
'Platform assigned domain' => '平台分配域名',
|
||||
'My domains' => '我的域名',
|
||||
'Split platform domain empty' => '尚未配置平台分配域名,请前往',
|
||||
'Go system config' => '系统设置',
|
||||
'Split my domain empty' => '暂无域名,请先在域名管理中添加',
|
||||
'Split domain prefix tip' => '想使用自己的域名作为分流前缀,可以先去「我的域名」完成接入。',
|
||||
'Go add domain' => '去添加',
|
||||
'Generated result' => '生成结果',
|
||||
'Copy' => '复制',
|
||||
'Copy success' => '复制成功',
|
||||
'Copy failed' => '复制失败',
|
||||
'Open test' => '打开测试',
|
||||
'Close' => '关闭',
|
||||
'Split url empty' => '请先选择有效主域名',
|
||||
'System config' => '系统配置',
|
||||
'Auto reply' => '自动回复',
|
||||
'Reply statements' => '回复语句',
|
||||
'Reply statements tip'=> '一行填写一条回复语句,保存后与当前分流链接关联',
|
||||
'Auto reply saved' => '自动回复已保存',
|
||||
'Reply statements column' => '回复语',
|
||||
'NS' => 'NS',
|
||||
'DNS' => 'DNS',
|
||||
'Pixel config' => '像素配置',
|
||||
'Pixel config tip' => '浏览器 Pixel 会在分流中转页触发;服务端回传需要填写对应平台 Access Token,Token 留空会保留原配置。',
|
||||
'Facebook Pixel' => 'Facebook Pixel',
|
||||
'TikTok Pixel' => 'TikTok Pixel',
|
||||
'Add FB Pixel' => '+ 添加FB Pixel',
|
||||
'Add TK Pixel' => '+ 添加TK Pixel',
|
||||
'Pixel enabled' => '启用',
|
||||
'Server postback' => '服务端回传',
|
||||
'Pixel ID' => 'Pixel ID',
|
||||
'Access Token' => 'Access Token',
|
||||
'Test code' => '测试码',
|
||||
'Pixel event' => '事件',
|
||||
'Pixel sort' => '排序',
|
||||
'Pixel config saved' => '像素配置已保存',
|
||||
'Pixel ID required' => '请填写 Pixel ID',
|
||||
'Remove row' => '删除',
|
||||
'Optional' => '选填',
|
||||
'Pixel list empty' => '暂无配置,请点击上方按钮添加',
|
||||
'Pixel row index' => '序号',
|
||||
'Operate' => '操作',
|
||||
];
|
||||
+42
@@ -0,0 +1,42 @@
|
||||
<?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' => '更新状态',
|
||||
'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' => '个',
|
||||
];
|
||||
+58
@@ -0,0 +1,58 @@
|
||||
<?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_btn' => '同步状态',
|
||||
'Sync running' => '正在同步,请稍候…',
|
||||
'Sync confirm' => '确定同步所选工单吗?任务将在后台执行,完成后自动提示结果。',
|
||||
'Sync background started' => '同步任务已在后台执行,请稍候…',
|
||||
'Sync in progress' => '同步中',
|
||||
'Sync ticket started' => '正在同步工单',
|
||||
'Sync done' => '同步完成',
|
||||
'Sync status success' => '同步成功',
|
||||
'Sync status error' => '同步异常',
|
||||
'Sync status pending' => '待同步',
|
||||
'Sync display success' => '同步成功 / 在线 %s',
|
||||
'Sync display pending' => '待同步',
|
||||
'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