update sk.rs (#8449)

This commit is contained in:
jxdv 2024-06-23 10:05:28 +00:00 committed by GitHub
parent ef82cfa034
commit 65dd2b8993
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -621,6 +621,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Never", "Nikdy"),
("During controlled", "Počas kontrolovaného"),
("During service is on", "Počas služby je v prevádzke"),
("Capture screen using DirectX", ""),
("Capture screen using DirectX", "Snímanie obrazovky pomocou DirectX"),
].iter().cloned().collect();
}