@node-red/editor-client 3.1.2 → 3.1.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.
@@ -109,7 +109,6 @@
109
109
  "selectionToSubflow": "Auswahl in Subflow umwandeln",
110
110
  "flows": "Flow",
111
111
  "add": "Hinzufügen",
112
- "rename": "Umbenennen",
113
112
  "delete": "Löschen",
114
113
  "keyboardShortcuts": "Tastenkürzel",
115
114
  "login": "Anmelden",
@@ -1076,7 +1075,7 @@
1076
1075
  "git-auth-error": "Git-Authentifizierungsfehler"
1077
1076
  },
1078
1077
  "create-success": {
1079
- "success": "Sie haben Ihr erstes Projekt erfolgreich erstduellt!",
1078
+ "success": "Sie haben Ihr erstes Projekt erfolgreich erstellt!",
1080
1079
  "desc0": "Sie können jetzt Node-RED wie bisher verwenden.",
1081
1080
  "desc1": "Im Tab 'Info' in der Seitenleiste wird angezeigt, welches das aktuelle Projekt ist. Über die Schaltfläche rechts neben dem Projektnamen gelangt man zu 'Projekteinstellungen'.",
1082
1081
  "desc2": "Im Tab 'Commit-Historie' in der Seitenleiste werden alle Dateien angezeigt, die sich in Ihrem Projekt geändert haben, und um sie ins lokale Repository zu übertragen (commit). Es zeigt Ihnen eine vollständige Historie Ihrer Commits an und ermöglicht es Ihnen, Ihre Commits in ein (remote) Server-Repository zu schieben (push)."
@@ -1172,17 +1171,6 @@
1172
1171
  "diagnostics": {
1173
1172
  "title": "System-Informationen"
1174
1173
  },
1175
- "languages": {
1176
- "de": "Deutsch",
1177
- "en-US": "Englisch",
1178
- "fr": "Französisch",
1179
- "ja": "Japanisch",
1180
- "ko": "Koreanisch",
1181
- "pt-BR":"Portugiesisch",
1182
- "ru": "Russisch",
1183
- "zh-CN": "Chinesisch (Vereinfacht)",
1184
- "zh-TW": "Chinesisch (Traditionell)"
1185
- },
1186
1174
  "validator": {
1187
1175
  "errors": {
1188
1176
  "invalid-json": "Ungültige JSON-Daten: __error__",
@@ -113,7 +113,7 @@
113
113
  "displayStatus": "Show node status",
114
114
  "displayConfig": "Configuration nodes",
115
115
  "import": "Import",
116
- "importExample": "Import Example Flow",
116
+ "importExample": "Import example flow",
117
117
  "export": "Export",
118
118
  "search": "Search flows",
119
119
  "searchInput": "search your flows",
@@ -122,7 +122,6 @@
122
122
  "selectionToSubflow": "Selection to Subflow",
123
123
  "flows": "Flows",
124
124
  "add": "Add",
125
- "rename": "Rename",
126
125
  "delete": "Delete",
127
126
  "keyboardShortcuts": "Keyboard shortcuts",
128
127
  "login": "Login",
@@ -130,6 +129,11 @@
130
129
  "editPalette": "Manage palette",
131
130
  "other": "Other",
132
131
  "showTips": "Show tips",
132
+ "showNodeHelp": "Show node help",
133
+ "enableSelectedNodes": "Enable selected nodes",
134
+ "disableSelectedNodes": "Disable selected nodes",
135
+ "showSelectedNodeLabels": "Show selected node labels",
136
+ "hideSelectedNodeLabels": "Hide selected node labels",
133
137
  "showWelcomeTours": "Show guided tours for new versions",
134
138
  "help": "Node-RED website",
135
139
  "projects": "Projects",
@@ -299,7 +303,8 @@
299
303
  "missingType": "Input not a valid flow - item __index__ missing 'type' property"
300
304
  },
301
305
  "conflictNotification1": "Some of the nodes you are importing already exist in your workspace.",
302
- "conflictNotification2": "Select which nodes to import and whether to replace the existing nodes, or to import a copy of them."
306
+ "conflictNotification2": "Select which nodes to import and whether to replace the existing nodes, or to import a copy of them.",
307
+ "alreadyExists": "This node already exists"
303
308
  },
304
309
  "copyMessagePath": "Path copied",
305
310
  "copyMessageValue": "Value copied",
@@ -511,8 +516,8 @@
511
516
  "selectAllConnected": "Select connected",
512
517
  "addRemoveNode": "Add/remove node from selection",
513
518
  "editSelected": "Edit selected node",
514
- "deleteSelected": "Delete selected nodes or link",
515
- "deleteReconnect": "Delete and Reconnect",
519
+ "deleteSelected": "Delete selection",
520
+ "deleteReconnect": "Delete and reconnect",
516
521
  "importNode": "Import nodes",
517
522
  "exportNode": "Export nodes",
518
523
  "nudgeNode": "Move selected nodes (1px)",
@@ -703,7 +708,7 @@
703
708
  "triggerAction": "Trigger action",
704
709
  "find": "Find in workspace",
705
710
  "copyItemUrl": "Copy item url",
706
- "copyURL2Clipboard": "Copied url to clipboard",
711
+ "copyURL2Clipboard": "Copied url to clipboard",
707
712
  "showFlow": "Show",
708
713
  "hideFlow": "Hide"
709
714
  },
@@ -1202,15 +1207,16 @@
1202
1207
  "title": "System Info"
1203
1208
  },
1204
1209
  "languages": {
1205
- "de": "German",
1210
+ "de": "Deutsch",
1206
1211
  "en-US": "English",
1207
- "fr": "French",
1208
- "ja": "Japanese",
1212
+ "es-ES": "Español (España)",
1213
+ "fr": "Français",
1214
+ "ja": "日本語",
1209
1215
  "ko": "Korean",
1210
- "pt-BR":"Portuguese",
1211
- "ru": "Russian",
1212
- "zh-CN": "Chinese(Simplified)",
1213
- "zh-TW": "Chinese(Traditional)"
1216
+ "pt-BR": "Português (Brasil)",
1217
+ "ru": "Русский",
1218
+ "zh-CN": "简体中文",
1219
+ "zh-TW": "繁體中文"
1214
1220
  },
1215
1221
  "validator": {
1216
1222
  "errors": {
@@ -1218,6 +1224,7 @@
1218
1224
  "invalid-expr": "Invalid JSONata expression: __error__",
1219
1225
  "invalid-prop": "Invalid property expression",
1220
1226
  "invalid-num": "Invalid number",
1227
+ "invalid-num-prop": "__prop__: invalid number",
1221
1228
  "invalid-regexp": "Invalid input pattern",
1222
1229
  "invalid-regex-prop": "__prop__: invalid input pattern",
1223
1230
  "missing-required-prop": "__prop__: property value missing",
@@ -1227,6 +1234,7 @@
1227
1234
  }
1228
1235
  },
1229
1236
  "contextMenu": {
1237
+ "showActionList": "Show action list",
1230
1238
  "insert": "Insert",
1231
1239
  "node": "Node",
1232
1240
  "junction": "Junction",