mirror of
https://github.com/rustdesk/rustdesk
synced 2026-04-21 13:27:19 +00:00
Update de.rs (#13529)
This commit is contained in:
parent
4e953291ed
commit
c340eb0e57
1 changed files with 2 additions and 2 deletions
|
|
@ -727,7 +727,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("Disable UDP", "UDP deaktivieren"),
|
||||
("disable-udp-tip", "Legt fest, ob nur TCP verwendet werden soll. Wenn diese Option aktiviert ist, verwendet RustDesk nicht mehr UDP 21116, sondern stattdessen TCP 21116."),
|
||||
("server-oss-not-support-tip", "HINWEIS: RustDesk Server OSS enthält diese Funktion nicht."),
|
||||
("input note here", ""),
|
||||
("note-at-conn-end-tip", ""),
|
||||
("input note here", "Hier eine Notiz eingeben"),
|
||||
("note-at-conn-end-tip", "Am Ende der Verbindung um eine Notiz bitten."),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue