fix translations

This commit is contained in:
Matthias L. Jugel 2017-08-19 00:31:29 +02:00
parent a7c81358aa
commit 79d810c7da
2 changed files with 0 additions and 2 deletions

View File

@ -253,7 +253,6 @@
"serial.redirect|param|rate": "the new baud rate. eg: 115200", "serial.redirect|param|rate": "the new baud rate. eg: 115200",
"serial.redirect|param|rx": "the new reception pin, eg: SerialPin.P1", "serial.redirect|param|rx": "the new reception pin, eg: SerialPin.P1",
"serial.redirect|param|tx": "the new transmission pins, eg: SerialPin.P0", "serial.redirect|param|tx": "the new transmission pins, eg: SerialPin.P0",
"serial.reset": "Reset the serial instance to use the USBTX and USBRX at the default baud rate.",
"serial.writeLine": "Prints a line of text to the serial", "serial.writeLine": "Prints a line of text to the serial",
"serial.writeNumber": "Prints a numeric value to the serial", "serial.writeNumber": "Prints a numeric value to the serial",
"serial.writeString": "Sends a piece of text through Serial connection.", "serial.writeString": "Sends a piece of text through Serial connection.",

View File

@ -233,7 +233,6 @@
"serial.readString|block": "serial|read string", "serial.readString|block": "serial|read string",
"serial.readUntil|block": "serial|read until %delimiter=serial_delimiter_conv", "serial.readUntil|block": "serial|read until %delimiter=serial_delimiter_conv",
"serial.redirect|block": "serial|redirect to|TX %tx|RX %rx|at baud rate %rate", "serial.redirect|block": "serial|redirect to|TX %tx|RX %rx|at baud rate %rate",
"serial.reset|block": "serial pin reset",
"serial.writeLine|block": "serial|write line %text", "serial.writeLine|block": "serial|write line %text",
"serial.writeNumber|block": "serial|write number %value", "serial.writeNumber|block": "serial|write number %value",
"serial.writeString|block": "serial|write string %text", "serial.writeString|block": "serial|write string %text",