mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
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>
25 lines
1.2 KiB
JSON
25 lines
1.2 KiB
JSON
{
|
|
"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"
|
|
}
|
|
}
|