1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00
Commit Graph

61 Commits

Author SHA1 Message Date
xuyu0v0
d968e8e1ca
Create rbe.html 2023-07-10 21:38:48 +08:00
xuyu0v0
378e2f980e
Update 90-exec.html 2023-07-10 21:29:53 +08:00
xuyu0v0
e09d8890f0
Update 89-trigger.html 2023-07-10 21:06:05 +08:00
xuyu0v0
848c27f534
Update 80-template.html 2023-07-10 20:34:03 +08:00
xuyu0v0
f6e529ca1f
fix 2023-07-10 20:22:11 +08:00
xuyu0v0
ff99a373f2
fix 2023-07-10 20:21:07 +08:00
xuyu0v0
2cc5afefdc
fix、 2023-07-10 20:19:56 +08:00
xuyu0v0
fb817a890e
fix 2023-07-10 18:30:04 +08:00
xuyu0v0
b98feb0d8d
fix 2023-07-10 18:29:19 +08:00
xuyu0v0
5d2acc6b0a
fix 2023-07-10 18:23:14 +08:00
xuyu0v0
d1bac5727c
fix 2023-07-10 18:22:28 +08:00
xuyu0v0
d7d3715206
fix 2023-07-10 18:21:12 +08:00
xuyu0v0
95df8eadba
fix 2023-07-10 18:20:28 +08:00
xuyu0v0
1d3ae3125f
fix 2023-07-10 18:19:39 +08:00
xuyu0v0
38c09ada39
Update 10-mqtt.html 2023-07-10 18:17:10 +08:00
xuyu0v0
b705b456ff
fix 2023-07-10 17:57:55 +08:00
xuyu0v0
39a83164e5
fix 2023-07-10 17:57:17 +08:00
xuyu0v0
a15561fe38
fix 2023-07-10 17:56:21 +08:00
xuyu0v0
96d0fa84f3
fix 2023-07-10 17:55:30 +08:00
xuyu0v0
49b8a1014a
fix 2023-07-10 17:53:26 +08:00
xuyu0v0
cc9d868222
fix 2023-07-10 17:12:53 +08:00
xuyu0v0
e443b3c23e
fix 2023-07-10 17:12:10 +08:00
xuyu0v0
97548add55
fix error type 2023-07-10 17:09:38 +08:00
xuyu0v0
762ccfd09b
fix error type 2023-07-10 17:08:13 +08:00
xuyu0v0
85c4e81b3c
fix error type 2023-07-10 17:07:13 +08:00
xuyu0v0
d1929b18cb
Update 70-CSV.html 2023-07-10 17:06:04 +08:00
xuyu0v0
5ca2269cb1
Update 70-JSON.html 2023-07-10 16:58:13 +08:00
xuyu0v0
97e889b9e2
Update 19-batch.html 2023-07-10 16:55:41 +08:00
xuyu0v0
87da22e34e
fix error type
fix error type
2023-07-10 16:54:06 +08:00
xuyu0v0
78beb3ce6d
fix error type
fix error type
2023-07-10 16:51:52 +08:00
xuyu0v0
277dc36081
fix error type
fix error type
2023-07-10 16:42:21 +08:00
xuyu0v0
82f0008781
Update 2023-07-10 16:39:43 +08:00
Steve-Mcl
552408f488 Make new Auto Output mode optional
- adds entry to output data type
- adds depreciation tip
2022-04-21 21:20:41 +01:00
Stephen McLaughlin
78f456911a auto mode to auto parse string to JS Object 2022-04-14 22:47:18 +01:00
Tobias Oort
bd77d7eec3 Implemented support for Websocket Subprotocols in WS Client Node. 2022-01-08 22:18:05 +01:00
Kazuhito Yokoi
8e2d3ea16f Remove unused messages in language catalog 2021-11-08 13:46:24 +09:00
Nick O'Leary
71ba73b38f
Merge branch 'master' into dev 2021-05-04 11:19:05 +01:00
Kazuhito Yokoi
a20049c82a
Delay node enhancements (#2294)
* Remove unused messages in message catalog

* Support msg.rate in delay node

* Support nodeMessageBufferMaxLength in delay node

* Add logging function for queue size

* Support msg.nodeMessageBufferMaxLength

* Revert "Support msg.nodeMessageBufferMaxLength"

This reverts commit cc72f892f7.

* Improve logging function for delay node

* Add support for Messaging API to delay node

* Add documentation about msg.rate in delay node

* Add test cases for msg.rate in delay node

Co-authored-by: Dave Conway-Jones <dceejay@users.noreply.github.com>
2021-04-22 09:01:28 +01:00
Nick O'Leary
5028377d45
Fix MQTT Broker TLS config row layout
Fixes #2927
2021-04-12 11:48:10 +01:00
heikokue
827f8d4d51
rework of DE translation (#2806)
* started rework of translation to DE, added translation rules and dictionary

* reworks DE translation of JSONata /editor-client/locales/de/jsonata.json

* rework DE translation of editor-client

* moved /editor-client/locales/de/README.md to Wiki https://github.com/node-red/node-red/wiki/Design:-i18n-de

* Update README.md

* Update README.md

* Create README.md

* Create README.md

* fixed #2: "Sie müssen ..., um ... zu können"

* fixed #3

* fixed #4 and removed unnecessary spaces

* fixed #5

* fixed #6, added missing dots, removed unnecessary spaces

* fixed #7, #8, #9

* fixed #10, #11, #12, #13, #14, #15

* fixed #17, #18, 19

* fixed #19

* moved /editor-client/locales/de/dictionary.csv to https://github.com/heikokue/node-red-designs/blob/i18n-de/designs/i18n-de/dictionary.csv

* reworked DE translation of runtime

* fine-tuned DE translation of editor-client

* reworked DE translation of common nodes, fine-tuned editor-client

* reworked DE translation of all nodes, fine-tuned editor-client, intotips, jsonata & runtime

* small i18n fixes
2021-03-12 13:07:12 +00:00
Jiye Yu
baffc2d6ca
update Chinese translation for NodeRed v1.2 (#2719) 2020-10-08 13:17:04 +01:00
JIYE YU
e4dd895709 update Chinese message for debug node 2020-07-22 12:54:07 +09:00
JIYE YU
1137cd5ca5 update zh-CN translation for nodes information 2020-06-26 10:38:41 +09:00
JeanCarl Bisson
367ebc1dd4 Moved options property from Outputs to Inputs section 2020-05-19 20:31:02 -07:00
Nick O'Leary
9b6e798eb6
Merge pull request #2502 from kazuhitoyokoi/master-updatemsgcatalog4websocketnode
Add Japanese translation to node property of websocket node
2020-03-24 15:14:17 +00:00
Kazuhito Yokoi
c700d5c922 Remove old leagcy wording from file node info (Chinese) 2020-03-13 21:38:23 +09:00
Kazuhito Yokoi
fd2213232c Update message catalogs for other languages 2020-03-13 16:29:16 +09:00
JIYE YU
389cbf4900 complete traditional chinese translation 2020-02-10 11:31:37 +09:00
JIYE YU
ad6104baeb wrap up ch-ZN translation for nodes message.json 2020-02-07 17:58:20 +09:00
JIYE YU
c03abdb5e7 add zn-CN translation for nodes: network, parsers, sequence 2020-01-31 11:32:23 +09:00