Add files via upload

This commit is contained in:
Mr-Update
2023-08-13 14:12:14 +02:00
committed by GitHub
parent ff3ca6f719
commit 0bb03a083a
34 changed files with 241 additions and 6 deletions

View File

@@ -528,5 +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", ""),
].iter().cloned().collect();
}