Merge pull request #5351 from BestiaPL/master

Update pl.rs
This commit is contained in:
RustDesk 2023-08-11 22:15:14 +08:00 committed by GitHub
commit b4e34b6158
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();
}