Update ru.rs (#12227)

This commit is contained in:
solokot
2025-07-06 13:03:45 +03:00
committed by GitHub
parent 7447a36782
commit dd7a124334

View File

@@ -699,9 +699,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Enable camera", "Включить камеру"),
("No cameras", "Камера отсутствует"),
("view_camera_unsupported_tip", "Удалённое устройство не поддерживает просмотр камеры."),
("Terminal", ""),
("Enable terminal", ""),
("New tab", ""),
("Keep terminal sessions on disconnect", ""),
("Terminal", "Терминал"),
("Enable terminal", "Включить терминал"),
("New tab", "Новая вкладка"),
("Keep terminal sessions on disconnect", "Сохранять сеансы терминала при отключении"),
].iter().cloned().collect();
}