♻️ refactor(logs): Add localization files and update existing translations for multiple languages

This commit is contained in:
web
2025-08-26 12:10:17 -07:00
parent 551135de77
commit 2f20ac95da
56 changed files with 1363 additions and 62 deletions
+60
View File
@@ -0,0 +1,60 @@
{
"column": {
"amount": "금액",
"balance": "잔액",
"content": "내용",
"createdAt": "생성일",
"date": "날짜",
"download": "다운로드",
"id": "ID",
"identifier": "식별자",
"ip": "IP",
"method": "방법",
"orderId": "주문 ID",
"orderNo": "주문 번호",
"platform": "플랫폼",
"remark": "비고",
"resetAt": "재설정일",
"serverId": "서버 ID",
"status": "상태",
"subject": "제목",
"subscribeId": "구독 ID",
"success": "성공",
"time": "시간",
"to": "받는 사람",
"token": "토큰",
"total": "총계",
"type": "유형",
"updatedAt": "수정일",
"upload": "업로드",
"user": "사용자",
"userAgent": "사용자 에이전트",
"userId": "사용자 ID"
},
"datePlaceholder": "YYYY-MM-DD",
"failed": "실패",
"placeholder": {
"serverName": "서버 이름",
"toOrSubject": "받는 사람 / 제목",
"userId": "사용자 ID",
"userIdOrIpOrMethodOrUa": "사용자 ID / IP / 방법 / UA",
"userIdOrOrderId": "사용자 ID / 주문 ID",
"userIdOrOrderNoOrSubscribeId": "사용자 ID / 주문 번호 / 구독 ID",
"userIdOrTokenOrIpOrUa": "사용자 ID / 토큰 / IP / UA"
},
"success": "성공",
"title": {
"balance": "잔액 로그",
"commission": "수수료 로그",
"email": "이메일 로그",
"gift": "선물 로그",
"login": "로그인 로그",
"mobile": "SMS 로그",
"register": "등록 로그",
"resetSubscribe": "구독 재설정 로그",
"serverTraffic": "서버 트래픽 로그",
"subscribe": "구독 로그",
"subscribeTraffic": "구독 트래픽 로그",
"trafficDetails": "트래픽 세부정보"
}
}
+3 -1
View File
@@ -14,13 +14,14 @@
"Logs & Analytics": "로그 및 분석",
"Maintenance": "유지보수",
"Marketing Management": "마케팅 관리",
"Message": "메시지",
"Mobile": "SMS",
"Node Management": "노드 관리",
"Order Management": "주문 관리",
"Payment Config": "결제 구성",
"Product Management": "제품 관리",
"Register": "등록",
"Reset Subscribe": "구독 초기화",
"SMS": "문자 메시지",
"Server Management": "서버 관리",
"Server Traffic": "서버 트래픽",
"Subscribe": "구독",
@@ -30,6 +31,7 @@
"System Config": "시스템 구성",
"System Tool": "시스템 도구",
"Ticket Management": "티켓 관리",
"Traffic Details": "트래픽 세부정보",
"User Detail": "사용자 세부 정보",
"User Management": "사용자 관리",
"Users & Support": "사용자 및 지원"