tachybase_todo/packages/plugins/@nocobase/plugin-calendar/src/locale/pt_BR.ts
Dunqing e112a644ea
feat(plugin-calendar): add calendar plugin (#3109)
* feat: init calendar plugin

* feat: move files to plugin

* feat: handle CalendarBlockInitializer in plugin

* feat: add todo

* feat: move collection template to plugin and fix i18n

* chore: update deps

* feat: export genStyleHook

* feat: handle i18n

* chore: remove react-i18next

* docs: update info

* test: move e2e test

* test: move to client

* chore: update version

* fix: merge revert

* fix: merge revert

* fix: missing SchemaSettings.xxx

* test: fix e2e failed

* test: update

* test: fix case failed

* fix: data blocks

* fix: remove provider

* fix: missing CalendarV2

* fix: missing CalendarActionInitializers

* fix: version

* fix: error

* fix: calender block form action should support print

---------

Co-authored-by: chenos <chenlinxh@gmail.com>
Co-authored-by: katherinehhh <katherine_15995@163.com>
2023-12-23 15:16:41 +08:00

43 lines
1.3 KiB
TypeScript

export default {
"Configure calendar": "Configurar calendário",
"Title field": "Campo de título",
"Custom title": "Título personalizado",
"Show lunar": "Mostrar calendário lunar",
"Start date field": "Campo de data de início",
"End date field": "Campo de data de término",
"Work week": "Semana de trabalho",
"Today": "Hoje",
"Day": "Dia",
"Agenda": "Agenda",
"Date": "Data",
"Time": "Hora",
"Event": "Evento",
"None": "Nenhum",
"Calendar": "Calendário",
"Delete events": "Excluir eventos",
"This event": "Este evento",
"This and following events": "Este e os próximos eventos",
"All events": "Todos os eventos",
"Delete this event?": "Excluir este evento?",
"Delete Event": "Excluir Evento",
"Calendar collection": "Coleção de calendário",
"Create calendar block": "Criar bloco de calendário",
"Filter": "Filtro",
"Configure actions": "Configurar ações",
"Enable actions": "Ativar ações",
"Turn pages": "Virar páginas",
"Select view": "Selecionar visualização",
"Add new": "Adicionar novo",
"View record": "Visualizar registro",
"Details": "Detalhes",
"Customize": "Customizar",
"Popup": "Pop-up",
"Edit": "Editar",
"Delete": "Excluir",
"Daily": "Diário",
"Weekly": "Semanal",
"Monthly": "Mensal",
"Yearly": "Anual",
"Repeats": "Repete"
}