Add Polish translations for privacy mode and toolbar docking (#15134)

This commit is contained in:
hatterp
2026-05-29 11:52:42 +02:00
committed by GitHub
parent 6151ea7128
commit 7345366ba7

View File

@@ -743,7 +743,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Display Name", "Nazwa wyświetlana"),
("password-hidden-tip", "Ustawiono (ukryto) stare hasło."),
("preset-password-in-use-tip", "Obecnie używane jest hasło domyślne."),
("Enable privacy mode", ""),
("allow-remote-toolbar-docking-any-edge", ""),
("Enable privacy mode", "Włącz tryb prywatny"),
("allow-remote-toolbar-docking-any-edge", "Zezwalaj na dokowanie zdalnego paska narzędzi do dowolnej krawędzi"),
].iter().cloned().collect();
}