Spaces:
Build error
Build error
File size: 679 Bytes
a8b3f00 |
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 |
const translation = {
input: 'EINGABE',
result: 'ERGEBNIS',
detail: 'DETAILS',
tracing: 'NACHVERFOLGUNG',
resultPanel: {
status: 'STATUS',
time: 'VERSTRICHENE ZEIT',
tokens: 'GESAMTZEICHEN',
},
meta: {
title: 'METADATEN',
status: 'Status',
version: 'Version',
executor: 'Ausführender',
startTime: 'Startzeit',
time: 'Verstrichene Zeit',
tokens: 'Gesamtzeichen',
steps: 'Ausführungsschritte',
},
resultEmpty: {
title: 'Dieser Lauf gibt nur das JSON-Format aus',
tipLeft: 'Bitte gehen Sie zum ',
Link: 'Detailpanel',
tipRight: 'ansehen.',
link: 'Gruppe Detail',
},
}
export default translation
|