From d5a0d0cfa0dd0706c25e154d52557aa007d3b699 Mon Sep 17 00:00:00 2001 From: bovirus <1262554+bovirus@users.noreply.github.com> Date: Mon, 14 Aug 2023 09:15:17 +0200 Subject: [PATCH] Update italian language --- src/lang/it.rs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/lang/it.rs b/src/lang/it.rs index 290a2bebf..185fb3e43 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -528,12 +528,12 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Move tab to new window", "Sposta scheda nella finestra successiva"), ("Can not be empty", "Non può essere vuoto"), ("Already exists", "Esiste già"), - ("Change Password", ""), - ("Refresh Password", ""), - ("ID", ""), - ("Grid View", ""), - ("List View", ""), - ("Select", ""), - ("Toggle Tags", ""), + ("Change Password", "Modifica password"), + ("Refresh Password", "Aggiorna password"), + ("ID", "ID"), + ("Grid View", "Vista griglia"), + ("List View", "Vista elenco"), + ("Select", "Seleziona"), + ("Toggle Tags", "Attiva/disattiva tag"), ].iter().cloned().collect(); }