dify/web/i18n/pt-BR/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
832 B
TypeScript

const translation = {
title: 'Badać',
sidebar: {
chat: 'Chat',
action: {
pin: 'Fixar',
unpin: 'Desafixar',
rename: 'Renomear',
delete: 'Excluir',
},
delete: {
title: 'Excluir aplicativo',
content: 'Tem certeza de que deseja excluir este aplicativo?',
},
},
apps: {
},
appCard: {
customize: 'Personalizar',
},
appCustomize: {
title: 'Criar aplicativo a partir de {{name}}',
subTitle: 'Ícone e nome do aplicativo',
nameRequired: 'O nome do aplicativo é obrigatório',
},
category: {
Assistant: 'Assistente',
Writing: 'Escrita',
Translate: 'Traduzir',
Programming: 'Programação',
HR: 'RH',
Workflow: 'Fluxo de trabalho',
Agent: 'Agente',
Entertainment: 'Entretenimento',
},
}
export default translation