2024-04-10 22:05:27 +08:00
|
|
|
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',
|
|
|
|
},
|
2024-04-28 17:37:00 +08:00
|
|
|
resultEmpty: {
|
|
|
|
title: 'Dieser Lauf gibt nur das JSON-Format aus',
|
|
|
|
tipLeft: 'Bitte gehen Sie zum ',
|
|
|
|
Link: 'Detailpanel',
|
|
|
|
tipRight: 'ansehen.',
|
|
|
|
},
|
2024-04-10 22:05:27 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
export default translation
|