gb.json
28.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
{
"404": {
"title": "This pageโs gone fishing.",
"text": "If you feel that itโs not right, please send us a message at ",
"back_button": "Back to dashboard"
},
"maps": {
"table": {
"mapId": "System ID",
"mapCode": "Map Code",
"mapName": "Map Name",
"mapType": "Map Type",
"version": "Version",
"description": "Description",
"active": "Active",
"resourceUrl": "Resource URL",
"resourceAutoSync": "Auto Sync Resource",
"pointsUrl": "Points URL",
"pointsAutoSync": "Auto Sync Points",
"syncInterval": "Interval(s)",
"createdAt": "Created At",
"actions": "Actions"
},
"actions": {
"add": "Add",
"canvas": "Canvas",
"delete": "Delete",
"edit": "Edit",
"refresh": "Refresh",
"resetFilters": "Reset Filters",
"refreshed": "Refreshed",
"resetFiltersDone": "Filters reset",
"selectForDelete": "Please select items to delete",
"deletedCount": "{count} items deleted",
"sync": "Sync"
},
"messages": {
"missingId": "Missing id",
"confirmDelete": "Are you sure you want to delete this map?",
"deleteFailed": "Delete failed",
"deleted": "Deleted",
"operationFailed": "Operation failed",
"syncSuccess": "Sync successful",
"syncFailed": "Sync failed",
"loadFailed": "Failed to load map",
"updateFailed": "Update failed",
"updated": "Updated",
"filterChanged": "Filter changed:",
"fetchFailed": "Failed to fetch maps",
"confirmBulkDelete": "Are you sure you want to delete the selected {count} maps?",
"bulkDeleteFailed": "Bulk delete failed"
},
"options": {
"mapType": {
"topo": "Topology Map",
"radar": "Radar Map"
}
},
"editor": {
"buttons": {
"save": "Save",
"back": "Back",
"select": "Select",
"pan": "Pan",
"addNode": "Add Node",
"connect": "Connect",
"arc": "Arc",
"batchArc": "Batch Tangential Arcs",
"fourWayEdge": "Four-way Edges",
"xDirectionEdge": "X-direction Edges",
"yDirectionEdge": "Y-direction Edges",
"batchEdit": "Batch Edit",
"copy": "Copy",
"move": "Move",
"importBgImage": "Import Background Image",
"bgSettings": "Background Settings",
"clearBgImage": "Clear Background Image",
"undo": "Undo",
"zoomIn": "Zoom In",
"zoomOut": "Zoom Out",
"resetView": "Reset View",
"cancel": "Cancel",
"confirm": "Confirm",
"generate": "Generate",
"apply": "Apply"
},
"labels": {
"code": "Code",
"type": "Type",
"coordinateX": "Coordinate X",
"coordinateY": "Coordinate Y",
"orientation": "Orientation",
"allowRotate": "Allow Rotate",
"allowReverseEntry": "Allow Reverse Entry",
"maxCoordinateOffset": "Max Coordinate Offset (m)",
"maxAngleDeviation": "Max Angle Deviation (deg)",
"maxSpeed": "Max Speed (m/s)",
"startNodeCode": "Start Node Code",
"endNodeCode": "End Node Code",
"isReverse": "Is Reverse",
"isArc": "Is Arc",
"centerX": "Center X",
"centerY": "Center Y",
"arcRadius": "Arc Radius",
"scale": "Scale",
"opacity": "Opacity",
"rotation": "Rotation (deg)",
"resourceUrl": "Resource URL",
"pointsUrl": "Points URL",
"offsetX": "Offset X",
"offsetY": "Offset Y",
"xOffset": "X Offset",
"yOffset": "Y Offset",
"nodeType": "Node Type",
"nodeOrientation": "Node Orientation",
"allowRotateLabel": "Allow Rotate",
"reverseEntryLabel": "Reverse Entry"
},
"nodeTypes": {
"speediness": "Speediness",
"charger": "Charger",
"store": "Store",
"parking": "Parking"
},
"orientations": {
"none": "None",
"deg0": "0",
"deg90": "90",
"deg180": "180",
"deg270": "270"
},
"booleanOptions": {
"noChange": "No change",
"yes": "Yes",
"no": "No",
"allow": "Allow",
"notAllow": "Not allow"
},
"titles": {
"elementConfig": "Element Configuration",
"setArcRadius": "Set Arc Radius",
"batchGenerateArc": "Batch Generate Tangential Arcs",
"batchEditNodes": "Batch Edit Nodes",
"copyAndMove": "Copy and Move",
"moveSelectedElements": "Move Selected Elements",
"bgSettings": "Background Settings",
"confirmBack": "Confirm Back",
"saving": "Saving"
},
"messages": {
"selectNodeOrEdge": "Select a node or an edge to edit properties.",
"selectFirstEdge": "Select the first edge",
"candidate": "Candidate",
"nodes": "Nodes",
"edges": "Edges",
"maxRadius": "Max feasible radius: {radius}",
"selectedLines": "Selected straight lines: {count}",
"selectedNodes": "Selected nodes: {count}",
"rotationHint": "Hint: rotation range -180ยฐ to 180ยฐ",
"unsavedChanges": "Unsaved changes will be lost, confirm return?",
"previewDeveloping": "Preview is under development...",
"savingData": "Saving map data, please wait...",
"saveSuccess": "Map saved successfully",
"saveFailed": "Failed to save map: {error}",
"offsetCannotBeZero": "Offset cannot be zero",
"uploadSuccess": "Background image uploaded successfully",
"uploadFailed": "Failed to upload background image",
"noImageToSave": "Please upload background image first",
"settingsSaved": "Settings saved",
"settingsSaveFailed": "Failed to save settings",
"bgImageDeleted": "Background image deleted",
"bgImageDeleteFailed": "Failed to delete background image"
},
"validation": {
"nameRequired": "Please enter map name",
"nameTooLong": "Name cannot exceed {max} characters",
"codeRequired": "Please enter map code",
"codeInvalid": "Code must be two uppercase letters (e.g. AB)",
"typeRequired": "Please select map type"
},
"stats": {
"nodeCount": "Nodes: {count}",
"edgeCount": "Edges: {count}",
"statsFormat": "Nodes: {nodes} / Edges: {edges}"
}
}
},
"robots": {
"table": {
"robotId": "System ID",
"robotCode": "Robot Code",
"robotName": "Robot Name",
"robotManufacturer": "Manufacturer",
"robotSerialNumber": "Serial Number",
"robotType": "Robot Type",
"isOmnidirectional": "Omnidirectional",
"ipAddress": "IP Address",
"active": "Active",
"createdAt": "Created At",
"actions": "Actions"
},
"actions": {
"add": "Add",
"delete": "Delete",
"edit": "Edit",
"refresh": "Refresh",
"resetFilters": "Reset Filters",
"refreshed": "Refreshed",
"resetFiltersDone": "Filters reset",
"selectForDelete": "Please select items to delete",
"deletedCount": "{count} items deleted"
},
"messages": {
"missingId": "Missing ID",
"confirmDelete": "Are you sure you want to delete this robot?",
"deleteFailed": "Delete failed",
"deleted": "Deleted",
"operationFailed": "Operation failed",
"loadFailed": "Failed to load robot",
"updateFailed": "Update failed",
"updated": "Updated",
"filterChanged": "Filter changed:",
"refreshed": "Refreshed",
"refreshFailed": "Refresh failed",
"resetFiltersDone": "Filters reset",
"resetFiltersFailed": "Reset filters failed",
"selectForDelete": "Please select items to delete",
"confirmBulkDelete": "Are you sure you want to delete the selected {count} robots?",
"deletedCount": "Deleted {count} items",
"bulkDeleteFailed": "Bulk delete failed",
"fetchFailed": "Failed to fetch robot list",
"copySuccess": "Copied to clipboard",
"copyFailed": "Copy failed",
"copy": "Copy"
},
"editor": {
"edit": "Edit robot",
"add": "Add robot",
"title": "Robots"
},
"sections": {
"factoryInfo": "Factory info",
"basicParams": "Basic parameters",
"specs": "Specifications",
"pose": "Pose",
"motion": "Motion"
},
"form": {
"robotCode": "Robot Code",
"robotName": "Robot Name",
"robotType": "Robot Type",
"robotManufacturer": "Manufacturer",
"robotSerialNumber": "Serial Number",
"robotVersion": "Version",
"protocolName": "Protocol Name",
"protocolVersion": "Protocol Version",
"ipAddress": "IP Address",
"netPort": "Port",
"macAddress": "MAC Address",
"coordinateScale": "Coordinate Scale",
"radius": "Turning Radius (m)",
"isOmnidirectional": "Omnidirectional",
"active": "Active",
"payloadCapacity": "Max Payload (kg)",
"speedMax": "Max Speed (m/s)",
"speedMin": "Min Speed (m/s)",
"accelerationMax": "Max Acceleration (m/sยฒ)",
"decelerationMax": "Max Deceleration (m/sยฒ)",
"width": "Width (m)",
"length": "Length (m)",
"heightMin": "Min Height (m)",
"heightMax": "Max Height (m)",
"currentMapCode": "Current Map",
"currentNode": "Current Position",
"currentX": "Position X",
"currentY": "Position Y",
"currentTheta": "Rotation",
"status": "Status",
"online": "Online",
"operatingMode": "Operating Mode",
"batteryLevel": "Battery (%)",
"driving": "Driving",
"paused": "Paused",
"charging": "Charging",
"errors": "Errors"
},
"options": {
"robotType": {
"latent": "Latent AGV",
"forklift": "Forklift AGV"
},
"status": {
"idle": "Idle",
"busy": "Busy",
"error": "Error"
},
"online": {
"online": "Online",
"offline": "Offline",
"connectionbroken": "Connection broken"
},
"operatingMode": {
"automatic": "Automatic",
"semiautomatic": "Semiautomatic",
"manual": "Manual",
"service": "Service",
"teachin": "Teach-in"
}
}
},
"common": {
"delete": "ๅ ้ค",
"edit": "็ผ่พ"
},
"auth": {
"agree": "I agree to",
"createAccount": "Create account",
"createNewAccount": "Create New Account",
"username": "Username",
"email_invalid": "Please enter a valid email address",
"login": "Login",
"required_field": "This field is required",
"password": "Password",
"recover_password": "Recover password",
"sign_up": "Sign Up",
"keep_logged_in": "Keep me logged in",
"termsOfUse": "Terms of Use.",
"reset_password": "Reset password"
},
"typography": {
"primary": "Primary text styles",
"secondary": "Secondary text styles"
},
"dashboard": {
"versions": "Versions",
"setupRemoteConnections": "Setup Remote Connections",
"currentVisitors": "Current Visitors",
"selectMap": "Select Map",
"selectMapHint": "Please select a map from the dropdown above to monitor",
"stats": "Nodes",
"edges": "Edges",
"zoomIn": "Zoom In",
"zoomOut": "Zoom Out",
"resetView": "Reset View",
"startNode": "Start",
"endNode": "End",
"executeTask": "Execute Task",
"taskValidation": "Please enter start and end nodes",
"taskCreated": "Task created successfully",
"taskFailed": "Failed to create task",
"loadMapListFailed": "Failed to load map list",
"loadMapDetailFailed": "Failed to load map details",
"robotStatus": "Robot Status",
"noRobotData": "No robot data available",
"navigationLayout": "navigation layout",
"topBarButton": "Top Bar",
"sideBarButton": "Side Bar"
},
"language": {
"brazilian_portuguese": "Portuguรชs",
"english": "English",
"spanish": "Spanish",
"simplified_chinese": "Simplified Chinese",
"persian": "Persian"
},
"menu": {
"404": "404",
"auth": "Auth",
"buttons": "Buttons",
"timelines": "Timelines",
"dashboard": "Dashboard",
"billing": "Billing",
"login": "Login",
"preferences": "Account preferences",
"payments": "Payments",
"settings": "Application settings",
"pricing-plans": "Pricing plans",
"maps": "Maps",
"robots": "Robots",
"task-templates": "Task Templates",
"model-building": "Model Building",
"data-monitoring": "Data Monitoring",
"payment-methods": "Payment methods",
"signup": "Signup",
"recover-password": "Recover password",
"recover-password-email": "Recover password email",
"faq": "FAQ",
"users": "Users",
"projects": "Projects",
"task-scheduling": "Task Scheduling",
"robot-tasks": "Task Management"
},
"messages": {
"all": "See all messages",
"new": "New messages from {name}",
"mark_as_read": "Mark As Read"
},
"navbar": {
"messageUs": "Web development inquiries:",
"repository": "GitHub Repo",
"pauseAll": "Pause All"
},
"notifications": {
"all": "See all notifications",
"less": "See less notifications",
"mark_as_read": "Mark as read",
"sentMessage": "sent you a message",
"uploadedZip": "uploaded a new Zip file with {type}",
"startedTopic": "started a new topic"
},
"user": {
"language": "Change language",
"logout": "Logout",
"profile": "Profile",
"settings": "Settings",
"billing": "Billing",
"faq": "FAQ",
"helpAndSupport": "Help & support",
"projects": "Projects",
"account": "Account",
"explore": "Explore"
},
"treeView": {
"basic": "Basic",
"icons": "Icons",
"selectable": "Selectable",
"editable": "Editable",
"advanced": "Advanced"
},
"chat": {
"title": "Chat",
"sendButton": "Send"
},
"spacingPlayground": {
"value": "Value",
"margin": "Margin",
"padding": "Padding"
},
"spacing": {
"title": "Spacing"
},
"cards": {
"cards": "Cards",
"fixed": "Fixed",
"floating": "Floating",
"contentText": "The unique stripes of zebras make them one of the animals most familiar to people.",
"contentTextLong": "The unique stripes of zebras make them one of the animals most familiar to people. They occur in a variety of habitats, such as grasslands, savannas, woodlands, thorny scrublands, mountains, and coastal hills. Various anthropogenic factors have had a severe impact on zebra populations, in particular hunting for skins and habitat destruction. Grรฉvy's zebra and the mountain zebra are endangered. While plains zebras are much more plentiful, one subspecies, the quagga.",
"rowHeight": "Row height",
"title": {
"default": "Default",
"withControls": "With controls",
"customHeader": "Custom header",
"withoutHeader": "Without header",
"withImage": "With Image",
"withTitleOnImage": "With title on image",
"withCustomTitleOnImage": "With custom title on image",
"withStripe": "With stripe",
"withBackground": "With background"
},
"button": {
"main": "Main",
"cancel": "Cancel",
"showMore": "Show More",
"readMore": "Show More"
},
"link": {
"edit": "Edit",
"setAsDefault": "Set as default",
"delete": "Delete",
"traveling": "Traveling",
"france": "France",
"review": "Review",
"feedback": "Leave feedback",
"readFull": "Read full article",
"secondaryAction": "Secondary action",
"action1": "Action 1",
"action2": "Action 2"
}
},
"colors": {
"themeColors": "Theme Colors",
"extraColors": "Extra Colors",
"gradients": {
"basic": {
"title": "Button Gradients"
},
"hovered": {
"title": "Hovered Button Gradients",
"text": "Lighten 15% applied to an original style (gradient or flat color) for hover state."
},
"pressed": {
"title": "Pressed Button Gradients",
"text": "Darken 15% applied to an original style (gradient or flat color) for pressed state."
}
}
},
"tabs": {
"alignment": "Tabs alignment",
"overflow": "Tabs overflow",
"hidden": "Tabs with hidden slider",
"grow": "Tabs grow"
},
"helpAndSupport": "Help & support",
"aboutVuesticAdmin": "About Vuestic Admin",
"supportAndConsulting": "Support & Consulting",
"search": {
"placeholder": "Search..."
},
"buttonSelect": {
"dark": "Dark",
"light": "Light"
},
"vuestic": {
"search": "Search",
"noOptions": "Items not found",
"ok": "OK",
"cancel": "Cancel",
"uploadFile": "Upload file",
"undo": "Undo",
"dropzone": "Drop files here to upload",
"fileDeleted": "File deleted",
"closeAlert": "close alert",
"backToTop": "back to top",
"toggleDropdown": "toggle dropdown",
"carousel": "carousel",
"goPreviousSlide": "go previous slide",
"goNextSlide": "go next slide",
"goSlide": "go slide {index}",
"slideOf": "slide {index} of {length}",
"close": "close",
"openColorPicker": "open color picker",
"colorSelection": "color selection",
"colorName": "color {color}",
"decreaseCounter": "decrease counter",
"increaseCounter": "increase counter",
"selectAllRows": "select all rows",
"sortColumnBy": "sort column by {name}",
"selectRowByIndex": "select row {index}",
"resetDate": "reset date",
"nextPeriod": "next period",
"switchView": "switch view",
"previousPeriod": "previous period",
"removeFile": "remove file",
"reset": "reset",
"pagination": "pagination",
"goToTheFirstPage": "go to the first page",
"goToPreviousPage": "go to the previous page",
"goToSpecificPage": "go to the {page} page",
"goToSpecificPageInput": "enter the page number to go",
"goNextPage": "go next page",
"goLastPage": "go last page",
"currentRating": "current rating {value} of {max}",
"voteRating": "vote rating {value} of {max}",
"optionsFilter": "options filter",
"splitPanels": "split panels",
"movePaginationLeft": "move pagination left",
"movePaginationRight": "move pagination right",
"resetTime": "reset time",
"closeToast": "close toast",
"selectedOption": "Selected option",
"noSelectedOption": "Option is not selected",
"breadcrumbs": "breadcrumbs",
"counterValue": "counter value",
"selectedDate": "selected date",
"selectedTime": "selected time",
"progressState": "progress state",
"color": "color",
"next": "Next",
"back": "Previous",
"finish": "Finish",
"step": "step",
"progress": "progress",
"loading": "Loading",
"sliderValue": "Current slider value is {value}",
"switch": "Switch",
"inputField": "Input field",
"fileTypeIncorrect": "File type is incorrect",
"select": "Select an option"
},
"taskTemplates": {
"table": {
"serialNumber": "No.",
"templateId": "Template ID",
"templateCode": "Template Code",
"templateName": "Template Name",
"robotType": "Robot Type",
"manufacturer": "Manufacturer",
"description": "Description",
"isEnabled": "Enabled",
"isDefault": "Default Template",
"createdAt": "Created At",
"actions": "Actions"
},
"actions": {
"add": "Add",
"delete": "Delete",
"edit": "Edit",
"refresh": "Refresh",
"resetFilters": "Reset Filters",
"refreshed": "Refreshed",
"resetFiltersDone": "Filters Reset",
"selectForDelete": "Please select items to delete",
"deletedCount": "{count} deleted",
"duplicate": "Duplicate"
},
"messages": {
"missingId": "Missing ID",
"confirmDelete": "Are you sure you want to delete this task template?",
"deleteFailed": "Delete failed",
"deleted": "Deleted",
"operationFailed": "Operation failed",
"loadFailed": "Failed to load task template",
"updateFailed": "Update failed",
"updated": "Updated",
"filterChanged": "Filter changed:",
"fetchFailed": "Failed to fetch task templates",
"confirmBulkDelete": "Are you sure you want to delete {count} selected task templates?",
"bulkDeleteFailed": "Bulk delete failed",
"confirmDuplicate": "Are you sure you want to duplicate this task template?",
"duplicateFailed": "Duplicate failed",
"duplicated": "Duplicated",
"pleaseCreateMoveStep": "Please create a move step first",
"actionNotAllowedOnNode": "This action type is not allowed on node",
"actionNotAllowedOnLine": "This action type is not allowed on line"
},
"options": {
"robotType": {
"latent": "Latent AGV",
"forklift": "Forklift AGV"
}
},
"editor": {
"move": "Move",
"action": "Action",
"canvas": {
"title": "Task Flow Canvas",
"hint": "Drag elements from the left to create task flow",
"emptyTitle": "Drag move here to start",
"emptyHint": "Drag move actions from the left to create path"
},
"properties": {
"title": "Property Editor",
"positionType": "Position Type",
"actionType": "Action Type",
"stepType": "Step Type",
"movePath": "Move Path",
"nodeValue": "Node Value",
"afterActionType": "After Action",
"requestMethod": "Request Method",
"requestUrl": "Request URL",
"requestParams": "Request Params (JSON)",
"repeatCount": "Repeat Count",
"intervalTimeMs": "Interval Time (ms)",
"waitResponseFlag": "Wait Response",
"responseValidationRule": "Response Validation Rule",
"actionName": "Action Name",
"blockingType": "Blocking Type",
"stepName": "Step Name",
"description": "Description",
"emptyHint": "Click steps, nodes or actions in canvas to edit",
"unknownAction": "Unknown Action",
"moveContains": "Move contains:",
"moveHint": "These are shown in move card, actions can be attached to nodes or lines.",
"preNode": "Pre-Node",
"line": "Line",
"node": "Node",
"delete": "Delete",
"deleteAction": "Delete Action"
},
"steps": {
"basicInfo": "Basic Info",
"step2": "Step 2",
"previous": "Previous",
"next": "Next"
},
"options": {
"nodeValue": {
"select": "Please select node value",
"taskStart": "Task Start",
"taskEnd": "Task End",
"workstation": "Workstation Set"
},
"afterActionType": {
"select": "Please select after action",
"none": "None",
"wait": "Wait in Place",
"pre": "To Pre-Node",
"charge": "Return to Charging Station"
},
"blockingType": {
"select": "Please select blocking type",
"none": "None",
"soft": "Soft",
"hard": "Hard"
},
"yes": "Yes",
"no": "No"
},
"placeholders": {
"requestUrl": "Supports placeholders, e.g.: /api/task/{taskId}/action",
"requestParams": "use placeholders",
"repeatCount": "-1 for infinite repeat until success",
"actionName": "Enter action name",
"stepName": "Enter step name",
"description": "Enter description"
},
"blockingTypeDesc": {
"none": "NONE: Allow runtime execution and other actions simultaneously",
"soft": "SOFT: Do not allow runtime execution, but allow other actions simultaneously",
"hard": "HARD: Do not allow runtime execution or other actions"
}
}
},
"actionConfigurations": {
"table": {
"serialNumber": "No.",
"actionCategory": "Action Category",
"manufacturer": "Manufacturer",
"robotType": "Robot Type",
"actionName": "Action Name",
"actionDescription": "Description",
"executionScope": "Execution Scope",
"blockingType": "Blocking Type",
"isEnabled": "Enabled",
"sortOrder": "Sort Order",
"createdAt": "Created At",
"actions": "Actions"
},
"actions": {
"add": "Add",
"delete": "Delete",
"edit": "Edit",
"refresh": "Refresh",
"resetFilters": "Reset Filters"
},
"messages": {
"missingId": "Missing ID",
"confirmDelete": "Are you sure you want to delete this action configuration?",
"deleteFailed": "Delete failed",
"deleted": "Deleted",
"operationFailed": "Operation failed",
"loadFailed": "Load failed",
"updateFailed": "Update failed",
"updated": "Updated",
"selectForDelete": "Please select items to delete",
"confirmBulkDelete": "Are you sure you want to delete {count} selected action configurations?",
"deletedCount": "{count} deleted",
"bulkDeleteFailed": "Bulk delete failed",
"refreshSuccess": "Refreshed",
"refreshFailed": "Refresh failed",
"resetSuccess": "Reset successful",
"resetFailed": "Reset failed",
"fetchFailed": "Query failed"
},
"form": {
"title": {
"add": "Add Action Configuration",
"edit": "Edit Action Configuration"
},
"actionCategory": "Action Category",
"manufacturer": "Manufacturer",
"robotType": "Robot Type",
"actionName": "Action Name",
"actionDescription": "Description",
"executionScope": "Execution Scope",
"blockingType": "Blocking Type",
"isEnabled": "Enabled",
"sortOrder": "Sort Order",
"remarks": "Remarks",
"parameters": "Action Parameters",
"addParameter": "Add Parameter",
"deleteSelected": "Delete Selected"
},
"parameters": {
"parameterName": "Parameter Name",
"parameterValueType": "Value Type",
"parameterSourceType": "Source Type",
"parameterSourcePath": "Source Path",
"defaultValue": "Default Value",
"valueConstraints": "Value Constraints",
"isMandatory": "Required",
"sortOrder": "Sort Order",
"parameterDescription": "Description",
"remarks": "Remarks",
"selectForDelete": "Please select parameters to delete"
},
"detail": {
"title": "Action Configuration Details",
"actionName": "Action Name",
"actionCategory": "Action Category",
"manufacturer": "Manufacturer",
"robotType": "Robot Type",
"actionDescription": "Description",
"executionScope": "Execution Scope",
"blockingType": "Blocking Type",
"isEnabled": "Enabled",
"sortOrder": "Sort Order",
"remarks": "Remarks",
"close": "Close"
},
"options": {
"actionCategory": {
"pick": "Pick",
"drop": "Drop",
"charging": "Charging",
"lift": "Lift Height Adjustment",
"detectObject": "Pallet Detection",
"other": "Other Custom Action"
},
"robotType": {
"latent": "Latent",
"forklift": "Forklift"
},
"blockingType": {
"none": "NONE",
"soft": "SOFT",
"hard": "HARD"
},
"parameterValueType": {
"string": "String",
"integer": "Integer",
"float": "Float",
"boolean": "Boolean"
},
"parameterSourceType": {
"constant": "Constant Value",
"task": "From Task Object",
"robot": "From Robot Object",
"path": "From Path Object",
"node": "From Node Object",
"edge": "From Edge Object",
"context": "From Custom Context"
},
"yes": "Yes",
"no": "No"
}
},
"robotTasks": {
"table": {
"serialNumber": "No.",
"taskId": "Task ID",
"taskCode": "Task Code",
"taskName": "Task Name",
"robotCode": "Robot Code",
"taskTemplateName": "Task Template",
"beginNodeCode": "Start Node",
"endNodeCode": "End Node",
"pause": "Pause",
"source": "Source",
"relation": "Relation",
"status": "Status",
"priority": "Priority",
"shelfCode": "Shelf Code",
"createdAt": "Created At",
"actions": "Actions"
},
"actions": {
"refresh": "Refresh",
"resetFilters": "Reset Filters",
"add": "Add Task",
"delete": "Delete"
},
"messages": {
"refreshed": "Refreshed",
"refreshFailed": "Refresh failed",
"resetFiltersDone": "Filters reset",
"resetFiltersFailed": "Reset filters failed",
"fetchFailed": "Failed to fetch task list",
"fetchSubTasksFailed": "Failed to fetch sub-task list",
"confirmDelete": "Are you sure you want to delete this task?",
"deleted": "Task deleted",
"deleteFailed": "Delete failed",
"created": "Task created",
"createFailed": "Create failed",
"selectForDelete": "Please select tasks to delete first"
},
"subTask": {
"title": "Sub-tasks",
"sequence": "Sequence",
"robotCode": "Robot",
"beginNodeCode": "Start Node",
"endNodeCode": "End Node",
"status": "Status",
"createdAt": "Created At"
},
"form": {
"title": {
"add": "Add Task"
},
"taskName": "Task Name",
"taskTemplate": "Task Template",
"beginNode": "Start Node",
"endNode": "End Node",
"priority": "Priority",
"shelfCode": "Shelf Code"
}
}
}