Update pl.rs (#7329)

This commit is contained in:
Andrzej Rudnik 2024-03-07 07:09:09 +01:00 committed by GitHub
parent dd44bb2a0c
commit 8ff24d876c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -584,7 +584,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enter-2fa-title", "Autoryzacja dwuskładnikowa"),
("Email verification code must be 6 characters.", "Kod weryfikacyjny wysłany e-mailem musi mieć 6 znaków."),
("2FA code must be 6 digits.", "Kod 2FA musi zawierać 6 cyfr."),
("Multiple Windows sessions found", ""),
("Please select the session you want to connect to", ""),
("Multiple Windows sessions found", "Znaleziono wiele sesji Windows"),
("Please select the session you want to connect to", "Wybierz sesję, do której chcesz się podłączyć"),
].iter().cloned().collect();
}