dify/web/i18n/de-DE/explore.ts
github-actions[bot] fb113a9479
Some checks are pending
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
chore: translate i18n files (#7965)
Co-authored-by: JohnJyong <76649700+JohnJyong@users.noreply.github.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: Hanqing Zhao <sherry9277@gmail.com>
Co-authored-by: crazywoola <427733928@qq.com>
2024-09-04 17:45:12 +08:00

42 lines
1.0 KiB
TypeScript

const translation = {
title: 'Entdecken',
sidebar: {
discovery: 'Entdeckung',
chat: 'Chat',
workspace: 'Arbeitsbereich',
action: {
pin: 'Anheften',
unpin: 'Lösen',
rename: 'Umbenennen',
delete: 'Löschen',
},
delete: {
title: 'App löschen',
content: 'Sind Sie sicher, dass Sie diese App löschen möchten?',
},
},
apps: {
title: 'Apps von Dify erkunden',
description: 'Nutzen Sie diese Vorlagen-Apps sofort oder passen Sie Ihre eigenen Apps basierend auf den Vorlagen an.',
allCategories: 'Alle Kategorien',
},
appCard: {
addToWorkspace: 'Zum Arbeitsbereich hinzufügen',
customize: 'Anpassen',
},
appCustomize: {
title: 'App aus {{name}} erstellen',
subTitle: 'App-Symbol & Name',
nameRequired: 'App-Name ist erforderlich',
},
category: {
Assistant: 'Assistent',
Writing: 'Schreiben',
Translate: 'Übersetzen',
Programming: 'Programmieren',
HR: 'Personalwesen',
},
}
export default translation