feat: add german translation for run content

This commit is contained in:
RohitR311
2024-12-21 17:41:22 +05:30
parent 4ddf7e8a29
commit c9414fc1c2

View File

@@ -429,5 +429,25 @@
"run_type": "Ausführungstyp"
}
}
},
"run_content": {
"tabs": {
"output_data": "Ausgabedaten",
"log": "Protokoll"
},
"empty_output": "Die Ausgabe ist leer.",
"captured_data": {
"title": "Erfasste Daten",
"download_json": "Als JSON herunterladen",
"download_csv": "Als CSV herunterladen"
},
"captured_screenshot": {
"title": "Erfasster Screenshot",
"download": "Screenshot herunterladen",
"render_failed": "Das Bild konnte nicht gerendert werden"
},
"buttons": {
"stop": "Stoppen"
}
}
}