@node-red/editor-client 3.1.3 → 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__",
@@ -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",
@@ -304,7 +303,8 @@
304
303
  "missingType": "Input not a valid flow - item __index__ missing 'type' property"
305
304
  },
306
305
  "conflictNotification1": "Some of the nodes you are importing already exist in your workspace.",
307
- "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"
308
308
  },
309
309
  "copyMessagePath": "Path copied",
310
310
  "copyMessageValue": "Value copied",
@@ -708,7 +708,7 @@
708
708
  "triggerAction": "Trigger action",
709
709
  "find": "Find in workspace",
710
710
  "copyItemUrl": "Copy item url",
711
- "copyURL2Clipboard": "Copied url to clipboard",
711
+ "copyURL2Clipboard": "Copied url to clipboard",
712
712
  "showFlow": "Show",
713
713
  "hideFlow": "Hide"
714
714
  },
@@ -1207,15 +1207,16 @@
1207
1207
  "title": "System Info"
1208
1208
  },
1209
1209
  "languages": {
1210
- "de": "German",
1210
+ "de": "Deutsch",
1211
1211
  "en-US": "English",
1212
- "fr": "French",
1213
- "ja": "Japanese",
1212
+ "es-ES": "Español (España)",
1213
+ "fr": "Français",
1214
+ "ja": "日本語",
1214
1215
  "ko": "Korean",
1215
- "pt-BR":"Portuguese",
1216
- "ru": "Russian",
1217
- "zh-CN": "Chinese(Simplified)",
1218
- "zh-TW": "Chinese(Traditional)"
1216
+ "pt-BR": "Português (Brasil)",
1217
+ "ru": "Русский",
1218
+ "zh-CN": "简体中文",
1219
+ "zh-TW": "繁體中文"
1219
1220
  },
1220
1221
  "validator": {
1221
1222
  "errors": {
@@ -1223,6 +1224,7 @@
1223
1224
  "invalid-expr": "Invalid JSONata expression: __error__",
1224
1225
  "invalid-prop": "Invalid property expression",
1225
1226
  "invalid-num": "Invalid number",
1227
+ "invalid-num-prop": "__prop__: invalid number",
1226
1228
  "invalid-regexp": "Invalid input pattern",
1227
1229
  "invalid-regex-prop": "__prop__: invalid input pattern",
1228
1230
  "missing-required-prop": "__prop__: property value missing",