dify-1.72/web/i18n/hi-IN/explore.ts
github-actions[bot] 138bf698b0
chore: translate i18n files (#11353)
Co-authored-by: douxc <7553076+douxc@users.noreply.github.com>
2024-12-04 19:24:03 +08:00

45 lines
1.7 KiB
TypeScript

const translation = {
title: 'अन्वेषण करें',
sidebar: {
discovery: 'खोज',
chat: 'चैट',
workspace: 'कार्यक्षेत्र',
action: {
pin: 'पिन करें',
unpin: 'पिन हटाएँ',
rename: 'नाम बदलें',
delete: 'हटाएं',
},
delete: {
title: 'ऐप हटाएं',
content: 'क्या आप वाकई इस ऐप को हटाना चाहते हैं?',
},
},
apps: {
title: 'डिफ़ी द्वारा ऐप्स का अन्वेषण करें',
description:
' ',
allCategories: 'ि',
},
appCard: {
addToWorkspace: ' ',
customize: 'ि ',
},
appCustomize: {
title: '{{name}} ',
subTitle: ' ',
nameRequired: ' ',
},
category: {
Assistant: '',
Writing: '',
Translate: '',
Programming: 'ि',
HR: ' ',
Workflow: '',
Agent: 'ि',
},
}
export default translation