Update de.rs (#8063)

This commit is contained in:
Mr-Update 2024-05-15 11:20:03 +02:00 committed by GitHub
parent e01b1ed04d
commit 42428261d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -612,6 +612,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Clear Wayland screen selection", "Wayland-Bildschirmauswahl löschen"),
("clear_Wayland_screen_selection_tip", "Nachdem Sie die Bildschirmauswahl gelöscht haben, können Sie den freizugebenden Bildschirm erneut auswählen."),
("confirm_clear_Wayland_screen_selection_tip", "Sind Sie sicher, dass Sie die Auswahl des Wayland-Bildschirms löschen möchten?"),
("android_new_voice_call_tip", ""),
("android_new_voice_call_tip", "Eine neue Sprachanrufanfrage wurde empfangen. Wenn Sie die Anfrage annehmen, wird der Ton auf Sprachkommunikation umgeschaltet."),
].iter().cloned().collect();
}