Files
links/patches/application/admin/lang/zh-cn/split/link.php
T
2026-06-05 04:22:29 +08:00

66 lines
3.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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 TokenToken 留空会保留原配置。',
'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' => '操作',
];