mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-02-17 14:07:28 +08:00
Merge branch 'master' into chore/submit-2026-01-19-105728
This commit is contained in:
@@ -10,23 +10,23 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("connecting_status", "RustDesk 네트워크에 연결 중..."),
|
||||
("Enable service", "서비스 활성화"),
|
||||
("Start service", "서비스 시작"),
|
||||
("Service is running", "서비스가 실행 중 입니다"),
|
||||
("Service is running", "서비스가 실행 중입니다"),
|
||||
("Service is not running", "서비스가 실행되지 않았습니다"),
|
||||
("not_ready_status", "준비되지 않았습니다. 연결을 확인해 주세요"),
|
||||
("Control Remote Desktop", "원격 데스크탑 제어"),
|
||||
("Transfer file", "파일 전송"),
|
||||
("Connect", "연결"),
|
||||
("Recent sessions", "최근 세션"),
|
||||
("Address book", "세션 주소록"),
|
||||
("Address book", "주소록"),
|
||||
("Confirmation", "확인"),
|
||||
("TCP tunneling", "TCP 터널링"),
|
||||
("Remove", "삭제"),
|
||||
("Refresh random password", "임의의 비밀번호 새로 고침"),
|
||||
("Set your own password", "자신만의 비밀번호 설정"),
|
||||
("Enable keyboard/mouse", "키보드/마우스 사용함"),
|
||||
("Enable clipboard", "클립보드 사용함"),
|
||||
("Enable file transfer", "파일 전송 사용함"),
|
||||
("Enable TCP tunneling", "TCP 터널링 사용함"),
|
||||
("Enable keyboard/mouse", "키보드/마우스 허용"),
|
||||
("Enable clipboard", "클립보드 허용"),
|
||||
("Enable file transfer", "파일 전송 허용"),
|
||||
("Enable TCP tunneling", "TCP 터널링 허용"),
|
||||
("IP Whitelisting", "IP 화이트리스트"),
|
||||
("ID/Relay Server", "ID/릴레이 서버"),
|
||||
("Import server config", "서버 구성 가져오기"),
|
||||
@@ -81,7 +81,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Please try 1 minute later", "1분 후에 다시 시도하세요"),
|
||||
("Login Error", "로그인 오류"),
|
||||
("Successful", "성공"),
|
||||
("Connected, waiting for image...", "연결되었습니다, 이미지를 기다리는 중..."),
|
||||
("Connected, waiting for image...", "연결됨, 화면을 기다리는 중..."),
|
||||
("Name", "이름"),
|
||||
("Type", "유형"),
|
||||
("Modified", "수정 날짜"),
|
||||
@@ -142,7 +142,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Failed to connect to relay server", "릴레이 서버 연결에 실패했습니다"),
|
||||
("Failed to connect via rendezvous server", "랑데부 서버를 통한 연결에 실패했습니다"),
|
||||
("Failed to connect via relay server", "릴레이 서버를 통한 연결에 실패했습니다"),
|
||||
("Failed to make direct connection to remote desktop", "원격 데스크탑에 직접 연결에 실패했습니다"),
|
||||
("Failed to make direct connection to remote desktop", "원격 데스크탑 직접 연결에 실패했습니다"),
|
||||
("Set Password", "비밀번호 설정"),
|
||||
("OS Password", "OS 비밀번호"),
|
||||
("install_tip", "UAC로 인해 경우에 따라 RustDesk가 원격 쪽에서 제대로 작동하지 않을 수 있습니다. UAC를 피하려면 아래 버튼을 클릭하여 시스템에 RustDesk를 설치하세요."),
|
||||
@@ -162,7 +162,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Generating ...", "생성 중 ..."),
|
||||
("Your installation is lower version.", "설치된 버전이 낮습니다."),
|
||||
("not_close_tcp_tip", "터널을 사용하는 동안에는 이 창을 닫지 마세요"),
|
||||
("Listening ...", "청취 중 ..."),
|
||||
("Listening ...", "수신 대기 중 ..."),
|
||||
("Remote Host", "원격 호스트"),
|
||||
("Remote Port", "원격 포트"),
|
||||
("Action", "동작"),
|
||||
@@ -177,7 +177,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Accept", "수락"),
|
||||
("Dismiss", "거부"),
|
||||
("Disconnect", "연결 해제"),
|
||||
("Enable file copy and paste", "파일 복사 및 붙여넣기 사용함"),
|
||||
("Enable file copy and paste", "파일 복사 및 붙여넣기 허용"),
|
||||
("Connected", "연결됨"),
|
||||
("Direct and encrypted connection", "직접 및 암호화된 연결"),
|
||||
("Relayed and encrypted connection", "릴레이 및 암호화된 연결"),
|
||||
@@ -186,9 +186,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Enter Remote ID", "원격 ID 입력"),
|
||||
("Enter your password", "비밀번호 입력"),
|
||||
("Logging in...", "로그인 중..."),
|
||||
("Enable RDP session sharing", "RDP 세션 공유 사용함"),
|
||||
("Enable RDP session sharing", "RDP 세션 공유 허용"),
|
||||
("Auto Login", "자동 로그인"),
|
||||
("Enable direct IP access", "직접 IP 액세스 사용함"),
|
||||
("Enable direct IP access", "직접 IP 액세스 허용"),
|
||||
("Rename", "이름 바꾸기"),
|
||||
("Space", "공백"),
|
||||
("Create desktop shortcut", "바탕 화면 바로가기 만들기"),
|
||||
@@ -200,13 +200,13 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Login screen using Wayland is not supported", "Wayland를 사용한 로그인 화면은 지원되지 않습니다"),
|
||||
("Reboot required", "재부팅이 필요합니다"),
|
||||
("Unsupported display server", "지원하지 않는 디스플레이 서버"),
|
||||
("x11 expected", "x11 예상"),
|
||||
("x11 expected", "x11 환경이 필요합니다"),
|
||||
("Port", "포트"),
|
||||
("Settings", "설정"),
|
||||
("Username", "사용자 이름"),
|
||||
("Invalid port", "유효하지 않은 포트입니다"),
|
||||
("Closed manually by the peer", "피어가 수동으로 닫았습니다"),
|
||||
("Enable remote configuration modification", "원격 구성 수정 사용함"),
|
||||
("Enable remote configuration modification", "원격 구성 수정 허용"),
|
||||
("Run without install", "설치 없이 실행"),
|
||||
("Connect via relay", "릴레이를 통해 연결"),
|
||||
("Always connect via relay", "항상 릴레이를 통해 연결"),
|
||||
@@ -214,7 +214,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Login", "로그인"),
|
||||
("Verify", "확인"),
|
||||
("Remember me", "기억하기"),
|
||||
("Trust this device", "이 장치 신뢰"),
|
||||
("Trust this device", "이 장치를 신뢰"),
|
||||
("Verification code", "인증 코드"),
|
||||
("verification_tip", "등록한 이메일 주소로 인증 코드가 전송되었으니 인증 코드를 입력하여 로그인을 계속하세요."),
|
||||
("Logout", "로그아웃"),
|
||||
@@ -291,7 +291,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Help", "도움말"),
|
||||
("Failed", "실패"),
|
||||
("Succeeded", "성공"),
|
||||
("Someone turns on privacy mode, exit", "누군가가 개인정보 보호 모드를 켭니다, 종료합니다"),
|
||||
("Someone turns on privacy mode, exit", "누군가 개인정보 보호 모드를 켰습니다, 연결을 종료합니다"),
|
||||
("Unsupported", "지원되지 않음"),
|
||||
("Peer denied", "연결 거부됨"),
|
||||
("Please install plugins", "플러그인을 설치해주세요"),
|
||||
@@ -311,7 +311,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Use permanent password", "영구 비밀번호 사용"),
|
||||
("Use both passwords", "두 가지 비밀번호 모두 사용"),
|
||||
("Set permanent password", "영구 비밀번호 설정"),
|
||||
("Enable remote restart", "원격 재시작 사용함"),
|
||||
("Enable remote restart", "원격 재시작 허용"),
|
||||
("Restart remote device", "원격 장치 다시 시작"),
|
||||
("Are you sure you want to restart", "다시 시작하시겠습니까"),
|
||||
("Restarting remote device", "원격 장치를 다시 시작하는 중"),
|
||||
@@ -344,7 +344,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Follow System", "시스템 설정 따름"),
|
||||
("Enable hardware codec", "하드웨어 코덱 활성화"),
|
||||
("Unlock Security Settings", "보안 설정 잠금 해제"),
|
||||
("Enable audio", "오디오 사용함"),
|
||||
("Enable audio", "오디오 허용"),
|
||||
("Unlock Network Settings", "네트워크 설정 잠금 해제"),
|
||||
("Server", "서버"),
|
||||
("Direct IP Access", "직접 IP 연결"),
|
||||
@@ -364,8 +364,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Change", "변경"),
|
||||
("Start session recording", "세션 녹화 시작"),
|
||||
("Stop session recording", "세션 녹화 중지"),
|
||||
("Enable recording session", "세션 녹화 사용함"),
|
||||
("Enable LAN discovery", "LAN 검색 사용함"),
|
||||
("Enable recording session", "세션 녹화 허용"),
|
||||
("Enable LAN discovery", "LAN 검색 허용"),
|
||||
("Deny LAN discovery", "LAN 검색 거부"),
|
||||
("Write a message", "메시지 쓰기"),
|
||||
("Prompt", "프롬프트"),
|
||||
@@ -428,7 +428,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Weak", "약함"),
|
||||
("Medium", "보통"),
|
||||
("Strong", "강력"),
|
||||
("Switch Sides", "측면 전환"),
|
||||
("Switch Sides", "역할 전환"),
|
||||
("Please confirm if you want to share your desktop?", "데스크탑을 공유하시겠습니까?"),
|
||||
("Display", "디스플레이"),
|
||||
("Default View Style", "기본 보기 스타일"),
|
||||
@@ -488,7 +488,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Plugins", "플러그인"),
|
||||
("Uninstall", "설치 제거"),
|
||||
("Update", "업데이트"),
|
||||
("Enable", "사용함"),
|
||||
("Enable", "허용"),
|
||||
("Disable", "사용 안 함"),
|
||||
("Options", "옵션"),
|
||||
("resolution_original_tip", "원본 해상도"),
|
||||
@@ -558,7 +558,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Virtual display", "가상 디스플레이"),
|
||||
("Plug out all", "모든 플러그를 뽑으세요"),
|
||||
("True color (4:4:4)", "트루컬러 (4:4:4)"),
|
||||
("Enable blocking user input", "사용자 입력 차단 사용함"),
|
||||
("Enable blocking user input", "사용자 입력 차단 허용"),
|
||||
("id_input_tip", "ID, 직접 IP 또는 포트가 있는 도메인 (<domain>:<port>)을 입력할 수 있습니다.\n다른 서버에 있는 장치에 액세스하려면 서버 주소 (<id>@<server_address>?key=<key_value>)를 추가하세요. 예를들어 \n9123456234@192.168.16.1:21117?key=5Qbwsde3unUcJBtrx9ZkvUmwFNoExHzpryHuPUdqlWM=.\n공용 서버의 장치에 액세스하려면 \"<id>@public\"을 입력하세요. 공용 서버에서는 키가 필요하지 않습니다.\n\n첫 번째 연결에서 릴레이 연결을 강제로 사용하려면 ID 끝에 \"/r\"을 추가합니다, 예를들면 \"9123456234/r\"."),
|
||||
("privacy_mode_impl_mag_tip", "모드 1"),
|
||||
("privacy_mode_impl_virtual_display_tip", "모드 2"),
|
||||
@@ -571,7 +571,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("swap-left-right-mouse", "마우스 왼쪽 버튼과 오른쪽 버튼 교체"),
|
||||
("2FA code", "이중 인증 코드"),
|
||||
("More", "더 많은"),
|
||||
("enable-2fa-title", "이중 인증 사용함"),
|
||||
("enable-2fa-title", "이중 인증 허용"),
|
||||
("enable-2fa-desc", "지금 인증앱을 설정해 주세요. 휴대폰이나 데스크탑에서 Authy, Microsoft 또는 Google 인증기와 같은 인증기 앱을 사용할 수 있습니다.\n\n앱으로 QR 코드를 스캔하고 앱에 표시된 코드를 입력하면 이중 인증이 가능합니다."),
|
||||
("wrong-2fa-code", "코드를 확인할 수 없습니다. 코드와 현지 시간 설정이 올바른지 확인합니다"),
|
||||
("enter-2fa-title", "이중 인증"),
|
||||
@@ -621,7 +621,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Volume down", "볼륨 낮추기"),
|
||||
("Power", "전원"),
|
||||
("Telegram bot", "Telegram 봇"),
|
||||
("enable-bot-tip", "이 기능을 활성화하면 봇에서 이중 인중 코드를 받을 수 있습니다. 또한 연결 알림 기능도 할 수 있습니다."),
|
||||
("enable-bot-tip", "이 기능을 활성화하면 봇에서 이중 인증 코드를 받을 수 있습니다. 또한 연결 알림 기능도 할 수 있습니다."),
|
||||
("enable-bot-desc", "1. @BotFather와 채팅을 시작합니다.\n2. \"/newbot\" 명령을 보내주세요. 이 단계를 완료하면 토큰을 받게 됩니다.\n3. 새로 만든 봇과 채팅을 시작합니다. \"/hello\"와 같이 앞에 슬래시 (\"/\")로 시작하는 메시지를 보내 활성화합니다."),
|
||||
("cancel-2fa-confirm-tip", "이중 인증을 취소하시겠습니까?"),
|
||||
("cancel-bot-confirm-tip", "Telegram 봇을 취소하시겠습니까?"),
|
||||
@@ -632,7 +632,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Requires at least {} characters", "최소 {}자 이상 필요합니다."),
|
||||
("Wrong PIN", "잘못된 PIN"),
|
||||
("Set PIN", "PIN 설정"),
|
||||
("Enable trusted devices", "신뢰할 수 있는 장치 사용함"),
|
||||
("Enable trusted devices", "신뢰할 수 있는 장치 허용"),
|
||||
("Manage trusted devices", "신뢰할 수 있는 장치 관리"),
|
||||
("Platform", "플랫폼"),
|
||||
("Days remaining", "일 남음"),
|
||||
@@ -678,7 +678,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("screenshot-action-tip", "스크린샷을 계속 진행할 방법을 선택해 주세요."),
|
||||
("Save as", "다른 이름으로 저장"),
|
||||
("Copy to clipboard", "클립보드에 복사"),
|
||||
("Enable remote printer", "원격 프린터 사용함"),
|
||||
("Enable remote printer", "원격 프린터 허용"),
|
||||
("Downloading {}", "{} 다운로드 중"),
|
||||
("{} Update", "{} 업데이트"),
|
||||
("{}-to-update-tip", "{}가 지금 닫히고 새 버전을 설치합니다."),
|
||||
@@ -693,11 +693,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Enable IPv6 P2P connection", "IPv6 P2P 연결 사용"),
|
||||
("Enable UDP hole punching", "UDP 홀 펀칭 사용"),
|
||||
("View camera", "카메라 보기"),
|
||||
("Enable camera", "카메라 사용함"),
|
||||
("Enable camera", "카메라 허용"),
|
||||
("No cameras", "카메라 없음"),
|
||||
("view_camera_unsupported_tip", "원격 장치가 카메라 보기를 지원하지 않습니다."),
|
||||
("Terminal", "터미널"),
|
||||
("Enable terminal", "터미널 사용함"),
|
||||
("Enable terminal", "터미널 허용"),
|
||||
("New tab", "새 탭"),
|
||||
("Keep terminal sessions on disconnect", "연결이 끊어져도 터미널 세션 유지"),
|
||||
("Terminal (Run as administrator)", "터미널 (관리자 권한으로 실행)"),
|
||||
@@ -736,7 +736,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("rel-mouse-lock-failed-tip", "커서 잠금에 실패했습니다. 상대 마우스 모드가 비활성화되었습니다"),
|
||||
("rel-mouse-exit-{}-tip", "종료하려면 {}을(를) 누르세요."),
|
||||
("rel-mouse-permission-lost-tip", "키보드 권한이 취소되었습니다. 상대 마우스 모드가 비활성화되었습니다."),
|
||||
("Changelog", ""),
|
||||
("Changelog", "변경 기록"),
|
||||
("keep-awake-during-outgoing-sessions-label", ""),
|
||||
("keep-awake-during-incoming-sessions-label", ""),
|
||||
].iter().cloned().collect();
|
||||
|
||||
Reference in New Issue
Block a user