dify/web/i18n/it-IT/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
806 B
TypeScript

const translation = {
title: 'Esplora',
sidebar: {
chat: 'Chat',
action: {
pin: 'Fissa',
unpin: 'Sblocca',
rename: 'Rinomina',
delete: 'Elimina',
},
delete: {
title: 'Elimina app',
content: 'Sei sicuro di voler eliminare questa app?',
},
},
apps: {
},
appCard: {
customize: 'Personalizza',
},
appCustomize: {
title: 'Crea app da {{name}}',
subTitle: 'Icona & nome dell\'app',
nameRequired: 'Il nome dell\'app è obbligatorio',
},
category: {
Assistant: 'Assistente',
Writing: 'Scrittura',
Translate: 'Traduzione',
Programming: 'Programmazione',
HR: 'Risorse Umane',
Workflow: 'Flusso di lavoro',
Agent: 'Agente',
Entertainment: 'Intrattenimento',
},
}
export default translation