관리-도구
편집 파일: po.manifest.pl.js
window.cockpit_po = { "": { "plural-forms": (n) => n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2, "language": "pl", "language-direction": "ltr" }, "Diagnostic reports": [ null, "Raporty diagnostyczne" ], "Kernel dump": [ null, "Zrzut jądra" ], "Networking": [ null, "Sieć" ], "SELinux": [ null, "SELinux" ], "Storage": [ null, "Przechowywanie danych" ] };