gb.json 47.2 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 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410
{
  "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",
      "duplicate": "Duplicate",
      "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",
      "confirmDuplicate": "Are you sure you want to duplicate this map?",
      "duplicateFailed": "Duplicate failed",
      "duplicated": "Duplicated"
    },
    "options": {
      "mapType": {
        "topo": "Topology Map",
        "radar": "Radar Map"
      }
    },
    "editor": {
      "buttons": {
        "save": "Save",
        "back": "Back",
        "select": "Select",
        "selectNode": "Select Nodes",
        "selectEdge": "Select Edges",
        "pan": "Pan",
        "addNode": "Add Node",
        "connect": "Connect",
        "arc": "Arc",
        "batchArc": "Batch Tangential Arcs",
        "fourWayEdge": "Two-way Edges",
        "xDirectionEdge": "X-direction Edges",
        "yDirectionEdge": "Y-direction Edges",
        "batchEdit": "Batch Edit",
        "batchEditEdge": "Batch Edit Edges",
        "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",
        "deleteResource": "Delete Resource",
        "getRobotCoordinates": "Get Robot Coordinates",
        "exportNodesCsv": "Export Nodes (CSV)",
        "importNodesCsv": "Import Nodes (CSV)",
        "downloadNodeTemplate": "Download Node Template",
        "bezier": "Bezier Curve",
        "nurbs": "NURBS Curve"
      },
      "labels": {
        "code": "Code",
        "type": "Type",
        "storageLocationType": "Storage Location 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",
        "orientationAngles": "Orientation Angles",
        "centerX": "Center X",
        "centerY": "Center Y",
        "controlPoint1X": "Control Point 1 X",
        "controlPoint1Y": "Control Point 1 Y",
        "controlPoint2X": "Control Point 2 X",
        "controlPoint2Y": "Control Point 2 Y",
        "controlPoint3X": "Control Point 3 X",
        "controlPoint3Y": "Control Point 3 Y",
        "controlPoint4X": "Control Point 4 X",
        "controlPoint4Y": "Control Point 4 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",
        "name": "Name",
        "capacity": "Capacity",
        "canRotate": "Can Rotate",
        "entryAction": "Entry Action",
        "exitAction": "Exit Action",
        "selectRobot": "Select Robot"
      },
      "nodeTypes": {
        "speediness": "Speediness",
        "charger": "Charger",
        "store": "Store",
        "parking": "Parking"
      },
      "orientations": {
        "none": "None",
        "deg0": "0",
        "deg90": "90",
        "deg180": "180",
        "deg270": "-90"
      },
      "booleanOptions": {
        "noChange": "No change",
        "yes": "Yes",
        "no": "No",
        "allow": "Allow",
        "notAllow": "Not allow",
        "clear": "Clear",
        "modify": "Modify"
      },
      "titles": {
        "elementConfig": "Element Configuration",
        "setArcRadius": "Set Arc Radius",
        "batchGenerateArc": "Batch Generate Tangential Arcs",
        "batchEditNodes": "Batch Edit Nodes",
        "batchEditEdges": "Batch Edit Edges",
        "copyAndMove": "Copy and Move",
        "moveSelectedElements": "Move Selected Elements",
        "bgSettings": "Background Settings",
        "confirmBack": "Confirm Back",
        "saving": "Saving",
        "selectRobot": "Select Robot"
      },
      "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}",
        "selectedEdges": "Selected {count} edges",
        "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",
        "resourcePointsCount": "Resource points: {count}",
        "noRobotsAvailable": "No robots available for this map",
        "pleaseSelectRobot": "Please select a robot",
        "robotCoordinatesUnavailable": "Robot coordinates unavailable",
        "nodeCreatedFromRobot": "Node {code} created from robot coordinates",
        "nodeCoordinatesUpdated": "Node {code} coordinates updated",
        "robotSelectHintCreate": "No node selected, a new high-speed point will be created from robot coordinates",
        "robotSelectHintUpdate": "One node selected, its position will be updated with robot coordinates",
        "noNodesToExport": "No nodes to export",
        "nodeExportSuccess": "Exported {count} nodes",
        "nodeTemplateDownloaded": "Template downloaded",
        "nodeImportEmptyFile": "Import file is empty",
        "nodeImportMissingRequiredColumns": "Missing required columns: {columns}",
        "nodeImportNoValidRows": "No valid node rows found",
        "nodeImportCompleted": "Node import completed (created: {created}, updated: {updated}, skipped: {skipped}, invalid optional fields: {invalid})",
        "nodeImportFailed": "Node import failed"
      },
      "placeholders": {
        "selectRobot": "Please select a robot"
      },
      "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}"
      },
      "resourceTypes": {
        "dock": "Dock",
        "charger": "Charger",
        "elevator": "Elevator",
        "airlock": "Airlock",
        "conveyor": "Conveyor",
        "storage": "Storage",
        "markedArea": "Marked Area",
        "other": "Other"
      },
      "resourceActions": {
        "none": "None",
        "actionList": "Action List",
        "networkRequest": "Network Request"
      }
    }
  },
  "robots": {
    "table": {
      "robotId": "System ID",
      "robotCode": "Robot Code",
      "robotName": "Robot Name",
      "robotManufacturer": "Manufacturer",
      "robotSerialNumber": "Serial Number",
      "robotType": "Robot Type",
      "movementType": "Movement Type",
      "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",
      "robotModel": "Model",
      "protocolName": "Protocol Name",
      "protocolVersion": "Protocol Version",
      "protocolType": "Protocol Type",
      "ipAddress": "IP Address",
      "netPort": "Port",
      "macAddress": "MAC Address",
      "coordinateScale": "Coordinate Scale",
      "radius": "Turning Radius (m)",
      "safetyDistance": "Safety Distance (m)",
      "motionCenterToEdge": "Motion Center to Edge (m)",
      "forkAngleOffset": "Fork Angle Offset",
      "movementType": "Movement Type",
      "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"
      },
      "protocolType": {
        "vda": "VDA5050",
        "custom": "Custom"
      },
      "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": "Delete",
    "edit": "Edit",
    "cancel": "Cancel",
    "close": "Close",
    "confirm": "Confirm",
    "back": "Back",
    "required": " is required"
  },
  "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",
    "tabletMode": "Tablet Mode",
    "stats": "Nodes",
    "edges": "Edges",
    "zoomIn": "Zoom In",
    "zoomOut": "Zoom Out",
    "resetView": "Reset View",
    "startNode": "Start",
    "endNode": "End",
    "endArea": "End Area",
    "executeTask": "Execute Task",
    "taskValidation": "Please enter start and end nodes",
    "selectEndTarget": "Please select end node or end area",
    "selectStartFirst": "Please select start node first",
    "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",
    "robotCard": {
      "status": {
        "idle": "Idle",
        "busy": "Busy",
        "error": "Error",
        "unknown": "Unknown"
      },
      "online": {
        "online": "Online",
        "offline": "Offline",
        "connectionBroken": "Connection Broken"
      },
      "driving": "Driving",
      "unknownError": "Unknown Error",
      "actions": {
        "reset": "Reset",
        "pause": "Pause",
        "resume": "Resume",
        "cancelTask": "Cancel Task",
        "relocate": "Relocate"
      },
      "messages": {
        "resetSuccess": "Reset successful",
        "resetFailed": "Reset failed",
        "cancelTaskSuccess": "Cancel task successful",
        "cancelTaskFailed": "Cancel task failed",
        "operationSuccess": "Operation successful",
        "pauseFailed": "Pause failed",
        "resumeFailed": "Resume failed"
      }
    },
    "relocate": {
      "title": "Relocate",
      "clickToSelect": "Click on the map to select relocate position",
      "direction": "Direction",
      "confirm": "Confirm Relocate",
      "success": "Relocate command sent",
      "failed": "Relocate failed"
    },
    "navigationLayout": "navigation layout",
    "topBarButton": "Top Bar",
    "sideBarButton": "Side Bar"
  },
  "mobile": {
    "selectFunction": "Please select a function",
    "move": "Move",
    "moveDesc": "Create move task",
    "charge": "Charge",
    "chargeDesc": "Feature under development",
    "developing": "Feature under development",
    "shelfCodePlaceholder": "Enter shelf code",
    "endTarget": "End Target Type"
  },
  "mobileTask": {
    "title": "Task Management"
  },
  "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",
    "system-tools": "System Tools",
    "robot-tasks": "Task Management",
    "robot-task-histories": "Task History",
    "basic-data": "Basic Data",
    "net-action-propertys": "Request Configuration",
    "charging-piles": "Charging Piles",
    "storage-location-types": "Storage Location Types",
    "storage-locations": "Storage Locations",
    "fatigue-test": "Fatigue Test",
    "log-download": "Log Download"
  },
  "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"
  },
  "netActionPropertys": {
    "table": {
      "serialNumber": "No.",
      "actionName": "Action Name",
      "requestMethod": "Method",
      "requestUrl": "URL",
      "description": "Description",
      "isActive": "Active",
      "createdAt": "Created At",
      "updatedAt": "Updated At",
      "actions": "Actions"
    },
    "actions": {
      "add": "Add",
      "delete": "Delete",
      "edit": "Edit",
      "refresh": "Refresh",
      "resetFilters": "Reset Filters"
    },
    "messages": {
      "updateFailed": "Update failed",
      "updated": "Updated successfully",
      "operationFailed": "Operation failed",
      "missingId": "Missing ID",
      "confirmDelete": "Are you sure you want to delete this action?",
      "deleteFailed": "Delete failed",
      "deleted": "Deleted successfully",
      "selectForDelete": "Please select items to delete",
      "confirmBulkDelete": "Are you sure you want to delete {count} items?",
      "deletedCount": "{count} items deleted",
      "bulkDeleteFailed": "Bulk delete failed",
      "fetchFailed": "Failed to fetch data",
      "refreshSuccess": "Refreshed successfully",
      "refreshFailed": "Refresh failed",
      "resetSuccess": "Filters reset",
      "resetFailed": "Failed to reset filters",
      "jsonInvalid": "Request Params must be valid JSON",
      "jsonValid": "JSON is valid",
      "jsonFormatted": "JSON formatted",
      "jsonRequiredFix": "Request Params cannot be empty. Please input valid JSON.",
      "requestParamsValidationFailed": "Request Params validation failed",
      "selectPlaceholderPath": "Please select a source path first"
    },
    "options": {
      "yes": "Yes",
      "no": "No"
    },
    "form": {
      "title": {
        "add": "Add Request Configuration",
        "edit": "Edit Request Configuration"
      },
      "actionName": "Action Name",
      "requestMethod": "Request Method",
      "requestUrl": "Request URL",
      "requestParams": "Request Params",
      "formatJson": "Format JSON",
      "validateJson": "Validate JSON",
      "placeholderSourceType": "Placeholder Source Type",
      "placeholderTaskSourceAlias": "Task Source Entity",
      "placeholderSourcePath": "Placeholder Source Path",
      "insertPlaceholder": "Insert Placeholder",
      "placeholderExample": "Example: taskCode={'{'}{'{'}RobotTask.TaskCode{'}'}{'}'}, robot={'{'}{'{'}Robot.RobotCode{'}'}{'}'}, time={'{'}{'{'}context.CurrentTime{'}'}{'}'}",
      "repeatCount": "Repeat Count",
      "intervalTimeMs": "Interval (ms)",
      "waitResponseType": "Wait Response",
      "responseValidationRule": "Validation Rule",
      "description": "Description",
      "extraProperties": "Extra Properties",
      "isActive": "Active"
    }
  },
  "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",
      "default": "Default"
    },
    "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",
        "preActionType": "Pre-Action Type",
        "preNetActions": "Pre-Requests",
        "postActionType": "Post-Action Type",
        "postNetActions": "Post-Requests",
        "group1": "Pre/Post Actions 1",
        "group2": "Pre/Post Actions 2",
        "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)",
        "waitResponseType": "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",
      "actionCategoryName": "Action Category 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",
      "actionCategoryName": "Action Category 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.",
      "taskManagement": "Task Management",
      "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",
      "archivedAt": "Archived At",
      "actions": "Actions"
    },
    "actions": {
      "refresh": "Refresh",
      "resetFilters": "Reset Filters",
      "add": "Add Task",
      "delete": "Delete",
      "retry": "Retry",
      "manualComplete": "Manual Complete"
    },
    "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",
      "confirmRetry": "Are you sure you want to retry this task?",
      "retrySuccess": "Task retried",
      "retryFailed": "Retry failed",
      "confirmManualComplete": "Are you sure you want to manually complete this task?",
      "manualCompleteSuccess": "Task manually completed",
      "manualCompleteFailed": "Manual complete failed",
      "selectSubTaskForExecute": "Please select a sub-task to execute",
      "confirmExecuteSubTask": "Are you sure you want to execute this sub-task?",
      "executeSubTaskSuccess": "Sub-task executed",
      "executeSubTaskFailed": "Sub-task execution failed"
    },
    "subTask": {
      "title": "Sub-tasks",
      "sequence": "Sequence",
      "robotCode": "Robot",
      "beginNodeCode": "Start Node",
      "endNodeCode": "End Node",
      "status": "Status",
      "createdAt": "Created At",
      "execute": "Execute"
    },
    "form": {
      "title": {
        "add": "Add Task"
      },
      "taskName": "Task Name",
      "taskTemplate": "Task Template",
      "beginNode": "Start Node",
      "endNode": "End Node",
      "endArea": "End Area",
      "endTarget": "End Target Type",
      "priority": "Priority",
      "shelfCode": "Shelf Code"
    }
  },
  "chargingPiles": {
    "table": {
      "serialNumber": "No.",
      "pileCode": "Pile Code",
      "pileName": "Pile Name",
      "ipAddress": "IP Address",
      "port": "Port",
      "minChargingMinutes": "Min Charging Duration (min)",
      "fullChargeThreshold": "Full Charge Threshold (%)",
      "supportedRobotModels": "Supported Robot Models",
      "boundRobots": "Bound Robots",
      "autoStartThreshold": "Auto Start Threshold (%)",
      "resumeThreshold": "Resume Threshold (%)",
      "maxChargingMinutes": "Max Charging Duration (min)",
      "queueTimeoutMinutes": "Queue Timeout (min)",
      "priority": "Priority",
      "allowTaskInterrupt": "Allow Task Interrupt",
      "isActive": "Active",
      "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 charging pile?",
      "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 the selected {count} charging piles?",
      "deletedCount": "Deleted {count} items",
      "bulkDeleteFailed": "Bulk delete failed",
      "refreshSuccess": "Refresh successful",
      "refreshFailed": "Refresh failed",
      "resetSuccess": "Reset successful",
      "resetFailed": "Reset failed",
      "fetchFailed": "Query failed",
      "portInvalid": "Port must be greater than 0"
    },
    "form": {
      "title": {
        "add": "Add Charging Pile",
        "edit": "Edit Charging Pile"
      },
      "basicInfo": "Basic Information",
      "strategy": "Charging Strategy",
      "pileCode": "Pile Code",
      "pileName": "Pile Name",
      "ipAddress": "IP Address",
      "port": "Port",
      "minChargingMinutes": "Min Charging Duration (min)",
      "fullChargeThreshold": "Full Charge Threshold (%)",
      "supportedRobotModels": "Supported Robot Models",
      "boundRobots": "Bound Robots",
      "allowTaskInterrupt": "Allow Task Interrupt",
      "isActive": "Active",
      "autoStartThreshold": "Auto Start Threshold (%)",
      "resumeThreshold": "Resume Threshold (%)",
      "maxChargingMinutes": "Max Charging Duration (min)",
      "queueTimeoutMinutes": "Queue Timeout (min)",
      "priority": "Priority"
    },
    "options": {
      "yes": "Yes",
      "no": "No"
    }
  },
  "storageLocations": {
    "table": {
      "serialNumber": "No.",
      "locationCode": "Location Code",
      "locationName": "Location Name",
      "areaCode": "Area Code",
      "areaName": "Area Name",
      "locationTypeCode": "Location Type Code",
      "locationTypeName": "Location Type Name",
      "mapNodeCode": "Map Node Code",
      "layerNumber": "Layer Number",
      "orientation": "Orientation (deg)",
      "status": "Status",
      "isActive": "Active",
      "width": "Width (mm)",
      "depth": "Depth (mm)",
      "height": "Height (mm)",
      "maxLoadWeight": "Max Load (kg)",
      "createdAt": "Created At"
    },
    "actions": {
      "refresh": "Refresh",
      "resetFilters": "Reset Filters"
    },
    "messages": {
      "fetchFailed": "Failed to fetch storage locations",
      "refreshSuccess": "Refresh successful",
      "refreshFailed": "Refresh failed",
      "resetSuccess": "Reset successful",
      "resetFailed": "Reset failed"
    },
    "options": {
      "empty": "Empty",
      "occupied": "Occupied",
      "reserved": "Reserved",
      "disabled": "Disabled",
      "yes": "Yes",
      "no": "No"
    }
  },
  "storageLocationTypes": {
    "table": {
      "serialNumber": "No.",
      "typeId": "System ID",
      "typeCode": "Type Code",
      "typeName": "Type Name",
      "robotModel": "Robot Model",
      "shelfType": "Shelf Type",
      "layerCount": "Layer Count",
      "baseHeight": "Base Height(mm)",
      "layerHeight": "Layer Height(mm)",
      "shelfWidth": "Shelf Width(mm)",
      "shelfDepth": "Shelf Depth(mm)",
      "maxLoadWeight": "Max Load(kg)",
      "requireLift": "Require Lift",
      "liftHeight": "Lift Height(mm)",
      "isActive": "Active",
      "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 storage location type?",
      "deleteFailed": "Delete failed",
      "deleted": "Deleted",
      "operationFailed": "Operation failed",
      "loadFailed": "Failed to load",
      "updateFailed": "Update failed",
      "updated": "Updated",
      "selectForDelete": "Please select items to delete",
      "confirmBulkDelete": "Are you sure you want to delete the selected {count} storage location types?",
      "deletedCount": "Deleted {count} items",
      "bulkDeleteFailed": "Bulk delete failed",
      "refreshSuccess": "Refresh successful",
      "refreshFailed": "Refresh failed",
      "resetSuccess": "Reset successful",
      "resetFailed": "Reset failed",
      "fetchFailed": "Query failed"
    },
    "form": {
      "title": {
        "add": "Add Storage Location Type",
        "edit": "Edit Storage Location Type"
      },
      "basicInfo": "Basic Info",
      "shelfConfig": "Shelf Configuration",
      "liftConfig": "Lift Configuration",
      "requestConfig": "Request Configuration",
      "typeCode": "Type Code",
      "typeName": "Type Name",
      "robotModel": "Robot Model",
      "shelfType": "Shelf Type",
      "layerCount": "Layer Count",
      "layerNumberStart": "Layer Number Start",
      "baseHeight": "Base Height(mm)",
      "layerHeight": "Layer Height(mm)",
      "shelfWidth": "Shelf Width(mm)",
      "shelfDepth": "Shelf Depth(mm)",
      "maxLoadWeight": "Max Load(kg)",
      "requireLift": "Require Lift",
      "liftHeight": "Lift Height(mm)",
      "pickupApplyRequestConfigId": "Pickup Apply Request Config",
      "pickupCompleteRequestConfigId": "Pickup Complete Request Config",
      "dropApplyRequestConfigId": "Drop Apply Request Config",
      "dropCompleteRequestConfigId": "Drop Complete Request Config",
      "isActive": "Active",
      "isDefault": "Default"
    },
    "options": {
      "yes": "Yes",
      "no": "No"
    }
  },
  "fatigueTest": {
    "title": "Fatigue Test Configuration",
    "status": {
      "running": "Running",
      "stopped": "Stopped"
    },
    "config": {
      "title": "Test Configuration",
      "map": "Select Map",
      "robots": "Select Robots",
      "locations": "Select Locations",
      "interval": "Task Interval",
      "currentConfig": "Current Configuration",
      "robotCount": "Robot Count",
      "locationCount": "Location Count",
      "locationHint": "Please select at least 2 locations for task generation"
    },
    "actions": {
      "save": "Save Configuration",
      "start": "Start Test",
      "stop": "Stop Test"
    },
    "validation": {
      "mapRequired": "Please select a map",
      "robotRequired": "Please select at least one robot",
      "locationRequired": "Please select at least two locations"
    },
    "messages": {
      "saveSuccess": "Configuration saved successfully",
      "saveFailed": "Failed to save configuration",
      "startSuccess": "Fatigue test started",
      "startFailed": "Failed to start test",
      "stopSuccess": "Fatigue test stopped",
      "stopFailed": "Failed to stop test",
      "loadConfigFailed": "Failed to load configuration",
      "loadMapsFailed": "Failed to load map list",
      "loadRobotsFailed": "Failed to load robot list",
      "loadLocationsFailed": "Failed to load location list",
      "configIncomplete": "Please complete the configuration first"
    }
  },
  "logDownload": {
    "title": "Log Download",
    "form": {
      "startTime": "Start Time",
      "endTime": "End Time"
    },
    "actions": {
      "search": "Search",
      "selectAll": "Select All",
      "clearSelection": "Clear Selection",
      "downloadSelected": "Download Selected"
    },
    "table": {
      "select": "Select",
      "fileName": "File Name",
      "fileDate": "File Date",
      "fileSize": "File Size",
      "lastWriteTime": "Last Write Time"
    },
    "messages": {
      "missingTimeRange": "Please fill start and end time",
      "invalidTimeRange": "Invalid time range format",
      "invalidTimeOrder": "Start time cannot be greater than end time",
      "fetchFailed": "Failed to fetch log files",
      "selectAtLeastOne": "Please select at least one log file",
      "downloadSuccess": "Log package downloaded",
      "downloadFailed": "Failed to download log package",
      "noFiles": "No log files in current range"
    }
  }
}