mirror of
https://github.com/TermoraDev/termora.git
synced 2026-01-16 02:12:58 +08:00
feat: serial comm (#141)
This commit is contained in:
@@ -145,6 +145,14 @@ termora.new-host.terminal.heartbeat-interval=Heartbeat Interval
|
||||
termora.new-host.terminal.startup-commands=Startup Command
|
||||
termora.new-host.terminal.env=Environment
|
||||
|
||||
termora.new-host.serial=Serial
|
||||
termora.new-host.serial.port=Port
|
||||
termora.new-host.serial.baud-rate=Baud rate
|
||||
termora.new-host.serial.data-bits=Data bits
|
||||
termora.new-host.serial.parity=Parity
|
||||
termora.new-host.serial.stop-bits=Stop bits
|
||||
termora.new-host.serial.flow-control=Flow control
|
||||
|
||||
termora.new-host.tunneling=Tunneling
|
||||
termora.new-host.tunneling.table.name=Name
|
||||
termora.new-host.tunneling.table.type=Type
|
||||
|
||||
@@ -132,6 +132,14 @@ termora.new-host.terminal.startup-commands=启动命令
|
||||
termora.new-host.terminal.env=环境
|
||||
|
||||
|
||||
termora.new-host.serial=串口
|
||||
termora.new-host.serial.port=端口
|
||||
termora.new-host.serial.baud-rate=波特率
|
||||
termora.new-host.serial.data-bits=数据位
|
||||
termora.new-host.serial.parity=校验位
|
||||
termora.new-host.serial.stop-bits=停止位
|
||||
termora.new-host.serial.flow-control=流控
|
||||
|
||||
|
||||
termora.new-host.test-connection=测试连接
|
||||
termora.new-host.test-connection-successful=连接成功
|
||||
|
||||
@@ -130,6 +130,14 @@ termora.new-host.terminal.startup-commands=啟動命令
|
||||
termora.new-host.terminal.heartbeat-interval=心跳間隔
|
||||
termora.new-host.terminal.env=環境
|
||||
|
||||
termora.new-host.serial=串口
|
||||
termora.new-host.serial.port=端口
|
||||
termora.new-host.serial.baud-rate=波特率
|
||||
termora.new-host.serial.data-bits=資料位
|
||||
termora.new-host.serial.parity=校驗位
|
||||
termora.new-host.serial.stop-bits=停止位
|
||||
termora.new-host.serial.flow-control=流控
|
||||
|
||||
termora.new-host.test-connection=測試連接
|
||||
termora.new-host.test-connection-successful=連線成功
|
||||
|
||||
|
||||
Reference in New Issue
Block a user