Update de.rs (#8870)

This commit is contained in:
Mr-Update 2024-07-28 15:09:36 +02:00 committed by GitHub
parent 50dd2b3aad
commit 73f6afd4c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -630,7 +630,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("cancel-2fa-confirm-tip", "Sind Sie sicher, dass Sie 2FA abbrechen möchten?"),
("cancel-bot-confirm-tip", "Sind Sie sicher, dass Sie Telegram-Bot abbrechen möchten?"),
("About RustDesk", "Über RustDesk"),
("Send clipboard keystrokes", ""),
("network_error_tip", ""),
("Send clipboard keystrokes", "Tastenanschläge aus der Zwischenablage senden"),
("network_error_tip", "Bitte überprüfen Sie Ihre Netzwerkverbindung und versuchen Sie es dann erneut."),
].iter().cloned().collect();
}