mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-04 12:51:28 +03:00
terminal works basically. (#12189)
* terminal works basically. todo: - persistent - sessions restore - web - mobile * missed terminal persistent option change * android sdk 34 -> 35 * +#![cfg_attr(lt_1_77, feature(c_str_literals))] * fixing ci * fix ci * fix ci for android * try "Fix Android SDK Platform 35" * fix android 34 * revert flutter_plugin_android_lifecycle to 2.0.17 which used in rustdesk 1.4.0 * refactor, but break something of desktop terminal (new tab showing loading) * fix connecting...
This commit is contained in:
@@ -267,7 +267,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("No permission of file transfer", "파일 전송 권한이 없습니다."),
|
||||
("Note", "메모"),
|
||||
("Connection", "연결"),
|
||||
("Share Screen", "화면 공유"),
|
||||
("Share screen", "화면 공유"),
|
||||
("Chat", "채팅"),
|
||||
("Total", "총"),
|
||||
("items", "개"),
|
||||
@@ -275,8 +275,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Screen Capture", "화면 캡처"),
|
||||
("Input Control", "입력 제어"),
|
||||
("Audio Capture", "오디오 캡처"),
|
||||
("File Connection", "파일 전송"),
|
||||
("Screen Connection", "화면 전송"),
|
||||
("Do you accept?", "수락하시겠습니까?"),
|
||||
("Open System Setting", "시스템 설정 열기"),
|
||||
("How to get Android input permission?", "Android 입력 권한을 얻는 방법"),
|
||||
@@ -657,11 +655,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Untagged", "태그 없음"),
|
||||
("new-version-of-{}-tip", "{}의 새 버전이 출시되었습니다."),
|
||||
("Accessible devices", "연결 가능한 기기"),
|
||||
("View camera", "카메라 보기"),
|
||||
("upgrade_remote_rustdesk_client_to_{}_tip", "원격 기기의 RustDesk 클라이언트를 {} 버전 이상으로 업그레이드하십시오!"),
|
||||
("view_camera_unsupported_tip", "원격 기기에서 카메라 보기를 지원하지 않습니다."),
|
||||
("Enable camera", "카메라 보기 허용"),
|
||||
("No cameras", "카메라 없음"),
|
||||
("d3d_render_tip", "D3D 렌더링을 활성화하면 일부 기기에서 원격 화면이 표시되지 않을 수 있습니다."),
|
||||
("Use D3D rendering", "D3D 렌더링 활성화"),
|
||||
("Printer", "프린터"),
|
||||
@@ -701,5 +696,12 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Numeric one-time password", "일회용 비밀번호"),
|
||||
("Enable IPv6 P2P connection", ""),
|
||||
("Enable UDP hole punching", ""),
|
||||
("View camera", "카메라 보기"),
|
||||
("Enable camera", "카메라 보기 허용"),
|
||||
("No cameras", "카메라 없음"),
|
||||
("Terminal", ""),
|
||||
("Enable terminal", ""),
|
||||
("New tab", ""),
|
||||
("Keep terminal sessions on disconnect", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user