feat: Add support for i18n Turkish language (tr-TR) (#6886)

Co-authored-by: hursit <hursit.topal@enuygun.com>
This commit is contained in:
hursit
2024-08-01 12:30:35 +03:00
committed by GitHub
parent a9cd6df97e
commit 104c797dd0
34 changed files with 3515 additions and 0 deletions

29
web/i18n/tr-TR/run-log.ts Normal file
View 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