update cs.rs (#8208)

This commit is contained in:
jxdv 2024-05-30 00:33:32 +00:00 committed by GitHub
parent 3ddb4c9799
commit caca7e5860
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -613,7 +613,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("clear_Wayland_screen_selection_tip", "Po vymazání výběru obrazovky můžete znovu vybrat obrazovku, kterou chcete sdílet."),
("confirm_clear_Wayland_screen_selection_tip", "Opravdu chcete vymazat výběr obrazovky Wayland?"),
("android_new_voice_call_tip", "Byl přijat nový požadavek na hlasové volání. Pokud hovor přijmete, přepne se zvuk na hlasovou komunikaci."),
("texture_render_tip", ""),
("Use texture rendering", ""),
("texture_render_tip", "Použít vykreslování textur, aby byly obrázky hladší."),
("Use texture rendering", "Použít vykreslování textur"),
].iter().cloned().collect();
}