Skip to content

Commit

Permalink
Update pl.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
BestiaPL authored Sep 11, 2023
1 parent 96215d3 commit 9129e82
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/lang/pl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
("Can not be empty", "Nie może być puste"),
("Already exists", "Już istnieje"),
("Change Password", ""),
("Refresh Password", ""),
("ID", ""),
("Grid View", ""),
("List View", ""),
("Select", ""),
("Toggle Tags", ""),
("pull_ab_failed_tip", ""),
("push_ab_failed_tip", ""),
("synced_peer_readded_tip", ""),
("Change Color", ""),
("Primary Color", ""),
("HSV Color", ""),
("Installation Successful!", ""),
("Installation failed!", ""),
("Reverse mouse wheel", ""),
("Change Password", "Zmień hasło"),
("Refresh Password", "Odśwież hasło"),
("ID", "ID"),
("Grid View", "Widok siatki"),
("List View", "Widok listy"),
("Select", "Wybierz"),
("Toggle Tags", "Przełącz tagi"),
("pull_ab_failed_tip", "Aktualizacja książki adresowej nie powiodła się"),
("push_ab_failed_tip", "Nie udało się zsynchronizować książki adresowej z serwerem"),
("synced_peer_readded_tip", "Urządzenia, które były obecne w ostatnich sesjach, zostaną ponownie dodane do książki adresowej"),
("Change Color", "Zmień kolor"),
("Primary Color", "Kolor podstawowy"),
("HSV Color", "Kolor HSV"),
("Installation Successful!", "Instalacja zakończona!"),
("Installation failed!", "Instalacja nie powiodła się"),
("Reverse mouse wheel", "Odwróć rolkę myszki"),
].iter().cloned().collect();
}

0 comments on commit 9129e82

Please sign in to comment.