Italian language update (#11123)

This commit is contained in:
bovirus
2025-03-14 10:14:05 +01:00
committed by GitHub
parent 971d4e6976
commit 10457dfe45

View File

@@ -662,7 +662,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("view_camera_unsupported_tip", "Il dispositivo remoto non supporta la visualizzazione della camera."),
("Enable camera", "Abilita camera"),
("No cameras", "Nessuna camera"),
("d3d_render_tip", ""),
("Use D3D rendering", ""),
("d3d_render_tip", "Quando è abilitato il rendering D3D, in alcuni computer la schermata del telecomando potrebbe essere nera."),
("Use D3D rendering", "Usa rendering D3D"),
].iter().cloned().collect();
}