mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 10:56:52 +08:00
feat: Add support for i18n Turkish language (tr-TR) (#6886)
Co-authored-by: hursit <hursit.topal@enuygun.com>
This commit is contained in:
29
web/i18n/tr-TR/run-log.ts
Normal file
29
web/i18n/tr-TR/run-log.ts
Normal file
@@ -0,0 +1,29 @@
|
||||
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
|
||||
Reference in New Issue
Block a user