🔧 chore(merge): Add advertising module and device settings
This commit is contained in:
@@ -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": "有效期"
|
||||
}
|
||||
@@ -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,4 +1,5 @@
|
||||
{
|
||||
"ADS Config": "ADS 配置",
|
||||
"Announcement Management": "公告管理",
|
||||
"Apple": "Apple ID",
|
||||
"Auth Control": "身份驗證控制",
|
||||
|
||||
Reference in New Issue
Block a user