Update italian language

This commit is contained in:
bovirus
2023-08-15 10:46:47 +02:00
committed by GitHub
Unverified
parent b8b1d9e991
commit 4e20e9c91a

View File

@@ -535,7 +535,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("List View", "Vista elenco"),
("Select", "Seleziona"),
("Toggle Tags", "Attiva/disattiva tag"),
("pull_ab_failed_tip", ""),
("push_ab_failed_tip", ""),
("pull_ab_failed_tip", "Impossibile aggiornare la rubrica"),
("push_ab_failed_tip", "Impossibile sincronizzare la rubrica con il server"),
].iter().cloned().collect();
}