@flowuent-org/diagramming-core 1.0.6 → 1.0.8

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.
@@ -0,0 +1,713 @@
1
+ {
2
+ "hello": "hello world",
3
+ "collaborationDiagram": {
4
+ "title": "Collaboration Diagram",
5
+ "objects": "Objects",
6
+ "object": "Object",
7
+ "multipleObjects": "Multiple Objects",
8
+ "actor": "Actor",
9
+ "messages": "Messages",
10
+ "addMessage": "Add Message",
11
+ "label": "Label",
12
+ "edgeType": {
13
+ "message": "Message",
14
+ "selfMessage": "Self Message",
15
+ "returnMessage": "Return Message"
16
+ }
17
+ },
18
+ "collabObjectNodeSettings": {
19
+ "title": "Object Node Settings",
20
+ "label": "Label",
21
+ "addSelfMessage": "Add Self Message",
22
+ "close": "Close"
23
+ },
24
+ "actorNodeSettings": {
25
+ "title": "Actor Node Settings",
26
+ "label": "Label",
27
+ "color": "Color",
28
+ "addSelfMessage": "Add Self Message",
29
+ "close": "Close"
30
+ },
31
+ "addCollabEdgeDialog": {
32
+ "addEdge": "Add Edge",
33
+ "editEdge": "Edit Edge",
34
+ "sourceNode": "Source Node",
35
+ "targetNode": "Target Node",
36
+ "edgeType": "Edge Type",
37
+ "labelOptional": "Label (optional)",
38
+ "arrowHeadSource": "Arrowhead at Source",
39
+ "arrowHeadTarget": "Arrowhead at Target",
40
+ "none": "None",
41
+ "save": "Save",
42
+ "cancel": "Cancel",
43
+ "delete": "Delete",
44
+ "close": "Close",
45
+ "returnMessage": "Return Message",
46
+ "message": "Message"
47
+ },
48
+ "stateMachine": {
49
+ "compositeNodeSettings": {
50
+ "title": "Composite Node Settings",
51
+ "label": "Title",
52
+ "dividers": "Dividers",
53
+ "none": "None",
54
+ "vertical": "Vertical",
55
+ "horizontal": "Horizontal",
56
+ "dividerCount": "Divider Count",
57
+ "addSubstate": "Add Substate",
58
+ "add": "Add",
59
+ "substates": "Substates",
60
+ "noSubstates": "No substates",
61
+ "width": "Width",
62
+ "height": "Height",
63
+ "pinsTitle": "Entry/Exit Pins & Points",
64
+ "count": "Count",
65
+ "noPins": "No pins/points",
66
+ "selfTransition": "Self-Transition",
67
+ "done": "Done",
68
+ "delete": "Delete"
69
+ },
70
+ "stateNodeSettings": {
71
+ "title": "State Node Settings",
72
+ "label": "Label",
73
+ "activities": "Activities",
74
+ "addActivity": "Add Activity",
75
+ "color": "Color",
76
+ "selfTransition": "Self-Transition",
77
+ "apply": "Apply Changes"
78
+ },
79
+ "edgeSettings": {
80
+ "title": "Edge Settings",
81
+ "sourceNode": "Source Node",
82
+ "targetNode": "Target Node",
83
+ "label": "Label",
84
+ "arrowHeadSource": "Arrow Head (Source)",
85
+ "arrowHeadTarget": "Arrow Head (Target)",
86
+ "none": "None",
87
+ "delete": "Delete",
88
+ "cancel": "Cancel",
89
+ "save": "Save"
90
+ }
91
+ },
92
+ "operator": {
93
+ "add": "Add",
94
+ "subtract": "Subtract",
95
+ "multiply": "Multiply",
96
+ "divide": "Divide",
97
+ "greaterThan": "Greater Than",
98
+ "greaterThanOrEqual": "Greater Than or Equal",
99
+ "lessThan": "Less Than",
100
+ "lessThanOrEqual": "Less Than or Equal",
101
+ "negate": "Negate",
102
+ "not": "Not",
103
+ "and": "And",
104
+ "or": "Or",
105
+ "assign": "Assign",
106
+ "equal": "Equal",
107
+ "notEqual": "Not Equal"
108
+ },
109
+ "expression": {
110
+ "primitive": "Primitive",
111
+ "operation": "Operation",
112
+ "enterValue": "Enter value",
113
+ "operand": "Operand {{index}}"
114
+ },
115
+ "dataTypes": {
116
+ "string": "String",
117
+ "number": "Number",
118
+ "boolean": "Boolean",
119
+ "object": "Object",
120
+ "array": "Array",
121
+ "any": "Any",
122
+ "String": "String",
123
+ "Number": "Number",
124
+ "Object": "Object",
125
+ "Array": "Array",
126
+ "Map": "Map",
127
+ "Set": "Set",
128
+ "Int16": "Int16",
129
+ "Date": "Date",
130
+ "null": "Null",
131
+ "Boolean": "Boolean"
132
+ },
133
+ "parameterInput": {
134
+ "addParameterPlaceholder": "Type parameter name and press Enter",
135
+ "parameterName": "Parameter Name",
136
+ "parameterType": "Parameter Type"
137
+ },
138
+ "callForm": {
139
+ "selectFunction": "Select a function",
140
+ "functionRequired": "Function is required",
141
+ "argumentRequired": "Argument value is required",
142
+ "returnValueRequired": "Return value name is required",
143
+ "returnValueName": "Return Value Name",
144
+ "returnValueDataType": "Return Value Data Type",
145
+ "cancel": "Cancel"
146
+ },
147
+ "tryCatchForm": {
148
+ "tryBlock": "Try Block",
149
+ "catchBlock": "Catch Block"
150
+ },
151
+ "setNodeForm": {
152
+ "variable": "Variable",
153
+ "value": "Value"
154
+ },
155
+ "returnNodeForm": {
156
+ "value": "Value"
157
+ },
158
+ "loopNodeForm": {
159
+ "condition": "Condition"
160
+ },
161
+ "ifNodeForm": {
162
+ "condition": "Condition"
163
+ },
164
+ "forLoopNodeForm": {
165
+ "initialization": "Initialization",
166
+ "condition": "Condition",
167
+ "update": "Update",
168
+ "dataType": "Data Type",
169
+ "conditions": "Conditions",
170
+ "childNodes": "Child Nodes",
171
+ "childNodesDescription": "Child nodes inside the for loop will be shown when expanded."
172
+ },
173
+ "button": {
174
+ "send": "Send",
175
+ "cancel": "Cancel",
176
+ "close": "Close",
177
+ "delete": "Delete"
178
+ },
179
+ "nodeForm": {
180
+ "executionCount": "Execution Count",
181
+ "maxThreads": "Max Concurrent Threads",
182
+ "timeout": "Timeout (ms)",
183
+ "switchValue": "Switch Value",
184
+ "selectVariable": "Select a Variable",
185
+ "option1": "Option 1",
186
+ "option2": "Option 2",
187
+ "option3": "Option 3",
188
+ "fallbackValue": "Fallback Value",
189
+ "caseCount": "Case Count",
190
+ "groupName": "Group Name",
191
+ "groupSize": "Group Size",
192
+ "description": "Description",
193
+ "noData": "No data available for this node type.",
194
+ "restApi": "REST API",
195
+ "graphqlApi": "GraphQL API",
196
+ "unsupportedType": "Unsupported node type: {{type}}",
197
+ "testOptions": "Test Options",
198
+ "fallbackValueHelper": "Value to use when no case matches",
199
+ "caseCountHelper": "Number of cases in the switch statement",
200
+ "variables": "Variables",
201
+ "source": "Source"
202
+ },
203
+ "availableVariables": {
204
+ "title": "Available Variables",
205
+ "noVariables": "No variables available yet. Create function, let, set, or forLoop nodes to see variables here.",
206
+ "variables": "Variables",
207
+ "source": "Source"
208
+ },
209
+ "letNodeForm": {
210
+ "bindingName": "Binding Name {{index}}",
211
+ "bindingValue": "Binding Value {{index}}",
212
+ "addBinding": "Add Binding",
213
+ "removeBinding": "Remove Binding",
214
+ "assignmentMode": "Assignment Mode",
215
+ "simpleVariables": "Simple Variables",
216
+ "objectCreation": "Object Creation",
217
+ "customCode": "Custom Code",
218
+ "variableName": "Variable Name",
219
+ "properties": "Properties",
220
+ "propertyKey": "Property Key",
221
+ "propertyValue": "Property Value",
222
+ "addProperty": "Add Property",
223
+ "javascriptCode": "JavaScript Code",
224
+ "codePlaceholder": "let processedSale = {\n id: sale.id,\n amount: sale.amount * (1 + config.taxRate),\n category: sale.category,\n date: sale.date,\n region: sale.region || 'Unknown'\n};",
225
+ "validation": {
226
+ "bindingArrayError": "Bindings must be an array.",
227
+ "bindingRequiredError": "At least one binding is required.",
228
+ "bindingNameEmptyError": "Binding name at position {{index}} cannot be empty.",
229
+ "bindingNameInvalidError": "Binding name \"{{name}}\" at position {{index}} must start with a letter or underscore and contain only letters, numbers, and underscores.",
230
+ "bindingValueEmptyError": "Binding value at position {{index}} cannot be empty."
231
+ }
232
+ },
233
+ "functionForm": {
234
+ "normal": "Normal",
235
+ "advanced": "Advanced",
236
+ "functionName": "Function Name",
237
+ "parameters": "Parameters",
238
+ "injectCustomCode": "Inject Custom Code",
239
+ "injectCustomFunction": "Inject Custom Function",
240
+ "customCode": "Custom Code:",
241
+ "createFunction": "Create Function"
242
+ },
243
+ "status": {
244
+ "loading": "Loading",
245
+ "error": "Something went wrong"
246
+ },
247
+ "tooltip": {
248
+ "copyToClipboard": "Copy to Clipboard",
249
+ "clear": "Clear",
250
+ "undo": "Undo",
251
+ "redo": "Redo",
252
+ "download": "Download",
253
+ "exportJson": "Export JSON",
254
+ "exportCode": "Export Code",
255
+ "importJson": "Import JSON",
256
+ "toggleEdgeType": "Toggle Edge Type"
257
+ },
258
+ "alert": {
259
+ "codeCopied": "Code copied to clipboard"
260
+ },
261
+ "httpVerb": {
262
+ "get": "GET",
263
+ "post": "POST",
264
+ "put": "PUT",
265
+ "delete": "DELETE",
266
+ "patch": "PATCH"
267
+ },
268
+ "apiForm": {
269
+ "title": "REST API Configuration",
270
+ "method": "HTTP Method",
271
+ "url": "API Endpoint URL",
272
+ "urlPlaceholder": "https://api.example.com/users",
273
+ "headers": "Headers",
274
+ "queryParams": "Query Parameters",
275
+ "requestBody": "Request Body",
276
+ "bodyType": "Body Type",
277
+ "responseConfig": "Response Configuration",
278
+ "responseVariable": "Response Variable Name",
279
+ "responseVariablePlaceholder": "apiResponse, result, etc.",
280
+ "responseDataType": "Response Data Type",
281
+ "headerKey": "Key",
282
+ "headerValue": "Value",
283
+ "paramKey": "Key",
284
+ "paramValue": "Value",
285
+ "bodyTypes": {
286
+ "json": "JSON",
287
+ "form-data": "Form Data",
288
+ "x-www-form-urlencoded": "URL Encoded",
289
+ "raw": "Raw"
290
+ },
291
+ "responseDataTypes": {
292
+ "String": "String",
293
+ "Object": "Object",
294
+ "Array": "Array"
295
+ },
296
+ "addHeader": "Add Header",
297
+ "addParam": "Add Parameter",
298
+ "removeHeader": "Remove Header",
299
+ "removeParam": "Remove Parameter",
300
+ "validation": {
301
+ "urlRequired": "API endpoint URL is required",
302
+ "methodRequired": "HTTP method is required",
303
+ "responseVariableRequired": "Response variable name is required",
304
+ "invalidUrl": "Please enter a valid URL",
305
+ "headerKeyRequired": "Header key is required",
306
+ "headerValueRequired": "Header value is required",
307
+ "paramKeyRequired": "Parameter key is required",
308
+ "paramValueRequired": "Parameter value is required"
309
+ }
310
+ },
311
+ "customCodeModal": {
312
+ "title": "Inject Custom Function",
313
+ "description": "Custom Code",
314
+ "functionName": "Function Name",
315
+ "parameters": "Parameters",
316
+ "importCode": "Import Code",
317
+ "runCode": "Run Code",
318
+ "saveAsFunction": "Save as Function",
319
+ "close": "Close",
320
+ "result": "Result",
321
+ "error": "Error",
322
+ "functionPreview": "Function Preview:",
323
+ "functionBodyHint": "Write only the function body below (without function declaration):",
324
+ "functionBodyNote": "The function declaration above will be automatically added when executing or saving.",
325
+ "functionBodyPlaceholder": "// Example: return a + b;",
326
+ "noParameters": "/* no parameters */",
327
+ "functionBodyPlaceholderText": "// Your function body goes here"
328
+ },
329
+ "createFunctionModal": {
330
+ "title": "Create New Function",
331
+ "editTitle": "Edit Function",
332
+ "functionName": "Function Name",
333
+ "numberOfArguments": "Number of Arguments",
334
+ "generatedCode": "Generated code:",
335
+ "guidelines": {
336
+ "title": "Guidelines for Creating a Function:",
337
+ "uniqueName": "Function name should be unique.",
338
+ "arguments": "Choose number of arguments and set their names and operators.",
339
+ "autoGeneration": "Function code is generated automatically."
340
+ },
341
+ "example": {
342
+ "title": "Example:",
343
+ "name": "name: add",
344
+ "args": "args: a (+), b (-), c (*)",
345
+ "code": "code: return a + b - c;"
346
+ },
347
+ "buttons": {
348
+ "cancel": "Cancel",
349
+ "create": "Create",
350
+ "save": "Save"
351
+ }
352
+ },
353
+ "common": {
354
+ "save": "Save",
355
+ "cancel": "Cancel",
356
+ "close": "Close",
357
+ "add": "Add",
358
+ "delete": "Delete",
359
+ "edit": "Edit",
360
+ "apply": "Apply",
361
+ "search": "Search",
362
+ "undo": "Undo",
363
+ "redo": "Redo",
364
+ "width": "Width",
365
+ "height": "Height",
366
+ "color": "Color",
367
+ "colors": "Colors",
368
+ "shape": "Shape",
369
+ "label": "Label",
370
+ "description": "Description",
371
+ "none": "None",
372
+ "defaultMessage": "New Message"
373
+ },
374
+ "colors": {
375
+ "blue": "Blue",
376
+ "green": "Green",
377
+ "red": "Red",
378
+ "purple": "Purple",
379
+ "orange": "Orange",
380
+ "teal": "Teal",
381
+ "pink": "Pink",
382
+ "gray": "Gray",
383
+ "borderColor": "Border Color",
384
+ "background": "Background",
385
+ "colorPresets": "Color Presets"
386
+ },
387
+ "sequenceDiagram": {
388
+ "title": "Sequence Diagram",
389
+ "entities": "Entities",
390
+ "entity": "Entity",
391
+ "messages": "Messages",
392
+ "fragments": "Combined Fragments",
393
+ "templates": "Templates",
394
+ "components": "Components",
395
+ "shapes": {
396
+ "rectangle": "Rectangle",
397
+ "roundedBox": "Rounded Box",
398
+ "circle": "Circle",
399
+ "database": "Database",
400
+ "actor": "Actor"
401
+ },
402
+ "messageTypes": {
403
+ "synchronous": "Synchronous",
404
+ "asynchronous": "Asynchronous",
405
+ "return": "Return",
406
+ "selfMessage": "Self Message",
407
+ "sync": "Sync",
408
+ "async": "Async",
409
+ "self": "Self"
410
+ },
411
+ "fragmentTypes": {
412
+ "alt": "Alt (Conditional)",
413
+ "loop": "Loop",
414
+ "opt": "Opt (Optional)",
415
+ "par": "Par (Parallel)"
416
+ },
417
+ "controls": {
418
+ "addEntity": "Add Entity",
419
+ "addMessage": "Add Message",
420
+ "addFragment": "Add Fragment",
421
+ "loadTemplate": "Load Template"
422
+ },
423
+ "export": {
424
+ "filename": "sequence-diagram.json"
425
+ },
426
+ "errors": {
427
+ "needEntitiesForMessage": "You need at least one entity to add a message.",
428
+ "onlyConnectEntities": "You can only connect entity nodes with messages.",
429
+ "sourceTargetNotFound": "Source or target node not found",
430
+ "importFailed": "Failed to import diagram. Invalid file format."
431
+ }
432
+ },
433
+ "addMessageDialog": {
434
+ "title": "Add New Message",
435
+ "sourceEntity": "Source Entity",
436
+ "targetEntity": "Target Entity",
437
+ "messageType": "Message Type",
438
+ "messageLabel": "Message Label",
439
+ "buttons": {
440
+ "cancel": "Cancel",
441
+ "addMessage": "Add Message"
442
+ }
443
+ },
444
+ "editMessageDialog": {
445
+ "title": "Edit Message",
446
+ "messageType": "Message Type",
447
+ "messageLabel": "Message Label",
448
+ "buttons": {
449
+ "cancel": "Cancel",
450
+ "save": "Save",
451
+ "delete": "Delete"
452
+ }
453
+ },
454
+ "entitySettings": {
455
+ "title": "Entity Settings",
456
+ "fontSize": "Font Size",
457
+ "borderWidth": "Border Width",
458
+ "collapseLifeline": "Collapse Lifeline",
459
+ "showActivationArea": "Show Activation Area",
460
+ "activationAreas": "Activation Areas",
461
+ "activation": "Activation",
462
+ "startPosition": "Start Position",
463
+ "endPosition": "End Position",
464
+ "noActivationAreas": "No activation areas defined",
465
+ "buttons": {
466
+ "add": "Add",
467
+ "applyChanges": "Apply Changes"
468
+ }
469
+ },
470
+ "fragmentSettings": {
471
+ "title": "Fragment Settings",
472
+ "altFragmentTitle": "Alt Fragment Settings",
473
+ "fragmentName": "Fragment Name",
474
+ "conditions": "Conditions",
475
+ "addCondition": "Add Condition",
476
+ "buttons": {
477
+ "applyChanges": "Apply Changes"
478
+ }
479
+ },
480
+ "diagramControls": {
481
+ "sequenceDiagram": "Sequence Diagram",
482
+ "search": "Search",
483
+ "entities": "Entities",
484
+ "messages": "Messages",
485
+ "combinedFragments": "Combined Fragments",
486
+ "components": "Components",
487
+ "templates": "Templates",
488
+ "quickStart": "Quick start with pre-defined sequence diagram templates",
489
+ "templateDescriptions": {
490
+ "clientServer": "Basic request-response flow",
491
+ "authentication": "Login process with validation",
492
+ "databaseTransaction": "CRUD operation sequence"
493
+ },
494
+ "templateTitles": {
495
+ "clientServer": "Client-Server Interaction",
496
+ "authentication": "Authentication Flow",
497
+ "databaseTransaction": "Database Transaction"
498
+ }
499
+ },
500
+ "sequenceFlow": {
501
+ "editLabels": {
502
+ "entityLabel": "Edit Entity Label",
503
+ "messageLabel": "Edit Message Label",
504
+ "editFragment": "Edit Fragment"
505
+ },
506
+ "buttons": {
507
+ "save": "Save",
508
+ "cancel": "Cancel"
509
+ },
510
+ "alerts": {
511
+ "needEntitiesForMessage": "You need at least one entity to add a message.",
512
+ "onlyConnectEntities": "You can only connect entity nodes with messages."
513
+ }
514
+ },
515
+ "addNodeView": {
516
+ "title": "Add a new node",
517
+ "description": "Select your data flow type for your new nodes",
518
+ "searchPlaceholder": "Search Nodes...",
519
+ "nodeTypes": {
520
+ "parallel": "Parallel",
521
+ "functionCall": "Function Call",
522
+ "function": "Function",
523
+ "let": "Let",
524
+ "set": "Set",
525
+ "branch": "Branch",
526
+ "return": "Return",
527
+ "loop": "Loop",
528
+ "repeat": "Repeat",
529
+ "switch": "Switch",
530
+ "tryCatch": "Try/Catch",
531
+ "forLoop": "For Loop",
532
+ "graphql": "GraphQL Query"
533
+ }
534
+ },
535
+ "graphqlForm": {
536
+ "title": "GraphQL API Configuration",
537
+ "normal": "Normal",
538
+ "advanced": "Advanced",
539
+ "operationType": "Operation Type",
540
+ "operationName": "Operation Name",
541
+ "operationNamePlaceholder": "GetUser, CreatePost, etc.",
542
+ "rootField": "Root Field",
543
+ "rootFieldPlaceholder": "user, posts, createUser, etc.",
544
+ "url": "GraphQL Endpoint URL",
545
+ "urlPlaceholder": "https://api.example.com/graphql",
546
+ "queryPreview": "Query Preview",
547
+ "fieldsToFetch": "Fields to Fetch",
548
+ "fieldName": "Field Name",
549
+ "fieldNamePlaceholder": "id, name, email, etc.",
550
+ "arguments": "Arguments / Filters",
551
+ "argumentKey": "Key",
552
+ "argumentKeyPlaceholder": "id, limit, etc.",
553
+ "argumentValue": "Value",
554
+ "argumentValuePlaceholder": "1, 10, etc.",
555
+ "variables": "Variables",
556
+ "variablesDescription": "Variables make your GraphQL queries dynamic. Define variables here and use them in your query arguments. Example: Define variable \"id\" with type \"ID\" and use it in arguments as \"id: $id\".",
557
+ "variableName": "Variable Name",
558
+ "variableNamePlaceholder": "id (without $)",
559
+ "defaultValue": "Default Value",
560
+ "defaultValuePlaceholder": "123, 10, true, etc.",
561
+ "variableType": "Type",
562
+ "headers": "Headers",
563
+ "headerKey": "Key",
564
+ "headerValue": "Value",
565
+ "responseConfig": "Response Configuration",
566
+ "responseVariable": "Response Variable Name",
567
+ "responseVariablePlaceholder": "userData, result, etc.",
568
+ "responseDataType": "Response Data Type",
569
+ "injectCustomQuery": "Inject Custom Query",
570
+ "customQuery": "Custom GraphQL Query",
571
+ "customQueryDescription": "Write your custom GraphQL query here. This will override the normal mode configuration and use your custom query directly.",
572
+ "writeCustomQuery": "Write your custom GraphQL query below:",
573
+ "queryNote": "Include the complete query, mutation, or subscription with all necessary fields and variables.",
574
+ "queryPlaceholder": "query GetUser($userId: ID!) {\n user(id: $userId) {\n id\n name\n email\n }\n}",
575
+ "importQuery": "Import Query",
576
+ "saveQuery": "Save Query",
577
+ "close": "Close",
578
+ "operationTypes": {
579
+ "query": "Query",
580
+ "mutation": "Mutation",
581
+ "subscription": "Subscription"
582
+ },
583
+ "variableTypes": {
584
+ "String": "String",
585
+ "Int": "Int",
586
+ "Float": "Float",
587
+ "Boolean": "Boolean",
588
+ "ID": "ID"
589
+ },
590
+ "responseDataTypes": {
591
+ "String": "String",
592
+ "Object": "Object",
593
+ "Array": "Array"
594
+ },
595
+ "addField": "Add Field",
596
+ "addArgument": "Add Argument",
597
+ "addVariable": "Add Variable",
598
+ "addHeader": "Add Header",
599
+ "removeField": "Remove Field",
600
+ "removeArgument": "Remove Argument",
601
+ "removeVariable": "Remove Variable",
602
+ "removeHeader": "Remove Header",
603
+ "validation": {
604
+ "urlRequired": "GraphQL endpoint URL is required",
605
+ "rootFieldRequired": "Root field is required",
606
+ "responseVariableRequired": "Response variable name is required",
607
+ "invalidUrl": "Please enter a valid URL",
608
+ "fieldNameRequired": "Field name is required",
609
+ "argumentKeyRequired": "Argument key is required",
610
+ "argumentValueRequired": "Argument value is required",
611
+ "variableNameRequired": "Variable name is required",
612
+ "variableTypeRequired": "Variable type is required",
613
+ "headerKeyRequired": "Header key is required",
614
+ "headerValueRequired": "Header value is required",
615
+ "customQueryRequired": "Custom query is required in advanced mode"
616
+ }
617
+ },
618
+ "errors": {
619
+ "unknownNodeType": "Unknown node type: {{type}}",
620
+ "httpError": "HTTP {{status}}: {{statusText}}",
621
+ "unknownFunction": "unknownFunction",
622
+ "defaultCase": "Default"
623
+ },
624
+ "automation": {
625
+ "common": {
626
+ "executionResult": "Execution Result",
627
+ "status": "Status",
628
+ "success": "Success",
629
+ "failed": "Failed",
630
+ "timestamp": "Timestamp",
631
+ "error": "Error",
632
+ "fullNodeData": "Full Node Data",
633
+ "lastRan": "Last ran",
634
+ "lastRun": "Last run",
635
+ "schema": "Schema",
636
+ "matched": "Matched",
637
+ "partial": "Partial",
638
+ "ignored": "Ignored"
639
+ },
640
+ "startNode": {
641
+ "headerDescription": "Workflow entry point",
642
+ "initialContext": "Initial Context"
643
+ },
644
+ "apiNode": {
645
+ "headerDescription": "Get all CNN headlines",
646
+ "additionalInfo": "Generate compelling headlines based on the input topic",
647
+ "responseData": "Response Data"
648
+ },
649
+ "formattingNode": {
650
+ "headerDescription": "AI-powered content analysis",
651
+ "aiReasoning": "AI Reasoning",
652
+ "aiReasoningDefault": "Analyzed the selected headline for key components and promises",
653
+ "formattedData": "Formatted Data"
654
+ },
655
+ "endNode": {
656
+ "headerDescription": "Workflow completion and results display",
657
+ "finalOutput": "Final Output"
658
+ },
659
+ "aiSuggestionNode": {
660
+ "badgeSuggested": "Suggested Node",
661
+ "badgeAI": "AI",
662
+ "addThis": "Add this"
663
+ },
664
+ "sheetsNode": {
665
+ "googleSheets": "Google Sheets",
666
+ "readWriteRows": "Read/Write Rows",
667
+ "sheet": "Sheet",
668
+ "gmail": "Gmail",
669
+ "sendEmail": "Send Email",
670
+ "drafts": "Drafts",
671
+ "slack": "Slack",
672
+ "sendMessage": "Send Message",
673
+ "channel": "Channel",
674
+ "whatsappTwilio": "WhatsApp (Twilio)",
675
+ "whatsappWeb": "WhatsApp (Web)",
676
+ "apiSend": "API Send",
677
+ "phone": "Phone",
678
+ "notSet": "not set",
679
+ "sandboxMode": "Sandbox Mode",
680
+ "productionMode": "Production Mode",
681
+ "noOutputMethodsConfigured": "No output methods configured",
682
+ "addConfiguration": "Add Configuration",
683
+ "status": {
684
+ "notSet": "Not Set",
685
+ "configured": "Configured",
686
+ "running": "Running",
687
+ "connected": "Connected",
688
+ "failed": "Failed",
689
+ "mixed": "Mixed Status",
690
+ "success": "Success",
691
+ "ready": "Ready"
692
+ }
693
+ },
694
+ "executionPanel": {
695
+ "title": "Automation Execution",
696
+ "running": "Running",
697
+ "ready": "Ready",
698
+ "runWorkflow": "Run Workflow",
699
+ "stop": "Stop",
700
+ "executionInProgress": "Execution in progress...",
701
+ "lastRunSummary": "Last run",
702
+ "readyToExecute": "Ready to execute workflow",
703
+ "logsTitle": "Execution Logs",
704
+ "logsEmpty": "Logs will appear here as the workflow runs.",
705
+ "summaryTitle": "Execution Summary",
706
+ "runId": "Run ID",
707
+ "duration": "Duration",
708
+ "finalOutput": "Final Output",
709
+ "recentExecutions": "Recent Executions",
710
+ "runNumber": "Run"
711
+ }
712
+ }
713
+ }