This commit is contained in:
rustdesk
2025-02-20 00:24:24 +08:00
parent 1d1e79c802
commit 16e191f913

View File

@@ -656,6 +656,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Update client clipboard", "Client-Zwischenablage aktualisieren"),
("Untagged", "Unmarkiert"),
("new-version-of-{}-tip", "Es ist eine neue Version von {} verfügbar"),
("Erreichbare Geräte", ""),
("Accessible devices", "Erreichbare Geräte"),
].iter().cloned().collect();
}