mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
Polish translation (#2295)
Feature description This pull request introduces full Polish language support to ImHex. It is a new feature that allows users to switch the UI to Polish, improving accessibility for Polish-speaking users. Implementation description -Translated a total of 10 JSON language files into Polish (pl_PL.json) -All translations were done manually, with the help of tools such as DeepL, large language models (LLMs), and technical dictionaries -Validated the JSON files using [jsonlint.com](https://jsonlint.com/) -Performed initial UI testing — all translated strings appear and render correctly Screenshots Below is an example of the UI in Polish:   Additional things -I'm a beginner with both ImHex and English, so I may have missed some things -I'm fully open to any suggestions or corrections — whether related to translation accuracy or JSON formatting/style -I would greatly appreciate it if the reviewer could: -Confirm that the project still compiles correctly (it built fine on my side using ninja) -Check that the pl_PL.json files are properly formatted and follow the project's standards If there are preferred tools or workflows for validating and formatting JSON in this repository, I’d be happy to adopt them in the future. --------- Co-authored-by: paxcut <53811119+paxcut@users.noreply.github.com>
This commit is contained in:
1172
plugins/builtin/romfs/lang/pl_PL.json
Normal file
1172
plugins/builtin/romfs/lang/pl_PL.json
Normal file
File diff suppressed because it is too large
Load Diff
24
plugins/diffing/romfs/lang/pl_PL.json
Normal file
24
plugins/diffing/romfs/lang/pl_PL.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"code": "pl-PL",
|
||||
"country": "Polska",
|
||||
"language": "Polski",
|
||||
"fallback": false,
|
||||
"translations": {
|
||||
"hex.diffing.algorithm.simple.name": "Prosty algorytm bajt po bajcie",
|
||||
"hex.diffing.algorithm.simple.description": "Naiwne porównanie O(N) bajt po bajcie.\nMoże zidentyfikować tylko modyfikacje bajtów oraz wstawienia / usunięcia na końcu danych",
|
||||
"hex.diffing.algorithm.myers.name": "Algorytm bit-wektorowy Myersa",
|
||||
"hex.diffing.algorithm.myers.description": "Inteligentny algorytm różnicowania O(N*M). Może identyfikować modyfikacje, wstawienia i usunięcia w dowolnym miejscu danych",
|
||||
"hex.diffing.algorithm.myers.settings.window_size": "Rozmiar okna",
|
||||
"hex.diffing.view.diff.name": "Różnice",
|
||||
"hex.diffing.view.diff.added": "Dodane",
|
||||
"hex.diffing.view.diff.modified": "Zmodyfikowane",
|
||||
"hex.diffing.view.diff.provider_a": "Dostawca A",
|
||||
"hex.diffing.view.diff.provider_b": "Dostawca B",
|
||||
"hex.diffing.view.diff.changes": "Zmiany",
|
||||
"hex.diffing.view.diff.removed": "Usunięte",
|
||||
"hex.diffing.view.diff.algorithm": "Algorytm różnicowania",
|
||||
"hex.diffing.view.diff.settings": "Brak dostępnych ustawień",
|
||||
"hex.diffing.view.diff.settings.no_settings": "Brak dostępnych ustawień",
|
||||
"hex.diffing.view.diff.task.diffing": "Różnicowanie danych..."
|
||||
}
|
||||
}
|
||||
83
plugins/disassembler/romfs/lang/pl_PL.json
Normal file
83
plugins/disassembler/romfs/lang/pl_PL.json
Normal file
@@ -0,0 +1,83 @@
|
||||
{
|
||||
"code": "pl-PL",
|
||||
"country": "Polska",
|
||||
"language": "Polski",
|
||||
"fallback": false,
|
||||
"translations": {
|
||||
"hex.disassembler.view.disassembler.16bit": "16-bitowy",
|
||||
"hex.disassembler.view.disassembler.32bit": "32-bitowy",
|
||||
"hex.disassembler.view.disassembler.64bit": "64-bitowy",
|
||||
"hex.disassembler.view.disassembler.arch": "Architektura",
|
||||
"hex.disassembler.view.disassembler.arm.arm": "ARM",
|
||||
"hex.disassembler.view.disassembler.arm.armv8": "ARMv8",
|
||||
"hex.disassembler.view.disassembler.arm.cortex_m": "Cortex-M",
|
||||
"hex.disassembler.view.disassembler.arm.default": "Domyślny",
|
||||
"hex.disassembler.view.disassembler.arm.thumb": "Thumb",
|
||||
"hex.disassembler.view.disassembler.bpf.classic": "Klasyczny",
|
||||
"hex.disassembler.view.disassembler.bpf.extended": "Rozszerzony",
|
||||
"hex.disassembler.view.disassembler.disassemble": "Deasemblacja",
|
||||
"hex.disassembler.view.disassembler.disassembling": "Deasemblacja...",
|
||||
"hex.disassembler.view.disassembler.disassembly.address": "Adres",
|
||||
"hex.disassembler.view.disassembler.disassembly.bytes": "Bajt",
|
||||
"hex.disassembler.view.disassembler.disassembly.offset": "Offset",
|
||||
"hex.disassembler.view.disassembler.disassembly.title": "Deasemblacja",
|
||||
"hex.disassembler.view.disassembler.export": "Eksportuj instrukcje jako...",
|
||||
"hex.disassembler.view.disassembler.export.popup.error": "Nie udało się wyeksportować do pliku ASM!",
|
||||
"hex.disassembler.view.disassembler.image_base_address": "Bazowy adres obrazu",
|
||||
"hex.disassembler.view.disassembler.image_base_address.hint": "To początkowy adres obszaru kodu w załadowanych danych. Na przykład początek sekcji .text",
|
||||
"hex.disassembler.view.disassembler.image_load_address": "Adres załadowania obrazu",
|
||||
"hex.disassembler.view.disassembler.image_load_address.hint": "To adres, pod który zdeasemblowany kod jest ładowany do pamięci przed jego wykonaniem.",
|
||||
"hex.disassembler.view.disassembler.m680x.6301": "6301",
|
||||
"hex.disassembler.view.disassembler.m680x.6309": "6309",
|
||||
"hex.disassembler.view.disassembler.m680x.6800": "6800",
|
||||
"hex.disassembler.view.disassembler.m680x.6801": "6801",
|
||||
"hex.disassembler.view.disassembler.m680x.6805": "6805",
|
||||
"hex.disassembler.view.disassembler.m680x.6808": "6808",
|
||||
"hex.disassembler.view.disassembler.m680x.6809": "6809",
|
||||
"hex.disassembler.view.disassembler.m680x.6811": "6811",
|
||||
"hex.disassembler.view.disassembler.m680x.cpu12": "CPU12",
|
||||
"hex.disassembler.view.disassembler.m680x.hcs08": "HCS08",
|
||||
"hex.disassembler.view.disassembler.m68k.000": "000",
|
||||
"hex.disassembler.view.disassembler.m68k.010": "010",
|
||||
"hex.disassembler.view.disassembler.m68k.020": "020",
|
||||
"hex.disassembler.view.disassembler.m68k.030": "030",
|
||||
"hex.disassembler.view.disassembler.m68k.040": "040",
|
||||
"hex.disassembler.view.disassembler.m68k.060": "060",
|
||||
"hex.disassembler.view.disassembler.mips.micro": "Micro",
|
||||
"hex.disassembler.view.disassembler.mips.mips2": "MIPS II",
|
||||
"hex.disassembler.view.disassembler.mips.mips3": "MIPS III",
|
||||
"hex.disassembler.view.disassembler.mips.mips32": "MIPS32",
|
||||
"hex.disassembler.view.disassembler.mips.mips32R6": "MIPS32R6",
|
||||
"hex.disassembler.view.disassembler.mips.mips64": "MIPS64",
|
||||
"hex.disassembler.view.disassembler.mos65xx.6502": "6502",
|
||||
"hex.disassembler.view.disassembler.mos65xx.65816": "65816",
|
||||
"hex.disassembler.view.disassembler.mos65xx.65816_long_m": "65816 Long M",
|
||||
"hex.disassembler.view.disassembler.mos65xx.65816_long_mx": "65816 Long MX",
|
||||
"hex.disassembler.view.disassembler.mos65xx.65816_long_x": "65816 Long X",
|
||||
"hex.disassembler.view.disassembler.mos65xx.65c02": "65C02",
|
||||
"hex.disassembler.view.disassembler.mos65xx.w65c02": "W65C02",
|
||||
"hex.disassembler.view.disassembler.name": "Deasembler",
|
||||
"hex.disassembler.view.disassembler.position": "Pozycja",
|
||||
"hex.disassembler.view.disassembler.ppc.booke": "Book-E",
|
||||
"hex.disassembler.view.disassembler.ppc.qpx": "Rozszerzenia czterokrotnego przetwarzania",
|
||||
"hex.disassembler.view.disassembler.ppc.spe": "Silnik przetwarzania sygnałów",
|
||||
"hex.disassembler.view.disassembler.region": "Obszar kodu",
|
||||
"hex.disassembler.view.disassembler.riscv.compressed": "Skompresowany",
|
||||
"hex.disassembler.view.disassembler.settings.mode": "Tryb",
|
||||
"hex.disassembler.view.disassembler.sh.dsp": "DSP",
|
||||
"hex.disassembler.view.disassembler.sh.fpu": "FPU",
|
||||
"hex.disassembler.view.disassembler.sh.sh2": "SH2",
|
||||
"hex.disassembler.view.disassembler.sh.sh2a": "SH2A",
|
||||
"hex.disassembler.view.disassembler.sh.sh3": "SH3",
|
||||
"hex.disassembler.view.disassembler.sh.sh4": "SH4",
|
||||
"hex.disassembler.view.disassembler.sh.sh4a": "SH4A",
|
||||
"hex.disassembler.view.disassembler.sparc.v9": "Sparc V9",
|
||||
"hex.disassembler.view.disassembler.tricore.110": "110",
|
||||
"hex.disassembler.view.disassembler.tricore.120": "120",
|
||||
"hex.disassembler.view.disassembler.tricore.130": "130",
|
||||
"hex.disassembler.view.disassembler.tricore.131": "131",
|
||||
"hex.disassembler.view.disassembler.tricore.160": "160",
|
||||
"hex.disassembler.view.disassembler.tricore.161": "161",
|
||||
"hex.disassembler.view.disassembler.tricore.162": "162"
|
||||
}
|
||||
}
|
||||
24
plugins/fonts/romfs/lang/pl_PL.json
Normal file
24
plugins/fonts/romfs/lang/pl_PL.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"code": "pl-PL",
|
||||
"country": "Polska",
|
||||
"language": "Polski",
|
||||
"fallback": false,
|
||||
"translations": {
|
||||
"hex.fonts.font.code_editor": "Czcionka edytora kodu",
|
||||
"hex.fonts.font.default": "Ogólna czcionka interfejsu",
|
||||
"hex.fonts.font.hex_editor": "Czcionka edytora HEX ",
|
||||
"hex.fonts.setting.font": "Czcionka",
|
||||
"hex.fonts.setting.font.antialias_grayscale": "Skala szarości",
|
||||
"hex.fonts.setting.font.antialias_none": "Brak",
|
||||
"hex.fonts.setting.font.antialias_subpixel": "Subpiksel",
|
||||
"hex.fonts.setting.font.custom_font": "Czcionka",
|
||||
"hex.fonts.setting.font.custom_font_info": "=> Poniższe ustawienia są dostępne tylko po wybraniu czcionki niestandardowej.",
|
||||
"hex.fonts.setting.font.font_antialias": "Wygładzanie krawędzi",
|
||||
"hex.fonts.setting.font.font_bold": "Pogrubienie",
|
||||
"hex.fonts.setting.font.font_italic": "Kursywa",
|
||||
"hex.fonts.setting.font.font_path": "Czcionka",
|
||||
"hex.fonts.setting.font.font_size": "Rozmiar czcionki",
|
||||
"hex.fonts.setting.font.glyphs": "Glify",
|
||||
"hex.fonts.setting.font.load_all_unicode_chars": "Załaduj wszystkie glify Unicode"
|
||||
}
|
||||
}
|
||||
38
plugins/hashes/romfs/lang/pl_PL.json
Normal file
38
plugins/hashes/romfs/lang/pl_PL.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"code": "pl-PL",
|
||||
"country": "Polska",
|
||||
"language": "Polski",
|
||||
"fallback": false,
|
||||
"translations": {
|
||||
"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.achievement.misc.create_hash.name": "Ziemniaki haszowane",
|
||||
"hex.hashes.hash.common.input_size": "Rozmiar wejścia",
|
||||
"hex.hashes.hash.common.iv": "Wartość początkowa",
|
||||
"hex.hashes.hash.common.key": "Klucz",
|
||||
"hex.hashes.hash.common.output_size": "Rozmiar wyjścia",
|
||||
"hex.hashes.hash.common.personalization": "Personalizacja",
|
||||
"hex.hashes.hash.common.poly": "Wielomian",
|
||||
"hex.hashes.hash.common.refl_in": "Odbicie wejścia",
|
||||
"hex.hashes.hash.common.refl_out": "Odbicie wyjścia",
|
||||
"hex.hashes.hash.common.rounds": "Liczba rund",
|
||||
"hex.hashes.hash.common.salt": "Sól",
|
||||
"hex.hashes.hash.common.security_level": "Poziom bezpieczeństwa",
|
||||
"hex.hashes.hash.common.size": "Rozmiar skrótu",
|
||||
"hex.hashes.hash.common.standard": "Standard",
|
||||
"hex.hashes.hash.common.standard.custom": "Niestandardowy",
|
||||
"hex.hashes.hash.common.xor_out": "XOR wyjścia",
|
||||
"hex.hashes.hash.sum": "Suma",
|
||||
"hex.hashes.hash.sum.fold": "Zwiń wynik",
|
||||
"hex.hashes.view.hashes.add": "Dodaj hash",
|
||||
"hex.hashes.view.hashes.function": "Funkcja skrótu",
|
||||
"hex.hashes.view.hashes.hash": "Hash",
|
||||
"hex.hashes.view.hashes.hash_name": "Nazwa 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.remove": "Usuń hash",
|
||||
"hex.hashes.view.hashes.table.name": "Nazwa",
|
||||
"hex.hashes.view.hashes.table.result": "Wynik",
|
||||
"hex.hashes.view.hashes.table.type": "Typ"
|
||||
}
|
||||
}
|
||||
13
plugins/script_loader/romfs/lang/pl_PL.json
Normal file
13
plugins/script_loader/romfs/lang/pl_PL.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"code": "pl-PL",
|
||||
"country": "Polska",
|
||||
"language": "Polski",
|
||||
"fallback": false,
|
||||
"translations": {
|
||||
"hex.script_loader.menu.loading": "Ładowanie...",
|
||||
"hex.script_loader.menu.no_scripts": "Nie znaleziono skryptów",
|
||||
"hex.script_loader.menu.run_script": "Uruchom skrypt...",
|
||||
"hex.script_loader.task.running": "Uruchamianie skryptu...",
|
||||
"hex.script_loader.task.updating": "Aktualizowanie skryptów..."
|
||||
}
|
||||
}
|
||||
131
plugins/ui/romfs/lang/pl_PL.json
Normal file
131
plugins/ui/romfs/lang/pl_PL.json
Normal file
@@ -0,0 +1,131 @@
|
||||
{
|
||||
"code": "pl-PL",
|
||||
"country": "Polska",
|
||||
"language": "Polski",
|
||||
"fallback": false,
|
||||
"translations": {
|
||||
"hex.ui.common.add": "Dodaj",
|
||||
"hex.ui.common.address": "Adres",
|
||||
"hex.ui.common.allow": "Zezwól",
|
||||
"hex.ui.common.apply": "Zastosuj",
|
||||
"hex.ui.common.begin": "Początek",
|
||||
"hex.ui.common.big": "Big",
|
||||
"hex.ui.common.big_endian": "Big Endian",
|
||||
"hex.ui.common.browse": "Przeglądaj...",
|
||||
"hex.ui.common.bytes": "Bajty",
|
||||
"hex.ui.common.cancel": "Anuluj",
|
||||
"hex.ui.common.choose_file": "Wybierz plik",
|
||||
"hex.ui.common.close": "Zamknij",
|
||||
"hex.ui.common.comment": "Komentarz",
|
||||
"hex.ui.common.continue": "Kontynuuj",
|
||||
"hex.ui.common.count": "Liczba",
|
||||
"hex.ui.common.decimal": "Dziesiętny",
|
||||
"hex.ui.common.deny": "Odmów",
|
||||
"hex.ui.common.dont_show_again": "Nie pokazuj ponownie",
|
||||
"hex.ui.common.edit": "Edytuj",
|
||||
"hex.ui.common.encoding.ascii": "ASCII",
|
||||
"hex.ui.common.encoding.utf16be": "UTF-16BE",
|
||||
"hex.ui.common.encoding.utf16le": "UTF-16LE",
|
||||
"hex.ui.common.encoding.utf8": "UTF-8",
|
||||
"hex.ui.common.end": "Koniec",
|
||||
"hex.ui.common.endian": "Endian",
|
||||
"hex.ui.common.error": "Błąd",
|
||||
"hex.ui.common.fatal": "Błąd krytyczny",
|
||||
"hex.ui.common.file": "Plik",
|
||||
"hex.ui.common.filter": "Filtr",
|
||||
"hex.ui.common.hexadecimal": "Szesnastkowy",
|
||||
"hex.ui.common.info": "Informacja",
|
||||
"hex.ui.common.instruction": "Instrukcja",
|
||||
"hex.ui.common.key": "Klucz",
|
||||
"hex.ui.common.link": "Łącze",
|
||||
"hex.ui.common.little": "Little",
|
||||
"hex.ui.common.little_endian": "Little Endian",
|
||||
"hex.ui.common.load": "Wczytaj",
|
||||
"hex.ui.common.loading": "Ładowanie...",
|
||||
"hex.ui.common.match_selection": "Dopasuj zaznaczenie",
|
||||
"hex.ui.common.name": "Nazwa",
|
||||
"hex.ui.common.no": "Nie",
|
||||
"hex.ui.common.number_format": "Format",
|
||||
"hex.ui.common.octal": "Ósemkowy",
|
||||
"hex.ui.common.off": "Wyłącz",
|
||||
"hex.ui.common.offset": "Przesunięcie",
|
||||
"hex.ui.common.okay": "OK",
|
||||
"hex.ui.common.on": "Włącz",
|
||||
"hex.ui.common.open": "Otwórz",
|
||||
"hex.ui.common.path": "Ścieżka",
|
||||
"hex.ui.common.percentage": "Procent",
|
||||
"hex.ui.common.processing": "Przetwarzanie",
|
||||
"hex.ui.common.project": "Projekt",
|
||||
"hex.ui.common.question": "Pytanie",
|
||||
"hex.ui.common.range": "Zakres",
|
||||
"hex.ui.common.range.entire_data": "Wszystkie dane",
|
||||
"hex.ui.common.range.selection": "Zaznaczenie",
|
||||
"hex.ui.common.region": "Region",
|
||||
"hex.ui.common.remove": "Usuń",
|
||||
"hex.ui.common.reset": "Resetuj",
|
||||
"hex.ui.common.segment": "Segment",
|
||||
"hex.ui.common.set": "Ustaw",
|
||||
"hex.ui.common.settings": "Ustawienia",
|
||||
"hex.ui.common.size": "Rozmiar",
|
||||
"hex.ui.common.type": "Typ",
|
||||
"hex.ui.common.type.f32": "float",
|
||||
"hex.ui.common.type.f64": "double",
|
||||
"hex.ui.common.type.i16": "int16_t",
|
||||
"hex.ui.common.type.i24": "int24_t",
|
||||
"hex.ui.common.type.i32": "int32_t",
|
||||
"hex.ui.common.type.i48": "int48_t",
|
||||
"hex.ui.common.type.i64": "int64_t",
|
||||
"hex.ui.common.type.i8": "int8_t",
|
||||
"hex.ui.common.type.u16": "uint16_t",
|
||||
"hex.ui.common.type.u24": "uint24_t",
|
||||
"hex.ui.common.type.u32": "uint32_t",
|
||||
"hex.ui.common.type.u48": "uint48_t",
|
||||
"hex.ui.common.type.u64": "uint64_t",
|
||||
"hex.ui.common.type.u8": "uint8_t",
|
||||
"hex.ui.common.value": "Wartość",
|
||||
"hex.ui.common.warning": "Ostrzeżenie",
|
||||
"hex.ui.common.yes": "Tak",
|
||||
"hex.ui.diagram.byte_type_distribution.plain_text": "Zwykły tekst",
|
||||
"hex.ui.diagram.byte_type_distribution.similar_bytes": "Podobne bajty",
|
||||
"hex.ui.diagram.entropy_analysis.entropy_drop": "Duży spadek entropii",
|
||||
"hex.ui.diagram.entropy_analysis.entropy_spike": "Duży wzrost entropii",
|
||||
"hex.ui.hex_editor.ascii_view": "Wyświetl kolumnę ASCII",
|
||||
"hex.ui.hex_editor.columns": "Kolumny",
|
||||
"hex.ui.hex_editor.custom_encoding_view": "Wyświetl kolumnę zaawansowanego dekodowania",
|
||||
"hex.ui.hex_editor.data_cell_options": "Opcje komórek danych",
|
||||
"hex.ui.hex_editor.data_size": "Rozmiar danych",
|
||||
"hex.ui.hex_editor.fit_columns": "Dopasuj kolumny do szerokości",
|
||||
"hex.ui.hex_editor.gray_out_zero": "Wyszarz zera",
|
||||
"hex.ui.hex_editor.human_readable_units_footer": "Konwertuj rozmiary na jednostki czytelne dla człowieka",
|
||||
"hex.ui.hex_editor.minimap": "Mini mapa\n(Kliknij prawym przyciskiem dla ustawień)",
|
||||
"hex.ui.hex_editor.minimap.width": "Szerokość",
|
||||
"hex.ui.hex_editor.no_bytes": "Brak dostępnych bajtów",
|
||||
"hex.ui.hex_editor.no_separator": "Brak separatorów segmentów",
|
||||
"hex.ui.hex_editor.page": "Strona",
|
||||
"hex.ui.hex_editor.region": "Region",
|
||||
"hex.ui.hex_editor.selection": "Zaznaczenie",
|
||||
"hex.ui.hex_editor.selection.none": "Brak",
|
||||
"hex.ui.hex_editor.separator_stride": "Rozmiar segmentu: 0x{0:02X}",
|
||||
"hex.ui.hex_editor.uppercase_hex": "Wielkie litery w liczbach szesnastkowych",
|
||||
"hex.ui.hex_editor.visualizer": "Wizualizator danych",
|
||||
"hex.ui.pattern_drawer.color": "Kolor",
|
||||
"hex.ui.pattern_drawer.comment": "Komentarz",
|
||||
"hex.ui.pattern_drawer.double_click": "Kliknij dwukrotnie, aby zobaczyć więcej elementów",
|
||||
"hex.ui.pattern_drawer.end": "Koniec",
|
||||
"hex.ui.pattern_drawer.export": "Eksportuj wzorce jako...",
|
||||
"hex.ui.pattern_drawer.favorites": "Ulubione",
|
||||
"hex.ui.pattern_drawer.local": "Lokalne",
|
||||
"hex.ui.pattern_drawer.size": "Rozmiar",
|
||||
"hex.ui.pattern_drawer.spec_name": "Wyświetl nazwy specyfikacji",
|
||||
"hex.ui.pattern_drawer.start": "Początek",
|
||||
"hex.ui.pattern_drawer.tree_style.auto_expanded": "Automatycznie rozwinięte drzewo",
|
||||
"hex.ui.pattern_drawer.tree_style.flattened": "Spłaszczone",
|
||||
"hex.ui.pattern_drawer.tree_style.tree": "Drzewo",
|
||||
"hex.ui.pattern_drawer.type": "Typ",
|
||||
"hex.ui.pattern_drawer.updating": "Aktualizowanie wzorców...",
|
||||
"hex.ui.pattern_drawer.value": "Wartość",
|
||||
"hex.ui.pattern_drawer.var_name": "Nazwa",
|
||||
"hex.ui.pattern_drawer.visualizer.invalid_parameter_count": "Nieprawidłowa liczba parametrów",
|
||||
"hex.ui.pattern_drawer.visualizer.unknown": "Nieznany wizualizator"
|
||||
}
|
||||
}
|
||||
34
plugins/visualizers/romfs/lang/pl_PL.json
Normal file
34
plugins/visualizers/romfs/lang/pl_PL.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"code": "pl-PL",
|
||||
"country": "Polska",
|
||||
"language": "Polski",
|
||||
"fallback": false,
|
||||
"translations": {
|
||||
"hex.visualizers.pl_visualizer.3d.ambient_brightness": "Jasność otoczenia",
|
||||
"hex.visualizers.pl_visualizer.3d.diffuse_brightness": "Jasność światła rozproszonego",
|
||||
"hex.visualizers.pl_visualizer.3d.error_message_colors": "Kolory",
|
||||
"hex.visualizers.pl_visualizer.3d.error_message_count": "Liczba {} musi być wielokrotnością {}",
|
||||
"hex.visualizers.pl_visualizer.3d.error_message_expected": "Oczekiwano {}, ale otrzymano {}",
|
||||
"hex.visualizers.pl_visualizer.3d.error_message_for_vertex_count": "dla {} wierzchołków",
|
||||
"hex.visualizers.pl_visualizer.3d.error_message_index_count": "Błąd: liczba indeksów musi być wielokrotnością 3",
|
||||
"hex.visualizers.pl_visualizer.3d.error_message_invalid_index_pattern": "Błąd: nie można określić rozmiaru typu indeksu",
|
||||
"hex.visualizers.pl_visualizer.3d.error_message_invalid_indices": "Błąd: indeksy muszą zawierać się w przedziale od 0 do liczby wierzchołków minus jeden. Nieprawidłowe indeksy:",
|
||||
"hex.visualizers.pl_visualizer.3d.error_message_normals": "Normalne",
|
||||
"hex.visualizers.pl_visualizer.3d.error_message_not_empty": "{} nie może być puste",
|
||||
"hex.visualizers.pl_visualizer.3d.error_message_positions": "Pozycje",
|
||||
"hex.visualizers.pl_visualizer.3d.error_message_uv_coords": "Współrzędne tekstury",
|
||||
"hex.visualizers.pl_visualizer.3d.error_message_vertex_count": "Błąd: liczba wierzchołków musi być wielokrotnością 3",
|
||||
"hex.visualizers.pl_visualizer.3d.light_color": "Kolor światła",
|
||||
"hex.visualizers.pl_visualizer.3d.light_position": "Pozycja światła",
|
||||
"hex.visualizers.pl_visualizer.3d.more_settings": "Więcej ustawień",
|
||||
"hex.visualizers.pl_visualizer.3d.object_reflectiveness": "Refleksyjność obiektu ",
|
||||
"hex.visualizers.pl_visualizer.3d.specular_brightness": "Jasność szczegółów",
|
||||
"hex.visualizers.pl_visualizer.3d.texture_file": "Ścieżka do pliku tekstury",
|
||||
"hex.visualizers.pl_visualizer.coordinates.latitude": "Szerokość geograficzna",
|
||||
"hex.visualizers.pl_visualizer.coordinates.longitude": "Długość geograficzna",
|
||||
"hex.visualizers.pl_visualizer.coordinates.query": "Znajdź adres",
|
||||
"hex.visualizers.pl_visualizer.coordinates.querying": "Zapytanie o adres... ",
|
||||
"hex.visualizers.pl_visualizer.coordinates.querying_no_address": "Nie znaleziono adresu",
|
||||
"hex.visualizers.pl_visualizer.task.visualizing": "Wyświetlanie danych..."
|
||||
}
|
||||
}
|
||||
30
plugins/windows/romfs/lang/pl_PL.json
Normal file
30
plugins/windows/romfs/lang/pl_PL.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"code": "pl-PL",
|
||||
"country": "Polska",
|
||||
"language": "Polski",
|
||||
"fallback": false,
|
||||
"translations": {
|
||||
"hex.builtin.setting.general.context_menu_entry": "Pozycja w menu kontekstowym Windows",
|
||||
"hex.builtin.setting.interface.show_resource_usage": "Pokaż użycie zasobów w stopce",
|
||||
"hex.windows.view.tty_console.auto_scroll": "Automatyczne przewijanie",
|
||||
"hex.windows.view.tty_console.baud": "Szybkość transmisji",
|
||||
"hex.windows.view.tty_console.clear": "Wyczyść",
|
||||
"hex.windows.view.tty_console.config": "Konfiguracja",
|
||||
"hex.windows.view.tty_console.connect": "Połącz",
|
||||
"hex.windows.view.tty_console.connect_error": "Nie udało się połączyć z portem COM!",
|
||||
"hex.windows.view.tty_console.console": "Konsola",
|
||||
"hex.windows.view.tty_console.cts": "Użyj kontroli przepływu CTS",
|
||||
"hex.windows.view.tty_console.disconnect": "Rozłącz",
|
||||
"hex.windows.view.tty_console.name": "Konsola TTY",
|
||||
"hex.windows.view.tty_console.no_available_port": "Nie wybrano żadnego portu COM lub żaden nie jest dostępny!",
|
||||
"hex.windows.view.tty_console.num_bits": "Bity danych",
|
||||
"hex.windows.view.tty_console.parity_bits": "Bit parzystości",
|
||||
"hex.windows.view.tty_console.port": "Port",
|
||||
"hex.windows.view.tty_console.reload": "Załaduj ponownie",
|
||||
"hex.windows.view.tty_console.send_eot": "Wyślij EOT",
|
||||
"hex.windows.view.tty_console.send_etx": "Wyślij ETX",
|
||||
"hex.windows.view.tty_console.send_sub": "Wyślij SUB",
|
||||
"hex.windows.view.tty_console.stop_bits": "Bity stopu",
|
||||
"hex.windows.view.tty_console.task.transmitting": "Przesyłanie danych…"
|
||||
}
|
||||
}
|
||||
23
plugins/yara_rules/romfs/lang/pl_PL.json
Normal file
23
plugins/yara_rules/romfs/lang/pl_PL.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"code": "pl-PL",
|
||||
"country": "Polska",
|
||||
"language": "Polski",
|
||||
"fallback": false,
|
||||
"translations": {
|
||||
"hex.yara.information_section.advanced_data_info": "Zaawansowane informacje o danych",
|
||||
"hex.yara.information_section.advanced_data_info.no_information": "Nie znaleziono dalszych informacji",
|
||||
"hex.yara_rules.view.yara.error": "Błąd kompilatora Yara: {0}",
|
||||
"hex.yara_rules.view.yara.header.matches": "Dopasowania",
|
||||
"hex.yara_rules.view.yara.header.rules": "Reguły",
|
||||
"hex.yara_rules.view.yara.match": "Dopasowane reguły",
|
||||
"hex.yara_rules.view.yara.matches.identifier": "Identyfikator",
|
||||
"hex.yara_rules.view.yara.matches.variable": "Zmienna",
|
||||
"hex.yara_rules.view.yara.matching": "Dopasowywanie...",
|
||||
"hex.yara_rules.view.yara.name": "Reguły YARA",
|
||||
"hex.yara_rules.view.yara.no_rules": "Nie znaleziono reguł YARA. Umieść je w folderze 'yara' aplikacji ImHex.",
|
||||
"hex.yara_rules.view.yara.reload": "Przeładuj",
|
||||
"hex.yara_rules.view.yara.reset": "Resetuj",
|
||||
"hex.yara_rules.view.yara.rule_added": "Dodano regułę YARA!",
|
||||
"hex.yara_rules.view.yara.whole_data": "Dopasowano cały plik!"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user