43 lines
2.0 KiB
PHP
43 lines
2.0 KiB
PHP
|
|
<?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' => '管理我的域名',
|
||
|
|
'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' => '回复语',
|
||
|
|
];
|