mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-29 08:20: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>
19 lines
1019 B
JSON
19 lines
1019 B
JSON
{
|
|
"hex.fonts.setting.font": "Czcionka",
|
|
"hex.fonts.setting.font.glyphs": "Glify",
|
|
"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_bold": "Pogrubienie",
|
|
"hex.fonts.setting.font.font_italic": "Kursywa",
|
|
"hex.fonts.setting.font.font_antialias": "Wygładzanie krawędzi",
|
|
"hex.fonts.setting.font.font_path": "Czcionka",
|
|
"hex.fonts.setting.font.font_size": "Rozmiar czcionki",
|
|
"hex.fonts.setting.font.load_all_unicode_chars": "Załaduj wszystkie glify Unicode",
|
|
"hex.fonts.font.default": "Ogólna czcionka interfejsu",
|
|
"hex.fonts.font.hex_editor": "Czcionka edytora HEX ",
|
|
"hex.fonts.font.code_editor": "Czcionka edytora kodu",
|
|
"hex.fonts.setting.font.antialias_none": "Brak",
|
|
"hex.fonts.setting.font.antialias_grayscale": "Skala szarości",
|
|
"hex.fonts.setting.font.antialias_subpixel": "Subpiksel"
|
|
}
|