fix words

This commit is contained in:
rustdesk
2023-08-08 14:45:58 +08:00
parent d91d87b67f
commit 8c8b5cbb1c
35 changed files with 36 additions and 36 deletions

View File

@@ -524,7 +524,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("exceed_max_devices", "Hai raggiunto il numero massimo di dispositivi gestibili."),
("Sync with recent sessions", "Sincronizza con le sessioni recenti"),
("Sort tags", "Ordina etichette"),
("Open new connections in tabs", ""),
("Open connection in new tab", ""),
("Move tab to new window", "Sposta scheda nella finestra successiva"),
].iter().cloned().collect();
}