mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-31 13:26:02 -05:00
Unfortunately, I had to create a new fork and branch because GitHub kept rejecting my push due to the workflow files (nightly_release.yml and release.yml), even though they were not intentionally modified. I only made changes in two language files and added a helper script Formatter.py. Please test if everything works correctly in the interface. Thanks for the project, and I’m happy to help further if needed. --------- Co-authored-by: Nik <werwolv98@gmail.com>
33 lines
1.8 KiB
JSON
33 lines
1.8 KiB
JSON
{
|
|
"hex.hashes.achievement.misc.create_hash.name": "Ziemniaki haszowane",
|
|
"hex.hashes.achievement.misc.create_hash.desc": "Utwórz nową funkcję skrótu w widoku Hash, wybierając typ, nadając jej nazwę i klikając przycisk Plus obok niej.",
|
|
"hex.hashes.view.hashes.function": "Funkcja skrótu",
|
|
"hex.hashes.view.hashes.hash": "Hash",
|
|
"hex.hashes.view.hashes.hover_info": "Najedź kursorem na zaznaczenie w edytorze szesnastkowym i przytrzymaj klawisz SHIFT, aby wyświetlić hashe tego obszaru.",
|
|
"hex.hashes.view.hashes.name": "Hashe",
|
|
"hex.hashes.view.hashes.no_settings": "Brak dostępnych ustawień",
|
|
"hex.hashes.view.hashes.add": "Dodaj hash",
|
|
"hex.hashes.view.hashes.remove": "Usuń hash",
|
|
"hex.hashes.view.hashes.hash_name": "Nazwa hash",
|
|
"hex.hashes.view.hashes.table.name": "Nazwa",
|
|
"hex.hashes.view.hashes.table.result": "Wynik",
|
|
"hex.hashes.view.hashes.table.type": "Typ",
|
|
"hex.hashes.hash.common.iv": "Wartość początkowa",
|
|
"hex.hashes.hash.common.poly": "Wielomian",
|
|
"hex.hashes.hash.common.key": "Klucz",
|
|
"hex.hashes.hash.common.security_level": "Poziom bezpieczeństwa",
|
|
"hex.hashes.hash.common.size": "Rozmiar skrótu",
|
|
"hex.hashes.hash.common.input_size": "Rozmiar wejścia",
|
|
"hex.hashes.hash.common.output_size": "Rozmiar wyjścia",
|
|
"hex.hashes.hash.common.rounds": "Liczba rund",
|
|
"hex.hashes.hash.common.salt": "Sól",
|
|
"hex.hashes.hash.common.standard": "Standard",
|
|
"hex.hashes.hash.common.standard.custom": "Niestandardowy",
|
|
"hex.hashes.hash.common.personalization": "Personalizacja",
|
|
"hex.hashes.hash.common.refl_in": "Odbicie wejścia",
|
|
"hex.hashes.hash.common.refl_out": "Odbicie wyjścia",
|
|
"hex.hashes.hash.common.xor_out": "XOR wyjścia",
|
|
"hex.hashes.hash.sum": "Suma",
|
|
"hex.hashes.hash.sum.fold": "Zwiń wynik"
|
|
}
|