feat: add english translation for main page notifications

This commit is contained in:
RohitR311
2024-12-21 16:17:48 +05:30
parent bc4f506708
commit 80cd1be843

View File

@@ -376,5 +376,23 @@
"th": "th"
}
}
},
"main_page": {
"notifications": {
"interpretation_success": "Interpretation of robot {{name}} succeeded",
"interpretation_failed": "Failed to interpret robot {{name}}",
"run_started": "Running robot: {{name}}",
"run_start_failed": "Failed to run robot: {{name}}",
"schedule_success": "Robot {{name}} scheduled successfully",
"schedule_failed": "Failed to schedule robot {{name}}",
"abort_success": "Interpretation of robot {{name}} aborted successfully",
"abort_failed": "Failed to abort the interpretation of robot {{name}}"
},
"menu": {
"recordings": "Robots",
"runs": "Runs",
"proxy": "Proxy",
"apikey": "API Key"
}
}
}