✨ feat(config): Add translations for server configuration in multiple languages
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"address": "주소",
|
||||
"address_placeholder": "서버 주소",
|
||||
"basic": "기본 설정",
|
||||
"cancel": "취소",
|
||||
"city": "도시",
|
||||
"config": {
|
||||
@@ -40,6 +41,7 @@
|
||||
"delete": "삭제",
|
||||
"deleted": "성공적으로 삭제됨",
|
||||
"disable_sni": "SNI 비활성화",
|
||||
"disabled": "비활성화됨",
|
||||
"disk": "디스크",
|
||||
"drawerCreateTitle": "서버 생성",
|
||||
"drawerEditTitle": "서버 편집",
|
||||
@@ -68,12 +70,21 @@
|
||||
"offline": "오프라인",
|
||||
"online": "온라인",
|
||||
"onlineUsers": "온라인 사용자",
|
||||
"padding_scheme": "패딩 규칙",
|
||||
"padding_scheme_placeholder": "한 줄에 하나의 패딩 규칙, 형식: stop=8, 0=30-30",
|
||||
"pageTitle": "서버",
|
||||
"path": "경로",
|
||||
"please_select": "선택해 주세요",
|
||||
"plugin": "플러그인 설정",
|
||||
"plugin_opts": "플러그인 옵션",
|
||||
"port": "포트",
|
||||
"protocol_configurations": "프로토콜 설정",
|
||||
"protocol_configurations_desc": "필요한 프로토콜 유형을 활성화하고 구성합니다",
|
||||
"protocol_disabled_hint": "이 프로토콜은 비활성화되어 있습니다. 구성을 위해 스위치를 활성화하세요",
|
||||
"protocols": "프로토콜",
|
||||
"reality": "현실 설정",
|
||||
"reduce_rtt": "RTT 감소",
|
||||
"security": "보안 설정",
|
||||
"security_allow_insecure": "불안전 허용",
|
||||
"security_fingerprint": "지문",
|
||||
"security_private_key": "실제 개인 키",
|
||||
@@ -86,7 +97,6 @@
|
||||
"security_short_id": "실제 짧은 ID",
|
||||
"security_short_id_placeholder": "16자 이내의 헥스 문자열",
|
||||
"security_sni": "SNI",
|
||||
"security_title": "보안",
|
||||
"select_encryption_method": "암호화 방법 선택",
|
||||
"server_key": "서버 키",
|
||||
"service_name": "서비스 이름",
|
||||
@@ -95,7 +105,7 @@
|
||||
"subscription": "구독",
|
||||
"traffic": "트래픽",
|
||||
"traffic_ratio": "배수",
|
||||
"transport_title": "전송",
|
||||
"transport": "전송 방법",
|
||||
"udp_relay_mode": "UDP 릴레이 모드",
|
||||
"unitSecondsShort": "초",
|
||||
"unlimited": "무제한",
|
||||
|
||||
Reference in New Issue
Block a user