feat: add english translation for run content

This commit is contained in:
RohitR311
2024-12-21 17:38:20 +05:30
parent e83737c806
commit defc426466

View File

@@ -439,5 +439,25 @@
"run_type": "Run Type"
}
}
},
"run_content": {
"tabs": {
"output_data": "Output Data",
"log": "Log"
},
"empty_output": "The output is empty.",
"captured_data": {
"title": "Captured Data",
"download_json": "Download as JSON",
"download_csv": "Download as CSV"
},
"captured_screenshot": {
"title": "Captured Screenshot",
"download": "Download Screenshot",
"render_failed": "The image failed to render"
},
"buttons": {
"stop": "Stop"
}
}
}