Files
dify/web/i18n/tr-TR/explore.ts
Stephen ZhouGitHubyyhautofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
6d0e36479b refactor(i18n): use JSON with flattened key and namespace (#30114)
Co-authored-by: yyh <[email protected]>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-12-29 14:52:32 +08:00

39 lines
823 B
TypeScript
Raw Permalink 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