Apply suggestions from code review

This commit is contained in:
Nick O'Leary
2023-06-21 14:27:32 +01:00
committed by GitHub
parent 20d2c11154
commit aa0225f59f
6 changed files with 8 additions and 8 deletions

View File

@@ -217,7 +217,7 @@
"finalize": "Stopp",
"outputs": "Ausgänge",
"modules": "Module",
"timeout": "Timeout (ms)"
"timeout": "Timeout"
},
"text": {
"initialize": "// Der Code hier wird ausgeführt,\n// wenn der Node gestartet wird\n",

View File

@@ -253,7 +253,7 @@
"finalize": "On Stop",
"outputs": "Outputs",
"modules": "Modules",
"timeout": "Timeout (ms)"
"timeout": "Timeout"
},
"text": {
"initialize": "// Code added here will be run once\n// whenever the node is started.\n",

View File

@@ -213,7 +213,7 @@
"initialize": "Настройка",
"finalize": "Закрытие",
"outputs": "Выходы",
"timeout":"Время ожидания (мс)"
"timeout":"Время ожидания"
},
"text": {
"initialize": "// Добавленный здесь код будет исполняться\n// однократно при развертывании узла.\n",