update sk.rs (#8449)

This commit is contained in:
jxdv
2024-06-23 10:05:28 +00:00
committed by GitHub
Unverified
parent ef82cfa034
commit 65dd2b8993

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();
}