Update pl.rs

This commit is contained in:
Andrzej Rudnik 2023-08-11 12:31:52 +02:00 committed by GitHub
parent 3c3d1a84ef
commit f9f06e91f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -524,9 +524,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("exceed_max_devices", "Przekroczona maks. liczba urządzeń"),
("Sync with recent sessions", "Synchronizacja z ostatnimi sesjami"),
("Sort tags", "Znaczniki sortowania"),
("Open connection in new tab", ""),
("Open connection in new tab", "Otwórz połączenie w nowej zakładce"),
("Move tab to new window", "Przenieś zakładkę do nowego okna"),
("Can not be empty", ""),
("Already exists", ""),
("Can not be empty", "Nie może być puste"),
("Already exists", "Już istnieje"),
].iter().cloned().collect();
}