Files
yourpart3/frontend/src/i18n/locales/es/personal.json
Torsten Schulz (local) 6d9d69dc10
All checks were successful
Deploy to production / deploy (push) Successful in 3m0s
feat(localization): expand language support and enhance UI for user settings
- Added support for additional UI locales including Cebuano and Spanish, improving accessibility for a broader user base.
- Updated language selection components in the AppHeader and SettingsWidget to reflect new language options, enhancing user experience.
- Enhanced localization of various UI elements across components, ensuring consistent language representation and improved user engagement.
- Implemented logic to synchronize user language preferences with backend settings, providing a seamless experience when changing languages.
2026-04-02 07:54:44 +02:00

82 lines
2.7 KiB
JSON

{
"personal": {
"calendar": {
"title": "Calendario",
"kicker": "Planificación",
"intro": "Citas, cumpleaños y tus propias entradas en una vista estructurada.",
"today": "Hoy",
"newEntry": "Nueva entrada",
"editEntry": "Editar entrada",
"selectedDays": "{count} días seleccionados",
"createEventForSelection": "Crear evento",
"clearSelection": "Borrar selección",
"allDay": "Todo el día",
"views": {
"month": "Mes",
"week": "Semana",
"workweek": "Semana laboral",
"day": "Día"
},
"weekdays": {
"mon": "Lu",
"tue": "Ma",
"wed": "Mi",
"thu": "Ju",
"fri": "Vi",
"sat": "Sa",
"sun": "Do"
},
"weekdaysFull": {
"mon": "Lunes",
"tue": "Martes",
"wed": "Miércoles",
"thu": "Jueves",
"fri": "Viernes",
"sat": "Sábado",
"sun": "Domingo"
},
"months": {
"jan": "Enero",
"feb": "Febrero",
"mar": "Marzo",
"apr": "Abril",
"may": "Mayo",
"jun": "Junio",
"jul": "Julio",
"aug": "Agosto",
"sep": "Septiembre",
"oct": "Octubre",
"nov": "Noviembre",
"dec": "Diciembre"
},
"categories": {
"personal": "Personal",
"work": "Trabajo",
"family": "Familia",
"health": "Salud",
"birthday": "Cumpleaños",
"holiday": "Vacaciones",
"reminder": "Recordatorio",
"other": "Otros"
},
"form": {
"title": "Título",
"titlePlaceholder": "Introduce un título...",
"category": "Categoría",
"startDate": "Fecha de inicio",
"startTime": "Hora de inicio",
"endDate": "Fecha de fin",
"endTime": "Hora de fin",
"allDay": "Todo el día",
"description": "Descripción",
"descriptionPlaceholder": "Descripción opcional...",
"save": "Guardar",
"cancel": "Cancelar",
"delete": "Eliminar",
"saveError": "Error al guardar el evento",
"deleteError": "Error al eliminar el evento"
}
}
}
}