mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-17 15:11:29 +03:00
trans
This commit is contained in:
@@ -17,10 +17,10 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Wrong credentials", "Wrong username or password"),
|
||||
("invalid_http", "must start with http:// or https://"),
|
||||
("install_daemon_tip", "For starting on boot, you need to install system service."),
|
||||
("android_input_permission_tip1", "After obtaining the input permission, the remote device can control this Android device by mouse"),
|
||||
("android_input_permission_tip2", "Please go to the next system settings page,find and enter [Installed Services],turn [RustDesk Input] service ON"),
|
||||
("android_new_connection_tip", "New control request has been received,it want to control your current device."),
|
||||
("android_service_will_start_tip", "Turning on the Screen Capture will automatically start the service,allowing other devices to request a connection from this device."),
|
||||
("android_input_permission_tip1", "In order for a remote device to control your Android device via mouse or touch, you need to allow RustDesk to use the \"Accessibility\" service.",
|
||||
("android_input_permission_tip2", "Please go to the next system settings page, find and enter [Installed Services], turn on [RustDesk Input] service."),
|
||||
("android_new_connection_tip", "New control request has been received, which wants to control your current device."),
|
||||
("android_service_will_start_tip", "Turning on \"Screen Capture\" will automatically start the service, allowing other devices to request a connection to your device."),
|
||||
("android_stop_service_tip", "Closing the service will automatically close all established connections."),
|
||||
("android_version_audio_tip", "The current Android version does not support audio capture, please upgrade to Android 10 or higher."),
|
||||
("android_start_service_tip", "Tap [Start Service] or OPEN [Screen Capture] permission to start the screen sharing service."),
|
||||
|
||||
Reference in New Issue
Block a user