Update pl.rs
This commit is contained in:
parent
278ce0281d
commit
6a818763fd
@ -518,14 +518,14 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Exit", "Wyjście"),
|
||||
("Open", "Otwórz"),
|
||||
("logout_tip", "Na pewno chcesz się wylogować?"),
|
||||
("Service", ""),
|
||||
("Start", ""),
|
||||
("Stop", ""),
|
||||
("exceed_max_devices", ""),
|
||||
("Sync with recent sessions", ""),
|
||||
("Sort tags", ""),
|
||||
("Separate remote windows", ""),
|
||||
("separate window", ""),
|
||||
("Move tab to new window", ""),
|
||||
("Service", "Usługa"),
|
||||
("Start", "Uruchom"),
|
||||
("Stop", "Zatrzymaj"),
|
||||
("exceed_max_devices", "Przekroczona maks. liczba urządzeń"),
|
||||
("Sync with recent sessions", "Synchronizacja z ostatnimi sesjami"),
|
||||
("Sort tags", "Znaczniki sortowania"),
|
||||
("Separate remote windows", "Oddzielne zdalne okna"),
|
||||
("separate window", "oddzielne okno"),
|
||||
("Move tab to new window", "Przenieś zakładkę do nowego okna"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user