1
0
mirror of synced 2024-11-15 03:27:40 +01:00
ImHex/plugins/windows/romfs/lang/en_US.json

43 lines
2.6 KiB
JSON

{
"code": "en-US",
"country": "United States",
"language": "English",
"translations": {
"hex.windows.provider.process_memory": "Process Memory Provider",
"hex.windows.provider.process_memory.enumeration_failed": "Failed to enumerate processes",
"hex.windows.provider.process_memory.memory_regions": "Memory Regions",
"hex.windows.provider.process_memory.name": "'{0}' Process Memory",
"hex.windows.provider.process_memory.process_name": "Process Name",
"hex.windows.provider.process_memory.process_id": "PID",
"hex.windows.provider.process_memory.region.commit": "Commit",
"hex.windows.provider.process_memory.region.reserve": "Reserved",
"hex.windows.provider.process_memory.region.private": "Private",
"hex.windows.provider.process_memory.region.mapped": "Mapped",
"hex.windows.provider.process_memory.utils": "Utils",
"hex.windows.provider.process_memory.utils.inject_dll": "Inject DLL",
"hex.windows.provider.process_memory.utils.inject_dll.success": "Successfully injected DLL '{0}'!",
"hex.windows.provider.process_memory.utils.inject_dll.failure": "Failed to inject DLL '{0}'!",
"hex.builtin.setting.general.context_menu_entry": "Windows context menu entry",
"hex.windows.title_bar_button.debug_build": "Debug build",
"hex.windows.title_bar_button.feedback": "Leave Feedback",
"hex.windows.view.tty_console.auto_scroll": "Auto scroll",
"hex.windows.view.tty_console.baud": "Baud rate",
"hex.windows.view.tty_console.clear": "Clear",
"hex.windows.view.tty_console.config": "Configuration",
"hex.windows.view.tty_console.connect": "Connect",
"hex.windows.view.tty_console.connect_error": "Failed to connect to COM Port!",
"hex.windows.view.tty_console.console": "Console",
"hex.windows.view.tty_console.cts": "Use CTS flow control",
"hex.windows.view.tty_console.disconnect": "Disconnect",
"hex.windows.view.tty_console.name": "TTY Console",
"hex.windows.view.tty_console.no_available_port": "No valid COM port is selected or no COM port is available!",
"hex.windows.view.tty_console.num_bits": "Data bits",
"hex.windows.view.tty_console.parity_bits": "Parity bit",
"hex.windows.view.tty_console.port": "Port",
"hex.windows.view.tty_console.reload": "Reload",
"hex.windows.view.tty_console.send_eot": "Send EOT",
"hex.windows.view.tty_console.send_etx": "Send ETX",
"hex.windows.view.tty_console.send_sub": "Send SUB",
"hex.windows.view.tty_console.stop_bits": "Stop bits"
}
}