Spaces:
Build error
Build error
File size: 664 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 |
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.',
},
}
export default translation
|