From 10457dfe450cece8bca6116b13997c5632abf6ce Mon Sep 17 00:00:00 2001 From: bovirus <1262554+bovirus@users.noreply.github.com> Date: Fri, 14 Mar 2025 10:14:05 +0100 Subject: [PATCH] Italian language update (#11123) --- src/lang/it.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lang/it.rs b/src/lang/it.rs index ef5b4b260..58fda3f7e 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -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(); }