@node-red/editor-client 3.0.0-beta.1 → 3.0.0-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,7 +3,7 @@
3
3
  "label": {
4
4
  "name": "Name",
5
5
  "ok": "Ok",
6
- "done":"Done",
6
+ "done": "Done",
7
7
  "cancel": "Cancel",
8
8
  "delete": "Delete",
9
9
  "close": "Close",
@@ -66,7 +66,7 @@
66
66
  "listSubflows": "List subflows",
67
67
  "status": "Status",
68
68
  "enabled": "Enabled",
69
- "disabled":"Disabled",
69
+ "disabled": "Disabled",
70
70
  "info": "Description",
71
71
  "selectNodes": "Click nodes to select"
72
72
  },
@@ -114,7 +114,7 @@
114
114
  "keyboardShortcuts": "Keyboard shortcuts",
115
115
  "login": "Login",
116
116
  "logout": "Logout",
117
- "editPalette":"Manage palette",
117
+ "editPalette": "Manage palette",
118
118
  "other": "Other",
119
119
  "showTips": "Show tips",
120
120
  "showWelcomeTours": "Show guided tours for new versions",
@@ -130,19 +130,19 @@
130
130
  "ungroupSelection": "Ungroup selection",
131
131
  "groupMergeSelection": "Merge selection",
132
132
  "groupRemoveSelection": "Remove from group",
133
- "arrange":"Arrange",
134
- "alignLeft":"Align to left",
135
- "alignCenter":"Align to center",
136
- "alignRight":"Align to right",
137
- "alignTop":"Align to top",
138
- "alignMiddle":"Align to middle",
139
- "alignBottom":"Align to bottom",
140
- "distributeHorizontally":"Distribute horizontally",
141
- "distributeVertically":"Distribute vertically",
142
- "moveToBack":"Move to back",
143
- "moveToFront":"Move to front",
144
- "moveBackwards":"Move backwards",
145
- "moveForwards":"Move forwards"
133
+ "arrange": "Arrange",
134
+ "alignLeft": "Align to left",
135
+ "alignCenter": "Align to center",
136
+ "alignRight": "Align to right",
137
+ "alignTop": "Align to top",
138
+ "alignMiddle": "Align to middle",
139
+ "alignBottom": "Align to bottom",
140
+ "distributeHorizontally": "Distribute horizontally",
141
+ "distributeVertically": "Distribute vertically",
142
+ "moveToBack": "Move to back",
143
+ "moveToFront": "Move to front",
144
+ "moveBackwards": "Move backwards",
145
+ "moveForwards": "Move forwards"
146
146
  }
147
147
  },
148
148
  "actions": {
@@ -169,6 +169,10 @@
169
169
  }
170
170
  },
