mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -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>
12 lines
497 B
JSON
12 lines
497 B
JSON
{
|
|
"hex.plugin.remote.ssh_provider": "Zdalny plik SSH",
|
|
"hex.plugin.remote.ssh_provider.host": "Host",
|
|
"hex.plugin.remote.ssh_provider.port": "Port",
|
|
"hex.plugin.remote.ssh_provider.username": "Nazwa użytkownika",
|
|
"hex.plugin.remote.ssh_provider.password": "Hasło",
|
|
"hex.plugin.remote.ssh_provider.key_file": "Ścieżka do klucza prywatnego",
|
|
"hex.plugin.remote.ssh_provider.passphrase": "Hasło do klucza",
|
|
"hex.plugin.remote.ssh_provider.connect": "Połącz"
|
|
}
|
|
|