Merge pull request #2309 from NicKoehler/master

Updated it strings and fixed typo
This commit is contained in:
RustDesk 2022-11-25 09:24:41 +08:00 committed by GitHub
commit 6482150ab5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -33,6 +33,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("elevated_foreground_window_tip", "The current window of the remote desktop requires higher privilege to operate, so it's unable to use the mouse and keyboard temporarily. You can request the remote user to minimize the current window, or click elevation button on the connection management window. To avoid this problem, it is recommended to install the software on the remote device."),
("JumpLink", "View"),
("Stop service", "Stop Service"),
("hide_cm_tip", "Allow hiding only if accepting sessions via password and using pernament password"),
("hide_cm_tip", "Allow hiding only if accepting sessions via password and using permanent password"),
].iter().cloned().collect();
}

View File

@ -396,6 +396,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("One-time password length", "Lunghezza password monouso"),
("Request access to your device", "Richiedi l'accesso al tuo dispositivo"),
("Hide connection management window", "Nascondi la finestra di gestione delle connessioni"),
("hide_cm_tip", ""),
("hide_cm_tip", "Permetti di nascondere solo se si accettano sessioni con password permanente"),
].iter().cloned().collect();
}