Merge pull request #5666 from BestiaPL/master

Update pl.rs
This commit is contained in:
RustDesk 2023-09-13 09:56:54 +08:00 committed by GitHub
commit cb2038442c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -528,21 +528,21 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Move tab to new window", "Przenieś zakładkę do nowego okna"), ("Move tab to new window", "Przenieś zakładkę do nowego okna"),
("Can not be empty", "Nie może być puste"), ("Can not be empty", "Nie może być puste"),
("Already exists", "Już istnieje"), ("Already exists", "Już istnieje"),
("Change Password", ""), ("Change Password", "Zmień hasło"),
("Refresh Password", ""), ("Refresh Password", "Odśwież hasło"),
("ID", ""), ("ID", "ID"),
("Grid View", ""), ("Grid View", "Widok siatki"),
("List View", ""), ("List View", "Widok listy"),
("Select", ""), ("Select", "Wybierz"),
("Toggle Tags", ""), ("Toggle Tags", "Przełącz tagi"),
("pull_ab_failed_tip", ""), ("pull_ab_failed_tip", "Aktualizacja książki adresowej nie powiodła się"),
("push_ab_failed_tip", ""), ("push_ab_failed_tip", "Nie udało się zsynchronizować książki adresowej z serwerem"),
("synced_peer_readded_tip", ""), ("synced_peer_readded_tip", "Urządzenia, które były obecne w ostatnich sesjach, zostaną ponownie dodane do książki adresowej"),
("Change Color", ""), ("Change Color", "Zmień kolor"),
("Primary Color", ""), ("Primary Color", "Kolor podstawowy"),
("HSV Color", ""), ("HSV Color", "Kolor HSV"),
("Installation Successful!", ""), ("Installation Successful!", "Instalacja zakończona!"),
("Installation failed!", ""), ("Installation failed!", "Instalacja nie powiodła się"),
("Reverse mouse wheel", ""), ("Reverse mouse wheel", "Odwróć rolkę myszki"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }