mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 13:05:25 -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>
31 lines
1.7 KiB
JSON
31 lines
1.7 KiB
JSON
{
|
|
"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…"
|
|
}
|
|
}
|