🔧 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": "대상 URL을 입력하세요",
"enterTitle": "광고 제목을 입력하세요",
"startTime": "시작 시간",
"targetUrl": "대상 URL",
"title": "제목",
"type": "광고 유형",
"typeImage": "이미지",
"typeVideo": "비디오"
},
"status": "상태",
"targetUrl": "대상 URL",
"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": "인증 제어",