✨ feat(locales): Replace 'nodeGroupId' with 'groupId' in multiple language files for consistency
This commit is contained in:
@@ -52,11 +52,11 @@
|
||||
"enableTLS": "TLS 활성화",
|
||||
"encryptionMethod": "암호화 방법",
|
||||
"flow": "흐름 제어 알고리즘",
|
||||
"groupId": "노드 그룹",
|
||||
"hopInterval": "홉 간격",
|
||||
"hopPorts": "홉 포트",
|
||||
"hopPortsPlaceholder": "여러 포트는 쉼표로 구분",
|
||||
"name": "이름",
|
||||
"nodeGroupId": "노드 그룹 ID",
|
||||
"obfsPassword": "난독화 비밀번호",
|
||||
"obfsPasswordPlaceholder": "비워두면 난독화 안 함",
|
||||
"path": "경로",
|
||||
|
||||
@@ -35,6 +35,7 @@
|
||||
"discountPercent": "할인율",
|
||||
"discount_price": "할인가",
|
||||
"duration": "기간 (개월)",
|
||||
"groupId": "구독 그룹",
|
||||
"inventory": "재고",
|
||||
"monthlyReset": "월별 초기화",
|
||||
"name": "이름",
|
||||
@@ -42,7 +43,7 @@
|
||||
"noReset": "초기화 없음",
|
||||
"pricing": "가격",
|
||||
"purchaseWithDiscount": "공제 허용",
|
||||
"purchaseWithDiscountDescription": "공제 기능을 활성화하거나 비활성화합니다. 활성화되면 시스템은 구성된 규칙과 비율에 따라 공제를 처리합니다.",
|
||||
"purchaseWithDiscountDescription": "구독 취소 기능을 활성화하거나 비활성화합니다. 활성화 후, 시스템은 설정된 규칙과 비율에 따라 공제 처리를 수행하며, 남은 가치는 잔액으로 반환됩니다.",
|
||||
"quota": "구매 한도",
|
||||
"renewalReset": "갱신 초기화",
|
||||
"renewalResetDescription": "갱신 시 초기화 주기",
|
||||
@@ -55,8 +56,7 @@
|
||||
"server": "서버",
|
||||
"serverGroup": "서버 그룹",
|
||||
"servers": "서버",
|
||||
"speedLimit": "속도 제한 (Mbps)",
|
||||
"subscribeGroup": "구독 그룹",
|
||||
"speedLimit": "속도 제한 ",
|
||||
"traffic": "트래픽",
|
||||
"unitPrice": "단가",
|
||||
"unitTime": "단위 시간"
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"actions": "작업",
|
||||
"balance": "잔액",
|
||||
"cancel": "취소",
|
||||
"commission": "커미션",
|
||||
"confirm": "확인",
|
||||
"confirmDelete": "삭제하시겠습니까?",
|
||||
"create": "생성",
|
||||
@@ -19,7 +20,11 @@
|
||||
"balance": "잔액",
|
||||
"balancePlaceholder": "잔액",
|
||||
"cancel": "취소",
|
||||
"commission": "수수료",
|
||||
"commissionPlaceholder": "수수료 입력",
|
||||
"confirm": "확인",
|
||||
"giftAmount": "선물 금액",
|
||||
"giftAmountPlaceholder": "선물 금액 입력",
|
||||
"invalidEmailFormat": "유효하지 않은 이메일 형식",
|
||||
"inviteCode": "초대 코드",
|
||||
"inviteCodePlaceholder": "초대 코드를 입력하세요 (비워두면 자동 생성)",
|
||||
@@ -31,6 +36,8 @@
|
||||
"userEmail": "사용자 이메일",
|
||||
"userEmailPlaceholder": "사용자 이메일을 입력하세요"
|
||||
},
|
||||
"giftAmount": "선물 금액",
|
||||
"inviteCode": "초대 코드",
|
||||
"referer": "추천인",
|
||||
"updateSuccess": "업데이트 성공",
|
||||
"userList": "사용자 목록",
|
||||
|
||||
Reference in New Issue
Block a user