mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-29 08:20:02 -05:00
13 lines
631 B
JSON
13 lines
631 B
JSON
{
|
|
"hex.plugin.remote.ssh_provider": "Remote SSH File",
|
|
"hex.plugin.remote.ssh_provider.host": "Host",
|
|
"hex.plugin.remote.ssh_provider.port": "Port",
|
|
"hex.plugin.remote.ssh_provider.username": "Username",
|
|
"hex.plugin.remote.ssh_provider.password": "Password",
|
|
"hex.plugin.remote.ssh_provider.key_file": "Private Key Path",
|
|
"hex.plugin.remote.ssh_provider.passphrase": "Passphrase",
|
|
"hex.plugin.remote.ssh_provider.connect": "Connect",
|
|
"hex.plugin.remote.ssh_provider.ssh_access": "Access file using raw SSH",
|
|
"hex.plugin.remote.ssh_provider.error.open_failed": "Failed to open remote file"
|
|
}
|