dify/web/i18n/tr-TR/run-log.ts

32 lines
821 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

const translation = {
input: 'GİRİŞ',
result: 'SONUÇ',
detail: 'DETAY',
tracing: 'İZLEME',
resultPanel: {
status: 'DURUM',
time: 'GEÇEN ZAMAN',
tokens: 'TOPLAM TOKEN',
},
meta: {
title: 'METADATA',
status: 'Durum',
version: 'Sürüm',
executor: 'Yürütücü',
startTime: 'Başlama Zamanı',
time: 'Geçen Zaman',
tokens: 'Toplam Token',
steps: 'Çalıştırma Adımları',
},
resultEmpty: {
title: 'Bu çalıştırma sadece JSON formatında çıktı verdi,',
tipLeft: 'lütfen ',
link: 'detay paneli',
tipRight: 'ne gidin ve görüntüleyin.',
},
actionLogs: 'Eylem Günlükleri',
circularInvocationTip: 'Geçerli iş akışında araçların/düğümlerin döngüsel olarak çağrılması vardır.',
}
export default translation