Add translation string for better translationj capability (#9736)

* Add new translation für sending Ctrl+Alt+Del

* Add new translation string for sending Ctrl+Alt+Del
This commit is contained in:
Tobias Degen
2024-10-24 15:52:39 +02:00
committed by GitHub
parent 445e9ac285
commit b35b48086a
45 changed files with 45 additions and 1 deletions

View File

@@ -653,5 +653,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", "Wyślij folder"),
("Upload files", "Wyślij pliki"),
("Clipboard is synchronized", "Schowek jest zsynchronizowany"),
("Insert Ctrl + Alt + Del", ""),
].iter().cloned().collect();
}