feat: add english translation for robot edit

This commit is contained in:
RohitR311
2024-12-21 15:39:20 +05:30
parent 16496fb668
commit d84ff7216e

View File

@@ -339,5 +339,17 @@
"errors": {
"robot_not_found": "Could not find robot details. Please try again."
}
},
"robot_edit": {
"title": "Edit Robot",
"change_name": "Change Robot Name",
"robot_limit": "Robot Limit",
"save": "Save Changes",
"cancel": "Cancel",
"notifications": {
"update_success": "Robot updated successfully.",
"update_failed": "Failed to update the robot. Please try again.",
"update_error": "An error occurred while updating the robot."
}
}
}