You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gcgj-dify-1.7.0/web/i18n/tr-TR/explore.ts

44 lines
1.1 KiB
TypeScript

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

const translation = {
title: 'Keşfet',
sidebar: {
discovery: 'Keşif',
chat: 'Sohbet',
workspace: 'Çalışma Alanı',
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: {
title: 'Dify Tarafından Keşfet Uygulamaları',
description: 'Bu şablon uygulamalarını anında kullanın veya şablonlara dayalı kendi uygulamalarınızı özelleştirin.',
allCategories: 'Önerilen',
},
appCard: {
addToWorkspace: 'Çalışma Alanına Ekle',
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ışı',
},
}
export default translation