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

39 lines
865 B
TypeScript

const translation = {
title: 'Explorer',
sidebar: {
chat: 'Discussion',
action: {
pin: 'Épingle',
unpin: 'Détacher',
rename: 'Renommer',
delete: 'Supprimer',
},
delete: {
title: 'Supprimer l\'application',
content: 'Êtes-vous sûr de vouloir supprimer cette application ?',
},
},
apps: {
},
appCard: {
customize: 'Personnaliser',
},
appCustomize: {
title: 'Créer une application à partir de {{name}}',
subTitle: 'Icône de l\'application & nom',
nameRequired: 'Le nom de l\'application est requis',
},
category: {
Assistant: 'Assistant',
Writing: 'Écriture',
Translate: 'Traduire',
Programming: 'Programmation',
HR: 'RH',
Agent: 'Agent',
Workflow: 'Flux de travail',
Entertainment: 'Divertissement',
},
}
export default translation