Files
imhex/plugins/remote/romfs/lang/en_US.json
2025-07-13 20:07:46 +02:00

17 lines
585 B
JSON

{
"code": "en-US",
"language": "English",
"country": "United States",
"fallback": true,
"translations": {
"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"
}
}