171
171
  "notification": {
172
+ "state": {
173
+ "flowsStopped": "Flows stopped",
174
+ "flowsStarted": "Flows started"
175
+ },
172
176
  "warning": "<strong>Warning</strong>: __message__",
173
177
  "warnings": {
174
178
  "undeployedChanges": "node has undeployed changes",
@@ -176,10 +180,10 @@
176
180
  "nodeActionDisabledSubflow": "node actions disabled within subflow",
177
181
  "missing-types": "<p>Flows stopped due to missing node types.</p>",
178
182
  "missing-modules": "<p>Flows stopped due to missing modules.</p>",
179
- "safe-mode":"<p>Flows stopped in safe mode.</p><p>You can modify your flows and deploy the changes to restart.</p>",
183
+ "safe-mode": "<p>Flows stopped in safe mode.</p><p>You can modify your flows and deploy the changes to restart.</p>",
180
184
  "restartRequired": "Node-RED must be restarted to enable upgraded modules",
181
185
  "credentials_load_failed": "<p>Flows stopped as the credentials could not be decrypted.</p><p>The flow credential file is encrypted, but the project's encryption key is missing or invalid.</p>",
182
- "credentials_load_failed_reset":"<p>Credentials could not be decrypted</p><p>The flow credential file is encrypted, but the project's encryption key is missing or invalid.</p><p>The flow credential file will be reset on the next deployment. Any existing flow credentials will be cleared.</p>",
186
+ "credentials_load_failed_reset": "<p>Credentials could not be decrypted</p><p>The flow credential file is encrypted, but the project's encryption key is missing or invalid.</p><p>The flow credential file will be reset on the next deployment. Any existing flow credentials will be cleared.</p>",
183
187
  "missing_flow_file": "<p>Project flow file not found.</p><p>The project is not configured with a flow file.</p>",
184
188
  "missing_package_file": "<p>Project package file not found.</p><p>The project is missing a package.json file.</p>",
185
189
  "project_empty": "<p>The project is empty.</p><p>Do you want to create a default set of project files?<br/>Otherwise, you will have to manually add files to the project outside of the editor.</p>",
@@ -257,11 +261,11 @@
257
261
  "recoveredNodesInfo": "The nodes on this flow were missing a valid flow id when they were imported. They have been added to this flow so you can either restore or delete them.",
258
262
  "recoveredNodesNotification": "<p>Imported nodes without a valid flow id</p><p>They have been added to a new flow called '__flowName__'.</p>",
259
263
  "export": {
260
- "selected":"selected nodes",
261
- "current":"current flow",
262
- "all":"all flows",
263
- "compact":"compact",
264
- "formatted":"formatted",
264
+ "selected": "selected nodes",
265
+ "current": "current flow",
266
+ "all": "all flows",
267
+ "compact": "compact",
268
+ "formatted": "formatted",
265
269
  "copy": "Copy to clipboard",
266
270
  "export": "Export to library",
267
271
  "exportAs": "Export as",
@@ -301,10 +305,10 @@
301
305
  "successfulDeploy": "Successfully deployed",
302
306
  "successfulRestart": "Successfully restarted flows",
303
307
  "deployFailed": "Deploy failed: __message__",
304
- "unusedConfigNodes":"You have some unused configuration nodes.",
305
- "unusedConfigNodesButton":"Search unused config nodes",
306
- "unknownNodesButton":"Search for unknown nodes",
307
- "invalidNodesButton":"Search for invalid nodes",
308
+ "unusedConfigNodes": "You have some unused configuration nodes.",
309
+ "unusedConfigNodesButton": "Search unused config nodes",
310
+ "unknownNodesButton": "Search for unknown nodes",
311
+ "invalidNodesButton": "Search for invalid nodes",
308
312
  "errors": {
309
313
  "noResponse": "no response from server"
310
314
  },
@@ -351,8 +355,8 @@
351
355
  },
352
356
  "nodeCount": "__count__ node",
353
357
  "nodeCount_plural": "__count__ nodes",
354
- "local":"Local changes",
355
- "remote":"Remote changes",
358
+ "local": "Local changes",
359
+ "remote": "Remote changes",
356
360
  "reviewChanges": "Review Changes",
357
361
  "noBinaryFileShowed": "Cannot show binary file contents",
358
362
  "viewCommitDiff": "View Commit Changes",
@@ -436,7 +440,7 @@
436
440
  "inputType": "Input type",
437
441
  "selectType": "select types...",
438
442
  "loadCredentials": "Loading node credentials",
439
- "inputs" : {
443
+ "inputs": {
440
444
  "input": "input",
441
445
  "select": "select",
442
446
  "checkbox": "checkbox",
@@ -617,19 +621,19 @@
617
621
  },
618
622
  "confirm": {
619
623
  "install": {
620
- "body":"<p>Installing '__module__'</p><p>Before installing, please read the node's documentation. Some nodes have dependencies that cannot be automatically resolved and can require a restart of Node-RED.</p>",
624
+ "body": "<p>Installing '__module__'</p><p>Before installing, please read the node's documentation. Some nodes have dependencies that cannot be automatically resolved and can require a restart of Node-RED.</p>",
621
625
  "title": "Install nodes"
622
626
  },
623
627
  "remove": {
624
- "body":"<p>Removing '__module__'</p><p>Removing the node will uninstall it from Node-RED. The node may continue to use resources until Node-RED is restarted.</p>",
628
+ "body": "<p>Removing '__module__'</p><p>Removing the node will uninstall it from Node-RED. The node may continue to use resources until Node-RED is restarted.</p>",
625
629
  "title": "Remove nodes"
626
630
  },
627
631
  "update": {
628
- "body":"<p>Updating '__module__'</p><p>Updating the node will require a restart of Node-RED to complete the update. This must be done manually.</p>",
632
+ "body": "<p>Updating '__module__'</p><p>Updating the node will require a restart of Node-RED to complete the update. This must be done manually.</p>",
629
633
  "title": "Update nodes"
630
634
  },
631
635
  "cannotUpdate": {
632
- "body":"An update for this node is available, but it is not installed in a location that the palette manager can update.<br/><br/>Please refer to the documentation for how to update this node."
636
+ "body": "An update for this node is available, but it is not installed in a location that the palette manager can update.<br/><br/>Please refer to the documentation for how to update this node."
633
637
  },
634
638
  "button": {
635
639
  "review": "Open node information",
@@ -663,14 +667,14 @@
663
667
  "showMore": "show more",
664
668
  "showLess": "show less",
665
669
  "flow": "Flow",
666
- "selection":"Selection",
667
- "nodes":"__count__ nodes",
670
+ "selection": "Selection",
671
+ "nodes": "__count__ nodes",
668
672
  "flowDesc": "Flow Description",
669
673
  "subflowDesc": "Subflow Description",
670
674
  "nodeHelp": "Node Help",
671
- "none":"None",
675
+ "none": "None",
672
676
  "arrayItems": "__count__ items",
673
- "showTips":"You can open the tips from the settings panel",
677
+ "showTips": "You can open the tips from the settings panel",
674
678
  "outline": "Outline",
675
679
  "empty": "empty",
676
680
  "globalConfig": "Global Configuration Nodes",
@@ -685,7 +689,8 @@
685
689
  "showHelp": "Show help",
686
690
  "showInOutline": "Show in outline",
687
691
  "showTopics": "Show topics",
688
- "noHelp": "No help topic selected"
692
+ "noHelp": "No help topic selected",
693
+ "changeLog": "Change Log"
689
694
  },
690
695
  "config": {
691
696
  "name": "Configuration nodes",
@@ -701,8 +706,8 @@
701
706
  "filtered": "__count__ hidden"
702
707
  },
703
708
  "context": {
704
- "name":"Context Data",
705
- "label":"context",
709
+ "name": "Context Data",
710
+ "label": "context",
706
711
  "none": "none selected",
707
712
  "refresh": "refresh to load",
708
713
  "empty": "empty",
@@ -740,9 +745,9 @@
740
745
  "files": "Files",
741
746
  "flow": "Flow",
742
747
  "credentials": "Credentials",
743
- "package":"Package",
744
- "packageCreate":"File will be created when changes are saved",
745
- "fileNotExist":"File does not exist",
748
+ "package": "Package",
749
+ "packageCreate": "File will be created when changes are saved",
750
+ "fileNotExist": "File does not exist",
746
751
  "selectFile": "Select File",
747
752
  "invalidEncryptionKey": "Invalid encryption key",
748
753
  "encryptionEnabled": "Encryption enabled",
@@ -907,7 +912,8 @@
907
912
  "uknownNodes": "Unknown nodes",
908
913
  "unusedSubflows": "Unused subflows",
909
914
  "hiddenFlows": "Hidden flows",
910
- "modifiedNodes": "Modified nodes and flows"
915
+ "modifiedNodes": "Modified nodes and flows",
916
+ "thisFlow": "Current flow"
911
917
  }
912
918
  },
913
919
  "expressionEditor": {
@@ -977,7 +983,7 @@
977
983
  "title": "Buffer editor",
978
984
  "modeString": "Handle as UTF-8 String",
979
985
  "modeArray": "Handle as JSON array",
980
- "modeDesc":"<h3>Buffer editor</h3><p>The Buffer type is stored as a JSON array of byte values. The editor will attempt to parse the entered value as a JSON array. If it is not valid JSON, it will be treated as a UTF-8 String and converted to an array of the individual character code points.</p><p>For example, a value of <code>Hello World</code> will be converted to the JSON array:<pre>[72, 101, 108, 108, 111, 32, 87, 111, 114, 108, 100]</pre></p>"
986
+ "modeDesc": "<h3>Buffer editor</h3><p>The Buffer type is stored as a JSON array of byte values. The editor will attempt to parse the entered value as a JSON array. If it is not valid JSON, it will be treated as a UTF-8 String and converted to an array of the individual character code points.</p><p>For example, a value of <code>Hello World</code> will be converted to the JSON array:<pre>[72, 101, 108, 108, 111, 32, 87, 111, 114, 108, 100]</pre></p>"
981
987
  },
982
988
  "projects": {
983
989
  "config-git": "Configure Git client",
@@ -1139,7 +1145,7 @@
1139
1145
  "no-empty": "Cannot create default file set on a non-empty project",
1140
1146
  "git-error": "git error"
1141
1147
  },
1142
- "errors" : {
1148
+ "errors": {
1143
1149
  "no-username-email": "Your Git client is not configured with a username/email.",
1144
1150
  "unexpected": "An unexpected error occurred",
1145
1151
  "code": "code"
@@ -1157,12 +1163,13 @@
1157
1163
  "tourGuide": {
1158
1164
  "takeATour": "Take a tour",
1159
1165
  "start": "Start",
1160
- "next": "Next"
1166
+ "next": "Next",
1167
+ "welcomeTours": "Welcome Tours"
1161
1168
  },
1162
1169
  "diagnostics": {
1163
1170
  "title": "System Info"
1164
1171
  },
1165
- "languages" : {
1172
+ "languages": {
1166
1173
  "de": "German",
1167
1174
  "en-US": "English",
1168
1175
  "ja": "Japanese",
@@ -1173,18 +1180,24 @@
1173
1180
  },
1174
1181
  "validator": {
1175
1182
  "errors": {
1176
- "invalid-json": "Invalid JSON data: __error__",
1177
- "invalid-json-prop": "__prop__: invalid JSON data: __error__",
1178
- "invalid-prop": "Invalid property expression",
1179
- "invalid-prop-prop": "__prop__: invalid property expression",
1180
- "invalid-num": "Invalid number",
1181
- "invalid-num-prop": "__prop__: invalid number",
1182
- "invalid-regexp": "Invalid input pattern",
1183
- "invalid-regex-prop": "__prop__: invalid input pattern",
1184
- "missing-required-prop": "__prop__: property value missing",
1185
- "invalid-config": "__prop__: invalid configuration node",
1186
- "missing-config": "__prop__: missing configuration node",
1187
- "validation-error": "__prop__: validation error: __node__, __id__: __error__"
1188
- }
1183
+ "invalid-json": "Invalid JSON data: __error__",
1184
+ "invalid-json-prop": "__prop__: invalid JSON data: __error__",
1185
+ "invalid-prop": "Invalid property expression",
1186
+ "invalid-prop-prop": "__prop__: invalid property expression",
1187
+ "invalid-num": "Invalid number",
1188
+ "invalid-num-prop": "__prop__: invalid number",
1189
+ "invalid-regexp": "Invalid input pattern",
1190
+ "invalid-regex-prop": "__prop__: invalid input pattern",
1191
+ "missing-required-prop": "__prop__: property value missing",
1192
+ "invalid-config": "__prop__: invalid configuration node",
1193
+ "missing-config": "__prop__: missing configuration node",
1194
+ "validation-error": "__prop__: validation error: __node__, __id__: __error__"
1195
+ }
1196
+ },
1197
+ "contextMenu": {
1198
+ "insert": "Insert",
1199
+ "node": "Node",
1200
+ "junction": "Junction",
1201
+ "linkNodes": "Link Nodes"
1189
1202
  }
1190
1203
  }
@@ -1,23 +1,23 @@
1
1
  {
2
2
  "info": {
3
- "tip0" : "You can remove the selected nodes or links with {{core:delete-selection}}",
4
- "tip1" : "Search for nodes using {{core:search}}",
5
- "tip2" : "{{core:toggle-sidebar}} will toggle the view of this sidebar",
6
- "tip3" : "You can manage your palette of nodes with {{core:manage-palette}}",
7
- "tip4" : "Your flow configuration nodes are listed in the sidebar panel. It can be accessed from the menu or with {{core:show-config-tab}}",
8
- "tip5" : "Enable or disable these tips from the option in the settings",
9
- "tip6" : "Move the selected nodes using the [left] [up] [down] and [right] keys. Hold [shift] to nudge them further",
10
- "tip7" : "Dragging a node onto a wire will splice it into the link",
11
- "tip8" : "Export the selected nodes, or the current tab with {{core:show-export-dialog}}",
12
- "tip9" : "Import a flow by dragging its JSON into the editor, or with {{core:show-import-dialog}}",
13
- "tip10" : "[shift] [click] and drag on a node port to move all of the attached wires or just the selected one",
14
- "tip11" : "Show the Info tab with {{core:show-info-tab}} or the Debug tab with {{core:show-debug-tab}}",
15
- "tip12" : "[ctrl] [click] in the workspace to open the quick-add dialog",
16
- "tip13" : "Hold down [ctrl] when you [click] on a node port to enable quick-wiring",
17
- "tip14" : "Hold down [shift] when you [click] on a node to also select all of its connected nodes",
18
- "tip15" : "Hold down [ctrl] when you [click] on a node to add or remove it from the current selection",
19
- "tip16" : "Switch flow tabs with {{core:show-previous-tab}} and {{core:show-next-tab}}",
20
- "tip17" : "You can confirm your changes in the node edit tray with {{core:confirm-edit-tray}} or cancel them with {{core:cancel-edit-tray}}",
21
- "tip18" : "Pressing {{core:edit-selected-node}} will edit the first node in the current selection"
3
+ "tip0": "You can remove the selected nodes or links with {{core:delete-selection}}",
4
+ "tip1": "Search for nodes using {{core:search}}",
5
+ "tip2": "{{core:toggle-sidebar}} will toggle the view of this sidebar",
6
+ "tip3": "You can manage your palette of nodes with {{core:manage-palette}}",
7
+ "tip4": "Your flow configuration nodes are listed in the sidebar panel. It can be accessed from the menu or with {{core:show-config-tab}}",
8
+ "tip5": "Enable or disable these tips from the option in the settings",
9
+ "tip6": "Move the selected nodes using the [left] [up] [down] and [right] keys. Hold [shift] to nudge them further",
10
+ "tip7": "Dragging a node onto a wire will splice it into the link",
11
+ "tip8": "Export the selected nodes, or the current tab with {{core:show-export-dialog}}",
12
+ "tip9": "Import a flow by dragging its JSON into the editor, or with {{core:show-import-dialog}}",
13
+ "tip10": "[shift] [click] and drag on a node port to move all of the attached wires or just the selected one",
14
+ "tip11": "Show the Info tab with {{core:show-info-tab}} or the Debug tab with {{core:show-debug-tab}}",
15
+ "tip12": "[ctrl] [click] in the workspace to open the quick-add dialog",
16
+ "tip13": "Hold down [ctrl] when you [click] on a node port to enable quick-wiring",
17
+ "tip14": "Hold down [shift] when you [click] on a node to also select all of its connected nodes",
18
+ "tip15": "Hold down [ctrl] when you [click] on a node to add or remove it from the current selection",
19
+ "tip16": "Switch flow tabs with {{core:show-previous-tab}} and {{core:show-next-tab}}",
20
+ "tip17": "You can confirm your changes in the node edit tray with {{core:confirm-edit-tray}} or cancel them with {{core:cancel-edit-tray}}",
21
+ "tip18": "Pressing {{core:edit-selected-node}} will edit the first node in the current selection"
22
22
  }
23
23
  }
@@ -52,52 +52,52 @@
52
52
  "desc": "Finds occurrences of `pattern` within `str` and replaces them with `replacement`.\n\nThe optional `limit` parameter is the maximum number of replacements."
53
53
  },
54
54
  "$now": {
55
- "args":"$[picture [, timezone]]",
56
- "desc":"Generates a timestamp in ISO 8601 compatible format and returns it as a string. If the optional picture and timezone parameters are supplied, then the current timestamp is formatted as described by the `$fromMillis()` function"
55
+ "args": "$[picture [, timezone]]",
56
+ "desc": "Generates a timestamp in ISO 8601 compatible format and returns it as a string. If the optional picture and timezone parameters are supplied, then the current timestamp is formatted as described by the `$fromMillis()` function"
57
57
  },
58
58
  "$base64encode": {
59
- "args":"string",
60
- "desc":"Converts an ASCII string to a base 64 representation. Each character in the string is treated as a byte of binary data. This requires that all characters in the string are in the 0x00 to 0xFF range, which includes all characters in URI encoded strings. Unicode characters outside of that range are not supported."
59
+ "args": "string",
60
+ "desc": "Converts an ASCII string to a base 64 representation. Each character in the string is treated as a byte of binary data. This requires that all characters in the string are in the 0x00 to 0xFF range, which includes all characters in URI encoded strings. Unicode characters outside of that range are not supported."
61
61
  },
62
62
  "$base64decode": {
63
- "args":"string",
64
- "desc":"Converts base 64 encoded bytes to a string, using a UTF-8 Unicode codepage."
63
+ "args": "string",
64
+ "desc": "Converts base 64 encoded bytes to a string, using a UTF-8 Unicode codepage."
65
65
  },
66
66
  "$number": {
67
67
  "args": "arg",
68
68
  "desc": "Casts the `arg` parameter to a number using the following casting rules:\n\n - Numbers are unchanged\n - Strings that contain a sequence of characters that represent a legal JSON number are converted to that number\n - All other values cause an error to be thrown."
69
69
  },
70
70
  "$abs": {
71
- "args":"number",
72
- "desc":"Returns the absolute value of the `number` parameter."
71
+ "args": "number",
72
+ "desc": "Returns the absolute value of the `number` parameter."
73
73
  },
74
74
  "$floor": {
75
- "args":"number",
76
- "desc":"Returns the value of `number` rounded down to the nearest integer that is smaller or equal to `number`."
75
+ "args": "number",
76
+ "desc": "Returns the value of `number` rounded down to the nearest integer that is smaller or equal to `number`."
77
77
  },
78
78
  "$ceil": {
79
- "args":"number",
80
- "desc":"Returns the value of `number` rounded up to the nearest integer that is greater than or equal to `number`."
79
+ "args": "number",
80
+ "desc": "Returns the value of `number` rounded up to the nearest integer that is greater than or equal to `number`."
81
81
  },
82
82
  "$round": {
83
- "args":"number [, precision]",
84
- "desc":"Returns the value of the `number` parameter rounded to the number of decimal places specified by the optional `precision` parameter."
83
+ "args": "number [, precision]",
84
+ "desc": "Returns the value of the `number` parameter rounded to the number of decimal places specified by the optional `precision` parameter."
85
85
  },
86
86
  "$power": {
87
- "args":"base, exponent",
88
- "desc":"Returns the value of `base` raised to the power of `exponent`."
87
+ "args": "base, exponent",
88
+ "desc": "Returns the value of `base` raised to the power of `exponent`."
89
89
  },
90
90
  "$sqrt": {
91
- "args":"number",
92
- "desc":"Returns the square root of the value of the `number` parameter."
91
+ "args": "number",
92
+ "desc": "Returns the square root of the value of the `number` parameter."
93
93
  },
94
94
  "$random": {
95
- "args":"",
96
- "desc":"Returns a pseudo random number greater than or equal to zero and less than one."
95
+ "args": "",
96
+ "desc": "Returns a pseudo random number greater than or equal to zero and less than one."
97
97
  },
98
98
  "$millis": {
99
- "args":"",
100
- "desc":"Returns the number of milliseconds since the Unix Epoch (1 January, 1970 UTC) as a number. All invocations of `$millis()` within an evaluation of an expression will all return the same value."
99
+ "args": "",
100
+ "desc": "Returns the number of milliseconds since the Unix Epoch (1 January, 1970 UTC) as a number. All invocations of `$millis()` within an evaluation of an expression will all return the same value."
101
101
  },
102
102
  "$sum": {
103
103
  "args": "array",
@@ -136,20 +136,20 @@
136
136
  "desc": "Appends two arrays"
137
137
  },
138
138
  "$sort": {
139
- "args":"array [, function]",
140
- "desc":"Returns an array containing all the values in the `array` parameter, but sorted into order.\n\nIf a comparator `function` is supplied, then it must be a function that takes two parameters:\n\n`function(left, right)`\n\nThis function gets invoked by the sorting algorithm to compare two values left and right. If the value of left should be placed after the value of right in the desired sort order, then the function must return Boolean `true` to indicate a swap. Otherwise it must return `false`."
139
+ "args": "array [, function]",
140
+ "desc": "Returns an array containing all the values in the `array` parameter, but sorted into order.\n\nIf a comparator `function` is supplied, then it must be a function that takes two parameters:\n\n`function(left, right)`\n\nThis function gets invoked by the sorting algorithm to compare two values left and right. If the value of left should be placed after the value of right in the desired sort order, then the function must return Boolean `true` to indicate a swap. Otherwise it must return `false`."
141
141
  },
142
142
  "$reverse": {
143
- "args":"array",
144
- "desc":"Returns an array containing all the values from the `array` parameter, but in reverse order."
143
+ "args": "array",
144
+ "desc": "Returns an array containing all the values from the `array` parameter, but in reverse order."
145
145
  },
146
146
  "$shuffle": {
147
- "args":"array",
148
- "desc":"Returns an array containing all the values from the `array` parameter, but shuffled into random order."
147
+ "args": "array",
148
+ "desc": "Returns an array containing all the values from the `array` parameter, but shuffled into random order."
149
149
  },
150
150
  "$zip": {
151
- "args":"array, ...",
152
- "desc":"Returns a convolved (zipped) array containing grouped arrays of values from the `array1` … `arrayN` arguments from index 0, 1, 2...."
151
+ "args": "array, ...",
152
+ "desc": "Returns a convolved (zipped) array containing grouped arrays of values from the `array1` … `arrayN` arguments from index 0, 1, 2...."
153
153
  },
154
154
  "$keys": {
155
155
  "args": "object",
@@ -168,24 +168,24 @@
168
168
  "desc": "Merges an array of `objects` into a single `object` containing all the key/value pairs from each of the objects in the input array. If any of the input objects contain the same key, then the returned `object` will contain the value of the last one in the array. It is an error if the input array contains an item that is not an object."
169
169
  },
170
170
  "$sift": {
171
- "args":"object, function",
172
- "desc":"Returns an object that contains only the key/value pairs from the `object` parameter that satisfy the predicate `function` passed in as the second parameter.\n\nThe `function` that is supplied as the second parameter must have the following signature:\n\n`function(value [, key [, object]])`"
171
+ "args": "object, function",
172
+ "desc": "Returns an object that contains only the key/value pairs from the `object` parameter that satisfy the predicate `function` passed in as the second parameter.\n\nThe `function` that is supplied as the second parameter must have the following signature:\n\n`function(value [, key [, object]])`"
173
173
  },
174
174
  "$each": {
175
- "args":"object, function",
176
- "desc":"Returns an array containing the values return by the `function` when applied to each key/value pair in the `object`."
175
+ "args": "object, function",
176
+ "desc": "Returns an array containing the values return by the `function` when applied to each key/value pair in the `object`."
177
177
  },
178
178
  "$map": {
179
- "args":"array, function",
180
- "desc":"Returns an array containing the results of applying the `function` parameter to each value in the `array` parameter.\n\nThe `function` that is supplied as the second parameter must have the following signature:\n\n`function(value [, index [, array]])`"
179
+ "args": "array, function",
180
+ "desc": "Returns an array containing the results of applying the `function` parameter to each value in the `array` parameter.\n\nThe `function` that is supplied as the second parameter must have the following signature:\n\n`function(value [, index [, array]])`"
181
181
  },
182
182
  "$filter": {
183
- "args":"array, function",
184
- "desc":"Returns an array containing only the values in the `array` parameter that satisfy the `function` predicate.\n\nThe `function` that is supplied as the second parameter must have the following signature:\n\n`function(value [, index [, array]])`"
183
+ "args": "array, function",
184
+ "desc": "Returns an array containing only the values in the `array` parameter that satisfy the `function` predicate.\n\nThe `function` that is supplied as the second parameter must have the following signature:\n\n`function(value [, index [, array]])`"
185
185
  },
186
186
  "$reduce": {
187
- "args":"array, function [, init]",
188
- "desc":"Returns an aggregated value derived from applying the `function` parameter successively to each value in `array` in combination with the result of the previous application of the function.\n\nThe function must accept two arguments, and behaves like an infix operator between each value within the `array`. The signature of `function` must be of the form: `myfunc($accumulator, $value[, $index[, $array]])`\n\nThe optional `init` parameter is used as the initial value in the aggregation."
187
+ "args": "array, function [, init]",
188
+ "desc": "Returns an aggregated value derived from applying the `function` parameter successively to each value in `array` in combination with the result of the previous application of the function.\n\nThe function must accept two arguments, and behaves like an infix operator between each value within the `array`. The signature of `function` must be of the form: `myfunc($accumulator, $value[, $index[, $array]])`\n\nThe optional `init` parameter is used as the initial value in the aggregation."
189
189
  },
190
190
  "$flowContext": {
191
191
  "args": "string[, string]",
@@ -302,9 +302,9 @@
302
302
  "successfulRestart": "フローの再起動が成功しました",
303
303
  "deployFailed": "デプロイが失敗しました: __message__",
304
304
  "unusedConfigNodes": "使われていない設定ノードがあります。",
305
- "unusedConfigNodesButton":"未使用の構成ノードを検索",
306
- "unknownNodesButton":"不明なノードを検索する",
307
- "invalidNodesButton":"無効なノードを検索する",
305
+ "unusedConfigNodesButton": "未使用の構成ノードを検索",
306
+ "unknownNodesButton": "不明なノードを検索する",
307
+ "invalidNodesButton": "無効なノードを検索する",
308
308
  "errors": {
309
309
  "noResponse": "サーバの応答がありません"
310
310
  },
@@ -907,7 +907,8 @@
907
907
  "uknownNodes": "未知のノード",
908
908
  "unusedSubflows": "未使用のサブフロー",
909
909
  "hiddenFlows": "非表示のフロー",
910
- "modifiedNodes": "修正したノードやフロー"
910
+ "modifiedNodes": "修正したノードやフロー",
911
+ "thisFlow": "現在のフロー"
911
912
  }
912
913
  },
913
914
  "expressionEditor": {
@@ -1157,7 +1158,11 @@
1157
1158
  "tourGuide": {
1158
1159
  "takeATour": "ツアーを開始",
1159
1160
  "start": "開始",
1160
- "next": "次へ"
1161
+ "next": "次へ",
1162
+ "tours": "ツアー"
1163
+ },
1164
+ "diagnostics": {
1165
+ "title": "システム情報"
1161
1166
  },
1162
1167
  "languages": {
1163
1168
  "de": "ドイツ語",
@@ -1168,6 +1173,28 @@
1168
1173
  "zh-CN": "中国語(簡体)",
1169
1174
  "zh-TW": "中国語(繁体)"
1170
1175
  },
1176
+ "validator": {
1177
+ "errors": {
1178
+ "invalid-json": "JSONデータが不正: __error__",
1179
+ "invalid-json-prop": "__prop__: JSONデータが不正: __error__",
1180
+ "invalid-prop": "プロパティ式が不正",
1181
+ "invalid-prop-prop": "__prop__: プロパティ式が不正",
1182
+ "invalid-num": "数値が不正",
1183
+ "invalid-num-prop": "__prop__: 数値が不正",
1184
+ "invalid-regexp": "入力パターンが不正",
1185
+ "invalid-regex-prop": "__prop__: 入力パターンが不正",
1186
+ "missing-required-prop": "__prop__: プロパティが未設定",
1187
+ "invalid-config": "__prop__: 設定ノードが不正",
1188
+ "missing-config": "__prop__: 設定ノードが存在しません",
1189
+ "validation-error": "__prop__: チェックエラー: __node__, __id__: __error__"
1190
+ }
1191
+ },
1192
+ "contextMenu": {
1193
+ "insert": "挿入",
1194
+ "node": "ノード",
1195
+ "junction": "分岐点",
1196
+ "linkNodes": "Linkノード"
1197
+ },
1171
1198
  "action-list": {
1172
1199
  "toggle-show-tips": "ヒント表示切替",
1173
1200
  "show-about": "Node-REDの説明を表示",
@@ -1282,7 +1309,7 @@
1282
1309
  "search": "検索",
1283
1310
  "search-previous": "前を検索",
1284
1311
  "search-next": "次を検索",
1285
- "show-action-list": "アクション一覧を表示",
1312
+ "show-action-list": "動作一覧を表示",
1286
1313
  "confirm-edit-tray": "編集を完了",
1287
1314
  "cancel-edit-tray": "編集をキャンセル",
1288
1315
  "show-remote-diff": "リモートとの変更差分を表示",
@@ -1304,22 +1331,11 @@
1304
1331
  "zoom-out": "ズームアウト",
1305
1332
  "zoom-reset": "ズームリセット",
1306
1333
  "toggle-navigator": "ナビゲータ表示切替",
1307
- "show-system-info": "システムインフォメーション"
1308
- },
1309
- "validator": {
1310
- "errors": {
1311
- "invalid-json": "JSONデータが不正: __error__",
1312
- "invalid-json-prop": "__prop__: JSONデータが不正: __error__",
1313
- "invalid-prop": "プロパティ式が不正",
1314
- "invalid-prop-prop": "__prop__: プロパティ式が不正",
1315
- "invalid-num": "数値が不正",
1316
- "invalid-num-prop": "__prop__: 数値が不正",
1317
- "invalid-regexp": "入力パターンが不正",
1318
- "invalid-regex-prop": "__prop__: 入力パターンが不正",
1319
- "missing-required-prop": "__prop__: プロパティが未設定",
1320
- "invalid-config": "__prop__: 設定ノードが不正",
1321
- "missing-config": "__prop__: 設定ノードが存在しません",
1322
- "validation-error": "__prop__: チェックエラー: __node__, __id__: __error__"
1323
- }
1334
+ "show-system-info": "システム情報",
1335
+ "split-wires-with-junctions": "分岐点によりワイヤーを分割",
1336
+ "new-project": "新しいプロジェクト",
1337
+ "open-project": "プロジェクトを開く",
1338
+ "show-project-settings": "プロジェクト設定を表示",
1339
+ "show-version-control-tab": "バージョンコントロールタブを表示"
1324
1340
  }
1325
1341
  }
@@ -17,7 +17,7 @@
17
17
  "tip14": "[shift] を押しながらノードを [click] すると、接続された全てのノードを選択できます。",
18
18
  "tip15": "[ctrl] を押しながらノードを [click] すると、選択/非選択を切り替えできます。",
19
19
  "tip16": "{{core:show-previous-tab}} や {{core:show-next-tab}} で、タブの切り替えができます。",
20
- "tip17": "ノードのプロバティ設定画面にて {{core:confirm-edit-tray}} を押すと、変更を確定できます。また、 {{core:cancel-edit-tray}} を押すと、変更を取り消せます。",
20
+ "tip17": "ノードのプロパティ設定画面にて {{core:confirm-edit-tray}} を押すと、変更を確定できます。また、 {{core:cancel-edit-tray}} を押すと、変更を取り消せます。",
21
21
  "tip18": "ノードを選択し、 {{core:edit-selected-node}} を押すとプロパティ設定画面が表示されます。"
22
22
  }
23
23
  }
