🔧 chore(merge): Add advertising module and device settings

This commit is contained in:
web@ppanel
2025-02-27 13:40:57 +07:00
parent c2b858e3fe
commit 0130e02ffd
86 changed files with 2286 additions and 38 deletions
+40
View File
@@ -0,0 +1,40 @@
{
"cancel": "取消",
"confirm": "确认",
"confirmDelete": "确认删除",
"create": "创建广告",
"createAds": "创建广告",
"createSuccess": "创建成功",
"delete": "删除",
"deleteSuccess": "删除成功",
"deleteWarning": "确定要删除这条广告吗?",
"disabled": "已禁用",
"edit": "编辑",
"editAds": "编辑广告",
"enabled": "已启用",
"form": {
"cancel": "取消",
"confirm": "确认",
"content": "内容",
"description": "描述",
"endTime": "结束时间",
"enterContent": "请输入广告内容",
"enterDescription": "请输入广告描述",
"enterEndTime": "请选择结束时间",
"enterStartTime": "请选择开始时间",
"enterTargetUrl": "请输入目标链接",
"enterTitle": "请输入广告标题",
"startTime": "开始时间",
"targetUrl": "目标链接",
"title": "标题",
"type": "广告类型",
"typeImage": "图片",
"typeVideo": "视频"
},
"status": "状态",
"targetUrl": "目标链接",
"title": "标题",
"type": "类型",
"updateSuccess": "更新成功",
"validityPeriod": "有效期"
}
+11 -1
View File
@@ -1,4 +1,14 @@
{
"blockVirtualMachine": "阻止虚拟机",
"blockVirtualMachineDescription": "启用后,将阻止设备在虚拟机或模拟器上运行",
"communicationKey": "通信密钥",
"communicationKeyDescription": "通信密钥用于设备与服务器之间的安全通信",
"enable": "启用",
"enableDescription": "启用后,支持使用多个设备标识符,如 IMEI/IDFA/IDFV/AndroidID/Mac 地址进行登录和注册"
"enableDescription": "启用后,支持使用多个设备标识符,如 IMEI/IDFA/IDFV/AndroidID/Mac 地址进行登录和注册",
"enableSecurity": "启用通信加密",
"enableSecurityDescription": "启用后,设备与服务器之间的通信将被加密",
"saveFailed": "保存失败",
"saveSuccess": "保存成功",
"showAds": "显示广告",
"showAdsDescription": "启用后,设备上将显示广告"
}
+1
View File
@@ -1,4 +1,5 @@
{
"ADS Config": "ADS配置",
"Announcement Management": "公告管理",
"Apple": "Apple ID",
"Auth Control": "认证控制",