nocobase/packages/plugins/@nocobase/plugin-calendar/src/locale/es_ES.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

46 lines
1.4 KiB
TypeScript

export default {
"Configure calendar": "Configurar calendario",
"Title field": "Campo de título",
"Custom title": "Título personalizado",
"Show lunar": "Mostrar lunar",
"Start date field": "Campo de fecha de inicio",
"End date field": "Campo de fecha de final",
"Work week": "Semana de trabajo",
"Today": "Hoy",
"Day": "Día",
"Agenda": "Agenda",
"Date": "Fecha",
"Time": "Hora",
"Event": "Evento",
"None": "Ninguno",
"Calendar": "Calendario",
"Delete events": "Borrar eventos",
"This event": "Este evento",
"This and following events": "Este y los siguientes eventos",
"All events": "Todos los eventos",
"Delete this event?": "¿Borrar este evento?",
"Delete Event": "Borrar evento",
"Calendar collection": "Colección de calendarios",
"Create calendar block": "Crear bloque de calendario",
"Filter": "Filtro",
"Configure actions": "Configurar acciones",
"Enable actions": "Activar acciones",
"Turn pages": "Pasar páginas",
"Select view": "Seleccionar vista",
"Add new": "Añadir nuevo",
"View record": "Ver registro",
"Details": "Detalles",
"Customize": "Personalizar",
"Popup": "Popup",
"Updated successfully": "Actualizado correctamente",
"Custom request": "Petición personalizada",
"Edit": "Editar",
"Delete": "Borrar",
"Print": "Imprimir",
"Daily": "Diario",
"Weekly": "Semanal",
"Monthly": "Mensual",
"Yearly": "Anual",
"Repeats": "se repite"
};