@@ -97,7 +97,7 @@
97
97
  "rename": "重命名",
98
98
  "delete": "删除",
99
99
  "keyboardShortcuts": "键盘快捷方式",
100
- "login": "登陆",
100
+ "login": "登录",
101
101
  "logout": "退出",
102
102
  "editPalette": "节点管理",
103
103
  "other": "其他",
@@ -122,16 +122,16 @@
122
122
  "zoom-in": "放大"
123
123
  },
124
124
  "user": {
125
- "loggedInAs": "作为 __name__ 登陆",
125
+ "loggedInAs": "作为 __name__ 登录",
126
126
  "username": "账号",
127
127
  "password": "密码",
128
- "login": "登陆",
129
- "loginFailed": "登陆失败",
128
+ "login": "登录",
129
+ "loginFailed": "登录失败",
130
130
  "notAuthorized": "未授权",
131
131
  "errors": {
132
- "settings": "设置信息需要登陆后才能访问",
133
- "deploy": "改动需要登陆后才能部署",
134
- "notAuthorized": "此操作需要登陆后才能执行"
132
+ "settings": "设置信息需要登录后才能访问",
133
+ "deploy": "改动需要登录后才能部署",
134
+ "notAuthorized": "此操作需要登录后才能执行"
135
135
  }
136
136
  },
137
137
  "notification": {