dify/web/i18n/tr-TR/explore.ts
2025-10-13 16:18:57 +08:00

39 lines
823 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 = {
title: 'Keşfet',
sidebar: {
chat: 'Sohbet',
action: {
pin: 'Sabitle',
unpin: 'Sabitlemeyi Kaldır',
rename: 'Yeniden Adlandır',
delete: 'Sil',
},
delete: {
title: 'Uygulamayı sil',
content: 'Bu uygulamayı silmek istediğinizden emin misiniz?',
},
},
apps: {
},
appCard: {
customize: 'Özelleştir',
},
appCustomize: {
title: '{{name}} uygulamasından uygulama oluştur',
subTitle: 'Uygulama simgesi ve ismi',
nameRequired: 'Uygulama ismi gereklidir',
},
category: {
Assistant: 'Asistan',
Writing: 'Yazma',
Translate: 'Çeviri',
Programming: 'Programlama',
HR: 'İK',
Agent: 'Aracı',
Workflow: 'İş Akışı',
Entertainment: 'Eğlence',
},
}
export default translation